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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T165714.867_dH5ZrXq_WYHgjaF.png">
  14.    
  15.  
  16.    <title>Wagera Studio: Creative Web Design &amp; Digital Branding Solutions</title>
  17.    <meta name="description" content="Wagera Studio offers expert web design, development, and digital branding services to help businesses grow online with innovative and user-friendly solutions.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://wagerastudio.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff7043;
  42.        --bs-primary-rgb: ff7043;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff7043;
  53.        --theme-primary-color-s2: #ff7043;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  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: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #000000;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #ff7043;
  84.        --link-hover: #e05c37;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 112, 67, 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_81">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  409.        <!-- Date/Time -->
  410.        <span id="current-time" class="text-nowrap"></span>
  411.    
  412.        <!-- Marquee News -->
  413.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  414.            
  415.                <a href="/republican-lawmaker-claims-deal-can-be-had-on-healthcare-as-key-tax-credits-set-to-expire/" class="px-4 top-color">
  416.                    Republican Lawmaker Claims &#x27;Deal Can Be Had&#x27; on Healthcare as Key Tax Credits Set to Expire.
  417.                </a>
  418.            
  419.                <a href="/white-house-condemns-democratic-fabrication-as-further-epstein-estate-photographs-released/" class="px-4 top-color">
  420.                    White House Condemns &#x27;Democratic Fabrication&#x27; as Further Epstein Estate Photographs Released
  421.                </a>
  422.            
  423.                <a href="/millie-bright-leaves-international-stage-long-after-her-reputation-was-etched-within-football-greats/" class="px-4 top-color">
  424.                    Millie Bright Leaves International Stage Long After Her Reputation Was Etched Within Football Greats
  425.                </a>
  426.            
  427.                <a href="/line-of-duty-announced-for-seventh-series-on-the-british-broadcaster/" class="px-4 top-color">
  428.                    Line of Duty Announced for Seventh Series on the British Broadcaster
  429.                </a>
  430.            
  431.                <a href="/emma-raducanu-ends-this-years-campaign-and-has-decided-to-continue-with-trainer-through-next-year/" class="px-4 top-color">
  432.                    Emma Raducanu ends this year&#x27;s campaign and has decided to continue with trainer through next year.
  433.                </a>
  434.            
  435.        </marquee>
  436.    </div>
  437. </div>
  438.  
  439. <script>
  440. function updateCurrentTime() {
  441.    const currentDate = new Date();
  442.  
  443.    // Day Names
  444.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  445.    const day = dayNames[currentDate.getDay()];
  446.  
  447.    // Date Formatting
  448.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  449.    const monthNames = ["January", "February", "March", "April", "May", "June",
  450.                        "July", "August", "September", "October", "November", "December"];
  451.    const month = monthNames[currentDate.getMonth()];
  452.    const year = currentDate.getFullYear();
  453.  
  454.    // Final string
  455.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  456.  
  457.    document.getElementById('current-time').innerHTML = `
  458.        <span class='bg-primary-gradient p-2 '>
  459.            <span class="fw-bold">${dateString}</span>
  460.        </span>
  461.    `;
  462. }
  463. updateCurrentTime();
  464. </script>
  465.  
  466.  
  467.  
  468.            
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475. <header class="header-v7 py-2 mb-4">
  476.    <!-- Top Bar -->
  477.    <div class="top-bar-v7">
  478.        <div class="container-fluid fluid-container">
  479.            <div class="row align-items-center justify-content-center">
  480.                <div class="col-lg-3 col-md-4">
  481.                    <div class="logo-section-v7">
  482.                        <a class="brand-link-v7" href="/">
  483.                            
  484.                                Wagera Studio
  485.                            
  486.                        </a>
  487.                    </div>
  488.                </div>
  489.                <div class="col-lg-6 col-md-5">
  490.                    <div class="search-bar-v7">
  491.                        <form class="search-form-v7" action="#" method="get">
  492.                            <div class="search-container-v7">
  493.                                <input id="search-input" type="search" class="search-input-v7"
  494.                                    placeholder="Search articles, tutorials, news..." name="q">
  495.                                <button type="submit" class="search-btn-v7">
  496.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  497.                                        stroke-width="2">
  498.                                        <circle cx="11" cy="11" r="8"></circle>
  499.                                        <path d="m21 21-4.35-4.35"></path>
  500.                                    </svg>
  501.                                </button>
  502.                            </div>
  503.                            <div id="search-results" class="search-results-container search-v1"></div>
  504.                        </form>
  505.                    </div>
  506.                </div>
  507.                <div class="col-lg-3 col-md-3">
  508.                    <!-- Empty column for spacing -->
  509.                </div>
  510.            </div>
  511.        </div>
  512.    </div>
  513.  
  514.    <!-- Main Navigation -->
  515.    <div class="main-nav-v7">
  516.        <div class="container-fluid">
  517.            <div class="nav-wrapper-v7">
  518.  
  519.                <!-- Sidebar Navigation -->
  520.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  521.                    <div class="nav-header-v7">
  522.                        <h6 class="nav-title-v7">Navigation</h6>
  523.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  524.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  525.                                stroke-width="2">
  526.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  527.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  528.                            </svg>
  529.                        </button>
  530.                    </div>
  531.  
  532.                    <ul class="sidebar-menu-v7">
  533.                        <li class="sidebar-item-v7">
  534.                            <a href='/' class="sidebar-link-v7 active-v7">
  535.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  536.                                    stroke="currentColor" stroke-width="2">
  537.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  538.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  539.                                </svg>
  540.                                Home
  541.                            </a>
  542.                        </li>
  543.  
  544.                        <li class="sidebar-item-v7 has-submenu-v7">
  545.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  546.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  547.                                    stroke="currentColor" stroke-width="2">
  548.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  549.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  550.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  551.                                </svg>
  552.                                Technology
  553.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  554.                                    stroke="currentColor" stroke-width="2">
  555.                                    <polyline points="6,9 12,15 18,9"></polyline>
  556.                                </svg>
  557.                            </a>
  558.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  559.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  560.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  561.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  562.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  563.                            </ul>
  564.                        </li>
  565.  
  566.                        <li class="sidebar-item-v7 has-submenu-v7">
  567.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  568.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  569.                                    stroke="currentColor" stroke-width="2">
  570.                                    <path
  571.                                        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">
  572.                                    </path>
  573.                                </svg>
  574.                                Business
  575.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  576.                                    stroke="currentColor" stroke-width="2">
  577.                                    <polyline points="6,9 12,15 18,9"></polyline>
  578.                                </svg>
  579.                            </a>
  580.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  581.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  582.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  583.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  584.                            </ul>
  585.                        </li>
  586.  
  587.                        <li class="sidebar-item-v7">
  588.                            <a href="#" class="sidebar-link-v7">
  589.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  592.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  593.                                </svg>
  594.                                Tutorials
  595.                            </a>
  596.                        </li>
  597.  
  598.                        <li class="sidebar-item-v7">
  599.                            <a href="#" class="sidebar-link-v7">
  600.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  601.                                    stroke="currentColor" stroke-width="2">
  602.                                    <polygon
  603.                                        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">
  604.                                    </polygon>
  605.                                </svg>
  606.                                Reviews
  607.                            </a>
  608.                        </li>
  609.  
  610.                        <li class="sidebar-item-v7">
  611.                            <a href="#" class="sidebar-link-v7">
  612.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  613.                                    stroke="currentColor" stroke-width="2">
  614.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  615.                                </svg>
  616.                                News
  617.                            </a>
  618.                        </li>
  619.  
  620.                        <li class="sidebar-item-v7">
  621.                            <a href="#" class="sidebar-link-v7">
  622.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  623.                                    stroke="currentColor" stroke-width="2">
  624.                                    <circle cx="12" cy="12" r="3"></circle>
  625.                                    <path
  626.                                        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">
  627.                                    </path>
  628.                                </svg>
  629.                                About
  630.                            </a>
  631.                        </li>
  632.  
  633.                        <li class="sidebar-item-v7">
  634.                            <a href="#" class="sidebar-link-v7">
  635.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  636.                                    stroke="currentColor" stroke-width="2">
  637.                                    <path
  638.                                        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">
  639.                                    </path>
  640.                                    <polyline points="22,6 12,13 2,6"></polyline>
  641.                                </svg>
  642.                                Contact
  643.                            </a>
  644.                        </li>
  645.                    </ul>
  646.                </nav>
  647.                <div class="sidebar-blur"></div>
  648.  
  649.                <!-- Main Content Area -->
  650.                <div class="content-area-v7">
  651.                    <!-- Horizontal Nav for Desktop -->
  652.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  653.                        <ul class="horizontal-menu-v7">
  654.  
  655.                            
  656.                            <li class="horizontal-item-v7">
  657.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  658.                            </li>
  659.  
  660.                            
  661.                            
  662.                             <li class="horizontal-item-v7">
  663.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  664.                                    All Posts
  665.                                </a>
  666.                                </li>
  667.  
  668.                                
  669.  
  670.                                        
  671.                                        
  672.                                
  673.                             <li class="horizontal-item-v7">
  674.                                <a href="/category/business/" class="horizontal-link-v7">
  675.                                    Business
  676.                                </a>
  677.                                </li>
  678.  
  679.                                
  680.  
  681.                                        
  682.                                        
  683.                                
  684.                             <li class="horizontal-item-v7">
  685.                                <a href="/category/esports/" class="horizontal-link-v7">
  686.                                    Esports
  687.                                </a>
  688.                                </li>
  689.  
  690.                                
  691.  
  692.                                        
  693.                                        
  694.                                
  695.                             <li class="horizontal-item-v7">
  696.                                <a href="/category/fashion/" class="horizontal-link-v7">
  697.                                    Fashion
  698.                                </a>
  699.                                </li>
  700.  
  701.                                
  702.  
  703.                                        
  704.                                        
  705.                                
  706.                             <li class="horizontal-item-v7">
  707.                                <a href="/category/featured/" class="horizontal-link-v7">
  708.                                    Featured
  709.                                </a>
  710.                                </li>
  711.  
  712.                                
  713.  
  714.                                        
  715.                                        
  716.                                
  717.                             <li class="horizontal-item-v7">
  718.                                <a href="/category/gaming/" class="horizontal-link-v7">
  719.                                    Gaming
  720.                                </a>
  721.                                </li>
  722.  
  723.                                
  724.  
  725.                                        
  726.                                        
  727.                                
  728.                             <li class="horizontal-item-v7">
  729.                                <a href="/category/health/" class="horizontal-link-v7">
  730.                                    Health
  731.                                </a>
  732.                                </li>
  733.  
  734.                                
  735.  
  736.                                        
  737.                                        
  738.                                
  739.                            
  740.                                
  741.                                <li class="horizontal-item-v7 dropdown-v7">
  742.                                    <a href="#" class="horizontal-link-v7">More</a>
  743.                                    <div class="horizontal-dropdown-v7">
  744.                                        <a href="/category/life-fitness/"
  745.                                            class="dropdown-item-v7">
  746.                                            Life &amp; Fitness
  747.                                        </a>
  748.                                        
  749.  
  750.                                        
  751.                                        
  752.                                
  753.                            
  754.                                        <a href="/category/lifestyle/"
  755.                                            class="dropdown-item-v7">
  756.                                            Lifestyle
  757.                                        </a>
  758.                                        
  759.  
  760.                                        
  761.                                        
  762.                                
  763.                            
  764.                                        <a href="/category/news/"
  765.                                            class="dropdown-item-v7">
  766.                                            News
  767.                                        </a>
  768.                                        
  769.  
  770.                                        
  771.                                        
  772.                                
  773.                            
  774.                                        <a href="/category/others/"
  775.                                            class="dropdown-item-v7">
  776.                                            Others
  777.                                        </a>
  778.                                        
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                            
  784.                                        <a href="/category/politics/"
  785.                                            class="dropdown-item-v7">
  786.                                            Politics
  787.                                        </a>
  788.                                        
  789.  
  790.                                        
  791.                                        
  792.                                
  793.                            
  794.                                        <a href="/category/sports/"
  795.                                            class="dropdown-item-v7">
  796.                                            Sports
  797.                                        </a>
  798.                                        
  799.  
  800.                                        
  801.                                        
  802.                                
  803.                            
  804.                                        <a href="/category/tech/"
  805.                                            class="dropdown-item-v7">
  806.                                            Tech
  807.                                        </a>
  808.                                        
  809.  
  810.                                        
  811.                                        
  812.                                
  813.                            
  814.                                        <a href="/category/travel/"
  815.                                            class="dropdown-item-v7">
  816.                                            Travel
  817.                                        </a>
  818.                                        
  819.  
  820.                                        
  821.                                        
  822.                                    </div>
  823.                                </li>
  824.                                
  825.                                
  826. <li>
  827.                  <a href="/page/contact-us/">
  828.                     Contact Us
  829.                  </a>
  830.              </li>
  831.                        </ul>
  832.                    </nav>
  833.  
  834.  
  835.                    <!-- Mobile Menu Button -->
  836.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  837.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  838.                            stroke-width="2">
  839.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  840.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  841.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  842.                        </svg>
  843.                        Menu
  844.                    </button>
  845.                </div>
  846.            </div>
  847.        </div>
  848.    </div>
  849.  
  850.    <!-- Overlay for mobile sidebar -->
  851.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  852. </header>
  853.  
  854. <style>
  855.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  856.    .header-v7 {
  857.        position: relative;
  858.        background: var(--navbar-bg);
  859.    }
  860.  
  861.    /* Top Bar Styles */
  862.    .top-bar-v7 {
  863.        padding: 15px 0;
  864.        border-bottom: 1px solid var(--border-color);
  865.        background: var(--navbar-bg);
  866.    }
  867.  
  868.    .logo-img-v7 {
  869.        max-height: 70px;
  870.        transition: transform 0.3s ease;
  871.    }
  872.  
  873.    .logo-img-v7:hover {
  874.        transform: scale(1.05);
  875.    }
  876.  
  877.    /* Search Bar Styles */
  878.    .search-container-v7 {
  879.        position: relative;
  880.        display: flex;
  881.        align-items: center;
  882.        background: transparent;
  883.        border: 2px solid var(--border-color);
  884.        border-radius: 8px;
  885.        overflow: hidden;
  886.        transition: all 0.3s ease;
  887.    }
  888.  
  889.    .search-container-v7:focus-within {
  890.        border-color: #007bff33;
  891.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  892.    }
  893.  
  894.    .search-input-v7 {
  895.        color: var(--topbar-color) !important;
  896.        flex: 1;
  897.        border: none;
  898.        padding: 12px 16px;
  899.        font-size: 14px;
  900.        outline: none;
  901.        background: transparent;
  902.    }
  903.  
  904.    .search-input-v7::placeholder {
  905.        color: #a0aec0;
  906.    }
  907.  
  908.    .search-btn-v7 {
  909.        background: var(--bs-primary);
  910.        color: white;
  911.        border: none;
  912.        padding: 12px 16px;
  913.        cursor: pointer;
  914.        transition: background 0.3s ease;
  915.    }
  916.  
  917.    .search-btn-v7:hover {
  918.        background: #3182ce;
  919.    }
  920.  
  921.    /* Header Actions */
  922.    .header-actions-v7 {
  923.        display: flex;
  924.        align-items: center;
  925.        gap: 15px;
  926.        justify-content: flex-end;
  927.    }
  928.  
  929.    .notification-btn-v7,
  930.    .profile-btn-v7 {
  931.        background: none;
  932.        border: none;
  933.        padding: 8px;
  934.        border-radius: 8px;
  935.        cursor: pointer;
  936.        transition: background 0.3s ease;
  937.        position: relative;
  938.    }
  939.  
  940.    .notification-btn-v7:hover,
  941.    .profile-btn-v7:hover {
  942.        background: #f1f5f9;
  943.    }
  944.  
  945.    .notification-badge-v7 {
  946.        position: absolute;
  947.        top: 2px;
  948.        right: 2px;
  949.        background: #e53e3e;
  950.        color: white;
  951.        font-size: 16px;
  952.        font-weight: 600;
  953.        width: 16px;
  954.        height: 16px;
  955.        border-radius: 50%;
  956.        display: flex;
  957.        align-items: center;
  958.        justify-content: center;
  959.    }
  960.  
  961.    .profile-avatar-v7 {
  962.        width: 32px;
  963.        height: 32px;
  964.        background: var(--border-color);
  965.        border-radius: 50%;
  966.        display: flex;
  967.        align-items: center;
  968.        justify-content: center;
  969.    }
  970.  
  971.    /* Main Navigation */
  972.    .main-nav-v7 {
  973.        background: var(--navbar-bg);
  974.    }
  975.  
  976.    .nav-wrapper-v7 {
  977.        display: flex;
  978.        align-items: center;
  979.        justify-content: center;
  980.        min-height: 60px;
  981.    }
  982.  
  983.    /* Sidebar Navigation */
  984.    .sidebar-nav-v7 {
  985.        position: fixed;
  986.        top: 0;
  987.        left: -350px;
  988.        width: 350px;
  989.        height: 100vh;
  990.        background: var(--navbar-bg);
  991.        z-index: 1000;
  992.        transition: left 0.3s ease;
  993.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  994.        overflow-y: auto;
  995.    }
  996.  
  997.    .sidebar-nav-v7.show-v7 {
  998.        left: 0;
  999.    }
  1000.  
  1001.    .nav-header-v7 {
  1002.        display: flex;
  1003.        align-items: center;
  1004.        justify-content: space-between;
  1005.        padding: 20px 25px;
  1006.        border-bottom: 1px solid var(--border-color);
  1007.        background: var(--navbar-bg);
  1008.    }
  1009.  
  1010.    .nav-title-v7 {
  1011.        font-size: 16px;
  1012.        font-weight: 600;
  1013.        color: #2d3748;
  1014.        margin: 0;
  1015.    }
  1016.  
  1017.    .sidebar-close-v7 {
  1018.        background: none;
  1019.        border: none;
  1020.        padding: 8px;
  1021.        cursor: pointer;
  1022.        border-radius: 6px;
  1023.        transition: background 0.3s ease;
  1024.    }
  1025.  
  1026.    .sidebar-close-v7:hover {
  1027.        background: var(--border-color);
  1028.    }
  1029.  
  1030.    .sidebar-menu-v7 {
  1031.        list-style: none;
  1032.        padding: 20px 0;
  1033.        margin: 0;
  1034.    }
  1035.  
  1036.    .sidebar-item-v7 {
  1037.        margin-bottom: 5px;
  1038.    }
  1039.  
  1040.    .sidebar-link-v7 {
  1041.        display: flex;
  1042.        align-items: center;
  1043.        color: #4a5568;
  1044.        text-decoration: none;
  1045.        padding: 15px 25px;
  1046.        font-size: 15px;
  1047.        font-weight: 500;
  1048.        transition: all 0.3s ease;
  1049.        position: relative;
  1050.    }
  1051.  
  1052.    .sidebar-link-v7:hover,
  1053.    .sidebar-link-v7.active-v7 {
  1054.        color: #007bff;
  1055.        background: var(--border-color);
  1056.    }
  1057.  
  1058.    .sidebar-link-v7.active-v7::before {
  1059.        content: '';
  1060.        position: absolute;
  1061.        left: 0;
  1062.        top: 0;
  1063.        bottom: 0;
  1064.        width: 4px;
  1065.        background: #007bff;
  1066.    }
  1067.  
  1068.    .sidebar-icon-v7 {
  1069.        margin-right: 12px;
  1070.        color: currentColor;
  1071.    }
  1072.  
  1073.    .submenu-arrow-v7 {
  1074.        margin-left: auto;
  1075.        transition: transform 0.3s ease;
  1076.    }
  1077.  
  1078.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1079.        transform: rotate(180deg);
  1080.    }
  1081.  
  1082.    .sidebar-submenu-v7 {
  1083.        list-style: none;
  1084.        padding: 0;
  1085.        margin: 0;
  1086.        max-height: 0;
  1087.        overflow: hidden;
  1088.        transition: max-height 0.3s ease;
  1089.        background: var(--navbar-bg);
  1090.    }
  1091.  
  1092.    .sidebar-submenu-v7.show-v7 {
  1093.        max-height: 300px;
  1094.        padding: 10px 0;
  1095.    }
  1096.  
  1097.    .sidebar-sublink-v7 {
  1098.        display: block;
  1099.        color: #718096;
  1100.        text-decoration: none;
  1101.        padding: 10px 25px 10px 55px;
  1102.        font-size: 14px;
  1103.        transition: all 0.3s ease;
  1104.    }
  1105.  
  1106.    .sidebar-sublink-v7:hover {
  1107.        color: #007bff;
  1108.        background: var(--border-color);
  1109.    }
  1110.  
  1111.    /* Sidebar Footer */
  1112.    .sidebar-footer-v7 {
  1113.        padding: 25px;
  1114.        margin-top: auto;
  1115.        border-top: 1px solid var(--border-color);
  1116.    }
  1117.  
  1118.    .sidebar-cta-v7 {
  1119.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1120.        padding: 20px;
  1121.        border-radius: 12px;
  1122.        text-align: center;
  1123.        color: white;
  1124.    }
  1125.  
  1126.    .cta-title-v7 {
  1127.        font-size: 14px;
  1128.        font-weight: 600;
  1129.        margin: 0 0 5px 0;
  1130.    }
  1131.  
  1132.    .cta-text-v7 {
  1133.        font-size: 12px;
  1134.        margin: 0 0 15px 0;
  1135.        opacity: 0.9;
  1136.    }
  1137.  
  1138.    .cta-btn-v7 {
  1139.        background: rgba(255, 255, 255, 0.2);
  1140.        color: white;
  1141.        border: 1px solid rgba(255, 255, 255, 0.3);
  1142.        padding: 8px 20px;
  1143.        border-radius: 20px;
  1144.        font-size: 12px;
  1145.        font-weight: 500;
  1146.        cursor: pointer;
  1147.        transition: all 0.3s ease;
  1148.    }
  1149.  
  1150.    .cta-btn-v7:hover {
  1151.        background: rgba(255, 255, 255, 0.3);
  1152.    }
  1153.  
  1154.    /* Horizontal Navigation for Desktop */
  1155.    .horizontal-nav-v7 {
  1156.        flex: 1;
  1157.        display: flex;
  1158.        justify-content: center;
  1159.    }
  1160.  
  1161.    .horizontal-menu-v7 {
  1162.        list-style: none;
  1163.        padding: 0;
  1164.        margin: 0;
  1165.        display: flex;
  1166.        align-items: center;
  1167.    }
  1168.  
  1169.    .horizontal-item-v7 {
  1170.        position: relative;
  1171.        margin-right: 30px;
  1172.    }
  1173.  
  1174.    .horizontal-link-v7 {
  1175.        color: #4a5568;
  1176.        text-decoration: none;
  1177.        font-size: 16px;
  1178.        font-weight: 500;
  1179.        padding: 20px 0;
  1180.        position: relative;
  1181.        transition: color 0.3s ease;
  1182.    }
  1183.  
  1184.    .horizontal-link-v7::after {
  1185.        content: '';
  1186.        position: absolute;
  1187.        bottom: 0;
  1188.        left: 0;
  1189.        width: 0;
  1190.        height: 2px;
  1191.        background: #007bff;
  1192.        transition: width 0.3s ease;
  1193.    }
  1194.  
  1195.    .horizontal-link-v7:hover,
  1196.    .horizontal-link-v7.active-v7 {
  1197.        color: #007bff;
  1198.        font-weight: 600;
  1199.    }
  1200.  
  1201.    .horizontal-link-v7:hover::after,
  1202.    .horizontal-link-v7.active-v7::after {
  1203.        width: 100%;
  1204.    }
  1205.  
  1206.    /* Horizontal Dropdown */
  1207.    .horizontal-dropdown-v7 {
  1208.        position: absolute;
  1209.        top: 100%;
  1210.        left: 0;
  1211.        background: var(--navbar-bg);
  1212.        min-width: 200px;
  1213.        border-radius: 8px;
  1214.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1215.        opacity: 0;
  1216.        visibility: hidden;
  1217.        transform: translateY(-10px);
  1218.        transition: all 0.3s ease;
  1219.        padding: 10px 0;
  1220.        z-index: 100;
  1221.    }
  1222.  
  1223.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1224.        opacity: 1;
  1225.        visibility: visible;
  1226.        transform: translateY(0);
  1227.    }
  1228.  
  1229.    .dropdown-item-v7 {
  1230.        display: block;
  1231.        color: #4a5568;
  1232.        text-decoration: none;
  1233.        padding: 12px 20px;
  1234.        font-size: 14px;
  1235.        transition: all 0.3s ease;
  1236.    }
  1237.  
  1238.    .dropdown-item-v7:hover {
  1239.        color: #007bff;
  1240.        background: #565758ff;
  1241.    }
  1242.  
  1243.    /* Mobile Menu Button */
  1244.    .mobile-menu-btn-v7 {
  1245.        background: none;
  1246.        border: 1px solid var(--border-color);
  1247.        padding: 10px 15px;
  1248.        border-radius: 8px;
  1249.        cursor: pointer;
  1250.        display: flex;
  1251.        align-items: center;
  1252.        gap: 8px;
  1253.        font-size: 14px;
  1254.        font-weight: 500;
  1255.        color: #4a5568;
  1256.        transition: all 0.3s ease;
  1257.        margin: 0 auto;
  1258.    }
  1259.  
  1260.    .mobile-menu-btn-v7:hover {
  1261.        border-color: #cbd5e0;
  1262.        opacity: 0.7;
  1263.    }
  1264.  
  1265.    /* Sidebar Overlay */
  1266.    .sidebar-overlay-v7 {
  1267.        position: fixed;
  1268.        top: 0;
  1269.        left: 0;
  1270.        right: 0;
  1271.        bottom: 0;
  1272.        background: rgba(0, 0, 0, 0.5);
  1273.        z-index: 999;
  1274.        opacity: 0;
  1275.        visibility: hidden;
  1276.        transition: all 0.3s ease;
  1277.    }
  1278.  
  1279.    .sidebar-overlay-v7.show-v7 {
  1280.        opacity: 1;
  1281.        visibility: visible;
  1282.    }
  1283.  
  1284.    /* Responsive Design */
  1285.    @media (max-width: 991px) {
  1286.        .top-bar-v7 .col-lg-6 {
  1287.            order: 3;
  1288.            margin-top: 15px;
  1289.        }
  1290.  
  1291.        .header-actions-v7 {
  1292.            justify-content: flex-start;
  1293.        }
  1294.    }
  1295.  
  1296.    @media (max-width: 768px) {
  1297.        .sidebar-nav-v7 {
  1298.            width: 300px;
  1299.            left: -300px;
  1300.        }
  1301.  
  1302.        .search-container-v7 {
  1303.            margin-top: 10px;
  1304.        }
  1305.    }
  1306. </style>
  1307.  
  1308. <script>
  1309.    function openSidebarV7() {
  1310.        const sidebar = document.getElementById('sidebarNavV7');
  1311.        const overlay = document.getElementById('sidebarOverlayV7');
  1312.  
  1313.        sidebar.classList.add('show-v7');
  1314.        overlay.classList.add('show-v7');
  1315.        document.body.style.overflow = 'hidden';
  1316.    }
  1317.  
  1318.    function closeSidebarV7() {
  1319.        const sidebar = document.getElementById('sidebarNavV7');
  1320.        const overlay = document.getElementById('sidebarOverlayV7');
  1321.  
  1322.        sidebar.classList.remove('show-v7');
  1323.        overlay.classList.remove('show-v7');
  1324.        document.body.style.overflow = '';
  1325.    }
  1326.  
  1327.    function toggleSubmenuV7(submenuId) {
  1328.        const submenu = document.getElementById(submenuId);
  1329.        const parentItem = submenu.closest('.sidebar-item-v7');
  1330.  
  1331.        // Close other open submenus
  1332.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1333.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1334.  
  1335.        allSubmenus.forEach(menu => {
  1336.            if (menu.id !== submenuId) {
  1337.                menu.classList.remove('show-v7');
  1338.            }
  1339.        });
  1340.  
  1341.        allParentItems.forEach(item => {
  1342.            if (item !== parentItem) {
  1343.                item.classList.remove('open-v7');
  1344.            }
  1345.        });
  1346.  
  1347.        // Toggle current submenu
  1348.        submenu.classList.toggle('show-v7');
  1349.        parentItem.classList.toggle('open-v7');
  1350.    }
  1351.  
  1352.    // Close sidebar when clicking outside
  1353.    document.addEventListener('click', function (event) {
  1354.        const sidebar = document.getElementById('sidebarNavV7');
  1355.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1356.  
  1357.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1358.            closeSidebarV7();
  1359.        }
  1360.    });
  1361.  
  1362.    // Handle window resize
  1363.    window.addEventListener('resize', function () {
  1364.        if (window.innerWidth >= 992) {
  1365.            closeSidebarV7();
  1366.        }
  1367.    });
  1368. </script>
  1369.  
  1370. <script>
  1371.  document.addEventListener("DOMContentLoaded", function () {
  1372.    console.log("loaded");
  1373.  
  1374.     const searchInput = document.getElementById("search-input")
  1375.    const searchResults = document.getElementById("search-results");
  1376.  
  1377.    if (!searchInput || !searchResults) {
  1378.      console.error("Search input/results not found");
  1379.      return;
  1380.    }
  1381.  
  1382.    // Prevent form submission
  1383.    if (searchInput.form) {
  1384.      searchInput.form.addEventListener("submit", function (e) {
  1385.        e.preventDefault();
  1386.      });
  1387.    }
  1388.  
  1389.    // Add event listener for keyup
  1390.    searchInput.addEventListener("keyup", function (e) {
  1391.      console.log("Key pressed:", e.key);
  1392.      e.preventDefault();
  1393.  
  1394.      const query = searchInput.value.trim();
  1395.      console.log("User is typing: " + query);
  1396.  
  1397.      // If empty → clear and hide
  1398.      if (query === "") {
  1399.        searchResults.innerHTML = "";
  1400.        searchResults.style.display = "none";
  1401.        return;
  1402.      }
  1403.  
  1404.      // Show results
  1405.      searchResults.style.display = "block";
  1406.  
  1407.      // Fetch search results
  1408.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1409.        method: "GET",
  1410.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1411.      })
  1412.        .then(response => {
  1413.          console.log("Response Status:", response.status);
  1414.          return response.json();
  1415.        })
  1416.        .then(data => {
  1417.          console.log("Data received:", data);
  1418.          if (data.html) {
  1419.            searchResults.innerHTML = data.html;
  1420.          } else {
  1421.            searchResults.innerHTML = "<p>No results found.</p>";
  1422.          }
  1423.        })
  1424.        .catch(error => {
  1425.          console.error("Error fetching search results:", error);
  1426.        });
  1427.    });
  1428.  
  1429.    // Close results when clicking outside
  1430.    document.addEventListener("click", function (e) {
  1431.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1432.        searchResults.style.display = "none";
  1433.      }
  1434.    });
  1435.  
  1436.    // Close results on ESC key
  1437.    document.addEventListener("keydown", function (e) {
  1438.      if (e.key === "Escape") {
  1439.        searchResults.style.display = "none";
  1440.      }
  1441.    });
  1442.  });
  1443. </script>
  1444.  
  1445. <style>
  1446.        /* search field */
  1447.  .search-results-container {
  1448.  position: absolute;
  1449.  top: 100%; /* Position it below the input field */
  1450.  left: 10px;
  1451.  right: 10px;
  1452.  background-color: white;
  1453.  border: 1px solid #ddd;
  1454.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1455.  max-height: 300px;
  1456.  overflow-y: auto;
  1457.  z-index: 1000;
  1458.  display: none; /* Initially hidden */
  1459. }
  1460.  
  1461. .search-results-container p {
  1462.  margin: 0;
  1463. }
  1464.  
  1465. .search-results-container .result-item {
  1466.  padding: 10px;
  1467.  cursor: pointer;
  1468. }
  1469.  
  1470. .search-results-container .result-item:hover {
  1471.  background-color: #f0f0f0;
  1472. }
  1473. </style>
  1474.  
  1475.        </header>
  1476.        <!-- end of header -->
  1477.        <!-- start of wpo-blog-hero -->
  1478.        
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486. <div class="blog-hero-v10">
  1487.    <div class="container-fluid fluid-container">
  1488.        
  1489.        <!-- Top Section: Three Equal Featured Articles -->
  1490.  
  1491.        <div class="row g-4 mb-5">
  1492.            
  1493.            <div class="col-lg-4 col-md-6 col-12">
  1494.                <article class="featured-article">
  1495.                    <div class="featured-image-container">
  1496.                        
  1497.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="3 Xbox Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)" class="featured-image">
  1498.                            
  1499.                        <div class="category-tag bg-primary-gradient">News</div>
  1500.                    </div>
  1501.                    <div class="featured-content">
  1502.                        <h2 class="featured-title"><a href="/3-xbox-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/">
  1503.                                    3 Xbox Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)
  1504.                                </a></h2>
  1505.                        <p class="featured-summary"></p>
  1506.                        <div class="article-meta">
  1507.                            <span class="author-name">James Todd</span>
  1508.                            <span class="post-time">May 15</span>
  1509.                        </div>
  1510.                    </div>
  1511.                </article>
  1512.            </div>
  1513.            
  1514.            <div class="col-lg-4 col-md-6 col-12">
  1515.                <article class="featured-article">
  1516.                    <div class="featured-image-container">
  1517.                        
  1518.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ashes Pre-Series Banter Escalates as Broad Labels Australia the Weakest After 2010" class="featured-image">
  1519.                            
  1520.                        <div class="category-tag bg-primary-gradient">News</div>
  1521.                    </div>
  1522.                    <div class="featured-content">
  1523.                        <h2 class="featured-title"><a href="/ashes-pre-series-banter-escalates-as-broad-labels-australia-the-weakest-after-2010/">
  1524.                                    Ashes Pre-Series Banter Escalates as Broad Labels Australia the Weakest After 2010
  1525.                                </a></h2>
  1526.                        <p class="featured-summary"></p>
  1527.                        <div class="article-meta">
  1528.                            <span class="author-name">James Todd</span>
  1529.                            <span class="post-time">May 15</span>
  1530.                        </div>
  1531.                    </div>
  1532.                </article>
  1533.            </div>
  1534.            
  1535.            <div class="col-lg-4 col-md-6 col-12">
  1536.                <article class="featured-article">
  1537.                    <div class="featured-image-container">
  1538.                        
  1539.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Stefanos Tsitsipas Contemplated Retirement During Injury-Plagued Campaign" class="featured-image">
  1540.                            
  1541.                        <div class="category-tag bg-primary-gradient">News</div>
  1542.                    </div>
  1543.                    <div class="featured-content">
  1544.                        <h2 class="featured-title"><a href="/stefanos-tsitsipas-contemplated-retirement-during-injury-plagued-campaign/">
  1545.                                    Stefanos Tsitsipas Contemplated Retirement During Injury-Plagued Campaign
  1546.                                </a></h2>
  1547.                        <p class="featured-summary"></p>
  1548.                        <div class="article-meta">
  1549.                            <span class="author-name">James Todd</span>
  1550.                            <span class="post-time">May 15</span>
  1551.                        </div>
  1552.                    </div>
  1553.                </article>
  1554.            </div>
  1555.            
  1556.        </div>
  1557.  
  1558.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1559.        <div class="row g-4">
  1560.            <div class="col-12">
  1561.                <div class="recent-section">
  1562.                    <h3 class="recent-title">Recent Articles</h3>
  1563.                    <div class="recent-list">
  1564.                        
  1565.                        <div class="recent-item">
  1566.                            <h4 class="recent-article-title"> <a href="/spurs-centre-back-van-de-ven-shares-surprise-over-ange-postecoglou-sacking/">
  1567.                                    Spurs Centre-Back Van de Ven Shares Surprise Over Ange Postecoglou Sacking
  1568.                                </a></h4>
  1569.                            <span class="recent-meta">News • James Todd • May 14</span>
  1570.                        </div>
  1571.                        
  1572.                        <div class="recent-item">
  1573.                            <h4 class="recent-article-title"> <a href="/physical-health-or-world-standing-katie-boulters-melbourne-grand-slam-dilemma/">
  1574.                                    Physical Health or World Standing - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma
  1575.                                </a></h4>
  1576.                            <span class="recent-meta">News • James Todd • May 14</span>
  1577.                        </div>
  1578.                        
  1579.                    </div>
  1580.                </div>
  1581.            </div>
  1582.        </div>
  1583.    </div>
  1584. </div>
  1585.  
  1586. <style>
  1587. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1588. .blog-hero-v10 {
  1589.    padding: 4rem 0;
  1590. }
  1591.  
  1592. /* Featured Article */
  1593. .featured-article {
  1594.    background: var(--card-bg, #ffffff);
  1595.    border-radius: 8px;
  1596.    transition: box-shadow 0.3s ease;
  1597. }
  1598.  
  1599. .featured-article:hover {
  1600.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1601. }
  1602.  
  1603. .featured-image-container {
  1604.    position: relative;
  1605.    height: 220px;
  1606. }
  1607.  
  1608. .featured-image {
  1609.    width: 100%;
  1610.    height: 100%;
  1611.    object-fit: cover;
  1612.    border-radius: 8px 8px 0 0;
  1613. }
  1614.  
  1615. .featured-content {
  1616.    padding: 1.5rem;
  1617. }
  1618.  
  1619. .featured-title {
  1620.    font-size: 1.4rem;
  1621.    font-weight: 800;
  1622.    color: #111827;
  1623.    margin-bottom: 0.5rem;
  1624.    line-height: 1.3;
  1625. }
  1626.  
  1627. .featured-summary {
  1628.    font-size: 0.95rem;
  1629.    color: #4b5563;
  1630.    line-height: 1.5;
  1631.    margin-bottom: 1rem;
  1632. }
  1633.  
  1634. .article-meta {
  1635.    display: flex;
  1636.    gap: 0.5rem;
  1637.    font-size: 0.85rem;
  1638.    color: #6b7280;
  1639. }
  1640.  
  1641. .author-name {
  1642.    font-weight: 600;
  1643.    color: #374151;
  1644. }
  1645.  
  1646. /* Category Tags - Outlined for Difference */
  1647. .category-tag {
  1648.    position: absolute;
  1649.    bottom: 1rem;
  1650.    left: 1rem;
  1651.    padding: 0.25rem 0.75rem;
  1652.    font-size: 0.75rem;
  1653.    font-weight: 600;
  1654.    text-transform: uppercase;
  1655.    border-radius: 4px;
  1656.    z-index: 2;
  1657. }
  1658.  
  1659. /* Recent Articles Section */
  1660. .recent-section {
  1661.    background: var(--card-bg, #ffffff);
  1662.    border-radius: 8px;
  1663.    padding: 2rem;
  1664. }
  1665.  
  1666. .recent-title {
  1667.    font-size: 1.3rem;
  1668.    font-weight: 700;
  1669.    color: #111827;
  1670.    margin-bottom: 1.25rem;
  1671.    border-bottom: 1px solid #e5e7eb;
  1672.    padding-bottom: 0.75rem;
  1673. }
  1674.  
  1675. .recent-list {
  1676.    display: flex;
  1677.    flex-direction: column;
  1678.    gap: 1rem;
  1679. }
  1680.  
  1681. .recent-item {
  1682.    padding: 1rem 0;
  1683.    border-bottom: 1px solid #f3f4f6;
  1684.    transition: background 0.2s ease;
  1685. }
  1686.  
  1687. .recent-item:last-child {
  1688.    border-bottom: none;
  1689. }
  1690.  
  1691. .recent-item:hover {
  1692.    background: #f9fafb;
  1693. }
  1694.  
  1695. .recent-article-title {
  1696.    font-size: 1rem;
  1697.    font-weight: 600;
  1698.    color: #111827;
  1699.    margin-bottom: 0.25rem;
  1700. }
  1701.  
  1702. .recent-meta {
  1703.    font-size: 0.8rem;
  1704.    color: #6b7280;
  1705. }
  1706.  
  1707. /* Responsive Design */
  1708. @media (max-width: 992px) {
  1709.    .featured-image-container {
  1710.        height: 200px;
  1711.    }
  1712.    
  1713.    .featured-title {
  1714.        font-size: 1.2rem;
  1715.    }
  1716. }
  1717.  
  1718. @media (max-width: 768px) {
  1719.    .featured-content {
  1720.        padding: 1.25rem;
  1721.    }
  1722.    
  1723.    .recent-section {
  1724.        padding: 1.5rem;
  1725.    }
  1726. }
  1727.  
  1728. @media (max-width: 576px) {
  1729.    .featured-title {
  1730.        font-size: 1.1rem;
  1731.    }
  1732.    
  1733.    .recent-article-title {
  1734.        font-size: 0.95rem;
  1735.    }
  1736. }
  1737. </style>
  1738.  
  1739.  
  1740.  
  1741.  
  1742.        <!-- end of wpo-blog-hero -->
  1743.  
  1744.        <!-- start of wpo-breacking-news -->
  1745.        
  1746.        <!-- end of wpo-breacking-news -->
  1747.        
  1748.        <!-- start wpo-blog-highlights-section -->
  1749.        
  1750.  
  1751.  
  1752.  
  1753.    
  1754.  
  1755.  
  1756. <section class="wpo-blog-highlights-section">
  1757.    <div class="container-fluid fluid-container">
  1758.        <div class="wpo-section-title">
  1759.            
  1760.                <h2>Today's Top Highlights</h2>
  1761.                    
  1762.        </div>
  1763.        <div class="row">
  1764.            <div class="col col-lg-8 col-12">
  1765.                <!-- start wpo-blog-section -->
  1766.                <div class="wpo-blog-highlights-wrap">
  1767.                    <div class="wpo-blog-items">
  1768.                        <div class="row">
  1769.                            
  1770.                            
  1771.                            <div class="col col-lg-6 col-md-6 col-12">
  1772.                                <div class="wpo-blog-item">
  1773.                                    <div class="wpo-blog-img">
  1774.                                        
  1775.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1776.                                        
  1777.                                        <div class="thumb bg-primary-gradient">News</div>
  1778.                                    </div>
  1779.                                    <div class="wpo-blog-content"  >
  1780.                                        <h2>
  1781.                                            <a href="/tottenham-relieve-pressure-on-frank-as-simons-rounds-off-straightforward-win-against-slavia-prague/" class="top-color">
  1782.                                            Tottenham Relieve Pressure on Frank as Simons Rounds Off Straightforward Win Against Slavia Prague
  1783.                                            </a>
  1784.                                        </h2>
  1785.                                        <ul>
  1786.                                            <li>  
  1787.                                                
  1788.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1789.                                                
  1790.                                            </li>
  1791.                                            <li class="top-color">By James Todd</li>
  1792.                                            <li class="top-color">14 May 2026</li>
  1793.                                        </ul>
  1794.                                        <p class="top-color"> </p>
  1795.                                    </div>
  1796.                                </div>
  1797.                            </div>
  1798.                        
  1799.                            
  1800.                            
  1801.                            <div class="col col-lg-6 col-md-6 col-12">
  1802.                                <div class="wpo-blog-item">
  1803.                                    <div class="wpo-blog-img">
  1804.                                        
  1805.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1806.                                        
  1807.                                        <div class="thumb bg-primary-gradient">News</div>
  1808.                                    </div>
  1809.                                    <div class="wpo-blog-content"  >
  1810.                                        <h2>
  1811.                                            <a href="/the-story-of-leonard-and-hungry-paul-review-a-calming-series-featuring-the-voice-of-julia-roberts-brings-a-great-remedy-to-todays-world/" class="top-color">
  1812.                                            The Story of Leonard and Hungry Paul Review: A Calming Series Featuring the Voice of Julia Roberts Brings a Great Remedy to Today&#x27;s World
  1813.                                            </a>
  1814.                                        </h2>
  1815.                                        <ul>
  1816.                                            <li>  
  1817.                                                
  1818.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1819.                                                
  1820.                                            </li>
  1821.                                            <li class="top-color">By James Todd</li>
  1822.                                            <li class="top-color">14 May 2026</li>
  1823.                                        </ul>
  1824.                                        <p class="top-color"> </p>
  1825.                                    </div>
  1826.                                </div>
  1827.                            </div>
  1828.                        
  1829.                            
  1830.                            
  1831.                            <div class="col col-lg-6 col-md-6 col-12">
  1832.                                <div class="wpo-blog-item">
  1833.                                    <div class="wpo-blog-img">
  1834.                                        
  1835.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1836.                                        
  1837.                                        <div class="thumb bg-primary-gradient">News</div>
  1838.                                    </div>
  1839.                                    <div class="wpo-blog-content"  >
  1840.                                        <h2>
  1841.                                            <a href="/how-to-perfect-paneer-makhni-recipe/" class="top-color">
  1842.                                            How to Perfect Paneer Makhni – Recipe
  1843.                                            </a>
  1844.                                        </h2>
  1845.                                        <ul>
  1846.                                            <li>  
  1847.                                                
  1848.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1849.                                                
  1850.                                            </li>
  1851.                                            <li class="top-color">By James Todd</li>
  1852.                                            <li class="top-color">14 May 2026</li>
  1853.                                        </ul>
  1854.                                        <p class="top-color"> </p>
  1855.                                    </div>
  1856.                                </div>
  1857.                            </div>
  1858.                        
  1859.                            
  1860.                            
  1861.                            <div class="col col-lg-6 col-md-6 col-12">
  1862.                                <div class="wpo-blog-item">
  1863.                                    <div class="wpo-blog-img">
  1864.                                        
  1865.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1866.                                        
  1867.                                        <div class="thumb bg-primary-gradient">News</div>
  1868.                                    </div>
  1869.                                    <div class="wpo-blog-content"  >
  1870.                                        <h2>
  1871.                                            <a href="/uk-and-scottish-governments-clash-over-who-should-pay-the-245-million-cost-for-trump-and-vance-trips/" class="top-color">
  1872.                                            UK and Scottish Governments Clash Over Who Should Pay the £24.5 million Cost for Trump and Vance Trips
  1873.                                            </a>
  1874.                                        </h2>
  1875.                                        <ul>
  1876.                                            <li>  
  1877.                                                
  1878.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1879.                                                
  1880.                                            </li>
  1881.                                            <li class="top-color">By James Todd</li>
  1882.                                            <li class="top-color">14 May 2026</li>
  1883.                                        </ul>
  1884.                                        <p class="top-color"> </p>
  1885.                                    </div>
  1886.                                </div>
  1887.                            </div>
  1888.                        
  1889.                            
  1890.                            
  1891.                            <div class="col col-lg-6 col-md-6 col-12">
  1892.                                <div class="wpo-blog-item">
  1893.                                    <div class="wpo-blog-img">
  1894.                                        
  1895.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1896.                                        
  1897.                                        <div class="thumb bg-primary-gradient">News</div>
  1898.                                    </div>
  1899.                                    <div class="wpo-blog-content"  >
  1900.                                        <h2>
  1901.                                            <a href="/nations-highest-court-upholds-newly-drawn-texas-congressional-electoral-boundaries/" class="top-color">
  1902.                                            Nation&#x27;s Highest Court Upholds Newly Drawn Texas Congressional Electoral Boundaries.
  1903.                                            </a>
  1904.                                        </h2>
  1905.                                        <ul>
  1906.                                            <li>  
  1907.                                                
  1908.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1909.                                                
  1910.                                            </li>
  1911.                                            <li class="top-color">By James Todd</li>
  1912.                                            <li class="top-color">14 May 2026</li>
  1913.                                        </ul>
  1914.                                        <p class="top-color"> </p>
  1915.                                    </div>
  1916.                                </div>
  1917.                            </div>
  1918.                        
  1919.                            
  1920.                            
  1921.                            <div class="col col-lg-6 col-md-6 col-12">
  1922.                                <div class="wpo-blog-item">
  1923.                                    <div class="wpo-blog-img">
  1924.                                        
  1925.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1926.                                        
  1927.                                        <div class="thumb bg-primary-gradient">News</div>
  1928.                                    </div>
  1929.                                    <div class="wpo-blog-content"  >
  1930.                                        <h2>
  1931.                                            <a href="/doctors-from-the-scottish-region-and-america-achieve-world-first-stroke-procedure-using-robotic-system/" class="top-color">
  1932.                                            Doctors from the Scottish region and America Achieve World-First Stroke Procedure Using Robotic System
  1933.                                            </a>
  1934.                                        </h2>
  1935.                                        <ul>
  1936.                                            <li>  
  1937.                                                
  1938.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1939.                                                
  1940.                                            </li>
  1941.                                            <li class="top-color">By James Todd</li>
  1942.                                            <li class="top-color">14 May 2026</li>
  1943.                                        </ul>
  1944.                                        <p class="top-color"> </p>
  1945.                                    </div>
  1946.                                </div>
  1947.                            </div>
  1948.                        
  1949.                            
  1950.                            
  1951.                            <div class="col col-lg-6 col-md-6 col-12">
  1952.                                <div class="wpo-blog-item">
  1953.                                    <div class="wpo-blog-img">
  1954.                                        
  1955.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1956.                                        
  1957.                                        <div class="thumb bg-primary-gradient">News</div>
  1958.                                    </div>
  1959.                                    <div class="wpo-blog-content"  >
  1960.                                        <h2>
  1961.                                            <a href="/gavin-newsom-acknowledges-he-is-weighing-a-presidential-campaign-for-2028/" class="top-color">
  1962.                                            Gavin Newsom Acknowledges He Is Weighing a Presidential Campaign for 2028
  1963.                                            </a>
  1964.                                        </h2>
  1965.                                        <ul>
  1966.                                            <li>  
  1967.                                                
  1968.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1969.                                                
  1970.                                            </li>
  1971.                                            <li class="top-color">By James Todd</li>
  1972.                                            <li class="top-color">13 May 2026</li>
  1973.                                        </ul>
  1974.                                        <p class="top-color"> </p>
  1975.                                    </div>
  1976.                                </div>
  1977.                            </div>
  1978.                        
  1979.                            
  1980.                            
  1981.                            <div class="col col-lg-6 col-md-6 col-12">
  1982.                                <div class="wpo-blog-item">
  1983.                                    <div class="wpo-blog-img">
  1984.                                        
  1985.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1986.                                        
  1987.                                        <div class="thumb bg-primary-gradient">News</div>
  1988.                                    </div>
  1989.                                    <div class="wpo-blog-content"  >
  1990.                                        <h2>
  1991.                                            <a href="/certain-factions-on-the-opposing-sides-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-economic-renewal/" class="top-color">
  1992.                                            Certain factions on the opposing sides who offer only discontent: The government is proceeding with the job of economic renewal.
  1993.                                            </a>
  1994.                                        </h2>
  1995.                                        <ul>
  1996.                                            <li>  
  1997.                                                
  1998.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  1999.                                                
  2000.                                            </li>
  2001.                                            <li class="top-color">By James Todd</li>
  2002.                                            <li class="top-color">13 May 2026</li>
  2003.                                        </ul>
  2004.                                        <p class="top-color"> </p>
  2005.                                    </div>
  2006.                                </div>
  2007.                            </div>
  2008.                        
  2009.                            
  2010.                            
  2011.                            <div class="col col-lg-6 col-md-6 col-12">
  2012.                                <div class="wpo-blog-item">
  2013.                                    <div class="wpo-blog-img">
  2014.                                        
  2015.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2016.                                        
  2017.                                        <div class="thumb bg-primary-gradient">News</div>
  2018.                                    </div>
  2019.                                    <div class="wpo-blog-content"  >
  2020.                                        <h2>
  2021.                                            <a href="/the-greater-manchester-mayor-would-probably-have-secured-the-recent-byelection-states-labour-number-two/" class="top-color">
  2022.                                            The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Secured the Recent Byelection, States Labour Number Two
  2023.                                            </a>
  2024.                                        </h2>
  2025.                                        <ul>
  2026.                                            <li>  
  2027.                                                
  2028.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  2029.                                                
  2030.                                            </li>
  2031.                                            <li class="top-color">By James Todd</li>
  2032.                                            <li class="top-color">13 May 2026</li>
  2033.                                        </ul>
  2034.                                        <p class="top-color"> </p>
  2035.                                    </div>
  2036.                                </div>
  2037.                            </div>
  2038.                        
  2039.                            
  2040.                            
  2041.                            <div class="col col-lg-6 col-md-6 col-12">
  2042.                                <div class="wpo-blog-item">
  2043.                                    <div class="wpo-blog-img">
  2044.                                        
  2045.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2046.                                        
  2047.                                        <div class="thumb bg-primary-gradient">News</div>
  2048.                                    </div>
  2049.                                    <div class="wpo-blog-content"  >
  2050.                                        <h2>
  2051.                                            <a href="/previous-british-broadcasting-corporation-advisers-participate-in-members-of-parliaments-grilling-after-allegations-of-prejudice-in-unauthorized-document/" class="top-color">
  2052.                                            Previous British Broadcasting Corporation Advisers Participate in Members of Parliament&#x27;s Grilling After Allegations of Prejudice in Unauthorized Document
  2053.                                            </a>
  2054.                                        </h2>
  2055.                                        <ul>
  2056.                                            <li>  
  2057.                                                
  2058.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  2059.                                                
  2060.                                            </li>
  2061.                                            <li class="top-color">By James Todd</li>
  2062.                                            <li class="top-color">13 May 2026</li>
  2063.                                        </ul>
  2064.                                        <p class="top-color"> </p>
  2065.                                    </div>
  2066.                                </div>
  2067.                            </div>
  2068.                        
  2069.                            
  2070.                            
  2071.                            <div class="col col-lg-6 col-md-6 col-12">
  2072.                                <div class="wpo-blog-item">
  2073.                                    <div class="wpo-blog-img">
  2074.                                        
  2075.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2076.                                        
  2077.                                        <div class="thumb bg-primary-gradient">News</div>
  2078.                                    </div>
  2079.                                    <div class="wpo-blog-content"  >
  2080.                                        <h2>
  2081.                                            <a href="/canadas-blue-jays-earn-world-series-showdown-with-the-dodgers/" class="top-color">
  2082.                                            Canada&#x27;s Blue Jays Earn World Series Showdown With the Dodgers
  2083.                                            </a>
  2084.                                        </h2>
  2085.                                        <ul>
  2086.                                            <li>  
  2087.                                                
  2088.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  2089.                                                
  2090.                                            </li>
  2091.                                            <li class="top-color">By James Todd</li>
  2092.                                            <li class="top-color">13 May 2026</li>
  2093.                                        </ul>
  2094.                                        <p class="top-color"> </p>
  2095.                                    </div>
  2096.                                </div>
  2097.                            </div>
  2098.                        
  2099.                            
  2100.                            
  2101.                            <div class="col col-lg-6 col-md-6 col-12">
  2102.                                <div class="wpo-blog-item">
  2103.                                    <div class="wpo-blog-img">
  2104.                                        
  2105.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2106.                                        
  2107.                                        <div class="thumb bg-primary-gradient">News</div>
  2108.                                    </div>
  2109.                                    <div class="wpo-blog-content"  >
  2110.                                        <h2>
  2111.                                            <a href="/the-visitors-name-shoaib-bashir-in-line-up-for-the-ashes-series-opener/" class="top-color">
  2112.                                            The visitors Name Shoaib Bashir in Line-up for The Ashes series Opener
  2113.                                            </a>
  2114.                                        </h2>
  2115.                                        <ul>
  2116.                                            <li>  
  2117.                                                
  2118.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd">
  2119.                                                
  2120.                                            </li>
  2121.                                            <li class="top-color">By James Todd</li>
  2122.                                            <li class="top-color">13 May 2026</li>
  2123.                                        </ul>
  2124.                                        <p class="top-color"> </p>
  2125.                                    </div>
  2126.                                </div>
  2127.                            </div>
  2128.                        
  2129.                            
  2130.                            
  2131.  
  2132.                        </div>
  2133.                    </div>
  2134.                </div>
  2135.                <!-- end wpo-blog-section -->
  2136.            </div>
  2137.  
  2138.            <div class="col col-lg-4 col-12">
  2139.                
  2140.  
  2141.  
  2142.  
  2143.    
  2144.  
  2145.  
  2146. <!-- Blog Sidebar V2 - Focused Design -->
  2147.  <div class="sidebar mb-3">
  2148.    <!-- Recent Posts Section -->
  2149.    <div class="sidebar-widget mb-4">
  2150.      <div class="widget-title-wrapper mb-3">
  2151.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2152.          <i class="ti-time me-2"></i>Recent Posts
  2153.          <span class="title-arrow-primary"></span>
  2154.        </h4>
  2155.      </div>
  2156.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2157.        <div class="recent-post-list">
  2158.          
  2159.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2160.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2161.              
  2162.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2163.              
  2164.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2165.            </div>
  2166.            <div class="post-content flex-grow-1">
  2167.              <h6 class="post-title mb-2">
  2168.                <a href="/olympic-athlete-and-several-eritreans-freed-after-nearly-two-decades-without-trial-relatives-report/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            Olympic Athlete and Several Eritreans Freed After Nearly Two Decades Without Trial, Relatives Report
  2170.                                            </a>
  2171.              </h6>
  2172.              <div class="post-meta">
  2173.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2174.                <!-- <small class="text-muted">
  2175.                  <i class="ti-eye me-1"></i>348 views
  2176.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2177.                </small> -->
  2178.              </div>
  2179.            </div>
  2180.          </div>
  2181.          
  2182.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2183.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2184.              
  2185.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2186.              
  2187.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2188.            </div>
  2189.            <div class="post-content flex-grow-1">
  2190.              <h6 class="post-title mb-2">
  2191.                <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2192.                                            The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2193.                                            </a>
  2194.              </h6>
  2195.              <div class="post-meta">
  2196.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2197.                <!-- <small class="text-muted">
  2198.                  <i class="ti-eye me-1"></i>348 views
  2199.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2200.                </small> -->
  2201.              </div>
  2202.            </div>
  2203.          </div>
  2204.          
  2205.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2206.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2207.              
  2208.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2209.              
  2210.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2211.            </div>
  2212.            <div class="post-content flex-grow-1">
  2213.              <h6 class="post-title mb-2">
  2214.                <a href="/tragic-unearthing-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2215.                                            Tragic Unearthing: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  2216.                                            </a>
  2217.              </h6>
  2218.              <div class="post-meta">
  2219.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2220.                <!-- <small class="text-muted">
  2221.                  <i class="ti-eye me-1"></i>348 views
  2222.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2223.                </small> -->
  2224.              </div>
  2225.            </div>
  2226.          </div>
  2227.          
  2228.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2229.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2230.              
  2231.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2232.              
  2233.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2234.            </div>
  2235.            <div class="post-content flex-grow-1">
  2236.              <h6 class="post-title mb-2">
  2237.                <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-explained/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2238.                                            Spotify Year-End Recap: Release Timeline plus Your Burning Questions Explained
  2239.                                            </a>
  2240.              </h6>
  2241.              <div class="post-meta">
  2242.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2243.                <!-- <small class="text-muted">
  2244.                  <i class="ti-eye me-1"></i>348 views
  2245.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2246.                </small> -->
  2247.              </div>
  2248.            </div>
  2249.          </div>
  2250.          
  2251.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2252.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2253.              
  2254.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2255.              
  2256.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2257.            </div>
  2258.            <div class="post-content flex-grow-1">
  2259.              <h6 class="post-title mb-2">
  2260.                <a href="/peaceful-conclusion-to-lionel-messis-visit-to-india-following-disorder-in-kolkata/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2261.                                            Peaceful Conclusion to Lionel Messi&#x27;s Visit to India Following Disorder in Kolkata
  2262.                                            </a>
  2263.              </h6>
  2264.              <div class="post-meta">
  2265.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2266.                <!-- <small class="text-muted">
  2267.                  <i class="ti-eye me-1"></i>348 views
  2268.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2269.                </small> -->
  2270.              </div>
  2271.            </div>
  2272.          </div>
  2273.          
  2274.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2275.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2276.              
  2277.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2278.              
  2279.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2280.            </div>
  2281.            <div class="post-content flex-grow-1">
  2282.              <h6 class="post-title mb-2">
  2283.                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2284.                                            Esteemed Photographer Brian Harris Obituary: An Existence Through the Camera
  2285.                                            </a>
  2286.              </h6>
  2287.              <div class="post-meta">
  2288.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2289.                <!-- <small class="text-muted">
  2290.                  <i class="ti-eye me-1"></i>348 views
  2291.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2292.                </small> -->
  2293.              </div>
  2294.            </div>
  2295.          </div>
  2296.          
  2297.  
  2298.        </div>
  2299.  
  2300.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2301.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2302.        </div> -->
  2303.      </div>
  2304.    </div>
  2305.    
  2306.    
  2307.    <div class="sidebar-widget mb-4">
  2308.      <div class="widget-title-wrapper mb-3">
  2309.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2310.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2311.          <span class="title-arrow"></span>
  2312.        </h4>
  2313.      </div>
  2314.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2315.        <div class="blog-roll-list scrollable-sidebar">
  2316.          
  2317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2318.            <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2319.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2320.                <i class="ti-angle-right me-2 text-primary"></i>
  2321.                 casino
  2322.              </h6>
  2323.            </a>
  2324.          </div>
  2325.          
  2326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2327.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2328.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2329.                <i class="ti-angle-right me-2 text-primary"></i>
  2330.                 top 10 online casinos
  2331.              </h6>
  2332.            </a>
  2333.          </div>
  2334.          
  2335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2336.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2337.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2338.                <i class="ti-angle-right me-2 text-primary"></i>
  2339.                 uk casinos not on gamstop
  2340.              </h6>
  2341.            </a>
  2342.          </div>
  2343.          
  2344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2345.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2346.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2347.                <i class="ti-angle-right me-2 text-primary"></i>
  2348.                 best crypto casino
  2349.              </h6>
  2350.            </a>
  2351.          </div>
  2352.          
  2353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2354.            <a href="https://www.tourofbritain.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2355.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2356.                <i class="ti-angle-right me-2 text-primary"></i>
  2357.                 casino not on gamstop
  2358.              </h6>
  2359.            </a>
  2360.          </div>
  2361.          
  2362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2363.            <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none ">
  2364.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2365.                <i class="ti-angle-right me-2 text-primary"></i>
  2366.                 best online betting sites
  2367.              </h6>
  2368.            </a>
  2369.          </div>
  2370.          
  2371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2372.            <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2373.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2374.                <i class="ti-angle-right me-2 text-primary"></i>
  2375.                 casino sites not on gamstop
  2376.              </h6>
  2377.            </a>
  2378.          </div>
  2379.          
  2380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2381.            <a href="https://www.contextis.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2382.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2383.                <i class="ti-angle-right me-2 text-primary"></i>
  2384.                 non gamstop casinos uk
  2385.              </h6>
  2386.            </a>
  2387.          </div>
  2388.          
  2389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2390.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2391.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2392.                <i class="ti-angle-right me-2 text-primary"></i>
  2393.                 games not on gamstop
  2394.              </h6>
  2395.            </a>
  2396.          </div>
  2397.          
  2398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2399.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2400.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2401.                <i class="ti-angle-right me-2 text-primary"></i>
  2402.                 games not on gamstop
  2403.              </h6>
  2404.            </a>
  2405.          </div>
  2406.          
  2407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2408.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2409.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2410.                <i class="ti-angle-right me-2 text-primary"></i>
  2411.                 casino not on gamstop
  2412.              </h6>
  2413.            </a>
  2414.          </div>
  2415.          
  2416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2417.            <a href="https://www.classicairforce.com/"  rel="dofollow" class="text-decoration-none ">
  2418.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2419.                <i class="ti-angle-right me-2 text-primary"></i>
  2420.                 non gamstop casino uk
  2421.              </h6>
  2422.            </a>
  2423.          </div>
  2424.          
  2425.  
  2426.        </div>
  2427.  
  2428.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2429.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2430.        </div> -->
  2431.      </div>
  2432.    </div>
  2433.    
  2434.    <div class="sidebar-widget mb-4">
  2435.      <div class="widget-title-wrapper mb-3">
  2436.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2437.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2438.          <span class="title-arrow"></span>
  2439.        </h4>
  2440.      </div>
  2441.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2442.        <div class="blog-roll-list scrollable-sidebar">
  2443.          
  2444.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2445.            <a href="https://www.heatonpark.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2446.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2447.                <i class="ti-angle-right me-2 text-primary"></i>
  2448.                 no verification casinos UK
  2449.              </h6>
  2450.            </a>
  2451.          </div>
  2452.          
  2453.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2454.            <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none ">
  2455.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2456.                <i class="ti-angle-right me-2 text-primary"></i>
  2457.                 casinos not on gamstop
  2458.              </h6>
  2459.            </a>
  2460.          </div>
  2461.          
  2462.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2463.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2464.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2465.                <i class="ti-angle-right me-2 text-primary"></i>
  2466.                 casinos not on gamstop
  2467.              </h6>
  2468.            </a>
  2469.          </div>
  2470.          
  2471.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2472.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2473.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2474.                <i class="ti-angle-right me-2 text-primary"></i>
  2475.                 non gamstop casino
  2476.              </h6>
  2477.            </a>
  2478.          </div>
  2479.          
  2480.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2481.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2482.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2483.                <i class="ti-angle-right me-2 text-primary"></i>
  2484.                 online casino games
  2485.              </h6>
  2486.            </a>
  2487.          </div>
  2488.          
  2489.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2491.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2492.                <i class="ti-angle-right me-2 text-primary"></i>
  2493.                 online casino games
  2494.              </h6>
  2495.            </a>
  2496.          </div>
  2497.          
  2498.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2499.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2500.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2501.                <i class="ti-angle-right me-2 text-primary"></i>
  2502.                 online casino games
  2503.              </h6>
  2504.            </a>
  2505.          </div>
  2506.          
  2507.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2508.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2509.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2510.                <i class="ti-angle-right me-2 text-primary"></i>
  2511.                 best online casinos
  2512.              </h6>
  2513.            </a>
  2514.          </div>
  2515.          
  2516.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2518.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2519.                <i class="ti-angle-right me-2 text-primary"></i>
  2520.                 best online casinos
  2521.              </h6>
  2522.            </a>
  2523.          </div>
  2524.          
  2525.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2527.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2528.                <i class="ti-angle-right me-2 text-primary"></i>
  2529.                 best online casinos
  2530.              </h6>
  2531.            </a>
  2532.          </div>
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2536.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                 online casino games
  2539.              </h6>
  2540.            </a>
  2541.          </div>
  2542.          
  2543.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2544.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2545.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2546.                <i class="ti-angle-right me-2 text-primary"></i>
  2547.                 best online casinos
  2548.              </h6>
  2549.            </a>
  2550.          </div>
  2551.          
  2552.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2554.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2555.                <i class="ti-angle-right me-2 text-primary"></i>
  2556.                 best online casinos
  2557.              </h6>
  2558.            </a>
  2559.          </div>
  2560.          
  2561.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2562.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2563.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2564.                <i class="ti-angle-right me-2 text-primary"></i>
  2565.                 online casinos UK
  2566.              </h6>
  2567.            </a>
  2568.          </div>
  2569.          
  2570.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2571.            <a href="https://www.pgldevonshire.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2572.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2573.                <i class="ti-angle-right me-2 text-primary"></i>
  2574.                 credit card casino
  2575.              </h6>
  2576.            </a>
  2577.          </div>
  2578.          
  2579.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2580.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2581.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2582.                <i class="ti-angle-right me-2 text-primary"></i>
  2583.                 non GamStop casinos UK
  2584.              </h6>
  2585.            </a>
  2586.          </div>
  2587.          
  2588.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2589.            <a href="https://ncpqsw.com"  rel="dofollow" class="text-decoration-none ">
  2590.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2591.                <i class="ti-angle-right me-2 text-primary"></i>
  2592.                 casino not on gamstop
  2593.              </h6>
  2594.            </a>
  2595.          </div>
  2596.          
  2597.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2598.            <a href="https://doctrineanddevotion.com"  rel="dofollow" class="text-decoration-none ">
  2599.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2600.                <i class="ti-angle-right me-2 text-primary"></i>
  2601.                 casinos not on gamstop
  2602.              </h6>
  2603.            </a>
  2604.          </div>
  2605.          
  2606.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2607.            <a href="https://invo.org.uk"  rel="dofollow" class="text-decoration-none ">
  2608.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2609.                <i class="ti-angle-right me-2 text-primary"></i>
  2610.                 casino not on gamstop
  2611.              </h6>
  2612.            </a>
  2613.          </div>
  2614.          
  2615.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2616.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2617.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2618.                <i class="ti-angle-right me-2 text-primary"></i>
  2619.                 casino not on GamCare
  2620.              </h6>
  2621.            </a>
  2622.          </div>
  2623.          
  2624.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2625.            <a href="https://appleiphoneunlock.uk/"  rel="dofollow" class="text-decoration-none ">
  2626.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2627.                <i class="ti-angle-right me-2 text-primary"></i>
  2628.                 anonymous crypto casinos
  2629.              </h6>
  2630.            </a>
  2631.          </div>
  2632.          
  2633.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2634.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2635.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2636.                <i class="ti-angle-right me-2 text-primary"></i>
  2637.                 non UK bingo sites
  2638.              </h6>
  2639.            </a>
  2640.          </div>
  2641.          
  2642.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2643.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  2644.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2645.                <i class="ti-angle-right me-2 text-primary"></i>
  2646.                 online casinos
  2647.              </h6>
  2648.            </a>
  2649.          </div>
  2650.          
  2651.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2652.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2653.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2654.                <i class="ti-angle-right me-2 text-primary"></i>
  2655.                 online casinos UK
  2656.              </h6>
  2657.            </a>
  2658.          </div>
  2659.          
  2660.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2661.            <a href="https://hapihemp.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2662.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2663.                <i class="ti-angle-right me-2 text-primary"></i>
  2664.                 new sports betting sites uk
  2665.              </h6>
  2666.            </a>
  2667.          </div>
  2668.          
  2669.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.            <a href="https://voiceprint.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2671.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2672.                <i class="ti-angle-right me-2 text-primary"></i>
  2673.                 non gamstop casinos uk
  2674.              </h6>
  2675.            </a>
  2676.          </div>
  2677.          
  2678.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2679.            <a href="https://www.citygateway.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2680.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2681.                <i class="ti-angle-right me-2 text-primary"></i>
  2682.                 best non Gamstop casinos
  2683.              </h6>
  2684.            </a>
  2685.          </div>
  2686.          
  2687.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2688.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  2689.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2690.                <i class="ti-angle-right me-2 text-primary"></i>
  2691.                 new sports betting sites uk
  2692.              </h6>
  2693.            </a>
  2694.          </div>
  2695.          
  2696.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2697.            <a href="https://www.deakinandblue.com/"  rel="dofollow" class="text-decoration-none ">
  2698.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2699.                <i class="ti-angle-right me-2 text-primary"></i>
  2700.                 non gamstop casinos 2026
  2701.              </h6>
  2702.            </a>
  2703.          </div>
  2704.          
  2705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2707.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2708.                <i class="ti-angle-right me-2 text-primary"></i>
  2709.                 casino not on GamStop
  2710.              </h6>
  2711.            </a>
  2712.          </div>
  2713.          
  2714.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2715.            <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none ">
  2716.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2717.                <i class="ti-angle-right me-2 text-primary"></i>
  2718.                 non GamStop casinos
  2719.              </h6>
  2720.            </a>
  2721.          </div>
  2722.          
  2723.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2724.            <a href="https://www.kew.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2725.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2726.                <i class="ti-angle-right me-2 text-primary"></i>
  2727.                 best online betting sites UK
  2728.              </h6>
  2729.            </a>
  2730.          </div>
  2731.          
  2732.  
  2733.        </div>
  2734.  
  2735.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2736.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2737.        </div> -->
  2738.      </div>
  2739.    </div>
  2740.    
  2741.    <div class="sidebar-widget mb-4">
  2742.      <div class="widget-title-wrapper mb-3">
  2743.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2744.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2745.          <span class="title-arrow"></span>
  2746.        </h4>
  2747.      </div>
  2748.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2749.        <div class="blog-roll-list scrollable-sidebar">
  2750.          
  2751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.            <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none ">
  2753.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2754.                <i class="ti-angle-right me-2 text-primary"></i>
  2755.                 casinos not on GamStop
  2756.              </h6>
  2757.            </a>
  2758.          </div>
  2759.          
  2760.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2761.            <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none ">
  2762.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2763.                <i class="ti-angle-right me-2 text-primary"></i>
  2764.                 UK casino sites
  2765.              </h6>
  2766.            </a>
  2767.          </div>
  2768.          
  2769.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2770.            <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2771.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2772.                <i class="ti-angle-right me-2 text-primary"></i>
  2773.                 best casino not on GamStop
  2774.              </h6>
  2775.            </a>
  2776.          </div>
  2777.          
  2778.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2779.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2780.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2781.                <i class="ti-angle-right me-2 text-primary"></i>
  2782.                 casino sites not on GamStop
  2783.              </h6>
  2784.            </a>
  2785.          </div>
  2786.          
  2787.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2789.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2790.                <i class="ti-angle-right me-2 text-primary"></i>
  2791.                 sites not on GamStop
  2792.              </h6>
  2793.            </a>
  2794.          </div>
  2795.          
  2796.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2797.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2798.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2799.                <i class="ti-angle-right me-2 text-primary"></i>
  2800.                 casinos not on GamStop
  2801.              </h6>
  2802.            </a>
  2803.          </div>
  2804.          
  2805.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2806.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2807.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2808.                <i class="ti-angle-right me-2 text-primary"></i>
  2809.                 Non UK Gambling Sites
  2810.              </h6>
  2811.            </a>
  2812.          </div>
  2813.          
  2814.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2815.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2816.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2817.                <i class="ti-angle-right me-2 text-primary"></i>
  2818.                 Casino Not on Gamstop
  2819.              </h6>
  2820.            </a>
  2821.          </div>
  2822.          
  2823.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.            <a href="https://www.illinoistech.org/"  rel="dofollow" class="text-decoration-none ">
  2825.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2826.                <i class="ti-angle-right me-2 text-primary"></i>
  2827.                 online crypto casinos
  2828.              </h6>
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2834.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                 non GamStop casino
  2837.              </h6>
  2838.            </a>
  2839.          </div>
  2840.          
  2841.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2842.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2843.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2844.                <i class="ti-angle-right me-2 text-primary"></i>
  2845.                 casino not on GamStop
  2846.              </h6>
  2847.            </a>
  2848.          </div>
  2849.          
  2850.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2852.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2853.                <i class="ti-angle-right me-2 text-primary"></i>
  2854.                 casino not on gamestop
  2855.              </h6>
  2856.            </a>
  2857.          </div>
  2858.          
  2859.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2861.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2862.                <i class="ti-angle-right me-2 text-primary"></i>
  2863.                 non GamStop casinos
  2864.              </h6>
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://oreoandfriends.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2870.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                 no limit sports betting sites
  2873.              </h6>
  2874.            </a>
  2875.          </div>
  2876.          
  2877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2879.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2880.                <i class="ti-angle-right me-2 text-primary"></i>
  2881.                 Non GAMSTOP Casinos
  2882.              </h6>
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://thisables.com/"  rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                 bingo not on gamstop uk
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                 betting sites not on gamstop
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://www.microhowto.info/"  rel="dofollow" class="text-decoration-none ">
  2906.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                 best betting sites uk
  2909.              </h6>
  2910.            </a>
  2911.          </div>
  2912.          
  2913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2915.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2916.                <i class="ti-angle-right me-2 text-primary"></i>
  2917.                 uk casinos not on gamstop
  2918.              </h6>
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2924.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                 Best UK Non GAMSTOP Casinos
  2927.              </h6>
  2928.            </a>
  2929.          </div>
  2930.          
  2931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.            <a href="https://www.ferranti-technologies.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2933.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2934.                <i class="ti-angle-right me-2 text-primary"></i>
  2935.                 casinos not on gamstop
  2936.              </h6>
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2942.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                 casinos not on gamstop
  2945.              </h6>
  2946.            </a>
  2947.          </div>
  2948.          
  2949.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.            <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none ">
  2951.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2952.                <i class="ti-angle-right me-2 text-primary"></i>
  2953.                 casinos not on gamstop
  2954.              </h6>
  2955.            </a>
  2956.          </div>
  2957.          
  2958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2959.            <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2960.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2961.                <i class="ti-angle-right me-2 text-primary"></i>
  2962.                 non gamstop casinos
  2963.              </h6>
  2964.            </a>
  2965.          </div>
  2966.          
  2967.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2968.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2969.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2970.                <i class="ti-angle-right me-2 text-primary"></i>
  2971.                 casino
  2972.              </h6>
  2973.            </a>
  2974.          </div>
  2975.          
  2976.  
  2977.        </div>
  2978.  
  2979.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2980.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2981.        </div> -->
  2982.      </div>
  2983.    </div>
  2984.    
  2985.    <div class="sidebar-widget mb-4">
  2986.      <div class="widget-title-wrapper mb-3">
  2987.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2988.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2989.          <span class="title-arrow"></span>
  2990.        </h4>
  2991.      </div>
  2992.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2993.        <div class="blog-roll-list scrollable-sidebar">
  2994.          
  2995.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2996.            <a href="https://kam-media.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2997.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2998.                <i class="ti-angle-right me-2 text-primary"></i>
  2999.                 online casinos uk
  3000.              </h6>
  3001.            </a>
  3002.          </div>
  3003.          
  3004.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3005.            <a href="https://glasgowmuseumsslavery.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3006.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3007.                <i class="ti-angle-right me-2 text-primary"></i>
  3008.                 best online casino
  3009.              </h6>
  3010.            </a>
  3011.          </div>
  3012.          
  3013.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3014.            <a href="https://www.lsx.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3015.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3016.                <i class="ti-angle-right me-2 text-primary"></i>
  3017.                 best betting sites
  3018.              </h6>
  3019.            </a>
  3020.          </div>
  3021.          
  3022.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.            <a href="https://www.techandplay.org/"  rel="dofollow" class="text-decoration-none ">
  3024.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3025.                <i class="ti-angle-right me-2 text-primary"></i>
  3026.                 uk betting sites
  3027.              </h6>
  3028.            </a>
  3029.          </div>
  3030.          
  3031.  
  3032.        </div>
  3033.  
  3034.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3035.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3036.        </div> -->
  3037.      </div>
  3038.    </div>
  3039.    
  3040.  </div>
  3041.  
  3042. <!-- Sidebar V2 Styles -->
  3043. <style>
  3044.  .sidebar-widget {
  3045.    position: relative;
  3046.  }
  3047.  
  3048.  .widget-title {
  3049.    font-size: 1.1rem;
  3050.    font-weight: 700;
  3051.    display: inline-block;
  3052.    position: relative;
  3053.    z-index: 2;
  3054.    border-radius: 0;
  3055.  }
  3056.  
  3057.  /* Green arrow for August Blog Roll */
  3058.  .title-arrow::after {
  3059.    content: '';
  3060.    position: absolute;
  3061.    top: 0;
  3062.    right: -22px;
  3063.    width: 0;
  3064.    height: 0;
  3065.    border-left: 22px solid var(--bs-primary);
  3066.    border-top: 22px solid transparent;
  3067.    border-bottom: 22px solid transparent;
  3068.    z-index: 1;
  3069.  }
  3070.  
  3071.  /* Blue arrow for Recent Posts */
  3072.  .title-arrow-primary::after {
  3073.    content: '';
  3074.    position: absolute;
  3075.    top: 0;
  3076.    right: -22px;
  3077.    width: 0;
  3078.    height: 0;
  3079.    border-left: 22px solid var(--bs-primary);
  3080.    border-top: 22px solid transparent;
  3081.    border-bottom: 22px solid transparent;
  3082.    z-index: 1;
  3083.  }
  3084.  
  3085.  .widget-content {
  3086.    margin-top: -1px;
  3087.    position: relative;
  3088.    z-index: 1;
  3089.     background-color: var(--card-bg);
  3090.  }
  3091.  
  3092.  /* Blog Roll Items Hover Effects */
  3093.  .blog-roll-item:hover .post-title {
  3094.    color: #198754 !important;
  3095.    transform: translateX(5px);
  3096.    transition: all 0.3s ease;
  3097.  }
  3098.  
  3099.  /* Recent Post Items Hover Effects */
  3100.  .recent-post-item:hover .post-title a {
  3101.    color: #0d6efd !important;
  3102.    transition: color 0.3s ease;
  3103.  }
  3104.  
  3105.  .recent-post-item:hover .post-image img {
  3106.    transform: scale(1.05);
  3107.    transition: transform 0.3s ease;
  3108.  }
  3109.  
  3110.  /* Button Hover Effects */
  3111.  .btn:hover {
  3112.    transform: translateY(-2px);
  3113.    transition: all 0.3s ease;
  3114.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3115.  }
  3116.  
  3117.  /* Badge Hover Effects */
  3118.  .badge:hover {
  3119.    transform: scale(1.05);
  3120.    transition: transform 0.3s ease;
  3121.  }
  3122.  
  3123.  @media (max-width: 991px) {
  3124.    .sidebar {
  3125.      margin-top: 3rem;
  3126.    }
  3127.  }
  3128.  
  3129.  @media (max-width: 576px) {
  3130.    .widget-title {
  3131.      font-size: 1rem;
  3132.      padding: 0.75rem 1rem !important;
  3133.    }
  3134.  
  3135.    .title-arrow::after,
  3136.    .title-arrow-primary::after {
  3137.      right: -18px;
  3138.      border-left-width: 18px;
  3139.      border-top-width: 18px;
  3140.      border-bottom-width: 18px;
  3141.    }
  3142.  
  3143.    .post-image {
  3144.      width: 70px !important;
  3145.      height: 55px !important;
  3146.    }
  3147.  
  3148.    .blog-meta {
  3149.      flex-direction: column !important;
  3150.      align-items: flex-start !important;
  3151.      gap: 0.5rem;
  3152.    }
  3153.  }
  3154. </style>
  3155.  
  3156.    
  3157.            </div>
  3158.        </div>
  3159.    </div> <!-- end container -->
  3160. </section>
  3161.  
  3162.    
  3163.        
  3164.        <!-- end wpo-blog-highlights-section -->
  3165.        <!-- start wpo-blog-sponsored-section -->
  3166.        
  3167.  
  3168.  
  3169.  
  3170.    
  3171.  
  3172.  
  3173.  
  3174. <style>
  3175.    .sponsored-section-v3 {
  3176.        padding: 0 0 50px;
  3177.    }
  3178.    
  3179.    .sponsored-card-v3 {
  3180.        background: white;
  3181.        border: 1px solid var(--border-color);
  3182.        border-radius: 0;
  3183.        overflow: hidden;
  3184.        transition: all 0.3s ease;
  3185.        height: 100%;
  3186.        position: relative;
  3187.    }
  3188.    
  3189.    .sponsored-card-v3:hover {
  3190.        border-color: #dee2e6;
  3191.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3192.    }
  3193.    
  3194.    .sponsored-image-v3 {
  3195.        position: relative;
  3196.        overflow: hidden;
  3197.        height: 160px;
  3198.    }
  3199.    
  3200.    .sponsored-image-v3 img {
  3201.        width: 100%;
  3202.        height: 100%;
  3203.        object-fit: cover;
  3204.        filter: grayscale(20%);
  3205.        transition: filter 0.3s ease;
  3206.    }
  3207.    
  3208.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3209.        filter: grayscale(0%);
  3210.    }
  3211.    
  3212.    .sponsored-badge-v3 {
  3213.        position: absolute;
  3214.        bottom: auto;
  3215.        left: auto;
  3216.        right: 10px;
  3217.        top: 10px;
  3218.        padding: 8px;
  3219.        font-size: 10px;
  3220.        font-weight: 700;
  3221.        text-transform: uppercase;
  3222.        letter-spacing: 1px;
  3223.        text-align: center;
  3224.    }
  3225.    
  3226.    .sponsored-content-v3 {
  3227.        position: relative;
  3228.        padding: 24px 20px;
  3229.    }
  3230.    
  3231.    .sponsored-title-v3 {
  3232.        font-size: 15px;
  3233.        font-weight: 700;
  3234.        line-height: 1.5;
  3235.        margin-bottom: 18px;
  3236.        min-height: 45px;
  3237.        text-transform: uppercase;
  3238.        letter-spacing: 0.5px;
  3239.    }
  3240.    
  3241.    .sponsored-title-v3 a {
  3242.        text-decoration: none;
  3243.        transition: opacity 0.3s ease;
  3244.    }
  3245.    
  3246.    .sponsored-title-v3 a:hover {
  3247.        opacity: 0.8;
  3248.    }
  3249.    
  3250.    .sponsored-meta-v3 {
  3251.        display: flex;
  3252.        align-items: center;
  3253.        justify-content: space-between;
  3254.        font-size: 11px;
  3255.        font-weight: 600;
  3256.        text-transform: uppercase;
  3257.        letter-spacing: 0.5px;
  3258.        padding-top: 12px;
  3259.        border-top: 1px solid #f1f3f4;
  3260.    }
  3261.    
  3262.    .author-info-v3 {
  3263.        display: flex;
  3264.        align-items: center;
  3265.        gap: 8px;
  3266.    }
  3267.    
  3268.    .sponsored-author-img-v3 {
  3269.        width: 30px;
  3270.        height: 30px;
  3271.        border-radius: 50%;
  3272.        object-fit: cover;
  3273.    }
  3274.    
  3275.    .section-title-sponsored-v3 {
  3276.        font-size: 2.5rem;
  3277.        font-weight: 900;
  3278.        text-align: left;
  3279.        margin-bottom: 30px;
  3280.        letter-spacing: 2px;
  3281.        border-left: 8px solid var(--bs-primary);
  3282.        padding-left: 20px;
  3283.    }
  3284.    
  3285.    .sponsored-overlay-v3 {
  3286.        position: absolute;
  3287.        top: 0;
  3288.        left: 0;
  3289.        right: 0;
  3290.        bottom: 0;
  3291.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3292.        opacity: 0;
  3293.        transition: opacity 0.3s ease;
  3294.    }
  3295.    
  3296.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3297.        opacity: 1;
  3298.    }
  3299.  
  3300.    @media (max-width: 768px) {
  3301.        .sponsored-section-v3 {
  3302.            padding: 0px 0 40px;
  3303.        }
  3304.        .section-title-sponsored-v3 {
  3305.            font-size: 2.2rem;
  3306.            text-align: center;
  3307.            border-left: none;
  3308.            border-bottom: 4px solid;
  3309.            padding-left: 0;
  3310.            padding-bottom: 10px;
  3311.        }
  3312.        .sponsored-content-v3 {
  3313.            padding: 20px 16px;
  3314.        }
  3315.    }
  3316. </style>
  3317.  
  3318. <section class="sponsored-section-v3">
  3319.    <div class="container-fluid fluid-container mt-5">
  3320.        <div class="row">
  3321.            <div class="col-12">
  3322.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3323.            </div>
  3324.        </div>
  3325.        
  3326.        <div class="row g-3">
  3327.            
  3328.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3329.                <div class="card sponsored-card-v3">
  3330.                    <div class="sponsored-overlay-v3"></div>
  3331.                    <div class="sponsored-image-v3">
  3332.                        
  3333.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3334.                        
  3335.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3336.                    </div>
  3337.                    <div class="sponsored-content-v3">
  3338.                        <h3 class="sponsored-title-v3">
  3339.                            <a href="/olympic-athlete-and-several-eritreans-freed-after-nearly-two-decades-without-trial-relatives-report/" class="top-color">
  3340.                            Olympic Athlete and Several Eritreans Freed After Nearly Two Decades Without Trial, Relatives Report
  3341.                            </a>
  3342.                        </h3>
  3343.                        <div class="sponsored-meta-v3">
  3344.                            <div class="author-info-v3">
  3345.                                
  3346.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3347.                                
  3348.                                <span class="top-color">
  3349.                                    James Todd
  3350.                                </span>
  3351.                            </div>
  3352.                            <span class="top-color">13 May 2026</span>
  3353.                        </div>
  3354.                    </div>
  3355.                </div>
  3356.            </div>
  3357.            
  3358.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3359.                <div class="card sponsored-card-v3">
  3360.                    <div class="sponsored-overlay-v3"></div>
  3361.                    <div class="sponsored-image-v3">
  3362.                        
  3363.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3364.                        
  3365.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3366.                    </div>
  3367.                    <div class="sponsored-content-v3">
  3368.                        <h3 class="sponsored-title-v3">
  3369.                            <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="top-color">
  3370.                            The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  3371.                            </a>
  3372.                        </h3>
  3373.                        <div class="sponsored-meta-v3">
  3374.                            <div class="author-info-v3">
  3375.                                
  3376.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3377.                                
  3378.                                <span class="top-color">
  3379.                                    James Todd
  3380.                                </span>
  3381.                            </div>
  3382.                            <span class="top-color">12 May 2026</span>
  3383.                        </div>
  3384.                    </div>
  3385.                </div>
  3386.            </div>
  3387.            
  3388.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3389.                <div class="card sponsored-card-v3">
  3390.                    <div class="sponsored-overlay-v3"></div>
  3391.                    <div class="sponsored-image-v3">
  3392.                        
  3393.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3394.                        
  3395.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3396.                    </div>
  3397.                    <div class="sponsored-content-v3">
  3398.                        <h3 class="sponsored-title-v3">
  3399.                            <a href="/tragic-unearthing-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/" class="top-color">
  3400.                            Tragic Unearthing: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  3401.                            </a>
  3402.                        </h3>
  3403.                        <div class="sponsored-meta-v3">
  3404.                            <div class="author-info-v3">
  3405.                                
  3406.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3407.                                
  3408.                                <span class="top-color">
  3409.                                    James Todd
  3410.                                </span>
  3411.                            </div>
  3412.                            <span class="top-color">12 May 2026</span>
  3413.                        </div>
  3414.                    </div>
  3415.                </div>
  3416.            </div>
  3417.            
  3418.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3419.                <div class="card sponsored-card-v3">
  3420.                    <div class="sponsored-overlay-v3"></div>
  3421.                    <div class="sponsored-image-v3">
  3422.                        
  3423.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3424.                        
  3425.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3426.                    </div>
  3427.                    <div class="sponsored-content-v3">
  3428.                        <h3 class="sponsored-title-v3">
  3429.                            <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-explained/" class="top-color">
  3430.                            Spotify Year-End Recap: Release Timeline plus Your Burning Questions Explained
  3431.                            </a>
  3432.                        </h3>
  3433.                        <div class="sponsored-meta-v3">
  3434.                            <div class="author-info-v3">
  3435.                                
  3436.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3437.                                
  3438.                                <span class="top-color">
  3439.                                    James Todd
  3440.                                </span>
  3441.                            </div>
  3442.                            <span class="top-color">12 May 2026</span>
  3443.                        </div>
  3444.                    </div>
  3445.                </div>
  3446.            </div>
  3447.            
  3448.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3449.                <div class="card sponsored-card-v3">
  3450.                    <div class="sponsored-overlay-v3"></div>
  3451.                    <div class="sponsored-image-v3">
  3452.                        
  3453.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3454.                        
  3455.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3456.                    </div>
  3457.                    <div class="sponsored-content-v3">
  3458.                        <h3 class="sponsored-title-v3">
  3459.                            <a href="/peaceful-conclusion-to-lionel-messis-visit-to-india-following-disorder-in-kolkata/" class="top-color">
  3460.                            Peaceful Conclusion to Lionel Messi&#x27;s Visit to India Following Disorder in Kolkata
  3461.                            </a>
  3462.                        </h3>
  3463.                        <div class="sponsored-meta-v3">
  3464.                            <div class="author-info-v3">
  3465.                                
  3466.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3467.                                
  3468.                                <span class="top-color">
  3469.                                    James Todd
  3470.                                </span>
  3471.                            </div>
  3472.                            <span class="top-color">12 May 2026</span>
  3473.                        </div>
  3474.                    </div>
  3475.                </div>
  3476.            </div>
  3477.            
  3478.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3479.                <div class="card sponsored-card-v3">
  3480.                    <div class="sponsored-overlay-v3"></div>
  3481.                    <div class="sponsored-image-v3">
  3482.                        
  3483.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3484.                        
  3485.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3486.                    </div>
  3487.                    <div class="sponsored-content-v3">
  3488.                        <h3 class="sponsored-title-v3">
  3489.                            <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/" class="top-color">
  3490.                            Esteemed Photographer Brian Harris Obituary: An Existence Through the Camera
  3491.                            </a>
  3492.                        </h3>
  3493.                        <div class="sponsored-meta-v3">
  3494.                            <div class="author-info-v3">
  3495.                                
  3496.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="James Todd" class="sponsored-author-img-v3">
  3497.                                
  3498.                                <span class="top-color">
  3499.                                    James Todd
  3500.                                </span>
  3501.                            </div>
  3502.                            <span class="top-color">12 May 2026</span>
  3503.                        </div>
  3504.                    </div>
  3505.                </div>
  3506.            </div>
  3507.            
  3508.        </div>
  3509.    </div>
  3510. </section>
  3511.  
  3512.  
  3513.    
  3514.        <!-- end wpo-blog-sponsored-section -->
  3515.        <!-- start wpo-subscribe-section -->
  3516.        
  3517.        <!-- end subscribe-section -->
  3518.        <!-- start of wpo-site-footer-section -->
  3519.        
  3520.  
  3521.  
  3522.  
  3523.  
  3524.  
  3525. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3526.  <!-- Main Content: Asymmetrical Layout -->
  3527.  <div class="footer-main-content py-5">
  3528.    <div class="container-fluid fluid-container">
  3529.      <div class="row">
  3530.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3531.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3532.          <div class="brand-logo text-center text-lg-start">
  3533.            
  3534.              <h3 class="brand-title">Wagera Studio</h3>
  3535.            
  3536.            <p class="brand-tagline mt-2">Wagera Studio offers expert web design, development, and digital branding services to help businesses grow online with innovative and user-friendly solutions.</p>
  3537.          </div>
  3538.        </div>
  3539.        <!-- Right: Staggered Links -->
  3540.        <div class="col-lg-9 col-md-8 col-12">
  3541.          <div class="d-flex flex-column gap-4">
  3542.            <!-- Quick Links -->
  3543.            <div class="footer-column offset-content">
  3544.              <h5 class="column-title">Quick Links</h5>
  3545.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3546.                
  3547.                  <li>
  3548.                    <a class="menu-link" href="/an-account-of-unexpected-kindness-the-time-a-student-let-me-sleep-on-her-dorm-ground/">An Account of Unexpected Kindness: The Time a Student Let Me Sleep on Her Dorm Ground</a>
  3549.                  </li>
  3550.                
  3551.                  <li>
  3552.                    <a class="menu-link" href="/within-those-devastated-debris-of-an-residential-building-i-encountered-a-volume-id-rendered/">Within those Devastated Debris of an Residential Building, I Encountered a Volume I’d Rendered</a>
  3553.                  </li>
  3554.                
  3555.                  <li>
  3556.                    <a class="menu-link" href="/3-xbox-game-pass-games-we-are-enjoying-over-the-weekend-oct-10-12/">3 Xbox Game Pass Games We Are Enjoying Over the Weekend (Oct. 10-12)</a>
  3557.                  </li>
  3558.                
  3559.                  <li>
  3560.                    <a class="menu-link" href="/everyday-reality-for-one-hundred-twenty-thousand-displaced-people-in-the-extensive-shelter-on-the-malians-frontier/">Everyday Reality for one hundred twenty thousand Displaced People in the Extensive Shelter on the Malians Frontier.</a>
  3561.                  </li>
  3562.                
  3563.                  <li>
  3564.                    <a class="menu-link" href="/the-way-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-flee-her-homeland/">The Way a American Special Forces Vet Aided the Venezuelan Opposition Leader Flee Her Homeland</a>
  3565.                  </li>
  3566.                
  3567.                  <li>
  3568.                    <a class="menu-link" href="/how-to-speak-romance-like-zoomer-fifty-one-niche-terms-for-romance-intimacy-and-bad-behaviour/">How to Speak Romance Like Zoomer: Fifty-One Niche Terms for Romance, Intimacy and Bad Behaviour</a>
  3569.                  </li>
  3570.                
  3571.              </ul>
  3572.            </div>
  3573.            <!-- Top Categories -->
  3574.            <div class="footer-column offset-content offset-right">
  3575.              <h5 class="column-title">Top Categories</h5>
  3576.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3577.                
  3578.                  <li>
  3579.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3580.                  </li>
  3581.                
  3582.                  <li>
  3583.                    <a class="menu-link" href="/category/business/">Business</a>
  3584.                  </li>
  3585.                
  3586.                  <li>
  3587.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3588.                  </li>
  3589.                
  3590.                  <li>
  3591.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3592.                  </li>
  3593.                
  3594.                  <li>
  3595.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3596.                  </li>
  3597.                
  3598.              </ul>
  3599.            </div>
  3600.            <!-- Blog Rolls -->
  3601.           <div class="footer-column offset-content">
  3602.              <h5 class="column-title">Blog Rolls</h5>
  3603.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3604.                
  3605.                
  3606.  
  3607.                
  3608.                
  3609.                  
  3610.                
  3611.              </ul>
  3612.            </div>
  3613.          </div>
  3614.        </div>
  3615.      </div>
  3616.    </div>
  3617.  </div>
  3618.  
  3619.  <!-- Bottom Section -->
  3620.  <div class="footer-bottom bg-primary text-white py-3">
  3621.    <div class="container-fluid fluid-container">
  3622.      <div class="row justify-content-center">
  3623.        <div class="col-12 text-center">
  3624.          <div class="bottom-content">
  3625.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3626.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3627.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3628.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3629.            </div>
  3630.            <div class="copyright-info ">
  3631.              <p class="mb-0 text-white">
  3632.                &copy; 2026 <strong>Wagera Studio</strong>. All rights reserved.
  3633.              </p>
  3634.            </div>
  3635.          </div>
  3636.        </div>
  3637.      </div>
  3638.    </div>
  3639.  </div>
  3640. </footer>
  3641.  
  3642.  
  3643.  
  3644. <style>
  3645. .footer-logo {
  3646.    height: 60px;
  3647.    width: auto;
  3648. }
  3649.  
  3650. .brand-title {
  3651.    font-size: 24px;
  3652.    font-weight: 700;
  3653.    color: white  !important;
  3654.    margin: 0;
  3655. }
  3656.  
  3657. .brand-tagline {
  3658.    font-size: 14px;
  3659.    color: white  !important;
  3660.    margin: 0;
  3661. }
  3662.  
  3663. .column-title {
  3664.    font-size: 16px;
  3665.    font-weight: 600;
  3666.    color: white !important;
  3667.    margin-bottom: 12px;
  3668. }
  3669.  
  3670. .footer-menu {
  3671.    margin: 0;
  3672. }
  3673.  
  3674. .menu-link {
  3675.    color: white !important;
  3676.    text-decoration: none;
  3677.    font-size: 14px;
  3678.    transition: color 0.3s ease, transform 0.3s ease;
  3679. }
  3680.  
  3681. .menu-link:hover {
  3682.    color: var(--primary-color);
  3683.    transform: scale(1.05);
  3684. }
  3685.  
  3686. .offset-content {
  3687.    margin-left: 20px;
  3688. }
  3689.  
  3690. .footer-bottom {
  3691.    font-size: 13px;
  3692. }
  3693.  
  3694. .utility-link {
  3695.    color: white  !important;
  3696.    text-decoration: none;
  3697.    font-size: 13px;
  3698.    transition: color 0.3s ease;
  3699. }
  3700.  
  3701. .utility-link:hover {
  3702.    color: var(--primary-color);
  3703. }
  3704.  
  3705. .copyright-info p {
  3706.    font-size: 13px;
  3707. }
  3708.  
  3709. /* Responsive Design */
  3710. @media (max-width: 1024px) {
  3711.   .footer-logo{
  3712.    height: 40px;
  3713.    width: auto;
  3714.   }
  3715. }
  3716.  
  3717. @media (max-width: 768px) {
  3718.    .footer-logo {
  3719.        height: 60px;
  3720.    }
  3721.    
  3722.    .column-title {
  3723.        font-size: 15px;
  3724.        text-align: center;
  3725.    }
  3726.    
  3727.    .footer-menu {
  3728.        justify-content: center;
  3729.    }
  3730.    
  3731.    .menu-link {
  3732.        font-size: 13px;
  3733.    }
  3734. }
  3735.  
  3736. @media (max-width: 576px) {
  3737.    .brand-title {
  3738.        font-size: 20px;
  3739.    }
  3740.    
  3741.    .brand-tagline {
  3742.        font-size: 12px;
  3743.    }
  3744.    
  3745.    .cta-btn {
  3746.        font-size: 12px;
  3747.        padding: 5px 12px;
  3748.    }
  3749. }
  3750. </style>
  3751.  
  3752. <script>
  3753. // Prevent default for placeholder links
  3754. document.addEventListener('DOMContentLoaded', function() {
  3755.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3756.        anchor.addEventListener('click', function(e) {
  3757.            e.preventDefault();
  3758.        });
  3759.    });
  3760. });
  3761. document.addEventListener('DOMContentLoaded', function () {
  3762.    var btn = document.getElementById('toggleBlogRollLinks');
  3763.    if (!btn) return; // No extra items, no button
  3764.  
  3765.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3766.  
  3767.    btn.addEventListener('click', function () {
  3768.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3769.            return li.classList.contains('d-none');
  3770.        });
  3771.  
  3772.        extras.forEach(function (li) {
  3773.            if (anyHidden) {
  3774.                li.classList.remove('d-none');
  3775.                li.classList.add('show');
  3776.            } else {
  3777.                li.classList.add('d-none');
  3778.                li.classList.remove('show');
  3779.            }
  3780.        });
  3781.  
  3782.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3783.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3784.    });
  3785. });
  3786.  
  3787. </script>
  3788.  
  3789.        <!-- end of wpo-site-footer-section -->
  3790.    </div>
  3791.    <!-- end of page-wrapper -->
  3792.  
  3793.    <!-- All JavaScript files
  3794.    ================================================== -->
  3795.    
  3796.  
  3797. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3798. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3799. <!-- Plugins for this template -->
  3800. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3801. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3802. <!-- Custom script for this template -->
  3803. <script src="/static/blogapp/assets/js/script.js"></script>
  3804.  
  3805. <script>
  3806. (function () {
  3807. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3808. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3809.  
  3810. function applyFallback(img) {
  3811. if (!img || img.dataset.fallbackApplied === "1") {
  3812. return;
  3813. }
  3814. var failedSrc = img.currentSrc || img.src || "";
  3815. img.dataset.fallbackApplied = "1";
  3816. img.onerror = null;
  3817. img.src = fallbackImageSrc;
  3818. console.warn("[ImageFallback] Replaced broken image:", {
  3819. failedSrc: failedSrc,
  3820. fallbackSrc: fallbackImageSrc,
  3821. alt: img.alt || "",
  3822. });
  3823. }
  3824.  
  3825. document.querySelectorAll("img").forEach(function (img) {
  3826. if (img.complete && img.naturalWidth === 0) {
  3827. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3828. failedSrc: img.currentSrc || img.src || "",
  3829. alt: img.alt || "",
  3830. });
  3831. applyFallback(img);
  3832. }
  3833. });
  3834.  
  3835. document.addEventListener(
  3836. "error",
  3837. function (event) {
  3838. var target = event.target;
  3839. if (target && target.tagName === "IMG") {
  3840. applyFallback(target);
  3841. }
  3842. },
  3843. true
  3844. );
  3845. })();
  3846. </script>
  3847.  
  3848. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3849.  
  3850.  
  3851.  
  3852. <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":"abfead87683d4bcca526e50568030f16","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3853. </body>
  3854.  
  3855. </html>
  3856.  
  3857.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda