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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T170038.930_3VdVRL8_Q1xsKja_aihI2iw.png">
  14.    
  15.  
  16.    <title>Originscope: Exploring Cultural Heritage and Historical Insights</title>
  17.    <meta name="description" content="Discover in-depth articles on cultural heritage, historical analysis, and insights into traditions from around the world. Join our exploration of the past.">
  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://originscope.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4d88;
  42.        --bs-primary-rgb: ff4d88;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4d88;
  53.        --theme-primary-color-s2: #ff4d88;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  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: #fed7e2;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4d88;
  84.        --link-hover: #e6397a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 77, 136, 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_41">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-your-fungi/" class="px-5 top-color">
  420.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Your Fungi
  421.                  </a>
  422.                  
  423.                  <a href="/body-of-competitive-swimmer-presumably-attacked-by-shark-recovered-from-pacific-coastline/" class="px-5 top-color">
  424.                    Body of Competitive Swimmer Presumably Attacked by Shark Recovered from Pacific Coastline
  425.                  </a>
  426.                  
  427.                  <a href="/barry-manilow-scheduled-for-a-procedure-for-cancer-in-his-lung/" class="px-5 top-color">
  428.                    Barry Manilow Scheduled for a Procedure for Cancer in His Lung.
  429.                  </a>
  430.                  
  431.                  <a href="/ex-uk-soldier-accused-of-murdering-kenyan-female-appears-in-court/" class="px-5 top-color">
  432.                    Ex UK Soldier Accused of Murdering Kenyan Female Appears in Court
  433.                  </a>
  434.                  
  435.                  <a href="/fda-approves-flibanserin-a-desire-boosting-medication-for-females-beyond-menopause/" class="px-5 top-color">
  436.                    FDA Approves Flibanserin, a Desire-Boosting Medication for Females Beyond Menopause
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v7 py-2 mb-4">
  479.    <!-- Top Bar -->
  480.    <div class="top-bar-v7">
  481.        <div class="container-fluid fluid-container">
  482.            <div class="row align-items-center justify-content-center">
  483.                <div class="col-lg-3 col-md-4">
  484.                    <div class="logo-section-v7">
  485.                        <a class="brand-link-v7" href="/">
  486.                            
  487.                                Originscope
  488.                            
  489.                        </a>
  490.                    </div>
  491.                </div>
  492.                <div class="col-lg-6 col-md-5">
  493.                    <div class="search-bar-v7">
  494.                        <form class="search-form-v7" action="#" method="get">
  495.                            <div class="search-container-v7">
  496.                                <input id="search-input" type="search" class="search-input-v7"
  497.                                    placeholder="Search articles, tutorials, news..." name="q">
  498.                                <button type="submit" class="search-btn-v7">
  499.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  500.                                        stroke-width="2">
  501.                                        <circle cx="11" cy="11" r="8"></circle>
  502.                                        <path d="m21 21-4.35-4.35"></path>
  503.                                    </svg>
  504.                                </button>
  505.                            </div>
  506.                            <div id="search-results" class="search-results-container search-v1"></div>
  507.                        </form>
  508.                    </div>
  509.                </div>
  510.                <div class="col-lg-3 col-md-3">
  511.                    <!-- Empty column for spacing -->
  512.                </div>
  513.            </div>
  514.        </div>
  515.    </div>
  516.  
  517.    <!-- Main Navigation -->
  518.    <div class="main-nav-v7">
  519.        <div class="container-fluid">
  520.            <div class="nav-wrapper-v7">
  521.  
  522.                <!-- Sidebar Navigation -->
  523.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  524.                    <div class="nav-header-v7">
  525.                        <h6 class="nav-title-v7">Navigation</h6>
  526.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  527.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  528.                                stroke-width="2">
  529.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  530.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  531.                            </svg>
  532.                        </button>
  533.                    </div>
  534.  
  535.                    <ul class="sidebar-menu-v7">
  536.                        <li class="sidebar-item-v7">
  537.                            <a href='/' class="sidebar-link-v7 active-v7">
  538.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  539.                                    stroke="currentColor" stroke-width="2">
  540.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  541.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  542.                                </svg>
  543.                                Home
  544.                            </a>
  545.                        </li>
  546.  
  547.                        <li class="sidebar-item-v7 has-submenu-v7">
  548.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  549.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  550.                                    stroke="currentColor" stroke-width="2">
  551.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  552.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  553.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  554.                                </svg>
  555.                                Technology
  556.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  557.                                    stroke="currentColor" stroke-width="2">
  558.                                    <polyline points="6,9 12,15 18,9"></polyline>
  559.                                </svg>
  560.                            </a>
  561.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  562.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  563.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  564.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  566.                            </ul>
  567.                        </li>
  568.  
  569.                        <li class="sidebar-item-v7 has-submenu-v7">
  570.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  571.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  572.                                    stroke="currentColor" stroke-width="2">
  573.                                    <path
  574.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  575.                                    </path>
  576.                                </svg>
  577.                                Business
  578.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <polyline points="6,9 12,15 18,9"></polyline>
  581.                                </svg>
  582.                            </a>
  583.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  584.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  585.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  587.                            </ul>
  588.                        </li>
  589.  
  590.                        <li class="sidebar-item-v7">
  591.                            <a href="#" class="sidebar-link-v7">
  592.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  593.                                    stroke="currentColor" stroke-width="2">
  594.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  595.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  596.                                </svg>
  597.                                Tutorials
  598.                            </a>
  599.                        </li>
  600.  
  601.                        <li class="sidebar-item-v7">
  602.                            <a href="#" class="sidebar-link-v7">
  603.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  604.                                    stroke="currentColor" stroke-width="2">
  605.                                    <polygon
  606.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  607.                                    </polygon>
  608.                                </svg>
  609.                                Reviews
  610.                            </a>
  611.                        </li>
  612.  
  613.                        <li class="sidebar-item-v7">
  614.                            <a href="#" class="sidebar-link-v7">
  615.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  616.                                    stroke="currentColor" stroke-width="2">
  617.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  618.                                </svg>
  619.                                News
  620.                            </a>
  621.                        </li>
  622.  
  623.                        <li class="sidebar-item-v7">
  624.                            <a href="#" class="sidebar-link-v7">
  625.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  626.                                    stroke="currentColor" stroke-width="2">
  627.                                    <circle cx="12" cy="12" r="3"></circle>
  628.                                    <path
  629.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  630.                                    </path>
  631.                                </svg>
  632.                                About
  633.                            </a>
  634.                        </li>
  635.  
  636.                        <li class="sidebar-item-v7">
  637.                            <a href="#" class="sidebar-link-v7">
  638.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  639.                                    stroke="currentColor" stroke-width="2">
  640.                                    <path
  641.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  642.                                    </path>
  643.                                    <polyline points="22,6 12,13 2,6"></polyline>
  644.                                </svg>
  645.                                Contact
  646.                            </a>
  647.                        </li>
  648.                    </ul>
  649.                </nav>
  650.                <div class="sidebar-blur"></div>
  651.  
  652.                <!-- Main Content Area -->
  653.                <div class="content-area-v7">
  654.                    <!-- Horizontal Nav for Desktop -->
  655.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  656.                        <ul class="horizontal-menu-v7">
  657.  
  658.                            
  659.                            <li class="horizontal-item-v7">
  660.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  661.                            </li>
  662.  
  663.                            
  664.                            
  665.                             <li class="horizontal-item-v7">
  666.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  667.                                    All Posts
  668.                                </a>
  669.                                </li>
  670.  
  671.                                
  672.  
  673.                                        
  674.                                        
  675.                                
  676.                             <li class="horizontal-item-v7">
  677.                                <a href="/category/business/" class="horizontal-link-v7">
  678.                                    Business
  679.                                </a>
  680.                                </li>
  681.  
  682.                                
  683.  
  684.                                        
  685.                                        
  686.                                
  687.                             <li class="horizontal-item-v7">
  688.                                <a href="/category/esports/" class="horizontal-link-v7">
  689.                                    Esports
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                        
  696.                                        
  697.                                
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/fashion/" class="horizontal-link-v7">
  700.                                    Fashion
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/featured/" class="horizontal-link-v7">
  711.                                    Featured
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/gaming/" class="horizontal-link-v7">
  722.                                    Gaming
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/health/" class="horizontal-link-v7">
  733.                                    Health
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                
  744.                                <li class="horizontal-item-v7 dropdown-v7">
  745.                                    <a href="#" class="horizontal-link-v7">More</a>
  746.                                    <div class="horizontal-dropdown-v7">
  747.                                        <a href="/category/life-fitness/"
  748.                                            class="dropdown-item-v7">
  749.                                            Life &amp; Fitness
  750.                                        </a>
  751.                                        
  752.  
  753.                                        
  754.                                        
  755.                                
  756.                            
  757.                                        <a href="/category/lifestyle/"
  758.                                            class="dropdown-item-v7">
  759.                                            Lifestyle
  760.                                        </a>
  761.                                        
  762.  
  763.                                        
  764.                                        
  765.                                
  766.                            
  767.                                        <a href="/category/news/"
  768.                                            class="dropdown-item-v7">
  769.                                            News
  770.                                        </a>
  771.                                        
  772.  
  773.                                        
  774.                                        
  775.                                
  776.                            
  777.                                        <a href="/category/others/"
  778.                                            class="dropdown-item-v7">
  779.                                            Others
  780.                                        </a>
  781.                                        
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                            
  787.                                        <a href="/category/politics/"
  788.                                            class="dropdown-item-v7">
  789.                                            Politics
  790.                                        </a>
  791.                                        
  792.  
  793.                                        
  794.                                        
  795.                                
  796.                            
  797.                                        <a href="/category/sports/"
  798.                                            class="dropdown-item-v7">
  799.                                            Sports
  800.                                        </a>
  801.                                        
  802.  
  803.                                        
  804.                                        
  805.                                
  806.                            
  807.                                        <a href="/category/tech/"
  808.                                            class="dropdown-item-v7">
  809.                                            Tech
  810.                                        </a>
  811.                                        
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                            
  817.                                        <a href="/category/travel/"
  818.                                            class="dropdown-item-v7">
  819.                                            Travel
  820.                                        </a>
  821.                                        
  822.  
  823.                                        
  824.                                        
  825.                                    </div>
  826.                                </li>
  827.                                
  828.                                
  829. <li>
  830.                  <a href="/page/contact-us/">
  831.                     Contact Us
  832.                  </a>
  833.              </li>
  834.                        </ul>
  835.                    </nav>
  836.  
  837.  
  838.                    <!-- Mobile Menu Button -->
  839.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  840.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  841.                            stroke-width="2">
  842.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  843.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  844.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  845.                        </svg>
  846.                        Menu
  847.                    </button>
  848.                </div>
  849.            </div>
  850.        </div>
  851.    </div>
  852.  
  853.    <!-- Overlay for mobile sidebar -->
  854.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  855. </header>
  856.  
  857. <style>
  858.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  859.    .header-v7 {
  860.        position: relative;
  861.        background: var(--navbar-bg);
  862.    }
  863.  
  864.    /* Top Bar Styles */
  865.    .top-bar-v7 {
  866.        padding: 15px 0;
  867.        border-bottom: 1px solid var(--border-color);
  868.        background: var(--navbar-bg);
  869.    }
  870.  
  871.    .logo-img-v7 {
  872.        max-height: 70px;
  873.        transition: transform 0.3s ease;
  874.    }
  875.  
  876.    .logo-img-v7:hover {
  877.        transform: scale(1.05);
  878.    }
  879.  
  880.    /* Search Bar Styles */
  881.    .search-container-v7 {
  882.        position: relative;
  883.        display: flex;
  884.        align-items: center;
  885.        background: transparent;
  886.        border: 2px solid var(--border-color);
  887.        border-radius: 8px;
  888.        overflow: hidden;
  889.        transition: all 0.3s ease;
  890.    }
  891.  
  892.    .search-container-v7:focus-within {
  893.        border-color: #007bff33;
  894.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  895.    }
  896.  
  897.    .search-input-v7 {
  898.        color: var(--topbar-color) !important;
  899.        flex: 1;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        font-size: 14px;
  903.        outline: none;
  904.        background: transparent;
  905.    }
  906.  
  907.    .search-input-v7::placeholder {
  908.        color: #a0aec0;
  909.    }
  910.  
  911.    .search-btn-v7 {
  912.        background: var(--bs-primary);
  913.        color: white;
  914.        border: none;
  915.        padding: 12px 16px;
  916.        cursor: pointer;
  917.        transition: background 0.3s ease;
  918.    }
  919.  
  920.    .search-btn-v7:hover {
  921.        background: #3182ce;
  922.    }
  923.  
  924.    /* Header Actions */
  925.    .header-actions-v7 {
  926.        display: flex;
  927.        align-items: center;
  928.        gap: 15px;
  929.        justify-content: flex-end;
  930.    }
  931.  
  932.    .notification-btn-v7,
  933.    .profile-btn-v7 {
  934.        background: none;
  935.        border: none;
  936.        padding: 8px;
  937.        border-radius: 8px;
  938.        cursor: pointer;
  939.        transition: background 0.3s ease;
  940.        position: relative;
  941.    }
  942.  
  943.    .notification-btn-v7:hover,
  944.    .profile-btn-v7:hover {
  945.        background: #f1f5f9;
  946.    }
  947.  
  948.    .notification-badge-v7 {
  949.        position: absolute;
  950.        top: 2px;
  951.        right: 2px;
  952.        background: #e53e3e;
  953.        color: white;
  954.        font-size: 16px;
  955.        font-weight: 600;
  956.        width: 16px;
  957.        height: 16px;
  958.        border-radius: 50%;
  959.        display: flex;
  960.        align-items: center;
  961.        justify-content: center;
  962.    }
  963.  
  964.    .profile-avatar-v7 {
  965.        width: 32px;
  966.        height: 32px;
  967.        background: var(--border-color);
  968.        border-radius: 50%;
  969.        display: flex;
  970.        align-items: center;
  971.        justify-content: center;
  972.    }
  973.  
  974.    /* Main Navigation */
  975.    .main-nav-v7 {
  976.        background: var(--navbar-bg);
  977.    }
  978.  
  979.    .nav-wrapper-v7 {
  980.        display: flex;
  981.        align-items: center;
  982.        justify-content: center;
  983.        min-height: 60px;
  984.    }
  985.  
  986.    /* Sidebar Navigation */
  987.    .sidebar-nav-v7 {
  988.        position: fixed;
  989.        top: 0;
  990.        left: -350px;
  991.        width: 350px;
  992.        height: 100vh;
  993.        background: var(--navbar-bg);
  994.        z-index: 1000;
  995.        transition: left 0.3s ease;
  996.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  997.        overflow-y: auto;
  998.    }
  999.  
  1000.    .sidebar-nav-v7.show-v7 {
  1001.        left: 0;
  1002.    }
  1003.  
  1004.    .nav-header-v7 {
  1005.        display: flex;
  1006.        align-items: center;
  1007.        justify-content: space-between;
  1008.        padding: 20px 25px;
  1009.        border-bottom: 1px solid var(--border-color);
  1010.        background: var(--navbar-bg);
  1011.    }
  1012.  
  1013.    .nav-title-v7 {
  1014.        font-size: 16px;
  1015.        font-weight: 600;
  1016.        color: #2d3748;
  1017.        margin: 0;
  1018.    }
  1019.  
  1020.    .sidebar-close-v7 {
  1021.        background: none;
  1022.        border: none;
  1023.        padding: 8px;
  1024.        cursor: pointer;
  1025.        border-radius: 6px;
  1026.        transition: background 0.3s ease;
  1027.    }
  1028.  
  1029.    .sidebar-close-v7:hover {
  1030.        background: var(--border-color);
  1031.    }
  1032.  
  1033.    .sidebar-menu-v7 {
  1034.        list-style: none;
  1035.        padding: 20px 0;
  1036.        margin: 0;
  1037.    }
  1038.  
  1039.    .sidebar-item-v7 {
  1040.        margin-bottom: 5px;
  1041.    }
  1042.  
  1043.    .sidebar-link-v7 {
  1044.        display: flex;
  1045.        align-items: center;
  1046.        color: #4a5568;
  1047.        text-decoration: none;
  1048.        padding: 15px 25px;
  1049.        font-size: 15px;
  1050.        font-weight: 500;
  1051.        transition: all 0.3s ease;
  1052.        position: relative;
  1053.    }
  1054.  
  1055.    .sidebar-link-v7:hover,
  1056.    .sidebar-link-v7.active-v7 {
  1057.        color: #007bff;
  1058.        background: var(--border-color);
  1059.    }
  1060.  
  1061.    .sidebar-link-v7.active-v7::before {
  1062.        content: '';
  1063.        position: absolute;
  1064.        left: 0;
  1065.        top: 0;
  1066.        bottom: 0;
  1067.        width: 4px;
  1068.        background: #007bff;
  1069.    }
  1070.  
  1071.    .sidebar-icon-v7 {
  1072.        margin-right: 12px;
  1073.        color: currentColor;
  1074.    }
  1075.  
  1076.    .submenu-arrow-v7 {
  1077.        margin-left: auto;
  1078.        transition: transform 0.3s ease;
  1079.    }
  1080.  
  1081.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1082.        transform: rotate(180deg);
  1083.    }
  1084.  
  1085.    .sidebar-submenu-v7 {
  1086.        list-style: none;
  1087.        padding: 0;
  1088.        margin: 0;
  1089.        max-height: 0;
  1090.        overflow: hidden;
  1091.        transition: max-height 0.3s ease;
  1092.        background: var(--navbar-bg);
  1093.    }
  1094.  
  1095.    .sidebar-submenu-v7.show-v7 {
  1096.        max-height: 300px;
  1097.        padding: 10px 0;
  1098.    }
  1099.  
  1100.    .sidebar-sublink-v7 {
  1101.        display: block;
  1102.        color: #718096;
  1103.        text-decoration: none;
  1104.        padding: 10px 25px 10px 55px;
  1105.        font-size: 14px;
  1106.        transition: all 0.3s ease;
  1107.    }
  1108.  
  1109.    .sidebar-sublink-v7:hover {
  1110.        color: #007bff;
  1111.        background: var(--border-color);
  1112.    }
  1113.  
  1114.    /* Sidebar Footer */
  1115.    .sidebar-footer-v7 {
  1116.        padding: 25px;
  1117.        margin-top: auto;
  1118.        border-top: 1px solid var(--border-color);
  1119.    }
  1120.  
  1121.    .sidebar-cta-v7 {
  1122.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1123.        padding: 20px;
  1124.        border-radius: 12px;
  1125.        text-align: center;
  1126.        color: white;
  1127.    }
  1128.  
  1129.    .cta-title-v7 {
  1130.        font-size: 14px;
  1131.        font-weight: 600;
  1132.        margin: 0 0 5px 0;
  1133.    }
  1134.  
  1135.    .cta-text-v7 {
  1136.        font-size: 12px;
  1137.        margin: 0 0 15px 0;
  1138.        opacity: 0.9;
  1139.    }
  1140.  
  1141.    .cta-btn-v7 {
  1142.        background: rgba(255, 255, 255, 0.2);
  1143.        color: white;
  1144.        border: 1px solid rgba(255, 255, 255, 0.3);
  1145.        padding: 8px 20px;
  1146.        border-radius: 20px;
  1147.        font-size: 12px;
  1148.        font-weight: 500;
  1149.        cursor: pointer;
  1150.        transition: all 0.3s ease;
  1151.    }
  1152.  
  1153.    .cta-btn-v7:hover {
  1154.        background: rgba(255, 255, 255, 0.3);
  1155.    }
  1156.  
  1157.    /* Horizontal Navigation for Desktop */
  1158.    .horizontal-nav-v7 {
  1159.        flex: 1;
  1160.        display: flex;
  1161.        justify-content: center;
  1162.    }
  1163.  
  1164.    .horizontal-menu-v7 {
  1165.        list-style: none;
  1166.        padding: 0;
  1167.        margin: 0;
  1168.        display: flex;
  1169.        align-items: center;
  1170.    }
  1171.  
  1172.    .horizontal-item-v7 {
  1173.        position: relative;
  1174.        margin-right: 30px;
  1175.    }
  1176.  
  1177.    .horizontal-link-v7 {
  1178.        color: #4a5568;
  1179.        text-decoration: none;
  1180.        font-size: 16px;
  1181.        font-weight: 500;
  1182.        padding: 20px 0;
  1183.        position: relative;
  1184.        transition: color 0.3s ease;
  1185.    }
  1186.  
  1187.    .horizontal-link-v7::after {
  1188.        content: '';
  1189.        position: absolute;
  1190.        bottom: 0;
  1191.        left: 0;
  1192.        width: 0;
  1193.        height: 2px;
  1194.        background: #007bff;
  1195.        transition: width 0.3s ease;
  1196.    }
  1197.  
  1198.    .horizontal-link-v7:hover,
  1199.    .horizontal-link-v7.active-v7 {
  1200.        color: #007bff;
  1201.        font-weight: 600;
  1202.    }
  1203.  
  1204.    .horizontal-link-v7:hover::after,
  1205.    .horizontal-link-v7.active-v7::after {
  1206.        width: 100%;
  1207.    }
  1208.  
  1209.    /* Horizontal Dropdown */
  1210.    .horizontal-dropdown-v7 {
  1211.        position: absolute;
  1212.        top: 100%;
  1213.        left: 0;
  1214.        background: var(--navbar-bg);
  1215.        min-width: 200px;
  1216.        border-radius: 8px;
  1217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1218.        opacity: 0;
  1219.        visibility: hidden;
  1220.        transform: translateY(-10px);
  1221.        transition: all 0.3s ease;
  1222.        padding: 10px 0;
  1223.        z-index: 100;
  1224.    }
  1225.  
  1226.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1227.        opacity: 1;
  1228.        visibility: visible;
  1229.        transform: translateY(0);
  1230.    }
  1231.  
  1232.    .dropdown-item-v7 {
  1233.        display: block;
  1234.        color: #4a5568;
  1235.        text-decoration: none;
  1236.        padding: 12px 20px;
  1237.        font-size: 14px;
  1238.        transition: all 0.3s ease;
  1239.    }
  1240.  
  1241.    .dropdown-item-v7:hover {
  1242.        color: #007bff;
  1243.        background: #565758ff;
  1244.    }
  1245.  
  1246.    /* Mobile Menu Button */
  1247.    .mobile-menu-btn-v7 {
  1248.        background: none;
  1249.        border: 1px solid var(--border-color);
  1250.        padding: 10px 15px;
  1251.        border-radius: 8px;
  1252.        cursor: pointer;
  1253.        display: flex;
  1254.        align-items: center;
  1255.        gap: 8px;
  1256.        font-size: 14px;
  1257.        font-weight: 500;
  1258.        color: #4a5568;
  1259.        transition: all 0.3s ease;
  1260.        margin: 0 auto;
  1261.    }
  1262.  
  1263.    .mobile-menu-btn-v7:hover {
  1264.        border-color: #cbd5e0;
  1265.        opacity: 0.7;
  1266.    }
  1267.  
  1268.    /* Sidebar Overlay */
  1269.    .sidebar-overlay-v7 {
  1270.        position: fixed;
  1271.        top: 0;
  1272.        left: 0;
  1273.        right: 0;
  1274.        bottom: 0;
  1275.        background: rgba(0, 0, 0, 0.5);
  1276.        z-index: 999;
  1277.        opacity: 0;
  1278.        visibility: hidden;
  1279.        transition: all 0.3s ease;
  1280.    }
  1281.  
  1282.    .sidebar-overlay-v7.show-v7 {
  1283.        opacity: 1;
  1284.        visibility: visible;
  1285.    }
  1286.  
  1287.    /* Responsive Design */
  1288.    @media (max-width: 991px) {
  1289.        .top-bar-v7 .col-lg-6 {
  1290.            order: 3;
  1291.            margin-top: 15px;
  1292.        }
  1293.  
  1294.        .header-actions-v7 {
  1295.            justify-content: flex-start;
  1296.        }
  1297.    }
  1298.  
  1299.    @media (max-width: 768px) {
  1300.        .sidebar-nav-v7 {
  1301.            width: 300px;
  1302.            left: -300px;
  1303.        }
  1304.  
  1305.        .search-container-v7 {
  1306.            margin-top: 10px;
  1307.        }
  1308.    }
  1309. </style>
  1310.  
  1311. <script>
  1312.    function openSidebarV7() {
  1313.        const sidebar = document.getElementById('sidebarNavV7');
  1314.        const overlay = document.getElementById('sidebarOverlayV7');
  1315.  
  1316.        sidebar.classList.add('show-v7');
  1317.        overlay.classList.add('show-v7');
  1318.        document.body.style.overflow = 'hidden';
  1319.    }
  1320.  
  1321.    function closeSidebarV7() {
  1322.        const sidebar = document.getElementById('sidebarNavV7');
  1323.        const overlay = document.getElementById('sidebarOverlayV7');
  1324.  
  1325.        sidebar.classList.remove('show-v7');
  1326.        overlay.classList.remove('show-v7');
  1327.        document.body.style.overflow = '';
  1328.    }
  1329.  
  1330.    function toggleSubmenuV7(submenuId) {
  1331.        const submenu = document.getElementById(submenuId);
  1332.        const parentItem = submenu.closest('.sidebar-item-v7');
  1333.  
  1334.        // Close other open submenus
  1335.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1336.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1337.  
  1338.        allSubmenus.forEach(menu => {
  1339.            if (menu.id !== submenuId) {
  1340.                menu.classList.remove('show-v7');
  1341.            }
  1342.        });
  1343.  
  1344.        allParentItems.forEach(item => {
  1345.            if (item !== parentItem) {
  1346.                item.classList.remove('open-v7');
  1347.            }
  1348.        });
  1349.  
  1350.        // Toggle current submenu
  1351.        submenu.classList.toggle('show-v7');
  1352.        parentItem.classList.toggle('open-v7');
  1353.    }
  1354.  
  1355.    // Close sidebar when clicking outside
  1356.    document.addEventListener('click', function (event) {
  1357.        const sidebar = document.getElementById('sidebarNavV7');
  1358.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1359.  
  1360.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1361.            closeSidebarV7();
  1362.        }
  1363.    });
  1364.  
  1365.    // Handle window resize
  1366.    window.addEventListener('resize', function () {
  1367.        if (window.innerWidth >= 992) {
  1368.            closeSidebarV7();
  1369.        }
  1370.    });
  1371. </script>
  1372.  
  1373. <script>
  1374.  document.addEventListener("DOMContentLoaded", function () {
  1375.    console.log("loaded");
  1376.  
  1377.     const searchInput = document.getElementById("search-input")
  1378.    const searchResults = document.getElementById("search-results");
  1379.  
  1380.    if (!searchInput || !searchResults) {
  1381.      console.error("Search input/results not found");
  1382.      return;
  1383.    }
  1384.  
  1385.    // Prevent form submission
  1386.    if (searchInput.form) {
  1387.      searchInput.form.addEventListener("submit", function (e) {
  1388.        e.preventDefault();
  1389.      });
  1390.    }
  1391.  
  1392.    // Add event listener for keyup
  1393.    searchInput.addEventListener("keyup", function (e) {
  1394.      console.log("Key pressed:", e.key);
  1395.      e.preventDefault();
  1396.  
  1397.      const query = searchInput.value.trim();
  1398.      console.log("User is typing: " + query);
  1399.  
  1400.      // If empty → clear and hide
  1401.      if (query === "") {
  1402.        searchResults.innerHTML = "";
  1403.        searchResults.style.display = "none";
  1404.        return;
  1405.      }
  1406.  
  1407.      // Show results
  1408.      searchResults.style.display = "block";
  1409.  
  1410.      // Fetch search results
  1411.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1412.        method: "GET",
  1413.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1414.      })
  1415.        .then(response => {
  1416.          console.log("Response Status:", response.status);
  1417.          return response.json();
  1418.        })
  1419.        .then(data => {
  1420.          console.log("Data received:", data);
  1421.          if (data.html) {
  1422.            searchResults.innerHTML = data.html;
  1423.          } else {
  1424.            searchResults.innerHTML = "<p>No results found.</p>";
  1425.          }
  1426.        })
  1427.        .catch(error => {
  1428.          console.error("Error fetching search results:", error);
  1429.        });
  1430.    });
  1431.  
  1432.    // Close results when clicking outside
  1433.    document.addEventListener("click", function (e) {
  1434.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1435.        searchResults.style.display = "none";
  1436.      }
  1437.    });
  1438.  
  1439.    // Close results on ESC key
  1440.    document.addEventListener("keydown", function (e) {
  1441.      if (e.key === "Escape") {
  1442.        searchResults.style.display = "none";
  1443.      }
  1444.    });
  1445.  });
  1446. </script>
  1447.  
  1448. <style>
  1449.        /* search field */
  1450.  .search-results-container {
  1451.  position: absolute;
  1452.  top: 100%; /* Position it below the input field */
  1453.  left: 10px;
  1454.  right: 10px;
  1455.  background-color: white;
  1456.  border: 1px solid #ddd;
  1457.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1458.  max-height: 300px;
  1459.  overflow-y: auto;
  1460.  z-index: 1000;
  1461.  display: none; /* Initially hidden */
  1462. }
  1463.  
  1464. .search-results-container p {
  1465.  margin: 0;
  1466. }
  1467.  
  1468. .search-results-container .result-item {
  1469.  padding: 10px;
  1470.  cursor: pointer;
  1471. }
  1472.  
  1473. .search-results-container .result-item:hover {
  1474.  background-color: #f0f0f0;
  1475. }
  1476. </style>
  1477.  
  1478.        </header>
  1479.        <!-- end of header -->
  1480.        <!-- start of wpo-blog-hero -->
  1481.        
  1482.  
  1483.  
  1484.  
  1485.  <!-- Django Template for Clean Blog Cards -->
  1486.  
  1487.  
  1488.  
  1489.  
  1490. <div class="blog-section">
  1491.    <div class="container-fluid fluid-container">
  1492.        <div class="blog-grid">
  1493.            
  1494.            
  1495.              
  1496.            <!-- Featured Blog Card -->
  1497.            <article class="blog-card featured">
  1498.                <div class="card-image">
  1499.                    
  1500.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1501.                    
  1502.                    <span class="category bg-primary-gradient">News</span>
  1503.                </div>
  1504.                <div class="card-content">
  1505.                    <h2 class="card-title"><a class="top-color" href="/we-must-have-a-helicopter-to-locate-them-13-year-olds-urgent-plea-to-save-family-lost-off-australian-coast-disclosed/">
  1506.                                        We Must Have a Helicopter to Locate Them’: 13-Year-Old’s Urgent Plea to Save Family Lost Off Australian Coast Disclosed
  1507.                                    </a></h2>
  1508.                    <p class="card-excerpt"></p>
  1509.                    <div class="card-meta">
  1510.                        <div class="author">
  1511.                            
  1512.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="author-avatar">
  1513.                            
  1514.                            <span class="author-name">Joshua Harrison</span>
  1515.                        </div>
  1516.                        <span class="date">19 May 2026</span>
  1517.                    </div>
  1518.                    <a  href="/we-must-have-a-helicopter-to-locate-them-13-year-olds-urgent-plea-to-save-family-lost-off-australian-coast-disclosed/" class="read-more">Read Article</a>
  1519.                </div>
  1520.            </article>
  1521.  
  1522.            
  1523.            
  1524.  
  1525.            
  1526.            <!-- Regular Blog Card -->
  1527.            <article class="blog-card">
  1528.                <div class="card-image">
  1529.                    
  1530.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1531.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1532.                    
  1533.                    <span class="category bg-primary-gradient">News</span>
  1534.                </div>
  1535.                <div class="card-content">
  1536.                    <h3 class="card-title"> <a class="top-color" href="/cyclone-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/" >
  1537.                                        Cyclone Disaster in Sri Lanka Awakens a Spirit of Community Action
  1538.                                    </a></h3>
  1539.                    <p class="card-excerpt"></p>
  1540.                    <div class="card-meta">
  1541.                        <div class="author">
  1542.                              
  1543.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="author-avatar">
  1544.                            
  1545.                            <span class="author-name">Joshua Harrison</span>
  1546.                        </div>
  1547.                        <span class="date">18 May 2026</span>
  1548.                    </div>
  1549.                    <a  href="/cyclone-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/" class="read-more">Read Article</a>
  1550.                </div>
  1551.            </article>
  1552.            
  1553.            <!-- Regular Blog Card -->
  1554.            <article class="blog-card">
  1555.                <div class="card-image">
  1556.                    
  1557.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1558.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1559.                    
  1560.                    <span class="category bg-primary-gradient">News</span>
  1561.                </div>
  1562.                <div class="card-content">
  1563.                    <h3 class="card-title"> <a class="top-color" href="/los-blancos-alexander-arnold-could-return-to-face-his-former-club-in-novembers-champions-league-match/" >
  1564.                                        Los Blancos&#x27; Alexander-Arnold Could Return to Face His Former Club in November&#x27;s Champions League Match
  1565.                                    </a></h3>
  1566.                    <p class="card-excerpt"></p>
  1567.                    <div class="card-meta">
  1568.                        <div class="author">
  1569.                              
  1570.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="author-avatar">
  1571.                            
  1572.                            <span class="author-name">Joshua Harrison</span>
  1573.                        </div>
  1574.                        <span class="date">18 May 2026</span>
  1575.                    </div>
  1576.                    <a  href="/los-blancos-alexander-arnold-could-return-to-face-his-former-club-in-novembers-champions-league-match/" class="read-more">Read Article</a>
  1577.                </div>
  1578.            </article>
  1579.            
  1580.            <!-- Regular Blog Card -->
  1581.            <article class="blog-card">
  1582.                <div class="card-image">
  1583.                    
  1584.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1585.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1586.                    
  1587.                    <span class="category bg-primary-gradient">News</span>
  1588.                </div>
  1589.                <div class="card-content">
  1590.                    <h3 class="card-title"> <a class="top-color" href="/disturbing-remembrances-reemerge-in-davao-city-as-investigators-trace-bondi-shooting-alleged-attackers-activities/" >
  1591.                                        Disturbing Remembrances Reemerge in Davao City as Investigators Trace Bondi Shooting Alleged Attackers&#x27; Activities
  1592.                                    </a></h3>
  1593.                    <p class="card-excerpt"></p>
  1594.                    <div class="card-meta">
  1595.                        <div class="author">
  1596.                              
  1597.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="author-avatar">
  1598.                            
  1599.                            <span class="author-name">Joshua Harrison</span>
  1600.                        </div>
  1601.                        <span class="date">18 May 2026</span>
  1602.                    </div>
  1603.                    <a  href="/disturbing-remembrances-reemerge-in-davao-city-as-investigators-trace-bondi-shooting-alleged-attackers-activities/" class="read-more">Read Article</a>
  1604.                </div>
  1605.            </article>
  1606.            
  1607.            <!-- Regular Blog Card -->
  1608.            <article class="blog-card">
  1609.                <div class="card-image">
  1610.                    
  1611.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1612.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1613.                    
  1614.                    <span class="category bg-primary-gradient">News</span>
  1615.                </div>
  1616.                <div class="card-content">
  1617.                    <h3 class="card-title"> <a class="top-color" href="/real-southern-portugal-discovering-portugal-beyond-the-shoreline/" >
  1618.                                        Real Southern Portugal: Discovering Portugal Beyond the Shoreline
  1619.                                    </a></h3>
  1620.                    <p class="card-excerpt"></p>
  1621.                    <div class="card-meta">
  1622.                        <div class="author">
  1623.                              
  1624.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="author-avatar">
  1625.                            
  1626.                            <span class="author-name">Joshua Harrison</span>
  1627.                        </div>
  1628.                        <span class="date">18 May 2026</span>
  1629.                    </div>
  1630.                    <a  href="/real-southern-portugal-discovering-portugal-beyond-the-shoreline/" class="read-more">Read Article</a>
  1631.                </div>
  1632.            </article>
  1633.            
  1634.  
  1635.        </div>
  1636.    </div>
  1637. </div>
  1638.  
  1639. <style>
  1640.  
  1641.  
  1642. .blog-section {
  1643.    padding: 60px 0;
  1644. }
  1645.  
  1646.  
  1647. .blog-grid {
  1648.    display: grid;
  1649.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1650.    gap: 30px;
  1651. }
  1652.  
  1653. /* Blog Cards */
  1654. .blog-card {
  1655.    background: var(--card-bg);
  1656.    border: 1px solid var(--border-color);
  1657.    border-radius: var(--card-radius);
  1658.    overflow: hidden;
  1659.    transition: all 0.3s ease;
  1660. }
  1661.  
  1662. .blog-card:hover {
  1663.    transform: translateY(-5px);
  1664.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1665.    border-color: var(--border-color);
  1666. }
  1667.  
  1668. .featured {
  1669.    grid-column: span 2;
  1670.    display: grid;
  1671.    grid-template-columns: 1fr 1fr;
  1672.    gap: 0;
  1673. }
  1674.  
  1675. .card-image {
  1676.    position: relative;
  1677.    height: 220px;
  1678.    background: #f8f8f8;
  1679. }
  1680.  
  1681. .featured .card-image {
  1682.    height: 100%;
  1683.    min-height: 300px;
  1684. }
  1685.  
  1686. .card-image img {
  1687.    width: 100%;
  1688.    height: 100%;
  1689.    object-fit: cover;
  1690. }
  1691.  
  1692. .category {
  1693.    position: absolute;
  1694.    top: 15px;
  1695.    left: 15px;
  1696.    padding: 6px 16px;
  1697.    border-radius: 20px;
  1698.    font-size: 12px;
  1699.    font-weight: 500;
  1700.    text-transform: uppercase;
  1701.    letter-spacing: 0.5px;
  1702. }
  1703.  
  1704. .card-content {
  1705.    padding: 25px;
  1706. }
  1707.  
  1708. .featured .card-content {
  1709.    display: flex;
  1710.    flex-direction: column;
  1711.    justify-content: center;
  1712.    padding: 40px;
  1713. }
  1714.  
  1715. .card-title {
  1716.    font-size: 18px;
  1717.    font-weight: 600;
  1718.    margin-bottom: 12px;
  1719.    line-height: 1.4;
  1720. }
  1721.  
  1722. .featured .card-title {
  1723.    font-size: 24px;
  1724.    margin-bottom: 15px;
  1725. }
  1726.  
  1727. .card-excerpt {
  1728.    color: #666;
  1729.    font-size: 14px;
  1730.    line-height: 1.6;
  1731.    margin-bottom: 20px;
  1732. }
  1733.  
  1734. .featured .card-excerpt {
  1735.    font-size: 16px;
  1736.    margin-bottom: 25px;
  1737. }
  1738.  
  1739. .card-meta {
  1740.    display: flex;
  1741.    align-items: center;
  1742.    justify-content: space-between;
  1743.    padding-top: 15px;
  1744.    border-top: 1px solid #f0f0f0;
  1745.    margin-bottom: 15px;
  1746. }
  1747.  
  1748. .author {
  1749.    display: flex;
  1750.    align-items: center;
  1751.    gap: 10px;
  1752. }
  1753.  
  1754. .author-avatar {
  1755.    width: 30px;
  1756.    height: 30px;
  1757.    border-radius: 50%;
  1758.    object-fit: cover;
  1759.    border: 1px solid #e5e5e5;
  1760. }
  1761.  
  1762. .author-name {
  1763.    color: #555;
  1764.    font-size: 13px;
  1765.    font-weight: 500;
  1766. }
  1767.  
  1768. .date {
  1769.    color: #999;
  1770.    font-size: 12px;
  1771. }
  1772.  
  1773. .read-more {
  1774.    color: #333;
  1775.    text-decoration: none;
  1776.    font-size: 13px;
  1777.    font-weight: 500;
  1778.    display: inline-flex;
  1779.    align-items: center;
  1780.    transition: color 0.2s ease;
  1781. }
  1782.  
  1783. .read-more:hover {
  1784.    color: #000;
  1785. }
  1786.  
  1787. .read-more::after {
  1788.    content: '→';
  1789.    margin-left: 8px;
  1790.    transition: transform 0.2s ease;
  1791. }
  1792.  
  1793. .read-more:hover::after {
  1794.    transform: translateX(4px);
  1795. }
  1796.  
  1797. /* Newsletter Card */
  1798. .newsletter-card {
  1799.    background: white;
  1800.    border: 2px dashed #ddd;
  1801.    border-radius: 12px;
  1802.    padding: 40px 30px;
  1803.    text-align: center;
  1804.    display: flex;
  1805.    flex-direction: column;
  1806.    justify-content: center;
  1807.    align-items: center;
  1808. }
  1809.  
  1810. .newsletter-title {
  1811.    color: #333;
  1812.    font-size: 20px;
  1813.    font-weight: 600;
  1814.    margin-bottom: 8px;
  1815. }
  1816.  
  1817. .newsletter-desc {
  1818.    color: #666;
  1819.    font-size: 14px;
  1820.    margin-bottom: 25px;
  1821. }
  1822.  
  1823. .newsletter-form {
  1824.    width: 100%;
  1825.    max-width: 280px;
  1826.    margin-bottom: 15px;
  1827. }
  1828.  
  1829. .email-input {
  1830.    width: 100%;
  1831.    padding: 12px 16px;
  1832.    border: 1px solid #ddd;
  1833.    border-radius: 8px;
  1834.    font-size: 14px;
  1835.    margin-bottom: 12px;
  1836.    transition: border-color 0.2s ease;
  1837. }
  1838.  
  1839. .email-input:focus {
  1840.    outline: none;
  1841.    border-color: #333;
  1842. }
  1843.  
  1844. .subscribe-btn {
  1845.    width: 100%;
  1846.    padding: 12px 16px;
  1847.    background: #333;
  1848.    color: white;
  1849.    border: none;
  1850.    border-radius: 8px;
  1851.    font-size: 14px;
  1852.    font-weight: 500;
  1853.    cursor: pointer;
  1854.    transition: background 0.2s ease;
  1855. }
  1856.  
  1857. .subscribe-btn:hover {
  1858.    background: #555;
  1859. }
  1860.  
  1861. .subscriber-count {
  1862.    color: #999;
  1863.    font-size: 12px;
  1864. }
  1865.  
  1866. /* Responsive Design */
  1867. @media (max-width: 768px) {
  1868.    .blog-grid {
  1869.        grid-template-columns: 1fr;
  1870.        gap: 20px;
  1871.    }
  1872.    
  1873.    .featured {
  1874.        grid-column: span 1;
  1875.        grid-template-columns: 1fr;
  1876.    }
  1877.    
  1878.    .featured .card-image {
  1879.        height: 220px;
  1880.    }
  1881.    
  1882.    .featured .card-content {
  1883.        padding: 25px;
  1884.    }
  1885.    
  1886.    .featured .card-title {
  1887.        font-size: 20px;
  1888.    }
  1889.    
  1890.    .featured .card-excerpt {
  1891.        font-size: 14px;
  1892.    }
  1893. }
  1894.  
  1895. @media (max-width: 480px) {
  1896.    .container {
  1897.        padding: 0 15px;
  1898.    }
  1899.    
  1900.    .card-content,
  1901.    .featured .card-content {
  1902.        padding: 20px;
  1903.    }
  1904.    
  1905.    .newsletter-card {
  1906.        padding: 30px 20px;
  1907.    }
  1908. }
  1909. </style>
  1910.  
  1911.  
  1912.  
  1913.  
  1914.        <!-- end of wpo-blog-hero -->
  1915.  
  1916.        <!-- start of wpo-breacking-news -->
  1917.        
  1918.        <!-- end of wpo-breacking-news -->
  1919.        
  1920.        <!-- start wpo-blog-highlights-section -->
  1921.        
  1922.  
  1923.  
  1924.  
  1925.    
  1926.  
  1927.  
  1928. <section class="wpo-blog-highlights-section">
  1929.    <div class="container-fluid fluid-container">
  1930.        <div class="wpo-section-title">
  1931.            
  1932.                <h2>Today's Top Highlights</h2>
  1933.                    
  1934.        </div>
  1935.        <div class="row">
  1936.            <div class="col col-lg-8 col-12">
  1937.                <!-- start wpo-blog-section -->
  1938.                <div class="wpo-blog-highlights-wrap">
  1939.                    <div class="wpo-blog-items">
  1940.                        <div class="row">
  1941.                            
  1942.                            
  1943.                            <div class="col col-lg-6 col-md-6 col-12">
  1944.                                <div class="wpo-blog-item">
  1945.                                    <div class="wpo-blog-img">
  1946.                                        
  1947.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1948.                                        
  1949.                                        <div class="thumb bg-primary-gradient">News</div>
  1950.                                    </div>
  1951.                                    <div class="wpo-blog-content"  >
  1952.                                        <h2>
  1953.                                            <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-pursuit/" class="top-color">
  1954.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Silverware Pursuit
  1955.                                            </a>
  1956.                                        </h2>
  1957.                                        <ul>
  1958.                                            <li>  
  1959.                                                
  1960.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  1961.                                                
  1962.                                            </li>
  1963.                                            <li class="top-color">By Joshua Harrison</li>
  1964.                                            <li class="top-color">18 May 2026</li>
  1965.                                        </ul>
  1966.                                        <p class="top-color"> </p>
  1967.                                    </div>
  1968.                                </div>
  1969.                            </div>
  1970.                        
  1971.                            
  1972.                            
  1973.                            <div class="col col-lg-6 col-md-6 col-12">
  1974.                                <div class="wpo-blog-item">
  1975.                                    <div class="wpo-blog-img">
  1976.                                        
  1977.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1978.                                        
  1979.                                        <div class="thumb bg-primary-gradient">News</div>
  1980.                                    </div>
  1981.                                    <div class="wpo-blog-content"  >
  1982.                                        <h2>
  1983.                                            <a href="/will-the-all-blacks-rediscover-their-winning-form-this-autumn/" class="top-color">
  1984.                                            Will the All Blacks rediscover their winning form this autumn?
  1985.                                            </a>
  1986.                                        </h2>
  1987.                                        <ul>
  1988.                                            <li>  
  1989.                                                
  1990.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  1991.                                                
  1992.                                            </li>
  1993.                                            <li class="top-color">By Joshua Harrison</li>
  1994.                                            <li class="top-color">18 May 2026</li>
  1995.                                        </ul>
  1996.                                        <p class="top-color"> </p>
  1997.                                    </div>
  1998.                                </div>
  1999.                            </div>
  2000.                        
  2001.                            
  2002.                            
  2003.                            <div class="col col-lg-6 col-md-6 col-12">
  2004.                                <div class="wpo-blog-item">
  2005.                                    <div class="wpo-blog-img">
  2006.                                        
  2007.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2008.                                        
  2009.                                        <div class="thumb bg-primary-gradient">News</div>
  2010.                                    </div>
  2011.                                    <div class="wpo-blog-content"  >
  2012.                                        <h2>
  2013.                                            <a href="/the-presidents-unprecedented-influence-in-sports-reached-new-heights-in-2025-2026-looks-set-to-go-further/" class="top-color">
  2014.                                            The President&#x27;s Unprecedented Influence in Sports Reached New Heights in 2025. 2026 Looks Set to Go Further.
  2015.                                            </a>
  2016.                                        </h2>
  2017.                                        <ul>
  2018.                                            <li>  
  2019.                                                
  2020.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2021.                                                
  2022.                                            </li>
  2023.                                            <li class="top-color">By Joshua Harrison</li>
  2024.                                            <li class="top-color">18 May 2026</li>
  2025.                                        </ul>
  2026.                                        <p class="top-color"> </p>
  2027.                                    </div>
  2028.                                </div>
  2029.                            </div>
  2030.                        
  2031.                            
  2032.                            
  2033.                            <div class="col col-lg-6 col-md-6 col-12">
  2034.                                <div class="wpo-blog-item">
  2035.                                    <div class="wpo-blog-img">
  2036.                                        
  2037.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2038.                                        
  2039.                                        <div class="thumb bg-primary-gradient">News</div>
  2040.                                    </div>
  2041.                                    <div class="wpo-blog-content"  >
  2042.                                        <h2>
  2043.                                            <a href="/we-were-fired-and-we-accept-it-heres-how-to-find-a-new-job-that-suits-you-personally/" class="top-color">
  2044.                                            We Were Fired, and We Accept It – Here&#x27;s How to Find a New Job That Suits You Personally
  2045.                                            </a>
  2046.                                        </h2>
  2047.                                        <ul>
  2048.                                            <li>  
  2049.                                                
  2050.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2051.                                                
  2052.                                            </li>
  2053.                                            <li class="top-color">By Joshua Harrison</li>
  2054.                                            <li class="top-color">18 May 2026</li>
  2055.                                        </ul>
  2056.                                        <p class="top-color"> </p>
  2057.                                    </div>
  2058.                                </div>
  2059.                            </div>
  2060.                        
  2061.                            
  2062.                            
  2063.                            <div class="col col-lg-6 col-md-6 col-12">
  2064.                                <div class="wpo-blog-item">
  2065.                                    <div class="wpo-blog-img">
  2066.                                        
  2067.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2068.                                        
  2069.                                        <div class="thumb bg-primary-gradient">News</div>
  2070.                                    </div>
  2071.                                    <div class="wpo-blog-content"  >
  2072.                                        <h2>
  2073.                                            <a href="/exercise-while-you-work-10-fitness-enhancing-office-movements-you-can-do-in-regular-outfits/" class="top-color">
  2074.                                            Exercise while you work? 10 fitness-enhancing office movements you can do in regular outfits
  2075.                                            </a>
  2076.                                        </h2>
  2077.                                        <ul>
  2078.                                            <li>  
  2079.                                                
  2080.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2081.                                                
  2082.                                            </li>
  2083.                                            <li class="top-color">By Joshua Harrison</li>
  2084.                                            <li class="top-color">17 May 2026</li>
  2085.                                        </ul>
  2086.                                        <p class="top-color"> </p>
  2087.                                    </div>
  2088.                                </div>
  2089.                            </div>
  2090.                        
  2091.                            
  2092.                            
  2093.                            <div class="col col-lg-6 col-md-6 col-12">
  2094.                                <div class="wpo-blog-item">
  2095.                                    <div class="wpo-blog-img">
  2096.                                        
  2097.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2098.                                        
  2099.                                        <div class="thumb bg-primary-gradient">News</div>
  2100.                                    </div>
  2101.                                    <div class="wpo-blog-content"  >
  2102.                                        <h2>
  2103.                                            <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-view/" class="top-color">
  2104.                                            Anno 117 Pax Romana&#x27;s Top Secret Is a Breathtaking First-Person View.
  2105.                                            </a>
  2106.                                        </h2>
  2107.                                        <ul>
  2108.                                            <li>  
  2109.                                                
  2110.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2111.                                                
  2112.                                            </li>
  2113.                                            <li class="top-color">By Joshua Harrison</li>
  2114.                                            <li class="top-color">17 May 2026</li>
  2115.                                        </ul>
  2116.                                        <p class="top-color"> </p>
  2117.                                    </div>
  2118.                                </div>
  2119.                            </div>
  2120.                        
  2121.                            
  2122.                            
  2123.                            <div class="col col-lg-6 col-md-6 col-12">
  2124.                                <div class="wpo-blog-item">
  2125.                                    <div class="wpo-blog-img">
  2126.                                        
  2127.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2128.                                        
  2129.                                        <div class="thumb bg-primary-gradient">Others</div>
  2130.                                    </div>
  2131.                                    <div class="wpo-blog-content"  >
  2132.                                        <h2>
  2133.                                            <a href="/uncovering-the-most-recent-trends-in-gambling-slot-games-online-5e69/" class="top-color">
  2134.                                            Uncovering the Most Recent Trends in Gambling Slot Games Online
  2135.                                            </a>
  2136.                                        </h2>
  2137.                                        <ul>
  2138.                                            <li>  
  2139.                                                
  2140.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2141.                                                
  2142.                                            </li>
  2143.                                            <li class="top-color">By Joshua Harrison</li>
  2144.                                            <li class="top-color">17 May 2026</li>
  2145.                                        </ul>
  2146.                                        <p class="top-color"> </p>
  2147.                                    </div>
  2148.                                </div>
  2149.                            </div>
  2150.                        
  2151.                            
  2152.                            
  2153.                            <div class="col col-lg-6 col-md-6 col-12">
  2154.                                <div class="wpo-blog-item">
  2155.                                    <div class="wpo-blog-img">
  2156.                                        
  2157.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2158.                                        
  2159.                                        <div class="thumb bg-primary-gradient">Others</div>
  2160.                                    </div>
  2161.                                    <div class="wpo-blog-content"  >
  2162.                                        <h2>
  2163.                                            <a href="/uncovering-the-most-recent-trends-in-gambling-slot-games-online/" class="top-color">
  2164.                                            Uncovering the Most Recent Trends in Gambling Slot Games Online
  2165.                                            </a>
  2166.                                        </h2>
  2167.                                        <ul>
  2168.                                            <li>  
  2169.                                                
  2170.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2171.                                                
  2172.                                            </li>
  2173.                                            <li class="top-color">By Joshua Harrison</li>
  2174.                                            <li class="top-color">17 May 2026</li>
  2175.                                        </ul>
  2176.                                        <p class="top-color"> </p>
  2177.                                    </div>
  2178.                                </div>
  2179.                            </div>
  2180.                        
  2181.                            
  2182.                            
  2183.                            <div class="col col-lg-6 col-md-6 col-12">
  2184.                                <div class="wpo-blog-item">
  2185.                                    <div class="wpo-blog-img">
  2186.                                        
  2187.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2188.                                        
  2189.                                        <div class="thumb bg-primary-gradient">Others</div>
  2190.                                    </div>
  2191.                                    <div class="wpo-blog-content"  >
  2192.                                        <h2>
  2193.                                            <a href="/examining-the-cutting-edge-trends-in-internet-based-slot-games/" class="top-color">
  2194.                                            Examining the Cutting-Edge Trends in Internet-based Slot Games
  2195.                                            </a>
  2196.                                        </h2>
  2197.                                        <ul>
  2198.                                            <li>  
  2199.                                                
  2200.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2201.                                                
  2202.                                            </li>
  2203.                                            <li class="top-color">By Joshua Harrison</li>
  2204.                                            <li class="top-color">17 May 2026</li>
  2205.                                        </ul>
  2206.                                        <p class="top-color"> </p>
  2207.                                    </div>
  2208.                                </div>
  2209.                            </div>
  2210.                        
  2211.                            
  2212.                            
  2213.                            <div class="col col-lg-6 col-md-6 col-12">
  2214.                                <div class="wpo-blog-item">
  2215.                                    <div class="wpo-blog-img">
  2216.                                        
  2217.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2218.                                        
  2219.                                        <div class="thumb bg-primary-gradient">Others</div>
  2220.                                    </div>
  2221.                                    <div class="wpo-blog-content"  >
  2222.                                        <h2>
  2223.                                            <a href="/conquering-the-adventurous-realm-of-online-slot-games-2cbb/" class="top-color">
  2224.                                            Conquering the Adventurous Realm of Online Slot Games
  2225.                                            </a>
  2226.                                        </h2>
  2227.                                        <ul>
  2228.                                            <li>  
  2229.                                                
  2230.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2231.                                                
  2232.                                            </li>
  2233.                                            <li class="top-color">By Joshua Harrison</li>
  2234.                                            <li class="top-color">17 May 2026</li>
  2235.                                        </ul>
  2236.                                        <p class="top-color"> </p>
  2237.                                    </div>
  2238.                                </div>
  2239.                            </div>
  2240.                        
  2241.                            
  2242.                            
  2243.                            <div class="col col-lg-6 col-md-6 col-12">
  2244.                                <div class="wpo-blog-item">
  2245.                                    <div class="wpo-blog-img">
  2246.                                        
  2247.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2248.                                        
  2249.                                        <div class="thumb bg-primary-gradient">Others</div>
  2250.                                    </div>
  2251.                                    <div class="wpo-blog-content"  >
  2252.                                        <h2>
  2253.                                            <a href="/conquering-the-adventurous-realm-of-online-slot-games/" class="top-color">
  2254.                                            Conquering the Adventurous Realm of Online Slot Games
  2255.                                            </a>
  2256.                                        </h2>
  2257.                                        <ul>
  2258.                                            <li>  
  2259.                                                
  2260.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2261.                                                
  2262.                                            </li>
  2263.                                            <li class="top-color">By Joshua Harrison</li>
  2264.                                            <li class="top-color">17 May 2026</li>
  2265.                                        </ul>
  2266.                                        <p class="top-color"> </p>
  2267.                                    </div>
  2268.                                </div>
  2269.                            </div>
  2270.                        
  2271.                            
  2272.                            
  2273.                            <div class="col col-lg-6 col-md-6 col-12">
  2274.                                <div class="wpo-blog-item">
  2275.                                    <div class="wpo-blog-img">
  2276.                                        
  2277.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2278.                                        
  2279.                                        <div class="thumb bg-primary-gradient">News</div>
  2280.                                    </div>
  2281.                                    <div class="wpo-blog-content"  >
  2282.                                        <h2>
  2283.                                            <a href="/trump-says-generally-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/" class="top-color">
  2284.                                            Trump Says &#x27;Generally, Agreement Exists&#x27; on Following Steps of Gaza Ceasefire Plan
  2285.                                            </a>
  2286.                                        </h2>
  2287.                                        <ul>
  2288.                                            <li>  
  2289.                                                
  2290.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison">
  2291.                                                
  2292.                                            </li>
  2293.                                            <li class="top-color">By Joshua Harrison</li>
  2294.                                            <li class="top-color">17 May 2026</li>
  2295.                                        </ul>
  2296.                                        <p class="top-color"> </p>
  2297.                                    </div>
  2298.                                </div>
  2299.                            </div>
  2300.                        
  2301.                            
  2302.                            
  2303.  
  2304.                        </div>
  2305.                    </div>
  2306.                </div>
  2307.                <!-- end wpo-blog-section -->
  2308.            </div>
  2309.  
  2310.            <div class="col col-lg-4 col-12">
  2311.                
  2312.  
  2313.  
  2314.  
  2315.    
  2316.  
  2317.  
  2318. <!-- Blog Sidebar V2 - Focused Design -->
  2319.  <div class="sidebar mb-3">
  2320.    <!-- Recent Posts Section -->
  2321.    <div class="sidebar-widget mb-4">
  2322.      <div class="widget-title-wrapper mb-3">
  2323.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2324.          <i class="ti-time me-2"></i>Recent Posts
  2325.          <span class="title-arrow-primary"></span>
  2326.        </h4>
  2327.      </div>
  2328.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2329.        <div class="recent-post-list">
  2330.          
  2331.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2332.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2333.              
  2334.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2335.              
  2336.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2337.            </div>
  2338.            <div class="post-content flex-grow-1">
  2339.              <h6 class="post-title mb-2">
  2340.                <a href="/swiss-ski-resort-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2341.                                            Swiss Ski Resort Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  2342.                                            </a>
  2343.              </h6>
  2344.              <div class="post-meta">
  2345.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2346.                <!-- <small class="text-muted">
  2347.                  <i class="ti-eye me-1"></i>348 views
  2348.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2349.                </small> -->
  2350.              </div>
  2351.            </div>
  2352.          </div>
  2353.          
  2354.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2355.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2356.              
  2357.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2358.              
  2359.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2360.            </div>
  2361.            <div class="post-content flex-grow-1">
  2362.              <h6 class="post-title mb-2">
  2363.                <a href="/queens-acknowledge-queens-as-trump-offers-mamdani-a-cordial-greeting/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2364.                                            Queens Acknowledge Queens as Trump Offers Mamdani a Cordial Greeting
  2365.                                            </a>
  2366.              </h6>
  2367.              <div class="post-meta">
  2368.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2369.                <!-- <small class="text-muted">
  2370.                  <i class="ti-eye me-1"></i>348 views
  2371.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2372.                </small> -->
  2373.              </div>
  2374.            </div>
  2375.          </div>
  2376.          
  2377.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2378.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2379.              
  2380.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2381.              
  2382.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2383.            </div>
  2384.            <div class="post-content flex-grow-1">
  2385.              <h6 class="post-title mb-2">
  2386.                <a href="/the-ten-year-affair-from-author-erin-somers-the-middle-aged-adultery-tale-this-generation-has-earned/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2387.                                            The Ten Year Affair from author Erin Somers: The Middle-Aged Adultery Tale This Generation Has Earned.
  2388.                                            </a>
  2389.              </h6>
  2390.              <div class="post-meta">
  2391.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2392.                <!-- <small class="text-muted">
  2393.                  <i class="ti-eye me-1"></i>348 views
  2394.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2395.                </small> -->
  2396.              </div>
  2397.            </div>
  2398.          </div>
  2399.          
  2400.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2401.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2402.              
  2403.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2404.              
  2405.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2406.            </div>
  2407.            <div class="post-content flex-grow-1">
  2408.              <h6 class="post-title mb-2">
  2409.                <a href="/president-zelenskyy-states-ukraine-was-ten-percent-away-from-peace-but-not-at-any-cost/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2410.                                            President Zelenskyy States Ukraine Was Ten Percent Away from Peace, But Not at Any Cost
  2411.                                            </a>
  2412.              </h6>
  2413.              <div class="post-meta">
  2414.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2415.                <!-- <small class="text-muted">
  2416.                  <i class="ti-eye me-1"></i>348 views
  2417.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2418.                </small> -->
  2419.              </div>
  2420.            </div>
  2421.          </div>
  2422.          
  2423.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2424.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2425.              
  2426.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2427.              
  2428.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2429.            </div>
  2430.            <div class="post-content flex-grow-1">
  2431.              <h6 class="post-title mb-2">
  2432.                <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2433.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  2434.                                            </a>
  2435.              </h6>
  2436.              <div class="post-meta">
  2437.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2438.                <!-- <small class="text-muted">
  2439.                  <i class="ti-eye me-1"></i>348 views
  2440.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2441.                </small> -->
  2442.              </div>
  2443.            </div>
  2444.          </div>
  2445.          
  2446.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2447.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2448.              
  2449.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2450.              
  2451.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2452.            </div>
  2453.            <div class="post-content flex-grow-1">
  2454.              <h6 class="post-title mb-2">
  2455.                <a href="/political-shifts-international-tensions-sparse-reporting-key-obstacles-to-environmental-advancement-that-hindered-cop30/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2456.                                            Political Shifts, International Tensions, Sparse Reporting: Key Obstacles to Environmental Advancement That Hindered Cop30
  2457.                                            </a>
  2458.              </h6>
  2459.              <div class="post-meta">
  2460.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2461.                <!-- <small class="text-muted">
  2462.                  <i class="ti-eye me-1"></i>348 views
  2463.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2464.                </small> -->
  2465.              </div>
  2466.            </div>
  2467.          </div>
  2468.          
  2469.  
  2470.        </div>
  2471.  
  2472.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2473.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2474.        </div> -->
  2475.      </div>
  2476.    </div>
  2477.    
  2478.    
  2479.    <div class="sidebar-widget mb-4">
  2480.      <div class="widget-title-wrapper mb-3">
  2481.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2482.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2483.          <span class="title-arrow"></span>
  2484.        </h4>
  2485.      </div>
  2486.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2487.        <div class="blog-roll-list scrollable-sidebar">
  2488.          
  2489.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.            <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/"  rel="dofollow" class="text-decoration-none ">
  2491.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2492.                <i class="ti-angle-right me-2 text-primary"></i>
  2493.                 winnerisland casino
  2494.              </h6>
  2495.            </a>
  2496.          </div>
  2497.          
  2498.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2499.            <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2500.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2501.                <i class="ti-angle-right me-2 text-primary"></i>
  2502.                 top 20 online casinos
  2503.              </h6>
  2504.            </a>
  2505.          </div>
  2506.          
  2507.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2508.            <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2509.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2510.                <i class="ti-angle-right me-2 text-primary"></i>
  2511.                 casino not on gamstop
  2512.              </h6>
  2513.            </a>
  2514.          </div>
  2515.          
  2516.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.            <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2518.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2519.                <i class="ti-angle-right me-2 text-primary"></i>
  2520.                 top 20 online casinos
  2521.              </h6>
  2522.            </a>
  2523.          </div>
  2524.          
  2525.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2527.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2528.                <i class="ti-angle-right me-2 text-primary"></i>
  2529.                 online casino
  2530.              </h6>
  2531.            </a>
  2532.          </div>
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://www.britishicehockey.co.uk/betting-sites/"  rel="dofollow" class="text-decoration-none ">
  2536.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                 best uk betting sites
  2539.              </h6>
  2540.            </a>
  2541.          </div>
  2542.          
  2543.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2544.            <a href="https://techconnect-live.com/"  rel="dofollow" class="text-decoration-none ">
  2545.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2546.                <i class="ti-angle-right me-2 text-primary"></i>
  2547.                 casino online
  2548.              </h6>
  2549.            </a>
  2550.          </div>
  2551.          
  2552.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2554.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2555.                <i class="ti-angle-right me-2 text-primary"></i>
  2556.                 best non Gamstop casinos
  2557.              </h6>
  2558.            </a>
  2559.          </div>
  2560.          
  2561.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2562.            <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2563.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2564.                <i class="ti-angle-right me-2 text-primary"></i>
  2565.                 best non Gamstop casinos
  2566.              </h6>
  2567.            </a>
  2568.          </div>
  2569.          
  2570.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2571.            <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2572.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2573.                <i class="ti-angle-right me-2 text-primary"></i>
  2574.                 online casino
  2575.              </h6>
  2576.            </a>
  2577.          </div>
  2578.          
  2579.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2580.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2581.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2582.                <i class="ti-angle-right me-2 text-primary"></i>
  2583.                 non gamstop online casinos
  2584.              </h6>
  2585.            </a>
  2586.          </div>
  2587.          
  2588.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2589.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2590.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2591.                <i class="ti-angle-right me-2 text-primary"></i>
  2592.                 non gamstop casinos
  2593.              </h6>
  2594.            </a>
  2595.          </div>
  2596.          
  2597.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2598.            <a href="https://thebrexitparty.org/"  rel="dofollow" class="text-decoration-none ">
  2599.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2600.                <i class="ti-angle-right me-2 text-primary"></i>
  2601.                 casinos not on gamstop
  2602.              </h6>
  2603.            </a>
  2604.          </div>
  2605.          
  2606.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2607.            <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2608.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2609.                <i class="ti-angle-right me-2 text-primary"></i>
  2610.                 online casino
  2611.              </h6>
  2612.            </a>
  2613.          </div>
  2614.          
  2615.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2616.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2617.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2618.                <i class="ti-angle-right me-2 text-primary"></i>
  2619.                 casino not on gamstop
  2620.              </h6>
  2621.            </a>
  2622.          </div>
  2623.          
  2624.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2625.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2626.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2627.                <i class="ti-angle-right me-2 text-primary"></i>
  2628.                 casinos not on gamstop
  2629.              </h6>
  2630.            </a>
  2631.          </div>
  2632.          
  2633.  
  2634.        </div>
  2635.  
  2636.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2637.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2638.        </div> -->
  2639.      </div>
  2640.    </div>
  2641.    
  2642.    <div class="sidebar-widget mb-4">
  2643.      <div class="widget-title-wrapper mb-3">
  2644.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2645.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2646.          <span class="title-arrow"></span>
  2647.        </h4>
  2648.      </div>
  2649.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2650.        <div class="blog-roll-list scrollable-sidebar">
  2651.          
  2652.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2653.            <a href="https://www.richmondreview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2654.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2655.                <i class="ti-angle-right me-2 text-primary"></i>
  2656.                 casinos not on gamstop
  2657.              </h6>
  2658.            </a>
  2659.          </div>
  2660.          
  2661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2662.            <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2663.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2664.                <i class="ti-angle-right me-2 text-primary"></i>
  2665.                 casino not on gamstop
  2666.              </h6>
  2667.            </a>
  2668.          </div>
  2669.          
  2670.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2671.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2672.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2673.                <i class="ti-angle-right me-2 text-primary"></i>
  2674.                 online casinos not on gamstop
  2675.              </h6>
  2676.            </a>
  2677.          </div>
  2678.          
  2679.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2680.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2681.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2682.                <i class="ti-angle-right me-2 text-primary"></i>
  2683.                 online casinos not on gamstop
  2684.              </h6>
  2685.            </a>
  2686.          </div>
  2687.          
  2688.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2689.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2690.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2691.                <i class="ti-angle-right me-2 text-primary"></i>
  2692.                 online casinos not on gamstop
  2693.              </h6>
  2694.            </a>
  2695.          </div>
  2696.          
  2697.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2698.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2699.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2700.                <i class="ti-angle-right me-2 text-primary"></i>
  2701.                 uk casinos not on gamstop
  2702.              </h6>
  2703.            </a>
  2704.          </div>
  2705.          
  2706.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2707.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2708.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2709.                <i class="ti-angle-right me-2 text-primary"></i>
  2710.                 online casinos not on gamstop
  2711.              </h6>
  2712.            </a>
  2713.          </div>
  2714.          
  2715.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2717.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2718.                <i class="ti-angle-right me-2 text-primary"></i>
  2719.                 online casinos not on gamstop
  2720.              </h6>
  2721.            </a>
  2722.          </div>
  2723.          
  2724.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2725.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2726.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2727.                <i class="ti-angle-right me-2 text-primary"></i>
  2728.                 online casinos not on gamstop
  2729.              </h6>
  2730.            </a>
  2731.          </div>
  2732.          
  2733.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2734.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2735.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2736.                <i class="ti-angle-right me-2 text-primary"></i>
  2737.                 online casinos not on gamstop
  2738.              </h6>
  2739.            </a>
  2740.          </div>
  2741.          
  2742.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2743.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2744.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2745.                <i class="ti-angle-right me-2 text-primary"></i>
  2746.                 online casinos not on gamstop
  2747.              </h6>
  2748.            </a>
  2749.          </div>
  2750.          
  2751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2753.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2754.                <i class="ti-angle-right me-2 text-primary"></i>
  2755.                 online casinos not on gamstop
  2756.              </h6>
  2757.            </a>
  2758.          </div>
  2759.          
  2760.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2761.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2762.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2763.                <i class="ti-angle-right me-2 text-primary"></i>
  2764.                 online casinos not on gamstop
  2765.              </h6>
  2766.            </a>
  2767.          </div>
  2768.          
  2769.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2770.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none ">
  2771.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2772.                <i class="ti-angle-right me-2 text-primary"></i>
  2773.                 UK gambling sites
  2774.              </h6>
  2775.            </a>
  2776.          </div>
  2777.          
  2778.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2779.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2780.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2781.                <i class="ti-angle-right me-2 text-primary"></i>
  2782.                 casinos not on GamStop
  2783.              </h6>
  2784.            </a>
  2785.          </div>
  2786.          
  2787.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.            <a href="https://thesaracensatbrington.co.uk"  rel="dofollow" class="text-decoration-none ">
  2789.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2790.                <i class="ti-angle-right me-2 text-primary"></i>
  2791.                 best non uk casinos
  2792.              </h6>
  2793.            </a>
  2794.          </div>
  2795.          
  2796.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2797.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2798.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2799.                <i class="ti-angle-right me-2 text-primary"></i>
  2800.                 non UK regulated casinos
  2801.              </h6>
  2802.            </a>
  2803.          </div>
  2804.          
  2805.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2806.            <a href="https://tridentcryptofund.com/"  rel="dofollow" class="text-decoration-none ">
  2807.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2808.                <i class="ti-angle-right me-2 text-primary"></i>
  2809.                 crypto casino UK
  2810.              </h6>
  2811.            </a>
  2812.          </div>
  2813.          
  2814.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2815.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  2816.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2817.                <i class="ti-angle-right me-2 text-primary"></i>
  2818.                 lolajack casino
  2819.              </h6>
  2820.            </a>
  2821.          </div>
  2822.          
  2823.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.            <a href="https://makemegenius.com"  rel="dofollow" class="text-decoration-none ">
  2825.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2826.                <i class="ti-angle-right me-2 text-primary"></i>
  2827.                 casino not on gamstop
  2828.              </h6>
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://kscience.co.uk"  rel="dofollow" class="text-decoration-none ">
  2834.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                 casino not on gamstop
  2837.              </h6>
  2838.            </a>
  2839.          </div>
  2840.          
  2841.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2842.            <a href="https://globix.net"  rel="dofollow" class="text-decoration-none ">
  2843.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2844.                <i class="ti-angle-right me-2 text-primary"></i>
  2845.                 non gamstop casino
  2846.              </h6>
  2847.            </a>
  2848.          </div>
  2849.          
  2850.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.            <a href="https://bmagic.org.uk"  rel="dofollow" class="text-decoration-none ">
  2852.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2853.                <i class="ti-angle-right me-2 text-primary"></i>
  2854.                 casinos not on gamstop
  2855.              </h6>
  2856.            </a>
  2857.          </div>
  2858.          
  2859.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.            <a href="https://www.proteme.fr"  rel="dofollow" class="text-decoration-none ">
  2861.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2862.                <i class="ti-angle-right me-2 text-primary"></i>
  2863.                 meilleur casino en ligne france
  2864.              </h6>
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://superdao.co/"  rel="dofollow" class="text-decoration-none ">
  2870.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                 online crypto casino
  2873.              </h6>
  2874.            </a>
  2875.          </div>
  2876.          
  2877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.            <a href="https://www.economicjournal.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2879.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2880.                <i class="ti-angle-right me-2 text-primary"></i>
  2881.                 online bookmakers not on gamstop
  2882.              </h6>
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://phoneweek.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                 new non gamstop casinos
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                 casino not on gamstop
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2906.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                 casino not on gamstop
  2909.              </h6>
  2910.            </a>
  2911.          </div>
  2912.          
  2913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2915.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2916.                <i class="ti-angle-right me-2 text-primary"></i>
  2917.                 casino not on gamstop
  2918.              </h6>
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2924.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                 UK casino sites
  2927.              </h6>
  2928.            </a>
  2929.          </div>
  2930.          
  2931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2933.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2934.                <i class="ti-angle-right me-2 text-primary"></i>
  2935.                 Non UK Casino Sites
  2936.              </h6>
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2942.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                 online casino
  2945.              </h6>
  2946.            </a>
  2947.          </div>
  2948.          
  2949.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2951.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2952.                <i class="ti-angle-right me-2 text-primary"></i>
  2953.                 online casinos uk
  2954.              </h6>
  2955.            </a>
  2956.          </div>
  2957.          
  2958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2959.            <a href="https://www.cafebabel.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2960.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2961.                <i class="ti-angle-right me-2 text-primary"></i>
  2962.                 casino not on gamstop
  2963.              </h6>
  2964.            </a>
  2965.          </div>
  2966.          
  2967.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2968.            <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2969.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2970.                <i class="ti-angle-right me-2 text-primary"></i>
  2971.                 non gamstop casino uk
  2972.              </h6>
  2973.            </a>
  2974.          </div>
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  2978.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                 non gamstop casino
  2981.              </h6>
  2982.            </a>
  2983.          </div>
  2984.          
  2985.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2987.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2988.                <i class="ti-angle-right me-2 text-primary"></i>
  2989.                 uk casinos not on gamstop
  2990.              </h6>
  2991.            </a>
  2992.          </div>
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                 non gamstop casinos uk
  2999.              </h6>
  3000.            </a>
  3001.          </div>
  3002.          
  3003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  3005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3006.                <i class="ti-angle-right me-2 text-primary"></i>
  3007.                 non GamStop casino
  3008.              </h6>
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.cyclechic.co.uk"  rel="dofollow" class="text-decoration-none ">
  3014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                 non GamStop casinos
  3017.              </h6>
  3018.            </a>
  3019.          </div>
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://www.coexisthouse.org.uk"  rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                 online casino not on GamStop
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://www.ukbeetles.co.uk"  rel="dofollow" class="text-decoration-none ">
  3032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                 best casino not on GamStop
  3035.              </h6>
  3036.            </a>
  3037.          </div>
  3038.          
  3039.  
  3040.        </div>
  3041.  
  3042.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3043.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3044.        </div> -->
  3045.      </div>
  3046.    </div>
  3047.    
  3048.    <div class="sidebar-widget mb-4">
  3049.      <div class="widget-title-wrapper mb-3">
  3050.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3051.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3052.          <span class="title-arrow"></span>
  3053.        </h4>
  3054.      </div>
  3055.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3056.        <div class="blog-roll-list scrollable-sidebar">
  3057.          
  3058.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3060.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3061.                <i class="ti-angle-right me-2 text-primary"></i>
  3062.                 UK casino not on GamStop
  3063.              </h6>
  3064.            </a>
  3065.          </div>
  3066.          
  3067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3068.            <a href="https://www.spicker.uk/"  rel="dofollow" class="text-decoration-none ">
  3069.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3070.                <i class="ti-angle-right me-2 text-primary"></i>
  3071.                 non GamStop casino UK
  3072.              </h6>
  3073.            </a>
  3074.          </div>
  3075.          
  3076.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3077.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3078.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3079.                <i class="ti-angle-right me-2 text-primary"></i>
  3080.                 casinos not on GamStop
  3081.              </h6>
  3082.            </a>
  3083.          </div>
  3084.          
  3085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3087.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3088.                <i class="ti-angle-right me-2 text-primary"></i>
  3089.                 Casino Not on Gamstop
  3090.              </h6>
  3091.            </a>
  3092.          </div>
  3093.          
  3094.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.            <a href="https://www.roostblog.com/"  rel="dofollow" class="text-decoration-none ">
  3096.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3097.                <i class="ti-angle-right me-2 text-primary"></i>
  3098.                 crypto casinos
  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://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3105.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                 casino 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.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3114.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3115.                <i class="ti-angle-right me-2 text-primary"></i>
  3116.                 non GamStop casino UK
  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.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3123.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3124.                <i class="ti-angle-right me-2 text-primary"></i>
  3125.                 casinos not on GamStop
  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://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3132.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3133.                <i class="ti-angle-right me-2 text-primary"></i>
  3134.                 casino not on gamestop
  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.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3141.              <h6 class="blog-titl 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://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3150.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3151.                <i class="ti-angle-right me-2 text-primary"></i>
  3152.                 casino not on GamStop UK
  3153.              </h6>
  3154.            </a>
  3155.          </div>
  3156.          
  3157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3159.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3160.                <i class="ti-angle-right me-2 text-primary"></i>
  3161.                 non GamStop casino
  3162.              </h6>
  3163.            </a>
  3164.          </div>
  3165.          
  3166.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3168.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3169.                <i class="ti-angle-right me-2 text-primary"></i>
  3170.                 non GamStop casino UK
  3171.              </h6>
  3172.            </a>
  3173.          </div>
  3174.          
  3175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3176.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3177.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3178.                <i class="ti-angle-right me-2 text-primary"></i>
  3179.                 UK casino not on GamStop
  3180.              </h6>
  3181.            </a>
  3182.          </div>
  3183.          
  3184.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3185.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3186.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3187.                <i class="ti-angle-right me-2 text-primary"></i>
  3188.                 non gamstop casino
  3189.              </h6>
  3190.            </a>
  3191.          </div>
  3192.          
  3193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.            <a href="https://www.lgbthistorymonth.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3195.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3196.                <i class="ti-angle-right me-2 text-primary"></i>
  3197.                 best non Gamstop casinos
  3198.              </h6>
  3199.            </a>
  3200.          </div>
  3201.          
  3202.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3204.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3205.                <i class="ti-angle-right me-2 text-primary"></i>
  3206.                 casinos not on gamstop
  3207.              </h6>
  3208.            </a>
  3209.          </div>
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://www.continuitycentral.com/"  rel="dofollow" class="text-decoration-none ">
  3213.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                 best online betting sites
  3216.              </h6>
  3217.            </a>
  3218.          </div>
  3219.          
  3220.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3221.            <a href="https://aboutcookies.org.uk"  rel="dofollow" class="text-decoration-none ">
  3222.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3223.                <i class="ti-angle-right me-2 text-primary"></i>
  3224.                 casino not on gamstop
  3225.              </h6>
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3231.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                 Independent Casinos Not on GAMSTOP
  3234.              </h6>
  3235.            </a>
  3236.          </div>
  3237.          
  3238.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3240.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3241.                <i class="ti-angle-right me-2 text-primary"></i>
  3242.                 non gamstop casinos
  3243.              </h6>
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://bapca.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3249.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                 online casinos
  3252.              </h6>
  3253.            </a>
  3254.          </div>
  3255.          
  3256.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.            <a href="https://www.bttad.org/"  rel="dofollow" class="text-decoration-none ">
  3258.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3259.                <i class="ti-angle-right me-2 text-primary"></i>
  3260.                 online casinos
  3261.              </h6>
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3267.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                 bitcoin casino
  3270.              </h6>
  3271.            </a>
  3272.          </div>
  3273.          
  3274.  
  3275.        </div>
  3276.  
  3277.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3278.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3279.        </div> -->
  3280.      </div>
  3281.    </div>
  3282.    
  3283.    <div class="sidebar-widget mb-4">
  3284.      <div class="widget-title-wrapper mb-3">
  3285.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3286.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3287.          <span class="title-arrow"></span>
  3288.        </h4>
  3289.      </div>
  3290.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3291.        <div class="blog-roll-list scrollable-sidebar">
  3292.          
  3293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3295.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3296.                <i class="ti-angle-right me-2 text-primary"></i>
  3297.                 online casino
  3298.              </h6>
  3299.            </a>
  3300.          </div>
  3301.          
  3302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3304.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3305.                <i class="ti-angle-right me-2 text-primary"></i>
  3306.                 casino not on gamstop
  3307.              </h6>
  3308.            </a>
  3309.          </div>
  3310.          
  3311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3312.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3313.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3314.                <i class="ti-angle-right me-2 text-primary"></i>
  3315.                 betting sites not on gamstop
  3316.              </h6>
  3317.            </a>
  3318.          </div>
  3319.          
  3320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3322.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3323.                <i class="ti-angle-right me-2 text-primary"></i>
  3324.                 non gamstop betting
  3325.              </h6>
  3326.            </a>
  3327.          </div>
  3328.          
  3329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3330.            <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3331.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3332.                <i class="ti-angle-right me-2 text-primary"></i>
  3333.                 betting sites not on gamstop
  3334.              </h6>
  3335.            </a>
  3336.          </div>
  3337.          
  3338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3340.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3341.                <i class="ti-angle-right me-2 text-primary"></i>
  3342.                 online casinos
  3343.              </h6>
  3344.            </a>
  3345.          </div>
  3346.          
  3347.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3348.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3349.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3350.                <i class="ti-angle-right me-2 text-primary"></i>
  3351.                 online casinos
  3352.              </h6>
  3353.            </a>
  3354.          </div>
  3355.          
  3356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.            <a href="https://www.bshg.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3358.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3359.                <i class="ti-angle-right me-2 text-primary"></i>
  3360.                 non gamstop casino
  3361.              </h6>
  3362.            </a>
  3363.          </div>
  3364.          
  3365.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3366.            <a href="https://www.gifmania.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3367.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3368.                <i class="ti-angle-right me-2 text-primary"></i>
  3369.                 online casinos
  3370.              </h6>
  3371.            </a>
  3372.          </div>
  3373.          
  3374.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3375.            <a href="https://www.charitydigitalnews.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3376.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3377.                <i class="ti-angle-right me-2 text-primary"></i>
  3378.                 non gamstop casino uk
  3379.              </h6>
  3380.            </a>
  3381.          </div>
  3382.          
  3383.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3384.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3385.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3386.                <i class="ti-angle-right me-2 text-primary"></i>
  3387.                 casinos not on gamstop
  3388.              </h6>
  3389.            </a>
  3390.          </div>
  3391.          
  3392.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.            <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  3394.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3395.                <i class="ti-angle-right me-2 text-primary"></i>
  3396.                 casino not on gamstop
  3397.              </h6>
  3398.            </a>
  3399.          </div>
  3400.          
  3401.  
  3402.        </div>
  3403.  
  3404.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3405.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3406.        </div> -->
  3407.      </div>
  3408.    </div>
  3409.    
  3410.  </div>
  3411.  
  3412. <!-- Sidebar V2 Styles -->
  3413. <style>
  3414.  .sidebar-widget {
  3415.    position: relative;
  3416.  }
  3417.  
  3418.  .widget-title {
  3419.    font-size: 1.1rem;
  3420.    font-weight: 700;
  3421.    display: inline-block;
  3422.    position: relative;
  3423.    z-index: 2;
  3424.    border-radius: 0;
  3425.  }
  3426.  
  3427.  /* Green arrow for August Blog Roll */
  3428.  .title-arrow::after {
  3429.    content: '';
  3430.    position: absolute;
  3431.    top: 0;
  3432.    right: -22px;
  3433.    width: 0;
  3434.    height: 0;
  3435.    border-left: 22px solid var(--bs-primary);
  3436.    border-top: 22px solid transparent;
  3437.    border-bottom: 22px solid transparent;
  3438.    z-index: 1;
  3439.  }
  3440.  
  3441.  /* Blue arrow for Recent Posts */
  3442.  .title-arrow-primary::after {
  3443.    content: '';
  3444.    position: absolute;
  3445.    top: 0;
  3446.    right: -22px;
  3447.    width: 0;
  3448.    height: 0;
  3449.    border-left: 22px solid var(--bs-primary);
  3450.    border-top: 22px solid transparent;
  3451.    border-bottom: 22px solid transparent;
  3452.    z-index: 1;
  3453.  }
  3454.  
  3455.  .widget-content {
  3456.    margin-top: -1px;
  3457.    position: relative;
  3458.    z-index: 1;
  3459.     background-color: var(--card-bg);
  3460.  }
  3461.  
  3462.  /* Blog Roll Items Hover Effects */
  3463.  .blog-roll-item:hover .post-title {
  3464.    color: #198754 !important;
  3465.    transform: translateX(5px);
  3466.    transition: all 0.3s ease;
  3467.  }
  3468.  
  3469.  /* Recent Post Items Hover Effects */
  3470.  .recent-post-item:hover .post-title a {
  3471.    color: #0d6efd !important;
  3472.    transition: color 0.3s ease;
  3473.  }
  3474.  
  3475.  .recent-post-item:hover .post-image img {
  3476.    transform: scale(1.05);
  3477.    transition: transform 0.3s ease;
  3478.  }
  3479.  
  3480.  /* Button Hover Effects */
  3481.  .btn:hover {
  3482.    transform: translateY(-2px);
  3483.    transition: all 0.3s ease;
  3484.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3485.  }
  3486.  
  3487.  /* Badge Hover Effects */
  3488.  .badge:hover {
  3489.    transform: scale(1.05);
  3490.    transition: transform 0.3s ease;
  3491.  }
  3492.  
  3493.  @media (max-width: 991px) {
  3494.    .sidebar {
  3495.      margin-top: 3rem;
  3496.    }
  3497.  }
  3498.  
  3499.  @media (max-width: 576px) {
  3500.    .widget-title {
  3501.      font-size: 1rem;
  3502.      padding: 0.75rem 1rem !important;
  3503.    }
  3504.  
  3505.    .title-arrow::after,
  3506.    .title-arrow-primary::after {
  3507.      right: -18px;
  3508.      border-left-width: 18px;
  3509.      border-top-width: 18px;
  3510.      border-bottom-width: 18px;
  3511.    }
  3512.  
  3513.    .post-image {
  3514.      width: 70px !important;
  3515.      height: 55px !important;
  3516.    }
  3517.  
  3518.    .blog-meta {
  3519.      flex-direction: column !important;
  3520.      align-items: flex-start !important;
  3521.      gap: 0.5rem;
  3522.    }
  3523.  }
  3524. </style>
  3525.  
  3526.    
  3527.            </div>
  3528.        </div>
  3529.    </div> <!-- end container -->
  3530. </section>
  3531.  
  3532.    
  3533.        
  3534.        <!-- end wpo-blog-highlights-section -->
  3535.        <!-- start wpo-blog-sponsored-section -->
  3536.        
  3537.  
  3538.  
  3539.  
  3540.    
  3541.  
  3542.  
  3543.  
  3544. <style>
  3545.    .sponsored-section-v2 {
  3546.        padding: 0 0 60px;
  3547.    }
  3548.    
  3549.    .sponsored-card-v2 {
  3550.        background: var(--body-bg);
  3551.        border-radius: 12px;
  3552.        overflow: hidden;
  3553.        transition: all 0.3s ease;
  3554.        border: none;
  3555.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3556.        height: 100%;
  3557.    }
  3558.    
  3559.    .sponsored-card-v2:hover {
  3560.        transform: translateY(-4px);
  3561.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3562.    }
  3563.    
  3564.    .sponsored-image-v2 {
  3565.        position: relative;
  3566.        overflow: hidden;
  3567.        height: 180px;
  3568.    }
  3569.    
  3570.    .sponsored-image-v2 img {
  3571.        width: 100%;
  3572.        height: 100%;
  3573.        object-fit: cover;
  3574.        transition: transform 0.3s ease;
  3575.    }
  3576.    
  3577.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3578.        transform: scale(1.05);
  3579.    }
  3580.    
  3581.    .sponsored-badge-v2 {
  3582.        position: absolute;
  3583.        top: 12px;
  3584.        left: 12px;
  3585.        padding: 6px 12px;
  3586.        border-radius: 15px;
  3587.        font-size: 10px;
  3588.        font-weight: 600;
  3589.        text-transform: uppercase;
  3590.        letter-spacing: 0.5px;
  3591.        color: white;
  3592.    }
  3593.    
  3594.    .sponsored-content-v2 {
  3595.        padding: 20px;
  3596.    }
  3597.    
  3598.    .sponsored-title-v2 {
  3599.        font-size: 16px;
  3600.        font-weight: 600;
  3601.        line-height: 1.4;
  3602.        margin-bottom: 15px;
  3603.        min-height: 44px;
  3604.    }
  3605.    
  3606.    .sponsored-title-v2 a {
  3607.        text-decoration: none;
  3608.        transition: color 0.3s ease;
  3609.    }
  3610.    
  3611.    .sponsored-meta-v2 {
  3612.        display: flex;
  3613.        align-items: center;
  3614.        gap: 10px;
  3615.        font-size: 12px;
  3616.    }
  3617.    
  3618.    .sponsored-author-img-v2 {
  3619.        width: 28px;
  3620.        height: 28px;
  3621.        border-radius: 50%;
  3622.        object-fit: cover;
  3623.    }
  3624.    
  3625.    .section-title-sponsored-v2 {
  3626.        font-size: 2.5rem;
  3627.        font-weight: 700;
  3628.        text-align: center;
  3629.        margin-bottom: 20px;
  3630.        text-transform: capitalize;
  3631.    }
  3632.  
  3633.    @media (max-width: 768px) {
  3634.        .sponsored-section-v2 {
  3635.            padding: 0px 0 40px;
  3636.        }
  3637.        .section-title-sponsored-v2 {
  3638.            font-size: 2rem;
  3639.        }
  3640.        .sponsored-content-v2 {
  3641.            padding: 16px;
  3642.        }
  3643.    }
  3644. </style>
  3645.  
  3646. <section class="sponsored-section-v2">
  3647.    <div class="container-fluid fluid-container">
  3648.        <div class="row">
  3649.            <div class="col-12">
  3650.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3651.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3652.            </div>
  3653.        </div>
  3654.        
  3655.        <div class="row g-4">
  3656.            
  3657.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3658.                <div class="card sponsored-card-v2">
  3659.                    <div class="sponsored-image-v2">
  3660.                        
  3661.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3662.                        
  3663.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3664.                    </div>
  3665.                    <div class="sponsored-content-v2">
  3666.                        <h3 class="sponsored-title-v2">
  3667.                            <a href="/swiss-ski-resort-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  3668.                            Swiss Ski Resort Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  3669.                            </a>
  3670.                        </h3>
  3671.                        <div class="sponsored-meta-v2">
  3672.                            
  3673.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3674.                            
  3675.                            <span class="top-color">By Joshua Harrison</span>
  3676.                            <span class="top-color">•</span>
  3677.                            <span class="top-color">17 May 2026</span>
  3678.                        </div>
  3679.                    </div>
  3680.                </div>
  3681.            </div>
  3682.            
  3683.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3684.                <div class="card sponsored-card-v2">
  3685.                    <div class="sponsored-image-v2">
  3686.                        
  3687.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3688.                        
  3689.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3690.                    </div>
  3691.                    <div class="sponsored-content-v2">
  3692.                        <h3 class="sponsored-title-v2">
  3693.                            <a href="/queens-acknowledge-queens-as-trump-offers-mamdani-a-cordial-greeting/" class="top-color">
  3694.                            Queens Acknowledge Queens as Trump Offers Mamdani a Cordial Greeting
  3695.                            </a>
  3696.                        </h3>
  3697.                        <div class="sponsored-meta-v2">
  3698.                            
  3699.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3700.                            
  3701.                            <span class="top-color">By Joshua Harrison</span>
  3702.                            <span class="top-color">•</span>
  3703.                            <span class="top-color">17 May 2026</span>
  3704.                        </div>
  3705.                    </div>
  3706.                </div>
  3707.            </div>
  3708.            
  3709.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3710.                <div class="card sponsored-card-v2">
  3711.                    <div class="sponsored-image-v2">
  3712.                        
  3713.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3714.                        
  3715.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3716.                    </div>
  3717.                    <div class="sponsored-content-v2">
  3718.                        <h3 class="sponsored-title-v2">
  3719.                            <a href="/the-ten-year-affair-from-author-erin-somers-the-middle-aged-adultery-tale-this-generation-has-earned/" class="top-color">
  3720.                            The Ten Year Affair from author Erin Somers: The Middle-Aged Adultery Tale This Generation Has Earned.
  3721.                            </a>
  3722.                        </h3>
  3723.                        <div class="sponsored-meta-v2">
  3724.                            
  3725.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3726.                            
  3727.                            <span class="top-color">By Joshua Harrison</span>
  3728.                            <span class="top-color">•</span>
  3729.                            <span class="top-color">16 May 2026</span>
  3730.                        </div>
  3731.                    </div>
  3732.                </div>
  3733.            </div>
  3734.            
  3735.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3736.                <div class="card sponsored-card-v2">
  3737.                    <div class="sponsored-image-v2">
  3738.                        
  3739.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3740.                        
  3741.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3742.                    </div>
  3743.                    <div class="sponsored-content-v2">
  3744.                        <h3 class="sponsored-title-v2">
  3745.                            <a href="/president-zelenskyy-states-ukraine-was-ten-percent-away-from-peace-but-not-at-any-cost/" class="top-color">
  3746.                            President Zelenskyy States Ukraine Was Ten Percent Away from Peace, But Not at Any Cost
  3747.                            </a>
  3748.                        </h3>
  3749.                        <div class="sponsored-meta-v2">
  3750.                            
  3751.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3752.                            
  3753.                            <span class="top-color">By Joshua Harrison</span>
  3754.                            <span class="top-color">•</span>
  3755.                            <span class="top-color">16 May 2026</span>
  3756.                        </div>
  3757.                    </div>
  3758.                </div>
  3759.            </div>
  3760.            
  3761.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3762.                <div class="card sponsored-card-v2">
  3763.                    <div class="sponsored-image-v2">
  3764.                        
  3765.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3766.                        
  3767.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3768.                    </div>
  3769.                    <div class="sponsored-content-v2">
  3770.                        <h3 class="sponsored-title-v2">
  3771.                            <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/" class="top-color">
  3772.                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  3773.                            </a>
  3774.                        </h3>
  3775.                        <div class="sponsored-meta-v2">
  3776.                            
  3777.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3778.                            
  3779.                            <span class="top-color">By Joshua Harrison</span>
  3780.                            <span class="top-color">•</span>
  3781.                            <span class="top-color">16 May 2026</span>
  3782.                        </div>
  3783.                    </div>
  3784.                </div>
  3785.            </div>
  3786.            
  3787.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3788.                <div class="card sponsored-card-v2">
  3789.                    <div class="sponsored-image-v2">
  3790.                        
  3791.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3792.                        
  3793.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3794.                    </div>
  3795.                    <div class="sponsored-content-v2">
  3796.                        <h3 class="sponsored-title-v2">
  3797.                            <a href="/political-shifts-international-tensions-sparse-reporting-key-obstacles-to-environmental-advancement-that-hindered-cop30/" class="top-color">
  3798.                            Political Shifts, International Tensions, Sparse Reporting: Key Obstacles to Environmental Advancement That Hindered Cop30
  3799.                            </a>
  3800.                        </h3>
  3801.                        <div class="sponsored-meta-v2">
  3802.                            
  3803.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Joshua Harrison" class="sponsored-author-img-v2">
  3804.                            
  3805.                            <span class="top-color">By Joshua Harrison</span>
  3806.                            <span class="top-color">•</span>
  3807.                            <span class="top-color">16 May 2026</span>
  3808.                        </div>
  3809.                    </div>
  3810.                </div>
  3811.            </div>
  3812.            
  3813.        </div>
  3814.    </div>
  3815. </section>
  3816.  
  3817.  
  3818.    
  3819.        <!-- end wpo-blog-sponsored-section -->
  3820.        <!-- start wpo-subscribe-section -->
  3821.        
  3822.        <!-- end subscribe-section -->
  3823.        <!-- start of wpo-site-footer-section -->
  3824.        
  3825.  
  3826.  
  3827.  
  3828.  
  3829.  
  3830. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3831.  <!-- Main Content: Asymmetrical Layout -->
  3832.  <div class="footer-main-content py-5">
  3833.    <div class="container-fluid fluid-container">
  3834.      <div class="row">
  3835.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3836.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3837.          <div class="brand-logo text-center text-lg-start">
  3838.            
  3839.              <h3 class="brand-title">Originscope</h3>
  3840.            
  3841.            <p class="brand-tagline mt-2">Discover in-depth articles on cultural heritage, historical analysis, and insights into traditions from around the world. Join our exploration of the past.</p>
  3842.          </div>
  3843.        </div>
  3844.        <!-- Right: Staggered Links -->
  3845.        <div class="col-lg-9 col-md-8 col-12">
  3846.          <div class="d-flex flex-column gap-4">
  3847.            <!-- Quick Links -->
  3848.            <div class="footer-column offset-content">
  3849.              <h5 class="column-title">Quick Links</h5>
  3850.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3851.                
  3852.                  <li>
  3853.                    <a class="menu-link" href="/white-house-decries-democratic-fabrication-as-further-epstein-estate-photographs-released/">White House Decries &#x27;Democratic Fabrication&#x27; as Further Epstein Estate Photographs Released</a>
  3854.                  </li>
  3855.                
  3856.                  <li>
  3857.                    <a class="menu-link" href="/conquering-the-digital-gaming-arena-top-strategies-for-victory/">Conquering the Digital Gaming Arena: Top Strategies for Victory</a>
  3858.                  </li>
  3859.                
  3860.                  <li>
  3861.                    <a class="menu-link" href="/the-defender-departs-england-stage-well-after-her-legacy-was-engraved-among-football-icons/">The Defender Departs England Stage Well After Her Legacy Was Engraved Among Football Icons</a>
  3862.                  </li>
  3863.                
  3864.                  <li>
  3865.                    <a class="menu-link" href="/line-of-duty-announced-for-7th-series-on-bbc/">Line of Duty Announced for 7th Series on BBC</a>
  3866.                  </li>
  3867.                
  3868.                  <li>
  3869.                    <a class="menu-link" href="/emma-raducanu-concludes-this-years-campaign-and-plans-to-retain-coach-through-next-year/">Emma Raducanu concludes this year&#x27;s campaign and plans to retain coach through next year.</a>
  3870.                  </li>
  3871.                
  3872.                  <li>
  3873.                    <a class="menu-link" href="/three-xbox-game-pass-titles-that-can-validate-your-membership-this-weekend-nov-21-23/">Three Xbox Game Pass Titles That Can Validate Your Membership This Weekend (Nov. 21-23)</a>
  3874.                  </li>
  3875.                
  3876.              </ul>
  3877.            </div>
  3878.            <!-- Top Categories -->
  3879.            <div class="footer-column offset-content offset-right">
  3880.              <h5 class="column-title">Top Categories</h5>
  3881.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3882.                
  3883.                  <li>
  3884.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3885.                  </li>
  3886.                
  3887.                  <li>
  3888.                    <a class="menu-link" href="/category/business/">Business</a>
  3889.                  </li>
  3890.                
  3891.                  <li>
  3892.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3893.                  </li>
  3894.                
  3895.                  <li>
  3896.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3897.                  </li>
  3898.                
  3899.                  <li>
  3900.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3901.                  </li>
  3902.                
  3903.              </ul>
  3904.            </div>
  3905.            <!-- Blog Rolls -->
  3906.           <div class="footer-column offset-content">
  3907.              <h5 class="column-title">Blog Rolls</h5>
  3908.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3909.                
  3910.                
  3911.  
  3912.                
  3913.                
  3914.                  
  3915.                
  3916.              </ul>
  3917.            </div>
  3918.          </div>
  3919.        </div>
  3920.      </div>
  3921.    </div>
  3922.  </div>
  3923.  
  3924.  <!-- Bottom Section -->
  3925.  <div class="footer-bottom bg-primary text-white py-3">
  3926.    <div class="container-fluid fluid-container">
  3927.      <div class="row justify-content-center">
  3928.        <div class="col-12 text-center">
  3929.          <div class="bottom-content">
  3930.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3931.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3932.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3933.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3934.            </div>
  3935.            <div class="copyright-info ">
  3936.              <p class="mb-0 text-white">
  3937.                &copy; 2026 <strong>Originscope</strong>. All rights reserved.
  3938.              </p>
  3939.            </div>
  3940.          </div>
  3941.        </div>
  3942.      </div>
  3943.    </div>
  3944.  </div>
  3945. </footer>
  3946.  
  3947.  
  3948.  
  3949. <style>
  3950. .footer-logo {
  3951.    height: 60px;
  3952.    width: auto;
  3953. }
  3954.  
  3955. .brand-title {
  3956.    font-size: 24px;
  3957.    font-weight: 700;
  3958.    color: white  !important;
  3959.    margin: 0;
  3960. }
  3961.  
  3962. .brand-tagline {
  3963.    font-size: 14px;
  3964.    color: white  !important;
  3965.    margin: 0;
  3966. }
  3967.  
  3968. .column-title {
  3969.    font-size: 16px;
  3970.    font-weight: 600;
  3971.    color: white !important;
  3972.    margin-bottom: 12px;
  3973. }
  3974.  
  3975. .footer-menu {
  3976.    margin: 0;
  3977. }
  3978.  
  3979. .menu-link {
  3980.    color: white !important;
  3981.    text-decoration: none;
  3982.    font-size: 14px;
  3983.    transition: color 0.3s ease, transform 0.3s ease;
  3984. }
  3985.  
  3986. .menu-link:hover {
  3987.    color: var(--primary-color);
  3988.    transform: scale(1.05);
  3989. }
  3990.  
  3991. .offset-content {
  3992.    margin-left: 20px;
  3993. }
  3994.  
  3995. .footer-bottom {
  3996.    font-size: 13px;
  3997. }
  3998.  
  3999. .utility-link {
  4000.    color: white  !important;
  4001.    text-decoration: none;
  4002.    font-size: 13px;
  4003.    transition: color 0.3s ease;
  4004. }
  4005.  
  4006. .utility-link:hover {
  4007.    color: var(--primary-color);
  4008. }
  4009.  
  4010. .copyright-info p {
  4011.    font-size: 13px;
  4012. }
  4013.  
  4014. /* Responsive Design */
  4015. @media (max-width: 1024px) {
  4016.   .footer-logo{
  4017.    height: 40px;
  4018.    width: auto;
  4019.   }
  4020. }
  4021.  
  4022. @media (max-width: 768px) {
  4023.    .footer-logo {
  4024.        height: 60px;
  4025.    }
  4026.    
  4027.    .column-title {
  4028.        font-size: 15px;
  4029.        text-align: center;
  4030.    }
  4031.    
  4032.    .footer-menu {
  4033.        justify-content: center;
  4034.    }
  4035.    
  4036.    .menu-link {
  4037.        font-size: 13px;
  4038.    }
  4039. }
  4040.  
  4041. @media (max-width: 576px) {
  4042.    .brand-title {
  4043.        font-size: 20px;
  4044.    }
  4045.    
  4046.    .brand-tagline {
  4047.        font-size: 12px;
  4048.    }
  4049.    
  4050.    .cta-btn {
  4051.        font-size: 12px;
  4052.        padding: 5px 12px;
  4053.    }
  4054. }
  4055. </style>
  4056.  
  4057. <script>
  4058. // Prevent default for placeholder links
  4059. document.addEventListener('DOMContentLoaded', function() {
  4060.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4061.        anchor.addEventListener('click', function(e) {
  4062.            e.preventDefault();
  4063.        });
  4064.    });
  4065. });
  4066. document.addEventListener('DOMContentLoaded', function () {
  4067.    var btn = document.getElementById('toggleBlogRollLinks');
  4068.    if (!btn) return; // No extra items, no button
  4069.  
  4070.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4071.  
  4072.    btn.addEventListener('click', function () {
  4073.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4074.            return li.classList.contains('d-none');
  4075.        });
  4076.  
  4077.        extras.forEach(function (li) {
  4078.            if (anyHidden) {
  4079.                li.classList.remove('d-none');
  4080.                li.classList.add('show');
  4081.            } else {
  4082.                li.classList.add('d-none');
  4083.                li.classList.remove('show');
  4084.            }
  4085.        });
  4086.  
  4087.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4088.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4089.    });
  4090. });
  4091.  
  4092. </script>
  4093.  
  4094.        <!-- end of wpo-site-footer-section -->
  4095.    </div>
  4096.    <!-- end of page-wrapper -->
  4097.  
  4098.    <!-- All JavaScript files
  4099.    ================================================== -->
  4100.    
  4101.  
  4102. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4103. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4104. <!-- Plugins for this template -->
  4105. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4106. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4107. <!-- Custom script for this template -->
  4108. <script src="/static/blogapp/assets/js/script.js"></script>
  4109.  
  4110. <script>
  4111. (function () {
  4112. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4113. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4114.  
  4115. function applyFallback(img) {
  4116. if (!img || img.dataset.fallbackApplied === "1") {
  4117. return;
  4118. }
  4119. var failedSrc = img.currentSrc || img.src || "";
  4120. img.dataset.fallbackApplied = "1";
  4121. img.onerror = null;
  4122. img.src = fallbackImageSrc;
  4123. console.warn("[ImageFallback] Replaced broken image:", {
  4124. failedSrc: failedSrc,
  4125. fallbackSrc: fallbackImageSrc,
  4126. alt: img.alt || "",
  4127. });
  4128. }
  4129.  
  4130. document.querySelectorAll("img").forEach(function (img) {
  4131. if (img.complete && img.naturalWidth === 0) {
  4132. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4133. failedSrc: img.currentSrc || img.src || "",
  4134. alt: img.alt || "",
  4135. });
  4136. applyFallback(img);
  4137. }
  4138. });
  4139.  
  4140. document.addEventListener(
  4141. "error",
  4142. function (event) {
  4143. var target = event.target;
  4144. if (target && target.tagName === "IMG") {
  4145. applyFallback(target);
  4146. }
  4147. },
  4148. true
  4149. );
  4150. })();
  4151. </script>
  4152.  
  4153. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4154.  
  4155.  
  4156.  
  4157. <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":"0d3b2fb9dcdc419281336c48421b6052","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4158. </body>
  4159.  
  4160. </html>
  4161.  
  4162.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda