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://smartarenanetwork.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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_-_2025-04-28T175258.473_YiWxBt0_sun0pee_vmCjsjv_sbQBEAW.png">
  14.    
  15.  
  16.    <title>Smart Arena Network: Tech Insights &amp; Digital Strategy Blog</title>
  17.    <meta name="description" content="Explore the latest in technology trends, digital marketing strategies, and business innovation with expert analysis and practical tips from industry leaders.">
  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://smartarenanetwork.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c9a7;
  42.        --bs-primary-rgb: 00c9a7;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #134e4a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c9a7;
  53.        --theme-primary-color-s2: #00c9a7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  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: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 14px;
  83.        --link-color: #00c9a7;
  84.        --link-hover: #00a68a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 201, 167, 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-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_54">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Republican Lawmaker Says \u0027Deal Is Possible\u0027 on Health Care as Crucial Subsidies Approach Expiration.", url: "/republican-lawmaker-says-deal-is-possible-on-health-care-as-crucial-subsidies-approach-expiration/" },
  447.    
  448.      { title: "Unveiling the Unknown Approaches for Increasing Earnings in Casino Slot Games", url: "/unveiling-the-unknown-approaches-for-increasing-earnings-in-casino-slot-games/" },
  449.    
  450.      { title: "White House Decries \u0027Democrat Fabrication\u0027 as Additional Epstein Estate Photographs Made Public", url: "/white-house-decries-democrat-fabrication-as-additional-epstein-estate-photographs-made-public/" },
  451.    
  452.      { title: "Millie Bright Departs England Arena Well After Her Legacy Was Etched Among Football Legends", url: "/millie-bright-departs-england-arena-well-after-her-legacy-was-etched-among-football-legends/" },
  453.    
  454.      { title: "The Hit Drama Confirmed for Seventh Series on BBC", url: "/the-hit-drama-confirmed-for-seventh-series-on-bbc/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v10 mb-4">
  512.    <div class="container-fluid fluid-container">
  513.        <!-- Top Bar -->
  514.        <div class="top-bar-v10">
  515.            <div
  516.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  517.               <div class="col-lg-3 col-md-12 col-12">
  518.                    <div class="brand-section-v10">
  519.                        <a class="logo-link-v9" href="/">
  520.                            
  521.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e2588018-5233-43ab-8edd-4ddad4636776_logo.png" alt="Smart Arena Network" class="logo-img-v9" />
  522.                            
  523.                        </a>
  524.                    </div>
  525.                </div>
  526.                <div class="col-lg-6 col-md-12 d-inline-block">
  527.                    <div class="search-container-v10">
  528.                        <form class="search-form-v10" action="#" method="get">
  529.                            <div class="search-group-v10">
  530.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  531.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  532.                                <button type="submit" class="search-button-v10">
  533.                                    <i class="ti-search"></i>
  534.                                </button>
  535.                            </div>
  536.                            <div id="search-results" class="search-results-container search-v1"></div>
  537.                        </form>
  538.                    </div>
  539.                </div>
  540.                <div class="col-12 ">
  541.                    <div class="header-utilities-v10">
  542.                        <div class="utility-item-v10 d-lg-none">
  543.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  544.                                <div class="menu-icon-v10">
  545.                                    <span class="menu-bar-v10"></span>
  546.                                    <span class="menu-bar-v10"></span>
  547.                                    <span class="menu-bar-v10"></span>
  548.                                </div>
  549.                            </button>
  550.                        </div>
  551.                    </div>
  552.                </div>
  553.            </div>
  554.        </div>
  555.  
  556.        <!-- Navigation Bar -->
  557.    <nav class="navigation-v10 d-none d-lg-block">
  558.    <div class="nav-container-v10">
  559.        <ul class="nav-menu-v10">
  560.  
  561.            
  562.            <li class="nav-item-v10">
  563.                <a href="/" class="nav-link-v10 active-v10">
  564.                    <div class="link-content-v10">
  565.                        <span class="link-text-v10">Home</span>
  566.                        <div class="link-indicator-v10"></div>
  567.                    </div>
  568.                </a>
  569.            </li>
  570.  
  571.            
  572.            
  573.                
  574.                    
  575.                    
  576.                        <li class="nav-item-v10">
  577.                            <a href="/category/all-posts/" class="nav-link-v10">
  578.                                <div class="link-content-v10">
  579.                                    <span class="link-text-v10">All Posts</span>
  580.                                    <div class="link-indicator-v10"></div>
  581.                                </div>
  582.                            </a>
  583.                        </li>
  584.                    
  585.  
  586.                
  587.  
  588.                
  589.                
  590.            
  591.                
  592.                    
  593.                    
  594.                        <li class="nav-item-v10">
  595.                            <a href="/category/business/" class="nav-link-v10">
  596.                                <div class="link-content-v10">
  597.                                    <span class="link-text-v10">Business</span>
  598.                                    <div class="link-indicator-v10"></div>
  599.                                </div>
  600.                            </a>
  601.                        </li>
  602.                    
  603.  
  604.                
  605.  
  606.                
  607.                
  608.            
  609.                
  610.                    
  611.                    
  612.                        <li class="nav-item-v10">
  613.                            <a href="/category/esports/" class="nav-link-v10">
  614.                                <div class="link-content-v10">
  615.                                    <span class="link-text-v10">Esports</span>
  616.                                    <div class="link-indicator-v10"></div>
  617.                                </div>
  618.                            </a>
  619.                        </li>
  620.                    
  621.  
  622.                
  623.  
  624.                
  625.                
  626.            
  627.                
  628.                    
  629.                    
  630.                        <li class="nav-item-v10">
  631.                            <a href="/category/fashion/" class="nav-link-v10">
  632.                                <div class="link-content-v10">
  633.                                    <span class="link-text-v10">Fashion</span>
  634.                                    <div class="link-indicator-v10"></div>
  635.                                </div>
  636.                            </a>
  637.                        </li>
  638.                    
  639.  
  640.                
  641.  
  642.                
  643.                
  644.            
  645.                
  646.                    
  647.                    
  648.                        <li class="nav-item-v10">
  649.                            <a href="/category/featured/" class="nav-link-v10">
  650.                                <div class="link-content-v10">
  651.                                    <span class="link-text-v10">Featured</span>
  652.                                    <div class="link-indicator-v10"></div>
  653.                                </div>
  654.                            </a>
  655.                        </li>
  656.                    
  657.  
  658.                
  659.  
  660.                
  661.                
  662.            
  663.                
  664.                    
  665.                    
  666.                        <li class="nav-item-v10">
  667.                            <a href="/category/gaming/" class="nav-link-v10">
  668.                                <div class="link-content-v10">
  669.                                    <span class="link-text-v10">Gaming</span>
  670.                                    <div class="link-indicator-v10"></div>
  671.                                </div>
  672.                            </a>
  673.                        </li>
  674.                    
  675.  
  676.                
  677.  
  678.                
  679.                
  680.            
  681.                
  682.                    
  683.                    
  684.                        <li class="nav-item-v10">
  685.                            <a href="/category/health/" class="nav-link-v10">
  686.                                <div class="link-content-v10">
  687.                                    <span class="link-text-v10">Health</span>
  688.                                    <div class="link-indicator-v10"></div>
  689.                                </div>
  690.                            </a>
  691.                        </li>
  692.                    
  693.  
  694.                
  695.  
  696.                
  697.                
  698.            
  699.                
  700.                    
  701.                    
  702.                        <li class="nav-item-v10">
  703.                            <a href="/category/life-fitness/" class="nav-link-v10">
  704.                                <div class="link-content-v10">
  705.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  706.                                    <div class="link-indicator-v10"></div>
  707.                                </div>
  708.                            </a>
  709.                        </li>
  710.                    
  711.  
  712.                
  713.  
  714.                
  715.                
  716.            
  717.                
  718.                    
  719.                    
  720.                        <li class="nav-item-v10">
  721.                            <a href="/category/lifestyle/" class="nav-link-v10">
  722.                                <div class="link-content-v10">
  723.                                    <span class="link-text-v10">Lifestyle</span>
  724.                                    <div class="link-indicator-v10"></div>
  725.                                </div>
  726.                            </a>
  727.                        </li>
  728.                    
  729.  
  730.                
  731.  
  732.                
  733.                
  734.            
  735.                
  736.                    
  737.                    <li class="nav-item-v10 has-submenu-v10">
  738.                        <a href="#" class="nav-link-v10">
  739.                            <div class="link-content-v10">
  740.                                <span class="link-text-v10">More</span>
  741.                                <div class="link-arrow-v10"></div>
  742.                                <div class="link-indicator-v10"></div>
  743.                            </div>
  744.                        </a>
  745.                        <div class="submenu-v10">
  746.                            <div class="submenu-content-v10">
  747.                                <div class="submenu-column-v10">
  748.                                    <ul class="submenu-links-v10">
  749.                                        <li>
  750.                                            <a href="/category/news/" class="submenu-link-v10">
  751.                                                News
  752.                                            </a>
  753.                                        </li>
  754.                
  755.  
  756.                
  757.                
  758.            
  759.                
  760.                                        <li>
  761.                                            <a href="/category/others/" class="submenu-link-v10">
  762.                                                Others
  763.                                            </a>
  764.                                        </li>
  765.                
  766.  
  767.                
  768.                
  769.            
  770.                
  771.                                        <li>
  772.                                            <a href="/category/politics/" class="submenu-link-v10">
  773.                                                Politics
  774.                                            </a>
  775.                                        </li>
  776.                
  777.  
  778.                
  779.                
  780.            
  781.                
  782.                                        <li>
  783.                                            <a href="/category/sports/" class="submenu-link-v10">
  784.                                                Sports
  785.                                            </a>
  786.                                        </li>
  787.                
  788.  
  789.                
  790.                
  791.            
  792.                
  793.                                        <li>
  794.                                            <a href="/category/tech/" class="submenu-link-v10">
  795.                                                Tech
  796.                                            </a>
  797.                                        </li>
  798.                
  799.  
  800.                
  801.                
  802.            
  803.                
  804.                                        <li>
  805.                                            <a href="/category/travel/" class="submenu-link-v10">
  806.                                                Travel
  807.                                            </a>
  808.                                        </li>
  809.                
  810.  
  811.                
  812.                
  813.                                    </ul>
  814.                                </div>
  815.                            </div>
  816.                        </div>
  817.                    </li>
  818.                
  819.            
  820.            <li class="nav-item-v10">
  821.                <a href="/page/contact-us/" class="nav-link-v10">
  822.                    <div class="link-content-v10">
  823.                        <span class="link-text-v10">Contact Us</span>
  824.                        <div class="link-indicator-v10"></div>
  825.                    </div>
  826.                </a>
  827.            </li>
  828.        </ul>
  829.    </div>
  830. </nav>
  831.  
  832.        <!-- Mobile Menu -->
  833.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  834.            <div class="mobile-menu-content-v10">
  835.                <ul class="mobile-menu-list-v10">
  836.  
  837.                    
  838.                    <li class="mobile-menu-item-v10">
  839.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  840.                            <span class="mobile-link-text-v10">Home</span>
  841.                        </a>
  842.                    </li>
  843.  
  844.                    
  845.                    
  846.                    
  847.                    <li class="mobile-menu-item-v10">
  848.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  849.                            <span class="mobile-link-text-v10">All Posts</span>
  850.                        </a>
  851.                    </li>
  852.                    
  853.                    
  854.                    
  855.                    <li class="mobile-menu-item-v10">
  856.                        <a href="/category/business/" class="mobile-menu-link-v10">
  857.                            <span class="mobile-link-text-v10">Business</span>
  858.                        </a>
  859.                    </li>
  860.                    
  861.                    
  862.                    
  863.                    <li class="mobile-menu-item-v10">
  864.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  865.                            <span class="mobile-link-text-v10">Esports</span>
  866.                        </a>
  867.                    </li>
  868.                    
  869.                    
  870.                    
  871.                    <li class="mobile-menu-item-v10">
  872.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  873.                            <span class="mobile-link-text-v10">Fashion</span>
  874.                        </a>
  875.                    </li>
  876.                    
  877.                    
  878.                    
  879.                    <li class="mobile-menu-item-v10">
  880.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  881.                            <span class="mobile-link-text-v10">Featured</span>
  882.                        </a>
  883.                    </li>
  884.                    
  885.                    
  886.                    
  887.                    <li class="mobile-menu-item-v10">
  888.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  889.                            <span class="mobile-link-text-v10">Gaming</span>
  890.                        </a>
  891.                    </li>
  892.                    
  893.                    
  894.                    
  895.                    <li class="mobile-menu-item-v10">
  896.                        <a href="/category/health/" class="mobile-menu-link-v10">
  897.                            <span class="mobile-link-text-v10">Health</span>
  898.                        </a>
  899.                    </li>
  900.                    
  901.                    
  902.                    
  903.                    <li class="mobile-menu-item-v10">
  904.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  905.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  906.                        </a>
  907.                    </li>
  908.                    
  909.                    
  910.                    
  911.                    <li class="mobile-menu-item-v10">
  912.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  913.                            <span class="mobile-link-text-v10">Lifestyle</span>
  914.                        </a>
  915.                    </li>
  916.                    
  917.                    
  918.                    
  919.                    <li class="mobile-menu-item-v10">
  920.                        <a href="/category/news/" class="mobile-menu-link-v10">
  921.                            <span class="mobile-link-text-v10">News</span>
  922.                        </a>
  923.                    </li>
  924.                    
  925.                    
  926.                    
  927.                    <li class="mobile-menu-item-v10">
  928.                        <a href="/category/others/" class="mobile-menu-link-v10">
  929.                            <span class="mobile-link-text-v10">Others</span>
  930.                        </a>
  931.                    </li>
  932.                    
  933.                    
  934.                    
  935.                    <li class="mobile-menu-item-v10">
  936.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  937.                            <span class="mobile-link-text-v10">Politics</span>
  938.                        </a>
  939.                    </li>
  940.                    
  941.                    
  942.                    
  943.                    <li class="mobile-menu-item-v10">
  944.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  945.                            <span class="mobile-link-text-v10">Sports</span>
  946.                        </a>
  947.                    </li>
  948.                    
  949.                    
  950.                    
  951.                    <li class="mobile-menu-item-v10">
  952.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  953.                            <span class="mobile-link-text-v10">Tech</span>
  954.                        </a>
  955.                    </li>
  956.                    
  957.                    
  958.                    
  959.                    <li class="mobile-menu-item-v10">
  960.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  961.                            <span class="mobile-link-text-v10">Travel</span>
  962.                        </a>
  963.                    </li>
  964.                    
  965.                    
  966.  
  967.                </ul>
  968.            </div>
  969.        </div>
  970.  
  971.    </div>
  972. </header>
  973.  
  974. <style>
  975.    .logo-link-v9 img{
  976.        height: 70px;
  977.        width: auto;
  978.        object-fit: cover;
  979.    }
  980.    /* Navbar V10 Styles - Modern Two-Tier Design */
  981.    .header-v10 {
  982.        background: var(--navbar-bg);
  983.        margin-bottom: 10px;
  984.        position: relative;
  985.    }
  986.  
  987.    /* Top Bar */
  988.    .top-bar-v10 {
  989.        padding: 16px 0;
  990.    }
  991.  
  992.    /* Brand Section */
  993.    .brand-section-v10 {
  994.        display: flex;
  995.        align-items: center;
  996.    }
  997.  
  998.    .brand-link-v10 {
  999.        display: flex;
  1000.        align-items: center;
  1001.        text-decoration: none;
  1002.    }
  1003.  
  1004.    .brand-icon-v10 {
  1005.        width: 48px;
  1006.        height: 48px;
  1007.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1008.        border-radius: 12px;
  1009.        display: flex;
  1010.        align-items: center;
  1011.        justify-content: center;
  1012.        padding: 8px;
  1013.    }
  1014.  
  1015.    .brand-img-v10 {
  1016.        max-width: 100%;
  1017.        max-height: 100%;
  1018.        filter: brightness(0) invert(1);
  1019.    }
  1020.  
  1021.    /* Search Container */
  1022.    .search-container-v10 {
  1023.        max-width: 500px;
  1024.        margin-left: auto;
  1025.    }
  1026.  
  1027.    .search-group-v10 {
  1028.        display: flex;
  1029.        align-items: center;
  1030.        background: #f9fafb;
  1031.        border: 2px solid #e5e7eb;
  1032.        border-radius: 12px;
  1033.        overflow: hidden;
  1034.        transition: all 0.3s ease;
  1035.    }
  1036.  
  1037.    .search-group-v10:focus-within {
  1038.        background: #ffffff;
  1039.        border-color: #3b82f6;
  1040.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1041.    }
  1042.  
  1043.    .search-icon-wrapper-v10 {
  1044.        padding: 12px 16px;
  1045.        display: flex;
  1046.        align-items: center;
  1047.    }
  1048.  
  1049.    .search-icon-v10 {
  1050.        width: 16px;
  1051.        height: 16px;
  1052.        background: #9ca3af;
  1053.        border-radius: 50%;
  1054.        position: relative;
  1055.    }
  1056.  
  1057.    .search-icon-v10::after {
  1058.        content: '';
  1059.        position: absolute;
  1060.        top: 12px;
  1061.        left: 12px;
  1062.        width: 6px;
  1063.        height: 1px;
  1064.        background: #9ca3af;
  1065.        transform: rotate(45deg);
  1066.    }
  1067.  
  1068.    .search-field-v10 {
  1069.        flex: 1;
  1070.        border: none;
  1071.        background: transparent;
  1072.        font-size: 15px;
  1073.        padding: 12px 0;
  1074.        outline: none;
  1075.        color: #1f2937;
  1076.    }
  1077.  
  1078.    .search-field-v10::placeholder {
  1079.        color: #9ca3af;
  1080.    }
  1081.  
  1082.    .search-button-v10 {
  1083.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1084.        color: white;
  1085.        border: none;
  1086.        padding: 14px 15px;
  1087.        font-weight: 600;
  1088.        cursor: pointer;
  1089.        transition: all 0.3s ease;
  1090.    }
  1091.  
  1092.    .search-button-v10:hover {
  1093.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1094.    }
  1095.  
  1096.    /* Header Utilities */
  1097.    .header-utilities-v10 {
  1098.        display: flex;
  1099.        align-items: center;
  1100.        justify-content: flex-end;
  1101.        gap: 8px;
  1102.    }
  1103.  
  1104.    .utility-item-v10 {
  1105.        display: flex;
  1106.    }
  1107.  
  1108.    .theme-toggle-v10,
  1109.    .mobile-search-v10,
  1110.    .menu-trigger-v10 {
  1111.        background: #f9fafb;
  1112.        border: 1px solid #e5e7eb;
  1113.        border-radius: 8px;
  1114.        padding: 10px;
  1115.        cursor: pointer;
  1116.        transition: all 0.3s ease;
  1117.    }
  1118.  
  1119.    .mobile-search-v10:hover,
  1120.    .menu-trigger-v10:hover {
  1121.        background: #f3f4f6;
  1122.        border-color: #d1d5db;
  1123.    }
  1124.  
  1125.    .mobile-search-icon-v10 {
  1126.        width: 16px;
  1127.        height: 16px;
  1128.        background: #6b7280;
  1129.        border-radius: 50%;
  1130.    }
  1131.  
  1132.    .menu-icon-v10 {
  1133.        display: flex;
  1134.        flex-direction: column;
  1135.        gap: 3px;
  1136.        width: 16px;
  1137.    }
  1138.  
  1139.    .menu-bar-v10 {
  1140.        height: 2px;
  1141.        background: #6b7280;
  1142.        border-radius: 1px;
  1143.        transition: all 0.3s ease;
  1144.    }
  1145.  
  1146.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1147.        transform: rotate(45deg) translate(4px, 4px);
  1148.    }
  1149.  
  1150.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1151.        opacity: 0;
  1152.    }
  1153.  
  1154.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1155.        transform: rotate(-45deg) translate(6px, -6px);
  1156.    }
  1157.  
  1158.    /* Navigation */
  1159.    .navigation-v10 {
  1160.        background: var(--navbar-bg);
  1161.    }
  1162.  
  1163.    .nav-container-v10 {
  1164.        padding: 0;
  1165.        display: flex;
  1166.        justify-content: flex-end;
  1167.    }
  1168.  
  1169.    .nav-menu-v10 {
  1170.        list-style: none;
  1171.        padding: 0;
  1172.        margin: 0;
  1173.        display: flex;
  1174.        align-items: stretch;
  1175.    }
  1176.  
  1177.    .nav-item-v10 {
  1178.        position: relative;
  1179.    }
  1180.  
  1181.    .nav-link-v10 {
  1182.        color: #374151;
  1183.        text-decoration: none;
  1184.        display: block;
  1185.        transition: all 0.3s ease;
  1186.    }
  1187.  
  1188.    .link-content-v10 {
  1189.        padding: 16px 20px;
  1190.        display: flex;
  1191.        align-items: center;
  1192.        gap: 6px;
  1193.        position: relative;
  1194.    }
  1195.  
  1196.    .link-text-v10 {
  1197.        font-size: 15px;
  1198.        font-weight: 600;
  1199.    }
  1200.  
  1201.    .link-arrow-v10 {
  1202.        width: 0;
  1203.        height: 0;
  1204.        border-left: 3px solid transparent;
  1205.        border-right: 3px solid transparent;
  1206.        border-top: 3px solid currentColor;
  1207.        transition: transform 0.3s ease;
  1208.    }
  1209.  
  1210.    .link-indicator-v10 {
  1211.        position: absolute;
  1212.        bottom: 0;
  1213.        left: 0;
  1214.        right: 0;
  1215.        height: 3px;
  1216.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1217.        transform: scaleX(0);
  1218.        transition: transform 0.3s ease;
  1219.    }
  1220.  
  1221.    .nav-link-v10:hover,
  1222.    .nav-link-v10.active-v10 {
  1223.        color: white !important;
  1224.        background: var(--bs-primary);
  1225.    }
  1226.  
  1227.    .nav-link-v10:hover .link-indicator-v10,
  1228.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1229.        transform: scaleX(1);
  1230.    }
  1231.  
  1232.    .has-submenu-v10:hover .link-arrow-v10 {
  1233.        transform: rotate(180deg);
  1234.    }
  1235.  
  1236.    /* Submenu */
  1237.    .submenu-v10 {
  1238.        position: absolute;
  1239.        top: 100%;
  1240.        left: 0;
  1241.        background: #ffffff;
  1242.        border: 1px solid #e5e7eb;
  1243.        border-radius: 12px;
  1244.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1245.        opacity: 0;
  1246.        visibility: hidden;
  1247.        transform: translateY(-8px);
  1248.        transition: all 0.3s ease;
  1249.        z-index: 1000;
  1250.        min-width: 400px;
  1251.        padding: 24px;
  1252.        margin-top: 8px;
  1253.    }
  1254.  
  1255.    .has-submenu-v10:hover .submenu-v10 {
  1256.        opacity: 1;
  1257.        visibility: visible;
  1258.        transform: translateY(0);
  1259.    }
  1260.  
  1261.    .submenu-content-v10 {
  1262.        display: grid;
  1263.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1264.        gap: 24px;
  1265.    }
  1266.  
  1267.    .submenu-title-v10 {
  1268.        font-size: 13px;
  1269.        font-weight: 700;
  1270.        color: #3b82f6;
  1271.        margin-bottom: 12px;
  1272.        text-transform: uppercase;
  1273.        letter-spacing: 0.5px;
  1274.    }
  1275.  
  1276.    .submenu-links-v10 {
  1277.        list-style: none;
  1278.        padding: 0;
  1279.        margin: 0;
  1280.    }
  1281.  
  1282.    .submenu-link-v10 {
  1283.        display: block;
  1284.        color: #6b7280 !important;
  1285.        text-decoration: none;
  1286.        font-size: 14px;
  1287.        padding: 8px 0;
  1288.        transition: color 0.3s ease;
  1289.    }
  1290.  
  1291.    .submenu-link-v10:hover {
  1292.        color: #3b82f6 !important;
  1293.    }
  1294.  
  1295.    /* Mobile Search Panel */
  1296.    .mobile-search-panel-v10 {
  1297.        background: #f9fafb;
  1298.        border-bottom: 1px solid #e5e7eb;
  1299.        padding: 12px 0;
  1300.        max-height: 0;
  1301.        overflow: hidden;
  1302.        transition: all 0.3s ease;
  1303.    }
  1304.  
  1305.    .mobile-search-panel-v10.show-v10 {
  1306.        max-height: 80px;
  1307.    }
  1308.  
  1309.    .mobile-search-wrapper-v10 {
  1310.        display: flex;
  1311.        align-items: center;
  1312.        background: #ffffff;
  1313.        border: 1px solid #e5e7eb;
  1314.        border-radius: 8px;
  1315.        overflow: hidden;
  1316.    }
  1317.  
  1318.    .mobile-search-input-v10 {
  1319.        flex: 1;
  1320.        border: none;
  1321.        padding: 12px 16px;
  1322.        font-size: 15px;
  1323.        outline: none;
  1324.        background: transparent;
  1325.    }
  1326.  
  1327.    .mobile-search-btn-v10 {
  1328.        background: #3b82f6;
  1329.        border: none;
  1330.        padding: 12px 16px;
  1331.        cursor: pointer;
  1332.    }
  1333.  
  1334.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1335.        background: white;
  1336.    }
  1337.  
  1338.    /* Mobile Menu */
  1339.    .mobile-menu-v10 {
  1340.        background: #ffffff;
  1341.        border-bottom: 1px solid #e5e7eb;
  1342.        max-height: 0;
  1343.        overflow: hidden;
  1344.        transition: all 0.4s ease;
  1345.    }
  1346.  
  1347.    .mobile-menu-v10.show-v10 {
  1348.        max-height: 500px;
  1349.    }
  1350.  
  1351.    .mobile-menu-content-v10 {
  1352.        padding: 16px 30px;
  1353.    }
  1354.  
  1355.    .mobile-menu-list-v10 {
  1356.        list-style: none;
  1357.        padding: 0;
  1358.        margin: 0;
  1359.    }
  1360.  
  1361.    .mobile-menu-item-v10 {
  1362.        border-bottom: 1px solid #f3f4f6;
  1363.    }
  1364.  
  1365.    .mobile-menu-link-v10,
  1366.    .mobile-menu-toggle-v10 {
  1367.        display: flex;
  1368.        align-items: center;
  1369.        justify-content: space-between;
  1370.        color: #374151;
  1371.        text-decoration: none;
  1372.        font-size: 16px;
  1373.        font-weight: 600;
  1374.        padding: 16px 0;
  1375.        transition: color 0.3s ease;
  1376.        background: none;
  1377.        border: none;
  1378.        width: 100%;
  1379.        cursor: pointer;
  1380.    }
  1381.  
  1382.    .mobile-menu-link-v10:hover,
  1383.    .mobile-menu-toggle-v10:hover,
  1384.    .mobile-menu-link-v10.active-v10 {
  1385.        color: var(--bs-light);
  1386.    }
  1387.  
  1388.    .mobile-toggle-arrow-v10 {
  1389.        width: 0;
  1390.        height: 0;
  1391.        border-left: 4px solid transparent;
  1392.        border-right: 4px solid transparent;
  1393.        border-top: 4px solid currentColor;
  1394.        transition: transform 0.3s ease;
  1395.    }
  1396.  
  1397.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1398.        transform: rotate(180deg);
  1399.    }
  1400.  
  1401.    .mobile-submenu-v10 {
  1402.        list-style: none;
  1403.        padding: 0;
  1404.        margin: 0;
  1405.        max-height: 0;
  1406.        overflow: hidden;
  1407.        transition: all 0.3s ease;
  1408.        background: #f9fafb;
  1409.    }
  1410.  
  1411.    .mobile-submenu-v10.show-v10 {
  1412.        max-height: 200px;
  1413.        padding: 8px 0;
  1414.    }
  1415.  
  1416.    .mobile-submenu-link-v10 {
  1417.        display: block;
  1418.        color: #6b7280;
  1419.        text-decoration: none;
  1420.        font-size: 14px;
  1421.        padding: 10px 20px;
  1422.        transition: color 0.3s ease;
  1423.    }
  1424.  
  1425.    .mobile-submenu-link-v10:hover {
  1426.        color: #3b82f6;
  1427.    }
  1428.  
  1429.    /* Responsive Design */
  1430.    @media (max-width: 768px) {
  1431.        .top-bar-v10 {
  1432.            padding: 12px 0;
  1433.        }
  1434.  
  1435.        .brand-icon-v10 {
  1436.            width: 40px;
  1437.            height: 40px;
  1438.        }
  1439.  
  1440.        .brand-name-v10 {
  1441.            font-size: 18px;
  1442.        }
  1443.  
  1444.        .brand-tagline-v10 {
  1445.            font-size: 11px;
  1446.        }
  1447.    }
  1448.  
  1449.    @media (max-width: 576px) {
  1450.        .brand-text-v10 {
  1451.            display: none;
  1452.        }
  1453.    }
  1454. </style>
  1455.  
  1456. <script>
  1457.    function toggleMobileSearchV10() {
  1458.        const searchPanel = document.getElementById('mobileSearchV10');
  1459.        const searchBtn = document.querySelector('.mobile-search-v10');
  1460.  
  1461.        if (searchPanel) {
  1462.            searchPanel.classList.toggle('show-v10');
  1463.  
  1464.            if (searchPanel.classList.contains('show-v10')) {
  1465.                setTimeout(() => {
  1466.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1467.                    if (input) input.focus();
  1468.                }, 100);
  1469.            }
  1470.        }
  1471.    }
  1472.  
  1473.    function toggleMenuV10() {
  1474.        const mobileMenu = document.getElementById('mobileMenuV10');
  1475.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1476.  
  1477.        if (mobileMenu && menuBtn) {
  1478.            mobileMenu.classList.toggle('show-v10');
  1479.            menuBtn.classList.toggle('active-v10');
  1480.        }
  1481.    }
  1482.  
  1483.    function toggleMobileSubmenuV10(submenuId) {
  1484.        const submenu = document.getElementById(submenuId);
  1485.        if (!submenu) return;
  1486.  
  1487.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1488.  
  1489.        // Close other submenus
  1490.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1491.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1492.  
  1493.        allSubmenus.forEach(menu => {
  1494.            if (menu.id !== submenuId) {
  1495.                menu.classList.remove('show-v10');
  1496.            }
  1497.        });
  1498.  
  1499.        allParents.forEach(parent => {
  1500.            if (parent !== parentItem) {
  1501.                parent.classList.remove('open-v10');
  1502.            }
  1503.        });
  1504.  
  1505.        // Toggle current submenu
  1506.        submenu.classList.toggle('show-v10');
  1507.        if (parentItem) {
  1508.            parentItem.classList.toggle('open-v10');
  1509.        }
  1510.    }
  1511.  
  1512.    // Close menus when clicking outside
  1513.    document.addEventListener('click', function (e) {
  1514.        const mobileMenu = document.getElementById('mobileMenuV10');
  1515.        const mobileSearch = document.getElementById('mobileSearchV10');
  1516.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1517.        const searchBtn = document.querySelector('.mobile-search-v10');
  1518.  
  1519.        // Close mobile menu
  1520.        if (mobileMenu && menuBtn &&
  1521.            !mobileMenu.contains(e.target) &&
  1522.            !menuBtn.contains(e.target)) {
  1523.            mobileMenu.classList.remove('show-v10');
  1524.            menuBtn.classList.remove('active-v10');
  1525.        }
  1526.  
  1527.        // Close mobile search
  1528.        if (mobileSearch && searchBtn &&
  1529.            !mobileSearch.contains(e.target) &&
  1530.            !searchBtn.contains(e.target)) {
  1531.            mobileSearch.classList.remove('show-v10');
  1532.        }
  1533.    });
  1534. </script>
  1535.  
  1536. <script>
  1537.  document.addEventListener("DOMContentLoaded", function () {
  1538.    console.log("loaded");
  1539.  
  1540.     const searchInput = document.getElementById("search-input")
  1541.    const searchResults = document.getElementById("search-results");
  1542.  
  1543.    if (!searchInput || !searchResults) {
  1544.      console.error("Search input/results not found");
  1545.      return;
  1546.    }
  1547.  
  1548.    // Prevent form submission
  1549.    if (searchInput.form) {
  1550.      searchInput.form.addEventListener("submit", function (e) {
  1551.        e.preventDefault();
  1552.      });
  1553.    }
  1554.  
  1555.    // Add event listener for keyup
  1556.    searchInput.addEventListener("keyup", function (e) {
  1557.      console.log("Key pressed:", e.key);
  1558.      e.preventDefault();
  1559.  
  1560.      const query = searchInput.value.trim();
  1561.      console.log("User is typing: " + query);
  1562.  
  1563.      // If empty → clear and hide
  1564.      if (query === "") {
  1565.        searchResults.innerHTML = "";
  1566.        searchResults.style.display = "none";
  1567.        return;
  1568.      }
  1569.  
  1570.      // Show results
  1571.      searchResults.style.display = "block";
  1572.  
  1573.      // Fetch search results
  1574.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1575.        method: "GET",
  1576.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1577.      })
  1578.        .then(response => {
  1579.          console.log("Response Status:", response.status);
  1580.          return response.json();
  1581.        })
  1582.        .then(data => {
  1583.          console.log("Data received:", data);
  1584.          if (data.html) {
  1585.            searchResults.innerHTML = data.html;
  1586.          } else {
  1587.            searchResults.innerHTML = "<p>No results found.</p>";
  1588.          }
  1589.        })
  1590.        .catch(error => {
  1591.          console.error("Error fetching search results:", error);
  1592.        });
  1593.    });
  1594.  
  1595.    // Close results when clicking outside
  1596.    document.addEventListener("click", function (e) {
  1597.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1598.        searchResults.style.display = "none";
  1599.      }
  1600.    });
  1601.  
  1602.    // Close results on ESC key
  1603.    document.addEventListener("keydown", function (e) {
  1604.      if (e.key === "Escape") {
  1605.        searchResults.style.display = "none";
  1606.      }
  1607.    });
  1608.  });
  1609. </script>
  1610.  
  1611. <style>
  1612.        /* search field */
  1613.  .search-results-container {
  1614.  position: absolute;
  1615.  top: 60%; /* Position it below the input field */
  1616.  left: 10px;
  1617.  right: 10px;
  1618.  background-color: white;
  1619.  border: 1px solid #ddd;
  1620.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1621.  max-height: 300px;
  1622.  overflow-y: auto;
  1623.  z-index: 1000;
  1624.  display: none; /* Initially hidden */
  1625. }
  1626.  
  1627. .search-results-container p {
  1628.  margin: 0;
  1629. }
  1630.  
  1631. .search-results-container .result-item {
  1632.  padding: 10px;
  1633.  cursor: pointer;
  1634. }
  1635.  
  1636. .search-results-container .result-item:hover {
  1637.  background-color: #f0f0f0;
  1638. }
  1639. @media (max-width: 992px) {
  1640.  .search-results-container {
  1641.    top: 70%;
  1642.  }
  1643.    
  1644. }
  1645. </style>
  1646.  
  1647.        </header>
  1648.        <!-- end of header -->
  1649.        <!-- start of wpo-blog-hero -->
  1650.        
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658. <div class="blog-hero-v3 pt-3">
  1659.    <div class="container-fluid fluid-container">
  1660.        <div class="row g-4">
  1661.            
  1662.            
  1663.              
  1664.            <!-- Left Column -->
  1665.            <div class="col-lg-4 col-md-6">
  1666.                <div class="magazine-card tall-card h-100">
  1667.                    <div class="card-image">
  1668.                        
  1669.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1670.                        
  1671.                        <div class="image-overlay"></div>
  1672.                    </div>
  1673.                    <div class="card-content">
  1674.                        <div class="category-pill bg-primary-gradient">News</div>
  1675.                        <h2> <a href="/british-tennis-star-emma-raducanu-concludes-the-current-season-and-will-keep-trainer-for-2026/">
  1676.                                        British tennis star Emma Raducanu concludes the current season and will keep trainer for 2026.
  1677.                                    </a></h2>
  1678.                        <p></p>
  1679.                        <div class="author-section">
  1680.                            
  1681.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="author-img">
  1682.                            
  1683.                            <div class="author-details">
  1684.                                <span class="author-name">David Mendez</span>
  1685.                                <span class="publish-date">15 May 2026</span>
  1686.                            </div>
  1687.                        </div>
  1688.                    </div>
  1689.                </div>
  1690.            </div>
  1691.  
  1692.            
  1693.            
  1694.  
  1695.            <!-- Center Column -->
  1696.            <div class="col-lg-4 col-md-6">
  1697.                <div class="row g-4">
  1698.                    
  1699.                    <div class="col-12">
  1700.                        <div class="magazine-card square-card">
  1701.                            <div class="card-image">
  1702.                            
  1703.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1704.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1705.                            
  1706.                                <div class="floating-category bg-primary-gradient">Others</div>
  1707.                            </div>
  1708.                            <div class="card-content compact">
  1709.                                <h3> <a href="/decoding-the-mystery-are-online-slot-games-really-fair/" >
  1710.                                        Decoding the Mystery: Are Online Slot Games Really Fair?
  1711.                                    </a></h3>
  1712.                                    
  1713.                                <div class="mini-meta">
  1714.                                    <span>By David Mendez</span>
  1715.                                    <span class="date-dot">• 15 May 2026</span>
  1716.                                </div>
  1717.                            </div>
  1718.                        </div>
  1719.                    </div>
  1720.                    
  1721.                    <div class="col-12">
  1722.                        <div class="magazine-card square-card">
  1723.                            <div class="card-image">
  1724.                            
  1725.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1726.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1727.                            
  1728.                                <div class="floating-category bg-primary-gradient">News</div>
  1729.                            </div>
  1730.                            <div class="card-content compact">
  1731.                                <h3> <a href="/3-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/" >
  1732.                                        3 Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)
  1733.                                    </a></h3>
  1734.                                    
  1735.                                <div class="mini-meta">
  1736.                                    <span>By David Mendez</span>
  1737.                                    <span class="date-dot">• 15 May 2026</span>
  1738.                                </div>
  1739.                            </div>
  1740.                        </div>
  1741.                    </div>
  1742.                    
  1743.  
  1744.                </div>
  1745.            </div>
  1746.            
  1747.            
  1748.              
  1749.            <!-- Right Column -->
  1750.            <div class="col-lg-4 col-md-12">
  1751.                <div class="magazine-card featured-card">
  1752.                    <div class="featured-header">
  1753.                        <h4>Featured Story</h4>
  1754.                        <div class="featured-line"></div>
  1755.                    </div>
  1756.                    <div class="card-image featured-img" >
  1757.                    
  1758.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1759.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1760.                    
  1761.                    </div>
  1762.                    <div class="card-content featured-content">
  1763.                        <div class="category-pill bg-primary-gradient">News</div>
  1764.                        <h2><a href="/ashes-pre-series-trash-talk-intensifies-as-broad-calls-australia-the-worst-since-2010/">
  1765.                                        Ashes Pre-Series Trash Talk Intensifies as Broad Calls Australia the Worst Since 2010
  1766.                                    </a></h2>
  1767.                        
  1768.                        <div class="author-section featured-author">
  1769.                            
  1770.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1771.                            
  1772.                            <div class="author-details">
  1773.                                <span class="author-name">David Mendez</span>
  1774.                                <!-- <span class="author-title">Business Analyst</span> -->
  1775.                                <span class="publish-date">15 May 2026</span>
  1776.                            </div>
  1777.                        </div>
  1778.                    </div>
  1779.                </div>
  1780.            </div>
  1781.  
  1782.            
  1783.            
  1784.        </div>
  1785.    </div>
  1786. </div>
  1787.  
  1788. <style>
  1789. /* Blog Hero V3 - Magazine Style */
  1790. .blog-hero-v3 {
  1791.    padding: 80px 0;
  1792.    position: relative;
  1793. }
  1794.  
  1795. /* Magazine Cards */
  1796. .magazine-card {
  1797.    background: var(--card-bg);
  1798.    border-radius: 20px;
  1799.    overflow: hidden;
  1800.    position: relative;
  1801.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1802.    border: 1px solid var(--border-color);
  1803. }
  1804.  
  1805. .magazine-card:hover {
  1806.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1807. }
  1808.  
  1809. /* Tall Card (Left Column) */
  1810. .tall-card {
  1811.    display: flex;
  1812.    flex-direction: column;
  1813. }
  1814.  
  1815. .tall-card .card-image {
  1816.    height: 300px;
  1817.    position: relative;
  1818.    overflow: hidden;
  1819. }
  1820.  
  1821. .tall-card .card-image img {
  1822.    width: 100%;
  1823.    height: 100%;
  1824.    object-fit: cover;
  1825.    transition: transform 0.6s ease;
  1826. }
  1827.  
  1828. .tall-card:hover .card-image img {
  1829.    transform: scale(1.1) rotate(-2deg);
  1830. }
  1831.  
  1832. .image-overlay {
  1833.    position: absolute;
  1834.    top: 0;
  1835.    left: 0;
  1836.    right: 0;
  1837.    bottom: 0;
  1838.    opacity: 0;
  1839.    transition: opacity 0.3s ease;
  1840. }
  1841.  
  1842. .tall-card:hover .image-overlay {
  1843.    opacity: 1;
  1844. }
  1845.  
  1846. .tall-card .card-content {
  1847.    padding: 20px;
  1848.    flex-grow: 1;
  1849.    display: flex;
  1850.    flex-direction: column;
  1851. }
  1852.  
  1853. .tall-card h2 {
  1854.    font-size: 1.5rem;
  1855.    font-weight: 700;
  1856.    color: #2c3e50;
  1857.    margin: 12px 0;
  1858.    line-height: 1.3;
  1859. }
  1860.  
  1861. .tall-card p {
  1862.    color: #7f8c8d;
  1863.    line-height: 1.6;
  1864.    margin-bottom: 1rem;
  1865.    flex-grow: 1;
  1866. }
  1867.  
  1868. /* Square Cards (Center Column) */
  1869. .square-card {
  1870.    position: relative;
  1871.    overflow: hidden;
  1872. }
  1873.  
  1874. .square-card .card-image {
  1875.    height: 180px;
  1876.    position: relative;
  1877. }
  1878.  
  1879. .square-card .card-image img {
  1880.    width: 100%;
  1881.    height: 100%;
  1882.    object-fit: cover;
  1883.    filter: brightness(1.1) saturate(1.2);
  1884.    transition: all 0.4s ease;
  1885. }
  1886.  
  1887. .square-card:hover .card-image img {
  1888.    transform: scale(1.15);
  1889.    filter: brightness(1.2) saturate(1.4);
  1890. }
  1891.  
  1892. .floating-category {
  1893.    position: absolute;
  1894.    top: 15px;
  1895.    right: 15px;
  1896.    padding: 8px 15px;
  1897.    border-radius: 20px;
  1898.    font-size: 0.75rem;
  1899.    text-transform: uppercase;
  1900.    letter-spacing: 1px;
  1901.    backdrop-filter: blur(10px);
  1902.    border: 1px solid rgba(255, 255, 255, 0.3);
  1903. }
  1904.  
  1905. .square-card .card-content.compact {
  1906.    padding: 1.2rem;
  1907. }
  1908.  
  1909. .square-card h3 {
  1910.    font-size: 1.1rem;
  1911.    font-weight: 600;
  1912.    color: #2c3e50;
  1913.    margin-bottom: 10px;
  1914.    line-height: 1.3;
  1915. }
  1916.  
  1917. .mini-meta {
  1918.    font-size: 0.85rem;
  1919.    color: #95a5a6;
  1920. }
  1921.  
  1922. .date-dot {
  1923.    margin-left: 8px;
  1924. }
  1925.  
  1926. /* Featured Card (Right Column) */
  1927. .featured-card {
  1928.    color: white;
  1929.    position: relative;
  1930.    overflow: hidden;
  1931. }
  1932.  
  1933. .featured-card::before {
  1934.    content: '';
  1935.    position: absolute;
  1936.    top: -50%;
  1937.    right: -50%;
  1938.    width: 200%;
  1939.    height: 200%;
  1940.    pointer-events: none;
  1941. }
  1942.  
  1943.  
  1944.  
  1945. .featured-header {
  1946.    padding: 25px 25px 0;
  1947.    position: relative;
  1948. }
  1949.  
  1950. .featured-header h4 {
  1951.    font-size: 0.9rem;
  1952.    text-transform: uppercase;
  1953.    letter-spacing: 2px;
  1954.    margin: 0;
  1955.    opacity: 0.9;
  1956. }
  1957.  
  1958. .featured-line {
  1959.    width: 50px;
  1960.    height: 2px;
  1961.    background: rgba(255, 255, 255, 0.6);
  1962.    margin-top: 10px;
  1963. }
  1964.  
  1965. .featured-img {
  1966.    height: 200px;
  1967.    margin: 1rem;
  1968.    border-radius: 15px;
  1969.    overflow: hidden;
  1970.    position: relative;
  1971. }
  1972.  
  1973. .featured-img img {
  1974.    width: 100%;
  1975.    height: 100%;
  1976.    object-fit: cover;
  1977.    transition: transform 0.5s ease;
  1978. }
  1979.  
  1980. .featured-card:hover .featured-img img {
  1981.    transform: scale(1.1);
  1982. }
  1983.  
  1984. .featured-content {
  1985.    padding: 0 1rem 1.5rem;
  1986. }
  1987.  
  1988. .featured-content h2 {
  1989.    font-size: 1.4rem;
  1990.    font-weight: 700;
  1991.    margin: 15px 0;
  1992.    line-height: 1.3;
  1993. }
  1994.  
  1995. .featured-content p {
  1996.    font-size: 0.95rem;
  1997.    opacity: 0.9;
  1998.    line-height: 1.6;
  1999.    margin-bottom: 1rem;
  2000. }
  2001.  
  2002. /* Category Pills */
  2003. .category-pill {
  2004.    display: inline-block;
  2005.    padding: 6px 16px;
  2006.    border-radius: 20px;
  2007.    font-size: 0.75rem;
  2008.    text-transform: uppercase;
  2009.    letter-spacing: 1px;
  2010.    margin-bottom: 10px;
  2011.    width: fit-content;
  2012. }
  2013.  
  2014. /* Author Sections */
  2015. .author-section {
  2016.    display: flex;
  2017.    align-items: center;
  2018.    gap: 15px;
  2019.    margin-top: auto;
  2020. }
  2021.  
  2022. .author-img {
  2023.    width: 60px;
  2024.    height: 60px;
  2025.    border-radius: 50%;
  2026.    object-fit: cover;
  2027. }
  2028.  
  2029. .author-details {
  2030.    display: flex;
  2031.    flex-direction: column;
  2032. }
  2033.  
  2034. .author-name {
  2035.    font-weight: 600;
  2036. color: #95a5a6;
  2037.    font-size: 16px;
  2038. }
  2039.  
  2040. .author-title {
  2041.    font-size: 0.8rem;
  2042. color: #95a5a6;
  2043.    font-weight: 500;
  2044. }
  2045.  
  2046. .publish-date {
  2047.    font-size: 0.8rem;
  2048.    color: #95a5a6;
  2049.    margin-top: 2px;
  2050. }
  2051.  
  2052. /* Featured Stats */
  2053. .featured-stats {
  2054.    display: flex;
  2055.    gap: 30px;
  2056.    margin: 20px 0;
  2057. }
  2058.  
  2059. .stat-item {
  2060.    text-align: center;
  2061. }
  2062.  
  2063. .stat-number {
  2064.    display: block;
  2065.    font-size: 1.5rem;
  2066.    font-weight: 700;
  2067.    color: white;
  2068. }
  2069.  
  2070. .stat-label {
  2071.    font-size: 0.8rem;
  2072.    opacity: 0.8;
  2073.    text-transform: uppercase;
  2074.    letter-spacing: 1px;
  2075. }
  2076.  
  2077. /* Read More Button */
  2078. .read-more-btn {
  2079.    padding: 0 30px 30px;
  2080. }
  2081.  
  2082. .btn-read {
  2083.    display: inline-block;
  2084.    padding: 12px 30px;
  2085.    background: linear-gradient(45deg, #667eea, #764ba2);
  2086.    color: white;
  2087.    text-decoration: none;
  2088.    border-radius: 20px;
  2089.    font-weight: 600;
  2090.    text-transform: uppercase;
  2091.    letter-spacing: 1px;
  2092.    font-size: 0.85rem;
  2093.    transition: all 0.3s ease;
  2094.    position: relative;
  2095.    overflow: hidden;
  2096. }
  2097.  
  2098. .btn-read::before {
  2099.    content: '';
  2100.    position: absolute;
  2101.    top: 0;
  2102.    left: -100%;
  2103.    width: 100%;
  2104.    height: 100%;
  2105.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2106.    transition: left 0.5s ease;
  2107. }
  2108.  
  2109. .btn-read:hover::before {
  2110.    left: 100%;
  2111. }
  2112.  
  2113. .btn-read:hover {
  2114.    transform: translateY(-2px);
  2115.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2116.    color: white;
  2117. }
  2118.  
  2119. /* Trending Bar */
  2120. .trending-bar {
  2121.    background: white;
  2122.    border-radius: 20px;
  2123.    padding: 25px 35px;
  2124.    display: flex;
  2125.    align-items: center;
  2126.    gap: 30px;
  2127.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2128.    border-left: 5px solid #667eea;
  2129. }
  2130.  
  2131. .trending-header h5 {
  2132.    margin: 0;
  2133.    font-weight: 700;
  2134.    color: #2c3e50;
  2135.    font-size: 1.1rem;
  2136. }
  2137.  
  2138. .trending-tags {
  2139.    display: flex;
  2140.    flex-wrap: wrap;
  2141.    gap: 15px;
  2142. }
  2143.  
  2144. .trend-tag {
  2145.    padding: 8px 18px;
  2146.    background: #f8f9fa;
  2147.    border: 2px solid #e9ecef;
  2148.    border-radius: 20px;
  2149.    font-size: 0.85rem;
  2150.    font-weight: 500;
  2151.    color: #495057;
  2152.    transition: all 0.3s ease;
  2153.    cursor: pointer;
  2154. }
  2155.  
  2156. .trend-tag:hover {
  2157.    background: #667eea;
  2158.    color: white;
  2159.    border-color: #667eea;
  2160.    transform: translateY(-2px);
  2161. }
  2162.  
  2163. /* Responsive Design */
  2164. @media (max-width: 992px) {
  2165.    .tall-card,
  2166.    .featured-card {
  2167.        height: auto;
  2168.        margin-bottom: 30px;
  2169.    }
  2170.    
  2171.  
  2172.    
  2173.    .trending-bar {
  2174.        flex-direction: column;
  2175.        align-items: flex-start;
  2176.        gap: 20px;
  2177.    }
  2178. }
  2179.  
  2180. @media (max-width: 768px) {
  2181.    .blog-hero-v3 {
  2182.        padding: 40px 0;
  2183.    }
  2184.  
  2185.    
  2186.    .trending-tags {
  2187.        justify-content: center;
  2188.    }
  2189.    
  2190.    .featured-stats {
  2191.        justify-content: center;
  2192.    }
  2193. }
  2194. </style>
  2195.  
  2196.  
  2197.  
  2198.  
  2199.        <!-- end of wpo-blog-hero -->
  2200.  
  2201.        <!-- start of wpo-breacking-news -->
  2202.        
  2203.        <!-- end of wpo-breacking-news -->
  2204.        
  2205.        <!-- start wpo-blog-highlights-section -->
  2206.        
  2207.  
  2208.  
  2209.  
  2210.    
  2211.  
  2212.  
  2213.  <style>
  2214.    /* Section Header */
  2215.    .section-header-v9 {
  2216.      text-align: center;
  2217.      margin-bottom: 20px;
  2218.    }
  2219.    
  2220.    .section-title-v9 {
  2221.      font-size: 3rem;
  2222.      font-weight: 700;
  2223.      color: var(--topbar-color);
  2224.      margin-bottom: 20px;
  2225.      text-transform: uppercase;
  2226.    }
  2227.    
  2228.    .section-subtitle-v9 {
  2229.      font-size: 1.2rem;
  2230.      color: var(--topbar-color);
  2231.      opacity: 0.5;
  2232.      max-width: 800px;
  2233.      margin: 0 auto;
  2234.      line-height: 1.8;
  2235.    }
  2236.        
  2237.    /* Blog Card */
  2238.    .blog-card-v9 {
  2239.      background: var(--card-bg);
  2240.      border: 1px solid var(--border-color);
  2241.      border-radius: 8px;
  2242.      margin-bottom: 30px;
  2243.      overflow: hidden;
  2244.      opacity: 0;
  2245.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2246.    }
  2247.    
  2248.    .blog-card-v9.fade-in {
  2249.      opacity: 1;
  2250.    }
  2251.    
  2252.    @keyframes fadeIn {
  2253.      from {
  2254.        opacity: 0;
  2255.      }
  2256.      to {
  2257.        opacity: 1;
  2258.      }
  2259.    }
  2260.    
  2261.    .blog-card-v9:hover {
  2262.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2263.    }
  2264.    
  2265.    /* Blog Image */
  2266.    .blog-image-container-v9 {
  2267.      width: 100%;
  2268.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2269.      overflow: hidden;
  2270.    }
  2271.    
  2272.    .blog-image-v9 {
  2273.      width: 100%;
  2274.      height: 100%;
  2275.    }
  2276.    
  2277.    .blog-image-v9 img {
  2278.      width: 100%;
  2279.      height: 100%;
  2280.      object-fit: cover;
  2281.      display: block;
  2282.    }
  2283.    
  2284.    /* Blog Content */
  2285.    .blog-content-v9 {
  2286.      padding: 20px;
  2287.    }
  2288.    
  2289.    .blog-title-v9 {
  2290.      font-size: 1.2rem;
  2291.      font-weight: 600;
  2292.      margin-bottom: 15px;
  2293.      color: var(--topbar-color) !important;
  2294.      text-transform: capitalize;
  2295.    }
  2296.    
  2297.    .blog-meta-v9 {
  2298.      display: flex;
  2299.      align-items: center;
  2300.      gap: 10px;
  2301.      font-size: 0.9rem;
  2302.      color: var(--topbar-color);
  2303.      margin-bottom: 10px;
  2304.    }
  2305.    
  2306.    .blog-meta-v9 span {
  2307.      display: inline-block;
  2308.    }
  2309.    
  2310.    .blog-excerpt-v9 {
  2311.      font-size: 1rem;
  2312.      color: var(--topbar-color);
  2313.      opacity: .6;
  2314.      margin-bottom: 15px;
  2315.      line-height: 1.6;
  2316.    }
  2317.    
  2318.    .blog-actions-v9 {
  2319.      display: flex;
  2320.      justify-content: flex-start;
  2321.    }
  2322.    
  2323.    .blog-read-more-v9 {
  2324.      font-size: 1rem;
  2325.      color: var(--topbar-color);
  2326.      text-decoration: none;
  2327.      transition: color 0.3s ease;
  2328.    }
  2329.    
  2330.    .blog-read-more-v9:hover {
  2331.      color: #2980b9 !important;
  2332.    }
  2333.    
  2334.    /* Responsive Design */
  2335.    @media (max-width: 768px) {
  2336.      .section-title-v9 {
  2337.        font-size: 2.5rem;
  2338.      }
  2339.    
  2340.      .blog-card-v9 {
  2341.        margin-bottom: 20px;
  2342.      }
  2343.    
  2344.      .blog-meta-v9 {
  2345.        font-size: 0.8rem;
  2346.      }
  2347.    
  2348.      .blog-image-container-v9 {
  2349.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2350.      }
  2351.    }
  2352.  </style>
  2353.  
  2354.  <section class="blog-highlights-v9 mt-5">
  2355.    <div class="container-fluid fluid-container">
  2356.      <!-- Section Header -->
  2357.      <div class="row justify-content-center">
  2358.        <div class="col-12 col-lg-10">
  2359.          <div class="section-header-v9">
  2360.            <h2 class="section-title-v9 mb-0">
  2361.                Today's Top Highlights
  2362.                   </h2>
  2363.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2364.          </div>
  2365.        </div>
  2366.      </div>
  2367.  
  2368.      <!-- Blog Grid -->
  2369.      <div class="row ">
  2370.        <div class="col-lg-8">
  2371.          <div class="row d-flex justify-content-center">
  2372.            
  2373.              <div class="col-md-6 pb-3">
  2374.                <article class="blog-card-v9 h-100">
  2375.                  <div class="blog-image-container-v9">
  2376.                    <div class="blog-image-v9">
  2377.                      
  2378.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2379.                      
  2380.                    </div>
  2381.                  </div>
  2382.                  <div class="blog-content-v9">
  2383.                    <h3 class="blog-title-v9 "><a class="top-color" href="/spurs-centre-back-micky-van-de-ven-shares-shock-over-postecoglou-sacking/">Spurs Centre-Back Micky van de Ven Shares Shock Over Postecoglou Sacking</a></h3>
  2384.                    <div class="blog-meta-v9">
  2385.                      <span>By <strong>David Mendez</strong></span>
  2386.                      <span>•</span>
  2387.                      <span>14 May 2026</span>
  2388.                    </div>
  2389.                    <p class="blog-excerpt-v9"></p>
  2390.                    <div class="blog-actions-v9">
  2391.                      <a href="/spurs-centre-back-micky-van-de-ven-shares-shock-over-postecoglou-sacking/" class="blog-read-more-v9">Read More →</a>
  2392.                    </div>
  2393.                  </div>
  2394.                </article>
  2395.              </div>
  2396.            
  2397.              <div class="col-md-6 pb-3">
  2398.                <article class="blog-card-v9 h-100">
  2399.                  <div class="blog-image-container-v9">
  2400.                    <div class="blog-image-v9">
  2401.                      
  2402.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2403.                      
  2404.                    </div>
  2405.                  </div>
  2406.                  <div class="blog-content-v9">
  2407.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leonard-hungry-paul-analysis-a-calming-show-featuring-the-voice-of-julia-roberts-brings-a-great-cure-to-todays-world/">Leonard &amp; Hungry Paul Analysis: A Calming Show Featuring the Voice of Julia Roberts Brings a Great Cure to Today&#x27;s World</a></h3>
  2408.                    <div class="blog-meta-v9">
  2409.                      <span>By <strong>David Mendez</strong></span>
  2410.                      <span>•</span>
  2411.                      <span>14 May 2026</span>
  2412.                    </div>
  2413.                    <p class="blog-excerpt-v9"></p>
  2414.                    <div class="blog-actions-v9">
  2415.                      <a href="/leonard-hungry-paul-analysis-a-calming-show-featuring-the-voice-of-julia-roberts-brings-a-great-cure-to-todays-world/" class="blog-read-more-v9">Read More →</a>
  2416.                    </div>
  2417.                  </div>
  2418.                </article>
  2419.              </div>
  2420.            
  2421.              <div class="col-md-6 pb-3">
  2422.                <article class="blog-card-v9 h-100">
  2423.                  <div class="blog-image-container-v9">
  2424.                    <div class="blog-image-v9">
  2425.                      
  2426.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2427.                      
  2428.                    </div>
  2429.                  </div>
  2430.                  <div class="blog-content-v9">
  2431.                    <h3 class="blog-title-v9 "><a class="top-color" href="/how-to-ideal-creamy-paneer-curry-cooking-instructions/">How to Ideal Creamy Paneer Curry – Cooking Instructions</a></h3>
  2432.                    <div class="blog-meta-v9">
  2433.                      <span>By <strong>David Mendez</strong></span>
  2434.                      <span>•</span>
  2435.                      <span>14 May 2026</span>
  2436.                    </div>
  2437.                    <p class="blog-excerpt-v9"></p>
  2438.                    <div class="blog-actions-v9">
  2439.                      <a href="/how-to-ideal-creamy-paneer-curry-cooking-instructions/" class="blog-read-more-v9">Read More →</a>
  2440.                    </div>
  2441.                  </div>
  2442.                </article>
  2443.              </div>
  2444.            
  2445.              <div class="col-md-6 pb-3">
  2446.                <article class="blog-card-v9 h-100">
  2447.                  <div class="blog-image-container-v9">
  2448.                    <div class="blog-image-v9">
  2449.                      
  2450.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2451.                      
  2452.                    </div>
  2453.                  </div>
  2454.                  <div class="blog-content-v9">
  2455.                    <h3 class="blog-title-v9 "><a class="top-color" href="/uk-and-scottish-government-authorities-disagree-over-footing-the-245m-cost-for-donald-trump-and-vance-visits/">UK and Scottish government Authorities Disagree Over Footing the £24.5m Cost for Donald Trump and Vance Visits</a></h3>
  2456.                    <div class="blog-meta-v9">
  2457.                      <span>By <strong>David Mendez</strong></span>
  2458.                      <span>•</span>
  2459.                      <span>14 May 2026</span>
  2460.                    </div>
  2461.                    <p class="blog-excerpt-v9"></p>
  2462.                    <div class="blog-actions-v9">
  2463.                      <a href="/uk-and-scottish-government-authorities-disagree-over-footing-the-245m-cost-for-donald-trump-and-vance-visits/" class="blog-read-more-v9">Read More →</a>
  2464.                    </div>
  2465.                  </div>
  2466.                </article>
  2467.              </div>
  2468.            
  2469.              <div class="col-md-6 pb-3">
  2470.                <article class="blog-card-v9 h-100">
  2471.                  <div class="blog-image-container-v9">
  2472.                    <div class="blog-image-v9">
  2473.                      
  2474.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2475.                      
  2476.                    </div>
  2477.                  </div>
  2478.                  <div class="blog-content-v9">
  2479.                    <h3 class="blog-title-v9 "><a class="top-color" href="/supreme-court-upholds-newly-drawn-lone-star-state-house-districts/">Supreme Court Upholds Newly Drawn Lone Star State House Districts.</a></h3>
  2480.                    <div class="blog-meta-v9">
  2481.                      <span>By <strong>David Mendez</strong></span>
  2482.                      <span>•</span>
  2483.                      <span>14 May 2026</span>
  2484.                    </div>
  2485.                    <p class="blog-excerpt-v9"></p>
  2486.                    <div class="blog-actions-v9">
  2487.                      <a href="/supreme-court-upholds-newly-drawn-lone-star-state-house-districts/" class="blog-read-more-v9">Read More →</a>
  2488.                    </div>
  2489.                  </div>
  2490.                </article>
  2491.              </div>
  2492.            
  2493.              <div class="col-md-6 pb-3">
  2494.                <article class="blog-card-v9 h-100">
  2495.                  <div class="blog-image-container-v9">
  2496.                    <div class="blog-image-v9">
  2497.                      
  2498.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2499.                      
  2500.                    </div>
  2501.                  </div>
  2502.                  <div class="blog-content-v9">
  2503.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-chinese-new-artificial-intelligence-rules-aim-to-provide-child-safeguards-and-suicide-prevention-reduction/">The Chinese New Artificial Intelligence Rules Aim to Provide Child Safeguards and Suicide Prevention Reduction.</a></h3>
  2504.                    <div class="blog-meta-v9">
  2505.                      <span>By <strong>David Mendez</strong></span>
  2506.                      <span>•</span>
  2507.                      <span>13 May 2026</span>
  2508.                    </div>
  2509.                    <p class="blog-excerpt-v9"></p>
  2510.                    <div class="blog-actions-v9">
  2511.                      <a href="/the-chinese-new-artificial-intelligence-rules-aim-to-provide-child-safeguards-and-suicide-prevention-reduction/" class="blog-read-more-v9">Read More →</a>
  2512.                    </div>
  2513.                  </div>
  2514.                </article>
  2515.              </div>
  2516.            
  2517.              <div class="col-md-6 pb-3">
  2518.                <article class="blog-card-v9 h-100">
  2519.                  <div class="blog-image-container-v9">
  2520.                    <div class="blog-image-v9">
  2521.                      
  2522.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2523.                      
  2524.                    </div>
  2525.                  </div>
  2526.                  <div class="blog-content-v9">
  2527.                    <h3 class="blog-title-v9 "><a class="top-color" href="/gavin-newsom-acknowledges-he-is-considering-a-presidential-campaign-for-2028/">Gavin Newsom Acknowledges He Is Considering a Presidential Campaign for 2028</a></h3>
  2528.                    <div class="blog-meta-v9">
  2529.                      <span>By <strong>David Mendez</strong></span>
  2530.                      <span>•</span>
  2531.                      <span>13 May 2026</span>
  2532.                    </div>
  2533.                    <p class="blog-excerpt-v9"></p>
  2534.                    <div class="blog-actions-v9">
  2535.                      <a href="/gavin-newsom-acknowledges-he-is-considering-a-presidential-campaign-for-2028/" class="blog-read-more-v9">Read More →</a>
  2536.                    </div>
  2537.                  </div>
  2538.                </article>
  2539.              </div>
  2540.            
  2541.              <div class="col-md-6 pb-3">
  2542.                <article class="blog-card-v9 h-100">
  2543.                  <div class="blog-image-container-v9">
  2544.                    <div class="blog-image-v9">
  2545.                      
  2546.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2547.                      
  2548.                    </div>
  2549.                  </div>
  2550.                  <div class="blog-content-v9">
  2551.                    <h3 class="blog-title-v9 "><a class="top-color" href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/">There are those on the political spectrum who offer only complaints: Ministers are moving forward with the job of economic rejuvenation.</a></h3>
  2552.                    <div class="blog-meta-v9">
  2553.                      <span>By <strong>David Mendez</strong></span>
  2554.                      <span>•</span>
  2555.                      <span>13 May 2026</span>
  2556.                    </div>
  2557.                    <p class="blog-excerpt-v9"></p>
  2558.                    <div class="blog-actions-v9">
  2559.                      <a href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="blog-read-more-v9">Read More →</a>
  2560.                    </div>
  2561.                  </div>
  2562.                </article>
  2563.              </div>
  2564.            
  2565.              <div class="col-md-6 pb-3">
  2566.                <article class="blog-card-v9 h-100">
  2567.                  <div class="blog-image-container-v9">
  2568.                    <div class="blog-image-v9">
  2569.                      
  2570.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2571.                      
  2572.                    </div>
  2573.                  </div>
  2574.                  <div class="blog-content-v9">
  2575.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-says-labour-number-two/">The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured the Recent Byelection, Says Labour Number Two</a></h3>
  2576.                    <div class="blog-meta-v9">
  2577.                      <span>By <strong>David Mendez</strong></span>
  2578.                      <span>•</span>
  2579.                      <span>13 May 2026</span>
  2580.                    </div>
  2581.                    <p class="blog-excerpt-v9"></p>
  2582.                    <div class="blog-actions-v9">
  2583.                      <a href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-says-labour-number-two/" class="blog-read-more-v9">Read More →</a>
  2584.                    </div>
  2585.                  </div>
  2586.                </article>
  2587.              </div>
  2588.            
  2589.              <div class="col-md-6 pb-3">
  2590.                <article class="blog-card-v9 h-100">
  2591.                  <div class="blog-image-container-v9">
  2592.                    <div class="blog-image-v9">
  2593.                      
  2594.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2595.                      
  2596.                    </div>
  2597.                  </div>
  2598.                  <div class="blog-content-v9">
  2599.                    <h3 class="blog-title-v9 "><a class="top-color" href="/toronto-blue-jays-claim-fall-classic-matchup-against-the-dodgers/">Toronto Blue Jays Claim Fall Classic Matchup Against the Dodgers</a></h3>
  2600.                    <div class="blog-meta-v9">
  2601.                      <span>By <strong>David Mendez</strong></span>
  2602.                      <span>•</span>
  2603.                      <span>13 May 2026</span>
  2604.                    </div>
  2605.                    <p class="blog-excerpt-v9"></p>
  2606.                    <div class="blog-actions-v9">
  2607.                      <a href="/toronto-blue-jays-claim-fall-classic-matchup-against-the-dodgers/" class="blog-read-more-v9">Read More →</a>
  2608.                    </div>
  2609.                  </div>
  2610.                </article>
  2611.              </div>
  2612.            
  2613.              <div class="col-md-6 pb-3">
  2614.                <article class="blog-card-v9 h-100">
  2615.                  <div class="blog-image-container-v9">
  2616.                    <div class="blog-image-v9">
  2617.                      
  2618.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2619.                      
  2620.                    </div>
  2621.                  </div>
  2622.                  <div class="blog-content-v9">
  2623.                    <h3 class="blog-title-v9 "><a class="top-color" href="/england-include-shoaib-bashir-in-team-for-ashes-first-test/">England Include Shoaib Bashir in Team for Ashes First Test</a></h3>
  2624.                    <div class="blog-meta-v9">
  2625.                      <span>By <strong>David Mendez</strong></span>
  2626.                      <span>•</span>
  2627.                      <span>13 May 2026</span>
  2628.                    </div>
  2629.                    <p class="blog-excerpt-v9"></p>
  2630.                    <div class="blog-actions-v9">
  2631.                      <a href="/england-include-shoaib-bashir-in-team-for-ashes-first-test/" class="blog-read-more-v9">Read More →</a>
  2632.                    </div>
  2633.                  </div>
  2634.                </article>
  2635.              </div>
  2636.            
  2637.              <div class="col-md-6 pb-3">
  2638.                <article class="blog-card-v9 h-100">
  2639.                  <div class="blog-image-container-v9">
  2640.                    <div class="blog-image-v9">
  2641.                      
  2642.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2643.                      
  2644.                    </div>
  2645.                  </div>
  2646.                  <div class="blog-content-v9">
  2647.                    <h3 class="blog-title-v9 "><a class="top-color" href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/">Spotify Wrapped: Release Timeline and Key Inquiries Explained</a></h3>
  2648.                    <div class="blog-meta-v9">
  2649.                      <span>By <strong>David Mendez</strong></span>
  2650.                      <span>•</span>
  2651.                      <span>12 May 2026</span>
  2652.                    </div>
  2653.                    <p class="blog-excerpt-v9"></p>
  2654.                    <div class="blog-actions-v9">
  2655.                      <a href="/spotify-wrapped-release-timeline-and-key-inquiries-explained/" class="blog-read-more-v9">Read More →</a>
  2656.                    </div>
  2657.                  </div>
  2658.                </article>
  2659.              </div>
  2660.            
  2661.            
  2662.  
  2663.          </div>
  2664.        </div>
  2665.  
  2666.       <div class="col col-lg-4 col-12">
  2667.                
  2668.  
  2669.  
  2670.  
  2671.    
  2672.  
  2673.  
  2674. <!-- Blog Sidebar V2 - Focused Design -->
  2675.  <div class="sidebar mb-3">
  2676.    <!-- Recent Posts Section -->
  2677.    <div class="sidebar-widget mb-5">
  2678.      <div class="widget-title-wrapper mb-3">
  2679.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2680.          <i class="ti-time me-2"></i>Recent Posts
  2681.          <span class="title-arrow-primary"></span>
  2682.        </h4>
  2683.      </div>
  2684.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2685.        <div class="recent-post-list">
  2686.          
  2687.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2688.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2689.                
  2690.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2691.              
  2692.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2693.            </div>
  2694.            <div class="post-content flex-grow-1">
  2695.              <h6 class="post-title mb-2">
  2696.                 <a href="/calm-conclusion-to-lionel-messis-visit-to-india-in-the-wake-of-unrest-in-kolkata/" class="text-decoration-none top-color fw-semibold lh-sm">
  2697.                                            Calm Conclusion to Lionel Messi&#x27;s Visit to India In the Wake of Unrest in Kolkata
  2698.                                            </a>
  2699.              </h6>
  2700.              <div class="post-meta mb-3">
  2701.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2702.                <!-- <small class="text-muted">
  2703.                  <i class="ti-eye me-1"></i>348 views
  2704.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2705.                </small> -->
  2706.              </div>
  2707.            </div>
  2708.          </div>
  2709.        
  2710.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2711.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2712.                
  2713.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2714.              
  2715.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2716.            </div>
  2717.            <div class="post-content flex-grow-1">
  2718.              <h6 class="post-title mb-2">
  2719.                 <a href="/brian-harris-life-story-a-life-behind-the-lens/" class="text-decoration-none top-color fw-semibold lh-sm">
  2720.                                            Brian Harris Life Story: A Life Behind the Lens
  2721.                                            </a>
  2722.              </h6>
  2723.              <div class="post-meta mb-3">
  2724.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2725.                <!-- <small class="text-muted">
  2726.                  <i class="ti-eye me-1"></i>348 views
  2727.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2728.                </small> -->
  2729.              </div>
  2730.            </div>
  2731.          </div>
  2732.        
  2733.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2734.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2735.                
  2736.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2737.              
  2738.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2739.            </div>
  2740.            <div class="post-content flex-grow-1">
  2741.              <h6 class="post-title mb-2">
  2742.                 <a href="/metropolitan-museum-responds-to-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2743.                                            Metropolitan Museum Responds to Legal Action Over Reportedly Nazi-Stolen Van Gogh Painting
  2744.                                            </a>
  2745.              </h6>
  2746.              <div class="post-meta mb-3">
  2747.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2748.                <!-- <small class="text-muted">
  2749.                  <i class="ti-eye me-1"></i>348 views
  2750.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2751.                </small> -->
  2752.              </div>
  2753.            </div>
  2754.          </div>
  2755.        
  2756.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2757.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2758.                
  2759.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2760.              
  2761.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2762.            </div>
  2763.            <div class="post-content flex-grow-1">
  2764.              <h6 class="post-title mb-2">
  2765.                 <a href="/us-congressman-urges-former-prince-andrew-to-testify-in-epstein-investigation/" class="text-decoration-none top-color fw-semibold lh-sm">
  2766.                                            US Congressman Urges Former Prince Andrew to Testify in Epstein Investigation
  2767.                                            </a>
  2768.              </h6>
  2769.              <div class="post-meta mb-3">
  2770.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2771.                <!-- <small class="text-muted">
  2772.                  <i class="ti-eye me-1"></i>348 views
  2773.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2774.                </small> -->
  2775.              </div>
  2776.            </div>
  2777.          </div>
  2778.        
  2779.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2780.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2781.                
  2782.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2783.              
  2784.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2785.            </div>
  2786.            <div class="post-content flex-grow-1">
  2787.              <h6 class="post-title mb-2">
  2788.                 <a href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="text-decoration-none top-color fw-semibold lh-sm">
  2789.                                            The Gulf nation to Present Case at UK Highest Court Over State Immunity in Surveillance Allegations
  2790.                                            </a>
  2791.              </h6>
  2792.              <div class="post-meta mb-3">
  2793.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2794.                <!-- <small class="text-muted">
  2795.                  <i class="ti-eye me-1"></i>348 views
  2796.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2797.                </small> -->
  2798.              </div>
  2799.            </div>
  2800.          </div>
  2801.        
  2802.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2803.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2804.                
  2805.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2806.              
  2807.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2808.            </div>
  2809.            <div class="post-content flex-grow-1">
  2810.              <h6 class="post-title mb-2">
  2811.                 <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  2812.                                            The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  2813.                                            </a>
  2814.              </h6>
  2815.              <div class="post-meta mb-3">
  2816.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2817.                <!-- <small class="text-muted">
  2818.                  <i class="ti-eye me-1"></i>348 views
  2819.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2820.                </small> -->
  2821.              </div>
  2822.            </div>
  2823.          </div>
  2824.        
  2825.        </div>
  2826.  
  2827.        <div class="text-center mt-4 pt-3 border-top border-light">
  2828.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2829.        </div>
  2830.      </div>
  2831.    </div>
  2832.  
  2833.    
  2834.    <div class="sidebar-widget mb-4">
  2835.      <div class="widget-title-wrapper mb-3">
  2836.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2837.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2838.          <span class="title-arrow"></span>
  2839.        </h4>
  2840.      </div>
  2841.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2842.        <div class="blog-roll-list scrollable-sidebar">
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://up-running.eu/" class="text-decoration-none " rel="dofollow">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                ξενες στοιχηματικες εταιριες που δεχονται ελληνες
  2849.              </h6>
  2850.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2851.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2852.              </div> -->
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="http://snapedtoolkit.org/" class="text-decoration-none " rel="dofollow">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                казино онлайн
  2861.              </h6>
  2862.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2863.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2864.              </div> -->
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="http://gnesina-museum.com/" class="text-decoration-none " rel="dofollow">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                казино онлайн на деньги
  2873.              </h6>
  2874.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2875.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2876.              </div> -->
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://politoboz.com/" class="text-decoration-none " rel="dofollow">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                крипто казино
  2885.              </h6>
  2886.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2887.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2888.              </div> -->
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://www.sugarydrinkfacts.org/" class="text-decoration-none " rel="dofollow">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                букмекерская контора
  2897.              </h6>
  2898.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2899.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2900.              </div> -->
  2901.            </a>
  2902.          </div>
  2903.          
  2904.  
  2905.        </div>
  2906. <!--
  2907.        <div class="text-center mt-4 pt-3 border-top border-light">
  2908.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2909.        </div> -->
  2910.      </div>
  2911.    </div>
  2912.    
  2913.    <div class="sidebar-widget mb-4">
  2914.      <div class="widget-title-wrapper mb-3">
  2915.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2916.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2917.          <span class="title-arrow"></span>
  2918.        </h4>
  2919.      </div>
  2920.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2921.        <div class="blog-roll-list scrollable-sidebar">
  2922.          
  2923.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2924.            <a href="https://www.gamechannel.hu/szerencsejatek/elo-kaszinok" class="text-decoration-none " rel="dofollow">
  2925.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2926.                <i class="ti-angle-right me-2 text-primary"></i>
  2927.                élő kaszinó
  2928.              </h6>
  2929.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2930.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2931.              </div> -->
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="http://itpcru.org/" class="text-decoration-none " rel="dofollow">
  2937.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                казино онлайн на деньги
  2940.              </h6>
  2941.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2942.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2943.              </div> -->
  2944.            </a>
  2945.          </div>
  2946.          
  2947.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.            <a href="https://noodleremover.news/" class="text-decoration-none " rel="dofollow">
  2949.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.                <i class="ti-angle-right me-2 text-primary"></i>
  2951.                рейтинг казино
  2952.              </h6>
  2953.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2954.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2955.              </div> -->
  2956.            </a>
  2957.          </div>
  2958.          
  2959.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2960.            <a href="http://sugarydrinkfacts.org/" class="text-decoration-none " rel="dofollow">
  2961.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2962.                <i class="ti-angle-right me-2 text-primary"></i>
  2963.                букмекерская контора
  2964.              </h6>
  2965.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2966.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2967.              </div> -->
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://esportsinsider.com/se/gambling/casinon-utan-svensk-licens" class="text-decoration-none " rel="dofollow">
  2973.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                nya casino utan svensk licens
  2976.              </h6>
  2977.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2978.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2979.              </div> -->
  2980.            </a>
  2981.          </div>
  2982.          
  2983.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2984.            <a href="https://www.kiteeyewear.com/" class="text-decoration-none " rel="dofollow">
  2985.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2986.                <i class="ti-angle-right me-2 text-primary"></i>
  2987.                non GamStop casino
  2988.              </h6>
  2989.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2990.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2991.              </div> -->
  2992.            </a>
  2993.          </div>
  2994.          
  2995.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2996.            <a href="https://44mpa.pl/" class="text-decoration-none " rel="dofollow">
  2997.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2998.                <i class="ti-angle-right me-2 text-primary"></i>
  2999.                zakłady bukmacherskie online
  3000.              </h6>
  3001.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3002.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3003.              </div> -->
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://thecopenhagentraveler.com/" class="text-decoration-none " rel="dofollow">
  3009.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                spil uden om rofus
  3012.              </h6>
  3013.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3014.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3015.              </div> -->
  3016.            </a>
  3017.          </div>
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://www.lytshuiszilver.nl/" class="text-decoration-none " rel="dofollow">
  3021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                nieuwe online casino zonder cruks
  3024.              </h6>
  3025.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3026.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3027.              </div> -->
  3028.            </a>
  3029.          </div>
  3030.          
  3031.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3032.            <a href="http://onwardca.org/" class="text-decoration-none " rel="dofollow">
  3033.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3034.                <i class="ti-angle-right me-2 text-primary"></i>
  3035.                lista bukmacherów
  3036.              </h6>
  3037.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3038.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3039.              </div> -->
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="http://ciese.org/" class="text-decoration-none " rel="nofollow">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                kasyno online blik bez weryfikacji
  3048.              </h6>
  3049.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3050.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3051.              </div> -->
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://www.balsamik.fr" class="text-decoration-none " rel="dofollow">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                casino francais en ligne
  3060.              </h6>
  3061.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3062.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3063.              </div> -->
  3064.            </a>
  3065.          </div>
  3066.          
  3067.  
  3068.        </div>
  3069. <!--
  3070.        <div class="text-center mt-4 pt-3 border-top border-light">
  3071.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3072.        </div> -->
  3073.      </div>
  3074.    </div>
  3075.    
  3076.    <div class="sidebar-widget mb-4">
  3077.      <div class="widget-title-wrapper mb-3">
  3078.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3079.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3080.          <span class="title-arrow"></span>
  3081.        </h4>
  3082.      </div>
  3083.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3084.        <div class="blog-roll-list scrollable-sidebar">
  3085.          
  3086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3087.            <a href="http://rebelya.pl/" class="text-decoration-none " rel="dofollow">
  3088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3089.                <i class="ti-angle-right me-2 text-primary"></i>
  3090.                kasyna bez weryfikacji
  3091.              </h6>
  3092.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3093.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3094.              </div> -->
  3095.            </a>
  3096.          </div>
  3097.          
  3098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3099.            <a href="http://kulturaonline.pl/" class="text-decoration-none " rel="dofollow">
  3100.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3101.                <i class="ti-angle-right me-2 text-primary"></i>
  3102.                kasyna online
  3103.              </h6>
  3104.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3105.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3106.              </div> -->
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="http://44mpa.pl/" class="text-decoration-none " rel="dofollow">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                zakłady bukmacherskie online
  3115.              </h6>
  3116.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3117.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3118.              </div> -->
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://www.revistaotraeconomia.org/" class="text-decoration-none " rel="dofollow">
  3124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                casinos online nuevos
  3127.              </h6>
  3128.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3129.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3130.              </div> -->
  3131.            </a>
  3132.          </div>
  3133.          
  3134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3135.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3136.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3137.                <i class="ti-angle-right me-2 text-primary"></i>
  3138.                casinos that don&#x27;t use GAMSTOP
  3139.              </h6>
  3140.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3141.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3142.              </div> -->
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                casinos not on Gamstop
  3151.              </h6>
  3152.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3153.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3154.              </div> -->
  3155.            </a>
  3156.          </div>
  3157.          
  3158.  
  3159.        </div>
  3160. <!--
  3161.        <div class="text-center mt-4 pt-3 border-top border-light">
  3162.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3163.        </div> -->
  3164.      </div>
  3165.    </div>
  3166.    
  3167.  </div>
  3168.  
  3169. <!-- Sidebar V2 Styles -->
  3170. <style>
  3171.  .sidebar-widget {
  3172.    position: relative;
  3173.  }
  3174.  
  3175.  .widget-title {
  3176.    font-size: 1.1rem;
  3177.    font-weight: 700;
  3178.    display: inline-block;
  3179.    position: relative;
  3180.    z-index: 2;
  3181.    border-radius: 0;
  3182.  }
  3183.  
  3184.  /* Green arrow for August Blog Roll */
  3185.  .title-arrow::after {
  3186.    content: '';
  3187.    position: absolute;
  3188.    top: 0;
  3189.    right: -22px;
  3190.    width: 0;
  3191.    height: 0;
  3192.    border-left: 22px solid var(--bs-primary);
  3193.    border-top: 22px solid transparent;
  3194.    border-bottom: 22px solid transparent;
  3195.    z-index: 1;
  3196.  }
  3197.  
  3198.  /* Blue arrow for Recent Posts */
  3199.  .title-arrow-primary::after {
  3200.    content: '';
  3201.    position: absolute;
  3202.    top: 0;
  3203.    right: -22px;
  3204.    width: 0;
  3205.    height: 0;
  3206.    border-left: 22px solid var(--bs-primary);
  3207.    border-top: 22px solid transparent;
  3208.    border-bottom: 22px solid transparent;
  3209.    z-index: 1;
  3210.  }
  3211.  
  3212.  .widget-content {
  3213.    margin-top: -1px;
  3214.    position: relative;
  3215.    z-index: 1;
  3216.     background-color: var(--card-bg);
  3217.  }
  3218.  
  3219.  /* Blog Roll Items Hover Effects */
  3220.  .blog-roll-item:hover .blog-title {
  3221.    color: #198754 !important;
  3222.    transform: translateX(5px);
  3223.    transition: all 0.3s ease;
  3224.  }
  3225.  
  3226.  /* Recent Post Items Hover Effects */
  3227.  .recent-post-item:hover .post-title a {
  3228.    color: #0d6efd !important;
  3229.    transition: color 0.3s ease;
  3230.  }
  3231.  
  3232.  .recent-post-item:hover .post-image img {
  3233.    transform: scale(1.05);
  3234.    transition: transform 0.3s ease;
  3235.  }
  3236.  
  3237.  /* Button Hover Effects */
  3238.  .btn:hover {
  3239.    transform: translateY(-2px);
  3240.    transition: all 0.3s ease;
  3241.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3242.  }
  3243.  
  3244.  /* Badge Hover Effects */
  3245.  .badge:hover {
  3246.    transform: scale(1.05);
  3247.    transition: transform 0.3s ease;
  3248.  }
  3249.  
  3250.  @media (max-width: 991px) {
  3251.    .sidebar {
  3252.      margin-top: 3rem;
  3253.    }
  3254.  }
  3255.  
  3256.  @media (max-width: 576px) {
  3257.    .widget-title {
  3258.      font-size: 1rem;
  3259.      padding: 0.75rem 1rem !important;
  3260.    }
  3261.  
  3262.    .title-arrow::after,
  3263.    .title-arrow-primary::after {
  3264.      right: -18px;
  3265.      border-left-width: 18px;
  3266.      border-top-width: 18px;
  3267.      border-bottom-width: 18px;
  3268.    }
  3269.  
  3270.    .post-image {
  3271.      width: 70px !important;
  3272.      height: 55px !important;
  3273.    }
  3274.  
  3275.    .blog-meta {
  3276.      flex-direction: column !important;
  3277.      align-items: flex-start !important;
  3278.      gap: 0.5rem;
  3279.    }
  3280.  }
  3281. </style>
  3282.  
  3283.    
  3284.            </div>
  3285.      </div>
  3286.    </div>
  3287.  </section>
  3288.  
  3289.  <script>
  3290.    // Intersection Observer for Fade-in Effect
  3291.    document.addEventListener('DOMContentLoaded', function () {
  3292.      const observerOptions = {
  3293.        threshold: 0.2,
  3294.        rootMargin: '0px 0px -50px 0px'
  3295.      }
  3296.    
  3297.      const observer = new IntersectionObserver(function (entries, observer) {
  3298.        entries.forEach((entry) => {
  3299.          if (entry.isIntersecting) {
  3300.            entry.target.classList.add('fade-in')
  3301.            observer.unobserve(entry.target)
  3302.          }
  3303.        })
  3304.      }, observerOptions)
  3305.    
  3306.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3307.        observer.observe(card)
  3308.      })
  3309.    })
  3310.  </script>
  3311.  
  3312.  
  3313.    
  3314.        
  3315.        <!-- end wpo-blog-highlights-section -->
  3316.        <!-- start wpo-blog-sponsored-section -->
  3317.        
  3318.  
  3319.  
  3320.  
  3321.    
  3322.  
  3323.  
  3324.  
  3325. <style>
  3326.    .sponsored-section-v2 {
  3327.        padding: 40px 0;
  3328.        background: var(--body-bg);
  3329.    }
  3330.    
  3331.    .sponsored-card-v2 {
  3332.        background: var(--body-bg);
  3333.        border: 1px solid #f0f0f0;
  3334.        border-radius: 8px;
  3335.        transition: box-shadow 0.3s ease;
  3336.        height: 100%;
  3337.        position: relative;
  3338.    }
  3339.    
  3340.    .sponsored-card-v2:hover {
  3341.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3342.    }
  3343.    
  3344.    .sponsored-image-v2 {
  3345.        position: relative;
  3346.        height: 200px;
  3347.    }
  3348.    
  3349.    .sponsored-image-v2 img {
  3350.        width: 100%;
  3351.        height: 100%;
  3352.        object-fit: cover;
  3353.    }
  3354.    
  3355.    .sponsored-badge-v2 {
  3356.        position: absolute;
  3357.        bottom: 10px;
  3358.        left: 10px;
  3359.        padding: 6px 10px;
  3360.        font-size: 12px;
  3361.        font-weight: 600;
  3362.        text-transform: uppercase;
  3363.        border-radius: 4px;
  3364.    }
  3365.    
  3366.    .sponsored-content-v2 {
  3367.        padding: 20px;
  3368.    }
  3369.    
  3370.    .sponsored-title-v2 {
  3371.        font-size: 18px;
  3372.        font-weight: 600;
  3373.        line-height: 1.4;
  3374.        margin-bottom: 10px;
  3375.    }
  3376.    
  3377.    .sponsored-title-v2 a {
  3378.        text-decoration: none;
  3379.        transition: color 0.3s ease;
  3380.    }
  3381.    
  3382.    .sponsored-title-v2 a:hover {
  3383.        color: #007bff; /* Blue hover for variety */
  3384.    }
  3385.    
  3386.    .sponsored-excerpt-v2 {
  3387.        font-size: 14px;
  3388.        color: #6c757d;
  3389.        margin-bottom: 15px;
  3390.        line-height: 1.6;
  3391.    }
  3392.    
  3393.    .sponsored-meta-v2 {
  3394.        display: flex;
  3395.        align-items: center;
  3396.        justify-content: space-between;
  3397.        font-size: 12px;
  3398.        color: #6c757d;
  3399.    }
  3400.    
  3401.    .author-info-v2 {
  3402.        display: flex;
  3403.        align-items: center;
  3404.        gap: 8px;
  3405.    }
  3406.    
  3407.    .sponsored-author-img-v2 {
  3408.        width: 28px;
  3409.        height: 28px;
  3410.        border-radius: 50%;
  3411.        object-fit: cover;
  3412.    }
  3413.    
  3414.    .section-title-sponsored-v2 {
  3415.        font-size: 2.2rem;
  3416.        font-weight: 700;
  3417.        text-align: center;
  3418.        margin-bottom: 30px;
  3419.        color: #333;
  3420.    }
  3421.  
  3422.    @media (max-width: 768px) {
  3423.        .sponsored-section-v2 {
  3424.            padding: 30px 0;
  3425.        }
  3426.        .sponsored-content-v2 {
  3427.            padding: 15px;
  3428.        }
  3429.        .sponsored-title-v2 {
  3430.            font-size: 16px;
  3431.        }
  3432.        .sponsored-excerpt-v2 {
  3433.            font-size: 13px;
  3434.        }
  3435.    }
  3436. </style>
  3437.  
  3438. <section class="sponsored-section-v2">
  3439.    <div class="container-fluid fluid-container">
  3440.        <div class="row">
  3441.            <div class="col-12">
  3442.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3443.            </div>
  3444.        </div>
  3445.        
  3446.        <div class="row g-4">
  3447.            
  3448.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3449.                <div class="card sponsored-card-v2">
  3450.                    <div class="sponsored-image-v2">
  3451.                        
  3452.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3453.                        
  3454.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3455.                    </div>
  3456.                    <div class="sponsored-content-v2">
  3457.                        <h3 class="sponsored-title-v2">
  3458.                            <a href="/calm-conclusion-to-lionel-messis-visit-to-india-in-the-wake-of-unrest-in-kolkata/" class="top-color">
  3459.                            Calm Conclusion to Lionel Messi&#x27;s Visit to India In the Wake of Unrest in Kolkata
  3460.                            </a>
  3461.                        </h3>
  3462.                        <p class="sponsored-excerpt-v2">
  3463.                            
  3464.                        </p>
  3465.                        <div class="sponsored-meta-v2">
  3466.                            <div class="author-info-v2">
  3467.                                
  3468.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3469.                                
  3470.                                <span>
  3471.                                    David Mendez
  3472.                                </span>
  3473.                            </div>
  3474.                            <span>12 May 2026</span>
  3475.                        </div>
  3476.                    </div>
  3477.                </div>
  3478.            </div>
  3479.            
  3480.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3481.                <div class="card sponsored-card-v2">
  3482.                    <div class="sponsored-image-v2">
  3483.                        
  3484.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3485.                        
  3486.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3487.                    </div>
  3488.                    <div class="sponsored-content-v2">
  3489.                        <h3 class="sponsored-title-v2">
  3490.                            <a href="/brian-harris-life-story-a-life-behind-the-lens/" class="top-color">
  3491.                            Brian Harris Life Story: A Life Behind the Lens
  3492.                            </a>
  3493.                        </h3>
  3494.                        <p class="sponsored-excerpt-v2">
  3495.                            
  3496.                        </p>
  3497.                        <div class="sponsored-meta-v2">
  3498.                            <div class="author-info-v2">
  3499.                                
  3500.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3501.                                
  3502.                                <span>
  3503.                                    David Mendez
  3504.                                </span>
  3505.                            </div>
  3506.                            <span>12 May 2026</span>
  3507.                        </div>
  3508.                    </div>
  3509.                </div>
  3510.            </div>
  3511.            
  3512.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3513.                <div class="card sponsored-card-v2">
  3514.                    <div class="sponsored-image-v2">
  3515.                        
  3516.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3517.                        
  3518.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3519.                    </div>
  3520.                    <div class="sponsored-content-v2">
  3521.                        <h3 class="sponsored-title-v2">
  3522.                            <a href="/metropolitan-museum-responds-to-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" class="top-color">
  3523.                            Metropolitan Museum Responds to Legal Action Over Reportedly Nazi-Stolen Van Gogh Painting
  3524.                            </a>
  3525.                        </h3>
  3526.                        <p class="sponsored-excerpt-v2">
  3527.                            
  3528.                        </p>
  3529.                        <div class="sponsored-meta-v2">
  3530.                            <div class="author-info-v2">
  3531.                                
  3532.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3533.                                
  3534.                                <span>
  3535.                                    David Mendez
  3536.                                </span>
  3537.                            </div>
  3538.                            <span>12 May 2026</span>
  3539.                        </div>
  3540.                    </div>
  3541.                </div>
  3542.            </div>
  3543.            
  3544.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3545.                <div class="card sponsored-card-v2">
  3546.                    <div class="sponsored-image-v2">
  3547.                        
  3548.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3549.                        
  3550.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3551.                    </div>
  3552.                    <div class="sponsored-content-v2">
  3553.                        <h3 class="sponsored-title-v2">
  3554.                            <a href="/us-congressman-urges-former-prince-andrew-to-testify-in-epstein-investigation/" class="top-color">
  3555.                            US Congressman Urges Former Prince Andrew to Testify in Epstein Investigation
  3556.                            </a>
  3557.                        </h3>
  3558.                        <p class="sponsored-excerpt-v2">
  3559.                            
  3560.                        </p>
  3561.                        <div class="sponsored-meta-v2">
  3562.                            <div class="author-info-v2">
  3563.                                
  3564.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3565.                                
  3566.                                <span>
  3567.                                    David Mendez
  3568.                                </span>
  3569.                            </div>
  3570.                            <span>12 May 2026</span>
  3571.                        </div>
  3572.                    </div>
  3573.                </div>
  3574.            </div>
  3575.            
  3576.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3577.                <div class="card sponsored-card-v2">
  3578.                    <div class="sponsored-image-v2">
  3579.                        
  3580.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3581.                        
  3582.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3583.                    </div>
  3584.                    <div class="sponsored-content-v2">
  3585.                        <h3 class="sponsored-title-v2">
  3586.                            <a href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="top-color">
  3587.                            The Gulf nation to Present Case at UK Highest Court Over State Immunity in Surveillance Allegations
  3588.                            </a>
  3589.                        </h3>
  3590.                        <p class="sponsored-excerpt-v2">
  3591.                            
  3592.                        </p>
  3593.                        <div class="sponsored-meta-v2">
  3594.                            <div class="author-info-v2">
  3595.                                
  3596.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3597.                                
  3598.                                <span>
  3599.                                    David Mendez
  3600.                                </span>
  3601.                            </div>
  3602.                            <span>12 May 2026</span>
  3603.                        </div>
  3604.                    </div>
  3605.                </div>
  3606.            </div>
  3607.            
  3608.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3609.                <div class="card sponsored-card-v2">
  3610.                    <div class="sponsored-image-v2">
  3611.                        
  3612.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3613.                        
  3614.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3615.                    </div>
  3616.                    <div class="sponsored-content-v2">
  3617.                        <h3 class="sponsored-title-v2">
  3618.                            <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="top-color">
  3619.                            The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  3620.                            </a>
  3621.                        </h3>
  3622.                        <p class="sponsored-excerpt-v2">
  3623.                            
  3624.                        </p>
  3625.                        <div class="sponsored-meta-v2">
  3626.                            <div class="author-info-v2">
  3627.                                
  3628.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/45b4bf16-58c2-49cf-8411-05f29f4d1958_profile.png" alt="David Mendez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3629.                                
  3630.                                <span>
  3631.                                    David Mendez
  3632.                                </span>
  3633.                            </div>
  3634.                            <span>11 May 2026</span>
  3635.                        </div>
  3636.                    </div>
  3637.                </div>
  3638.            </div>
  3639.            
  3640.        </div>
  3641.    </div>
  3642. </section>
  3643.  
  3644.  
  3645.    
  3646.        <!-- end wpo-blog-sponsored-section -->
  3647.        <!-- start wpo-subscribe-section -->
  3648.        
  3649.        <!-- end subscribe-section -->
  3650.        <!-- start of wpo-site-footer-section -->
  3651.        
  3652.  
  3653.  
  3654.  
  3655.  
  3656.  
  3657.  
  3658. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3659. <footer class="footer-v5 bg-primary-gradient border-top">
  3660.    
  3661.    <!-- Main Footer Content -->
  3662.    <div class="container-fluid py-5">
  3663.        
  3664.        <!-- Top Section with Logo and Description -->
  3665.        <div class="row mb-5">
  3666.            <div class="col-12 text-center">
  3667.                <div class="footer-brand mb-4">
  3668.                    
  3669.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e2588018-5233-43ab-8edd-4ddad4636776_logo.png" alt="Smart Arena Network" class="footer-logo mb-3" height="60">
  3670.                    
  3671.                    <h4 class="fw-bold footer-color mb-2">Smart Arena Network</h4>
  3672.                    <p class="footer-color opacity-50">Explore the latest in technology trends, digital marketing strategies, and business innovation with expert analysis and practical tips from industry leaders.</p>
  3673.                </div>
  3674.            </div>
  3675.        </div>
  3676.  
  3677.        <!-- Content Grid -->
  3678.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3679.            
  3680.            <!-- Quick Links Column -->
  3681.            <div class="">
  3682.                <div class="footer-section">
  3683.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3684.                        Quick Links
  3685.                    </h6>
  3686.                    <ul class="list-unstyled footer-links">
  3687.                        
  3688.                        <li class="mb-2">
  3689.                            <a href="/gaza-conflict-in-maps-after-24-months-of-hostilities/"
  3690.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3691.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3692.                                Gaza Conflict in Maps After 24 Months of Hostilities
  3693.                            </a>
  3694.                        </li>
  3695.                        
  3696.                        <li class="mb-2">
  3697.                            <a href="/the-players-and-trainers-not-born-in-the-united-states/"
  3698.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3699.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3700.                                The Players and Trainers Not Born in the United States
  3701.                            </a>
  3702.                        </li>
  3703.                        
  3704.                        <li class="mb-2">
  3705.                            <a href="/the-gunners-take-on-wolverhampton-wanderers-in-pivotal-english-top-division-clash/"
  3706.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3707.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3708.                                The Gunners Take On Wolverhampton Wanderers in Pivotal English Top Division Clash
  3709.                            </a>
  3710.                        </li>
  3711.                        
  3712.                        <li class="mb-2">
  3713.                            <a href="/ancient-hominins-and-early-humans-may-have-kissing-researchers-propose/"
  3714.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3715.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3716.                                Ancient Hominins and Early Humans May Have Kissing, Researchers Propose
  3717.                            </a>
  3718.                        </li>
  3719.                        
  3720.                        <li class="mb-2">
  3721.                            <a href="/actor-rejects-anti-vaxxer-views-following-lending-his-voice-to-disputed-covid-film/"
  3722.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3723.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3724.                                Actor Rejects Anti-Vaxxer Views Following Lending His Voice To Disputed Covid Film
  3725.                            </a>
  3726.                        </li>
  3727.                        
  3728.                        <li class="mb-2">
  3729.                            <a href="/volcano-mahameru-outburst-in-the-southeast-asian-nation-triggers-emergency-relocations/"
  3730.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3731.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3732.                                Volcano Mahameru Outburst in the Southeast Asian nation Triggers Emergency Relocations
  3733.                            </a>
  3734.                        </li>
  3735.                        
  3736.                    </ul>
  3737.                </div>
  3738.            </div>
  3739.  
  3740.            <!-- Resources Column -->
  3741.            <div class="">
  3742.                <div class="footer-section">
  3743.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3744.                        Resources
  3745.                    </h6>
  3746.                   <ul class="footer-links" id="footerLinks">
  3747.        
  3748.        
  3749.  
  3750.        
  3751.        
  3752.        
  3753.        
  3754.    </ul>
  3755.                </div>
  3756.            </div>
  3757.  
  3758.            <!-- Categories Column -->
  3759.            <div class="">
  3760.                <div class="footer-section">
  3761.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3762.                        Categories
  3763.                    </h6>
  3764.                    <div class="category-tags">
  3765.                      
  3766.                                <li>
  3767.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3768.                                        All Posts
  3769.                                    </a>
  3770.                                </li>
  3771.                                
  3772.                                <li>
  3773.                                    <a href="/category/business/" class="footer-link footer-color">
  3774.                                        Business
  3775.                                    </a>
  3776.                                </li>
  3777.                                
  3778.                                <li>
  3779.                                    <a href="/category/esports/" class="footer-link footer-color">
  3780.                                        Esports
  3781.                                    </a>
  3782.                                </li>
  3783.                                
  3784.                                <li>
  3785.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3786.                                        Fashion
  3787.                                    </a>
  3788.                                </li>
  3789.                                
  3790.                                <li>
  3791.                                    <a href="/category/featured/" class="footer-link footer-color">
  3792.                                        Featured
  3793.                                    </a>
  3794.                                </li>
  3795.                                
  3796.                                <li>
  3797.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3798.                                        Gaming
  3799.                                    </a>
  3800.                                </li>
  3801.                                
  3802.                    </div>
  3803.                </div>
  3804.            </div>
  3805.  
  3806.        </div>
  3807.  
  3808.    </div>
  3809.  
  3810.    <!-- Footer Bottom -->
  3811.    <div class="footer-bottom  border-top py-3">
  3812.        <div class="container-fluid fluid-container">
  3813.            <div class=" d-flex justify-content-between flex-wrap">
  3814.                <div class="">
  3815.                    <p class="mb-0 footer-color  ">
  3816.                        © 2026 <span class="fw-semibold footer-color">Smart Arena Network</span>. All rights reserved.
  3817.                    </p>
  3818.                </div>
  3819.                <div class="">
  3820.                    <div class="footer-nav">
  3821.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3822.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3823.                        </a>
  3824.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3825.                            <i class="bi bi-file-text me-1"></i>Terms
  3826.                        </a>
  3827.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3828.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3829.                        </a>
  3830.                    </div>
  3831.                </div>
  3832.            </div>
  3833.        </div>
  3834.    </div>
  3835.  
  3836. </footer>
  3837.  
  3838. <style>
  3839. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3840.  
  3841.  
  3842.  
  3843.  
  3844. .footer-logo {
  3845.    border-radius: 8px;
  3846. }
  3847.  
  3848. /* Footer Sections */
  3849. .footer-section {
  3850.    padding: 0 15px;
  3851. }
  3852.  
  3853. .footer-section h6 {
  3854.    position: relative;
  3855.    padding-bottom: 8px;
  3856. }
  3857.  
  3858. .footer-section h6::after {
  3859.    content: '';
  3860.    position: absolute;
  3861.    bottom: 0;
  3862.    left: 0;
  3863.    width: 30px;
  3864.    height: 2px;
  3865.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3866.    border-radius: 1px;
  3867. }
  3868.  
  3869. /* Links Styling */
  3870. .footer-links a {
  3871.    transition: all 0.3s ease;
  3872.    padding: 4px 0;
  3873.    border-radius: 4px;
  3874. }
  3875.  
  3876. .footer-links a:hover {
  3877.    color: var(--bs-primary) !important;
  3878.    padding-left: 8px;
  3879. }
  3880.  
  3881. .footer-links a:hover i {
  3882.    transform: translateX(2px);
  3883. }
  3884.  
  3885. /* Category Tags */
  3886. .category-tag {
  3887.    transition: all 0.3s ease;
  3888.    padding: 6px 12px !important;
  3889.    font-size: 0.875rem;
  3890. }
  3891.  
  3892.  
  3893.  
  3894. /* Footer Bottom */
  3895. .footer-bottom {
  3896.    backdrop-filter: blur(10px);
  3897. }
  3898.  
  3899. /* Responsive Design */
  3900. @media (max-width: 768px) {
  3901.    .footer-v5 {
  3902.        margin-top: 60px;
  3903.    }
  3904.    
  3905.    .footer-section {
  3906.        text-align:start;
  3907.        margin-bottom: 40px;
  3908.    }
  3909.    
  3910.    .footer-links a,
  3911.    .category-tags {
  3912.        justify-content:start;
  3913.    }
  3914.    
  3915.    .social-links .d-flex {
  3916.        justify-content:start;
  3917.    }
  3918. }
  3919.  
  3920. @media (max-width: 576px) {
  3921.    .footer-brand h4 {
  3922.        font-size: 1.25rem;
  3923.    }
  3924.    
  3925.    .stats-item h5 {
  3926.        font-size: 1.1rem;
  3927.    }
  3928.    
  3929.    .newsletter-form .btn {
  3930.        padding: 8px 12px;
  3931.    }
  3932. }
  3933.  
  3934. /* Animation Classes */
  3935. .fade-in {
  3936.    animation: fadeIn 0.6s ease-in;
  3937. }
  3938.  
  3939. @keyframes fadeIn {
  3940.    from { opacity: 0; transform: translateY(20px); }
  3941.    to { opacity: 1; transform: translateY(0); }
  3942. }
  3943.  
  3944. /* Loading State */
  3945. .loading {
  3946.    pointer-events: none;
  3947.    opacity: 0.7;
  3948. }
  3949.  
  3950. .loading .btn {
  3951.    position: relative;
  3952. }
  3953.  
  3954. .loading .btn::after {
  3955.    content: '';
  3956.    position: absolute;
  3957.    top: 50%;
  3958.    left: 50%;
  3959.    width: 16px;
  3960.    height: 16px;
  3961.    margin: -8px 0 0 -8px;
  3962.    border: 2px solid transparent;
  3963.    border-top-color: currentColor;
  3964.    border-radius: 50%;
  3965.    animation: spin 1s linear infinite;
  3966. }
  3967.  
  3968. @keyframes spin {
  3969.    to { transform: rotate(360deg); }
  3970. }
  3971.  
  3972. /* Utility Classes */
  3973. .text-gradient {
  3974.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3975.    -webkit-background-clip: text;
  3976.    -webkit-text-fill-color: transparent;
  3977.    background-clip: text;
  3978. }
  3979.  
  3980. .hover-lift {
  3981.    transition: transform 0.3s ease;
  3982. }
  3983.  
  3984. .hover-lift:hover {
  3985.    transform: translateY(-2px);
  3986. }
  3987. </style>
  3988.  
  3989.  
  3990. <script>
  3991. document.addEventListener('DOMContentLoaded', function() {
  3992.    
  3993.    // Initialize Bootstrap tooltips
  3994.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3995.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3996.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3997.    });
  3998.  
  3999.    // Newsletter form handling
  4000.    const newsletterForm = document.querySelector('.newsletter-form');
  4001.    if (newsletterForm) {
  4002.        newsletterForm.addEventListener('submit', function(e) {
  4003.            e.preventDefault();
  4004.            
  4005.            const email = this.querySelector('input[name="email"]').value.trim();
  4006.            const submitBtn = this.querySelector('button[type="submit"]');
  4007.            const originalContent = submitBtn.innerHTML;
  4008.            
  4009.            // Validate email
  4010.            if (!email || !isValidEmail(email)) {
  4011.                showToast('Please enter a valid email address', 'error');
  4012.                return;
  4013.            }
  4014.            
  4015.            // Show loading state
  4016.            this.classList.add('loading');
  4017.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4018.            submitBtn.disabled = true;
  4019.            
  4020.            // Simulate API call
  4021.            setTimeout(() => {
  4022.                // Success state
  4023.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4024.                submitBtn.classList.remove('btn-primary');
  4025.                submitBtn.classList.add('btn-success');
  4026.                
  4027.                showToast('Successfully subscribed to newsletter!', 'success');
  4028.                
  4029.                // Reset form
  4030.                setTimeout(() => {
  4031.                    this.classList.remove('loading');
  4032.                    submitBtn.innerHTML = originalContent;
  4033.                    submitBtn.classList.remove('btn-success');
  4034.                    submitBtn.classList.add('btn-primary');
  4035.                    submitBtn.disabled = false;
  4036.                    this.reset();
  4037.                }, 2000);
  4038.                
  4039.            }, 1500);
  4040.        });
  4041.    }
  4042.    
  4043.    // Email validation function
  4044.    function isValidEmail(email) {
  4045.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4046.        return emailRegex.test(email);
  4047.    }
  4048.    
  4049.    // Toast notification function
  4050.    function showToast(message, type = 'info') {
  4051.        // Remove existing toasts
  4052.        const existingToasts = document.querySelectorAll('.custom-toast');
  4053.        existingToasts.forEach(toast => toast.remove());
  4054.        
  4055.        // Create toast
  4056.        const toast = document.createElement('div');
  4057.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4058.        toast.style.zIndex = '9999';
  4059.        toast.innerHTML = `
  4060.            <div class="d-flex align-items-center">
  4061.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4062.                <span>${message}</span>
  4063.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4064.            </div>
  4065.        `;
  4066.        
  4067.        document.body.appendChild(toast);
  4068.        
  4069.        // Auto remove after 4 seconds
  4070.        setTimeout(() => {
  4071.            if (toast && toast.parentNode) {
  4072.                toast.remove();
  4073.            }
  4074.        }, 4000);
  4075.    }
  4076.    
  4077.    // Smooth scroll for internal links
  4078.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4079.        anchor.addEventListener('click', function(e) {
  4080.            e.preventDefault();
  4081.            const target = document.querySelector(this.getAttribute('href'));
  4082.            if (target) {
  4083.                target.scrollIntoView({
  4084.                    behavior: 'smooth',
  4085.                    block: 'start'
  4086.                });
  4087.            }
  4088.        });
  4089.    });
  4090.    
  4091.    // Add fade-in animation to footer sections on scroll
  4092.    const observerOptions = {
  4093.        threshold: 0.1,
  4094.        rootMargin: '0px 0px -50px 0px'
  4095.    };
  4096.    
  4097.    const sectionObserver = new IntersectionObserver((entries) => {
  4098.        entries.forEach(entry => {
  4099.            if (entry.isIntersecting) {
  4100.                entry.target.classList.add('fade-in');
  4101.            }
  4102.        });
  4103.    }, observerOptions);
  4104.    
  4105.    // Observe footer sections
  4106.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4107.        sectionObserver.observe(section);
  4108.    });
  4109.    
  4110.    // Enhanced hover effects for category tags
  4111.    document.querySelectorAll('.category-tag').forEach(tag => {
  4112.        tag.addEventListener('mouseenter', function() {
  4113.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4114.        });
  4115.        
  4116.        tag.addEventListener('mouseleave', function() {
  4117.            this.style.transform = 'translateY(0) scale(1)';
  4118.        });
  4119.    });
  4120.    
  4121.    // Prevent default for demo links
  4122.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4123.        link.addEventListener('click', function(e) {
  4124.            e.preventDefault();
  4125.        });
  4126.    });
  4127.    
  4128.    // Add click ripple effect to buttons
  4129.    document.querySelectorAll('.btn').forEach(btn => {
  4130.        btn.addEventListener('click', function(e) {
  4131.            const ripple = document.createElement('span');
  4132.            const rect = this.getBoundingClientRect();
  4133.            const size = Math.max(rect.width, rect.height);
  4134.            const x = e.clientX - rect.left - size / 2;
  4135.            const y = e.clientY - rect.top - size / 2;
  4136.            
  4137.            ripple.style.cssText = `
  4138.                position: absolute;
  4139.                left: ${x}px;
  4140.                top: ${y}px;
  4141.                width: ${size}px;
  4142.                height: ${size}px;
  4143.                border-radius: 50%;
  4144.                background: rgba(255, 255, 255, 0.4);
  4145.                transform: scale(0);
  4146.                animation: ripple-effect 0.6s linear;
  4147.                pointer-events: none;
  4148.            `;
  4149.            
  4150.            this.style.position = 'relative';
  4151.            this.style.overflow = 'hidden';
  4152.            this.appendChild(ripple);
  4153.            
  4154.            setTimeout(() => ripple.remove(), 600);
  4155.        });
  4156.    });
  4157.    
  4158. });
  4159.  
  4160. // Add ripple animation CSS
  4161. const rippleCSS = document.createElement('style');
  4162. rippleCSS.textContent = `
  4163.    @keyframes ripple-effect {
  4164.        to {
  4165.            transform: scale(4);
  4166.            opacity: 0;
  4167.        }
  4168.    }
  4169. `;
  4170. document.head.appendChild(rippleCSS);
  4171.  
  4172. document.addEventListener('DOMContentLoaded', function () {
  4173.    var btn = document.getElementById('toggleFooterLinks');
  4174.    if (!btn) return; // No extra links, no button
  4175.  
  4176.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4177.  
  4178.    btn.addEventListener('click', function () {
  4179.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4180.            return li.classList.contains('d-none');
  4181.        });
  4182.  
  4183.        extras.forEach(function (li) {
  4184.            if (anyHidden) {
  4185.                li.classList.remove('d-none');
  4186.                li.classList.add('show');
  4187.            } else {
  4188.                li.classList.add('d-none');
  4189.                li.classList.remove('show');
  4190.            }
  4191.        });
  4192.  
  4193.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4194.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4195.    });
  4196. });
  4197.  
  4198. </script>
  4199.  
  4200.        <!-- end of wpo-site-footer-section -->
  4201.    </div>
  4202.    <!-- end of page-wrapper -->
  4203.  
  4204.    <!-- All JavaScript files
  4205.    ================================================== -->
  4206.    
  4207.  
  4208. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4209. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4210. <!-- Plugins for this template -->
  4211. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4212. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4213. <!-- Custom script for this template -->
  4214. <script src="/static/blogapp/assets/js/script.js"></script>
  4215.  
  4216. <script>
  4217. (function () {
  4218. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4219. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4220.  
  4221. function applyFallback(img) {
  4222. if (!img || img.dataset.fallbackApplied === "1") {
  4223. return;
  4224. }
  4225. var failedSrc = img.currentSrc || img.src || "";
  4226. img.dataset.fallbackApplied = "1";
  4227. img.onerror = null;
  4228. img.src = fallbackImageSrc;
  4229. console.warn("[ImageFallback] Replaced broken image:", {
  4230. failedSrc: failedSrc,
  4231. fallbackSrc: fallbackImageSrc,
  4232. alt: img.alt || "",
  4233. });
  4234. }
  4235.  
  4236. document.querySelectorAll("img").forEach(function (img) {
  4237. if (img.complete && img.naturalWidth === 0) {
  4238. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4239. failedSrc: img.currentSrc || img.src || "",
  4240. alt: img.alt || "",
  4241. });
  4242. applyFallback(img);
  4243. }
  4244. });
  4245.  
  4246. document.addEventListener(
  4247. "error",
  4248. function (event) {
  4249. var target = event.target;
  4250. if (target && target.tagName === "IMG") {
  4251. applyFallback(target);
  4252. }
  4253. },
  4254. true
  4255. );
  4256. })();
  4257. </script>
  4258.  
  4259. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4260.  
  4261.  
  4262.  
  4263. <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":"ff31a8bd5be44e82bc800dd87c1f8eba","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4264. </body>
  4265.  
  4266. </html>
  4267.  
  4268.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda