It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://visionpalacegroup.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_30_JBMctm6_QZJmZo0_IkNjCn5_CpPGBZ9.png">
  14.    
  15.  
  16.    <title>Vision Palace Group - Innovative Solutions for Modern Business Challenges</title>
  17.    <meta name="description" content="Vision Palace Group offers cutting-edge strategies and insights to help businesses thrive in today&#x27;s competitive landscape. Explore expert advice and solutions.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://visionpalacegroup.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8b5cf6;
  42.        --bs-primary-rgb: 8b5cf6;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #ede9fe;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8b5cf6;
  53.        --theme-primary-color-s2: #8b5cf6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #ede9fe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #ede9fe;
  59.        --border-color: #6d28d9;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #2e1065;
  73.        --nav-bg: #2e1065;
  74.        --sub-nav: #4c1d95;
  75.        --navbar-color: #ede9fe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #ede9fe;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ede9fe;
  80.        --card-bg: rgba(46, 16, 101, 0.8);
  81.        --card-border: #6d28d9;
  82.        --card-radius: 14px;
  83.        --link-color: #8b5cf6;
  84.        --link-hover: #7c3aed;
  85.        --blog-color: #ede9fe;
  86.        --blog-bg: rgba(139, 92, 246, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(46, 16, 101, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_49">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418.  
  419. <div class="topbar d-sm-flex d-none">
  420.  <div class="container-fluid fluid-container">
  421.    <div class="row  ">
  422.      <div>
  423.        <div class="pt-2 d-flex gap-2 pb-0">
  424.          <div class="">
  425.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  426.          </div>
  427.  
  428.          <!-- Add an id to the marquee -->
  429.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  430.            <p class="text-center">
  431.              
  432.               <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-your-fungi/" class="px-5 top-color">
  433.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Your Fungi
  434.                  </a>
  435.              
  436.               <a href="/body-of-competitive-swimmer-presumably-taken-by-shark-found-on-california-beach/" class="px-5 top-color">
  437.                    Body of Competitive Swimmer Presumably Taken by Shark Found on California Beach
  438.                  </a>
  439.              
  440.               <a href="/barry-manilow-will-have-surgery-for-cancer-in-his-lung/" class="px-5 top-color">
  441.                    Barry Manilow Will Have Surgery for Cancer in His Lung.
  442.                  </a>
  443.              
  444.               <a href="/former-uk-serviceman-accused-of-killing-kenyan-female-appears-in-courtroom/" class="px-5 top-color">
  445.                    Former UK Serviceman Accused of Killing Kenyan Female Appears in Courtroom
  446.                  </a>
  447.              
  448.               <a href="/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" class="px-5 top-color">
  449.                    U.S. Food and Drug Administration Approves Flibanserin, a Libido-Enhancing Treatment for Postmenopausal
  450.                  </a>
  451.              
  452.            </p>
  453.          </marquee>
  454.        </div>
  455.      </div>
  456.    </div>
  457.  </div>
  458. </div>
  459. <style>
  460.  .tilt-button {
  461.  padding: 0.5rem 1rem;
  462.  white-space: nowrap;
  463.  font-weight: bold;
  464.  display: inline-block;
  465.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  466.  transition: background 0.3s ease;
  467. }
  468.  
  469.  
  470. </style>
  471. <script>
  472.  // Stop/start marquee when hovering or focusing links inside it
  473.  document.addEventListener("DOMContentLoaded", function () {
  474.    const marquee = document.getElementById("newsMarquee");
  475.    if (!marquee) return;
  476.  
  477.    marquee.querySelectorAll("a").forEach((link) => {
  478.      link.addEventListener("mouseenter", () => marquee.stop());
  479.      link.addEventListener("mouseleave", () => marquee.start());
  480.      // keyboard accessibility
  481.      link.addEventListener("focus", () => marquee.stop());
  482.      link.addEventListener("blur", () => marquee.start());
  483.    });
  484.  });
  485. </script>
  486.  
  487.  
  488.  
  489.            
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <header class="header-v10 mb-4">
  497.    <div class="container-fluid fluid-container">
  498.        <!-- Top Bar -->
  499.        <div class="top-bar-v10">
  500.            <div
  501.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  502.               <div class="col-lg-3 col-md-12 col-12">
  503.                    <div class="brand-section-v10">
  504.                        <a class="logo-link-v9" href="/">
  505.                            
  506.                                <span class="site-name">Vision Palace Group</span>
  507.                            
  508.                        </a>
  509.                    </div>
  510.                </div>
  511.                <div class="col-lg-6 col-md-12 d-inline-block">
  512.                    <div class="search-container-v10">
  513.                        <form class="search-form-v10" action="#" method="get">
  514.                            <div class="search-group-v10">
  515.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  516.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  517.                                <button type="submit" class="search-button-v10">
  518.                                    <i class="ti-search"></i>
  519.                                </button>
  520.                            </div>
  521.                            <div id="search-results" class="search-results-container search-v1"></div>
  522.                        </form>
  523.                    </div>
  524.                </div>
  525.                <div class="col-12 ">
  526.                    <div class="header-utilities-v10">
  527.                        <div class="utility-item-v10 d-lg-none">
  528.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  529.                                <div class="menu-icon-v10">
  530.                                    <span class="menu-bar-v10"></span>
  531.                                    <span class="menu-bar-v10"></span>
  532.                                    <span class="menu-bar-v10"></span>
  533.                                </div>
  534.                            </button>
  535.                        </div>
  536.                    </div>
  537.                </div>
  538.            </div>
  539.        </div>
  540.  
  541.        <!-- Navigation Bar -->
  542.    <nav class="navigation-v10 d-none d-lg-block">
  543.    <div class="nav-container-v10">
  544.        <ul class="nav-menu-v10">
  545.  
  546.            
  547.            <li class="nav-item-v10">
  548.                <a href="/" class="nav-link-v10 active-v10">
  549.                    <div class="link-content-v10">
  550.                        <span class="link-text-v10">Home</span>
  551.                        <div class="link-indicator-v10"></div>
  552.                    </div>
  553.                </a>
  554.            </li>
  555.  
  556.            
  557.            
  558.                
  559.                    
  560.                    
  561.                        <li class="nav-item-v10">
  562.                            <a href="/category/all-posts/" class="nav-link-v10">
  563.                                <div class="link-content-v10">
  564.                                    <span class="link-text-v10">All Posts</span>
  565.                                    <div class="link-indicator-v10"></div>
  566.                                </div>
  567.                            </a>
  568.                        </li>
  569.                    
  570.  
  571.                
  572.  
  573.                
  574.                
  575.            
  576.                
  577.                    
  578.                    
  579.                        <li class="nav-item-v10">
  580.                            <a href="/category/business/" class="nav-link-v10">
  581.                                <div class="link-content-v10">
  582.                                    <span class="link-text-v10">Business</span>
  583.                                    <div class="link-indicator-v10"></div>
  584.                                </div>
  585.                            </a>
  586.                        </li>
  587.                    
  588.  
  589.                
  590.  
  591.                
  592.                
  593.            
  594.                
  595.                    
  596.                    
  597.                        <li class="nav-item-v10">
  598.                            <a href="/category/esports/" class="nav-link-v10">
  599.                                <div class="link-content-v10">
  600.                                    <span class="link-text-v10">Esports</span>
  601.                                    <div class="link-indicator-v10"></div>
  602.                                </div>
  603.                            </a>
  604.                        </li>
  605.                    
  606.  
  607.                
  608.  
  609.                
  610.                
  611.            
  612.                
  613.                    
  614.                    
  615.                        <li class="nav-item-v10">
  616.                            <a href="/category/fashion/" class="nav-link-v10">
  617.                                <div class="link-content-v10">
  618.                                    <span class="link-text-v10">Fashion</span>
  619.                                    <div class="link-indicator-v10"></div>
  620.                                </div>
  621.                            </a>
  622.                        </li>
  623.                    
  624.  
  625.                
  626.  
  627.                
  628.                
  629.            
  630.                
  631.                    
  632.                    
  633.                        <li class="nav-item-v10">
  634.                            <a href="/category/featured/" class="nav-link-v10">
  635.                                <div class="link-content-v10">
  636.                                    <span class="link-text-v10">Featured</span>
  637.                                    <div class="link-indicator-v10"></div>
  638.                                </div>
  639.                            </a>
  640.                        </li>
  641.                    
  642.  
  643.                
  644.  
  645.                
  646.                
  647.            
  648.                
  649.                    
  650.                    
  651.                        <li class="nav-item-v10">
  652.                            <a href="/category/gaming/" class="nav-link-v10">
  653.                                <div class="link-content-v10">
  654.                                    <span class="link-text-v10">Gaming</span>
  655.                                    <div class="link-indicator-v10"></div>
  656.                                </div>
  657.                            </a>
  658.                        </li>
  659.                    
  660.  
  661.                
  662.  
  663.                
  664.                
  665.            
  666.                
  667.                    
  668.                    
  669.                        <li class="nav-item-v10">
  670.                            <a href="/category/health/" class="nav-link-v10">
  671.                                <div class="link-content-v10">
  672.                                    <span class="link-text-v10">Health</span>
  673.                                    <div class="link-indicator-v10"></div>
  674.                                </div>
  675.                            </a>
  676.                        </li>
  677.                    
  678.  
  679.                
  680.  
  681.                
  682.                
  683.            
  684.                
  685.                    
  686.                    
  687.                        <li class="nav-item-v10">
  688.                            <a href="/category/life-fitness/" class="nav-link-v10">
  689.                                <div class="link-content-v10">
  690.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  691.                                    <div class="link-indicator-v10"></div>
  692.                                </div>
  693.                            </a>
  694.                        </li>
  695.                    
  696.  
  697.                
  698.  
  699.                
  700.                
  701.            
  702.                
  703.                    
  704.                    
  705.                        <li class="nav-item-v10">
  706.                            <a href="/category/lifestyle/" class="nav-link-v10">
  707.                                <div class="link-content-v10">
  708.                                    <span class="link-text-v10">Lifestyle</span>
  709.                                    <div class="link-indicator-v10"></div>
  710.                                </div>
  711.                            </a>
  712.                        </li>
  713.                    
  714.  
  715.                
  716.  
  717.                
  718.                
  719.            
  720.                
  721.                    
  722.                    <li class="nav-item-v10 has-submenu-v10">
  723.                        <a href="#" class="nav-link-v10">
  724.                            <div class="link-content-v10">
  725.                                <span class="link-text-v10">More</span>
  726.                                <div class="link-arrow-v10"></div>
  727.                                <div class="link-indicator-v10"></div>
  728.                            </div>
  729.                        </a>
  730.                        <div class="submenu-v10">
  731.                            <div class="submenu-content-v10">
  732.                                <div class="submenu-column-v10">
  733.                                    <ul class="submenu-links-v10">
  734.                                        <li>
  735.                                            <a href="/category/news/" class="submenu-link-v10">
  736.                                                News
  737.                                            </a>
  738.                                        </li>
  739.                
  740.  
  741.                
  742.                
  743.            
  744.                
  745.                                        <li>
  746.                                            <a href="/category/others/" class="submenu-link-v10">
  747.                                                Others
  748.                                            </a>
  749.                                        </li>
  750.                
  751.  
  752.                
  753.                
  754.            
  755.                
  756.                                        <li>
  757.                                            <a href="/category/politics/" class="submenu-link-v10">
  758.                                                Politics
  759.                                            </a>
  760.                                        </li>
  761.                
  762.  
  763.                
  764.                
  765.            
  766.                
  767.                                        <li>
  768.                                            <a href="/category/sports/" class="submenu-link-v10">
  769.                                                Sports
  770.                                            </a>
  771.                                        </li>
  772.                
  773.  
  774.                
  775.                
  776.            
  777.                
  778.                                        <li>
  779.                                            <a href="/category/tech/" class="submenu-link-v10">
  780.                                                Tech
  781.                                            </a>
  782.                                        </li>
  783.                
  784.  
  785.                
  786.                
  787.            
  788.                
  789.                                        <li>
  790.                                            <a href="/category/travel/" class="submenu-link-v10">
  791.                                                Travel
  792.                                            </a>
  793.                                        </li>
  794.                
  795.  
  796.                
  797.                
  798.                                    </ul>
  799.                                </div>
  800.                            </div>
  801.                        </div>
  802.                    </li>
  803.                
  804.            
  805.            <li class="nav-item-v10">
  806.                <a href="/page/contact-us/" class="nav-link-v10">
  807.                    <div class="link-content-v10">
  808.                        <span class="link-text-v10">Contact Us</span>
  809.                        <div class="link-indicator-v10"></div>
  810.                    </div>
  811.                </a>
  812.            </li>
  813.        </ul>
  814.    </div>
  815. </nav>
  816.  
  817.        <!-- Mobile Menu -->
  818.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  819.            <div class="mobile-menu-content-v10">
  820.                <ul class="mobile-menu-list-v10">
  821.  
  822.                    
  823.                    <li class="mobile-menu-item-v10">
  824.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  825.                            <span class="mobile-link-text-v10">Home</span>
  826.                        </a>
  827.                    </li>
  828.  
  829.                    
  830.                    
  831.                    
  832.                    <li class="mobile-menu-item-v10">
  833.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  834.                            <span class="mobile-link-text-v10">All Posts</span>
  835.                        </a>
  836.                    </li>
  837.                    
  838.                    
  839.                    
  840.                    <li class="mobile-menu-item-v10">
  841.                        <a href="/category/business/" class="mobile-menu-link-v10">
  842.                            <span class="mobile-link-text-v10">Business</span>
  843.                        </a>
  844.                    </li>
  845.                    
  846.                    
  847.                    
  848.                    <li class="mobile-menu-item-v10">
  849.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  850.                            <span class="mobile-link-text-v10">Esports</span>
  851.                        </a>
  852.                    </li>
  853.                    
  854.                    
  855.                    
  856.                    <li class="mobile-menu-item-v10">
  857.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  858.                            <span class="mobile-link-text-v10">Fashion</span>
  859.                        </a>
  860.                    </li>
  861.                    
  862.                    
  863.                    
  864.                    <li class="mobile-menu-item-v10">
  865.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  866.                            <span class="mobile-link-text-v10">Featured</span>
  867.                        </a>
  868.                    </li>
  869.                    
  870.                    
  871.                    
  872.                    <li class="mobile-menu-item-v10">
  873.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  874.                            <span class="mobile-link-text-v10">Gaming</span>
  875.                        </a>
  876.                    </li>
  877.                    
  878.                    
  879.                    
  880.                    <li class="mobile-menu-item-v10">
  881.                        <a href="/category/health/" class="mobile-menu-link-v10">
  882.                            <span class="mobile-link-text-v10">Health</span>
  883.                        </a>
  884.                    </li>
  885.                    
  886.                    
  887.                    
  888.                    <li class="mobile-menu-item-v10">
  889.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  890.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  891.                        </a>
  892.                    </li>
  893.                    
  894.                    
  895.                    
  896.                    <li class="mobile-menu-item-v10">
  897.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  898.                            <span class="mobile-link-text-v10">Lifestyle</span>
  899.                        </a>
  900.                    </li>
  901.                    
  902.                    
  903.                    
  904.                    <li class="mobile-menu-item-v10">
  905.                        <a href="/category/news/" class="mobile-menu-link-v10">
  906.                            <span class="mobile-link-text-v10">News</span>
  907.                        </a>
  908.                    </li>
  909.                    
  910.                    
  911.                    
  912.                    <li class="mobile-menu-item-v10">
  913.                        <a href="/category/others/" class="mobile-menu-link-v10">
  914.                            <span class="mobile-link-text-v10">Others</span>
  915.                        </a>
  916.                    </li>
  917.                    
  918.                    
  919.                    
  920.                    <li class="mobile-menu-item-v10">
  921.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  922.                            <span class="mobile-link-text-v10">Politics</span>
  923.                        </a>
  924.                    </li>
  925.                    
  926.                    
  927.                    
  928.                    <li class="mobile-menu-item-v10">
  929.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  930.                            <span class="mobile-link-text-v10">Sports</span>
  931.                        </a>
  932.                    </li>
  933.                    
  934.                    
  935.                    
  936.                    <li class="mobile-menu-item-v10">
  937.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  938.                            <span class="mobile-link-text-v10">Tech</span>
  939.                        </a>
  940.                    </li>
  941.                    
  942.                    
  943.                    
  944.                    <li class="mobile-menu-item-v10">
  945.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  946.                            <span class="mobile-link-text-v10">Travel</span>
  947.                        </a>
  948.                    </li>
  949.                    
  950.                    
  951.  
  952.                </ul>
  953.            </div>
  954.        </div>
  955.  
  956.    </div>
  957. </header>
  958.  
  959. <style>
  960.    .logo-link-v9 img{
  961.        height: 70px;
  962.        width: auto;
  963.        object-fit: cover;
  964.    }
  965.    /* Navbar V10 Styles - Modern Two-Tier Design */
  966.    .header-v10 {
  967.        background: var(--navbar-bg);
  968.        margin-bottom: 10px;
  969.        position: relative;
  970.    }
  971.  
  972.    /* Top Bar */
  973.    .top-bar-v10 {
  974.        padding: 16px 0;
  975.    }
  976.  
  977.    /* Brand Section */
  978.    .brand-section-v10 {
  979.        display: flex;
  980.        align-items: center;
  981.    }
  982.  
  983.    .brand-link-v10 {
  984.        display: flex;
  985.        align-items: center;
  986.        text-decoration: none;
  987.    }
  988.  
  989.    .brand-icon-v10 {
  990.        width: 48px;
  991.        height: 48px;
  992.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  993.        border-radius: 12px;
  994.        display: flex;
  995.        align-items: center;
  996.        justify-content: center;
  997.        padding: 8px;
  998.    }
  999.  
  1000.    .brand-img-v10 {
  1001.        max-width: 100%;
  1002.        max-height: 100%;
  1003.        filter: brightness(0) invert(1);
  1004.    }
  1005.  
  1006.    /* Search Container */
  1007.    .search-container-v10 {
  1008.        max-width: 500px;
  1009.        margin-left: auto;
  1010.    }
  1011.  
  1012.    .search-group-v10 {
  1013.        display: flex;
  1014.        align-items: center;
  1015.        background: #f9fafb;
  1016.        border: 2px solid #e5e7eb;
  1017.        border-radius: 12px;
  1018.        overflow: hidden;
  1019.        transition: all 0.3s ease;
  1020.    }
  1021.  
  1022.    .search-group-v10:focus-within {
  1023.        background: #ffffff;
  1024.        border-color: #3b82f6;
  1025.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1026.    }
  1027.  
  1028.    .search-icon-wrapper-v10 {
  1029.        padding: 12px 16px;
  1030.        display: flex;
  1031.        align-items: center;
  1032.    }
  1033.  
  1034.    .search-icon-v10 {
  1035.        width: 16px;
  1036.        height: 16px;
  1037.        background: #9ca3af;
  1038.        border-radius: 50%;
  1039.        position: relative;
  1040.    }
  1041.  
  1042.    .search-icon-v10::after {
  1043.        content: '';
  1044.        position: absolute;
  1045.        top: 12px;
  1046.        left: 12px;
  1047.        width: 6px;
  1048.        height: 1px;
  1049.        background: #9ca3af;
  1050.        transform: rotate(45deg);
  1051.    }
  1052.  
  1053.    .search-field-v10 {
  1054.        flex: 1;
  1055.        border: none;
  1056.        background: transparent;
  1057.        font-size: 15px;
  1058.        padding: 12px 0;
  1059.        outline: none;
  1060.        color: #1f2937;
  1061.    }
  1062.  
  1063.    .search-field-v10::placeholder {
  1064.        color: #9ca3af;
  1065.    }
  1066.  
  1067.    .search-button-v10 {
  1068.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1069.        color: white;
  1070.        border: none;
  1071.        padding: 14px 15px;
  1072.        font-weight: 600;
  1073.        cursor: pointer;
  1074.        transition: all 0.3s ease;
  1075.    }
  1076.  
  1077.    .search-button-v10:hover {
  1078.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1079.    }
  1080.  
  1081.    /* Header Utilities */
  1082.    .header-utilities-v10 {
  1083.        display: flex;
  1084.        align-items: center;
  1085.        justify-content: flex-end;
  1086.        gap: 8px;
  1087.    }
  1088.  
  1089.    .utility-item-v10 {
  1090.        display: flex;
  1091.    }
  1092.  
  1093.    .theme-toggle-v10,
  1094.    .mobile-search-v10,
  1095.    .menu-trigger-v10 {
  1096.        background: #f9fafb;
  1097.        border: 1px solid #e5e7eb;
  1098.        border-radius: 8px;
  1099.        padding: 10px;
  1100.        cursor: pointer;
  1101.        transition: all 0.3s ease;
  1102.    }
  1103.  
  1104.    .mobile-search-v10:hover,
  1105.    .menu-trigger-v10:hover {
  1106.        background: #f3f4f6;
  1107.        border-color: #d1d5db;
  1108.    }
  1109.  
  1110.    .mobile-search-icon-v10 {
  1111.        width: 16px;
  1112.        height: 16px;
  1113.        background: #6b7280;
  1114.        border-radius: 50%;
  1115.    }
  1116.  
  1117.    .menu-icon-v10 {
  1118.        display: flex;
  1119.        flex-direction: column;
  1120.        gap: 3px;
  1121.        width: 16px;
  1122.    }
  1123.  
  1124.    .menu-bar-v10 {
  1125.        height: 2px;
  1126.        background: #6b7280;
  1127.        border-radius: 1px;
  1128.        transition: all 0.3s ease;
  1129.    }
  1130.  
  1131.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1132.        transform: rotate(45deg) translate(4px, 4px);
  1133.    }
  1134.  
  1135.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1136.        opacity: 0;
  1137.    }
  1138.  
  1139.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1140.        transform: rotate(-45deg) translate(6px, -6px);
  1141.    }
  1142.  
  1143.    /* Navigation */
  1144.    .navigation-v10 {
  1145.        background: var(--navbar-bg);
  1146.    }
  1147.  
  1148.    .nav-container-v10 {
  1149.        padding: 0;
  1150.        display: flex;
  1151.        justify-content: flex-end;
  1152.    }
  1153.  
  1154.    .nav-menu-v10 {
  1155.        list-style: none;
  1156.        padding: 0;
  1157.        margin: 0;
  1158.        display: flex;
  1159.        align-items: stretch;
  1160.    }
  1161.  
  1162.    .nav-item-v10 {
  1163.        position: relative;
  1164.    }
  1165.  
  1166.    .nav-link-v10 {
  1167.        color: #374151;
  1168.        text-decoration: none;
  1169.        display: block;
  1170.        transition: all 0.3s ease;
  1171.    }
  1172.  
  1173.    .link-content-v10 {
  1174.        padding: 16px 20px;
  1175.        display: flex;
  1176.        align-items: center;
  1177.        gap: 6px;
  1178.        position: relative;
  1179.    }
  1180.  
  1181.    .link-text-v10 {
  1182.        font-size: 15px;
  1183.        font-weight: 600;
  1184.    }
  1185.  
  1186.    .link-arrow-v10 {
  1187.        width: 0;
  1188.        height: 0;
  1189.        border-left: 3px solid transparent;
  1190.        border-right: 3px solid transparent;
  1191.        border-top: 3px solid currentColor;
  1192.        transition: transform 0.3s ease;
  1193.    }
  1194.  
  1195.    .link-indicator-v10 {
  1196.        position: absolute;
  1197.        bottom: 0;
  1198.        left: 0;
  1199.        right: 0;
  1200.        height: 3px;
  1201.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1202.        transform: scaleX(0);
  1203.        transition: transform 0.3s ease;
  1204.    }
  1205.  
  1206.    .nav-link-v10:hover,
  1207.    .nav-link-v10.active-v10 {
  1208.        color: white !important;
  1209.        background: var(--bs-primary);
  1210.    }
  1211.  
  1212.    .nav-link-v10:hover .link-indicator-v10,
  1213.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1214.        transform: scaleX(1);
  1215.    }
  1216.  
  1217.    .has-submenu-v10:hover .link-arrow-v10 {
  1218.        transform: rotate(180deg);
  1219.    }
  1220.  
  1221.    /* Submenu */
  1222.    .submenu-v10 {
  1223.        position: absolute;
  1224.        top: 100%;
  1225.        left: 0;
  1226.        background: #ffffff;
  1227.        border: 1px solid #e5e7eb;
  1228.        border-radius: 12px;
  1229.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1230.        opacity: 0;
  1231.        visibility: hidden;
  1232.        transform: translateY(-8px);
  1233.        transition: all 0.3s ease;
  1234.        z-index: 1000;
  1235.        min-width: 400px;
  1236.        padding: 24px;
  1237.        margin-top: 8px;
  1238.    }
  1239.  
  1240.    .has-submenu-v10:hover .submenu-v10 {
  1241.        opacity: 1;
  1242.        visibility: visible;
  1243.        transform: translateY(0);
  1244.    }
  1245.  
  1246.    .submenu-content-v10 {
  1247.        display: grid;
  1248.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1249.        gap: 24px;
  1250.    }
  1251.  
  1252.    .submenu-title-v10 {
  1253.        font-size: 13px;
  1254.        font-weight: 700;
  1255.        color: #3b82f6;
  1256.        margin-bottom: 12px;
  1257.        text-transform: uppercase;
  1258.        letter-spacing: 0.5px;
  1259.    }
  1260.  
  1261.    .submenu-links-v10 {
  1262.        list-style: none;
  1263.        padding: 0;
  1264.        margin: 0;
  1265.    }
  1266.  
  1267.    .submenu-link-v10 {
  1268.        display: block;
  1269.        color: #6b7280 !important;
  1270.        text-decoration: none;
  1271.        font-size: 14px;
  1272.        padding: 8px 0;
  1273.        transition: color 0.3s ease;
  1274.    }
  1275.  
  1276.    .submenu-link-v10:hover {
  1277.        color: #3b82f6 !important;
  1278.    }
  1279.  
  1280.    /* Mobile Search Panel */
  1281.    .mobile-search-panel-v10 {
  1282.        background: #f9fafb;
  1283.        border-bottom: 1px solid #e5e7eb;
  1284.        padding: 12px 0;
  1285.        max-height: 0;
  1286.        overflow: hidden;
  1287.        transition: all 0.3s ease;
  1288.    }
  1289.  
  1290.    .mobile-search-panel-v10.show-v10 {
  1291.        max-height: 80px;
  1292.    }
  1293.  
  1294.    .mobile-search-wrapper-v10 {
  1295.        display: flex;
  1296.        align-items: center;
  1297.        background: #ffffff;
  1298.        border: 1px solid #e5e7eb;
  1299.        border-radius: 8px;
  1300.        overflow: hidden;
  1301.    }
  1302.  
  1303.    .mobile-search-input-v10 {
  1304.        flex: 1;
  1305.        border: none;
  1306.        padding: 12px 16px;
  1307.        font-size: 15px;
  1308.        outline: none;
  1309.        background: transparent;
  1310.    }
  1311.  
  1312.    .mobile-search-btn-v10 {
  1313.        background: #3b82f6;
  1314.        border: none;
  1315.        padding: 12px 16px;
  1316.        cursor: pointer;
  1317.    }
  1318.  
  1319.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1320.        background: white;
  1321.    }
  1322.  
  1323.    /* Mobile Menu */
  1324.    .mobile-menu-v10 {
  1325.        background: #ffffff;
  1326.        border-bottom: 1px solid #e5e7eb;
  1327.        max-height: 0;
  1328.        overflow: hidden;
  1329.        transition: all 0.4s ease;
  1330.    }
  1331.  
  1332.    .mobile-menu-v10.show-v10 {
  1333.        max-height: 500px;
  1334.    }
  1335.  
  1336.    .mobile-menu-content-v10 {
  1337.        padding: 16px 30px;
  1338.    }
  1339.  
  1340.    .mobile-menu-list-v10 {
  1341.        list-style: none;
  1342.        padding: 0;
  1343.        margin: 0;
  1344.    }
  1345.  
  1346.    .mobile-menu-item-v10 {
  1347.        border-bottom: 1px solid #f3f4f6;
  1348.    }
  1349.  
  1350.    .mobile-menu-link-v10,
  1351.    .mobile-menu-toggle-v10 {
  1352.        display: flex;
  1353.        align-items: center;
  1354.        justify-content: space-between;
  1355.        color: #374151;
  1356.        text-decoration: none;
  1357.        font-size: 16px;
  1358.        font-weight: 600;
  1359.        padding: 16px 0;
  1360.        transition: color 0.3s ease;
  1361.        background: none;
  1362.        border: none;
  1363.        width: 100%;
  1364.        cursor: pointer;
  1365.    }
  1366.  
  1367.    .mobile-menu-link-v10:hover,
  1368.    .mobile-menu-toggle-v10:hover,
  1369.    .mobile-menu-link-v10.active-v10 {
  1370.        color: var(--bs-light);
  1371.    }
  1372.  
  1373.    .mobile-toggle-arrow-v10 {
  1374.        width: 0;
  1375.        height: 0;
  1376.        border-left: 4px solid transparent;
  1377.        border-right: 4px solid transparent;
  1378.        border-top: 4px solid currentColor;
  1379.        transition: transform 0.3s ease;
  1380.    }
  1381.  
  1382.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1383.        transform: rotate(180deg);
  1384.    }
  1385.  
  1386.    .mobile-submenu-v10 {
  1387.        list-style: none;
  1388.        padding: 0;
  1389.        margin: 0;
  1390.        max-height: 0;
  1391.        overflow: hidden;
  1392.        transition: all 0.3s ease;
  1393.        background: #f9fafb;
  1394.    }
  1395.  
  1396.    .mobile-submenu-v10.show-v10 {
  1397.        max-height: 200px;
  1398.        padding: 8px 0;
  1399.    }
  1400.  
  1401.    .mobile-submenu-link-v10 {
  1402.        display: block;
  1403.        color: #6b7280;
  1404.        text-decoration: none;
  1405.        font-size: 14px;
  1406.        padding: 10px 20px;
  1407.        transition: color 0.3s ease;
  1408.    }
  1409.  
  1410.    .mobile-submenu-link-v10:hover {
  1411.        color: #3b82f6;
  1412.    }
  1413.  
  1414.    /* Responsive Design */
  1415.    @media (max-width: 768px) {
  1416.        .top-bar-v10 {
  1417.            padding: 12px 0;
  1418.        }
  1419.  
  1420.        .brand-icon-v10 {
  1421.            width: 40px;
  1422.            height: 40px;
  1423.        }
  1424.  
  1425.        .brand-name-v10 {
  1426.            font-size: 18px;
  1427.        }
  1428.  
  1429.        .brand-tagline-v10 {
  1430.            font-size: 11px;
  1431.        }
  1432.    }
  1433.  
  1434.    @media (max-width: 576px) {
  1435.        .brand-text-v10 {
  1436.            display: none;
  1437.        }
  1438.    }
  1439. </style>
  1440.  
  1441. <script>
  1442.    function toggleMobileSearchV10() {
  1443.        const searchPanel = document.getElementById('mobileSearchV10');
  1444.        const searchBtn = document.querySelector('.mobile-search-v10');
  1445.  
  1446.        if (searchPanel) {
  1447.            searchPanel.classList.toggle('show-v10');
  1448.  
  1449.            if (searchPanel.classList.contains('show-v10')) {
  1450.                setTimeout(() => {
  1451.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1452.                    if (input) input.focus();
  1453.                }, 100);
  1454.            }
  1455.        }
  1456.    }
  1457.  
  1458.    function toggleMenuV10() {
  1459.        const mobileMenu = document.getElementById('mobileMenuV10');
  1460.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1461.  
  1462.        if (mobileMenu && menuBtn) {
  1463.            mobileMenu.classList.toggle('show-v10');
  1464.            menuBtn.classList.toggle('active-v10');
  1465.        }
  1466.    }
  1467.  
  1468.    function toggleMobileSubmenuV10(submenuId) {
  1469.        const submenu = document.getElementById(submenuId);
  1470.        if (!submenu) return;
  1471.  
  1472.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1473.  
  1474.        // Close other submenus
  1475.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1476.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1477.  
  1478.        allSubmenus.forEach(menu => {
  1479.            if (menu.id !== submenuId) {
  1480.                menu.classList.remove('show-v10');
  1481.            }
  1482.        });
  1483.  
  1484.        allParents.forEach(parent => {
  1485.            if (parent !== parentItem) {
  1486.                parent.classList.remove('open-v10');
  1487.            }
  1488.        });
  1489.  
  1490.        // Toggle current submenu
  1491.        submenu.classList.toggle('show-v10');
  1492.        if (parentItem) {
  1493.            parentItem.classList.toggle('open-v10');
  1494.        }
  1495.    }
  1496.  
  1497.    // Close menus when clicking outside
  1498.    document.addEventListener('click', function (e) {
  1499.        const mobileMenu = document.getElementById('mobileMenuV10');
  1500.        const mobileSearch = document.getElementById('mobileSearchV10');
  1501.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1502.        const searchBtn = document.querySelector('.mobile-search-v10');
  1503.  
  1504.        // Close mobile menu
  1505.        if (mobileMenu && menuBtn &&
  1506.            !mobileMenu.contains(e.target) &&
  1507.            !menuBtn.contains(e.target)) {
  1508.            mobileMenu.classList.remove('show-v10');
  1509.            menuBtn.classList.remove('active-v10');
  1510.        }
  1511.  
  1512.        // Close mobile search
  1513.        if (mobileSearch && searchBtn &&
  1514.            !mobileSearch.contains(e.target) &&
  1515.            !searchBtn.contains(e.target)) {
  1516.            mobileSearch.classList.remove('show-v10');
  1517.        }
  1518.    });
  1519. </script>
  1520.  
  1521. <script>
  1522.  document.addEventListener("DOMContentLoaded", function () {
  1523.    console.log("loaded");
  1524.  
  1525.     const searchInput = document.getElementById("search-input")
  1526.    const searchResults = document.getElementById("search-results");
  1527.  
  1528.    if (!searchInput || !searchResults) {
  1529.      console.error("Search input/results not found");
  1530.      return;
  1531.    }
  1532.  
  1533.    // Prevent form submission
  1534.    if (searchInput.form) {
  1535.      searchInput.form.addEventListener("submit", function (e) {
  1536.        e.preventDefault();
  1537.      });
  1538.    }
  1539.  
  1540.    // Add event listener for keyup
  1541.    searchInput.addEventListener("keyup", function (e) {
  1542.      console.log("Key pressed:", e.key);
  1543.      e.preventDefault();
  1544.  
  1545.      const query = searchInput.value.trim();
  1546.      console.log("User is typing: " + query);
  1547.  
  1548.      // If empty → clear and hide
  1549.      if (query === "") {
  1550.        searchResults.innerHTML = "";
  1551.        searchResults.style.display = "none";
  1552.        return;
  1553.      }
  1554.  
  1555.      // Show results
  1556.      searchResults.style.display = "block";
  1557.  
  1558.      // Fetch search results
  1559.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1560.        method: "GET",
  1561.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1562.      })
  1563.        .then(response => {
  1564.          console.log("Response Status:", response.status);
  1565.          return response.json();
  1566.        })
  1567.        .then(data => {
  1568.          console.log("Data received:", data);
  1569.          if (data.html) {
  1570.            searchResults.innerHTML = data.html;
  1571.          } else {
  1572.            searchResults.innerHTML = "<p>No results found.</p>";
  1573.          }
  1574.        })
  1575.        .catch(error => {
  1576.          console.error("Error fetching search results:", error);
  1577.        });
  1578.    });
  1579.  
  1580.    // Close results when clicking outside
  1581.    document.addEventListener("click", function (e) {
  1582.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1583.        searchResults.style.display = "none";
  1584.      }
  1585.    });
  1586.  
  1587.    // Close results on ESC key
  1588.    document.addEventListener("keydown", function (e) {
  1589.      if (e.key === "Escape") {
  1590.        searchResults.style.display = "none";
  1591.      }
  1592.    });
  1593.  });
  1594. </script>
  1595.  
  1596. <style>
  1597.        /* search field */
  1598.  .search-results-container {
  1599.  position: absolute;
  1600.  top: 60%; /* Position it below the input field */
  1601.  left: 10px;
  1602.  right: 10px;
  1603.  background-color: white;
  1604.  border: 1px solid #ddd;
  1605.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1606.  max-height: 300px;
  1607.  overflow-y: auto;
  1608.  z-index: 1000;
  1609.  display: none; /* Initially hidden */
  1610. }
  1611.  
  1612. .search-results-container p {
  1613.  margin: 0;
  1614. }
  1615.  
  1616. .search-results-container .result-item {
  1617.  padding: 10px;
  1618.  cursor: pointer;
  1619. }
  1620.  
  1621. .search-results-container .result-item:hover {
  1622.  background-color: #f0f0f0;
  1623. }
  1624. @media (max-width: 992px) {
  1625.  .search-results-container {
  1626.    top: 70%;
  1627.  }
  1628.    
  1629. }
  1630. </style>
  1631.  
  1632.        </header>
  1633.        <!-- end of header -->
  1634.        <!-- start of wpo-blog-hero -->
  1635.        
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643. <div class="blog-hero-v2">
  1644.  <div class="container-fluid fluid-container">
  1645.    <div class="row">
  1646.      <!-- Main Featured Post -->
  1647.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1648.        
  1649.        
  1650.        
  1651.          
  1652.        <div class="featured-post">
  1653.          <div class="post-image">
  1654.            
  1655.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1656.              class="img-fluid" alt="">
  1657.            
  1658.            <div class="post-overlay">
  1659.              <div class="post-content">
  1660.                <span class="category-badge bg-primary-gradient">News</span>
  1661.                <h1 class="post-title1 blog-color">
  1662.                  <a href="/we-need-a-helicopter-to-locate-them-teenagers-emergency-call-to-save-family-adrift-off-australian-coast-unveiled/" class="blog-color">
  1663.                    â€˜We Need a Helicopter to Locate Them’: Teenager’s Emergency Call to Save Family Adrift Off Australian Coast Unveiled
  1664.                  </a>
  1665.                </h1>
  1666.                <p class="post-excerpt"></p>
  1667.                <div class="post-meta">
  1668.                  <div class="author-info">
  1669.                    
  1670.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1671.                      alt="Benjamin Morris" class="author-avatar">
  1672.                    
  1673.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Benjamin Morris</a></span>
  1674.                  </div>
  1675.                  <span class="post-date">19 May 2026</span>
  1676.                </div>
  1677.              </div>
  1678.            </div>
  1679.          </div>
  1680.        </div>
  1681.  
  1682.        
  1683.        
  1684.      </div>
  1685.  
  1686.      <!-- Side Posts -->
  1687.      <div class="col-lg-4 col-md-12">
  1688.        <div class="row h-100">
  1689.        
  1690.  
  1691.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1692.            <div class="side-post h-100">
  1693.              <div class="row g-0 h-100">
  1694.                <div class="col-5">
  1695.                  <div class="side-post-image">
  1696.                    
  1697.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1698.                      style="object-fit: cover;" alt="">
  1699.                    
  1700.                  </div>
  1701.                </div>
  1702.                <div class="col-7">
  1703.                  <div class="side-post-content">
  1704.                    <div>
  1705.                      <span class="category-badge bg-primary-gradient">News</span>
  1706.                      <h3> <a href="/cyclone-catastrophe-in-the-island-nation-ignites-a-wave-of-volunteerism/" class="line-clamp-2">
  1707.                          Cyclone Catastrophe in the Island Nation Ignites a Wave of Volunteerism
  1708.                        </a></h3>
  1709.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1710.                    </div>
  1711.                    <div class="side-post-meta">
  1712.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Benjamin Morris</a></span>
  1713.                    </div>
  1714.                  </div>
  1715.                </div>
  1716.              </div>
  1717.            </div>
  1718.          </div>
  1719.  
  1720.          
  1721.  
  1722.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1723.            <div class="side-post h-100">
  1724.              <div class="row g-0 h-100">
  1725.                <div class="col-5">
  1726.                  <div class="side-post-image">
  1727.                    
  1728.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1729.                      style="object-fit: cover;" alt="">
  1730.                    
  1731.                  </div>
  1732.                </div>
  1733.                <div class="col-7">
  1734.                  <div class="side-post-content">
  1735.                    <div>
  1736.                      <span class="category-badge bg-primary-gradient">News</span>
  1737.                      <h3> <a href="/los-blancos-trent-alexander-arnold-may-face-liverpool-in-novembers-european-match/" class="line-clamp-2">
  1738.                          Los Blancos&#x27; Trent Alexander-Arnold May Face Liverpool in November&#x27;s European Match
  1739.                        </a></h3>
  1740.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1741.                    </div>
  1742.                    <div class="side-post-meta">
  1743.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Benjamin Morris</a></span>
  1744.                    </div>
  1745.                  </div>
  1746.                </div>
  1747.              </div>
  1748.            </div>
  1749.          </div>
  1750.  
  1751.          
  1752.  
  1753.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1754.            <div class="side-post h-100">
  1755.              <div class="row g-0 h-100">
  1756.                <div class="col-5">
  1757.                  <div class="side-post-image">
  1758.                    
  1759.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1760.                      style="object-fit: cover;" alt="">
  1761.                    
  1762.                  </div>
  1763.                </div>
  1764.                <div class="col-7">
  1765.                  <div class="side-post-content">
  1766.                    <div>
  1767.                      <span class="category-badge bg-primary-gradient">News</span>
  1768.                      <h3> <a href="/disturbing-remembrances-reemerge-in-davao-as-authorities-piece-together-bondi-shooting-alleged-attackers-time-in-the-city/" class="line-clamp-2">
  1769.                          Disturbing Remembrances Reemerge in Davao as Authorities Piece Together Bondi Shooting Alleged Attackers&#x27; Time in the City
  1770.                        </a></h3>
  1771.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1772.                    </div>
  1773.                    <div class="side-post-meta">
  1774.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Benjamin Morris</a></span>
  1775.                    </div>
  1776.                  </div>
  1777.                </div>
  1778.              </div>
  1779.            </div>
  1780.          </div>
  1781.  
  1782.          
  1783.        </div>
  1784.      </div>
  1785.    </div>
  1786.  </div>
  1787. </div>
  1788.  
  1789. <style>
  1790.  /* Blog Hero V2 Styles */
  1791.  .blog-hero-v2 {
  1792.    padding: 60px 0;
  1793.  }
  1794.  
  1795.  /* Featured Post Styles */
  1796.  .featured-post {
  1797.    position: relative;
  1798.    border-radius: 20px;
  1799.    overflow: hidden;
  1800.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1801.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1802.  }
  1803.  
  1804.  .featured-post:hover {
  1805.    transform: translateY(-5px);
  1806.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1807.  }
  1808.  
  1809.  .featured-post .post-image {
  1810.    position: relative;
  1811.    height: 500px;
  1812.    overflow: hidden;
  1813.  }
  1814.  
  1815.  .featured-post .post-image img {
  1816.    width: 100%;
  1817.    height: 100%;
  1818.    object-fit: cover;
  1819.    transition: transform 0.5s ease;
  1820.  }
  1821.  
  1822.  .featured-post:hover .post-image img {
  1823.    transform: scale(1.05);
  1824.  }
  1825.  
  1826.  .post-overlay {
  1827.    position: absolute;
  1828.    top: 0;
  1829.    left: 0;
  1830.    right: 0;
  1831.    bottom: 0;
  1832.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1833.    display: flex;
  1834.    align-items: flex-end;
  1835.    padding: 40px;
  1836.  }
  1837.  
  1838.  .post-content .post-title1 {
  1839.    color: white;
  1840.    font-size: 2.5rem;
  1841.    font-weight: 700;
  1842.    margin: 15px 0;
  1843.    line-height: 1.2;
  1844.  }
  1845.  
  1846.  .post-content .post-excerpt {
  1847.    color: rgba(255, 255, 255, 0.9);
  1848.    font-size: 1.1rem;
  1849.    margin-bottom: 20px;
  1850.    line-height: 1.6;
  1851.  }
  1852.  
  1853.  /* Category Badges */
  1854.  .category-badge {
  1855.    display: inline-block;
  1856.    padding: 4px 8px;
  1857.    font-size: 0.75rem;
  1858.    font-weight: 600;
  1859.    text-transform: uppercase;
  1860.    letter-spacing: 0.5px;
  1861.    border-radius: 25px;
  1862.    text-align: center;
  1863.    width: fit-content;
  1864.  }
  1865.  
  1866.  /* Post Meta */
  1867.  .post-meta {
  1868.    display: flex;
  1869.    align-items: center;
  1870.    justify-content: space-between;
  1871.    margin-top: 25px;
  1872.  }
  1873.  
  1874.  .author-info {
  1875.    display: flex;
  1876.    align-items: center;
  1877.    gap: 12px;
  1878.  }
  1879.  
  1880.  .author-avatar {
  1881.    width: 45px !important;
  1882.    height: 45px !important;
  1883.    border-radius: 50%;
  1884.    border: 3px solid white;
  1885.  }
  1886.  
  1887.  .author-name,
  1888.  .post-date {
  1889.    color: rgba(255, 255, 255, 0.9);
  1890.    font-weight: 500;
  1891.  }
  1892.  
  1893.  .author-name {
  1894.    text-decoration: none;
  1895.  }
  1896.  
  1897.  .author-name:hover {
  1898.    color: white;
  1899.  }
  1900.  
  1901.  /* Side Posts */
  1902.  .side-post {
  1903.    background: var(--card-bg);
  1904.    border-radius: 15px;
  1905.    border: 1px solid var(--border-color);
  1906.    overflow: hidden;
  1907.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1908.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1909.    height: auto;
  1910.  }
  1911.  
  1912.  .side-post:hover {
  1913.    transform: translateY(-3px);
  1914.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1915.  }
  1916.  
  1917.  .side-post-image {
  1918.    max-height: 155px;
  1919.    height: 100%;
  1920.    overflow: hidden;
  1921.  }
  1922.  
  1923.  .side-post-image img {
  1924.    width: 100%;
  1925.    height: 100%;
  1926.    object-fit: cover;
  1927.    transition: transform 0.3s ease;
  1928.  }
  1929.  
  1930.  .side-post:hover .side-post-image img {
  1931.    transform: scale(1.1);
  1932.  }
  1933.  
  1934.  .side-post-content {
  1935.    padding: 8px 16px;
  1936.    display: flex;
  1937.    flex-direction: column;
  1938.    justify-content: space-between;
  1939.    height: 100%;
  1940.  }
  1941.  
  1942.  .side-post-content h3 {
  1943.    font-size: 1rem;
  1944.    font-weight: 600;
  1945.    margin: 8px 0;
  1946.    line-height: 1.4;
  1947.  }
  1948.  
  1949.  .side-post-content h3 a {
  1950.    color: #333;
  1951.    text-decoration: none;
  1952.    transition: color 0.3s ease;
  1953.  }
  1954.  
  1955.  .side-post-content h3 a:hover {
  1956.    color: #007bff;
  1957.  }
  1958.  
  1959.  .side-post-meta {
  1960.    font-size: 0.8rem;
  1961.    color: #666;
  1962.    display: flex;
  1963.    flex-direction: column;
  1964.    gap: 4px;
  1965.  }
  1966.  
  1967.  .side-post-meta a {
  1968.    color: #007bff;
  1969.    text-decoration: none;
  1970.  }
  1971.  
  1972.  .side-post-meta a:hover {
  1973.    text-decoration: underline;
  1974.  }
  1975.  
  1976.  /* Responsive Design */
  1977.  @media (max-width: 768px) {
  1978.    .blog-hero-v2 {
  1979.      padding: 30px 0;
  1980.    }
  1981.  
  1982.    .featured-post .post-image {
  1983.      height: 350px;
  1984.    }
  1985.  
  1986.    .post-overlay {
  1987.      padding: 25px;
  1988.    }
  1989.  
  1990.    .post-content .post-title1 {
  1991.      font-size: 1.8rem;
  1992.    }
  1993.  
  1994.    .post-content .post-excerpt {
  1995.      font-size: 1rem;
  1996.      margin-bottom: 15px;
  1997.    }
  1998.  
  1999.    .post-meta {
  2000.      flex-direction: column;
  2001.      align-items: flex-start;
  2002.      gap: 10px;
  2003.    }
  2004.  
  2005.    .side-post {
  2006.      height: auto;
  2007.    }
  2008.  
  2009.    .side-post-content {
  2010.      height: auto;
  2011.      padding: 15px;
  2012.    }
  2013.  }
  2014.  
  2015.  @media (max-width: 576px) {
  2016.    .post-content .post-title1 {
  2017.      font-size: 1.5rem;
  2018.    }
  2019.  
  2020.    .side-post-content h3 {
  2021.      font-size: 0.9rem;
  2022.    }
  2023.  
  2024.    .side-post-image img {}
  2025.  }
  2026. </style>
  2027.  
  2028.  
  2029.  
  2030.  
  2031.        <!-- end of wpo-blog-hero -->
  2032.  
  2033.        <!-- start of wpo-breacking-news -->
  2034.        
  2035.        <!-- end of wpo-breacking-news -->
  2036.        
  2037.        <!-- start wpo-blog-highlights-section -->
  2038.        
  2039.  
  2040.  
  2041.  
  2042.    
  2043.  
  2044.  
  2045. <style>
  2046.  
  2047.    .blog-highlights-section {
  2048.        padding: 30px 0;
  2049.    }
  2050.  
  2051.    .blog-cards-grid {
  2052.        display: grid;
  2053.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2054.        gap: 30px;
  2055.    }
  2056.  
  2057.    .blog-card {
  2058.        background: var(--card-bg);
  2059.        border: 1px solid var(--card-border);
  2060.        border-radius: var(--border-radius);
  2061.        overflow: hidden;
  2062.        transition: all 0.3s ease;
  2063.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2064.    }
  2065.  
  2066.    .blog-card:hover {
  2067.        transform: translateY(-8px);
  2068.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2069.        border-color: var(--theme-primary-color);
  2070.    }
  2071.  
  2072.    .blog-card-image {
  2073.        position: relative;
  2074.        height: 220px;
  2075.        overflow: hidden;
  2076.    }
  2077.  
  2078.    .blog-card-image img {
  2079.        width: 100%;
  2080.        height: 100%;
  2081.        object-fit: cover;
  2082.        transition: transform 0.3s ease;
  2083.    }
  2084.  
  2085.    .blog-card:hover .blog-card-image img {
  2086.        transform: scale(1.05);
  2087.    }
  2088.  
  2089.    .blog-category {
  2090.        position: absolute;
  2091.        top: 15px;
  2092.        right: 15px;
  2093.        color: white;
  2094.        padding: 6px 12px;
  2095.        border-radius: 20px;
  2096.        font-size: 12px;
  2097.        font-weight: 600;
  2098.        text-transform: uppercase;
  2099.        letter-spacing: 0.5px;
  2100.    }
  2101.  
  2102.    .blog-card-content {
  2103.        padding: 25px;
  2104.    }
  2105.  
  2106.    .blog-card-title {
  2107.        font-family: var(--heading-font);
  2108.        font-size: 1.3rem;
  2109.        font-weight: var(--heading-weight);
  2110.        color: var(--top-color);
  2111.        margin-bottom: 15px;
  2112.        line-height: 1.4;
  2113.    }
  2114.  
  2115.    .blog-card-title a {
  2116.        color: inherit !important;
  2117.        text-decoration: none;
  2118.        transition: color 0.3s ease;
  2119.    }
  2120.  
  2121.    .blog-card-title a:hover {
  2122.        color: var(--theme-primary-color);
  2123.    }
  2124.  
  2125.    .blog-card-meta {
  2126.        display: flex;
  2127.        align-items: center;
  2128.        gap: 15px;
  2129.        margin-bottom: 15px;
  2130.        font-size: 14px;
  2131.        color: var(--text-light-color);
  2132.    }
  2133.  
  2134.    .blog-author-img {
  2135.        width: 30px;
  2136.        height: 30px;
  2137.        border-radius: 50%;
  2138.        object-fit: cover;
  2139.    }
  2140.  
  2141.    .blog-card-excerpt {
  2142.        color: var(--body-color);
  2143.        font-size: 15px;
  2144.        line-height: 1.6;
  2145.        margin-bottom: 20px;
  2146.        display: -webkit-box;
  2147.        -webkit-line-clamp: 3;
  2148.        -webkit-box-orient: vertical;
  2149.        overflow: hidden;
  2150.    }
  2151.  
  2152.    .blog-card-footer {
  2153.        display: flex;
  2154.        justify-content: space-between;
  2155.        align-items: center;
  2156.        padding-top: 15px;
  2157.        border-top: 1px solid var(--border-color-s2);
  2158.    }
  2159.  
  2160.    .blog-read-time {
  2161.        font-size: 13px;
  2162.        color: var(--light);
  2163.    }
  2164.  
  2165.    .blog-read-more {
  2166.        color: var(--top-color) !important;
  2167.        text-decoration: none;
  2168.        font-weight: 600;
  2169.        font-size: 14px;
  2170.        transition: all 0.3s ease;
  2171.    }
  2172.  
  2173.    .blog-read-more:hover {
  2174.        color: var(--theme-primary-color-s2);
  2175.        text-decoration: underline;
  2176.    }
  2177.  
  2178.    .section-title {
  2179.        font-family: var(--heading-font);
  2180.        font-size: 2.5rem;
  2181.        font-weight: var(--heading-weight);
  2182.        color: var(--heading-color);
  2183.        text-align: center;
  2184.        margin-bottom: 20px;
  2185.    }
  2186.  
  2187.    .section-subtitle {
  2188.        text-align: center;
  2189.        color: var(--text-light-color);
  2190.        font-size: 1.1rem;
  2191.        max-width: 600px;
  2192.        margin: 0 auto;
  2193.    }
  2194.  
  2195.    @media (max-width: 768px) {
  2196.        .blog-cards-grid {
  2197.            grid-template-columns: 1fr;
  2198.            gap: 20px;
  2199.        }
  2200.        
  2201.        .section-title {
  2202.            font-size: 2rem;
  2203.        }
  2204.        
  2205.        .blog-highlights-section {
  2206.            padding: 60px 0;
  2207.        }
  2208.    }
  2209. </style>
  2210.  
  2211. <section class="blog-highlights-section">
  2212.     <div class="container-fluid fluid-container">
  2213.      
  2214.            <div class="section-title">
  2215.                <h2>
  2216.                Today's Top Highlights
  2217.                   </h2>
  2218.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2219.    </div>
  2220.        
  2221.        <div class="row">
  2222.            <div class="col-lg-8 col-12">
  2223.                <div class="blog-cards-grid">
  2224.                    
  2225.                    <article class="blog-card">
  2226.                        <div class="blog-card-image">
  2227.                          
  2228.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2229.                            
  2230.                            <span class="blog-category bg-primary-gradient">
  2231.                                News
  2232.                            </span>
  2233.                        </div>
  2234.                        <div class="blog-card-content">
  2235.                            <h3 class="blog-card-title">
  2236.                                <a href="/arsenals-goalkeeper-praises-teams-strength-as-essential-to-multiple-trophy-pursuit/" >
  2237.                                Arsenal&#x27;s goalkeeper Praises Team&#x27;s Strength as Essential to Multiple Trophy Pursuit
  2238.                                </a>
  2239.                            </h3>
  2240.                            <div class="blog-card-meta">
  2241.                                
  2242.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2243.                                
  2244.                                <span>By <strong>Benjamin Morris</strong></span>
  2245.                                <span>•</span>
  2246.                                <span>18 May 2026</span>
  2247.                            </div>
  2248.                            <p class="blog-card-excerpt">
  2249.                                
  2250.                            </p>
  2251.                            <div class="blog-card-footer">
  2252.                                <div class="blog-read-time">
  2253.                                    ðŸ“– 5 min read
  2254.                                </div>
  2255.                                <a href="/arsenals-goalkeeper-praises-teams-strength-as-essential-to-multiple-trophy-pursuit/" class="blog-read-more">
  2256.                                    Read More →
  2257.                                </a>
  2258.                            </div>
  2259.                        </div>
  2260.                    </article>
  2261.                    
  2262.                    <article class="blog-card">
  2263.                        <div class="blog-card-image">
  2264.                          
  2265.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2266.                            
  2267.                            <span class="blog-category bg-primary-gradient">
  2268.                                News
  2269.                            </span>
  2270.                        </div>
  2271.                        <div class="blog-card-content">
  2272.                            <h3 class="blog-card-title">
  2273.                                <a href="/can-the-all-blacks-regain-their-winning-form-during-the-fall-tour/" >
  2274.                                Can the All Blacks regain their winning form during the fall tour?
  2275.                                </a>
  2276.                            </h3>
  2277.                            <div class="blog-card-meta">
  2278.                                
  2279.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2280.                                
  2281.                                <span>By <strong>Benjamin Morris</strong></span>
  2282.                                <span>•</span>
  2283.                                <span>18 May 2026</span>
  2284.                            </div>
  2285.                            <p class="blog-card-excerpt">
  2286.                                
  2287.                            </p>
  2288.                            <div class="blog-card-footer">
  2289.                                <div class="blog-read-time">
  2290.                                    ðŸ“– 5 min read
  2291.                                </div>
  2292.                                <a href="/can-the-all-blacks-regain-their-winning-form-during-the-fall-tour/" class="blog-read-more">
  2293.                                    Read More →
  2294.                                </a>
  2295.                            </div>
  2296.                        </div>
  2297.                    </article>
  2298.                    
  2299.                    <article class="blog-card">
  2300.                        <div class="blog-card-image">
  2301.                          
  2302.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2303.                            
  2304.                            <span class="blog-category bg-primary-gradient">
  2305.                                News
  2306.                            </span>
  2307.                        </div>
  2308.                        <div class="blog-card-content">
  2309.                            <h3 class="blog-card-title">
  2310.                                <a href="/trumps-unprecedented-shadow-in-athletics-reached-a-peak-in-last-year-2026-looks-set-to-be-even-bigger/" >
  2311.                                Trump&#x27;s Unprecedented Shadow in Athletics Reached A Peak in Last Year. 2026 Looks Set to Be Even Bigger.
  2312.                                </a>
  2313.                            </h3>
  2314.                            <div class="blog-card-meta">
  2315.                                
  2316.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2317.                                
  2318.                                <span>By <strong>Benjamin Morris</strong></span>
  2319.                                <span>•</span>
  2320.                                <span>18 May 2026</span>
  2321.                            </div>
  2322.                            <p class="blog-card-excerpt">
  2323.                                
  2324.                            </p>
  2325.                            <div class="blog-card-footer">
  2326.                                <div class="blog-read-time">
  2327.                                    ðŸ“– 5 min read
  2328.                                </div>
  2329.                                <a href="/trumps-unprecedented-shadow-in-athletics-reached-a-peak-in-last-year-2026-looks-set-to-be-even-bigger/" class="blog-read-more">
  2330.                                    Read More →
  2331.                                </a>
  2332.                            </div>
  2333.                        </div>
  2334.                    </article>
  2335.                    
  2336.                    <article class="blog-card">
  2337.                        <div class="blog-card-image">
  2338.                          
  2339.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2340.                            
  2341.                            <span class="blog-category bg-primary-gradient">
  2342.                                News
  2343.                            </span>
  2344.                        </div>
  2345.                        <div class="blog-card-content">
  2346.                            <h3 class="blog-card-title">
  2347.                                <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-find-a-fresh-position-that-suits-your-needs/" >
  2348.                                We Were Let Go, and We&#x27;re Owning It – This Is How to Find a Fresh Position That Suits Your Needs
  2349.                                </a>
  2350.                            </h3>
  2351.                            <div class="blog-card-meta">
  2352.                                
  2353.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2354.                                
  2355.                                <span>By <strong>Benjamin Morris</strong></span>
  2356.                                <span>•</span>
  2357.                                <span>18 May 2026</span>
  2358.                            </div>
  2359.                            <p class="blog-card-excerpt">
  2360.                                
  2361.                            </p>
  2362.                            <div class="blog-card-footer">
  2363.                                <div class="blog-read-time">
  2364.                                    ðŸ“– 5 min read
  2365.                                </div>
  2366.                                <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-find-a-fresh-position-that-suits-your-needs/" class="blog-read-more">
  2367.                                    Read More →
  2368.                                </a>
  2369.                            </div>
  2370.                        </div>
  2371.                    </article>
  2372.                    
  2373.                    <article class="blog-card">
  2374.                        <div class="blog-card-image">
  2375.                          
  2376.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2377.                            
  2378.                            <span class="blog-category bg-primary-gradient">
  2379.                                News
  2380.                            </span>
  2381.                        </div>
  2382.                        <div class="blog-card-content">
  2383.                            <h3 class="blog-card-title">
  2384.                                <a href="/over-60000-escape-sudanese-city-in-the-wake-of-capture-by-rapid-support-forces-militia-united-nations-says/" >
  2385.                                Over 60,000 Escape Sudanese City In the wake of Capture by Rapid Support Forces Militia, United Nations Says
  2386.                                </a>
  2387.                            </h3>
  2388.                            <div class="blog-card-meta">
  2389.                                
  2390.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2391.                                
  2392.                                <span>By <strong>Benjamin Morris</strong></span>
  2393.                                <span>•</span>
  2394.                                <span>17 May 2026</span>
  2395.                            </div>
  2396.                            <p class="blog-card-excerpt">
  2397.                                
  2398.                            </p>
  2399.                            <div class="blog-card-footer">
  2400.                                <div class="blog-read-time">
  2401.                                    ðŸ“– 5 min read
  2402.                                </div>
  2403.                                <a href="/over-60000-escape-sudanese-city-in-the-wake-of-capture-by-rapid-support-forces-militia-united-nations-says/" class="blog-read-more">
  2404.                                    Read More →
  2405.                                </a>
  2406.                            </div>
  2407.                        </div>
  2408.                    </article>
  2409.                    
  2410.                    <article class="blog-card">
  2411.                        <div class="blog-card-image">
  2412.                          
  2413.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2414.                            
  2415.                            <span class="blog-category bg-primary-gradient">
  2416.                                News
  2417.                            </span>
  2418.                        </div>
  2419.                        <div class="blog-card-content">
  2420.                            <h3 class="blog-card-title">
  2421.                                <a href="/stay-active-as-you-are-working-ten-strength-building-office-workouts-you-can-do-in-everyday-clothes/" >
  2422.                                Stay active as you are working? Ten strength-building office workouts you can do in everyday clothes
  2423.                                </a>
  2424.                            </h3>
  2425.                            <div class="blog-card-meta">
  2426.                                
  2427.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2428.                                
  2429.                                <span>By <strong>Benjamin Morris</strong></span>
  2430.                                <span>•</span>
  2431.                                <span>17 May 2026</span>
  2432.                            </div>
  2433.                            <p class="blog-card-excerpt">
  2434.                                
  2435.                            </p>
  2436.                            <div class="blog-card-footer">
  2437.                                <div class="blog-read-time">
  2438.                                    ðŸ“– 5 min read
  2439.                                </div>
  2440.                                <a href="/stay-active-as-you-are-working-ten-strength-building-office-workouts-you-can-do-in-everyday-clothes/" class="blog-read-more">
  2441.                                    Read More →
  2442.                                </a>
  2443.                            </div>
  2444.                        </div>
  2445.                    </article>
  2446.                    
  2447.                    <article class="blog-card">
  2448.                        <div class="blog-card-image">
  2449.                          
  2450.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2451.                            
  2452.                            <span class="blog-category bg-primary-gradient">
  2453.                                Others
  2454.                            </span>
  2455.                        </div>
  2456.                        <div class="blog-card-content">
  2457.                            <h3 class="blog-card-title">
  2458.                                <a href="/an-amateurs-guide-to-grasping-slot-game-mechanics/" >
  2459.                                An Amateur&#x27;s Guide to Grasping Slot Game Mechanics
  2460.                                </a>
  2461.                            </h3>
  2462.                            <div class="blog-card-meta">
  2463.                                
  2464.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2465.                                
  2466.                                <span>By <strong>Benjamin Morris</strong></span>
  2467.                                <span>•</span>
  2468.                                <span>17 May 2026</span>
  2469.                            </div>
  2470.                            <p class="blog-card-excerpt">
  2471.                                
  2472.                            </p>
  2473.                            <div class="blog-card-footer">
  2474.                                <div class="blog-read-time">
  2475.                                    ðŸ“– 5 min read
  2476.                                </div>
  2477.                                <a href="/an-amateurs-guide-to-grasping-slot-game-mechanics/" class="blog-read-more">
  2478.                                    Read More →
  2479.                                </a>
  2480.                            </div>
  2481.                        </div>
  2482.                    </article>
  2483.                    
  2484.                    <article class="blog-card">
  2485.                        <div class="blog-card-image">
  2486.                          
  2487.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2488.                            
  2489.                            <span class="blog-category bg-primary-gradient">
  2490.                                Others
  2491.                            </span>
  2492.                        </div>
  2493.                        <div class="blog-card-content">
  2494.                            <h3 class="blog-card-title">
  2495.                                <a href="/an-amateurs-guide-to-comprehending-slot-game-mechanics/" >
  2496.                                An Amateur&#x27;s Guide to Comprehending Slot Game Mechanics
  2497.                                </a>
  2498.                            </h3>
  2499.                            <div class="blog-card-meta">
  2500.                                
  2501.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2502.                                
  2503.                                <span>By <strong>Benjamin Morris</strong></span>
  2504.                                <span>•</span>
  2505.                                <span>17 May 2026</span>
  2506.                            </div>
  2507.                            <p class="blog-card-excerpt">
  2508.                                
  2509.                            </p>
  2510.                            <div class="blog-card-footer">
  2511.                                <div class="blog-read-time">
  2512.                                    ðŸ“– 5 min read
  2513.                                </div>
  2514.                                <a href="/an-amateurs-guide-to-comprehending-slot-game-mechanics/" class="blog-read-more">
  2515.                                    Read More →
  2516.                                </a>
  2517.                            </div>
  2518.                        </div>
  2519.                    </article>
  2520.                    
  2521.                    <article class="blog-card">
  2522.                        <div class="blog-card-image">
  2523.                          
  2524.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2525.                            
  2526.                            <span class="blog-category bg-primary-gradient">
  2527.                                News
  2528.                            </span>
  2529.                        </div>
  2530.                        <div class="blog-card-content">
  2531.                            <h3 class="blog-card-title">
  2532.                                <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-breathtaking-first-person-perspective/" >
  2533.                                Anno 117 Pax Romana&#x27;s Top Secret Reveals Itself as a Breathtaking First-Person Perspective.
  2534.                                </a>
  2535.                            </h3>
  2536.                            <div class="blog-card-meta">
  2537.                                
  2538.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2539.                                
  2540.                                <span>By <strong>Benjamin Morris</strong></span>
  2541.                                <span>•</span>
  2542.                                <span>17 May 2026</span>
  2543.                            </div>
  2544.                            <p class="blog-card-excerpt">
  2545.                                
  2546.                            </p>
  2547.                            <div class="blog-card-footer">
  2548.                                <div class="blog-read-time">
  2549.                                    ðŸ“– 5 min read
  2550.                                </div>
  2551.                                <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-breathtaking-first-person-perspective/" class="blog-read-more">
  2552.                                    Read More →
  2553.                                </a>
  2554.                            </div>
  2555.                        </div>
  2556.                    </article>
  2557.                    
  2558.                    <article class="blog-card">
  2559.                        <div class="blog-card-image">
  2560.                          
  2561.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2562.                            
  2563.                            <span class="blog-category bg-primary-gradient">
  2564.                                News
  2565.                            </span>
  2566.                        </div>
  2567.                        <div class="blog-card-content">
  2568.                            <h3 class="blog-card-title">
  2569.                                <a href="/trump-states-generally-there-is-consensus-on-subsequent-phases-of-peace-deal-in-gaza/" >
  2570.                                Trump States &#x27;Generally, There Is Consensus&#x27; on Subsequent Phases of Peace Deal in Gaza
  2571.                                </a>
  2572.                            </h3>
  2573.                            <div class="blog-card-meta">
  2574.                                
  2575.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2576.                                
  2577.                                <span>By <strong>Benjamin Morris</strong></span>
  2578.                                <span>•</span>
  2579.                                <span>17 May 2026</span>
  2580.                            </div>
  2581.                            <p class="blog-card-excerpt">
  2582.                                
  2583.                            </p>
  2584.                            <div class="blog-card-footer">
  2585.                                <div class="blog-read-time">
  2586.                                    ðŸ“– 5 min read
  2587.                                </div>
  2588.                                <a href="/trump-states-generally-there-is-consensus-on-subsequent-phases-of-peace-deal-in-gaza/" class="blog-read-more">
  2589.                                    Read More →
  2590.                                </a>
  2591.                            </div>
  2592.                        </div>
  2593.                    </article>
  2594.                    
  2595.                    <article class="blog-card">
  2596.                        <div class="blog-card-image">
  2597.                          
  2598.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2599.                            
  2600.                            <span class="blog-category bg-primary-gradient">
  2601.                                Others
  2602.                            </span>
  2603.                        </div>
  2604.                        <div class="blog-card-content">
  2605.                            <h3 class="blog-card-title">
  2606.                                <a href="/decoding-the-calculations-regarding-slot-game-payouts/" >
  2607.                                Decoding the Calculations Regarding Slot Game Payouts
  2608.                                </a>
  2609.                            </h3>
  2610.                            <div class="blog-card-meta">
  2611.                                
  2612.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2613.                                
  2614.                                <span>By <strong>Benjamin Morris</strong></span>
  2615.                                <span>•</span>
  2616.                                <span>17 May 2026</span>
  2617.                            </div>
  2618.                            <p class="blog-card-excerpt">
  2619.                                
  2620.                            </p>
  2621.                            <div class="blog-card-footer">
  2622.                                <div class="blog-read-time">
  2623.                                    ðŸ“– 5 min read
  2624.                                </div>
  2625.                                <a href="/decoding-the-calculations-regarding-slot-game-payouts/" class="blog-read-more">
  2626.                                    Read More →
  2627.                                </a>
  2628.                            </div>
  2629.                        </div>
  2630.                    </article>
  2631.                    
  2632.                    <article class="blog-card">
  2633.                        <div class="blog-card-image">
  2634.                          
  2635.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2636.                            
  2637.                            <span class="blog-category bg-primary-gradient">
  2638.                                Others
  2639.                            </span>
  2640.                        </div>
  2641.                        <div class="blog-card-content">
  2642.                            <h3 class="blog-card-title">
  2643.                                <a href="/becoming-an-expert-in-online-casino-slot-games-10-best-tips-to-become-a-pro/" >
  2644.                                Becoming an Expert in Online Casino Slot Games: 10 Best Tips to Become a Pro
  2645.                                </a>
  2646.                            </h3>
  2647.                            <div class="blog-card-meta">
  2648.                                
  2649.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="blog-author-img">
  2650.                                
  2651.                                <span>By <strong>Benjamin Morris</strong></span>
  2652.                                <span>•</span>
  2653.                                <span>17 May 2026</span>
  2654.                            </div>
  2655.                            <p class="blog-card-excerpt">
  2656.                                
  2657.                            </p>
  2658.                            <div class="blog-card-footer">
  2659.                                <div class="blog-read-time">
  2660.                                    ðŸ“– 5 min read
  2661.                                </div>
  2662.                                <a href="/becoming-an-expert-in-online-casino-slot-games-10-best-tips-to-become-a-pro/" class="blog-read-more">
  2663.                                    Read More →
  2664.                                </a>
  2665.                            </div>
  2666.                        </div>
  2667.                    </article>
  2668.                    
  2669.                    
  2670.  
  2671.                </div>
  2672.            </div>
  2673.            
  2674.              <div class="col col-lg-4 col-12">
  2675.                
  2676.  
  2677.  
  2678.  
  2679.    
  2680.  
  2681.  
  2682. <!-- Blog Sidebar V2 - Focused Design -->
  2683.  <div class="sidebar mb-3">
  2684.    <!-- Recent Posts Section -->
  2685.    <div class="sidebar-widget mb-5">
  2686.      <div class="widget-title-wrapper mb-3">
  2687.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2688.          <i class="ti-time me-2"></i>Recent Posts
  2689.          <span class="title-arrow-primary"></span>
  2690.        </h4>
  2691.      </div>
  2692.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2693.        <div class="recent-post-list">
  2694.          
  2695.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2696.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2697.                
  2698.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2699.              
  2700.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2701.            </div>
  2702.            <div class="post-content flex-grow-1">
  2703.              <h6 class="post-title mb-2">
  2704.                 <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-metal-band-castle-rat/" class="text-decoration-none top-color fw-semibold lh-sm">
  2705.                                            â€˜I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Metal Band Castle Rat
  2706.                                            </a>
  2707.              </h6>
  2708.              <div class="post-meta mb-3">
  2709.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2710.                <!-- <small class="text-muted">
  2711.                  <i class="ti-eye me-1"></i>348 views
  2712.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2713.                </small> -->
  2714.              </div>
  2715.            </div>
  2716.          </div>
  2717.        
  2718.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2719.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2720.                
  2721.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2722.              
  2723.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2724.            </div>
  2725.            <div class="post-content flex-grow-1">
  2726.              <h6 class="post-title mb-2">
  2727.                 <a href="/unveiling-the-future-of-online-slot-game-technology/" class="text-decoration-none top-color fw-semibold lh-sm">
  2728.                                            Unveiling the Future of Online Slot Game Technology
  2729.                                            </a>
  2730.              </h6>
  2731.              <div class="post-meta mb-3">
  2732.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2733.                <!-- <small class="text-muted">
  2734.                  <i class="ti-eye me-1"></i>348 views
  2735.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2736.                </small> -->
  2737.              </div>
  2738.            </div>
  2739.          </div>
  2740.        
  2741.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2742.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2743.                
  2744.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2745.              
  2746.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2747.            </div>
  2748.            <div class="post-content flex-grow-1">
  2749.              <h6 class="post-title mb-2">
  2750.                 <a href="/who-is-the-politician-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2751.                                            Who is the Politician Al Carns? Former Marine and Government Minister with Sights on the Top Job
  2752.                                            </a>
  2753.              </h6>
  2754.              <div class="post-meta mb-3">
  2755.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2756.                <!-- <small class="text-muted">
  2757.                  <i class="ti-eye me-1"></i>348 views
  2758.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2759.                </small> -->
  2760.              </div>
  2761.            </div>
  2762.          </div>
  2763.        
  2764.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2765.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2766.                
  2767.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2768.              
  2769.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2770.            </div>
  2771.            <div class="post-content flex-grow-1">
  2772.              <h6 class="post-title mb-2">
  2773.                 <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2774.                                            Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Throughout the Continent
  2775.                                            </a>
  2776.              </h6>
  2777.              <div class="post-meta mb-3">
  2778.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2779.                <!-- <small class="text-muted">
  2780.                  <i class="ti-eye me-1"></i>348 views
  2781.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2782.                </small> -->
  2783.              </div>
  2784.            </div>
  2785.          </div>
  2786.        
  2787.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2788.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2789.                
  2790.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2791.              
  2792.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2793.            </div>
  2794.            <div class="post-content flex-grow-1">
  2795.              <h6 class="post-title mb-2">
  2796.                 <a href="/leaders-recognise-leaders-as-the-president-extends-the-mayor-elect-a-warm-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2797.                                            Leaders Recognise Leaders as The President Extends The Mayor-Elect a Warm Greeting
  2798.                                            </a>
  2799.              </h6>
  2800.              <div class="post-meta mb-3">
  2801.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2802.                <!-- <small class="text-muted">
  2803.                  <i class="ti-eye me-1"></i>348 views
  2804.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2805.                </small> -->
  2806.              </div>
  2807.            </div>
  2808.          </div>
  2809.        
  2810.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2811.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2812.                
  2813.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2814.              
  2815.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2816.            </div>
  2817.            <div class="post-content flex-grow-1">
  2818.              <h6 class="post-title mb-2">
  2819.                 <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-tale-this-generation-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  2820.                                            The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Tale This Generation Has Earned.
  2821.                                            </a>
  2822.              </h6>
  2823.              <div class="post-meta mb-3">
  2824.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2825.                <!-- <small class="text-muted">
  2826.                  <i class="ti-eye me-1"></i>348 views
  2827.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2828.                </small> -->
  2829.              </div>
  2830.            </div>
  2831.          </div>
  2832.        
  2833.        </div>
  2834.  
  2835.        <div class="text-center mt-4 pt-3 border-top border-light">
  2836.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2837.        </div>
  2838.      </div>
  2839.    </div>
  2840.  
  2841.    
  2842.    <div class="sidebar-widget mb-4">
  2843.      <div class="widget-title-wrapper mb-3">
  2844.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2845.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2846.          <span class="title-arrow"></span>
  2847.        </h4>
  2848.      </div>
  2849.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2850.        <div class="blog-roll-list scrollable-sidebar">
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="https://rozathun.pl/" class="text-decoration-none " rel="dofollow">
  2854.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                kasyno bitcoin
  2857.              </h6>
  2858.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2859.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2860.              </div> -->
  2861.            </a>
  2862.          </div>
  2863.          
  2864.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2865.            <a href="https://www.airtract.com/" class="text-decoration-none " rel="dofollow">
  2866.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2867.                <i class="ti-angle-right me-2 text-primary"></i>
  2868.                zagraniczne kasyna
  2869.              </h6>
  2870.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2871.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2872.              </div> -->
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://ferpay.com/" class="text-decoration-none " rel="dofollow">
  2878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                gra plinko
  2881.              </h6>
  2882.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2883.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2884.              </div> -->
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://www.multixdetection.com/" class="text-decoration-none " rel="dofollow">
  2890.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                ranking bukmacherów
  2893.              </h6>
  2894.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2895.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2896.              </div> -->
  2897.            </a>
  2898.          </div>
  2899.          
  2900.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2901.            <a href="https://www.ciese.org/" class="text-decoration-none " rel="dofollow">
  2902.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2903.                <i class="ti-angle-right me-2 text-primary"></i>
  2904.                kasyno bez weryfikacji
  2905.              </h6>
  2906.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2907.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2908.              </div> -->
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://onwardca.org/" class="text-decoration-none " rel="dofollow">
  2914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                lista bukmacherów
  2917.              </h6>
  2918.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2919.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2920.              </div> -->
  2921.            </a>
  2922.          </div>
  2923.          
  2924.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2925.            <a href="https://algramo.com/" class="text-decoration-none " rel="dofollow">
  2926.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2927.                <i class="ti-angle-right me-2 text-primary"></i>
  2928.                casinos online chilenos
  2929.              </h6>
  2930.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2931.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2932.              </div> -->
  2933.            </a>
  2934.          </div>
  2935.          
  2936.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2937.            <a href="http://timer-odessa.net/" class="text-decoration-none " rel="dofollow">
  2938.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2939.                <i class="ti-angle-right me-2 text-primary"></i>
  2940.                Ñ‚оп казино онлайн
  2941.              </h6>
  2942.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2943.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2944.              </div> -->
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="http://locationaffordability.info/" class="text-decoration-none " rel="dofollow">
  2950.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                ÐºÐ°Ð·Ð¸Ð½Ð¾ без верификации
  2953.              </h6>
  2954.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2955.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2956.              </div> -->
  2957.            </a>
  2958.          </div>
  2959.          
  2960.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2961.            <a href="http://ukrainian-food.org/" class="text-decoration-none " rel="dofollow">
  2962.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2963.                <i class="ti-angle-right me-2 text-primary"></i>
  2964.                Ð¾Ð½Ð»Ð°Ð¹Ð½ казино України
  2965.              </h6>
  2966.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2967.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2968.              </div> -->
  2969.            </a>
  2970.          </div>
  2971.          
  2972.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2973.            <a href="http://russiansearchnews.com/" class="text-decoration-none " rel="dofollow">
  2974.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2975.                <i class="ti-angle-right me-2 text-primary"></i>
  2976.                Ð»ÑƒÑ‡ÑˆÐ¸Ðµ онлайн казино
  2977.              </h6>
  2978.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2979.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2980.              </div> -->
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://grushevskogo5.com/" class="text-decoration-none " rel="dofollow">
  2986.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                Ð¾Ð½Ð»Ð°Ð¹Ð½ казино Україна
  2989.              </h6>
  2990.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2991.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2992.              </div> -->
  2993.            </a>
  2994.          </div>
  2995.          
  2996.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.            <a href="https://www.tukwilareporter.com/" class="text-decoration-none " rel="dofollow">
  2998.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2999.                <i class="ti-angle-right me-2 text-primary"></i>
  3000.                ÐºÐ°Ð·Ð¸Ð½Ð¾ онлайн
  3001.              </h6>
  3002.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3003.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3004.              </div> -->
  3005.            </a>
  3006.          </div>
  3007.          
  3008.  
  3009.        </div>
  3010. <!--
  3011.        <div class="text-center mt-4 pt-3 border-top border-light">
  3012.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3013.        </div> -->
  3014.      </div>
  3015.    </div>
  3016.    
  3017.    <div class="sidebar-widget mb-4">
  3018.      <div class="widget-title-wrapper mb-3">
  3019.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3020.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3021.          <span class="title-arrow"></span>
  3022.        </h4>
  3023.      </div>
  3024.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3025.        <div class="blog-roll-list scrollable-sidebar">
  3026.          
  3027.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3028.            <a href="http://biblionight.info/" class="text-decoration-none " rel="dofollow">
  3029.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3030.                <i class="ti-angle-right me-2 text-primary"></i>
  3031.                Ð»ÑƒÑ‡ÑˆÐ¸Ðµ онлайн казино
  3032.              </h6>
  3033.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3034.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3035.              </div> -->
  3036.            </a>
  3037.          </div>
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://www.archinto.eu" class="text-decoration-none " rel="dofollow">
  3041.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                siti scommesse non aams
  3044.              </h6>
  3045.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3046.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3047.              </div> -->
  3048.            </a>
  3049.          </div>
  3050.          
  3051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.            <a href="https://legatumori.it" class="text-decoration-none " rel="dofollow">
  3053.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3054.                <i class="ti-angle-right me-2 text-primary"></i>
  3055.                casino italiani non aams
  3056.              </h6>
  3057.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3058.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3059.              </div> -->
  3060.            </a>
  3061.          </div>
  3062.          
  3063.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3064.            <a href="https://www.mausoleodiaugusto.it/" class="text-decoration-none " rel="dofollow">
  3065.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3066.                <i class="ti-angle-right me-2 text-primary"></i>
  3067.                migliori siti casino non aams
  3068.              </h6>
  3069.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3070.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3071.              </div> -->
  3072.            </a>
  3073.          </div>
  3074.          
  3075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.            <a href="https://www.euromixproject.eu/" class="text-decoration-none " rel="dofollow">
  3077.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3078.                <i class="ti-angle-right me-2 text-primary"></i>
  3079.                siti casino non aams
  3080.              </h6>
  3081.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3082.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3083.              </div> -->
  3084.            </a>
  3085.          </div>
  3086.          
  3087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.            <a href="https://israelpremiertech.com" class="text-decoration-none " rel="dofollow">
  3089.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3090.                <i class="ti-angle-right me-2 text-primary"></i>
  3091.                best online casino UK
  3092.              </h6>
  3093.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3094.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3095.              </div> -->
  3096.            </a>
  3097.          </div>
  3098.          
  3099.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.            <a href="https://thecopenhagentales.com/" class="text-decoration-none " rel="dofollow">
  3101.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.                <i class="ti-angle-right me-2 text-primary"></i>
  3103.                casino uden rofus
  3104.              </h6>
  3105.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3106.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3107.              </div> -->
  3108.            </a>
  3109.          </div>
  3110.          
  3111.  
  3112.        </div>
  3113. <!--
  3114.        <div class="text-center mt-4 pt-3 border-top border-light">
  3115.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3116.        </div> -->
  3117.      </div>
  3118.    </div>
  3119.    
  3120.    <div class="sidebar-widget mb-4">
  3121.      <div class="widget-title-wrapper mb-3">
  3122.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3123.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3124.          <span class="title-arrow"></span>
  3125.        </h4>
  3126.      </div>
  3127.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3128.        <div class="blog-roll-list scrollable-sidebar">
  3129.          
  3130.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.            <a href="http://kongresmsp.eu/" class="text-decoration-none " rel="dofollow">
  3132.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.                <i class="ti-angle-right me-2 text-primary"></i>
  3134.                najlepsze kasyna online
  3135.              </h6>
  3136.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3137.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3138.              </div> -->
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="http://zatrzymujeczas.pl/" class="text-decoration-none " rel="dofollow">
  3144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                kasyna online
  3147.              </h6>
  3148.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3149.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3150.              </div> -->
  3151.            </a>
  3152.          </div>
  3153.          
  3154.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.            <a href="http://dreame-technology.com/" class="text-decoration-none " rel="dofollow">
  3156.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.                <i class="ti-angle-right me-2 text-primary"></i>
  3158.                bitcoin kasyna
  3159.              </h6>
  3160.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3161.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3162.              </div> -->
  3163.            </a>
  3164.          </div>
  3165.          
  3166.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.            <a href="https://www.start-net.org/" class="text-decoration-none " rel="dofollow">
  3168.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3169.                <i class="ti-angle-right me-2 text-primary"></i>
  3170.                casino non AAMS recensioni
  3171.              </h6>
  3172.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3173.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3174.              </div> -->
  3175.            </a>
  3176.          </div>
  3177.          
  3178.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3180.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.                <i class="ti-angle-right me-2 text-primary"></i>
  3182.                best UK casinos
  3183.              </h6>
  3184.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3185.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3186.              </div> -->
  3187.            </a>
  3188.          </div>
  3189.          
  3190.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3192.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.                <i class="ti-angle-right me-2 text-primary"></i>
  3194.                best UK casinos
  3195.              </h6>
  3196.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3197.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3198.              </div> -->
  3199.            </a>
  3200.          </div>
  3201.          
  3202.  
  3203.        </div>
  3204. <!--
  3205.        <div class="text-center mt-4 pt-3 border-top border-light">
  3206.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3207.        </div> -->
  3208.      </div>
  3209.    </div>
  3210.    
  3211.  </div>
  3212.  
  3213. <!-- Sidebar V2 Styles -->
  3214. <style>
  3215.  .sidebar-widget {
  3216.    position: relative;
  3217.  }
  3218.  
  3219.  .widget-title {
  3220.    font-size: 1.1rem;
  3221.    font-weight: 700;
  3222.    display: inline-block;
  3223.    position: relative;
  3224.    z-index: 2;
  3225.    border-radius: 0;
  3226.  }
  3227.  
  3228.  /* Green arrow for August Blog Roll */
  3229.  .title-arrow::after {
  3230.    content: '';
  3231.    position: absolute;
  3232.    top: 0;
  3233.    right: -22px;
  3234.    width: 0;
  3235.    height: 0;
  3236.    border-left: 22px solid var(--bs-primary);
  3237.    border-top: 22px solid transparent;
  3238.    border-bottom: 22px solid transparent;
  3239.    z-index: 1;
  3240.  }
  3241.  
  3242.  /* Blue arrow for Recent Posts */
  3243.  .title-arrow-primary::after {
  3244.    content: '';
  3245.    position: absolute;
  3246.    top: 0;
  3247.    right: -22px;
  3248.    width: 0;
  3249.    height: 0;
  3250.    border-left: 22px solid var(--bs-primary);
  3251.    border-top: 22px solid transparent;
  3252.    border-bottom: 22px solid transparent;
  3253.    z-index: 1;
  3254.  }
  3255.  
  3256.  .widget-content {
  3257.    margin-top: -1px;
  3258.    position: relative;
  3259.    z-index: 1;
  3260.     background-color: var(--card-bg);
  3261.  }
  3262.  
  3263.  /* Blog Roll Items Hover Effects */
  3264.  .blog-roll-item:hover .blog-title {
  3265.    color: #198754 !important;
  3266.    transform: translateX(5px);
  3267.    transition: all 0.3s ease;
  3268.  }
  3269.  
  3270.  /* Recent Post Items Hover Effects */
  3271.  .recent-post-item:hover .post-title a {
  3272.    color: #0d6efd !important;
  3273.    transition: color 0.3s ease;
  3274.  }
  3275.  
  3276.  .recent-post-item:hover .post-image img {
  3277.    transform: scale(1.05);
  3278.    transition: transform 0.3s ease;
  3279.  }
  3280.  
  3281.  /* Button Hover Effects */
  3282.  .btn:hover {
  3283.    transform: translateY(-2px);
  3284.    transition: all 0.3s ease;
  3285.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3286.  }
  3287.  
  3288.  /* Badge Hover Effects */
  3289.  .badge:hover {
  3290.    transform: scale(1.05);
  3291.    transition: transform 0.3s ease;
  3292.  }
  3293.  
  3294.  @media (max-width: 991px) {
  3295.    .sidebar {
  3296.      margin-top: 3rem;
  3297.    }
  3298.  }
  3299.  
  3300.  @media (max-width: 576px) {
  3301.    .widget-title {
  3302.      font-size: 1rem;
  3303.      padding: 0.75rem 1rem !important;
  3304.    }
  3305.  
  3306.    .title-arrow::after,
  3307.    .title-arrow-primary::after {
  3308.      right: -18px;
  3309.      border-left-width: 18px;
  3310.      border-top-width: 18px;
  3311.      border-bottom-width: 18px;
  3312.    }
  3313.  
  3314.    .post-image {
  3315.      width: 70px !important;
  3316.      height: 55px !important;
  3317.    }
  3318.  
  3319.    .blog-meta {
  3320.      flex-direction: column !important;
  3321.      align-items: flex-start !important;
  3322.      gap: 0.5rem;
  3323.    }
  3324.  }
  3325. </style>
  3326.  
  3327.    
  3328.            </div>
  3329.        </div>
  3330.    </div>
  3331. </section>
  3332.  
  3333. <script>
  3334. document.addEventListener('DOMContentLoaded', function() {
  3335.    // Simple scroll animation
  3336.    const cards = document.querySelectorAll('.blog-card');
  3337.    
  3338.    const observer = new IntersectionObserver(function(entries) {
  3339.        entries.forEach(entry => {
  3340.            if (entry.isIntersecting) {
  3341.                entry.target.style.opacity = '1';
  3342.                entry.target.style.transform = 'translateY(0)';
  3343.            }
  3344.        });
  3345.    }, {
  3346.        threshold: 0.1
  3347.    });
  3348.  
  3349.    cards.forEach((card, index) => {
  3350.        card.style.opacity = '0';
  3351.        card.style.transform = 'translateY(30px)';
  3352.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3353.        observer.observe(card);
  3354.    });
  3355. });
  3356. </script>
  3357.  
  3358.    
  3359.        
  3360.        <!-- end wpo-blog-highlights-section -->
  3361.        <!-- start wpo-blog-sponsored-section -->
  3362.        
  3363.  
  3364.  
  3365.  
  3366.    
  3367.  
  3368.  
  3369.  
  3370. <style>
  3371.    .sponsored-section-v3 {
  3372.        padding: 50px 0;
  3373.    }
  3374.    
  3375.    .sponsored-card-v3 {
  3376.        background: var(--card-bg);
  3377.        border: 1px solid var(--border-color);
  3378.        border-radius: 4px;
  3379.        transition: transform 0.3s ease;
  3380.        height: 100%;
  3381.    }
  3382.    
  3383.    .sponsored-card-v3:hover {
  3384.        transform: scale(1.02);
  3385.    }
  3386.    
  3387.    .sponsored-image-v3 {
  3388.        position: relative;
  3389.        height: 170px;
  3390.        border-bottom: 1px solid var(--border-color);
  3391.    }
  3392.    
  3393.    .sponsored-image-v3 img {
  3394.        width: 100%;
  3395.        height: 100%;
  3396.        object-fit: cover;
  3397.    }
  3398.    
  3399.    .sponsored-badge-v3 {
  3400.        position: absolute;
  3401.        top: 10px;
  3402.        right: 10px;
  3403.        padding: 5px 8px;
  3404.        font-size: 11px;
  3405.        font-weight: 600;
  3406.        text-transform: uppercase;
  3407.        border-radius: 50%;
  3408.    }
  3409.    
  3410.    .sponsored-content-v3 {
  3411.        position: relative;
  3412.        padding: 18px;
  3413.    }
  3414.    
  3415.    .sponsored-title-v3 {
  3416.        font-size: 16px;
  3417.        font-weight: 700;
  3418.        line-height: 1.5;
  3419.        margin-bottom: 8px;
  3420.    }
  3421.    
  3422.    .sponsored-title-v3 a {
  3423.        text-decoration: none;
  3424.        color: #333;
  3425.    }
  3426.    
  3427.    .sponsored-title-v3 a:hover {
  3428.        color: #0056b3; /* Darker blue for hover */
  3429.    }
  3430.    
  3431.    .sponsored-excerpt-v3 {
  3432.        font-size: 13px;
  3433.        font-weight: 400;
  3434.        color: #868e96;
  3435.        margin-bottom: 12px;
  3436.        line-height: 1.5;
  3437.    }
  3438.    
  3439.    .sponsored-meta-v3 {
  3440.        font-size: 12px;
  3441.        color: #6c757d;
  3442.    }
  3443.    
  3444.    .author-info-v3 {
  3445.        display: flex;
  3446.        align-items: center;
  3447.        gap: 6px;
  3448.        margin-bottom: 6px;
  3449.    }
  3450.    
  3451.    .sponsored-author-img-v3 {
  3452.        width: 24px;
  3453.        height: 24px;
  3454.        border-radius: 50%;
  3455.        object-fit: cover;
  3456.    }
  3457.    
  3458.    .section-title-sponsored-v3 {
  3459.        font-size: 2rem;
  3460.        font-weight: 600;
  3461.        text-align: left;
  3462.        margin-bottom: 25px;
  3463.        color: #333;
  3464.        border-bottom: 3px solid var(--bs-primary);
  3465.        padding-bottom: 10px;
  3466.    }
  3467.  
  3468.    @media (max-width: 768px) {
  3469.        .sponsored-section-v3 {
  3470.            padding: 30px 0;
  3471.        }
  3472.        .sponsored-content-v3 {
  3473.            padding: 15px;
  3474.        }
  3475.        .sponsored-title-v3 {
  3476.            font-size: 15px;
  3477.        }
  3478.        .sponsored-excerpt-v3 {
  3479.            font-size: 12px;
  3480.        }
  3481.        .section-title-sponsored-v3 {
  3482.            font-size: 1.8rem;
  3483.        }
  3484.    }
  3485. </style>
  3486.  
  3487. <section class="sponsored-section-v3">
  3488.    <div class="container-fluid fluid-container">
  3489.        <div class="row">
  3490.            <div class="col-12">
  3491.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3492.            </div>
  3493.        </div>
  3494.        
  3495.        <div class="row g-4">
  3496.            
  3497.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3498.                <div class="card sponsored-card-v3">
  3499.                    <div class="sponsored-image-v3">
  3500.                        
  3501.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3502.                        
  3503.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3504.                    </div>
  3505.                    <div class="sponsored-content-v3">
  3506.                        <h3 class="sponsored-title-v3">
  3507.                            <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-metal-band-castle-rat/" class="top-color">
  3508.                            â€˜I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Metal Band Castle Rat
  3509.                            </a>
  3510.                        </h3>
  3511.                        <p class="sponsored-excerpt-v3">
  3512.                            
  3513.                        </p>
  3514.                        <div class="sponsored-meta-v3">
  3515.                            <div class="author-info-v3">
  3516.                                
  3517.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3518.                                
  3519.                                <span>
  3520.                                    Benjamin Morris
  3521.                                </span>
  3522.                            </div>
  3523.                            <div class="d-flex gap-2">
  3524.                                <i class="ti-calendar"></i> 17 May 2026
  3525.                            </div>
  3526.                        </div>
  3527.                    </div>
  3528.                </div>
  3529.            </div>
  3530.            
  3531.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3532.                <div class="card sponsored-card-v3">
  3533.                    <div class="sponsored-image-v3">
  3534.                        
  3535.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3536.                        
  3537.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3538.                    </div>
  3539.                    <div class="sponsored-content-v3">
  3540.                        <h3 class="sponsored-title-v3">
  3541.                            <a href="/unveiling-the-future-of-online-slot-game-technology/" class="top-color">
  3542.                            Unveiling the Future of Online Slot Game Technology
  3543.                            </a>
  3544.                        </h3>
  3545.                        <p class="sponsored-excerpt-v3">
  3546.                            
  3547.                        </p>
  3548.                        <div class="sponsored-meta-v3">
  3549.                            <div class="author-info-v3">
  3550.                                
  3551.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3552.                                
  3553.                                <span>
  3554.                                    Benjamin Morris
  3555.                                </span>
  3556.                            </div>
  3557.                            <div class="d-flex gap-2">
  3558.                                <i class="ti-calendar"></i> 17 May 2026
  3559.                            </div>
  3560.                        </div>
  3561.                    </div>
  3562.                </div>
  3563.            </div>
  3564.            
  3565.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3566.                <div class="card sponsored-card-v3">
  3567.                    <div class="sponsored-image-v3">
  3568.                        
  3569.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3570.                        
  3571.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3572.                    </div>
  3573.                    <div class="sponsored-content-v3">
  3574.                        <h3 class="sponsored-title-v3">
  3575.                            <a href="/who-is-the-politician-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/" class="top-color">
  3576.                            Who is the Politician Al Carns? Former Marine and Government Minister with Sights on the Top Job
  3577.                            </a>
  3578.                        </h3>
  3579.                        <p class="sponsored-excerpt-v3">
  3580.                            
  3581.                        </p>
  3582.                        <div class="sponsored-meta-v3">
  3583.                            <div class="author-info-v3">
  3584.                                
  3585.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3586.                                
  3587.                                <span>
  3588.                                    Benjamin Morris
  3589.                                </span>
  3590.                            </div>
  3591.                            <div class="d-flex gap-2">
  3592.                                <i class="ti-calendar"></i> 17 May 2026
  3593.                            </div>
  3594.                        </div>
  3595.                    </div>
  3596.                </div>
  3597.            </div>
  3598.            
  3599.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3600.                <div class="card sponsored-card-v3">
  3601.                    <div class="sponsored-image-v3">
  3602.                        
  3603.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3604.                        
  3605.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3606.                    </div>
  3607.                    <div class="sponsored-content-v3">
  3608.                        <h3 class="sponsored-title-v3">
  3609.                            <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="top-color">
  3610.                            Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Throughout the Continent
  3611.                            </a>
  3612.                        </h3>
  3613.                        <p class="sponsored-excerpt-v3">
  3614.                            
  3615.                        </p>
  3616.                        <div class="sponsored-meta-v3">
  3617.                            <div class="author-info-v3">
  3618.                                
  3619.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3620.                                
  3621.                                <span>
  3622.                                    Benjamin Morris
  3623.                                </span>
  3624.                            </div>
  3625.                            <div class="d-flex gap-2">
  3626.                                <i class="ti-calendar"></i> 17 May 2026
  3627.                            </div>
  3628.                        </div>
  3629.                    </div>
  3630.                </div>
  3631.            </div>
  3632.            
  3633.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3634.                <div class="card sponsored-card-v3">
  3635.                    <div class="sponsored-image-v3">
  3636.                        
  3637.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3638.                        
  3639.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3640.                    </div>
  3641.                    <div class="sponsored-content-v3">
  3642.                        <h3 class="sponsored-title-v3">
  3643.                            <a href="/leaders-recognise-leaders-as-the-president-extends-the-mayor-elect-a-warm-greeting/" class="top-color">
  3644.                            Leaders Recognise Leaders as The President Extends The Mayor-Elect a Warm Greeting
  3645.                            </a>
  3646.                        </h3>
  3647.                        <p class="sponsored-excerpt-v3">
  3648.                            
  3649.                        </p>
  3650.                        <div class="sponsored-meta-v3">
  3651.                            <div class="author-info-v3">
  3652.                                
  3653.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3654.                                
  3655.                                <span>
  3656.                                    Benjamin Morris
  3657.                                </span>
  3658.                            </div>
  3659.                            <div class="d-flex gap-2">
  3660.                                <i class="ti-calendar"></i> 17 May 2026
  3661.                            </div>
  3662.                        </div>
  3663.                    </div>
  3664.                </div>
  3665.            </div>
  3666.            
  3667.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3668.                <div class="card sponsored-card-v3">
  3669.                    <div class="sponsored-image-v3">
  3670.                        
  3671.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3672.                        
  3673.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3674.                    </div>
  3675.                    <div class="sponsored-content-v3">
  3676.                        <h3 class="sponsored-title-v3">
  3677.                            <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-tale-this-generation-has-earned/" class="top-color">
  3678.                            The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Tale This Generation Has Earned.
  3679.                            </a>
  3680.                        </h3>
  3681.                        <p class="sponsored-excerpt-v3">
  3682.                            
  3683.                        </p>
  3684.                        <div class="sponsored-meta-v3">
  3685.                            <div class="author-info-v3">
  3686.                                
  3687.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Benjamin Morris" class="sponsored-author-img-v3">
  3688.                                
  3689.                                <span>
  3690.                                    Benjamin Morris
  3691.                                </span>
  3692.                            </div>
  3693.                            <div class="d-flex gap-2">
  3694.                                <i class="ti-calendar"></i> 16 May 2026
  3695.                            </div>
  3696.                        </div>
  3697.                    </div>
  3698.                </div>
  3699.            </div>
  3700.            
  3701.        </div>
  3702.    </div>
  3703. </section>
  3704.  
  3705.  
  3706.    
  3707.        <!-- end wpo-blog-sponsored-section -->
  3708.        <!-- start wpo-subscribe-section -->
  3709.        
  3710.        <!-- end subscribe-section -->
  3711.        <!-- start of wpo-site-footer-section -->
  3712.        
  3713.  
  3714.  
  3715.  
  3716.  
  3717.  
  3718. <footer class="wpo-site-footer-v2">
  3719.  <!-- Top Section - Logo & CTA -->
  3720.  <div class="footer-top-section py-3">
  3721.    <div class="container-fluid fluid-container">
  3722.      <div class="row align-items-center">
  3723.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3724.          
  3725.            <h3 class="brand-title">Vision Palace Group</h3>
  3726.          
  3727.          <div class="brand-info">
  3728.            <h3 class="brand-title">Vision Palace Group</h3>
  3729.          </div>
  3730.        </div>
  3731.      </div>
  3732.    </div>
  3733.  </div>
  3734.  
  3735.  <!-- Main Content Grid -->
  3736.  <div class="footer-main-content py-4">
  3737.    <div class="container-fluid fluid-container px-3">
  3738.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3739.        <!-- Column 1: Quick Links & Top Categories -->
  3740.        <div class="">
  3741.          <div class="footer-column">
  3742.            <h5 class="column-title">Quick Links</h5>
  3743.            <ul class="footer-menu list-unstyled">
  3744.              
  3745.                <li>
  3746.                  <a class="menu-link" href="/republican-lawmaker-claims-deal-is-possible-on-health-care-as-crucial-subsidies-approach-expiration/">Republican Lawmaker Claims &#x27;Deal Is Possible&#x27; on Health Care as Crucial Subsidies Approach Expiration.</a>
  3747.                </li>
  3748.              
  3749.                <li>
  3750.                  <a class="menu-link" href="/administration-decries-democratic-hoax-as-further-epstein-estate-photos-made-public/">Administration Decries &#x27;Democratic Hoax&#x27; as Further Epstein Estate Photos Made Public</a>
  3751.                </li>
  3752.              
  3753.                <li>
  3754.                  <a class="menu-link" href="/millie-bright-leaves-england-stage-long-past-her-reputation-was-engraved-into-football-legends/">Millie Bright Leaves England Stage Long Past Her Reputation Was Engraved Into Football Legends</a>
  3755.                </li>
  3756.              
  3757.                <li>
  3758.                  <a class="menu-link" href="/the-hit-drama-announced-for-seventh-series-on-bbc/">The Hit Drama Announced for Seventh Series on BBC</a>
  3759.                </li>
  3760.              
  3761.                <li>
  3762.                  <a class="menu-link" href="/british-tennis-star-emma-raducanu-ends-the-current-season-and-will-keep-trainer-for-2026/">British tennis star Emma Raducanu ends the current season and will keep trainer for 2026.</a>
  3763.                </li>
  3764.              
  3765.                <li>
  3766.                  <a class="menu-link" href="/decoding-the-enigma-of-slot-machine-rtp-the-in-depth-guide/">Decoding the Enigma of Slot Machine RTP: The In-Depth Guide</a>
  3767.                </li>
  3768.              
  3769.            </ul>
  3770.          </div>
  3771.        </div>
  3772.        <div class="">
  3773.          <div class="footer-column mt-4">
  3774.            <h5 class="column-title">Top Categories</h5>
  3775.            <ul class="footer-menu list-unstyled">
  3776.              
  3777.                <li>
  3778.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3779.                </li>
  3780.              
  3781.                <li>
  3782.                  <a class="menu-link" href="/category/business/">Business</a>
  3783.                </li>
  3784.              
  3785.                <li>
  3786.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3787.                </li>
  3788.              
  3789.                <li>
  3790.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3791.                </li>
  3792.              
  3793.                <li>
  3794.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3795.                </li>
  3796.              
  3797.            </ul>
  3798.          </div>
  3799.        </div>
  3800.        <!-- Column 2: Blog Rolls -->
  3801.      <div class="">
  3802.          <div class="footer-column">
  3803.            <h5 class="column-title">Blog Rolls</h5>
  3804.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3805.              
  3806.              
  3807.  
  3808.              
  3809.              
  3810.                
  3811.              
  3812.            </ul>
  3813.          </div>
  3814.        </div>
  3815.      </div>
  3816.    </div>
  3817.  </div>
  3818.  
  3819.  <!-- Tagline Section -->
  3820.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  3821.    <div class="container-fluid fluid-container">
  3822.      <p class="mb-0 text-white text-capitalize">Vision Palace Group offers cutting-edge strategies and insights to help businesses thrive in today&#x27;s competitive landscape. Explore expert advice and solutions.</p>
  3823.    </div>
  3824.  </div>
  3825.  
  3826.  <!-- Footer Bottom -->
  3827.  <div class="footer-bottom py-3">
  3828.    <div class="container-fluid fluid-container">
  3829.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  3830.        <div class="copyright-info">
  3831.          <p class="mb-0 text-color">
  3832.            &copy; 2026 <strong>Vision Palace Group</strong>. All rights reserved.
  3833.          </p>
  3834.        </div>
  3835.        <div class="utility-links mt-2 mt-md-0">
  3836.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  3837.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  3838.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3839.        </div>
  3840.      </div>
  3841.    </div>
  3842.  </div>
  3843. </footer>
  3844.  
  3845.  
  3846. <style>
  3847.  
  3848. .footer-top-section {
  3849.    border-bottom: 1px solid var(--border-color);
  3850.    background-color: var(--card-bg) !important;
  3851. }
  3852.  
  3853. .footer-logo {
  3854.    height:50px;
  3855.    width: auto;
  3856. }
  3857. .text-color{
  3858.    color: var(--topbar-color) !important;
  3859. }
  3860. .brand-title {
  3861.    font-size: 20px;
  3862.    font-weight: 600;
  3863.    color: var(--topbar-color);
  3864.    margin: 0;
  3865. }
  3866.  
  3867. .footer-main-content {
  3868.    background: var(--card-bg);
  3869. }
  3870.  
  3871. .column-title {
  3872.    font-size: 16px;
  3873.    font-weight: 600;
  3874.    color: var(--topbar-color) !important;
  3875.    margin-bottom: 15px;
  3876. }
  3877.  
  3878. .footer-menu li {
  3879.    margin-bottom: 8px;
  3880. }
  3881.  
  3882. .menu-link {
  3883.    color: var(--topbar-color) !important;
  3884.    text-decoration: none;
  3885.    font-size: 16px;
  3886.    transition: color 0.3s ease;
  3887. }
  3888.  
  3889. .footer-tagline {
  3890.    font-size: 16px;
  3891. }
  3892.  
  3893. .footer-bottom {
  3894.    font-size: 16px;
  3895.    background-color: var(--card-bg) !important;
  3896. }
  3897.  
  3898. .utility-link {
  3899.    color: var(--topbar-color) !important;
  3900.    text-decoration: none;
  3901.    transition: color 0.3s ease;
  3902. }
  3903.  
  3904. .utility-link:hover {
  3905.    color: var(--secondary-color);
  3906. }
  3907.  
  3908. /* Responsive Design */
  3909. @media (max-width: 992px) {
  3910.    .footer-top-section {
  3911.        text-align: start;
  3912.    }
  3913.    .cta-btn {
  3914.        margin-top: 10px;
  3915.    }
  3916. }
  3917.  
  3918. @media (max-width: 768px) {
  3919.    .footer-column {
  3920.        text-align: start;
  3921.    }
  3922.    .footer-tagline {
  3923.        font-size: 13px;
  3924.    }
  3925. }
  3926.  
  3927. @media (max-width: 576px) {
  3928.    .column-title {
  3929.        font-size: 15px;
  3930.    }
  3931.    .menu-link {
  3932.        font-size: 13px;
  3933.    }
  3934.    .cta-btn {
  3935.        font-size: 13px;
  3936.        padding: 7px 15px;
  3937.    }
  3938. }
  3939. </style>
  3940.  
  3941. <script>
  3942. // Prevent default for placeholder links
  3943. document.addEventListener('DOMContentLoaded', function() {
  3944.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3945.        anchor.addEventListener('click', function(e) {
  3946.            e.preventDefault();
  3947.        });
  3948.    });
  3949. });
  3950. document.addEventListener('DOMContentLoaded', function () {
  3951.    var btn = document.getElementById('toggleBlogRollLinks');
  3952.    if (!btn) return; // No extra items, no button
  3953.  
  3954.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3955.  
  3956.    btn.addEventListener('click', function () {
  3957.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3958.            return li.classList.contains('d-none');
  3959.        });
  3960.  
  3961.        extras.forEach(function (li) {
  3962.            if (anyHidden) {
  3963.                li.classList.remove('d-none');
  3964.                li.classList.add('show');
  3965.            } else {
  3966.                li.classList.add('d-none');
  3967.                li.classList.remove('show');
  3968.            }
  3969.        });
  3970.  
  3971.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3972.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3973.    });
  3974. });
  3975.  
  3976. </script>
  3977.  
  3978.        <!-- end of wpo-site-footer-section -->
  3979.    </div>
  3980.    <!-- end of page-wrapper -->
  3981.  
  3982.    <!-- All JavaScript files
  3983.    ================================================== -->
  3984.    
  3985.  
  3986. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3987. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3988. <!-- Plugins for this template -->
  3989. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3990. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3991. <!-- Custom script for this template -->
  3992. <script src="/static/blogapp/assets/js/script.js"></script>
  3993.  
  3994. <script>
  3995. (function () {
  3996. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3997. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3998.  
  3999. function applyFallback(img) {
  4000. if (!img || img.dataset.fallbackApplied === "1") {
  4001. return;
  4002. }
  4003. var failedSrc = img.currentSrc || img.src || "";
  4004. img.dataset.fallbackApplied = "1";
  4005. img.onerror = null;
  4006. img.src = fallbackImageSrc;
  4007. console.warn("[ImageFallback] Replaced broken image:", {
  4008. failedSrc: failedSrc,
  4009. fallbackSrc: fallbackImageSrc,
  4010. alt: img.alt || "",
  4011. });
  4012. }
  4013.  
  4014. document.querySelectorAll("img").forEach(function (img) {
  4015. if (img.complete && img.naturalWidth === 0) {
  4016. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4017. failedSrc: img.currentSrc || img.src || "",
  4018. alt: img.alt || "",
  4019. });
  4020. applyFallback(img);
  4021. }
  4022. });
  4023.  
  4024. document.addEventListener(
  4025. "error",
  4026. function (event) {
  4027. var target = event.target;
  4028. if (target && target.tagName === "IMG") {
  4029. applyFallback(target);
  4030. }
  4031. },
  4032. true
  4033. );
  4034. })();
  4035. </script>
  4036.  
  4037. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4038.  
  4039.  
  4040.  
  4041. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"afd5ac531b91485690f56f03d6bdb510","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4042. </body>
  4043.  
  4044. </html>
  4045.  
  4046.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda