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://casinotechnews.uk.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T172626.263_7lZakNi.png">
  14.    
  15.  
  16.    <title>Casino Tech News: Latest Gaming Technology Updates &amp; Reviews</title>
  17.    <meta name="description" content="Stay informed with the latest casino technology news, gaming software reviews, and industry insights for enthusiasts and professionals in the UK.">
  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://casinotechnews.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #38bdf8;
  42.        --bs-primary-rgb: 38bdf8;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #38bdf8;
  53.        --theme-primary-color-s2: #38bdf8;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #38bdf8;
  84.        --link-hover: #0ea5e9;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(56, 189, 248, 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(30, 41, 59, 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_40">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar d-sm-flex d-none">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row  ">
  410.      <div>
  411.        <div class="pt-2 d-flex gap-2 pb-0">
  412.          <div class="">
  413.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  414.          </div>
  415.  
  416.          <!-- Add an id to the marquee -->
  417.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  418.            <p class="text-center">
  419.              
  420.               <a href="/fresh-test-series-debate-as-smith-given-out-on-review/" class="px-5 top-color">
  421.                    Fresh Test Series Debate as Smith Given Out on Review
  422.                  </a>
  423.              
  424.               <a href="/milan-ice-hockey-arena-delays-may-leave-nhl-stars-on-unproven-ice/" class="px-5 top-color">
  425.                    Milan Ice Hockey Arena Delays May Leave NHL Stars on Unproven Ice
  426.                  </a>
  427.              
  428.               <a href="/clair-obscur-community-convinced-forthcoming-dlc-may-include-evil-esquie-showdown/" class="px-5 top-color">
  429.                    Clair Obscur Community Convinced Forthcoming DLC May Include Evil Esquie Showdown
  430.                  </a>
  431.              
  432.               <a href="/naoya-inoue-takes-a-step-closer-to-landmark-japanese-clash-after-dominant-victory/" class="px-5 top-color">
  433.                    Naoya Inoue Takes a Step Closer to Landmark Japanese Clash After Dominant Victory.
  434.                  </a>
  435.              
  436.               <a href="/japans-pioneering-female-prime-minister-an-unprecedented-event-that-comes-with-reservations/" class="px-5 top-color">
  437.                    Japan&#x27;s Pioneering Female Prime Minister: An Unprecedented Event that Comes with Reservations
  438.                  </a>
  439.              
  440.            </p>
  441.          </marquee>
  442.        </div>
  443.      </div>
  444.    </div>
  445.  </div>
  446. </div>
  447. <style>
  448.  .tilt-button {
  449.  padding: 0.5rem 1rem;
  450.  white-space: nowrap;
  451.  font-weight: bold;
  452.  display: inline-block;
  453.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  454.  transition: background 0.3s ease;
  455. }
  456.  
  457.  
  458. </style>
  459. <script>
  460.  // Stop/start marquee when hovering or focusing links inside it
  461.  document.addEventListener("DOMContentLoaded", function () {
  462.    const marquee = document.getElementById("newsMarquee");
  463.    if (!marquee) return;
  464.  
  465.    marquee.querySelectorAll("a").forEach((link) => {
  466.      link.addEventListener("mouseenter", () => marquee.stop());
  467.      link.addEventListener("mouseleave", () => marquee.start());
  468.      // keyboard accessibility
  469.      link.addEventListener("focus", () => marquee.stop());
  470.      link.addEventListener("blur", () => marquee.start());
  471.    });
  472.  });
  473. </script>
  474.  
  475.  
  476.  
  477.            
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484. <header class="header-v6 mb-4 nav-bg position-relative">
  485.    <div class="main-header-v6">
  486.        <div class="container-fluid fluid-container">
  487.            <div class="row align-items-center justify-content-between">
  488.                <!-- Left Navigation -->
  489.                <div class="col-lg-5 col-md-3">
  490.                    <nav class="left-nav-v6">
  491.                        <ul class="nav-list-v6">
  492.                            
  493.                            <li class="nav-item-v6">
  494.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  495.                            </li>
  496.  
  497.                            
  498.                            
  499.                            <li class="nav-item-v6">
  500.                                <a href="/category/all-posts/" class="nav-link-v6">
  501.                                    All Posts
  502.                                </a>
  503.                            </li>
  504.                            
  505.                            <li class="nav-item-v6">
  506.                                <a href="/category/business/" class="nav-link-v6">
  507.                                    Business
  508.                                </a>
  509.                            </li>
  510.                            
  511.                            <li class="nav-item-v6">
  512.                                <a href="/category/esports/" class="nav-link-v6">
  513.                                    Esports
  514.                                </a>
  515.                            </li>
  516.                            
  517.                        </ul>
  518.                    </nav>
  519.                </div>
  520.  
  521.                <!-- Center Logo -->
  522.               <div class="col-lg-2 col-md-6 text-center">
  523.                    <div class="logo-center-v6">
  524.                        <a class="brand-link-v6" href="/">
  525.                            
  526.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/15371b76-3654-4fb7-944b-3e2b8157c575_logo.png" alt="Casino Tech News" class="logo-img-v6" />
  527.                            
  528.                        </a>
  529.                    </div>
  530.                </div>
  531.  
  532.                <!-- Right Navigation -->
  533.                <div class="col-lg-5 col-md-3">
  534.                    <nav class="right-nav-v6">
  535.                        <ul class="nav-list-v6 justify-content-end">
  536.  
  537.                            
  538.                            
  539.                            <li class="nav-item-v6">
  540.                                <a href="/category/fashion/" class="nav-link-v6">
  541.                                    Fashion
  542.                                </a>
  543.                            </li>
  544.                            
  545.                            <li class="nav-item-v6">
  546.                                <a href="/category/featured/" class="nav-link-v6">
  547.                                    Featured
  548.                                </a>
  549.                            </li>
  550.                            
  551.  
  552.                            
  553.                            
  554.                            
  555.                            <li class="nav-item-v6 dropdown-container-v6">
  556.                                <a href="#" class="nav-link-v6">More</a>
  557.                                <div class="mega-dropdown-v6">
  558.                                    <div class="dropdown-grid-v6">
  559.                                        <div class="dropdown-column-v6">
  560.                                            
  561.                                            <a href="/category/gaming/"
  562.                                                class="dropdown-link-v6">
  563.                                                Gaming
  564.                                            </a>
  565.                                            
  566.                                            <a href="/category/health/"
  567.                                                class="dropdown-link-v6">
  568.                                                Health
  569.                                            </a>
  570.                                            
  571.                                            <a href="/category/life-fitness/"
  572.                                                class="dropdown-link-v6">
  573.                                                Life &amp; Fitness
  574.                                            </a>
  575.                                            
  576.                                            <a href="/category/lifestyle/"
  577.                                                class="dropdown-link-v6">
  578.                                                Lifestyle
  579.                                            </a>
  580.                                            
  581.                                            <a href="/category/news/"
  582.                                                class="dropdown-link-v6">
  583.                                                News
  584.                                            </a>
  585.                                            
  586.                                            <a href="/category/others/"
  587.                                                class="dropdown-link-v6">
  588.                                                Others
  589.                                            </a>
  590.                                            
  591.                                            <a href="/category/politics/"
  592.                                                class="dropdown-link-v6">
  593.                                                Politics
  594.                                            </a>
  595.                                            
  596.                                            <a href="/category/sports/"
  597.                                                class="dropdown-link-v6">
  598.                                                Sports
  599.                                            </a>
  600.                                            
  601.                                            <a href="/category/tech/"
  602.                                                class="dropdown-link-v6">
  603.                                                Tech
  604.                                            </a>
  605.                                            
  606.                                            <a href="/category/travel/"
  607.                                                class="dropdown-link-v6">
  608.                                                Travel
  609.                                            </a>
  610.                                            
  611.                                        </div>
  612.                                    </div>
  613.                                </div>
  614.                            </li>
  615.                            
  616.                            
  617.                             <li>
  618.                  <a href="/page/contact-us/">
  619.                     Contact Us
  620.                  </a>
  621.              </li>
  622.                        </ul>
  623.                    </nav>
  624.                </div>
  625.            </div>
  626.  
  627.  
  628.            <!-- Search Bar Row -->
  629.            <div class="row mt-md-4 ">
  630.                <div class="col-12">
  631.                    <div class="search-container-v6">
  632.                        <form class="search-form-v6" action="#" method="get">
  633.                            <div class="search-wrapper-v6">
  634.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  635.                                    stroke="currentColor" stroke-width="2">
  636.                                    <circle cx="11" cy="11" r="8"></circle>
  637.                                    <path d="m21 21-4.35-4.35"></path>
  638.                                </svg>
  639.                                <input id="search-input" type="search" class="search-input-v6"
  640.                                    placeholder="What are you looking for today?" name="q">
  641.                                <button type="submit" class="search-submit-v6">Search</button>
  642.                            </div>
  643.                        </form>
  644.                         <div id="search-results" class="search-results-container search-v1"></div>
  645.                    </div>
  646.                </div>
  647.            </div>
  648.        </div>
  649.    </div>
  650.  
  651.    <!-- Mobile Menu Button -->
  652.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  653.        <span class="hamburger-line-v6 text-link "></span>
  654.        <span class="hamburger-line-v6 text-link "></span>
  655.        <span class="hamburger-line-v6 text-link "></span>
  656.    </button>
  657.  
  658.    <!-- Mobile Menu -->
  659. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  660.    <div class="mobile-menu-content-v6">
  661.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  662.            onclick="toggleMenuV6()">
  663.            X
  664.        </button>
  665.        <ul class="mobile-nav-list-v6">
  666.  
  667.            <!-- Static Home -->
  668.            <li class="mobile-nav-item-v6">
  669.                <a href="/"
  670.                   class="mobile-nav-link-v6 active-v6">
  671.                    Home
  672.                </a>
  673.            </li>
  674.  
  675.            <!-- Dynamic categories -->
  676.            
  677.            <li class="mobile-nav-item-v6">
  678.                <a href="/category/all-posts/"
  679.                   class="mobile-nav-link-v6 ">
  680.                    All Posts
  681.                </a>
  682.            </li>
  683.            
  684.            <li class="mobile-nav-item-v6">
  685.                <a href="/category/business/"
  686.                   class="mobile-nav-link-v6 ">
  687.                    Business
  688.                </a>
  689.            </li>
  690.            
  691.            <li class="mobile-nav-item-v6">
  692.                <a href="/category/esports/"
  693.                   class="mobile-nav-link-v6 ">
  694.                    Esports
  695.                </a>
  696.            </li>
  697.            
  698.            <li class="mobile-nav-item-v6">
  699.                <a href="/category/fashion/"
  700.                   class="mobile-nav-link-v6 ">
  701.                    Fashion
  702.                </a>
  703.            </li>
  704.            
  705.            <li class="mobile-nav-item-v6">
  706.                <a href="/category/featured/"
  707.                   class="mobile-nav-link-v6 ">
  708.                    Featured
  709.                </a>
  710.            </li>
  711.            
  712.            <li class="mobile-nav-item-v6">
  713.                <a href="/category/gaming/"
  714.                   class="mobile-nav-link-v6 ">
  715.                    Gaming
  716.                </a>
  717.            </li>
  718.            
  719.            <li class="mobile-nav-item-v6">
  720.                <a href="/category/health/"
  721.                   class="mobile-nav-link-v6 ">
  722.                    Health
  723.                </a>
  724.            </li>
  725.            
  726.            <li class="mobile-nav-item-v6">
  727.                <a href="/category/life-fitness/"
  728.                   class="mobile-nav-link-v6 ">
  729.                    Life &amp; Fitness
  730.                </a>
  731.            </li>
  732.            
  733.            <li class="mobile-nav-item-v6">
  734.                <a href="/category/lifestyle/"
  735.                   class="mobile-nav-link-v6 ">
  736.                    Lifestyle
  737.                </a>
  738.            </li>
  739.            
  740.            <li class="mobile-nav-item-v6">
  741.                <a href="/category/news/"
  742.                   class="mobile-nav-link-v6 ">
  743.                    News
  744.                </a>
  745.            </li>
  746.            
  747.            <li class="mobile-nav-item-v6">
  748.                <a href="/category/others/"
  749.                   class="mobile-nav-link-v6 ">
  750.                    Others
  751.                </a>
  752.            </li>
  753.            
  754.            <li class="mobile-nav-item-v6">
  755.                <a href="/category/politics/"
  756.                   class="mobile-nav-link-v6 ">
  757.                    Politics
  758.                </a>
  759.            </li>
  760.            
  761.            <li class="mobile-nav-item-v6">
  762.                <a href="/category/sports/"
  763.                   class="mobile-nav-link-v6 ">
  764.                    Sports
  765.                </a>
  766.            </li>
  767.            
  768.            <li class="mobile-nav-item-v6">
  769.                <a href="/category/tech/"
  770.                   class="mobile-nav-link-v6 ">
  771.                    Tech
  772.                </a>
  773.            </li>
  774.            
  775.            <li class="mobile-nav-item-v6">
  776.                <a href="/category/travel/"
  777.                   class="mobile-nav-link-v6 ">
  778.                    Travel
  779.                </a>
  780.            </li>
  781.            
  782.  
  783.            <!-- Static Contact -->
  784.            <li class="mobile-nav-item-v6">
  785.                <a href="/page/contact-us/"
  786.                   class="mobile-nav-link-v6 ">
  787.                    Contact Us
  788.                </a>
  789.            </li>
  790.        </ul>
  791.    </div>
  792. </div>
  793. <div class="sidebar-blur d-lg-none"></div>
  794. </header>
  795.  
  796. <style>
  797.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  798.  
  799.  
  800.    .main-header-v6 {
  801.        padding: 35px 0;
  802.    }
  803.  
  804.    /* Logo Styles */
  805.    .logo-center-v6 {
  806.        position: relative;
  807.    }
  808.  
  809.    .logo-img-v6 {
  810.        max-height: 100px;
  811.        transition: transform 0.3s ease;
  812.    }
  813.  
  814.    .logo-img-v6:hover {
  815.        transform: scale(1.05);
  816.    }
  817.  
  818.    /* Navigation Styles */
  819.    .nav-list-v6 {
  820.        list-style: none;
  821.        padding: 0;
  822.        margin: 0;
  823.        display: flex;
  824.        align-items: center;
  825.    }
  826.  
  827.    .nav-item-v6 {
  828.        position: relative;
  829.        margin: 0 20px;
  830.    }
  831.  
  832.    .nav-link-v6 {
  833.        color: var(--navbar-color) !important;
  834.        text-decoration: none;
  835.        font-weight: 500;
  836.        font-size: 15px;
  837.        padding: 12px 0;
  838.        position: relative;
  839.        transition: all 0.3s ease;
  840.    }
  841.  
  842.    .nav-link-v6::after {
  843.        content: '';
  844.        position: absolute;
  845.        bottom: 0;
  846.        left: 50%;
  847.        width: 0;
  848.        height: 2px;
  849.        transition: all 0.3s ease;
  850.        transform: translateX(-50%);
  851.    }
  852.  
  853.    .nav-link-v6:hover,
  854.    .nav-link-v6.active-v6 {
  855.        font-weight: 700;
  856.        opacity: 0.75;
  857.    }
  858.  
  859.    .nav-link-v6:hover::after,
  860.    .nav-link-v6.active-v6::after {
  861.        width: 100%;
  862.    }
  863.  
  864.    /* Mega Dropdown Styles */
  865.    .dropdown-container-v6 {
  866.        position: relative;
  867.    }
  868.  
  869.    .mega-dropdown-v6 {
  870.        position: absolute;
  871.        top: 100%;
  872.        left: 50%;
  873.        transform: translateX(-50%);
  874.        background: var(--navbar-bg);
  875.        border-radius: 12px;
  876.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  877.        opacity: 0;
  878.        visibility: hidden;
  879.        transition: all 0.3s ease;
  880.        padding: 25px;
  881.        min-width: 300px;
  882.        z-index: 1200;
  883.        margin-top: 15px;
  884.    }
  885.  
  886.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  887.        opacity: 1;
  888.        visibility: visible;
  889.        margin-top: 0;
  890.    }
  891.  
  892.    .dropdown-grid-v6 {
  893.        display: grid;
  894.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  895.        gap: 20px;
  896.    }
  897.  
  898.    .dropdown-title-v6 {
  899.        font-size: 13px;
  900.        font-weight: 600;
  901.        color: #4a5568;
  902.        margin-bottom: 10px;
  903.        text-transform: uppercase;
  904.        letter-spacing: 0.5px;
  905.    }
  906.  
  907.    .dropdown-link-v6 {
  908.        display: block;
  909.        color: #2d3748;
  910.        text-decoration: none;
  911.        font-size: 14px;
  912.        padding: 8px 0;
  913.        transition: all 0.3s ease;
  914.        position: relative;
  915.        padding-left: 15px;
  916.    }
  917.  
  918.    .dropdown-link-v6::before {
  919.        content: '';
  920.        position: absolute;
  921.        left: 0;
  922.        top: 50%;
  923.        width: 6px;
  924.        height: 6px;
  925.        background: #e2e8f0;
  926.        border-radius: 50%;
  927.        transform: translateY(-50%);
  928.        transition: all 0.3s ease;
  929.    }
  930.  
  931.    .dropdown-link-v6:hover {
  932.        color: #667eea;
  933.        padding-left: 20px;
  934.    }
  935.  
  936.    .dropdown-link-v6:hover::before {
  937.        background: #667eea;
  938.    }
  939.  
  940.    /* Search Styles */
  941.    .search-container-v6 {
  942.        max-width: 600px;
  943.        margin: 0 auto;
  944.    }
  945.  
  946.    .search-wrapper-v6 {
  947.        position: relative;
  948.        background: #f7fafc;
  949.        border-radius: 50px;
  950.        display: flex;
  951.        align-items: center;
  952.        transition: all 0.3s ease;
  953.        border: 2px solid transparent;
  954.    }
  955.  
  956.    .search-wrapper-v6:focus-within {
  957.        background: #ffffff;
  958.        border-color: #007bff;
  959.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  960.    }
  961.  
  962.    .search-icon-v6 {
  963.        color: #a0aec0;
  964.        margin: 0 15px;
  965.        transition: color 0.3s ease;
  966.    }
  967.  
  968.    .search-wrapper-v6:focus-within .search-icon-v6 {
  969.        color: #007bff;
  970.    }
  971.  
  972.    .search-input-v6 {
  973.        flex: 1;
  974.        border: none;
  975.        background: transparent;
  976.        font-size: 16px;
  977.        padding: 10px 0;
  978.        outline: none;
  979.        color: #2d3748;
  980.    }
  981.  
  982.    .search-input-v6::placeholder {
  983.        color: #a0aec0;
  984.    }
  985.  
  986.    .search-submit-v6 {
  987.        background-color: var(--bs-primary);
  988.        color: white;
  989.        border: none;
  990.        border-radius: 50px;
  991.        padding: 12px 25px;
  992.        font-weight: 500;
  993.        cursor: pointer;
  994.        transition: all 0.3s ease;
  995.    }
  996.  
  997.    .search-submit-v6:hover {
  998.        transform: translateY(-2px);
  999.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1000.    }
  1001.  
  1002.    /* Mobile Styles */
  1003.    .mobile-toggle-v6 {
  1004.        position: absolute;
  1005.        top: 20px;
  1006.        right: 20px;
  1007.        background: none;
  1008.        border: none;
  1009.        cursor: pointer;
  1010.        z-index: 999;
  1011.        padding: 5px;
  1012.    }
  1013.  
  1014.    .hamburger-line-v6 {
  1015.        display: block;
  1016.        width: 25px;
  1017.        height: 3px;
  1018.        background: var(--navbar-color);
  1019.        margin: 5px 0;
  1020.        transition: all 0.3s ease;
  1021.        border-radius: 2px;
  1022.    }
  1023.  
  1024.    .mobile-menu-v6 {
  1025.        position: fixed;
  1026.        top: 0;
  1027.        right: -100%;
  1028.        width: 300px;
  1029.        height: 100vh;
  1030.        background: var(--navbar-bg) !important;
  1031.        z-index: 1000;
  1032.        transition: right 0.3s ease;
  1033.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1034.    }
  1035.  
  1036.    .mobile-menu-v6.show-v6 {
  1037.        right: 0;
  1038.    }
  1039.  
  1040.    .mobile-menu-content-v6 {
  1041.        padding: 80px 30px 30px;
  1042.        height: 100%;
  1043.        overflow-y: auto;
  1044.    }
  1045.  
  1046.    .mobile-nav-list-v6 {
  1047.        list-style: none;
  1048.        padding: 0;
  1049.        margin: 0;
  1050.    }
  1051.  
  1052.    .mobile-nav-item-v6 {
  1053.        margin-bottom: 5px;
  1054.    }
  1055.  
  1056.    .mobile-nav-link-v6 {
  1057.        display: flex;
  1058.        align-items: center;
  1059.        justify-content: space-between;
  1060.        color: var(--navbar-color) !important;
  1061.        text-decoration: none;
  1062.        font-size: 16px;
  1063.        font-weight: 500;
  1064.        padding: 15px 0;
  1065.        border-bottom: 1px solid var(--border-color);
  1066.        transition: color 0.3s ease;
  1067.    }
  1068.  
  1069.    .mobile-nav-link-v6:hover,
  1070.    .mobile-nav-link-v6.active-v6 {
  1071.        color: #667eea;
  1072.    }
  1073.  
  1074.    .mobile-dropdown-v6 {
  1075.        list-style: none;
  1076.        padding: 0;
  1077.        margin: 0;
  1078.        max-height: 0;
  1079.        overflow: hidden;
  1080.        transition: max-height 0.3s ease;
  1081.        background: var(--navbar-bg);
  1082.        border-radius: 8px;
  1083.        margin-top: 5px;
  1084.    }
  1085.  
  1086.    .mobile-dropdown-v6.show-v6 {
  1087.        max-height: 300px;
  1088.        padding: 10px 0;
  1089.    }
  1090.  
  1091.    .mobile-dropdown-link-v6 {
  1092.        display: block;
  1093.        color: var(--navbar-color) !important;
  1094.        text-decoration: none;
  1095.        font-size: 14px;
  1096.        padding: 10px 20px;
  1097.        transition: all 0.3s ease;
  1098.    }
  1099.  
  1100.    .mobile-dropdown-link-v6:hover {
  1101.        color: #667eea;
  1102.        opacity: 0.6;
  1103.    }
  1104.  
  1105.    /* Responsive Design */
  1106.    @media (max-width: 991px) {
  1107.  
  1108.        .left-nav-v6,
  1109.        .right-nav-v6 {
  1110.            display: none;
  1111.        }
  1112.  
  1113.        .main-header-v6 {
  1114.            padding: 15px 0;
  1115.        }
  1116.  
  1117.        .search-container-v6 {
  1118.            margin-top: 20px;
  1119.        }
  1120.    }
  1121.  
  1122.    @media (max-width: 768px) {
  1123.        .search-wrapper-v6 {
  1124.            flex-direction: row;
  1125.        }
  1126.  
  1127.        .search-input-v6 {
  1128.            padding: 6px 0;
  1129.            text-align: center;
  1130.            display: flex;
  1131.        }
  1132.  
  1133.  
  1134.        .search-submit-v6 {
  1135.            width: 100%;
  1136.            margin-top: 10px;
  1137.            display: none;
  1138.        }
  1139.    }
  1140. </style>
  1141.  
  1142. <script>
  1143.    function toggleMenuV6() {
  1144.        const mobileMenu = document.getElementById('mobileMenuV6');
  1145.        mobileMenu.classList.toggle('show-v6');
  1146.    }
  1147.  
  1148.    function toggleMobileDropdown(dropdownId) {
  1149.        const dropdown = document.getElementById(dropdownId);
  1150.        dropdown.classList.toggle('show-v6');
  1151.    }
  1152.  
  1153.    // Close mobile menu when clicking outside
  1154.    document.addEventListener('click', function (event) {
  1155.        const mobileMenu = document.getElementById('mobileMenuV6');
  1156.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1157.  
  1158.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1159.            mobileMenu.classList.remove('show-v6');
  1160.        }
  1161.    });
  1162. </script>
  1163.  
  1164. <script>
  1165.  document.addEventListener("DOMContentLoaded", function () {
  1166.    console.log("loaded");
  1167.  
  1168.     const searchInput = document.getElementById("search-input")
  1169.    const searchResults = document.getElementById("search-results");
  1170.  
  1171.    if (!searchInput || !searchResults) {
  1172.      console.error("Search input/results not found");
  1173.      return;
  1174.    }
  1175.  
  1176.    // Prevent form submission
  1177.    if (searchInput.form) {
  1178.      searchInput.form.addEventListener("submit", function (e) {
  1179.        e.preventDefault();
  1180.      });
  1181.    }
  1182.  
  1183.    // Add event listener for keyup
  1184.    searchInput.addEventListener("keyup", function (e) {
  1185.      console.log("Key pressed:", e.key);
  1186.      e.preventDefault();
  1187.  
  1188.      const query = searchInput.value.trim();
  1189.      console.log("User is typing: " + query);
  1190.  
  1191.      // If empty → clear and hide
  1192.      if (query === "") {
  1193.        searchResults.innerHTML = "";
  1194.        searchResults.style.display = "none";
  1195.        return;
  1196.      }
  1197.  
  1198.      // Show results
  1199.      searchResults.style.display = "block";
  1200.  
  1201.      // Fetch search results
  1202.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1203.        method: "GET",
  1204.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1205.      })
  1206.        .then(response => {
  1207.          console.log("Response Status:", response.status);
  1208.          return response.json();
  1209.        })
  1210.        .then(data => {
  1211.          console.log("Data received:", data);
  1212.          if (data.html) {
  1213.            searchResults.innerHTML = data.html;
  1214.          } else {
  1215.            searchResults.innerHTML = "<p>No results found.</p>";
  1216.          }
  1217.        })
  1218.        .catch(error => {
  1219.          console.error("Error fetching search results:", error);
  1220.        });
  1221.    });
  1222.  
  1223.    // Close results when clicking outside
  1224.    document.addEventListener("click", function (e) {
  1225.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1226.        searchResults.style.display = "none";
  1227.      }
  1228.    });
  1229.  
  1230.    // Close results on ESC key
  1231.    document.addEventListener("keydown", function (e) {
  1232.      if (e.key === "Escape") {
  1233.        searchResults.style.display = "none";
  1234.      }
  1235.    });
  1236.  });
  1237. </script>
  1238.  
  1239. <style>
  1240.        /* search field */
  1241.  .search-results-container {
  1242.  position: absolute;
  1243.  top: 100%; /* Position it below the input field */
  1244.  left: 10px;
  1245.  right: 10px;
  1246.  background-color: white;
  1247.  border: 1px solid #ddd;
  1248.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1249.  max-height: 300px;
  1250.  overflow-y: auto;
  1251.  z-index: 1000;
  1252.  display: none; /* Initially hidden */
  1253. }
  1254.  
  1255. .search-results-container p {
  1256.  margin: 0;
  1257. }
  1258.  
  1259. .search-results-container .result-item {
  1260.  padding: 10px;
  1261.  cursor: pointer;
  1262. }
  1263.  
  1264. .search-results-container .result-item:hover {
  1265.  background-color: #f0f0f0;
  1266. }
  1267. </style>
  1268.  
  1269.        </header>
  1270.        <!-- end of header -->
  1271.        <!-- start of wpo-blog-hero -->
  1272.        
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280. <style>
  1281. .blog-hero-section {
  1282.    padding: 3rem 0;
  1283. }
  1284.  
  1285.  
  1286. .hero-grid {
  1287.    display: grid;
  1288.    grid-template-columns: 2fr 1fr 1fr;
  1289.    grid-template-rows: 1fr 1fr;
  1290.    gap: 1.5rem;
  1291.    height: 500px;
  1292. }
  1293.  
  1294. .hero-card {
  1295.    background: var(--card-bg);
  1296.    border-radius: 12px;
  1297.    overflow: hidden;
  1298.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1299.    transition: all 0.3s ease;
  1300.    position: relative;
  1301. }
  1302.  
  1303. .hero-card:hover {
  1304.    transform: translateY(-8px);
  1305.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1306. }
  1307.  
  1308. .main-hero {
  1309.    grid-row: 1 / -1;
  1310.    grid-column: 1;
  1311. }
  1312.  
  1313. .card-image {
  1314.    width: 100%;
  1315.    height: 60%;
  1316.    object-fit: cover;
  1317.    transition: transform 0.3s ease;
  1318. }
  1319.  
  1320. .main-hero .card-image {
  1321.    height: 65%;
  1322. }
  1323.  
  1324. .hero-card:hover .card-image {
  1325.    transform: scale(1.05);
  1326. }
  1327.  
  1328. .card-content {
  1329.    padding: 1.5rem;
  1330.    height: 40%;
  1331.    display: flex;
  1332.    flex-direction: column;
  1333.    justify-content: space-between;
  1334. }
  1335.  
  1336. .main-hero .card-content {
  1337.    height: 35%;
  1338. }
  1339.  
  1340. .category-badge {
  1341.    display: inline-block;
  1342.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1343.    color: white;
  1344.    padding: 0.4rem 1rem;
  1345.    border-radius: 20px;
  1346.    font-size: 0.8rem;
  1347.    font-weight: 600;
  1348.    text-transform: uppercase;
  1349.    letter-spacing: 0.5px;
  1350.    margin-bottom: 0.8rem;
  1351.    width: fit-content;
  1352. }
  1353.  
  1354. .card-title {
  1355.    font-size: 1.1rem;
  1356.    font-weight: 700;
  1357.    line-height: 1.4;
  1358.    margin-bottom: 0.5rem;
  1359. }
  1360.  
  1361. .main-hero .card-title {
  1362.    font-size: 1.6rem;
  1363.    line-height: 1.3;
  1364.    margin-bottom: 0.8rem;
  1365. }
  1366.  
  1367. .card-title a {
  1368.    color: var(--top-color);
  1369.    text-decoration: none;
  1370.    transition: color 0.3s ease;
  1371. }
  1372.  
  1373.  
  1374. .card-description {
  1375.    color: var(--top-color);
  1376.    line-height: 1.6;
  1377.    margin-bottom: 1rem;
  1378.    display: -webkit-box;
  1379.    -webkit-line-clamp: 2;
  1380.    -webkit-box-orient: vertical;
  1381.    overflow: hidden;
  1382. }
  1383.  
  1384. .main-hero .card-description {
  1385.    -webkit-line-clamp: 3;
  1386. }
  1387.  
  1388. .card-meta {
  1389.    display: flex;
  1390.    align-items: center;
  1391.    justify-content: space-between;
  1392.    margin-top: auto;
  1393. }
  1394.  
  1395. .author-section {
  1396.    display: flex;
  1397.    align-items: center;
  1398.    gap: 0.8rem;
  1399. }
  1400.  
  1401. .author-avatar {
  1402.    width: 35px;
  1403.    height: 35px;
  1404.    border-radius: 50%;
  1405.    object-fit: cover;
  1406.    border: 2px solid #f8f9fa;
  1407. }
  1408.  
  1409. .author-name {
  1410.    color: #667eea;
  1411.    text-decoration: none;
  1412.    font-weight: 600;
  1413.    font-size: 0.9rem;
  1414. }
  1415.  
  1416. .author-name:hover {
  1417.    text-decoration: underline;
  1418. }
  1419.  
  1420. .publish-date {
  1421.    color: #95a5a6;
  1422.    font-size: 0.85rem;
  1423.    font-weight: 500;
  1424. }
  1425.  
  1426. .side-card-1 {
  1427.    grid-column: 2;
  1428.    grid-row: 1;
  1429. }
  1430.  
  1431. .side-card-2 {
  1432.    grid-column: 3;
  1433.    grid-row: 1;
  1434. }
  1435.  
  1436. .side-card-3 {
  1437.    grid-column: 2 / 4;
  1438.    grid-row: 2;
  1439. }
  1440.  
  1441. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1442. @media (min-width: 992px) {
  1443.    
  1444.    .main-hero .card-image,
  1445.    .side-card-1 .card-image,
  1446.    .side-card-2 .card-image {
  1447.        height: 100%;
  1448.    }
  1449.    
  1450.    .main-hero .card-content,
  1451.    .side-card-1 .card-content,
  1452.    .side-card-2 .card-content {
  1453.        position: absolute;
  1454.        bottom: 0;
  1455.        left: 0;
  1456.        right: 0;
  1457.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1458.        color: white;
  1459.        padding: 2rem 1.5rem 1.5rem;
  1460.        height: auto;
  1461.    }
  1462.    
  1463.    .main-hero .card-content {
  1464.        padding: 3rem 2rem 2rem;
  1465.    }
  1466.    
  1467.    .main-hero .category-badge,
  1468.    .side-card-1 .category-badge,
  1469.    .side-card-2 .category-badge {
  1470.      
  1471.        margin-bottom: 0.8rem;
  1472.    }
  1473.    
  1474.    .main-hero .card-title a,
  1475.    .side-card-1 .card-title a,
  1476.    .side-card-2 .card-title a {
  1477.        color: white;
  1478.    }
  1479.    
  1480.    .main-hero .card-description {
  1481.        color: #f8f9fa;
  1482.    }
  1483.    
  1484.    .main-hero .author-name,
  1485.    .side-card-1 .author-name,
  1486.    .side-card-2 .author-name {
  1487.        color: #f8f9fa;
  1488.    }
  1489.    
  1490.    .main-hero .publish-date,
  1491.    .side-card-1 .publish-date,
  1492.    .side-card-2 .publish-date {
  1493.        color: #e9ecef;
  1494.    }
  1495. }
  1496.  
  1497. .side-card-3 {
  1498.    display: flex;
  1499.    flex-direction: row;
  1500. }
  1501.  
  1502. .side-card-3 .card-image {
  1503.    width: 40%;
  1504.    height: 100%;
  1505. }
  1506.  
  1507. .side-card-3 .card-content {
  1508.    width: 60%;
  1509.    height: 100%;
  1510.    padding: 1.5rem;
  1511. }
  1512.  
  1513. /* Mobile Responsive */
  1514. @media (max-width: 992px) {
  1515.    .hero-grid {
  1516.        grid-template-columns: 1fr;
  1517.        grid-template-rows: auto;
  1518.        height: auto;
  1519.        gap: 1rem;
  1520.    }
  1521.    
  1522.    .main-hero {
  1523.        grid-row: 1;
  1524.        grid-column: 1;
  1525.    }
  1526.    
  1527.    .side-card-1, .side-card-2, .side-card-3 {
  1528.        grid-column: 1;
  1529.        grid-row: auto;
  1530.    }
  1531.    
  1532.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1533.    .main-hero .card-content,
  1534.    .side-card-1 .card-content,
  1535.    .side-card-2 .card-content {
  1536.        position: relative;
  1537.        background: var(--card-bg);
  1538.        color: inherit;
  1539.        padding: 1.5rem;
  1540.        height: auto;
  1541.    }
  1542.    
  1543.    .main-hero .card-image,
  1544.    .side-card-1 .card-image,
  1545.    .side-card-2 .card-image {
  1546.        height: 200px;
  1547.    }
  1548.    
  1549.    .main-hero .card-image {
  1550.        height: 250px;
  1551.    }
  1552.    
  1553.    .main-hero .category-badge,
  1554.    .side-card-1 .category-badge,
  1555.    .side-card-2 .category-badge {
  1556.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1557.        color: white;
  1558.    }
  1559.    
  1560.    .main-hero .card-title a,
  1561.    .side-card-1 .card-title a,
  1562.    .side-card-2 .card-title a {
  1563.        color: var(--top-color);
  1564.    }
  1565.    
  1566.    .main-hero .card-description {
  1567.        color: #7f8c8d;
  1568.    }
  1569.    
  1570.    .main-hero .author-name,
  1571.    .side-card-1 .author-name,
  1572.    .side-card-2 .author-name {
  1573.        color: #667eea;
  1574.    }
  1575.    
  1576.    .main-hero .publish-date,
  1577.    .side-card-1 .publish-date,
  1578.    .side-card-2 .publish-date {
  1579.        color: #95a5a6;
  1580.    }
  1581.    
  1582.    .side-card-3 {
  1583.        flex-direction: column;
  1584.    }
  1585.    
  1586.    .side-card-3 .card-image {
  1587.        width: 100%;
  1588.        height: 200px;
  1589.    }
  1590.    
  1591.    .side-card-3 .card-content {
  1592.        width: 100%;
  1593.        height: auto;
  1594.    }
  1595.    
  1596.    .card-image {
  1597.        height: 200px;
  1598.    }
  1599.    
  1600.    .main-hero .card-image {
  1601.        height: 250px;
  1602.    }
  1603.    
  1604.    .main-hero .card-content {
  1605.        height: auto;
  1606.    }
  1607. }
  1608. </style>
  1609.  
  1610. <div class="blog-hero-section">
  1611.    <div class="container-fluid fluid-container">
  1612.        <div class="hero-grid">
  1613.            <!-- Main Featured Post -->
  1614.            
  1615.                              
  1616.                    <article class="hero-card main-hero">
  1617.                        
  1618.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Putin as a Russian 007? The New Film&#x27;s Depiction of the Russian President Appears to Reinforce Kremlin-Crafted Myths" class="card-image">
  1619.                        
  1620.                        
  1621.                        <div class="card-content">
  1622.                            <div>
  1623.                                <span class="category-badge">News</span>
  1624.                                <h2 class="card-title">
  1625.                                    <a href="/putin-as-a-russian-007-the-new-films-depiction-of-the-russian-president-appears-to-reinforce-kremlin-crafted-myths/">
  1626.                                        Putin as a Russian 007? The New Film&#x27;s Depiction of the Russian President Appears to Reinforce Kremlin-Crafted Myths
  1627.                                    </a>
  1628.                                </h2>
  1629.                                <p class="card-description"></p>
  1630.                            </div>
  1631.                            
  1632.                            <div class="card-meta">
  1633.                                <div class="author-section">
  1634.                                    
  1635.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="April Cannon" class="author-avatar">
  1636.                                    
  1637.                                    <a href="#" class="author-name">April Cannon</a>
  1638.                                </div>
  1639.                                <span class="publish-date">Jul 14, 2026</span>
  1640.                            </div>
  1641.                        </div>
  1642.                    </article>
  1643.                
  1644.            
  1645.  
  1646.            <!-- Side Cards -->
  1647.            
  1648.                <article class="hero-card side-card-1">
  1649.                    
  1650.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="From Struggling to Imperfect – Are There Any Contenders Truly Desiring to Win the Super Bowl This Season?" class="card-image">
  1651.                    
  1652.                    
  1653.                    <div class="card-content">
  1654.                        <div>
  1655.                            <span class="category-badge">News</span>
  1656.                            <h3 class="card-title">
  1657.                                <a href="/from-struggling-to-imperfect-are-there-any-contenders-truly-desiring-to-win-the-super-bowl-this-season/">
  1658.                                    From Struggling to Imperfect – Are There Any Contenders Truly Desiring to Win the Super Bowl This Season?
  1659.                                </a>
  1660.                            </h3>
  1661.                            <p class="card-description"></p>
  1662.                        </div>
  1663.                        
  1664.                        <div class="card-meta">
  1665.                            <div class="author-section">
  1666.                                <a href="#" class="author-name">April Cannon</a>
  1667.                            </div>
  1668.                            <span class="publish-date">Jul 14</span>
  1669.                        </div>
  1670.                    </div>
  1671.                </article>
  1672.            
  1673.                <article class="hero-card side-card-2">
  1674.                    
  1675.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="New Jersey&#x27;s top prosecutor leaves her post after court deems ineligible her." class="card-image">
  1676.                    
  1677.                    
  1678.                    <div class="card-content">
  1679.                        <div>
  1680.                            <span class="category-badge">News</span>
  1681.                            <h3 class="card-title">
  1682.                                <a href="/new-jerseys-top-prosecutor-leaves-her-post-after-court-deems-ineligible-her/">
  1683.                                    New Jersey&#x27;s top prosecutor leaves her post after court deems ineligible her.
  1684.                                </a>
  1685.                            </h3>
  1686.                            <p class="card-description"></p>
  1687.                        </div>
  1688.                        
  1689.                        <div class="card-meta">
  1690.                            <div class="author-section">
  1691.                                <a href="#" class="author-name">April Cannon</a>
  1692.                            </div>
  1693.                            <span class="publish-date">Jul 14</span>
  1694.                        </div>
  1695.                    </div>
  1696.                </article>
  1697.            
  1698.                <article class="hero-card side-card-3">
  1699.                    
  1700.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Atalanta Takes On Chelsea, Spurs Hosts The Czech Side – An Evening of Champions League Football" class="card-image">
  1701.                    
  1702.                    
  1703.                    <div class="card-content">
  1704.                        <div>
  1705.                            <span class="category-badge">News</span>
  1706.                            <h3 class="card-title">
  1707.                                <a href="/atalanta-takes-on-chelsea-spurs-hosts-the-czech-side-an-evening-of-champions-league-football/">
  1708.                                    Atalanta Takes On Chelsea, Spurs Hosts The Czech Side – An Evening of Champions League Football
  1709.                                </a>
  1710.                            </h3>
  1711.                            <p class="card-description"></p>
  1712.                        </div>
  1713.                        
  1714.                        <div class="card-meta">
  1715.                            <div class="author-section">
  1716.                                <a href="#" class="author-name">April Cannon</a>
  1717.                            </div>
  1718.                            <span class="publish-date">Jul 14</span>
  1719.                        </div>
  1720.                    </div>
  1721.                </article>
  1722.            
  1723.        </div>
  1724.    </div>
  1725. </div>
  1726.  
  1727.  
  1728.  
  1729.  
  1730.        <!-- end of wpo-blog-hero -->
  1731.  
  1732.        <!-- start of wpo-breacking-news -->
  1733.        
  1734.        <!-- end of wpo-breacking-news -->
  1735.        
  1736.        <!-- start wpo-blog-highlights-section -->
  1737.        
  1738.  
  1739.  
  1740.  
  1741.    
  1742.  
  1743.  
  1744. <section class="wpo-blog-highlights-section">
  1745.    <div class="container-fluid fluid-container">
  1746.        <div class="wpo-section-title">
  1747.            
  1748.                <h2>Today's Top Highlights</h2>
  1749.                    
  1750.        </div>
  1751.        <div class="row">
  1752.            <div class="col col-lg-8 col-12">
  1753.                <!-- start wpo-blog-section -->
  1754.                <div class="wpo-blog-highlights-wrap">
  1755.                    <div class="wpo-blog-items">
  1756.                        <div class="row">
  1757.                            
  1758.                            
  1759.                            <div class="col col-lg-6 col-md-6 col-12">
  1760.                                <div class="wpo-blog-item">
  1761.                                    <div class="wpo-blog-img">
  1762.                                        
  1763.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1764.                                        
  1765.                                        <div class="thumb bg-primary-gradient">News</div>
  1766.                                    </div>
  1767.                                    <div class="wpo-blog-content"  >
  1768.                                        <h2>
  1769.                                            <a href="/daily-killings-in-the-nation-decline-thirty-seven-percent-during-claudia-sheinbaum-per-government-statistics/" class="top-color">
  1770.                                            Daily Killings in the nation Decline Thirty-Seven Percent During Claudia Sheinbaum, Per Government Statistics
  1771.                                            </a>
  1772.                                        </h2>
  1773.                                        <ul>
  1774.                                            <li>  
  1775.                                                
  1776.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1777.                                                
  1778.                                            </li>
  1779.                                            <li class="top-color">By April Cannon</li>
  1780.                                            <li class="top-color">14 Jul 2026</li>
  1781.                                        </ul>
  1782.                                        <p class="top-color"> </p>
  1783.                                    </div>
  1784.                                </div>
  1785.                            </div>
  1786.                        
  1787.                            
  1788.                            
  1789.                            <div class="col col-lg-6 col-md-6 col-12">
  1790.                                <div class="wpo-blog-item">
  1791.                                    <div class="wpo-blog-img">
  1792.                                        
  1793.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1794.                                        
  1795.                                        <div class="thumb bg-primary-gradient">News</div>
  1796.                                    </div>
  1797.                                    <div class="wpo-blog-content"  >
  1798.                                        <h2>
  1799.                                            <a href="/england-bowling-consultant-southee-uncertain-on-the-ashes-availability/" class="top-color">
  1800.                                            England Bowling Consultant Southee Uncertain on The Ashes Availability
  1801.                                            </a>
  1802.                                        </h2>
  1803.                                        <ul>
  1804.                                            <li>  
  1805.                                                
  1806.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1807.                                                
  1808.                                            </li>
  1809.                                            <li class="top-color">By April Cannon</li>
  1810.                                            <li class="top-color">14 Jul 2026</li>
  1811.                                        </ul>
  1812.                                        <p class="top-color"> </p>
  1813.                                    </div>
  1814.                                </div>
  1815.                            </div>
  1816.                        
  1817.                            
  1818.                            
  1819.                            <div class="col col-lg-6 col-md-6 col-12">
  1820.                                <div class="wpo-blog-item">
  1821.                                    <div class="wpo-blog-img">
  1822.                                        
  1823.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1824.                                        
  1825.                                        <div class="thumb bg-primary-gradient">News</div>
  1826.                                    </div>
  1827.                                    <div class="wpo-blog-content"  >
  1828.                                        <h2>
  1829.                                            <a href="/a-permanent-peace-involving-israel-and-palestine-we-have-witnessed-similar-promises-the-consequence-was-increased-bloodshed/" class="top-color">
  1830.                                            A Permanent Peace Involving Israel and Palestine? We have Witnessed Similar Promises – The Consequence Was Increased Bloodshed
  1831.                                            </a>
  1832.                                        </h2>
  1833.                                        <ul>
  1834.                                            <li>  
  1835.                                                
  1836.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1837.                                                
  1838.                                            </li>
  1839.                                            <li class="top-color">By April Cannon</li>
  1840.                                            <li class="top-color">13 Jul 2026</li>
  1841.                                        </ul>
  1842.                                        <p class="top-color"> </p>
  1843.                                    </div>
  1844.                                </div>
  1845.                            </div>
  1846.                        
  1847.                            
  1848.                            
  1849.                            <div class="col col-lg-6 col-md-6 col-12">
  1850.                                <div class="wpo-blog-item">
  1851.                                    <div class="wpo-blog-img">
  1852.                                        
  1853.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1854.                                        
  1855.                                        <div class="thumb bg-primary-gradient">News</div>
  1856.                                    </div>
  1857.                                    <div class="wpo-blog-content"  >
  1858.                                        <h2>
  1859.                                            <a href="/an-incident-that-transformed-my-life-the-train-i-was-on-crashed-and-then-i-heard-a-young-girl-crying/" class="top-color">
  1860.                                            An Incident That Transformed My Life: The Train I Was On Crashed – and then I Heard a Young Girl Crying.
  1861.                                            </a>
  1862.                                        </h2>
  1863.                                        <ul>
  1864.                                            <li>  
  1865.                                                
  1866.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1867.                                                
  1868.                                            </li>
  1869.                                            <li class="top-color">By April Cannon</li>
  1870.                                            <li class="top-color">13 Jul 2026</li>
  1871.                                        </ul>
  1872.                                        <p class="top-color"> </p>
  1873.                                    </div>
  1874.                                </div>
  1875.                            </div>
  1876.                        
  1877.                            
  1878.                            
  1879.                            <div class="col col-lg-6 col-md-6 col-12">
  1880.                                <div class="wpo-blog-item">
  1881.                                    <div class="wpo-blog-img">
  1882.                                        
  1883.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1884.                                        
  1885.                                        <div class="thumb bg-primary-gradient">News</div>
  1886.                                    </div>
  1887.                                    <div class="wpo-blog-content"  >
  1888.                                        <h2>
  1889.                                            <a href="/tottenham-willing-to-selling-attacker-welsh-international-johnson/" class="top-color">
  1890.                                            Tottenham Willing to Selling Attacker Welsh International Johnson.
  1891.                                            </a>
  1892.                                        </h2>
  1893.                                        <ul>
  1894.                                            <li>  
  1895.                                                
  1896.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1897.                                                
  1898.                                            </li>
  1899.                                            <li class="top-color">By April Cannon</li>
  1900.                                            <li class="top-color">13 Jul 2026</li>
  1901.                                        </ul>
  1902.                                        <p class="top-color"> </p>
  1903.                                    </div>
  1904.                                </div>
  1905.                            </div>
  1906.                        
  1907.                            
  1908.                            
  1909.                            <div class="col col-lg-6 col-md-6 col-12">
  1910.                                <div class="wpo-blog-item">
  1911.                                    <div class="wpo-blog-img">
  1912.                                        
  1913.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1914.                                        
  1915.                                        <div class="thumb bg-primary-gradient">News</div>
  1916.                                    </div>
  1917.                                    <div class="wpo-blog-content"  >
  1918.                                        <h2>
  1919.                                            <a href="/danish-man-receives-suspended-prison-term-for-posting-nude-film-scenes-on-the-social-platform-reddit/" class="top-color">
  1920.                                            Danish man receives suspended prison term for posting nude film scenes on the social platform Reddit
  1921.                                            </a>
  1922.                                        </h2>
  1923.                                        <ul>
  1924.                                            <li>  
  1925.                                                
  1926.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1927.                                                
  1928.                                            </li>
  1929.                                            <li class="top-color">By April Cannon</li>
  1930.                                            <li class="top-color">13 Jul 2026</li>
  1931.                                        </ul>
  1932.                                        <p class="top-color"> </p>
  1933.                                    </div>
  1934.                                </div>
  1935.                            </div>
  1936.                        
  1937.                            
  1938.                            
  1939.                            <div class="col col-lg-6 col-md-6 col-12">
  1940.                                <div class="wpo-blog-item">
  1941.                                    <div class="wpo-blog-img">
  1942.                                        
  1943.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1944.                                        
  1945.                                        <div class="thumb bg-primary-gradient">News</div>
  1946.                                    </div>
  1947.                                    <div class="wpo-blog-content"  >
  1948.                                        <h2>
  1949.                                            <a href="/australias-captain-faces-fitness-struggle-ahead-of-first-ashes-match/" class="top-color">
  1950.                                            Australia&#x27;s captain Faces Fitness Struggle Ahead of First Ashes Match
  1951.                                            </a>
  1952.                                        </h2>
  1953.                                        <ul>
  1954.                                            <li>  
  1955.                                                
  1956.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1957.                                                
  1958.                                            </li>
  1959.                                            <li class="top-color">By April Cannon</li>
  1960.                                            <li class="top-color">13 Jul 2026</li>
  1961.                                        </ul>
  1962.                                        <p class="top-color"> </p>
  1963.                                    </div>
  1964.                                </div>
  1965.                            </div>
  1966.                        
  1967.                            
  1968.                            
  1969.                            <div class="col col-lg-6 col-md-6 col-12">
  1970.                                <div class="wpo-blog-item">
  1971.                                    <div class="wpo-blog-img">
  1972.                                        
  1973.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1974.                                        
  1975.                                        <div class="thumb bg-primary-gradient">News</div>
  1976.                                    </div>
  1977.                                    <div class="wpo-blog-content"  >
  1978.                                        <h2>
  1979.                                            <a href="/the-former-presidents-first-day-behind-bars-no-individual-stands-above-the-law/" class="top-color">
  1980.                                            The Former President&#x27;s First Day Behind Bars: No Individual Stands Above the Law
  1981.                                            </a>
  1982.                                        </h2>
  1983.                                        <ul>
  1984.                                            <li>  
  1985.                                                
  1986.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  1987.                                                
  1988.                                            </li>
  1989.                                            <li class="top-color">By April Cannon</li>
  1990.                                            <li class="top-color">13 Jul 2026</li>
  1991.                                        </ul>
  1992.                                        <p class="top-color"> </p>
  1993.                                    </div>
  1994.                                </div>
  1995.                            </div>
  1996.                        
  1997.                            
  1998.                            
  1999.                            <div class="col col-lg-6 col-md-6 col-12">
  2000.                                <div class="wpo-blog-item">
  2001.                                    <div class="wpo-blog-img">
  2002.                                        
  2003.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2004.                                        
  2005.                                        <div class="thumb bg-primary-gradient">News</div>
  2006.                                    </div>
  2007.                                    <div class="wpo-blog-content"  >
  2008.                                        <h2>
  2009.                                            <a href="/norrie-celebrates-biggest-victory-after-fighting-back-to-defeat-carlos-alcaraz-in-the-paris-masters/" class="top-color">
  2010.                                            Norrie Celebrates &#x27;Biggest Victory&#x27; After Fighting Back to Defeat Carlos Alcaraz in the Paris Masters
  2011.                                            </a>
  2012.                                        </h2>
  2013.                                        <ul>
  2014.                                            <li>  
  2015.                                                
  2016.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  2017.                                                
  2018.                                            </li>
  2019.                                            <li class="top-color">By April Cannon</li>
  2020.                                            <li class="top-color">13 Jul 2026</li>
  2021.                                        </ul>
  2022.                                        <p class="top-color"> </p>
  2023.                                    </div>
  2024.                                </div>
  2025.                            </div>
  2026.                        
  2027.                            
  2028.                            
  2029.                            <div class="col col-lg-6 col-md-6 col-12">
  2030.                                <div class="wpo-blog-item">
  2031.                                    <div class="wpo-blog-img">
  2032.                                        
  2033.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2034.                                        
  2035.                                        <div class="thumb bg-primary-gradient">News</div>
  2036.                                    </div>
  2037.                                    <div class="wpo-blog-content"  >
  2038.                                        <h2>
  2039.                                            <a href="/playwright-jeremy-o-harris-detained-in-japan-for-alleged-drug-smuggling/" class="top-color">
  2040.                                            Playwright Jeremy O. Harris Detained in Japan for Alleged Drug Smuggling
  2041.                                            </a>
  2042.                                        </h2>
  2043.                                        <ul>
  2044.                                            <li>  
  2045.                                                
  2046.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  2047.                                                
  2048.                                            </li>
  2049.                                            <li class="top-color">By April Cannon</li>
  2050.                                            <li class="top-color">13 Jul 2026</li>
  2051.                                        </ul>
  2052.                                        <p class="top-color"> </p>
  2053.                                    </div>
  2054.                                </div>
  2055.                            </div>
  2056.                        
  2057.                            
  2058.                            
  2059.                            <div class="col col-lg-6 col-md-6 col-12">
  2060.                                <div class="wpo-blog-item">
  2061.                                    <div class="wpo-blog-img">
  2062.                                        
  2063.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2064.                                        
  2065.                                        <div class="thumb bg-primary-gradient">News</div>
  2066.                                    </div>
  2067.                                    <div class="wpo-blog-content"  >
  2068.                                        <h2>
  2069.                                            <a href="/whats-motivating-the-prime-ministers-notable-shift-on-enhanced-relations-to-europe/" class="top-color">
  2070.                                            What&#x27;s Motivating the Prime Minister&#x27;s Notable Shift on Enhanced Relations to Europe?
  2071.                                            </a>
  2072.                                        </h2>
  2073.                                        <ul>
  2074.                                            <li>  
  2075.                                                
  2076.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  2077.                                                
  2078.                                            </li>
  2079.                                            <li class="top-color">By April Cannon</li>
  2080.                                            <li class="top-color">12 Jul 2026</li>
  2081.                                        </ul>
  2082.                                        <p class="top-color"> </p>
  2083.                                    </div>
  2084.                                </div>
  2085.                            </div>
  2086.                        
  2087.                            
  2088.                            
  2089.                            <div class="col col-lg-6 col-md-6 col-12">
  2090.                                <div class="wpo-blog-item">
  2091.                                    <div class="wpo-blog-img">
  2092.                                        
  2093.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2094.                                        
  2095.                                        <div class="thumb bg-primary-gradient">News</div>
  2096.                                    </div>
  2097.                                    <div class="wpo-blog-content"  >
  2098.                                        <h2>
  2099.                                            <a href="/central-african-republic-prepares-for-the-voting-stations-as-incumbent-aims-for-a-third-term/" class="top-color">
  2100.                                            Central African Republic Prepares for the Voting Stations as Incumbent Aims for a Third Term
  2101.                                            </a>
  2102.                                        </h2>
  2103.                                        <ul>
  2104.                                            <li>  
  2105.                                                
  2106.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon">
  2107.                                                
  2108.                                            </li>
  2109.                                            <li class="top-color">By April Cannon</li>
  2110.                                            <li class="top-color">12 Jul 2026</li>
  2111.                                        </ul>
  2112.                                        <p class="top-color"> </p>
  2113.                                    </div>
  2114.                                </div>
  2115.                            </div>
  2116.                        
  2117.                            
  2118.                            
  2119.  
  2120.                        </div>
  2121.                    </div>
  2122.                </div>
  2123.                <!-- end wpo-blog-section -->
  2124.            </div>
  2125.  
  2126.            <div class="col col-lg-4 col-12">
  2127.                
  2128.  
  2129.  
  2130.  
  2131.    
  2132.  
  2133.  
  2134. <!-- Blog Sidebar V2 - Focused Design -->
  2135.  <div class="sidebar mb-3">
  2136.    <!-- Recent Posts Section -->
  2137.    <div class="sidebar-widget mb-4">
  2138.      <div class="widget-title-wrapper mb-3">
  2139.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2140.          <i class="ti-time me-2"></i>Recent Posts
  2141.          <span class="title-arrow-primary"></span>
  2142.        </h4>
  2143.      </div>
  2144.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2145.        <div class="recent-post-list">
  2146.          
  2147.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2148.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2149.              
  2150.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2151.              
  2152.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2153.            </div>
  2154.            <div class="post-content flex-grow-1">
  2155.              <h6 class="post-title mb-2">
  2156.                <a href="/corby-families-pursuing-clarity-about-hazardous-substances-locations/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2157.                                            Corby Families Pursuing Clarity About Hazardous Substances Locations
  2158.                                            </a>
  2159.              </h6>
  2160.              <div class="post-meta">
  2161.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2162.                <!-- <small class="text-muted">
  2163.                  <i class="ti-eye me-1"></i>348 views
  2164.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2165.                </small> -->
  2166.              </div>
  2167.            </div>
  2168.          </div>
  2169.          
  2170.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2171.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2172.              
  2173.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2174.              
  2175.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2176.            </div>
  2177.            <div class="post-content flex-grow-1">
  2178.              <h6 class="post-title mb-2">
  2179.                <a href="/now-is-the-time-to-show-courage-and-undertake-a-reshuffle/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2180.                                            Now is the Time to Show Courage and Undertake a Reshuffle.
  2181.                                            </a>
  2182.              </h6>
  2183.              <div class="post-meta">
  2184.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2185.                <!-- <small class="text-muted">
  2186.                  <i class="ti-eye me-1"></i>348 views
  2187.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2188.                </small> -->
  2189.              </div>
  2190.            </div>
  2191.          </div>
  2192.          
  2193.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2194.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2195.              
  2196.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2197.              
  2198.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2199.            </div>
  2200.            <div class="post-content flex-grow-1">
  2201.              <h6 class="post-title mb-2">
  2202.                <a href="/health-secretary-warns-care-standards-will-not-be-guaranteed-should-junior-doctors-industrial-action-proceeds-during-severe-flu-pressures/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2203.                                            Health Secretary Warns Care Standards Will Not Be Guaranteed Should Junior Doctors&#x27; Industrial Action Proceeds During Severe Flu Pressures.
  2204.                                            </a>
  2205.              </h6>
  2206.              <div class="post-meta">
  2207.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2208.                <!-- <small class="text-muted">
  2209.                  <i class="ti-eye me-1"></i>348 views
  2210.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2211.                </small> -->
  2212.              </div>
  2213.            </div>
  2214.          </div>
  2215.          
  2216.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2217.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2218.              
  2219.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2220.              
  2221.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2222.            </div>
  2223.            <div class="post-content flex-grow-1">
  2224.              <h6 class="post-title mb-2">
  2225.                <a href="/the-three-lions-seal-finals-qualification-with-dominant-victory-over-latvia/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2226.                                            The Three Lions Seal Finals Qualification with Dominant Victory over Latvia
  2227.                                            </a>
  2228.              </h6>
  2229.              <div class="post-meta">
  2230.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2231.                <!-- <small class="text-muted">
  2232.                  <i class="ti-eye me-1"></i>348 views
  2233.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2234.                </small> -->
  2235.              </div>
  2236.            </div>
  2237.          </div>
  2238.          
  2239.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2240.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2241.              
  2242.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2243.              
  2244.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2245.            </div>
  2246.            <div class="post-content flex-grow-1">
  2247.              <h6 class="post-title mb-2">
  2248.                <a href="/why-the-john-bolton-case-stands-apart-significantly-from-other-trump-critics/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2249.                                            Why the John Bolton Case Stands Apart Significantly from Other Trump Critics
  2250.                                            </a>
  2251.              </h6>
  2252.              <div class="post-meta">
  2253.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2254.                <!-- <small class="text-muted">
  2255.                  <i class="ti-eye me-1"></i>348 views
  2256.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2257.                </small> -->
  2258.              </div>
  2259.            </div>
  2260.          </div>
  2261.          
  2262.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2263.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2264.              
  2265.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2266.              
  2267.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2268.            </div>
  2269.            <div class="post-content flex-grow-1">
  2270.              <h6 class="post-title mb-2">
  2271.                <a href="/the-united-kingdom-prepared-to-utilize-seized-russian-holdings-to-support-ukraines-war-effort/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2272.                                            The United Kingdom Prepared to Utilize Seized Russian Holdings to Support Ukraine&#x27;s War Effort
  2273.                                            </a>
  2274.              </h6>
  2275.              <div class="post-meta">
  2276.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2277.                <!-- <small class="text-muted">
  2278.                  <i class="ti-eye me-1"></i>348 views
  2279.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2280.                </small> -->
  2281.              </div>
  2282.            </div>
  2283.          </div>
  2284.          
  2285.  
  2286.        </div>
  2287.  
  2288.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2289.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2290.        </div> -->
  2291.      </div>
  2292.    </div>
  2293.    
  2294.    
  2295.    <div class="sidebar-widget mb-4">
  2296.      <div class="widget-title-wrapper mb-3">
  2297.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2298.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2299.          <span class="title-arrow"></span>
  2300.        </h4>
  2301.      </div>
  2302.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2303.        <div class="blog-roll-list scrollable-sidebar">
  2304.          
  2305.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2306.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2307.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2308.                <i class="ti-angle-right me-2 text-primary"></i>
  2309.                 non gamstop casinos
  2310.              </h6>
  2311.            </a>
  2312.          </div>
  2313.          
  2314.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2315.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2316.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2317.                <i class="ti-angle-right me-2 text-primary"></i>
  2318.                 non gamstop casinos
  2319.              </h6>
  2320.            </a>
  2321.          </div>
  2322.          
  2323.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2324.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2325.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2326.                <i class="ti-angle-right me-2 text-primary"></i>
  2327.                 non gamstop casinos
  2328.              </h6>
  2329.            </a>
  2330.          </div>
  2331.          
  2332.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2333.            <a href="https://eostre.uk/"  rel="dofollow" class="text-decoration-none ">
  2334.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2335.                <i class="ti-angle-right me-2 text-primary"></i>
  2336.                 Non GAMSTOP Casino
  2337.              </h6>
  2338.            </a>
  2339.          </div>
  2340.          
  2341.  
  2342.        </div>
  2343.  
  2344.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2345.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2346.        </div> -->
  2347.      </div>
  2348.    </div>
  2349.    
  2350.    <div class="sidebar-widget mb-4">
  2351.      <div class="widget-title-wrapper mb-3">
  2352.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2353.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2354.          <span class="title-arrow"></span>
  2355.        </h4>
  2356.      </div>
  2357.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2358.        <div class="blog-roll-list scrollable-sidebar">
  2359.          
  2360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2361.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2362.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2363.                <i class="ti-angle-right me-2 text-primary"></i>
  2364.                 Non GamCare Casino
  2365.              </h6>
  2366.            </a>
  2367.          </div>
  2368.          
  2369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.            <a href="https://www.moneymakesense.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2371.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2372.                <i class="ti-angle-right me-2 text-primary"></i>
  2373.                 Best UK Non Gamstop Casinos
  2374.              </h6>
  2375.            </a>
  2376.          </div>
  2377.          
  2378.  
  2379.        </div>
  2380.  
  2381.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2382.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2383.        </div> -->
  2384.      </div>
  2385.    </div>
  2386.    
  2387.    <div class="sidebar-widget mb-4">
  2388.      <div class="widget-title-wrapper mb-3">
  2389.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2390.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2391.          <span class="title-arrow"></span>
  2392.        </h4>
  2393.      </div>
  2394.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2395.        <div class="blog-roll-list scrollable-sidebar">
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                 casinos not on gamstop
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                 non gamstop casinos uk
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.  
  2416.        </div>
  2417.  
  2418.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2419.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2420.        </div> -->
  2421.      </div>
  2422.    </div>
  2423.    
  2424.    <div class="sidebar-widget mb-4">
  2425.      <div class="widget-title-wrapper mb-3">
  2426.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2427.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2428.          <span class="title-arrow"></span>
  2429.        </h4>
  2430.      </div>
  2431.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2432.        <div class="blog-roll-list scrollable-sidebar">
  2433.          
  2434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2435.            <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2436.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2437.                <i class="ti-angle-right me-2 text-primary"></i>
  2438.                 casino not on gamstop
  2439.              </h6>
  2440.            </a>
  2441.          </div>
  2442.          
  2443.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2444.            <a href="https://cobdenchambers.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2445.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2446.                <i class="ti-angle-right me-2 text-primary"></i>
  2447.                 european casinos online
  2448.              </h6>
  2449.            </a>
  2450.          </div>
  2451.          
  2452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.            <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2454.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2455.                <i class="ti-angle-right me-2 text-primary"></i>
  2456.                 casino not on gamstop
  2457.              </h6>
  2458.            </a>
  2459.          </div>
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2463.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                 casinos not on gamstop
  2466.              </h6>
  2467.            </a>
  2468.          </div>
  2469.          
  2470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2471.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2472.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2473.                <i class="ti-angle-right me-2 text-primary"></i>
  2474.                 online casinos
  2475.              </h6>
  2476.            </a>
  2477.          </div>
  2478.          
  2479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2480.            <a href="https://www.citeseducatives.fr"  rel="dofollow" class="text-decoration-none ">
  2481.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2482.                <i class="ti-angle-right me-2 text-primary"></i>
  2483.                 casino en ligne
  2484.              </h6>
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://taranto-2026.it"  rel="dofollow" class="text-decoration-none ">
  2490.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                 i migliori casino non aams
  2493.              </h6>
  2494.            </a>
  2495.          </div>
  2496.          
  2497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2498.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2499.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2500.                <i class="ti-angle-right me-2 text-primary"></i>
  2501.                 non Gamstop casinos
  2502.              </h6>
  2503.            </a>
  2504.          </div>
  2505.          
  2506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2508.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2509.                <i class="ti-angle-right me-2 text-primary"></i>
  2510.                 Non UK Casinos
  2511.              </h6>
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2517.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                 casino sites
  2520.              </h6>
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://www.ilmanifestobologna.it"  rel="dofollow" class="text-decoration-none ">
  2526.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                 casino non aams per italiani
  2529.              </h6>
  2530.            </a>
  2531.          </div>
  2532.          
  2533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2534.            <a href="https://www.jeanmarielepen.com/"  rel="dofollow" class="text-decoration-none ">
  2535.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2536.                <i class="ti-angle-right me-2 text-primary"></i>
  2537.                 casino en ligne france fiable
  2538.              </h6>
  2539.            </a>
  2540.          </div>
  2541.          
  2542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2544.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2545.                <i class="ti-angle-right me-2 text-primary"></i>
  2546.                 UK Casinos Not on Gamstop
  2547.              </h6>
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://www.verhuizeninfo.nl/"  rel="dofollow" class="text-decoration-none ">
  2553.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                 casinos zonder cruks
  2556.              </h6>
  2557.            </a>
  2558.          </div>
  2559.          
  2560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.            <a href="https://www.kidsplayground.nl/"  rel="dofollow" class="text-decoration-none ">
  2562.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2563.                <i class="ti-angle-right me-2 text-primary"></i>
  2564.                 casino online zonder Cruks
  2565.              </h6>
  2566.            </a>
  2567.          </div>
  2568.          
  2569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2570.            <a href="https://www.deputes-les-republicains.fr"  rel="dofollow" class="text-decoration-none ">
  2571.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2572.                <i class="ti-angle-right me-2 text-primary"></i>
  2573.                 casino en ligne france fiable
  2574.              </h6>
  2575.            </a>
  2576.          </div>
  2577.          
  2578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2579.            <a href="https://www.ala-plancha.nl/"  rel="dofollow" class="text-decoration-none ">
  2580.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2581.                <i class="ti-angle-right me-2 text-primary"></i>
  2582.                 online casino
  2583.              </h6>
  2584.            </a>
  2585.          </div>
  2586.          
  2587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2588.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2589.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2590.                <i class="ti-angle-right me-2 text-primary"></i>
  2591.                 Casino Not on GamStop
  2592.              </h6>
  2593.            </a>
  2594.          </div>
  2595.          
  2596.  
  2597.        </div>
  2598.  
  2599.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2600.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2601.        </div> -->
  2602.      </div>
  2603.    </div>
  2604.    
  2605.  </div>
  2606.  
  2607. <!-- Sidebar V2 Styles -->
  2608. <style>
  2609.  .sidebar-widget {
  2610.    position: relative;
  2611.  }
  2612.  
  2613.  .widget-title {
  2614.    font-size: 1.1rem;
  2615.    font-weight: 700;
  2616.    display: inline-block;
  2617.    position: relative;
  2618.    z-index: 2;
  2619.    border-radius: 0;
  2620.  }
  2621.  
  2622.  /* Green arrow for August Blog Roll */
  2623.  .title-arrow::after {
  2624.    content: '';
  2625.    position: absolute;
  2626.    top: 0;
  2627.    right: -22px;
  2628.    width: 0;
  2629.    height: 0;
  2630.    border-left: 22px solid var(--bs-primary);
  2631.    border-top: 22px solid transparent;
  2632.    border-bottom: 22px solid transparent;
  2633.    z-index: 1;
  2634.  }
  2635.  
  2636.  /* Blue arrow for Recent Posts */
  2637.  .title-arrow-primary::after {
  2638.    content: '';
  2639.    position: absolute;
  2640.    top: 0;
  2641.    right: -22px;
  2642.    width: 0;
  2643.    height: 0;
  2644.    border-left: 22px solid var(--bs-primary);
  2645.    border-top: 22px solid transparent;
  2646.    border-bottom: 22px solid transparent;
  2647.    z-index: 1;
  2648.  }
  2649.  
  2650.  .widget-content {
  2651.    margin-top: -1px;
  2652.    position: relative;
  2653.    z-index: 1;
  2654.     background-color: var(--card-bg);
  2655.  }
  2656.  
  2657.  /* Blog Roll Items Hover Effects */
  2658.  .blog-roll-item:hover .post-title {
  2659.    color: #198754 !important;
  2660.    transform: translateX(5px);
  2661.    transition: all 0.3s ease;
  2662.  }
  2663.  
  2664.  /* Recent Post Items Hover Effects */
  2665.  .recent-post-item:hover .post-title a {
  2666.    color: #0d6efd !important;
  2667.    transition: color 0.3s ease;
  2668.  }
  2669.  
  2670.  .recent-post-item:hover .post-image img {
  2671.    transform: scale(1.05);
  2672.    transition: transform 0.3s ease;
  2673.  }
  2674.  
  2675.  /* Button Hover Effects */
  2676.  .btn:hover {
  2677.    transform: translateY(-2px);
  2678.    transition: all 0.3s ease;
  2679.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2680.  }
  2681.  
  2682.  /* Badge Hover Effects */
  2683.  .badge:hover {
  2684.    transform: scale(1.05);
  2685.    transition: transform 0.3s ease;
  2686.  }
  2687.  
  2688.  @media (max-width: 991px) {
  2689.    .sidebar {
  2690.      margin-top: 3rem;
  2691.    }
  2692.  }
  2693.  
  2694.  @media (max-width: 576px) {
  2695.    .widget-title {
  2696.      font-size: 1rem;
  2697.      padding: 0.75rem 1rem !important;
  2698.    }
  2699.  
  2700.    .title-arrow::after,
  2701.    .title-arrow-primary::after {
  2702.      right: -18px;
  2703.      border-left-width: 18px;
  2704.      border-top-width: 18px;
  2705.      border-bottom-width: 18px;
  2706.    }
  2707.  
  2708.    .post-image {
  2709.      width: 70px !important;
  2710.      height: 55px !important;
  2711.    }
  2712.  
  2713.    .blog-meta {
  2714.      flex-direction: column !important;
  2715.      align-items: flex-start !important;
  2716.      gap: 0.5rem;
  2717.    }
  2718.  }
  2719. </style>
  2720.  
  2721.    
  2722.            </div>
  2723.        </div>
  2724.    </div> <!-- end container -->
  2725. </section>
  2726.  
  2727.    
  2728.        
  2729.        <!-- end wpo-blog-highlights-section -->
  2730.        <!-- start wpo-blog-sponsored-section -->
  2731.        
  2732.  
  2733.  
  2734.  
  2735.    
  2736.  
  2737.  
  2738.  
  2739. <style>
  2740.    .sponsored-section-v6 {
  2741.        padding: 45px 0;
  2742.        background: transparent;
  2743.    }
  2744.    
  2745.    .sponsored-card-v6 {
  2746.        background: #ffffff;
  2747.        border: 1px solid #f8f8f8;
  2748.        transition: opacity 0.3s ease;
  2749.        height: 100%;
  2750.    }
  2751.    
  2752.    .sponsored-card-v6:hover {
  2753.        opacity: 0.95;
  2754.    }
  2755.    
  2756.    .sponsored-image-v6 {
  2757.        position: relative;
  2758.        height: 170px;
  2759.    }
  2760.    
  2761.    .sponsored-image-v6 img {
  2762.        width: 100%;
  2763.        height: 100%;
  2764.        object-fit: cover;
  2765.    }
  2766.    
  2767.    .sponsored-image-v6::after {
  2768.        content: '';
  2769.        position: absolute;
  2770.        top: 0;
  2771.        left: 0;
  2772.        right: 0;
  2773.        bottom: 0;
  2774.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  2775.    }
  2776.    
  2777.    .sponsored-badge-v6 {
  2778.        position: absolute;
  2779.        top: 10px;
  2780.        left: 10px;
  2781.        padding: 5px 12px;
  2782.        font-size: 12px;
  2783.        font-weight: 600;
  2784.        text-transform: uppercase;
  2785.        border-radius: 4px;
  2786.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  2787.    }
  2788.    
  2789.    .sponsored-content-v6 {
  2790.        padding: 12px;
  2791.    }
  2792.    
  2793.    .sponsored-title-v6 {
  2794.        font-size: 14px;
  2795.        font-weight: 700;
  2796.        line-height: 1.3;
  2797.        margin-bottom: 6px;
  2798.        color: #333;
  2799.    }
  2800.    
  2801.    .sponsored-title-v6 a {
  2802.        text-decoration: none;
  2803.        color: #333;
  2804.    }
  2805.    
  2806.    .sponsored-title-v6 a:hover {
  2807.        color: #fd7e14; /* Orange hover */
  2808.    }
  2809.    
  2810.    .sponsored-excerpt-v6 {
  2811.        font-size: 12px;
  2812.        font-weight: 600;
  2813.        color: #868e96;
  2814.        margin-bottom: 8px;
  2815.        line-height: 1.4;
  2816.    }
  2817.    
  2818.    .sponsored-meta-v6 {
  2819.        font-size: 11px;
  2820.        color: #6c757d;
  2821.    }
  2822.    
  2823.    .author-info-v6 {
  2824.        display: inline;
  2825.        margin-right: 10px;
  2826.    }
  2827.    
  2828.    .sponsored-author-img-v6 {
  2829.        width: 20px;
  2830.        height: 20px;
  2831.        border-radius: 50%;
  2832.        object-fit: cover;
  2833.        vertical-align: middle;
  2834.        margin-right: 4px;
  2835.    }
  2836.    
  2837.    .section-title-sponsored-v6 {
  2838.        font-size: 1.9rem;
  2839.        font-weight: 600;
  2840.        text-align: left;
  2841.        margin-bottom: 25px;
  2842.        color: #333;
  2843.        border-left: 4px solid #fd7e14;
  2844.        padding-left: 15px;
  2845.    }
  2846.  
  2847.    @media (max-width: 768px) {
  2848.        .sponsored-section-v6 {
  2849.            padding: 25px 0;
  2850.        }
  2851.        .sponsored-image-v6 {
  2852.            height: 130px;
  2853.        }
  2854.        .sponsored-content-v6 {
  2855.            padding: 10px;
  2856.        }
  2857.        .sponsored-title-v6 {
  2858.            font-size: 13px;
  2859.        }
  2860.        .sponsored-excerpt-v6 {
  2861.            font-size: 11px;
  2862.        }
  2863.        .section-title-sponsored-v6 {
  2864.            font-size: 1.6rem;
  2865.            padding-left: 10px;
  2866.        }
  2867.    }
  2868. </style>
  2869.  
  2870. <section class="sponsored-section-v6">
  2871.    <div class="container-fluid fluid-container">
  2872.        <div class="row">
  2873.            <div class="col-12">
  2874.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  2875.            </div>
  2876.        </div>
  2877.        
  2878.        <div class="row g-3">
  2879.            
  2880.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2881.                <div class="card sponsored-card-v6">
  2882.                    <div class="sponsored-image-v6">
  2883.                        
  2884.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2885.                        
  2886.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2887.                    </div>
  2888.                    <div class="sponsored-content-v6">
  2889.                        <h3 class="sponsored-title-v6">
  2890.                            <a href="/corby-families-pursuing-clarity-about-hazardous-substances-locations/" >
  2891.                                            Corby Families Pursuing Clarity About Hazardous Substances Locations
  2892.                                            </a>
  2893.                        </h3>
  2894.                        <p class="sponsored-excerpt-v6">
  2895.                            
  2896.                        </p>
  2897.                        <div class="sponsored-meta-v6">
  2898.                            <span class="author-info-v6">
  2899.                                
  2900.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  2901.                                
  2902.                               April Cannon
  2903.                            </span>
  2904.                            | 12 Jul 2026
  2905.                        </div>
  2906.                    </div>
  2907.                </div>
  2908.            </div>
  2909.            
  2910.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2911.                <div class="card sponsored-card-v6">
  2912.                    <div class="sponsored-image-v6">
  2913.                        
  2914.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2915.                        
  2916.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2917.                    </div>
  2918.                    <div class="sponsored-content-v6">
  2919.                        <h3 class="sponsored-title-v6">
  2920.                            <a href="/now-is-the-time-to-show-courage-and-undertake-a-reshuffle/" >
  2921.                                            Now is the Time to Show Courage and Undertake a Reshuffle.
  2922.                                            </a>
  2923.                        </h3>
  2924.                        <p class="sponsored-excerpt-v6">
  2925.                            
  2926.                        </p>
  2927.                        <div class="sponsored-meta-v6">
  2928.                            <span class="author-info-v6">
  2929.                                
  2930.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  2931.                                
  2932.                               April Cannon
  2933.                            </span>
  2934.                            | 12 Jul 2026
  2935.                        </div>
  2936.                    </div>
  2937.                </div>
  2938.            </div>
  2939.            
  2940.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2941.                <div class="card sponsored-card-v6">
  2942.                    <div class="sponsored-image-v6">
  2943.                        
  2944.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2945.                        
  2946.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2947.                    </div>
  2948.                    <div class="sponsored-content-v6">
  2949.                        <h3 class="sponsored-title-v6">
  2950.                            <a href="/health-secretary-warns-care-standards-will-not-be-guaranteed-should-junior-doctors-industrial-action-proceeds-during-severe-flu-pressures/" >
  2951.                                            Health Secretary Warns Care Standards Will Not Be Guaranteed Should Junior Doctors&#x27; Industrial Action Proceeds During Severe Flu Pressures.
  2952.                                            </a>
  2953.                        </h3>
  2954.                        <p class="sponsored-excerpt-v6">
  2955.                            
  2956.                        </p>
  2957.                        <div class="sponsored-meta-v6">
  2958.                            <span class="author-info-v6">
  2959.                                
  2960.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  2961.                                
  2962.                               April Cannon
  2963.                            </span>
  2964.                            | 12 Jul 2026
  2965.                        </div>
  2966.                    </div>
  2967.                </div>
  2968.            </div>
  2969.            
  2970.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2971.                <div class="card sponsored-card-v6">
  2972.                    <div class="sponsored-image-v6">
  2973.                        
  2974.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2975.                        
  2976.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2977.                    </div>
  2978.                    <div class="sponsored-content-v6">
  2979.                        <h3 class="sponsored-title-v6">
  2980.                            <a href="/the-three-lions-seal-finals-qualification-with-dominant-victory-over-latvia/" >
  2981.                                            The Three Lions Seal Finals Qualification with Dominant Victory over Latvia
  2982.                                            </a>
  2983.                        </h3>
  2984.                        <p class="sponsored-excerpt-v6">
  2985.                            
  2986.                        </p>
  2987.                        <div class="sponsored-meta-v6">
  2988.                            <span class="author-info-v6">
  2989.                                
  2990.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  2991.                                
  2992.                               April Cannon
  2993.                            </span>
  2994.                            | 12 Jul 2026
  2995.                        </div>
  2996.                    </div>
  2997.                </div>
  2998.            </div>
  2999.            
  3000.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3001.                <div class="card sponsored-card-v6">
  3002.                    <div class="sponsored-image-v6">
  3003.                        
  3004.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3005.                        
  3006.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3007.                    </div>
  3008.                    <div class="sponsored-content-v6">
  3009.                        <h3 class="sponsored-title-v6">
  3010.                            <a href="/why-the-john-bolton-case-stands-apart-significantly-from-other-trump-critics/" >
  3011.                                            Why the John Bolton Case Stands Apart Significantly from Other Trump Critics
  3012.                                            </a>
  3013.                        </h3>
  3014.                        <p class="sponsored-excerpt-v6">
  3015.                            
  3016.                        </p>
  3017.                        <div class="sponsored-meta-v6">
  3018.                            <span class="author-info-v6">
  3019.                                
  3020.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  3021.                                
  3022.                               April Cannon
  3023.                            </span>
  3024.                            | 12 Jul 2026
  3025.                        </div>
  3026.                    </div>
  3027.                </div>
  3028.            </div>
  3029.            
  3030.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3031.                <div class="card sponsored-card-v6">
  3032.                    <div class="sponsored-image-v6">
  3033.                        
  3034.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3035.                        
  3036.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3037.                    </div>
  3038.                    <div class="sponsored-content-v6">
  3039.                        <h3 class="sponsored-title-v6">
  3040.                            <a href="/the-united-kingdom-prepared-to-utilize-seized-russian-holdings-to-support-ukraines-war-effort/" >
  3041.                                            The United Kingdom Prepared to Utilize Seized Russian Holdings to Support Ukraine&#x27;s War Effort
  3042.                                            </a>
  3043.                        </h3>
  3044.                        <p class="sponsored-excerpt-v6">
  3045.                            
  3046.                        </p>
  3047.                        <div class="sponsored-meta-v6">
  3048.                            <span class="author-info-v6">
  3049.                                
  3050.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="April Cannon" class="sponsored-author-img-v6">
  3051.                                
  3052.                               April Cannon
  3053.                            </span>
  3054.                            | 12 Jul 2026
  3055.                        </div>
  3056.                    </div>
  3057.                </div>
  3058.            </div>
  3059.            
  3060.        </div>
  3061.    </div>
  3062. </section>
  3063.  
  3064.  
  3065.    
  3066.        <!-- end wpo-blog-sponsored-section -->
  3067.        <!-- start wpo-subscribe-section -->
  3068.        
  3069.        <!-- end subscribe-section -->
  3070.        <!-- start of wpo-site-footer-section -->
  3071.        
  3072.  
  3073.  
  3074.  
  3075.  
  3076.  
  3077.  
  3078. <!-- Footer V4 - Modern Corporate Design -->
  3079. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3080.  
  3081.    <div class="container-fluid fluid-container">
  3082.        
  3083.        <!-- Content Sections -->
  3084.        <div class="content-sections">
  3085.            <div class="row g-5">
  3086.                
  3087.                <!-- Brand Column -->
  3088.                <div class="col-lg-4 col-md-12">
  3089.                    <div class="brand-section">
  3090.                        <div class="brand-header">
  3091.                            
  3092.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/15371b76-3654-4fb7-944b-3e2b8157c575_logo.png" alt="Casino Tech News" class="brand-logo" loading="lazy">
  3093.                            
  3094.                            <div class="brand-text">
  3095.                                <h3 class="brand-name">Casino Tech News</h3>
  3096.                                <span class="brand-type">Digital Publication</span>
  3097.                            </div>
  3098.                        </div>
  3099.                        <p class="brand-description  text-lg-start ">
  3100.                            Stay informed with the latest casino technology news, gaming software reviews, and industry insights for enthusiasts and professionals in the UK.
  3101.                        </p>
  3102.                    </div>
  3103.                </div>
  3104.  
  3105.                <!-- Quick Links Column -->
  3106.               <div class="col-lg-4 col-md-6">
  3107.                    <div class="links-section">
  3108.                        <div class="section-title">
  3109.                            <h4 class="title-text">Resources</h4>
  3110.                            <div class="title-decoration"></div>
  3111.                        </div>
  3112.                        <div class="links-container">
  3113.                          
  3114. <div class="link-group">
  3115.    <ul class="link-list" id="externalLinks">
  3116.        
  3117.  
  3118.    
  3119.        
  3120.        
  3121.        
  3122.    </ul>
  3123. </div>
  3124.  
  3125.                        </div>
  3126.                    </div>
  3127.                </div>
  3128.  
  3129.                <!-- Categories Column -->
  3130.                <div class="col-lg-4 col-md-6">
  3131.                    <div class="categories-section">
  3132.                        <div class="section-title">
  3133.                            <h4 class="title-text">Explore Topics</h4>
  3134.                            <div class="title-decoration"></div>
  3135.                        </div>
  3136.                        <div class="categories-container">
  3137.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3138.                            <div class="categories-cloud">
  3139.                                
  3140.                                <a href="/category/all-posts/" class="category-pill">
  3141.                                    All Posts
  3142.                                </a>
  3143.                                
  3144.                                <a href="/category/business/" class="category-pill">
  3145.                                    Business
  3146.                                </a>
  3147.                                
  3148.                                <a href="/category/esports/" class="category-pill">
  3149.                                    Esports
  3150.                                </a>
  3151.                                
  3152.                                <a href="/category/fashion/" class="category-pill">
  3153.                                    Fashion
  3154.                                </a>
  3155.                                
  3156.                                <a href="/category/featured/" class="category-pill">
  3157.                                    Featured
  3158.                                </a>
  3159.                                
  3160.                                <a href="/category/gaming/" class="category-pill">
  3161.                                    Gaming
  3162.                                </a>
  3163.                                
  3164.                                <a href="/category/health/" class="category-pill">
  3165.                                    Health
  3166.                                </a>
  3167.                                
  3168.                                <a href="/category/life-fitness/" class="category-pill">
  3169.                                    Life &amp; Fitness
  3170.                                </a>
  3171.                                
  3172.                            </div>
  3173.                        </div>
  3174.                    </div>
  3175.                </div>
  3176.  
  3177.            </div>
  3178.        </div>
  3179.  
  3180.        <!-- Footer Bottom -->
  3181.        <div class="footer-bottom">
  3182.            <div class="bottom-border"></div>
  3183.            <div class=" d-flex justify-content-between flex-wrap">
  3184.                <div>
  3185.                    <div class="copyright-info">
  3186.                        <p class="copyright-main">
  3187.                            Â© 2026 <span class="brand-highlight">Casino Tech News</span>. All rights reserved.
  3188.                        </p>
  3189.                        <p class="copyright-sub">
  3190.                            Thoughtfully crafted content for curious minds worldwide.
  3191.                        </p>
  3192.                    </div>
  3193.                </div>
  3194.                <div>
  3195.                    <div class="footer-actions">
  3196.                        <div class="action-links">
  3197.                            <a href="/page/write-for-us/" class="action-link">
  3198.                                <i class="bi bi-shield-check"></i>
  3199.                                <span>Write For Us</span>
  3200.                            </a>
  3201.                            <a href="/page/terms-and-conditions/" class="action-link">
  3202.                                <i class="bi bi-shield-check"></i>
  3203.                                <span>Terms & Conditions</span>
  3204.                            </a>
  3205.                            <a href="/sitemap.xml" class="action-link">
  3206.                                <i class="bi bi-diagram-3"></i>
  3207.                                <span>Sitemap</span>
  3208.                            </a>
  3209.                        </div>
  3210.  
  3211.                    </div>
  3212.                </div>
  3213.            </div>
  3214.        </div>
  3215.  
  3216.    </div>
  3217.  
  3218.    
  3219.  
  3220. </footer>
  3221.  
  3222.  
  3223. <style>
  3224. /* Footer V4 - Modern Corporate Design */
  3225. .wpo-site-footer-v4 {
  3226.    color: var(--footer-color);
  3227.    margin-top: 100px;
  3228. }
  3229.  
  3230.  
  3231. .accent-line {
  3232.    position: absolute;
  3233.    top: 0;
  3234.    height: 100%;
  3235.    width: 33.333%;
  3236.    opacity: 0.8;
  3237. }
  3238.  
  3239. .accent-1 {
  3240.    left: 0;
  3241.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3242.    animation: slideRight 3s ease-in-out infinite;
  3243. }
  3244.  
  3245. .accent-2 {
  3246.    left: 33.333%;
  3247.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3248.    animation: slideRight 3s ease-in-out infinite 1s;
  3249. }
  3250.  
  3251. .accent-3 {
  3252.    left: 66.666%;
  3253.    background: linear-gradient(90deg, #10b981, #059669);
  3254.    animation: slideRight 3s ease-in-out infinite 2s;
  3255. }
  3256.  
  3257. @keyframes slideRight {
  3258.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3259.    50% { transform: translateX(10px); opacity: 1; }
  3260. }
  3261.  
  3262. /* Content Sections */
  3263. .content-sections {
  3264.    padding: 60px 0;
  3265.    position: relative;
  3266.    z-index: 2;
  3267. }
  3268.  
  3269. /* Brand Section */
  3270. .brand-section {
  3271.    padding-right: 2rem;
  3272. }
  3273.  
  3274. .brand-header {
  3275.    display: flex;
  3276.    align-items: center;
  3277.    margin-bottom: 2rem;
  3278.    gap: 1rem;
  3279. }
  3280.  
  3281. .brand-logo {
  3282.    height: 50px;
  3283.    width: auto;
  3284.    border-radius: 8px;
  3285. }
  3286.  
  3287. .brand-name {
  3288.    font-size: 1.5rem;
  3289.    font-weight: 800;
  3290.    color: var(--footer-color) !important;
  3291.    margin: 0;
  3292. }
  3293.  
  3294. .brand-type {
  3295.    color: var(--footer-color) !important;
  3296.    opacity: 0.8;
  3297.    font-size: 0.85rem;
  3298.    font-weight: 500;
  3299.    text-transform: uppercase;
  3300.    letter-spacing: 0.5px;
  3301. }
  3302.  
  3303. .brand-description {
  3304.    color: var(--footer-color) !important;
  3305.    line-height: 1.7;
  3306.    margin-bottom: 2rem;
  3307.    font-size: 0.95rem;
  3308. }
  3309.  
  3310. .brand-stats {
  3311.    display: flex;
  3312.    align-items: center;
  3313.    gap: 1.5rem;
  3314. }
  3315.  
  3316. .stat-item {
  3317.    text-align: center;
  3318. }
  3319.  
  3320. .stat-number {
  3321.    font-size: 1.5rem;
  3322.    font-weight: 800;
  3323.    color: #3b82f6;
  3324.    display: block;
  3325.    line-height: 1;
  3326. }
  3327.  
  3328. .stat-label {
  3329.    font-size: 0.8rem;
  3330.    color: #94a3b8;
  3331.    margin-top: 0.25rem;
  3332. }
  3333.  
  3334. .stat-divider {
  3335.    width: 1px;
  3336.    height: 40px;
  3337.    background: rgba(255, 255, 255, 0.2);
  3338. }
  3339.  
  3340. /* Links Section */
  3341. .links-section {
  3342.    padding-left: 1rem;
  3343.    padding-right: 1rem;
  3344. }
  3345.  
  3346. .section-title {
  3347.    margin-bottom: 2rem;
  3348.    position: relative;
  3349. }
  3350.  
  3351. .title-text {
  3352.    font-size: 1.3rem;
  3353.    font-weight: 700;
  3354.    color: var(--footer-color) !important;
  3355.    margin-bottom: 0.5rem;
  3356.    text-align: justify !important;
  3357. }
  3358.  
  3359.  
  3360. .link-group {
  3361.    margin-bottom: 2rem;
  3362. }
  3363.  
  3364. .group-title {
  3365.    font-size: 1rem;
  3366.    font-weight: 600;
  3367.    color: #f1f5f9;
  3368.    margin-bottom: 1rem;
  3369.    padding-bottom: 0.5rem;
  3370.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3371. }
  3372.  
  3373. .link-list {
  3374.    list-style: none;
  3375.    padding: 0;
  3376.    margin: 0;
  3377. }
  3378.  
  3379. .link-item {
  3380.    margin-bottom: 0.75rem;
  3381. }
  3382.  
  3383. .link-text {
  3384.    color: var(--footer-color) !important;
  3385.    text-decoration: none;
  3386.    font-size: 0.9rem;
  3387.    display: flex;
  3388.    align-items: center;
  3389.    transition: all 0.3s ease;
  3390.    padding: 0.25rem 0;
  3391. }
  3392.  
  3393. .link-text:hover {
  3394.    color: #3b82f6;
  3395.    padding-left: 0.5rem;
  3396. }
  3397.  
  3398. .link-icon {
  3399.    margin-right: 0.5rem;
  3400.    opacity: 0;
  3401.    transition: opacity 0.3s ease;
  3402. }
  3403.  
  3404. .link-text:hover .link-icon {
  3405.    opacity: 1;
  3406. }
  3407.  
  3408. .external-icon {
  3409.    color: #10b981;
  3410. }
  3411.  
  3412. /* Categories Section */
  3413. .categories-section {
  3414.    padding-left: 1rem;
  3415. }
  3416.  
  3417. .categories-intro {
  3418.    color: #cbd5e1;
  3419.    margin-bottom: 1.5rem;
  3420.    font-size: 0.9rem;
  3421. }
  3422.  
  3423. .categories-cloud {
  3424.    display: flex;
  3425.    flex-wrap: wrap;
  3426.    gap: 0.75rem;
  3427. }
  3428.  
  3429. .category-pill {
  3430.    display: inline-block;
  3431.    padding: 0.5rem 1rem;
  3432.    background: rgba(255, 255, 255, 0.1);
  3433.    border: 1px solid rgba(255, 255, 255, 0.2);
  3434.    border-radius: 20px;
  3435.    color:  var(--footer-color) !important;
  3436.    text-decoration: none;
  3437.    font-size: 0.85rem;
  3438.    opacity: 0.7;
  3439.    font-weight: 500;
  3440.    transition: all 0.3s ease;
  3441. }
  3442.  
  3443. .category-pill:hover {
  3444.    background: #3b82f6;
  3445.    border-color: #3b82f6;
  3446.    color: var(--footer-color) !important;
  3447.    opacity: 1;
  3448.    transform: translateY(-1px);
  3449.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3450. }
  3451.  
  3452. /* Footer Bottom */
  3453. .footer-bottom {
  3454.    padding: 2rem 0;
  3455.    position: relative;
  3456.    z-index: 2;
  3457. }
  3458.  
  3459. .bottom-border {
  3460.    height: 1px;
  3461.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3462.    margin-bottom: 2rem;
  3463. }
  3464.  
  3465. .copyright-main {
  3466.    font-size: 1rem;
  3467.    color: #e2e8f0;
  3468.    margin-bottom: 0.25rem;
  3469. }
  3470.  
  3471. .brand-highlight {
  3472.    color: var(--footer-color);
  3473.    font-weight: 700;
  3474. }
  3475.  
  3476. .copyright-sub {
  3477.    font-size: 0.85rem;
  3478.    color: #94a3b8;
  3479.    margin: 0;
  3480. }
  3481.  
  3482. .footer-actions {
  3483.    display: flex;
  3484.    align-items: center;
  3485.    gap: 2rem;
  3486. }
  3487.  
  3488. .action-links {
  3489.    display: flex;
  3490.    gap: 1.5rem;
  3491. }
  3492.  
  3493. .action-link {
  3494.    display: flex;
  3495.    align-items: center;
  3496.    gap: 0.5rem;
  3497.    color: #cbd5e1;
  3498.    text-decoration: none;
  3499.    font-size: 0.9rem;
  3500.    transition: color 0.3s ease;
  3501. }
  3502.  
  3503. .action-link:hover {
  3504.    color: #3b82f6;
  3505. }
  3506.  
  3507. .scroll-to-top-btn {
  3508.    background: rgba(255, 255, 255, 0.1);
  3509.    border: 1px solid rgba(255, 255, 255, 0.2);
  3510.    color: #cbd5e1;
  3511.    width: 44px;
  3512.    height: 44px;
  3513.    border-radius: 12px;
  3514.    cursor: pointer;
  3515.    transition: all 0.3s ease;
  3516.    display: flex;
  3517.    align-items: center;
  3518.    justify-content: center;
  3519. }
  3520.  
  3521. .scroll-to-top-btn:hover {
  3522.    background: #3b82f6;
  3523.    border-color: #3b82f6;
  3524.    color: white;
  3525.    transform: translateY(-2px);
  3526. }
  3527.  
  3528. /* Background Pattern */
  3529. .footer-pattern {
  3530.    position: absolute;
  3531.    top: 0;
  3532.    left: 0;
  3533.    width: 100%;
  3534.    height: 100%;
  3535.    z-index: 1;
  3536.    overflow: hidden;
  3537. }
  3538.  
  3539. .pattern-grid {
  3540.    position: relative;
  3541.    width: 100%;
  3542.    height: 100%;
  3543. }
  3544.  
  3545. .pattern-dot {
  3546.    position: absolute;
  3547.    width: 2px;
  3548.    height: 2px;
  3549.    background: rgba(255, 255, 255, 0.1);
  3550.    border-radius: 50%;
  3551. }
  3552.  
  3553. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3554. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3555. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3556. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3557. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3558. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3559.  
  3560. /* Responsive Design */
  3561. @media (max-width: 992px) {
  3562.    .newsletter-heading {
  3563.        font-size: 2rem;
  3564.    }
  3565.    
  3566.    .brand-section {
  3567.        padding-right: 0;
  3568.        margin-bottom: 3rem;
  3569.    }
  3570.    
  3571.    .links-section, .categories-section {
  3572.        padding-left: 0;
  3573.        padding-right: 0;
  3574.    }
  3575.    
  3576.    .brand-stats {
  3577.        justify-content: center;
  3578.        margin-top: 2rem;
  3579.    }
  3580. }
  3581.  
  3582. @media (max-width: 768px) {
  3583.    .newsletter-section {
  3584.        padding: 60px 0 40px;
  3585.    }
  3586.    
  3587.    .newsletter-container {
  3588.        padding: 2rem 1.5rem;
  3589.        margin: 0 1rem;
  3590.    }
  3591.    
  3592.    .newsletter-heading {
  3593.        font-size: 1.75rem;
  3594.    }
  3595.    
  3596.    .content-sections {
  3597.        padding: 40px 0;
  3598.    }
  3599.    
  3600.    .brand-header {
  3601.        flex-direction: column;
  3602.        text-align: center;
  3603.    }
  3604.    
  3605.    .footer-actions {
  3606.        flex-direction: column;
  3607.        gap: 1rem;
  3608.        margin-top: 1.5rem;
  3609.    }
  3610.    
  3611.    .action-links {
  3612.        order: 2;
  3613.    }
  3614.    
  3615.    .scroll-to-top-btn {
  3616.        order: 1;
  3617.    }
  3618. }
  3619.  
  3620. @media (max-width: 576px) {
  3621.    .newsletter-container {
  3622.        padding: 1.5rem 1rem;
  3623.    }
  3624.    
  3625.    .newsletter-heading {
  3626.        font-size: 1.5rem;
  3627.    }
  3628.    
  3629.    .brand-stats {
  3630.        flex-direction: column;
  3631.        gap: 1rem;
  3632.    }
  3633.    
  3634.    .stat-divider {
  3635.        width: 40px;
  3636.        height: 1px;
  3637.    }
  3638.    
  3639.    .action-links {
  3640.        flex-direction: column;
  3641.        gap: 0.75rem;
  3642.        text-align: center;
  3643.    }
  3644.    
  3645.    .pattern-dot {
  3646.        display: none;
  3647.    }
  3648. }
  3649. </style>
  3650.  
  3651. <!-- Bootstrap 5 JS -->
  3652.  
  3653. <script>
  3654. // Scroll to Top Function
  3655. document.addEventListener('DOMContentLoaded', function () {
  3656.    var btn = document.getElementById('toggleExternal');
  3657.    if (!btn) return; // No extra items, no button
  3658.  
  3659.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3660.  
  3661.    btn.addEventListener('click', function () {
  3662.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3663.            return li.classList.contains('d-none');
  3664.        });
  3665.  
  3666.        extras.forEach(function (li) {
  3667.            if (anyHidden) {
  3668.                li.classList.remove('d-none');
  3669.                li.classList.add('show');
  3670.            } else {
  3671.                li.classList.add('d-none');
  3672.                li.classList.remove('show');
  3673.            }
  3674.        });
  3675.  
  3676.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3677.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3678.    });
  3679. });
  3680. function scrollToTop() {
  3681.    window.scrollTo({
  3682.        top: 0,
  3683.        behavior: 'smooth'
  3684.    });
  3685. }
  3686.  
  3687. // Initialize Footer V4 Features
  3688. document.addEventListener('DOMContentLoaded', function() {
  3689.    
  3690.    // Newsletter Form Handling
  3691.    const newsletterForm = document.querySelector('.newsletter-form');
  3692.    const emailInput = document.querySelector('.form-input');
  3693.    const submitButton = document.querySelector('.submit-button');
  3694.    const successMessage = document.querySelector('.success-message');
  3695.    const errorMessage = document.querySelector('.error-message');
  3696.    const infoMessage = document.querySelector('.info-message');
  3697.    
  3698.    if (newsletterForm && emailInput && submitButton) {
  3699.        
  3700.        // Form submission
  3701.        newsletterForm.addEventListener('submit', function(e) {
  3702.            e.preventDefault();
  3703.            
  3704.            const email = emailInput.value.trim();
  3705.            
  3706.            // Validate email
  3707.            if (!email || !isValidEmail(email)) {
  3708.                showMessage('error');
  3709.                emailInput.focus();
  3710.                return;
  3711.            }
  3712.            
  3713.            // Show loading state
  3714.            const originalText = submitButton.querySelector('.button-text').textContent;
  3715.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3716.            
  3717.            submitButton.disabled = true;
  3718.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3719.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3720.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3721.            
  3722.            // Simulate API call
  3723.            setTimeout(() => {
  3724.                // Success state
  3725.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3726.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3727.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3728.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3729.                
  3730.                showMessage('success');
  3731.                
  3732.                // Reset after delay
  3733.                setTimeout(() => {
  3734.                    submitButton.querySelector('.button-text').textContent = originalText;
  3735.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3736.                    submitButton.style.background = '';
  3737.                    submitButton.disabled = false;
  3738.                    emailInput.value = '';
  3739.                    showMessage('info');
  3740.                }, 3000);
  3741.                
  3742.            }, 2000);
  3743.        });
  3744.        
  3745.        // Input validation
  3746.        emailInput.addEventListener('blur', function() {
  3747.            const email = this.value.trim();
  3748.            if (email && !isValidEmail(email)) {
  3749.                this.style.borderColor = '#ef4444';
  3750.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3751.            } else if (email && isValidEmail(email)) {
  3752.                this.style.borderColor = '#10b981';
  3753.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3754.            }
  3755.        });
  3756.        
  3757.        emailInput.addEventListener('focus', function() {
  3758.            this.style.borderColor = '#3b82f6';
  3759.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3760.        });
  3761.        
  3762.        // Reset validation styling on input
  3763.        emailInput.addEventListener('input', function() {
  3764.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3765.                this.style.borderColor = '';
  3766.                this.style.boxShadow = '';
  3767.            }
  3768.        });
  3769.    }
  3770.    
  3771.    // Email validation function
  3772.    function isValidEmail(email) {
  3773.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3774.        return emailRegex.test(email);
  3775.    }
  3776.    
  3777.    // Message display function
  3778.    function showMessage(type) {
  3779.        // Hide all messages
  3780.        successMessage.style.display = 'none';
  3781.        errorMessage.style.display = 'none';
  3782.        infoMessage.style.display = 'none';
  3783.        
  3784.        // Show specific message
  3785.        if (type === 'success') {
  3786.            successMessage.style.display = 'block';
  3787.        } else if (type === 'error') {
  3788.            errorMessage.style.display = 'block';
  3789.        } else if (type === 'info') {
  3790.            infoMessage.style.display = 'block';
  3791.        }
  3792.    }
  3793.    
  3794.    // Smooth reveal animations
  3795.    const observerOptions = {
  3796.        threshold: 0.1,
  3797.        rootMargin: '0px 0px -30px 0px'
  3798.    };
  3799.    
  3800.    const sectionObserver = new IntersectionObserver((entries) => {
  3801.        entries.forEach(entry => {
  3802.            if (entry.isIntersecting) {
  3803.                entry.target.style.opacity = '1';
  3804.                entry.target.style.transform = 'translateY(0)';
  3805.            }
  3806.        });
  3807.    }, observerOptions);
  3808.    
  3809.    // Animate sections
  3810.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3811.        section.style.opacity = '0';
  3812.        section.style.transform = 'translateY(20px)';
  3813.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3814.        sectionObserver.observe(section);
  3815.    });
  3816.    
  3817.    // Animate category pills
  3818.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3819.        pill.style.opacity = '0';
  3820.        pill.style.transform = 'translateY(10px)';
  3821.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3822.        
  3823.        setTimeout(() => {
  3824.            pill.style.opacity = '1';
  3825.            pill.style.transform = 'translateY(0)';
  3826.        }, 300 + (index * 100));
  3827.    });
  3828.    
  3829.    // Enhanced link hover effects
  3830.    document.querySelectorAll('.link-text').forEach(link => {
  3831.        link.addEventListener('mouseenter', function() {
  3832.            const icon = this.querySelector('.link-icon');
  3833.            if (icon) {
  3834.                icon.style.transform = 'translateX(4px)';
  3835.            }
  3836.        });
  3837.        
  3838.        link.addEventListener('mouseleave', function() {
  3839.            const icon = this.querySelector('.link-icon');
  3840.            if (icon) {
  3841.                icon.style.transform = 'translateX(0)';
  3842.            }
  3843.        });
  3844.    });
  3845.    
  3846.    // Prevent default for demo links
  3847.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3848.        link.addEventListener('click', function(e) {
  3849.            e.preventDefault();
  3850.        });
  3851.    });
  3852.    
  3853.    // Add ripple effect to submit button
  3854.    submitButton.addEventListener('click', function(e) {
  3855.        const ripple = document.createElement('span');
  3856.        const rect = this.getBoundingClientRect();
  3857.        const size = Math.max(rect.width, rect.height);
  3858.        const x = e.clientX - rect.left - size / 2;
  3859.        const y = e.clientY - rect.top - size / 2;
  3860.        
  3861.        ripple.style.cssText = `
  3862.            position: absolute;
  3863.            width: ${size}px;
  3864.            height: ${size}px;
  3865.            left: ${x}px;
  3866.            top: ${y}px;
  3867.            background: rgba(255, 255, 255, 0.3);
  3868.            border-radius: 50%;
  3869.            transform: scale(0);
  3870.            animation: ripple 0.6s ease-out;
  3871.            pointer-events: none;
  3872.        `;
  3873.        
  3874.        this.appendChild(ripple);
  3875.        
  3876.        setTimeout(() => {
  3877.            ripple.remove();
  3878.        }, 600);
  3879.    });
  3880.    
  3881. });
  3882.  
  3883. // Add CSS for ripple animation
  3884. const rippleStyle = document.createElement('style');
  3885. rippleStyle.textContent = `
  3886.    @keyframes ripple {
  3887.        to {
  3888.            transform: scale(2);
  3889.            opacity: 0;
  3890.        }
  3891.    }
  3892.    
  3893.    @keyframes spin {
  3894.        from { transform: rotate(0deg); }
  3895.        to { transform: rotate(360deg); }
  3896.    }
  3897.    
  3898.    .submit-button {
  3899.        position: relative;
  3900.        overflow: hidden;
  3901.    }
  3902. `;
  3903. document.head.appendChild(rippleStyle);
  3904. </script>
  3905.  
  3906.        <!-- end of wpo-site-footer-section -->
  3907.    </div>
  3908.    <!-- end of page-wrapper -->
  3909.  
  3910.    <!-- All JavaScript files
  3911.    ================================================== -->
  3912.    
  3913.  
  3914. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3915. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3916. <!-- Plugins for this template -->
  3917. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3918. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3919. <!-- Custom script for this template -->
  3920. <script src="/static/blogapp/assets/js/script.js"></script>
  3921.  
  3922. <script>
  3923. (function () {
  3924. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3925. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3926.  
  3927. function applyFallback(img) {
  3928. if (!img || img.dataset.fallbackApplied === "1") {
  3929. return;
  3930. }
  3931. var failedSrc = img.currentSrc || img.src || "";
  3932. img.dataset.fallbackApplied = "1";
  3933. img.onerror = null;
  3934. img.src = fallbackImageSrc;
  3935. console.warn("[ImageFallback] Replaced broken image:", {
  3936. failedSrc: failedSrc,
  3937. fallbackSrc: fallbackImageSrc,
  3938. alt: img.alt || "",
  3939. });
  3940. }
  3941.  
  3942. document.querySelectorAll("img").forEach(function (img) {
  3943. if (img.complete && img.naturalWidth === 0) {
  3944. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3945. failedSrc: img.currentSrc || img.src || "",
  3946. alt: img.alt || "",
  3947. });
  3948. applyFallback(img);
  3949. }
  3950. });
  3951.  
  3952. document.addEventListener(
  3953. "error",
  3954. function (event) {
  3955. var target = event.target;
  3956. if (target && target.tagName === "IMG") {
  3957. applyFallback(target);
  3958. }
  3959. },
  3960. true
  3961. );
  3962. })();
  3963. </script>
  3964.  
  3965. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3966.  
  3967.  
  3968.  
  3969. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"4a670964c9a24145b087b23d166e060b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3970. </body>
  3971.  
  3972. </html>
  3973.  
  3974.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda