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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T152848.924_Jw5SgcD_sJcENEy.png">
  14.    
  15.  
  16.    <title>Megacore Studio: Creative Web Design &amp; Digital Solutions in the UK</title>
  17.    <meta name="description" content="Megacore Studio offers expert web design, development, and digital marketing services in the UK. We help businesses grow online with custom solutions.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://megacorestudio.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9333ea;
  42.        --bs-primary-rgb: 9333ea;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #ede9fe;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9333ea;
  53.        --theme-primary-color-s2: #9333ea;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #ede9fe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #ede9fe;
  59.        --border-color: #6d28d9;
  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: #2e1065;
  73.        --nav-bg: #2e1065;
  74.        --sub-nav: #4c1d95;
  75.        --navbar-color: #ede9fe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #ede9fe;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ede9fe;
  80.        --card-bg: rgba(46, 16, 101, 0.8);
  81.        --card-border: #6d28d9;
  82.        --card-radius: 14px;
  83.        --link-color: #9333ea;
  84.        --link-hover: #7e22ce;
  85.        --blog-color: #ede9fe;
  86.        --blog-bg: rgba(147, 51, 234, 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: rgba(46, 16, 101, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_69">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <div class="top-bg">
  409.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  410.        <!-- Date/Time -->
  411.        <span id="current-time" class="text-nowrap"></span>
  412.    
  413.        <!-- Marquee News -->
  414.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  415.            
  416.                <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="px-4 top-color">
  417.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  418.                </a>
  419.            
  420.                <a href="/body-of-endurance-athlete-presumably-attacked-by-shark-located-on-california-shore/" class="px-4 top-color">
  421.                    Body of Endurance Athlete Presumably Attacked by Shark Located on California Shore
  422.                </a>
  423.            
  424.                <a href="/music-legend-barry-manilow-scheduled-for-an-operation-for-a-lung-cancer-diagnosis/" class="px-4 top-color">
  425.                    Music Legend Barry Manilow Scheduled for an Operation for a Lung Cancer Diagnosis.
  426.                </a>
  427.            
  428.                <a href="/ex-british-soldier-charged-of-killing-kenyan-female-appears-in-court/" class="px-4 top-color">
  429.                    Ex British Soldier Charged of Killing Kenyan Female Appears in Court
  430.                </a>
  431.            
  432.                <a href="/us-food-and-drug-administration-approves-addyi-a-desire-boosting-drug-for-postmenopausal/" class="px-4 top-color">
  433.                    U.S. Food and Drug Administration Approves Addyi, a Desire-Boosting Drug for Postmenopausal
  434.                </a>
  435.            
  436.        </marquee>
  437.    </div>
  438. </div>
  439.  
  440. <script>
  441. function updateCurrentTime() {
  442.    const currentDate = new Date();
  443.  
  444.    // Day Names
  445.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  446.    const day = dayNames[currentDate.getDay()];
  447.  
  448.    // Date Formatting
  449.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  450.    const monthNames = ["January", "February", "March", "April", "May", "June",
  451.                        "July", "August", "September", "October", "November", "December"];
  452.    const month = monthNames[currentDate.getMonth()];
  453.    const year = currentDate.getFullYear();
  454.  
  455.    // Final string
  456.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  457.  
  458.    document.getElementById('current-time').innerHTML = `
  459.        <span class='bg-primary-gradient p-2 '>
  460.            <span class="fw-bold">${dateString}</span>
  461.        </span>
  462.    `;
  463. }
  464. updateCurrentTime();
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v9 mb-4" role="banner">
  477.  <div class="container-fluid fluid-container">
  478.    <!-- Sticky/Glass Nav Card -->
  479.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  480.      <div class="row align-items-center justify-content-between g-3">
  481.        <!-- Logo -->
  482.       <div class="col-6 col-md-3 col-lg-2">
  483.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  484.            
  485.              <span class="site-name">My Site</span>
  486.            
  487.          </a>
  488.        </div>
  489.  
  490.        <!-- Desktop Nav -->
  491.        <div class="col d-none d-xl-block">
  492.          <nav class="main-nav-v9">
  493.            <ul class="nav-list-v9">
  494.              <!-- Home (static) -->
  495.              <li class="nav-item-v9">
  496.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  497.              </li >
  498.          
  499.              
  500.                
  501.                  <li class="nav-item-v9">
  502.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  503.                  </li>
  504.                
  505.                  <li class="nav-item-v9">
  506.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  507.                  </li>
  508.                
  509.                  <li class="nav-item-v9">
  510.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  511.                  </li>
  512.                
  513.                  <li class="nav-item-v9">
  514.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  515.                  </li>
  516.                
  517.                  <li class="nav-item-v9">
  518.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  519.                  </li>
  520.                
  521.                  <li class="nav-item-v9">
  522.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  523.                  </li>
  524.                
  525.                  <li class="nav-item-v9">
  526.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  527.                  </li>
  528.                
  529.                  <li class="nav-item-v9">
  530.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  531.                  </li>
  532.                
  533.  
  534.                
  535.                  <li class="nav-item-v9 has-dropdown-v9">
  536.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  537.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  538.                        <polyline points="6,9 12,15 18,9"></polyline>
  539.                      </svg>
  540.                    </button>
  541.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  542.                      <div class="dropdown-grid-v9">
  543.                        <div class="dropdown-section-v9">
  544.                          
  545.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  546.                          
  547.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  548.                          
  549.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  550.                          
  551.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  552.                          
  553.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  554.                          
  555.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  556.                          
  557.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  558.                          
  559.                        </div>
  560.                      </div>
  561.                    </div>
  562.                  </li>
  563.                
  564.              
  565.                <li class="nav-item-v9">
  566.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  567.              </li >
  568.            </ul>
  569.          </nav>
  570.        </div>
  571.  
  572.        <!-- Actions -->
  573.        <div class="col-6 col-md-3 col-lg-2">
  574.          <div class="nav-actions-v9">
  575.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  576.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  577.                <circle cx="11" cy="11" r="8"></circle>
  578.                <path d="m21 21-4.35-4.35"></path>
  579.              </svg>
  580.            </button>
  581.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  582.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  583.                <line x1="3" y1="6" x2="21" y2="6" />
  584.                <line x1="3" y1="12" x2="21" y2="12" />
  585.                <line x1="3" y1="18" x2="21" y2="18" />
  586.              </svg>
  587.            </button>
  588.          </div>
  589.        </div>
  590.      </div>
  591.  
  592.      <!-- Active underline (animated) -->
  593.      <span class="active-rail-v9" aria-hidden="true"></span>
  594.    </div>
  595.  
  596.    <!-- Search Panel -->
  597.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  598.      <form class="search-form-v9" action="" method="get" role="search">
  599.        <label for="q-v9" class="visually-hidden">Search</label>
  600.        <div class="search-input-wrap-v9">
  601.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  602.            <circle cx="11" cy="11" r="8"></circle>
  603.            <path d="m21 21-4.35-4.35"></path>
  604.          </svg>
  605.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  606.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  607.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  608.              <line x1="18" y1="6" x2="6" y2="18" />
  609.              <line x1="6" y1="6" x2="18" y2="18" />
  610.            </svg>
  611.          </button>
  612.        </div>
  613.        <div class="search-suggest-v9 search-v1" id="search-results">
  614.          
  615.        </div>
  616.      </form>
  617.    </div>
  618.  
  619.    <!-- Mobile Offcanvas -->
  620.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  621.      <div class="mobile-wrap-v9">
  622.        <div class="mobile-head-v9">
  623.          <span class="mobile-title-v9">Menu</span>
  624.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  625.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  626.              <line x1="18" y1="6" x2="6" y2="18" />
  627.              <line x1="6" y1="6" x2="18" y2="18" />
  628.            </svg>
  629.          </button>
  630.        </div>
  631.  
  632.        <ul class="mobile-list-v9">
  633.          <li>
  634.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  635.          </li>
  636.          <li class="">
  637.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  638.          </li >
  639.          
  640.            
  641.              <li>
  642.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  643.              </li>
  644.            
  645.              <li>
  646.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  647.              </li>
  648.            
  649.              <li>
  650.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  651.              </li>
  652.            
  653.              <li>
  654.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  655.              </li>
  656.            
  657.              <li>
  658.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  659.              </li>
  660.            
  661.  
  662.            
  663.          
  664.        </ul>
  665.      </div>
  666.    </aside>
  667.  </div>
  668.  
  669.  <!-- Overlay -->
  670.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  671. </header>
  672.  
  673. <style>
  674.  
  675.  .header-v9 {
  676.    position: relative;
  677.    padding: 14px 0;
  678.    z-index: 50;
  679.  }
  680.  .header-v9.is-scrolled .nav-card-v9 {
  681.    padding: 10px 18px;
  682.    border-radius: 14px;
  683.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  684.  }
  685.  .header-v9.is-scrolled .logo-img-v9 {
  686.    transform: scale(0.92);
  687.  }
  688.  
  689.  /* Card */
  690.  .nav-card-v9 {
  691.    background: var(--navbar-bg);
  692.    backdrop-filter: blur(18px);
  693.    border: 1px solid var(--border-color);
  694.    border-radius: 18px;
  695.    padding: 14px 22px;
  696.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  697.    position: sticky;
  698.    top: 10px;
  699.  }
  700.  
  701.  /* Logo */
  702.  .logo-img-v9 {
  703.    max-height: 60px;
  704.    width: auto;
  705.    transition: transform 0.25s ease, opacity 0.25s ease;
  706.  }
  707.  .logo-link-v9:hover .logo-img-v9 {
  708.    transform: translateY(-1px) scale(1.03);
  709.  }
  710.  
  711.  /* Desktop nav */
  712.  .main-nav-v9 {
  713.    display: flex;
  714.    justify-content: center;
  715.  }
  716.  .nav-list-v9 {
  717.    display: flex;
  718.    gap: 6px;
  719.    list-style: none;
  720.    margin: 0;
  721.    padding: 0;
  722.  }
  723.  .nav-item-v9 {
  724.    position: relative;
  725.  }
  726.  .nav-link-v9 {
  727.    position: relative;
  728.    display: inline-flex;
  729.    align-items: center;
  730.    justify-content: center;
  731.    padding: 10px 10px;
  732.    border-radius: 12px;
  733.    color: var(--navbar-color);
  734.    text-decoration: none;
  735.    font-weight: 500;
  736.    font-size: 15px;
  737.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  738.  }
  739.  .nav-link-v9:hover {
  740.    background: rgba(102, 126, 234, 0.1);
  741.    color: var(--topbar-color);
  742.    transform: translateY(-1px);
  743.  }
  744.  .nav-link-v9.active-v9 {
  745.    color: transparent;
  746.  }
  747.  .nav-link-v9.active-v9::after {
  748.    content: '';
  749.    position: absolute;
  750.    left: 12px;
  751.    right: 12px;
  752.    bottom: 6px;
  753.    height: 3px;
  754.    border-radius: 3px;
  755.    background: var(--sub-nav);
  756.  }
  757.  
  758.  /* Dropdown */
  759.  .has-dropdown-v9 {
  760.    position: relative;
  761.  }
  762.  .nav-more-btn-v9 {
  763.    display: inline-flex;
  764.    gap: 6px;
  765.    align-items: center;
  766.  }
  767.  .chev-v9 {
  768.    transition: transform 0.2s ease;
  769.  }
  770.  .has-dropdown-v9:focus-within .chev-v9,
  771.  .has-dropdown-v9:hover .chev-v9 {
  772.    transform: rotate(180deg);
  773.  }
  774.  
  775.  .dropdown-card-v9 {
  776.    position: absolute;
  777.    top: calc(100% + 14px);
  778.    left: 50%;
  779.    transform: translateX(-50%) translateY(-6px);
  780.    background: var(--navbar-bg);
  781.    border: 1px solid var(--border-color);
  782.    border-radius: 14px;
  783.    padding: 18px;
  784.    min-width: 280px;
  785.    z-index: 200;
  786.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  787.    opacity: 0;
  788.    visibility: hidden;
  789.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  790.  }
  791.  .has-dropdown-v9:hover .dropdown-card-v9,
  792.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  793.    opacity: 1;
  794.    visibility: visible;
  795.    transform: translateX(-50%) translateY(0);
  796.  }
  797.  
  798.  .dropdown-grid-v9 {
  799.    display: grid;
  800.    grid-template-columns: 1fr;
  801.    gap: 10px;
  802.  }
  803.  .dropdown-section-v9 {
  804.    display: grid;
  805.    gap: 6px;
  806.  }
  807.  .dropdown-link-v9 {
  808.    display: flex;
  809.    align-items: center;
  810.    gap: 10px;
  811.    padding: 10px 12px;
  812.    border-radius: 10px;
  813.    text-decoration: none;
  814.    font-size: 14px;
  815.    color: var(--navbar-color);
  816.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  817.  }
  818.  .dropdown-link-v9:hover {
  819.    background: var(--bs-primary);
  820.    color: var(--bs-white);
  821.    transform: translateX(4px);
  822.  }
  823.  .link-dot-v9 {
  824.    width: 6px;
  825.    height: 6px;
  826.    border-radius: 50%;
  827.    border: 1px solid currentColor;
  828.  }
  829.  
  830.  /* Actions */
  831.  .nav-actions-v9 {
  832.    display: flex;
  833.    justify-content: flex-end;
  834.    align-items: center;
  835.    gap: 8px;
  836.  }
  837.  .icon-btn-v9 {
  838.    border: 1px solid var(--border-color);
  839.    background: rgba(102, 126, 234, 0.1);
  840.    color: var(--navbar-color);
  841.    padding: 8px;
  842.    border-radius: 12px;
  843.    cursor: pointer;
  844.    transition: transform 0.2s, background 0.2s, color 0.2s;
  845.  }
  846.  .icon-btn-v9:hover {
  847.    background: var(--sub-nav);
  848.    color: var(--topbar-color) !important;
  849.    transform: translateY(-1px);
  850.  }
  851.  .icon-btn-v9.ghost {
  852.    background: transparent;
  853.  }
  854.  
  855.  /* Search Panel */
  856.  .search-panel-v9 {
  857.    position: fixed;
  858.    top: 14px;
  859.    left: 50%;
  860.    transform: translateX(-50%) translateY(-16px);
  861.    width: min(720px, calc(100% - 40px));
  862.    background: var(--navbar-bg);
  863.    border: 1px solid var(--border-color);
  864.    border-radius: 16px;
  865.    padding: 16px;
  866.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  867.    opacity: 0;
  868.    visibility: hidden;
  869.    z-index: 300;
  870.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  871.  }
  872.  .search-panel-v9.show-v9 {
  873.    opacity: 1;
  874.    visibility: visible;
  875.    transform: translateX(-50%) translateY(0);
  876.  }
  877.  .search-input-wrap-v9 {
  878.    display: flex;
  879.    align-items: center;
  880.    gap: 10px;
  881.    background: rgba(248, 250, 252, 0.8);
  882.    border: 2px solid rgba(102, 126, 234, 0.2);
  883.    border-radius: 12px;
  884.    padding: 6px 8px;
  885.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  886.  }
  887.  .search-input-wrap-v9:focus-within {
  888.    border-color: #667eea;
  889.    background: rgba(255, 255, 255, 0.9);
  890.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  891.  }
  892.  .search-icn-v9 {
  893.    color: #a0aec0;
  894.    margin-left: 6px;
  895.  }
  896.  .search-input-v9 {
  897.    flex: 1;
  898.    border: 0;
  899.    background: transparent;
  900.    outline: none;
  901.    padding: 12px 4px;
  902.    font-size: 16px;
  903.    color: #2d3748;
  904.  }
  905.  .search-suggest-v9 {
  906.    display: grid;
  907.    grid-template-columns: repeat(3, minmax(0, 1fr));
  908.    gap: 8px;
  909.    margin-top: 10px;
  910.  }
  911.  .suggestion-v9 {
  912.    border: 1px solid var(--border-color);
  913.    background: rgba(248, 250, 252, 0.5);
  914.    color: var(--navbar-color);
  915.    padding: 10px 12px;
  916.    border-radius: 10px;
  917.    font-size: 14px;
  918.    text-align: left;
  919.    cursor: pointer;
  920.    transition: background 0.2s, color 0.2s, transform 0.2s;
  921.  }
  922.  .suggestion-v9:hover {
  923.    background: var(--bs-primary) !important ;
  924.    color: var(--bs-white)  !important;
  925.    transform: translateY(-1px);
  926.  }
  927.  
  928.  /* Mobile */
  929.  .mobile-nav-v9 {
  930.    position: fixed;
  931.    right: 0;
  932.    top: 0;
  933.    height: 100vh;
  934.    width: min(86vw, 420px);
  935.    background: var(--card-bg);
  936.    border-left: 1px solid var(--border-color);
  937.    transform: translateX(100%);
  938.    transition: transform 0.3s ease;
  939.    z-index: 350;
  940.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  941.  }
  942.  .mobile-nav-v9.show-v9 {
  943.    transform: translateX(0);
  944.  }
  945.  .mobile-wrap-v9 {
  946.    display: flex;
  947.    flex-direction: column;
  948.    height: 100%;
  949.  }
  950.  .mobile-head-v9 {
  951.    display: flex;
  952.    align-items: center;
  953.    justify-content: space-between;
  954.    padding: 16px;
  955.    background: var(--navbar-bg);
  956.  }
  957.  .mobile-title-v9 {
  958.    font-weight: 600;
  959.  }
  960.  .mobile-list-v9 {
  961.    list-style: none;
  962.    padding: 10px 12px 20px;
  963.    margin: 0;
  964.    overflow-y: auto;
  965.  }
  966.  .mobile-link-v9 {
  967.    display: flex;
  968.    align-items: center;
  969.    justify-content: space-between;
  970.    padding: 14px 12px;
  971.    border-radius: 12px;
  972.    text-decoration: none;
  973.    color: var(--navbar-color);
  974.    font-weight: 500;
  975.    transition: background 0.2s, color 0.2s;
  976.  }
  977.  .mobile-link-v9:hover,
  978.  .mobile-link-v9.active-v9 {
  979.    background: var(--sub-nav);
  980.    color: var(--topbar-color);
  981.  }
  982.  .mobile-group-v9 {
  983.    margin-top: 4px;
  984.  }
  985.  .mobile-sublist-v9 {
  986.    list-style: none;
  987.    margin: 0;
  988.    padding: 0;
  989.    max-height: 0;
  990.    overflow: auto;
  991.    transition: max-height 0.25s ease;
  992.    background:var(--navbar-bg);
  993.    border-radius: 12px;
  994.    margin-top: 6px;
  995.  }
  996.  .mobile-sublist-v9.show-v9 {
  997.    max-height: 360px;
  998.    background: var(--navbar-bg);
  999.    padding: 6px 0;
  1000.  }
  1001.  .mobile-sublink-v9 {
  1002.    display: block;
  1003.    padding: 10px 16px;
  1004.    text-decoration: none;
  1005.    color: var(--navbar-color);
  1006.    border-radius: 10px;
  1007.    font-size: 14px;
  1008.  }
  1009.  .mobile-sublink-v9:hover {
  1010.    background: var(--sub-nav);
  1011.    color: var(--topbar-color);
  1012.  }
  1013.  .mobile-arrow-v9 {
  1014.    transition: transform 0.2s ease;
  1015.  }
  1016.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1017.    transform: rotate(180deg);
  1018.  }
  1019.  
  1020.  /* Overlay */
  1021.  .nav-overlay-v9 {
  1022.    position: fixed;
  1023.    inset: 0;
  1024.    background: rgba(0, 0, 0, 0.35);
  1025.    backdrop-filter: blur(4px);
  1026.    opacity: 0;
  1027.    visibility: hidden;
  1028.    transition: opacity 0.25s, visibility 0.25s;
  1029.    z-index: 200;
  1030.  }
  1031.  .nav-overlay-v9.show-v9 {
  1032.    opacity: 1;
  1033.    visibility: visible;
  1034.  }
  1035.  
  1036.  
  1037.  /* Utils */
  1038.  .visually-hidden {
  1039.    position: absolute !important;
  1040.    height: 1px;
  1041.    width: 1px;
  1042.    overflow: hidden;
  1043.    clip: rect(1px, 1px, 1px, 1px);
  1044.    white-space: nowrap;
  1045.  }
  1046.  
  1047.  /* Responsive tweaks */
  1048.  @media (max-width: 1300px) {
  1049.    .nav-card-v9 {
  1050.      padding: 12px 18px;
  1051.      border-radius: 16px;
  1052.    }
  1053.    .search-panel-v9 {
  1054.      width: calc(100% - 32px);
  1055.    }
  1056.  }
  1057.  @media (max-width: 576px) {
  1058.    .logo-img-v9 {
  1059.      max-height: 38px;
  1060.    }
  1061.  }
  1062. </style>
  1063.  
  1064. <script>
  1065.  /* ============ V9 JS ============ */
  1066.  ;(function () {
  1067.    const overlay = document.getElementById('navOverlayV9')
  1068.    const searchPanel = document.getElementById('searchPanelV9')
  1069.    const mobileNav = document.getElementById('mobileNavV9')
  1070.    const header = document.querySelector('.header-v9')
  1071.  
  1072.    function lockScroll(lock) {
  1073.      document.body.style.overflow = lock ? 'hidden' : ''
  1074.    }
  1075.  
  1076.    window.toggleSearchV9 = function () {
  1077.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1078.      const willOpen = !searchPanel.classList.contains('show-v9')
  1079.  
  1080.      // close mobile if open
  1081.      mobileNav.classList.remove('show-v9')
  1082.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1083.  
  1084.      searchPanel.classList.toggle('show-v9', willOpen)
  1085.      overlay.classList.toggle('show-v9', willOpen)
  1086.      btn?.setAttribute('aria-expanded', String(willOpen))
  1087.      lockScroll(willOpen)
  1088.  
  1089.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1090.    }
  1091.  
  1092.    window.toggleMobileNavV9 = function () {
  1093.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1094.      const willOpen = !mobileNav.classList.contains('show-v9')
  1095.  
  1096.      // close search if open
  1097.      searchPanel.classList.remove('show-v9')
  1098.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1099.  
  1100.      mobileNav.classList.toggle('show-v9', willOpen)
  1101.      overlay.classList.toggle('show-v9', willOpen)
  1102.      btn?.setAttribute('aria-expanded', String(willOpen))
  1103.      lockScroll(willOpen)
  1104.    }
  1105.  
  1106.    window.toggleMobileDropdownV9 = function (id) {
  1107.      const list = document.getElementById(id)
  1108.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1109.      const willOpen = !list.classList.contains('show-v9')
  1110.      // close siblings
  1111.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1112.        if (el.id !== id) el.classList.remove('show-v9')
  1113.      })
  1114.      list.classList.toggle('show-v9', willOpen)
  1115.      btn?.setAttribute('aria-expanded', String(willOpen))
  1116.    }
  1117.  
  1118.    window.closeAllV9 = function () {
  1119.      searchPanel.classList.remove('show-v9')
  1120.      mobileNav.classList.remove('show-v9')
  1121.      overlay.classList.remove('show-v9')
  1122.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1123.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1124.      lockScroll(false)
  1125.    }
  1126.  
  1127.    // ESC to close
  1128.    document.addEventListener('keydown', (e) => {
  1129.      if (e.key === 'Escape') window.closeAllV9()
  1130.    })
  1131.  
  1132.    // Sticky shrink on scroll
  1133.    let lastY = window.scrollY
  1134.    const onScroll = () => {
  1135.      const y = window.scrollY
  1136.      header.classList.toggle('is-scrolled', y > 10)
  1137.      lastY = y
  1138.    }
  1139.    onScroll()
  1140.    window.addEventListener('scroll', onScroll, { passive: true })
  1141.  
  1142.    // Suggestions fill
  1143.    document.addEventListener('click', (e) => {
  1144.      const btn = e.target.closest('.suggestion-v9')
  1145.      if (!btn) return
  1146.      const val = btn.getAttribute('data-fill') || ''
  1147.      const input = document.getElementById('q-v9')
  1148.      if (input) input.value = val
  1149.    })
  1150.  
  1151.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1152.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1153.    const moreCard = document.getElementById('more-desktop-v9')
  1154.    if (moreBtn && moreCard) {
  1155.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1156.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1157.    }
  1158.  })()
  1159. </script>
  1160.  
  1161. <script>
  1162.  document.addEventListener("DOMContentLoaded", function () {
  1163.    console.log("loaded");
  1164.  
  1165.     const searchInput = document.getElementById("search-input")
  1166.    const searchResults = document.getElementById("search-results");
  1167.  
  1168.    if (!searchInput || !searchResults) {
  1169.      console.error("Search input/results not found");
  1170.      return;
  1171.    }
  1172.  
  1173.    // Prevent form submission
  1174.    if (searchInput.form) {
  1175.      searchInput.form.addEventListener("submit", function (e) {
  1176.        e.preventDefault();
  1177.      });
  1178.    }
  1179.  
  1180.    // Add event listener for keyup
  1181.    searchInput.addEventListener("keyup", function (e) {
  1182.      console.log("Key pressed:", e.key);
  1183.      e.preventDefault();
  1184.  
  1185.      const query = searchInput.value.trim();
  1186.      console.log("User is typing: " + query);
  1187.  
  1188.      // If empty → clear and hide
  1189.      if (query === "") {
  1190.        searchResults.innerHTML = "";
  1191.        searchResults.style.display = "none";
  1192.        return;
  1193.      }
  1194.  
  1195.      // Show results
  1196.      searchResults.style.display = "block";
  1197.  
  1198.      // Fetch search results
  1199.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1200.        method: "GET",
  1201.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1202.      })
  1203.        .then(response => {
  1204.          console.log("Response Status:", response.status);
  1205.          return response.json();
  1206.        })
  1207.        .then(data => {
  1208.          console.log("Data received:", data);
  1209.          if (data.html) {
  1210.            searchResults.innerHTML = data.html;
  1211.          } else {
  1212.            searchResults.innerHTML = "<p>No results found.</p>";
  1213.          }
  1214.        })
  1215.        .catch(error => {
  1216.          console.error("Error fetching search results:", error);
  1217.        });
  1218.    });
  1219.  
  1220.    // Close results when clicking outside
  1221.    document.addEventListener("click", function (e) {
  1222.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1223.        searchResults.style.display = "none";
  1224.      }
  1225.    });
  1226.  
  1227.    // Close results on ESC key
  1228.    document.addEventListener("keydown", function (e) {
  1229.      if (e.key === "Escape") {
  1230.        searchResults.style.display = "none";
  1231.      }
  1232.    });
  1233.  });
  1234. </script>
  1235.  
  1236.  
  1237.        </header>
  1238.        <!-- end of header -->
  1239.        <!-- start of wpo-blog-hero -->
  1240.        
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248. <div class="blog-hero-v6">
  1249.    <div class="container-fluid fluid-container">
  1250.        
  1251.        <!-- Top Section - Two Column Layout -->
  1252.        <div class="row g-4 mb-5">
  1253.            <!-- Main Featured Article - Left -->
  1254.            
  1255.  
  1256.            <div class="col-lg-6 col-md-12">
  1257.                <article class="main-featured">
  1258.                    <div class="featured-image-container">
  1259.                        
  1260.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1261.                                class="featured-image" style="object-fit: cover;" alt="">
  1262.                        
  1263.                        <div class="category-tag bg-primary-gradient">News</div>
  1264.                    </div>
  1265.                    <div class="featured-content">
  1266.                        <h1 class="featured-title"><a class="top-color" href="/we-require-a-helicopter-to-locate-them-13-year-olds-emergency-call-to-save-family-stranded-off-aussie-coast-revealed/" >
  1267.                                        We Require a Helicopter to Locate Them’: 13-Year-Old’s Emergency Call to Save Family Stranded Off Aussie Coast Revealed
  1268.                                    </a></h1>
  1269.                        <p class="featured-summary"></p>
  1270.                        <div class="article-meta">
  1271.                            <div class="author-info">
  1272.                                
  1273.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="author-pic">
  1274.                                
  1275.                                <div class="author-text">
  1276.                                    <span class="author-name">Cynthia Holland</span>
  1277.                                    <span class="post-time">19 May 2026</span>
  1278.                                    
  1279.                                </div>
  1280.                            </div>
  1281.                            <div class="reading-info">
  1282.                                <!-- <span class="read-time">4 min read</span> -->
  1283.                            </div>
  1284.                        </div>
  1285.                    </div>
  1286.                </article>
  1287.            </div>
  1288.            
  1289.  
  1290.            <div class="col-lg-6 col-md-12">
  1291.                <article class="main-featured">
  1292.                    <div class="featured-image-container">
  1293.                        
  1294.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1295.                                class="featured-image" style="object-fit: cover;" alt="">
  1296.                        
  1297.                        <div class="category-tag bg-primary-gradient">News</div>
  1298.                    </div>
  1299.                    <div class="featured-content">
  1300.                        <h1 class="featured-title"><a class="top-color" href="/tropical-storm-disaster-in-sri-lanka-ignites-a-wave-of-volunteerism/" >
  1301.                                        Tropical Storm Disaster in Sri Lanka Ignites a Wave of Volunteerism
  1302.                                    </a></h1>
  1303.                        <p class="featured-summary"></p>
  1304.                        <div class="article-meta">
  1305.                            <div class="author-info">
  1306.                                
  1307.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="author-pic">
  1308.                                
  1309.                                <div class="author-text">
  1310.                                    <span class="author-name">Cynthia Holland</span>
  1311.                                    <span class="post-time">18 May 2026</span>
  1312.                                    
  1313.                                </div>
  1314.                            </div>
  1315.                            <div class="reading-info">
  1316.                                <!-- <span class="read-time">4 min read</span> -->
  1317.                            </div>
  1318.                        </div>
  1319.                    </div>
  1320.                </article>
  1321.            </div>
  1322.            
  1323.  
  1324.        </div>
  1325.  
  1326.        <!-- Bottom Section - Three Column Grid -->
  1327.        <div class="row g-4">
  1328.            
  1329.                <div class="col-lg-4 col-md-6 col-12">
  1330.                    <article class="compact-card">
  1331.                        <div class="compact-image">
  1332.                            
  1333.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1334.                                   style="object-fit: cover;" alt="">
  1335.                            
  1336.                            <div class="compact-category bg-primary-gradient">News</div>
  1337.                        </div>
  1338.                        <div class="compact-body">
  1339.                            <h3 class="compact-title"> <a class="top-color" href="/real-madrids-alexander-arnold-may-face-liverpool-in-forthcoming-champions-league-match/" >
  1340.                                        Real Madrid&#x27;s Alexander-Arnold May Face Liverpool in Forthcoming Champions League Match
  1341.                                    </a></h3>
  1342.                            <p class="compact-text"></p>
  1343.                            <div class="compact-footer">
  1344.                                <div class="compact-author">
  1345.                                    
  1346.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1347.                                    
  1348.                                    <span class="compact-name">Cynthia Holland</span>
  1349.                                </div>
  1350.                                <span class="compact-date">18 May 2026</span>
  1351.                            </div>
  1352.                        </div>
  1353.                    </article>
  1354.                </div>
  1355.            
  1356.                <div class="col-lg-4 col-md-6 col-12">
  1357.                    <article class="compact-card">
  1358.                        <div class="compact-image">
  1359.                            
  1360.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1361.                                   style="object-fit: cover;" alt="">
  1362.                            
  1363.                            <div class="compact-category bg-primary-gradient">News</div>
  1364.                        </div>
  1365.                        <div class="compact-body">
  1366.                            <h3 class="compact-title"> <a class="top-color" href="/disturbing-remembrances-return-in-davao-as-authorities-trace-bondi-shooting-suspects-activities/" >
  1367.                                        Disturbing Remembrances Return in Davao as Authorities Trace Bondi Shooting Suspects’ Activities
  1368.                                    </a></h3>
  1369.                            <p class="compact-text"></p>
  1370.                            <div class="compact-footer">
  1371.                                <div class="compact-author">
  1372.                                    
  1373.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1374.                                    
  1375.                                    <span class="compact-name">Cynthia Holland</span>
  1376.                                </div>
  1377.                                <span class="compact-date">18 May 2026</span>
  1378.                            </div>
  1379.                        </div>
  1380.                    </article>
  1381.                </div>
  1382.            
  1383.  
  1384.            <div class="col-lg-4 col-md-12 col-12">
  1385.                <!-- Recent Articles Sidebar -->
  1386.                <div class="recent-section">
  1387.                    <h3 class="recent-title">Recent Articles</h3>
  1388.                    <div class="recent-list">
  1389.                        
  1390.                        <div class="recent-item">
  1391.                            <div class="recent-content">
  1392.                                <h4 class="recent-article-title"><a class="top-color" href="/authentic-algarve-uncovering-portugal-past-the-beach/" >
  1393.                                        Authentic Algarve: Uncovering Portugal Past the Beach
  1394.                                    </a></h4>
  1395.                                <span class="recent-date">18 May 2026</span>
  1396.                            </div>
  1397.                        </div>
  1398.                        
  1399.                    </div>
  1400.                </div>
  1401.            </div>
  1402.        </div>
  1403.    </div>
  1404. </div>
  1405.  
  1406. <style>
  1407. /* Blog Hero V6 - Magazine Style with White Background */
  1408. .blog-hero-v6 {
  1409.    padding: 3rem 0;
  1410.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1411. }
  1412.  
  1413. /* Main Featured Article */
  1414. .main-featured {
  1415.    background: var(--card-bg);
  1416.    border-radius: 16px;
  1417.    overflow: hidden;
  1418.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1419.    border: 1px solid var(--border-color);
  1420.    transition: all 0.3s ease;
  1421. }
  1422.  
  1423. .main-featured:hover {
  1424.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1425.    transform: translateY(-2px);
  1426. }
  1427.  
  1428. .featured-image-container {
  1429.    position: relative;
  1430.    height: 300px;
  1431.    overflow: hidden;
  1432. }
  1433.  
  1434. .featured-image {
  1435.    width: 100%;
  1436.    height: 100%;
  1437.    object-fit: cover;
  1438.    transition: transform 0.4s ease;
  1439. }
  1440.  
  1441. .main-featured:hover .featured-image {
  1442.    transform: scale(1.03);
  1443. }
  1444.  
  1445. .featured-content {
  1446.    padding: 2.5rem;
  1447. }
  1448.  
  1449. .featured-title {
  1450.    font-size: 2rem;
  1451.    font-weight: 700;
  1452.    color: #1a202c;
  1453.    margin-bottom: 1rem;
  1454.    line-height: 1.25;
  1455.    letter-spacing: -0.025em;
  1456. }
  1457.  
  1458. .featured-summary {
  1459.    font-size: 1.1rem;
  1460.    color: #4a5568;
  1461.    line-height: 1.6;
  1462.    margin-bottom: 2rem;
  1463. }
  1464.  
  1465. /* Category Tags */
  1466. .category-tag {
  1467.    position: absolute;
  1468.    top: 1.5rem;
  1469.    left: 1.5rem;
  1470.    padding: 0.5rem 1rem;
  1471.    font-size: 0.75rem;
  1472.    font-weight: 600;
  1473.    text-transform: uppercase;
  1474.    letter-spacing: 0.1em;
  1475.    color: white;
  1476.    border-radius: 6px;
  1477.    z-index: 2;
  1478. }
  1479.  
  1480.  
  1481. /* Article Meta */
  1482. .article-meta {
  1483.    display: flex;
  1484.    align-items: center;
  1485.    justify-content: space-between;
  1486. }
  1487.  
  1488. .author-info {
  1489.    display: flex;
  1490.    align-items: center;
  1491.    gap: 1rem;
  1492. }
  1493.  
  1494. .author-pic {
  1495.    width: 48px;
  1496.    height: 48px;
  1497.    border-radius: 50%;
  1498.    object-fit: cover;
  1499.    border: 2px solid #e2e8f0;
  1500. }
  1501.  
  1502. .author-text {
  1503.    display: flex;
  1504.    flex-direction: column;
  1505. }
  1506.  
  1507. .author-name {
  1508.    font-weight: 600;
  1509.    color: #2d3748;
  1510.    font-size: 0.95rem;
  1511. }
  1512.  
  1513. .post-time {
  1514.    font-size: 0.85rem;
  1515.    color: #718096;
  1516. }
  1517.  
  1518. .reading-info {
  1519.    display: flex;
  1520.    align-items: center;
  1521. }
  1522.  
  1523. .read-time {
  1524.    font-size: 0.9rem;
  1525.    color: #718096;
  1526.    padding: 0.25rem 0.75rem;
  1527.    background: #f7fafc;
  1528.    border-radius: 15px;
  1529.    font-weight: 500;
  1530. }
  1531.  
  1532. /* Secondary Featured */
  1533. .secondary-featured {
  1534.    background: var(--card-bg);
  1535.    border-radius: 16px;
  1536.    overflow: hidden;
  1537.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1538.    border: 1px solid var(--border-color);
  1539.    height: 100%;
  1540.    transition: all 0.3s ease;
  1541. }
  1542.  
  1543. .secondary-featured:hover {
  1544.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1545.    transform: translateY(-2px);
  1546. }
  1547.  
  1548. .secondary-image-wrapper {
  1549.    position: relative;
  1550.    height: 200px;
  1551.    overflow: hidden;
  1552. }
  1553.  
  1554. .secondary-image-wrapper img {
  1555.    width: 100%;
  1556.    height: 100%;
  1557.    object-fit: cover;
  1558.    transition: transform 0.4s ease;
  1559. }
  1560.  
  1561. .secondary-featured:hover .secondary-image-wrapper img {
  1562.    transform: scale(1.03);
  1563. }
  1564.  
  1565. .secondary-content {
  1566.    padding: 2rem;
  1567. }
  1568.  
  1569. .secondary-title {
  1570.    font-size: 1.5rem;
  1571.    font-weight: 600;
  1572.    color: #1a202c;
  1573.    margin-bottom: 1rem;
  1574.    line-height: 1.3;
  1575. }
  1576.  
  1577. .secondary-excerpt {
  1578.    font-size: 0.95rem;
  1579.    color: #4a5568;
  1580.    line-height: 1.6;
  1581.    margin-bottom: 1.5rem;
  1582. }
  1583.  
  1584. .secondary-meta {
  1585.    display: flex;
  1586.    align-items: center;
  1587.    gap: 0.5rem;
  1588.    font-size: 0.85rem;
  1589.    color: #718096;
  1590. }
  1591.  
  1592. .meta-divider {
  1593.    color: #cbd5e0;
  1594. }
  1595.  
  1596. /* Compact Cards */
  1597. .compact-card {
  1598.    background: var(--card-bg);
  1599.    border-radius: 12px;
  1600.    overflow: hidden;
  1601.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1602.    border: 1px solid var(--border-color);
  1603.    transition: all 0.3s ease;
  1604.    height: 100%;
  1605.    display: flex;
  1606.    flex-direction: column;
  1607. }
  1608.  
  1609. .compact-card:hover {
  1610.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1611.    transform: translateY(-3px);
  1612. }
  1613.  
  1614. .compact-image {
  1615.    position: relative;
  1616.    height: 180px;
  1617.    overflow: hidden;
  1618. }
  1619.  
  1620. .compact-image img {
  1621.    width: 100%;
  1622.    height: 100%;
  1623.    object-fit: cover;
  1624.    transition: transform 0.4s ease;
  1625. }
  1626.  
  1627. .compact-card:hover .compact-image img {
  1628.    transform: scale(1.05);
  1629. }
  1630.  
  1631. .compact-category {
  1632.    position: absolute;
  1633.    top: 1rem;
  1634.    left: 1rem;
  1635.    padding: 0.25rem 0.75rem;
  1636.    font-size: 0.7rem;
  1637.    font-weight: 600;
  1638.    text-transform: uppercase;
  1639.    color: white;
  1640.    border-radius: 4px;
  1641. }
  1642.  
  1643. .compact-body {
  1644.    padding: 1.5rem;
  1645.    flex-grow: 1;
  1646.    display: flex;
  1647.    flex-direction: column;
  1648. }
  1649.  
  1650. .compact-title {
  1651.    font-size: 1.1rem;
  1652.    font-weight: 600;
  1653.    color: #1a202c;
  1654.    margin-bottom: 0.75rem;
  1655.    line-height: 1.4;
  1656. }
  1657.  
  1658. .compact-text {
  1659.    font-size: 0.9rem;
  1660.    color: #4a5568;
  1661.    line-height: 1.5;
  1662.    margin-bottom: 1.5rem;
  1663.    flex-grow: 1;
  1664. }
  1665.  
  1666. .compact-footer {
  1667.    display: flex;
  1668.    align-items: center;
  1669.    justify-content: space-between;
  1670.    margin-top: auto;
  1671. }
  1672.  
  1673. .compact-author {
  1674.    display: flex;
  1675.    align-items: center;
  1676.    gap: 0.5rem;
  1677. }
  1678.  
  1679. .compact-avatar {
  1680.    width: 32px;
  1681.    height: 32px;
  1682.    border-radius: 50%;
  1683.    object-fit: cover;
  1684. }
  1685.  
  1686. .compact-name {
  1687.    font-size: 0.85rem;
  1688.    font-weight: 500;
  1689.    color: #2d3748;
  1690. }
  1691.  
  1692. .compact-date {
  1693.    font-size: 0.8rem;
  1694.    color: #718096;
  1695. }
  1696.  
  1697. /* Recent Articles Section */
  1698. .recent-section {
  1699.    background: var(--card-bg);
  1700.    border-radius: 12px;
  1701.    padding: 2rem;
  1702.    border: 1px solid var(--border-color);
  1703.    height: 100%;
  1704. }
  1705.  
  1706. .recent-title {
  1707.    font-size: 1.25rem;
  1708.    font-weight: 700;
  1709.    color: #1a202c;
  1710.    margin-bottom: 1.5rem;
  1711.    padding-bottom: 0.75rem;
  1712.    border-bottom: 2px solid var(--border-color);
  1713. }
  1714.  
  1715. .recent-list {
  1716.    display: flex;
  1717.    flex-direction: column;
  1718.    gap: 1.25rem;
  1719. }
  1720.  
  1721. .recent-item {
  1722.    display: flex;
  1723.    align-items: center;
  1724.    gap: 1rem;
  1725.    padding: 0.8rem;
  1726.    background: var(--card-bg);
  1727.    border-radius: 8px;
  1728.    transition: all 0.2s ease;
  1729.    border: 1px solid var(--border-color);
  1730. }
  1731.  
  1732. .recent-item:hover {
  1733.    transform: translateX(4px);
  1734.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1735. }
  1736.  
  1737. .recent-content {
  1738.    flex-grow: 1;
  1739. }
  1740.  
  1741. .recent-article-title {
  1742.    font-size: 0.95rem;
  1743.    font-weight: 600;
  1744.    color: #1a202c;
  1745.    margin-bottom: 0rem;
  1746.    line-height: 1.3;
  1747. }
  1748.  
  1749. .recent-date {
  1750.    font-size: 0.8rem;
  1751.    color: #718096;
  1752. }
  1753.  
  1754. /* Responsive Design */
  1755. @media (max-width: 992px) {
  1756.    .blog-hero-v6 {
  1757.        padding: 2rem 0;
  1758.    }
  1759.    
  1760.    .featured-title {
  1761.        font-size: 1.75rem;
  1762.    }
  1763.    
  1764.    .secondary-title {
  1765.        font-size: 1.3rem;
  1766.    }
  1767.    
  1768.    .article-meta {
  1769.        flex-direction: column;
  1770.        align-items: flex-start;
  1771.        gap: 1rem;
  1772.    }
  1773. }
  1774.  
  1775. @media (max-width: 768px) {
  1776.    .featured-content,
  1777.    .secondary-content {
  1778.        padding: 1.5rem;
  1779.    }
  1780.    
  1781.    .featured-title {
  1782.        font-size: 1.5rem;
  1783.    }
  1784.    
  1785.    .featured-image-container,
  1786.    .secondary-image-wrapper {
  1787.        height: 200px;
  1788.    }
  1789.    
  1790.    .compact-image {
  1791.        height: 150px;
  1792.    }
  1793.    
  1794.    .recent-section {
  1795.        margin-top: 2rem;
  1796.    }
  1797. }
  1798.  
  1799. @media (max-width: 576px) {
  1800.    .reading-info {
  1801.        margin-top: 1rem;
  1802.    }
  1803.    
  1804.    .secondary-meta {
  1805.        flex-wrap: wrap;
  1806.    }
  1807.    
  1808.    .recent-item {
  1809.        padding: 0.75rem;
  1810.    }
  1811. }
  1812. </style>
  1813.  
  1814.  
  1815.  
  1816.  
  1817.        <!-- end of wpo-blog-hero -->
  1818.  
  1819.        <!-- start of wpo-breacking-news -->
  1820.        
  1821.        <!-- end of wpo-breacking-news -->
  1822.        
  1823.        <!-- start wpo-blog-highlights-section -->
  1824.        
  1825.  
  1826.  
  1827.  
  1828.    
  1829.  
  1830.  
  1831.  
  1832. <style>
  1833.    .blog-highlights-v3 {
  1834.        padding: 0px 0;
  1835.    }
  1836.    
  1837.    .blog-card-v3 {
  1838.        border: 1px solid #e9ecef;
  1839.        border-radius: 8px;
  1840.        overflow: hidden;
  1841.        transition: all 0.3s ease;
  1842.        background: white;
  1843.        height: 100%;
  1844.    }
  1845.    
  1846.    .blog-card-v3:hover {
  1847.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1848.    }
  1849.    
  1850.    .blog-image-v3 {
  1851.        position: relative;
  1852.        overflow: hidden;
  1853.        height: 200px;
  1854.    }
  1855.    
  1856.    .blog-image-v3 img {
  1857.        width: 100%;
  1858.        height: 100%;
  1859.        object-fit: cover;
  1860.        transition: opacity 0.3s ease;
  1861.    }
  1862.    
  1863.    .blog-card-v3:hover .blog-image-v3 img {
  1864.        opacity: 0.9;
  1865.    }
  1866.    
  1867.    .blog-category-v3 {
  1868.        position: absolute;
  1869.        top: 12px;
  1870.        right: 12px;
  1871.        padding: 4px 12px;
  1872.        border-radius: 4px;
  1873.        font-size: 11px;
  1874.        font-weight: 600;
  1875.        text-transform: uppercase;
  1876.        letter-spacing: 0.8px;
  1877.    }
  1878.    
  1879.    .blog-content-v3 {
  1880.        padding: 20px;
  1881.    }
  1882.    
  1883.    .blog-title-v3 {
  1884.        font-size: 16px;
  1885.        font-weight: 600;
  1886.        line-height: 1.5;
  1887.        margin-bottom: 12px;
  1888.        min-height: 48px;
  1889.    }
  1890.    
  1891.    .blog-title-v3 a {
  1892.        text-decoration: none;
  1893.        transition: color 0.2s ease;
  1894.    }
  1895.    
  1896.    .blog-meta-v3 {
  1897.        display: flex;
  1898.        align-items: center;
  1899.        gap: 8px;
  1900.        margin-bottom: 10px;
  1901.        font-size: 12px;
  1902.        border-bottom: 1px solid #f1f3f4;
  1903.        padding-bottom: 10px;
  1904.    }
  1905.    
  1906.    .blog-author-img-v3 {
  1907.        width: 24px;
  1908.        height: 24px;
  1909.        border-radius: 50%;
  1910.        object-fit: cover;
  1911.    }
  1912.    
  1913.    .blog-excerpt-v3 {
  1914.        font-size: 13px;
  1915.        line-height: 1.5;
  1916.        opacity: 0.7;
  1917.        display: -webkit-box;
  1918.        -webkit-line-clamp: 2;
  1919.        -webkit-box-orient: vertical;
  1920.        overflow: hidden;
  1921.    }
  1922.    
  1923.    .section-title-v3 {
  1924.        font-size: 2.8rem;
  1925.        font-weight: 700;
  1926.        text-align: center;
  1927.        margin-bottom: 20px;
  1928.    }
  1929.    
  1930.    .section-subtitle-v3 {
  1931.        text-align: center;
  1932.        font-size: 1rem;
  1933.        opacity: 0.7;
  1934.        margin-bottom: 60px;
  1935.    }
  1936.  
  1937.    @media (max-width: 768px) {
  1938.        .section-title-v3 {
  1939.            font-size: 2.2rem;
  1940.        }
  1941.        .blog-highlights-v3 {
  1942.            padding: 0px 0;
  1943.        }
  1944.        .blog-content-v3 {
  1945.            padding: 16px;
  1946.        }
  1947.    }
  1948. </style>
  1949.  
  1950. <section class="blog-highlights-v3">
  1951.    <div class="container-fluid fluid-container">
  1952.        <div class="row">
  1953.            <div class="col-12">
  1954.                <h2 class="section-title-v3 top-color">
  1955.                Today's Top Highlights
  1956.                   </h2>
  1957.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1958.            </div>
  1959.        </div>
  1960.        
  1961.        <div class="row">
  1962.            <div class="col-lg-8 col-12">
  1963.                <div class="row g-3">
  1964.                    
  1965.                    <div class="col-lg-6 col-md-6 col-12">
  1966.                        <div class="card blog-card-v3">
  1967.                            <div class="blog-image-v3">
  1968.                                
  1969.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1970.                                
  1971.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1972.                            </div>
  1973.                            <div class="blog-content-v3">
  1974.                                <h3 class="blog-title-v3">
  1975.                                    <a href="/arsenals-goalkeeper-backs-teams-strength-as-essential-to-multiple-trophy-ambitions/" class="top-color">
  1976.                                    Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Essential to Multiple Trophy Ambitions
  1977.                                    </a>
  1978.                                </h3>
  1979.                                <div class="blog-meta-v3">
  1980.                                    
  1981.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  1982.                                    
  1983.                                    
  1984.                                    <span class="top-color">By Cynthia Holland</span>
  1985.                                    <span class="top-color">•</span>
  1986.                                    <span class="top-color">18 May 2026</span>
  1987.                                </div>
  1988.                                <p class="blog-excerpt-v3 top-color"></p>
  1989.                            </div>
  1990.                        </div>
  1991.                    </div>
  1992.                    
  1993.                    <div class="col-lg-6 col-md-6 col-12">
  1994.                        <div class="card blog-card-v3">
  1995.                            <div class="blog-image-v3">
  1996.                                
  1997.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1998.                                
  1999.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2000.                            </div>
  2001.                            <div class="blog-content-v3">
  2002.                                <h3 class="blog-title-v3">
  2003.                                    <a href="/can-the-all-blacks-regain-their-magic-during-the-fall-tour/" class="top-color">
  2004.                                    Can the All Blacks regain their magic during the fall tour?
  2005.                                    </a>
  2006.                                </h3>
  2007.                                <div class="blog-meta-v3">
  2008.                                    
  2009.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2010.                                    
  2011.                                    
  2012.                                    <span class="top-color">By Cynthia Holland</span>
  2013.                                    <span class="top-color">•</span>
  2014.                                    <span class="top-color">18 May 2026</span>
  2015.                                </div>
  2016.                                <p class="blog-excerpt-v3 top-color"></p>
  2017.                            </div>
  2018.                        </div>
  2019.                    </div>
  2020.                    
  2021.                    <div class="col-lg-6 col-md-6 col-12">
  2022.                        <div class="card blog-card-v3">
  2023.                            <div class="blog-image-v3">
  2024.                                
  2025.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2026.                                
  2027.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2028.                            </div>
  2029.                            <div class="blog-content-v3">
  2030.                                <h3 class="blog-title-v3">
  2031.                                    <a href="/his-unprecedented-shadow-in-the-sporting-world-achieved-an-apex-in-2025-the-coming-year-threatens-to-be-even-bigger/" class="top-color">
  2032.                                    His Unprecedented Shadow in The Sporting World Achieved An Apex in 2025. The Coming Year Threatens to Be Even Bigger.
  2033.                                    </a>
  2034.                                </h3>
  2035.                                <div class="blog-meta-v3">
  2036.                                    
  2037.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2038.                                    
  2039.                                    
  2040.                                    <span class="top-color">By Cynthia Holland</span>
  2041.                                    <span class="top-color">•</span>
  2042.                                    <span class="top-color">18 May 2026</span>
  2043.                                </div>
  2044.                                <p class="blog-excerpt-v3 top-color"></p>
  2045.                            </div>
  2046.                        </div>
  2047.                    </div>
  2048.                    
  2049.                    <div class="col-lg-6 col-md-6 col-12">
  2050.                        <div class="card blog-card-v3">
  2051.                            <div class="blog-image-v3">
  2052.                                
  2053.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2054.                                
  2055.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2056.                            </div>
  2057.                            <div class="blog-content-v3">
  2058.                                <h3 class="blog-title-v3">
  2059.                                    <a href="/work-out-while-you-work-a-dozen-strength-building-workplace-movements-you-can-do-in-everyday-clothes/" class="top-color">
  2060.                                    Work out while you work? A dozen strength-building workplace movements you can do in everyday clothes
  2061.                                    </a>
  2062.                                </h3>
  2063.                                <div class="blog-meta-v3">
  2064.                                    
  2065.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2066.                                    
  2067.                                    
  2068.                                    <span class="top-color">By Cynthia Holland</span>
  2069.                                    <span class="top-color">•</span>
  2070.                                    <span class="top-color">17 May 2026</span>
  2071.                                </div>
  2072.                                <p class="blog-excerpt-v3 top-color"></p>
  2073.                            </div>
  2074.                        </div>
  2075.                    </div>
  2076.                    
  2077.                    <div class="col-lg-6 col-md-6 col-12">
  2078.                        <div class="card blog-card-v3">
  2079.                            <div class="blog-image-v3">
  2080.                                
  2081.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2082.                                
  2083.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2084.                            </div>
  2085.                            <div class="blog-content-v3">
  2086.                                <h3 class="blog-title-v3">
  2087.                                    <a href="/anno-117-pax-romanas-hidden-gem-is-a-breathtaking-first-person-view/" class="top-color">
  2088.                                    Anno 117: Pax Romana&#x27;s Hidden Gem Is a Breathtaking First-Person View.
  2089.                                    </a>
  2090.                                </h3>
  2091.                                <div class="blog-meta-v3">
  2092.                                    
  2093.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2094.                                    
  2095.                                    
  2096.                                    <span class="top-color">By Cynthia Holland</span>
  2097.                                    <span class="top-color">•</span>
  2098.                                    <span class="top-color">17 May 2026</span>
  2099.                                </div>
  2100.                                <p class="blog-excerpt-v3 top-color"></p>
  2101.                            </div>
  2102.                        </div>
  2103.                    </div>
  2104.                    
  2105.                    <div class="col-lg-6 col-md-6 col-12">
  2106.                        <div class="card blog-card-v3">
  2107.                            <div class="blog-image-v3">
  2108.                                
  2109.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2110.                                
  2111.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2112.                            </div>
  2113.                            <div class="blog-content-v3">
  2114.                                <h3 class="blog-title-v3">
  2115.                                    <a href="/unraveling-the-secrets-of-progressive-jackpot-slot-games/" class="top-color">
  2116.                                    Unraveling the Secrets of Progressive Jackpot Slot Games
  2117.                                    </a>
  2118.                                </h3>
  2119.                                <div class="blog-meta-v3">
  2120.                                    
  2121.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2122.                                    
  2123.                                    
  2124.                                    <span class="top-color">By Cynthia Holland</span>
  2125.                                    <span class="top-color">•</span>
  2126.                                    <span class="top-color">17 May 2026</span>
  2127.                                </div>
  2128.                                <p class="blog-excerpt-v3 top-color"></p>
  2129.                            </div>
  2130.                        </div>
  2131.                    </div>
  2132.                    
  2133.                    <div class="col-lg-6 col-md-6 col-12">
  2134.                        <div class="card blog-card-v3">
  2135.                            <div class="blog-image-v3">
  2136.                                
  2137.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2138.                                
  2139.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2140.                            </div>
  2141.                            <div class="blog-content-v3">
  2142.                                <h3 class="blog-title-v3">
  2143.                                    <a href="/revealing-the-untold-gems-of-internet-slot-game-bonuses/" class="top-color">
  2144.                                    Revealing the Untold Gems of Internet Slot Game Bonuses
  2145.                                    </a>
  2146.                                </h3>
  2147.                                <div class="blog-meta-v3">
  2148.                                    
  2149.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2150.                                    
  2151.                                    
  2152.                                    <span class="top-color">By Cynthia Holland</span>
  2153.                                    <span class="top-color">•</span>
  2154.                                    <span class="top-color">17 May 2026</span>
  2155.                                </div>
  2156.                                <p class="blog-excerpt-v3 top-color"></p>
  2157.                            </div>
  2158.                        </div>
  2159.                    </div>
  2160.                    
  2161.                    <div class="col-lg-6 col-md-6 col-12">
  2162.                        <div class="card blog-card-v3">
  2163.                            <div class="blog-image-v3">
  2164.                                
  2165.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2166.                                
  2167.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2168.                            </div>
  2169.                            <div class="blog-content-v3">
  2170.                                <h3 class="blog-title-v3">
  2171.                                    <a href="/us-president-donald-trump-says-for-the-most-part-parties-are-aligned-on-subsequent-phases-of-peace-deal-in-gaza/" class="top-color">
  2172.                                    US President Donald Trump Says &#x27;For the Most Part, Parties Are Aligned&#x27; on Subsequent Phases of Peace Deal in Gaza
  2173.                                    </a>
  2174.                                </h3>
  2175.                                <div class="blog-meta-v3">
  2176.                                    
  2177.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2178.                                    
  2179.                                    
  2180.                                    <span class="top-color">By Cynthia Holland</span>
  2181.                                    <span class="top-color">•</span>
  2182.                                    <span class="top-color">17 May 2026</span>
  2183.                                </div>
  2184.                                <p class="blog-excerpt-v3 top-color"></p>
  2185.                            </div>
  2186.                        </div>
  2187.                    </div>
  2188.                    
  2189.                    <div class="col-lg-6 col-md-6 col-12">
  2190.                        <div class="card blog-card-v3">
  2191.                            <div class="blog-image-v3">
  2192.                                
  2193.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2194.                                
  2195.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2196.                            </div>
  2197.                            <div class="blog-content-v3">
  2198.                                <h3 class="blog-title-v3">
  2199.                                    <a href="/crans-montana-fire-victims-receive-care-in-burns-units-across-europe/" class="top-color">
  2200.                                    Crans-Montana Fire Victims Receive Care in Burns Units Across Europe
  2201.                                    </a>
  2202.                                </h3>
  2203.                                <div class="blog-meta-v3">
  2204.                                    
  2205.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2206.                                    
  2207.                                    
  2208.                                    <span class="top-color">By Cynthia Holland</span>
  2209.                                    <span class="top-color">•</span>
  2210.                                    <span class="top-color">17 May 2026</span>
  2211.                                </div>
  2212.                                <p class="blog-excerpt-v3 top-color"></p>
  2213.                            </div>
  2214.                        </div>
  2215.                    </div>
  2216.                    
  2217.                    <div class="col-lg-6 col-md-6 col-12">
  2218.                        <div class="card blog-card-v3">
  2219.                            <div class="blog-image-v3">
  2220.                                
  2221.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2222.                                
  2223.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  2224.                            </div>
  2225.                            <div class="blog-content-v3">
  2226.                                <h3 class="blog-title-v3">
  2227.                                    <a href="/mastering-online-slot-games-top-10-huge-wins/" class="top-color">
  2228.                                    Mastering Online Slot Games: Top 10 Huge Wins
  2229.                                    </a>
  2230.                                </h3>
  2231.                                <div class="blog-meta-v3">
  2232.                                    
  2233.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2234.                                    
  2235.                                    
  2236.                                    <span class="top-color">By Cynthia Holland</span>
  2237.                                    <span class="top-color">•</span>
  2238.                                    <span class="top-color">17 May 2026</span>
  2239.                                </div>
  2240.                                <p class="blog-excerpt-v3 top-color"></p>
  2241.                            </div>
  2242.                        </div>
  2243.                    </div>
  2244.                    
  2245.                    <div class="col-lg-6 col-md-6 col-12">
  2246.                        <div class="card blog-card-v3">
  2247.                            <div class="blog-image-v3">
  2248.                                
  2249.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2250.                                
  2251.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2252.                            </div>
  2253.                            <div class="blog-content-v3">
  2254.                                <h3 class="blog-title-v3">
  2255.                                    <a href="/leaders-acknowledge-queens-as-trump-offers-the-mayor-elect-a-friendly-welcome/" class="top-color">
  2256.                                    Leaders Acknowledge Queens as Trump Offers The Mayor-Elect a Friendly Welcome
  2257.                                    </a>
  2258.                                </h3>
  2259.                                <div class="blog-meta-v3">
  2260.                                    
  2261.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2262.                                    
  2263.                                    
  2264.                                    <span class="top-color">By Cynthia Holland</span>
  2265.                                    <span class="top-color">•</span>
  2266.                                    <span class="top-color">17 May 2026</span>
  2267.                                </div>
  2268.                                <p class="blog-excerpt-v3 top-color"></p>
  2269.                            </div>
  2270.                        </div>
  2271.                    </div>
  2272.                    
  2273.                    <div class="col-lg-6 col-md-6 col-12">
  2274.                        <div class="card blog-card-v3">
  2275.                            <div class="blog-image-v3">
  2276.                                
  2277.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2278.                                
  2279.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2280.                            </div>
  2281.                            <div class="blog-content-v3">
  2282.                                <h3 class="blog-title-v3">
  2283.                                    <a href="/the-ten-year-affair-by-erin-somers-the-middle-aged-infidelity-tale-this-generation-needs/" class="top-color">
  2284.                                    The Ten Year Affair by Erin Somers: The Middle-Aged Infidelity Tale This Generation Needs.
  2285.                                    </a>
  2286.                                </h3>
  2287.                                <div class="blog-meta-v3">
  2288.                                    
  2289.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="blog-author-img-v3">
  2290.                                    
  2291.                                    
  2292.                                    <span class="top-color">By Cynthia Holland</span>
  2293.                                    <span class="top-color">•</span>
  2294.                                    <span class="top-color">16 May 2026</span>
  2295.                                </div>
  2296.                                <p class="blog-excerpt-v3 top-color"></p>
  2297.                            </div>
  2298.                        </div>
  2299.                    </div>
  2300.                    
  2301.                    
  2302.  
  2303.                </div>
  2304.            </div>
  2305.            
  2306.             <div class="col col-lg-4 col-12">
  2307.                
  2308.  
  2309.  
  2310.  
  2311.    
  2312.  
  2313.  
  2314. <!-- Blog Sidebar -->
  2315.  
  2316.    <div class="sidebar mb-3">
  2317.        
  2318.        
  2319.        <div class="sidebar-widget mb-4">
  2320.            <div class="widget-title-wrapper mb-3">
  2321.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2322.                    May 2026 Blog Roll
  2323.                    <span class="title-arrow"></span>
  2324.                </h4>
  2325.            </div>
  2326.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2327.                <ul class="list-unstyled scrollable-sidebar">
  2328.                    
  2329.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2330.                        <a href="https://esports-news.co.uk/gambling-sites/westace-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="fw-semibold">westace review</span>
  2333.                        </a>
  2334.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2335.                    </li>
  2336.                    
  2337.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2338.                        <a href="https://esports-news.co.uk/gambling-sites/glorion-review/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2339.                            <i class="ti-angle-right me-2 text-primary"></i>
  2340.                            <span class="fw-semibold">glorion review</span>
  2341.                        </a>
  2342.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2343.                    </li>
  2344.                    
  2345.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2346.                        <a href="https://bottlebling.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2347.                            <i class="ti-angle-right me-2 text-primary"></i>
  2348.                            <span class="fw-semibold">online casinos not on gamstop</span>
  2349.                        </a>
  2350.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2351.                    </li>
  2352.                    
  2353.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2354.                        <a href="https://www.thehaven.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2355.                            <i class="ti-angle-right me-2 text-primary"></i>
  2356.                            <span class="fw-semibold">online casino</span>
  2357.                        </a>
  2358.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2359.                    </li>
  2360.                    
  2361.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2362.                        <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2363.                            <i class="ti-angle-right me-2 text-primary"></i>
  2364.                            <span class="fw-semibold">online casino</span>
  2365.                        </a>
  2366.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2367.                    </li>
  2368.                    
  2369.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2370.                        <a href="https://tasminlittle.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2371.                            <i class="ti-angle-right me-2 text-primary"></i>
  2372.                            <span class="fw-semibold">casinos not on gamstop</span>
  2373.                        </a>
  2374.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2375.                    </li>
  2376.                    
  2377.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2378.                        <a href="https://dublinscience2012.ie/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2379.                            <i class="ti-angle-right me-2 text-primary"></i>
  2380.                            <span class="fw-semibold">casinos online</span>
  2381.                        </a>
  2382.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2383.                    </li>
  2384.                    
  2385.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2386.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2387.                            <i class="ti-angle-right me-2 text-primary"></i>
  2388.                            <span class="fw-semibold">non gamstop casinos</span>
  2389.                        </a>
  2390.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2391.                    </li>
  2392.                    
  2393.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2394.                        <a href="https://www.kipling.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2395.                            <i class="ti-angle-right me-2 text-primary"></i>
  2396.                            <span class="fw-semibold">non gamstop casinos</span>
  2397.                        </a>
  2398.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2399.                    </li>
  2400.                    
  2401.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2402.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2403.                            <i class="ti-angle-right me-2 text-primary"></i>
  2404.                            <span class="fw-semibold">non gamstop casinos</span>
  2405.                        </a>
  2406.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2407.                    </li>
  2408.                    
  2409.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2410.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2411.                            <i class="ti-angle-right me-2 text-primary"></i>
  2412.                            <span class="fw-semibold">best non Gamstop casinos</span>
  2413.                        </a>
  2414.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2415.                    </li>
  2416.                    
  2417.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2418.                        <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2419.                            <i class="ti-angle-right me-2 text-primary"></i>
  2420.                            <span class="fw-semibold">casinos not on gamstop</span>
  2421.                        </a>
  2422.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2423.                    </li>
  2424.                    
  2425.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2426.                        <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2427.                            <i class="ti-angle-right me-2 text-primary"></i>
  2428.                            <span class="fw-semibold">non gamstop casinos</span>
  2429.                        </a>
  2430.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2431.                    </li>
  2432.                    
  2433.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2434.                        <a href="https://www.dairyco.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2435.                            <i class="ti-angle-right me-2 text-primary"></i>
  2436.                            <span class="fw-semibold">new betting sites uk</span>
  2437.                        </a>
  2438.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2439.                    </li>
  2440.                    
  2441.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2442.                        <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2443.                            <i class="ti-angle-right me-2 text-primary"></i>
  2444.                            <span class="fw-semibold">non gamstop casino uk</span>
  2445.                        </a>
  2446.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2447.                    </li>
  2448.                    
  2449.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2450.                        <a href="https://www.focus12.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2451.                            <i class="ti-angle-right me-2 text-primary"></i>
  2452.                            <span class="fw-semibold">online casinos</span>
  2453.                        </a>
  2454.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2455.                    </li>
  2456.                    
  2457.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2458.                        <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2459.                            <i class="ti-angle-right me-2 text-primary"></i>
  2460.                            <span class="fw-semibold">online casinos</span>
  2461.                        </a>
  2462.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2463.                    </li>
  2464.                    
  2465.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2466.                        <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2467.                            <i class="ti-angle-right me-2 text-primary"></i>
  2468.                            <span class="fw-semibold">casino not on gamstop</span>
  2469.                        </a>
  2470.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2471.                    </li>
  2472.                    
  2473.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2474.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2475.                            <i class="ti-angle-right me-2 text-primary"></i>
  2476.                            <span class="fw-semibold">non gamstop casino</span>
  2477.                        </a>
  2478.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2479.                    </li>
  2480.                    
  2481.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2482.                        <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2483.                            <i class="ti-angle-right me-2 text-primary"></i>
  2484.                            <span class="fw-semibold">best sports betting sites uk</span>
  2485.                        </a>
  2486.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2487.                    </li>
  2488.                    
  2489.                </ul>
  2490.            </div>
  2491.        </div>
  2492.        
  2493.        <div class="sidebar-widget mb-4">
  2494.            <div class="widget-title-wrapper mb-3">
  2495.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2496.                    April 2026 Blog Roll
  2497.                    <span class="title-arrow"></span>
  2498.                </h4>
  2499.            </div>
  2500.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2501.                <ul class="list-unstyled scrollable-sidebar">
  2502.                    
  2503.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2504.                        <a href="https://belgo-restaurants.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2505.                            <i class="ti-angle-right me-2 text-primary"></i>
  2506.                            <span class="fw-semibold">UK casino not on GamStop</span>
  2507.                        </a>
  2508.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2509.                    </li>
  2510.                    
  2511.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2512.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2513.                            <i class="ti-angle-right me-2 text-primary"></i>
  2514.                            <span class="fw-semibold">Casino Not on GamStop</span>
  2515.                        </a>
  2516.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2517.                    </li>
  2518.                    
  2519.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2520.                        <a href="https://www.tamworthinformed.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="fw-semibold">non gamstop casinos</span>
  2523.                        </a>
  2524.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2525.                    </li>
  2526.                    
  2527.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2528.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2529.                            <i class="ti-angle-right me-2 text-primary"></i>
  2530.                            <span class="fw-semibold">non gamstop casino</span>
  2531.                        </a>
  2532.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2533.                    </li>
  2534.                    
  2535.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2536.                        <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2537.                            <i class="ti-angle-right me-2 text-primary"></i>
  2538.                            <span class="fw-semibold">casinos not on gamstop</span>
  2539.                        </a>
  2540.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2541.                    </li>
  2542.                    
  2543.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2544.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2545.                            <i class="ti-angle-right me-2 text-primary"></i>
  2546.                            <span class="fw-semibold">non gamstop casino</span>
  2547.                        </a>
  2548.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2549.                    </li>
  2550.                    
  2551.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2552.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2553.                            <i class="ti-angle-right me-2 text-primary"></i>
  2554.                            <span class="fw-semibold">gambling sites not on gamstop</span>
  2555.                        </a>
  2556.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2557.                    </li>
  2558.                    
  2559.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2560.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2561.                            <i class="ti-angle-right me-2 text-primary"></i>
  2562.                            <span class="fw-semibold">slots not on gamstop</span>
  2563.                        </a>
  2564.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2565.                    </li>
  2566.                    
  2567.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2568.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2569.                            <i class="ti-angle-right me-2 text-primary"></i>
  2570.                            <span class="fw-semibold">slots not on gamstop</span>
  2571.                        </a>
  2572.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2573.                    </li>
  2574.                    
  2575.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2576.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2577.                            <i class="ti-angle-right me-2 text-primary"></i>
  2578.                            <span class="fw-semibold">slots not on gamstop</span>
  2579.                        </a>
  2580.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2581.                    </li>
  2582.                    
  2583.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2584.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2585.                            <i class="ti-angle-right me-2 text-primary"></i>
  2586.                            <span class="fw-semibold">gambling sites not on gamstop</span>
  2587.                        </a>
  2588.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2589.                    </li>
  2590.                    
  2591.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2592.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2593.                            <i class="ti-angle-right me-2 text-primary"></i>
  2594.                            <span class="fw-semibold">slots not on gamstop</span>
  2595.                        </a>
  2596.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2597.                    </li>
  2598.                    
  2599.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2600.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2601.                            <i class="ti-angle-right me-2 text-primary"></i>
  2602.                            <span class="fw-semibold">slots not on gamstop</span>
  2603.                        </a>
  2604.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2605.                    </li>
  2606.                    
  2607.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2608.                        <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2609.                            <i class="ti-angle-right me-2 text-primary"></i>
  2610.                            <span class="fw-semibold">gambling sites not on gamstop</span>
  2611.                        </a>
  2612.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2613.                    </li>
  2614.                    
  2615.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2616.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2617.                            <i class="ti-angle-right me-2 text-primary"></i>
  2618.                            <span class="fw-semibold">slots not on gamstop</span>
  2619.                        </a>
  2620.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2621.                    </li>
  2622.                    
  2623.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2624.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2625.                            <i class="ti-angle-right me-2 text-primary"></i>
  2626.                            <span class="fw-semibold">gambling sites not on gamstop</span>
  2627.                        </a>
  2628.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2629.                    </li>
  2630.                    
  2631.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2632.                        <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2633.                            <i class="ti-angle-right me-2 text-primary"></i>
  2634.                            <span class="fw-semibold">slots not on gamstop</span>
  2635.                        </a>
  2636.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2637.                    </li>
  2638.                    
  2639.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2640.                        <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2641.                            <i class="ti-angle-right me-2 text-primary"></i>
  2642.                            <span class="fw-semibold">UK bitcoin casino</span>
  2643.                        </a>
  2644.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2645.                    </li>
  2646.                    
  2647.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2648.                        <a href="https://swtrains.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2649.                            <i class="ti-angle-right me-2 text-primary"></i>
  2650.                            <span class="fw-semibold">spinshark uk</span>
  2651.                        </a>
  2652.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2653.                    </li>
  2654.                    
  2655.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2656.                        <a href="https://hetv.org"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2657.                            <i class="ti-angle-right me-2 text-primary"></i>
  2658.                            <span class="fw-semibold">non gamstop casinos</span>
  2659.                        </a>
  2660.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2661.                    </li>
  2662.                    
  2663.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2664.                        <a href="https://padstowchristmasfestival.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2665.                            <i class="ti-angle-right me-2 text-primary"></i>
  2666.                            <span class="fw-semibold">casino not on gamstop</span>
  2667.                        </a>
  2668.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2669.                    </li>
  2670.                    
  2671.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2672.                        <a href="https://recyclingtechnologies.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2673.                            <i class="ti-angle-right me-2 text-primary"></i>
  2674.                            <span class="fw-semibold">non gamstop casino</span>
  2675.                        </a>
  2676.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2677.                    </li>
  2678.                    
  2679.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2680.                        <a href="https://www.athelstane.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2681.                            <i class="ti-angle-right me-2 text-primary"></i>
  2682.                            <span class="fw-semibold">sport betting crypto</span>
  2683.                        </a>
  2684.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2685.                    </li>
  2686.                    
  2687.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2688.                        <a href="https://cafcwomen.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2689.                            <i class="ti-angle-right me-2 text-primary"></i>
  2690.                            <span class="fw-semibold">uk poker not on gamstop</span>
  2691.                        </a>
  2692.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2693.                    </li>
  2694.                    
  2695.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2696.                        <a href="https://phoneweek.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2697.                            <i class="ti-angle-right me-2 text-primary"></i>
  2698.                            <span class="fw-semibold">non gamstop casino</span>
  2699.                        </a>
  2700.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2701.                    </li>
  2702.                    
  2703.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2704.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2705.                            <i class="ti-angle-right me-2 text-primary"></i>
  2706.                            <span class="fw-semibold">non gamstop casino</span>
  2707.                        </a>
  2708.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2709.                    </li>
  2710.                    
  2711.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2712.                        <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2713.                            <i class="ti-angle-right me-2 text-primary"></i>
  2714.                            <span class="fw-semibold">non gamstop casino</span>
  2715.                        </a>
  2716.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2717.                    </li>
  2718.                    
  2719.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2720.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2721.                            <i class="ti-angle-right me-2 text-primary"></i>
  2722.                            <span class="fw-semibold">casino not on gamstop</span>
  2723.                        </a>
  2724.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2725.                    </li>
  2726.                    
  2727.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2728.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2729.                            <i class="ti-angle-right me-2 text-primary"></i>
  2730.                            <span class="fw-semibold">casino not on gamstop</span>
  2731.                        </a>
  2732.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2733.                    </li>
  2734.                    
  2735.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2736.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2737.                            <i class="ti-angle-right me-2 text-primary"></i>
  2738.                            <span class="fw-semibold">non UK regulated casinos</span>
  2739.                        </a>
  2740.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2741.                    </li>
  2742.                    
  2743.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2744.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2745.                            <i class="ti-angle-right me-2 text-primary"></i>
  2746.                            <span class="fw-semibold">UK casino sites</span>
  2747.                        </a>
  2748.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2749.                    </li>
  2750.                    
  2751.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2752.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2753.                            <i class="ti-angle-right me-2 text-primary"></i>
  2754.                            <span class="fw-semibold">casinos not on GamStop</span>
  2755.                        </a>
  2756.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2757.                    </li>
  2758.                    
  2759.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2760.                        <a href="http://circdata-solutions.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2761.                            <i class="ti-angle-right me-2 text-primary"></i>
  2762.                            <span class="fw-semibold">casinos online</span>
  2763.                        </a>
  2764.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2765.                    </li>
  2766.                    
  2767.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2768.                        <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2769.                            <i class="ti-angle-right me-2 text-primary"></i>
  2770.                            <span class="fw-semibold">top 50 online casinos uk</span>
  2771.                        </a>
  2772.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2773.                    </li>
  2774.                    
  2775.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2776.                        <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2777.                            <i class="ti-angle-right me-2 text-primary"></i>
  2778.                            <span class="fw-semibold">no kyc casinos uk</span>
  2779.                        </a>
  2780.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2781.                    </li>
  2782.                    
  2783.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2784.                        <a href="https://thebrexitparty.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2785.                            <i class="ti-angle-right me-2 text-primary"></i>
  2786.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2787.                        </a>
  2788.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2789.                    </li>
  2790.                    
  2791.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2792.                        <a href="https://fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2793.                            <i class="ti-angle-right me-2 text-primary"></i>
  2794.                            <span class="fw-semibold">casinos not on gamstop</span>
  2795.                        </a>
  2796.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2797.                    </li>
  2798.                    
  2799.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2800.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2801.                            <i class="ti-angle-right me-2 text-primary"></i>
  2802.                            <span class="fw-semibold">casino sites not on gamstop</span>
  2803.                        </a>
  2804.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2805.                    </li>
  2806.                    
  2807.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2808.                        <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="fw-semibold">uk online casinos not on gamstop</span>
  2811.                        </a>
  2812.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2813.                    </li>
  2814.                    
  2815.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2816.                        <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="fw-semibold">non GamStop casinos</span>
  2819.                        </a>
  2820.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2821.                    </li>
  2822.                    
  2823.                </ul>
  2824.            </div>
  2825.        </div>
  2826.        
  2827.        <div class="sidebar-widget mb-4">
  2828.            <div class="widget-title-wrapper mb-3">
  2829.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2830.                    March 2026 Blog Roll
  2831.                    <span class="title-arrow"></span>
  2832.                </h4>
  2833.            </div>
  2834.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2835.                <ul class="list-unstyled scrollable-sidebar">
  2836.                    
  2837.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2838.                        <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2839.                            <i class="ti-angle-right me-2 text-primary"></i>
  2840.                            <span class="fw-semibold">non GamStop casinos</span>
  2841.                        </a>
  2842.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2843.                    </li>
  2844.                    
  2845.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2846.                        <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2847.                            <i class="ti-angle-right me-2 text-primary"></i>
  2848.                            <span class="fw-semibold">top casino sites</span>
  2849.                        </a>
  2850.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2851.                    </li>
  2852.                    
  2853.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2854.                        <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2855.                            <i class="ti-angle-right me-2 text-primary"></i>
  2856.                            <span class="fw-semibold">non GamStop sites</span>
  2857.                        </a>
  2858.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2859.                    </li>
  2860.                    
  2861.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2862.                        <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2863.                            <i class="ti-angle-right me-2 text-primary"></i>
  2864.                            <span class="fw-semibold">casinos not on GamStop</span>
  2865.                        </a>
  2866.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2867.                    </li>
  2868.                    
  2869.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2870.                        <a href="https://togetherahealthierfuture.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2871.                            <i class="ti-angle-right me-2 text-primary"></i>
  2872.                            <span class="fw-semibold">Casinos Not on GamStop</span>
  2873.                        </a>
  2874.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2875.                    </li>
  2876.                    
  2877.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2878.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2879.                            <i class="ti-angle-right me-2 text-primary"></i>
  2880.                            <span class="fw-semibold">fair casinos not on Gamstop</span>
  2881.                        </a>
  2882.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2883.                    </li>
  2884.                    
  2885.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2886.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2887.                            <i class="ti-angle-right me-2 text-primary"></i>
  2888.                            <span class="fw-semibold">non GAMSTOP casino</span>
  2889.                        </a>
  2890.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2891.                    </li>
  2892.                    
  2893.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2894.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2895.                            <i class="ti-angle-right me-2 text-primary"></i>
  2896.                            <span class="fw-semibold">non UK casino sites</span>
  2897.                        </a>
  2898.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2899.                    </li>
  2900.                    
  2901.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2902.                        <a href="https://www.clwyd-theatr-cymru.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2903.                            <i class="ti-angle-right me-2 text-primary"></i>
  2904.                            <span class="fw-semibold">casino not on gamstop</span>
  2905.                        </a>
  2906.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2907.                    </li>
  2908.                    
  2909.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2910.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2911.                            <i class="ti-angle-right me-2 text-primary"></i>
  2912.                            <span class="fw-semibold">casino not on GamStop</span>
  2913.                        </a>
  2914.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2915.                    </li>
  2916.                    
  2917.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2918.                        <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2919.                            <i class="ti-angle-right me-2 text-primary"></i>
  2920.                            <span class="fw-semibold">casinos not on GamStop</span>
  2921.                        </a>
  2922.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2923.                    </li>
  2924.                    
  2925.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2926.                        <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2927.                            <i class="ti-angle-right me-2 text-primary"></i>
  2928.                            <span class="fw-semibold">casinos not on GamStop</span>
  2929.                        </a>
  2930.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2931.                    </li>
  2932.                    
  2933.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2934.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2935.                            <i class="ti-angle-right me-2 text-primary"></i>
  2936.                            <span class="fw-semibold">best casino not on GamStop</span>
  2937.                        </a>
  2938.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2939.                    </li>
  2940.                    
  2941.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2942.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2943.                            <i class="ti-angle-right me-2 text-primary"></i>
  2944.                            <span class="fw-semibold">non gamstop casino</span>
  2945.                        </a>
  2946.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2947.                    </li>
  2948.                    
  2949.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2950.                        <a href="https://www.cressbrook.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2951.                            <i class="ti-angle-right me-2 text-primary"></i>
  2952.                            <span class="fw-semibold">casinos not on gamstop</span>
  2953.                        </a>
  2954.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2955.                    </li>
  2956.                    
  2957.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2958.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2959.                            <i class="ti-angle-right me-2 text-primary"></i>
  2960.                            <span class="fw-semibold">UK casinos not on Gamstop</span>
  2961.                        </a>
  2962.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2963.                    </li>
  2964.                    
  2965.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2966.                        <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2967.                            <i class="ti-angle-right me-2 text-primary"></i>
  2968.                            <span class="fw-semibold">casino not on gamstop</span>
  2969.                        </a>
  2970.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2971.                    </li>
  2972.                    
  2973.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2974.                        <a href="https://www.cressbrook.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2975.                            <i class="ti-angle-right me-2 text-primary"></i>
  2976.                            <span class="fw-semibold">online casino uk</span>
  2977.                        </a>
  2978.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2979.                    </li>
  2980.                    
  2981.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2982.                        <a href="https://pride-events.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2983.                            <i class="ti-angle-right me-2 text-primary"></i>
  2984.                            <span class="fw-semibold">casino not on gamstop</span>
  2985.                        </a>
  2986.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2987.                    </li>
  2988.                    
  2989.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2990.                        <a href="https://santanderjobs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2991.                            <i class="ti-angle-right me-2 text-primary"></i>
  2992.                            <span class="fw-semibold">non gamstop betting sites</span>
  2993.                        </a>
  2994.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2995.                    </li>
  2996.                    
  2997.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2998.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2999.                            <i class="ti-angle-right me-2 text-primary"></i>
  3000.                            <span class="fw-semibold">UK casino not on GamStop</span>
  3001.                        </a>
  3002.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3003.                    </li>
  3004.                    
  3005.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3006.                        <a href="https://epik.org.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3007.                            <i class="ti-angle-right me-2 text-primary"></i>
  3008.                            <span class="fw-semibold">casino not on gamstop</span>
  3009.                        </a>
  3010.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3011.                    </li>
  3012.                    
  3013.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3014.                        <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3015.                            <i class="ti-angle-right me-2 text-primary"></i>
  3016.                            <span class="fw-semibold">best non Gamstop casinos</span>
  3017.                        </a>
  3018.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3019.                    </li>
  3020.                    
  3021.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3022.                        <a href="https://savethedatemagazine.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3023.                            <i class="ti-angle-right me-2 text-primary"></i>
  3024.                            <span class="fw-semibold">casinos not on gamstop</span>
  3025.                        </a>
  3026.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3027.                    </li>
  3028.                    
  3029.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3030.                        <a href="https://www.marblearchcavesgeopark.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3031.                            <i class="ti-angle-right me-2 text-primary"></i>
  3032.                            <span class="fw-semibold">non gamstop casino</span>
  3033.                        </a>
  3034.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3035.                    </li>
  3036.                    
  3037.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3038.                        <a href="https://www.goodclub.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3039.                            <i class="ti-angle-right me-2 text-primary"></i>
  3040.                            <span class="fw-semibold">online casino</span>
  3041.                        </a>
  3042.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3043.                    </li>
  3044.                    
  3045.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3046.                        <a href="https://gamblingindustrynews.com/crypto-casinos/uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3047.                            <i class="ti-angle-right me-2 text-primary"></i>
  3048.                            <span class="fw-semibold">crypto casinos</span>
  3049.                        </a>
  3050.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3051.                    </li>
  3052.                    
  3053.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3054.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3055.                            <i class="ti-angle-right me-2 text-primary"></i>
  3056.                            <span class="fw-semibold">non gamstop casinos</span>
  3057.                        </a>
  3058.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3059.                    </li>
  3060.                    
  3061.                </ul>
  3062.            </div>
  3063.        </div>
  3064.        
  3065.        <div class="sidebar-widget mb-4">
  3066.            <div class="widget-title-wrapper mb-3">
  3067.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3068.                    February 2026 Blog Roll
  3069.                    <span class="title-arrow"></span>
  3070.                </h4>
  3071.            </div>
  3072.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3073.                <ul class="list-unstyled scrollable-sidebar">
  3074.                    
  3075.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3076.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3077.                            <i class="ti-angle-right me-2 text-primary"></i>
  3078.                            <span class="fw-semibold">casino online uk</span>
  3079.                        </a>
  3080.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3081.                    </li>
  3082.                    
  3083.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3084.                        <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3085.                            <i class="ti-angle-right me-2 text-primary"></i>
  3086.                            <span class="fw-semibold">non gamstop casinos</span>
  3087.                        </a>
  3088.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3089.                    </li>
  3090.                    
  3091.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3092.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3093.                            <i class="ti-angle-right me-2 text-primary"></i>
  3094.                            <span class="fw-semibold">betting sites not on gamstop</span>
  3095.                        </a>
  3096.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3097.                    </li>
  3098.                    
  3099.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3100.                        <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3101.                            <i class="ti-angle-right me-2 text-primary"></i>
  3102.                            <span class="fw-semibold">non gamstop betting sites</span>
  3103.                        </a>
  3104.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3105.                    </li>
  3106.                    
  3107.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3108.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3109.                            <i class="ti-angle-right me-2 text-primary"></i>
  3110.                            <span class="fw-semibold">non gamstop betting sites</span>
  3111.                        </a>
  3112.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3113.                    </li>
  3114.                    
  3115.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3116.                        <a href="https://trombonefrance.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3117.                            <i class="ti-angle-right me-2 text-primary"></i>
  3118.                            <span class="fw-semibold">casino en ligne france</span>
  3119.                        </a>
  3120.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3121.                    </li>
  3122.                    
  3123.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3124.                        <a href="https://botafogo.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3125.                            <i class="ti-angle-right me-2 text-primary"></i>
  3126.                            <span class="fw-semibold">best online casinos uk</span>
  3127.                        </a>
  3128.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3129.                    </li>
  3130.                    
  3131.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3132.                        <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3133.                            <i class="ti-angle-right me-2 text-primary"></i>
  3134.                            <span class="fw-semibold">online casinos</span>
  3135.                        </a>
  3136.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3137.                    </li>
  3138.                    
  3139.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3140.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3141.                            <i class="ti-angle-right me-2 text-primary"></i>
  3142.                            <span class="fw-semibold">casino not on gamstop</span>
  3143.                        </a>
  3144.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3145.                    </li>
  3146.                    
  3147.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3148.                        <a href="https://jst.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3149.                            <i class="ti-angle-right me-2 text-primary"></i>
  3150.                            <span class="fw-semibold">online casinos</span>
  3151.                        </a>
  3152.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3153.                    </li>
  3154.                    
  3155.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3156.                        <a href="https://www.ferranti-technologies.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3157.                            <i class="ti-angle-right me-2 text-primary"></i>
  3158.                            <span class="fw-semibold">casinos online</span>
  3159.                        </a>
  3160.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3161.                    </li>
  3162.                    
  3163.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3164.                        <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3165.                            <i class="ti-angle-right me-2 text-primary"></i>
  3166.                            <span class="fw-semibold">non gamstop casino</span>
  3167.                        </a>
  3168.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3169.                    </li>
  3170.                    
  3171.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3172.                        <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3173.                            <i class="ti-angle-right me-2 text-primary"></i>
  3174.                            <span class="fw-semibold">non gamstop casinos</span>
  3175.                        </a>
  3176.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3177.                    </li>
  3178.                    
  3179.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3180.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3181.                            <i class="ti-angle-right me-2 text-primary"></i>
  3182.                            <span class="fw-semibold">casino not on gamstop</span>
  3183.                        </a>
  3184.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3185.                    </li>
  3186.                    
  3187.                </ul>
  3188.            </div>
  3189.        </div>
  3190.        
  3191.  
  3192.        <!-- Recent Posts Section -->
  3193.        <div class="sidebar-widget mb-3">
  3194.            <div class="widget-title-wrapper mb-3">
  3195.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3196.                    Recent Posts
  3197.                    <span class="title-arrow"></span>
  3198.                </h4>
  3199.            </div>
  3200.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3201.                <div class="recent-post-list">
  3202.                    
  3203.                    
  3204.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3205.                        <div class="post-image me-3 flex-shrink-0">
  3206.                            
  3207.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3208.                            
  3209.                        </div>
  3210.                        <div class="post-content flex-grow-1">
  3211.                            <h6 class="post-title mb-1">
  3212.                                 <a href="/leader-zelensky-states-ukraine-was-ten-percent-away-from-peace-yet-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold">
  3213.                                    Leader Zelensky States Ukraine Was Ten Percent Away from Peace, Yet Not at Any Possible Price
  3214.                                </a>
  3215.                            </h6>
  3216.                            <div class="post-meta">
  3217.                                <small class="text-muted">
  3218.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3219.                                </small>
  3220.                                <!-- <small class="text-muted ms-2">
  3221.                                    <i class="ti-eye me-1"></i>234 views
  3222.                                </small> -->
  3223.                            </div>
  3224.                        </div>
  3225.                    </div>
  3226.                    
  3227.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3228.                        <div class="post-image me-3 flex-shrink-0">
  3229.                            
  3230.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3231.                            
  3232.                        </div>
  3233.                        <div class="post-content flex-grow-1">
  3234.                            <h6 class="post-title mb-1">
  3235.                                 <a href="/the-new-animated-series-introductory-sequence-selected-the-incorrect-critical-role-song/" class="text-decoration-none top-color fw-semibold">
  3236.                                    The New Animated Series&#x27; Introductory Sequence Selected the Incorrect Critical Role Song
  3237.                                </a>
  3238.                            </h6>
  3239.                            <div class="post-meta">
  3240.                                <small class="text-muted">
  3241.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3242.                                </small>
  3243.                                <!-- <small class="text-muted ms-2">
  3244.                                    <i class="ti-eye me-1"></i>234 views
  3245.                                </small> -->
  3246.                            </div>
  3247.                        </div>
  3248.                    </div>
  3249.                    
  3250.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3251.                        <div class="post-image me-3 flex-shrink-0">
  3252.                            
  3253.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3254.                            
  3255.                        </div>
  3256.                        <div class="post-content flex-grow-1">
  3257.                            <h6 class="post-title mb-1">
  3258.                                 <a href="/political-shifts-international-tensions-sparse-reporting-key-obstacles-to-global-warming-solutions-that-plagued-cop30/" class="text-decoration-none top-color fw-semibold">
  3259.                                    Political Shifts, International Tensions, Sparse Reporting: Key Obstacles to Global Warming Solutions That Plagued Cop30
  3260.                                </a>
  3261.                            </h6>
  3262.                            <div class="post-meta">
  3263.                                <small class="text-muted">
  3264.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3265.                                </small>
  3266.                                <!-- <small class="text-muted ms-2">
  3267.                                    <i class="ti-eye me-1"></i>234 views
  3268.                                </small> -->
  3269.                            </div>
  3270.                        </div>
  3271.                    </div>
  3272.                    
  3273.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3274.                        <div class="post-image me-3 flex-shrink-0">
  3275.                            
  3276.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3277.                            
  3278.                        </div>
  3279.                        <div class="post-content flex-grow-1">
  3280.                            <h6 class="post-title mb-1">
  3281.                                 <a href="/food-benefits-scheduled-to-expire-for-tens-of-millions-throughout-continuing-us-government-shutdown/" class="text-decoration-none top-color fw-semibold">
  3282.                                    Food Benefits Scheduled to Expire for Tens of Millions Throughout Continuing US Government Shutdown
  3283.                                </a>
  3284.                            </h6>
  3285.                            <div class="post-meta">
  3286.                                <small class="text-muted">
  3287.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3288.                                </small>
  3289.                                <!-- <small class="text-muted ms-2">
  3290.                                    <i class="ti-eye me-1"></i>234 views
  3291.                                </small> -->
  3292.                            </div>
  3293.                        </div>
  3294.                    </div>
  3295.                    
  3296.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3297.                        <div class="post-image me-3 flex-shrink-0">
  3298.                            
  3299.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3300.                            
  3301.                        </div>
  3302.                        <div class="post-content flex-grow-1">
  3303.                            <h6 class="post-title mb-1">
  3304.                                 <a href="/sadness-hits-as-man-succumbs-after-sea-recovery-off-uk-shoreline/" class="text-decoration-none top-color fw-semibold">
  3305.                                    Sadness Hits as Man Succumbs After Sea Recovery Off UK Shoreline
  3306.                                </a>
  3307.                            </h6>
  3308.                            <div class="post-meta">
  3309.                                <small class="text-muted">
  3310.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3311.                                </small>
  3312.                                <!-- <small class="text-muted ms-2">
  3313.                                    <i class="ti-eye me-1"></i>234 views
  3314.                                </small> -->
  3315.                            </div>
  3316.                        </div>
  3317.                    </div>
  3318.                    
  3319.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3320.                        <div class="post-image me-3 flex-shrink-0">
  3321.                            
  3322.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3323.                            
  3324.                        </div>
  3325.                        <div class="post-content flex-grow-1">
  3326.                            <h6 class="post-title mb-1">
  3327.                                 <a href="/prime-minister-hails-a-proud-day-as-online-safety-chief-predicts-world-will-follow-our-lead/" class="text-decoration-none top-color fw-semibold">
  3328.                                    Prime Minister Hails a &#x27;Proud Day&#x27; as Online Safety Chief Predicts &#x27;World Will Follow Our Lead&#x27;.
  3329.                                </a>
  3330.                            </h6>
  3331.                            <div class="post-meta">
  3332.                                <small class="text-muted">
  3333.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3334.                                </small>
  3335.                                <!-- <small class="text-muted ms-2">
  3336.                                    <i class="ti-eye me-1"></i>234 views
  3337.                                </small> -->
  3338.                            </div>
  3339.                        </div>
  3340.                    </div>
  3341.                    
  3342.  
  3343.                </div>
  3344.            </div>
  3345.        </div>
  3346.  
  3347.    </div>
  3348.  
  3349.  
  3350. <!-- Sidebar Styles -->
  3351. <style>
  3352.    .sidebar-widget {
  3353.        position: relative;
  3354.    }
  3355.    
  3356.    .widget-title {
  3357.        font-size: 1.1rem;
  3358.        font-weight: 700;
  3359.        display: inline-block;
  3360.        position: relative;
  3361.        z-index: 2;
  3362.        border-radius: 0;
  3363.    }
  3364.    
  3365.    .title-arrow::after {
  3366.        content: '';
  3367.        position: absolute;
  3368.        top: 0;
  3369.        right: -20px;
  3370.        width: 0;
  3371.        height: 0;
  3372.        border-left: 20px solid var(--bs-primary);
  3373.        border-top: 20px solid transparent;
  3374.        border-bottom: 20px solid transparent;
  3375.        z-index: 1;
  3376.    }
  3377.    
  3378.    .widget-content {
  3379.        margin-top: -1px;
  3380.        position: relative;
  3381.        z-index: 1;
  3382.         background-color: var(--card-bg);
  3383.    }
  3384.    
  3385.    .recent-post-item:hover .post-title1 a {
  3386.        color: #dc3545 !important;
  3387.        transition: color 0.3s ease;
  3388.    }
  3389.    
  3390.    .recent-post-item .post-image img {
  3391.        transition: transform 0.3s ease;
  3392.    }
  3393.    
  3394.    .recent-post-item:hover .post-image img {
  3395.        transform: scale(1.05);
  3396.    }
  3397.    
  3398.    .btn:hover {
  3399.        transform: translateY(-1px);
  3400.        transition: all 0.3s ease;
  3401.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3402.    }
  3403.    
  3404.    @media (max-width: 991px) {
  3405.        .sidebar {
  3406.            margin-top: 3rem;
  3407.        }
  3408.    }
  3409.    
  3410.    @media (max-width: 576px) {
  3411.        .widget-title {
  3412.            font-size: 1rem;
  3413.            padding: 0.75rem 1rem !important;
  3414.        }
  3415.        
  3416.        .title-arrow::after {
  3417.            right: -15px;
  3418.            border-left: 15px solid var(--bs-primary);
  3419.            border-top: 15px solid transparent;
  3420.            border-bottom: 15px solid transparent;
  3421.        }
  3422.        
  3423.        .post-image {
  3424.            display: none !important;
  3425.        }
  3426.    }
  3427. </style>
  3428.    
  3429.            </div>
  3430.        </div>
  3431.    </div>
  3432. </section>
  3433.  
  3434.    
  3435.        
  3436.        <!-- end wpo-blog-highlights-section -->
  3437.        <!-- start wpo-blog-sponsored-section -->
  3438.        
  3439.  
  3440.  
  3441.  
  3442.    
  3443.  
  3444.  
  3445.  <style>
  3446.    .sponsored-section-v7 {
  3447.      padding: 50px 0;
  3448.    }
  3449.    
  3450.    .sponsored-card-v7 {
  3451.      background: #fafafa;
  3452.      border: none;
  3453.      transition: transform 0.3s ease;
  3454.      height: 100%;
  3455.    }
  3456.    
  3457.    .sponsored-card-v7:hover {
  3458.      transform: translateY(-3px);
  3459.    }
  3460.    
  3461.    .sponsored-image-v7 {
  3462.      position: relative;
  3463.      height: 160px;
  3464.    }
  3465.    
  3466.    .sponsored-image-v7 img {
  3467.      width: 100%;
  3468.      height: 100%;
  3469.      object-fit: cover;
  3470.      border-radius: 10px; /* Apply curve to image */
  3471.    }
  3472.    
  3473.    .sponsored-badge-v7 {
  3474.      position: absolute;
  3475.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3476.      left: 10px;
  3477.      z-index: 10;
  3478.    
  3479.      /* pill look */
  3480.      display: inline-flex; /* vertical centering */
  3481.      align-items: center;
  3482.      justify-content: center;
  3483.      padding: 8px 16px; /* width = content + padding */
  3484.      border-radius: 999px; /* full pill */
  3485.      white-space: nowrap; /* ek hi line me rahe */
  3486.      /* text */
  3487.      font-size: 12px;
  3488.      text-transform: uppercase;
  3489.      letter-spacing: 0.5px;
  3490.      line-height: 1;
  3491.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3492.    }
  3493.    
  3494.    /* optional: icon ke saath thoda gap */
  3495.    .sponsored-badge-v7 i,
  3496.    .sponsored-badge-v7 .icon {
  3497.      margin-right: 8px;
  3498.      font-size: 14px;
  3499.      line-height: 1;
  3500.    }
  3501.    
  3502.    .sponsored-content-v7 {
  3503.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3504.    }
  3505.    
  3506.    .sponsored-title-v7 {
  3507.      font-size: 15px;
  3508.      font-weight: 700;
  3509.      line-height: 1.4;
  3510.      margin-bottom: 8px;
  3511.      color: #333;
  3512.    }
  3513.    
  3514.    .sponsored-title-v7 a {
  3515.      text-decoration: none;
  3516.      font-size: 16px;
  3517.      color: var(--topbar-color);
  3518.    }
  3519.    
  3520.    .sponsored-title-v7 a:hover {
  3521.      color: var(--bs-primary); /* Green hover */
  3522.    }
  3523.    
  3524.    .sponsored-excerpt-v7 {
  3525.      font-size: 12px;
  3526.      font-weight: 400;
  3527.      color:  var(--topbar-color);;
  3528.      margin-bottom: 10px;
  3529.      line-height: 1.5;
  3530.    }
  3531.    
  3532.    .sponsored-meta-v7 {
  3533.      font-size: 11px;
  3534.       color: var(--topbar-color);;
  3535.    }
  3536.    
  3537.    .author-info-v7 {
  3538.      margin-bottom: 5px;
  3539.    }
  3540.    
  3541.    .sponsored-author-img-v7 {
  3542.      width: 30px;
  3543.      height: 30px;
  3544.      border-radius: 50%;
  3545.      object-fit: cover;
  3546.      vertical-align: middle;
  3547.      margin-right: 5px;
  3548.    }
  3549.    
  3550.    .section-title-sponsored-v7 {
  3551.      font-size: 1.9rem;
  3552.      font-weight: 600;
  3553.      text-align: center;
  3554.      margin-bottom: 30px;
  3555.      color: #333;
  3556.      position: relative;
  3557.    }
  3558.    
  3559.    .section-title-sponsored-v7::after {
  3560.      content: '';
  3561.      position: absolute;
  3562.      bottom: -8px;
  3563.      left: 50%;
  3564.      transform: translateX(-50%);
  3565.      width: 100px;
  3566.      height: 3px;
  3567.      background: var(--bs-primary);
  3568.    }
  3569.    
  3570.    @media (max-width: 768px) {
  3571.      .sponsored-section-v7 {
  3572.        padding: 30px 0;
  3573.      }
  3574.      .sponsored-image-v7 {
  3575.        height: 120px;
  3576.      }
  3577.      .sponsored-content-v7 {
  3578.        padding: 35px 12px 12px;
  3579.      }
  3580.  
  3581.      .sponsored-title-v7 {
  3582.        font-size: 14px;
  3583.      }
  3584.      .sponsored-excerpt-v7 {
  3585.        font-size: 11px;
  3586.      }
  3587.      .section-title-sponsored-v7 {
  3588.        font-size: 1.6rem;
  3589.      }
  3590.    }
  3591.  </style>
  3592.  
  3593.  <section class="sponsored-section-v7">
  3594.    <div class="container-fluid fluid-container">
  3595.      <div class="row mb-3">
  3596.        <div class="col-12">
  3597.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3598.        </div>
  3599.      </div>
  3600.  
  3601.      <div class="row g-3 d-flex justify-content-center">
  3602.        
  3603.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3604.            <div class="card sponsored-card-v7">
  3605.              <div class="sponsored-image-v7">
  3606.                
  3607.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3608.                
  3609.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3610.              </div>
  3611.              <div class="sponsored-content-v7">
  3612.                <h3 class="sponsored-title-v7"><a href="/leader-zelensky-states-ukraine-was-ten-percent-away-from-peace-yet-not-at-any-possible-price/">Leader Zelensky States Ukraine Was Ten Percent Away from Peace, Yet Not at Any Possible Price</a></h3>
  3613.                <p class="sponsored-excerpt-v7 "></p>
  3614.                <div class="sponsored-meta-v7">
  3615.                  <div class="author-info-v7">
  3616.                    
  3617.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3618.                    
  3619.                    <span>Cynthia Holland</span>
  3620.                  </div>
  3621.                  <div>16 May 2026</div>
  3622.                </div>
  3623.              </div>
  3624.            </div>
  3625.          </div>
  3626.        
  3627.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3628.            <div class="card sponsored-card-v7">
  3629.              <div class="sponsored-image-v7">
  3630.                
  3631.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3632.                
  3633.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3634.              </div>
  3635.              <div class="sponsored-content-v7">
  3636.                <h3 class="sponsored-title-v7"><a href="/the-new-animated-series-introductory-sequence-selected-the-incorrect-critical-role-song/">The New Animated Series&#x27; Introductory Sequence Selected the Incorrect Critical Role Song</a></h3>
  3637.                <p class="sponsored-excerpt-v7 "></p>
  3638.                <div class="sponsored-meta-v7">
  3639.                  <div class="author-info-v7">
  3640.                    
  3641.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3642.                    
  3643.                    <span>Cynthia Holland</span>
  3644.                  </div>
  3645.                  <div>16 May 2026</div>
  3646.                </div>
  3647.              </div>
  3648.            </div>
  3649.          </div>
  3650.        
  3651.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3652.            <div class="card sponsored-card-v7">
  3653.              <div class="sponsored-image-v7">
  3654.                
  3655.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3656.                
  3657.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3658.              </div>
  3659.              <div class="sponsored-content-v7">
  3660.                <h3 class="sponsored-title-v7"><a href="/political-shifts-international-tensions-sparse-reporting-key-obstacles-to-global-warming-solutions-that-plagued-cop30/">Political Shifts, International Tensions, Sparse Reporting: Key Obstacles to Global Warming Solutions That Plagued Cop30</a></h3>
  3661.                <p class="sponsored-excerpt-v7 "></p>
  3662.                <div class="sponsored-meta-v7">
  3663.                  <div class="author-info-v7">
  3664.                    
  3665.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3666.                    
  3667.                    <span>Cynthia Holland</span>
  3668.                  </div>
  3669.                  <div>16 May 2026</div>
  3670.                </div>
  3671.              </div>
  3672.            </div>
  3673.          </div>
  3674.        
  3675.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3676.            <div class="card sponsored-card-v7">
  3677.              <div class="sponsored-image-v7">
  3678.                
  3679.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3680.                
  3681.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3682.              </div>
  3683.              <div class="sponsored-content-v7">
  3684.                <h3 class="sponsored-title-v7"><a href="/food-benefits-scheduled-to-expire-for-tens-of-millions-throughout-continuing-us-government-shutdown/">Food Benefits Scheduled to Expire for Tens of Millions Throughout Continuing US Government Shutdown</a></h3>
  3685.                <p class="sponsored-excerpt-v7 "></p>
  3686.                <div class="sponsored-meta-v7">
  3687.                  <div class="author-info-v7">
  3688.                    
  3689.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3690.                    
  3691.                    <span>Cynthia Holland</span>
  3692.                  </div>
  3693.                  <div>16 May 2026</div>
  3694.                </div>
  3695.              </div>
  3696.            </div>
  3697.          </div>
  3698.        
  3699.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3700.            <div class="card sponsored-card-v7">
  3701.              <div class="sponsored-image-v7">
  3702.                
  3703.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3704.                
  3705.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3706.              </div>
  3707.              <div class="sponsored-content-v7">
  3708.                <h3 class="sponsored-title-v7"><a href="/sadness-hits-as-man-succumbs-after-sea-recovery-off-uk-shoreline/">Sadness Hits as Man Succumbs After Sea Recovery Off UK Shoreline</a></h3>
  3709.                <p class="sponsored-excerpt-v7 "></p>
  3710.                <div class="sponsored-meta-v7">
  3711.                  <div class="author-info-v7">
  3712.                    
  3713.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3714.                    
  3715.                    <span>Cynthia Holland</span>
  3716.                  </div>
  3717.                  <div>16 May 2026</div>
  3718.                </div>
  3719.              </div>
  3720.            </div>
  3721.          </div>
  3722.        
  3723.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3724.            <div class="card sponsored-card-v7">
  3725.              <div class="sponsored-image-v7">
  3726.                
  3727.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3728.                
  3729.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3730.              </div>
  3731.              <div class="sponsored-content-v7">
  3732.                <h3 class="sponsored-title-v7"><a href="/prime-minister-hails-a-proud-day-as-online-safety-chief-predicts-world-will-follow-our-lead/">Prime Minister Hails a &#x27;Proud Day&#x27; as Online Safety Chief Predicts &#x27;World Will Follow Our Lead&#x27;.</a></h3>
  3733.                <p class="sponsored-excerpt-v7 "></p>
  3734.                <div class="sponsored-meta-v7">
  3735.                  <div class="author-info-v7">
  3736.                    
  3737.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Cynthia Holland" class="sponsored-author-img-v7" />
  3738.                    
  3739.                    <span>Cynthia Holland</span>
  3740.                  </div>
  3741.                  <div>16 May 2026</div>
  3742.                </div>
  3743.              </div>
  3744.            </div>
  3745.          </div>
  3746.        
  3747.      </div>
  3748.    </div>
  3749.  </section>
  3750.  
  3751.  
  3752.    
  3753.        <!-- end wpo-blog-sponsored-section -->
  3754.        <!-- start wpo-subscribe-section -->
  3755.        
  3756.        <!-- end subscribe-section -->
  3757.        <!-- start of wpo-site-footer-section -->
  3758.        
  3759.  
  3760.  
  3761.  
  3762.  
  3763.  
  3764.  
  3765. <!-- Footer V4 - Modern Corporate Design -->
  3766. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3767.  
  3768.    <div class="container-fluid fluid-container">
  3769.        
  3770.        <!-- Content Sections -->
  3771.        <div class="content-sections">
  3772.            <div class="row g-5">
  3773.                
  3774.                <!-- Brand Column -->
  3775.                <div class="col-lg-4 col-md-12">
  3776.                    <div class="brand-section">
  3777.                        <div class="brand-header">
  3778.                            
  3779.                            <div class="brand-text">
  3780.                                <h3 class="brand-name">Megacore Studio</h3>
  3781.                                <span class="brand-type">Digital Publication</span>
  3782.                            </div>
  3783.                        </div>
  3784.                        <p class="brand-description  text-lg-start ">
  3785.                            Megacore Studio offers expert web design, development, and digital marketing services in the UK. We help businesses grow online with custom solutions.
  3786.                        </p>
  3787.                    </div>
  3788.                </div>
  3789.  
  3790.                <!-- Quick Links Column -->
  3791.               <div class="col-lg-4 col-md-6">
  3792.                    <div class="links-section">
  3793.                        <div class="section-title">
  3794.                            <h4 class="title-text">Resources</h4>
  3795.                            <div class="title-decoration"></div>
  3796.                        </div>
  3797.                        <div class="links-container">
  3798.                          
  3799. <div class="link-group">
  3800.    <ul class="link-list" id="externalLinks">
  3801.        
  3802.  
  3803.    
  3804.        
  3805.        
  3806.        
  3807.    </ul>
  3808. </div>
  3809.  
  3810.                        </div>
  3811.                    </div>
  3812.                </div>
  3813.  
  3814.                <!-- Categories Column -->
  3815.                <div class="col-lg-4 col-md-6">
  3816.                    <div class="categories-section">
  3817.                        <div class="section-title">
  3818.                            <h4 class="title-text">Explore Topics</h4>
  3819.                            <div class="title-decoration"></div>
  3820.                        </div>
  3821.                        <div class="categories-container">
  3822.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3823.                            <div class="categories-cloud">
  3824.                                
  3825.                                <a href="/category/all-posts/" class="category-pill">
  3826.                                    All Posts
  3827.                                </a>
  3828.                                
  3829.                                <a href="/category/business/" class="category-pill">
  3830.                                    Business
  3831.                                </a>
  3832.                                
  3833.                                <a href="/category/esports/" class="category-pill">
  3834.                                    Esports
  3835.                                </a>
  3836.                                
  3837.                                <a href="/category/fashion/" class="category-pill">
  3838.                                    Fashion
  3839.                                </a>
  3840.                                
  3841.                                <a href="/category/featured/" class="category-pill">
  3842.                                    Featured
  3843.                                </a>
  3844.                                
  3845.                                <a href="/category/gaming/" class="category-pill">
  3846.                                    Gaming
  3847.                                </a>
  3848.                                
  3849.                                <a href="/category/health/" class="category-pill">
  3850.                                    Health
  3851.                                </a>
  3852.                                
  3853.                                <a href="/category/life-fitness/" class="category-pill">
  3854.                                    Life &amp; Fitness
  3855.                                </a>
  3856.                                
  3857.                            </div>
  3858.                        </div>
  3859.                    </div>
  3860.                </div>
  3861.  
  3862.            </div>
  3863.        </div>
  3864.  
  3865.        <!-- Footer Bottom -->
  3866.        <div class="footer-bottom">
  3867.            <div class="bottom-border"></div>
  3868.            <div class=" d-flex justify-content-between flex-wrap">
  3869.                <div>
  3870.                    <div class="copyright-info">
  3871.                        <p class="copyright-main">
  3872.                            Â© 2026 <span class="brand-highlight">Megacore Studio</span>. All rights reserved.
  3873.                        </p>
  3874.                        <p class="copyright-sub">
  3875.                            Thoughtfully crafted content for curious minds worldwide.
  3876.                        </p>
  3877.                    </div>
  3878.                </div>
  3879.                <div>
  3880.                    <div class="footer-actions">
  3881.                        <div class="action-links">
  3882.                            <a href="/page/write-for-us/" class="action-link">
  3883.                                <i class="bi bi-shield-check"></i>
  3884.                                <span>Write For Us</span>
  3885.                            </a>
  3886.                            <a href="/page/terms-and-conditions/" class="action-link">
  3887.                                <i class="bi bi-shield-check"></i>
  3888.                                <span>Terms & Conditions</span>
  3889.                            </a>
  3890.                            <a href="/sitemap.xml" class="action-link">
  3891.                                <i class="bi bi-diagram-3"></i>
  3892.                                <span>Sitemap</span>
  3893.                            </a>
  3894.                        </div>
  3895.  
  3896.                    </div>
  3897.                </div>
  3898.            </div>
  3899.        </div>
  3900.  
  3901.    </div>
  3902.  
  3903.    
  3904.  
  3905. </footer>
  3906.  
  3907.  
  3908. <style>
  3909. /* Footer V4 - Modern Corporate Design */
  3910. .wpo-site-footer-v4 {
  3911.    color: var(--footer-color);
  3912.    margin-top: 100px;
  3913. }
  3914.  
  3915.  
  3916. .accent-line {
  3917.    position: absolute;
  3918.    top: 0;
  3919.    height: 100%;
  3920.    width: 33.333%;
  3921.    opacity: 0.8;
  3922. }
  3923.  
  3924. .accent-1 {
  3925.    left: 0;
  3926.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3927.    animation: slideRight 3s ease-in-out infinite;
  3928. }
  3929.  
  3930. .accent-2 {
  3931.    left: 33.333%;
  3932.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3933.    animation: slideRight 3s ease-in-out infinite 1s;
  3934. }
  3935.  
  3936. .accent-3 {
  3937.    left: 66.666%;
  3938.    background: linear-gradient(90deg, #10b981, #059669);
  3939.    animation: slideRight 3s ease-in-out infinite 2s;
  3940. }
  3941.  
  3942. @keyframes slideRight {
  3943.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3944.    50% { transform: translateX(10px); opacity: 1; }
  3945. }
  3946.  
  3947. /* Content Sections */
  3948. .content-sections {
  3949.    padding: 60px 0;
  3950.    position: relative;
  3951.    z-index: 2;
  3952. }
  3953.  
  3954. /* Brand Section */
  3955. .brand-section {
  3956.    padding-right: 2rem;
  3957. }
  3958.  
  3959. .brand-header {
  3960.    display: flex;
  3961.    align-items: center;
  3962.    margin-bottom: 2rem;
  3963.    gap: 1rem;
  3964. }
  3965.  
  3966. .brand-logo {
  3967.    height: 50px;
  3968.    width: auto;
  3969.    border-radius: 8px;
  3970. }
  3971.  
  3972. .brand-name {
  3973.    font-size: 1.5rem;
  3974.    font-weight: 800;
  3975.    color: var(--footer-color) !important;
  3976.    margin: 0;
  3977. }
  3978.  
  3979. .brand-type {
  3980.    color: var(--footer-color) !important;
  3981.    opacity: 0.8;
  3982.    font-size: 0.85rem;
  3983.    font-weight: 500;
  3984.    text-transform: uppercase;
  3985.    letter-spacing: 0.5px;
  3986. }
  3987.  
  3988. .brand-description {
  3989.    color: var(--footer-color) !important;
  3990.    line-height: 1.7;
  3991.    margin-bottom: 2rem;
  3992.    font-size: 0.95rem;
  3993. }
  3994.  
  3995. .brand-stats {
  3996.    display: flex;
  3997.    align-items: center;
  3998.    gap: 1.5rem;
  3999. }
  4000.  
  4001. .stat-item {
  4002.    text-align: center;
  4003. }
  4004.  
  4005. .stat-number {
  4006.    font-size: 1.5rem;
  4007.    font-weight: 800;
  4008.    color: #3b82f6;
  4009.    display: block;
  4010.    line-height: 1;
  4011. }
  4012.  
  4013. .stat-label {
  4014.    font-size: 0.8rem;
  4015.    color: #94a3b8;
  4016.    margin-top: 0.25rem;
  4017. }
  4018.  
  4019. .stat-divider {
  4020.    width: 1px;
  4021.    height: 40px;
  4022.    background: rgba(255, 255, 255, 0.2);
  4023. }
  4024.  
  4025. /* Links Section */
  4026. .links-section {
  4027.    padding-left: 1rem;
  4028.    padding-right: 1rem;
  4029. }
  4030.  
  4031. .section-title {
  4032.    margin-bottom: 2rem;
  4033.    position: relative;
  4034. }
  4035.  
  4036. .title-text {
  4037.    font-size: 1.3rem;
  4038.    font-weight: 700;
  4039.    color: var(--footer-color) !important;
  4040.    margin-bottom: 0.5rem;
  4041.    text-align: justify !important;
  4042. }
  4043.  
  4044.  
  4045. .link-group {
  4046.    margin-bottom: 2rem;
  4047. }
  4048.  
  4049. .group-title {
  4050.    font-size: 1rem;
  4051.    font-weight: 600;
  4052.    color: #f1f5f9;
  4053.    margin-bottom: 1rem;
  4054.    padding-bottom: 0.5rem;
  4055.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4056. }
  4057.  
  4058. .link-list {
  4059.    list-style: none;
  4060.    padding: 0;
  4061.    margin: 0;
  4062. }
  4063.  
  4064. .link-item {
  4065.    margin-bottom: 0.75rem;
  4066. }
  4067.  
  4068. .link-text {
  4069.    color: var(--footer-color) !important;
  4070.    text-decoration: none;
  4071.    font-size: 0.9rem;
  4072.    display: flex;
  4073.    align-items: center;
  4074.    transition: all 0.3s ease;
  4075.    padding: 0.25rem 0;
  4076. }
  4077.  
  4078. .link-text:hover {
  4079.    color: #3b82f6;
  4080.    padding-left: 0.5rem;
  4081. }
  4082.  
  4083. .link-icon {
  4084.    margin-right: 0.5rem;
  4085.    opacity: 0;
  4086.    transition: opacity 0.3s ease;
  4087. }
  4088.  
  4089. .link-text:hover .link-icon {
  4090.    opacity: 1;
  4091. }
  4092.  
  4093. .external-icon {
  4094.    color: #10b981;
  4095. }
  4096.  
  4097. /* Categories Section */
  4098. .categories-section {
  4099.    padding-left: 1rem;
  4100. }
  4101.  
  4102. .categories-intro {
  4103.    color: #cbd5e1;
  4104.    margin-bottom: 1.5rem;
  4105.    font-size: 0.9rem;
  4106. }
  4107.  
  4108. .categories-cloud {
  4109.    display: flex;
  4110.    flex-wrap: wrap;
  4111.    gap: 0.75rem;
  4112. }
  4113.  
  4114. .category-pill {
  4115.    display: inline-block;
  4116.    padding: 0.5rem 1rem;
  4117.    background: rgba(255, 255, 255, 0.1);
  4118.    border: 1px solid rgba(255, 255, 255, 0.2);
  4119.    border-radius: 20px;
  4120.    color:  var(--footer-color) !important;
  4121.    text-decoration: none;
  4122.    font-size: 0.85rem;
  4123.    opacity: 0.7;
  4124.    font-weight: 500;
  4125.    transition: all 0.3s ease;
  4126. }
  4127.  
  4128. .category-pill:hover {
  4129.    background: #3b82f6;
  4130.    border-color: #3b82f6;
  4131.    color: var(--footer-color) !important;
  4132.    opacity: 1;
  4133.    transform: translateY(-1px);
  4134.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4135. }
  4136.  
  4137. /* Footer Bottom */
  4138. .footer-bottom {
  4139.    padding: 2rem 0;
  4140.    position: relative;
  4141.    z-index: 2;
  4142. }
  4143.  
  4144. .bottom-border {
  4145.    height: 1px;
  4146.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4147.    margin-bottom: 2rem;
  4148. }
  4149.  
  4150. .copyright-main {
  4151.    font-size: 1rem;
  4152.    color: #e2e8f0;
  4153.    margin-bottom: 0.25rem;
  4154. }
  4155.  
  4156. .brand-highlight {
  4157.    color: var(--footer-color);
  4158.    font-weight: 700;
  4159. }
  4160.  
  4161. .copyright-sub {
  4162.    font-size: 0.85rem;
  4163.    color: #94a3b8;
  4164.    margin: 0;
  4165. }
  4166.  
  4167. .footer-actions {
  4168.    display: flex;
  4169.    align-items: center;
  4170.    gap: 2rem;
  4171. }
  4172.  
  4173. .action-links {
  4174.    display: flex;
  4175.    gap: 1.5rem;
  4176. }
  4177.  
  4178. .action-link {
  4179.    display: flex;
  4180.    align-items: center;
  4181.    gap: 0.5rem;
  4182.    color: #cbd5e1;
  4183.    text-decoration: none;
  4184.    font-size: 0.9rem;
  4185.    transition: color 0.3s ease;
  4186. }
  4187.  
  4188. .action-link:hover {
  4189.    color: #3b82f6;
  4190. }
  4191.  
  4192. .scroll-to-top-btn {
  4193.    background: rgba(255, 255, 255, 0.1);
  4194.    border: 1px solid rgba(255, 255, 255, 0.2);
  4195.    color: #cbd5e1;
  4196.    width: 44px;
  4197.    height: 44px;
  4198.    border-radius: 12px;
  4199.    cursor: pointer;
  4200.    transition: all 0.3s ease;
  4201.    display: flex;
  4202.    align-items: center;
  4203.    justify-content: center;
  4204. }
  4205.  
  4206. .scroll-to-top-btn:hover {
  4207.    background: #3b82f6;
  4208.    border-color: #3b82f6;
  4209.    color: white;
  4210.    transform: translateY(-2px);
  4211. }
  4212.  
  4213. /* Background Pattern */
  4214. .footer-pattern {
  4215.    position: absolute;
  4216.    top: 0;
  4217.    left: 0;
  4218.    width: 100%;
  4219.    height: 100%;
  4220.    z-index: 1;
  4221.    overflow: hidden;
  4222. }
  4223.  
  4224. .pattern-grid {
  4225.    position: relative;
  4226.    width: 100%;
  4227.    height: 100%;
  4228. }
  4229.  
  4230. .pattern-dot {
  4231.    position: absolute;
  4232.    width: 2px;
  4233.    height: 2px;
  4234.    background: rgba(255, 255, 255, 0.1);
  4235.    border-radius: 50%;
  4236. }
  4237.  
  4238. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4239. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4240. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4241. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4242. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4243. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4244.  
  4245. /* Responsive Design */
  4246. @media (max-width: 992px) {
  4247.    .newsletter-heading {
  4248.        font-size: 2rem;
  4249.    }
  4250.    
  4251.    .brand-section {
  4252.        padding-right: 0;
  4253.        margin-bottom: 3rem;
  4254.    }
  4255.    
  4256.    .links-section, .categories-section {
  4257.        padding-left: 0;
  4258.        padding-right: 0;
  4259.    }
  4260.    
  4261.    .brand-stats {
  4262.        justify-content: center;
  4263.        margin-top: 2rem;
  4264.    }
  4265. }
  4266.  
  4267. @media (max-width: 768px) {
  4268.    .newsletter-section {
  4269.        padding: 60px 0 40px;
  4270.    }
  4271.    
  4272.    .newsletter-container {
  4273.        padding: 2rem 1.5rem;
  4274.        margin: 0 1rem;
  4275.    }
  4276.    
  4277.    .newsletter-heading {
  4278.        font-size: 1.75rem;
  4279.    }
  4280.    
  4281.    .content-sections {
  4282.        padding: 40px 0;
  4283.    }
  4284.    
  4285.    .brand-header {
  4286.        flex-direction: column;
  4287.        text-align: center;
  4288.    }
  4289.    
  4290.    .footer-actions {
  4291.        flex-direction: column;
  4292.        gap: 1rem;
  4293.        margin-top: 1.5rem;
  4294.    }
  4295.    
  4296.    .action-links {
  4297.        order: 2;
  4298.    }
  4299.    
  4300.    .scroll-to-top-btn {
  4301.        order: 1;
  4302.    }
  4303. }
  4304.  
  4305. @media (max-width: 576px) {
  4306.    .newsletter-container {
  4307.        padding: 1.5rem 1rem;
  4308.    }
  4309.    
  4310.    .newsletter-heading {
  4311.        font-size: 1.5rem;
  4312.    }
  4313.    
  4314.    .brand-stats {
  4315.        flex-direction: column;
  4316.        gap: 1rem;
  4317.    }
  4318.    
  4319.    .stat-divider {
  4320.        width: 40px;
  4321.        height: 1px;
  4322.    }
  4323.    
  4324.    .action-links {
  4325.        flex-direction: column;
  4326.        gap: 0.75rem;
  4327.        text-align: center;
  4328.    }
  4329.    
  4330.    .pattern-dot {
  4331.        display: none;
  4332.    }
  4333. }
  4334. </style>
  4335.  
  4336. <!-- Bootstrap 5 JS -->
  4337.  
  4338. <script>
  4339. // Scroll to Top Function
  4340. document.addEventListener('DOMContentLoaded', function () {
  4341.    var btn = document.getElementById('toggleExternal');
  4342.    if (!btn) return; // No extra items, no button
  4343.  
  4344.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4345.  
  4346.    btn.addEventListener('click', function () {
  4347.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4348.            return li.classList.contains('d-none');
  4349.        });
  4350.  
  4351.        extras.forEach(function (li) {
  4352.            if (anyHidden) {
  4353.                li.classList.remove('d-none');
  4354.                li.classList.add('show');
  4355.            } else {
  4356.                li.classList.add('d-none');
  4357.                li.classList.remove('show');
  4358.            }
  4359.        });
  4360.  
  4361.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4362.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4363.    });
  4364. });
  4365. function scrollToTop() {
  4366.    window.scrollTo({
  4367.        top: 0,
  4368.        behavior: 'smooth'
  4369.    });
  4370. }
  4371.  
  4372. // Initialize Footer V4 Features
  4373. document.addEventListener('DOMContentLoaded', function() {
  4374.    
  4375.    // Newsletter Form Handling
  4376.    const newsletterForm = document.querySelector('.newsletter-form');
  4377.    const emailInput = document.querySelector('.form-input');
  4378.    const submitButton = document.querySelector('.submit-button');
  4379.    const successMessage = document.querySelector('.success-message');
  4380.    const errorMessage = document.querySelector('.error-message');
  4381.    const infoMessage = document.querySelector('.info-message');
  4382.    
  4383.    if (newsletterForm && emailInput && submitButton) {
  4384.        
  4385.        // Form submission
  4386.        newsletterForm.addEventListener('submit', function(e) {
  4387.            e.preventDefault();
  4388.            
  4389.            const email = emailInput.value.trim();
  4390.            
  4391.            // Validate email
  4392.            if (!email || !isValidEmail(email)) {
  4393.                showMessage('error');
  4394.                emailInput.focus();
  4395.                return;
  4396.            }
  4397.            
  4398.            // Show loading state
  4399.            const originalText = submitButton.querySelector('.button-text').textContent;
  4400.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4401.            
  4402.            submitButton.disabled = true;
  4403.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4404.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4405.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4406.            
  4407.            // Simulate API call
  4408.            setTimeout(() => {
  4409.                // Success state
  4410.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4411.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4412.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4413.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4414.                
  4415.                showMessage('success');
  4416.                
  4417.                // Reset after delay
  4418.                setTimeout(() => {
  4419.                    submitButton.querySelector('.button-text').textContent = originalText;
  4420.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4421.                    submitButton.style.background = '';
  4422.                    submitButton.disabled = false;
  4423.                    emailInput.value = '';
  4424.                    showMessage('info');
  4425.                }, 3000);
  4426.                
  4427.            }, 2000);
  4428.        });
  4429.        
  4430.        // Input validation
  4431.        emailInput.addEventListener('blur', function() {
  4432.            const email = this.value.trim();
  4433.            if (email && !isValidEmail(email)) {
  4434.                this.style.borderColor = '#ef4444';
  4435.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4436.            } else if (email && isValidEmail(email)) {
  4437.                this.style.borderColor = '#10b981';
  4438.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4439.            }
  4440.        });
  4441.        
  4442.        emailInput.addEventListener('focus', function() {
  4443.            this.style.borderColor = '#3b82f6';
  4444.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4445.        });
  4446.        
  4447.        // Reset validation styling on input
  4448.        emailInput.addEventListener('input', function() {
  4449.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4450.                this.style.borderColor = '';
  4451.                this.style.boxShadow = '';
  4452.            }
  4453.        });
  4454.    }
  4455.    
  4456.    // Email validation function
  4457.    function isValidEmail(email) {
  4458.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4459.        return emailRegex.test(email);
  4460.    }
  4461.    
  4462.    // Message display function
  4463.    function showMessage(type) {
  4464.        // Hide all messages
  4465.        successMessage.style.display = 'none';
  4466.        errorMessage.style.display = 'none';
  4467.        infoMessage.style.display = 'none';
  4468.        
  4469.        // Show specific message
  4470.        if (type === 'success') {
  4471.            successMessage.style.display = 'block';
  4472.        } else if (type === 'error') {
  4473.            errorMessage.style.display = 'block';
  4474.        } else if (type === 'info') {
  4475.            infoMessage.style.display = 'block';
  4476.        }
  4477.    }
  4478.    
  4479.    // Smooth reveal animations
  4480.    const observerOptions = {
  4481.        threshold: 0.1,
  4482.        rootMargin: '0px 0px -30px 0px'
  4483.    };
  4484.    
  4485.    const sectionObserver = new IntersectionObserver((entries) => {
  4486.        entries.forEach(entry => {
  4487.            if (entry.isIntersecting) {
  4488.                entry.target.style.opacity = '1';
  4489.                entry.target.style.transform = 'translateY(0)';
  4490.            }
  4491.        });
  4492.    }, observerOptions);
  4493.    
  4494.    // Animate sections
  4495.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4496.        section.style.opacity = '0';
  4497.        section.style.transform = 'translateY(20px)';
  4498.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4499.        sectionObserver.observe(section);
  4500.    });
  4501.    
  4502.    // Animate category pills
  4503.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4504.        pill.style.opacity = '0';
  4505.        pill.style.transform = 'translateY(10px)';
  4506.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4507.        
  4508.        setTimeout(() => {
  4509.            pill.style.opacity = '1';
  4510.            pill.style.transform = 'translateY(0)';
  4511.        }, 300 + (index * 100));
  4512.    });
  4513.    
  4514.    // Enhanced link hover effects
  4515.    document.querySelectorAll('.link-text').forEach(link => {
  4516.        link.addEventListener('mouseenter', function() {
  4517.            const icon = this.querySelector('.link-icon');
  4518.            if (icon) {
  4519.                icon.style.transform = 'translateX(4px)';
  4520.            }
  4521.        });
  4522.        
  4523.        link.addEventListener('mouseleave', function() {
  4524.            const icon = this.querySelector('.link-icon');
  4525.            if (icon) {
  4526.                icon.style.transform = 'translateX(0)';
  4527.            }
  4528.        });
  4529.    });
  4530.    
  4531.    // Prevent default for demo links
  4532.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4533.        link.addEventListener('click', function(e) {
  4534.            e.preventDefault();
  4535.        });
  4536.    });
  4537.    
  4538.    // Add ripple effect to submit button
  4539.    submitButton.addEventListener('click', function(e) {
  4540.        const ripple = document.createElement('span');
  4541.        const rect = this.getBoundingClientRect();
  4542.        const size = Math.max(rect.width, rect.height);
  4543.        const x = e.clientX - rect.left - size / 2;
  4544.        const y = e.clientY - rect.top - size / 2;
  4545.        
  4546.        ripple.style.cssText = `
  4547.            position: absolute;
  4548.            width: ${size}px;
  4549.            height: ${size}px;
  4550.            left: ${x}px;
  4551.            top: ${y}px;
  4552.            background: rgba(255, 255, 255, 0.3);
  4553.            border-radius: 50%;
  4554.            transform: scale(0);
  4555.            animation: ripple 0.6s ease-out;
  4556.            pointer-events: none;
  4557.        `;
  4558.        
  4559.        this.appendChild(ripple);
  4560.        
  4561.        setTimeout(() => {
  4562.            ripple.remove();
  4563.        }, 600);
  4564.    });
  4565.    
  4566. });
  4567.  
  4568. // Add CSS for ripple animation
  4569. const rippleStyle = document.createElement('style');
  4570. rippleStyle.textContent = `
  4571.    @keyframes ripple {
  4572.        to {
  4573.            transform: scale(2);
  4574.            opacity: 0;
  4575.        }
  4576.    }
  4577.    
  4578.    @keyframes spin {
  4579.        from { transform: rotate(0deg); }
  4580.        to { transform: rotate(360deg); }
  4581.    }
  4582.    
  4583.    .submit-button {
  4584.        position: relative;
  4585.        overflow: hidden;
  4586.    }
  4587. `;
  4588. document.head.appendChild(rippleStyle);
  4589. </script>
  4590.  
  4591.        <!-- end of wpo-site-footer-section -->
  4592.    </div>
  4593.    <!-- end of page-wrapper -->
  4594.  
  4595.    <!-- All JavaScript files
  4596.    ================================================== -->
  4597.    
  4598.  
  4599. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4600. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4601. <!-- Plugins for this template -->
  4602. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4603. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4604. <!-- Custom script for this template -->
  4605. <script src="/static/blogapp/assets/js/script.js"></script>
  4606.  
  4607. <script>
  4608. (function () {
  4609. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4610. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4611.  
  4612. function applyFallback(img) {
  4613. if (!img || img.dataset.fallbackApplied === "1") {
  4614. return;
  4615. }
  4616. var failedSrc = img.currentSrc || img.src || "";
  4617. img.dataset.fallbackApplied = "1";
  4618. img.onerror = null;
  4619. img.src = fallbackImageSrc;
  4620. console.warn("[ImageFallback] Replaced broken image:", {
  4621. failedSrc: failedSrc,
  4622. fallbackSrc: fallbackImageSrc,
  4623. alt: img.alt || "",
  4624. });
  4625. }
  4626.  
  4627. document.querySelectorAll("img").forEach(function (img) {
  4628. if (img.complete && img.naturalWidth === 0) {
  4629. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4630. failedSrc: img.currentSrc || img.src || "",
  4631. alt: img.alt || "",
  4632. });
  4633. applyFallback(img);
  4634. }
  4635. });
  4636.  
  4637. document.addEventListener(
  4638. "error",
  4639. function (event) {
  4640. var target = event.target;
  4641. if (target && target.tagName === "IMG") {
  4642. applyFallback(target);
  4643. }
  4644. },
  4645. true
  4646. );
  4647. })();
  4648. </script>
  4649.  
  4650. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4651.  
  4652.  
  4653.  
  4654. <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":"4b8462d0f96d4c8d9a7d4c12e494121d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4655. </body>
  4656.  
  4657. </html>
  4658.  
  4659.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda