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://visionworld360.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  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_70_zo9jyTF_p9arbWc_ysqdMyl.png">
  14.    
  15.  
  16.    <title>Vision World 360: UK Photography &amp; Visual Arts Blog</title>
  17.    <meta name="description" content="Explore photography tips, visual arts insights, and creative inspiration from the UK. Discover tutorials, gear reviews, and artist spotlights on our blog.">
  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://visionworld360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #4b0082;
  42.        --bs-primary-rgb: 4b0082;
  43.        --bs-secondary: #4682b4;
  44.        --bs-success: #00ced1;
  45.        --bs-danger: #ff4500;
  46.        --bs-warning: #ffa500;
  47.        --bs-info: #87ceeb;
  48.        --bs-light: #f0f8ff;
  49.        --bs-dark: #191970;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #4b0082;
  53.        --theme-primary-color-s2: #4b0082;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #191970;
  57.        --text-light-color: #676767;
  58.        --heading-color: #191970;
  59.        --border-color: #add8e6;
  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: #b0e0e6;
  75.        --navbar-color: #191970;
  76.        --topbar-bg: #f0f8ff;
  77.        --topbar-color: #191970;
  78.        --footer-bg: #191970;
  79.        --footer-color: #f0f8ff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #add8e6;
  82.        --card-radius: 14px;
  83.        --link-color: #4b0082;
  84.        --link-hover: #3a0066;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(75, 0, 130, 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_23">
  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.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/sitting-with-ferguson-and-getting-knocked-out-a-photographers-tales/" class="px-5 top-color">
  420.                    Sitting with Ferguson and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Tales
  421.                  </a>
  422.                  
  423.                  <a href="/californias-governor-blocks-parole-for-manson-follower-longtime-inmate/" class="px-5 top-color">
  424.                    California&#x27;s Governor Blocks Parole for Manson Follower Longtime Inmate
  425.                  </a>
  426.                  
  427.                  <a href="/person-of-interest-in-brown-university-incident-located-dead-inside-storage-facility/" class="px-5 top-color">
  428.                    Person of Interest in Brown University Incident Located Dead Inside Storage Facility.
  429.                  </a>
  430.                  
  431.                  <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="px-5 top-color">
  432.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  433.                  </a>
  434.                  
  435.                  <a href="/body-of-competitive-swimmer-seemingly-attacked-by-shark-found-on-californian-shore/" class="px-5 top-color">
  436.                    Body of Competitive Swimmer Seemingly Attacked by Shark Found on Californian Shore
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v7 py-2 mb-4">
  479.    <!-- Top Bar -->
  480.    <div class="top-bar-v7">
  481.        <div class="container-fluid fluid-container">
  482.            <div class="row align-items-center justify-content-center">
  483.                <div class="col-lg-3 col-md-4">
  484.                    <div class="logo-section-v7">
  485.                        <a class="brand-link-v7" href="/">
  486.                            
  487.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9d4b25f6-bbec-4d74-82b3-3e016ae45c43_logo.png" alt="Vision World 360" class="logo-img-v7" />
  488.                            
  489.                        </a>
  490.                    </div>
  491.                </div>
  492.                <div class="col-lg-6 col-md-5">
  493.                    <div class="search-bar-v7">
  494.                        <form class="search-form-v7" action="#" method="get">
  495.                            <div class="search-container-v7">
  496.                                <input id="search-input" type="search" class="search-input-v7"
  497.                                    placeholder="Search articles, tutorials, news..." name="q">
  498.                                <button type="submit" class="search-btn-v7">
  499.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  500.                                        stroke-width="2">
  501.                                        <circle cx="11" cy="11" r="8"></circle>
  502.                                        <path d="m21 21-4.35-4.35"></path>
  503.                                    </svg>
  504.                                </button>
  505.                            </div>
  506.                            <div id="search-results" class="search-results-container search-v1"></div>
  507.                        </form>
  508.                    </div>
  509.                </div>
  510.                <div class="col-lg-3 col-md-3">
  511.                    <!-- Empty column for spacing -->
  512.                </div>
  513.            </div>
  514.        </div>
  515.    </div>
  516.  
  517.    <!-- Main Navigation -->
  518.    <div class="main-nav-v7">
  519.        <div class="container-fluid">
  520.            <div class="nav-wrapper-v7">
  521.  
  522.                <!-- Sidebar Navigation -->
  523.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  524.                    <div class="nav-header-v7">
  525.                        <h6 class="nav-title-v7">Navigation</h6>
  526.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  527.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  528.                                stroke-width="2">
  529.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  530.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  531.                            </svg>
  532.                        </button>
  533.                    </div>
  534.  
  535.                    <ul class="sidebar-menu-v7">
  536.                        <li class="sidebar-item-v7">
  537.                            <a href='/' class="sidebar-link-v7 active-v7">
  538.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  539.                                    stroke="currentColor" stroke-width="2">
  540.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  541.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  542.                                </svg>
  543.                                Home
  544.                            </a>
  545.                        </li>
  546.  
  547.                        <li class="sidebar-item-v7 has-submenu-v7">
  548.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  549.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  550.                                    stroke="currentColor" stroke-width="2">
  551.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  552.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  553.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  554.                                </svg>
  555.                                Technology
  556.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  557.                                    stroke="currentColor" stroke-width="2">
  558.                                    <polyline points="6,9 12,15 18,9"></polyline>
  559.                                </svg>
  560.                            </a>
  561.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  562.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  563.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  564.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  566.                            </ul>
  567.                        </li>
  568.  
  569.                        <li class="sidebar-item-v7 has-submenu-v7">
  570.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  571.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  572.                                    stroke="currentColor" stroke-width="2">
  573.                                    <path
  574.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  575.                                    </path>
  576.                                </svg>
  577.                                Business
  578.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <polyline points="6,9 12,15 18,9"></polyline>
  581.                                </svg>
  582.                            </a>
  583.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  584.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  587.                            </ul>
  588.                        </li>
  589.  
  590.                        <li class="sidebar-item-v7">
  591.                            <a href="#" class="sidebar-link-v7">
  592.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  593.                                    stroke="currentColor" stroke-width="2">
  594.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  595.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  596.                                </svg>
  597.                                Tutorials
  598.                            </a>
  599.                        </li>
  600.  
  601.                        <li class="sidebar-item-v7">
  602.                            <a href="#" class="sidebar-link-v7">
  603.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  604.                                    stroke="currentColor" stroke-width="2">
  605.                                    <polygon
  606.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  607.                                    </polygon>
  608.                                </svg>
  609.                                Reviews
  610.                            </a>
  611.                        </li>
  612.  
  613.                        <li class="sidebar-item-v7">
  614.                            <a href="#" class="sidebar-link-v7">
  615.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  616.                                    stroke="currentColor" stroke-width="2">
  617.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  618.                                </svg>
  619.                                News
  620.                            </a>
  621.                        </li>
  622.  
  623.                        <li class="sidebar-item-v7">
  624.                            <a href="#" class="sidebar-link-v7">
  625.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  626.                                    stroke="currentColor" stroke-width="2">
  627.                                    <circle cx="12" cy="12" r="3"></circle>
  628.                                    <path
  629.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  630.                                    </path>
  631.                                </svg>
  632.                                About
  633.                            </a>
  634.                        </li>
  635.  
  636.                        <li class="sidebar-item-v7">
  637.                            <a href="#" class="sidebar-link-v7">
  638.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  639.                                    stroke="currentColor" stroke-width="2">
  640.                                    <path
  641.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  642.                                    </path>
  643.                                    <polyline points="22,6 12,13 2,6"></polyline>
  644.                                </svg>
  645.                                Contact
  646.                            </a>
  647.                        </li>
  648.                    </ul>
  649.                </nav>
  650.                <div class="sidebar-blur"></div>
  651.  
  652.                <!-- Main Content Area -->
  653.                <div class="content-area-v7">
  654.                    <!-- Horizontal Nav for Desktop -->
  655.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  656.                        <ul class="horizontal-menu-v7">
  657.  
  658.                            
  659.                            <li class="horizontal-item-v7">
  660.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  661.                            </li>
  662.  
  663.                            
  664.                            
  665.                             <li class="horizontal-item-v7">
  666.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  667.                                    All Posts
  668.                                </a>
  669.                                </li>
  670.  
  671.                                
  672.  
  673.                                        
  674.                                        
  675.                                
  676.                             <li class="horizontal-item-v7">
  677.                                <a href="/category/business/" class="horizontal-link-v7">
  678.                                    Business
  679.                                </a>
  680.                                </li>
  681.  
  682.                                
  683.  
  684.                                        
  685.                                        
  686.                                
  687.                             <li class="horizontal-item-v7">
  688.                                <a href="/category/esports/" class="horizontal-link-v7">
  689.                                    Esports
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                        
  696.                                        
  697.                                
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/fashion/" class="horizontal-link-v7">
  700.                                    Fashion
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/featured/" class="horizontal-link-v7">
  711.                                    Featured
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/gaming/" class="horizontal-link-v7">
  722.                                    Gaming
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/health/" class="horizontal-link-v7">
  733.                                    Health
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                
  744.                                <li class="horizontal-item-v7 dropdown-v7">
  745.                                    <a href="#" class="horizontal-link-v7">More</a>
  746.                                    <div class="horizontal-dropdown-v7">
  747.                                        <a href="/category/life-fitness/"
  748.                                            class="dropdown-item-v7">
  749.                                            Life &amp; Fitness
  750.                                        </a>
  751.                                        
  752.  
  753.                                        
  754.                                        
  755.                                
  756.                            
  757.                                        <a href="/category/lifestyle/"
  758.                                            class="dropdown-item-v7">
  759.                                            Lifestyle
  760.                                        </a>
  761.                                        
  762.  
  763.                                        
  764.                                        
  765.                                
  766.                            
  767.                                        <a href="/category/news/"
  768.                                            class="dropdown-item-v7">
  769.                                            News
  770.                                        </a>
  771.                                        
  772.  
  773.                                        
  774.                                        
  775.                                
  776.                            
  777.                                        <a href="/category/others/"
  778.                                            class="dropdown-item-v7">
  779.                                            Others
  780.                                        </a>
  781.                                        
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                            
  787.                                        <a href="/category/politics/"
  788.                                            class="dropdown-item-v7">
  789.                                            Politics
  790.                                        </a>
  791.                                        
  792.  
  793.                                        
  794.                                        
  795.                                
  796.                            
  797.                                        <a href="/category/sports/"
  798.                                            class="dropdown-item-v7">
  799.                                            Sports
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/tech/"
  808.                                            class="dropdown-item-v7">
  809.                                            Tech
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/travel/"
  818.                                            class="dropdown-item-v7">
  819.                                            Travel
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                    </div>
  826.                                </li>
  827.                                
  828.                                
  829. <li>
  830.                  <a href="/page/contact-us/">
  831.                     Contact Us
  832.                  </a>
  833.              </li>
  834.                        </ul>
  835.                    </nav>
  836.  
  837.  
  838.                    <!-- Mobile Menu Button -->
  839.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  840.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  841.                            stroke-width="2">
  842.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  843.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  844.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  845.                        </svg>
  846.                        Menu
  847.                    </button>
  848.                </div>
  849.            </div>
  850.        </div>
  851.    </div>
  852.  
  853.    <!-- Overlay for mobile sidebar -->
  854.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  855. </header>
  856.  
  857. <style>
  858.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  859.    .header-v7 {
  860.        position: relative;
  861.        background: var(--navbar-bg);
  862.    }
  863.  
  864.    /* Top Bar Styles */
  865.    .top-bar-v7 {
  866.        padding: 15px 0;
  867.        border-bottom: 1px solid var(--border-color);
  868.        background: var(--navbar-bg);
  869.    }
  870.  
  871.    .logo-img-v7 {
  872.        max-height: 70px;
  873.        transition: transform 0.3s ease;
  874.    }
  875.  
  876.    .logo-img-v7:hover {
  877.        transform: scale(1.05);
  878.    }
  879.  
  880.    /* Search Bar Styles */
  881.    .search-container-v7 {
  882.        position: relative;
  883.        display: flex;
  884.        align-items: center;
  885.        background: transparent;
  886.        border: 2px solid var(--border-color);
  887.        border-radius: 8px;
  888.        overflow: hidden;
  889.        transition: all 0.3s ease;
  890.    }
  891.  
  892.    .search-container-v7:focus-within {
  893.        border-color: #007bff33;
  894.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  895.    }
  896.  
  897.    .search-input-v7 {
  898.        color: var(--topbar-color) !important;
  899.        flex: 1;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        font-size: 14px;
  903.        outline: none;
  904.        background: transparent;
  905.    }
  906.  
  907.    .search-input-v7::placeholder {
  908.        color: #a0aec0;
  909.    }
  910.  
  911.    .search-btn-v7 {
  912.        background: var(--bs-primary);
  913.        color: white;
  914.        border: none;
  915.        padding: 12px 16px;
  916.        cursor: pointer;
  917.        transition: background 0.3s ease;
  918.    }
  919.  
  920.    .search-btn-v7:hover {
  921.        background: #3182ce;
  922.    }
  923.  
  924.    /* Header Actions */
  925.    .header-actions-v7 {
  926.        display: flex;
  927.        align-items: center;
  928.        gap: 15px;
  929.        justify-content: flex-end;
  930.    }
  931.  
  932.    .notification-btn-v7,
  933.    .profile-btn-v7 {
  934.        background: none;
  935.        border: none;
  936.        padding: 8px;
  937.        border-radius: 8px;
  938.        cursor: pointer;
  939.        transition: background 0.3s ease;
  940.        position: relative;
  941.    }
  942.  
  943.    .notification-btn-v7:hover,
  944.    .profile-btn-v7:hover {
  945.        background: #f1f5f9;
  946.    }
  947.  
  948.    .notification-badge-v7 {
  949.        position: absolute;
  950.        top: 2px;
  951.        right: 2px;
  952.        background: #e53e3e;
  953.        color: white;
  954.        font-size: 16px;
  955.        font-weight: 600;
  956.        width: 16px;
  957.        height: 16px;
  958.        border-radius: 50%;
  959.        display: flex;
  960.        align-items: center;
  961.        justify-content: center;
  962.    }
  963.  
  964.    .profile-avatar-v7 {
  965.        width: 32px;
  966.        height: 32px;
  967.        background: var(--border-color);
  968.        border-radius: 50%;
  969.        display: flex;
  970.        align-items: center;
  971.        justify-content: center;
  972.    }
  973.  
  974.    /* Main Navigation */
  975.    .main-nav-v7 {
  976.        background: var(--navbar-bg);
  977.    }
  978.  
  979.    .nav-wrapper-v7 {
  980.        display: flex;
  981.        align-items: center;
  982.        justify-content: center;
  983.        min-height: 60px;
  984.    }
  985.  
  986.    /* Sidebar Navigation */
  987.    .sidebar-nav-v7 {
  988.        position: fixed;
  989.        top: 0;
  990.        left: -350px;
  991.        width: 350px;
  992.        height: 100vh;
  993.        background: var(--navbar-bg);
  994.        z-index: 1000;
  995.        transition: left 0.3s ease;
  996.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  997.        overflow-y: auto;
  998.    }
  999.  
  1000.    .sidebar-nav-v7.show-v7 {
  1001.        left: 0;
  1002.    }
  1003.  
  1004.    .nav-header-v7 {
  1005.        display: flex;
  1006.        align-items: center;
  1007.        justify-content: space-between;
  1008.        padding: 20px 25px;
  1009.        border-bottom: 1px solid var(--border-color);
  1010.        background: var(--navbar-bg);
  1011.    }
  1012.  
  1013.    .nav-title-v7 {
  1014.        font-size: 16px;
  1015.        font-weight: 600;
  1016.        color: #2d3748;
  1017.        margin: 0;
  1018.    }
  1019.  
  1020.    .sidebar-close-v7 {
  1021.        background: none;
  1022.        border: none;
  1023.        padding: 8px;
  1024.        cursor: pointer;
  1025.        border-radius: 6px;
  1026.        transition: background 0.3s ease;
  1027.    }
  1028.  
  1029.    .sidebar-close-v7:hover {
  1030.        background: var(--border-color);
  1031.    }
  1032.  
  1033.    .sidebar-menu-v7 {
  1034.        list-style: none;
  1035.        padding: 20px 0;
  1036.        margin: 0;
  1037.    }
  1038.  
  1039.    .sidebar-item-v7 {
  1040.        margin-bottom: 5px;
  1041.    }
  1042.  
  1043.    .sidebar-link-v7 {
  1044.        display: flex;
  1045.        align-items: center;
  1046.        color: #4a5568;
  1047.        text-decoration: none;
  1048.        padding: 15px 25px;
  1049.        font-size: 15px;
  1050.        font-weight: 500;
  1051.        transition: all 0.3s ease;
  1052.        position: relative;
  1053.    }
  1054.  
  1055.    .sidebar-link-v7:hover,
  1056.    .sidebar-link-v7.active-v7 {
  1057.        color: #007bff;
  1058.        background: var(--border-color);
  1059.    }
  1060.  
  1061.    .sidebar-link-v7.active-v7::before {
  1062.        content: '';
  1063.        position: absolute;
  1064.        left: 0;
  1065.        top: 0;
  1066.        bottom: 0;
  1067.        width: 4px;
  1068.        background: #007bff;
  1069.    }
  1070.  
  1071.    .sidebar-icon-v7 {
  1072.        margin-right: 12px;
  1073.        color: currentColor;
  1074.    }
  1075.  
  1076.    .submenu-arrow-v7 {
  1077.        margin-left: auto;
  1078.        transition: transform 0.3s ease;
  1079.    }
  1080.  
  1081.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1082.        transform: rotate(180deg);
  1083.    }
  1084.  
  1085.    .sidebar-submenu-v7 {
  1086.        list-style: none;
  1087.        padding: 0;
  1088.        margin: 0;
  1089.        max-height: 0;
  1090.        overflow: hidden;
  1091.        transition: max-height 0.3s ease;
  1092.        background: var(--navbar-bg);
  1093.    }
  1094.  
  1095.    .sidebar-submenu-v7.show-v7 {
  1096.        max-height: 300px;
  1097.        padding: 10px 0;
  1098.    }
  1099.  
  1100.    .sidebar-sublink-v7 {
  1101.        display: block;
  1102.        color: #718096;
  1103.        text-decoration: none;
  1104.        padding: 10px 25px 10px 55px;
  1105.        font-size: 14px;
  1106.        transition: all 0.3s ease;
  1107.    }
  1108.  
  1109.    .sidebar-sublink-v7:hover {
  1110.        color: #007bff;
  1111.        background: var(--border-color);
  1112.    }
  1113.  
  1114.    /* Sidebar Footer */
  1115.    .sidebar-footer-v7 {
  1116.        padding: 25px;
  1117.        margin-top: auto;
  1118.        border-top: 1px solid var(--border-color);
  1119.    }
  1120.  
  1121.    .sidebar-cta-v7 {
  1122.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1123.        padding: 20px;
  1124.        border-radius: 12px;
  1125.        text-align: center;
  1126.        color: white;
  1127.    }
  1128.  
  1129.    .cta-title-v7 {
  1130.        font-size: 14px;
  1131.        font-weight: 600;
  1132.        margin: 0 0 5px 0;
  1133.    }
  1134.  
  1135.    .cta-text-v7 {
  1136.        font-size: 12px;
  1137.        margin: 0 0 15px 0;
  1138.        opacity: 0.9;
  1139.    }
  1140.  
  1141.    .cta-btn-v7 {
  1142.        background: rgba(255, 255, 255, 0.2);
  1143.        color: white;
  1144.        border: 1px solid rgba(255, 255, 255, 0.3);
  1145.        padding: 8px 20px;
  1146.        border-radius: 20px;
  1147.        font-size: 12px;
  1148.        font-weight: 500;
  1149.        cursor: pointer;
  1150.        transition: all 0.3s ease;
  1151.    }
  1152.  
  1153.    .cta-btn-v7:hover {
  1154.        background: rgba(255, 255, 255, 0.3);
  1155.    }
  1156.  
  1157.    /* Horizontal Navigation for Desktop */
  1158.    .horizontal-nav-v7 {
  1159.        flex: 1;
  1160.        display: flex;
  1161.        justify-content: center;
  1162.    }
  1163.  
  1164.    .horizontal-menu-v7 {
  1165.        list-style: none;
  1166.        padding: 0;
  1167.        margin: 0;
  1168.        display: flex;
  1169.        align-items: center;
  1170.    }
  1171.  
  1172.    .horizontal-item-v7 {
  1173.        position: relative;
  1174.        margin-right: 30px;
  1175.    }
  1176.  
  1177.    .horizontal-link-v7 {
  1178.        color: #4a5568;
  1179.        text-decoration: none;
  1180.        font-size: 16px;
  1181.        font-weight: 500;
  1182.        padding: 20px 0;
  1183.        position: relative;
  1184.        transition: color 0.3s ease;
  1185.    }
  1186.  
  1187.    .horizontal-link-v7::after {
  1188.        content: '';
  1189.        position: absolute;
  1190.        bottom: 0;
  1191.        left: 0;
  1192.        width: 0;
  1193.        height: 2px;
  1194.        background: #007bff;
  1195.        transition: width 0.3s ease;
  1196.    }
  1197.  
  1198.    .horizontal-link-v7:hover,
  1199.    .horizontal-link-v7.active-v7 {
  1200.        color: #007bff;
  1201.        font-weight: 600;
  1202.    }
  1203.  
  1204.    .horizontal-link-v7:hover::after,
  1205.    .horizontal-link-v7.active-v7::after {
  1206.        width: 100%;
  1207.    }
  1208.  
  1209.    /* Horizontal Dropdown */
  1210.    .horizontal-dropdown-v7 {
  1211.        position: absolute;
  1212.        top: 100%;
  1213.        left: 0;
  1214.        background: var(--navbar-bg);
  1215.        min-width: 200px;
  1216.        border-radius: 8px;
  1217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1218.        opacity: 0;
  1219.        visibility: hidden;
  1220.        transform: translateY(-10px);
  1221.        transition: all 0.3s ease;
  1222.        padding: 10px 0;
  1223.        z-index: 100;
  1224.    }
  1225.  
  1226.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1227.        opacity: 1;
  1228.        visibility: visible;
  1229.        transform: translateY(0);
  1230.    }
  1231.  
  1232.    .dropdown-item-v7 {
  1233.        display: block;
  1234.        color: #4a5568;
  1235.        text-decoration: none;
  1236.        padding: 12px 20px;
  1237.        font-size: 14px;
  1238.        transition: all 0.3s ease;
  1239.    }
  1240.  
  1241.    .dropdown-item-v7:hover {
  1242.        color: #007bff;
  1243.        background: #565758ff;
  1244.    }
  1245.  
  1246.    /* Mobile Menu Button */
  1247.    .mobile-menu-btn-v7 {
  1248.        background: none;
  1249.        border: 1px solid var(--border-color);
  1250.        padding: 10px 15px;
  1251.        border-radius: 8px;
  1252.        cursor: pointer;
  1253.        display: flex;
  1254.        align-items: center;
  1255.        gap: 8px;
  1256.        font-size: 14px;
  1257.        font-weight: 500;
  1258.        color: #4a5568;
  1259.        transition: all 0.3s ease;
  1260.        margin: 0 auto;
  1261.    }
  1262.  
  1263.    .mobile-menu-btn-v7:hover {
  1264.        border-color: #cbd5e0;
  1265.        opacity: 0.7;
  1266.    }
  1267.  
  1268.    /* Sidebar Overlay */
  1269.    .sidebar-overlay-v7 {
  1270.        position: fixed;
  1271.        top: 0;
  1272.        left: 0;
  1273.        right: 0;
  1274.        bottom: 0;
  1275.        background: rgba(0, 0, 0, 0.5);
  1276.        z-index: 999;
  1277.        opacity: 0;
  1278.        visibility: hidden;
  1279.        transition: all 0.3s ease;
  1280.    }
  1281.  
  1282.    .sidebar-overlay-v7.show-v7 {
  1283.        opacity: 1;
  1284.        visibility: visible;
  1285.    }
  1286.  
  1287.    /* Responsive Design */
  1288.    @media (max-width: 991px) {
  1289.        .top-bar-v7 .col-lg-6 {
  1290.            order: 3;
  1291.            margin-top: 15px;
  1292.        }
  1293.  
  1294.        .header-actions-v7 {
  1295.            justify-content: flex-start;
  1296.        }
  1297.    }
  1298.  
  1299.    @media (max-width: 768px) {
  1300.        .sidebar-nav-v7 {
  1301.            width: 300px;
  1302.            left: -300px;
  1303.        }
  1304.  
  1305.        .search-container-v7 {
  1306.            margin-top: 10px;
  1307.        }
  1308.    }
  1309. </style>
  1310.  
  1311. <script>
  1312.    function openSidebarV7() {
  1313.        const sidebar = document.getElementById('sidebarNavV7');
  1314.        const overlay = document.getElementById('sidebarOverlayV7');
  1315.  
  1316.        sidebar.classList.add('show-v7');
  1317.        overlay.classList.add('show-v7');
  1318.        document.body.style.overflow = 'hidden';
  1319.    }
  1320.  
  1321.    function closeSidebarV7() {
  1322.        const sidebar = document.getElementById('sidebarNavV7');
  1323.        const overlay = document.getElementById('sidebarOverlayV7');
  1324.  
  1325.        sidebar.classList.remove('show-v7');
  1326.        overlay.classList.remove('show-v7');
  1327.        document.body.style.overflow = '';
  1328.    }
  1329.  
  1330.    function toggleSubmenuV7(submenuId) {
  1331.        const submenu = document.getElementById(submenuId);
  1332.        const parentItem = submenu.closest('.sidebar-item-v7');
  1333.  
  1334.        // Close other open submenus
  1335.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1336.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1337.  
  1338.        allSubmenus.forEach(menu => {
  1339.            if (menu.id !== submenuId) {
  1340.                menu.classList.remove('show-v7');
  1341.            }
  1342.        });
  1343.  
  1344.        allParentItems.forEach(item => {
  1345.            if (item !== parentItem) {
  1346.                item.classList.remove('open-v7');
  1347.            }
  1348.        });
  1349.  
  1350.        // Toggle current submenu
  1351.        submenu.classList.toggle('show-v7');
  1352.        parentItem.classList.toggle('open-v7');
  1353.    }
  1354.  
  1355.    // Close sidebar when clicking outside
  1356.    document.addEventListener('click', function (event) {
  1357.        const sidebar = document.getElementById('sidebarNavV7');
  1358.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1359.  
  1360.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1361.            closeSidebarV7();
  1362.        }
  1363.    });
  1364.  
  1365.    // Handle window resize
  1366.    window.addEventListener('resize', function () {
  1367.        if (window.innerWidth >= 992) {
  1368.            closeSidebarV7();
  1369.        }
  1370.    });
  1371. </script>
  1372.  
  1373. <script>
  1374.  document.addEventListener("DOMContentLoaded", function () {
  1375.    console.log("loaded");
  1376.  
  1377.     const searchInput = document.getElementById("search-input")
  1378.    const searchResults = document.getElementById("search-results");
  1379.  
  1380.    if (!searchInput || !searchResults) {
  1381.      console.error("Search input/results not found");
  1382.      return;
  1383.    }
  1384.  
  1385.    // Prevent form submission
  1386.    if (searchInput.form) {
  1387.      searchInput.form.addEventListener("submit", function (e) {
  1388.        e.preventDefault();
  1389.      });
  1390.    }
  1391.  
  1392.    // Add event listener for keyup
  1393.    searchInput.addEventListener("keyup", function (e) {
  1394.      console.log("Key pressed:", e.key);
  1395.      e.preventDefault();
  1396.  
  1397.      const query = searchInput.value.trim();
  1398.      console.log("User is typing: " + query);
  1399.  
  1400.      // If empty → clear and hide
  1401.      if (query === "") {
  1402.        searchResults.innerHTML = "";
  1403.        searchResults.style.display = "none";
  1404.        return;
  1405.      }
  1406.  
  1407.      // Show results
  1408.      searchResults.style.display = "block";
  1409.  
  1410.      // Fetch search results
  1411.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1412.        method: "GET",
  1413.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1414.      })
  1415.        .then(response => {
  1416.          console.log("Response Status:", response.status);
  1417.          return response.json();
  1418.        })
  1419.        .then(data => {
  1420.          console.log("Data received:", data);
  1421.          if (data.html) {
  1422.            searchResults.innerHTML = data.html;
  1423.          } else {
  1424.            searchResults.innerHTML = "<p>No results found.</p>";
  1425.          }
  1426.        })
  1427.        .catch(error => {
  1428.          console.error("Error fetching search results:", error);
  1429.        });
  1430.    });
  1431.  
  1432.    // Close results when clicking outside
  1433.    document.addEventListener("click", function (e) {
  1434.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1435.        searchResults.style.display = "none";
  1436.      }
  1437.    });
  1438.  
  1439.    // Close results on ESC key
  1440.    document.addEventListener("keydown", function (e) {
  1441.      if (e.key === "Escape") {
  1442.        searchResults.style.display = "none";
  1443.      }
  1444.    });
  1445.  });
  1446. </script>
  1447.  
  1448. <style>
  1449.        /* search field */
  1450.  .search-results-container {
  1451.  position: absolute;
  1452.  top: 100%; /* Position it below the input field */
  1453.  left: 10px;
  1454.  right: 10px;
  1455.  background-color: white;
  1456.  border: 1px solid #ddd;
  1457.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1458.  max-height: 300px;
  1459.  overflow-y: auto;
  1460.  z-index: 1000;
  1461.  display: none; /* Initially hidden */
  1462. }
  1463.  
  1464. .search-results-container p {
  1465.  margin: 0;
  1466. }
  1467.  
  1468. .search-results-container .result-item {
  1469.  padding: 10px;
  1470.  cursor: pointer;
  1471. }
  1472.  
  1473. .search-results-container .result-item:hover {
  1474.  background-color: #f0f0f0;
  1475. }
  1476. </style>
  1477.  
  1478.        </header>
  1479.        <!-- end of header -->
  1480.        <!-- start of wpo-blog-hero -->
  1481.        
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489. <div class="blog-hero-v9">
  1490.  <div class="container-fluid fluid-container">
  1491.    <!-- Top Section: Split Layout -->
  1492.    <div class="row g-4 mb-5">
  1493.      <!-- Large Featured Article (Left) -->
  1494.      
  1495.              
  1496.      <div class="col-lg-8 col-12">
  1497.        <article class="large-featured">
  1498.          <div class="featured-image-container">
  1499.            
  1500.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Music Legend Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis." class="featured-image">
  1501.            
  1502.            <div class="category-tag bg-primary-gradient">News</div>
  1503.          </div>
  1504.          <div class="featured-content">
  1505.            <h1 class="featured-title"><a href="/music-legend-barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/">
  1506.                                Music Legend Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  1507.                            </a></h1>
  1508.            <p class="featured-summary"></p>
  1509.            <div class="article-meta">
  1510.              <div class="author-info">
  1511.                
  1512.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" class="author-pic" >
  1513.                  
  1514.                <span class="author-name">Roberto Wagner</span>
  1515.                <span class="post-time">May 19, 2026</span>
  1516.              </div>
  1517.            </div>
  1518.          </div>
  1519.        </article>
  1520.      </div>
  1521.      
  1522.      
  1523.  
  1524.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1525.      <div class="col-lg-4 col-12">
  1526.        <div class="stacked-features">
  1527.          
  1528.          <article class="small-featured">
  1529.            <div class="small-image-container">
  1530.              
  1531.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former UK Serviceman Accused of Killing Kenya Woman Shows Up in Courtroom" class="small-image">
  1532.              
  1533.              <div class="category-tag bg-primary-gradient">News</div>
  1534.            </div>
  1535.            <div class="small-content">
  1536.              <h3 class="small-title"> <a href="/former-uk-serviceman-accused-of-killing-kenya-woman-shows-up-in-courtroom/">
  1537.                                Former UK Serviceman Accused of Killing Kenya Woman Shows Up in Courtroom
  1538.                            </a></h3>
  1539.              <p class="compact-text"></p>
  1540.              <div class="small-meta">
  1541.                <span class="small-author">Roberto Wagner</span>
  1542.                <span class="small-date">May 19, 2026</span>
  1543.              </div>
  1544.            </div>
  1545.          </article>
  1546.      
  1547.          <article class="small-featured">
  1548.            <div class="small-image-container">
  1549.              
  1550.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Approves Addyi, a Libido-Enhancing Medication for Females Beyond Menopause" class="small-image">
  1551.              
  1552.              <div class="category-tag bg-primary-gradient">News</div>
  1553.            </div>
  1554.            <div class="small-content">
  1555.              <h3 class="small-title"> <a href="/fda-approves-addyi-a-libido-enhancing-medication-for-females-beyond-menopause/">
  1556.                                FDA Approves Addyi, a Libido-Enhancing Medication for Females Beyond Menopause
  1557.                            </a></h3>
  1558.              <p class="compact-text"></p>
  1559.              <div class="small-meta">
  1560.                <span class="small-author">Roberto Wagner</span>
  1561.                <span class="small-date">May 19, 2026</span>
  1562.              </div>
  1563.            </div>
  1564.          </article>
  1565.      
  1566.        </div>
  1567.      </div>
  1568.    </div>
  1569.    <!-- Bottom Section: Three Compact Cards -->
  1570.    <div class="row g-4">
  1571.      
  1572.      <div class="col-lg-4 col-md-6 col-12">
  1573.        <article class="compact-card">
  1574.          <div class="compact-image">
  1575.            
  1576.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="We Must Have a Chopper to Go Find Them’: 13-Year-Old’s Distress Call to Save Loved Ones Stranded Off Aussie Coast Revealed" >
  1577.            
  1578.            <div class="compact-category bg-primary-gradient">News</div>
  1579.          </div>
  1580.          <div class="compact-body">
  1581.            <h3 class="compact-title"> <a href="/we-must-have-a-chopper-to-go-find-them-13-year-olds-distress-call-to-save-loved-ones-stranded-off-aussie-coast-revealed/">
  1582.                                    We Must Have a Chopper to Go Find Them’: 13-Year-Old’s Distress Call to Save Loved Ones Stranded Off Aussie Coast Revealed
  1583.                                </a></h3>
  1584.            <p class="compact-text"></p>
  1585.            <div class="compact-footer">
  1586.              <span class="compact-name">Roberto Wagner</span>
  1587.              <span class="compact-date">May 19</span>
  1588.            </div>
  1589.          </div>
  1590.        </article>
  1591.      </div>
  1592.      
  1593.      <div class="col-lg-4 col-md-6 col-12">
  1594.        <article class="compact-card">
  1595.          <div class="compact-image">
  1596.            
  1597.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Cyclone Disaster in the Island Nation Awakens a Wave of Volunteerism" >
  1598.            
  1599.            <div class="compact-category bg-primary-gradient">News</div>
  1600.          </div>
  1601.          <div class="compact-body">
  1602.            <h3 class="compact-title"> <a href="/cyclone-disaster-in-the-island-nation-awakens-a-wave-of-volunteerism/">
  1603.                                    Cyclone Disaster in the Island Nation Awakens a Wave of Volunteerism
  1604.                                </a></h3>
  1605.            <p class="compact-text"></p>
  1606.            <div class="compact-footer">
  1607.              <span class="compact-name">Roberto Wagner</span>
  1608.              <span class="compact-date">May 18</span>
  1609.            </div>
  1610.          </div>
  1611.        </article>
  1612.      </div>
  1613.      
  1614.    </div>
  1615.  </div>
  1616. </div>
  1617.  
  1618. <style>
  1619.  
  1620.  /* Large Featured Article */
  1621.  .large-featured {
  1622.    background: var(--card-bg, #ffffff);
  1623.    border-radius: 10px;
  1624.    overflow: hidden;
  1625.    transition: box-shadow 0.3s ease;
  1626.  }
  1627.  
  1628.  .large-featured:hover {
  1629.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1630.  }
  1631.  
  1632.  .featured-image-container {
  1633.    position: relative;
  1634.    height: 350px;
  1635.    overflow: hidden;
  1636.  }
  1637.  
  1638.  .featured-image {
  1639.    width: 100%;
  1640.    height: 100%;
  1641.    object-fit: cover;
  1642.  }
  1643.  
  1644.  .featured-content {
  1645.    padding: 2rem;
  1646.  }
  1647.  
  1648.  .featured-title {
  1649.    font-size: 2.2rem;
  1650.    font-weight: 700;
  1651.    color: #111827;
  1652.    margin-bottom: 0.75rem;
  1653.    line-height: 1.3;
  1654.  }
  1655.  
  1656.  .featured-summary {
  1657.    font-size: 1rem;
  1658.    color: #4b5563;
  1659.    line-height: 1.6;
  1660.    margin-bottom: 1.25rem;
  1661.  }
  1662.  
  1663.  .article-meta {
  1664.    display: flex;
  1665.    align-items: center;
  1666.    gap: 0.75rem;
  1667.    font-size: 0.85rem;
  1668.    color: #6b7280;
  1669.  }
  1670.  
  1671.  .author-info {
  1672.    display: flex;
  1673.    align-items: center;
  1674.    gap: 0.5rem;
  1675.  }
  1676.  
  1677.  .author-pic {
  1678.    width: 36px;
  1679.    height: 36px;
  1680.    border-radius: 50%;
  1681.  }
  1682.  
  1683.  .author-name {
  1684.    font-weight: 600;
  1685.    color: #374151;
  1686.  }
  1687.  
  1688.  /* Smaller Featured Articles (Stacked) */
  1689.  .stacked-features {
  1690.    display: flex;
  1691.    flex-direction: column;
  1692.    gap: 1.5rem;
  1693.  }
  1694.  
  1695.  .small-featured {
  1696.    background: var(--card-bg, #ffffff);
  1697.    border-radius: 10px;
  1698.    overflow: hidden;
  1699.    transition: box-shadow 0.3s ease;
  1700.  }
  1701.  
  1702.  .small-featured:hover {
  1703.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1704.  }
  1705.  
  1706.  .small-image-container {
  1707.    position: relative;
  1708.    height: 150px;
  1709.    overflow: hidden;
  1710.  }
  1711.  
  1712.  .small-image {
  1713.    width: 100%;
  1714.    height: 100%;
  1715.    object-fit: cover;
  1716.  }
  1717.  
  1718.  .small-content {
  1719.    padding: 1.25rem;
  1720.  }
  1721.  
  1722.  .small-title {
  1723.    font-size: 1.2rem;
  1724.    font-weight: 600;
  1725.    color: #111827;
  1726.    margin-bottom: 0.5rem;
  1727.  }
  1728.  
  1729.  .small-meta {
  1730.    display: flex;
  1731.    gap: 0.5rem;
  1732.    font-size: 0.8rem;
  1733.    color: #6b7280;
  1734.  }
  1735.  
  1736.  /* Category Tags - Gradient for Difference */
  1737.  .category-tag {
  1738.    position: absolute;
  1739.    top: 0.75rem;
  1740.    left: 0.75rem;
  1741.    padding: 0.3rem 1rem;
  1742.    font-size: 0.75rem;
  1743.    font-weight: 600;
  1744.    text-transform: uppercase;
  1745.    color: white;
  1746.    border-radius: 15px; /* Soft pill shape */
  1747.  }
  1748.  
  1749.  
  1750.  
  1751.  /* Compact Cards - Borderless */
  1752.  .compact-card {
  1753.    background: var(--card-bg, #ffffff);
  1754.    border-radius: 10px;
  1755.    overflow: hidden;
  1756.    transition: box-shadow 0.3s ease;
  1757.  }
  1758.  
  1759.  .compact-card:hover {
  1760.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1761.  }
  1762.  
  1763.  .compact-image {
  1764.    position: relative;
  1765.    height: 180px;
  1766.    overflow: hidden;
  1767.  }
  1768.  
  1769.  .compact-image img {
  1770.    width: 100%;
  1771.    height: 100%;
  1772.    object-fit: cover;
  1773.  }
  1774.  
  1775.  .compact-category {
  1776.    position: absolute;
  1777.    top: 0.75rem;
  1778.    left: 0.75rem;
  1779.    padding: 0.3rem 0.8rem;
  1780.    font-size: 0.7rem;
  1781.    border-radius: 15px;
  1782.    color: white;
  1783.  }
  1784.  
  1785.  .compact-body {
  1786.    padding: 1.5rem;
  1787.  }
  1788.  
  1789.  .compact-title {
  1790.    font-size: 1.1rem;
  1791.    font-weight: 600;
  1792.    color: #111827;
  1793.    margin-bottom: 0.5rem;
  1794.  }
  1795.  
  1796.  .compact-text {
  1797.    font-size: 0.9rem;
  1798.    color: #4b5563;
  1799.    line-height: 1.5;
  1800.    margin-bottom: 1rem;
  1801.  }
  1802.  
  1803.  .compact-footer {
  1804.    display: flex;
  1805.    justify-content: space-between;
  1806.    font-size: 0.8rem;
  1807.    color: #6b7280;
  1808.  }
  1809.  
  1810.  /* Responsive Design */
  1811.  @media (max-width: 992px) {
  1812.    .featured-image-container {
  1813.      height: 280px;
  1814.    }
  1815.  
  1816.    .featured-title {
  1817.      font-size: 1.8rem;
  1818.    }
  1819.  
  1820.    .small-image-container {
  1821.      height: 120px;
  1822.    }
  1823.  }
  1824.  
  1825.  @media (max-width: 768px) {
  1826.    .featured-content,
  1827.    .small-content,
  1828.    .compact-body {
  1829.      padding: 1.25rem;
  1830.    }
  1831.  
  1832.    .compact-image {
  1833.      height: 150px;
  1834.    }
  1835.  }
  1836.  
  1837.  @media (max-width: 576px) {
  1838.    .featured-title {
  1839.      font-size: 1.5rem;
  1840.    }
  1841.  
  1842.    .small-title,
  1843.    .compact-title {
  1844.      font-size: 1rem;
  1845.    }
  1846.  }
  1847. </style>
  1848.  
  1849.  
  1850.  
  1851.  
  1852.        <!-- end of wpo-blog-hero -->
  1853.  
  1854.        <!-- start of wpo-breacking-news -->
  1855.        
  1856.        <!-- end of wpo-breacking-news -->
  1857.        
  1858.        <!-- start wpo-blog-highlights-section -->
  1859.        
  1860.  
  1861.  
  1862.  
  1863.    
  1864.  
  1865.  
  1866.  
  1867. <style>
  1868.    .blog-highlights-v3 {
  1869.        padding: 0px 0;
  1870.    }
  1871.    
  1872.    .blog-card-v3 {
  1873.        border: 1px solid #e9ecef;
  1874.        border-radius: 8px;
  1875.        overflow: hidden;
  1876.        transition: all 0.3s ease;
  1877.        background: white;
  1878.        height: 100%;
  1879.    }
  1880.    
  1881.    .blog-card-v3:hover {
  1882.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1883.    }
  1884.    
  1885.    .blog-image-v3 {
  1886.        position: relative;
  1887.        overflow: hidden;
  1888.        height: 200px;
  1889.    }
  1890.    
  1891.    .blog-image-v3 img {
  1892.        width: 100%;
  1893.        height: 100%;
  1894.        object-fit: cover;
  1895.        transition: opacity 0.3s ease;
  1896.    }
  1897.    
  1898.    .blog-card-v3:hover .blog-image-v3 img {
  1899.        opacity: 0.9;
  1900.    }
  1901.    
  1902.    .blog-category-v3 {
  1903.        position: absolute;
  1904.        top: 12px;
  1905.        right: 12px;
  1906.        padding: 4px 12px;
  1907.        border-radius: 4px;
  1908.        font-size: 11px;
  1909.        font-weight: 600;
  1910.        text-transform: uppercase;
  1911.        letter-spacing: 0.8px;
  1912.    }
  1913.    
  1914.    .blog-content-v3 {
  1915.        padding: 20px;
  1916.    }
  1917.    
  1918.    .blog-title-v3 {
  1919.        font-size: 16px;
  1920.        font-weight: 600;
  1921.        line-height: 1.5;
  1922.        margin-bottom: 12px;
  1923.        min-height: 48px;
  1924.    }
  1925.    
  1926.    .blog-title-v3 a {
  1927.        text-decoration: none;
  1928.        transition: color 0.2s ease;
  1929.    }
  1930.    
  1931.    .blog-meta-v3 {
  1932.        display: flex;
  1933.        align-items: center;
  1934.        gap: 8px;
  1935.        margin-bottom: 10px;
  1936.        font-size: 12px;
  1937.        border-bottom: 1px solid #f1f3f4;
  1938.        padding-bottom: 10px;
  1939.    }
  1940.    
  1941.    .blog-author-img-v3 {
  1942.        width: 24px;
  1943.        height: 24px;
  1944.        border-radius: 50%;
  1945.        object-fit: cover;
  1946.    }
  1947.    
  1948.    .blog-excerpt-v3 {
  1949.        font-size: 13px;
  1950.        line-height: 1.5;
  1951.        opacity: 0.7;
  1952.        display: -webkit-box;
  1953.        -webkit-line-clamp: 2;
  1954.        -webkit-box-orient: vertical;
  1955.        overflow: hidden;
  1956.    }
  1957.    
  1958.    .section-title-v3 {
  1959.        font-size: 2.8rem;
  1960.        font-weight: 700;
  1961.        text-align: center;
  1962.        margin-bottom: 20px;
  1963.    }
  1964.    
  1965.    .section-subtitle-v3 {
  1966.        text-align: center;
  1967.        font-size: 1rem;
  1968.        opacity: 0.7;
  1969.        margin-bottom: 60px;
  1970.    }
  1971.  
  1972.    @media (max-width: 768px) {
  1973.        .section-title-v3 {
  1974.            font-size: 2.2rem;
  1975.        }
  1976.        .blog-highlights-v3 {
  1977.            padding: 0px 0;
  1978.        }
  1979.        .blog-content-v3 {
  1980.            padding: 16px;
  1981.        }
  1982.    }
  1983. </style>
  1984.  
  1985. <section class="blog-highlights-v3">
  1986.    <div class="container-fluid fluid-container">
  1987.        <div class="row">
  1988.            <div class="col-12">
  1989.                <h2 class="section-title-v3 top-color">
  1990.                Today's Top Highlights
  1991.                   </h2>
  1992.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1993.            </div>
  1994.        </div>
  1995.        
  1996.        <div class="row">
  1997.            <div class="col-lg-8 col-12">
  1998.                <div class="row g-3">
  1999.                    
  2000.                    <div class="col-lg-6 col-md-6 col-12">
  2001.                        <div class="card blog-card-v3">
  2002.                            <div class="blog-image-v3">
  2003.                                
  2004.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2005.                                
  2006.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2007.                            </div>
  2008.                            <div class="blog-content-v3">
  2009.                                <h3 class="blog-title-v3">
  2010.                                    <a href="/los-blancos-alexander-arnold-could-play-against-liverpool-in-novembers-european-fixture/" class="top-color">
  2011.                                    Los Blancos&#x27; Alexander-Arnold Could Play Against Liverpool in November&#x27;s European Fixture
  2012.                                    </a>
  2013.                                </h3>
  2014.                                <div class="blog-meta-v3">
  2015.                                    
  2016.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2017.                                    
  2018.                                    
  2019.                                    <span class="top-color">By Roberto Wagner</span>
  2020.                                    <span class="top-color">•</span>
  2021.                                    <span class="top-color">18 May 2026</span>
  2022.                                </div>
  2023.                                <p class="blog-excerpt-v3 top-color"></p>
  2024.                            </div>
  2025.                        </div>
  2026.                    </div>
  2027.                    
  2028.                    <div class="col-lg-6 col-md-6 col-12">
  2029.                        <div class="card blog-card-v3">
  2030.                            <div class="blog-image-v3">
  2031.                                
  2032.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2033.                                
  2034.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2035.                            </div>
  2036.                            <div class="blog-content-v3">
  2037.                                <h3 class="blog-title-v3">
  2038.                                    <a href="/disturbing-memories-resurface-in-davao-as-authorities-track-bondi-beach-attack-alleged-attackers-movements/" class="top-color">
  2039.                                    Disturbing Memories Resurface in Davao as Authorities Track Bondi Beach Attack Alleged Attackers&#x27; Movements
  2040.                                    </a>
  2041.                                </h3>
  2042.                                <div class="blog-meta-v3">
  2043.                                    
  2044.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2045.                                    
  2046.                                    
  2047.                                    <span class="top-color">By Roberto Wagner</span>
  2048.                                    <span class="top-color">•</span>
  2049.                                    <span class="top-color">18 May 2026</span>
  2050.                                </div>
  2051.                                <p class="blog-excerpt-v3 top-color"></p>
  2052.                            </div>
  2053.                        </div>
  2054.                    </div>
  2055.                    
  2056.                    <div class="col-lg-6 col-md-6 col-12">
  2057.                        <div class="card blog-card-v3">
  2058.                            <div class="blog-image-v3">
  2059.                                
  2060.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2061.                                
  2062.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2063.                            </div>
  2064.                            <div class="blog-content-v3">
  2065.                                <h3 class="blog-title-v3">
  2066.                                    <a href="/genuine-algarve-uncovering-portugal-beyond-the-coastline/" class="top-color">
  2067.                                    Genuine Algarve: Uncovering Portugal Beyond the Coastline
  2068.                                    </a>
  2069.                                </h3>
  2070.                                <div class="blog-meta-v3">
  2071.                                    
  2072.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2073.                                    
  2074.                                    
  2075.                                    <span class="top-color">By Roberto Wagner</span>
  2076.                                    <span class="top-color">•</span>
  2077.                                    <span class="top-color">18 May 2026</span>
  2078.                                </div>
  2079.                                <p class="blog-excerpt-v3 top-color"></p>
  2080.                            </div>
  2081.                        </div>
  2082.                    </div>
  2083.                    
  2084.                    <div class="col-lg-6 col-md-6 col-12">
  2085.                        <div class="card blog-card-v3">
  2086.                            <div class="blog-image-v3">
  2087.                                
  2088.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2089.                                
  2090.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2091.                            </div>
  2092.                            <div class="blog-content-v3">
  2093.                                <h3 class="blog-title-v3">
  2094.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-multiple-trophy-challenge/" class="top-color">
  2095.                                    Arsenal&#x27;s goalkeeper Highlights Squad Depth as Key to Multiple Trophy Challenge
  2096.                                    </a>
  2097.                                </h3>
  2098.                                <div class="blog-meta-v3">
  2099.                                    
  2100.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2101.                                    
  2102.                                    
  2103.                                    <span class="top-color">By Roberto Wagner</span>
  2104.                                    <span class="top-color">•</span>
  2105.                                    <span class="top-color">18 May 2026</span>
  2106.                                </div>
  2107.                                <p class="blog-excerpt-v3 top-color"></p>
  2108.                            </div>
  2109.                        </div>
  2110.                    </div>
  2111.                    
  2112.                    <div class="col-lg-6 col-md-6 col-12">
  2113.                        <div class="card blog-card-v3">
  2114.                            <div class="blog-image-v3">
  2115.                                
  2116.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2117.                                
  2118.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2119.                            </div>
  2120.                            <div class="blog-content-v3">
  2121.                                <h3 class="blog-title-v3">
  2122.                                    <a href="/can-the-all-blacks-find-their-spark-this-autumn/" class="top-color">
  2123.                                    Can the All Blacks find their spark this autumn?
  2124.                                    </a>
  2125.                                </h3>
  2126.                                <div class="blog-meta-v3">
  2127.                                    
  2128.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2129.                                    
  2130.                                    
  2131.                                    <span class="top-color">By Roberto Wagner</span>
  2132.                                    <span class="top-color">•</span>
  2133.                                    <span class="top-color">18 May 2026</span>
  2134.                                </div>
  2135.                                <p class="blog-excerpt-v3 top-color"></p>
  2136.                            </div>
  2137.                        </div>
  2138.                    </div>
  2139.                    
  2140.                    <div class="col-lg-6 col-md-6 col-12">
  2141.                        <div class="card blog-card-v3">
  2142.                            <div class="blog-image-v3">
  2143.                                
  2144.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2145.                                
  2146.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2147.                            </div>
  2148.                            <div class="blog-content-v3">
  2149.                                <h3 class="blog-title-v3">
  2150.                                    <a href="/trumps-unprecedented-presence-in-sports-hit-new-heights-in-last-year-2026-promises-to-take-it-further/" class="top-color">
  2151.                                    Trump&#x27;s Unprecedented Presence in Sports Hit New Heights in Last Year. 2026 Promises to Take It Further.
  2152.                                    </a>
  2153.                                </h3>
  2154.                                <div class="blog-meta-v3">
  2155.                                    
  2156.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2157.                                    
  2158.                                    
  2159.                                    <span class="top-color">By Roberto Wagner</span>
  2160.                                    <span class="top-color">•</span>
  2161.                                    <span class="top-color">18 May 2026</span>
  2162.                                </div>
  2163.                                <p class="blog-excerpt-v3 top-color"></p>
  2164.                            </div>
  2165.                        </div>
  2166.                    </div>
  2167.                    
  2168.                    <div class="col-lg-6 col-md-6 col-12">
  2169.                        <div class="card blog-card-v3">
  2170.                            <div class="blog-image-v3">
  2171.                                
  2172.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2173.                                
  2174.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2175.                            </div>
  2176.                            <div class="blog-content-v3">
  2177.                                <h3 class="blog-title-v3">
  2178.                                    <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-secure-a-new-job-that-works-you-personally/" class="top-color">
  2179.                                    We Were Let Go, and We&#x27;re Owning It – This Is How to Secure a New Job That Works You Personally
  2180.                                    </a>
  2181.                                </h3>
  2182.                                <div class="blog-meta-v3">
  2183.                                    
  2184.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2185.                                    
  2186.                                    
  2187.                                    <span class="top-color">By Roberto Wagner</span>
  2188.                                    <span class="top-color">•</span>
  2189.                                    <span class="top-color">18 May 2026</span>
  2190.                                </div>
  2191.                                <p class="blog-excerpt-v3 top-color"></p>
  2192.                            </div>
  2193.                        </div>
  2194.                    </div>
  2195.                    
  2196.                    <div class="col-lg-6 col-md-6 col-12">
  2197.                        <div class="card blog-card-v3">
  2198.                            <div class="blog-image-v3">
  2199.                                
  2200.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2201.                                
  2202.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2203.                            </div>
  2204.                            <div class="blog-content-v3">
  2205.                                <h3 class="blog-title-v3">
  2206.                                    <a href="/exercise-as-you-are-working-a-dozen-muscle-toning-desk-movements-you-can-do-in-normal-outfits/" class="top-color">
  2207.                                    Exercise as you are working? A dozen muscle-toning desk movements you can do in normal outfits
  2208.                                    </a>
  2209.                                </h3>
  2210.                                <div class="blog-meta-v3">
  2211.                                    
  2212.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2213.                                    
  2214.                                    
  2215.                                    <span class="top-color">By Roberto Wagner</span>
  2216.                                    <span class="top-color">•</span>
  2217.                                    <span class="top-color">17 May 2026</span>
  2218.                                </div>
  2219.                                <p class="blog-excerpt-v3 top-color"></p>
  2220.                            </div>
  2221.                        </div>
  2222.                    </div>
  2223.                    
  2224.                    <div class="col-lg-6 col-md-6 col-12">
  2225.                        <div class="card blog-card-v3">
  2226.                            <div class="blog-image-v3">
  2227.                                
  2228.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2229.                                
  2230.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2231.                            </div>
  2232.                            <div class="blog-content-v3">
  2233.                                <h3 class="blog-title-v3">
  2234.                                    <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-stunning-first-person-view/" class="top-color">
  2235.                                    Anno 117 Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Stunning First-Person View.
  2236.                                    </a>
  2237.                                </h3>
  2238.                                <div class="blog-meta-v3">
  2239.                                    
  2240.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2241.                                    
  2242.                                    
  2243.                                    <span class="top-color">By Roberto Wagner</span>
  2244.                                    <span class="top-color">•</span>
  2245.                                    <span class="top-color">17 May 2026</span>
  2246.                                </div>
  2247.                                <p class="blog-excerpt-v3 top-color"></p>
  2248.                            </div>
  2249.                        </div>
  2250.                    </div>
  2251.                    
  2252.                    <div class="col-lg-6 col-md-6 col-12">
  2253.                        <div class="card blog-card-v3">
  2254.                            <div class="blog-image-v3">
  2255.                                
  2256.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2257.                                
  2258.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2259.                            </div>
  2260.                            <div class="blog-content-v3">
  2261.                                <h3 class="blog-title-v3">
  2262.                                    <a href="/us-president-donald-trump-states-largely-there-is-consensus-on-subsequent-phases-of-peace-deal-in-gaza/" class="top-color">
  2263.                                    US President Donald Trump States &#x27;Largely, There Is Consensus&#x27; on Subsequent Phases of Peace Deal in Gaza
  2264.                                    </a>
  2265.                                </h3>
  2266.                                <div class="blog-meta-v3">
  2267.                                    
  2268.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2269.                                    
  2270.                                    
  2271.                                    <span class="top-color">By Roberto Wagner</span>
  2272.                                    <span class="top-color">•</span>
  2273.                                    <span class="top-color">17 May 2026</span>
  2274.                                </div>
  2275.                                <p class="blog-excerpt-v3 top-color"></p>
  2276.                            </div>
  2277.                        </div>
  2278.                    </div>
  2279.                    
  2280.                    <div class="col-lg-6 col-md-6 col-12">
  2281.                        <div class="card blog-card-v3">
  2282.                            <div class="blog-image-v3">
  2283.                                
  2284.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2285.                                
  2286.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2287.                            </div>
  2288.                            <div class="blog-content-v3">
  2289.                                <h3 class="blog-title-v3">
  2290.                                    <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-band-castle-rat/" class="top-color">
  2291.                                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Heavy Metal Band Castle Rat
  2292.                                    </a>
  2293.                                </h3>
  2294.                                <div class="blog-meta-v3">
  2295.                                    
  2296.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2297.                                    
  2298.                                    
  2299.                                    <span class="top-color">By Roberto Wagner</span>
  2300.                                    <span class="top-color">•</span>
  2301.                                    <span class="top-color">17 May 2026</span>
  2302.                                </div>
  2303.                                <p class="blog-excerpt-v3 top-color"></p>
  2304.                            </div>
  2305.                        </div>
  2306.                    </div>
  2307.                    
  2308.                    <div class="col-lg-6 col-md-6 col-12">
  2309.                        <div class="card blog-card-v3">
  2310.                            <div class="blog-image-v3">
  2311.                                
  2312.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2313.                                
  2314.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2315.                            </div>
  2316.                            <div class="blog-content-v3">
  2317.                                <h3 class="blog-title-v3">
  2318.                                    <a href="/swiss-ski-resort-fire-victims-are-treated-in-burns-units-across-europe/" class="top-color">
  2319.                                    Swiss Ski Resort Fire Victims Are Treated in Burns Units Across Europe
  2320.                                    </a>
  2321.                                </h3>
  2322.                                <div class="blog-meta-v3">
  2323.                                    
  2324.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="blog-author-img-v3">
  2325.                                    
  2326.                                    
  2327.                                    <span class="top-color">By Roberto Wagner</span>
  2328.                                    <span class="top-color">•</span>
  2329.                                    <span class="top-color">17 May 2026</span>
  2330.                                </div>
  2331.                                <p class="blog-excerpt-v3 top-color"></p>
  2332.                            </div>
  2333.                        </div>
  2334.                    </div>
  2335.                    
  2336.                    
  2337.  
  2338.                </div>
  2339.            </div>
  2340.            
  2341.             <div class="col col-lg-4 col-12">
  2342.                
  2343.  
  2344.  
  2345.  
  2346.    
  2347.  
  2348.  
  2349. <!-- Blog Sidebar -->
  2350.  
  2351.    <div class="sidebar mb-3">
  2352.        
  2353.        
  2354.        <div class="sidebar-widget mb-4">
  2355.            <div class="widget-title-wrapper mb-3">
  2356.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2357.                    May 2026 Blog Roll
  2358.                    <span class="title-arrow"></span>
  2359.                </h4>
  2360.            </div>
  2361.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2362.                <ul class="list-unstyled scrollable-sidebar">
  2363.                    
  2364.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2365.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2366.                            <i class="ti-angle-right me-2 text-primary"></i>
  2367.                            <span class="fw-semibold">casino not on gamstop</span>
  2368.                        </a>
  2369.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2370.                    </li>
  2371.                    
  2372.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2373.                        <a href="https://tescobagsofhelp.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2374.                            <i class="ti-angle-right me-2 text-primary"></i>
  2375.                            <span class="fw-semibold">non gamstop casinos</span>
  2376.                        </a>
  2377.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2378.                    </li>
  2379.                    
  2380.                </ul>
  2381.            </div>
  2382.        </div>
  2383.        
  2384.        <div class="sidebar-widget mb-4">
  2385.            <div class="widget-title-wrapper mb-3">
  2386.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2387.                    April 2026 Blog Roll
  2388.                    <span class="title-arrow"></span>
  2389.                </h4>
  2390.            </div>
  2391.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2392.                <ul class="list-unstyled scrollable-sidebar">
  2393.                    
  2394.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2395.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2396.                            <i class="ti-angle-right me-2 text-primary"></i>
  2397.                            <span class="fw-semibold">casino sites UK</span>
  2398.                        </a>
  2399.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2400.                    </li>
  2401.                    
  2402.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2403.                        <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2404.                            <i class="ti-angle-right me-2 text-primary"></i>
  2405.                            <span class="fw-semibold">casino sites</span>
  2406.                        </a>
  2407.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2408.                    </li>
  2409.                    
  2410.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2411.                        <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2412.                            <i class="ti-angle-right me-2 text-primary"></i>
  2413.                            <span class="fw-semibold">non gamstop casinos</span>
  2414.                        </a>
  2415.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2416.                    </li>
  2417.                    
  2418.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2419.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2420.                            <i class="ti-angle-right me-2 text-primary"></i>
  2421.                            <span class="fw-semibold">uk casinos</span>
  2422.                        </a>
  2423.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2424.                    </li>
  2425.                    
  2426.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2427.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2428.                            <i class="ti-angle-right me-2 text-primary"></i>
  2429.                            <span class="fw-semibold">best UK casino sites</span>
  2430.                        </a>
  2431.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2432.                    </li>
  2433.                    
  2434.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2435.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2436.                            <i class="ti-angle-right me-2 text-primary"></i>
  2437.                            <span class="fw-semibold">find escort</span>
  2438.                        </a>
  2439.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2440.                    </li>
  2441.                    
  2442.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2443.                        <a href="https://www.rcnm.fr"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2444.                            <i class="ti-angle-right me-2 text-primary"></i>
  2445.                            <span class="fw-semibold">nouveau casino en ligne</span>
  2446.                        </a>
  2447.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2448.                    </li>
  2449.                    
  2450.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2451.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2452.                            <i class="ti-angle-right me-2 text-primary"></i>
  2453.                            <span class="fw-semibold">Non-Gamstop Casinos</span>
  2454.                        </a>
  2455.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2456.                    </li>
  2457.                    
  2458.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2459.                        <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2460.                            <i class="ti-angle-right me-2 text-primary"></i>
  2461.                            <span class="fw-semibold">UK casino sites</span>
  2462.                        </a>
  2463.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2464.                    </li>
  2465.                    
  2466.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2467.                        <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2468.                            <i class="ti-angle-right me-2 text-primary"></i>
  2469.                            <span class="fw-semibold">casino not on GamStop</span>
  2470.                        </a>
  2471.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2472.                    </li>
  2473.                    
  2474.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2475.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2476.                            <i class="ti-angle-right me-2 text-primary"></i>
  2477.                            <span class="fw-semibold">non GamStop casinos</span>
  2478.                        </a>
  2479.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2480.                    </li>
  2481.                    
  2482.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2483.                        <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2484.                            <i class="ti-angle-right me-2 text-primary"></i>
  2485.                            <span class="fw-semibold">non GamStop UK casinos</span>
  2486.                        </a>
  2487.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2488.                    </li>
  2489.                    
  2490.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2491.                        <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2492.                            <i class="ti-angle-right me-2 text-primary"></i>
  2493.                            <span class="fw-semibold">top betting sites not on GamStop</span>
  2494.                        </a>
  2495.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2496.                    </li>
  2497.                    
  2498.                </ul>
  2499.            </div>
  2500.        </div>
  2501.        
  2502.        <div class="sidebar-widget mb-4">
  2503.            <div class="widget-title-wrapper mb-3">
  2504.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2505.                    March 2026 Blog Roll
  2506.                    <span class="title-arrow"></span>
  2507.                </h4>
  2508.            </div>
  2509.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2510.                <ul class="list-unstyled scrollable-sidebar">
  2511.                    
  2512.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2513.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2514.                            <i class="ti-angle-right me-2 text-primary"></i>
  2515.                            <span class="fw-semibold">non GamStop casinos</span>
  2516.                        </a>
  2517.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2518.                    </li>
  2519.                    
  2520.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2521.                        <a href="https://www.theblackbulletal.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2522.                            <i class="ti-angle-right me-2 text-primary"></i>
  2523.                            <span class="fw-semibold">best online casino</span>
  2524.                        </a>
  2525.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2526.                    </li>
  2527.                    
  2528.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2529.                        <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2530.                            <i class="ti-angle-right me-2 text-primary"></i>
  2531.                            <span class="fw-semibold">new bitcoin casinos</span>
  2532.                        </a>
  2533.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2534.                    </li>
  2535.                    
  2536.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2537.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2538.                            <i class="ti-angle-right me-2 text-primary"></i>
  2539.                            <span class="fw-semibold">online casino not on GamStop</span>
  2540.                        </a>
  2541.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2542.                    </li>
  2543.                    
  2544.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2545.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2546.                            <i class="ti-angle-right me-2 text-primary"></i>
  2547.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2548.                        </a>
  2549.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2550.                    </li>
  2551.                    
  2552.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2553.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2554.                            <i class="ti-angle-right me-2 text-primary"></i>
  2555.                            <span class="fw-semibold">non GamStop casinos</span>
  2556.                        </a>
  2557.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2558.                    </li>
  2559.                    
  2560.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2561.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2562.                            <i class="ti-angle-right me-2 text-primary"></i>
  2563.                            <span class="fw-semibold">casino sites not on GamStop</span>
  2564.                        </a>
  2565.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2566.                    </li>
  2567.                    
  2568.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2569.                        <a href="https://www.bunker-51.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2570.                            <i class="ti-angle-right me-2 text-primary"></i>
  2571.                            <span class="fw-semibold">new non GamStop casinos</span>
  2572.                        </a>
  2573.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2574.                    </li>
  2575.                    
  2576.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2577.                        <a href="https://www.sleepschool.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="fw-semibold">online slots https://www.sleepschool.org/</span>
  2580.                        </a>
  2581.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2582.                    </li>
  2583.                    
  2584.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2585.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2586.                            <i class="ti-angle-right me-2 text-primary"></i>
  2587.                            <span class="fw-semibold">casino not on gamstop uk</span>
  2588.                        </a>
  2589.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2590.                    </li>
  2591.                    
  2592.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2593.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2594.                            <i class="ti-angle-right me-2 text-primary"></i>
  2595.                            <span class="fw-semibold">Non UK Casinos with No Deposit Bonuses</span>
  2596.                        </a>
  2597.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2598.                    </li>
  2599.                    
  2600.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2601.                        <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2602.                            <i class="ti-angle-right me-2 text-primary"></i>
  2603.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2604.                        </a>
  2605.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2606.                    </li>
  2607.                    
  2608.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2609.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2610.                            <i class="ti-angle-right me-2 text-primary"></i>
  2611.                            <span class="fw-semibold">non UK slot sites</span>
  2612.                        </a>
  2613.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2614.                    </li>
  2615.                    
  2616.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2617.                        <a href="https://www.rescueglobal.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2618.                            <i class="ti-angle-right me-2 text-primary"></i>
  2619.                            <span class="fw-semibold">casinos not on GamStop</span>
  2620.                        </a>
  2621.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2622.                    </li>
  2623.                    
  2624.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2625.                        <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2628.                        </a>
  2629.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2630.                    </li>
  2631.                    
  2632.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2633.                        <a href="https://geekgearbox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="fw-semibold">casinos not on GamStop</span>
  2636.                        </a>
  2637.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2638.                    </li>
  2639.                    
  2640.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2641.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="fw-semibold">non GamStop casinos</span>
  2644.                        </a>
  2645.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2646.                    </li>
  2647.                    
  2648.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2649.                        <a href="http://ukfreespinsnotongamstop.in.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="fw-semibold">online casinos</span>
  2652.                        </a>
  2653.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2654.                    </li>
  2655.                    
  2656.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2657.                        <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="fw-semibold">online casinos</span>
  2660.                        </a>
  2661.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2662.                    </li>
  2663.                    
  2664.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2665.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="fw-semibold">casino</span>
  2668.                        </a>
  2669.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2670.                    </li>
  2671.                    
  2672.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2673.                        <a href="https://www.plukdenhaag.nl/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="fw-semibold">buitenlandse casino met iDEAL</span>
  2676.                        </a>
  2677.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2678.                    </li>
  2679.                    
  2680.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2681.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="fw-semibold">non gamstop sports betting sites</span>
  2684.                        </a>
  2685.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2686.                    </li>
  2687.                    
  2688.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2689.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="fw-semibold">non gamstop bookies</span>
  2692.                        </a>
  2693.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2694.                    </li>
  2695.                    
  2696.                </ul>
  2697.            </div>
  2698.        </div>
  2699.        
  2700.        <div class="sidebar-widget mb-4">
  2701.            <div class="widget-title-wrapper mb-3">
  2702.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2703.                    February 2026 Blog Roll
  2704.                    <span class="title-arrow"></span>
  2705.                </h4>
  2706.            </div>
  2707.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2708.                <ul class="list-unstyled scrollable-sidebar">
  2709.                    
  2710.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2711.                        <a href="https://esports-news.co.uk/betting-sites/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2712.                            <i class="ti-angle-right me-2 text-primary"></i>
  2713.                            <span class="fw-semibold">betting sites not on gamstop</span>
  2714.                        </a>
  2715.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2716.                    </li>
  2717.                    
  2718.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2719.                        <a href="https://pauljacques.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2720.                            <i class="ti-angle-right me-2 text-primary"></i>
  2721.                            <span class="fw-semibold">best uk non gamstop casinos</span>
  2722.                        </a>
  2723.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2724.                    </li>
  2725.                    
  2726.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2727.                        <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2728.                            <i class="ti-angle-right me-2 text-primary"></i>
  2729.                            <span class="fw-semibold">best casino sites not on GamStop</span>
  2730.                        </a>
  2731.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2732.                    </li>
  2733.                    
  2734.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2735.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2736.                            <i class="ti-angle-right me-2 text-primary"></i>
  2737.                            <span class="fw-semibold">best casinos not on GAMSTOP</span>
  2738.                        </a>
  2739.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2740.                    </li>
  2741.                    
  2742.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2743.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2744.                            <i class="ti-angle-right me-2 text-primary"></i>
  2745.                            <span class="fw-semibold">best casinos not on GAMSTOP</span>
  2746.                        </a>
  2747.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2748.                    </li>
  2749.                    
  2750.                </ul>
  2751.            </div>
  2752.        </div>
  2753.        
  2754.  
  2755.        <!-- Recent Posts Section -->
  2756.        <div class="sidebar-widget mb-3">
  2757.            <div class="widget-title-wrapper mb-3">
  2758.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2759.                    Recent Posts
  2760.                    <span class="title-arrow"></span>
  2761.                </h4>
  2762.            </div>
  2763.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2764.                <div class="recent-post-list">
  2765.                    
  2766.                    
  2767.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2768.                        <div class="post-image me-3 flex-shrink-0">
  2769.                            
  2770.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2771.                            
  2772.                        </div>
  2773.                        <div class="post-content flex-grow-1">
  2774.                            <h6 class="post-title mb-1">
  2775.                                 <a href="/titans-recognise-queens-as-the-president-gives-the-mayor-elect-a-cordial-welcome/" class="text-decoration-none top-color fw-semibold">
  2776.                                    Titans Recognise Queens as The President Gives The Mayor-Elect a Cordial Welcome
  2777.                                </a>
  2778.                            </h6>
  2779.                            <div class="post-meta">
  2780.                                <small class="text-muted">
  2781.                                    <i class="ti-calendar me-1"></i>17 May 2026
  2782.                                </small>
  2783.                                <!-- <small class="text-muted ms-2">
  2784.                                    <i class="ti-eye me-1"></i>234 views
  2785.                                </small> -->
  2786.                            </div>
  2787.                        </div>
  2788.                    </div>
  2789.                    
  2790.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2791.                        <div class="post-image me-3 flex-shrink-0">
  2792.                            
  2793.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2794.                            
  2795.                        </div>
  2796.                        <div class="post-content flex-grow-1">
  2797.                            <h6 class="post-title mb-1">
  2798.                                 <a href="/the-decade-of-desire-from-erin-somers-a-midlife-infidelity-story-this-generation-has-earned/" class="text-decoration-none top-color fw-semibold">
  2799.                                    The Decade of Desire from Erin Somers: A Midlife Infidelity Story This Generation Has Earned.
  2800.                                </a>
  2801.                            </h6>
  2802.                            <div class="post-meta">
  2803.                                <small class="text-muted">
  2804.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2805.                                </small>
  2806.                                <!-- <small class="text-muted ms-2">
  2807.                                    <i class="ti-eye me-1"></i>234 views
  2808.                                </small> -->
  2809.                            </div>
  2810.                        </div>
  2811.                    </div>
  2812.                    
  2813.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2814.                        <div class="post-image me-3 flex-shrink-0">
  2815.                            
  2816.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2817.                            
  2818.                        </div>
  2819.                        <div class="post-content flex-grow-1">
  2820.                            <h6 class="post-title mb-1">
  2821.                                 <a href="/president-zelensky-states-ukraine-was-ten-percent-off-from-peace-but-not-at-any-price/" class="text-decoration-none top-color fw-semibold">
  2822.                                    President Zelensky States Ukraine Was Ten Percent Off from Peace, But Not at Any Price
  2823.                                </a>
  2824.                            </h6>
  2825.                            <div class="post-meta">
  2826.                                <small class="text-muted">
  2827.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2828.                                </small>
  2829.                                <!-- <small class="text-muted ms-2">
  2830.                                    <i class="ti-eye me-1"></i>234 views
  2831.                                </small> -->
  2832.                            </div>
  2833.                        </div>
  2834.                    </div>
  2835.                    
  2836.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2837.                        <div class="post-image me-3 flex-shrink-0">
  2838.                            
  2839.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2840.                            
  2841.                        </div>
  2842.                        <div class="post-content flex-grow-1">
  2843.                            <h6 class="post-title mb-1">
  2844.                                 <a href="/the-new-animated-series-opening-sequence-chose-the-incorrect-critical-role-track/" class="text-decoration-none top-color fw-semibold">
  2845.                                    The New Animated Series&#x27; Opening Sequence Chose the Incorrect Critical Role Track
  2846.                                </a>
  2847.                            </h6>
  2848.                            <div class="post-meta">
  2849.                                <small class="text-muted">
  2850.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2851.                                </small>
  2852.                                <!-- <small class="text-muted ms-2">
  2853.                                    <i class="ti-eye me-1"></i>234 views
  2854.                                </small> -->
  2855.                            </div>
  2856.                        </div>
  2857.                    </div>
  2858.                    
  2859.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2860.                        <div class="post-image me-3 flex-shrink-0">
  2861.                            
  2862.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2863.                            
  2864.                        </div>
  2865.                        <div class="post-content flex-grow-1">
  2866.                            <h6 class="post-title mb-1">
  2867.                                 <a href="/leadership-changes-war-absent-media-five-threats-to-climate-progress-that-dogged-environmental-conference/" class="text-decoration-none top-color fw-semibold">
  2868.                                    Leadership Changes, War, Absent Media: Five Threats to Climate Progress That Dogged Environmental Conference
  2869.                                </a>
  2870.                            </h6>
  2871.                            <div class="post-meta">
  2872.                                <small class="text-muted">
  2873.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2874.                                </small>
  2875.                                <!-- <small class="text-muted ms-2">
  2876.                                    <i class="ti-eye me-1"></i>234 views
  2877.                                </small> -->
  2878.                            </div>
  2879.                        </div>
  2880.                    </div>
  2881.                    
  2882.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2883.                        <div class="post-image me-3 flex-shrink-0">
  2884.                            
  2885.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2886.                            
  2887.                        </div>
  2888.                        <div class="post-content flex-grow-1">
  2889.                            <h6 class="post-title mb-1">
  2890.                                 <a href="/nutrition-assistance-scheduled-to-end-for-41-million-amid-ongoing-us-government-shutdown/" class="text-decoration-none top-color fw-semibold">
  2891.                                    Nutrition Assistance Scheduled to End for 41 Million Amid Ongoing US Government Shutdown
  2892.                                </a>
  2893.                            </h6>
  2894.                            <div class="post-meta">
  2895.                                <small class="text-muted">
  2896.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2897.                                </small>
  2898.                                <!-- <small class="text-muted ms-2">
  2899.                                    <i class="ti-eye me-1"></i>234 views
  2900.                                </small> -->
  2901.                            </div>
  2902.                        </div>
  2903.                    </div>
  2904.                    
  2905.  
  2906.                </div>
  2907.            </div>
  2908.        </div>
  2909.  
  2910.    </div>
  2911.  
  2912.  
  2913. <!-- Sidebar Styles -->
  2914. <style>
  2915.    .sidebar-widget {
  2916.        position: relative;
  2917.    }
  2918.    
  2919.    .widget-title {
  2920.        font-size: 1.1rem;
  2921.        font-weight: 700;
  2922.        display: inline-block;
  2923.        position: relative;
  2924.        z-index: 2;
  2925.        border-radius: 0;
  2926.    }
  2927.    
  2928.    .title-arrow::after {
  2929.        content: '';
  2930.        position: absolute;
  2931.        top: 0;
  2932.        right: -20px;
  2933.        width: 0;
  2934.        height: 0;
  2935.        border-left: 20px solid var(--bs-primary);
  2936.        border-top: 20px solid transparent;
  2937.        border-bottom: 20px solid transparent;
  2938.        z-index: 1;
  2939.    }
  2940.    
  2941.    .widget-content {
  2942.        margin-top: -1px;
  2943.        position: relative;
  2944.        z-index: 1;
  2945.         background-color: var(--card-bg);
  2946.    }
  2947.    
  2948.    .recent-post-item:hover .post-title1 a {
  2949.        color: #dc3545 !important;
  2950.        transition: color 0.3s ease;
  2951.    }
  2952.    
  2953.    .recent-post-item .post-image img {
  2954.        transition: transform 0.3s ease;
  2955.    }
  2956.    
  2957.    .recent-post-item:hover .post-image img {
  2958.        transform: scale(1.05);
  2959.    }
  2960.    
  2961.    .btn:hover {
  2962.        transform: translateY(-1px);
  2963.        transition: all 0.3s ease;
  2964.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2965.    }
  2966.    
  2967.    @media (max-width: 991px) {
  2968.        .sidebar {
  2969.            margin-top: 3rem;
  2970.        }
  2971.    }
  2972.    
  2973.    @media (max-width: 576px) {
  2974.        .widget-title {
  2975.            font-size: 1rem;
  2976.            padding: 0.75rem 1rem !important;
  2977.        }
  2978.        
  2979.        .title-arrow::after {
  2980.            right: -15px;
  2981.            border-left: 15px solid var(--bs-primary);
  2982.            border-top: 15px solid transparent;
  2983.            border-bottom: 15px solid transparent;
  2984.        }
  2985.        
  2986.        .post-image {
  2987.            display: none !important;
  2988.        }
  2989.    }
  2990. </style>
  2991.    
  2992.            </div>
  2993.        </div>
  2994.    </div>
  2995. </section>
  2996.  
  2997.    
  2998.        
  2999.        <!-- end wpo-blog-highlights-section -->
  3000.        <!-- start wpo-blog-sponsored-section -->
  3001.        
  3002.  
  3003.  
  3004.  
  3005.    
  3006.  
  3007.  
  3008.  <style>
  3009.    .sponsored-section-v7 {
  3010.      padding: 50px 0;
  3011.    }
  3012.    
  3013.    .sponsored-card-v7 {
  3014.      background: #fafafa;
  3015.      border: none;
  3016.      transition: transform 0.3s ease;
  3017.      height: 100%;
  3018.    }
  3019.    
  3020.    .sponsored-card-v7:hover {
  3021.      transform: translateY(-3px);
  3022.    }
  3023.    
  3024.    .sponsored-image-v7 {
  3025.      position: relative;
  3026.      height: 160px;
  3027.    }
  3028.    
  3029.    .sponsored-image-v7 img {
  3030.      width: 100%;
  3031.      height: 100%;
  3032.      object-fit: cover;
  3033.      border-radius: 10px; /* Apply curve to image */
  3034.    }
  3035.    
  3036.    .sponsored-badge-v7 {
  3037.      position: absolute;
  3038.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3039.      left: 10px;
  3040.      z-index: 10;
  3041.    
  3042.      /* pill look */
  3043.      display: inline-flex; /* vertical centering */
  3044.      align-items: center;
  3045.      justify-content: center;
  3046.      padding: 8px 16px; /* width = content + padding */
  3047.      border-radius: 999px; /* full pill */
  3048.      white-space: nowrap; /* ek hi line me rahe */
  3049.      /* text */
  3050.      font-size: 12px;
  3051.      text-transform: uppercase;
  3052.      letter-spacing: 0.5px;
  3053.      line-height: 1;
  3054.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3055.    }
  3056.    
  3057.    /* optional: icon ke saath thoda gap */
  3058.    .sponsored-badge-v7 i,
  3059.    .sponsored-badge-v7 .icon {
  3060.      margin-right: 8px;
  3061.      font-size: 14px;
  3062.      line-height: 1;
  3063.    }
  3064.    
  3065.    .sponsored-content-v7 {
  3066.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3067.    }
  3068.    
  3069.    .sponsored-title-v7 {
  3070.      font-size: 15px;
  3071.      font-weight: 700;
  3072.      line-height: 1.4;
  3073.      margin-bottom: 8px;
  3074.      color: #333;
  3075.    }
  3076.    
  3077.    .sponsored-title-v7 a {
  3078.      text-decoration: none;
  3079.      font-size: 16px;
  3080.      color: var(--topbar-color);
  3081.    }
  3082.    
  3083.    .sponsored-title-v7 a:hover {
  3084.      color: var(--bs-primary); /* Green hover */
  3085.    }
  3086.    
  3087.    .sponsored-excerpt-v7 {
  3088.      font-size: 12px;
  3089.      font-weight: 400;
  3090.      color:  var(--topbar-color);;
  3091.      margin-bottom: 10px;
  3092.      line-height: 1.5;
  3093.    }
  3094.    
  3095.    .sponsored-meta-v7 {
  3096.      font-size: 11px;
  3097.       color: var(--topbar-color);;
  3098.    }
  3099.    
  3100.    .author-info-v7 {
  3101.      margin-bottom: 5px;
  3102.    }
  3103.    
  3104.    .sponsored-author-img-v7 {
  3105.      width: 30px;
  3106.      height: 30px;
  3107.      border-radius: 50%;
  3108.      object-fit: cover;
  3109.      vertical-align: middle;
  3110.      margin-right: 5px;
  3111.    }
  3112.    
  3113.    .section-title-sponsored-v7 {
  3114.      font-size: 1.9rem;
  3115.      font-weight: 600;
  3116.      text-align: center;
  3117.      margin-bottom: 30px;
  3118.      color: #333;
  3119.      position: relative;
  3120.    }
  3121.    
  3122.    .section-title-sponsored-v7::after {
  3123.      content: '';
  3124.      position: absolute;
  3125.      bottom: -8px;
  3126.      left: 50%;
  3127.      transform: translateX(-50%);
  3128.      width: 100px;
  3129.      height: 3px;
  3130.      background: var(--bs-primary);
  3131.    }
  3132.    
  3133.    @media (max-width: 768px) {
  3134.      .sponsored-section-v7 {
  3135.        padding: 30px 0;
  3136.      }
  3137.      .sponsored-image-v7 {
  3138.        height: 120px;
  3139.      }
  3140.      .sponsored-content-v7 {
  3141.        padding: 35px 12px 12px;
  3142.      }
  3143.  
  3144.      .sponsored-title-v7 {
  3145.        font-size: 14px;
  3146.      }
  3147.      .sponsored-excerpt-v7 {
  3148.        font-size: 11px;
  3149.      }
  3150.      .section-title-sponsored-v7 {
  3151.        font-size: 1.6rem;
  3152.      }
  3153.    }
  3154.  </style>
  3155.  
  3156.  <section class="sponsored-section-v7">
  3157.    <div class="container-fluid fluid-container">
  3158.      <div class="row mb-3">
  3159.        <div class="col-12">
  3160.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3161.        </div>
  3162.      </div>
  3163.  
  3164.      <div class="row g-3 d-flex justify-content-center">
  3165.        
  3166.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3167.            <div class="card sponsored-card-v7">
  3168.              <div class="sponsored-image-v7">
  3169.                
  3170.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3171.                
  3172.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3173.              </div>
  3174.              <div class="sponsored-content-v7">
  3175.                <h3 class="sponsored-title-v7"><a href="/titans-recognise-queens-as-the-president-gives-the-mayor-elect-a-cordial-welcome/">Titans Recognise Queens as The President Gives The Mayor-Elect a Cordial Welcome</a></h3>
  3176.                <p class="sponsored-excerpt-v7 "></p>
  3177.                <div class="sponsored-meta-v7">
  3178.                  <div class="author-info-v7">
  3179.                    
  3180.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3181.                    
  3182.                    <span>Roberto Wagner</span>
  3183.                  </div>
  3184.                  <div>17 May 2026</div>
  3185.                </div>
  3186.              </div>
  3187.            </div>
  3188.          </div>
  3189.        
  3190.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3191.            <div class="card sponsored-card-v7">
  3192.              <div class="sponsored-image-v7">
  3193.                
  3194.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3195.                
  3196.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3197.              </div>
  3198.              <div class="sponsored-content-v7">
  3199.                <h3 class="sponsored-title-v7"><a href="/the-decade-of-desire-from-erin-somers-a-midlife-infidelity-story-this-generation-has-earned/">The Decade of Desire from Erin Somers: A Midlife Infidelity Story This Generation Has Earned.</a></h3>
  3200.                <p class="sponsored-excerpt-v7 "></p>
  3201.                <div class="sponsored-meta-v7">
  3202.                  <div class="author-info-v7">
  3203.                    
  3204.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3205.                    
  3206.                    <span>Roberto Wagner</span>
  3207.                  </div>
  3208.                  <div>16 May 2026</div>
  3209.                </div>
  3210.              </div>
  3211.            </div>
  3212.          </div>
  3213.        
  3214.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3215.            <div class="card sponsored-card-v7">
  3216.              <div class="sponsored-image-v7">
  3217.                
  3218.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3219.                
  3220.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3221.              </div>
  3222.              <div class="sponsored-content-v7">
  3223.                <h3 class="sponsored-title-v7"><a href="/president-zelensky-states-ukraine-was-ten-percent-off-from-peace-but-not-at-any-price/">President Zelensky States Ukraine Was Ten Percent Off from Peace, But Not at Any Price</a></h3>
  3224.                <p class="sponsored-excerpt-v7 "></p>
  3225.                <div class="sponsored-meta-v7">
  3226.                  <div class="author-info-v7">
  3227.                    
  3228.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3229.                    
  3230.                    <span>Roberto Wagner</span>
  3231.                  </div>
  3232.                  <div>16 May 2026</div>
  3233.                </div>
  3234.              </div>
  3235.            </div>
  3236.          </div>
  3237.        
  3238.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3239.            <div class="card sponsored-card-v7">
  3240.              <div class="sponsored-image-v7">
  3241.                
  3242.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3243.                
  3244.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3245.              </div>
  3246.              <div class="sponsored-content-v7">
  3247.                <h3 class="sponsored-title-v7"><a href="/the-new-animated-series-opening-sequence-chose-the-incorrect-critical-role-track/">The New Animated Series&#x27; Opening Sequence Chose the Incorrect Critical Role Track</a></h3>
  3248.                <p class="sponsored-excerpt-v7 "></p>
  3249.                <div class="sponsored-meta-v7">
  3250.                  <div class="author-info-v7">
  3251.                    
  3252.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3253.                    
  3254.                    <span>Roberto Wagner</span>
  3255.                  </div>
  3256.                  <div>16 May 2026</div>
  3257.                </div>
  3258.              </div>
  3259.            </div>
  3260.          </div>
  3261.        
  3262.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3263.            <div class="card sponsored-card-v7">
  3264.              <div class="sponsored-image-v7">
  3265.                
  3266.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3267.                
  3268.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3269.              </div>
  3270.              <div class="sponsored-content-v7">
  3271.                <h3 class="sponsored-title-v7"><a href="/leadership-changes-war-absent-media-five-threats-to-climate-progress-that-dogged-environmental-conference/">Leadership Changes, War, Absent Media: Five Threats to Climate Progress That Dogged Environmental Conference</a></h3>
  3272.                <p class="sponsored-excerpt-v7 "></p>
  3273.                <div class="sponsored-meta-v7">
  3274.                  <div class="author-info-v7">
  3275.                    
  3276.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3277.                    
  3278.                    <span>Roberto Wagner</span>
  3279.                  </div>
  3280.                  <div>16 May 2026</div>
  3281.                </div>
  3282.              </div>
  3283.            </div>
  3284.          </div>
  3285.        
  3286.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3287.            <div class="card sponsored-card-v7">
  3288.              <div class="sponsored-image-v7">
  3289.                
  3290.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3291.                
  3292.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3293.              </div>
  3294.              <div class="sponsored-content-v7">
  3295.                <h3 class="sponsored-title-v7"><a href="/nutrition-assistance-scheduled-to-end-for-41-million-amid-ongoing-us-government-shutdown/">Nutrition Assistance Scheduled to End for 41 Million Amid Ongoing US Government Shutdown</a></h3>
  3296.                <p class="sponsored-excerpt-v7 "></p>
  3297.                <div class="sponsored-meta-v7">
  3298.                  <div class="author-info-v7">
  3299.                    
  3300.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d1902843-de64-4bd9-93d4-76fc75158d1b_profile.png" alt="Roberto Wagner" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3301.                    
  3302.                    <span>Roberto Wagner</span>
  3303.                  </div>
  3304.                  <div>16 May 2026</div>
  3305.                </div>
  3306.              </div>
  3307.            </div>
  3308.          </div>
  3309.        
  3310.      </div>
  3311.    </div>
  3312.  </section>
  3313.  
  3314.  
  3315.    
  3316.        <!-- end wpo-blog-sponsored-section -->
  3317.        <!-- start wpo-subscribe-section -->
  3318.        
  3319.        <!-- end subscribe-section -->
  3320.        <!-- start of wpo-site-footer-section -->
  3321.        
  3322.  
  3323.  
  3324.  
  3325.  
  3326.  
  3327.  
  3328. <footer class="wpo-site-footer-v2 ">
  3329.    
  3330.    <!-- Main Footer Content -->
  3331.    <div class="container-fluid fluid-container">
  3332.        
  3333.        <!-- Step 1: Brand Section -->
  3334.        <div class="footer-brand-section">
  3335.            <div class="row justify-content-center">
  3336.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3337.                    <div class="brand-wrapper">
  3338.                        
  3339.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9d4b25f6-bbec-4d74-82b3-3e016ae45c43_logo.png" alt="Vision World 360" class="footer-logo mb-3" loading="lazy">
  3340.                        
  3341.                        <h2 class="brand-title">Vision World 360</h2>
  3342.                        <p class="brand-description">Explore photography tips, visual arts insights, and creative inspiration from the UK. Discover tutorials, gear reviews, and artist spotlights on our blog.</p>
  3343.                        
  3344.                    </div>
  3345.                </div>
  3346.            </div>
  3347.        </div>
  3348.  
  3349.        <!-- Step 2: Content Columns with Separators -->
  3350.        <div class="footer-content-section">
  3351.            <div class="content-divider"></div>
  3352.            
  3353.            <div class="row">
  3354.                
  3355.                <!-- Column 1: Important Links -->
  3356.                <div class="col-lg-6 col-md-6 col-12">
  3357.                    <div class="footer-column">
  3358.                        <div class="column-header">
  3359.                            <span class="column-number bg-primary-gradient">01</span>
  3360.                            <h6 class="column-title">Important Pages</h6>
  3361.                        </div>
  3362.                        <div class="column-content">
  3363.                            <ul class="footer-links">
  3364.                                
  3365.                                <li>
  3366.                                    <a href="/bright-leaves-international-stage-well-after-her-reputation-was-etched-among-football-greats/" class="footer-link">
  3367.                                        Bright Leaves International Stage Well After Her Reputation Was Etched Among Football Greats
  3368.                                    </a>
  3369.                                </li>
  3370.                                
  3371.                                <li>
  3372.                                    <a href="/the-hit-drama-confirmed-for-7th-series-on-bbc/" class="footer-link">
  3373.                                        The Hit Drama Confirmed for 7th Series on BBC
  3374.                                    </a>
  3375.                                </li>
  3376.                                
  3377.                                <li>
  3378.                                    <a href="/british-tennis-star-emma-raducanu-concludes-the-current-season-and-plans-to-retain-coach-into-the-2026-season/" class="footer-link">
  3379.                                        British tennis star Emma Raducanu concludes the current season and plans to retain coach into the 2026 season.
  3380.                                    </a>
  3381.                                </li>
  3382.                                
  3383.                                <li>
  3384.                                    <a href="/three-game-pass-titles-that-can-validate-your-membership-during-the-weekend-nov-21-23/" class="footer-link">
  3385.                                        Three Game Pass Titles That Can Validate Your Membership During the Weekend (Nov. 21-23)
  3386.                                    </a>
  3387.                                </li>
  3388.                                
  3389.                                <li>
  3390.                                    <a href="/pre-ashes-banter-escalates-as-broad-calls-australian-team-the-weakest-after-2010/" class="footer-link">
  3391.                                        Pre-Ashes Banter Escalates as Broad Calls Australian Team the Weakest After 2010
  3392.                                    </a>
  3393.                                </li>
  3394.                                
  3395.                                <li>
  3396.                                    <a href="/the-greek-tennis-star-seriously-considered-retirement-amid-pain-filled-2025-season/" class="footer-link">
  3397.                                        The Greek tennis star Seriously Considered Retirement Amid Pain-Filled 2025 Season
  3398.                                    </a>
  3399.                                </li>
  3400.                                
  3401.                            </ul>
  3402.                        </div>
  3403.                    </div>
  3404.                </div>
  3405.  
  3406.                <!-- Column 2: External Links -->
  3407.                 <div class="col-lg-6 col-md-6 col-12">
  3408.                    <div class="footer-column">
  3409.                        <div class="column-header">
  3410.                            <span class="column-number bg-primary-gradient">02</span>
  3411.                            <h6 class="column-title">External Resources</h6>
  3412.                        </div>
  3413.                       <div class="column-content">
  3414.    <ul class="footer-links" id="footerLinks">
  3415.        
  3416.        
  3417.  
  3418.        
  3419.        
  3420.        
  3421.        
  3422.    </ul>
  3423. </div>
  3424.  
  3425.                    </div>
  3426.                </div>
  3427.  
  3428.                <!-- Column 3: Categories -->
  3429.                <div class="col-lg-6 col-md-6 col-12">
  3430.                    <div class="footer-column">
  3431.                        <div class="column-header">
  3432.                            <span class="column-number bg-primary-gradient">02</span>
  3433.                            <h6 class="column-title">Categories</h6>
  3434.                        </div>
  3435.                        <div class="column-content">
  3436.                            <ul class="footer-links">
  3437.                                
  3438.                                <li>
  3439.                                    <a href="/category/all-posts/" class="footer-link">
  3440.                                        All Posts
  3441.                                    </a>
  3442.                                </li>
  3443.                                
  3444.                                <li>
  3445.                                    <a href="/category/business/" class="footer-link">
  3446.                                        Business
  3447.                                    </a>
  3448.                                </li>
  3449.                                
  3450.                                <li>
  3451.                                    <a href="/category/esports/" class="footer-link">
  3452.                                        Esports
  3453.                                    </a>
  3454.                                </li>
  3455.                                
  3456.                                <li>
  3457.                                    <a href="/category/fashion/" class="footer-link">
  3458.                                        Fashion
  3459.                                    </a>
  3460.                                </li>
  3461.                                
  3462.                                <li>
  3463.                                    <a href="/category/featured/" class="footer-link">
  3464.                                        Featured
  3465.                                    </a>
  3466.                                </li>
  3467.                                
  3468.                                <li>
  3469.                                    <a href="/category/gaming/" class="footer-link">
  3470.                                        Gaming
  3471.                                    </a>
  3472.                                </li>
  3473.                                
  3474.                            </ul>
  3475.                        </div>
  3476.                    </div>
  3477.                </div>
  3478.  
  3479.            </div>
  3480.        </div>
  3481.  
  3482.        <!-- Step 3: Footer Bottom -->
  3483.        <div class="footer-bottom-section">
  3484.            <div class="bottom-divider"></div>
  3485.            <div class="d-flex justify-content-between flex-wrap">
  3486.                <div class="">
  3487.                    <p class="copyright-text">
  3488.                        &copy; 2026 <strong>Vision World 360</strong> • All rights reserved
  3489.                    </p>
  3490.                </div>
  3491.                <div class="">
  3492.                    <nav class="footer-nav">
  3493.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3494.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3495.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3496.                    </nav>
  3497.                </div>
  3498.            </div>
  3499.        </div>
  3500.  
  3501.    </div>
  3502.  
  3503.    <!-- Background Elements -->
  3504.    <div class="footer-bg-elements">
  3505.        <div class="bg-circle circle-1"></div>
  3506.        <div class="bg-circle circle-2"></div>
  3507.        <div class="bg-line line-1"></div>
  3508.        <div class="bg-line line-2"></div>
  3509.    </div>
  3510.  
  3511. </footer>
  3512.  
  3513. <style>
  3514. /* Footer V2 - Clean Blog Design */
  3515. .wpo-site-footer-v2 {
  3516.    color: var(--footer-color);
  3517.    background-color: var(--card-bg);
  3518.    margin-top: 100px;
  3519. }
  3520.  
  3521.  
  3522.  
  3523. /* Step 2: Brand Section */
  3524. .footer-brand-section {
  3525.    position: relative;
  3526.    z-index: 2;
  3527.    padding: 120px 0 60px;
  3528. }
  3529.  
  3530. .brand-wrapper {
  3531.    max-width: 600px;
  3532.    margin: 0 auto;
  3533. }
  3534.  
  3535. .footer-logo {
  3536.    max-height: 60px;
  3537.    width: auto;
  3538.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3539. }
  3540.  
  3541. .brand-title {
  3542.    font-size: 2.2rem;
  3543.    font-weight: 800;
  3544.    color: var(--footer-color);
  3545.    margin-bottom: 1rem;
  3546.    letter-spacing: -0.02em;
  3547. }
  3548.  
  3549. .brand-description {
  3550.    font-size: 1.1rem;
  3551.    color: var(--footer-color);
  3552.    line-height: 1.6;
  3553.    opacity: .7;
  3554.    margin-bottom: 0;
  3555. }
  3556.  
  3557. /* Step 3: Content Section */
  3558. .footer-content-section {
  3559.    position: relative;
  3560.    z-index: 2;
  3561.    padding: 60px 0;
  3562. }
  3563.  
  3564.  
  3565. .footer-column {
  3566.    margin-bottom: 40px;
  3567.    padding: 0 20px;
  3568. }
  3569.  
  3570. .column-header {
  3571.    display: flex;
  3572.    align-items: center;
  3573.    margin-bottom: 25px;
  3574.    padding-bottom: 15px;
  3575.    border-bottom: 2px solid var(--border-color);
  3576. }
  3577.  
  3578. .column-number {
  3579.    width: 35px;
  3580.    height: 35px;
  3581.    border-radius: 10px;
  3582.    display: flex;
  3583.    align-items: center;
  3584.    justify-content: center;
  3585.    font-weight: 700;
  3586.    font-size: 0.9rem;
  3587.    margin-right: 15px;
  3588. }
  3589.  
  3590. .column-title {
  3591.    font-size: 1.1rem;
  3592.    font-weight: 700;
  3593.    color: var(--footer-color) !important;
  3594.    margin: 0;
  3595. }
  3596.  
  3597. .column-content {
  3598.    padding-left: 50px;
  3599. }
  3600.  
  3601. /* Footer Links */
  3602. .footer-links {
  3603.    list-style: none;
  3604.    padding: 0;
  3605.    margin: 0;
  3606. }
  3607.  
  3608. .footer-links li {
  3609.    margin-bottom: 12px;
  3610.    position: relative;
  3611. }
  3612.  
  3613. .footer-link {
  3614.    color: var(--footer-color) !important;
  3615.    text-decoration: none;
  3616.    font-size: 0.95rem;
  3617.    line-height: 1.5;
  3618.    transition: all 0.8s ease;
  3619.    position: relative;
  3620.    display: inline-flex;
  3621.    align-items: center;
  3622. }
  3623.  
  3624. .footer-link:hover {
  3625.    color: var(--bs-primary);
  3626.    padding-left: 8px;
  3627. }
  3628.  
  3629. .footer-link::before {
  3630.    content: '';
  3631.    position: absolute;
  3632.    left: -15px;
  3633.    top: 50%;
  3634.    transform: translateY(-50%);
  3635.    width: 4px;
  3636.    height: 4px;
  3637.    background: var(--bs-primary);
  3638.    border-radius: 50%;
  3639.    opacity: 0;
  3640.    transition: opacity 0.3s ease;
  3641. }
  3642.  
  3643. .footer-link:hover::before {
  3644.    opacity: 1;
  3645. }
  3646.  
  3647. /* Step 4: Footer Bottom */
  3648. .footer-bottom-section {
  3649.    position: relative;
  3650.    z-index: 2;
  3651.    padding: 30px 0;
  3652. }
  3653.  
  3654. .bottom-divider {
  3655.    width: 100%;
  3656.    height: 1px;
  3657.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3658.    margin-bottom: 30px;
  3659. }
  3660.  
  3661. .copyright-text {
  3662.    color: var(--footer-color);
  3663.    font-size: 0.9rem;
  3664.    margin: 0;
  3665.    line-height: 1.6;
  3666. }
  3667.  
  3668. .footer-nav {
  3669.    display: flex;
  3670.    align-items: center;
  3671.    gap: 20px;
  3672.    justify-content: center;
  3673. }
  3674.  
  3675. .footer-nav-link {
  3676.    color: var(--footer-color) !important;
  3677.    text-decoration: none;
  3678.    font-size: 0.9rem;
  3679.    font-weight: 500;
  3680.    transition: color 0.3s ease;
  3681.    position: relative;
  3682. }
  3683.  
  3684. .footer-nav-link:hover {
  3685.    color: var(--bs-primary);
  3686. }
  3687.  
  3688. .footer-nav-link::after {
  3689.    content: '';
  3690.    position: absolute;
  3691.    bottom: -5px;
  3692.    left: 0;
  3693.    width: 0;
  3694.    height: 2px;
  3695.    background: var(--bs-primary) !important;
  3696.    transition: width 0.3s ease;
  3697. }
  3698.  
  3699. .footer-nav-link:hover::after {
  3700.    width: 100%;
  3701. }
  3702.  
  3703. /* Responsive Design */
  3704. @media (max-width: 992px) {
  3705.    .footer-brand-section {
  3706.        padding: 100px 0 50px;
  3707.    }
  3708.    
  3709.    .brand-title {
  3710.        font-size: 1.8rem;
  3711.    }
  3712.    
  3713.    .column-content {
  3714.        padding-left: 0;
  3715.        padding-top: 10px;
  3716.    }
  3717.    
  3718.    .column-header {
  3719.        flex-direction: column;
  3720.        align-items: flex-start;
  3721.        gap: 10px;
  3722.    }
  3723.    
  3724.    .column-number {
  3725.        align-self: center;
  3726.    }
  3727. }
  3728.  
  3729. @media (max-width: 768px) {
  3730.    .footer-brand-section {
  3731.        padding: 80px 0 40px;
  3732.    }
  3733.    
  3734.    .brand-title {
  3735.        font-size: 1.6rem;
  3736.    }
  3737.    
  3738.    .newsletter-inline {
  3739.        padding: 1.5rem;
  3740.        margin: 0 15px;
  3741.    }
  3742.    
  3743.    .newsletter-form .input-group {
  3744.        flex-direction: column;
  3745.    }
  3746.    
  3747.    .btn-newsletter {
  3748.        border-radius: 0 0 12px 12px;
  3749.    }
  3750.    
  3751.    .newsletter-input {
  3752.        border-radius: 12px 12px 0 0;
  3753.    }
  3754.    
  3755.    .footer-column {
  3756.        padding: 0 15px;
  3757.        margin-bottom: 35px;
  3758.    }
  3759.    
  3760.    .footer-nav {
  3761.        flex-direction: column;
  3762.        gap: 15px;
  3763.        margin-top: 20px;
  3764.    }
  3765. }
  3766.  
  3767. @media (max-width: 576px) {
  3768.    .footer-brand-section {
  3769.        padding: 60px 0 30px;
  3770.    }
  3771.    
  3772.    .brand-title {
  3773.        font-size: 1.4rem;
  3774.    }
  3775.    
  3776.    .brand-description {
  3777.        font-size: 1rem;
  3778.    }
  3779.    
  3780.    .newsletter-title {
  3781.        font-size: 1.1rem;
  3782.    }
  3783.    
  3784.    .column-title {
  3785.        font-size: 1rem;
  3786.    }
  3787.    
  3788.    .footer-column {
  3789.        padding: 0 10px;
  3790.    }
  3791.    
  3792.    .bg-circle, .bg-line {
  3793.        display: none;
  3794.    }
  3795. }
  3796.  
  3797. /* Minimal Animation */
  3798. .footer-column {
  3799.    transition: opacity 0.3s ease;
  3800. }
  3801.  
  3802. .footer-column:hover {
  3803.    opacity: 0.9;
  3804. }
  3805. </style>
  3806.  
  3807. <!-- Bootstrap 5 JS -->
  3808.  
  3809. <script>
  3810. // Scroll to Top Function
  3811. function scrollToTop() {
  3812.    window.scrollTo({
  3813.        top: 0,
  3814.        behavior: 'smooth'
  3815.    });
  3816. }
  3817.  
  3818. // Initialize Footer V2 Features
  3819. document.addEventListener('DOMContentLoaded', function() {
  3820.    
  3821.    // Newsletter Form Enhancement
  3822.    const newsletterForm = document.querySelector('.newsletter-form');
  3823.    if (newsletterForm) {
  3824.        newsletterForm.addEventListener('submit', function(e) {
  3825.            e.preventDefault(); // Remove this in actual implementation
  3826.            
  3827.            const submitBtn = this.querySelector('.btn-newsletter');
  3828.            const originalText = submitBtn.textContent;
  3829.            
  3830.            submitBtn.textContent = 'Subscribing...';
  3831.            submitBtn.disabled = true;
  3832.            
  3833.            // Simulate form processing
  3834.            setTimeout(() => {
  3835.                submitBtn.textContent = 'Subscribed!';
  3836.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3837.                
  3838.                setTimeout(() => {
  3839.                    submitBtn.textContent = originalText;
  3840.                    submitBtn.disabled = false;
  3841.                    submitBtn.style.background = '';
  3842.                    this.reset();
  3843.                }, 2000);
  3844.            }, 1500);
  3845.        });
  3846.    }
  3847.    
  3848.    // Smooth reveal for columns on scroll
  3849.    const observerOptions = {
  3850.        threshold: 0.1,
  3851.        rootMargin: '0px 0px -50px 0px'
  3852.    };
  3853.    
  3854.    const observer = new IntersectionObserver((entries) => {
  3855.        entries.forEach(entry => {
  3856.            if (entry.isIntersecting) {
  3857.                entry.target.style.opacity = '1';
  3858.                entry.target.style.transform = 'translateY(0)';
  3859.            }
  3860.        });
  3861.    }, observerOptions);
  3862.    
  3863.    // Initially hide columns for animation
  3864.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3865.        column.style.opacity = '0';
  3866.        column.style.transform = 'translateY(20px)';
  3867.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3868.        observer.observe(column);
  3869.    });
  3870.    
  3871.    // Prevent default for placeholder links
  3872.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3873.        link.addEventListener('click', function(e) {
  3874.            e.preventDefault();
  3875.        });
  3876.    });
  3877. });
  3878.  
  3879. document.addEventListener('DOMContentLoaded', function () {
  3880.    var btn = document.getElementById('toggleFooterLinks');
  3881.    if (!btn) return; // No extra links, no button
  3882.  
  3883.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3884.  
  3885.    btn.addEventListener('click', function () {
  3886.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3887.            return li.classList.contains('d-none');
  3888.        });
  3889.  
  3890.        extras.forEach(function (li) {
  3891.            if (anyHidden) {
  3892.                li.classList.remove('d-none');
  3893.                li.classList.add('show');
  3894.            } else {
  3895.                li.classList.add('d-none');
  3896.                li.classList.remove('show');
  3897.            }
  3898.        });
  3899.  
  3900.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3901.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3902.    });
  3903. });
  3904.  
  3905. </script>
  3906.  
  3907.        <!-- end of wpo-site-footer-section -->
  3908.    </div>
  3909.    <!-- end of page-wrapper -->
  3910.  
  3911.    <!-- All JavaScript files
  3912.    ================================================== -->
  3913.    
  3914.  
  3915. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3916. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3917. <!-- Plugins for this template -->
  3918. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3919. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3920. <!-- Custom script for this template -->
  3921. <script src="/static/blogapp/assets/js/script.js"></script>
  3922.  
  3923. <script>
  3924. (function () {
  3925. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3926. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3927.  
  3928. function applyFallback(img) {
  3929. if (!img || img.dataset.fallbackApplied === "1") {
  3930. return;
  3931. }
  3932. var failedSrc = img.currentSrc || img.src || "";
  3933. img.dataset.fallbackApplied = "1";
  3934. img.onerror = null;
  3935. img.src = fallbackImageSrc;
  3936. console.warn("[ImageFallback] Replaced broken image:", {
  3937. failedSrc: failedSrc,
  3938. fallbackSrc: fallbackImageSrc,
  3939. alt: img.alt || "",
  3940. });
  3941. }
  3942.  
  3943. document.querySelectorAll("img").forEach(function (img) {
  3944. if (img.complete && img.naturalWidth === 0) {
  3945. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3946. failedSrc: img.currentSrc || img.src || "",
  3947. alt: img.alt || "",
  3948. });
  3949. applyFallback(img);
  3950. }
  3951. });
  3952.  
  3953. document.addEventListener(
  3954. "error",
  3955. function (event) {
  3956. var target = event.target;
  3957. if (target && target.tagName === "IMG") {
  3958. applyFallback(target);
  3959. }
  3960. },
  3961. true
  3962. );
  3963. })();
  3964. </script>
  3965.  
  3966. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3967.  
  3968.  
  3969.  
  3970. <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":"32454677d3ff4ffe8f17507937faefce","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3971. </body>
  3972.  
  3973. </html>
  3974.  
  3975.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda