| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/var/bloxbycommands/ |
Upload File : |
-- MySQL dump 10.13 Distrib 8.0.45, for Linux (x86_64)
--
-- Host: localhost Database: db_wpbetasites_g4xlm8qebo
-- ------------------------------------------------------
-- Server version 8.0.45-0ubuntu0.24.04.1
/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint unsigned NOT NULL DEFAULT '0',
`user_id` bigint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
`link_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint unsigned NOT NULL DEFAULT '1',
`link_rating` int NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
`option_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'cron','a:8:{i:1775642787;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:1775649987;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:1775653583;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:1775655383;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:1775657183;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:1776081998;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:1776168387;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://g4xlm8qebobeta.silversharkdev.bloxby.io','on'),(3,'home','https://g4xlm8qebobeta.silversharkdev.bloxby.io','on'),(4,'blogname','My Travel Blog','on'),(5,'blogdescription','','on'),(6,'users_can_register','0','on'),(7,'admin_email','info@site.com','on'),(8,'start_of_week','1','on'),(9,'use_balanceTags','0','on'),(10,'use_smilies','1','on'),(11,'require_name_email','1','on'),(12,'comments_notify','1','on'),(13,'posts_per_rss','10','on'),(14,'rss_use_excerpt','0','on'),(15,'mailserver_url','mail.example.com','on'),(16,'mailserver_login','login@example.com','on'),(17,'mailserver_pass','','on'),(18,'mailserver_port','110','on'),(19,'default_category','1','on'),(20,'default_comment_status','open','on'),(21,'default_ping_status','open','on'),(22,'default_pingback_flag','1','on'),(23,'posts_per_page','10','on'),(24,'date_format','F j, Y','on'),(25,'time_format','g:i a','on'),(26,'links_updated_date_format','F j, Y g:i a','on'),(27,'comment_moderation','0','on'),(28,'moderation_notify','1','on'),(29,'permalink_structure','/%postname%/','on'),(30,'rewrite_rules','a:95:{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: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:2:{i:0;s:22:\"bloxby-plugin/init.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.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','wp-block-theme','on'),(42,'stylesheet','wp-block-theme','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','0','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:0:{}','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','1791029183','on'),(93,'disallowed_keys','','off'),(94,'comment_previously_approved','1','on'),(95,'auto_plugin_theme_update_emails','a:0:{}','off'),(96,'auto_update_core_dev','enabled','on'),(97,'auto_update_core_minor','enabled','on'),(98,'auto_update_core_major','enabled','on'),(99,'wp_force_deactivated_plugins','a:0:{}','on'),(100,'wp_attachment_pages_enabled','0','on'),(101,'wp_notes_notify','1','on'),(102,'initial_db_version','60717','on'),(103,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:11:\"bloxby-user\";a:2:{s:4:\"name\";s:11:\"Bloxby User\";s:12:\"capabilities\";a:57:{s:16:\"activate_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: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;}}}','on'),(104,'fresh_site','0','off'),(105,'user_count','2','off'),(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','auto'),(107,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.4\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1775477197;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'),(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"57cc429cd99399952329830fb26305ed\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(128,'recovery_keys','a:0:{}','off'),(131,'current_theme','Bloxby WP','auto'),(132,'theme_mods_wp-block-theme','a:4:{s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:2;s:11:\"footer-menu\";i:3;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:12;}','on'),(133,'theme_switched','','auto'),(136,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1775618733;s:15:\"version_checked\";s:5:\"6.9.4\";s:12:\"translations\";a:0:{}}','off'),(138,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775618733;s:7:\"checked\";a:4:{s:16:\"twentytwentyfive\";s:3:\"1.4\";s:16:\"twentytwentyfour\";s:3:\"1.4\";s:17:\"twentytwentythree\";s:3:\"1.6\";s:14:\"wp-block-theme\";s:5:\"1.0.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a: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: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'),(142,'wpcf7','a:2:{s:7:\"version\";s:5:\"6.1.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1775477200;s:7:\"version\";s:5:\"6.1.5\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','auto'),(143,'sitedata','YToxNDp7czoxMzoid2Vic2l0ZV90aXRsZSI7czoxNDoiTXkgVHJhdmVsIEJsb2ciO3M6MTk6IndlYnNpdGVfZGVzY3JpcHRpb24iO3M6MTQzOiJBIHZpYnJhbnQgc2hvd2Nhc2Ugb2YgdHJhdmVsIGV4cGVyaWVuY2VzIGFuZCBwaG90b2dyYXBoeSwgZmVhdHVyaW5nIGVuZ2FnaW5nIHN0b3JpZXMgYW5kIGJlYXV0aWZ1bGx5IGNhcHR1cmVkIGltYWdlcyBmcm9tIHZhcmlvdXMgZGVzdGluYXRpb25zLiI7czoxMjoid2Vic2l0ZV90eXBlIjtzOjg6IlBlcnNvbmFsIjtzOjE2OiJ3ZWJzaXRlX2luZHVzdHJ5IjtzOjIwOiJUcmF2ZWwgJiBIb3NwaXRhbGl0eSI7czoxMjoic2VhcmNoX3F1ZXJ5IjtzOjU3OiJ0cmF2ZWwgcGhvdG9ncmFwaHksIHRyYXZlbCBleHBlcmllbmNlcywgYWR2ZW50dXJlIHN0b3JpZXMiO3M6NToicGFnZXMiO2E6Njp7aTowO2E6NDp7czo5OiJwYWdlX3R5cGUiO3M6NDoiaG9tZSI7czoxMDoicGFnZV90aXRsZSI7czo0OiJIb21lIjtzOjE2OiJwYWdlX2Rlc2NyaXB0aW9uIjtzOjU0OiJXZWxjb21lIHRvIG15IHRyYXZlbCBibG9nIHdoZXJlIEkgc2hhcmUgbXkgYWR2ZW50dXJlcy4iO3M6ODoic2VjdGlvbnMiO2E6Nzp7aTowO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjY6ImhlYWRlciI7czoxMzoic2VjdGlvbl90aXRsZSI7czo2OiJIZWFkZXIiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6MzY6Ik5hdmlnYXRpb24gbWVudSB0byBleHBsb3JlIHRoZSBibG9nLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MzI6IkJvb3RzdHJhcCBsYXlvdXQgZm9yIG5hdmlnYXRpb24uIjt9aToxO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjExOiJoZXJvX2Jhbm5lciI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxOToiV2VsY29tZSB0byBNeSBXb3JsZCI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1MjoiQW4gb3ZlcnZpZXcgb2YgbXkgdHJhdmVsIGFkdmVudHVyZXMgYW5kIHBob3RvZ3JhcGh5LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDM6IkZ1bGwtd2lkdGggaW1hZ2Ugd2l0aCBhbiBpbnRyb2R1Y3Rpb24gdGV4dC4iO31pOjI7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NToiYWJvdXQiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6ODoiQWJvdXQgTWUiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6Njc6IkxlYXJuIG1vcmUgYWJvdXQgbXkgam91cm5leSBhbmQgcGFzc2lvbiBmb3IgdHJhdmVsIGFuZCBwaG90b2dyYXBoeS4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjI4OiJBIGJyaWVmIGJpb2dyYXBoeSBhbmQgcGhvdG8uIjt9aTozO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjEyOiJsaXN0aW5nX2dyaWQiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MjE6IkZlYXR1cmVkIERlc3RpbmF0aW9ucyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo5MToiRGlzY292ZXIgc29tZSBvZiBteSBmYXZvcml0ZSB0cmF2ZWwgZGVzdGluYXRpb25zOiBQYXJpcywgQmFsaSwgVG9reW8sIE5ldyBZb3JrLCBhbmQgU3lkbmV5LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MzA6Ikxpc3QgbWFpbiB0cmF2ZWwgZGVzdGluYXRpb25zLiI7fWk6NDthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxMjoibGF0ZXN0X3Bvc3RzIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjE3OiJMYXRlc3QgQmxvZyBQb3N0cyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1OToiQ2hlY2sgb3V0IG15IHJlY2VudCB0cmF2ZWwgYmxvZyBwb3N0cyBmb3IgdGlwcyBhbmQgc3Rvcmllcy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjQzOiJIaWdobGlnaHQgdGhlIGxhdGVzdCBlbnRyaWVzIGZyb20gdGhlIGJsb2cuIjt9aTo1O2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjE0OiJjYWxsX3RvX2FjdGlvbiI7czoxMzoic2VjdGlvbl90aXRsZSI7czoyNDoiSm9pbiBNZSBvbiBNeSBBZHZlbnR1cmVzIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjUxOiJFbmNvdXJhZ2UgdmlzaXRvcnMgdG8gcmVhZCBtb3JlIGFuZCBmb2xsb3cgbXkgYmxvZy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjQwOiJBIGNvbXBlbGxpbmcgY2FsbCB0byBhY3Rpb24gZm9yIHJlYWRlcnMuIjt9aTo2O2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjY6ImZvb3RlciI7czoxMzoic2VjdGlvbl90aXRsZSI7czo2OiJGb290ZXIiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6NTg6IkZvb3RlciBpbmZvcm1hdGlvbiB3aXRoIGxpbmtzIHRvIHNvY2lhbCBtZWRpYSBhbmQgY29udGFjdC4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjI0OiJTdGFuZGFyZCBmb290ZXIgY29udGVudC4iO319fWk6MTthOjQ6e3M6OToicGFnZV90eXBlIjtzOjg6ImFib3V0LW1lIjtzOjEwOiJwYWdlX3RpdGxlIjtzOjg6IkFib3V0IE1lIjtzOjE2OiJwYWdlX2Rlc2NyaXB0aW9uIjtzOjUwOiJMZWFybiBhYm91dCBteSBwYXNzaW9uIGZvciB0cmF2ZWwgYW5kIHBob3RvZ3JhcGh5LiI7czo4OiJzZWN0aW9ucyI7YTo3OntpOjA7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NjoiaGVhZGVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjY6IkhlYWRlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czozNjoiTmF2aWdhdGlvbiBtZW51IHRvIGV4cGxvcmUgdGhlIGJsb2cuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozMjoiQm9vdHN0cmFwIGxheW91dCBmb3IgbmF2aWdhdGlvbi4iO31pOjE7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTI6ImlubmVyX2Jhbm5lciI7czoxMzoic2VjdGlvbl90aXRsZSI7czo4OiJBYm91dCBNZSI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo0MDoiSW50cm9kdWN0aW9uIHRvIG15IHN0b3J5IGFuZCBhZHZlbnR1cmVzLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6Mzk6IlVzZSB0aGUgcGFnZSB0aXRsZSBhcyB0aGUgaGVybyBzZWN0aW9uLiI7fWk6MjthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNDoiZmVhdHVyZV9kZXRhaWwiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTA6Ik15IEpvdXJuZXkiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6NTg6IkEgZGVlcGVyIGxvb2sgaW50byBob3cgSSBiZWdhbiBteSB0cmF2ZWxzIGFuZCBwaG90b2dyYXBoeS4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjI0OiJOYXJyYXRpdmUgb2YgbXkgam91cm5leS4iO31pOjM7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTY6ImJlbmVmaXRzX2xpc3RpbmciO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTI6IldoYXQgSSBPZmZlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo2MToiSW5zaWdodHMgYW5kIHBob3RvZ3JhcGh5IGV4cGVyaWVuY2VzIEkgc2hhcmUgdGhyb3VnaCBteSBibG9nLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDE6Ikxpc3QgdGhlIHVuaXF1ZSBpbnNpZ2h0cyBhbmQgZXhwZXJpZW5jZXMuIjt9aTo0O2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjEyOiJ0ZXN0aW1vbmlhbHMiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTU6IlZpc2l0b3IgUmV2aWV3cyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo0NToiRmVlZGJhY2sgZnJvbSByZWFkZXJzIGFib3V0IG15IGJsb2cgYW5kIHdvcmsuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozMDoiU2hvd2Nhc2UgcXVvdGVzIGZyb20gdmlzaXRvcnMuIjt9aTo1O2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjE0OiJjYWxsX3RvX2FjdGlvbiI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxNToiQ29ubmVjdCB3aXRoIE1lIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjQ0OiJJbnZpdGluZyByZWFkZXJzIHRvIGVuZ2FnZSBhbmQgZm9sbG93IGFsb25nLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDI6IkVuY291cmFnZSBjb25uZWN0aW5nIHRocm91Z2ggc29jaWFsIG1lZGlhLiI7fWk6NjthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czo2OiJmb290ZXIiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6NjoiRm9vdGVyIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjU4OiJGb290ZXIgaW5mb3JtYXRpb24gd2l0aCBsaW5rcyB0byBzb2NpYWwgbWVkaWEgYW5kIGNvbnRhY3QuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czoyNDoiU3RhbmRhcmQgZm9vdGVyIGNvbnRlbnQuIjt9fX1pOjI7YTo0OntzOjk6InBhZ2VfdHlwZSI7czoxOToidHJhdmVsLWRlc3RpbmF0aW9ucyI7czoxMDoicGFnZV90aXRsZSI7czoxOToiVHJhdmVsIERlc3RpbmF0aW9ucyI7czoxNjoicGFnZV9kZXNjcmlwdGlvbiI7czo1NzoiRXhwbG9yZSBteSBmYXZvcml0ZSB0cmF2ZWwgZGVzdGluYXRpb25zIGFyb3VuZCB0aGUgd29ybGQuIjtzOjg6InNlY3Rpb25zIjthOjc6e2k6MDthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czo2OiJoZWFkZXIiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6NjoiSGVhZGVyIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjM2OiJOYXZpZ2F0aW9uIG1lbnUgdG8gZXhwbG9yZSB0aGUgYmxvZy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjMyOiJCb290c3RyYXAgbGF5b3V0IGZvciBuYXZpZ2F0aW9uLiI7fWk6MTthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxMjoiaW5uZXJfYmFubmVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjE5OiJUcmF2ZWwgRGVzdGluYXRpb25zIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjM4OiJBIHNob3djYXNlIG9mIHRoZSBwbGFjZXMgSSd2ZSBiZWVuIHRvLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6Mzk6IlVzZSB0aGUgcGFnZSB0aXRsZSBhcyB0aGUgaGVybyBzZWN0aW9uLiI7fWk6MjthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNjoiZmVhdHVyZXNfbGlzdGluZyI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxODoiRmVhdHVyZWQgTG9jYXRpb25zIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjczOiJIaWdobGlnaHRpbmcgbm90ZXdvcnRoeSBwbGFjZXMgSeKAmXZlIHRyYXZlbGVkOiBWZW5pY2UsIENhcGUgVG93biwgS3lvdG8uIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czo1MDoiTGlzdCBwcm9taW5lbnQgdHJhdmVsIGxvY2F0aW9ucyB3aXRoIGRlc2NyaXB0aW9ucy4iO31pOjM7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NzoiZ2FsbGVyeSI7czoxMzoic2VjdGlvbl90aXRsZSI7czoyMDoiQmVhdXRpZnVsIExhbmRzY2FwZXMiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6NDg6IkEgY29sbGVjdGlvbiBvZiBzdHVubmluZyBwaG90b3MgZnJvbSBteSB0cmF2ZWxzLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MzA6IkRpc3BsYXkgaW1hZ2VzIGluIGdyaWQgZm9ybWF0LiI7fWk6NDthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNDoiYmVuZWZpdF9kZXRhaWwiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTE6IlRyYXZlbCBUaXBzIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjYxOiJQcmFjdGljYWwgdGlwcyBiYXNlZCBvbiBteSBleHBlcmllbmNlcyBpbiB0aGVzZSBkZXN0aW5hdGlvbnMuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozNDoiUHJvdmlkZSB1c2VmdWwgdGlwcyBmb3IgdHJhdmVsZXJzLiI7fWk6NTthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNDoiY2FsbF90b19hY3Rpb24iO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MjQ6IlBsYW4gWW91ciBOZXh0IEFkdmVudHVyZSI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1NToiRW5jb3VyYWdlbWVudCB0byBleHBsb3JlIHRoZXNlIGRlc3RpbmF0aW9ucyBwZXJzb25hbGx5LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDY6IkEgY29tcGVsbGluZyBpbnZpdGF0aW9uIHRvIHZpc2l0IHRoZXNlIHBsYWNlcy4iO31pOjY7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NjoiZm9vdGVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjY6IkZvb3RlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1ODoiRm9vdGVyIGluZm9ybWF0aW9uIHdpdGggbGlua3MgdG8gc29jaWFsIG1lZGlhIGFuZCBjb250YWN0LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MjQ6IlN0YW5kYXJkIGZvb3RlciBjb250ZW50LiI7fX19aTozO2E6NDp7czo5OiJwYWdlX3R5cGUiO3M6MTk6InBob3RvZ3JhcGh5LWdhbGxlcnkiO3M6MTA6InBhZ2VfdGl0bGUiO3M6MTk6IlBob3RvZ3JhcGh5IEdhbGxlcnkiO3M6MTY6InBhZ2VfZGVzY3JpcHRpb24iO3M6NDU6IkEgdmlzdWFsIGpvdXJuZXkgdGhyb3VnaCBteSBwaG90b2dyYXBoeSB3b3JrLiI7czo4OiJzZWN0aW9ucyI7YTo3OntpOjA7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NjoiaGVhZGVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjY6IkhlYWRlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czozNjoiTmF2aWdhdGlvbiBtZW51IHRvIGV4cGxvcmUgdGhlIGJsb2cuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozMjoiQm9vdHN0cmFwIGxheW91dCBmb3IgbmF2aWdhdGlvbi4iO31pOjE7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTI6ImlubmVyX2Jhbm5lciI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxOToiUGhvdG9ncmFwaHkgR2FsbGVyeSI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czozNjoiQSBzaG93Y2FzZSBvZiBteSBiZXN0IHRyYXZlbCBwaG90b3MuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozOToiVXNlIHRoZSBwYWdlIHRpdGxlIGFzIHRoZSBoZXJvIHNlY3Rpb24uIjt9aToyO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjc6ImdhbGxlcnkiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTg6IkNhcHRpdmF0aW5nIEltYWdlcyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1MzoiRGlzcGxheSBvZiBteSBmYXZvcml0ZSBjYXB0dXJlZCBtb21lbnRzIGZyb20gdHJhdmVscy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjQ3OiJQaG90byBnYWxsZXJpZXMgb3JnYW5pemVkIGJ5IGxvY2F0aW9uIG9yIHRoZW1lLiI7fWk6MzthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNDoiZmVhdHVyZV9kZXRhaWwiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MjE6IlBob3RvZ3JhcGh5IFRlY2huaXF1ZSI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1NDoiSW5zaWdodCBpbnRvIG15IHBob3RvZ3JhcGhpYyB0ZWNobmlxdWVzIGFuZCBlcXVpcG1lbnQuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czo0MjoiSGlnaGxpZ2h0IG15IGFwcHJvYWNoIHRvIGNhcHR1cmluZyBwaG90b3MuIjt9aTo0O2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjc6InJldmlld3MiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTc6IldoYXQgVmlzaXRvcnMgU2F5IjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjU2OiJGZWVkYmFjayBvbiBteSBwaG90b2dyYXBoeSB3b3JrIGZyb20gZm9sbG93ZXJzIGFuZCBmYW5zLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDY6IlF1b3RlcyBhbmQgdGVzdGltb25pYWxzIHJlZ2FyZGluZyB0aGUgZ2FsbGVyeS4iO31pOjU7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTQ6ImNhbGxfdG9fYWN0aW9uIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjEyOiJFeHBsb3JlIE1vcmUiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6NTI6IkVuY291cmFnZW1lbnQgZm9yIHZpc2l0b3JzIHRvIGNoZWNrIG91dCBtb3JlIGltYWdlcy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjM1OiJJbnZpdGUgdG8gdmlldyB0aGUgYmxvZyBvciBjb25uZWN0LiI7fWk6NjthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czo2OiJmb290ZXIiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6NjoiRm9vdGVyIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjU4OiJGb290ZXIgaW5mb3JtYXRpb24gd2l0aCBsaW5rcyB0byBzb2NpYWwgbWVkaWEgYW5kIGNvbnRhY3QuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czoyNDoiU3RhbmRhcmQgZm9vdGVyIGNvbnRlbnQuIjt9fX1pOjQ7YTo0OntzOjk6InBhZ2VfdHlwZSI7czo0OiJibG9nIjtzOjEwOiJwYWdlX3RpdGxlIjtzOjQ6IkJsb2ciO3M6MTY6InBhZ2VfZGVzY3JpcHRpb24iO3M6NTU6IlJlYWQgbXkgbGF0ZXN0IGFydGljbGVzIG9uIHRyYXZlbCB0aXBzIGFuZCBleHBlcmllbmNlcy4iO3M6ODoic2VjdGlvbnMiO2E6Njp7aTowO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjY6ImhlYWRlciI7czoxMzoic2VjdGlvbl90aXRsZSI7czo2OiJIZWFkZXIiO3M6MTk6InNlY3Rpb25fZGVzY3JpcHRpb24iO3M6MzY6Ik5hdmlnYXRpb24gbWVudSB0byBleHBsb3JlIHRoZSBibG9nLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MzI6IkJvb3RzdHJhcCBsYXlvdXQgZm9yIG5hdmlnYXRpb24uIjt9aToxO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjEyOiJpbm5lcl9iYW5uZXIiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6NDoiQmxvZyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo0MToiTGF0ZXN0IHVwZGF0ZXMgYWJvdXQgbXkgdHJhdmVscyBhbmQgdGlwcy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjM5OiJVc2UgdGhlIHBhZ2UgdGl0bGUgYXMgdGhlIGhlcm8gc2VjdGlvbi4iO31pOjI7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTA6InBvc3RzX2dyaWQiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MTI6IkxhdGVzdCBQb3N0cyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo0MzoiQSBncmlkIGxheW91dCBvZiBteSBtb3N0IHJlY2VudCBibG9nIHBvc3RzLiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6NDk6IkRpc3BsYXkgcmVjZW50IGFydGljbGVzIHdpdGggdGl0bGVzIGFuZCBzbmlwcGV0cy4iO31pOjM7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTQ6ImZlYXR1cmVfZGV0YWlsIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjE3OiJGZWF0dXJlZCBBcnRpY2xlcyI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1NjoiSGlnaGxpZ2h0IGltcG9ydGFudCBwb3N0cyB0aGF0IHByb3ZpZGUgdmFsdWUgdG8gcmVhZGVycy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjI2OiJIaWdobGlnaHQgc2VsZWN0IGFydGljbGVzLiI7fWk6NDthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxNDoiY2FsbF90b19hY3Rpb24iO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6MjE6IkpvaW4gdGhlIENvbnZlcnNhdGlvbiI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1NjoiRW5jb3VyYWdlbWVudCB0byBlbmdhZ2Ugd2l0aCB0aGUgcG9zdHMgdGhyb3VnaCBjb21tZW50cy4iO3M6MTQ6InNlY3Rpb25fcHJvbXB0IjtzOjMwOiJJbnZpdGUgdG8gaW50ZXJhY3Qgd2l0aCBwb3N0cy4iO31pOjU7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NjoiZm9vdGVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjY6IkZvb3RlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1ODoiRm9vdGVyIGluZm9ybWF0aW9uIHdpdGggbGlua3MgdG8gc29jaWFsIG1lZGlhIGFuZCBjb250YWN0LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6MjQ6IlN0YW5kYXJkIGZvb3RlciBjb250ZW50LiI7fX19aTo1O2E6NDp7czo5OiJwYWdlX3R5cGUiO3M6NzoiY29udGFjdCI7czoxMDoicGFnZV90aXRsZSI7czo3OiJDb250YWN0IjtzOjE2OiJwYWdlX2Rlc2NyaXB0aW9uIjtzOjUzOiJHZXQgaW4gdG91Y2ggd2l0aCBtZSBmb3IgaW5xdWlyaWVzIG9yIGNvbGxhYm9yYXRpb25zLiI7czo4OiJzZWN0aW9ucyI7YTo1OntpOjA7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6NjoiaGVhZGVyIjtzOjEzOiJzZWN0aW9uX3RpdGxlIjtzOjY6IkhlYWRlciI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czozNjoiTmF2aWdhdGlvbiBtZW51IHRvIGV4cGxvcmUgdGhlIGJsb2cuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozMjoiQm9vdHN0cmFwIGxheW91dCBmb3IgbmF2aWdhdGlvbi4iO31pOjE7YTo0OntzOjEyOiJzZWN0aW9uX3R5cGUiO3M6MTI6ImlubmVyX2Jhbm5lciI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxMDoiQ29udGFjdCBNZSI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo0MjoiRGV0YWlscyBvbiBob3cgdG8gcmVhY2ggb3V0IGZvciBpbnF1aXJpZXMuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czozOToiVXNlIHRoZSBwYWdlIHRpdGxlIGFzIHRoZSBoZXJvIHNlY3Rpb24uIjt9aToyO2E6NDp7czoxMjoic2VjdGlvbl90eXBlIjtzOjEyOiJjb250YWN0X2Zvcm0iO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6OToiUmVhY2ggT3V0IjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjQ0OiJGb3JtIGZvciB2aXNpdG9ycyB0byBzZW5kIG1lc3NhZ2VzIGRpcmVjdGx5LiI7czoxNDoic2VjdGlvbl9wcm9tcHQiO3M6Mjc6IkNvbnRhY3QgZm9ybSBmb3IgaW5xdWlyaWVzLiI7fWk6MzthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czoxOToiY29udGFjdF9pbmZvcm1hdGlvbiI7czoxMzoic2VjdGlvbl90aXRsZSI7czoxOToiQ29udGFjdCBJbmZvcm1hdGlvbiI7czoxOToic2VjdGlvbl9kZXNjcmlwdGlvbiI7czo1NDoiUHJvdmlkZSBteSBzb2NpYWwgbWVkaWEgaGFuZGxlcyBhbmQgZW1haWwgZm9yIGNvbnRhY3QuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czoyNToiTGlzdCBvdXQgY29udGFjdCBkZXRhaWxzLiI7fWk6NDthOjQ6e3M6MTI6InNlY3Rpb25fdHlwZSI7czo2OiJmb290ZXIiO3M6MTM6InNlY3Rpb25fdGl0bGUiO3M6NjoiRm9vdGVyIjtzOjE5OiJzZWN0aW9uX2Rlc2NyaXB0aW9uIjtzOjU4OiJGb290ZXIgaW5mb3JtYXRpb24gd2l0aCBsaW5rcyB0byBzb2NpYWwgbWVkaWEgYW5kIGNvbnRhY3QuIjtzOjE0OiJzZWN0aW9uX3Byb21wdCI7czoyNDoiU3RhbmRhcmQgZm9vdGVyIGNvbnRlbnQuIjt9fX19czoxMToidXNlcl9wcm9tcHQiO3M6NDA6IkEgYmxvZyBzaG93Y2FzaW5nIHRyYXZlbCBhbmQgcGhvdG9ncmFwaHkiO3M6OToicHJvbXB0X2lkIjtpOjE1NzQ7czo1OiJ0aGVtZSI7czo3OiJjbGFzc2ljIjtzOjY6ImNvbG9ycyI7YToyOntpOjA7YTozOntpOjA7aToxMzA7aToxO2k6MzE7aToyO2k6MTYwO31pOjE7YTozOntpOjA7aToyNDQ7aToxO2k6MTk5O2k6MjtpOjQ4O319czo1OiJmb250cyI7czoxMjoiY2xhc3NpYy1mb250IjtzOjExOiJzb2NpYWxfdXJscyI7YTo1OntzOjg6ImZhY2Vib29rIjtOO3M6OToiaW5zdGFncmFtIjtOO3M6NzoidHdpdHRlciI7TjtzOjg6ImxpbmtlZGluIjtOO3M6NzoieW91dHViZSI7Tjt9czoxNToiY29udGFjdF9kZXRhaWxzIjthOjQ6e3M6MTI6InBob25lX251bWJlciI7TjtzOjU6ImVtYWlsIjtOO3M6MTE6InByaW1hcnlfY3RhIjtzOjU6InBob25lIjtzOjE2OiJjb3VudHJ5X2NvZGVfcmVxIjtiOjA7fXM6MTA6InVzZXJfZW1haWwiO3M6MTk6Im5pc2hhbnRANDJ3b3Jrcy5uZXQiO30=','on'),(144,'boxby_siteid','5','on'),(145,'wp_calendar_block_has_published_posts','1','auto'),(146,'site_logo','12','auto'),(153,'category_children','a:0:{}','auto'),(155,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775618733;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.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:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.5\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}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:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:22:\"bloxby-plugin/init.php\";s:5:\"1.0.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.1.5\";s:9:\"hello.php\";s:5:\"1.7.2\";}}','off'),(235,'_site_transient_timeout_php_check_76d2cd2a5eb29facccd351abf19ed9c8','1776171599','off'),(236,'_site_transient_php_check_76d2cd2a5eb29facccd351abf19ed9c8','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(237,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":7,\"critical\":1}','on'),(266,'_site_transient_timeout_theme_roots','1775620533','off'),(267,'_site_transient_theme_roots','a:4:{s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:14:\"wp-block-theme\";s:7:\"/themes\";}','off'),(281,'_site_transient_timeout_wp_theme_files_patterns-1cf6c2971e1604bc437687555150a660','1775644145','off'),(282,'_site_transient_wp_theme_files_patterns-1cf6c2971e1604bc437687555150a660','a:2:{s:7:\"version\";s:5:\"1.0.0\";s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(3,5,'_form','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]'),(4,5,'_mail','a:8:{s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:65:\"[_site_title] <wordpress@g4xlm8qebobeta.silversharkdev.bloxby.io>\";s:4:\"body\";s:191:\"From: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,5,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:65:\"[_site_title] <wordpress@g4xlm8qebobeta.silversharkdev.bloxby.io>\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(6,5,'_messages','a:12:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";}'),(7,5,'_additional_settings',''),(8,5,'_locale','en_US'),(9,5,'_hash','cd720a0f374f1a1c4a2cd89da341ec398605b4f4f83f82b5e97b57a754fb51c5'),(10,6,'_form','<div class=\"row g-3\">\n <div class=\"col-md-6 m-0\">\n <div class=\"form-control-wrap\">\n [text* first-name class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:50 placeholder \"First Name\"]\n </div>\n </div>\n <div class=\"col-md-6 m-0\">\n <div class=\"form-control-wrap\">\n [text* last-name class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:50 placeholder \"Last Name\"]\n </div>\n </div>\n </div>\n\n <div class=\"row g-3 mt-3\">\n <div class=\"col-md-6 m-0\">\n <div class=\"form-control-wrap\">\n [email* email-address class:form-control class:p-3 class:rounded-3 placeholder \"Email Address\"]\n </div>\n </div>\n <div class=\"col-md-6 m-0\">\n <div class=\"form-control-wrap\">\n [tel* phone-number class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:15 placeholder \"Phone Number\"]\n </div>\n </div>\n </div>\n\n <div class=\"row g-3 mt-3\">\n <div class=\"col-12\">\n <div class=\"form-control-wrap\">\n [textarea user-message class:form-control class:p-3 class:rounded-3 maxlength:500 placeholder] Message [/textarea]\n </div>\n </div>\n </div>\n\n <div class=\"row mt-4\">\n <div class=\"col-auto\">\n <div class=\"form-submit-wrap\">\n [submit class:btn class:btn-primary class:px-4 \"Submit\"]\n </div>\n </div>\n </div>\n '),(11,7,'_form','<div class=\"d-flex flex-sm-row w-100 gap-2 mt-3 position-relative\">\n <div>[email* newsletter-email class:form-control class:rounded-3 placeholder \"Email Address\"]</div>\n <div>[submit class:btn class:btn-primary \"Subscribe\"] </div>\n </div>'),(12,8,'_form','<div class=\"row g-3\">\n <div class=\"col-md-4 m-0\">\n <div class=\"form-control-wrap\">\n [text* first-name class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:50 placeholder \"First Name\"]\n </div>\n </div>\n <div class=\"col-md-4 m-0\">\n <div class=\"form-control-wrap\">\n [email* email-address class:form-control class:p-3 class:rounded-3 placeholder \"Email Address\"]\n </div>\n </div>\n <div class=\"col-md-4 m-0\">\n <div class=\"form-control-wrap\">\n [tel* phone-number class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:15 placeholder \"Phone Number\"]\n </div>\n </div>\n </div>\n <div class=\"row g-3 mt-3\">\n <div class=\"col-md-10 m-0\">\n <div class=\"form-control-wrap\">\n [textarea user-message class:form-control class:p-3 class:rounded-3 maxlength:500 placeholder] Message [/textarea]\n </div>\n </div>\n <div class=\"col-md-2 m-0\">\n <div class=\"form-submit-wrap\">\n [submit class:btn class:btn-primary class:px-4 \"Submit\"]\n </div>\n </div>\n </div>\n '),(13,9,'_form','<div class=\"row g-3\">\n <div class=\"col-12 m-0\">\n <div class=\"form-control-wrap\">\n [text* your-name class:form-control class:p-3 class:rounded-3 minlength:1 maxlength:50 placeholder \"Name\"]\n </div>\n </div>\n <div class=\"col-12 m-0\">\n <div class=\"form-control-wrap\">\n [email* email-address class:form-control class:p-3 class:rounded-3 placeholder \"Email Address\"]\n </div>\n </div>\n <div class=\"col-12 m-0\">\n <div class=\"form-control-wrap\">\n [textarea user-message class:form-control class:p-3 class:rounded-3 maxlength:500 placeholder] Message [/textarea]\n </div>\n </div>\n <div class=\"col-12 m-0\">\n <div class=\"form-submit-wrap pt-4\">\n [submit class:btn class:btn-primary class:px-4 \"Submit\"]\n </div>\n </div>\n </div>\n '),(14,11,'_wp_attached_file','2026/04/green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk.jpg'),(15,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:81:\"2026/04/green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk.jpg\";s:8:\"filesize\";i:199222;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:81:\"green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13385;}s:5:\"large\";a:5:{s:4:\"file\";s:82:\"green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106186;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:81:\"green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:81:\"green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65819;}}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:{}}}'),(16,12,'_wp_attached_file','2026/04/wp-1775477229.png'),(17,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:25:\"2026/04/wp-1775477229.png\";s:8:\"filesize\";i:2244065;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"wp-1775477229-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26682;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"wp-1775477229-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205261;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"wp-1775477229-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"wp-1775477229-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124040;}}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:{}}}'),(20,13,'_thumbnail_id','11'),(21,14,'_wp_attached_file','2026/04/brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU.jpg'),(22,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:80:\"2026/04/brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU.jpg\";s:8:\"filesize\";i:336785;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:80:\"brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17262;}s:5:\"large\";a:5:{s:4:\"file\";s:81:\"brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:80:\"brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:80:\"brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106513;}}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:{}}}'),(23,16,'_menu_item_type','post_type'),(24,16,'_menu_item_menu_item_parent','0'),(25,16,'_menu_item_object_id','10'),(26,16,'_menu_item_object','page'),(27,16,'_menu_item_target',''),(28,16,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(29,16,'_menu_item_xfn',''),(30,16,'_menu_item_url',''),(31,17,'_menu_item_type','post_type'),(32,17,'_menu_item_menu_item_parent','0'),(33,17,'_menu_item_object_id','10'),(34,17,'_menu_item_object','page'),(35,17,'_menu_item_target',''),(36,17,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(37,17,'_menu_item_xfn',''),(38,17,'_menu_item_url',''),(39,19,'_pingme','1'),(40,19,'_encloseme','1'),(41,19,'_thumbnail_id','14'),(42,20,'_wp_attached_file','2026/04/person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME.jpg'),(43,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:101:\"2026/04/person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME.jpg\";s:8:\"filesize\";i:56306;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:101:\"person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6001;}s:5:\"large\";a:5:{s:4:\"file\";s:102:\"person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:101:\"person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:101:\"person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21538;}}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:{}}}'),(44,21,'_pingme','1'),(45,21,'_encloseme','1'),(46,21,'_thumbnail_id','20'),(47,23,'_menu_item_type','post_type'),(48,23,'_menu_item_menu_item_parent','0'),(49,23,'_menu_item_object_id','18'),(50,23,'_menu_item_object','page'),(51,23,'_menu_item_target',''),(52,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,23,'_menu_item_xfn',''),(54,23,'_menu_item_url',''),(55,24,'_menu_item_type','post_type'),(56,24,'_menu_item_menu_item_parent','0'),(57,24,'_menu_item_object_id','18'),(58,24,'_menu_item_object','page'),(59,24,'_menu_item_target',''),(60,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(61,24,'_menu_item_xfn',''),(62,24,'_menu_item_url',''),(63,27,'_menu_item_type','post_type'),(64,27,'_menu_item_menu_item_parent','0'),(65,27,'_menu_item_object_id','25'),(66,27,'_menu_item_object','page'),(67,27,'_menu_item_target',''),(68,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(69,27,'_menu_item_xfn',''),(70,27,'_menu_item_url',''),(71,28,'_menu_item_type','post_type'),(72,28,'_menu_item_menu_item_parent','0'),(73,28,'_menu_item_object_id','25'),(74,28,'_menu_item_object','page'),(75,28,'_menu_item_target',''),(76,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(77,28,'_menu_item_xfn',''),(78,28,'_menu_item_url',''),(79,31,'_menu_item_type','post_type'),(80,31,'_menu_item_menu_item_parent','0'),(81,31,'_menu_item_object_id','29'),(82,31,'_menu_item_object','page'),(83,31,'_menu_item_target',''),(84,31,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(85,31,'_menu_item_xfn',''),(86,31,'_menu_item_url',''),(87,32,'_menu_item_type','post_type'),(88,32,'_menu_item_menu_item_parent','0'),(89,32,'_menu_item_object_id','29'),(90,32,'_menu_item_object','page'),(91,32,'_menu_item_target',''),(92,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(93,32,'_menu_item_xfn',''),(94,32,'_menu_item_url',''),(95,35,'_menu_item_type','post_type'),(96,35,'_menu_item_menu_item_parent','0'),(97,35,'_menu_item_object_id','33'),(98,35,'_menu_item_object','page'),(99,35,'_menu_item_target',''),(100,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,35,'_menu_item_xfn',''),(102,35,'_menu_item_url',''),(103,36,'_menu_item_type','post_type'),(104,36,'_menu_item_menu_item_parent','0'),(105,36,'_menu_item_object_id','33'),(106,36,'_menu_item_object','page'),(107,36,'_menu_item_target',''),(108,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(109,36,'_menu_item_xfn',''),(110,36,'_menu_item_url',''),(111,39,'_menu_item_type','post_type'),(112,39,'_menu_item_menu_item_parent','0'),(113,39,'_menu_item_object_id','37'),(114,39,'_menu_item_object','page'),(115,39,'_menu_item_target',''),(116,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(117,39,'_menu_item_xfn',''),(118,39,'_menu_item_url',''),(119,40,'_menu_item_type','post_type'),(120,40,'_menu_item_menu_item_parent','0'),(121,40,'_menu_item_object_id','37'),(122,40,'_menu_item_object','page'),(123,40,'_menu_item_target',''),(124,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(125,40,'_menu_item_xfn',''),(126,40,'_menu_item_url','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint 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=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (3,1,'2026-04-06 12:06:24','2026-04-06 12:06:24','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://g4xlm8qebobeta.silversharkdev.bloxby.io.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2026-04-06 12:06:24','2026-04-06 12:06:24','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?page_id=3',0,'page','',0),(4,0,'2026-04-06 12:06:27','2026-04-06 12:06:27','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2026-04-06 12:06:27','2026-04-06 12:06:27','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/navigation/',0,'wp_navigation','',0),(5,0,'2026-04-06 12:06:40','2026-04-06 12:06:40','<label> Your name\n [text* your-name autocomplete:name] </label>\n\n<label> Your email\n [email* your-email autocomplete:email] </label>\n\n<label> Subject\n [text* your-subject] </label>\n\n<label> Your message (optional)\n [textarea your-message] </label>\n\n[submit \"Submit\"]\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@g4xlm8qebobeta.silversharkdev.bloxby.io>\nFrom: [your-name] [your-email]\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\n[_site_admin_email]\nReply-To: [your-email]\n\n0\n0\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@g4xlm8qebobeta.silversharkdev.bloxby.io>\nMessage Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\n[your-email]\nReply-To: [_site_admin_email]\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2026-04-06 12:06:40','2026-04-06 12:06:40','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?post_type=wpcf7_contact_form&p=5',0,'wpcf7_contact_form','',0),(6,0,'2026-04-06 12:06:48','2026-04-06 12:06:48','','Bloxby Contact Form','','publish','closed','closed','','bloxby-contact-form','','','2026-04-06 12:06:48','2026-04-06 12:06:48','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,0,'2026-04-06 12:06:48','2026-04-06 12:06:48','','Bloxby Newsletter Form','','publish','closed','closed','','bloxby-newsletter-form','','','2026-04-06 12:06:48','2026-04-06 12:06:48','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(8,0,'2026-04-06 12:06:48','2026-04-06 12:06:48','','Bloxby Wide Banner Form','','publish','closed','closed','','bloxby-wide-banner-form','','','2026-04-06 12:06:48','2026-04-06 12:06:48','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?post_type=wpcf7_contact_form&p=8',0,'wpcf7_contact_form','',0),(9,0,'2026-04-06 12:06:48','2026-04-06 12:06:48','','Bloxby Simple Banner Form','','publish','closed','closed','','bloxby-simple-banner-form','','','2026-04-06 12:06:48','2026-04-06 12:06:48','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?post_type=wpcf7_contact_form&p=9',0,'wpcf7_contact_form','',0),(10,0,'2026-04-06 12:06:48','2026-04-06 12:06:48','\n<!-- wp:group {\"metadata\":{\"name\":\"Hero Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1674649414783-15b63952730d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTd8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Embark on an Unforgettable Journey</h1>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Explore my journey through breathtaking landscapes and cultures. This blog encapsulates my passion for travel and photography and invites you to join me on these adventures.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/about-me\">Discover More</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"About Us\"},\"className\":\"common-padding about-media-pattren\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group common-padding about-media-pattren\"><!-- wp:columns {\"className\":\"container m-auto are-vertically-aligned-center\"} -->\n <div class=\"wp-block-columns container m-auto are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"media-about-sec\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center media-about-sec\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"images-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":1,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group images-grid\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1493562008981-4a99dfa973f5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1493562008981-4a99dfa973f5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85&w=640&h=640&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"\",\"wideSize\":\"\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:image {\"width\":\"70%\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"about-right-img media-rounded\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"border\":{\"width\":\"5px\"}},\"borderColor\":\"white\"} -->\n <figure class=\"wp-block-image size-full is-resized has-custom-border about-right-img media-rounded\" style=\"margin-bottom:0\">\n <img src=\"https://images.unsplash.com/photo-1663747004715-9497faed66bb?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85&w=300&h=300&&fit=crop\" alt=\"About Image 2\" class=\"has-border-color has-white-border-color\" style=\"border-width:5px;width:70%\" />\n </figure>\n <!-- /wp:image -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\">\n <!-- wp:heading {\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Meet Your Travel Guide</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\"} -->\n<p class=\"mb-4\">As a passionate traveler and budding photographer, I have explored many corners of the world. My journeys are not just about the destination; they are about experiences and connections made along the way. Every photograph tells a story, and I aim to capture the essence of every place I visit, from vibrant cityscapes to serene natural environments.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph {\"className\":\"mb-4\"} -->\n<p class=\"mb-4\">With each trip, I learn more about cultures, people, and myself. It is my desire to share these adventures to inspire others to embark on their own journeys. Join me as I explore this beautiful world through my lens.</p>\n<!-- /wp:paragraph -->\n\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/travel-destinations\">Learn More About Me</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"services-full-scroll-wrapper py-5 p-md-0 text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1573762982334-2869f9760ccc?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group services-full-scroll-wrapper py-5 p-md-0 text-white\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"justify-content-between\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"}}}} -->\n <div class=\"wp-block-columns are-vertically-aligned-center justify-content-between\">\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"services-full-scroll-content\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group services-full-scroll-content\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore My Favorite Destinations</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">From iconic cities to hidden gems, here are some of my must-visit travel destinations that inspire wanderlust and adventure. Dive into the beauty and culture each location brings.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/travel-destinations\">View All Destinations</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"45%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:45%\">\n <!-- wp:group {\"className\":\"services-full-scroll-list bg-primary\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group services-full-scroll-list bg-primary\">\n <!-- wp:details {\"showContent\":true} -->\n <details class=\"wp-block-details\" open>\n <summary>Paris</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Paris, known as the City of Light, is famed for its art, fashion, gastronomy, and culture. Explore the iconic Eiffel Tower, marvel at the Notre-Dame Cathedral, and savor French cuisine in charming cafes. Every corner of Paris tells a story of magic and history.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Bali</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Bali, the Island of the Gods, boasts stunning beaches, vibrant arts, and a serene atmosphere. From Ubud\'s lush rice terraces to Seminyak\'s buzzing nightlife, Bali offers a perfect blend of relaxation and adventure for travelers seeking a piece of paradise.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Tokyo</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Tokyo, a bustling metropolis blending tradition and innovation, invites you to explore its ancient temples, vibrant neighborhoods, and exquisite culinary scene. Don\'t miss the cherry blossoms in spring and the neon lights of Shibuya at night for a truly memorable experience.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>New York</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>New York City, the Big Apple, is a cultural melting pot with iconic landmarks like Times Square, Broadway, and Central Park. From world-class museums to diverse neighborhoods, NYC is a city that never sleeps and offers something for everyone.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Sydney</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Sydney, famous for its Sydney Opera House and Harbour Bridge, boasts gorgeous beaches and scenic views. Whether surfing at Bondi Beach or exploring the Royal Botanic Garden, Sydney offers an unforgettable experience for travelers of all kinds.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"taxQuery\":null,\"parents\":[],\"format\":[]},\"metadata\":{\"categories\":[\"posts\"],\"name\":\"Posts Grid\"},\"className\":\"alignfull common-padding post-heritage\"} -->\n<div class=\"wp-block-query alignfull common-padding post-heritage\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Latest Insights from My Travels</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Stay tuned for my latest travel stories, packed with tips, insights, and captivating photography that bring the world a little closer to you. Each blog post is a reflection of my unique experiences.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"className\":\"posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"} -->\n <div class=\"wp-block-group posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"><!-- wp:post-template -->\n <!-- wp:group {\"className\":\"card h-100 border-0\"} -->\n <div class=\"wp-block-group card h-100 border-0\"><!-- wp:post-featured-image {\"isLink\":true,\"className\":\"card-img-top rounded shadow-sm\"} /-->\n\n <!-- wp:group {\"className\":\"card-body p-0\"} -->\n <div class=\"wp-block-group card-body p-0\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"card-title h3 mt-2\"} /-->\n\n <!-- wp:post-excerpt {\"moreText\":\"Read More\",\"className\":\"card-text mt-2\"} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:post-template -->\n\n <!-- wp:query-no-results -->\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:paragraph -->\n <p>Sorry, but nothing was found. Please try a search with different keywords.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:query-no-results -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:query --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1723222952193-c44a7de3fafa?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTl8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Let\'s Explore Together!</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Embark on an adventure with me as I share travel experiences, tips, and photos. Let’s wander off the beaten path and discover the beauty this world has to offer!</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/blog\">Follow My Blog</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Home','Welcome to my travel blog where I share my adventures.','publish','closed','closed','','home','','','2026-04-06 12:07:39','2026-04-06 12:07:39','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/home/',0,'page','',0),(11,1,'2026-04-06 12:06:53','2026-04-06 12:06:53','','green-trees-on-mountain-under-white-clouds-during-daytime-MtQ5g7tZ9nk','','inherit','open','closed','','green-trees-on-mountain-under-white-clouds-during-daytime-mtq5g7tz9nk','','','2026-04-06 12:06:53','2026-04-06 12:06:53','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/green-trees-on-mountain-under-white-clouds-during-daytime-mtq5g7tz9nk/',0,'attachment','image/jpeg',0),(12,1,'2026-04-06 12:07:09','2026-04-06 12:07:09','','wp-1775477229','','inherit','open','closed','','wp-1775477229','','','2026-04-06 12:07:09','2026-04-06 12:07:09','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-1775477229/',0,'attachment','image/png',0),(13,1,'2026-04-06 12:07:16','2026-04-06 12:07:16','<h2 class=\"mt-4\">Wanderlust in the Mountains</h2>\n\n<p class=\"lead\">The Rocky Mountains, a majestic range that stretches over 3,000 miles across North America, is a haven for adventurers, nature lovers, and those seeking solace in the great outdoors. With their breathtaking views, diverse ecosystems, and rich history, the Rockies offer an unforgettable experience for anyone willing to explore their heights and depths.</p>\n\n<h2 class=\"mt-4\">The Allure of the Rocky Mountains</h2>\n\n<p>The Rocky Mountains are not just a geographical feature; they are a symbol of adventure and exploration. Here are some key reasons why they captivate so many:</p>\n\n<ul>\n <li><strong>Stunning Landscapes:</strong> From towering peaks to serene valleys, the visual appeal is unparalleled.</li>\n <li><strong>Wildlife Diversity:</strong> Home to a variety of species, including elk, bears, and eagles, the Rockies are a paradise for wildlife enthusiasts.</li>\n <li><strong>Rich Cultural History:</strong> The mountains are steeped in stories from Native American tribes and early explorers.</li>\n <li><strong>Outdoor Activities:</strong> Hiking, skiing, rock climbing, and more await those looking for adventure.</li>\n</ul>\n\n<h2 class=\"mt-4\">Exploring the Peaks</h2>\n\n<h3 class=\"mt-3\">Popular Hiking Trails</h3>\n\n<p>One of the best ways to experience the Rockies is through hiking. Here are some iconic trails that showcase the beauty of the region:</p>\n\n<ul>\n <li><strong>Longs Peak:</strong> A challenging 14,259-foot summit offering stunning panoramic views.</li>\n <li><strong>Emerald Lake Trail:</strong> A moderate hike that leads to a breathtaking lake surrounded by mountains.</li>\n <li><strong>Mount Maroon:</strong> Known for its stunning scenery and challenging terrain, perfect for seasoned hikers.</li>\n <li><strong>Bear Lake Trail:</strong> An easy, family-friendly hike that provides access to several beautiful lakes.</li>\n</ul>\n\n<h3 class=\"mt-3\">Camping Under the Stars</h3>\n\n<p>For those looking to immerse themselves fully in the natural beauty, camping is a fantastic option. Here are some popular campgrounds:</p>\n\n<ul>\n <li><strong>Estes Park Campground:</strong> Offers easy access to hiking trails and stunning views.</li>\n <li><strong>Jasper National Park:</strong> Known for its pristine wilderness and starry nights.</li>\n <li><strong>Rocky Mountain National Park:</strong> Features numerous campgrounds with varying amenities.</li>\n</ul>\n\n<h2 class=\"mt-4\">The Beauty of Sunsets</h2>\n\n<p>One of the most magical experiences in the Rocky Mountains is witnessing a sunset. As the sun dips below the horizon, the sky transforms into a canvas of vibrant colors. Here’s what to expect:</p>\n\n<ul>\n <li><strong>Color Palette:</strong> Expect hues of orange, pink, purple, and blue.</li>\n <li><strong>Location Matters:</strong> Some popular sunset spots include:</li>\n <ul>\n <li>Bear Lake</li>\n <li>Trail Ridge Road</li>\n <li>Alberta Falls</li>\n </ul>\n <li><strong>Photography Opportunities:</strong> Capture the breathtaking views with your camera or smartphone.</li>\n</ul>\n\n<h2 class=\"mt-4\">Adventure Awaits: Seasonal Activities</h2>\n\n<p>The Rockies offer unique experiences throughout the year. Here’s a breakdown of seasonal activities:</p>\n\n<h3 class=\"mt-3\">Summer Adventures</h3>\n\n<ul>\n <li><strong>Hiking:</strong> Explore countless trails with varying difficulty levels.</li>\n <li><strong>Wildflower Viewing:</strong> Witness the vibrant colors of wildflowers in full bloom.</li>\n <li><strong>Fishing:</strong> Enjoy fishing in pristine lakes and rivers.</li>\n</ul>\n\n<h3 class=\"mt-3\">Fall Foliage</h3>\n\n<ul>\n <li><strong>Leaf Peeping:</strong> Experience the stunning fall colors of aspens and pines.</li>\n <li><strong>Wildlife Watching:</strong> Fall is a great time to see elk during mating season.</li>\n</ul>\n\n<h3 class=\"mt-3\">Winter Wonderland</h3>\n\n<ul>\n <li><strong>Skiing and Snowboarding:</strong> Hit the slopes at world-class ski resorts.</li>\n <li><strong>Snowshoeing:</strong> Explore the winter landscape on snowshoes.</li>\n <li><strong>Ice Climbing:</strong> For the adventurous, ice climbing offers a thrilling challenge.</li>\n</ul>\n\n<h3 class=\"mt-3\">Spring Awakening</h3>\n\n<ul>\n <li><strong>Wildlife Sightings:</strong> Spring is a great time to see newborn animals.</li>\n <li><strong>Hiking Opportunities:</strong> Many trails begin to open up as the snow melts.</li>\n <li><strong>Photography:</strong> Capture the beauty of blooming wildflowers and lush landscapes.</li>\n</ul>\n\n<h2 class=\"mt-4\">Conclusion</h2>\n\n<p>The Rocky Mountains are more than just a destination; they are an experience that stays with you long after you leave. Whether you are hiking up a challenging peak, camping under a starlit sky, or simply soaking in the beauty of a sunset, the Rockies offer something for everyone. So pack your bags and embark on an adventure that promises to ignite your wanderlust and create memories that last a lifetime.</p>','Wanderlust in the Mountains','Exploring the breathtaking views of the Rocky Mountains, where every peak tells a story and every sunset paints the sky.','publish','open','open','','wanderlust-in-the-mountains','','','2026-04-06 12:07:16','2026-04-06 12:07:16','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/wanderlust-in-the-mountains/',0,'post','',0),(14,1,'2026-04-06 12:07:17','2026-04-06 12:07:17','','brown-rock-formation-beside-body-of-water-during-daytime-HHzHRUlJiqU','','inherit','open','closed','','brown-rock-formation-beside-body-of-water-during-daytime-hhzhruljiqu','','','2026-04-06 12:07:17','2026-04-06 12:07:17','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/brown-rock-formation-beside-body-of-water-during-daytime-hhzhruljiqu/',0,'attachment','image/jpeg',0),(15,0,'2026-04-06 12:07:39','2026-04-06 12:07:39','\n<!-- wp:group {\"metadata\":{\"name\":\"Hero Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1674649414783-15b63952730d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTd8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Embark on an Unforgettable Journey</h1>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Explore my journey through breathtaking landscapes and cultures. This blog encapsulates my passion for travel and photography and invites you to join me on these adventures.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/about-me\">Discover More</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"About Us\"},\"className\":\"common-padding about-media-pattren\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group common-padding about-media-pattren\"><!-- wp:columns {\"className\":\"container m-auto are-vertically-aligned-center\"} -->\n <div class=\"wp-block-columns container m-auto are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"className\":\"media-about-sec\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center media-about-sec\" style=\"flex-basis:50%\"><!-- wp:group {\"className\":\"images-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":1,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group images-grid\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1493562008981-4a99dfa973f5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1493562008981-4a99dfa973f5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85&w=640&h=640&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"\",\"wideSize\":\"\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:image {\"width\":\"70%\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"about-right-img media-rounded\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}},\"border\":{\"width\":\"5px\"}},\"borderColor\":\"white\"} -->\n <figure class=\"wp-block-image size-full is-resized has-custom-border about-right-img media-rounded\" style=\"margin-bottom:0\">\n <img src=\"https://images.unsplash.com/photo-1663747004715-9497faed66bb?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTh8&ixlib=rb-4.1.0&q=85&w=300&h=300&&fit=crop\" alt=\"About Image 2\" class=\"has-border-color has-white-border-color\" style=\"border-width:5px;width:70%\" />\n </figure>\n <!-- /wp:image -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\">\n <!-- wp:heading {\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Meet Your Travel Guide</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\"} -->\n<p class=\"mb-4\">As a passionate traveler and budding photographer, I have explored many corners of the world. My journeys are not just about the destination; they are about experiences and connections made along the way. Every photograph tells a story, and I aim to capture the essence of every place I visit, from vibrant cityscapes to serene natural environments.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph {\"className\":\"mb-4\"} -->\n<p class=\"mb-4\">With each trip, I learn more about cultures, people, and myself. It is my desire to share these adventures to inspire others to embark on their own journeys. Join me as I explore this beautiful world through my lens.</p>\n<!-- /wp:paragraph -->\n\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/travel-destinations\">Learn More About Me</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"services-full-scroll-wrapper py-5 p-md-0 text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1573762982334-2869f9760ccc?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group services-full-scroll-wrapper py-5 p-md-0 text-white\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"justify-content-between\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|70\"}}}} -->\n <div class=\"wp-block-columns are-vertically-aligned-center justify-content-between\">\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"services-full-scroll-content\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group services-full-scroll-content\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore My Favorite Destinations</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">From iconic cities to hidden gems, here are some of my must-visit travel destinations that inspire wanderlust and adventure. Dive into the beauty and culture each location brings.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/travel-destinations\">View All Destinations</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"45%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:45%\">\n <!-- wp:group {\"className\":\"services-full-scroll-list bg-primary\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group services-full-scroll-list bg-primary\">\n <!-- wp:details {\"showContent\":true} -->\n <details class=\"wp-block-details\" open>\n <summary>Paris</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Paris, known as the City of Light, is famed for its art, fashion, gastronomy, and culture. Explore the iconic Eiffel Tower, marvel at the Notre-Dame Cathedral, and savor French cuisine in charming cafes. Every corner of Paris tells a story of magic and history.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Bali</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Bali, the Island of the Gods, boasts stunning beaches, vibrant arts, and a serene atmosphere. From Ubud\'s lush rice terraces to Seminyak\'s buzzing nightlife, Bali offers a perfect blend of relaxation and adventure for travelers seeking a piece of paradise.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Tokyo</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Tokyo, a bustling metropolis blending tradition and innovation, invites you to explore its ancient temples, vibrant neighborhoods, and exquisite culinary scene. Don\'t miss the cherry blossoms in spring and the neon lights of Shibuya at night for a truly memorable experience.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>New York</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>New York City, the Big Apple, is a cultural melting pot with iconic landmarks like Times Square, Broadway, and Central Park. From world-class museums to diverse neighborhoods, NYC is a city that never sleeps and offers something for everyone.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details --><!-- wp:details -->\n <details class=\"wp-block-details\">\n <summary>Sydney</summary>\n <!-- wp:paragraph {\"placeholder\":\"Type / to add a hidden block\"} -->\n <p>Sydney, famous for its Sydney Opera House and Harbour Bridge, boasts gorgeous beaches and scenic views. Whether surfing at Bondi Beach or exploring the Royal Botanic Garden, Sydney offers an unforgettable experience for travelers of all kinds.</p>\n <!-- /wp:paragraph -->\n </details>\n <!-- /wp:details -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"taxQuery\":null,\"parents\":[],\"format\":[]},\"metadata\":{\"categories\":[\"posts\"],\"name\":\"Posts Grid\"},\"className\":\"alignfull common-padding post-heritage\"} -->\n<div class=\"wp-block-query alignfull common-padding post-heritage\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Latest Insights from My Travels</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Stay tuned for my latest travel stories, packed with tips, insights, and captivating photography that bring the world a little closer to you. Each blog post is a reflection of my unique experiences.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"className\":\"posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"} -->\n <div class=\"wp-block-group posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"><!-- wp:post-template -->\n <!-- wp:group {\"className\":\"card h-100 border-0\"} -->\n <div class=\"wp-block-group card h-100 border-0\"><!-- wp:post-featured-image {\"isLink\":true,\"className\":\"card-img-top rounded shadow-sm\"} /-->\n\n <!-- wp:group {\"className\":\"card-body p-0\"} -->\n <div class=\"wp-block-group card-body p-0\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"card-title h3 mt-2\"} /-->\n\n <!-- wp:post-excerpt {\"moreText\":\"Read More\",\"className\":\"card-text mt-2\"} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:post-template -->\n\n <!-- wp:query-no-results -->\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:paragraph -->\n <p>Sorry, but nothing was found. Please try a search with different keywords.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:query-no-results -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:query --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1723222952193-c44a7de3fafa?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyNTl8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Let\'s Explore Together!</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Embark on an adventure with me as I share travel experiences, tips, and photos. Let’s wander off the beaten path and discover the beauty this world has to offer!</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/blog\">Follow My Blog</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Home','Welcome to my travel blog where I share my adventures.','inherit','closed','closed','','10-revision-v1','','','2026-04-06 12:07:39','2026-04-06 12:07:39','',10,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=15',0,'revision','',0),(16,0,'2026-04-06 12:07:39','2026-04-06 12:07:39',' ','','','publish','closed','closed','','16','','','2026-04-06 12:07:39','2026-04-06 12:07:39','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/16/',0,'nav_menu_item','',0),(17,0,'2026-04-06 12:07:39','2026-04-06 12:07:39',' ','','','publish','closed','closed','','17','','','2026-04-06 12:07:39','2026-04-06 12:07:39','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/17/',0,'nav_menu_item','',0),(18,0,'2026-04-06 12:07:40','2026-04-06 12:07:40','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1760809493742-58e62902717a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} --> <h1 class=\"wp-block-heading mb-3\">My Travel Narrative</h1> <!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} --> <p class=\"mb-0 feature-note has-medium-font-size\">A Journey Like No Other</p> <!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} --> <h2 class=\"wp-block-heading mb-2\">The Beginning</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">From the moment I set foot on foreign soil, my love for travel ignited within me. My journey started with a simple backpack and a desire to see the beauty of the world, capturing moments that will last a lifetime.</p> <!-- /wp:paragraph --> <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">I wandered through bustling cities, serene landscapes, and vibrant cultures, each experience shaping me both as a traveler and a photographer. Sharing these adventures is a true passion of mine, providing insights and reflections on each journey.</p> <!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1576599483499-4b146e73545d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"common-padding section-featured-content-grid-left\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group common-padding section-featured-content-grid-left\">\n <!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"container m-auto\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-bottom container m-auto\">\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"60%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:60%\"><!-- wp:group {\"className\":\"feature-cards-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":2,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group feature-cards-grid\">\n \n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1636319083137-df2389306418?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Travel Guides</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Detailed guides sharing essential tips and itineraries for your adventures.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1688962475153-fd88d8996efb?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Photography Tips</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Learn photography techniques to capture stunning moments and memories.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1633608031304-2c1c8acc221f?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Destination Recommendations</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Discover hidden gems and popular spots from around the globe to explore.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1765700326696-9eb2a4266643?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyOTB8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Cultural Insights</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Informative articles about diverse cultures and traditions encountered on travels.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">Expert Insights</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Dive into exclusive insights and experiences that bring my blog to life. From travel tips to photography techniques, my content aims to inspire travelers.</p> <!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"testimonials-grid common-padding\"} -->\n<div class=\"wp-block-group alignfull testimonials-grid common-padding\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">What Readers Say</h2> <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Feedback showcases the impact of my travel stories and photography. Here\'s what readers have to say about my blog and experiences.</p> <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:bloxby-blocks/testimonial-grid-container {\"columns\":1} -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid-container save-block testimonial-block-container\">\n <div class=\"testimonial-grid-container columns-1\">\n <!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Incredible Experiences!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your blog opened my eyes to so many wonderful places. I love your detailed stories and breathtaking photos!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Travel Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Beautifully Captured!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">The way you photograph landscapes is extraordinary. Your blog is a constant source of inspiration for my own travels!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Photography Lover</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Engaging and Informative!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Each post makes me feel like I’m traveling with you. Keep sharing your adventures!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Frequent Reader</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">A Must-Read for Travelers!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">I absolutely love your travel insights. Every post gives me ideas for my next trip!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Happy Subscriber</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">An Artist\'s View on Travel!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your unique perspective on culture and landscapes really resonates with me. Thank you for sharing!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Art Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid -->\n </div>\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid-container -->\n\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1539186739357-ca54bb98ccb7?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyOTB8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">Let\'s Stay Connected</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Join me on social media and follow my adventures as we explore the world together—one story at a time!</p> <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --> <div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} --> <a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io\">Follow Me</a> <!-- /wp:button --> </div><!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','About Me','Learn about my passion for travel and photography.','publish','closed','closed','','about-me','','','2026-04-06 12:08:10','2026-04-06 12:08:10','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/about-me/',0,'page','',0),(19,1,'2026-04-06 12:07:40','2026-04-06 12:07:40','<h2 class=\"mt-4\">Beach Bliss: A Journey to Caribbean Serenity</h2>\n\n<p class=\"lead\">Imagine a place where the sun kisses your skin, the gentle sound of waves lulls you into a state of bliss, and the golden sands stretch endlessly before you. Welcome to the Caribbean, a paradise that promises relaxation and rejuvenation like no other.</p>\n\n<h2 class=\"mt-4\">The Allure of Caribbean Beaches</h2>\n\n<p>The Caribbean is renowned for its stunning beaches, each with its unique charm and beauty. Here are some reasons why these beaches are the ultimate relaxation destination:</p>\n\n<ul>\n <li><strong>Stunning Scenery:</strong> The contrast of turquoise waters against white or golden sands creates a picturesque setting.</li>\n <li><strong>Year-Round Sunshine:</strong> With warm temperatures and plenty of sunshine, the Caribbean is a year-round escape.</li>\n <li><strong>Tranquil Atmosphere:</strong> The sound of waves and the gentle breeze provide a calming backdrop, perfect for unwinding.</li>\n <li><strong>Diverse Options:</strong> From secluded coves to lively beach parties, there’s a beach for every mood.</li>\n</ul>\n\n<h2 class=\"mt-4\">Top Caribbean Destinations for Beach Lovers</h2>\n\n<h3 class=\"mt-3\">1. Grace Bay, Turks and Caicos</h3>\n\n<p>Grace Bay is often hailed as one of the best beaches in the world. Its powdery white sands and crystal-clear waters make it a must-visit. Here’s what to expect:</p>\n\n<ul>\n <li><strong>Activities:</strong> Snorkeling, paddleboarding, and beachcombing are popular here.</li>\n <li><strong>Dining:</strong> Beachfront restaurants serve fresh seafood and tropical cocktails.</li>\n <li><strong>Accommodations:</strong> Luxury resorts and charming villas offer a range of options for every budget.</li>\n</ul>\n\n<h3 class=\"mt-3\">2. Seven Mile Beach, Jamaica</h3>\n\n<p>Known for its vibrant atmosphere, Seven Mile Beach in Negril is perfect for those seeking both relaxation and adventure.</p>\n\n<ul>\n <li><strong>Nightlife:</strong> Enjoy beach bars and live music as the sun sets.</li>\n <li><strong>Water Sports:</strong> Jet skiing and parasailing are readily available.</li>\n <li><strong>Local Culture:</strong> Experience authentic Jamaican cuisine at nearby eateries.</li>\n</ul>\n\n<h3 class=\"mt-3\">3. Eagle Beach, Aruba</h3>\n\n<p>Eagle Beach is famous for its soft sands and calm waters, making it ideal for families and couples alike.</p>\n\n<ul>\n <li><strong>Relaxation:</strong> Ample space to lay out your towel and soak up the sun.</li>\n <li><strong>Wildlife:</strong> Spot the native divi-divi trees and colorful local birds.</li>\n <li><strong>Accessibility:</strong> Easy access to nearby resorts and amenities.</li>\n</ul>\n\n<h2 class=\"mt-4\">Tips for a Perfect Beach Day</h2>\n\n<p>To make the most of your beach experience, consider the following tips:</p>\n\n<ul>\n <li><strong>Pack Essentials:</strong> Bring sunscreen, a hat, sunglasses, and plenty of water to stay hydrated.</li>\n <li><strong>Arrive Early:</strong> Get to the beach early to claim the best spot and enjoy the peaceful morning atmosphere.</li>\n <li><strong>Stay Safe:</strong> Pay attention to local safety guidelines, especially regarding swimming conditions.</li>\n <li><strong>Disconnect:</strong> Leave your phone behind or put it on silent to fully immerse yourself in the experience.</li>\n</ul>\n\n<h2 class=\"mt-4\">The Benefits of Beach Relaxation</h2>\n\n<p>Spending time at the beach offers numerous benefits for both the body and mind:</p>\n\n<h3 class=\"mt-3\">Physical Benefits</h3>\n\n<ul>\n <li><strong>Vitamin D:</strong> Sun exposure helps your body produce vitamin D, essential for bone health.</li>\n <li><strong>Exercise:</strong> Walking on sand is a great workout that engages different muscle groups.</li>\n <li><strong>Fresh Air:</strong> Breathing in the salty sea air can improve lung function and boost mood.</li>\n</ul>\n\n<h3 class=\"mt-3\">Mental Benefits</h3>\n\n<ul>\n <li><strong>Stress Relief:</strong> The sound of waves and the sight of the ocean can reduce stress and anxiety.</li>\n <li><strong>Mindfulness:</strong> Being at the beach encourages you to be present, enhancing your overall well-being.</li>\n <li><strong>Creativity Boost:</strong> Natural environments can inspire creativity and improve cognitive function.</li>\n</ul>\n\n<h2 class=\"mt-4\">Conclusion: Embrace the Beach Bliss</h2>\n\n<p>The Caribbean offers an unparalleled escape into a world of sun, sand, and serenity. Whether you’re lounging on the beach, engaging in water sports, or savoring delicious local cuisine, the experience is sure to rejuvenate your spirit. So pack your bags, grab your sunscreen, and get ready to create unforgettable memories on the golden sands of the Caribbean.</p>','Beach Bliss','Relaxing on the golden sands of the Caribbean, soaking in the sun and the sound of gentle waves.','publish','open','open','','beach-bliss','','','2026-04-06 12:07:40','2026-04-06 12:07:40','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/beach-bliss/',0,'post','',0),(20,1,'2026-04-06 12:07:41','2026-04-06 12:07:41','','person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-RbW1-nZvPME','','inherit','open','closed','','person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-rbw1-nzvpme','','','2026-04-06 12:07:41','2026-04-06 12:07:41','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/person-holding-black-dslr-camera-capturing-photo-of-streets-with-bokeh-lights-rbw1-nzvpme/',0,'attachment','image/jpeg',0),(21,1,'2026-04-06 12:08:06','2026-04-06 12:08:06','<h2 class=\"mt-4\">Introduction to Tokyo\'s Nightlife</h2>\n<p class=\"lead\">Tokyo, a city that never sleeps, offers a nightlife experience like no other. With its dazzling neon lights, bustling streets, and a plethora of activities, Tokyo transforms into a vibrant playground after dark. This article will guide you through the essential aspects of Tokyo\'s nightlife, highlighting the best districts, entertainment options, and unique experiences that await you.</p>\n\n<h2 class=\"mt-4\">The Heart of Tokyo\'s Nightlife</h2>\n<p>Tokyo\'s nightlife is concentrated in several key districts, each offering a unique atmosphere and experiences. Here are the most notable areas:</p>\n\n<h3 class=\"mt-3\">Shinjuku</h3>\n<ul>\n <li><strong>Golden Gai:</strong> A maze of narrow alleys lined with tiny bars, each with its own unique theme and character.</li>\n <li><strong>Omoide Yokocho:</strong> Known as \"Memory Lane,\" this area is famous for its traditional izakayas and street food.</li>\n <li><strong>Shinjuku Ni-chome:</strong> Tokyo\'s LGBTQ+ district, vibrant and inclusive, with numerous bars and clubs.</li>\n</ul>\n\n<h3 class=\"mt-3\">Shibuya</h3>\n<ul>\n <li><strong>Shibuya Crossing:</strong> One of the busiest pedestrian crossings in the world, surrounded by neon lights and large video screens.</li>\n <li><strong>Clubs and Bars:</strong> Shibuya is home to trendy clubs like WOMB and various bars catering to all tastes.</li>\n <li><strong>Shopping:</strong> Many shops stay open late, allowing for nighttime retail therapy.</li>\n</ul>\n\n<h3 class=\"mt-3\">Roppongi</h3>\n<ul>\n <li><strong>Nightclubs:</strong> Roppongi is famous for its international nightlife scene, with clubs like V2 Tokyo attracting a diverse crowd.</li>\n <li><strong>Art and Culture:</strong> Visit the Mori Art Museum for late-night exhibitions and stunning views of the city.</li>\n <li><strong>Dining:</strong> A wide range of international restaurants and bars offer late-night dining options.</li>\n</ul>\n\n<h2 class=\"mt-4\">Unique Nightlife Experiences</h2>\n<p>Beyond the typical bars and clubs, Tokyo offers a variety of unique experiences that enhance the nightlife adventure:</p>\n\n<h3 class=\"mt-3\">Karaoke</h3>\n<p>Karaoke is a quintessential part of Japanese nightlife. Here’s what to expect:</p>\n<ul>\n <li>Private rooms available for groups, providing a fun and intimate atmosphere.</li>\n <li>A vast selection of songs, from Japanese pop to international hits.</li>\n <li>Many establishments offer food and drink packages for a complete experience.</li>\n</ul>\n\n<h3 class=\"mt-3\">Themed Cafés</h3>\n<p>Tokyo is known for its quirky themed cafés, including:</p>\n<ul>\n <li><strong>Cat Cafés:</strong> Relax with feline friends while enjoying a cup of coffee.</li>\n <li><strong>Robot Cafés:</strong> Experience a futuristic dining atmosphere with robot performances.</li>\n <li><strong>Anime Cafés:</strong> Immerse yourself in the world of anime and manga while enjoying themed food and drinks.</li>\n</ul>\n\n<h3 class=\"mt-3\">Street Food and Night Markets</h3>\n<p>Indulge in Tokyo\'s street food scene:</p>\n<ul>\n <li><strong>Yatai Stalls:</strong> Small food stalls offering delicious local dishes like yakitori and takoyaki.</li>\n <li><strong>Night Markets:</strong> Explore various night markets that pop up in different neighborhoods, offering unique snacks and experiences.</li>\n</ul>\n\n<h2 class=\"mt-4\">Safety Tips for Enjoying Tokyo\'s Nightlife</h2>\n<p>While Tokyo is generally safe, it’s always wise to keep a few tips in mind:</p>\n<ul>\n <li>Stay aware of your surroundings, especially in crowded areas.</li>\n <li>Use reputable taxis or rideshare services if you’re out late.</li>\n <li>Keep your belongings secure and avoid displaying valuables.</li>\n <li>Be mindful of alcohol consumption and know your limits.</li>\n</ul>\n\n<h2 class=\"mt-4\">Conclusion</h2>\n<p>Tokyo\'s nightlife is a captivating blend of tradition and modernity, offering something for everyone. Whether you’re dancing the night away in a club, enjoying a quiet drink in a themed café, or savoring delicious street food, the city’s vibrant energy is sure to leave an unforgettable impression. Embrace the neon lights and bustling streets of Tokyo, and let the nightlife take you on an adventure you won\'t soon forget.</p>','City Lights','Discovering the vibrant nightlife of Tokyo, where neon lights and bustling streets create an unforgettable experience.','publish','open','open','','city-lights','','','2026-04-06 12:08:06','2026-04-06 12:08:06','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/city-lights/',0,'post','',0),(22,0,'2026-04-06 12:08:10','2026-04-06 12:08:10','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1760809493742-58e62902717a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} --> <h1 class=\"wp-block-heading mb-3\">My Travel Narrative</h1> <!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} --> <p class=\"mb-0 feature-note has-medium-font-size\">A Journey Like No Other</p> <!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} --> <h2 class=\"wp-block-heading mb-2\">The Beginning</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">From the moment I set foot on foreign soil, my love for travel ignited within me. My journey started with a simple backpack and a desire to see the beauty of the world, capturing moments that will last a lifetime.</p> <!-- /wp:paragraph --> <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">I wandered through bustling cities, serene landscapes, and vibrant cultures, each experience shaping me both as a traveler and a photographer. Sharing these adventures is a true passion of mine, providing insights and reflections on each journey.</p> <!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1576599483499-4b146e73545d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"common-padding section-featured-content-grid-left\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group common-padding section-featured-content-grid-left\">\n <!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"container m-auto\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-bottom container m-auto\">\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"60%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:60%\"><!-- wp:group {\"className\":\"feature-cards-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":2,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group feature-cards-grid\">\n \n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1636319083137-df2389306418?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Travel Guides</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Detailed guides sharing essential tips and itineraries for your adventures.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1688962475153-fd88d8996efb?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Photography Tips</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Learn photography techniques to capture stunning moments and memories.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1633608031304-2c1c8acc221f?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyODl8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Destination Recommendations</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Discover hidden gems and popular spots from around the globe to explore.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1765700326696-9eb2a4266643?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyOTB8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Cultural Insights</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Informative articles about diverse cultures and traditions encountered on travels.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">Expert Insights</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Dive into exclusive insights and experiences that bring my blog to life. From travel tips to photography techniques, my content aims to inspire travelers.</p> <!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"testimonials-grid common-padding\"} -->\n<div class=\"wp-block-group alignfull testimonials-grid common-padding\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">What Readers Say</h2> <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Feedback showcases the impact of my travel stories and photography. Here\'s what readers have to say about my blog and experiences.</p> <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:bloxby-blocks/testimonial-grid-container {\"columns\":1} -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid-container save-block testimonial-block-container\">\n <div class=\"testimonial-grid-container columns-1\">\n <!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Incredible Experiences!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your blog opened my eyes to so many wonderful places. I love your detailed stories and breathtaking photos!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Travel Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Beautifully Captured!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">The way you photograph landscapes is extraordinary. Your blog is a constant source of inspiration for my own travels!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Photography Lover</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Engaging and Informative!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Each post makes me feel like I’m traveling with you. Keep sharing your adventures!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Frequent Reader</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">A Must-Read for Travelers!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">I absolutely love your travel insights. Every post gives me ideas for my next trip!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Happy Subscriber</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">An Artist\'s View on Travel!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your unique perspective on culture and landscapes really resonates with me. Thank you for sharing!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Art Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid -->\n </div>\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid-container -->\n\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1539186739357-ca54bb98ccb7?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyOTB8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} --> <h2 class=\"wp-block-heading mb-3\">Let\'s Stay Connected</h2> <!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} --> <p class=\"mb-4 has-medium-font-size\">Join me on social media and follow my adventures as we explore the world together—one story at a time!</p> <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} --> <div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} --> <a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io\">Follow Me</a> <!-- /wp:button --> </div><!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','About Me','Learn about my passion for travel and photography.','inherit','closed','closed','','18-revision-v1','','','2026-04-06 12:08:10','2026-04-06 12:08:10','',18,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=22',0,'revision','',0),(23,0,'2026-04-06 12:08:10','2026-04-06 12:08:10',' ','','','publish','closed','closed','','23','','','2026-04-06 12:08:10','2026-04-06 12:08:10','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/23/',2,'nav_menu_item','',0),(24,0,'2026-04-06 12:08:11','2026-04-06 12:08:11',' ','','','publish','closed','closed','','24','','','2026-04-06 12:08:11','2026-04-06 12:08:11','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/24/',2,'nav_menu_item','',0),(25,0,'2026-04-06 12:08:11','2026-04-06 12:08:11','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1543993585-74df873c60f2?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjF8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Discover Breathtaking Destinations</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"common-padding section-featured-content-grid-right\",\"layout\":{\"type\":\"flex\", \"justifyContent\": \"center\"}} -->\n<div class=\"wp-block-group common-padding section-featured-content-grid-right\">\n <!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"container m-auto\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-bottom container m-auto\">\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore Featured Locations</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Uncover exceptional travel destinations that are a must-visit. Here are some of the beautiful places I’ve experienced.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"\">View All Locations</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"60%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:60%\"><!-- wp:group {\"className\":\"feature-cards-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":2,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group feature-cards-grid\">\n \n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1665354802729-2b05b5bde0db?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Venice</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">A stunning city known for its canals, architecture, and artistic heritage. My visit was filled with gondola rides and vibrant local markets.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1714640497350-d0203e8b584e?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Cape Town</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Home to breathtaking landscapes, Cape Town offers the majestic Table Mountain and the vibrant V&A Waterfront, making it an unforgettable experience.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1725304406280-2d63f2778d9e?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Kyoto</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Known for its classical Buddhist temples, as well as gardens and imperial palaces, Kyoto is the cultural heart of Japan, rich in history and beauty.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"images-grid-section commpn-padding\"} -->\n<div class=\"wp-block-group alignfull images-grid-section common-padding \">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Stunning Landscapes of My Travels</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Dive into my collection of breathtaking photographs, showcasing the diverse and mesmerizing landscapes I have encountered on my journey.<br> Let each image tell a story that inspires wanderlust.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:gallery {\"columns\":3,\"linkTo\":\"media\",\"className\":\"fancybox-gallery\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped fancybox-gallery\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1551678553-8ce91956dac1?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1551678553-8ce91956dac1?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1562860352-b7c0570a72b6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1562860352-b7c0570a72b6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 1\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1579980255001-bac1874a4673?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1579980255001-bac1874a4673?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 2\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1585649542917-24f5fdbd2a69?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1585649542917-24f5fdbd2a69?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 3\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1628237700302-921785d4d1d0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1628237700302-921785d4d1d0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 4\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1636886521100-ac19e8e26ee5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1636886521100-ac19e8e26ee5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 5\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1641368277251-16c7b3027a34?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1641368277251-16c7b3027a34?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 6\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\">Stay Prepared</p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Essential Travel Tips</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Based on my travels, I’ve gathered practical insights that can enhance your trips. From packing essentials to cultural etiquette, I aim to share what I’ve learned to make your journey smoother.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1569654851706-bb83eafe0711?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1774286673653-9185dbdedbe6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Plan Your Next Adventure</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Are you ready to explore amazing travel destinations that captivate and inspire? Join me on this adventure and let\'s create lasting memories together.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/contact\">Get Started</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Travel Destinations','Explore my favorite travel destinations around the world.','publish','closed','closed','','travel-destinations','','','2026-04-06 12:08:43','2026-04-06 12:08:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/travel-destinations/',0,'page','',0),(26,0,'2026-04-06 12:08:43','2026-04-06 12:08:43','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1543993585-74df873c60f2?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjF8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Discover Breathtaking Destinations</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"common-padding section-featured-content-grid-right\",\"layout\":{\"type\":\"flex\", \"justifyContent\": \"center\"}} -->\n<div class=\"wp-block-group common-padding section-featured-content-grid-right\">\n <!-- wp:columns {\"verticalAlignment\":\"bottom\",\"className\":\"container m-auto\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-bottom container m-auto\">\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"40%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:40%\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore Featured Locations</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Uncover exceptional travel destinations that are a must-visit. Here are some of the beautiful places I’ve experienced.</p>\n<!-- /wp:paragraph -->\n <!-- wp:buttons -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"\">View All Locations</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"bottom\",\"width\":\"60%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-bottom\" style=\"flex-basis:60%\"><!-- wp:group {\"className\":\"feature-cards-grid\",\"layout\":{\"type\":\"grid\",\"columnCount\":2,\"minimumColumnWidth\":null}} -->\n <div class=\"wp-block-group feature-cards-grid\">\n \n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1665354802729-2b05b5bde0db?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Venice</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">A stunning city known for its canals, architecture, and artistic heritage. My visit was filled with gondola rides and vibrant local markets.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1714640497350-d0203e8b584e?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Cape Town</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Home to breathtaking landscapes, Cape Town offers the majestic Table Mountain and the vibrant V&A Waterfront, making it an unforgettable experience.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"card feature-card px-4 py-4\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1725304406280-2d63f2778d9e?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjJ8&ixlib=rb-4.1.0&q=85&w=480&h=640&&fit=crop\",\"title\":\"feature-card-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group card feature-card px-4 py-4\">\n <!-- wp:heading {\"level\":3} -->\n <h3 class=\"wp-block-heading\">Kyoto</h3>\n <!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mt-2\"} -->\n <p class=\"mt-2\">Known for its classical Buddhist temples, as well as gardens and imperial palaces, Kyoto is the cultural heart of Japan, rich in history and beauty.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"images-grid-section commpn-padding\"} -->\n<div class=\"wp-block-group alignfull images-grid-section common-padding \">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Stunning Landscapes of My Travels</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Dive into my collection of breathtaking photographs, showcasing the diverse and mesmerizing landscapes I have encountered on my journey.<br> Let each image tell a story that inspires wanderlust.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:gallery {\"columns\":3,\"linkTo\":\"media\",\"className\":\"fancybox-gallery\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped fancybox-gallery\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1551678553-8ce91956dac1?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1551678553-8ce91956dac1?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1562860352-b7c0570a72b6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1562860352-b7c0570a72b6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 1\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1579980255001-bac1874a4673?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1579980255001-bac1874a4673?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 2\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1585649542917-24f5fdbd2a69?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1585649542917-24f5fdbd2a69?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 3\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1628237700302-921785d4d1d0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1628237700302-921785d4d1d0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 4\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1636886521100-ac19e8e26ee5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1636886521100-ac19e8e26ee5?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 5\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1641368277251-16c7b3027a34?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1641368277251-16c7b3027a34?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 6\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\">Stay Prepared</p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Essential Travel Tips</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Based on my travels, I’ve gathered practical insights that can enhance your trips. From packing essentials to cultural etiquette, I aim to share what I’ve learned to make your journey smoother.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1569654851706-bb83eafe0711?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1774286673653-9185dbdedbe6?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczMjN8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Plan Your Next Adventure</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Are you ready to explore amazing travel destinations that captivate and inspire? Join me on this adventure and let\'s create lasting memories together.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\">\n<!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/contact\">Get Started</a>\n<!-- /wp:button -->\n</div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Travel Destinations','Explore my favorite travel destinations around the world.','inherit','closed','closed','','25-revision-v1','','','2026-04-06 12:08:43','2026-04-06 12:08:43','',25,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=26',0,'revision','',0),(27,0,'2026-04-06 12:08:43','2026-04-06 12:08:43',' ','','','publish','closed','closed','','27','','','2026-04-06 12:08:43','2026-04-06 12:08:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/27/',3,'nav_menu_item','',0),(28,0,'2026-04-06 12:08:43','2026-04-06 12:08:43',' ','','','publish','closed','closed','','28','','','2026-04-06 12:08:43','2026-04-06 12:08:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/28/',3,'nav_menu_item','',0),(29,0,'2026-04-06 12:08:43','2026-04-06 12:08:43','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1569654851706-bb83eafe0711?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Photography Gallery</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"images-grid-section commpn-padding\"} -->\n<div class=\"wp-block-group alignfull images-grid-section common-padding \">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Captivating Images</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">A stunning display of my finest photographs, each telling a unique story inspired by the beauty of the world.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:gallery {\"columns\":3,\"linkTo\":\"media\",\"className\":\"fancybox-gallery\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped fancybox-gallery\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1540300135475-af063f92a038?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1540300135475-af063f92a038?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1609334814144-2d14283068f0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1609334814144-2d14283068f0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 1\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1620693778087-2bced33a4a06?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1620693778087-2bced33a4a06?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 2\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1649837867356-6c7ef7057f32?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1649837867356-6c7ef7057f32?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 3\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1716622318713-60f6a2522abd?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1716622318713-60f6a2522abd?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 4\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1731029394921-fa18b0599362?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1731029394921-fa18b0599362?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 5\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1737587653716-05b3d353581a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1737587653716-05b3d353581a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 6\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\"><strong>Mastery of Techniques</strong></p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Photography Techniques</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">I utilize various techniques to ensure each shot captures the essence of the moment. From composition to lighting, every detail is crucial in my work.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Understanding the equipment I use allows me to adapt to different environments, enhancing the overall quality and impact of my photography.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1657782894947-abf946c11b50?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"testimonials-grid common-padding\"} -->\n<div class=\"wp-block-group alignfull testimonials-grid common-padding\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">What Visitors Say</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Here\'s some feedback from my audience about their experiences with my photographic work, reflecting on the emotions my images evoke.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:bloxby-blocks/testimonial-grid-container {\"columns\":1} -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid-container save-block testimonial-block-container\">\n <div class=\"testimonial-grid-container columns-1\">\n <!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Absolutely Brilliant!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your photos capture such beauty and depth! I love your perspective and how you invite viewers into your world!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Travel Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Inspiring Work!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">The way you tell stories through your images is absolutely inspiring! Keep it up!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Nature Lover</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Stunning Galleries!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your galleries are a visual feast. I couldn\'t stop scrolling! Brilliant!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Art Influencer</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">A True Artist!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your photography truly highlights your artistic vision. Each photo speaks volumes!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Photography Critic</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid -->\n </div>\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid-container -->\n\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1452587925148-ce544e77e70d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore More</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Dive deeper into my travels and photography, discovering more breathtaking moments captured on my blog.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/blog\">Visit the Blog</a>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Photography Gallery','A visual journey through my photography work.','publish','closed','closed','','photography-gallery','','','2026-04-06 12:09:09','2026-04-06 12:09:09','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/photography-gallery/',0,'page','',0),(30,0,'2026-04-06 12:09:09','2026-04-06 12:09:09','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1569654851706-bb83eafe0711?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Photography Gallery</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"images-grid-section commpn-padding\"} -->\n<div class=\"wp-block-group alignfull images-grid-section common-padding \">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Captivating Images</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">A stunning display of my finest photographs, each telling a unique story inspired by the beauty of the world.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:gallery {\"columns\":3,\"linkTo\":\"media\",\"className\":\"fancybox-gallery\"} -->\n <figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped fancybox-gallery\">\n <!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1540300135475-af063f92a038?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1540300135475-af063f92a038?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 0\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1609334814144-2d14283068f0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1609334814144-2d14283068f0?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 1\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1620693778087-2bced33a4a06?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1620693778087-2bced33a4a06?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 2\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1649837867356-6c7ef7057f32?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1649837867356-6c7ef7057f32?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 3\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1716622318713-60f6a2522abd?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1716622318713-60f6a2522abd?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 4\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1731029394921-fa18b0599362?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1731029394921-fa18b0599362?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 5\" />\n </a>\n </figure>\n <!-- /wp:image --><!-- wp:image {\"className\":\"overflow-hidden rounded shadow-sm\"} -->\n <figure class=\"wp-block-image size-large overflow-hidden rounded shadow-sm\">\n <a href=\"https://images.unsplash.com/photo-1737587653716-05b3d353581a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85\">\n <img src=\"https://images.unsplash.com/photo-1737587653716-05b3d353581a?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=480&h=250&&fit=crop\" alt=\"Gallery Image 6\" />\n </a>\n </figure>\n <!-- /wp:image -->\n </figure>\n <!-- /wp:gallery -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\"><strong>Mastery of Techniques</strong></p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Photography Techniques</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">I utilize various techniques to ensure each shot captures the essence of the moment. From composition to lighting, every detail is crucial in my work.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Understanding the equipment I use allows me to adapt to different environments, enhancing the overall quality and impact of my photography.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1657782894947-abf946c11b50?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"testimonials-grid common-padding\"} -->\n<div class=\"wp-block-group alignfull testimonials-grid common-padding\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">What Visitors Say</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Here\'s some feedback from my audience about their experiences with my photographic work, reflecting on the emotions my images evoke.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:bloxby-blocks/testimonial-grid-container {\"columns\":1} -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid-container save-block testimonial-block-container\">\n <div class=\"testimonial-grid-container columns-1\">\n <!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Absolutely Brilliant!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your photos capture such beauty and depth! I love your perspective and how you invite viewers into your world!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Travel Enthusiast</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Inspiring Work!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">The way you tell stories through your images is absolutely inspiring! Keep it up!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Nature Lover</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">Stunning Galleries!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your galleries are a visual feast. I couldn\'t stop scrolling! Brilliant!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Art Influencer</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid --><!-- wp:bloxby-blocks/testimonial-grid -->\n <div class=\"wp-block-bloxby-blocks-testimonial-grid save-block testimonial-grid-block\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"}}}} -->\n <div class=\"wp-block-group alignwide\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n <!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-full\"><img src=\"http://g4xlm8qebobeta.silversharkdev.bloxby.io/wp-content/themes/wp-block-theme/assets/icons/quote.svg\" alt=\"\"/></figure>\n <!-- /wp:image -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter testimonial here...\",\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\">A True Artist!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Enter description here...\"} -->\n <p class=\"has-text-align-center\">Your photography truly highlights your artistic vision. Each photo speaks volumes!</p>\n <!-- /wp:paragraph -->\n\n <!-- wp:paragraph {\"placeholder\":\"Enter designation here...\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"30px\"}},\"typography\":{\"fontWeight\":\"600\",\"fontStyle\":\"normal\"}},\"fontSize\":\"small\"} -->\n <p class=\"has-small-font-size\" style=\"padding-bottom:30px;font-style:normal;font-weight:600\">Photography Critic</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid -->\n </div>\n </div>\n <!-- /wp:bloxby-blocks/testimonial-grid-container -->\n\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1452587925148-ce544e77e70d?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNDl8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Explore More</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Dive deeper into my travels and photography, discovering more breathtaking moments captured on my blog.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/blog\">Visit the Blog</a>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Photography Gallery','A visual journey through my photography work.','inherit','closed','closed','','29-revision-v1','','','2026-04-06 12:09:09','2026-04-06 12:09:09','',29,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=30',0,'revision','',0),(31,0,'2026-04-06 12:09:09','2026-04-06 12:09:09',' ','','','publish','closed','closed','','31','','','2026-04-06 12:09:09','2026-04-06 12:09:09','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/31/',4,'nav_menu_item','',0),(32,0,'2026-04-06 12:09:09','2026-04-06 12:09:09',' ','','','publish','closed','closed','','32','','','2026-04-06 12:09:09','2026-04-06 12:09:09','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/32/',4,'nav_menu_item','',0),(33,0,'2026-04-06 12:09:09','2026-04-06 12:09:09','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1578762289421-b57d331d4236?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNzJ8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Explore My Travel Adventures</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"taxQuery\":null,\"parents\":[],\"format\":[]},\"metadata\":{\"categories\":[\"posts\"],\"name\":\"Posts Grid\"},\"className\":\"alignfull common-padding post-heritage\"} -->\n<div class=\"wp-block-query alignfull common-padding post-heritage\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Latest Travel Posts</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Discover my latest articles filled with travel tips and personal stories, curated just for you. Experience the world through my lens.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"className\":\"posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"} -->\n <div class=\"wp-block-group posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"><!-- wp:post-template -->\n <!-- wp:group {\"className\":\"card h-100 border-0\"} -->\n <div class=\"wp-block-group card h-100 border-0\"><!-- wp:post-featured-image {\"isLink\":true,\"className\":\"card-img-top rounded shadow-sm\"} /-->\n\n <!-- wp:group {\"className\":\"card-body p-0\"} -->\n <div class=\"wp-block-group card-body p-0\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"card-title h3 mt-2\"} /-->\n\n <!-- wp:post-excerpt {\"moreText\":\"Read More\",\"className\":\"card-text mt-2\"} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:post-template -->\n\n <!-- wp:query-no-results -->\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:paragraph -->\n <p>Sorry, but nothing was found. Please try a search with different keywords.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:query-no-results -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:query --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\">10 Incredible Destinations</p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Highlighted Travel Experiences</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">These articles represent the essence of my travel journey, showcasing unique experiences that resonate and inspire.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1573762982334-2869f9760ccc?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1695588032135-7daffd6c9b90?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNzN8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Get Involved and Share Your Thoughts</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Engage with my posts and share your experiences in the comments. Let\'s create a vibrant travel community together!</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/contact\">Join the Discussion</a>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Blog','Read my latest articles on travel tips and experiences.','publish','closed','closed','','blog','','','2026-04-06 12:09:33','2026-04-06 12:09:33','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/blog/',0,'page','',0),(34,0,'2026-04-06 12:09:33','2026-04-06 12:09:33','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1578762289421-b57d331d4236?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNzJ8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Explore My Travel Adventures</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:query {\"queryId\":4,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"taxQuery\":null,\"parents\":[],\"format\":[]},\"metadata\":{\"categories\":[\"posts\"],\"name\":\"Posts Grid\"},\"className\":\"alignfull common-padding post-heritage\"} -->\n<div class=\"wp-block-query alignfull common-padding post-heritage\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Latest Travel Posts</h2>\n<!-- /wp:heading -->\n\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Discover my latest articles filled with travel tips and personal stories, curated just for you. Experience the world through my lens.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:group {\"className\":\"posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"} -->\n <div class=\"wp-block-group posts-grid-two-column-wrap pt-3 post-card-bg rounded-1\"><!-- wp:post-template -->\n <!-- wp:group {\"className\":\"card h-100 border-0\"} -->\n <div class=\"wp-block-group card h-100 border-0\"><!-- wp:post-featured-image {\"isLink\":true,\"className\":\"card-img-top rounded shadow-sm\"} /-->\n\n <!-- wp:group {\"className\":\"card-body p-0\"} -->\n <div class=\"wp-block-group card-body p-0\"><!-- wp:post-title {\"level\":3,\"isLink\":true,\"className\":\"card-title h3 mt-2\"} /-->\n\n <!-- wp:post-excerpt {\"moreText\":\"Read More\",\"className\":\"card-text mt-2\"} /-->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:post-template -->\n\n <!-- wp:query-no-results -->\n <!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:paragraph -->\n <p>Sorry, but nothing was found. Please try a search with different keywords.</p>\n <!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- /wp:query-no-results -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:query --><!-- wp:group {\"className\":\"feature-details-block-left common-padding\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group feature-details-block-left common-padding\">\n <!-- wp:group {\"className\":\"container\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":null,\"className\":\"feature-details-columns rounded-2 shadow-sm overflow-hidden\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"0\"}}}} -->\n <div class=\"wp-block-columns feature-details-columns rounded-2 shadow-sm overflow-hidden\">\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\",\"className\":\"p-5 bg-secondary text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch p-5 bg-secondary text-white\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__content py-4 px-3 section-heading-wrap\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group feature-detail-column__content py-4 px-3 section-heading-wrap\">\n <!-- wp:paragraph {\"className\":\"mb-0 feature-note\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-0 feature-note has-medium-font-size\">10 Incredible Destinations</p>\n<!-- /wp:paragraph -->\n <!-- wp:heading {\"level\":2,\"className\":\"mb-2\"} -->\n<h2 class=\"wp-block-heading mb-2\">Highlighted Travel Experiences</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">These articles represent the essence of my travel journey, showcasing unique experiences that resonate and inspire.</p>\n<!-- /wp:paragraph -->\n \n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"50%\"} -->\n <div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:50%\">\n <!-- wp:group {\"className\":\"feature-detail-column__image\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1573762982334-2869f9760ccc?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=900&h=600&&fit=crop\",\"title\":\"feature-bg-image\"},\"backgroundSize\":\"cover\",\"backgroundPosition\":\"50% 50%\"}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group feature-detail-column__image\"></div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"align\":\"full\",\"className\":\"cta-box-medium cta-dark-bg text-white common-padding\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1695588032135-7daffd6c9b90?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzczNzN8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull cta-box-medium cta-dark-bg text-white common-padding\"><!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\"><!-- wp:group {\"className\":\"section-heading-wrap text-center\"} -->\n <div class=\"wp-block-group section-heading-wrap text-center\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Get Involved and Share Your Thoughts</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Engage with my posts and share your experiences in the comments. Let\'s create a vibrant travel community together!</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"btn btn-primary btn-lg\"} -->\n<a class=\"wp-block-button__link btn btn-primary btn-lg\" href=\"https://g4xlm8qebobeta.silversharkdev.bloxby.io/contact\">Join the Discussion</a>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Blog','Read my latest articles on travel tips and experiences.','inherit','closed','closed','','33-revision-v1','','','2026-04-06 12:09:33','2026-04-06 12:09:33','',33,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=34',0,'revision','',0),(35,0,'2026-04-06 12:09:33','2026-04-06 12:09:33',' ','','','publish','closed','closed','','35','','','2026-04-06 12:09:33','2026-04-06 12:09:33','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/35/',5,'nav_menu_item','',0),(36,0,'2026-04-06 12:09:33','2026-04-06 12:09:33',' ','','','publish','closed','closed','','36','','','2026-04-06 12:09:33','2026-04-06 12:09:33','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/36/',5,'nav_menu_item','',0),(37,0,'2026-04-06 12:09:33','2026-04-06 12:09:33','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1668241282963-4ab8d2217527?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Get in Touch</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Contact Form\"},\"align\":\"full\",\"className\":\"d-flex align-items-center contact-form-centered image-bg text-center common-padding bg-dark text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1657782894947-abf946c11b50?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"contact-us-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull d-flex align-items-center contact-form-centered image-bg text-center common-padding bg-dark text-white\">\n <!-- wp:group {\"className\":\"mx-auto container\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group mx-auto container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Send Me a Message</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Please fill out the contact form below to send me your message directly. I\'m looking forward to connecting with you.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1200px\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:group {\"className\":\"bg-white text-dark p-4 pb-3 p-lg-5 pb-lg-4\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group bg-white text-dark p-4 pb-3 p-lg-5 pb-lg-4\">\n <!-- wp:shortcode -->\n [bloxby_contact_form]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"get-in-heritage common-padding\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group get-in-heritage common-padding\">\n <!-- wp:group {\"className\":\"container \",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:html -->\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d13731.884057459349!2d76.72299519999999!3d30.634774449999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1756201596144!5m2!1sen!2sin\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n <!-- /wp:html -->\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"bg-light\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"-50px\"}}}} -->\n <div class=\"wp-block-columns are-vertically-aligned-center bg-light\" style=\"margin-top:-50px\">\n <!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"bg-primary p-4 p-lg-5 text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center bg-primary p-4 p-lg-5 text-white\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-white\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap text-white\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">How to Reach Me</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">I am available via email for inquiries. You can also follow my adventures through my social media channels for inspiration.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"d-flex align-items-center justify-content-center gap-5 block-mb\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-column is-vertically-aligned-center d-flex align-items-center justify-content-center gap-5 block-mb\" style=\"padding-top:30px\">\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:paragraph -->\n <p><strong>Phone</strong></p>\n <!-- /wp:paragraph -->\n <!-- wp:group {\"className\":\"mt-2\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group mt-2\" style=\"padding-top:0;padding-bottom:0\">\n <!-- wp:image {\"width\":\"17px\",\"height\":\"23px\",\"scale\":\"contain\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-large is-resized\"><img src=\"/wp-content/themes/wp-block-theme/assets/icons/call.svg\" alt=\"Phone\" style=\"object-fit:contain;width:17px;height:23px\"/></figure>\n <!-- /wp:image -->\n <!-- wp:shortcode -->\n [bloxby_user_phone_link]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"mt-0\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group mt-0\">\n <!-- wp:paragraph -->\n <p><strong>Email</strong></p>\n <!-- /wp:paragraph -->\n <!-- wp:group {\"className\":\"mt-2\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group mt-2\">\n <!-- wp:image {\"width\":\"20px\",\"height\":\"20px\",\"scale\":\"contain\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-large is-resized\"><img src=\"/wp-content/themes/wp-block-theme/assets/icons/email.svg\" alt=\"Email\" style=\"object-fit:contain;width:20px;height:20px\"/></figure>\n <!-- /wp:image -->\n <!-- wp:shortcode -->\n [bloxby_user_email_link]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Contact','Get in touch with me for inquiries or collaborations.','publish','closed','closed','','contact','','','2026-04-06 12:09:43','2026-04-06 12:09:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/contact/',0,'page','',0),(38,0,'2026-04-06 12:09:43','2026-04-06 12:09:43','\n<!-- wp:group {\"metadata\":{\"name\":\"Inner Banner\"},\"className\":\"alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1668241282963-4ab8d2217527?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1920&h=1080&&fit=crop\",\"title\":\"bg-image\"},\"backgroundSize\":\"cover\"}}} -->\n<div class=\"wp-block-group alignfull hero-banner-full-left hero-banner-full-left-heritage text-white\">\n <!-- wp:group {\"className\":\"container\"} -->\n <div class=\"wp-block-group container\">\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"inner-banner-height\"} -->\n <div class=\"wp-block-columns are-vertically-aligned-center inner-banner-height\">\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\">\n <!-- wp:heading {\"level\":1,\"className\":\"mb-3\"} -->\n<h1 class=\"wp-block-heading mb-3\">Get in Touch</h1>\n<!-- /wp:heading -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center\"></div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"metadata\":{\"name\":\"Contact Form\"},\"align\":\"full\",\"className\":\"d-flex align-items-center contact-form-centered image-bg text-center common-padding bg-dark text-white\",\"style\":{\"background\":{\"backgroundImage\":{\"url\":\"https://images.unsplash.com/photo-1657782894947-abf946c11b50?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4MDIyNTh8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NzU0NzcyMDh8&ixlib=rb-4.1.0&q=85&w=1600&h=900&&fit=crop\",\"title\":\"contact-us-bg\"},\"backgroundSize\":\"cover\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull d-flex align-items-center contact-form-centered image-bg text-center common-padding bg-dark text-white\">\n <!-- wp:group {\"className\":\"mx-auto container\",\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-group mx-auto container\">\n <!-- wp:group {\"className\":\"section-heading-wrap\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">Send Me a Message</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">Please fill out the contact form below to send me your message directly. I\'m looking forward to connecting with you.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1200px\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:group {\"className\":\"bg-white text-dark p-4 pb-3 p-lg-5 pb-lg-4\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group bg-white text-dark p-4 pb-3 p-lg-5 pb-lg-4\">\n <!-- wp:shortcode -->\n [bloxby_contact_form]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group --><!-- wp:group {\"className\":\"get-in-heritage common-padding\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group get-in-heritage common-padding\">\n <!-- wp:group {\"className\":\"container \",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group container\">\n <!-- wp:html -->\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d13731.884057459349!2d76.72299519999999!3d30.634774449999995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1756201596144!5m2!1sen!2sin\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>\n <!-- /wp:html -->\n <!-- wp:columns {\"verticalAlignment\":\"center\",\"className\":\"bg-light\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"-50px\"}}}} -->\n <div class=\"wp-block-columns are-vertically-aligned-center bg-light\" style=\"margin-top:-50px\">\n <!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"bg-primary p-4 p-lg-5 text-white\"} -->\n <div class=\"wp-block-column is-vertically-aligned-center bg-primary p-4 p-lg-5 text-white\">\n <!-- wp:group {\"className\":\"section-heading-wrap text-white\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group section-heading-wrap text-white\">\n <!-- wp:heading {\"level\":2,\"className\":\"mb-3\"} -->\n<h2 class=\"wp-block-heading mb-3\">How to Reach Me</h2>\n<!-- /wp:heading -->\n <!-- wp:paragraph {\"className\":\"mb-4\",\"fontSize\":\"medium\"} -->\n<p class=\"mb-4 has-medium-font-size\">I am available via email for inquiries. You can also follow my adventures through my social media channels for inspiration.</p>\n<!-- /wp:paragraph -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n <!-- wp:column {\"verticalAlignment\":\"center\",\"className\":\"d-flex align-items-center justify-content-center gap-5 block-mb\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\"}}},\"layout\":{\"type\":\"default\"}} -->\n <div class=\"wp-block-column is-vertically-aligned-center d-flex align-items-center justify-content-center gap-5 block-mb\" style=\"padding-top:30px\">\n <!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:paragraph -->\n <p><strong>Phone</strong></p>\n <!-- /wp:paragraph -->\n <!-- wp:group {\"className\":\"mt-2\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group mt-2\" style=\"padding-top:0;padding-bottom:0\">\n <!-- wp:image {\"width\":\"17px\",\"height\":\"23px\",\"scale\":\"contain\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-large is-resized\"><img src=\"/wp-content/themes/wp-block-theme/assets/icons/call.svg\" alt=\"Phone\" style=\"object-fit:contain;width:17px;height:23px\"/></figure>\n <!-- /wp:image -->\n <!-- wp:shortcode -->\n [bloxby_user_phone_link]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n <!-- wp:group {\"className\":\"mt-0\",\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-group mt-0\">\n <!-- wp:paragraph -->\n <p><strong>Email</strong></p>\n <!-- /wp:paragraph -->\n <!-- wp:group {\"className\":\"mt-2\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n <div class=\"wp-block-group mt-2\">\n <!-- wp:image {\"width\":\"20px\",\"height\":\"20px\",\"scale\":\"contain\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n <figure class=\"wp-block-image size-large is-resized\"><img src=\"/wp-content/themes/wp-block-theme/assets/icons/email.svg\" alt=\"Email\" style=\"object-fit:contain;width:20px;height:20px\"/></figure>\n <!-- /wp:image -->\n <!-- wp:shortcode -->\n [bloxby_user_email_link]\n <!-- /wp:shortcode -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:group -->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n </div>\n <!-- /wp:group -->\n</div>\n<!-- /wp:group -->','Contact','Get in touch with me for inquiries or collaborations.','inherit','closed','closed','','37-revision-v1','','','2026-04-06 12:09:43','2026-04-06 12:09:43','',37,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/?p=38',0,'revision','',0),(39,0,'2026-04-06 12:09:43','2026-04-06 12:09:43',' ','','','publish','closed','closed','','39','','','2026-04-06 12:09:43','2026-04-06 12:09:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/39/',6,'nav_menu_item','',0),(40,0,'2026-04-06 12:09:43','2026-04-06 12:09:43',' ','','','publish','closed','closed','','40','','','2026-04-06 12:09:43','2026-04-06 12:09:43','',0,'https://g4xlm8qebobeta.silversharkdev.bloxby.io/index.php/2026/04/06/40/',6,'nav_menu_item','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
`term_order` int NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (13,1,0),(16,2,0),(17,3,0),(19,1,0),(21,1,0),(23,2,0),(24,3,0),(27,2,0),(28,3,0),(31,2,0),(32,3,0),(35,2,0),(36,3,0),(39,2,0),(40,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'nav_menu','',0,6),(3,3,'nav_menu','',0,6);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
`term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Header Menu','header-menu',0),(3,'Footer Menu','footer-menu',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,2,'nickname','wp_sub_1775477162'),(17,2,'first_name',''),(18,2,'last_name',''),(19,2,'description',''),(20,2,'rich_editing','true'),(21,2,'syntax_highlighting','true'),(22,2,'comment_shortcuts','false'),(23,2,'admin_color','fresh'),(24,2,'use_ssl','0'),(25,2,'show_admin_bar_front','true'),(26,2,'locale',''),(27,2,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(28,2,'wp_user_level','7'),(29,2,'dismissed_wp_pointers','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci 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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$wp$2y$10$/lnKdyDiBZ7qy.QyKJXOOesWSrmXUUNPaAjSyTXIgR1HXdqHQTm4O','admin','info@site.com','https://g4xlm8qebobeta.silversharkdev.bloxby.io','2026-04-06 12:06:23','',0,'admin'),(2,'wp_sub_1775477162','$wp$2y$10$dttTY.0iXM1FJlbpBQyIyOTiGgihYMfwYCcnFgkm.gRcJ7xdc38Gi','wp_sub_1775477162','nishant@42works.net','','2026-04-06 12:06:28','',0,'wp_sub_1775477162');
/*!40000 ALTER TABLE `wp_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 2026-04-08 11:09:10