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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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-28T180148.962_meJeEyX_3OiNCzg_eTrMTX9.png">
  14.    
  15.  
  16.    <title>Summit X World: Adventure Travel &amp; Mountain Exploration Blog</title>
  17.    <meta name="description" content="Summit X World offers expert guides, gear reviews, and inspiring stories for mountain climbers and adventure travelers worldwide. Discover new peaks.">
  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://summitxworld.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #aacc00;
  42.        --bs-primary-rgb: aacc00;
  43.        --bs-secondary: #7c6e60;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f7f4e9;
  49.        --bs-dark: #3c2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #aacc00;
  53.        --theme-primary-color-s2: #aacc00;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c2f2f;
  59.        --border-color: #d4d0b0;
  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: #e9edc9;
  75.        --navbar-color: #3c2f2f;
  76.        --topbar-bg: #f7f4e9;
  77.        --topbar-color: #3c2f2f;
  78.        --footer-bg: #3c2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d4d0b0;
  82.        --card-radius: 10px;
  83.        --link-color: #aacc00;
  84.        --link-hover: #8fb300;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(170, 204, 0, 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_12">
  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. <div class="topbar d-sm-flex d-none">
  406.  <div class="container-fluid fluid-container">
  407.    <div class="row  ">
  408.      <div>
  409.        <div class="pt-2 d-flex gap-2 pb-0">
  410.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  411.            <div class="d-flex">
  412.              <span class="fw-bold">Latest</span>
  413.            </div>
  414.            <div class="d-flex">
  415.              <span class="fw-bold">Update</span>
  416.            </div>
  417.          </div>
  418.  
  419.          <!-- Add an id to the marquee -->
  420.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  421.            <p class="text-center">
  422.              
  423.               <a href="/the-reason-psg-are-focusing-on-parisian-players-to-defend-their-continental-crown/" class="px-5 top-color">
  424.                    The Reason PSG Are Focusing On Parisian Players to Defend Their Continental Crown
  425.                  </a>
  426.              
  427.               <a href="/democratic-lawmakers-accuse-trump-of-harassment-campaign-as-fbi-seeks-meetings/" class="px-5 top-color">
  428.                    Democratic lawmakers Accuse Trump of ‘Harassment’ Campaign as FBI Seeks Meetings
  429.                  </a>
  430.              
  431.               <a href="/a-standout-twelve-months-for-launching-balls/" class="px-5 top-color">
  432.                    A Standout Twelve Months for Launching Balls
  433.                  </a>
  434.              
  435.               <a href="/supply-lines-in-the-sea-a-review-of-food-delivery-a-compelling-journey-along-supply-lines-amid-the-regional-tension/" class="px-5 top-color">
  436.                    Supply Lines in the Sea: A Review of Food Delivery – A Compelling Journey Along Supply Lines amid the Regional Tension.
  437.                  </a>
  438.              
  439.               <a href="/celebrity-traitors-final-episode-mistakenly-made-available-a-full-day-early-outside-the-uk/" class="px-5 top-color">
  440.                    Celebrity Traitors Final Episode Mistakenly Made Available A Full Day Early Outside the UK
  441.                  </a>
  442.              
  443.            </p>
  444.          </marquee>
  445.        </div>
  446.      </div>
  447.    </div>
  448.  </div>
  449. </div>
  450.  
  451. <script>
  452.  // Stop/start marquee when hovering or focusing links inside it
  453.  document.addEventListener("DOMContentLoaded", function () {
  454.    const marquee = document.getElementById("newsMarquee");
  455.    if (!marquee) return;
  456.  
  457.    marquee.querySelectorAll("a").forEach((link) => {
  458.      link.addEventListener("mouseenter", () => marquee.stop());
  459.      link.addEventListener("mouseleave", () => marquee.start());
  460.      // keyboard accessibility
  461.      link.addEventListener("focus", () => marquee.stop());
  462.      link.addEventListener("blur", () => marquee.start());
  463.    });
  464.  });
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v2 mb-4">
  477.    <div class="main-header-v2">
  478.        <div class="container-fluid fluid-container">
  479.            <div class="row align-items-center">
  480.                <div class="col-lg-3 col-md-4 col-6">
  481.                   <div class="logo-area-v2">
  482.                        <a class="navbar-brand" href="/">
  483.                            
  484.                                Summit X World
  485.                            
  486.                        </a>
  487.                    </div>
  488.                </div>
  489.  
  490.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  491.                    <div class="search-area-v2">
  492.                        <form class="search-wrapper-v2" action="#" method="get">
  493.                            <input type="search" class="search-field-v2"
  494.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  495.                            <!-- <button type="submit" class="search-button-v2">
  496.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  497.                                    stroke-width="2">
  498.                                    <circle cx="11" cy="11" r="8"></circle>
  499.                                    <path d="m21 21-4.35-4.35"></path>
  500.                                </svg>
  501.                                <span>Search</span>
  502.                            </button> -->
  503.                            <!-- The search results will be displayed here -->
  504.                        </form>
  505.                        <div id="search-results1" class="search-results-container search-v1"></div>
  506.                    </div>
  507.                </div>
  508.            </div>
  509.  
  510.            <!-- Mobile Search -->
  511.            <div class="row d-md-none">
  512.                <div class="col-12">
  513.                    <div class="search-area-v2">
  514.                        <form class="search-wrapper-v2" action="#" method="get">
  515.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  516.                            <!-- <button type="submit" class="search-button-v2">
  517.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  518.                                    stroke-width="2">
  519.                                    <circle cx="11" cy="11" r="8"></circle>
  520.                                    <path d="m21 21-4.35-4.35"></path>
  521.                                </svg>
  522.                                <span>Search</span>
  523.                            </button> -->
  524.                        <!-- The search results will be displayed here -->
  525.                    </form>
  526.                    <div id="search-results12" class="search-results-container search-v1"></div>
  527.                    </div>
  528.                </div>
  529.            </div>
  530.        </div>
  531.    </div>
  532.  
  533.    <!-- Navigation Bar -->
  534.    <nav class="nav-bar-v2">
  535.        <div class="container-fluid fluid-container">
  536.            <div class="nav-container-v2 py-2">
  537.  
  538.                <!-- Mobile Menu Toggle -->
  539.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  540.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  541.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  542.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  543.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  544.                    </svg>
  545.                    Menu
  546.                </button>
  547.  
  548.                <!-- Navigation Menu -->
  549.                <ul class="nav-menu-v2" id="navMenu">
  550.  
  551.                    
  552.                    <li class="nav-item-v2">
  553.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  554.                    </li>
  555.  
  556.                    
  557.                    
  558.                     <li class="nav-item-v2">
  559.                        <a href="/category/all-posts/" class="nav-link-v2">
  560.                            All Posts
  561.                        </a>
  562.                        </li>
  563.  
  564.                        
  565.  
  566.                                
  567.                                
  568.                        
  569.                     <li class="nav-item-v2">
  570.                        <a href="/category/business/" class="nav-link-v2">
  571.                            Business
  572.                        </a>
  573.                        </li>
  574.  
  575.                        
  576.  
  577.                                
  578.                                
  579.                        
  580.                     <li class="nav-item-v2">
  581.                        <a href="/category/esports/" class="nav-link-v2">
  582.                            Esports
  583.                        </a>
  584.                        </li>
  585.  
  586.                        
  587.  
  588.                                
  589.                                
  590.                        
  591.                     <li class="nav-item-v2">
  592.                        <a href="/category/fashion/" class="nav-link-v2">
  593.                            Fashion
  594.                        </a>
  595.                        </li>
  596.  
  597.                        
  598.  
  599.                                
  600.                                
  601.                        
  602.                     <li class="nav-item-v2">
  603.                        <a href="/category/featured/" class="nav-link-v2">
  604.                            Featured
  605.                        </a>
  606.                        </li>
  607.  
  608.                        
  609.  
  610.                                
  611.                                
  612.                        
  613.                    
  614.                        
  615.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  616.                            <a href="#" class="nav-link-v2">
  617.                                More
  618.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  619.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  620.                                    <path d="m6 9 6 6 6-6"></path>
  621.                                </svg>
  622.                            </a>
  623.                            <div class="dropdown-v2">
  624.                                <a href="/category/gaming/" class="dropdown-link-v2">
  625.                                    Gaming
  626.                                </a>
  627.                                
  628.  
  629.                                
  630.                                
  631.                        
  632.                    
  633.                                <a href="/category/health/" class="dropdown-link-v2">
  634.                                    Health
  635.                                </a>
  636.                                
  637.  
  638.                                
  639.                                
  640.                        
  641.                    
  642.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  643.                                    Life &amp; Fitness
  644.                                </a>
  645.                                
  646.  
  647.                                
  648.                                
  649.                        
  650.                    
  651.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  652.                                    Lifestyle
  653.                                </a>
  654.                                
  655.  
  656.                                
  657.                                
  658.                        
  659.                    
  660.                                <a href="/category/news/" class="dropdown-link-v2">
  661.                                    News
  662.                                </a>
  663.                                
  664.  
  665.                                
  666.                                
  667.                        
  668.                    
  669.                                <a href="/category/others/" class="dropdown-link-v2">
  670.                                    Others
  671.                                </a>
  672.                                
  673.  
  674.                                
  675.                                
  676.                        
  677.                    
  678.                                <a href="/category/politics/" class="dropdown-link-v2">
  679.                                    Politics
  680.                                </a>
  681.                                
  682.  
  683.                                
  684.                                
  685.                        
  686.                    
  687.                                <a href="/category/sports/" class="dropdown-link-v2">
  688.                                    Sports
  689.                                </a>
  690.                                
  691.  
  692.                                
  693.                                
  694.                        
  695.                    
  696.                                <a href="/category/tech/" class="dropdown-link-v2">
  697.                                    Tech
  698.                                </a>
  699.                                
  700.  
  701.                                
  702.                                
  703.                        
  704.                    
  705.                                <a href="/category/travel/" class="dropdown-link-v2">
  706.                                    Travel
  707.                                </a>
  708.                                
  709.  
  710.                                
  711.                                
  712.                            </div>
  713.                        </li>
  714.                        
  715.                        
  716. <li>
  717.                  <a href="/page/contact-us/">
  718.                     Contact Us
  719.                  </a>
  720.              </li>
  721.                </ul>
  722.  
  723.            </div>
  724.        </div>
  725.    </nav>
  726. </header>
  727.  
  728. <script>
  729.    function toggleMobileMenu() {
  730.        const navMenu = document.getElementById('navMenu');
  731.        navMenu.classList.toggle('show');
  732.    }
  733.  
  734.    function toggleDropdown(element, event) {
  735.        // Only handle dropdown toggle on mobile
  736.        if (window.innerWidth < 992) {
  737.            event.preventDefault();
  738.            element.classList.toggle('dropdown-open');
  739.        }
  740.    }
  741.  
  742.    // Close mobile menu when clicking outside
  743.    document.addEventListener('click', function (event) {
  744.        const navMenu = document.getElementById('navMenu');
  745.        const mobileToggle = document.querySelector('.mobile-toggle');
  746.  
  747.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  748.            navMenu.classList.remove('show');
  749.        }
  750.    });
  751.  
  752.    // Handle window resize
  753.    window.addEventListener('resize', function () {
  754.        const navMenu = document.getElementById('navMenu');
  755.        if (window.innerWidth >= 992) {
  756.            navMenu.classList.remove('show');
  757.            // Remove all dropdown-open classes
  758.            document.querySelectorAll('.dropdown-open').forEach(item => {
  759.                item.classList.remove('dropdown-open');
  760.            });
  761.        }
  762.    });
  763. </script>
  764.  
  765. <script>
  766.  document.addEventListener("DOMContentLoaded", function () {
  767.    console.log("loaded");
  768.  
  769.    //const searchInput = document.getElementById("search-input1");
  770.     const searchInput = window.innerWidth <= 991
  771.      ? document.getElementById("search-input")
  772.      : document.getElementById("search-input1");
  773.    const searchResults = window.innerWidth <= 991
  774.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  775.  
  776.    if (!searchInput || !searchResults) {
  777.      console.error("Search input/results not found");
  778.      return;
  779.    }
  780.  
  781.    // Prevent form submission
  782.    if (searchInput.form) {
  783.      searchInput.form.addEventListener("submit", function (e) {
  784.        e.preventDefault();
  785.      });
  786.    }
  787.  
  788.    // Add event listener for keyup
  789.    searchInput.addEventListener("keyup", function (e) {
  790.      console.log("Key pressed:", e.key);
  791.      e.preventDefault();
  792.  
  793.      const query = searchInput.value.trim();
  794.      console.log("User is typing: " + query);
  795.  
  796.      // If empty → clear and hide
  797.      if (query === "") {
  798.        searchResults.innerHTML = "";
  799.        searchResults.style.display = "none";
  800.        return;
  801.      }
  802.  
  803.      // Show results
  804.      searchResults.style.display = "block";
  805.  
  806.      // Fetch search results
  807.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  808.        method: "GET",
  809.        headers: { "X-Requested-With": "XMLHttpRequest" },
  810.      })
  811.        .then(response => {
  812.          console.log("Response Status:", response.status);
  813.          return response.json();
  814.        })
  815.        .then(data => {
  816.          console.log("Data received:", data);
  817.          if (data.html) {
  818.            searchResults.innerHTML = data.html;
  819.          } else {
  820.            searchResults.innerHTML = "<p>No results found.</p>";
  821.          }
  822.        })
  823.        .catch(error => {
  824.          console.error("Error fetching search results:", error);
  825.        });
  826.    });
  827.  
  828.    // Close results when clicking outside
  829.    document.addEventListener("click", function (e) {
  830.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  831.        searchResults.style.display = "none";
  832.      }
  833.    });
  834.  
  835.    // Close results on ESC key
  836.    document.addEventListener("keydown", function (e) {
  837.      if (e.key === "Escape") {
  838.        searchResults.style.display = "none";
  839.      }
  840.    });
  841.  });
  842. </script>
  843.  
  844. <style>
  845.        /* search field */
  846.  .search-results-container {
  847.  position: absolute;
  848.  top: 100%; /* Position it below the input field */
  849.  left: 10px;
  850.  right: 10px;
  851.  background-color: white;
  852.  border: 1px solid #ddd;
  853.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  854.  max-height: 300px;
  855.  overflow-y: auto;
  856.  z-index: 1000;
  857.  display: none; /* Initially hidden */
  858. }
  859.  
  860. .search-results-container p {
  861.  margin: 0;
  862. }
  863.  
  864. .search-results-container .result-item {
  865.  padding: 10px;
  866.  cursor: pointer;
  867. }
  868.  
  869. .search-results-container .result-item:hover {
  870.  background-color: #f0f0f0;
  871. }
  872. </style>
  873.  
  874.        </header>
  875.        <!-- end of header -->
  876.        <!-- start of wpo-blog-hero -->
  877.        
  878.  
  879.  
  880.  
  881.  <!-- Django Template for Clean Blog Cards -->
  882.  
  883.  
  884.  
  885.  
  886. <div class="blog-section">
  887.    <div class="container-fluid fluid-container">
  888.        <div class="blog-grid">
  889.            
  890.            
  891.              
  892.            <!-- Featured Blog Card -->
  893.            <article class="blog-card featured">
  894.                <div class="card-image">
  895.                    
  896.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  897.                    
  898.                    <span class="category bg-primary-gradient">News</span>
  899.                </div>
  900.                <div class="card-content">
  901.                    <h2 class="card-title"><a class="top-color" href="/the-legendary-jimmy-cliff-reggae-legend-and-cultural-figure-dies-at-eighty-one-years-of-age/">
  902.                                        The Legendary Jimmy Cliff, Reggae Legend and Cultural Figure, Dies at Eighty-One Years of Age
  903.                                    </a></h2>
  904.                    <p class="card-excerpt"></p>
  905.                    <div class="card-meta">
  906.                        <div class="author">
  907.                            
  908.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="author-avatar">
  909.                            
  910.                            <span class="author-name">Kevin Hodge</span>
  911.                        </div>
  912.                        <span class="date">20 May 2026</span>
  913.                    </div>
  914.                    <a  href="/the-legendary-jimmy-cliff-reggae-legend-and-cultural-figure-dies-at-eighty-one-years-of-age/" class="read-more">Read Article</a>
  915.                </div>
  916.            </article>
  917.  
  918.            
  919.            
  920.  
  921.            
  922.            <!-- Regular Blog Card -->
  923.            <article class="blog-card">
  924.                <div class="card-image">
  925.                    
  926.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  927.                            class="img img-responsive" style="object-fit: cover;" alt="">
  928.                    
  929.                    <span class="category bg-primary-gradient">News</span>
  930.                </div>
  931.                <div class="card-content">
  932.                    <h3 class="card-title"> <a class="top-color" href="/detonations-hit-kyiv-taking-a-military-members-life-and-injuring-four-in-terrorist-attack/" >
  933.                                        Detonations Hit Kyiv, Taking a Military Member&#x27;s Life and Injuring Four in Terrorist Attack
  934.                                    </a></h3>
  935.                    <p class="card-excerpt"></p>
  936.                    <div class="card-meta">
  937.                        <div class="author">
  938.                              
  939.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="author-avatar">
  940.                            
  941.                            <span class="author-name">Kevin Hodge</span>
  942.                        </div>
  943.                        <span class="date">20 May 2026</span>
  944.                    </div>
  945.                    <a  href="/detonations-hit-kyiv-taking-a-military-members-life-and-injuring-four-in-terrorist-attack/" class="read-more">Read Article</a>
  946.                </div>
  947.            </article>
  948.            
  949.            <!-- Regular Blog Card -->
  950.            <article class="blog-card">
  951.                <div class="card-image">
  952.                    
  953.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  954.                            class="img img-responsive" style="object-fit: cover;" alt="">
  955.                    
  956.                    <span class="category bg-primary-gradient">News</span>
  957.                </div>
  958.                <div class="card-content">
  959.                    <h3 class="card-title"> <a class="top-color" href="/defiant-remarks-justifies-narcotics-vessel-strikes-amid-scrutiny/" >
  960.                                        Defiant Remarks Justifies Narcotics Vessel Strikes Amid Scrutiny
  961.                                    </a></h3>
  962.                    <p class="card-excerpt"></p>
  963.                    <div class="card-meta">
  964.                        <div class="author">
  965.                              
  966.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="author-avatar">
  967.                            
  968.                            <span class="author-name">Kevin Hodge</span>
  969.                        </div>
  970.                        <span class="date">20 May 2026</span>
  971.                    </div>
  972.                    <a  href="/defiant-remarks-justifies-narcotics-vessel-strikes-amid-scrutiny/" class="read-more">Read Article</a>
  973.                </div>
  974.            </article>
  975.            
  976.            <!-- Regular Blog Card -->
  977.            <article class="blog-card">
  978.                <div class="card-image">
  979.                    
  980.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  981.                            class="img img-responsive" style="object-fit: cover;" alt="">
  982.                    
  983.                    <span class="category bg-primary-gradient">News</span>
  984.                </div>
  985.                <div class="card-content">
  986.                    <h3 class="card-title"> <a class="top-color" href="/correctional-facility-telephone-recordings-spark-doubts-about-former-abercrombie-executives-ability-for-trial/" >
  987.                                        Correctional Facility Telephone Recordings Spark Doubts About Former Abercrombie Executive&#x27;s Ability for Trial
  988.                                    </a></h3>
  989.                    <p class="card-excerpt"></p>
  990.                    <div class="card-meta">
  991.                        <div class="author">
  992.                              
  993.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="author-avatar">
  994.                            
  995.                            <span class="author-name">Kevin Hodge</span>
  996.                        </div>
  997.                        <span class="date">20 May 2026</span>
  998.                    </div>
  999.                    <a  href="/correctional-facility-telephone-recordings-spark-doubts-about-former-abercrombie-executives-ability-for-trial/" class="read-more">Read Article</a>
  1000.                </div>
  1001.            </article>
  1002.            
  1003.            <!-- Regular Blog Card -->
  1004.            <article class="blog-card">
  1005.                <div class="card-image">
  1006.                    
  1007.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1008.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1009.                    
  1010.                    <span class="category bg-primary-gradient">News</span>
  1011.                </div>
  1012.                <div class="card-content">
  1013.                    <h3 class="card-title"> <a class="top-color" href="/lost-johann-sebastian-bach-compositions-presented-for-first-ever-performance-in-320-years/" >
  1014.                                        Lost Johann Sebastian Bach Compositions Presented for First-Ever Performance in 320 Years
  1015.                                    </a></h3>
  1016.                    <p class="card-excerpt"></p>
  1017.                    <div class="card-meta">
  1018.                        <div class="author">
  1019.                              
  1020.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="author-avatar">
  1021.                            
  1022.                            <span class="author-name">Kevin Hodge</span>
  1023.                        </div>
  1024.                        <span class="date">20 May 2026</span>
  1025.                    </div>
  1026.                    <a  href="/lost-johann-sebastian-bach-compositions-presented-for-first-ever-performance-in-320-years/" class="read-more">Read Article</a>
  1027.                </div>
  1028.            </article>
  1029.            
  1030.  
  1031.        </div>
  1032.    </div>
  1033. </div>
  1034.  
  1035. <style>
  1036.  
  1037.  
  1038. .blog-section {
  1039.    padding: 60px 0;
  1040. }
  1041.  
  1042.  
  1043. .blog-grid {
  1044.    display: grid;
  1045.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1046.    gap: 30px;
  1047. }
  1048.  
  1049. /* Blog Cards */
  1050. .blog-card {
  1051.    background: var(--card-bg);
  1052.    border: 1px solid var(--border-color);
  1053.    border-radius: var(--card-radius);
  1054.    overflow: hidden;
  1055.    transition: all 0.3s ease;
  1056. }
  1057.  
  1058. .blog-card:hover {
  1059.    transform: translateY(-5px);
  1060.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1061.    border-color: var(--border-color);
  1062. }
  1063.  
  1064. .featured {
  1065.    grid-column: span 2;
  1066.    display: grid;
  1067.    grid-template-columns: 1fr 1fr;
  1068.    gap: 0;
  1069. }
  1070.  
  1071. .card-image {
  1072.    position: relative;
  1073.    height: 220px;
  1074.    background: #f8f8f8;
  1075. }
  1076.  
  1077. .featured .card-image {
  1078.    height: 100%;
  1079.    min-height: 300px;
  1080. }
  1081.  
  1082. .card-image img {
  1083.    width: 100%;
  1084.    height: 100%;
  1085.    object-fit: cover;
  1086. }
  1087.  
  1088. .category {
  1089.    position: absolute;
  1090.    top: 15px;
  1091.    left: 15px;
  1092.    padding: 6px 16px;
  1093.    border-radius: 20px;
  1094.    font-size: 12px;
  1095.    font-weight: 500;
  1096.    text-transform: uppercase;
  1097.    letter-spacing: 0.5px;
  1098. }
  1099.  
  1100. .card-content {
  1101.    padding: 25px;
  1102. }
  1103.  
  1104. .featured .card-content {
  1105.    display: flex;
  1106.    flex-direction: column;
  1107.    justify-content: center;
  1108.    padding: 40px;
  1109. }
  1110.  
  1111. .card-title {
  1112.    font-size: 18px;
  1113.    font-weight: 600;
  1114.    margin-bottom: 12px;
  1115.    line-height: 1.4;
  1116. }
  1117.  
  1118. .featured .card-title {
  1119.    font-size: 24px;
  1120.    margin-bottom: 15px;
  1121. }
  1122.  
  1123. .card-excerpt {
  1124.    color: #666;
  1125.    font-size: 14px;
  1126.    line-height: 1.6;
  1127.    margin-bottom: 20px;
  1128. }
  1129.  
  1130. .featured .card-excerpt {
  1131.    font-size: 16px;
  1132.    margin-bottom: 25px;
  1133. }
  1134.  
  1135. .card-meta {
  1136.    display: flex;
  1137.    align-items: center;
  1138.    justify-content: space-between;
  1139.    padding-top: 15px;
  1140.    border-top: 1px solid #f0f0f0;
  1141.    margin-bottom: 15px;
  1142. }
  1143.  
  1144. .author {
  1145.    display: flex;
  1146.    align-items: center;
  1147.    gap: 10px;
  1148. }
  1149.  
  1150. .author-avatar {
  1151.    width: 30px;
  1152.    height: 30px;
  1153.    border-radius: 50%;
  1154.    object-fit: cover;
  1155.    border: 1px solid #e5e5e5;
  1156. }
  1157.  
  1158. .author-name {
  1159.    color: #555;
  1160.    font-size: 13px;
  1161.    font-weight: 500;
  1162. }
  1163.  
  1164. .date {
  1165.    color: #999;
  1166.    font-size: 12px;
  1167. }
  1168.  
  1169. .read-more {
  1170.    color: #333;
  1171.    text-decoration: none;
  1172.    font-size: 13px;
  1173.    font-weight: 500;
  1174.    display: inline-flex;
  1175.    align-items: center;
  1176.    transition: color 0.2s ease;
  1177. }
  1178.  
  1179. .read-more:hover {
  1180.    color: #000;
  1181. }
  1182.  
  1183. .read-more::after {
  1184.    content: '→';
  1185.    margin-left: 8px;
  1186.    transition: transform 0.2s ease;
  1187. }
  1188.  
  1189. .read-more:hover::after {
  1190.    transform: translateX(4px);
  1191. }
  1192.  
  1193. /* Newsletter Card */
  1194. .newsletter-card {
  1195.    background: white;
  1196.    border: 2px dashed #ddd;
  1197.    border-radius: 12px;
  1198.    padding: 40px 30px;
  1199.    text-align: center;
  1200.    display: flex;
  1201.    flex-direction: column;
  1202.    justify-content: center;
  1203.    align-items: center;
  1204. }
  1205.  
  1206. .newsletter-title {
  1207.    color: #333;
  1208.    font-size: 20px;
  1209.    font-weight: 600;
  1210.    margin-bottom: 8px;
  1211. }
  1212.  
  1213. .newsletter-desc {
  1214.    color: #666;
  1215.    font-size: 14px;
  1216.    margin-bottom: 25px;
  1217. }
  1218.  
  1219. .newsletter-form {
  1220.    width: 100%;
  1221.    max-width: 280px;
  1222.    margin-bottom: 15px;
  1223. }
  1224.  
  1225. .email-input {
  1226.    width: 100%;
  1227.    padding: 12px 16px;
  1228.    border: 1px solid #ddd;
  1229.    border-radius: 8px;
  1230.    font-size: 14px;
  1231.    margin-bottom: 12px;
  1232.    transition: border-color 0.2s ease;
  1233. }
  1234.  
  1235. .email-input:focus {
  1236.    outline: none;
  1237.    border-color: #333;
  1238. }
  1239.  
  1240. .subscribe-btn {
  1241.    width: 100%;
  1242.    padding: 12px 16px;
  1243.    background: #333;
  1244.    color: white;
  1245.    border: none;
  1246.    border-radius: 8px;
  1247.    font-size: 14px;
  1248.    font-weight: 500;
  1249.    cursor: pointer;
  1250.    transition: background 0.2s ease;
  1251. }
  1252.  
  1253. .subscribe-btn:hover {
  1254.    background: #555;
  1255. }
  1256.  
  1257. .subscriber-count {
  1258.    color: #999;
  1259.    font-size: 12px;
  1260. }
  1261.  
  1262. /* Responsive Design */
  1263. @media (max-width: 768px) {
  1264.    .blog-grid {
  1265.        grid-template-columns: 1fr;
  1266.        gap: 20px;
  1267.    }
  1268.    
  1269.    .featured {
  1270.        grid-column: span 1;
  1271.        grid-template-columns: 1fr;
  1272.    }
  1273.    
  1274.    .featured .card-image {
  1275.        height: 220px;
  1276.    }
  1277.    
  1278.    .featured .card-content {
  1279.        padding: 25px;
  1280.    }
  1281.    
  1282.    .featured .card-title {
  1283.        font-size: 20px;
  1284.    }
  1285.    
  1286.    .featured .card-excerpt {
  1287.        font-size: 14px;
  1288.    }
  1289. }
  1290.  
  1291. @media (max-width: 480px) {
  1292.    .container {
  1293.        padding: 0 15px;
  1294.    }
  1295.    
  1296.    .card-content,
  1297.    .featured .card-content {
  1298.        padding: 20px;
  1299.    }
  1300.    
  1301.    .newsletter-card {
  1302.        padding: 30px 20px;
  1303.    }
  1304. }
  1305. </style>
  1306.  
  1307.  
  1308.  
  1309.  
  1310.        <!-- end of wpo-blog-hero -->
  1311.  
  1312.        <!-- start of wpo-breacking-news -->
  1313.        
  1314.        <!-- end of wpo-breacking-news -->
  1315.        
  1316.        <!-- start wpo-blog-highlights-section -->
  1317.        
  1318.  
  1319.  
  1320.  
  1321.    
  1322.  
  1323.  
  1324.  
  1325. <style>
  1326.    .blog-highlights-v2 {
  1327.        padding: 60px 0;
  1328.    }
  1329.    
  1330.    .blog-card-v2 {
  1331.        border: none;
  1332.        border-radius: 16px;
  1333.        overflow: hidden;
  1334.        transition: all 0.3s ease;
  1335.        background: white;
  1336.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1337.    }
  1338.    
  1339.    .blog-card-v2:hover {
  1340.        transform: translateY(-8px);
  1341.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1342.    }
  1343.    
  1344.    .blog-image-v2 {
  1345.        position: relative;
  1346.        overflow: hidden;
  1347.        height: 220px;
  1348.    }
  1349.    
  1350.    .blog-image-v2 img {
  1351.        width: 100%;
  1352.        height: 100%;
  1353.        object-fit: cover;
  1354.        transition: transform 0.3s ease;
  1355.    }
  1356.    
  1357.    .blog-card-v2:hover .blog-image-v2 img {
  1358.        transform: scale(1.05);
  1359.    }
  1360.    
  1361.    .blog-category-v2 {
  1362.        position: absolute;
  1363.        top: 16px;
  1364.        left: 16px;
  1365.        padding: 6px 14px;
  1366.        border-radius: 20px;
  1367.        font-size: 12px;
  1368.        font-weight: 600;
  1369.        text-transform: uppercase;
  1370.        letter-spacing: 0.5px;
  1371.    }
  1372.    
  1373.    .blog-content-v2 {
  1374.        padding: 24px;
  1375.    }
  1376.    
  1377.    .blog-title-v2 {
  1378.        font-size: 18px;
  1379.        font-weight: 700;
  1380.        line-height: 1.4;
  1381.        margin-bottom: 16px;
  1382.    }
  1383.    
  1384.    .blog-title-v2 a {
  1385.        text-decoration: none;
  1386.        transition: color 0.3s ease;
  1387.    }
  1388.    
  1389.    .blog-meta-v2 {
  1390.        display: flex;
  1391.        align-items: center;
  1392.        gap: 12px;
  1393.        margin-bottom: 12px;
  1394.        font-size: 13px;
  1395.    }
  1396.    
  1397.    .blog-author-img {
  1398.        width: 32px;
  1399.        height: 32px;
  1400.        border-radius: 50%;
  1401.        object-fit: cover;
  1402.    }
  1403.    
  1404.    .blog-excerpt-v2 {
  1405.        font-size: 14px;
  1406.        line-height: 1.6;
  1407.        opacity: 0.8;
  1408.    }
  1409.    
  1410.    .section-title-v2 {
  1411.        font-size: 2.5rem;
  1412.        font-weight: 800;
  1413.        text-align: center;
  1414.        margin-bottom: 50px;
  1415.    }
  1416.  
  1417.    @media (max-width: 768px) {
  1418.        .section-title-v2 {
  1419.            font-size: 2rem;
  1420.        }
  1421.        .blog-highlights-v2 {
  1422.            padding: 40px 0;
  1423.        }
  1424.    }
  1425. </style>
  1426.  
  1427. <section class="blog-highlights-v2">
  1428.    <div class="container-fluid fluid-container">
  1429.        <div class="row">
  1430.            <div class="col-12">
  1431.                <h2 class="section-title-v2 top-color">
  1432.                Today's Top Highlights
  1433.                   </h2>
  1434.            </div>
  1435.            
  1436.        </div>
  1437.        
  1438.        <div class="row">
  1439.            <div class="col-lg-8 col-12">
  1440.                <div class="row g-4">
  1441.                    
  1442.                    <div class="col-lg-6 col-md-6 col-12">
  1443.                        <div class="card blog-card-v2 h-100">
  1444.                            <div class="blog-image-v2">
  1445.                                
  1446.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1447.                                
  1448.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1449.                            </div>
  1450.                            <div class="blog-content-v2">
  1451.                                <h3 class="blog-title-v2">
  1452.                                    <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-until-hundreds-of-thousands-of-frogs-arrived/" class="top-color">
  1453.                                    The Galápagos Islands Lacked Any Indigenous Amphibians. Until Hundreds of Thousands of Frogs Arrived
  1454.                                    </a>
  1455.                                </h3>
  1456.                                <div class="blog-meta-v2">
  1457.                                    
  1458.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1459.                                    
  1460.                                    
  1461.                                    <span class="top-color">By Kevin Hodge</span>
  1462.                                    <span class="top-color">20 May 2026</span>
  1463.                                </div>
  1464.                                <p class="blog-excerpt-v2 top-color"> </p>
  1465.                            </div>
  1466.                        </div>
  1467.                    </div>
  1468.                    
  1469.                    <div class="col-lg-6 col-md-6 col-12">
  1470.                        <div class="card blog-card-v2 h-100">
  1471.                            <div class="blog-image-v2">
  1472.                                
  1473.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1474.                                
  1475.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1476.                            </div>
  1477.                            <div class="blog-content-v2">
  1478.                                <h3 class="blog-title-v2">
  1479.                                    <a href="/sitting-with-ferguson-and-being-knocked-out-a-photographers-tales/" class="top-color">
  1480.                                    Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – A Photographer&#x27;s Tales
  1481.                                    </a>
  1482.                                </h3>
  1483.                                <div class="blog-meta-v2">
  1484.                                    
  1485.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1486.                                    
  1487.                                    
  1488.                                    <span class="top-color">By Kevin Hodge</span>
  1489.                                    <span class="top-color">20 May 2026</span>
  1490.                                </div>
  1491.                                <p class="blog-excerpt-v2 top-color"> </p>
  1492.                            </div>
  1493.                        </div>
  1494.                    </div>
  1495.                    
  1496.                    <div class="col-lg-6 col-md-6 col-12">
  1497.                        <div class="card blog-card-v2 h-100">
  1498.                            <div class="blog-image-v2">
  1499.                                
  1500.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1501.                                
  1502.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1503.                            </div>
  1504.                            <div class="blog-content-v2">
  1505.                                <h3 class="blog-title-v2">
  1506.                                    <a href="/californias-governor-again-denies-early-release-for-manson-follower-longtime-inmate/" class="top-color">
  1507.                                    California&#x27;s Governor Again Denies Early Release for Manson Follower Longtime Inmate
  1508.                                    </a>
  1509.                                </h3>
  1510.                                <div class="blog-meta-v2">
  1511.                                    
  1512.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1513.                                    
  1514.                                    
  1515.                                    <span class="top-color">By Kevin Hodge</span>
  1516.                                    <span class="top-color">19 May 2026</span>
  1517.                                </div>
  1518.                                <p class="blog-excerpt-v2 top-color"> </p>
  1519.                            </div>
  1520.                        </div>
  1521.                    </div>
  1522.                    
  1523.                    <div class="col-lg-6 col-md-6 col-12">
  1524.                        <div class="card blog-card-v2 h-100">
  1525.                            <div class="blog-image-v2">
  1526.                                
  1527.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1528.                                
  1529.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1530.                            </div>
  1531.                            <div class="blog-content-v2">
  1532.                                <h3 class="blog-title-v2">
  1533.                                    <a href="/individual-accused-in-ivy-league-campus-incident-located-deceased-inside-storage-unit/" class="top-color">
  1534.                                    Individual Accused in Ivy League Campus Incident Located Deceased Inside Storage Unit.
  1535.                                    </a>
  1536.                                </h3>
  1537.                                <div class="blog-meta-v2">
  1538.                                    
  1539.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1540.                                    
  1541.                                    
  1542.                                    <span class="top-color">By Kevin Hodge</span>
  1543.                                    <span class="top-color">19 May 2026</span>
  1544.                                </div>
  1545.                                <p class="blog-excerpt-v2 top-color"> </p>
  1546.                            </div>
  1547.                        </div>
  1548.                    </div>
  1549.                    
  1550.                    <div class="col-lg-6 col-md-6 col-12">
  1551.                        <div class="card blog-card-v2 h-100">
  1552.                            <div class="blog-image-v2">
  1553.                                
  1554.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1555.                                
  1556.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1557.                            </div>
  1558.                            <div class="blog-content-v2">
  1559.                                <h3 class="blog-title-v2">
  1560.                                    <a href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-your-fungi/" class="top-color">
  1561.                                    Washing Mushrooms: The Great Debate: How to Properly Prepare Your Fungi
  1562.                                    </a>
  1563.                                </h3>
  1564.                                <div class="blog-meta-v2">
  1565.                                    
  1566.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1567.                                    
  1568.                                    
  1569.                                    <span class="top-color">By Kevin Hodge</span>
  1570.                                    <span class="top-color">19 May 2026</span>
  1571.                                </div>
  1572.                                <p class="blog-excerpt-v2 top-color"> </p>
  1573.                            </div>
  1574.                        </div>
  1575.                    </div>
  1576.                    
  1577.                    <div class="col-lg-6 col-md-6 col-12">
  1578.                        <div class="card blog-card-v2 h-100">
  1579.                            <div class="blog-image-v2">
  1580.                                
  1581.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1582.                                
  1583.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1584.                            </div>
  1585.                            <div class="blog-content-v2">
  1586.                                <h3 class="blog-title-v2">
  1587.                                    <a href="/human-remains-of-competitive-swimmer-apparently-attacked-by-great-white-found-on-california-beach/" class="top-color">
  1588.                                    Human Remains of Competitive Swimmer Apparently Attacked by Great White Found on California Beach
  1589.                                    </a>
  1590.                                </h3>
  1591.                                <div class="blog-meta-v2">
  1592.                                    
  1593.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1594.                                    
  1595.                                    
  1596.                                    <span class="top-color">By Kevin Hodge</span>
  1597.                                    <span class="top-color">19 May 2026</span>
  1598.                                </div>
  1599.                                <p class="blog-excerpt-v2 top-color"> </p>
  1600.                            </div>
  1601.                        </div>
  1602.                    </div>
  1603.                    
  1604.                    <div class="col-lg-6 col-md-6 col-12">
  1605.                        <div class="card blog-card-v2 h-100">
  1606.                            <div class="blog-image-v2">
  1607.                                
  1608.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1609.                                
  1610.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1611.                            </div>
  1612.                            <div class="blog-content-v2">
  1613.                                <h3 class="blog-title-v2">
  1614.                                    <a href="/barry-manilow-to-undergo-an-operation-for-a-lung-cancer-diagnosis/" class="top-color">
  1615.                                    Barry Manilow to Undergo an Operation for a Lung Cancer Diagnosis.
  1616.                                    </a>
  1617.                                </h3>
  1618.                                <div class="blog-meta-v2">
  1619.                                    
  1620.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1621.                                    
  1622.                                    
  1623.                                    <span class="top-color">By Kevin Hodge</span>
  1624.                                    <span class="top-color">19 May 2026</span>
  1625.                                </div>
  1626.                                <p class="blog-excerpt-v2 top-color"> </p>
  1627.                            </div>
  1628.                        </div>
  1629.                    </div>
  1630.                    
  1631.                    <div class="col-lg-6 col-md-6 col-12">
  1632.                        <div class="card blog-card-v2 h-100">
  1633.                            <div class="blog-image-v2">
  1634.                                
  1635.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1636.                                
  1637.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1638.                            </div>
  1639.                            <div class="blog-content-v2">
  1640.                                <h3 class="blog-title-v2">
  1641.                                    <a href="/former-uk-serviceman-accused-of-killing-kenyan-female-appears-in-court/" class="top-color">
  1642.                                    Former UK Serviceman Accused of Killing Kenyan Female Appears in Court
  1643.                                    </a>
  1644.                                </h3>
  1645.                                <div class="blog-meta-v2">
  1646.                                    
  1647.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1648.                                    
  1649.                                    
  1650.                                    <span class="top-color">By Kevin Hodge</span>
  1651.                                    <span class="top-color">19 May 2026</span>
  1652.                                </div>
  1653.                                <p class="blog-excerpt-v2 top-color"> </p>
  1654.                            </div>
  1655.                        </div>
  1656.                    </div>
  1657.                    
  1658.                    <div class="col-lg-6 col-md-6 col-12">
  1659.                        <div class="card blog-card-v2 h-100">
  1660.                            <div class="blog-image-v2">
  1661.                                
  1662.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1663.                                
  1664.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1665.                            </div>
  1666.                            <div class="blog-content-v2">
  1667.                                <h3 class="blog-title-v2">
  1668.                                    <a href="/us-food-and-drug-administration-clears-flibanserin-a-libido-enhancing-treatment-for-females-beyond-menopause/" class="top-color">
  1669.                                    U.S. Food and Drug Administration Clears Flibanserin, a Libido-Enhancing Treatment for Females Beyond Menopause
  1670.                                    </a>
  1671.                                </h3>
  1672.                                <div class="blog-meta-v2">
  1673.                                    
  1674.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1675.                                    
  1676.                                    
  1677.                                    <span class="top-color">By Kevin Hodge</span>
  1678.                                    <span class="top-color">19 May 2026</span>
  1679.                                </div>
  1680.                                <p class="blog-excerpt-v2 top-color"> </p>
  1681.                            </div>
  1682.                        </div>
  1683.                    </div>
  1684.                    
  1685.                    <div class="col-lg-6 col-md-6 col-12">
  1686.                        <div class="card blog-card-v2 h-100">
  1687.                            <div class="blog-image-v2">
  1688.                                
  1689.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1690.                                
  1691.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1692.                            </div>
  1693.                            <div class="blog-content-v2">
  1694.                                <h3 class="blog-title-v2">
  1695.                                    <a href="/we-require-a-aircraft-to-go-find-them-adolescents-urgent-plea-to-aid-relatives-adrift-off-down-under-coast-revealed/" class="top-color">
  1696.                                    We Require a Aircraft to Go Find Them’: Adolescent’s Urgent Plea to Aid Relatives Adrift Off Down Under Coast Revealed
  1697.                                    </a>
  1698.                                </h3>
  1699.                                <div class="blog-meta-v2">
  1700.                                    
  1701.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1702.                                    
  1703.                                    
  1704.                                    <span class="top-color">By Kevin Hodge</span>
  1705.                                    <span class="top-color">19 May 2026</span>
  1706.                                </div>
  1707.                                <p class="blog-excerpt-v2 top-color"> </p>
  1708.                            </div>
  1709.                        </div>
  1710.                    </div>
  1711.                    
  1712.                    <div class="col-lg-6 col-md-6 col-12">
  1713.                        <div class="card blog-card-v2 h-100">
  1714.                            <div class="blog-image-v2">
  1715.                                
  1716.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1717.                                
  1718.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1719.                            </div>
  1720.                            <div class="blog-content-v2">
  1721.                                <h3 class="blog-title-v2">
  1722.                                    <a href="/cyclone-catastrophe-in-the-island-nation-ignites-a-wave-of-volunteerism/" class="top-color">
  1723.                                    Cyclone Catastrophe in the Island Nation Ignites a Wave of Volunteerism
  1724.                                    </a>
  1725.                                </h3>
  1726.                                <div class="blog-meta-v2">
  1727.                                    
  1728.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1729.                                    
  1730.                                    
  1731.                                    <span class="top-color">By Kevin Hodge</span>
  1732.                                    <span class="top-color">18 May 2026</span>
  1733.                                </div>
  1734.                                <p class="blog-excerpt-v2 top-color"> </p>
  1735.                            </div>
  1736.                        </div>
  1737.                    </div>
  1738.                    
  1739.                    <div class="col-lg-6 col-md-6 col-12">
  1740.                        <div class="card blog-card-v2 h-100">
  1741.                            <div class="blog-image-v2">
  1742.                                
  1743.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1744.                                
  1745.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1746.                            </div>
  1747.                            <div class="blog-content-v2">
  1748.                                <h3 class="blog-title-v2">
  1749.                                    <a href="/real-madrids-alexander-arnold-might-face-his-former-club-in-novembers-champions-league-match/" class="top-color">
  1750.                                    Real Madrid&#x27;s Alexander-Arnold Might Face His Former Club in November&#x27;s Champions League Match
  1751.                                    </a>
  1752.                                </h3>
  1753.                                <div class="blog-meta-v2">
  1754.                                    
  1755.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="blog-author-img">
  1756.                                    
  1757.                                    
  1758.                                    <span class="top-color">By Kevin Hodge</span>
  1759.                                    <span class="top-color">18 May 2026</span>
  1760.                                </div>
  1761.                                <p class="blog-excerpt-v2 top-color"> </p>
  1762.                            </div>
  1763.                        </div>
  1764.                    </div>
  1765.                    
  1766.                    
  1767.  
  1768.                </div>
  1769.            </div>
  1770.            
  1771.          <div class="col col-lg-4 col-12">
  1772.                
  1773.  
  1774.  
  1775.  
  1776.    
  1777.  
  1778.  
  1779. <!-- Blog Sidebar V2 - Focused Design -->
  1780. <div class="sidebar">
  1781.  <!-- Recent Posts Section -->
  1782.  <div class="sidebar-widget mb-4">
  1783.    <div class="widget-title-wrapper mb-3">
  1784.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1785.        <i class="ti-time me-2"></i>Recent Posts
  1786.        <span class="title-arrow-primary"></span>
  1787.      </h4>
  1788.    </div>
  1789.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1790.      <div class="recent-post-list">
  1791.      
  1792.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1793.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1794.              
  1795.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1796.              
  1797.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1798.          </div>
  1799.          <div class="post-content flex-grow-1">
  1800.            <h6 class="post-title mb-2">
  1801.               <a href="/troubling-remembrances-resurface-in-davao-as-investigators-track-bondi-shooting-alleged-attackers-time-in-the-city/" class="text-decoration-none top-color fw-semibold lh-sm">
  1802.                                            Troubling Remembrances Resurface in Davao as Investigators Track Bondi Shooting Alleged Attackers&#x27; Time in the City
  1803.                                            </a>
  1804.            </h6>
  1805.            <div class="post-meta">
  1806.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1807.              <!-- <small class="text-muted">
  1808.                <i class="ti-eye me-1"></i>348 views
  1809.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1810.              </small> -->
  1811.            </div>
  1812.          </div>
  1813.        </div>
  1814.        
  1815.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1816.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1817.              
  1818.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1819.              
  1820.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1821.          </div>
  1822.          <div class="post-content flex-grow-1">
  1823.            <h6 class="post-title mb-2">
  1824.               <a href="/genuine-southern-portugal-discovering-portugal-beyond-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  1825.                                            Genuine Southern Portugal: Discovering Portugal Beyond the Coastline
  1826.                                            </a>
  1827.            </h6>
  1828.            <div class="post-meta">
  1829.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1830.              <!-- <small class="text-muted">
  1831.                <i class="ti-eye me-1"></i>348 views
  1832.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1833.              </small> -->
  1834.            </div>
  1835.          </div>
  1836.        </div>
  1837.        
  1838.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1839.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1840.              
  1841.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1842.              
  1843.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1844.          </div>
  1845.          <div class="post-content flex-grow-1">
  1846.            <h6 class="post-title mb-2">
  1847.               <a href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-ambitions/" class="text-decoration-none top-color fw-semibold lh-sm">
  1848.                                            David Raya Highlights Team&#x27;s Strength as Essential to Multiple Trophy Ambitions
  1849.                                            </a>
  1850.            </h6>
  1851.            <div class="post-meta">
  1852.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1853.              <!-- <small class="text-muted">
  1854.                <i class="ti-eye me-1"></i>348 views
  1855.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1856.              </small> -->
  1857.            </div>
  1858.          </div>
  1859.        </div>
  1860.        
  1861.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1862.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1863.              
  1864.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1865.              
  1866.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1867.          </div>
  1868.          <div class="post-content flex-grow-1">
  1869.            <h6 class="post-title mb-2">
  1870.               <a href="/can-the-all-blacks-find-their-winning-form-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  1871.                                            Can the All Blacks find their winning form during the fall tour?
  1872.                                            </a>
  1873.            </h6>
  1874.            <div class="post-meta">
  1875.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1876.              <!-- <small class="text-muted">
  1877.                <i class="ti-eye me-1"></i>348 views
  1878.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1879.              </small> -->
  1880.            </div>
  1881.          </div>
  1882.        </div>
  1883.        
  1884.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1885.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1886.              
  1887.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1888.              
  1889.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1890.          </div>
  1891.          <div class="post-content flex-grow-1">
  1892.            <h6 class="post-title mb-2">
  1893.               <a href="/his-dominant-presence-in-the-sporting-world-reached-a-peak-in-last-year-the-coming-year-threatens-to-be-even-bigger/" class="text-decoration-none top-color fw-semibold lh-sm">
  1894.                                            His Dominant Presence in The Sporting World Reached A Peak in Last Year. The Coming Year Threatens to Be Even Bigger.
  1895.                                            </a>
  1896.            </h6>
  1897.            <div class="post-meta">
  1898.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1899.              <!-- <small class="text-muted">
  1900.                <i class="ti-eye me-1"></i>348 views
  1901.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1902.              </small> -->
  1903.            </div>
  1904.          </div>
  1905.        </div>
  1906.        
  1907.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1908.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1909.              
  1910.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1911.              
  1912.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1913.          </div>
  1914.          <div class="post-content flex-grow-1">
  1915.            <h6 class="post-title mb-2">
  1916.               <a href="/we-got-dismissed-and-were-embracing-it-this-is-how-to-find-a-new-role-that-fits-your-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  1917.                                            We Got Dismissed, and We&#x27;re Embracing It – This Is How to Find a New Role That Fits Your Needs
  1918.                                            </a>
  1919.            </h6>
  1920.            <div class="post-meta">
  1921.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1922.              <!-- <small class="text-muted">
  1923.                <i class="ti-eye me-1"></i>348 views
  1924.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1925.              </small> -->
  1926.            </div>
  1927.          </div>
  1928.        </div>
  1929.        
  1930.  
  1931.      </div>
  1932.  
  1933.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1934.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1935.      </div> -->
  1936.    </div>
  1937.  </div>
  1938.  
  1939.    
  1940.  <div class="sidebar-widget mb-4">
  1941.    <div class="widget-title-wrapper mb-3">
  1942.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1943.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1944.        <span class="title-arrow"></span>
  1945.      </h4>
  1946.    </div>
  1947.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  1948.      <div class="blog-roll-list scrollable-sidebar">
  1949.        
  1950.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1951.          <a href="https://www.forewind.co.uk/" class="text-decoration-none ">
  1952.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1953.              <i class="ti-angle-right me-2 text-primary"></i>
  1954.               best new betting sites
  1955.            </h6>
  1956.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1957.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1958.            </div> -->
  1959.          </a>
  1960.        </div>
  1961.          
  1962.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1963.          <a href="https://esports-news.co.uk/gambling-sites/zoccer-review/" class="text-decoration-none ">
  1964.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1965.              <i class="ti-angle-right me-2 text-primary"></i>
  1966.               zoccer review
  1967.            </h6>
  1968.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1969.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1970.            </div> -->
  1971.          </a>
  1972.        </div>
  1973.          
  1974.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1975.          <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/" class="text-decoration-none ">
  1976.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1977.              <i class="ti-angle-right me-2 text-primary"></i>
  1978.               lizaro casino
  1979.            </h6>
  1980.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1981.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1982.            </div> -->
  1983.          </a>
  1984.        </div>
  1985.          
  1986.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1987.          <a href="https://thegoldenfleeceyork.co.uk/" class="text-decoration-none ">
  1988.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1989.              <i class="ti-angle-right me-2 text-primary"></i>
  1990.               casino not on gamstop
  1991.            </h6>
  1992.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1993.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1994.            </div> -->
  1995.          </a>
  1996.        </div>
  1997.          
  1998.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1999.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  2000.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2001.              <i class="ti-angle-right me-2 text-primary"></i>
  2002.               online casino
  2003.            </h6>
  2004.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2005.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2006.            </div> -->
  2007.          </a>
  2008.        </div>
  2009.          
  2010.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2011.          <a href="https://www.casquette.co.uk/" class="text-decoration-none ">
  2012.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2013.              <i class="ti-angle-right me-2 text-primary"></i>
  2014.               online casino
  2015.            </h6>
  2016.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2017.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2018.            </div> -->
  2019.          </a>
  2020.        </div>
  2021.          
  2022.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2023.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2024.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2025.              <i class="ti-angle-right me-2 text-primary"></i>
  2026.               casino
  2027.            </h6>
  2028.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2029.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2030.            </div> -->
  2031.          </a>
  2032.        </div>
  2033.          
  2034.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2035.          <a href="https://greenwich-design.co.uk/" class="text-decoration-none ">
  2036.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2037.              <i class="ti-angle-right me-2 text-primary"></i>
  2038.               non-gamstop poker
  2039.            </h6>
  2040.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2041.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2042.            </div> -->
  2043.          </a>
  2044.        </div>
  2045.          
  2046.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2047.          <a href="https://theemon.com/" class="text-decoration-none ">
  2048.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2049.              <i class="ti-angle-right me-2 text-primary"></i>
  2050.               best betting sites
  2051.            </h6>
  2052.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2053.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2054.            </div> -->
  2055.          </a>
  2056.        </div>
  2057.          
  2058.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2059.          <a href="https://www.britishicehockey.co.uk/crypto-casinos/" class="text-decoration-none ">
  2060.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2061.              <i class="ti-angle-right me-2 text-primary"></i>
  2062.               crypto casinos uk
  2063.            </h6>
  2064.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2065.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2066.            </div> -->
  2067.          </a>
  2068.        </div>
  2069.          
  2070.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2071.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2072.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2073.              <i class="ti-angle-right me-2 text-primary"></i>
  2074.               non gamstop casino
  2075.            </h6>
  2076.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2077.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2078.            </div> -->
  2079.          </a>
  2080.        </div>
  2081.          
  2082.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2083.          <a href="https://www.nsecuk.org/" class="text-decoration-none ">
  2084.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2085.              <i class="ti-angle-right me-2 text-primary"></i>
  2086.               non gamstop casino
  2087.            </h6>
  2088.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2089.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2090.            </div> -->
  2091.          </a>
  2092.        </div>
  2093.          
  2094.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2095.          <a href="https://www.testandverification.com/" class="text-decoration-none ">
  2096.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2097.              <i class="ti-angle-right me-2 text-primary"></i>
  2098.               brand new non gamstop casinos
  2099.            </h6>
  2100.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2101.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2102.            </div> -->
  2103.          </a>
  2104.        </div>
  2105.          
  2106.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2107.          <a href="https://www.cevicheuk.com/" class="text-decoration-none ">
  2108.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2109.              <i class="ti-angle-right me-2 text-primary"></i>
  2110.               non gamstop casinos uk
  2111.            </h6>
  2112.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2113.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2114.            </div> -->
  2115.          </a>
  2116.        </div>
  2117.          
  2118.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2119.          <a href="https://www.jeremyforlabour.com/" class="text-decoration-none ">
  2120.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2121.              <i class="ti-angle-right me-2 text-primary"></i>
  2122.               casinos not on gamstop
  2123.            </h6>
  2124.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2125.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2126.            </div> -->
  2127.          </a>
  2128.        </div>
  2129.          
  2130.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2131.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2132.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2133.              <i class="ti-angle-right me-2 text-primary"></i>
  2134.               online casinos not on gamstop
  2135.            </h6>
  2136.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2137.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2138.            </div> -->
  2139.          </a>
  2140.        </div>
  2141.          
  2142.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2143.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2144.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2145.              <i class="ti-angle-right me-2 text-primary"></i>
  2146.               online casinos not on gamstop
  2147.            </h6>
  2148.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2149.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2150.            </div> -->
  2151.          </a>
  2152.        </div>
  2153.          
  2154.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2155.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  2156.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2157.              <i class="ti-angle-right me-2 text-primary"></i>
  2158.               non gamstop casino
  2159.            </h6>
  2160.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2161.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2162.            </div> -->
  2163.          </a>
  2164.        </div>
  2165.          
  2166.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2167.          <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="text-decoration-none ">
  2168.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2169.              <i class="ti-angle-right me-2 text-primary"></i>
  2170.               non gamstop casino
  2171.            </h6>
  2172.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2173.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2174.            </div> -->
  2175.          </a>
  2176.        </div>
  2177.          
  2178.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2179.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  2180.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2181.              <i class="ti-angle-right me-2 text-primary"></i>
  2182.               best non gamstop casinos
  2183.            </h6>
  2184.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2185.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2186.            </div> -->
  2187.          </a>
  2188.        </div>
  2189.          
  2190.      </div>
  2191.  
  2192.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2193.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2194.      </div> -->
  2195.    </div>
  2196.  </div>
  2197.    
  2198.  <div class="sidebar-widget mb-4">
  2199.    <div class="widget-title-wrapper mb-3">
  2200.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2201.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2202.        <span class="title-arrow"></span>
  2203.      </h4>
  2204.    </div>
  2205.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2206.      <div class="blog-roll-list scrollable-sidebar">
  2207.        
  2208.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2209.          <a href="https://tdlwebsolutions.com/" class="text-decoration-none ">
  2210.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2211.              <i class="ti-angle-right me-2 text-primary"></i>
  2212.               lolajack casino no wagering
  2213.            </h6>
  2214.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2215.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2216.            </div> -->
  2217.          </a>
  2218.        </div>
  2219.          
  2220.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2221.          <a href="https://www.tamworthinformed.co.uk/" class="text-decoration-none ">
  2222.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2223.              <i class="ti-angle-right me-2 text-primary"></i>
  2224.               casino sites not on gamstop
  2225.            </h6>
  2226.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2227.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2228.            </div> -->
  2229.          </a>
  2230.        </div>
  2231.          
  2232.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2233.          <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none ">
  2234.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2235.              <i class="ti-angle-right me-2 text-primary"></i>
  2236.               non gamstop casinos
  2237.            </h6>
  2238.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2239.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2240.            </div> -->
  2241.          </a>
  2242.        </div>
  2243.          
  2244.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2245.          <a href="https://www.geekgirlmeetup.co.uk/" class="text-decoration-none ">
  2246.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2247.              <i class="ti-angle-right me-2 text-primary"></i>
  2248.               non gamstop casino
  2249.            </h6>
  2250.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2251.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2252.            </div> -->
  2253.          </a>
  2254.        </div>
  2255.          
  2256.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2257.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2258.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2259.              <i class="ti-angle-right me-2 text-primary"></i>
  2260.               casino sites
  2261.            </h6>
  2262.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2263.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2264.            </div> -->
  2265.          </a>
  2266.        </div>
  2267.          
  2268.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2269.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2270.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2271.              <i class="ti-angle-right me-2 text-primary"></i>
  2272.               casino sites
  2273.            </h6>
  2274.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2275.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2276.            </div> -->
  2277.          </a>
  2278.        </div>
  2279.          
  2280.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2281.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2282.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2283.              <i class="ti-angle-right me-2 text-primary"></i>
  2284.               casino sites
  2285.            </h6>
  2286.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2287.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2288.            </div> -->
  2289.          </a>
  2290.        </div>
  2291.          
  2292.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2293.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2294.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2295.              <i class="ti-angle-right me-2 text-primary"></i>
  2296.               best online casinos
  2297.            </h6>
  2298.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2299.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2300.            </div> -->
  2301.          </a>
  2302.        </div>
  2303.          
  2304.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2305.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2306.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2307.              <i class="ti-angle-right me-2 text-primary"></i>
  2308.               casino sites
  2309.            </h6>
  2310.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2311.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2312.            </div> -->
  2313.          </a>
  2314.        </div>
  2315.          
  2316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2317.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2319.              <i class="ti-angle-right me-2 text-primary"></i>
  2320.               casino sites
  2321.            </h6>
  2322.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2324.            </div> -->
  2325.          </a>
  2326.        </div>
  2327.          
  2328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2329.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2331.              <i class="ti-angle-right me-2 text-primary"></i>
  2332.               casino sites
  2333.            </h6>
  2334.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2336.            </div> -->
  2337.          </a>
  2338.        </div>
  2339.          
  2340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2341.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2343.              <i class="ti-angle-right me-2 text-primary"></i>
  2344.               casino sites
  2345.            </h6>
  2346.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2348.            </div> -->
  2349.          </a>
  2350.        </div>
  2351.          
  2352.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2353.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2354.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2355.              <i class="ti-angle-right me-2 text-primary"></i>
  2356.               casino sites
  2357.            </h6>
  2358.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2359.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2360.            </div> -->
  2361.          </a>
  2362.        </div>
  2363.          
  2364.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2365.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2366.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2367.              <i class="ti-angle-right me-2 text-primary"></i>
  2368.               casino sites
  2369.            </h6>
  2370.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2371.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2372.            </div> -->
  2373.          </a>
  2374.        </div>
  2375.          
  2376.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2377.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2378.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2379.              <i class="ti-angle-right me-2 text-primary"></i>
  2380.               uk casinos
  2381.            </h6>
  2382.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2383.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2384.            </div> -->
  2385.          </a>
  2386.        </div>
  2387.          
  2388.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  2390.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2391.              <i class="ti-angle-right me-2 text-primary"></i>
  2392.               UK casino sites
  2393.            </h6>
  2394.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2395.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2396.            </div> -->
  2397.          </a>
  2398.        </div>
  2399.          
  2400.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2401.          <a href="https://thegreenmanatinglewhite.co.uk/" class="text-decoration-none ">
  2402.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2403.              <i class="ti-angle-right me-2 text-primary"></i>
  2404.               best non uk betting sites
  2405.            </h6>
  2406.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2407.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2408.            </div> -->
  2409.          </a>
  2410.        </div>
  2411.          
  2412.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2413.          <a href="https://craftanddough.co.uk/" class="text-decoration-none ">
  2414.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2415.              <i class="ti-angle-right me-2 text-primary"></i>
  2416.               casino sites that accept credit cards
  2417.            </h6>
  2418.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2419.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2420.            </div> -->
  2421.          </a>
  2422.        </div>
  2423.          
  2424.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.          <a href="https://cryptomillionslotto.com/" class="text-decoration-none ">
  2426.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2427.              <i class="ti-angle-right me-2 text-primary"></i>
  2428.               crypto slots
  2429.            </h6>
  2430.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2431.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2432.            </div> -->
  2433.          </a>
  2434.        </div>
  2435.          
  2436.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.          <a href="https://carebit.org" class="text-decoration-none ">
  2438.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.              <i class="ti-angle-right me-2 text-primary"></i>
  2440.               non gamstop casinos
  2441.            </h6>
  2442.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2443.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2444.            </div> -->
  2445.          </a>
  2446.        </div>
  2447.          
  2448.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2449.          <a href="https://fraserdisplay.co.uk" class="text-decoration-none ">
  2450.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2451.              <i class="ti-angle-right me-2 text-primary"></i>
  2452.               casinos not on gamstop
  2453.            </h6>
  2454.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2455.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2456.            </div> -->
  2457.          </a>
  2458.        </div>
  2459.          
  2460.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2461.          <a href="https://danacentre.org.uk" class="text-decoration-none ">
  2462.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2463.              <i class="ti-angle-right me-2 text-primary"></i>
  2464.               non gamstop casinos
  2465.            </h6>
  2466.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2467.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2468.            </div> -->
  2469.          </a>
  2470.        </div>
  2471.          
  2472.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2473.          <a href="https://itechlabs.co.uk" class="text-decoration-none ">
  2474.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2475.              <i class="ti-angle-right me-2 text-primary"></i>
  2476.               casino not on gamstop
  2477.            </h6>
  2478.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2479.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2480.            </div> -->
  2481.          </a>
  2482.        </div>
  2483.          
  2484.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.          <a href="https://rightly.co.uk/" class="text-decoration-none ">
  2486.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2487.              <i class="ti-angle-right me-2 text-primary"></i>
  2488.               bookies not on gamstop
  2489.            </h6>
  2490.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2491.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2492.            </div> -->
  2493.          </a>
  2494.        </div>
  2495.          
  2496.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2497.          <a href="https://mcaleicester.co.uk/" class="text-decoration-none ">
  2498.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2499.              <i class="ti-angle-right me-2 text-primary"></i>
  2500.               online casinos uk
  2501.            </h6>
  2502.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2503.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2504.            </div> -->
  2505.          </a>
  2506.        </div>
  2507.          
  2508.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2509.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  2510.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2511.              <i class="ti-angle-right me-2 text-primary"></i>
  2512.               Online Casinos
  2513.            </h6>
  2514.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2515.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2516.            </div> -->
  2517.          </a>
  2518.        </div>
  2519.          
  2520.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2522.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2523.              <i class="ti-angle-right me-2 text-primary"></i>
  2524.               casinos not on GamStop
  2525.            </h6>
  2526.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2527.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2528.            </div> -->
  2529.          </a>
  2530.        </div>
  2531.          
  2532.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2533.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  2534.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2535.              <i class="ti-angle-right me-2 text-primary"></i>
  2536.               best online casinos
  2537.            </h6>
  2538.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2539.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2540.            </div> -->
  2541.          </a>
  2542.        </div>
  2543.          
  2544.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2545.          <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none ">
  2546.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2547.              <i class="ti-angle-right me-2 text-primary"></i>
  2548.               new casinos not blocked by Gamstop
  2549.            </h6>
  2550.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2551.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2552.            </div> -->
  2553.          </a>
  2554.        </div>
  2555.          
  2556.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.          <a href="https://www.virginiawoolfsociety.co.uk/" class="text-decoration-none ">
  2558.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2559.              <i class="ti-angle-right me-2 text-primary"></i>
  2560.               non gamstop sports betting sites
  2561.            </h6>
  2562.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2563.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2564.            </div> -->
  2565.          </a>
  2566.        </div>
  2567.          
  2568.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2569.          <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" class="text-decoration-none ">
  2570.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2571.              <i class="ti-angle-right me-2 text-primary"></i>
  2572.               best new betting sites
  2573.            </h6>
  2574.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2575.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2576.            </div> -->
  2577.          </a>
  2578.        </div>
  2579.          
  2580.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2581.          <a href="https://gdalabel.org.uk/" class="text-decoration-none ">
  2582.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2583.              <i class="ti-angle-right me-2 text-primary"></i>
  2584.               best uk non GamStop casinos
  2585.            </h6>
  2586.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2587.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2588.            </div> -->
  2589.          </a>
  2590.        </div>
  2591.          
  2592.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.          <a href="https://www.frn.org.uk/" class="text-decoration-none ">
  2594.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2595.              <i class="ti-angle-right me-2 text-primary"></i>
  2596.               non gamstop betting sites
  2597.            </h6>
  2598.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2599.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2600.            </div> -->
  2601.          </a>
  2602.        </div>
  2603.          
  2604.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2605.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  2606.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2607.              <i class="ti-angle-right me-2 text-primary"></i>
  2608.               non gamstop casinos
  2609.            </h6>
  2610.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2611.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2612.            </div> -->
  2613.          </a>
  2614.        </div>
  2615.          
  2616.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2617.          <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none ">
  2618.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2619.              <i class="ti-angle-right me-2 text-primary"></i>
  2620.               best betting sites UK not on GamStop
  2621.            </h6>
  2622.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2623.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2624.            </div> -->
  2625.          </a>
  2626.        </div>
  2627.          
  2628.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.          <a href="https://playmonster.co.uk" class="text-decoration-none ">
  2630.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2631.              <i class="ti-angle-right me-2 text-primary"></i>
  2632.               casino not on GamStop
  2633.            </h6>
  2634.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2635.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2636.            </div> -->
  2637.          </a>
  2638.        </div>
  2639.          
  2640.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2641.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2642.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2643.              <i class="ti-angle-right me-2 text-primary"></i>
  2644.               casinos not on GamStop
  2645.            </h6>
  2646.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2647.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2648.            </div> -->
  2649.          </a>
  2650.        </div>
  2651.          
  2652.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2653.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  2654.            <h6 class="blog-title 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.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2659.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2660.            </div> -->
  2661.          </a>
  2662.        </div>
  2663.          
  2664.      </div>
  2665.  
  2666.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2667.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2668.      </div> -->
  2669.    </div>
  2670.  </div>
  2671.    
  2672.  <div class="sidebar-widget mb-4">
  2673.    <div class="widget-title-wrapper mb-3">
  2674.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2675.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2676.        <span class="title-arrow"></span>
  2677.      </h4>
  2678.    </div>
  2679.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2680.      <div class="blog-roll-list scrollable-sidebar">
  2681.        
  2682.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.          <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none ">
  2684.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2685.              <i class="ti-angle-right me-2 text-primary"></i>
  2686.               casinos not on GamStop
  2687.            </h6>
  2688.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2689.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2690.            </div> -->
  2691.          </a>
  2692.        </div>
  2693.          
  2694.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2695.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  2696.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2697.              <i class="ti-angle-right me-2 text-primary"></i>
  2698.               online casinos
  2699.            </h6>
  2700.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2701.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2702.            </div> -->
  2703.          </a>
  2704.        </div>
  2705.          
  2706.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2707.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  2708.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2709.              <i class="ti-angle-right me-2 text-primary"></i>
  2710.               non GamStop casino UK
  2711.            </h6>
  2712.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2713.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2714.            </div> -->
  2715.          </a>
  2716.        </div>
  2717.          
  2718.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2719.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2720.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2721.              <i class="ti-angle-right me-2 text-primary"></i>
  2722.               non GamStop casinos
  2723.            </h6>
  2724.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2725.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2726.            </div> -->
  2727.          </a>
  2728.        </div>
  2729.          
  2730.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2731.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  2732.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2733.              <i class="ti-angle-right me-2 text-primary"></i>
  2734.               non GamStop casinos
  2735.            </h6>
  2736.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2737.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2738.            </div> -->
  2739.          </a>
  2740.        </div>
  2741.          
  2742.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2743.          <a href="https://www.bunker-51.com/" class="text-decoration-none ">
  2744.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2745.              <i class="ti-angle-right me-2 text-primary"></i>
  2746.               casinos not on GamStop
  2747.            </h6>
  2748.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2749.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2750.            </div> -->
  2751.          </a>
  2752.        </div>
  2753.          
  2754.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2755.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  2756.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2757.              <i class="ti-angle-right me-2 text-primary"></i>
  2758.               casinos not on GamStop
  2759.            </h6>
  2760.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2761.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2762.            </div> -->
  2763.          </a>
  2764.        </div>
  2765.          
  2766.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2767.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2768.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2769.              <i class="ti-angle-right me-2 text-primary"></i>
  2770.               non UK casinos
  2771.            </h6>
  2772.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2773.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2774.            </div> -->
  2775.          </a>
  2776.        </div>
  2777.          
  2778.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2779.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  2780.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2781.              <i class="ti-angle-right me-2 text-primary"></i>
  2782.               new casinos not on Gamstop
  2783.            </h6>
  2784.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2785.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2786.            </div> -->
  2787.          </a>
  2788.        </div>
  2789.          
  2790.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2791.          <a href="https://www.interimpartners.com/" class="text-decoration-none ">
  2792.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2793.              <i class="ti-angle-right me-2 text-primary"></i>
  2794.               new betting sites uk
  2795.            </h6>
  2796.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2797.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2798.            </div> -->
  2799.          </a>
  2800.        </div>
  2801.          
  2802.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2803.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  2804.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2805.              <i class="ti-angle-right me-2 text-primary"></i>
  2806.               online casinos not on gamstop
  2807.            </h6>
  2808.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2809.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2810.            </div> -->
  2811.          </a>
  2812.        </div>
  2813.          
  2814.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2815.          <a href="https://hisbe.co.uk/" class="text-decoration-none ">
  2816.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2817.              <i class="ti-angle-right me-2 text-primary"></i>
  2818.               online casinos
  2819.            </h6>
  2820.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2821.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2822.            </div> -->
  2823.          </a>
  2824.        </div>
  2825.          
  2826.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.          <a href="https://students4bestevidence.net" class="text-decoration-none ">
  2828.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2829.              <i class="ti-angle-right me-2 text-primary"></i>
  2830.               poker not on gamstop
  2831.            </h6>
  2832.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2833.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2834.            </div> -->
  2835.          </a>
  2836.        </div>
  2837.          
  2838.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2839.          <a href="https://startsmarter.co.uk/" class="text-decoration-none ">
  2840.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2841.              <i class="ti-angle-right me-2 text-primary"></i>
  2842.               non gamstop casinos
  2843.            </h6>
  2844.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2845.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2846.            </div> -->
  2847.          </a>
  2848.        </div>
  2849.          
  2850.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.          <a href="https://dabet.uk/" class="text-decoration-none ">
  2852.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2853.              <i class="ti-angle-right me-2 text-primary"></i>
  2854.               best betting sites uk
  2855.            </h6>
  2856.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2857.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2858.            </div> -->
  2859.          </a>
  2860.        </div>
  2861.          
  2862.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  2864.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2865.              <i class="ti-angle-right me-2 text-primary"></i>
  2866.               Casinos Not on Gamstop UK
  2867.            </h6>
  2868.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2869.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2870.            </div> -->
  2871.          </a>
  2872.        </div>
  2873.          
  2874.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2875.          <a href="https://www.toop.eu/" class="text-decoration-none ">
  2876.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2877.              <i class="ti-angle-right me-2 text-primary"></i>
  2878.               casinos not on gamstop
  2879.            </h6>
  2880.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2881.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2882.            </div> -->
  2883.          </a>
  2884.        </div>
  2885.          
  2886.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.          <a href="https://free2learn.org.uk" class="text-decoration-none ">
  2888.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2889.              <i class="ti-angle-right me-2 text-primary"></i>
  2890.               no gamstop casino
  2891.            </h6>
  2892.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2893.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2894.            </div> -->
  2895.          </a>
  2896.        </div>
  2897.          
  2898.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2900.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2901.              <i class="ti-angle-right me-2 text-primary"></i>
  2902.               Non GamStop Casinos
  2903.            </h6>
  2904.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2905.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2906.            </div> -->
  2907.          </a>
  2908.        </div>
  2909.          
  2910.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.          <a href="https://www.aipce.net/" class="text-decoration-none ">
  2912.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2913.              <i class="ti-angle-right me-2 text-primary"></i>
  2914.               non gamstop casinos
  2915.            </h6>
  2916.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2917.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2918.            </div> -->
  2919.          </a>
  2920.        </div>
  2921.          
  2922.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  2924.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2925.              <i class="ti-angle-right me-2 text-primary"></i>
  2926.               non gamstop casinos
  2927.            </h6>
  2928.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2929.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2930.            </div> -->
  2931.          </a>
  2932.        </div>
  2933.          
  2934.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  2936.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2937.              <i class="ti-angle-right me-2 text-primary"></i>
  2938.               no kyc casino
  2939.            </h6>
  2940.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2941.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2942.            </div> -->
  2943.          </a>
  2944.        </div>
  2945.          
  2946.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2947.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  2948.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2949.              <i class="ti-angle-right me-2 text-primary"></i>
  2950.               casino not on gamstop
  2951.            </h6>
  2952.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2953.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2954.            </div> -->
  2955.          </a>
  2956.        </div>
  2957.          
  2958.      </div>
  2959.  
  2960.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2961.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2962.      </div> -->
  2963.    </div>
  2964.  </div>
  2965.    
  2966.  <div class="sidebar-widget mb-4">
  2967.    <div class="widget-title-wrapper mb-3">
  2968.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2969.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2970.        <span class="title-arrow"></span>
  2971.      </h4>
  2972.    </div>
  2973.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2974.      <div class="blog-roll-list scrollable-sidebar">
  2975.        
  2976.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  2978.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.              <i class="ti-angle-right me-2 text-primary"></i>
  2980.               sportsbook not on gamstop
  2981.            </h6>
  2982.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.            </div> -->
  2985.          </a>
  2986.        </div>
  2987.          
  2988.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  2990.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.              <i class="ti-angle-right me-2 text-primary"></i>
  2992.               football betting sites not on gamstop
  2993.            </h6>
  2994.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.            </div> -->
  2997.          </a>
  2998.        </div>
  2999.          
  3000.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3002.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.              <i class="ti-angle-right me-2 text-primary"></i>
  3004.               football betting sites not on gamstop
  3005.            </h6>
  3006.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.            </div> -->
  3009.          </a>
  3010.        </div>
  3011.          
  3012.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.          <a href="https://authenticnews.co.uk/" class="text-decoration-none ">
  3014.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.              <i class="ti-angle-right me-2 text-primary"></i>
  3016.               top 100 online casinos uk
  3017.            </h6>
  3018.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.            </div> -->
  3021.          </a>
  3022.        </div>
  3023.          
  3024.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.          <a href="https://glasgowmuseumsslavery.co.uk/" class="text-decoration-none ">
  3026.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.              <i class="ti-angle-right me-2 text-primary"></i>
  3028.               online casinos
  3029.            </h6>
  3030.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3031.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3032.            </div> -->
  3033.          </a>
  3034.        </div>
  3035.          
  3036.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3038.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.              <i class="ti-angle-right me-2 text-primary"></i>
  3040.               non gamstop casinos uk
  3041.            </h6>
  3042.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3043.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3044.            </div> -->
  3045.          </a>
  3046.        </div>
  3047.          
  3048.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.          <a href="https://www.studyquran.co.uk/" class="text-decoration-none ">
  3050.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3051.              <i class="ti-angle-right me-2 text-primary"></i>
  3052.               uk casinos not on gamstop
  3053.            </h6>
  3054.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3055.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3056.            </div> -->
  3057.          </a>
  3058.        </div>
  3059.          
  3060.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3062.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3063.              <i class="ti-angle-right me-2 text-primary"></i>
  3064.               casino not on gamstop
  3065.            </h6>
  3066.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3067.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3068.            </div> -->
  3069.          </a>
  3070.        </div>
  3071.          
  3072.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3073.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3074.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3075.              <i class="ti-angle-right me-2 text-primary"></i>
  3076.               best betting sites
  3077.            </h6>
  3078.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3079.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3080.            </div> -->
  3081.          </a>
  3082.        </div>
  3083.          
  3084.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.          <a href="https://www.outset.org/" class="text-decoration-none ">
  3086.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3087.              <i class="ti-angle-right me-2 text-primary"></i>
  3088.               betting sites not on gamstop
  3089.            </h6>
  3090.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3091.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3092.            </div> -->
  3093.          </a>
  3094.        </div>
  3095.          
  3096.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3097.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3098.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3099.              <i class="ti-angle-right me-2 text-primary"></i>
  3100.               non gamstop casinos
  3101.            </h6>
  3102.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3103.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3104.            </div> -->
  3105.          </a>
  3106.        </div>
  3107.          
  3108.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3109.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  3110.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3111.              <i class="ti-angle-right me-2 text-primary"></i>
  3112.               casinos not on gamstop
  3113.            </h6>
  3114.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3115.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3116.            </div> -->
  3117.          </a>
  3118.        </div>
  3119.          
  3120.      </div>
  3121.  
  3122.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3123.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3124.      </div> -->
  3125.    </div>
  3126.  </div>
  3127.    
  3128.  <!-- <div class="sidebar-widget">
  3129.    <div class="widget-title-wrapper mb-3">
  3130.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3131.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3132.        <span class="title-arrow"></span>
  3133.      </h4>
  3134.    </div>
  3135.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3136.      <div class="blog-roll-list">
  3137.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3138.          <a href="#" class="text-decoration-none">
  3139.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.              <i class="ti-angle-right me-2 text-primary"></i>
  3141.              Complete Guide to Django REST Framework
  3142.            </h6>
  3143.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3144.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3145.            </div>
  3146.          </a>
  3147.        </div>
  3148.  
  3149.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3150.          <a href="#" class="text-decoration-none">
  3151.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.              <i class="ti-angle-right me-2 text-primary"></i>
  3153.              Modern JavaScript ES2025 Features
  3154.            </h6>
  3155.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3156.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3157.            </div>
  3158.          </a>
  3159.        </div>
  3160.  
  3161.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3162.          <a href="#" class="text-decoration-none">
  3163.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3164.              <i class="ti-angle-right me-2 text-primary"></i>
  3165.              Digital Marketing Trends in 2025
  3166.            </h6>
  3167.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3168.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3169.            </div>
  3170.          </a>
  3171.        </div>
  3172.  
  3173.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3174.          <a href="#" class="text-decoration-none">
  3175.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3176.              <i class="ti-angle-right me-2 text-primary"></i>
  3177.              Remote Work Best Practices
  3178.            </h6>
  3179.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3180.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3181.            </div>
  3182.          </a>
  3183.        </div>
  3184.  
  3185.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3186.          <a href="#" class="text-decoration-none">
  3187.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3188.              <i class="ti-angle-right me-2 text-primary"></i>
  3189.              Sustainable Living Tips for Beginners
  3190.            </h6>
  3191.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3192.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3193.            </div>
  3194.          </a>
  3195.        </div>
  3196.  
  3197.        <div class="blog-roll-item">
  3198.          <a href="#" class="text-decoration-none">
  3199.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3200.              <i class="ti-angle-right me-2 text-primary"></i>
  3201.              AI and Machine Learning Basics
  3202.            </h6>
  3203.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3204.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3205.            </div>
  3206.          </a>
  3207.        </div>
  3208.      </div>
  3209.  
  3210.      <div class="text-center mt-4 pt-3 border-top border-light">
  3211.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3212.      </div>
  3213.    </div>
  3214.  </div> -->
  3215. </div>
  3216.  
  3217. <!-- Sidebar V2 Styles -->
  3218. <style>
  3219.  .sidebar-widget {
  3220.    position: relative;
  3221.  }
  3222.  
  3223.  .widget-title {
  3224.    font-size: 1.1rem;
  3225.    font-weight: 700;
  3226.    display: inline-block;
  3227.    position: relative;
  3228.    z-index: 2;
  3229.    border-radius: 0;
  3230.  }
  3231.  
  3232.  /* Green arrow for August Blog Roll */
  3233.  .title-arrow::after {
  3234.    content: '';
  3235.    position: absolute;
  3236.    top: 0;
  3237.    right: -22px;
  3238.    width: 0;
  3239.    height: 0;
  3240.    border-left: 22px solid var(--bs-primary);
  3241.    border-top: 22px solid transparent;
  3242.    border-bottom: 22px solid transparent;
  3243.    z-index: 1;
  3244.  }
  3245.  
  3246.  /* Blue arrow for Recent Posts */
  3247.  .title-arrow-primary::after {
  3248.    content: '';
  3249.    position: absolute;
  3250.    top: 0;
  3251.    right: -22px;
  3252.    width: 0;
  3253.    height: 0;
  3254.    border-left: 22px solid var(--bs-primary);
  3255.    border-top: 22px solid transparent;
  3256.    border-bottom: 22px solid transparent;
  3257.    z-index: 1;
  3258.  }
  3259.  
  3260.  .widget-content {
  3261.    margin-top: -1px;
  3262.    position: relative;
  3263.    z-index: 1;
  3264.    background-color: var(--card-bg);
  3265.  }
  3266.  
  3267.  /* Blog Roll Items Hover Effects */
  3268.  .blog-roll-item:hover .blog-title {
  3269.    color: #198754 !important;
  3270.    transform: translateX(5px);
  3271.    transition: all 0.3s ease;
  3272.  }
  3273.  
  3274.  /* Recent Post Items Hover Effects */
  3275.  .recent-post-item:hover .post-title a {
  3276.    color: #0d6efd !important;
  3277.    transition: color 0.3s ease;
  3278.  }
  3279.  
  3280.  .recent-post-item:hover .post-image img {
  3281.    transform: scale(1.05);
  3282.    transition: transform 0.3s ease;
  3283.  }
  3284.  
  3285.  /* Button Hover Effects */
  3286.  .btn:hover {
  3287.    transform: translateY(-2px);
  3288.    transition: all 0.3s ease;
  3289.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3290.  }
  3291.  
  3292.  /* Badge Hover Effects */
  3293.  .badge:hover {
  3294.    transform: scale(1.05);
  3295.    transition: transform 0.3s ease;
  3296.  }
  3297.  
  3298.  @media (max-width: 991px) {
  3299.    .sidebar {
  3300.      margin-top: 3rem;
  3301.    }
  3302.  }
  3303.  
  3304.  @media (max-width: 576px) {
  3305.    .widget-title {
  3306.      font-size: 1rem;
  3307.      padding: 0.75rem 1rem !important;
  3308.    }
  3309.  
  3310.    .title-arrow::after,
  3311.    .title-arrow-primary::after {
  3312.      right: -18px;
  3313.      border-left-width: 18px;
  3314.      border-top-width: 18px;
  3315.      border-bottom-width: 18px;
  3316.    }
  3317.  
  3318.    .post-image {
  3319.      width: 70px !important;
  3320.      height: 55px !important;
  3321.    }
  3322.  
  3323.    .blog-meta {
  3324.      flex-direction: column !important;
  3325.      align-items: flex-start !important;
  3326.      gap: 0.5rem;
  3327.    }
  3328.  }
  3329. </style>
  3330.  
  3331.    
  3332.            </div>
  3333.        </div>
  3334.    </div>
  3335. </section>
  3336.  
  3337.    
  3338.        
  3339.        <!-- end wpo-blog-highlights-section -->
  3340.        <!-- start wpo-blog-sponsored-section -->
  3341.        
  3342.  
  3343.  
  3344.  
  3345.    
  3346.  
  3347.  
  3348.  
  3349. <style>
  3350.    .sponsored-section-v3 {
  3351.        padding: 50px 0;
  3352.    }
  3353.    
  3354.    .sponsored-card-v3 {
  3355.        background: var(--card-bg);
  3356.        border: 1px solid var(--border-color);
  3357.        border-radius: 4px;
  3358.        transition: transform 0.3s ease;
  3359.        height: 100%;
  3360.    }
  3361.    
  3362.    .sponsored-card-v3:hover {
  3363.        transform: scale(1.02);
  3364.    }
  3365.    
  3366.    .sponsored-image-v3 {
  3367.        position: relative;
  3368.        height: 170px;
  3369.        border-bottom: 1px solid var(--border-color);
  3370.    }
  3371.    
  3372.    .sponsored-image-v3 img {
  3373.        width: 100%;
  3374.        height: 100%;
  3375.        object-fit: cover;
  3376.    }
  3377.    
  3378.    .sponsored-badge-v3 {
  3379.        position: absolute;
  3380.        top: 10px;
  3381.        right: 10px;
  3382.        padding: 5px 8px;
  3383.        font-size: 11px;
  3384.        font-weight: 600;
  3385.        text-transform: uppercase;
  3386.        border-radius: 50%;
  3387.    }
  3388.    
  3389.    .sponsored-content-v3 {
  3390.        position: relative;
  3391.        padding: 18px;
  3392.    }
  3393.    
  3394.    .sponsored-title-v3 {
  3395.        font-size: 16px;
  3396.        font-weight: 700;
  3397.        line-height: 1.5;
  3398.        margin-bottom: 8px;
  3399.    }
  3400.    
  3401.    .sponsored-title-v3 a {
  3402.        text-decoration: none;
  3403.        color: #333;
  3404.    }
  3405.    
  3406.    .sponsored-title-v3 a:hover {
  3407.        color: #0056b3; /* Darker blue for hover */
  3408.    }
  3409.    
  3410.    .sponsored-excerpt-v3 {
  3411.        font-size: 13px;
  3412.        font-weight: 400;
  3413.        color: #868e96;
  3414.        margin-bottom: 12px;
  3415.        line-height: 1.5;
  3416.    }
  3417.    
  3418.    .sponsored-meta-v3 {
  3419.        font-size: 12px;
  3420.        color: #6c757d;
  3421.    }
  3422.    
  3423.    .author-info-v3 {
  3424.        display: flex;
  3425.        align-items: center;
  3426.        gap: 6px;
  3427.        margin-bottom: 6px;
  3428.    }
  3429.    
  3430.    .sponsored-author-img-v3 {
  3431.        width: 24px;
  3432.        height: 24px;
  3433.        border-radius: 50%;
  3434.        object-fit: cover;
  3435.    }
  3436.    
  3437.    .section-title-sponsored-v3 {
  3438.        font-size: 2rem;
  3439.        font-weight: 600;
  3440.        text-align: left;
  3441.        margin-bottom: 25px;
  3442.        color: #333;
  3443.        border-bottom: 3px solid var(--bs-primary);
  3444.        padding-bottom: 10px;
  3445.    }
  3446.  
  3447.    @media (max-width: 768px) {
  3448.        .sponsored-section-v3 {
  3449.            padding: 30px 0;
  3450.        }
  3451.        .sponsored-content-v3 {
  3452.            padding: 15px;
  3453.        }
  3454.        .sponsored-title-v3 {
  3455.            font-size: 15px;
  3456.        }
  3457.        .sponsored-excerpt-v3 {
  3458.            font-size: 12px;
  3459.        }
  3460.        .section-title-sponsored-v3 {
  3461.            font-size: 1.8rem;
  3462.        }
  3463.    }
  3464. </style>
  3465.  
  3466. <section class="sponsored-section-v3">
  3467.    <div class="container-fluid fluid-container">
  3468.        <div class="row">
  3469.            <div class="col-12">
  3470.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3471.            </div>
  3472.        </div>
  3473.        
  3474.        <div class="row g-4">
  3475.            
  3476.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3477.                <div class="card sponsored-card-v3">
  3478.                    <div class="sponsored-image-v3">
  3479.                        
  3480.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3481.                        
  3482.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3483.                    </div>
  3484.                    <div class="sponsored-content-v3">
  3485.                        <h3 class="sponsored-title-v3">
  3486.                            <a href="/troubling-remembrances-resurface-in-davao-as-investigators-track-bondi-shooting-alleged-attackers-time-in-the-city/" class="top-color">
  3487.                            Troubling Remembrances Resurface in Davao as Investigators Track Bondi Shooting Alleged Attackers&#x27; Time in the City
  3488.                            </a>
  3489.                        </h3>
  3490.                        <p class="sponsored-excerpt-v3">
  3491.                            
  3492.                        </p>
  3493.                        <div class="sponsored-meta-v3">
  3494.                            <div class="author-info-v3">
  3495.                                
  3496.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3497.                                
  3498.                                <span>
  3499.                                    Kevin Hodge
  3500.                                </span>
  3501.                            </div>
  3502.                            <div class="d-flex gap-2">
  3503.                                <i class="ti-calendar"></i> 18 May 2026
  3504.                            </div>
  3505.                        </div>
  3506.                    </div>
  3507.                </div>
  3508.            </div>
  3509.            
  3510.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3511.                <div class="card sponsored-card-v3">
  3512.                    <div class="sponsored-image-v3">
  3513.                        
  3514.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3515.                        
  3516.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3517.                    </div>
  3518.                    <div class="sponsored-content-v3">
  3519.                        <h3 class="sponsored-title-v3">
  3520.                            <a href="/genuine-southern-portugal-discovering-portugal-beyond-the-coastline/" class="top-color">
  3521.                            Genuine Southern Portugal: Discovering Portugal Beyond the Coastline
  3522.                            </a>
  3523.                        </h3>
  3524.                        <p class="sponsored-excerpt-v3">
  3525.                            
  3526.                        </p>
  3527.                        <div class="sponsored-meta-v3">
  3528.                            <div class="author-info-v3">
  3529.                                
  3530.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3531.                                
  3532.                                <span>
  3533.                                    Kevin Hodge
  3534.                                </span>
  3535.                            </div>
  3536.                            <div class="d-flex gap-2">
  3537.                                <i class="ti-calendar"></i> 18 May 2026
  3538.                            </div>
  3539.                        </div>
  3540.                    </div>
  3541.                </div>
  3542.            </div>
  3543.            
  3544.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3545.                <div class="card sponsored-card-v3">
  3546.                    <div class="sponsored-image-v3">
  3547.                        
  3548.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3549.                        
  3550.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3551.                    </div>
  3552.                    <div class="sponsored-content-v3">
  3553.                        <h3 class="sponsored-title-v3">
  3554.                            <a href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-ambitions/" class="top-color">
  3555.                            David Raya Highlights Team&#x27;s Strength as Essential to Multiple Trophy Ambitions
  3556.                            </a>
  3557.                        </h3>
  3558.                        <p class="sponsored-excerpt-v3">
  3559.                            
  3560.                        </p>
  3561.                        <div class="sponsored-meta-v3">
  3562.                            <div class="author-info-v3">
  3563.                                
  3564.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3565.                                
  3566.                                <span>
  3567.                                    Kevin Hodge
  3568.                                </span>
  3569.                            </div>
  3570.                            <div class="d-flex gap-2">
  3571.                                <i class="ti-calendar"></i> 18 May 2026
  3572.                            </div>
  3573.                        </div>
  3574.                    </div>
  3575.                </div>
  3576.            </div>
  3577.            
  3578.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3579.                <div class="card sponsored-card-v3">
  3580.                    <div class="sponsored-image-v3">
  3581.                        
  3582.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3583.                        
  3584.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3585.                    </div>
  3586.                    <div class="sponsored-content-v3">
  3587.                        <h3 class="sponsored-title-v3">
  3588.                            <a href="/can-the-all-blacks-find-their-winning-form-during-the-fall-tour/" class="top-color">
  3589.                            Can the All Blacks find their winning form during the fall tour?
  3590.                            </a>
  3591.                        </h3>
  3592.                        <p class="sponsored-excerpt-v3">
  3593.                            
  3594.                        </p>
  3595.                        <div class="sponsored-meta-v3">
  3596.                            <div class="author-info-v3">
  3597.                                
  3598.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3599.                                
  3600.                                <span>
  3601.                                    Kevin Hodge
  3602.                                </span>
  3603.                            </div>
  3604.                            <div class="d-flex gap-2">
  3605.                                <i class="ti-calendar"></i> 18 May 2026
  3606.                            </div>
  3607.                        </div>
  3608.                    </div>
  3609.                </div>
  3610.            </div>
  3611.            
  3612.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3613.                <div class="card sponsored-card-v3">
  3614.                    <div class="sponsored-image-v3">
  3615.                        
  3616.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3617.                        
  3618.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3619.                    </div>
  3620.                    <div class="sponsored-content-v3">
  3621.                        <h3 class="sponsored-title-v3">
  3622.                            <a href="/his-dominant-presence-in-the-sporting-world-reached-a-peak-in-last-year-the-coming-year-threatens-to-be-even-bigger/" class="top-color">
  3623.                            His Dominant Presence in The Sporting World Reached A Peak in Last Year. The Coming Year Threatens to Be Even Bigger.
  3624.                            </a>
  3625.                        </h3>
  3626.                        <p class="sponsored-excerpt-v3">
  3627.                            
  3628.                        </p>
  3629.                        <div class="sponsored-meta-v3">
  3630.                            <div class="author-info-v3">
  3631.                                
  3632.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3633.                                
  3634.                                <span>
  3635.                                    Kevin Hodge
  3636.                                </span>
  3637.                            </div>
  3638.                            <div class="d-flex gap-2">
  3639.                                <i class="ti-calendar"></i> 18 May 2026
  3640.                            </div>
  3641.                        </div>
  3642.                    </div>
  3643.                </div>
  3644.            </div>
  3645.            
  3646.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3647.                <div class="card sponsored-card-v3">
  3648.                    <div class="sponsored-image-v3">
  3649.                        
  3650.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3651.                        
  3652.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3653.                    </div>
  3654.                    <div class="sponsored-content-v3">
  3655.                        <h3 class="sponsored-title-v3">
  3656.                            <a href="/we-got-dismissed-and-were-embracing-it-this-is-how-to-find-a-new-role-that-fits-your-needs/" class="top-color">
  3657.                            We Got Dismissed, and We&#x27;re Embracing It – This Is How to Find a New Role That Fits Your Needs
  3658.                            </a>
  3659.                        </h3>
  3660.                        <p class="sponsored-excerpt-v3">
  3661.                            
  3662.                        </p>
  3663.                        <div class="sponsored-meta-v3">
  3664.                            <div class="author-info-v3">
  3665.                                
  3666.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Kevin Hodge" class="sponsored-author-img-v3">
  3667.                                
  3668.                                <span>
  3669.                                    Kevin Hodge
  3670.                                </span>
  3671.                            </div>
  3672.                            <div class="d-flex gap-2">
  3673.                                <i class="ti-calendar"></i> 18 May 2026
  3674.                            </div>
  3675.                        </div>
  3676.                    </div>
  3677.                </div>
  3678.            </div>
  3679.            
  3680.        </div>
  3681.    </div>
  3682. </section>
  3683.  
  3684.  
  3685.    
  3686.        <!-- end wpo-blog-sponsored-section -->
  3687.        <!-- start wpo-subscribe-section -->
  3688.        
  3689.        <!-- end subscribe-section -->
  3690.        <!-- start of wpo-site-footer-section -->
  3691.        
  3692.  
  3693.  
  3694.  
  3695.  
  3696.  
  3697. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3698.  <!-- Main Content: Asymmetrical Layout -->
  3699.  <div class="footer-main-content py-5">
  3700.    <div class="container-fluid fluid-container">
  3701.      <div class="row">
  3702.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3703.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3704.          <div class="brand-logo text-center text-lg-start">
  3705.            
  3706.              <h3 class="brand-title">Summit X World</h3>
  3707.            
  3708.            <p class="brand-tagline mt-2">Summit X World offers expert guides, gear reviews, and inspiring stories for mountain climbers and adventure travelers worldwide. Discover new peaks.</p>
  3709.          </div>
  3710.        </div>
  3711.        <!-- Right: Staggered Links -->
  3712.        <div class="col-lg-9 col-md-8 col-12">
  3713.          <div class="d-flex flex-column gap-4">
  3714.            <!-- Quick Links -->
  3715.            <div class="footer-column offset-content">
  3716.              <h5 class="column-title">Quick Links</h5>
  3717.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3718.                
  3719.                  <li>
  3720.                    <a class="menu-link" href="/crans-montana-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/">Crans-Montana Blaze Survivors Are Treated in Burns Units Throughout the Continent</a>
  3721.                  </li>
  3722.                
  3723.                  <li>
  3724.                    <a class="menu-link" href="/queens-recognise-queens-as-trump-extends-the-mayor-elect-a-friendly-greeting/">Queens Recognise Queens as Trump Extends The Mayor-Elect a Friendly Greeting</a>
  3725.                  </li>
  3726.                
  3727.                  <li>
  3728.                    <a class="menu-link" href="/a-decade-long-liaison-by-erin-somers-the-midlife-adultery-story-this-era-deserves/">A Decade-Long Liaison by Erin Somers: The Midlife Adultery Story This Era Deserves.</a>
  3729.                  </li>
  3730.                
  3731.                  <li>
  3732.                    <a class="menu-link" href="/leader-zelenskyy-declares-ukraine-was-10-off-from-a-peace-deal-yet-not-at-any-possible-price/">Leader Zelenskyy Declares Ukraine Was 10% Off from a Peace Deal, Yet Not at Any Possible Price</a>
  3733.                  </li>
  3734.                
  3735.                  <li>
  3736.                    <a class="menu-link" href="/trump-war-sparse-reporting-key-obstacles-to-global-warming-solutions-that-dogged-environmental-conference/">Trump, War, Sparse Reporting: Key Obstacles to Global Warming Solutions That Dogged Environmental Conference</a>
  3737.                  </li>
  3738.                
  3739.                  <li>
  3740.                    <a class="menu-link" href="/food-benefits-set-to-expire-for-41-million-throughout-ongoing-government-closure/">Food Benefits Set to Expire for 41 Million Throughout Ongoing Government Closure</a>
  3741.                  </li>
  3742.                
  3743.              </ul>
  3744.            </div>
  3745.            <!-- Top Categories -->
  3746.            <div class="footer-column offset-content offset-right">
  3747.              <h5 class="column-title">Top Categories</h5>
  3748.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3749.                
  3750.                  <li>
  3751.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3752.                  </li>
  3753.                
  3754.                  <li>
  3755.                    <a class="menu-link" href="/category/business/">Business</a>
  3756.                  </li>
  3757.                
  3758.                  <li>
  3759.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3760.                  </li>
  3761.                
  3762.                  <li>
  3763.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3764.                  </li>
  3765.                
  3766.                  <li>
  3767.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3768.                  </li>
  3769.                
  3770.              </ul>
  3771.            </div>
  3772.            <!-- Blog Rolls -->
  3773.           <div class="footer-column offset-content">
  3774.              <h5 class="column-title">Blog Rolls</h5>
  3775.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3776.                
  3777.                
  3778.  
  3779.                
  3780.                
  3781.                  
  3782.                
  3783.              </ul>
  3784.            </div>
  3785.          </div>
  3786.        </div>
  3787.      </div>
  3788.    </div>
  3789.  </div>
  3790.  
  3791.  <!-- Bottom Section -->
  3792.  <div class="footer-bottom bg-primary text-white py-3">
  3793.    <div class="container-fluid fluid-container">
  3794.      <div class="row justify-content-center">
  3795.        <div class="col-12 text-center">
  3796.          <div class="bottom-content">
  3797.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3798.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3799.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3800.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3801.            </div>
  3802.            <div class="copyright-info ">
  3803.              <p class="mb-0 text-white">
  3804.                &copy; 2026 <strong>Summit X World</strong>. All rights reserved.
  3805.              </p>
  3806.            </div>
  3807.          </div>
  3808.        </div>
  3809.      </div>
  3810.    </div>
  3811.  </div>
  3812. </footer>
  3813.  
  3814.  
  3815.  
  3816. <style>
  3817. .footer-logo {
  3818.    height: 60px;
  3819.    width: auto;
  3820. }
  3821.  
  3822. .brand-title {
  3823.    font-size: 24px;
  3824.    font-weight: 700;
  3825.    color: white  !important;
  3826.    margin: 0;
  3827. }
  3828.  
  3829. .brand-tagline {
  3830.    font-size: 14px;
  3831.    color: white  !important;
  3832.    margin: 0;
  3833. }
  3834.  
  3835. .column-title {
  3836.    font-size: 16px;
  3837.    font-weight: 600;
  3838.    color: white !important;
  3839.    margin-bottom: 12px;
  3840. }
  3841.  
  3842. .footer-menu {
  3843.    margin: 0;
  3844. }
  3845.  
  3846. .menu-link {
  3847.    color: white !important;
  3848.    text-decoration: none;
  3849.    font-size: 14px;
  3850.    transition: color 0.3s ease, transform 0.3s ease;
  3851. }
  3852.  
  3853. .menu-link:hover {
  3854.    color: var(--primary-color);
  3855.    transform: scale(1.05);
  3856. }
  3857.  
  3858. .offset-content {
  3859.    margin-left: 20px;
  3860. }
  3861.  
  3862. .footer-bottom {
  3863.    font-size: 13px;
  3864. }
  3865.  
  3866. .utility-link {
  3867.    color: white  !important;
  3868.    text-decoration: none;
  3869.    font-size: 13px;
  3870.    transition: color 0.3s ease;
  3871. }
  3872.  
  3873. .utility-link:hover {
  3874.    color: var(--primary-color);
  3875. }
  3876.  
  3877. .copyright-info p {
  3878.    font-size: 13px;
  3879. }
  3880.  
  3881. /* Responsive Design */
  3882. @media (max-width: 1024px) {
  3883.   .footer-logo{
  3884.    height: 40px;
  3885.    width: auto;
  3886.   }
  3887. }
  3888.  
  3889. @media (max-width: 768px) {
  3890.    .footer-logo {
  3891.        height: 60px;
  3892.    }
  3893.    
  3894.    .column-title {
  3895.        font-size: 15px;
  3896.        text-align: center;
  3897.    }
  3898.    
  3899.    .footer-menu {
  3900.        justify-content: center;
  3901.    }
  3902.    
  3903.    .menu-link {
  3904.        font-size: 13px;
  3905.    }
  3906. }
  3907.  
  3908. @media (max-width: 576px) {
  3909.    .brand-title {
  3910.        font-size: 20px;
  3911.    }
  3912.    
  3913.    .brand-tagline {
  3914.        font-size: 12px;
  3915.    }
  3916.    
  3917.    .cta-btn {
  3918.        font-size: 12px;
  3919.        padding: 5px 12px;
  3920.    }
  3921. }
  3922. </style>
  3923.  
  3924. <script>
  3925. // Prevent default for placeholder links
  3926. document.addEventListener('DOMContentLoaded', function() {
  3927.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3928.        anchor.addEventListener('click', function(e) {
  3929.            e.preventDefault();
  3930.        });
  3931.    });
  3932. });
  3933. document.addEventListener('DOMContentLoaded', function () {
  3934.    var btn = document.getElementById('toggleBlogRollLinks');
  3935.    if (!btn) return; // No extra items, no button
  3936.  
  3937.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3938.  
  3939.    btn.addEventListener('click', function () {
  3940.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3941.            return li.classList.contains('d-none');
  3942.        });
  3943.  
  3944.        extras.forEach(function (li) {
  3945.            if (anyHidden) {
  3946.                li.classList.remove('d-none');
  3947.                li.classList.add('show');
  3948.            } else {
  3949.                li.classList.add('d-none');
  3950.                li.classList.remove('show');
  3951.            }
  3952.        });
  3953.  
  3954.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3955.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3956.    });
  3957. });
  3958.  
  3959. </script>
  3960.  
  3961.        <!-- end of wpo-site-footer-section -->
  3962.    </div>
  3963.    <!-- end of page-wrapper -->
  3964.  
  3965.    <!-- All JavaScript files
  3966.    ================================================== -->
  3967.    
  3968.  
  3969. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3970. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3971. <!-- Plugins for this template -->
  3972. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3973. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3974. <!-- Custom script for this template -->
  3975. <script src="/static/blogapp/assets/js/script.js"></script>
  3976.  
  3977. <script>
  3978. (function () {
  3979. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3980. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3981.  
  3982. function applyFallback(img) {
  3983. if (!img || img.dataset.fallbackApplied === "1") {
  3984. return;
  3985. }
  3986. var failedSrc = img.currentSrc || img.src || "";
  3987. img.dataset.fallbackApplied = "1";
  3988. img.onerror = null;
  3989. img.src = fallbackImageSrc;
  3990. console.warn("[ImageFallback] Replaced broken image:", {
  3991. failedSrc: failedSrc,
  3992. fallbackSrc: fallbackImageSrc,
  3993. alt: img.alt || "",
  3994. });
  3995. }
  3996.  
  3997. document.querySelectorAll("img").forEach(function (img) {
  3998. if (img.complete && img.naturalWidth === 0) {
  3999. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4000. failedSrc: img.currentSrc || img.src || "",
  4001. alt: img.alt || "",
  4002. });
  4003. applyFallback(img);
  4004. }
  4005. });
  4006.  
  4007. document.addEventListener(
  4008. "error",
  4009. function (event) {
  4010. var target = event.target;
  4011. if (target && target.tagName === "IMG") {
  4012. applyFallback(target);
  4013. }
  4014. },
  4015. true
  4016. );
  4017. })();
  4018. </script>
  4019.  
  4020. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4021.  
  4022.  
  4023.  
  4024. <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":"5c0b782b876c491eb4554ffa10ee6b3e","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4025. </body>
  4026.  
  4027. </html>
  4028.  
  4029.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda