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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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_49_NVxw4sC_jAx0B2S_cTGC8rR_cr7kXVG_wdudVLi.png">
  14.    
  15.  
  16.    <title>Vision Central Magazine: UK Tech and Innovation Insights</title>
  17.    <meta name="description" content="Vision Central Magazine delivers expert analysis on UK technology trends, startup innovations, and digital transformation. Stay informed with our latest articles.">
  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://visioncentralmag.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9b59b6;
  42.        --bs-primary-rgb: 9b59b6;
  43.        --bs-secondary: #8395a7;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2c2c54;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9b59b6;
  53.        --theme-primary-color-s2: #9b59b6;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c2c54;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c2c54;
  59.        --border-color: #d0d8e6;
  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: #e2e5ec;
  75.        --navbar-color: #2c2c54;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2c2c54;
  78.        --footer-bg: #2c2c54;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d0d8e6;
  82.        --card-radius: 10px;
  83.        --link-color: #9b59b6;
  84.        --link-hover: #8e44ad;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(155, 89, 182, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_5">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408. <div class="topbar d-sm-flex d-none">
  409.  <div class="container-fluid fluid-container">
  410.    <div class="row">
  411.      <div>
  412.        <div class="pt-2 d-flex  gap-2   pb-0">
  413.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  414.            <div class=" d-flex  ">
  415.              <sapn class="fw-bold ">
  416.                Latest
  417.              </sapn>
  418.            </div>
  419.            <div class="d-flex">
  420.              <sapn class="fw-bold ">
  421.                Update
  422.              </sapn>
  423.            </div>
  424.          </div>
  425.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  426.            <p class="text-center">
  427.              
  428.              <a href="/long-forgotten-bach-compositions-performed-for-first-ever-performance-in-over-three-centuries/" class="px-5 top-color">
  429.                Long-Forgotten Bach Compositions Performed for First-Ever Performance in Over Three Centuries
  430.              </a>
  431.              
  432.              <a href="/gal%C3%A1pagos-lacked-any-native-amphibians-then-hundreds-of-thousands-of-amphibians-made-their-home/" class="px-5 top-color">
  433.                Galápagos Lacked Any Native Amphibians. Then Hundreds of Thousands of Amphibians Made Their Home
  434.              </a>
  435.              
  436.              <a href="/gavin-newsom-again-denies-parole-for-cult-member-longtime-inmate/" class="px-5 top-color">
  437.                Gavin Newsom Again Denies Parole for Cult Member Longtime Inmate
  438.              </a>
  439.              
  440.              <a href="/suspect-in-ivy-league-campus-incident-found-discovered-deceased-inside-storage-unit/" class="px-5 top-color">
  441.                Suspect in Ivy League Campus Incident Found Discovered Deceased Inside Storage Unit.
  442.              </a>
  443.              
  444.              <a href="/washing-mushrooms-the-great-debate-expert-tips-for-preparing-mushrooms/" class="px-5 top-color">
  445.                Washing Mushrooms: The Great Debate: Expert Tips for Preparing Mushrooms
  446.              </a>
  447.              
  448.            </p>
  449.          </marquee>
  450.        </div>
  451.      </div>
  452.    </div>
  453.  </div>
  454. </div>
  455.  
  456.  
  457.  
  458.  
  459.            
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. <header class="custom-header mb-4">
  467.    <!-- Logo Section - Top Centered -->
  468.    <div class="logo-container">
  469.        <div class="container-fluid fluid-container">
  470.            <a class="brand-link" href="/">
  471.                
  472.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f32e2213-b29b-45cd-9d3d-8909fab5b584_logo.png" alt="Vision Central Magazine" />
  473.                
  474.            </a>
  475.        </div>
  476.    </div>
  477.  
  478.    <!-- Navigation Section -->
  479.    <div class="navigation-container">
  480.        <div class="container-fluid fluid-container">
  481.            <div class="nav-content">
  482.                <!-- Mobile toggle button -->
  483.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  484.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  485.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  486.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  487.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  488.                    </svg>
  489.                </button>
  490.  
  491.                <!-- Navigation Links - Left Side -->
  492.                <nav class="primary-nav navbar navbar-expand-lg">
  493.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  494.  
  495.                        
  496.                        <li class="nav-item">
  497.                            <a href="/" class="nav-link active">HOME</a>
  498.                        </li>
  499.                        
  500.                        
  501.                         <li class="nav-item">
  502.                            <a href="/category/all-posts/" class="nav-link">
  503.                                ALL POSTS
  504.                            </a>
  505.                            </li>
  506.  
  507.                            
  508.  
  509.                                    
  510.                                    
  511.                            
  512.                         <li class="nav-item">
  513.                            <a href="/category/business/" class="nav-link">
  514.                                BUSINESS
  515.                            </a>
  516.                            </li>
  517.  
  518.                            
  519.  
  520.                                    
  521.                                    
  522.                            
  523.                         <li class="nav-item">
  524.                            <a href="/category/esports/" class="nav-link">
  525.                                ESPORTS
  526.                            </a>
  527.                            </li>
  528.  
  529.                            
  530.  
  531.                                    
  532.                                    
  533.                            
  534.                         <li class="nav-item">
  535.                            <a href="/category/fashion/" class="nav-link">
  536.                                FASHION
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/featured/" class="nav-link">
  547.                                FEATURED
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                        
  557.                            
  558.                            <li class="nav-item dropdown">
  559.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  560.                                    data-bs-toggle="dropdown" aria-expanded="false">
  561.                                    More
  562.                                </a>
  563.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  564.                                    <li>
  565.                                        <a class="dropdown-item"
  566.                                            href="/category/gaming/">
  567.                                            GAMING
  568.                                        </a>
  569.                                    </li>
  570.  
  571.                                    
  572.  
  573.                                    
  574.                                    
  575.                            
  576.                        
  577.                                    <li>
  578.                                        <a class="dropdown-item"
  579.                                            href="/category/health/">
  580.                                            HEALTH
  581.                                        </a>
  582.                                    </li>
  583.                                    
  584.  
  585.                                    
  586.                                    
  587.                            
  588.                        
  589.                                    <li>
  590.                                        <a class="dropdown-item"
  591.                                            href="/category/life-fitness/">
  592.                                            LIFE &amp; FITNESS
  593.                                        </a>
  594.                                    </li>
  595.                                    
  596.  
  597.                                    
  598.                                    
  599.                            
  600.                        
  601.                                    <li>
  602.                                        <a class="dropdown-item"
  603.                                            href="/category/lifestyle/">
  604.                                            LIFESTYLE
  605.                                        </a>
  606.                                    </li>
  607.                                    
  608.  
  609.                                    
  610.                                    
  611.                            
  612.                        
  613.                                    <li>
  614.                                        <a class="dropdown-item"
  615.                                            href="/category/news/">
  616.                                            NEWS
  617.                                        </a>
  618.                                    </li>
  619.                                    
  620.  
  621.                                    
  622.                                    
  623.                            
  624.                        
  625.                                    <li>
  626.                                        <a class="dropdown-item"
  627.                                            href="/category/others/">
  628.                                            OTHERS
  629.                                        </a>
  630.                                    </li>
  631.                                    
  632.  
  633.                                    
  634.                                    
  635.                            
  636.                        
  637.                                    <li>
  638.                                        <a class="dropdown-item"
  639.                                            href="/category/politics/">
  640.                                            POLITICS
  641.                                        </a>
  642.                                    </li>
  643.                                    
  644.  
  645.                                    
  646.                                    
  647.                            
  648.                        
  649.                                    <li>
  650.                                        <a class="dropdown-item"
  651.                                            href="/category/sports/">
  652.                                            SPORTS
  653.                                        </a>
  654.                                    </li>
  655.                                    
  656.  
  657.                                    
  658.                                    
  659.                            
  660.                        
  661.                                    <li>
  662.                                        <a class="dropdown-item"
  663.                                            href="/category/tech/">
  664.                                            TECH
  665.                                        </a>
  666.                                    </li>
  667.                                    
  668.  
  669.                                    
  670.                                    
  671.                            
  672.                        
  673.                                    <li>
  674.                                        <a class="dropdown-item"
  675.                                            href="/category/travel/">
  676.                                            TRAVEL
  677.                                        </a>
  678.                                    </li>
  679.                                    
  680.  
  681.                                    
  682.                                    
  683.                                </ul>
  684.                            </li>
  685.                            
  686.                            
  687. <li>
  688.                  <a href="/page/contact-us/">
  689.                     Contact Us
  690.                  </a>
  691.              </li>
  692.                    </ul>
  693.                </nav>
  694.  
  695.  
  696.                <!-- Search - Right Side -->
  697.                <div class="search-wrapper">
  698.                    <input type="search" class="search-input-field" placeholder="Search...">
  699.                    <!-- <button class="search-submit-btn" type="submit">
  700.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  701.                            stroke-width="2">
  702.                            <circle cx="11" cy="11" r="8"></circle>
  703.                            <path d="m21 21-4.35-4.35"></path>
  704.                        </svg>
  705.                    </button> -->
  706.                        <!-- The search results will be displayed here -->
  707.          <div id="search-results" class="search-results-container search-v1"></div>
  708.                </div>
  709.            </div>
  710.        </div>
  711.    </div>
  712. </header>
  713.  
  714.  
  715. <script>
  716.    function toggleNav() {
  717.        const nav = document.getElementById('primaryNav');
  718.        const toggle = document.querySelector('.mobile-nav-toggle');
  719.  
  720.        nav.classList.toggle('show');
  721.        toggle.classList.toggle('active');
  722.    }
  723.  
  724.    // Close nav when clicking outside
  725.    document.addEventListener('click', function (event) {
  726.        const nav = document.getElementById('primaryNav');
  727.        const toggle = document.querySelector('.mobile-nav-toggle');
  728.  
  729.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  730.            nav.classList.remove('show');
  731.            toggle.classList.remove('active');
  732.        }
  733.    });
  734.  
  735.    // Close nav when window is resized to desktop
  736.    window.addEventListener('resize', function () {
  737.        if (window.innerWidth > 768) {
  738.            document.getElementById('primaryNav').classList.remove('show');
  739.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  740.        }
  741.    });
  742.  
  743. </script>
  744.  
  745. <style>
  746.    .custom-header {
  747.        background: var(--navbar-bg);
  748.        border-bottom: 1px solid var(--border-color);
  749.        position: sticky;
  750.        top: 0;
  751.        z-index: 1000;
  752.        padding: 0px 10px;
  753.    }
  754.  
  755.    /* Logo Section - Top Centered */
  756.    .logo-container {
  757.        text-align: center;
  758.        padding: 10px 0;
  759.        background: var(--navbar-bg);
  760.        border-bottom: 1px solid var(--border-color);
  761.    }
  762.  
  763.    .brand-link {
  764.        display: inline-flex;
  765.        align-items: center;
  766.        text-decoration: none;
  767.    }
  768.  
  769.    .brand-link img {
  770.        height: 100px;
  771.        width: auto;
  772.    }
  773.  
  774.    /* Navigation Section */
  775.    .navigation-container {
  776.        background: var(--navbar-bg);
  777.        padding: 0;
  778.    }
  779.  
  780.    .nav-content {
  781.        display: flex;
  782.        align-items: center;
  783.        justify-content: space-between;
  784.        min-height: 60px;
  785.        position: relative;
  786.    }
  787.  
  788.    /* Mobile toggle button */
  789.    .mobile-nav-toggle {
  790.        display: none;
  791.        background: var(--navbar-bg);
  792.        border: 2px solid var(--bs-primary);
  793.        color: var(--navbar-color);
  794.        padding: 8px;
  795.        border-radius: 12px;
  796.        cursor: pointer;
  797.        transition: all 0.3s ease;
  798.    }
  799.  
  800.    .mobile-nav-toggle:hover {
  801.        background: var(--bs-primary);
  802.        color: var(--link-color) !important;
  803.    }
  804.  
  805.    /* Navigation Links - Left Side */
  806.    .primary-nav {
  807.        flex: 1;
  808.    }
  809.  
  810.    .nav-links-list {
  811.        display: flex;
  812.        list-style: none;
  813.        margin: 0;
  814.        padding: 0;
  815.        gap: 5px;
  816.        align-items: center;
  817.    }
  818.  
  819.    .nav-item {
  820.        display: block;
  821.        padding: 8px 16px;
  822.        color: #333;
  823.        text-decoration: none;
  824.        font-weight: 500;
  825.        font-size: 14px;
  826.        text-transform: uppercase;
  827.        letter-spacing: 0.5px;
  828.        border-radius: 12px;
  829.        transition: all 0.3s ease;
  830.        white-space: nowrap;
  831.    }
  832.  
  833.    .nav-item:hover {
  834.        background: rgba(0, 123, 255, 0.19);
  835.        color: var(--navbar-color);
  836.    }
  837.  
  838.    .nav-item.active {
  839.        background: var(--bs-primary);
  840.        color: var(--link-color) !important;
  841.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  842.    }
  843.  
  844.    /* Search Container - Right Side */
  845.    .search-wrapper {
  846.        display: flex;
  847.        align-items: center;
  848.        gap: 8px;
  849.    }
  850.  
  851.    .search-input-field {
  852.        padding: 12px 18px;
  853.        border: 2px solid var(--border-color);
  854.        border-radius: 12px;
  855.        background: var(--navbar-bg);
  856.        color: var(--navbar-color);
  857.        font-size: 14px;
  858.        width: 250px;
  859.        transition: all 0.3s ease;
  860.    }
  861.  
  862.    .search-input-field::placeholder {
  863.        color: #6c757d;
  864.    }
  865.  
  866.    .search-input-field:focus {
  867.        outline: none;
  868.        background: white;
  869.        border-color: var(--bs-primary);
  870.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  871.    }
  872.  
  873.    .search-submit-btn {
  874.        background: var(--bs-primary);
  875.        border: none;
  876.        color: white;
  877.        padding: 12px;
  878.        border-radius: 12px;
  879.        cursor: pointer;
  880.        transition: all 0.3s ease;
  881.        display: flex;
  882.        align-items: center;
  883.        justify-content: center;
  884.    }
  885.  
  886.    .search-submit-btn:hover {
  887.        transform: scale(1.05);
  888.        opacity: 0.7;
  889.    }
  890.  
  891.    /* Tablet responsiveness */
  892.    @media (max-width: 1200px) {
  893.        .nav-item {
  894.            font-size: 13px;
  895.        }
  896.  
  897.        .search-input-field {
  898.            width: 220px;
  899.        }
  900.    }
  901.  
  902.    @media (max-width: 1024px) {
  903.        .nav-item {
  904.            font-size: 13px;
  905.        }
  906.  
  907.        .search-input-field {
  908.            width: 200px;
  909.        }
  910.    }
  911.  
  912.    @media (max-width: 900px) {
  913.        .nav-item {
  914.            font-size: 12px;
  915.        }
  916.  
  917.        .search-input-field {
  918.            width: 180px;
  919.        }
  920.    }
  921.  
  922.    /* Mobile responsiveness */
  923.    @media (max-width: 768px) {
  924.        .container-fluid {
  925.            padding: 0 15px;
  926.        }
  927.  
  928.        .logo-container {
  929.            padding: 15px 0;
  930.        }
  931.  
  932.        .brand-link img {
  933.            height: 40px;
  934.        }
  935.  
  936.        /* Show mobile toggle */
  937.        .mobile-nav-toggle {
  938.            display: block;
  939.        }
  940.  
  941.        .nav-content {
  942.            min-height: 50px;
  943.            padding: 10px 0;
  944.        }
  945.  
  946.        /* Hide navigation on mobile by default */
  947.        .primary-nav {
  948.            position: absolute;
  949.            top: 100%;
  950.            left: 0;
  951.            right: 0;
  952.            background: var(--navbar-bg);
  953.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  954.            border-radius: 0 0 10px 10px;
  955.            transform: translateY(-100%);
  956.            opacity: 0;
  957.            visibility: hidden;
  958.            transition: all 0.3s ease;
  959.            z-index: 999;
  960.        }
  961.  
  962.        /* Show navigation when toggled */
  963.        .primary-nav.show {
  964.            transform: translateY(0);
  965.            opacity: 1;
  966.            visibility: visible;
  967.        }
  968.  
  969.        .nav-links-list {
  970.            flex-direction: column;
  971.            gap: 0;
  972.            padding: 15px 0;
  973.        }
  974.  
  975.        .nav-item {
  976.            border-bottom: 1px solid #eee;
  977.            text-align: left;
  978.            border-radius: 0;
  979.            width: 100%;
  980.        }
  981.  
  982.        .nav-item:last-child {
  983.            border-bottom: none;
  984.        }
  985.  
  986.        /* Search stays visible on mobile - right side */
  987.        .search-wrapper {
  988.            margin-left: auto;
  989.        }
  990.  
  991.        .search-input-field {
  992.            width: 160px;
  993.            padding: 10px 15px;
  994.            font-size: 13px;
  995.        }
  996.  
  997.        .search-submit-btn {
  998.            padding: 10px;
  999.        }
  1000.    }
  1001.  
  1002.    @media (max-width: 576px) {
  1003.        .logo-container {
  1004.            padding: 12px 0;
  1005.        }
  1006.  
  1007.        .brand-link img {
  1008.            height: 35px;
  1009.        }
  1010.  
  1011.        .search-input-field {
  1012.            width: 140px;
  1013.            font-size: 12px;
  1014.        }
  1015.  
  1016.        .nav-content {
  1017.            gap: 10px;
  1018.        }
  1019.    }
  1020.  
  1021.    @media (max-width: 480px) {
  1022.        .container-fluid {
  1023.            padding: 0 10px;
  1024.        }
  1025.  
  1026.        .search-input-field {
  1027.            width: 120px;
  1028.        }
  1029.  
  1030.        .mobile-nav-toggle {
  1031.            padding: 6px;
  1032.        }
  1033.  
  1034.        .nav-item {
  1035.            font-size: 13px;
  1036.        }
  1037.    }
  1038.  
  1039.    @media (max-width: 400px) {
  1040.        .search-input-field {
  1041.            width: 100px;
  1042.            font-size: 11px;
  1043.            padding: 8px 12px;
  1044.        }
  1045.  
  1046.        .search-submit-btn {
  1047.            padding: 8px;
  1048.        }
  1049.  
  1050.        .search-submit-btn svg {
  1051.            width: 14px;
  1052.            height: 14px;
  1053.        }
  1054.    }
  1055.  
  1056.      /* search field */
  1057.  .search-results-container {
  1058.  position: absolute;
  1059.  top: 100%; /* Position it below the input field */
  1060.  left: 0;
  1061.  right: 0;
  1062.  background-color: white;
  1063.  border: 1px solid #ddd;
  1064.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1065.  max-height: 300px;
  1066.  overflow-y: auto;
  1067.  z-index: 1000;
  1068.  display: none; /* Initially hidden */
  1069. }
  1070.  
  1071. .search-results-container p {
  1072.  margin: 0;
  1073. }
  1074.  
  1075. .search-results-container .result-item {
  1076.  padding: 10px;
  1077.  cursor: pointer;
  1078. }
  1079.  
  1080. .search-results-container .result-item:hover {
  1081.  background-color: #f0f0f0;
  1082. }
  1083.  
  1084. </style>
  1085.  
  1086. <script>
  1087.  document.addEventListener("DOMContentLoaded", function () {
  1088.    const searchInput = document.querySelector(".search-input-field");
  1089.    const searchResults = document.getElementById("search-results");
  1090.  
  1091.    if (!searchInput || !searchResults) return; // Safety check
  1092.  
  1093.    // 🔍 Handle typing
  1094.    searchInput.addEventListener("keyup", function (e) {
  1095.      e.preventDefault();
  1096.  
  1097.      const query = searchInput.value.trim();
  1098.  
  1099.      if (query === "") {
  1100.        searchResults.innerHTML = "";
  1101.        searchResults.style.display = "none";
  1102.        return;
  1103.      }
  1104.  
  1105.      searchResults.style.display = "block";
  1106.  
  1107.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1108.        method: "GET",
  1109.        headers: {
  1110.          "X-Requested-With": "XMLHttpRequest",
  1111.        },
  1112.      })
  1113.        .then(response => response.json())
  1114.        .then(data => {
  1115.          if (data.html) {
  1116.            searchResults.innerHTML = data.html;
  1117.          } else {
  1118.            searchResults.innerHTML = "<p>No results found.</p>";
  1119.          }
  1120.        })
  1121.        .catch(error => {
  1122.          console.error("Error fetching search results:", error);
  1123.        });
  1124.    });
  1125.  
  1126.    // 🖱️ Close results when clicking outside
  1127.    document.addEventListener("click", function (e) {
  1128.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1129.        searchResults.style.display = "none";
  1130.      }
  1131.    });
  1132.  
  1133.    // ⌨️ Close results when pressing Escape
  1134.    document.addEventListener("keydown", function (e) {
  1135.      if (e.key === "Escape") {
  1136.        searchResults.style.display = "none";
  1137.      }
  1138.    });
  1139.  });
  1140. </script>
  1141.  
  1142.        </header>
  1143.        <!-- end of header -->
  1144.        <!-- start of wpo-blog-hero -->
  1145.        
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153. <div class="blog-hero-v8 my-5">
  1154.  <div class="container-fluid fluid-container">
  1155.    <!-- Full-Width Featured Article -->
  1156.    <div class="row g-4 mb-5">
  1157.      <div class="col-12">
  1158.        
  1159.        
  1160.          
  1161.        <article class="full-featured">
  1162.          <div class="featured-image-container">
  1163.            
  1164.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Body of Competitive Swimmer Presumably Attacked by Great White Found on Pacific Coastline" class="featured-image" />
  1165.            
  1166.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1167.          </div>
  1168.          <div class="featured-content">
  1169.            <h1 class="featured-title">
  1170.              <a href="/body-of-competitive-swimmer-presumably-attacked-by-great-white-found-on-pacific-coastline/">Body of Competitive Swimmer Presumably Attacked by Great White Found on Pacific Coastline</a>
  1171.            </h1>
  1172.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1173.            <div class="article-meta">
  1174.              <div class="author-info">
  1175.                
  1176.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy's Profile" class="author-pic" />
  1177.                
  1178.                <div class="author-text">
  1179.                  <span class="author-name">Mary Murphy</span>
  1180.                  
  1181.                  <span class="post-time">May 19, 2026</span>
  1182.                </div>
  1183.              </div>
  1184.              <div class="reading-info">
  1185.                
  1186.              </div>
  1187.            </div>
  1188.          </div>
  1189.        </article>
  1190.  
  1191.        
  1192.        
  1193.      </div>
  1194.    </div>
  1195.  
  1196.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1197.    <div class="row g-4">
  1198.      
  1199.      <div class="col-lg-3 col-md-6 col-12">
  1200.        <article class="compact-card">
  1201.          <div class="compact-image">
  1202.            
  1203.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Music Legend Barry Manilow Scheduled for an Operation for a Lung Cancer Diagnosis." />
  1204.            
  1205.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1206.          </div>
  1207.          <div class="compact-body">
  1208.            <h3 class="compact-title">
  1209.              <a href="/music-legend-barry-manilow-scheduled-for-an-operation-for-a-lung-cancer-diagnosis/">Music Legend Barry Manilow Scheduled for an Operation for a Lung Cancer Diagnosis.</a>
  1210.            </h3>
  1211.            <p class="compact-text"></p>
  1212.            <div class="compact-footer">
  1213.              <div class="compact-author">
  1214.                
  1215.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy's Profile" class="compact-avatar" />
  1216.                
  1217.                <span class="compact-name">Mary …</span>
  1218.              </div>
  1219.              <span class="compact-date">May 19</span>
  1220.            </div>
  1221.          </div>
  1222.        </article>
  1223.      </div>
  1224.      
  1225.      <div class="col-lg-3 col-md-6 col-12">
  1226.        <article class="compact-card">
  1227.          <div class="compact-image">
  1228.            
  1229.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Ex UK Soldier Accused of Killing Kenya Woman Shows Up in Courtroom" />
  1230.            
  1231.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1232.          </div>
  1233.          <div class="compact-body">
  1234.            <h3 class="compact-title">
  1235.              <a href="/ex-uk-soldier-accused-of-killing-kenya-woman-shows-up-in-courtroom/">Ex UK Soldier Accused of Killing Kenya Woman Shows Up in Courtroom</a>
  1236.            </h3>
  1237.            <p class="compact-text"></p>
  1238.            <div class="compact-footer">
  1239.              <div class="compact-author">
  1240.                
  1241.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy's Profile" class="compact-avatar" />
  1242.                
  1243.                <span class="compact-name">Mary …</span>
  1244.              </div>
  1245.              <span class="compact-date">May 19</span>
  1246.            </div>
  1247.          </div>
  1248.        </article>
  1249.      </div>
  1250.      
  1251.      <div class="col-lg-3 col-md-6 col-12">
  1252.        <article class="compact-card">
  1253.          <div class="compact-image">
  1254.            
  1255.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="FDA Approves Addyi, a Desire-Boosting Drug for Women After Menopause" />
  1256.            
  1257.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1258.          </div>
  1259.          <div class="compact-body">
  1260.            <h3 class="compact-title">
  1261.              <a href="/fda-approves-addyi-a-desire-boosting-drug-for-women-after-menopause/">FDA Approves Addyi, a Desire-Boosting Drug for Women After Menopause</a>
  1262.            </h3>
  1263.            <p class="compact-text"></p>
  1264.            <div class="compact-footer">
  1265.              <div class="compact-author">
  1266.                
  1267.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy's Profile" class="compact-avatar" />
  1268.                
  1269.                <span class="compact-name">Mary …</span>
  1270.              </div>
  1271.              <span class="compact-date">May 19</span>
  1272.            </div>
  1273.          </div>
  1274.        </article>
  1275.      </div>
  1276.      
  1277.  
  1278.      <!-- Recent Articles Sidebar -->
  1279.      <div class="col-lg-3 col-md-6 col-12">
  1280.        <div class="recent-section">
  1281.          <h3 class="recent-title">Recent Articles</h3>
  1282.          <div class="recent-list">
  1283.            
  1284.            <div class="recent-item">
  1285.              <div class="recent-content">
  1286.                <h4 class="recent-article-title">
  1287.                  <a href="/we-require-a-helicopter-to-search-for-them-adolescents-urgent-plea-to-save-loved-ones-adrift-off-down-under-coast-disclosed/">We Require a Helicopter to Search For Them’: …</a>
  1288.                </h4>
  1289.                <span class="recent-date">May 19, 2026</span>
  1290.              </div>
  1291.            </div>
  1292.            
  1293.          </div>
  1294.        </div>
  1295.      </div>
  1296.    </div>
  1297.  </div>
  1298. </div>
  1299.  
  1300.  
  1301.  
  1302. <style>
  1303.  /* Full-Width Featured Article */
  1304.  .full-featured {
  1305.    background: var(--card-bg, #ffffff);
  1306.    border-radius: 12px;
  1307.    overflow: hidden;
  1308.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1309.    border: 1px solid var(--border-color, #e5e7eb);
  1310.    transition: box-shadow 0.3s ease;
  1311.  }
  1312.  
  1313.  .full-featured:hover {
  1314.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1315.  }
  1316.  
  1317.  .featured-image-container {
  1318.    position: relative;
  1319.    height: 400px;
  1320.    overflow: hidden;
  1321.  }
  1322.  
  1323.  .featured-image {
  1324.    width: 100%;
  1325.    height: 100%;
  1326.    object-fit: cover;
  1327.  }
  1328.  
  1329.  .featured-content {
  1330.    padding: 2rem;
  1331.  }
  1332.  
  1333.  .featured-title {
  1334.    font-size: 2.5rem;
  1335.    font-weight: 700;
  1336.    color: #111827;
  1337.    margin-bottom: 1rem;
  1338.    line-height: 1.2;
  1339.  }
  1340.  
  1341.  .featured-title a {
  1342.    color: inherit;
  1343.    text-decoration: none;
  1344.  }
  1345.  
  1346.  .featured-title a:hover {
  1347.    color: #3b82f6;
  1348.    transition: color 0.3s ease;
  1349.  }
  1350.  
  1351.  .featured-summary {
  1352.    font-size: 1.1rem;
  1353.    color: #4b5563;
  1354.    line-height: 1.6;
  1355.    margin-bottom: 1.5rem;
  1356.  }
  1357.  
  1358.  /* Category Tags - Dynamic Colors */
  1359.  .category-tag {
  1360.    position: absolute;
  1361.    top: 1rem;
  1362.    left: 1rem;
  1363.    padding: 0.4rem 1.2rem;
  1364.    font-size: 0.8rem;
  1365.    font-weight: 600;
  1366.    text-transform: uppercase;
  1367.    color: white;
  1368.    border-radius: 20px;
  1369.    z-index: 2;
  1370.  }
  1371.  
  1372.  /* Category Colors */
  1373.  
  1374.  .business-tag, .business-cat { background-color: #10b981; }
  1375.  
  1376.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1377.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1378.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1379.  .health-tag, .health-cat { background-color: #84cc16; }
  1380.  
  1381.  /* Article Meta */
  1382.  .article-meta {
  1383.    display: flex;
  1384.    align-items: center;
  1385.    justify-content: space-between;
  1386.    font-size: 0.9rem;
  1387.    color: #6b7280;
  1388.  }
  1389.  
  1390.  .author-info {
  1391.    display: flex;
  1392.    align-items: center;
  1393.    gap: 0.75rem;
  1394.  }
  1395.  
  1396.  .author-pic {
  1397.    width: 40px;
  1398.    height: 40px;
  1399.    border-radius: 50%;
  1400.    object-fit: cover;
  1401.  }
  1402.  
  1403.  .author-name {
  1404.    font-weight: 600;
  1405.    color: var(--topbar-color, #111827);
  1406.  }
  1407.  
  1408.  .post-time {
  1409.    font-size: 0.85rem;
  1410.    color: #6b7280;
  1411.  }
  1412.  
  1413.  .read-time {
  1414.    background: #f3f4f6;
  1415.    padding: 0.25rem 0.75rem;
  1416.    border-radius: 12px;
  1417.    font-size: 0.8rem;
  1418.  }
  1419.  
  1420.  /* Compact Cards */
  1421.  .compact-card {
  1422.    background: var(--card-bg, #ffffff);
  1423.    border-radius: 12px;
  1424.    overflow: hidden;
  1425.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1426.    border: 1px solid var(--border-color, #e5e7eb);
  1427.    transition: box-shadow 0.3s ease;
  1428.    height: 100%;
  1429.  }
  1430.  
  1431.  .compact-card:hover {
  1432.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1433.  }
  1434.  
  1435.  .compact-image {
  1436.    position: relative;
  1437.    height: 160px;
  1438.    overflow: hidden;
  1439.  }
  1440.  
  1441.  .compact-image img {
  1442.    width: 100%;
  1443.    height: 100%;
  1444.    object-fit: cover;
  1445.  }
  1446.  
  1447.  .compact-category {
  1448.    position: absolute;
  1449.    top: 0.75rem;
  1450.    left: 0.75rem;
  1451.    padding: 0.3rem 1rem;
  1452.    font-size: 0.75rem;
  1453.    border-radius: 20px;
  1454.    color: white;
  1455.    font-weight: 600;
  1456.    text-transform: uppercase;
  1457.  }
  1458.  
  1459.  .compact-body {
  1460.    padding: 1.25rem;
  1461.  }
  1462.  
  1463.  .compact-title {
  1464.    font-size: 1.1rem;
  1465.    font-weight: 600;
  1466.    color: #111827;
  1467.    margin-bottom: 0.5rem;
  1468.    line-height: 1.3;
  1469.  }
  1470.  
  1471.  .compact-title a {
  1472.    color: inherit;
  1473.    text-decoration: none;
  1474.  }
  1475.  
  1476.  .compact-title a:hover {
  1477.    color: #3b82f6;
  1478.    transition: color 0.3s ease;
  1479.  }
  1480.  
  1481.  .compact-text {
  1482.    font-size: 0.9rem;
  1483.    color: #4b5563;
  1484.    line-height: 1.5;
  1485.  }
  1486.  
  1487.  .compact-footer {
  1488.    display: flex;
  1489.    justify-content: space-between;
  1490.    align-items: center;
  1491.    margin-top: 1rem;
  1492.    font-size: 0.85rem;
  1493.    color: #6b7280;
  1494.  }
  1495.  
  1496.  .compact-author {
  1497.    display: flex;
  1498.    align-items: center;
  1499.    gap: 0.5rem;
  1500.  }
  1501.  
  1502.  .compact-avatar {
  1503.    width: 28px;
  1504.    height: 28px;
  1505.    border-radius: 50%;
  1506.    object-fit: cover;
  1507.  }
  1508.  
  1509.  .compact-name {
  1510.    color: var(--topbar-color, #111827);
  1511.    font-weight: 500;
  1512.  }
  1513.  
  1514.  /* Recent Articles Sidebar */
  1515.  .recent-section {
  1516.    background: var(--card-bg, #ffffff);
  1517.    border-radius: 12px;
  1518.    padding: 1.5rem;
  1519.    border: 1px solid var(--border-color, #e5e7eb);
  1520.    height: 100%;
  1521.  }
  1522.  
  1523.  .recent-title {
  1524.    font-size: 1.2rem;
  1525.    font-weight: 700;
  1526.    color: #111827;
  1527.    margin-bottom: 1rem;
  1528.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1529.    padding-bottom: 0.5rem;
  1530.  }
  1531.  
  1532.  .recent-list {
  1533.    display: flex;
  1534.    flex-direction: column;
  1535.    gap: 1rem;
  1536.  }
  1537.  
  1538.  .recent-item {
  1539.    padding: 0.75rem;
  1540.    border-radius: 8px;
  1541.    transition: background 0.2s ease;
  1542.    border: 1px solid var(--border-color, #e5e7eb);
  1543.  }
  1544.  
  1545.  .recent-item:hover {
  1546.    background: var(--card-bg);
  1547.  }
  1548.  
  1549.  .recent-article-title {
  1550.    font-size: 0.95rem;
  1551.    font-weight: 500;
  1552.    color: var(--topbar-color, #111827);
  1553.    margin-bottom: 0.25rem;
  1554.  }
  1555.  
  1556.  .recent-article-title a {
  1557.    color: inherit;
  1558.    text-decoration: none;
  1559.  }
  1560.  
  1561.  .recent-article-title a:hover {
  1562.    color: #3b82f6;
  1563.    transition: color 0.3s ease;
  1564.  }
  1565.  
  1566.  .recent-date {
  1567.    font-size: 0.8rem;
  1568.    color: #6b7280;
  1569.  }
  1570.  
  1571.  /* Responsive Design */
  1572.  @media (max-width: 992px) {
  1573.    .featured-image-container {
  1574.      height: 300px;
  1575.    }
  1576.    
  1577.    .featured-title {
  1578.      font-size: 2rem;
  1579.    }
  1580.    
  1581.    .compact-image {
  1582.      height: 140px;
  1583.    }
  1584.  }
  1585.  
  1586.  @media (max-width: 768px) {
  1587.    .featured-content,
  1588.    .compact-body {
  1589.      padding: 1.5rem;
  1590.    }
  1591.    
  1592.    .article-meta {
  1593.      flex-direction: column;
  1594.      align-items: flex-start;
  1595.      gap: 0.75rem;
  1596.    }
  1597.    
  1598.    .recent-section {
  1599.      margin-top: 2rem;
  1600.    }
  1601.  }
  1602.  
  1603.  @media (max-width: 576px) {
  1604.    .featured-title {
  1605.      font-size: 1.8rem;
  1606.    }
  1607.    
  1608.    .compact-title {
  1609.      font-size: 1rem;
  1610.    }
  1611.    
  1612.    .featured-content {
  1613.      padding: 1rem;
  1614.    }
  1615.    
  1616.    .compact-body {
  1617.      padding: 1rem;
  1618.    }
  1619.  }
  1620. </style>
  1621.  
  1622.  
  1623.        <!-- end of wpo-blog-hero -->
  1624.  
  1625.        <!-- start of wpo-breacking-news -->
  1626.        
  1627.        <!-- end of wpo-breacking-news -->
  1628.        
  1629.        <!-- start wpo-blog-highlights-section -->
  1630.        
  1631.  
  1632.  
  1633.  
  1634.    
  1635.  
  1636.  
  1637.  
  1638.  
  1639. <style>
  1640.    .blog-highlights-v3 {
  1641.        padding: 80px 0;
  1642.        position: relative;
  1643.        overflow: hidden;
  1644.    }
  1645.    
  1646.    .blog-highlights-v3::before {
  1647.        content: '';
  1648.        position: absolute;
  1649.        top: 0;
  1650.        left: 0;
  1651.        width: 100%;
  1652.        height: 100%;
  1653.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1654.        z-index: 0;
  1655.    }
  1656.    
  1657.    .masonry-container {
  1658.        display: grid;
  1659.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1660.        grid-gap: 25px;
  1661.    }
  1662.    
  1663.    .blog-card-v3 {
  1664.        border: 1px solid var(--border-color) !important;
  1665.        border-radius: 25px;
  1666.        overflow: hidden;
  1667.        background: var(--card-bg);
  1668.        backdrop-filter: blur(10px);
  1669.        border: 1px solid var(--border-color);
  1670.        position: relative;
  1671.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1672.        cursor: pointer;
  1673.        transform: translateY(0) rotateX(0) rotateY(0);
  1674.        transform-style: preserve-3d;
  1675.        perspective: 1000px;
  1676.        z-index: 1;
  1677.    }
  1678.    .span-21 { grid-row-end: span 21; }
  1679.    .span-22 { grid-row-end: span 22; }
  1680.    
  1681.    .blog-card-v3::before {
  1682.        content: '';
  1683.        position: absolute;
  1684.        top: 0;
  1685.        left: 0;
  1686.        width: 100%;
  1687.        height: 100%;
  1688.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1689.        opacity: 0;
  1690.        transition: opacity 0.3s ease;
  1691.        z-index: 1;
  1692.    }
  1693.    
  1694.    .blog-card-v3:hover {
  1695.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1696.        box-shadow:
  1697.            0 30px 60px rgba(0,0,0,0.15),
  1698.            0 15px 30px rgba(0,0,0,0.1),
  1699.            inset 0 1px 0 rgba(255,255,255,0.3);
  1700.        z-index: 10;
  1701.    }
  1702.    
  1703.    .blog-card-v3:hover::before {
  1704.        opacity: 1;
  1705.    }
  1706.    
  1707.    .blog-image-v3 {
  1708.        position: relative;
  1709.        overflow: hidden;
  1710.        height: 50%;
  1711.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1712.    }
  1713.    
  1714.    .blog-image-v3::after {
  1715.        content: '';
  1716.        position: absolute;
  1717.        top: 0;
  1718.        left: 0;
  1719.        width: 100%;
  1720.        height: 100%;
  1721.        background:
  1722.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1723.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1724.        z-index: 2;
  1725.    }
  1726.    
  1727.    .blog-image-v3 img {
  1728.        width: 100%;
  1729.        height: 100%;
  1730.        object-fit: cover;
  1731.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1732.        transform: scale(1);
  1733.        filter: brightness(1) saturate(1);
  1734.    }
  1735.    
  1736.    .blog-card-v3:hover .blog-image-v3 img {
  1737.        transform: scale(1.15);
  1738.        filter: brightness(1.1) saturate(1.2);
  1739.    }
  1740.    
  1741.    .blog-floating-elements {
  1742.        position: absolute;
  1743.        top: 0;
  1744.        left: 0;
  1745.        width: 100%;
  1746.        height: 100%;
  1747.        pointer-events: none;
  1748.        z-index: 3;
  1749.    }
  1750.    
  1751.    .floating-dot {
  1752.        position: absolute;
  1753.        width: 8px;
  1754.        height: 8px;
  1755.        background: rgba(255,255,255,0.6);
  1756.        border-radius: 50%;
  1757.        animation: float 3s ease-in-out infinite;
  1758.    }
  1759.    
  1760.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1761.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1762.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1763.    
  1764.    @keyframes float {
  1765.        0%, 100% { transform: translateY(0px); }
  1766.        50% { transform: translateY(-10px); }
  1767.    }
  1768.    
  1769.    .blog-category-v3 {
  1770.        position: absolute;
  1771.        top: 25px;
  1772.        right: 25px;
  1773.        padding: 10px 18px;
  1774.        border-radius: 30px;
  1775.        font-size: 11px;
  1776.        font-weight: 800;
  1777.        text-transform: uppercase;
  1778.        letter-spacing: 1.2px;
  1779.        backdrop-filter: blur(10px);
  1780.        z-index: 4;
  1781.        transform: translateY(0) scale(1);
  1782.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1783.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1784.        border: 1px solid rgba(255,255,255,0.3);
  1785.    }
  1786.    
  1787.    .blog-card-v3:hover .blog-category-v3 {
  1788.        transform: translateY(-10px) scale(1.1);
  1789.        background: rgba(var(--card-bg),1);
  1790.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1791.    }
  1792.    
  1793.    .blog-content-v3 {
  1794.        padding: 35px 30px 30px;
  1795.        height: 50%;
  1796.        display: flex;
  1797.        flex-direction: column;
  1798.        justify-content: space-between;
  1799.        position: relative;
  1800.        z-index: 2;
  1801.    }
  1802.    
  1803.    .blog-title-v3 {
  1804.        font-size: 19px;
  1805.        font-weight: 700;
  1806.        line-height: 1.3;
  1807.        margin-bottom: 18px;
  1808.        position: relative;
  1809.    }
  1810.    
  1811.    .blog-title-v3 a {
  1812.        text-decoration: none;
  1813.        color: var(--top-color) !important;
  1814.        transition: all 0.3s ease;
  1815.        position: relative;
  1816.        display: inline-block;
  1817.    }
  1818.    
  1819.    .blog-title-v3 a::before {
  1820.        content: '';
  1821.        position: absolute;
  1822.        bottom: -3px;
  1823.        left: 0;
  1824.        width: 0;
  1825.        height: 3px;
  1826.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1827.        border-radius: 2px;
  1828.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1829.    }
  1830.    
  1831.    .blog-card-v3:hover .blog-title-v3 a::before {
  1832.        width: 100%;
  1833.    }
  1834.    
  1835.    .blog-meta-v3 {
  1836.        display: flex;
  1837.        align-items: center;
  1838.        gap: 15px;
  1839.        margin-bottom: 18px;
  1840.        font-size: 13px;
  1841.        color: #7f8c8d;
  1842.        padding-bottom: 18px;
  1843.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1844.        position: relative;
  1845.    }
  1846.    
  1847.    .blog-meta-v3::after {
  1848.        content: '';
  1849.        position: absolute;
  1850.        bottom: -1px;
  1851.        left: 0;
  1852.        width: 0;
  1853.        height: 1px;
  1854.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1855.        transition: width 0.6s ease 0.3s;
  1856.    }
  1857.    
  1858.    .blog-card-v3:hover .blog-meta-v3::after {
  1859.        width: 80px;
  1860.    }
  1861.    
  1862.    .blog-author-img-v3 {
  1863.        width: 35px;
  1864.        height: 35px;
  1865.        border-radius: 50%;
  1866.        object-fit: cover;
  1867.        border: 3px solid rgba(255,255,255,0.8);
  1868.        transition: all 0.4s ease;
  1869.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1870.    }
  1871.    
  1872.    .blog-card-v3:hover .blog-author-img-v3 {
  1873.        transform: scale(1.15);
  1874.        border-color: rgba(102, 126, 234, 0.5);
  1875.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1876.    }
  1877.    
  1878.    .blog-excerpt-v3 {
  1879.        font-size: 14px;
  1880.        line-height: 1.7;
  1881.        color: #5a6c7d;
  1882.        margin-bottom: 20px;
  1883.        display: -webkit-box;
  1884.        -webkit-line-clamp: 3;
  1885.        -webkit-box-orient: vertical;
  1886.        overflow: hidden;
  1887.        opacity: 0.9;
  1888.        transition: opacity 0.3s ease;
  1889.    }
  1890.    
  1891.    .blog-card-v3:hover .blog-excerpt-v3 {
  1892.        opacity: 1;
  1893.    }
  1894.    
  1895.    .blog-actions-v3 {
  1896.        display: flex;
  1897.        justify-content: space-between;
  1898.        align-items: center;
  1899.    }
  1900.    
  1901.    .blog-read-time-v3 {
  1902.        font-size: 12px;
  1903.        color: #95a5a6;
  1904.        display: flex;
  1905.        align-items: center;
  1906.        gap: 6px;
  1907.    }
  1908.    
  1909.    .blog-read-more-v3 {
  1910.        width: 50px;
  1911.        height: 50px;
  1912.        border-radius: 50%;
  1913.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1914.        display: flex;
  1915.        align-items: center;
  1916.        justify-content: center;
  1917.        color: white;
  1918.        text-decoration: none;
  1919.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1920.        transform: scale(0) rotate(0deg);
  1921.        opacity: 0;
  1922.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1923.        position: relative;
  1924.        overflow: hidden;
  1925.    }
  1926.    
  1927.    .blog-read-more-v3::before {
  1928.        content: '';
  1929.        position: absolute;
  1930.        top: 50%;
  1931.        left: 50%;
  1932.        width: 0;
  1933.        height: 0;
  1934.        background: rgba(255,255,255,0.2);
  1935.        border-radius: 50%;
  1936.        transition: all 0.6s ease;
  1937.        transform: translate(-50%, -50%);
  1938.    }
  1939.    
  1940.    .blog-card-v3:hover .blog-read-more-v3 {
  1941.        transform: scale(1) rotate(360deg);
  1942.        opacity: 1;
  1943.    }
  1944.    
  1945.    .blog-read-more-v3:hover::before {
  1946.        width: 100%;
  1947.        height: 100%;
  1948.    }
  1949.    
  1950.    .section-header-v3 {
  1951.        text-align: center;
  1952.        margin-bottom: 80px;
  1953.        position: relative;
  1954.        z-index: 2;
  1955.    }
  1956.    
  1957.    .section-title-v3 {
  1958.        font-size: 3.5rem;
  1959.        font-weight: 900;
  1960.        margin-bottom: 25px;
  1961.        color: #2c3e50;
  1962.        position: relative;
  1963.        display: inline-block;
  1964.    }
  1965.    
  1966.    .section-title-v3::before {
  1967.        content: '';
  1968.        position: absolute;
  1969.        top: -15px;
  1970.        right: -15px;
  1971.        width: 30px;
  1972.        height: 30px;
  1973.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1974.        border-radius: 50%;
  1975.        opacity: 0.3;
  1976.        animation: pulse 2s infinite;
  1977.    }
  1978.    
  1979.    @keyframes pulse {
  1980.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1981.        50% { transform: scale(1.2); opacity: 0.6; }
  1982.    }
  1983.    
  1984.    .section-subtitle-v3 {
  1985.        font-size: 1.2rem;
  1986.        color: #7f8c8d;
  1987.        max-width: 700px;
  1988.        margin: 0 auto;
  1989.        line-height: 1.7;
  1990.        font-weight: 300;
  1991.    }
  1992.    
  1993.    .scroll-reveal {
  1994.        opacity: 0;
  1995.        transform: translateY(50px) scale(0.9);
  1996.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1997.    }
  1998.    
  1999.    .scroll-reveal.revealed {
  2000.        opacity: 1;
  2001.        transform: translateY(0) scale(1);
  2002.    }
  2003.    
  2004.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2005.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2006.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2007.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2008.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2009.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2010.  
  2011.    @media (max-width: 768px) {
  2012.        .masonry-container {
  2013.            display: flex;
  2014.            flex-direction: column;
  2015.            grid-gap: 20px;
  2016.        }
  2017.        .blog-card-v3:nth-child(n) {
  2018.            grid-row-end: span 20;
  2019.        }
  2020.        .section-title-v3 {
  2021.            font-size: 2.8rem;
  2022.        }
  2023.        .blog-highlights-v3 {
  2024.            padding: 60px 0;
  2025.        }
  2026.        .blog-content-v3 {
  2027.            padding: 25px 20px;
  2028.        }
  2029.        .blog-card-v3:hover {
  2030.            transform: translateY(-15px) scale(1.02);
  2031.        }
  2032.        .blog-image-v3{
  2033.            max-height: 350px;
  2034.            height: 100%;
  2035.        }
  2036.    }
  2037. </style>
  2038.  
  2039. <section class="blog-highlights-v3">
  2040.    <div class="container-fluid fluid-container">
  2041.        <div class="row">
  2042.            <div class="col-12">
  2043.                 <div class="wpo-section-title">
  2044.            <h2>
  2045.                Today's Top Highlights
  2046.                   </h2>
  2047.        </div>
  2048.            </div>
  2049.        </div>
  2050.        
  2051.        <div class="row">
  2052.            <div class="col-lg-8 col-12">
  2053.                <div class="masonry-container">
  2054.                    
  2055.                    <div class="blog-card-v3 scroll-reveal span-21">
  2056.                        <div class="blog-image-v3">
  2057.                            
  2058.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2059.                            
  2060.                            <div class="blog-floating-elements">
  2061.                                <div class="floating-dot"></div>
  2062.                                <div class="floating-dot"></div>
  2063.                                <div class="floating-dot"></div>
  2064.                            </div>
  2065.                            <span class="blog-category-v3 bg-primary-gradient">
  2066.                                News
  2067.                            </span>
  2068.                        </div>
  2069.                        <div class="blog-content-v3">
  2070.                            <h3 class="blog-title-v3">
  2071.                                <a href="/cyclone-disaster-in-the-island-nation-unleashes-a-wave-of-community-action/" >
  2072.                                Cyclone Disaster in the Island Nation Unleashes a Wave of Community Action
  2073.                                </a>
  2074.                            </h3>
  2075.                            <div class="blog-meta-v3">
  2076.                                
  2077.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2078.                                
  2079.                                <span>By Mary Murphy</span>
  2080.                                <span>•</span>
  2081.                                <span>18 May 2026</span>
  2082.                            </div>
  2083.                            
  2084.                            <div class="blog-actions-v3">
  2085.                                <div class="blog-read-time-v3">
  2086.                                    <i class="far fa-clock"></i>
  2087.                                    <!-- <span>5 min read</span> -->
  2088.                                </div>
  2089.                                <a href="/cyclone-disaster-in-the-island-nation-unleashes-a-wave-of-community-action/"  class="blog-read-more-v3">
  2090.                                    <i class="ti-arrow-right"></i>
  2091.                                </a>
  2092.                            </div>
  2093.                        </div>
  2094.                    </div>
  2095.                    
  2096.                    <div class="blog-card-v3 scroll-reveal span-22">
  2097.                        <div class="blog-image-v3">
  2098.                            
  2099.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2100.                            
  2101.                            <div class="blog-floating-elements">
  2102.                                <div class="floating-dot"></div>
  2103.                                <div class="floating-dot"></div>
  2104.                                <div class="floating-dot"></div>
  2105.                            </div>
  2106.                            <span class="blog-category-v3 bg-primary-gradient">
  2107.                                News
  2108.                            </span>
  2109.                        </div>
  2110.                        <div class="blog-content-v3">
  2111.                            <h3 class="blog-title-v3">
  2112.                                <a href="/real-madrids-alexander-arnold-might-face-his-former-club-in-forthcoming-european-fixture/" >
  2113.                                Real Madrid&#x27;s Alexander-Arnold Might Face His Former Club in Forthcoming European Fixture
  2114.                                </a>
  2115.                            </h3>
  2116.                            <div class="blog-meta-v3">
  2117.                                
  2118.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2119.                                
  2120.                                <span>By Mary Murphy</span>
  2121.                                <span>•</span>
  2122.                                <span>18 May 2026</span>
  2123.                            </div>
  2124.                            
  2125.                            <div class="blog-actions-v3">
  2126.                                <div class="blog-read-time-v3">
  2127.                                    <i class="far fa-clock"></i>
  2128.                                    <!-- <span>5 min read</span> -->
  2129.                                </div>
  2130.                                <a href="/real-madrids-alexander-arnold-might-face-his-former-club-in-forthcoming-european-fixture/"  class="blog-read-more-v3">
  2131.                                    <i class="ti-arrow-right"></i>
  2132.                                </a>
  2133.                            </div>
  2134.                        </div>
  2135.                    </div>
  2136.                    
  2137.                    <div class="blog-card-v3 scroll-reveal span-21">
  2138.                        <div class="blog-image-v3">
  2139.                            
  2140.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2141.                            
  2142.                            <div class="blog-floating-elements">
  2143.                                <div class="floating-dot"></div>
  2144.                                <div class="floating-dot"></div>
  2145.                                <div class="floating-dot"></div>
  2146.                            </div>
  2147.                            <span class="blog-category-v3 bg-primary-gradient">
  2148.                                News
  2149.                            </span>
  2150.                        </div>
  2151.                        <div class="blog-content-v3">
  2152.                            <h3 class="blog-title-v3">
  2153.                                <a href="/worrying-remembrances-reemerge-in-davao-as-officials-track-bondi-shooting-alleged-attackers-activities/" >
  2154.                                Worrying Remembrances Reemerge in Davao as Officials Track Bondi Shooting Alleged Attackers&#x27; Activities
  2155.                                </a>
  2156.                            </h3>
  2157.                            <div class="blog-meta-v3">
  2158.                                
  2159.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2160.                                
  2161.                                <span>By Mary Murphy</span>
  2162.                                <span>•</span>
  2163.                                <span>18 May 2026</span>
  2164.                            </div>
  2165.                            
  2166.                            <div class="blog-actions-v3">
  2167.                                <div class="blog-read-time-v3">
  2168.                                    <i class="far fa-clock"></i>
  2169.                                    <!-- <span>5 min read</span> -->
  2170.                                </div>
  2171.                                <a href="/worrying-remembrances-reemerge-in-davao-as-officials-track-bondi-shooting-alleged-attackers-activities/"  class="blog-read-more-v3">
  2172.                                    <i class="ti-arrow-right"></i>
  2173.                                </a>
  2174.                            </div>
  2175.                        </div>
  2176.                    </div>
  2177.                    
  2178.                    <div class="blog-card-v3 scroll-reveal span-22">
  2179.                        <div class="blog-image-v3">
  2180.                            
  2181.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2182.                            
  2183.                            <div class="blog-floating-elements">
  2184.                                <div class="floating-dot"></div>
  2185.                                <div class="floating-dot"></div>
  2186.                                <div class="floating-dot"></div>
  2187.                            </div>
  2188.                            <span class="blog-category-v3 bg-primary-gradient">
  2189.                                News
  2190.                            </span>
  2191.                        </div>
  2192.                        <div class="blog-content-v3">
  2193.                            <h3 class="blog-title-v3">
  2194.                                <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/" >
  2195.                                Genuine Algarve: Exploring Portugal Away from the Beach
  2196.                                </a>
  2197.                            </h3>
  2198.                            <div class="blog-meta-v3">
  2199.                                
  2200.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2201.                                
  2202.                                <span>By Mary Murphy</span>
  2203.                                <span>•</span>
  2204.                                <span>18 May 2026</span>
  2205.                            </div>
  2206.                            
  2207.                            <div class="blog-actions-v3">
  2208.                                <div class="blog-read-time-v3">
  2209.                                    <i class="far fa-clock"></i>
  2210.                                    <!-- <span>5 min read</span> -->
  2211.                                </div>
  2212.                                <a href="/genuine-algarve-exploring-portugal-away-from-the-beach/"  class="blog-read-more-v3">
  2213.                                    <i class="ti-arrow-right"></i>
  2214.                                </a>
  2215.                            </div>
  2216.                        </div>
  2217.                    </div>
  2218.                    
  2219.                    <div class="blog-card-v3 scroll-reveal span-21">
  2220.                        <div class="blog-image-v3">
  2221.                            
  2222.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2223.                            
  2224.                            <div class="blog-floating-elements">
  2225.                                <div class="floating-dot"></div>
  2226.                                <div class="floating-dot"></div>
  2227.                                <div class="floating-dot"></div>
  2228.                            </div>
  2229.                            <span class="blog-category-v3 bg-primary-gradient">
  2230.                                News
  2231.                            </span>
  2232.                        </div>
  2233.                        <div class="blog-content-v3">
  2234.                            <h3 class="blog-title-v3">
  2235.                                <a href="/david-raya-highlights-teams-strength-as-essential-to-silverware-challenge/" >
  2236.                                David Raya Highlights Team&#x27;s Strength as Essential to Silverware Challenge
  2237.                                </a>
  2238.                            </h3>
  2239.                            <div class="blog-meta-v3">
  2240.                                
  2241.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2242.                                
  2243.                                <span>By Mary Murphy</span>
  2244.                                <span>•</span>
  2245.                                <span>18 May 2026</span>
  2246.                            </div>
  2247.                            
  2248.                            <div class="blog-actions-v3">
  2249.                                <div class="blog-read-time-v3">
  2250.                                    <i class="far fa-clock"></i>
  2251.                                    <!-- <span>5 min read</span> -->
  2252.                                </div>
  2253.                                <a href="/david-raya-highlights-teams-strength-as-essential-to-silverware-challenge/"  class="blog-read-more-v3">
  2254.                                    <i class="ti-arrow-right"></i>
  2255.                                </a>
  2256.                            </div>
  2257.                        </div>
  2258.                    </div>
  2259.                    
  2260.                    <div class="blog-card-v3 scroll-reveal span-22">
  2261.                        <div class="blog-image-v3">
  2262.                            
  2263.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2264.                            
  2265.                            <div class="blog-floating-elements">
  2266.                                <div class="floating-dot"></div>
  2267.                                <div class="floating-dot"></div>
  2268.                                <div class="floating-dot"></div>
  2269.                            </div>
  2270.                            <span class="blog-category-v3 bg-primary-gradient">
  2271.                                News
  2272.                            </span>
  2273.                        </div>
  2274.                        <div class="blog-content-v3">
  2275.                            <h3 class="blog-title-v3">
  2276.                                <a href="/can-the-all-blacks-find-their-magic-this-autumn/" >
  2277.                                Can the All Blacks find their magic this autumn?
  2278.                                </a>
  2279.                            </h3>
  2280.                            <div class="blog-meta-v3">
  2281.                                
  2282.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2283.                                
  2284.                                <span>By Mary Murphy</span>
  2285.                                <span>•</span>
  2286.                                <span>18 May 2026</span>
  2287.                            </div>
  2288.                            
  2289.                            <div class="blog-actions-v3">
  2290.                                <div class="blog-read-time-v3">
  2291.                                    <i class="far fa-clock"></i>
  2292.                                    <!-- <span>5 min read</span> -->
  2293.                                </div>
  2294.                                <a href="/can-the-all-blacks-find-their-magic-this-autumn/"  class="blog-read-more-v3">
  2295.                                    <i class="ti-arrow-right"></i>
  2296.                                </a>
  2297.                            </div>
  2298.                        </div>
  2299.                    </div>
  2300.                    
  2301.                    <div class="blog-card-v3 scroll-reveal span-21">
  2302.                        <div class="blog-image-v3">
  2303.                            
  2304.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2305.                            
  2306.                            <div class="blog-floating-elements">
  2307.                                <div class="floating-dot"></div>
  2308.                                <div class="floating-dot"></div>
  2309.                                <div class="floating-dot"></div>
  2310.                            </div>
  2311.                            <span class="blog-category-v3 bg-primary-gradient">
  2312.                                News
  2313.                            </span>
  2314.                        </div>
  2315.                        <div class="blog-content-v3">
  2316.                            <h3 class="blog-title-v3">
  2317.                                <a href="/the-presidents-overarching-presence-in-the-sporting-world-achieved-new-heights-in-2025-the-coming-year-threatens-to-take-it-further/" >
  2318.                                The President&#x27;s Overarching Presence in The Sporting World Achieved New Heights in 2025. The Coming Year Threatens to Take It Further.
  2319.                                </a>
  2320.                            </h3>
  2321.                            <div class="blog-meta-v3">
  2322.                                
  2323.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2324.                                
  2325.                                <span>By Mary Murphy</span>
  2326.                                <span>•</span>
  2327.                                <span>18 May 2026</span>
  2328.                            </div>
  2329.                            
  2330.                            <div class="blog-actions-v3">
  2331.                                <div class="blog-read-time-v3">
  2332.                                    <i class="far fa-clock"></i>
  2333.                                    <!-- <span>5 min read</span> -->
  2334.                                </div>
  2335.                                <a href="/the-presidents-overarching-presence-in-the-sporting-world-achieved-new-heights-in-2025-the-coming-year-threatens-to-take-it-further/"  class="blog-read-more-v3">
  2336.                                    <i class="ti-arrow-right"></i>
  2337.                                </a>
  2338.                            </div>
  2339.                        </div>
  2340.                    </div>
  2341.                    
  2342.                    <div class="blog-card-v3 scroll-reveal span-22">
  2343.                        <div class="blog-image-v3">
  2344.                            
  2345.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2346.                            
  2347.                            <div class="blog-floating-elements">
  2348.                                <div class="floating-dot"></div>
  2349.                                <div class="floating-dot"></div>
  2350.                                <div class="floating-dot"></div>
  2351.                            </div>
  2352.                            <span class="blog-category-v3 bg-primary-gradient">
  2353.                                News
  2354.                            </span>
  2355.                        </div>
  2356.                        <div class="blog-content-v3">
  2357.                            <h3 class="blog-title-v3">
  2358.                                <a href="/work-out-while-you-work-a-dozen-muscle-toning-office-workouts-you-can-do-in-regular-clothes/" >
  2359.                                Work out while you work? A dozen muscle-toning office workouts you can do in regular clothes
  2360.                                </a>
  2361.                            </h3>
  2362.                            <div class="blog-meta-v3">
  2363.                                
  2364.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2365.                                
  2366.                                <span>By Mary Murphy</span>
  2367.                                <span>•</span>
  2368.                                <span>17 May 2026</span>
  2369.                            </div>
  2370.                            
  2371.                            <div class="blog-actions-v3">
  2372.                                <div class="blog-read-time-v3">
  2373.                                    <i class="far fa-clock"></i>
  2374.                                    <!-- <span>5 min read</span> -->
  2375.                                </div>
  2376.                                <a href="/work-out-while-you-work-a-dozen-muscle-toning-office-workouts-you-can-do-in-regular-clothes/"  class="blog-read-more-v3">
  2377.                                    <i class="ti-arrow-right"></i>
  2378.                                </a>
  2379.                            </div>
  2380.                        </div>
  2381.                    </div>
  2382.                    
  2383.                    <div class="blog-card-v3 scroll-reveal span-21">
  2384.                        <div class="blog-image-v3">
  2385.                            
  2386.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2387.                            
  2388.                            <div class="blog-floating-elements">
  2389.                                <div class="floating-dot"></div>
  2390.                                <div class="floating-dot"></div>
  2391.                                <div class="floating-dot"></div>
  2392.                            </div>
  2393.                            <span class="blog-category-v3 bg-primary-gradient">
  2394.                                News
  2395.                            </span>
  2396.                        </div>
  2397.                        <div class="blog-content-v3">
  2398.                            <h3 class="blog-title-v3">
  2399.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-view/" >
  2400.                                Anno 117: Pax Romana&#x27;s Hidden Gem Turns Out to Be a Impressive First-Person View.
  2401.                                </a>
  2402.                            </h3>
  2403.                            <div class="blog-meta-v3">
  2404.                                
  2405.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2406.                                
  2407.                                <span>By Mary Murphy</span>
  2408.                                <span>•</span>
  2409.                                <span>17 May 2026</span>
  2410.                            </div>
  2411.                            
  2412.                            <div class="blog-actions-v3">
  2413.                                <div class="blog-read-time-v3">
  2414.                                    <i class="far fa-clock"></i>
  2415.                                    <!-- <span>5 min read</span> -->
  2416.                                </div>
  2417.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-view/"  class="blog-read-more-v3">
  2418.                                    <i class="ti-arrow-right"></i>
  2419.                                </a>
  2420.                            </div>
  2421.                        </div>
  2422.                    </div>
  2423.                    
  2424.                    <div class="blog-card-v3 scroll-reveal span-22">
  2425.                        <div class="blog-image-v3">
  2426.                            
  2427.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2428.                            
  2429.                            <div class="blog-floating-elements">
  2430.                                <div class="floating-dot"></div>
  2431.                                <div class="floating-dot"></div>
  2432.                                <div class="floating-dot"></div>
  2433.                            </div>
  2434.                            <span class="blog-category-v3 bg-primary-gradient">
  2435.                                News
  2436.                            </span>
  2437.                        </div>
  2438.                        <div class="blog-content-v3">
  2439.                            <h3 class="blog-title-v3">
  2440.                                <a href="/us-president-donald-trump-says-for-the-most-part-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/" >
  2441.                                US President Donald Trump Says &#x27;For the Most Part, Agreement Exists&#x27; on Next Stages of Truce Agreement for Gaza
  2442.                                </a>
  2443.                            </h3>
  2444.                            <div class="blog-meta-v3">
  2445.                                
  2446.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2447.                                
  2448.                                <span>By Mary Murphy</span>
  2449.                                <span>•</span>
  2450.                                <span>17 May 2026</span>
  2451.                            </div>
  2452.                            
  2453.                            <div class="blog-actions-v3">
  2454.                                <div class="blog-read-time-v3">
  2455.                                    <i class="far fa-clock"></i>
  2456.                                    <!-- <span>5 min read</span> -->
  2457.                                </div>
  2458.                                <a href="/us-president-donald-trump-says-for-the-most-part-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/"  class="blog-read-more-v3">
  2459.                                    <i class="ti-arrow-right"></i>
  2460.                                </a>
  2461.                            </div>
  2462.                        </div>
  2463.                    </div>
  2464.                    
  2465.                    <div class="blog-card-v3 scroll-reveal span-21">
  2466.                        <div class="blog-image-v3">
  2467.                            
  2468.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2469.                            
  2470.                            <div class="blog-floating-elements">
  2471.                                <div class="floating-dot"></div>
  2472.                                <div class="floating-dot"></div>
  2473.                                <div class="floating-dot"></div>
  2474.                            </div>
  2475.                            <span class="blog-category-v3 bg-primary-gradient">
  2476.                                News
  2477.                            </span>
  2478.                        </div>
  2479.                        <div class="blog-content-v3">
  2480.                            <h3 class="blog-title-v3">
  2481.                                <a href="/crans-montana-fire-survivors-receive-care-in-burns-units-throughout-the-continent/" >
  2482.                                Crans-Montana Fire Survivors Receive Care in Burns Units Throughout the Continent
  2483.                                </a>
  2484.                            </h3>
  2485.                            <div class="blog-meta-v3">
  2486.                                
  2487.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2488.                                
  2489.                                <span>By Mary Murphy</span>
  2490.                                <span>•</span>
  2491.                                <span>17 May 2026</span>
  2492.                            </div>
  2493.                            
  2494.                            <div class="blog-actions-v3">
  2495.                                <div class="blog-read-time-v3">
  2496.                                    <i class="far fa-clock"></i>
  2497.                                    <!-- <span>5 min read</span> -->
  2498.                                </div>
  2499.                                <a href="/crans-montana-fire-survivors-receive-care-in-burns-units-throughout-the-continent/"  class="blog-read-more-v3">
  2500.                                    <i class="ti-arrow-right"></i>
  2501.                                </a>
  2502.                            </div>
  2503.                        </div>
  2504.                    </div>
  2505.                    
  2506.                    <div class="blog-card-v3 scroll-reveal span-22">
  2507.                        <div class="blog-image-v3">
  2508.                            
  2509.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2510.                            
  2511.                            <div class="blog-floating-elements">
  2512.                                <div class="floating-dot"></div>
  2513.                                <div class="floating-dot"></div>
  2514.                                <div class="floating-dot"></div>
  2515.                            </div>
  2516.                            <span class="blog-category-v3 bg-primary-gradient">
  2517.                                News
  2518.                            </span>
  2519.                        </div>
  2520.                        <div class="blog-content-v3">
  2521.                            <h3 class="blog-title-v3">
  2522.                                <a href="/leaders-acknowledge-leaders-as-trump-gives-mamdani-a-warm-reception/" >
  2523.                                Leaders Acknowledge Leaders as Trump Gives Mamdani a Warm Reception
  2524.                                </a>
  2525.                            </h3>
  2526.                            <div class="blog-meta-v3">
  2527.                                
  2528.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;" class="blog-author-img-v3">
  2529.                                
  2530.                                <span>By Mary Murphy</span>
  2531.                                <span>•</span>
  2532.                                <span>17 May 2026</span>
  2533.                            </div>
  2534.                            
  2535.                            <div class="blog-actions-v3">
  2536.                                <div class="blog-read-time-v3">
  2537.                                    <i class="far fa-clock"></i>
  2538.                                    <!-- <span>5 min read</span> -->
  2539.                                </div>
  2540.                                <a href="/leaders-acknowledge-leaders-as-trump-gives-mamdani-a-warm-reception/"  class="blog-read-more-v3">
  2541.                                    <i class="ti-arrow-right"></i>
  2542.                                </a>
  2543.                            </div>
  2544.                        </div>
  2545.                    </div>
  2546.                    
  2547.                    
  2548.  
  2549.                </div>
  2550.            </div>
  2551.            
  2552.               <div class="col col-lg-4 col-12">
  2553.                
  2554.  
  2555.  
  2556.  
  2557.    
  2558.  
  2559.  
  2560. <!-- Blog Sidebar V2 - Focused Design -->
  2561.  <div class="sidebar mb-3">
  2562.    <!-- Recent Posts Section -->
  2563.    <div class="sidebar-widget mb-4">
  2564.      <div class="widget-title-wrapper mb-3">
  2565.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2566.          <i class="ti-time me-2"></i>Recent Posts
  2567.          <span class="title-arrow-primary"></span>
  2568.        </h4>
  2569.      </div>
  2570.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2571.        <div class="recent-post-list">
  2572.          
  2573.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2574.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2575.                
  2576.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2577.                
  2578.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2579.            </div>
  2580.            <div class="post-content flex-grow-1">
  2581.              <h6 class="post-title mb-2">
  2582.                 <a href="/a-decade-long-liaison-from-author-erin-somers-the-middle-aged-adultery-tale-our-generation-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2583.                                            A Decade-Long Liaison from author Erin Somers: The Middle-Aged Adultery Tale Our Generation Needs.
  2584.                                            </a>
  2585.              </h6>
  2586.              <div class="post-meta mb-3">
  2587.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2588.                <!-- <small class="text-muted">
  2589.                  <i class="ti-eye me-1"></i>348 views
  2590.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2591.                </small> -->
  2592.              </div>
  2593.            </div>
  2594.          </div>
  2595.          
  2596.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2597.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2598.                
  2599.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2600.                
  2601.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2602.            </div>
  2603.            <div class="post-content flex-grow-1">
  2604.              <h6 class="post-title mb-2">
  2605.                 <a href="/president-zelensky-declares-the-nation-was-ten-percent-away-from-a-peace-deal-yet-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2606.                                            President Zelensky Declares The Nation Was Ten Percent Away from a Peace Deal, Yet Not at Any Possible Cost
  2607.                                            </a>
  2608.              </h6>
  2609.              <div class="post-meta mb-3">
  2610.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2611.                <!-- <small class="text-muted">
  2612.                  <i class="ti-eye me-1"></i>348 views
  2613.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2614.                </small> -->
  2615.              </div>
  2616.            </div>
  2617.          </div>
  2618.          
  2619.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2620.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2621.                
  2622.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2623.                
  2624.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2625.            </div>
  2626.            <div class="post-content flex-grow-1">
  2627.              <h6 class="post-title mb-2">
  2628.                 <a href="/the-new-animated-series-opening-sequence-chose-the-incorrect-popular-rpg-show-song/" class="text-decoration-none top-color fw-semibold lh-sm">
  2629.                                            The New Animated Series&#x27; Opening Sequence Chose the Incorrect Popular RPG Show Song
  2630.                                            </a>
  2631.              </h6>
  2632.              <div class="post-meta mb-3">
  2633.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2634.                <!-- <small class="text-muted">
  2635.                  <i class="ti-eye me-1"></i>348 views
  2636.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2637.                </small> -->
  2638.              </div>
  2639.            </div>
  2640.          </div>
  2641.          
  2642.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2643.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2644.                
  2645.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2646.                
  2647.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2648.            </div>
  2649.            <div class="post-content flex-grow-1">
  2650.              <h6 class="post-title mb-2">
  2651.                 <a href="/political-shifts-global-conflicts-sparse-reporting-five-challenges-to-environmental-advancement-that-dogged-cop30/" class="text-decoration-none top-color fw-semibold lh-sm">
  2652.                                            Political Shifts, Global Conflicts, Sparse Reporting: Five Challenges to Environmental Advancement That Dogged Cop30
  2653.                                            </a>
  2654.              </h6>
  2655.              <div class="post-meta mb-3">
  2656.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2657.                <!-- <small class="text-muted">
  2658.                  <i class="ti-eye me-1"></i>348 views
  2659.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2660.                </small> -->
  2661.              </div>
  2662.            </div>
  2663.          </div>
  2664.          
  2665.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2666.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2667.                
  2668.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2669.                
  2670.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2671.            </div>
  2672.            <div class="post-content flex-grow-1">
  2673.              <h6 class="post-title mb-2">
  2674.                 <a href="/nutrition-assistance-set-to-expire-for-41-million-throughout-prolonged-us-government-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  2675.                                            Nutrition Assistance Set to Expire for 41 Million Throughout Prolonged US Government Shutdown
  2676.                                            </a>
  2677.              </h6>
  2678.              <div class="post-meta mb-3">
  2679.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2680.                <!-- <small class="text-muted">
  2681.                  <i class="ti-eye me-1"></i>348 views
  2682.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2683.                </small> -->
  2684.              </div>
  2685.            </div>
  2686.          </div>
  2687.          
  2688.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2689.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2690.                
  2691.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2692.                
  2693.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2694.            </div>
  2695.            <div class="post-content flex-grow-1">
  2696.              <h6 class="post-title mb-2">
  2697.                 <a href="/sadness-strikes-as-individual-dies-after-sea-recovery-off-british-coast/" class="text-decoration-none top-color fw-semibold lh-sm">
  2698.                                            Sadness Strikes as Individual Dies After Sea Recovery Off British Coast
  2699.                                            </a>
  2700.              </h6>
  2701.              <div class="post-meta mb-3">
  2702.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2703.                <!-- <small class="text-muted">
  2704.                  <i class="ti-eye me-1"></i>348 views
  2705.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2706.                </small> -->
  2707.              </div>
  2708.            </div>
  2709.          </div>
  2710.          
  2711.  
  2712.        </div>
  2713.  
  2714.        <div class="text-center mt-4 pt-3 border-top border-light">
  2715.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2716.        </div>
  2717.      </div>
  2718.    </div>
  2719.  
  2720.    
  2721.    <div class="sidebar-widget mb-4">
  2722.      <div class="widget-title-wrapper mb-3">
  2723.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2724.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2725.          <span class="title-arrow"></span>
  2726.        </h4>
  2727.      </div>
  2728.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2729.        <div class="blog-roll-list scrollable-sidebar">
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://prwd.co.uk/" rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                not on gamstop
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                casinos not on gamstop
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://www.citygateway.org.uk/" rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                best non Gamstop casinos
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.      </div>
  2759.    </div>
  2760.    
  2761.    <div class="sidebar-widget mb-4">
  2762.      <div class="widget-title-wrapper mb-3">
  2763.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2764.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2765.          <span class="title-arrow"></span>
  2766.        </h4>
  2767.      </div>
  2768.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2769.        <div class="blog-roll-list scrollable-sidebar">
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://www.adhdfoundation.org.uk" rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                uk casinos not on gamstop
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://www.thecornishvegan.com" rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                non gamstop bookmakers
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://cobdenchambers.co.uk/" rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                top european gambling sites
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.            <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                casino site
  2803.              </h6>
  2804.            </a>
  2805.          </div>
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://www.oceanacidification.org.uk/" rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                casino not on gamstop
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                non gamstop casinos
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.            <a href="https://www.botanical-society-scotland.org.uk" rel="dofollow" class="text-decoration-none ">
  2827.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2828.                <i class="ti-angle-right me-2 text-primary"></i>
  2829.                new betting sites UK
  2830.              </h6>
  2831.            </a>
  2832.          </div>
  2833.          
  2834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  2836.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2837.                <i class="ti-angle-right me-2 text-primary"></i>
  2838.                non GamStop casino
  2839.              </h6>
  2840.            </a>
  2841.          </div>
  2842.          
  2843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2845.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2846.                <i class="ti-angle-right me-2 text-primary"></i>
  2847.                non GamStop casinos
  2848.              </h6>
  2849.            </a>
  2850.          </div>
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  2854.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                betting sites
  2857.              </h6>
  2858.            </a>
  2859.          </div>
  2860.          
  2861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2862.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  2863.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2864.                <i class="ti-angle-right me-2 text-primary"></i>
  2865.                slots not on GamStop
  2866.              </h6>
  2867.            </a>
  2868.          </div>
  2869.          
  2870.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.            <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none ">
  2872.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2873.                <i class="ti-angle-right me-2 text-primary"></i>
  2874.                non GamStop casinos
  2875.              </h6>
  2876.            </a>
  2877.          </div>
  2878.          
  2879.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none ">
  2881.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2882.                <i class="ti-angle-right me-2 text-primary"></i>
  2883.                casinos not on GamStop
  2884.              </h6>
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://www.kew.org.uk/" rel="dofollow" class="text-decoration-none ">
  2890.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                bookies not on GamStop
  2893.              </h6>
  2894.            </a>
  2895.          </div>
  2896.          
  2897.      </div>
  2898.    </div>
  2899.    
  2900.    <div class="sidebar-widget mb-4">
  2901.      <div class="widget-title-wrapper mb-3">
  2902.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2903.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2904.          <span class="title-arrow"></span>
  2905.        </h4>
  2906.      </div>
  2907.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2908.        <div class="blog-roll-list scrollable-sidebar">
  2909.          
  2910.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  2912.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2913.                <i class="ti-angle-right me-2 text-primary"></i>
  2914.                casinos not on GamStop
  2915.              </h6>
  2916.            </a>
  2917.          </div>
  2918.          
  2919.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.            <a href="https://www.bwacademy.co.uk/" rel="dofollow" class="text-decoration-none ">
  2921.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2922.                <i class="ti-angle-right me-2 text-primary"></i>
  2923.                fast withdrawal casino
  2924.              </h6>
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://hayleyfromhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                fast payout casinos
  2933.              </h6>
  2934.            </a>
  2935.          </div>
  2936.          
  2937.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.            <a href="https://orangegenie.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2939.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2940.                <i class="ti-angle-right me-2 text-primary"></i>
  2941.                non GamStop UK casinos
  2942.              </h6>
  2943.            </a>
  2944.          </div>
  2945.          
  2946.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2947.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2948.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2949.                <i class="ti-angle-right me-2 text-primary"></i>
  2950.                non GamStop casinos
  2951.              </h6>
  2952.            </a>
  2953.          </div>
  2954.          
  2955.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2956.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2957.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2958.                <i class="ti-angle-right me-2 text-primary"></i>
  2959.                non GamStop casinos
  2960.              </h6>
  2961.            </a>
  2962.          </div>
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                non GamStop casino
  2969.              </h6>
  2970.            </a>
  2971.          </div>
  2972.          
  2973.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.            <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none ">
  2975.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2976.                <i class="ti-angle-right me-2 text-primary"></i>
  2977.                casinos not on GamStop
  2978.              </h6>
  2979.            </a>
  2980.          </div>
  2981.          
  2982.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2983.            <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none ">
  2984.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2985.                <i class="ti-angle-right me-2 text-primary"></i>
  2986.                UK casinos not on GamStop
  2987.              </h6>
  2988.            </a>
  2989.          </div>
  2990.          
  2991.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2992.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2993.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2994.                <i class="ti-angle-right me-2 text-primary"></i>
  2995.                Non Gamstop Casino Sites
  2996.              </h6>
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                non UK casinos
  3005.              </h6>
  3006.            </a>
  3007.          </div>
  3008.          
  3009.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3011.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.                <i class="ti-angle-right me-2 text-primary"></i>
  3013.                new casinos not on gamstop
  3014.              </h6>
  3015.            </a>
  3016.          </div>
  3017.          
  3018.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3019.            <a href="https://www.farma.org.uk/" rel="dofollow" class="text-decoration-none ">
  3020.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3021.                <i class="ti-angle-right me-2 text-primary"></i>
  3022.                non gamstop casinos uk
  3023.              </h6>
  3024.            </a>
  3025.          </div>
  3026.          
  3027.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3028.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3029.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3030.                <i class="ti-angle-right me-2 text-primary"></i>
  3031.                Non Gamstop Casinos
  3032.              </h6>
  3033.            </a>
  3034.          </div>
  3035.          
  3036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.            <a href="https://geekgearbox.co.uk/" rel="dofollow" class="text-decoration-none ">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                casinos not on GamStop
  3041.              </h6>
  3042.            </a>
  3043.          </div>
  3044.          
  3045.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3047.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.                <i class="ti-angle-right me-2 text-primary"></i>
  3049.                Non UKGC Casinos
  3050.              </h6>
  3051.            </a>
  3052.          </div>
  3053.          
  3054.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3055.            <a href="http://ukfreespinsnotongamstop.in.net/" rel="dofollow" class="text-decoration-none ">
  3056.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3057.                <i class="ti-angle-right me-2 text-primary"></i>
  3058.                online casino
  3059.              </h6>
  3060.            </a>
  3061.          </div>
  3062.          
  3063.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3064.            <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none ">
  3065.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3066.                <i class="ti-angle-right me-2 text-primary"></i>
  3067.                online casino
  3068.              </h6>
  3069.            </a>
  3070.          </div>
  3071.          
  3072.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3073.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3074.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3075.                <i class="ti-angle-right me-2 text-primary"></i>
  3076.                non gamstop bookies
  3077.              </h6>
  3078.            </a>
  3079.          </div>
  3080.          
  3081.      </div>
  3082.    </div>
  3083.    
  3084.    <div class="sidebar-widget mb-4">
  3085.      <div class="widget-title-wrapper mb-3">
  3086.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3087.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3088.          <span class="title-arrow"></span>
  3089.        </h4>
  3090.      </div>
  3091.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3092.        <div class="blog-roll-list scrollable-sidebar">
  3093.          
  3094.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3096.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3097.                <i class="ti-angle-right me-2 text-primary"></i>
  3098.                uk betting sites not on gamstop
  3099.              </h6>
  3100.            </a>
  3101.          </div>
  3102.          
  3103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3104.            <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3105.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                sports betting sites not on gamstop
  3108.              </h6>
  3109.            </a>
  3110.          </div>
  3111.          
  3112.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3113.            <a href="https://www.broomhillart.co.uk/" rel="dofollow" class="text-decoration-none ">
  3114.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3115.                <i class="ti-angle-right me-2 text-primary"></i>
  3116.                betting sites not on gamstop
  3117.              </h6>
  3118.            </a>
  3119.          </div>
  3120.          
  3121.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.            <a href="https://www.tennisforfree.com/" rel="dofollow" class="text-decoration-none ">
  3123.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3124.                <i class="ti-angle-right me-2 text-primary"></i>
  3125.                check this list of non gamstop casinos
  3126.              </h6>
  3127.            </a>
  3128.          </div>
  3129.          
  3130.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.            <a href="https://www.xn--365-1kl1e3c8a5a9q.net/" rel="dofollow" class="text-decoration-none ">
  3132.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.                <i class="ti-angle-right me-2 text-primary"></i>
  3134.                หวยออนไลน์
  3135.              </h6>
  3136.            </a>
  3137.          </div>
  3138.          
  3139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3140.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3141.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3142.                <i class="ti-angle-right me-2 text-primary"></i>
  3143.                Casinos Not on Gamstop
  3144.              </h6>
  3145.            </a>
  3146.          </div>
  3147.          
  3148.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3149.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3150.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3151.                <i class="ti-angle-right me-2 text-primary"></i>
  3152.                Casinos Not on Gamstop
  3153.              </h6>
  3154.            </a>
  3155.          </div>
  3156.          
  3157.      </div>
  3158.    </div>
  3159.    
  3160.  </div>
  3161.  
  3162. <!-- Sidebar V2 Styles -->
  3163. <style>
  3164.  .sidebar-widget {
  3165.    position: relative;
  3166.  }
  3167.  
  3168.  .widget-title {
  3169.    font-size: 1.1rem;
  3170.    font-weight: 700;
  3171.    display: inline-block;
  3172.    position: relative;
  3173.    z-index: 2;
  3174.    border-radius: 0;
  3175.  }
  3176.  
  3177.  /* Green arrow for August Blog Roll */
  3178.  .title-arrow::after {
  3179.    content: '';
  3180.    position: absolute;
  3181.    top: 0;
  3182.    right: -22px;
  3183.    width: 0;
  3184.    height: 0;
  3185.    border-left: 22px solid var(--bs-primary);
  3186.    border-top: 22px solid transparent;
  3187.    border-bottom: 22px solid transparent;
  3188.    z-index: 1;
  3189.  }
  3190.  
  3191.  /* Blue arrow for Recent Posts */
  3192.  .title-arrow-primary::after {
  3193.    content: '';
  3194.    position: absolute;
  3195.    top: 0;
  3196.    right: -22px;
  3197.    width: 0;
  3198.    height: 0;
  3199.    border-left: 22px solid var(--bs-primary);
  3200.    border-top: 22px solid transparent;
  3201.    border-bottom: 22px solid transparent;
  3202.    z-index: 1;
  3203.  }
  3204.  
  3205.  .widget-content {
  3206.    margin-top: -1px;
  3207.    position: relative;
  3208.    z-index: 1;
  3209.     background-color: var(--card-bg);
  3210.  }
  3211.  
  3212.  /* Blog Roll Items Hover Effects */
  3213.  .blog-roll-item:hover .blog-title {
  3214.    color: #198754 !important;
  3215.    transform: translateX(5px);
  3216.    transition: all 0.3s ease;
  3217.  }
  3218.  
  3219.  /* Recent Post Items Hover Effects */
  3220.  .recent-post-item:hover .post-title a {
  3221.    color: #0d6efd !important;
  3222.    transition: color 0.3s ease;
  3223.  }
  3224.  
  3225.  .recent-post-item:hover .post-image img {
  3226.    transform: scale(1.05);
  3227.    transition: transform 0.3s ease;
  3228.  }
  3229.  
  3230.  /* Button Hover Effects */
  3231.  .btn:hover {
  3232.    transform: translateY(-2px);
  3233.    transition: all 0.3s ease;
  3234.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3235.  }
  3236.  
  3237.  /* Badge Hover Effects */
  3238.  .badge:hover {
  3239.    transform: scale(1.05);
  3240.    transition: transform 0.3s ease;
  3241.  }
  3242.  
  3243.  @media (max-width: 991px) {
  3244.    .sidebar {
  3245.      margin-top: 3rem;
  3246.    }
  3247.  }
  3248.  
  3249.  @media (max-width: 576px) {
  3250.    .widget-title {
  3251.      font-size: 1rem;
  3252.      padding: 0.75rem 1rem !important;
  3253.    }
  3254.  
  3255.    .title-arrow::after,
  3256.    .title-arrow-primary::after {
  3257.      right: -18px;
  3258.      border-left-width: 18px;
  3259.      border-top-width: 18px;
  3260.      border-bottom-width: 18px;
  3261.    }
  3262.  
  3263.    .post-image {
  3264.      width: 70px !important;
  3265.      height: 55px !important;
  3266.    }
  3267.  
  3268.    .blog-meta {
  3269.      flex-direction: column !important;
  3270.      align-items: flex-start !important;
  3271.      gap: 0.5rem;
  3272.    }
  3273.  }
  3274. </style>
  3275.  
  3276.    
  3277.            </div>
  3278.        </div>
  3279.    </div>
  3280. </section>
  3281.  
  3282. <script>
  3283. // Enhanced Intersection Observer with staggered animations
  3284. document.addEventListener('DOMContentLoaded', function() {
  3285.    const observerOptions = {
  3286.        threshold: 0.1,
  3287.        rootMargin: '0px 0px -100px 0px'
  3288.    };
  3289.  
  3290.    const observer = new IntersectionObserver(function(entries) {
  3291.        entries.forEach(entry => {
  3292.            if (entry.isIntersecting) {
  3293.                setTimeout(() => {
  3294.                    entry.target.classList.add('revealed');
  3295.                }, 100);
  3296.            }
  3297.        });
  3298.    }, observerOptions);
  3299.  
  3300.    // Observe all scroll-reveal elements
  3301.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3302.        observer.observe(el);
  3303.    });
  3304.  
  3305.    // Add parallax effect to floating dots
  3306.    document.addEventListener('mousemove', function(e) {
  3307.        const cards = document.querySelectorAll('.blog-card-v3');
  3308.        cards.forEach(card => {
  3309.            const rect = card.getBoundingClientRect();
  3310.            const x = (e.clientX - rect.left) / rect.width;
  3311.            const y = (e.clientY - rect.top) / rect.height;
  3312.            
  3313.            const dots = card.querySelectorAll('.floating-dot');
  3314.            dots.forEach((dot, index) => {
  3315.                const moveX = (x - 0.5) * (10 + index * 5);
  3316.                const moveY = (y - 0.5) * (10 + index * 5);
  3317.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3318.            });
  3319.        });
  3320.    });
  3321. });
  3322. </script>
  3323.  
  3324.    
  3325.        
  3326.        <!-- end wpo-blog-highlights-section -->
  3327.        <!-- start wpo-blog-sponsored-section -->
  3328.        
  3329.  
  3330.  
  3331.  
  3332.    
  3333.  
  3334.  
  3335.  
  3336. <section class="wpo-blog-sponsored-section section-padding">
  3337.    <div class="container-fluid fluid-container">
  3338.        <div class="wpo-section-title">
  3339.            <h2>sponsored news</h2>
  3340.        </div>
  3341.        <div class="row">
  3342.            <div class="wpo-blog-sponsored-wrap">
  3343.                <div class="wpo-blog-items">
  3344.                    <div class="row">
  3345.                        
  3346.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3347.                            <div class="wpo-blog-item">
  3348.                                <div class="wpo-blog-img">
  3349.                                    
  3350.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3351.                                    
  3352.                                    <div class="thumb bg-primary-gradient ">News</div>
  3353.                                </div>
  3354.                                <div class="wpo-blog-content">
  3355.                                    <h2>  <a href="/a-decade-long-liaison-from-author-erin-somers-the-middle-aged-adultery-tale-our-generation-needs/" class="top-color">
  3356.                                            A Decade-Long Liaison from author Erin Somers: The Middle-Aged Adultery Tale Our Generation Needs.
  3357.                                            </a>
  3358.                                    </h2>
  3359.                                    <ul>
  3360.                                        <li>
  3361.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3362.                                                </li>
  3363.                                        <li class="top-color">By Mary Murphy</li>
  3364.                                        <li  class="top-color">16 May 2026</li>
  3365.                                    </ul>
  3366.                                </div>
  3367.                            </div>
  3368.                        </div>
  3369.                        
  3370.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3371.                            <div class="wpo-blog-item">
  3372.                                <div class="wpo-blog-img">
  3373.                                    
  3374.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3375.                                    
  3376.                                    <div class="thumb bg-primary-gradient ">News</div>
  3377.                                </div>
  3378.                                <div class="wpo-blog-content">
  3379.                                    <h2>  <a href="/president-zelensky-declares-the-nation-was-ten-percent-away-from-a-peace-deal-yet-not-at-any-possible-cost/" class="top-color">
  3380.                                            President Zelensky Declares The Nation Was Ten Percent Away from a Peace Deal, Yet Not at Any Possible Cost
  3381.                                            </a>
  3382.                                    </h2>
  3383.                                    <ul>
  3384.                                        <li>
  3385.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3386.                                                </li>
  3387.                                        <li class="top-color">By Mary Murphy</li>
  3388.                                        <li  class="top-color">16 May 2026</li>
  3389.                                    </ul>
  3390.                                </div>
  3391.                            </div>
  3392.                        </div>
  3393.                        
  3394.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3395.                            <div class="wpo-blog-item">
  3396.                                <div class="wpo-blog-img">
  3397.                                    
  3398.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3399.                                    
  3400.                                    <div class="thumb bg-primary-gradient ">News</div>
  3401.                                </div>
  3402.                                <div class="wpo-blog-content">
  3403.                                    <h2>  <a href="/the-new-animated-series-opening-sequence-chose-the-incorrect-popular-rpg-show-song/" class="top-color">
  3404.                                            The New Animated Series&#x27; Opening Sequence Chose the Incorrect Popular RPG Show Song
  3405.                                            </a>
  3406.                                    </h2>
  3407.                                    <ul>
  3408.                                        <li>
  3409.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3410.                                                </li>
  3411.                                        <li class="top-color">By Mary Murphy</li>
  3412.                                        <li  class="top-color">16 May 2026</li>
  3413.                                    </ul>
  3414.                                </div>
  3415.                            </div>
  3416.                        </div>
  3417.                        
  3418.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3419.                            <div class="wpo-blog-item">
  3420.                                <div class="wpo-blog-img">
  3421.                                    
  3422.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3423.                                    
  3424.                                    <div class="thumb bg-primary-gradient ">News</div>
  3425.                                </div>
  3426.                                <div class="wpo-blog-content">
  3427.                                    <h2>  <a href="/political-shifts-global-conflicts-sparse-reporting-five-challenges-to-environmental-advancement-that-dogged-cop30/" class="top-color">
  3428.                                            Political Shifts, Global Conflicts, Sparse Reporting: Five Challenges to Environmental Advancement That Dogged Cop30
  3429.                                            </a>
  3430.                                    </h2>
  3431.                                    <ul>
  3432.                                        <li>
  3433.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3434.                                                </li>
  3435.                                        <li class="top-color">By Mary Murphy</li>
  3436.                                        <li  class="top-color">16 May 2026</li>
  3437.                                    </ul>
  3438.                                </div>
  3439.                            </div>
  3440.                        </div>
  3441.                        
  3442.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3443.                            <div class="wpo-blog-item">
  3444.                                <div class="wpo-blog-img">
  3445.                                    
  3446.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3447.                                    
  3448.                                    <div class="thumb bg-primary-gradient ">News</div>
  3449.                                </div>
  3450.                                <div class="wpo-blog-content">
  3451.                                    <h2>  <a href="/nutrition-assistance-set-to-expire-for-41-million-throughout-prolonged-us-government-shutdown/" class="top-color">
  3452.                                            Nutrition Assistance Set to Expire for 41 Million Throughout Prolonged US Government Shutdown
  3453.                                            </a>
  3454.                                    </h2>
  3455.                                    <ul>
  3456.                                        <li>
  3457.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3458.                                                </li>
  3459.                                        <li class="top-color">By Mary Murphy</li>
  3460.                                        <li  class="top-color">16 May 2026</li>
  3461.                                    </ul>
  3462.                                </div>
  3463.                            </div>
  3464.                        </div>
  3465.                        
  3466.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3467.                            <div class="wpo-blog-item">
  3468.                                <div class="wpo-blog-img">
  3469.                                    
  3470.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3471.                                    
  3472.                                    <div class="thumb bg-primary-gradient ">News</div>
  3473.                                </div>
  3474.                                <div class="wpo-blog-content">
  3475.                                    <h2>  <a href="/sadness-strikes-as-individual-dies-after-sea-recovery-off-british-coast/" class="top-color">
  3476.                                            Sadness Strikes as Individual Dies After Sea Recovery Off British Coast
  3477.                                            </a>
  3478.                                    </h2>
  3479.                                    <ul>
  3480.                                        <li>
  3481.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/04462822-4018-4c51-8bcc-cadd5ce37bb3_profile.png" alt="Mary Murphy" style="object-fit: cover;">
  3482.                                                </li>
  3483.                                        <li class="top-color">By Mary Murphy</li>
  3484.                                        <li  class="top-color">16 May 2026</li>
  3485.                                    </ul>
  3486.                                </div>
  3487.                            </div>
  3488.                        </div>
  3489.                        
  3490.  
  3491.                    </div>
  3492.                </div>
  3493.            </div>
  3494.        </div>
  3495.    </div> <!-- end container -->
  3496. </section>
  3497.  
  3498.  
  3499.    
  3500.        <!-- end wpo-blog-sponsored-section -->
  3501.        <!-- start wpo-subscribe-section -->
  3502.        
  3503.        <!-- end subscribe-section -->
  3504.        <!-- start of wpo-site-footer-section -->
  3505.        
  3506.  
  3507.  
  3508.  
  3509.  
  3510.  
  3511. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3512.  <!-- Main Footer Content -->
  3513.  <div class="footer-main-content">
  3514.    <div class="container-fluid fluid-container">
  3515.      <!-- Top Section - Centered Logo & Tagline -->
  3516.      <div class="footer-top-section text-center">
  3517.        <div class="brand-logo">
  3518.          
  3519.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f32e2213-b29b-45cd-9d3d-8909fab5b584_logo.png" alt="Vision Central Magazine" width="auto" height="70px" class="footer-logo" />
  3520.          
  3521.        </div>
  3522.      </div>
  3523.  
  3524.      <!-- Content Grid -->
  3525.      <div class="footer-content-grid">
  3526.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3527.          <!-- Column 1: Navigation & Categories (Merged) -->
  3528.          <div class="">
  3529.            <div class="footer-column">
  3530.              <h5 class="column-title">Quick Links</h5>
  3531.              <ul class="footer-menu">
  3532.                
  3533.                  <li>
  3534.                    <a class="menu-link" href="/the-hit-drama-confirmed-for-7th-series-on-bbc/">The Hit Drama Confirmed for 7th Series on BBC</a>
  3535.                  </li>
  3536.                
  3537.                  <li>
  3538.                    <a class="menu-link" href="/emma-raducanu-ends-her-season-and-will-keep-coach-into-the-2026-season/">Emma Raducanu ends her season and will keep coach into the 2026 season.</a>
  3539.                  </li>
  3540.                
  3541.                  <li>
  3542.                    <a class="menu-link" href="/3-game-pass-titles-that-will-justify-your-membership-this-weekend-nov-21-23/">3 Game Pass Titles That Will Justify Your Membership This Weekend (Nov. 21-23)</a>
  3543.                  </li>
  3544.                
  3545.                  <li>
  3546.                    <a class="menu-link" href="/ashes-pre-series-trash-talk-escalates-as-broad-calls-australian-team-the-weakest-since-2010/">Ashes Pre-Series Trash Talk Escalates as Broad Calls Australian Team the Weakest Since 2010</a>
  3547.                  </li>
  3548.                
  3549.                  <li>
  3550.                    <a class="menu-link" href="/stefanos-tsitsipas-seriously-considered-retirement-during-pain-filled-2025-season/">Stefanos Tsitsipas Seriously Considered Retirement During Pain-Filled 2025 Season</a>
  3551.                  </li>
  3552.                
  3553.                  <li>
  3554.                    <a class="menu-link" href="/tottenham-centre-back-van-de-ven-shares-surprise-over-postecoglou-sacking/">Tottenham Centre-Back Van de Ven Shares Surprise Over Postecoglou Sacking</a>
  3555.                  </li>
  3556.                
  3557.              </ul>
  3558.            </div>
  3559.          </div>
  3560.  
  3561.          <!-- Column 2: Resources -->
  3562.          <div class="">
  3563.            <div class="footer-column">
  3564.              <h5 class="column-title">Blog Rolls</h5>
  3565.              <ul class="footer-menu" id="blogRollLinks">
  3566.                
  3567.                
  3568.  
  3569.                
  3570.                
  3571.                  
  3572.                
  3573.              </ul>
  3574.            </div>
  3575.          </div>
  3576.  
  3577.          <!-- Column 2: Resources -->
  3578.          <div class="">
  3579.            <div class="footer-column">
  3580.              <h5 class="column-title">Categories</h5>
  3581.              <ul class="footer-menu">
  3582.                
  3583.                  <li>
  3584.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3585.                  </li>
  3586.                
  3587.                  <li>
  3588.                    <a class="menu-link" href="/category/business/">Business</a>
  3589.                  </li>
  3590.                
  3591.                  <li>
  3592.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3593.                  </li>
  3594.                
  3595.                  <li>
  3596.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3597.                  </li>
  3598.                
  3599.                  <li>
  3600.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3601.                  </li>
  3602.                
  3603.              </ul>
  3604.            </div>
  3605.          </div>
  3606.        </div>
  3607.      </div>
  3608.    </div>
  3609.  </div>
  3610.  
  3611.  <!-- Footer Bottom -->
  3612.  <div class="footer-bottom">
  3613.    <div class="container-fluid fluid-container">
  3614.      <div class="bottom-content text-center">
  3615.        <!-- Copyright -->
  3616.        <div class="copyright-info">
  3617.          <p>
  3618.            &copy; 2026 <strong>Vision Central Magazine</strong>. All rights reserved.
  3619.          </p>
  3620.        </div>
  3621.  
  3622.        <!-- Footer Links -->
  3623.        <div class="utility-links">
  3624.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3625.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3626.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3627.        </div>
  3628.      </div>
  3629.    </div>
  3630.  </div>
  3631. </footer>
  3632.  
  3633. <style>
  3634.    .wpo-site-footer-v6{
  3635.        border-radius: 60px 60px 0px 0px !important;
  3636.    }
  3637.  
  3638. .footer-main-content {
  3639.    padding: 60px 0 40px;
  3640. }
  3641.  
  3642. /* Top Section */
  3643. .footer-top-section {
  3644.    margin-bottom: 40px;
  3645.    padding-bottom: 30px;
  3646.    border-bottom: 1px solid #dee2e6;
  3647. }
  3648.  
  3649. .brand-logo {
  3650.    display: flex;
  3651.    align-items: center;
  3652.    justify-content: center;
  3653.    gap: 15px;
  3654. }
  3655.  
  3656.  
  3657. .brand-title {
  3658.    font-size: 26px;
  3659.    font-weight: 700;
  3660.    margin: 0;
  3661. }
  3662.  
  3663. .brand-tagline {
  3664.    font-size: 15px;
  3665.    color: var(--footer-color) !important;
  3666.    margin: 0;
  3667. }
  3668.  
  3669. /* Content Grid */
  3670. .footer-column {
  3671.    margin-bottom: 30px;
  3672. }
  3673.  
  3674. .column-title {
  3675.    font-size: 17px;
  3676.    font-weight: 600;
  3677.    color: var(--footer-color) !important;
  3678.    margin-bottom: 20px;
  3679. }
  3680.  
  3681. /* Footer Menu */
  3682. .footer-menu {
  3683.    list-style: none;
  3684.    padding: 0;
  3685.    margin: 0;
  3686.    color: var(--footer-color) !important;
  3687. }
  3688.  
  3689. .footer-menu li {
  3690.    margin-bottom: 10px;
  3691.  
  3692. }
  3693.  
  3694. .menu-link {
  3695.    color: var(--footer-color) !important;
  3696.    text-decoration: none;
  3697.    font-size: 15px;
  3698.    transition: color 0.3s ease;
  3699. }
  3700.  
  3701. .menu-link:hover {
  3702.    color: #007bff;
  3703. }
  3704.  
  3705. /* Footer Bottom */
  3706. .footer-bottom {
  3707.    border-top: 1px solid var(--border-color);
  3708.    padding: 20px 0;
  3709. }
  3710.  
  3711. .copyright-info p {
  3712.    margin: 0 0 10px;
  3713.    color: var(--footer-color) !important;
  3714. }
  3715.  
  3716. .utility-links {
  3717.    display: flex;
  3718.    justify-content: center;
  3719.    gap: 15px;
  3720. }
  3721.  
  3722. .utility-link {
  3723.    color: #666;
  3724.    text-decoration: none;
  3725.    transition: color 0.3s ease;
  3726. }
  3727.  
  3728. .utility-link:hover {
  3729.    color: #007bff;
  3730. }
  3731.  
  3732. /* Responsive Design */
  3733. @media (max-width: 992px) {
  3734.    .footer-column {
  3735.        text-align: start;
  3736.    }
  3737.    
  3738.    .social-buttons {
  3739.        justify-content: start;
  3740.    }
  3741. }
  3742.  
  3743. @media (max-width: 768px) {
  3744.    .footer-top-section {
  3745.        margin-bottom: 30px;
  3746.    }
  3747.    
  3748.    .brand-logo {
  3749.        flex-direction: column;
  3750.    }
  3751.    
  3752.    .footer-bottom .bottom-content {
  3753.        padding: 0 15px;
  3754.    }
  3755. }
  3756.  
  3757. @media (max-width: 576px) {
  3758.    .column-title {
  3759.        font-size: 16px;
  3760.    }
  3761.    
  3762.    .menu-link {
  3763.        font-size: 14px;
  3764.    }
  3765. }
  3766. </style>
  3767.  
  3768. <script>
  3769. // Newsletter Form Enhancement
  3770. document.addEventListener('DOMContentLoaded', function() {
  3771.    const newsletterForm = document.querySelector('.newsletter-form');
  3772.    if (newsletterForm) {
  3773.        newsletterForm.addEventListener('submit', function(e) {
  3774.            const submitBtn = this.querySelector('.newsletter-submit');
  3775.            const originalHTML = submitBtn.innerHTML;
  3776.            
  3777.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  3778.            submitBtn.disabled = true;
  3779.            
  3780.            // Re-enable after form processing (simulate for now)
  3781.            setTimeout(() => {
  3782.                submitBtn.innerHTML = originalHTML;
  3783.                submitBtn.disabled = false;
  3784.            }, 2000);
  3785.        });
  3786.    }
  3787.  
  3788.    // Add prevent default to placeholder links
  3789.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3790.        anchor.addEventListener('click', function (e) {
  3791.            e.preventDefault();
  3792.        });
  3793.    });
  3794. });
  3795. document.addEventListener('DOMContentLoaded', function () {
  3796.    var btn = document.getElementById('toggleBlogRollLinks');
  3797.    if (!btn) return; // No extra items, no button
  3798.  
  3799.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3800.  
  3801.    btn.addEventListener('click', function () {
  3802.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3803.            return li.classList.contains('d-none');
  3804.        });
  3805.  
  3806.        extras.forEach(function (li) {
  3807.            if (anyHidden) {
  3808.                li.classList.remove('d-none');
  3809.                li.classList.add('show');
  3810.            } else {
  3811.                li.classList.add('d-none');
  3812.                li.classList.remove('show');
  3813.            }
  3814.        });
  3815.  
  3816.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3817.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3818.    });
  3819. });
  3820.  
  3821. </script>
  3822.  
  3823.        <!-- end of wpo-site-footer-section -->
  3824.    </div>
  3825.    <!-- end of page-wrapper -->
  3826.  
  3827.    <!-- All JavaScript files
  3828.    ================================================== -->
  3829.    
  3830.  
  3831. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3832. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3833. <!-- Plugins for this template -->
  3834. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3835. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3836. <!-- Custom script for this template -->
  3837. <script src="/static/blogapp/assets/js/script.js"></script>
  3838.  
  3839. <script>
  3840. (function () {
  3841. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3842. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3843.  
  3844. function applyFallback(img) {
  3845. if (!img || img.dataset.fallbackApplied === "1") {
  3846. return;
  3847. }
  3848. var failedSrc = img.currentSrc || img.src || "";
  3849. img.dataset.fallbackApplied = "1";
  3850. img.onerror = null;
  3851. img.src = fallbackImageSrc;
  3852. console.warn("[ImageFallback] Replaced broken image:", {
  3853. failedSrc: failedSrc,
  3854. fallbackSrc: fallbackImageSrc,
  3855. alt: img.alt || "",
  3856. });
  3857. }
  3858.  
  3859. document.querySelectorAll("img").forEach(function (img) {
  3860. if (img.complete && img.naturalWidth === 0) {
  3861. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3862. failedSrc: img.currentSrc || img.src || "",
  3863. alt: img.alt || "",
  3864. });
  3865. applyFallback(img);
  3866. }
  3867. });
  3868.  
  3869. document.addEventListener(
  3870. "error",
  3871. function (event) {
  3872. var target = event.target;
  3873. if (target && target.tagName === "IMG") {
  3874. applyFallback(target);
  3875. }
  3876. },
  3877. true
  3878. );
  3879. })();
  3880. </script>
  3881.  
  3882. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3883.  
  3884.  
  3885.  
  3886. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"168d4d383aba40d4b7a22e2403a222d1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3887. </body>
  3888.  
  3889. </html>
  3890.  
  3891.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda