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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="opensans">
  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-28T174329.056_w6DWcVO_xcGYDHc_FikL9Eg_QsMxrFr_T57pI_IbT3Zt8.png">
  14.    
  15.  
  16.    <title>FocusNet Online: Expert IT Support &amp; Business Technology Solutions</title>
  17.    <meta name="description" content="FocusNet Online provides reliable IT support, cloud services, and cybersecurity solutions for businesses across the UK, ensuring smooth operations and growth.">
  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://focusnetonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #4f46e5;
  42.        --bs-primary-rgb: 4f46e5;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #06b6d4;
  48.        --bs-light: #f8faff;
  49.        --bs-dark: #312e81;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #4f46e5;
  53.        --theme-primary-color-s2: #4f46e5;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e1b4b;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e1b4b;
  59.        --border-color: #c7d2fe;
  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: #e0e7ff;
  75.        --navbar-color: #312e81;
  76.        --topbar-bg: #f8faff;
  77.        --topbar-color: #312e81;
  78.        --footer-bg: #312e81;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #c7d2fe;
  82.        --card-radius: 12px;
  83.        --link-color: #4f46e5;
  84.        --link-hover: #4338ca;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(79, 70, 229, 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-tech">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/spurs-ease-pressure-on-thomas-frank-as-xavi-simons-seals-straightforward-victory-against-slavia-prague/" class="px-5 top-color">
  425.                    Spurs Ease Pressure on Thomas Frank as Xavi Simons Seals Straightforward Victory Against Slavia Prague
  426.                  </a>
  427.              
  428.               <a href="/the-story-of-leonard-and-hungry-paul-overview-a-gentle-show-narrated-by-julia-roberts-offers-a-great-remedy-to-contemporary-living/" class="px-5 top-color">
  429.                    The Story of Leonard and Hungry Paul Overview: A Gentle Show Narrated by Julia Roberts Offers a Great Remedy to Contemporary Living
  430.                  </a>
  431.              
  432.               <a href="/the-art-of-ideal-butter-paneer-cooking-instructions/" class="px-5 top-color">
  433.                    The Art of Ideal Butter Paneer – Cooking Instructions
  434.                  </a>
  435.              
  436.               <a href="/uk-and-scottish-government-authorities-disagree-over-footing-the-245-million-bill-for-trump-and-vance-visits/" class="px-5 top-color">
  437.                    UK and Scottish government Authorities Disagree Over Footing the £24.5 million Bill for Trump and Vance Visits
  438.                  </a>
  439.              
  440.               <a href="/nations-highest-court-approves-revised-texas-house-electoral-boundaries/" class="px-5 top-color">
  441.                    Nation&#x27;s Highest Court Approves Revised Texas House Electoral Boundaries.
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <header class="header-v8 mb-4">
  478.    <div class="container-fluid fluid-container">
  479.        <!-- Main Navigation Card -->
  480.        <div class="nav-card-v8">
  481.            <div class="row align-items-center justify-content-between">
  482.                <!-- Logo Section -->
  483.               <div class="col-lg-2 col-md-3 col-6">
  484.                    <div class="logo-section-v8">
  485.                        <a class="logo-link-v8" href="/">
  486.                            
  487.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0d569838-7674-4c73-a585-e9fc13dd6f96_logo.png" alt="FocusNet Online" class="logo-img-v8" />
  488.                            
  489.                        </a>
  490.                    </div>
  491.                </div>
  492.  
  493.                <!-- Navigation Menu -->
  494.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  495.                    <nav class="main-nav-v8">
  496.                        <ul class="nav-list-v8">
  497.  
  498.                            
  499.                            <li class="nav-item-v8">
  500.                                <a href="/" class="nav-link-v8 active-v8"
  501.                                    data-text="Home">Home</a>
  502.                            </li>
  503.  
  504.                            
  505.                            
  506.                             <li class="nav-item-v8">
  507.                                <a href="/category/all-posts/" class="nav-link-v8"
  508.                                    data-text="All Posts">
  509.                                    All Posts
  510.                                </a>
  511.                                </li>
  512.  
  513.                                
  514.  
  515.                                                
  516.                                                
  517.                                
  518.                             <li class="nav-item-v8">
  519.                                <a href="/category/business/" class="nav-link-v8"
  520.                                    data-text="Business">
  521.                                    Business
  522.                                </a>
  523.                                </li>
  524.  
  525.                                
  526.  
  527.                                                
  528.                                                
  529.                                
  530.                             <li class="nav-item-v8">
  531.                                <a href="/category/esports/" class="nav-link-v8"
  532.                                    data-text="Esports">
  533.                                    Esports
  534.                                </a>
  535.                                </li>
  536.  
  537.                                
  538.  
  539.                                                
  540.                                                
  541.                                
  542.                             <li class="nav-item-v8">
  543.                                <a href="/category/fashion/" class="nav-link-v8"
  544.                                    data-text="Fashion">
  545.                                    Fashion
  546.                                </a>
  547.                                </li>
  548.  
  549.                                
  550.  
  551.                                                
  552.                                                
  553.                                
  554.                             <li class="nav-item-v8">
  555.                                <a href="/category/featured/" class="nav-link-v8"
  556.                                    data-text="Featured">
  557.                                    Featured
  558.                                </a>
  559.                                </li>
  560.  
  561.                                
  562.  
  563.                                                
  564.                                                
  565.                                
  566.                             <li class="nav-item-v8">
  567.                                <a href="/category/gaming/" class="nav-link-v8"
  568.                                    data-text="Gaming">
  569.                                    Gaming
  570.                                </a>
  571.                                </li>
  572.  
  573.                                
  574.  
  575.                                                
  576.                                                
  577.                                
  578.                             <li class="nav-item-v8">
  579.                                <a href="/category/health/" class="nav-link-v8"
  580.                                    data-text="Health">
  581.                                    Health
  582.                                </a>
  583.                                </li>
  584.  
  585.                                
  586.  
  587.                                                
  588.                                                
  589.                                
  590.                            
  591.                                
  592.                                
  593.                                <li class="nav-item-v8 has-dropdown-v8">
  594.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  595.                                    <div class="dropdown-card-v8">
  596.                                        <div class="dropdown-grid-v8">
  597.                                            <div class="dropdown-section-v8">
  598.                                                <a href="/category/life-fitness/"
  599.                                                    class="dropdown-link-v8">
  600.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  601.                                                </a>
  602.                                                
  603.  
  604.                                                
  605.  
  606.                                                
  607.                                                
  608.                                
  609.                            
  610.                                                <a href="/category/lifestyle/"
  611.                                                    class="dropdown-link-v8">
  612.                                                    <span class="link-icon-v8"></span> Lifestyle
  613.                                                </a>
  614.                                                
  615.  
  616.                                                
  617.                                                
  618.                                
  619.                            
  620.                                                <a href="/category/news/"
  621.                                                    class="dropdown-link-v8">
  622.                                                    <span class="link-icon-v8"></span> News
  623.                                                </a>
  624.                                                
  625.  
  626.                                                
  627.                                                
  628.                                
  629.                            
  630.                                                <a href="/category/others/"
  631.                                                    class="dropdown-link-v8">
  632.                                                    <span class="link-icon-v8"></span> Others
  633.                                                </a>
  634.                                                
  635.  
  636.                                                
  637.                                                
  638.                                
  639.                            
  640.                                                <a href="/category/politics/"
  641.                                                    class="dropdown-link-v8">
  642.                                                    <span class="link-icon-v8"></span> Politics
  643.                                                </a>
  644.                                                
  645.  
  646.                                                
  647.                                                
  648.                                
  649.                            
  650.                                                <a href="/category/sports/"
  651.                                                    class="dropdown-link-v8">
  652.                                                    <span class="link-icon-v8"></span> Sports
  653.                                                </a>
  654.                                                
  655.  
  656.                                                
  657.                                                
  658.                                
  659.                            
  660.                                                <a href="/category/tech/"
  661.                                                    class="dropdown-link-v8">
  662.                                                    <span class="link-icon-v8"></span> Tech
  663.                                                </a>
  664.                                                
  665.  
  666.                                                
  667.                                                
  668.                                
  669.                            
  670.                                                <a href="/category/travel/"
  671.                                                    class="dropdown-link-v8">
  672.                                                    <span class="link-icon-v8"></span> Travel
  673.                                                </a>
  674.                                                
  675.  
  676.                                                
  677.                                                
  678.                                            </div>
  679.                                        </div>
  680.                                    </div>
  681.                                </li>
  682.                                
  683.                                
  684. <li>
  685.                  <a href="/page/contact-us/">
  686.                     Contact Us
  687.                  </a>
  688.              </li>
  689.                        </ul>
  690.                    </nav>
  691.  
  692.                </div>
  693.  
  694.                <!-- Search & Mobile Toggle -->
  695.                <div class="col-lg-2 col-md-3 col-6">
  696.                    <div class="nav-actions-v8">
  697.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  698.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  699.                                stroke-width="2">
  700.                                <circle cx="11" cy="11" r="8"></circle>
  701.                                <path d="m21 21-4.35-4.35"></path>
  702.                            </svg>
  703.                        </button>
  704.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  705.                            <i class="ti-menu fs-5"></i>
  706.                        </button>
  707.                    </div>
  708.                </div>
  709.            </div>
  710.        </div>
  711.  
  712.        <!-- Floating Search Card -->
  713.        <div class="search-card-v8" id="searchCardV8">
  714.            <div class="search-container-v8">
  715.                <form class="search-form-v8" action="#" method="get">
  716.                    <div class="search-input-wrapper-v8">
  717.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  718.                            stroke="currentColor" stroke-width="2">
  719.                            <circle cx="11" cy="11" r="8"></circle>
  720.                            <path d="m21 21-4.35-4.35"></path>
  721.                        </svg>
  722.                        <input type="search" class="search-input-v8" id="search-input"
  723.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  724.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  725.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  726.                                stroke-width="2">
  727.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  728.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  729.                            </svg>
  730.                        </button>
  731.                    </div>
  732.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  733.                        
  734.                        
  735.                    </div>
  736.                </form>
  737.            </div>
  738.        </div>
  739.  
  740.        <!-- Mobile Navigation Card -->
  741.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  742.            <div class="mobile-nav-content-v8">
  743.                <ul class="mobile-nav-list-v8">
  744.  
  745.                    
  746.                    <li class="mobile-nav-item-v8">
  747.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  748.                            Home
  749.                        </a>
  750.                    </li>
  751.  
  752.                    
  753.                      <li class="mobile-nav-item-v8">
  754.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  755.                            All Posts
  756.                        </a>
  757.                        </li>
  758.  
  759.                        
  760.  
  761.                                
  762.                                
  763.                        
  764.                      <li class="mobile-nav-item-v8">
  765.                        <a href="/category/business/" class="mobile-nav-link-v8">
  766.                            Business
  767.                        </a>
  768.                        </li>
  769.  
  770.                        
  771.  
  772.                                
  773.                                
  774.                        
  775.                      <li class="mobile-nav-item-v8">
  776.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  777.                            Esports
  778.                        </a>
  779.                        </li>
  780.  
  781.                        
  782.  
  783.                                
  784.                                
  785.                        
  786.                      <li class="mobile-nav-item-v8">
  787.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  788.                            Fashion
  789.                        </a>
  790.                        </li>
  791.  
  792.                        
  793.  
  794.                                
  795.                                
  796.                        
  797.                      <li class="mobile-nav-item-v8">
  798.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  799.                            Featured
  800.                        </a>
  801.                        </li>
  802.  
  803.                        
  804.  
  805.                                
  806.                                
  807.                        
  808.                      <li class="mobile-nav-item-v8">
  809.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  810.                            Gaming
  811.                        </a>
  812.                        </li>
  813.  
  814.                        
  815.  
  816.                                
  817.                                
  818.                        
  819.                      <li class="mobile-nav-item-v8">
  820.                        <a href="/category/health/" class="mobile-nav-link-v8">
  821.                            Health
  822.                        </a>
  823.                        </li>
  824.  
  825.                        
  826.  
  827.                                
  828.                                
  829.                        
  830.                    
  831.                        
  832.                        
  833.                        <li class="mobile-nav-item-v8">
  834.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  835.                                More
  836.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  837.                                    stroke="currentColor" stroke-width="2">
  838.                                    <polyline points="6,9 12,15 18,9"></polyline>
  839.                                </svg>
  840.                            </a>
  841.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  842.                                <li>
  843.                                    <a href="/category/life-fitness/"
  844.                                        class="mobile-sub-link-v8">
  845.                                        Life &amp; Fitness
  846.                                    </a>
  847.                                </li>
  848.                                
  849.  
  850.                                
  851.  
  852.                                
  853.                                
  854.                        
  855.                    
  856.                                
  857.                                <li>
  858.                                    <a href="/category/lifestyle/"
  859.                                        class="mobile-sub-link-v8">
  860.                                        Lifestyle
  861.                                    </a>
  862.                                </li>
  863.                                
  864.  
  865.                                
  866.                                
  867.                        
  868.                    
  869.                                
  870.                                <li>
  871.                                    <a href="/category/news/"
  872.                                        class="mobile-sub-link-v8">
  873.                                        News
  874.                                    </a>
  875.                                </li>
  876.                                
  877.  
  878.                                
  879.                                
  880.                        
  881.                    
  882.                                
  883.                                <li>
  884.                                    <a href="/category/others/"
  885.                                        class="mobile-sub-link-v8">
  886.                                        Others
  887.                                    </a>
  888.                                </li>
  889.                                
  890.  
  891.                                
  892.                                
  893.                        
  894.                    
  895.                                
  896.                                <li>
  897.                                    <a href="/category/politics/"
  898.                                        class="mobile-sub-link-v8">
  899.                                        Politics
  900.                                    </a>
  901.                                </li>
  902.                                
  903.  
  904.                                
  905.                                
  906.                        
  907.                    
  908.                                
  909.                                <li>
  910.                                    <a href="/category/sports/"
  911.                                        class="mobile-sub-link-v8">
  912.                                        Sports
  913.                                    </a>
  914.                                </li>
  915.                                
  916.  
  917.                                
  918.                                
  919.                        
  920.                    
  921.                                
  922.                                <li>
  923.                                    <a href="/category/tech/"
  924.                                        class="mobile-sub-link-v8">
  925.                                        Tech
  926.                                    </a>
  927.                                </li>
  928.                                
  929.  
  930.                                
  931.                                
  932.                        
  933.                    
  934.                                
  935.                                <li>
  936.                                    <a href="/category/travel/"
  937.                                        class="mobile-sub-link-v8">
  938.                                        Travel
  939.                                    </a>
  940.                                </li>
  941.                                
  942.  
  943.                                
  944.                                
  945.                            </ul>
  946.                        </li>
  947.                        
  948.                        
  949.  
  950.                </ul>
  951.  
  952.            </div>
  953.        </div>
  954.    </div>
  955.  
  956.    <!-- Background Overlay -->
  957.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  958. </header>
  959.  
  960. <style>
  961.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  962.    .header-v8 {
  963.        padding: 20px 0;
  964.        position: relative;
  965.        min-height: 120px;
  966.    }
  967.  
  968.    /* Main Navigation Card */
  969.    .nav-card-v8 {
  970.        background:var(--navbar-bg);
  971.        backdrop-filter: blur(20px);
  972.        border: 1px solid var(--border-color);
  973.        border-radius: 20px;
  974.        padding: 15px 25px;
  975.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  976.        position: relative;
  977.        z-index: 100;
  978.    }
  979.  
  980.    /* Logo Styles */
  981.    .logo-img-v8 {
  982.        max-height: 60px;
  983.        transition: all 0.3s ease;
  984.    }
  985.  
  986.    .logo-link-v8:hover .logo-img-v8 {
  987.        transform: scale(1.05) rotate(2deg);
  988.    }
  989.  
  990.    /* Main Navigation */
  991.    .nav-list-v8 {
  992.        list-style: none;
  993.        padding: 0;
  994.        margin: 0;
  995.        display: flex;
  996.        align-items: center;
  997.        justify-content: center;
  998.        gap: 8px;
  999.    }
  1000.  
  1001.    .nav-item-v8 {
  1002.        position: relative;
  1003.    }
  1004.  
  1005.    .nav-link-v8 {
  1006.        color: #4a5568;
  1007.        text-decoration: none;
  1008.        font-weight: 500;
  1009.        font-size: 15px;
  1010.        padding: 12px 18px;
  1011.        border-radius: 12px;
  1012.        position: relative;
  1013.        transition: all 0.3s ease;
  1014.        display: block;
  1015.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1016.    }
  1017.  
  1018.    .nav-link-v8::before {
  1019.        content: attr(data-text);
  1020.        position: absolute;
  1021.        top: 0;
  1022.        left: 0;
  1023.        right: 0;
  1024.        bottom: 0;
  1025.        display: flex;
  1026.        align-items: center;
  1027.        justify-content: center;
  1028.        background: var(--sub-nav);
  1029.        color: var(--topbar-color);
  1030.        border-radius: 12px;
  1031.        opacity: 0;
  1032.        transform: scale(0.8);
  1033.        transition: all 0.3s ease;
  1034.        font-weight: 600;
  1035.    }
  1036.  
  1037.    .nav-link-v8:hover::before,
  1038.    .nav-link-v8.active-v8::before {
  1039.        opacity: 1;
  1040.        transform: scale(1);
  1041.    }
  1042.  
  1043.    .nav-link-v8:hover,
  1044.    .nav-link-v8.active-v8 {
  1045.        color: transparent;
  1046.        background: rgba(102, 126, 234, 0.1);
  1047.    }
  1048.  
  1049.    /* Dropdown Styles */
  1050.    .dropdown-card-v8 {
  1051.        position: absolute;
  1052.        top: calc(100% + 15px);
  1053.        left: 50%;
  1054.        transform: translateX(-50%);
  1055.        background:var(--navbar-bg);
  1056.        backdrop-filter: blur(20px);
  1057.        border: 1px solid var(--border-color);
  1058.        border-radius: 16px;
  1059.        padding: 25px;
  1060.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1061.        opacity: 0;
  1062.        visibility: hidden;
  1063.        transform: translateX(-50%) translateY(-10px);
  1064.        transition: all 0.3s ease;
  1065.        z-index: 200;
  1066.        min-width: 320px;
  1067.    }
  1068.  
  1069.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1070.        opacity: 1;
  1071.        visibility: visible;
  1072.        transform: translateX(-50%) translateY(0);
  1073.    }
  1074.  
  1075.    .dropdown-grid-v8 {
  1076.        display: grid;
  1077.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1078.        gap: 20px;
  1079.    }
  1080.  
  1081.    .dropdown-header-v8 {
  1082.        font-size: 12px;
  1083.        font-weight: 700;
  1084.        color: #667eea;
  1085.        margin-bottom: 12px;
  1086.        text-transform: uppercase;
  1087.        letter-spacing: 1px;
  1088.    }
  1089.  
  1090.    .dropdown-link-v8 {
  1091.        display: flex;
  1092.        align-items: center;
  1093.        color: var(--navbar-color) !important;;
  1094.        text-decoration: none;
  1095.        font-size: 14px;
  1096.        padding: 10px 12px;
  1097.        border-radius: 10px;
  1098.        transition: all 0.3s ease;
  1099.        margin-bottom: 8px;
  1100.    }
  1101.  
  1102.    .dropdown-link-v8:hover {
  1103.        background:var(--bs-primary);
  1104.        color: var(--bs-white) !important;;
  1105.        transform: translateX(5px);
  1106.    }
  1107.  
  1108.    .link-icon-v8 {
  1109.        margin-right: 10px;
  1110.        height: 5px;
  1111.        width: 5px;
  1112.        border: 1px solid #2d3748;
  1113.        border-radius: 50%;
  1114.    }
  1115.  
  1116.    /* Navigation Actions */
  1117.    .nav-actions-v8 {
  1118.        display: flex;
  1119.        align-items: center;
  1120.        justify-content: flex-end;
  1121.        gap: 10px;
  1122.    }
  1123.  
  1124.    .search-toggle-v8,
  1125.    .mobile-toggle-v8 {
  1126.        background: rgba(102, 126, 234, 0.1);
  1127.        border: none;
  1128.        border-radius: 12px;
  1129.        padding: 12px;
  1130.        cursor: pointer;
  1131.        transition: all 0.3s ease;
  1132.        color: var(--bs-white);
  1133.    }
  1134.  
  1135.    .search-toggle-v8:hover,
  1136.    .mobile-toggle-v8:hover {
  1137.        background: var(--sub-nav);
  1138.        color: var(--topbar-color);
  1139.        transform: scale(1.05);
  1140.    }
  1141.  
  1142.    .mobile-toggle-v8 {
  1143.        flex-direction: column;
  1144.        gap: 3px;
  1145.        padding: 10px 12px;
  1146.    }
  1147.  
  1148.    .toggle-line-v8 {
  1149.        width: 20px;
  1150.        height: 2px;
  1151.        background: currentColor;
  1152.        border-radius: 1px;
  1153.        transition: all 0.3s ease;
  1154.    }
  1155.  
  1156.    /* Floating Search Card */
  1157.    .search-card-v8 {
  1158.        position: absolute;
  1159.        top: 100%;
  1160.        left: 50%;
  1161.        transform: translateX(-50%);
  1162.        width: calc(100% - 40px);
  1163.        max-width: 600px;
  1164.        background:var(--navbar-bg);
  1165.        backdrop-filter: blur(20px);
  1166.        border: 1px solid var(--border-color);
  1167.        border-radius: 20px;
  1168.        padding: 25px;
  1169.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1170.        opacity: 0;
  1171.        visibility: hidden;
  1172.        transform: translateX(-50%) translateY(-20px);
  1173.        transition: all 0.4s ease;
  1174.        z-index: 300;
  1175.        margin-top: 15px;
  1176.    }
  1177.  
  1178.    .search-card-v8.show-v8 {
  1179.        opacity: 1;
  1180.        visibility: visible;
  1181.        transform: translateX(-50%) translateY(0);
  1182.    }
  1183.  
  1184.    .search-input-wrapper-v8 {
  1185.        display: flex;
  1186.        align-items: center;
  1187.        background: rgba(248, 250, 252, 0.8);
  1188.        border: 2px solid rgba(102, 126, 234, 0.2);
  1189.        border-radius: 15px;
  1190.        padding: 5px;
  1191.        margin-bottom: 20px;
  1192.        transition: all 0.3s ease;
  1193.    }
  1194.  
  1195.    .search-input-wrapper-v8:focus-within {
  1196.        border-color: #667eea;
  1197.        background: rgba(255, 255, 255, 0.9);
  1198.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1199.    }
  1200.  
  1201.    .search-icon-v8 {
  1202.        color: #a0aec0;
  1203.        margin: 0 15px;
  1204.        transition: color 0.3s ease;
  1205.    }
  1206.  
  1207.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1208.        color: #667eea;
  1209.    }
  1210.  
  1211.    .search-input-v8 {
  1212.        flex: 1;
  1213.        border: none;
  1214.        background: transparent;
  1215.        font-size: 16px;
  1216.        padding: 15px 0;
  1217.        outline: none;
  1218.        color: #2d3748;
  1219.    }
  1220.  
  1221.    .search-input-v8::placeholder {
  1222.        color: #a0aec0;
  1223.    }
  1224.  
  1225.    .search-close-v8 {
  1226.        background: rgba(160, 174, 192, 0.2);
  1227.        border: none;
  1228.        border-radius: 10px;
  1229.        padding: 8px;
  1230.        margin-right: 8px;
  1231.        cursor: pointer;
  1232.        transition: all 0.3s ease;
  1233.        color: #a0aec0;
  1234.    }
  1235.  
  1236.    .search-close-v8:hover {
  1237.        background: rgba(229, 62, 62, 0.1);
  1238.        color: #e53e3e;
  1239.    }
  1240.  
  1241.    /* Search Suggestions */
  1242.    .search-suggestions-v8 {
  1243.        display: grid;
  1244.        gap: 8px;
  1245.    }
  1246.  
  1247.    .suggestion-item-v8 {
  1248.        display: flex;
  1249.        align-items: center;
  1250.        padding: 12px 15px;
  1251.        background: rgba(248, 250, 252, 0.1);
  1252.        border-radius: 12px;
  1253.        cursor: pointer;
  1254.        transition: all 0.3s ease;
  1255.    }
  1256.  
  1257.    .suggestion-item-v8:hover {
  1258.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1259.        color: white;
  1260.        transform: translateX(5px);
  1261.    }
  1262.  
  1263.    .suggestion-icon-v8 {
  1264.        margin-right: 12px;
  1265.        font-size: 16px;
  1266.    }
  1267.  
  1268.    .suggestion-text-v8 {
  1269.        font-size: 14px;
  1270.        font-weight: 500;
  1271.    }
  1272.  
  1273.    /* Mobile Navigation Card */
  1274.    .mobile-nav-card-v8 {
  1275.        position: absolute;
  1276.        top: 100%;
  1277.        left: 50%;
  1278.        transform: translateX(-50%);
  1279.        width: calc(100% - 40px);
  1280.        background:var(--card-bg);
  1281.        backdrop-filter: blur(20px);
  1282.        border: 1px solid var(--border-color);
  1283.        border-radius: 20px;
  1284.        padding: 20px;
  1285.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1286.        opacity: 0;
  1287.        visibility: hidden;
  1288.        transform: translateX(-50%) translateY(-20px);
  1289.        transition: all 0.4s ease;
  1290.        z-index: 300;
  1291.        margin-top: 15px;
  1292.        max-height: 70vh;
  1293.        overflow-y: auto;
  1294.    }
  1295.  
  1296.    .mobile-nav-card-v8.show-v8 {
  1297.        opacity: 1;
  1298.        visibility: visible;
  1299.        transform: translateX(-50%) translateY(0);
  1300.    }
  1301.  
  1302.    .mobile-nav-list-v8 {
  1303.        list-style: none;
  1304.        padding: 0;
  1305.        margin: 0;
  1306.    }
  1307.  
  1308.    .mobile-nav-item-v8 {
  1309.        margin-bottom: 8px;
  1310.    }
  1311.  
  1312.    .mobile-nav-link-v8 {
  1313.        display: flex;
  1314.        align-items: center;
  1315.        color: var(--navbar-color) !important;
  1316.        text-decoration: none;
  1317.        font-weight: 500;
  1318.        font-size: 16px;
  1319.        padding: 15px;
  1320.        border-radius: 12px;
  1321.        justify-content: space-between;
  1322.    }
  1323.  
  1324.    .mobile-nav-link-v8:hover,
  1325.    .mobile-nav-link-v8.active-v8 {
  1326.        background:var(--sub-nav);
  1327.        color: var(--topbar-color) !important;
  1328.    }
  1329.  
  1330.    .mobile-nav-icon-v8 {
  1331.        font-size: 18px;
  1332.        background-color: var(--navbar-bg) !important;
  1333.        margin-right: 12px;
  1334.    }
  1335.  
  1336.    .mobile-arrow-v8 {
  1337.        transition: transform 0.3s ease;
  1338.    }
  1339.  
  1340.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1341.        transform: rotate(180deg);
  1342.    }
  1343.  
  1344.    .mobile-dropdown-v8 {
  1345.        list-style: none;
  1346.        padding: 0;
  1347.        margin: 0;
  1348.        max-height: 0;
  1349.        overflow: hidden;
  1350.        transition: all 0.3s ease;
  1351.        background: rgba(248, 250, 252, 0.5);
  1352.        border-radius: 12px;
  1353.        margin-top: 8px;
  1354.    }
  1355.  
  1356.    .mobile-dropdown-v8.show-v8 {
  1357.        max-height: 300px;
  1358.        background-color: var(--navbar-bg);
  1359.        padding: 10px 0;
  1360.    }
  1361.  
  1362.    .mobile-sub-link-v8 {
  1363.        display: block;
  1364.        color: var(--navbar-color) !important;
  1365.        text-decoration: none;
  1366.        font-size: 14px;
  1367.        padding: 10px 20px;
  1368.        transition: all 0.3s ease;
  1369.    }
  1370.  
  1371.    .mobile-sub-link-v8:hover {
  1372.        color: var(--topbar-color);
  1373.        background: var(--sub-nav);
  1374.        border-radius: 12px;
  1375.    }
  1376.  
  1377.    /* Background Overlay */
  1378.    .nav-overlay-v8 {
  1379.        position: fixed;
  1380.        top: 0;
  1381.        left: 0;
  1382.        right: 0;
  1383.        bottom: 0;
  1384.        background: rgba(0, 0, 0, 0.3);
  1385.        backdrop-filter: blur(5px);
  1386.        z-index: 250;
  1387.        opacity: 0;
  1388.        visibility: hidden;
  1389.        transition: all 0.3s ease;
  1390.    }
  1391.  
  1392.    .nav-overlay-v8.show-v8 {
  1393.        opacity: 1;
  1394.        visibility: visible;
  1395.    }
  1396.  
  1397.    /* Responsive Design */
  1398.    @media (max-width: 1300px) {
  1399.        .header-v8 {
  1400.            padding: 15px 0;
  1401.        }
  1402.  
  1403.        .nav-card-v8 {
  1404.            padding: 12px 20px;
  1405.            border-radius: 15px;
  1406.        }
  1407.  
  1408.        .search-card-v8,
  1409.        .mobile-nav-card-v8 {
  1410.            width: calc(100% - 40px);
  1411.            padding: 20px;
  1412.        }
  1413.    }
  1414.  
  1415.    @media (max-width: 576px) {
  1416.        .nav-card-v8 {
  1417.            padding: 10px 15px;
  1418.        }
  1419.  
  1420.        .logo-img-v8 {
  1421.            max-height: 35px;
  1422.        }
  1423.    }
  1424. </style>
  1425.  
  1426. <script>
  1427.    let activeCard = null;
  1428.  
  1429.    function toggleSearchV8() {
  1430.        const searchCard = document.getElementById('searchCardV8');
  1431.        const overlay = document.getElementById('navOverlayV8');
  1432.        const mobileNav = document.getElementById('mobileNavV8');
  1433.  
  1434.        // Close mobile nav if open
  1435.        mobileNav.classList.remove('show-v8');
  1436.  
  1437.        if (searchCard.classList.contains('show-v8')) {
  1438.            searchCard.classList.remove('show-v8');
  1439.            overlay.classList.remove('show-v8');
  1440.            activeCard = null;
  1441.        } else {
  1442.            searchCard.classList.add('show-v8');
  1443.            overlay.classList.add('show-v8');
  1444.            activeCard = 'search';
  1445.  
  1446.            // Focus on search input
  1447.            setTimeout(() => {
  1448.                const searchInput = document.querySelector('.search-input-v8');
  1449.                if (searchInput) searchInput.focus();
  1450.            }, 100);
  1451.        }
  1452.    }
  1453.  
  1454.    function toggleMobileNavV8() {
  1455.        const mobileNav = document.getElementById('mobileNavV8');
  1456.        const overlay = document.getElementById('navOverlayV8');
  1457.        const searchCard = document.getElementById('searchCardV8');
  1458.  
  1459.        // Close search if open
  1460.        searchCard.classList.remove('show-v8');
  1461.  
  1462.        if (mobileNav.classList.contains('show-v8')) {
  1463.            mobileNav.classList.remove('show-v8');
  1464.            overlay.classList.remove('show-v8');
  1465.            activeCard = null;
  1466.        } else {
  1467.            mobileNav.classList.add('show-v8');
  1468.            overlay.classList.add('show-v8');
  1469.            activeCard = 'mobile';
  1470.        }
  1471.    }
  1472.  
  1473.    function toggleMobileDropdownV8(dropdownId) {
  1474.        const dropdown = document.getElementById(dropdownId);
  1475.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1476.  
  1477.        // Close other dropdowns
  1478.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1479.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1480.  
  1481.        allDropdowns.forEach(dd => {
  1482.            if (dd.id !== dropdownId) {
  1483.                dd.classList.remove('show-v8');
  1484.            }
  1485.        });
  1486.  
  1487.        allParents.forEach(parent => {
  1488.            if (parent !== parentItem) {
  1489.                parent.classList.remove('open-v8');
  1490.            }
  1491.        });
  1492.  
  1493.        // Toggle current dropdown
  1494.        dropdown.classList.toggle('show-v8');
  1495.        parentItem.classList.toggle('open-v8');
  1496.    }
  1497.  
  1498.    function closeAllV8() {
  1499.        const searchCard = document.getElementById('searchCardV8');
  1500.        const mobileNav = document.getElementById('mobileNavV8');
  1501.        const overlay = document.getElementById('navOverlayV8');
  1502.  
  1503.        searchCard.classList.remove('show-v8');
  1504.        mobileNav.classList.remove('show-v8');
  1505.        overlay.classList.remove('show-v8');
  1506.        activeCard = null;
  1507.    }
  1508.  
  1509.    // Close on escape key
  1510.    document.addEventListener('keydown', function (e) {
  1511.        if (e.key === 'Escape' && activeCard) {
  1512.            closeAllV8();
  1513.        }
  1514.    });
  1515.  
  1516.    // Handle suggestion clicks
  1517.    document.addEventListener('click', function (e) {
  1518.        if (e.target.closest('.suggestion-item-v8')) {
  1519.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1520.            const searchInput = document.querySelector('.search-input-v8');
  1521.            if (searchInput) {
  1522.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1523.            }
  1524.        }
  1525.    });
  1526. </script>
  1527. <script>
  1528.  document.addEventListener("DOMContentLoaded", function () {
  1529.    console.log("loaded");
  1530.  
  1531.     const searchInput = document.getElementById("search-input")
  1532.    const searchResults = document.getElementById("search-results");
  1533.  
  1534.    if (!searchInput || !searchResults) {
  1535.      console.error("Search input/results not found");
  1536.      return;
  1537.    }
  1538.  
  1539.    // Prevent form submission
  1540.    if (searchInput.form) {
  1541.      searchInput.form.addEventListener("submit", function (e) {
  1542.        e.preventDefault();
  1543.      });
  1544.    }
  1545.  
  1546.    // Add event listener for keyup
  1547.    searchInput.addEventListener("keyup", function (e) {
  1548.      console.log("Key pressed:", e.key);
  1549.      e.preventDefault();
  1550.  
  1551.      const query = searchInput.value.trim();
  1552.      console.log("User is typing: " + query);
  1553.  
  1554.      // If empty → clear and hide
  1555.      if (query === "") {
  1556.        searchResults.innerHTML = "";
  1557.        searchResults.style.display = "none";
  1558.        return;
  1559.      }
  1560.  
  1561.      // Show results
  1562.      searchResults.style.display = "block";
  1563.  
  1564.      // Fetch search results
  1565.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1566.        method: "GET",
  1567.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1568.      })
  1569.        .then(response => {
  1570.          console.log("Response Status:", response.status);
  1571.          return response.json();
  1572.        })
  1573.        .then(data => {
  1574.          console.log("Data received:", data);
  1575.          if (data.html) {
  1576.            searchResults.innerHTML = data.html;
  1577.          } else {
  1578.            searchResults.innerHTML = "<p>No results found.</p>";
  1579.          }
  1580.        })
  1581.        .catch(error => {
  1582.          console.error("Error fetching search results:", error);
  1583.        });
  1584.    });
  1585.  
  1586.    // Close results when clicking outside
  1587.    document.addEventListener("click", function (e) {
  1588.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1589.        searchResults.style.display = "none";
  1590.      }
  1591.    });
  1592.  
  1593.    // Close results on ESC key
  1594.    document.addEventListener("keydown", function (e) {
  1595.      if (e.key === "Escape") {
  1596.        searchResults.style.display = "none";
  1597.      }
  1598.    });
  1599.  });
  1600. </script>
  1601.  
  1602.  
  1603.        </header>
  1604.        <!-- end of header -->
  1605.        <!-- start of wpo-blog-hero -->
  1606.        
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614. <div class="blog-hero-v6">
  1615.    <div class="container-fluid fluid-container">
  1616.        
  1617.        <!-- Top Section - Two Column Layout -->
  1618.        <div class="row g-4 mb-5">
  1619.            <!-- Main Featured Article - Left -->
  1620.            
  1621.  
  1622.            <div class="col-lg-6 col-md-12">
  1623.                <article class="main-featured">
  1624.                    <div class="featured-image-container">
  1625.                        
  1626.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1627.                                class="featured-image" style="object-fit: cover;" alt="">
  1628.                        
  1629.                        <div class="category-tag bg-primary-gradient">News</div>
  1630.                    </div>
  1631.                    <div class="featured-content">
  1632.                        <h1 class="featured-title"><a class="top-color" href="/surgeons-from-the-scottish-region-and-the-us-complete-world-first-brain-operation-via-robotic-system/" >
  1633.                                        Surgeons from the Scottish region and the US Complete World-First Brain Operation Via Robotic System
  1634.                                    </a></h1>
  1635.                        <p class="featured-summary"></p>
  1636.                        <div class="article-meta">
  1637.                            <div class="author-info">
  1638.                                
  1639.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="author-pic">
  1640.                                
  1641.                                <div class="author-text">
  1642.                                    <span class="author-name">Jerry Castro</span>
  1643.                                    <span class="post-time">14 May 2026</span>
  1644.                                    
  1645.                                </div>
  1646.                            </div>
  1647.                            <div class="reading-info">
  1648.                                <!-- <span class="read-time">4 min read</span> -->
  1649.                            </div>
  1650.                        </div>
  1651.                    </div>
  1652.                </article>
  1653.            </div>
  1654.            
  1655.  
  1656.            <div class="col-lg-6 col-md-12">
  1657.                <article class="main-featured">
  1658.                    <div class="featured-image-container">
  1659.                        
  1660.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1661.                                class="featured-image" style="object-fit: cover;" alt="">
  1662.                        
  1663.                        <div class="category-tag bg-primary-gradient">News</div>
  1664.                    </div>
  1665.                    <div class="featured-content">
  1666.                        <h1 class="featured-title"><a class="top-color" href="/gavin-newsom-confirms-he-is-considering-a-white-house-bid-in-2028/" >
  1667.                                        Gavin Newsom Confirms He Is Considering a White House Bid in 2028
  1668.                                    </a></h1>
  1669.                        <p class="featured-summary"></p>
  1670.                        <div class="article-meta">
  1671.                            <div class="author-info">
  1672.                                
  1673.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="author-pic">
  1674.                                
  1675.                                <div class="author-text">
  1676.                                    <span class="author-name">Jerry Castro</span>
  1677.                                    <span class="post-time">13 May 2026</span>
  1678.                                    
  1679.                                </div>
  1680.                            </div>
  1681.                            <div class="reading-info">
  1682.                                <!-- <span class="read-time">4 min read</span> -->
  1683.                            </div>
  1684.                        </div>
  1685.                    </div>
  1686.                </article>
  1687.            </div>
  1688.            
  1689.  
  1690.        </div>
  1691.  
  1692.        <!-- Bottom Section - Three Column Grid -->
  1693.        <div class="row g-4">
  1694.            
  1695.                <div class="col-lg-4 col-md-6 col-12">
  1696.                    <article class="compact-card">
  1697.                        <div class="compact-image">
  1698.                            
  1699.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1700.                                   style="object-fit: cover;" alt="">
  1701.                            
  1702.                            <div class="compact-category bg-primary-gradient">News</div>
  1703.                        </div>
  1704.                        <div class="compact-body">
  1705.                            <h3 class="compact-title"> <a class="top-color" href="/there-are-those-on-the-opposing-sides-who-offer-only-grievance-the-government-is-proceeding-with-the-job-of-economic-rejuvenation/" >
  1706.                                        There are those on the opposing sides who offer only grievance: The government is proceeding with the job of economic rejuvenation.
  1707.                                    </a></h3>
  1708.                            <p class="compact-text"></p>
  1709.                            <div class="compact-footer">
  1710.                                <div class="compact-author">
  1711.                                    
  1712.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1713.                                    
  1714.                                    <span class="compact-name">Jerry Castro</span>
  1715.                                </div>
  1716.                                <span class="compact-date">13 May 2026</span>
  1717.                            </div>
  1718.                        </div>
  1719.                    </article>
  1720.                </div>
  1721.            
  1722.                <div class="col-lg-4 col-md-6 col-12">
  1723.                    <article class="compact-card">
  1724.                        <div class="compact-image">
  1725.                            
  1726.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1727.                                   style="object-fit: cover;" alt="">
  1728.                            
  1729.                            <div class="compact-category bg-primary-gradient">News</div>
  1730.                        </div>
  1731.                        <div class="compact-body">
  1732.                            <h3 class="compact-title"> <a class="top-color" href="/andy-burnham-was-likely-to-have-won-the-recent-byelection-states-labour-number-two/" >
  1733.                                        Andy Burnham Was &#x27;Likely&#x27; to Have Won the Recent Byelection, States Labour Number Two
  1734.                                    </a></h3>
  1735.                            <p class="compact-text"></p>
  1736.                            <div class="compact-footer">
  1737.                                <div class="compact-author">
  1738.                                    
  1739.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1740.                                    
  1741.                                    <span class="compact-name">Jerry Castro</span>
  1742.                                </div>
  1743.                                <span class="compact-date">13 May 2026</span>
  1744.                            </div>
  1745.                        </div>
  1746.                    </article>
  1747.                </div>
  1748.            
  1749.  
  1750.            <div class="col-lg-4 col-md-12 col-12">
  1751.                <!-- Recent Articles Sidebar -->
  1752.                <div class="recent-section">
  1753.                    <h3 class="recent-title">Recent Articles</h3>
  1754.                    <div class="recent-list">
  1755.                        
  1756.                        <div class="recent-item">
  1757.                            <div class="recent-content">
  1758.                                <h4 class="recent-article-title"><a class="top-color" href="/toronto-blue-jays-claim-fall-classic-showdown-against-los-angeles-dodgers/" >
  1759.                                        Toronto Blue Jays Claim Fall Classic Showdown Against Los Angeles Dodgers
  1760.                                    </a></h4>
  1761.                                <span class="recent-date">13 May 2026</span>
  1762.                            </div>
  1763.                        </div>
  1764.                        
  1765.                    </div>
  1766.                </div>
  1767.            </div>
  1768.        </div>
  1769.    </div>
  1770. </div>
  1771.  
  1772. <style>
  1773. /* Blog Hero V6 - Magazine Style with White Background */
  1774. .blog-hero-v6 {
  1775.    padding: 3rem 0;
  1776.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1777. }
  1778.  
  1779. /* Main Featured Article */
  1780. .main-featured {
  1781.    background: var(--card-bg);
  1782.    border-radius: 16px;
  1783.    overflow: hidden;
  1784.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1785.    border: 1px solid var(--border-color);
  1786.    transition: all 0.3s ease;
  1787. }
  1788.  
  1789. .main-featured:hover {
  1790.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1791.    transform: translateY(-2px);
  1792. }
  1793.  
  1794. .featured-image-container {
  1795.    position: relative;
  1796.    height: 300px;
  1797.    overflow: hidden;
  1798. }
  1799.  
  1800. .featured-image {
  1801.    width: 100%;
  1802.    height: 100%;
  1803.    object-fit: cover;
  1804.    transition: transform 0.4s ease;
  1805. }
  1806.  
  1807. .main-featured:hover .featured-image {
  1808.    transform: scale(1.03);
  1809. }
  1810.  
  1811. .featured-content {
  1812.    padding: 2.5rem;
  1813. }
  1814.  
  1815. .featured-title {
  1816.    font-size: 2rem;
  1817.    font-weight: 700;
  1818.    color: #1a202c;
  1819.    margin-bottom: 1rem;
  1820.    line-height: 1.25;
  1821.    letter-spacing: -0.025em;
  1822. }
  1823.  
  1824. .featured-summary {
  1825.    font-size: 1.1rem;
  1826.    color: #4a5568;
  1827.    line-height: 1.6;
  1828.    margin-bottom: 2rem;
  1829. }
  1830.  
  1831. /* Category Tags */
  1832. .category-tag {
  1833.    position: absolute;
  1834.    top: 1.5rem;
  1835.    left: 1.5rem;
  1836.    padding: 0.5rem 1rem;
  1837.    font-size: 0.75rem;
  1838.    font-weight: 600;
  1839.    text-transform: uppercase;
  1840.    letter-spacing: 0.1em;
  1841.    color: white;
  1842.    border-radius: 6px;
  1843.    z-index: 2;
  1844. }
  1845.  
  1846.  
  1847. /* Article Meta */
  1848. .article-meta {
  1849.    display: flex;
  1850.    align-items: center;
  1851.    justify-content: space-between;
  1852. }
  1853.  
  1854. .author-info {
  1855.    display: flex;
  1856.    align-items: center;
  1857.    gap: 1rem;
  1858. }
  1859.  
  1860. .author-pic {
  1861.    width: 48px;
  1862.    height: 48px;
  1863.    border-radius: 50%;
  1864.    object-fit: cover;
  1865.    border: 2px solid #e2e8f0;
  1866. }
  1867.  
  1868. .author-text {
  1869.    display: flex;
  1870.    flex-direction: column;
  1871. }
  1872.  
  1873. .author-name {
  1874.    font-weight: 600;
  1875.    color: #2d3748;
  1876.    font-size: 0.95rem;
  1877. }
  1878.  
  1879. .post-time {
  1880.    font-size: 0.85rem;
  1881.    color: #718096;
  1882. }
  1883.  
  1884. .reading-info {
  1885.    display: flex;
  1886.    align-items: center;
  1887. }
  1888.  
  1889. .read-time {
  1890.    font-size: 0.9rem;
  1891.    color: #718096;
  1892.    padding: 0.25rem 0.75rem;
  1893.    background: #f7fafc;
  1894.    border-radius: 15px;
  1895.    font-weight: 500;
  1896. }
  1897.  
  1898. /* Secondary Featured */
  1899. .secondary-featured {
  1900.    background: var(--card-bg);
  1901.    border-radius: 16px;
  1902.    overflow: hidden;
  1903.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1904.    border: 1px solid var(--border-color);
  1905.    height: 100%;
  1906.    transition: all 0.3s ease;
  1907. }
  1908.  
  1909. .secondary-featured:hover {
  1910.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1911.    transform: translateY(-2px);
  1912. }
  1913.  
  1914. .secondary-image-wrapper {
  1915.    position: relative;
  1916.    height: 200px;
  1917.    overflow: hidden;
  1918. }
  1919.  
  1920. .secondary-image-wrapper img {
  1921.    width: 100%;
  1922.    height: 100%;
  1923.    object-fit: cover;
  1924.    transition: transform 0.4s ease;
  1925. }
  1926.  
  1927. .secondary-featured:hover .secondary-image-wrapper img {
  1928.    transform: scale(1.03);
  1929. }
  1930.  
  1931. .secondary-content {
  1932.    padding: 2rem;
  1933. }
  1934.  
  1935. .secondary-title {
  1936.    font-size: 1.5rem;
  1937.    font-weight: 600;
  1938.    color: #1a202c;
  1939.    margin-bottom: 1rem;
  1940.    line-height: 1.3;
  1941. }
  1942.  
  1943. .secondary-excerpt {
  1944.    font-size: 0.95rem;
  1945.    color: #4a5568;
  1946.    line-height: 1.6;
  1947.    margin-bottom: 1.5rem;
  1948. }
  1949.  
  1950. .secondary-meta {
  1951.    display: flex;
  1952.    align-items: center;
  1953.    gap: 0.5rem;
  1954.    font-size: 0.85rem;
  1955.    color: #718096;
  1956. }
  1957.  
  1958. .meta-divider {
  1959.    color: #cbd5e0;
  1960. }
  1961.  
  1962. /* Compact Cards */
  1963. .compact-card {
  1964.    background: var(--card-bg);
  1965.    border-radius: 12px;
  1966.    overflow: hidden;
  1967.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1968.    border: 1px solid var(--border-color);
  1969.    transition: all 0.3s ease;
  1970.    height: 100%;
  1971.    display: flex;
  1972.    flex-direction: column;
  1973. }
  1974.  
  1975. .compact-card:hover {
  1976.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1977.    transform: translateY(-3px);
  1978. }
  1979.  
  1980. .compact-image {
  1981.    position: relative;
  1982.    height: 180px;
  1983.    overflow: hidden;
  1984. }
  1985.  
  1986. .compact-image img {
  1987.    width: 100%;
  1988.    height: 100%;
  1989.    object-fit: cover;
  1990.    transition: transform 0.4s ease;
  1991. }
  1992.  
  1993. .compact-card:hover .compact-image img {
  1994.    transform: scale(1.05);
  1995. }
  1996.  
  1997. .compact-category {
  1998.    position: absolute;
  1999.    top: 1rem;
  2000.    left: 1rem;
  2001.    padding: 0.25rem 0.75rem;
  2002.    font-size: 0.7rem;
  2003.    font-weight: 600;
  2004.    text-transform: uppercase;
  2005.    color: white;
  2006.    border-radius: 4px;
  2007. }
  2008.  
  2009. .compact-body {
  2010.    padding: 1.5rem;
  2011.    flex-grow: 1;
  2012.    display: flex;
  2013.    flex-direction: column;
  2014. }
  2015.  
  2016. .compact-title {
  2017.    font-size: 1.1rem;
  2018.    font-weight: 600;
  2019.    color: #1a202c;
  2020.    margin-bottom: 0.75rem;
  2021.    line-height: 1.4;
  2022. }
  2023.  
  2024. .compact-text {
  2025.    font-size: 0.9rem;
  2026.    color: #4a5568;
  2027.    line-height: 1.5;
  2028.    margin-bottom: 1.5rem;
  2029.    flex-grow: 1;
  2030. }
  2031.  
  2032. .compact-footer {
  2033.    display: flex;
  2034.    align-items: center;
  2035.    justify-content: space-between;
  2036.    margin-top: auto;
  2037. }
  2038.  
  2039. .compact-author {
  2040.    display: flex;
  2041.    align-items: center;
  2042.    gap: 0.5rem;
  2043. }
  2044.  
  2045. .compact-avatar {
  2046.    width: 32px;
  2047.    height: 32px;
  2048.    border-radius: 50%;
  2049.    object-fit: cover;
  2050. }
  2051.  
  2052. .compact-name {
  2053.    font-size: 0.85rem;
  2054.    font-weight: 500;
  2055.    color: #2d3748;
  2056. }
  2057.  
  2058. .compact-date {
  2059.    font-size: 0.8rem;
  2060.    color: #718096;
  2061. }
  2062.  
  2063. /* Recent Articles Section */
  2064. .recent-section {
  2065.    background: var(--card-bg);
  2066.    border-radius: 12px;
  2067.    padding: 2rem;
  2068.    border: 1px solid var(--border-color);
  2069.    height: 100%;
  2070. }
  2071.  
  2072. .recent-title {
  2073.    font-size: 1.25rem;
  2074.    font-weight: 700;
  2075.    color: #1a202c;
  2076.    margin-bottom: 1.5rem;
  2077.    padding-bottom: 0.75rem;
  2078.    border-bottom: 2px solid var(--border-color);
  2079. }
  2080.  
  2081. .recent-list {
  2082.    display: flex;
  2083.    flex-direction: column;
  2084.    gap: 1.25rem;
  2085. }
  2086.  
  2087. .recent-item {
  2088.    display: flex;
  2089.    align-items: center;
  2090.    gap: 1rem;
  2091.    padding: 0.8rem;
  2092.    background: var(--card-bg);
  2093.    border-radius: 8px;
  2094.    transition: all 0.2s ease;
  2095.    border: 1px solid var(--border-color);
  2096. }
  2097.  
  2098. .recent-item:hover {
  2099.    transform: translateX(4px);
  2100.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2101. }
  2102.  
  2103. .recent-content {
  2104.    flex-grow: 1;
  2105. }
  2106.  
  2107. .recent-article-title {
  2108.    font-size: 0.95rem;
  2109.    font-weight: 600;
  2110.    color: #1a202c;
  2111.    margin-bottom: 0rem;
  2112.    line-height: 1.3;
  2113. }
  2114.  
  2115. .recent-date {
  2116.    font-size: 0.8rem;
  2117.    color: #718096;
  2118. }
  2119.  
  2120. /* Responsive Design */
  2121. @media (max-width: 992px) {
  2122.    .blog-hero-v6 {
  2123.        padding: 2rem 0;
  2124.    }
  2125.    
  2126.    .featured-title {
  2127.        font-size: 1.75rem;
  2128.    }
  2129.    
  2130.    .secondary-title {
  2131.        font-size: 1.3rem;
  2132.    }
  2133.    
  2134.    .article-meta {
  2135.        flex-direction: column;
  2136.        align-items: flex-start;
  2137.        gap: 1rem;
  2138.    }
  2139. }
  2140.  
  2141. @media (max-width: 768px) {
  2142.    .featured-content,
  2143.    .secondary-content {
  2144.        padding: 1.5rem;
  2145.    }
  2146.    
  2147.    .featured-title {
  2148.        font-size: 1.5rem;
  2149.    }
  2150.    
  2151.    .featured-image-container,
  2152.    .secondary-image-wrapper {
  2153.        height: 200px;
  2154.    }
  2155.    
  2156.    .compact-image {
  2157.        height: 150px;
  2158.    }
  2159.    
  2160.    .recent-section {
  2161.        margin-top: 2rem;
  2162.    }
  2163. }
  2164.  
  2165. @media (max-width: 576px) {
  2166.    .reading-info {
  2167.        margin-top: 1rem;
  2168.    }
  2169.    
  2170.    .secondary-meta {
  2171.        flex-wrap: wrap;
  2172.    }
  2173.    
  2174.    .recent-item {
  2175.        padding: 0.75rem;
  2176.    }
  2177. }
  2178. </style>
  2179.  
  2180.  
  2181.  
  2182.  
  2183.        <!-- end of wpo-blog-hero -->
  2184.  
  2185.        <!-- start of wpo-breacking-news -->
  2186.        
  2187.        <!-- end of wpo-breacking-news -->
  2188.        
  2189.        <!-- start wpo-blog-highlights-section -->
  2190.        
  2191.  
  2192.  
  2193.  
  2194.    
  2195.  
  2196.  
  2197. <section class="wpo-blog-highlights-section">
  2198.    <div class="container-fluid fluid-container">
  2199.        <div class="wpo-section-title">
  2200.            
  2201.                <h2>Today's Top Highlights</h2>
  2202.                    
  2203.        </div>
  2204.        <div class="row">
  2205.            <div class="col col-lg-8 col-12">
  2206.                <!-- start wpo-blog-section -->
  2207.                <div class="wpo-blog-highlights-wrap">
  2208.                    <div class="wpo-blog-items">
  2209.                        <div class="row">
  2210.                            
  2211.                            
  2212.                            <div class="col col-lg-6 col-md-6 col-12">
  2213.                                <div class="wpo-blog-item">
  2214.                                    <div class="wpo-blog-img">
  2215.                                        
  2216.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2217.                                        
  2218.                                        <div class="thumb bg-primary-gradient">News</div>
  2219.                                    </div>
  2220.                                    <div class="wpo-blog-content"  >
  2221.                                        <h2>
  2222.                                            <a href="/the-visitors-include-bashir-in-squad-for-the-ashes-series-initial-match/" class="top-color">
  2223.                                            The visitors Include Bashir in Squad for The Ashes series Initial Match
  2224.                                            </a>
  2225.                                        </h2>
  2226.                                        <ul>
  2227.                                            <li>  
  2228.                                                
  2229.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2230.                                                
  2231.                                            </li>
  2232.                                            <li class="top-color">By Jerry Castro</li>
  2233.                                            <li class="top-color">13 May 2026</li>
  2234.                                        </ul>
  2235.                                        <p class="top-color"> </p>
  2236.                                    </div>
  2237.                                </div>
  2238.                            </div>
  2239.                        
  2240.                            
  2241.                            
  2242.                            <div class="col col-lg-6 col-md-6 col-12">
  2243.                                <div class="wpo-blog-item">
  2244.                                    <div class="wpo-blog-img">
  2245.                                        
  2246.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2247.                                        
  2248.                                        <div class="thumb bg-primary-gradient">News</div>
  2249.                                    </div>
  2250.                                    <div class="wpo-blog-content"  >
  2251.                                        <h2>
  2252.                                            <a href="/olympian-and-several-eritreans-released-after-18-years-without-trial-relatives-report/" class="top-color">
  2253.                                            Olympian and Several Eritreans Released After 18 Years Without Trial, Relatives Report
  2254.                                            </a>
  2255.                                        </h2>
  2256.                                        <ul>
  2257.                                            <li>  
  2258.                                                
  2259.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2260.                                                
  2261.                                            </li>
  2262.                                            <li class="top-color">By Jerry Castro</li>
  2263.                                            <li class="top-color">13 May 2026</li>
  2264.                                        </ul>
  2265.                                        <p class="top-color"> </p>
  2266.                                    </div>
  2267.                                </div>
  2268.                            </div>
  2269.                        
  2270.                            
  2271.                            
  2272.                            <div class="col col-lg-6 col-md-6 col-12">
  2273.                                <div class="wpo-blog-item">
  2274.                                    <div class="wpo-blog-img">
  2275.                                        
  2276.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2277.                                        
  2278.                                        <div class="thumb bg-primary-gradient">News</div>
  2279.                                    </div>
  2280.                                    <div class="wpo-blog-content"  >
  2281.                                        <h2>
  2282.                                            <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="top-color">
  2283.                                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2284.                                            </a>
  2285.                                        </h2>
  2286.                                        <ul>
  2287.                                            <li>  
  2288.                                                
  2289.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2290.                                                
  2291.                                            </li>
  2292.                                            <li class="top-color">By Jerry Castro</li>
  2293.                                            <li class="top-color">12 May 2026</li>
  2294.                                        </ul>
  2295.                                        <p class="top-color"> </p>
  2296.                                    </div>
  2297.                                </div>
  2298.                            </div>
  2299.                        
  2300.                            
  2301.                            
  2302.                            <div class="col col-lg-6 col-md-6 col-12">
  2303.                                <div class="wpo-blog-item">
  2304.                                    <div class="wpo-blog-img">
  2305.                                        
  2306.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                        
  2308.                                        <div class="thumb bg-primary-gradient">News</div>
  2309.                                    </div>
  2310.                                    <div class="wpo-blog-content"  >
  2311.                                        <h2>
  2312.                                            <a href="/tragic-discovery-remains-of-missing-mum-and-daughter-located-in-freezing-units-in-austria/" class="top-color">
  2313.                                            Tragic Discovery: Remains of Missing Mum and Daughter Located in Freezing Units in Austria
  2314.                                            </a>
  2315.                                        </h2>
  2316.                                        <ul>
  2317.                                            <li>  
  2318.                                                
  2319.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2320.                                                
  2321.                                            </li>
  2322.                                            <li class="top-color">By Jerry Castro</li>
  2323.                                            <li class="top-color">12 May 2026</li>
  2324.                                        </ul>
  2325.                                        <p class="top-color"> </p>
  2326.                                    </div>
  2327.                                </div>
  2328.                            </div>
  2329.                        
  2330.                            
  2331.                            
  2332.                            <div class="col col-lg-6 col-md-6 col-12">
  2333.                                <div class="wpo-blog-item">
  2334.                                    <div class="wpo-blog-img">
  2335.                                        
  2336.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2337.                                        
  2338.                                        <div class="thumb bg-primary-gradient">News</div>
  2339.                                    </div>
  2340.                                    <div class="wpo-blog-content"  >
  2341.                                        <h2>
  2342.                                            <a href="/spotify-year-end-recap-launch-date-and-key-inquiries-answered/" class="top-color">
  2343.                                            Spotify Year-End Recap: Launch Date and Key Inquiries Answered
  2344.                                            </a>
  2345.                                        </h2>
  2346.                                        <ul>
  2347.                                            <li>  
  2348.                                                
  2349.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2350.                                                
  2351.                                            </li>
  2352.                                            <li class="top-color">By Jerry Castro</li>
  2353.                                            <li class="top-color">12 May 2026</li>
  2354.                                        </ul>
  2355.                                        <p class="top-color"> </p>
  2356.                                    </div>
  2357.                                </div>
  2358.                            </div>
  2359.                        
  2360.                            
  2361.                            
  2362.                            <div class="col col-lg-6 col-md-6 col-12">
  2363.                                <div class="wpo-blog-item">
  2364.                                    <div class="wpo-blog-img">
  2365.                                        
  2366.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2367.                                        
  2368.                                        <div class="thumb bg-primary-gradient">News</div>
  2369.                                    </div>
  2370.                                    <div class="wpo-blog-content"  >
  2371.                                        <h2>
  2372.                                            <a href="/calm-finish-to-lionel-messis-india-tour-after-disorder-in-kolkata/" class="top-color">
  2373.                                            Calm Finish to Lionel Messi&#x27;s India Tour After Disorder in Kolkata
  2374.                                            </a>
  2375.                                        </h2>
  2376.                                        <ul>
  2377.                                            <li>  
  2378.                                                
  2379.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2380.                                                
  2381.                                            </li>
  2382.                                            <li class="top-color">By Jerry Castro</li>
  2383.                                            <li class="top-color">12 May 2026</li>
  2384.                                        </ul>
  2385.                                        <p class="top-color"> </p>
  2386.                                    </div>
  2387.                                </div>
  2388.                            </div>
  2389.                        
  2390.                            
  2391.                            
  2392.                            <div class="col col-lg-6 col-md-6 col-12">
  2393.                                <div class="wpo-blog-item">
  2394.                                    <div class="wpo-blog-img">
  2395.                                        
  2396.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2397.                                        
  2398.                                        <div class="thumb bg-primary-gradient">News</div>
  2399.                                    </div>
  2400.                                    <div class="wpo-blog-content"  >
  2401.                                        <h2>
  2402.                                            <a href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-camera/" class="top-color">
  2403.                                            Esteemed Photographer Brian Harris Obituary: A Life Behind the Camera
  2404.                                            </a>
  2405.                                        </h2>
  2406.                                        <ul>
  2407.                                            <li>  
  2408.                                                
  2409.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2410.                                                
  2411.                                            </li>
  2412.                                            <li class="top-color">By Jerry Castro</li>
  2413.                                            <li class="top-color">12 May 2026</li>
  2414.                                        </ul>
  2415.                                        <p class="top-color"> </p>
  2416.                                    </div>
  2417.                                </div>
  2418.                            </div>
  2419.                        
  2420.                            
  2421.                            
  2422.                            <div class="col col-lg-6 col-md-6 col-12">
  2423.                                <div class="wpo-blog-item">
  2424.                                    <div class="wpo-blog-img">
  2425.                                        
  2426.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2427.                                        
  2428.                                        <div class="thumb bg-primary-gradient">News</div>
  2429.                                    </div>
  2430.                                    <div class="wpo-blog-content"  >
  2431.                                        <h2>
  2432.                                            <a href="/the-met-faces-legal-action-over-supposedly-nazi-looted-van-gogh-masterpiece/" class="top-color">
  2433.                                            The Met Faces Legal Action Over Supposedly Nazi-Looted Van Gogh Masterpiece
  2434.                                            </a>
  2435.                                        </h2>
  2436.                                        <ul>
  2437.                                            <li>  
  2438.                                                
  2439.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2440.                                                
  2441.                                            </li>
  2442.                                            <li class="top-color">By Jerry Castro</li>
  2443.                                            <li class="top-color">12 May 2026</li>
  2444.                                        </ul>
  2445.                                        <p class="top-color"> </p>
  2446.                                    </div>
  2447.                                </div>
  2448.                            </div>
  2449.                        
  2450.                            
  2451.                            
  2452.                            <div class="col col-lg-6 col-md-6 col-12">
  2453.                                <div class="wpo-blog-item">
  2454.                                    <div class="wpo-blog-img">
  2455.                                        
  2456.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2457.                                        
  2458.                                        <div class="thumb bg-primary-gradient">News</div>
  2459.                                    </div>
  2460.                                    <div class="wpo-blog-content"  >
  2461.                                        <h2>
  2462.                                            <a href="/american-lawmaker-urges-former-prince-andrew-to-testify-in-jeffrey-epstein-investigation/" class="top-color">
  2463.                                            American Lawmaker Urges Former Prince Andrew to Testify in Jeffrey Epstein Investigation
  2464.                                            </a>
  2465.                                        </h2>
  2466.                                        <ul>
  2467.                                            <li>  
  2468.                                                
  2469.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2470.                                                
  2471.                                            </li>
  2472.                                            <li class="top-color">By Jerry Castro</li>
  2473.                                            <li class="top-color">12 May 2026</li>
  2474.                                        </ul>
  2475.                                        <p class="top-color"> </p>
  2476.                                    </div>
  2477.                                </div>
  2478.                            </div>
  2479.                        
  2480.                            
  2481.                            
  2482.                            <div class="col col-lg-6 col-md-6 col-12">
  2483.                                <div class="wpo-blog-item">
  2484.                                    <div class="wpo-blog-img">
  2485.                                        
  2486.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2487.                                        
  2488.                                        <div class="thumb bg-primary-gradient">News</div>
  2489.                                    </div>
  2490.                                    <div class="wpo-blog-content"  >
  2491.                                        <h2>
  2492.                                            <a href="/the-gulf-nation-to-argue-at-british-supreme-court-over-state-immunity-in-surveillance-allegations/" class="top-color">
  2493.                                            The Gulf nation to Argue at British Supreme Court Over State Immunity in Surveillance Allegations
  2494.                                            </a>
  2495.                                        </h2>
  2496.                                        <ul>
  2497.                                            <li>  
  2498.                                                
  2499.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2500.                                                
  2501.                                            </li>
  2502.                                            <li class="top-color">By Jerry Castro</li>
  2503.                                            <li class="top-color">12 May 2026</li>
  2504.                                        </ul>
  2505.                                        <p class="top-color"> </p>
  2506.                                    </div>
  2507.                                </div>
  2508.                            </div>
  2509.                        
  2510.                            
  2511.                            
  2512.                            <div class="col col-lg-6 col-md-6 col-12">
  2513.                                <div class="wpo-blog-item">
  2514.                                    <div class="wpo-blog-img">
  2515.                                        
  2516.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                                        
  2518.                                        <div class="thumb bg-primary-gradient">News</div>
  2519.                                    </div>
  2520.                                    <div class="wpo-blog-content"  >
  2521.                                        <h2>
  2522.                                            <a href="/the-visionary-filmmaker-sets-the-record-straight-avatar-movies-are-not-made-by-computers/" class="top-color">
  2523.                                            The Visionary Filmmaker Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  2524.                                            </a>
  2525.                                        </h2>
  2526.                                        <ul>
  2527.                                            <li>  
  2528.                                                
  2529.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2530.                                                
  2531.                                            </li>
  2532.                                            <li class="top-color">By Jerry Castro</li>
  2533.                                            <li class="top-color">11 May 2026</li>
  2534.                                        </ul>
  2535.                                        <p class="top-color"> </p>
  2536.                                    </div>
  2537.                                </div>
  2538.                            </div>
  2539.                        
  2540.                            
  2541.                            
  2542.                            <div class="col col-lg-6 col-md-6 col-12">
  2543.                                <div class="wpo-blog-item">
  2544.                                    <div class="wpo-blog-img">
  2545.                                        
  2546.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2547.                                        
  2548.                                        <div class="thumb bg-primary-gradient">News</div>
  2549.                                    </div>
  2550.                                    <div class="wpo-blog-content"  >
  2551.                                        <h2>
  2552.                                            <a href="/shackled-solitary-and-terrified-the-harsh-truth-for-female-inmates-compelled-to-give-birth-in-detention/" class="top-color">
  2553.                                            Shackled, Solitary and Terrified: The Harsh Truth for Female Inmates Compelled to Give Birth in Detention.
  2554.                                            </a>
  2555.                                        </h2>
  2556.                                        <ul>
  2557.                                            <li>  
  2558.                                                
  2559.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;">
  2560.                                                
  2561.                                            </li>
  2562.                                            <li class="top-color">By Jerry Castro</li>
  2563.                                            <li class="top-color">11 May 2026</li>
  2564.                                        </ul>
  2565.                                        <p class="top-color"> </p>
  2566.                                    </div>
  2567.                                </div>
  2568.                            </div>
  2569.                        
  2570.                            
  2571.                            
  2572.  
  2573.                        </div>
  2574.                    </div>
  2575.                </div>
  2576.                <!-- end wpo-blog-section -->
  2577.            </div>
  2578.  
  2579.            <div class="col col-lg-4 col-12">
  2580.                
  2581.  
  2582.  
  2583.  
  2584.    
  2585.  
  2586.  
  2587. <!-- Blog Sidebar V2 - Focused Design -->
  2588.  <div class="sidebar mb-3">
  2589.    <!-- Recent Posts Section -->
  2590.    <div class="sidebar-widget mb-4">
  2591.      <div class="widget-title-wrapper mb-3">
  2592.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2593.          <i class="ti-time me-2"></i>Recent Posts
  2594.          <span class="title-arrow-primary"></span>
  2595.        </h4>
  2596.      </div>
  2597.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2598.        <div class="recent-post-list">
  2599.          
  2600.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2601.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2602.              
  2603.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2604.              
  2605.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2606.            </div>
  2607.            <div class="post-content flex-grow-1">
  2608.              <h6 class="post-title mb-2">
  2609.                <a href="/an-story-of-surprising-kindness-when-a-university-student-allowed-me-to-sleep-on-her-dorm-ground/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2610.                                            An Story of Surprising Kindness: When a University Student Allowed Me to Sleep on Her Dorm Ground
  2611.                                            </a>
  2612.              </h6>
  2613.              <div class="post-meta">
  2614.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2615.                <!-- <small class="text-muted">
  2616.                  <i class="ti-eye me-1"></i>348 views
  2617.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2618.                </small> -->
  2619.              </div>
  2620.            </div>
  2621.          </div>
  2622.          
  2623.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2624.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2625.              
  2626.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2627.              
  2628.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2629.            </div>
  2630.            <div class="post-content flex-grow-1">
  2631.              <h6 class="post-title mb-2">
  2632.                <a href="/within-the-bombed-out-remains-of-an-residential-building-i-saw-a-volume-id-translated/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2633.                                            Within the Bombed-Out Remains of an Residential Building, I Saw a Volume I’d Translated
  2634.                                            </a>
  2635.              </h6>
  2636.              <div class="post-meta">
  2637.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2638.                <!-- <small class="text-muted">
  2639.                  <i class="ti-eye me-1"></i>348 views
  2640.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2641.                </small> -->
  2642.              </div>
  2643.            </div>
  2644.          </div>
  2645.          
  2646.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2647.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2648.              
  2649.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2650.              
  2651.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2652.            </div>
  2653.            <div class="post-content flex-grow-1">
  2654.              <h6 class="post-title mb-2">
  2655.                <a href="/three-xbox-game-pass-titles-were-playing-this-weekend-october-10-12/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2656.                                            Three Xbox Game Pass Titles We&#x27;re Playing This Weekend (October 10-12)
  2657.                                            </a>
  2658.              </h6>
  2659.              <div class="post-meta">
  2660.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2661.                <!-- <small class="text-muted">
  2662.                  <i class="ti-eye me-1"></i>348 views
  2663.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2664.                </small> -->
  2665.              </div>
  2666.            </div>
  2667.          </div>
  2668.          
  2669.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2670.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2671.              
  2672.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2673.              
  2674.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2675.            </div>
  2676.            <div class="post-content flex-grow-1">
  2677.              <h6 class="post-title mb-2">
  2678.                <a href="/everyday-reality-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-border/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2679.                                            Everyday Reality for 120,000 Refugees in the Extensive Mbera Camp on the Mali Border.
  2680.                                            </a>
  2681.              </h6>
  2682.              <div class="post-meta">
  2683.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2684.                <!-- <small class="text-muted">
  2685.                  <i class="ti-eye me-1"></i>348 views
  2686.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2687.                </small> -->
  2688.              </div>
  2689.            </div>
  2690.          </div>
  2691.          
  2692.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2693.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2694.              
  2695.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2696.              
  2697.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2698.            </div>
  2699.            <div class="post-content flex-grow-1">
  2700.              <h6 class="post-title mb-2">
  2701.                <a href="/the-way-a-us-military-vet-assisted-mar%C3%ADa-corina-machado-escape-her-homeland/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2702.                                            The Way a US Military Vet Assisted María Corina Machado Escape Her Homeland
  2703.                                            </a>
  2704.              </h6>
  2705.              <div class="post-meta">
  2706.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2707.                <!-- <small class="text-muted">
  2708.                  <i class="ti-eye me-1"></i>348 views
  2709.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2710.                </small> -->
  2711.              </div>
  2712.            </div>
  2713.          </div>
  2714.          
  2715.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2716.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2717.              
  2718.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2719.              
  2720.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2721.            </div>
  2722.            <div class="post-content flex-grow-1">
  2723.              <h6 class="post-title mb-2">
  2724.                <a href="/mastering-the-art-of-speak-dating-like-generation-z-51-niche-phrases-for-romance-intimacy-and-bad-behaviour/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2725.                                            Mastering the Art of Speak Dating Like Generation Z: 51 Niche Phrases for Romance, Intimacy and Bad Behaviour
  2726.                                            </a>
  2727.              </h6>
  2728.              <div class="post-meta">
  2729.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2730.                <!-- <small class="text-muted">
  2731.                  <i class="ti-eye me-1"></i>348 views
  2732.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2733.                </small> -->
  2734.              </div>
  2735.            </div>
  2736.          </div>
  2737.          
  2738.  
  2739.        </div>
  2740.  
  2741.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2742.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2743.        </div> -->
  2744.      </div>
  2745.    </div>
  2746.    
  2747.    
  2748.    <div class="sidebar-widget mb-4">
  2749.      <div class="widget-title-wrapper mb-3">
  2750.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2751.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2752.          <span class="title-arrow"></span>
  2753.        </h4>
  2754.      </div>
  2755.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2756.        <div class="blog-roll-list scrollable-sidebar">
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2760.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                 non gamstop casinos
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                 best non gamstop casinos
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.  
  2777.        </div>
  2778.  
  2779.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2780.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2781.        </div> -->
  2782.      </div>
  2783.    </div>
  2784.    
  2785.    <div class="sidebar-widget mb-4">
  2786.      <div class="widget-title-wrapper mb-3">
  2787.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2788.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2789.          <span class="title-arrow"></span>
  2790.        </h4>
  2791.      </div>
  2792.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2793.        <div class="blog-roll-list scrollable-sidebar">
  2794.          
  2795.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.            <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2797.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2798.                <i class="ti-angle-right me-2 text-primary"></i>
  2799.                 Non Gamstop Casinos
  2800.              </h6>
  2801.            </a>
  2802.          </div>
  2803.          
  2804.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2805.            <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2806.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2807.                <i class="ti-angle-right me-2 text-primary"></i>
  2808.                 casino sites
  2809.              </h6>
  2810.            </a>
  2811.          </div>
  2812.          
  2813.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2814.            <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2815.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2816.                <i class="ti-angle-right me-2 text-primary"></i>
  2817.                 non gamstop casinos
  2818.              </h6>
  2819.            </a>
  2820.          </div>
  2821.          
  2822.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.            <a href="https://www.helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2824.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2825.                <i class="ti-angle-right me-2 text-primary"></i>
  2826.                 casinos not on gamstop
  2827.              </h6>
  2828.            </a>
  2829.          </div>
  2830.          
  2831.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2833.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2834.                <i class="ti-angle-right me-2 text-primary"></i>
  2835.                 non gamstop casino
  2836.              </h6>
  2837.            </a>
  2838.          </div>
  2839.          
  2840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2841.            <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2842.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2843.                <i class="ti-angle-right me-2 text-primary"></i>
  2844.                 london escorts
  2845.              </h6>
  2846.            </a>
  2847.          </div>
  2848.          
  2849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2850.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2851.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2852.                <i class="ti-angle-right me-2 text-primary"></i>
  2853.                 Reputable Casinos Not on GAMSTOP
  2854.              </h6>
  2855.            </a>
  2856.          </div>
  2857.          
  2858.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.            <a href="https://designinnovationgroup.nl/"  rel="dofollow" class="text-decoration-none ">
  2860.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2861.                <i class="ti-angle-right me-2 text-primary"></i>
  2862.                 online casino
  2863.              </h6>
  2864.            </a>
  2865.          </div>
  2866.          
  2867.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.            <a href="https://www.autoidlabs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2869.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2870.                <i class="ti-angle-right me-2 text-primary"></i>
  2871.                 safe non uk betting sites accepting uk players
  2872.              </h6>
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2878.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                 non gamstop casino
  2881.              </h6>
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2887.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                 non gamstop casinos
  2890.              </h6>
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2896.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                 casino sites
  2899.              </h6>
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2905.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                 online casinos
  2908.              </h6>
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2914.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                 betting sites
  2917.              </h6>
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none ">
  2923.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                 casino sites not on GamStop
  2926.              </h6>
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2932.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                 new non GamStop casinos
  2935.              </h6>
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://www.happydaysrv.co.uk"  rel="dofollow" class="text-decoration-none ">
  2941.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                 new non GamStop casinos
  2944.              </h6>
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  2950.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                 non GamStop casinos
  2953.              </h6>
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2959.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                 UK casino sites
  2962.              </h6>
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                 casino not on gamestop
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.  
  2976.        </div>
  2977.  
  2978.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2979.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2980.        </div> -->
  2981.      </div>
  2982.    </div>
  2983.    
  2984.    <div class="sidebar-widget mb-4">
  2985.      <div class="widget-title-wrapper mb-3">
  2986.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2987.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2988.          <span class="title-arrow"></span>
  2989.        </h4>
  2990.      </div>
  2991.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2992.        <div class="blog-roll-list scrollable-sidebar">
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                 non GamStop casinos
  2999.              </h6>
  3000.            </a>
  3001.          </div>
  3002.          
  3003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3006.                <i class="ti-angle-right me-2 text-primary"></i>
  3007.                 games not on GamStop
  3008.              </h6>
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none ">
  3014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                 casinos not on GamStop
  3017.              </h6>
  3018.            </a>
  3019.          </div>
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                 non GamStop casinos UK
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                 non GamStop casinos
  3035.              </h6>
  3036.            </a>
  3037.          </div>
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3041.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                 casinos not on GamStop
  3044.              </h6>
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3050.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                 games not on GamStop
  3053.              </h6>
  3054.            </a>
  3055.          </div>
  3056.          
  3057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3059.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3060.                <i class="ti-angle-right me-2 text-primary"></i>
  3061.                 non GamStop casino
  3062.              </h6>
  3063.            </a>
  3064.          </div>
  3065.          
  3066.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3067.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3068.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3069.                <i class="ti-angle-right me-2 text-primary"></i>
  3070.                 non GamStop casinos
  3071.              </h6>
  3072.            </a>
  3073.          </div>
  3074.          
  3075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3077.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3078.                <i class="ti-angle-right me-2 text-primary"></i>
  3079.                 non gamstop casinos
  3080.              </h6>
  3081.            </a>
  3082.          </div>
  3083.          
  3084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3086.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3087.                <i class="ti-angle-right me-2 text-primary"></i>
  3088.                 non UK online casino
  3089.              </h6>
  3090.            </a>
  3091.          </div>
  3092.          
  3093.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3094.            <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none ">
  3095.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3096.                <i class="ti-angle-right me-2 text-primary"></i>
  3097.                 betting sites not on gamstop
  3098.              </h6>
  3099.            </a>
  3100.          </div>
  3101.          
  3102.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3103.            <a href="https://whittingtoncastle.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3104.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3105.                <i class="ti-angle-right me-2 text-primary"></i>
  3106.                 non GamStop casinos
  3107.              </h6>
  3108.            </a>
  3109.          </div>
  3110.          
  3111.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.            <a href="https://wearemommi.com/"  rel="dofollow" class="text-decoration-none ">
  3113.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3114.                <i class="ti-angle-right me-2 text-primary"></i>
  3115.                 slots not on GamStop
  3116.              </h6>
  3117.            </a>
  3118.          </div>
  3119.          
  3120.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3121.            <a href="https://shiftdesign.org/"  rel="dofollow" class="text-decoration-none ">
  3122.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3123.                <i class="ti-angle-right me-2 text-primary"></i>
  3124.                 casino not on GamStop
  3125.              </h6>
  3126.            </a>
  3127.          </div>
  3128.          
  3129.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3130.            <a href="https://www.stewartmilne.com/"  rel="dofollow" class="text-decoration-none ">
  3131.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3132.                <i class="ti-angle-right me-2 text-primary"></i>
  3133.                 non GamStop
  3134.              </h6>
  3135.            </a>
  3136.          </div>
  3137.          
  3138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3139.            <a href="https://www.nativerestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3140.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3141.                <i class="ti-angle-right me-2 text-primary"></i>
  3142.                 non GamStop casinos UK
  3143.              </h6>
  3144.            </a>
  3145.          </div>
  3146.          
  3147.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3148.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3149.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3150.                <i class="ti-angle-right me-2 text-primary"></i>
  3151.                 non UK licensed casinos
  3152.              </h6>
  3153.            </a>
  3154.          </div>
  3155.          
  3156.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3157.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3158.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3159.                <i class="ti-angle-right me-2 text-primary"></i>
  3160.                 casinos not on Gamstop
  3161.              </h6>
  3162.            </a>
  3163.          </div>
  3164.          
  3165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3166.            <a href="https://www.wildaboutbritain.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3167.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3168.                <i class="ti-angle-right me-2 text-primary"></i>
  3169.                 casino not on gamstop
  3170.              </h6>
  3171.            </a>
  3172.          </div>
  3173.          
  3174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3175.            <a href="https://www.goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3176.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3177.                <i class="ti-angle-right me-2 text-primary"></i>
  3178.                 casinos not on gamstop
  3179.              </h6>
  3180.            </a>
  3181.          </div>
  3182.          
  3183.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3184.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3185.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3186.                <i class="ti-angle-right me-2 text-primary"></i>
  3187.                 online casino
  3188.              </h6>
  3189.            </a>
  3190.          </div>
  3191.          
  3192.  
  3193.        </div>
  3194.  
  3195.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3196.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3197.        </div> -->
  3198.      </div>
  3199.    </div>
  3200.    
  3201.    <div class="sidebar-widget mb-4">
  3202.      <div class="widget-title-wrapper mb-3">
  3203.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3204.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3205.          <span class="title-arrow"></span>
  3206.        </h4>
  3207.      </div>
  3208.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3209.        <div class="blog-roll-list scrollable-sidebar">
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3213.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                 best betting sites
  3216.              </h6>
  3217.            </a>
  3218.          </div>
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3222.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3223.                <i class="ti-angle-right me-2 text-primary"></i>
  3224.                 best betting sites uk
  3225.              </h6>
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://rbth.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3231.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                 casino not on gamstop
  3234.              </h6>
  3235.            </a>
  3236.          </div>
  3237.          
  3238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.            <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3240.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3241.                <i class="ti-angle-right me-2 text-primary"></i>
  3242.                 non gamstop casino
  3243.              </h6>
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://esports-news.co.uk/online-casinos/"  rel="dofollow" class="text-decoration-none ">
  3249.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                 best non Gamstop casinos
  3252.              </h6>
  3253.            </a>
  3254.          </div>
  3255.          
  3256.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.            <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3258.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3259.                <i class="ti-angle-right me-2 text-primary"></i>
  3260.                 casino not on GamStop
  3261.              </h6>
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3267.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                 Non GAMSTOP Casino
  3270.              </h6>
  3271.            </a>
  3272.          </div>
  3273.          
  3274.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3275.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3276.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3277.                <i class="ti-angle-right me-2 text-primary"></i>
  3278.                 non GAMSTOP casinos
  3279.              </h6>
  3280.            </a>
  3281.          </div>
  3282.          
  3283.  
  3284.        </div>
  3285.  
  3286.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3287.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3288.        </div> -->
  3289.      </div>
  3290.    </div>
  3291.    
  3292.  </div>
  3293.  
  3294. <!-- Sidebar V2 Styles -->
  3295. <style>
  3296.  .sidebar-widget {
  3297.    position: relative;
  3298.  }
  3299.  
  3300.  .widget-title {
  3301.    font-size: 1.1rem;
  3302.    font-weight: 700;
  3303.    display: inline-block;
  3304.    position: relative;
  3305.    z-index: 2;
  3306.    border-radius: 0;
  3307.  }
  3308.  
  3309.  /* Green arrow for August Blog Roll */
  3310.  .title-arrow::after {
  3311.    content: '';
  3312.    position: absolute;
  3313.    top: 0;
  3314.    right: -22px;
  3315.    width: 0;
  3316.    height: 0;
  3317.    border-left: 22px solid var(--bs-primary);
  3318.    border-top: 22px solid transparent;
  3319.    border-bottom: 22px solid transparent;
  3320.    z-index: 1;
  3321.  }
  3322.  
  3323.  /* Blue arrow for Recent Posts */
  3324.  .title-arrow-primary::after {
  3325.    content: '';
  3326.    position: absolute;
  3327.    top: 0;
  3328.    right: -22px;
  3329.    width: 0;
  3330.    height: 0;
  3331.    border-left: 22px solid var(--bs-primary);
  3332.    border-top: 22px solid transparent;
  3333.    border-bottom: 22px solid transparent;
  3334.    z-index: 1;
  3335.  }
  3336.  
  3337.  .widget-content {
  3338.    margin-top: -1px;
  3339.    position: relative;
  3340.    z-index: 1;
  3341.     background-color: var(--card-bg);
  3342.  }
  3343.  
  3344.  /* Blog Roll Items Hover Effects */
  3345.  .blog-roll-item:hover .post-title {
  3346.    color: #198754 !important;
  3347.    transform: translateX(5px);
  3348.    transition: all 0.3s ease;
  3349.  }
  3350.  
  3351.  /* Recent Post Items Hover Effects */
  3352.  .recent-post-item:hover .post-title a {
  3353.    color: #0d6efd !important;
  3354.    transition: color 0.3s ease;
  3355.  }
  3356.  
  3357.  .recent-post-item:hover .post-image img {
  3358.    transform: scale(1.05);
  3359.    transition: transform 0.3s ease;
  3360.  }
  3361.  
  3362.  /* Button Hover Effects */
  3363.  .btn:hover {
  3364.    transform: translateY(-2px);
  3365.    transition: all 0.3s ease;
  3366.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3367.  }
  3368.  
  3369.  /* Badge Hover Effects */
  3370.  .badge:hover {
  3371.    transform: scale(1.05);
  3372.    transition: transform 0.3s ease;
  3373.  }
  3374.  
  3375.  @media (max-width: 991px) {
  3376.    .sidebar {
  3377.      margin-top: 3rem;
  3378.    }
  3379.  }
  3380.  
  3381.  @media (max-width: 576px) {
  3382.    .widget-title {
  3383.      font-size: 1rem;
  3384.      padding: 0.75rem 1rem !important;
  3385.    }
  3386.  
  3387.    .title-arrow::after,
  3388.    .title-arrow-primary::after {
  3389.      right: -18px;
  3390.      border-left-width: 18px;
  3391.      border-top-width: 18px;
  3392.      border-bottom-width: 18px;
  3393.    }
  3394.  
  3395.    .post-image {
  3396.      width: 70px !important;
  3397.      height: 55px !important;
  3398.    }
  3399.  
  3400.    .blog-meta {
  3401.      flex-direction: column !important;
  3402.      align-items: flex-start !important;
  3403.      gap: 0.5rem;
  3404.    }
  3405.  }
  3406. </style>
  3407.  
  3408.    
  3409.            </div>
  3410.        </div>
  3411.    </div> <!-- end container -->
  3412. </section>
  3413.  
  3414.    
  3415.        
  3416.        <!-- end wpo-blog-highlights-section -->
  3417.        <!-- start wpo-blog-sponsored-section -->
  3418.        
  3419.  
  3420.  
  3421.  
  3422.    
  3423.  
  3424.  
  3425.  <style>
  3426.    .sponsored-card-v10 {
  3427.      border: 1px solid var(--bs-primary); /* Cyan border */
  3428.      transition: border-color 0.3s ease;
  3429.      min-height: 350px;
  3430.    }
  3431.    
  3432.    .sponsored-content-v10 {
  3433.      flex: 1; /* text area stretch kare */
  3434.    }
  3435.    .sponsored-card-v10:hover {
  3436.      border-color: var(--bs-primary);
  3437.      opacity: 0.8;
  3438.    }
  3439.    
  3440.    .sponsored-content-v10 {
  3441.      padding: 12px;
  3442.      border-radius: 12px 12px 0px 0px;
  3443.      background: var(--card-bg);
  3444.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3445.    }
  3446.    
  3447.    .sponsored-image-v10 {
  3448.      height: 180px;
  3449.    }
  3450.    
  3451.    .sponsored-image-v10 img {
  3452.      width: 100%;
  3453.      height: 100%;
  3454.      border-radius: 0px 0px 12px 12px;
  3455.      object-fit: cover;
  3456.    }
  3457.    
  3458.    .sponsored-badge-v10 {
  3459.      display: inline-block;
  3460.      position: relative;
  3461.      padding: 4px 8px;
  3462.      border-radius: var(--border-radius);
  3463.      font-size: 11px;
  3464.      font-weight: 600;
  3465.      text-transform: uppercase;
  3466.      color: white;
  3467.      margin-bottom: 8px;
  3468.    }
  3469.    
  3470.    .sponsored-badge-v10::after {
  3471.      content: '';
  3472.      position: absolute;
  3473.      top: 0;
  3474.      right: -8px;
  3475.    }
  3476.    
  3477.    .sponsored-title-v10 {
  3478.      font-size: 14px;
  3479.      font-weight: 700;
  3480.      line-height: 1.3;
  3481.      margin-bottom: 6px;
  3482.      color: #333;
  3483.    }
  3484.    
  3485.    .sponsored-title-v10 a {
  3486.      text-decoration: none;
  3487.      color: var(--topbar-color);
  3488.    }
  3489.    
  3490.    .sponsored-title-v10 a:hover {
  3491.      color: var(--bs-primary); /* Cyan hover */
  3492.    }
  3493.    
  3494.    .sponsored-excerpt-v10 {
  3495.      font-size: 11px;
  3496.      font-weight: 400;
  3497.      color: #6c757d;
  3498.      margin-bottom: 6px;
  3499.      line-height: 1.4;
  3500.    }
  3501.    
  3502.    .sponsored-meta-v10 {
  3503.      font-size: 10px;
  3504.      color: #6c757d;
  3505.    }
  3506.    
  3507.    .author-info-v10 {
  3508.      margin-bottom: 4px;
  3509.    }
  3510.    
  3511.    .sponsored-author-img-v10 {
  3512.      width: 18px;
  3513.      height: 18px;
  3514.      border-radius: 50%;
  3515.      object-fit: cover;
  3516.      vertical-align: middle;
  3517.      margin-right: 4px;
  3518.    }
  3519.    
  3520.    .section-title-sponsored-v10 {
  3521.      font-size: 1.8rem;
  3522.      font-weight: 600;
  3523.      text-align: left;
  3524.      margin-bottom: 25px;
  3525.      color: #333;
  3526.      position: relative;
  3527.    }
  3528.    
  3529.    .section-title-sponsored-v10::after {
  3530.      content: '';
  3531.      position: absolute;
  3532.      bottom: -6px;
  3533.      left: 0;
  3534.      width: 60px;
  3535.      height: 2px;
  3536.      background: var(--bs-primary);
  3537.    }
  3538.    
  3539.    @media (max-width: 768px) {
  3540.      .sponsored-section-v10 {
  3541.        padding: 30px 0;
  3542.      }
  3543.      .sponsored-image-v10 {
  3544.        height: 180px;
  3545.      }
  3546.      .sponsored-content-v10 {
  3547.        padding: 10px;
  3548.      }
  3549.      .sponsored-title-v10 {
  3550.        font-size: 13px;
  3551.      }
  3552.      .sponsored-excerpt-v10 {
  3553.        font-size: 10px;
  3554.      }
  3555.      .sponsored-badge-v10 {
  3556.        font-size: 10px;
  3557.        padding: 3px 6px;
  3558.      }
  3559.      .sponsored-meta-v10 {
  3560.        font-size: 9px;
  3561.      }
  3562.      .section-title-sponsored-v10 {
  3563.        font-size: 1.5rem;
  3564.      }
  3565.    }
  3566.  </style>
  3567.  
  3568.  <section class="sponsored-section-v10 my-5">
  3569.    <div class="container-fluid fluid-container">
  3570.      <div class="row">
  3571.        <div class="col-12">
  3572.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3573.        </div>
  3574.      </div>
  3575.  
  3576.      <div class="row g-3 d-flex align-items-center">
  3577.        
  3578.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3579.            <div class="card sponsored-card-v10 h-100 w-100">
  3580.              <div class="sponsored-content-v10">
  3581.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3582.                <h3 class="sponsored-title-v10"><a href="/an-story-of-surprising-kindness-when-a-university-student-allowed-me-to-sleep-on-her-dorm-ground/">An Story of Surprising Kindness: When a University Student Allowed Me to Sleep on Her Dorm Ground</a></h3>
  3583.                <p class="sponsored-excerpt-v10"></p>
  3584.                <div class="sponsored-meta-v10">
  3585.                  <div class="author-info-v10">
  3586.                    
  3587.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3588.                    
  3589.                    <span>Jerry Castro</span>
  3590.                  </div>
  3591.                  <div>11 May 2026</div>
  3592.                </div>
  3593.              </div>
  3594.              <div class="sponsored-image-v10">
  3595.                
  3596.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3597.                
  3598.              </div>
  3599.            </div>
  3600.          </div>
  3601.        
  3602.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3603.            <div class="card sponsored-card-v10 h-100 w-100">
  3604.              <div class="sponsored-content-v10">
  3605.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3606.                <h3 class="sponsored-title-v10"><a href="/within-the-bombed-out-remains-of-an-residential-building-i-saw-a-volume-id-translated/">Within the Bombed-Out Remains of an Residential Building, I Saw a Volume I’d Translated</a></h3>
  3607.                <p class="sponsored-excerpt-v10"></p>
  3608.                <div class="sponsored-meta-v10">
  3609.                  <div class="author-info-v10">
  3610.                    
  3611.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3612.                    
  3613.                    <span>Jerry Castro</span>
  3614.                  </div>
  3615.                  <div>11 May 2026</div>
  3616.                </div>
  3617.              </div>
  3618.              <div class="sponsored-image-v10">
  3619.                
  3620.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3621.                
  3622.              </div>
  3623.            </div>
  3624.          </div>
  3625.        
  3626.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3627.            <div class="card sponsored-card-v10 h-100 w-100">
  3628.              <div class="sponsored-content-v10">
  3629.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3630.                <h3 class="sponsored-title-v10"><a href="/three-xbox-game-pass-titles-were-playing-this-weekend-october-10-12/">Three Xbox Game Pass Titles We&#x27;re Playing This Weekend (October 10-12)</a></h3>
  3631.                <p class="sponsored-excerpt-v10"></p>
  3632.                <div class="sponsored-meta-v10">
  3633.                  <div class="author-info-v10">
  3634.                    
  3635.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3636.                    
  3637.                    <span>Jerry Castro</span>
  3638.                  </div>
  3639.                  <div>11 May 2026</div>
  3640.                </div>
  3641.              </div>
  3642.              <div class="sponsored-image-v10">
  3643.                
  3644.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3645.                
  3646.              </div>
  3647.            </div>
  3648.          </div>
  3649.        
  3650.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3651.            <div class="card sponsored-card-v10 h-100 w-100">
  3652.              <div class="sponsored-content-v10">
  3653.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3654.                <h3 class="sponsored-title-v10"><a href="/everyday-reality-for-120000-refugees-in-the-extensive-mbera-camp-on-the-mali-border/">Everyday Reality for 120,000 Refugees in the Extensive Mbera Camp on the Mali Border.</a></h3>
  3655.                <p class="sponsored-excerpt-v10"></p>
  3656.                <div class="sponsored-meta-v10">
  3657.                  <div class="author-info-v10">
  3658.                    
  3659.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3660.                    
  3661.                    <span>Jerry Castro</span>
  3662.                  </div>
  3663.                  <div>11 May 2026</div>
  3664.                </div>
  3665.              </div>
  3666.              <div class="sponsored-image-v10">
  3667.                
  3668.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3669.                
  3670.              </div>
  3671.            </div>
  3672.          </div>
  3673.        
  3674.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3675.            <div class="card sponsored-card-v10 h-100 w-100">
  3676.              <div class="sponsored-content-v10">
  3677.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3678.                <h3 class="sponsored-title-v10"><a href="/the-way-a-us-military-vet-assisted-mar%C3%ADa-corina-machado-escape-her-homeland/">The Way a US Military Vet Assisted María Corina Machado Escape Her Homeland</a></h3>
  3679.                <p class="sponsored-excerpt-v10"></p>
  3680.                <div class="sponsored-meta-v10">
  3681.                  <div class="author-info-v10">
  3682.                    
  3683.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3684.                    
  3685.                    <span>Jerry Castro</span>
  3686.                  </div>
  3687.                  <div>11 May 2026</div>
  3688.                </div>
  3689.              </div>
  3690.              <div class="sponsored-image-v10">
  3691.                
  3692.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3693.                
  3694.              </div>
  3695.            </div>
  3696.          </div>
  3697.        
  3698.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3699.            <div class="card sponsored-card-v10 h-100 w-100">
  3700.              <div class="sponsored-content-v10">
  3701.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3702.                <h3 class="sponsored-title-v10"><a href="/mastering-the-art-of-speak-dating-like-generation-z-51-niche-phrases-for-romance-intimacy-and-bad-behaviour/">Mastering the Art of Speak Dating Like Generation Z: 51 Niche Phrases for Romance, Intimacy and Bad Behaviour</a></h3>
  3703.                <p class="sponsored-excerpt-v10"></p>
  3704.                <div class="sponsored-meta-v10">
  3705.                  <div class="author-info-v10">
  3706.                    
  3707.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6898fb3-b2a2-4db7-a9a3-60233f65f3be_profile.png" alt="Jerry Castro" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3708.                    
  3709.                    <span>Jerry Castro</span>
  3710.                  </div>
  3711.                  <div>11 May 2026</div>
  3712.                </div>
  3713.              </div>
  3714.              <div class="sponsored-image-v10">
  3715.                
  3716.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3717.                
  3718.              </div>
  3719.            </div>
  3720.          </div>
  3721.        
  3722.      </div>
  3723.    </div>
  3724.  </section>
  3725.  
  3726.  
  3727.    
  3728.        <!-- end wpo-blog-sponsored-section -->
  3729.        <!-- start wpo-subscribe-section -->
  3730.        
  3731.        <!-- end subscribe-section -->
  3732.        <!-- start of wpo-site-footer-section -->
  3733.        
  3734.  
  3735.  
  3736.  
  3737.  
  3738.  
  3739. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3740.  <!-- Main Content: Asymmetrical Layout -->
  3741.  <div class="footer-main-content py-5">
  3742.    <div class="container-fluid fluid-container">
  3743.      <div class="row">
  3744.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3745.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3746.          <div class="brand-logo text-center text-lg-start">
  3747.            
  3748.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0d569838-7674-4c73-a585-e9fc13dd6f96_logo.png" alt="FocusNet Online" class="footer-logo" />
  3749.            
  3750.            <p class="brand-tagline mt-2">FocusNet Online provides reliable IT support, cloud services, and cybersecurity solutions for businesses across the UK, ensuring smooth operations and growth.</p>
  3751.          </div>
  3752.        </div>
  3753.        <!-- Right: Staggered Links -->
  3754.        <div class="col-lg-9 col-md-8 col-12">
  3755.          <div class="d-flex flex-column gap-4">
  3756.            <!-- Quick Links -->
  3757.            <div class="footer-column offset-content">
  3758.              <h5 class="column-title">Quick Links</h5>
  3759.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3760.                
  3761.                  <li>
  3762.                    <a class="menu-link" href="/the-first-record-daughters-delves-into-sorrow-and-elegance/">The First Record &quot;Daughters&quot; Delves Into Sorrow and Elegance</a>
  3763.                  </li>
  3764.                
  3765.                  <li>
  3766.                    <a class="menu-link" href="/russian-president-vladimir-putin-vows-uninterrupted-crude-oil-supplies-to-the-indian-nation-in-rebuff-of-american-demands/">Russian President Vladimir Putin Vows Uninterrupted Crude Oil Supplies to the Indian Nation in Rebuff of American Demands</a>
  3767.                  </li>
  3768.                
  3769.                  <li>
  3770.                    <a class="menu-link" href="/gaza-conflict-in-maps-following-two-years-of-fighting/">Gaza Conflict in Maps Following Two Years of Fighting</a>
  3771.                  </li>
  3772.                
  3773.                  <li>
  3774.                    <a class="menu-link" href="/democrats-denounce-trump-after-he-suggests-they-should-face-capital-punishment/">Democrats Denounce Trump After He Suggests They Should Face Capital Punishment</a>
  3775.                  </li>
  3776.                
  3777.                  <li>
  3778.                    <a class="menu-link" href="/russia-restricts-snapchat-and-limits-apples-facetime-officials-say/">Russia Restricts Snapchat and Limits Apple&#x27;s FaceTime, Officials Say</a>
  3779.                  </li>
  3780.                
  3781.                  <li>
  3782.                    <a class="menu-link" href="/chernobyl-catastrophe-containment-structure-can-no-longer-blocks-radiation-needs-significant-restoration-iaea/">Chernobyl Catastrophe Containment Structure Can No Longer Blocks Radiation, Needs Significant Restoration – IAEA</a>
  3783.                  </li>
  3784.                
  3785.              </ul>
  3786.            </div>
  3787.            <!-- Top Categories -->
  3788.            <div class="footer-column offset-content offset-right">
  3789.              <h5 class="column-title">Top Categories</h5>
  3790.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3791.                
  3792.                  <li>
  3793.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3794.                  </li>
  3795.                
  3796.                  <li>
  3797.                    <a class="menu-link" href="/category/business/">Business</a>
  3798.                  </li>
  3799.                
  3800.                  <li>
  3801.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3802.                  </li>
  3803.                
  3804.                  <li>
  3805.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3806.                  </li>
  3807.                
  3808.                  <li>
  3809.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3810.                  </li>
  3811.                
  3812.              </ul>
  3813.            </div>
  3814.            <!-- Blog Rolls -->
  3815.           <div class="footer-column offset-content">
  3816.              <h5 class="column-title">Blog Rolls</h5>
  3817.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3818.                
  3819.                
  3820.  
  3821.                
  3822.                
  3823.                  
  3824.                
  3825.              </ul>
  3826.            </div>
  3827.          </div>
  3828.        </div>
  3829.      </div>
  3830.    </div>
  3831.  </div>
  3832.  
  3833.  <!-- Bottom Section -->
  3834.  <div class="footer-bottom bg-primary text-white py-3">
  3835.    <div class="container-fluid fluid-container">
  3836.      <div class="row justify-content-center">
  3837.        <div class="col-12 text-center">
  3838.          <div class="bottom-content">
  3839.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3840.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3841.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3842.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3843.            </div>
  3844.            <div class="copyright-info ">
  3845.              <p class="mb-0 text-white">
  3846.                &copy; 2026 <strong>FocusNet Online</strong>. All rights reserved.
  3847.              </p>
  3848.            </div>
  3849.          </div>
  3850.        </div>
  3851.      </div>
  3852.    </div>
  3853.  </div>
  3854. </footer>
  3855.  
  3856.  
  3857.  
  3858. <style>
  3859. .footer-logo {
  3860.    height: 60px;
  3861.    width: auto;
  3862. }
  3863.  
  3864. .brand-title {
  3865.    font-size: 24px;
  3866.    font-weight: 700;
  3867.    color: white  !important;
  3868.    margin: 0;
  3869. }
  3870.  
  3871. .brand-tagline {
  3872.    font-size: 14px;
  3873.    color: white  !important;
  3874.    margin: 0;
  3875. }
  3876.  
  3877. .column-title {
  3878.    font-size: 16px;
  3879.    font-weight: 600;
  3880.    color: white !important;
  3881.    margin-bottom: 12px;
  3882. }
  3883.  
  3884. .footer-menu {
  3885.    margin: 0;
  3886. }
  3887.  
  3888. .menu-link {
  3889.    color: white !important;
  3890.    text-decoration: none;
  3891.    font-size: 14px;
  3892.    transition: color 0.3s ease, transform 0.3s ease;
  3893. }
  3894.  
  3895. .menu-link:hover {
  3896.    color: var(--primary-color);
  3897.    transform: scale(1.05);
  3898. }
  3899.  
  3900. .offset-content {
  3901.    margin-left: 20px;
  3902. }
  3903.  
  3904. .footer-bottom {
  3905.    font-size: 13px;
  3906. }
  3907.  
  3908. .utility-link {
  3909.    color: white  !important;
  3910.    text-decoration: none;
  3911.    font-size: 13px;
  3912.    transition: color 0.3s ease;
  3913. }
  3914.  
  3915. .utility-link:hover {
  3916.    color: var(--primary-color);
  3917. }
  3918.  
  3919. .copyright-info p {
  3920.    font-size: 13px;
  3921. }
  3922.  
  3923. /* Responsive Design */
  3924. @media (max-width: 1024px) {
  3925.   .footer-logo{
  3926.    height: 40px;
  3927.    width: auto;
  3928.   }
  3929. }
  3930.  
  3931. @media (max-width: 768px) {
  3932.    .footer-logo {
  3933.        height: 60px;
  3934.    }
  3935.    
  3936.    .column-title {
  3937.        font-size: 15px;
  3938.        text-align: center;
  3939.    }
  3940.    
  3941.    .footer-menu {
  3942.        justify-content: center;
  3943.    }
  3944.    
  3945.    .menu-link {
  3946.        font-size: 13px;
  3947.    }
  3948. }
  3949.  
  3950. @media (max-width: 576px) {
  3951.    .brand-title {
  3952.        font-size: 20px;
  3953.    }
  3954.    
  3955.    .brand-tagline {
  3956.        font-size: 12px;
  3957.    }
  3958.    
  3959.    .cta-btn {
  3960.        font-size: 12px;
  3961.        padding: 5px 12px;
  3962.    }
  3963. }
  3964. </style>
  3965.  
  3966. <script>
  3967. // Prevent default for placeholder links
  3968. document.addEventListener('DOMContentLoaded', function() {
  3969.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3970.        anchor.addEventListener('click', function(e) {
  3971.            e.preventDefault();
  3972.        });
  3973.    });
  3974. });
  3975. document.addEventListener('DOMContentLoaded', function () {
  3976.    var btn = document.getElementById('toggleBlogRollLinks');
  3977.    if (!btn) return; // No extra items, no button
  3978.  
  3979.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3980.  
  3981.    btn.addEventListener('click', function () {
  3982.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3983.            return li.classList.contains('d-none');
  3984.        });
  3985.  
  3986.        extras.forEach(function (li) {
  3987.            if (anyHidden) {
  3988.                li.classList.remove('d-none');
  3989.                li.classList.add('show');
  3990.            } else {
  3991.                li.classList.add('d-none');
  3992.                li.classList.remove('show');
  3993.            }
  3994.        });
  3995.  
  3996.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3997.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3998.    });
  3999. });
  4000.  
  4001. </script>
  4002.  
  4003.        <!-- end of wpo-site-footer-section -->
  4004.    </div>
  4005.    <!-- end of page-wrapper -->
  4006.  
  4007.    <!-- All JavaScript files
  4008.    ================================================== -->
  4009.    
  4010.  
  4011. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4012. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4013. <!-- Plugins for this template -->
  4014. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4015. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4016. <!-- Custom script for this template -->
  4017. <script src="/static/blogapp/assets/js/script.js"></script>
  4018.  
  4019. <script>
  4020. (function () {
  4021. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4022. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4023.  
  4024. function applyFallback(img) {
  4025. if (!img || img.dataset.fallbackApplied === "1") {
  4026. return;
  4027. }
  4028. var failedSrc = img.currentSrc || img.src || "";
  4029. img.dataset.fallbackApplied = "1";
  4030. img.onerror = null;
  4031. img.src = fallbackImageSrc;
  4032. console.warn("[ImageFallback] Replaced broken image:", {
  4033. failedSrc: failedSrc,
  4034. fallbackSrc: fallbackImageSrc,
  4035. alt: img.alt || "",
  4036. });
  4037. }
  4038.  
  4039. document.querySelectorAll("img").forEach(function (img) {
  4040. if (img.complete && img.naturalWidth === 0) {
  4041. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4042. failedSrc: img.currentSrc || img.src || "",
  4043. alt: img.alt || "",
  4044. });
  4045. applyFallback(img);
  4046. }
  4047. });
  4048.  
  4049. document.addEventListener(
  4050. "error",
  4051. function (event) {
  4052. var target = event.target;
  4053. if (target && target.tagName === "IMG") {
  4054. applyFallback(target);
  4055. }
  4056. },
  4057. true
  4058. );
  4059. })();
  4060. </script>
  4061.  
  4062. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4063.  
  4064.  
  4065.  
  4066. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"b8401b6d8e4c4085a097e1e5c82faa91","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4067. </body>
  4068.  
  4069. </html>
  4070.  
  4071.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda