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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_49_Tts8Npp_QP4GTEn.png">
  14.    
  15.  
  16.    <title>NewsDigital UK: Latest Tech and Digital Media Insights</title>
  17.    <meta name="description" content="NewsDigital UK provides in-depth analysis and breaking news on technology trends, digital media, and innovation. Stay updated with expert perspectives.">
  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://newsdigital.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6e40;
  42.        --bs-primary-rgb: ff6e40;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6e40;
  53.        --theme-primary-color-s2: #ff6e40;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff6e40;
  84.        --link-hover: #e05a36;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 110, 64, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_95">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/new-test-series-debate-as-jamie-smith-dismissed-on-umpire-review/" class="px-5 top-color">
  425.                    New Test Series Debate as Jamie Smith Dismissed on Umpire Review
  426.                  </a>
  427.              
  428.               <a href="/milan-ice-hockey-venue-delays-may-force-nhl-stars-on-unproven-ice/" class="px-5 top-color">
  429.                    Milan Ice Hockey Venue Delays May Force NHL Stars on Unproven Ice
  430.                  </a>
  431.              
  432.               <a href="/expedition-33-fans-certain-forthcoming-dlc-may-include-dark-esquie-showdown/" class="px-5 top-color">
  433.                    Expedition 33 Fans Certain Forthcoming DLC May Include Dark Esquie Showdown
  434.                  </a>
  435.              
  436.               <a href="/the-japanese-champion-takes-a-step-nearer-to-landmark-tokyo-clash-following-commanding-victory/" class="px-5 top-color">
  437.                    The Japanese champion Takes a Step Nearer to Landmark Tokyo Clash Following Commanding Victory.
  438.                  </a>
  439.              
  440.               <a href="/japans-pioneering-female-leader-an-unprecedented-event-that-comes-with-reservations/" class="px-5 top-color">
  441.                    Japan&#x27;s Pioneering Female Leader: An Unprecedented Event that Comes with Reservations
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <nav class="navigation navbar navbar-expand-lg mb-4">
  478.  <div class="container-fluid fluid-container">
  479.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  480.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  481.          <a class="navbar-brand" href="/">
  482.              
  483.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ac4c01c-93d1-4778-ad78-2cecba866f90_logo.png" alt="NewsDigital UK" />
  484.              
  485.          </a>
  486.      </div>
  487.      <div class="">
  488.        <div class="style-card">
  489.          <div class="minimal-search mb-md-4 mb-0">
  490.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  491.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  492.              <circle cx="11" cy="11" r="8"></circle>
  493.              <path d="m21 21-4.35-4.35"></path>
  494.            </svg>
  495.          </div>
  496.          <!-- The search results will be displayed here -->
  497.          <div id="search-results" class="search-results-container search-v1"></div>
  498.        </div>
  499.      </div>
  500.      <div class=" d-flex flex-wrap">
  501.        <div class="navbar-header d-lg-none d-none d-md-flex">
  502.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ac4c01c-93d1-4778-ad78-2cecba866f90_logo.png" alt="" /></a>
  503.        </div>
  504.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  505.          <button class="menu-close"><i class="ti-close"></i></button>
  506.  
  507.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  508.    <li>
  509.      <a href="/">
  510.        Home
  511.      </a>
  512.    </li>
  513.  
  514.  
  515.    <li>
  516.      <a href="/category/all-posts/">
  517.        All Posts
  518.      </a>
  519.    </li>
  520.  
  521.    <li>
  522.      <a href="/category/business/">
  523.        Business
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/esports/">
  529.        Esports
  530.      </a>
  531.    </li>
  532.  
  533.  
  534.  
  535.  <div class="navbar-header d-lg-block d-none">
  536.    <a class="navbar-brand" href="/">
  537.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ac4c01c-93d1-4778-ad78-2cecba866f90_logo.png" alt="" />
  538.    </a>
  539.  </div>
  540.  
  541.  
  542.  
  543.    
  544.    
  545.    
  546.      <li>
  547.        <a href="/category/fashion/">
  548.          Fashion
  549.        </a>
  550.      </li>
  551.    
  552.      <li>
  553.        <a href="/category/featured/">
  554.          Featured
  555.        </a>
  556.      </li>
  557.    
  558.  
  559.    
  560.    
  561.      <li class="menu-item-has-children">
  562.        <a href="#">More</a>
  563.        <ul class="sub-menu">
  564.          
  565.            <li>
  566.              <a href="/category/gaming/">
  567.                Gaming
  568.              </a>
  569.            </li>
  570.          
  571.            <li>
  572.              <a href="/category/health/">
  573.                Health
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/life-fitness/">
  579.                Life &amp; Fitness
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/lifestyle/">
  585.                Lifestyle
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/news/">
  591.                News
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/others/">
  597.                Others
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/politics/">
  603.                Politics
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/sports/">
  609.                Sports
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/tech/">
  615.                Tech
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/travel/">
  621.                Travel
  622.              </a>
  623.            </li>
  624.          
  625.        </ul>
  626.      </li>
  627.    
  628.  
  629.  
  630. <li>
  631.                  <a href="/page/contact-us/">
  632.                     Contact Us
  633.                  </a>
  634.              </li>
  635. </ul>
  636.  
  637.        </div>
  638.        <div class="sidebar-blur"></div>
  639.        <!-- end of nav-collapse -->
  640.      </div>
  641.      <div class="me-3">
  642.        <div class="mobail-menu d-xl-none d-block">
  643.          <button type="button" class="navbar-toggler open-btn">
  644.            <span class="sr-only">Toggle navigation</span>
  645.            <span class="icon-bar first-angle"></span>
  646.            <span class="icon-bar middle-angle"></span>
  647.            <span class="icon-bar last-angle"></span>
  648.          </button>
  649.        </div>
  650.        <!-- <div class="header-right">
  651.          <div class="header-right-menu-wrapper d-xl-block d-none">
  652.            <div class="header-right-menu">
  653.              <div class="right-menu-toggle-btn">
  654.                <span></span>
  655.                <span></span>
  656.                <span></span>
  657.              </div>
  658.              <div class="header-right-menu-wrap" style="z-index: 999;">
  659.                <button class="right-menu-close"><i class="ti-close"></i></button>
  660.                <div class="logo">
  661.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  662.                </div>
  663.                <div class="header-right-sec">
  664.                  <div class="project-widget widget">
  665.                    <h3 class="text-white">Our Latest News</h3>
  666.                    <div class="posts">
  667.                      <div class="post">
  668.                        <div class="img-holder">
  669.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  670.                        </div>
  671.                        <div class="details">
  672.                          <span class="date">19 Jun 2022</span>
  673.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  674.                        </div>
  675.                      </div>
  676.                      <div class="post">
  677.                        <div class="img-holder">
  678.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  679.                        </div>
  680.                        <div class="details">
  681.                          <span class="date">22 May 2022</span>
  682.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  683.                        </div>
  684.                      </div>
  685.                      <div class="post">
  686.                        <div class="img-holder">
  687.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  688.                        </div>
  689.                        <div class="details">
  690.                          <span class="date">12 Apr 2022</span>
  691.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  692.                        </div>
  693.                      </div>
  694.                    </div>
  695.                  </div>
  696.                  <div class="widget wpo-contact-widget">
  697.                    <div class="widget-title">
  698.                      <h3 class="text-white">Contact Us</h3>
  699.                    </div>
  700.                    <div class="contact-ft">
  701.                      <ul>
  702.                        <li>
  703.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  704.                        </li>
  705.                        <li>
  706.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  707.                          + 8 (123) 123 456 789
  708.                        </li>
  709.                        <li>
  710.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  711.                        </li>
  712.                      </ul>
  713.                    </div>
  714.                  </div>
  715.                </div>
  716.              </div>
  717.              <div class="sidebar-blur"></div>
  718.            </div>
  719.          </div>
  720.        </div> -->
  721.      </div>
  722.    </div>
  723.  </div>
  724.  <!-- end of container -->
  725. </nav>
  726. <style>
  727.  .navbar-brand img{
  728.    height: 70px;
  729.    object-fit: contain;
  730.  }
  731.    /* search field */
  732.  .search-results-container {
  733.  position: absolute;
  734.  top: 100%; /* Position it below the input field */
  735. left: 10px;
  736.  right: 10px;
  737.  background-color: white;
  738.  border: 1px solid #ddd;
  739.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  740.  max-height: 300px;
  741.  overflow-y: auto;
  742.  z-index: 1000;
  743.  display: none; /* Initially hidden */
  744. }
  745.  
  746. .search-results-container p {
  747.  margin: 0;
  748. }
  749.  
  750. .search-results-container .result-item {
  751.  padding: 10px;
  752.  cursor: pointer;
  753. }
  754.  
  755. .search-results-container .result-item:hover {
  756.  background-color: #f0f0f0;
  757. }
  758. @media (max-width:576px) {
  759.  .w-sm-full{
  760.    padding-top: 10px;
  761.    width: 100%;
  762.  }
  763.  .m-s-0{
  764.    margin-top: 0px !important;
  765.  }
  766. }
  767. @media (max-width:768px) {
  768. .search-icon{
  769. top: 50%;
  770. }
  771. }
  772.  
  773.  
  774. </style>
  775. <script>
  776.  const searchInput = document.querySelector(".search-input");
  777.  const searchResults = document.getElementById("search-results");
  778.  
  779.  // Handle typing
  780.  searchInput.addEventListener("keyup", function (e) {
  781.    e.preventDefault();
  782.  
  783.    const query = searchInput.value;
  784.  
  785.    if (query === "") {
  786.      searchResults.innerHTML = "";
  787.      searchResults.style.display = "none";
  788.      return;
  789.    }
  790.  
  791.    searchResults.style.display = "block";
  792.  
  793.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  794.      method: "GET",
  795.      headers: {
  796.        "X-Requested-With": "XMLHttpRequest",
  797.      },
  798.    })
  799.      .then(response => response.json())
  800.      .then(data => {
  801.        if (data.html) {
  802.          searchResults.innerHTML = data.html;
  803.        } else {
  804.          searchResults.innerHTML = "<p>No results found.</p>";
  805.        }
  806.      })
  807.      .catch(error => {
  808.        console.error("Error fetching search results:", error);
  809.      });
  810.  });
  811.  
  812.  // Close results when clicking outside
  813.  document.addEventListener("click", function (e) {
  814.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  815.      searchResults.style.display = "none";
  816.    }
  817.  });
  818. </script>
  819.  
  820.  
  821.        </header>
  822.        <!-- end of header -->
  823.        <!-- start of wpo-blog-hero -->
  824.        
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. <div class="blog-hero-v2">
  833.  <div class="container-fluid fluid-container">
  834.    <div class="row">
  835.      <!-- Main Featured Post -->
  836.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  837.        
  838.        
  839.        
  840.          
  841.        <div class="featured-post">
  842.          <div class="post-image">
  843.            
  844.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  845.              class="img-fluid" alt="">
  846.            
  847.            <div class="post-overlay">
  848.              <div class="post-content">
  849.                <span class="category-badge bg-primary-gradient">News</span>
  850.                <h1 class="post-title1 blog-color">
  851.                  <a href="/a-russian-james-bond-jude-laws-depiction-of-the-russian-president-seems-to-echo-kremlin-crafted-myths/" class="blog-color">
  852.                    A Russian James Bond? Jude Law&#x27;s Depiction of the Russian President Seems to Echo Kremlin-Crafted Myths
  853.                  </a>
  854.                </h1>
  855.                <p class="post-excerpt"></p>
  856.                <div class="post-meta">
  857.                  <div class="author-info">
  858.                    
  859.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  860.                      alt="Craig Brock" class="author-avatar">
  861.                    
  862.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Craig Brock</a></span>
  863.                  </div>
  864.                  <span class="post-date">14 Jul 2026</span>
  865.                </div>
  866.              </div>
  867.            </div>
  868.          </div>
  869.        </div>
  870.  
  871.        
  872.        
  873.      </div>
  874.  
  875.      <!-- Side Posts -->
  876.      <div class="col-lg-4 col-md-12">
  877.        <div class="row h-100">
  878.        
  879.  
  880.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  881.            <div class="side-post h-100">
  882.              <div class="row g-0 h-100">
  883.                <div class="col-5">
  884.                  <div class="side-post-image">
  885.                    
  886.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  887.                      style="object-fit: cover;" alt="">
  888.                    
  889.                  </div>
  890.                </div>
  891.                <div class="col-7">
  892.                  <div class="side-post-content">
  893.                    <div>
  894.                      <span class="category-badge bg-primary-gradient">News</span>
  895.                      <h3> <a href="/from-floored-to-flawed-does-anyone-truly-desiring-to-claim-victory-in-the-super-bowl-in-the-current-year/" class="line-clamp-2">
  896.                          From Floored to Flawed – Does Anyone Truly Desiring to Claim Victory in the Super Bowl In the Current Year?
  897.                        </a></h3>
  898.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  899.                    </div>
  900.                    <div class="side-post-meta">
  901.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Craig Brock</a></span>
  902.                    </div>
  903.                  </div>
  904.                </div>
  905.              </div>
  906.            </div>
  907.          </div>
  908.  
  909.          
  910.  
  911.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  912.            <div class="side-post h-100">
  913.              <div class="row g-0 h-100">
  914.                <div class="col-5">
  915.                  <div class="side-post-image">
  916.                    
  917.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  918.                      style="object-fit: cover;" alt="">
  919.                    
  920.                  </div>
  921.                </div>
  922.                <div class="col-7">
  923.                  <div class="side-post-content">
  924.                    <div>
  925.                      <span class="category-badge bg-primary-gradient">News</span>
  926.                      <h3> <a href="/trumps-former-lawyer-steps-down-following-court-disqualifies-her-service/" class="line-clamp-2">
  927.                          Trump&#x27;s former lawyer steps down following court disqualifies her service.
  928.                        </a></h3>
  929.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  930.                    </div>
  931.                    <div class="side-post-meta">
  932.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Craig Brock</a></span>
  933.                    </div>
  934.                  </div>
  935.                </div>
  936.              </div>
  937.            </div>
  938.          </div>
  939.  
  940.          
  941.  
  942.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  943.            <div class="side-post h-100">
  944.              <div class="row g-0 h-100">
  945.                <div class="col-5">
  946.                  <div class="side-post-image">
  947.                    
  948.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  949.                      style="object-fit: cover;" alt="">
  950.                    
  951.                  </div>
  952.                </div>
  953.                <div class="col-7">
  954.                  <div class="side-post-content">
  955.                    <div>
  956.                      <span class="category-badge bg-primary-gradient">News</span>
  957.                      <h3> <a href="/bergamos-team-faces-chelsea-tottenham-welcomes-slavia-prague-an-evening-of-champions-league-action/" class="line-clamp-2">
  958.                          Bergamo&#x27;s Team Faces Chelsea, Tottenham Welcomes Slavia Prague – An Evening of Champions League Action
  959.                        </a></h3>
  960.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  961.                    </div>
  962.                    <div class="side-post-meta">
  963.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Craig Brock</a></span>
  964.                    </div>
  965.                  </div>
  966.                </div>
  967.              </div>
  968.            </div>
  969.          </div>
  970.  
  971.          
  972.        </div>
  973.      </div>
  974.    </div>
  975.  </div>
  976. </div>
  977.  
  978. <style>
  979.  /* Blog Hero V2 Styles */
  980.  .blog-hero-v2 {
  981.    padding: 60px 0;
  982.  }
  983.  
  984.  /* Featured Post Styles */
  985.  .featured-post {
  986.    position: relative;
  987.    border-radius: 20px;
  988.    overflow: hidden;
  989.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  990.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  991.  }
  992.  
  993.  .featured-post:hover {
  994.    transform: translateY(-5px);
  995.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  996.  }
  997.  
  998.  .featured-post .post-image {
  999.    position: relative;
  1000.    height: 500px;
  1001.    overflow: hidden;
  1002.  }
  1003.  
  1004.  .featured-post .post-image img {
  1005.    width: 100%;
  1006.    height: 100%;
  1007.    object-fit: cover;
  1008.    transition: transform 0.5s ease;
  1009.  }
  1010.  
  1011.  .featured-post:hover .post-image img {
  1012.    transform: scale(1.05);
  1013.  }
  1014.  
  1015.  .post-overlay {
  1016.    position: absolute;
  1017.    top: 0;
  1018.    left: 0;
  1019.    right: 0;
  1020.    bottom: 0;
  1021.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1022.    display: flex;
  1023.    align-items: flex-end;
  1024.    padding: 40px;
  1025.  }
  1026.  
  1027.  .post-content .post-title1 {
  1028.    color: white;
  1029.    font-size: 2.5rem;
  1030.    font-weight: 700;
  1031.    margin: 15px 0;
  1032.    line-height: 1.2;
  1033.  }
  1034.  
  1035.  .post-content .post-excerpt {
  1036.    color: rgba(255, 255, 255, 0.9);
  1037.    font-size: 1.1rem;
  1038.    margin-bottom: 20px;
  1039.    line-height: 1.6;
  1040.  }
  1041.  
  1042.  /* Category Badges */
  1043.  .category-badge {
  1044.    display: inline-block;
  1045.    padding: 4px 8px;
  1046.    font-size: 0.75rem;
  1047.    font-weight: 600;
  1048.    text-transform: uppercase;
  1049.    letter-spacing: 0.5px;
  1050.    border-radius: 25px;
  1051.    text-align: center;
  1052.    width: fit-content;
  1053.  }
  1054.  
  1055.  /* Post Meta */
  1056.  .post-meta {
  1057.    display: flex;
  1058.    align-items: center;
  1059.    justify-content: space-between;
  1060.    margin-top: 25px;
  1061.  }
  1062.  
  1063.  .author-info {
  1064.    display: flex;
  1065.    align-items: center;
  1066.    gap: 12px;
  1067.  }
  1068.  
  1069.  .author-avatar {
  1070.    width: 45px !important;
  1071.    height: 45px !important;
  1072.    border-radius: 50%;
  1073.    border: 3px solid white;
  1074.  }
  1075.  
  1076.  .author-name,
  1077.  .post-date {
  1078.    color: rgba(255, 255, 255, 0.9);
  1079.    font-weight: 500;
  1080.  }
  1081.  
  1082.  .author-name {
  1083.    text-decoration: none;
  1084.  }
  1085.  
  1086.  .author-name:hover {
  1087.    color: white;
  1088.  }
  1089.  
  1090.  /* Side Posts */
  1091.  .side-post {
  1092.    background: var(--card-bg);
  1093.    border-radius: 15px;
  1094.    border: 1px solid var(--border-color);
  1095.    overflow: hidden;
  1096.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1097.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1098.    height: auto;
  1099.  }
  1100.  
  1101.  .side-post:hover {
  1102.    transform: translateY(-3px);
  1103.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1104.  }
  1105.  
  1106.  .side-post-image {
  1107.    max-height: 155px;
  1108.    height: 100%;
  1109.    overflow: hidden;
  1110.  }
  1111.  
  1112.  .side-post-image img {
  1113.    width: 100%;
  1114.    height: 100%;
  1115.    object-fit: cover;
  1116.    transition: transform 0.3s ease;
  1117.  }
  1118.  
  1119.  .side-post:hover .side-post-image img {
  1120.    transform: scale(1.1);
  1121.  }
  1122.  
  1123.  .side-post-content {
  1124.    padding: 8px 16px;
  1125.    display: flex;
  1126.    flex-direction: column;
  1127.    justify-content: space-between;
  1128.    height: 100%;
  1129.  }
  1130.  
  1131.  .side-post-content h3 {
  1132.    font-size: 1rem;
  1133.    font-weight: 600;
  1134.    margin: 8px 0;
  1135.    line-height: 1.4;
  1136.  }
  1137.  
  1138.  .side-post-content h3 a {
  1139.    color: #333;
  1140.    text-decoration: none;
  1141.    transition: color 0.3s ease;
  1142.  }
  1143.  
  1144.  .side-post-content h3 a:hover {
  1145.    color: #007bff;
  1146.  }
  1147.  
  1148.  .side-post-meta {
  1149.    font-size: 0.8rem;
  1150.    color: #666;
  1151.    display: flex;
  1152.    flex-direction: column;
  1153.    gap: 4px;
  1154.  }
  1155.  
  1156.  .side-post-meta a {
  1157.    color: #007bff;
  1158.    text-decoration: none;
  1159.  }
  1160.  
  1161.  .side-post-meta a:hover {
  1162.    text-decoration: underline;
  1163.  }
  1164.  
  1165.  /* Responsive Design */
  1166.  @media (max-width: 768px) {
  1167.    .blog-hero-v2 {
  1168.      padding: 30px 0;
  1169.    }
  1170.  
  1171.    .featured-post .post-image {
  1172.      height: 350px;
  1173.    }
  1174.  
  1175.    .post-overlay {
  1176.      padding: 25px;
  1177.    }
  1178.  
  1179.    .post-content .post-title1 {
  1180.      font-size: 1.8rem;
  1181.    }
  1182.  
  1183.    .post-content .post-excerpt {
  1184.      font-size: 1rem;
  1185.      margin-bottom: 15px;
  1186.    }
  1187.  
  1188.    .post-meta {
  1189.      flex-direction: column;
  1190.      align-items: flex-start;
  1191.      gap: 10px;
  1192.    }
  1193.  
  1194.    .side-post {
  1195.      height: auto;
  1196.    }
  1197.  
  1198.    .side-post-content {
  1199.      height: auto;
  1200.      padding: 15px;
  1201.    }
  1202.  }
  1203.  
  1204.  @media (max-width: 576px) {
  1205.    .post-content .post-title1 {
  1206.      font-size: 1.5rem;
  1207.    }
  1208.  
  1209.    .side-post-content h3 {
  1210.      font-size: 0.9rem;
  1211.    }
  1212.  
  1213.    .side-post-image img {}
  1214.  }
  1215. </style>
  1216.  
  1217.  
  1218.  
  1219.  
  1220.        <!-- end of wpo-blog-hero -->
  1221.  
  1222.        <!-- start of wpo-breacking-news -->
  1223.        
  1224.        <!-- end of wpo-breacking-news -->
  1225.        
  1226.        <!-- start wpo-blog-highlights-section -->
  1227.        
  1228.  
  1229.  
  1230.  
  1231.    
  1232.  
  1233.  
  1234.  
  1235. <style>
  1236.    .blog-highlights-v4 {
  1237.        padding: 30px 0;
  1238.        position: relative;
  1239.        min-height: 100vh;
  1240.        background: transparent; /* Solid background color */
  1241.    }
  1242.  
  1243.    /* Blog Container */
  1244.    .blog-container-v4 {
  1245.        position: relative;
  1246.        z-index: 10;
  1247.    }
  1248.  
  1249.    /* Card Design */
  1250.    .blog-card-v4 {
  1251.        border-radius: 25px;
  1252.        background: var(--card-bg);
  1253.        border: 1px solid var(--border-color);
  1254.        position: relative;
  1255.        overflow: hidden;
  1256.        transition: opacity 1.2s ease; /* Fade animation for card */
  1257.    }
  1258.  
  1259.    /* Image Container */
  1260.    .blog-image-container-v4 {
  1261.        height: 280px;
  1262.        border-radius: 20px 20px 0 0;
  1263.        overflow: hidden;
  1264.        position: relative;
  1265.        z-index: 2;
  1266.    }
  1267.  
  1268.    .blog-image-v4 {
  1269.        width: 100%;
  1270.        height: 100%;
  1271.        position: relative;
  1272.        overflow: hidden;
  1273.    }
  1274.  
  1275.    .blog-image-v4 img {
  1276.        width: 100%;
  1277.        height: 100%;
  1278.        object-fit: cover;
  1279.    }
  1280.  
  1281.    /* Category Badge */
  1282.    .blog-category-v4 {
  1283.        position: absolute;
  1284.        top: 20px;
  1285.        left: 20px;
  1286.        padding: 10px 18px;
  1287.        border-radius: 20px;
  1288.        font-size: 11px;
  1289.        font-weight: 700;
  1290.        text-transform: uppercase;
  1291.        letter-spacing: 1.2px;
  1292.        z-index: 5;
  1293.        border: 1px solid rgba(255, 255, 255, 0.3);
  1294.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1295.    }
  1296.  
  1297.    /* Content Area */
  1298.    .blog-content-v4 {
  1299.        padding: 20px 25px 25px;
  1300.        display: flex;
  1301.        flex-direction: column;
  1302.        justify-content: space-between;
  1303.        position: relative;
  1304.        z-index: 2;
  1305.    }
  1306.  
  1307.    /* Title */
  1308.    .blog-title-v4 {
  1309.        font-size: 20px;
  1310.        font-weight: 800;
  1311.        line-height: 1.3;
  1312.        margin-bottom: 8px;
  1313.    }
  1314.  
  1315.    .blog-title-v4 a {
  1316.        text-decoration: none;
  1317.    }
  1318.  
  1319.    /* Meta Information */
  1320.    .blog-meta-v4 {
  1321.        display: flex;
  1322.        align-items: center;
  1323.        gap: 12px;
  1324.        margin-bottom: 15px;
  1325.        font-size: 13px;
  1326.    }
  1327.  
  1328.    .blog-author-img-v4 {
  1329.        width: 35px;
  1330.        height: 35px;
  1331.        border-radius: 50%;
  1332.        border: 2px solid var(--border-color);
  1333.    }
  1334.  
  1335.    /* Excerpt */
  1336.    .blog-excerpt-v4 {
  1337.        font-size: 14px;
  1338.        line-height: 1.6;
  1339.        margin-bottom: 8px;
  1340.        display: -webkit-box;
  1341.        -webkit-line-clamp: 3;
  1342.        -webkit-box-orient: vertical;
  1343.        overflow: hidden;
  1344.    }
  1345.  
  1346.    /* Actions Area */
  1347.    .blog-actions-v4 {
  1348.        display: flex;
  1349.        justify-content: space-between;
  1350.        align-items: center;
  1351.    }
  1352.  
  1353.    .blog-stats-v4 {
  1354.        display: flex;
  1355.        gap: 20px;
  1356.        align-items: center;
  1357.    }
  1358.  
  1359.    .blog-stat-item-v4 {
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 6px;
  1363.        font-size: 12px;
  1364.    }
  1365.  
  1366.    /* Read More Button */
  1367.    .blog-read-more-v4 {
  1368.        width: 40px;
  1369.        height: 40px;
  1370.        border-radius: 50%;
  1371.        background: var(--border-color);
  1372.        border: 2px solid var(--border-color);
  1373.        display: flex;
  1374.        align-items: center;
  1375.        justify-content: center;
  1376.        text-decoration: none;
  1377.    }
  1378.  
  1379.    ..blog-read-more-v4:hover{
  1380.        background-color: #172133;
  1381.    }
  1382.    /* Section Header */
  1383.    .section-header-v4 {
  1384.        text-align: center;
  1385.        margin-bottom: 40px;
  1386.        position: relative;
  1387.        z-index: 15;
  1388.    }
  1389.  
  1390.    .section-title-v4 {
  1391.        font-size: 3.5rem;
  1392.        font-weight: 900;
  1393.        margin-bottom: .5rem;
  1394.    }
  1395.  
  1396.    .section-subtitle-v4 {
  1397.        font-size: 1.4rem;
  1398.        max-width: 700px;
  1399.        margin: 0 auto;
  1400.        line-height: 1.7;
  1401.        font-weight: 300;
  1402.    }
  1403.  
  1404.    /* Scroll Fade Animation */
  1405.    .scroll-trigger {
  1406.        opacity: 0;
  1407.        transition: opacity 1.2s ease;
  1408.    }
  1409.  
  1410.    .scroll-trigger.active {
  1411.        opacity: 1;
  1412.    }
  1413.  
  1414.    /* Responsive Design */
  1415.    @media (max-width: 768px) {
  1416.        .section-title-v4 {
  1417.            font-size: 3rem;
  1418.        }
  1419.        .blog-highlights-v4 {
  1420.            padding: 80px 0;
  1421.        }
  1422.        .blog-card-v4 {
  1423.            height: 450px;
  1424.        }
  1425.        .blog-content-v4 {
  1426.            padding: 15px 20px 20px;
  1427.        }
  1428.    }
  1429. </style>
  1430.  
  1431. <section class="blog-highlights-v4">
  1432.    <div class="container-fluid fluid-container blog-container-v4">
  1433.        <!-- Section Header -->
  1434.        <div class="row">
  1435.            <div class="col-12">
  1436.                <div class="section-header-v4">
  1437.                    <h2 class="section-title-v4">
  1438.                Today's Top Highlights
  1439.                   </h2>
  1440.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1441.                </div>
  1442.            </div>
  1443.        </div>
  1444.        
  1445.        <!-- Blog Grid -->
  1446.        <div class="row">
  1447.            <div class="col-lg-8">
  1448.                <div class="row g-4">
  1449.                    
  1450.                    <div class="col-lg-6 col-md-6">
  1451.                        <article class="blog-card-v4 scroll-trigger">
  1452.                            <div class="blog-image-container-v4">
  1453.                                <div class="blog-image-v4">
  1454.                                    
  1455.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1456.                                    
  1457.                                </div>
  1458.                                
  1459.                                <span class="blog-category-v4 bg-primary-gradient">
  1460.                                    News
  1461.                                </span>
  1462.                            </div>
  1463.                            
  1464.                            <div class="blog-content-v4">
  1465.                                <h3 class="blog-title-v4">
  1466.                                    <a href="/daily-killings-in-the-nation-decline-thirty-seven-percent-under-claudia-sheinbaum-per-government-data/" class="top-color">
  1467.                                    Daily Killings in the nation Decline Thirty-Seven Percent Under Claudia Sheinbaum, Per Government Data
  1468.                                    </a>
  1469.                                </h3>
  1470.                                <div class="blog-meta-v4">
  1471.                                    
  1472.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1473.                                    
  1474.                                    <span>By <strong>Craig Brock</strong></span>
  1475.                                    <span>•</span>
  1476.                                    <span>14 Jul 2026</span>
  1477.                                </div>
  1478.                                
  1479.                                <p class="blog-excerpt-v4">
  1480.                                    
  1481.                                </p>
  1482.                                
  1483.                                <div class="blog-actions-v4">
  1484.                                    
  1485.                                    <a href="/daily-killings-in-the-nation-decline-thirty-seven-percent-under-claudia-sheinbaum-per-government-data/" class="blog-read-more-v4 bg-primary-gradient">
  1486.                                        <i class="ti-arrow-right"></i>
  1487.                                    </a>
  1488.                                </div>
  1489.                            </div>
  1490.                        </article>
  1491.                    </div>
  1492.                    
  1493.                    <div class="col-lg-6 col-md-6">
  1494.                        <article class="blog-card-v4 scroll-trigger">
  1495.                            <div class="blog-image-container-v4">
  1496.                                <div class="blog-image-v4">
  1497.                                    
  1498.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1499.                                    
  1500.                                </div>
  1501.                                
  1502.                                <span class="blog-category-v4 bg-primary-gradient">
  1503.                                    News
  1504.                                </span>
  1505.                            </div>
  1506.                            
  1507.                            <div class="blog-content-v4">
  1508.                                <h3 class="blog-title-v4">
  1509.                                    <a href="/englands-coach-southee-uncertain-on-ashes-availability/" class="top-color">
  1510.                                    England&#x27;s Coach Southee Uncertain on Ashes Availability
  1511.                                    </a>
  1512.                                </h3>
  1513.                                <div class="blog-meta-v4">
  1514.                                    
  1515.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1516.                                    
  1517.                                    <span>By <strong>Craig Brock</strong></span>
  1518.                                    <span>•</span>
  1519.                                    <span>14 Jul 2026</span>
  1520.                                </div>
  1521.                                
  1522.                                <p class="blog-excerpt-v4">
  1523.                                    
  1524.                                </p>
  1525.                                
  1526.                                <div class="blog-actions-v4">
  1527.                                    
  1528.                                    <a href="/englands-coach-southee-uncertain-on-ashes-availability/" class="blog-read-more-v4 bg-primary-gradient">
  1529.                                        <i class="ti-arrow-right"></i>
  1530.                                    </a>
  1531.                                </div>
  1532.                            </div>
  1533.                        </article>
  1534.                    </div>
  1535.                    
  1536.                    <div class="col-lg-6 col-md-6">
  1537.                        <article class="blog-card-v4 scroll-trigger">
  1538.                            <div class="blog-image-container-v4">
  1539.                                <div class="blog-image-v4">
  1540.                                    
  1541.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1542.                                    
  1543.                                </div>
  1544.                                
  1545.                                <span class="blog-category-v4 bg-primary-gradient">
  1546.                                    News
  1547.                                </span>
  1548.                            </div>
  1549.                            
  1550.                            <div class="blog-content-v4">
  1551.                                <h3 class="blog-title-v4">
  1552.                                    <a href="/a-lasting-truce-between-israel-and-the-palestinian-territories-we-have-witnessed-similar-promises-the-outcome-was-further-bloodshed/" class="top-color">
  1553.                                    A Lasting Truce Between Israel and the Palestinian Territories? We have Witnessed Similar Promises – The Outcome Was Further Bloodshed
  1554.                                    </a>
  1555.                                </h3>
  1556.                                <div class="blog-meta-v4">
  1557.                                    
  1558.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1559.                                    
  1560.                                    <span>By <strong>Craig Brock</strong></span>
  1561.                                    <span>•</span>
  1562.                                    <span>13 Jul 2026</span>
  1563.                                </div>
  1564.                                
  1565.                                <p class="blog-excerpt-v4">
  1566.                                    
  1567.                                </p>
  1568.                                
  1569.                                <div class="blog-actions-v4">
  1570.                                    
  1571.                                    <a href="/a-lasting-truce-between-israel-and-the-palestinian-territories-we-have-witnessed-similar-promises-the-outcome-was-further-bloodshed/" class="blog-read-more-v4 bg-primary-gradient">
  1572.                                        <i class="ti-arrow-right"></i>
  1573.                                    </a>
  1574.                                </div>
  1575.                            </div>
  1576.                        </article>
  1577.                    </div>
  1578.                    
  1579.                    <div class="col-lg-6 col-md-6">
  1580.                        <article class="blog-card-v4 scroll-trigger">
  1581.                            <div class="blog-image-container-v4">
  1582.                                <div class="blog-image-v4">
  1583.                                    
  1584.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1585.                                    
  1586.                                </div>
  1587.                                
  1588.                                <span class="blog-category-v4 bg-primary-gradient">
  1589.                                    News
  1590.                                </span>
  1591.                            </div>
  1592.                            
  1593.                            <div class="blog-content-v4">
  1594.                                <h3 class="blog-title-v4">
  1595.                                    <a href="/an-incident-that-altered-my-life-the-train-i-was-on-was-in-an-accident-and-subsequently-i-heard-a-young-girl-weeping/" class="top-color">
  1596.                                    An Incident That Altered My Life: The Train I Was On Was in an Accident – and subsequently I Heard a Young Girl Weeping.
  1597.                                    </a>
  1598.                                </h3>
  1599.                                <div class="blog-meta-v4">
  1600.                                    
  1601.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1602.                                    
  1603.                                    <span>By <strong>Craig Brock</strong></span>
  1604.                                    <span>•</span>
  1605.                                    <span>13 Jul 2026</span>
  1606.                                </div>
  1607.                                
  1608.                                <p class="blog-excerpt-v4">
  1609.                                    
  1610.                                </p>
  1611.                                
  1612.                                <div class="blog-actions-v4">
  1613.                                    
  1614.                                    <a href="/an-incident-that-altered-my-life-the-train-i-was-on-was-in-an-accident-and-subsequently-i-heard-a-young-girl-weeping/" class="blog-read-more-v4 bg-primary-gradient">
  1615.                                        <i class="ti-arrow-right"></i>
  1616.                                    </a>
  1617.                                </div>
  1618.                            </div>
  1619.                        </article>
  1620.                    </div>
  1621.                    
  1622.                    <div class="col-lg-6 col-md-6">
  1623.                        <article class="blog-card-v4 scroll-trigger">
  1624.                            <div class="blog-image-container-v4">
  1625.                                <div class="blog-image-v4">
  1626.                                    
  1627.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1628.                                    
  1629.                                </div>
  1630.                                
  1631.                                <span class="blog-category-v4 bg-primary-gradient">
  1632.                                    News
  1633.                                </span>
  1634.                            </div>
  1635.                            
  1636.                            <div class="blog-content-v4">
  1637.                                <h3 class="blog-title-v4">
  1638.                                    <a href="/tottenham-willing-to-offloading-attacker-welsh-international-johnson/" class="top-color">
  1639.                                    Tottenham Willing to Offloading Attacker Welsh International Johnson.
  1640.                                    </a>
  1641.                                </h3>
  1642.                                <div class="blog-meta-v4">
  1643.                                    
  1644.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1645.                                    
  1646.                                    <span>By <strong>Craig Brock</strong></span>
  1647.                                    <span>•</span>
  1648.                                    <span>13 Jul 2026</span>
  1649.                                </div>
  1650.                                
  1651.                                <p class="blog-excerpt-v4">
  1652.                                    
  1653.                                </p>
  1654.                                
  1655.                                <div class="blog-actions-v4">
  1656.                                    
  1657.                                    <a href="/tottenham-willing-to-offloading-attacker-welsh-international-johnson/" class="blog-read-more-v4 bg-primary-gradient">
  1658.                                        <i class="ti-arrow-right"></i>
  1659.                                    </a>
  1660.                                </div>
  1661.                            </div>
  1662.                        </article>
  1663.                    </div>
  1664.                    
  1665.                    <div class="col-lg-6 col-md-6">
  1666.                        <article class="blog-card-v4 scroll-trigger">
  1667.                            <div class="blog-image-container-v4">
  1668.                                <div class="blog-image-v4">
  1669.                                    
  1670.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1671.                                    
  1672.                                </div>
  1673.                                
  1674.                                <span class="blog-category-v4 bg-primary-gradient">
  1675.                                    News
  1676.                                </span>
  1677.                            </div>
  1678.                            
  1679.                            <div class="blog-content-v4">
  1680.                                <h3 class="blog-title-v4">
  1681.                                    <a href="/danish-man-receives-suspended-prison-term-for-sharing-explicit-movie-scenes-on-the-social-platform-reddit/" class="top-color">
  1682.                                    Danish man receives suspended prison term for sharing explicit movie scenes on the social platform Reddit
  1683.                                    </a>
  1684.                                </h3>
  1685.                                <div class="blog-meta-v4">
  1686.                                    
  1687.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1688.                                    
  1689.                                    <span>By <strong>Craig Brock</strong></span>
  1690.                                    <span>•</span>
  1691.                                    <span>13 Jul 2026</span>
  1692.                                </div>
  1693.                                
  1694.                                <p class="blog-excerpt-v4">
  1695.                                    
  1696.                                </p>
  1697.                                
  1698.                                <div class="blog-actions-v4">
  1699.                                    
  1700.                                    <a href="/danish-man-receives-suspended-prison-term-for-sharing-explicit-movie-scenes-on-the-social-platform-reddit/" class="blog-read-more-v4 bg-primary-gradient">
  1701.                                        <i class="ti-arrow-right"></i>
  1702.                                    </a>
  1703.                                </div>
  1704.                            </div>
  1705.                        </article>
  1706.                    </div>
  1707.                    
  1708.                    <div class="col-lg-6 col-md-6">
  1709.                        <article class="blog-card-v4 scroll-trigger">
  1710.                            <div class="blog-image-container-v4">
  1711.                                <div class="blog-image-v4">
  1712.                                    
  1713.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1714.                                    
  1715.                                </div>
  1716.                                
  1717.                                <span class="blog-category-v4 bg-primary-gradient">
  1718.                                    News
  1719.                                </span>
  1720.                            </div>
  1721.                            
  1722.                            <div class="blog-content-v4">
  1723.                                <h3 class="blog-title-v4">
  1724.                                    <a href="/pat-cummins-confronts-fitness-battle-ahead-of-first-ashes-match/" class="top-color">
  1725.                                    Pat Cummins Confronts Fitness Battle Ahead of First Ashes Match
  1726.                                    </a>
  1727.                                </h3>
  1728.                                <div class="blog-meta-v4">
  1729.                                    
  1730.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1731.                                    
  1732.                                    <span>By <strong>Craig Brock</strong></span>
  1733.                                    <span>•</span>
  1734.                                    <span>13 Jul 2026</span>
  1735.                                </div>
  1736.                                
  1737.                                <p class="blog-excerpt-v4">
  1738.                                    
  1739.                                </p>
  1740.                                
  1741.                                <div class="blog-actions-v4">
  1742.                                    
  1743.                                    <a href="/pat-cummins-confronts-fitness-battle-ahead-of-first-ashes-match/" class="blog-read-more-v4 bg-primary-gradient">
  1744.                                        <i class="ti-arrow-right"></i>
  1745.                                    </a>
  1746.                                </div>
  1747.                            </div>
  1748.                        </article>
  1749.                    </div>
  1750.                    
  1751.                    <div class="col-lg-6 col-md-6">
  1752.                        <article class="blog-card-v4 scroll-trigger">
  1753.                            <div class="blog-image-container-v4">
  1754.                                <div class="blog-image-v4">
  1755.                                    
  1756.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1757.                                    
  1758.                                </div>
  1759.                                
  1760.                                <span class="blog-category-v4 bg-primary-gradient">
  1761.                                    News
  1762.                                </span>
  1763.                            </div>
  1764.                            
  1765.                            <div class="blog-content-v4">
  1766.                                <h3 class="blog-title-v4">
  1767.                                    <a href="/sarkozys-initial-24-hours-behind-bars-no-individual-is-above-legal-justice/" class="top-color">
  1768.                                    Sarkozy&#x27;s Initial 24 Hours Behind Bars: No Individual Is Above Legal Justice
  1769.                                    </a>
  1770.                                </h3>
  1771.                                <div class="blog-meta-v4">
  1772.                                    
  1773.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1774.                                    
  1775.                                    <span>By <strong>Craig Brock</strong></span>
  1776.                                    <span>•</span>
  1777.                                    <span>13 Jul 2026</span>
  1778.                                </div>
  1779.                                
  1780.                                <p class="blog-excerpt-v4">
  1781.                                    
  1782.                                </p>
  1783.                                
  1784.                                <div class="blog-actions-v4">
  1785.                                    
  1786.                                    <a href="/sarkozys-initial-24-hours-behind-bars-no-individual-is-above-legal-justice/" class="blog-read-more-v4 bg-primary-gradient">
  1787.                                        <i class="ti-arrow-right"></i>
  1788.                                    </a>
  1789.                                </div>
  1790.                            </div>
  1791.                        </article>
  1792.                    </div>
  1793.                    
  1794.                    <div class="col-lg-6 col-md-6">
  1795.                        <article class="blog-card-v4 scroll-trigger">
  1796.                            <div class="blog-image-container-v4">
  1797.                                <div class="blog-image-v4">
  1798.                                    
  1799.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1800.                                    
  1801.                                </div>
  1802.                                
  1803.                                <span class="blog-category-v4 bg-primary-gradient">
  1804.                                    News
  1805.                                </span>
  1806.                            </div>
  1807.                            
  1808.                            <div class="blog-content-v4">
  1809.                                <h3 class="blog-title-v4">
  1810.                                    <a href="/cameron-norrie-calls-most-significant-win-after-roaring-back-from-behind-to-beat-alcaraz-in-paris/" class="top-color">
  1811.                                    Cameron Norrie Calls &#x27;Most Significant Win&#x27; After Roaring Back from Behind to Beat Alcaraz in Paris
  1812.                                    </a>
  1813.                                </h3>
  1814.                                <div class="blog-meta-v4">
  1815.                                    
  1816.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1817.                                    
  1818.                                    <span>By <strong>Craig Brock</strong></span>
  1819.                                    <span>•</span>
  1820.                                    <span>13 Jul 2026</span>
  1821.                                </div>
  1822.                                
  1823.                                <p class="blog-excerpt-v4">
  1824.                                    
  1825.                                </p>
  1826.                                
  1827.                                <div class="blog-actions-v4">
  1828.                                    
  1829.                                    <a href="/cameron-norrie-calls-most-significant-win-after-roaring-back-from-behind-to-beat-alcaraz-in-paris/" class="blog-read-more-v4 bg-primary-gradient">
  1830.                                        <i class="ti-arrow-right"></i>
  1831.                                    </a>
  1832.                                </div>
  1833.                            </div>
  1834.                        </article>
  1835.                    </div>
  1836.                    
  1837.                    <div class="col-lg-6 col-md-6">
  1838.                        <article class="blog-card-v4 scroll-trigger">
  1839.                            <div class="blog-image-container-v4">
  1840.                                <div class="blog-image-v4">
  1841.                                    
  1842.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1843.                                    
  1844.                                </div>
  1845.                                
  1846.                                <span class="blog-category-v4 bg-primary-gradient">
  1847.                                    News
  1848.                                </span>
  1849.                            </div>
  1850.                            
  1851.                            <div class="blog-content-v4">
  1852.                                <h3 class="blog-title-v4">
  1853.                                    <a href="/playwright-jeremy-o-harris-arrested-in-japan-for-suspected-drug-smuggling/" class="top-color">
  1854.                                    Playwright Jeremy O. Harris Arrested in Japan for Suspected Drug Smuggling
  1855.                                    </a>
  1856.                                </h3>
  1857.                                <div class="blog-meta-v4">
  1858.                                    
  1859.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1860.                                    
  1861.                                    <span>By <strong>Craig Brock</strong></span>
  1862.                                    <span>•</span>
  1863.                                    <span>13 Jul 2026</span>
  1864.                                </div>
  1865.                                
  1866.                                <p class="blog-excerpt-v4">
  1867.                                    
  1868.                                </p>
  1869.                                
  1870.                                <div class="blog-actions-v4">
  1871.                                    
  1872.                                    <a href="/playwright-jeremy-o-harris-arrested-in-japan-for-suspected-drug-smuggling/" class="blog-read-more-v4 bg-primary-gradient">
  1873.                                        <i class="ti-arrow-right"></i>
  1874.                                    </a>
  1875.                                </div>
  1876.                            </div>
  1877.                        </article>
  1878.                    </div>
  1879.                    
  1880.                    <div class="col-lg-6 col-md-6">
  1881.                        <article class="blog-card-v4 scroll-trigger">
  1882.                            <div class="blog-image-container-v4">
  1883.                                <div class="blog-image-v4">
  1884.                                    
  1885.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1886.                                    
  1887.                                </div>
  1888.                                
  1889.                                <span class="blog-category-v4 bg-primary-gradient">
  1890.                                    News
  1891.                                </span>
  1892.                            </div>
  1893.                            
  1894.                            <div class="blog-content-v4">
  1895.                                <h3 class="blog-title-v4">
  1896.                                    <a href="/what-is-behind-the-prime-ministers-significant-shift-on-enhanced-relations-to-the-european-union/" class="top-color">
  1897.                                    What is Behind the Prime Minister&#x27;s Significant Shift on Enhanced Relations to the European Union?
  1898.                                    </a>
  1899.                                </h3>
  1900.                                <div class="blog-meta-v4">
  1901.                                    
  1902.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1903.                                    
  1904.                                    <span>By <strong>Craig Brock</strong></span>
  1905.                                    <span>•</span>
  1906.                                    <span>12 Jul 2026</span>
  1907.                                </div>
  1908.                                
  1909.                                <p class="blog-excerpt-v4">
  1910.                                    
  1911.                                </p>
  1912.                                
  1913.                                <div class="blog-actions-v4">
  1914.                                    
  1915.                                    <a href="/what-is-behind-the-prime-ministers-significant-shift-on-enhanced-relations-to-the-european-union/" class="blog-read-more-v4 bg-primary-gradient">
  1916.                                        <i class="ti-arrow-right"></i>
  1917.                                    </a>
  1918.                                </div>
  1919.                            </div>
  1920.                        </article>
  1921.                    </div>
  1922.                    
  1923.                    <div class="col-lg-6 col-md-6">
  1924.                        <article class="blog-card-v4 scroll-trigger">
  1925.                            <div class="blog-image-container-v4">
  1926.                                <div class="blog-image-v4">
  1927.                                    
  1928.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1929.                                    
  1930.                                </div>
  1931.                                
  1932.                                <span class="blog-category-v4 bg-primary-gradient">
  1933.                                    News
  1934.                                </span>
  1935.                            </div>
  1936.                            
  1937.                            <div class="blog-content-v4">
  1938.                                <h3 class="blog-title-v4">
  1939.                                    <a href="/car-prepares-for-the-ballot-box-as-incumbent-pursues-a-third-mandate/" class="top-color">
  1940.                                    CAR Prepares for the Ballot Box as Incumbent Pursues a Third Mandate
  1941.                                    </a>
  1942.                                </h3>
  1943.                                <div class="blog-meta-v4">
  1944.                                    
  1945.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock"  class="blog-author-img-v4">
  1946.                                    
  1947.                                    <span>By <strong>Craig Brock</strong></span>
  1948.                                    <span>•</span>
  1949.                                    <span>12 Jul 2026</span>
  1950.                                </div>
  1951.                                
  1952.                                <p class="blog-excerpt-v4">
  1953.                                    
  1954.                                </p>
  1955.                                
  1956.                                <div class="blog-actions-v4">
  1957.                                    
  1958.                                    <a href="/car-prepares-for-the-ballot-box-as-incumbent-pursues-a-third-mandate/" class="blog-read-more-v4 bg-primary-gradient">
  1959.                                        <i class="ti-arrow-right"></i>
  1960.                                    </a>
  1961.                                </div>
  1962.                            </div>
  1963.                        </article>
  1964.                    </div>
  1965.                    
  1966.                    
  1967.  
  1968.                </div>
  1969.            </div>
  1970.            
  1971.             <div class="col col-lg-4 col-12">
  1972.                
  1973.  
  1974.  
  1975.  
  1976.    
  1977.  
  1978. <!-- Curved Heading Sidebar -->
  1979.    <div class="sidebar">
  1980.        
  1981.       <div class="sidebar-widget mb-4">
  1982.            <div class="widget-title-wrapper mb-3">
  1983.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1984.                    <div class="title-border"></div>
  1985.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  1986.                </h4>
  1987.            </div>
  1988.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  1989.                <div class="archives-list scrollable-sidebar">
  1990.                    
  1991.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1992.                        <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1993.                            <i class="ti-angle-right me-2 text-primary"></i>
  1994.                            <span class="archive-link top-color fw-semibold"> non gamstop sites</span>
  1995.                        </a>
  1996.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1997.                    </div>
  1998.                
  1999.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2000.                        <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2001.                            <i class="ti-angle-right me-2 text-primary"></i>
  2002.                            <span class="archive-link top-color fw-semibold"> non gamstop sites</span>
  2003.                        </a>
  2004.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2005.                    </div>
  2006.                
  2007.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2008.                        <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2009.                            <i class="ti-angle-right me-2 text-primary"></i>
  2010.                            <span class="archive-link top-color fw-semibold"> non gamstop sites</span>
  2011.                        </a>
  2012.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2013.                    </div>
  2014.                
  2015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2016.                        <a href="https://eostre.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2017.                            <i class="ti-angle-right me-2 text-primary"></i>
  2018.                            <span class="archive-link top-color fw-semibold"> sites not on Gamstop</span>
  2019.                        </a>
  2020.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2021.                    </div>
  2022.                
  2023.                </div>
  2024.                
  2025.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2026.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2027.                        <i class="ti-archive me-1"></i>View All Archives
  2028.                    </a>
  2029.                </div> -->
  2030.            </div>
  2031.        </div>
  2032.        
  2033.       <div class="sidebar-widget mb-4">
  2034.            <div class="widget-title-wrapper mb-3">
  2035.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2036.                    <div class="title-border"></div>
  2037.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2038.                </h4>
  2039.            </div>
  2040.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2041.                <div class="archives-list scrollable-sidebar">
  2042.                    
  2043.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2044.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2045.                            <i class="ti-angle-right me-2 text-primary"></i>
  2046.                            <span class="archive-link top-color fw-semibold"> not on GamStop</span>
  2047.                        </a>
  2048.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2049.                    </div>
  2050.                
  2051.                </div>
  2052.                
  2053.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2054.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2055.                        <i class="ti-archive me-1"></i>View All Archives
  2056.                    </a>
  2057.                </div> -->
  2058.            </div>
  2059.        </div>
  2060.        
  2061.       <div class="sidebar-widget mb-4">
  2062.            <div class="widget-title-wrapper mb-3">
  2063.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2064.                    <div class="title-border"></div>
  2065.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2066.                </h4>
  2067.            </div>
  2068.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2069.                <div class="archives-list scrollable-sidebar">
  2070.                    
  2071.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2072.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2073.                            <i class="ti-angle-right me-2 text-primary"></i>
  2074.                            <span class="archive-link top-color fw-semibold"> new online casinos</span>
  2075.                        </a>
  2076.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2077.                    </div>
  2078.                
  2079.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2080.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2081.                            <i class="ti-angle-right me-2 text-primary"></i>
  2082.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2083.                        </a>
  2084.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2085.                    </div>
  2086.                
  2087.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2088.                        <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2089.                            <i class="ti-angle-right me-2 text-primary"></i>
  2090.                            <span class="archive-link top-color fw-semibold"> non gamstop casinos</span>
  2091.                        </a>
  2092.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2093.                    </div>
  2094.                
  2095.                </div>
  2096.                
  2097.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2098.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2099.                        <i class="ti-archive me-1"></i>View All Archives
  2100.                    </a>
  2101.                </div> -->
  2102.            </div>
  2103.        </div>
  2104.        
  2105.       <div class="sidebar-widget mb-4">
  2106.            <div class="widget-title-wrapper mb-3">
  2107.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2108.                    <div class="title-border"></div>
  2109.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2110.                </h4>
  2111.            </div>
  2112.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2113.                <div class="archives-list scrollable-sidebar">
  2114.                    
  2115.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2116.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2117.                            <i class="ti-angle-right me-2 text-primary"></i>
  2118.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2119.                        </a>
  2120.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2121.                    </div>
  2122.                
  2123.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2124.                        <a href="https://www.helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2125.                            <i class="ti-angle-right me-2 text-primary"></i>
  2126.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2127.                        </a>
  2128.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2129.                    </div>
  2130.                
  2131.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2132.                        <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2133.                            <i class="ti-angle-right me-2 text-primary"></i>
  2134.                            <span class="archive-link top-color fw-semibold"> online casinos not on gamstop</span>
  2135.                        </a>
  2136.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2137.                    </div>
  2138.                
  2139.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2140.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2141.                            <i class="ti-angle-right me-2 text-primary"></i>
  2142.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2143.                        </a>
  2144.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2145.                    </div>
  2146.                
  2147.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2148.                        <a href="https://taranto-2026.it"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2149.                            <i class="ti-angle-right me-2 text-primary"></i>
  2150.                            <span class="archive-link top-color fw-semibold"> casino non aams</span>
  2151.                        </a>
  2152.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2153.                    </div>
  2154.                
  2155.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2156.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2157.                            <i class="ti-angle-right me-2 text-primary"></i>
  2158.                            <span class="archive-link top-color fw-semibold"> escorts london</span>
  2159.                        </a>
  2160.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2161.                    </div>
  2162.                
  2163.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2164.                        <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2165.                            <i class="ti-angle-right me-2 text-primary"></i>
  2166.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  2167.                        </a>
  2168.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2169.                    </div>
  2170.                
  2171.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2172.                        <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2173.                            <i class="ti-angle-right me-2 text-primary"></i>
  2174.                            <span class="archive-link top-color fw-semibold"> gamstop</span>
  2175.                        </a>
  2176.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2177.                    </div>
  2178.                
  2179.                </div>
  2180.                
  2181.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2182.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2183.                        <i class="ti-archive me-1"></i>View All Archives
  2184.                    </a>
  2185.                </div> -->
  2186.            </div>
  2187.        </div>
  2188.        
  2189.  
  2190.       <!-- <div class="sidebar-widget mb-5">
  2191.            <div class="widget-title-wrapper mb-3">
  2192.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2193.                    <div class="title-border"></div>
  2194.                    <i class="ti-folder me-2"></i>Blog Archives
  2195.                </h4>
  2196.            </div>
  2197.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2198.                <div class="archives-list">
  2199.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2200.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2201.                            <i class="ti-angle-right me-2 text-primary"></i>
  2202.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2203.                        </a>
  2204.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2205.                    </div>
  2206.  
  2207.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2208.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2209.                            <i class="ti-angle-right me-2 text-primary"></i>
  2210.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2211.                        </a>
  2212.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2213.                    </div>
  2214.  
  2215.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2216.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2217.                            <i class="ti-angle-right me-2 text-primary"></i>
  2218.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2219.                        </a>
  2220.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2221.                    </div>
  2222.  
  2223.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2224.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2225.                            <i class="ti-angle-right me-2 text-primary"></i>
  2226.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2227.                        </a>
  2228.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2229.                    </div>
  2230.  
  2231.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2232.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2233.                            <i class="ti-angle-right me-2 text-primary"></i>
  2234.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2235.                        </a>
  2236.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2237.                    </div>
  2238.  
  2239.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2240.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2241.                            <i class="ti-angle-right me-2 text-primary"></i>
  2242.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2243.                        </a>
  2244.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2245.                    </div>
  2246.                </div>
  2247.                
  2248.                <div class="text-center mt-4 pt-3 border-top border-color">
  2249.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2250.                        <i class="ti-archive me-1"></i>View All Archives
  2251.                    </a>
  2252.                </div>
  2253.            </div>
  2254.        </div> -->
  2255.  
  2256.        <div class="sidebar-widget mb-4">
  2257.            <div class="widget-title-wrapper mb-3">
  2258.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2259.                    <div class="title-border-primary"></div>
  2260.                    <i class="ti-star me-2"></i>Popular Posts
  2261.                </h4>
  2262.            </div>
  2263.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2264.                <div class="popular-post-list">
  2265.                    
  2266.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2267.                        <div class="post-content flex-grow-1">
  2268.                            <h6 class="post-title mb-1">
  2269.                                 <a href="/local-residents-searching-for-truth-concerning-contaminated-materials-areas/" class="text-decoration-none top-color fw-semibold lh-sm">
  2270.                                            Local Residents Searching for Truth Concerning Contaminated Materials Areas
  2271.                                            </a>
  2272.                            </h6>
  2273.                            <div class="post-meta">
  2274.                                <small class="text-muted">
  2275.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2276.                                </small>
  2277.                                <!-- <small class="text-muted ms-3">
  2278.                                    <i class="ti-eye me-1"></i>1,234 views
  2279.                                </small> -->
  2280.                            </div>
  2281.                        </div>
  2282.                    </div>
  2283.                    
  2284.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2285.                        <div class="post-content flex-grow-1">
  2286.                            <h6 class="post-title mb-1">
  2287.                                 <a href="/the-perfect-moment-to-be-bold-and-give-your-garden-a-reshuffle/" class="text-decoration-none top-color fw-semibold lh-sm">
  2288.                                            The Perfect Moment to Be Bold and Give Your Garden a Reshuffle.
  2289.                                            </a>
  2290.                            </h6>
  2291.                            <div class="post-meta">
  2292.                                <small class="text-muted">
  2293.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2294.                                </small>
  2295.                                <!-- <small class="text-muted ms-3">
  2296.                                    <i class="ti-eye me-1"></i>1,234 views
  2297.                                </small> -->
  2298.                            </div>
  2299.                        </div>
  2300.                    </div>
  2301.                    
  2302.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2303.                        <div class="post-content flex-grow-1">
  2304.                            <h6 class="post-title mb-1">
  2305.                                 <a href="/minister-for-health-issues-stark-warning-patient-safety-cannot-be-guaranteed-if-resident-doctors-strike-goes-ahead-amid-intense-influenza-strain/" class="text-decoration-none top-color fw-semibold lh-sm">
  2306.                                            Minister for Health Issues Stark Warning Patient Safety Cannot Be Guaranteed If Resident Doctors&#x27; Strike Goes Ahead Amid Intense Influenza Strain.
  2307.                                            </a>
  2308.                            </h6>
  2309.                            <div class="post-meta">
  2310.                                <small class="text-muted">
  2311.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2312.                                </small>
  2313.                                <!-- <small class="text-muted ms-3">
  2314.                                    <i class="ti-eye me-1"></i>1,234 views
  2315.                                </small> -->
  2316.                            </div>
  2317.                        </div>
  2318.                    </div>
  2319.                    
  2320.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2321.                        <div class="post-content flex-grow-1">
  2322.                            <h6 class="post-title mb-1">
  2323.                                 <a href="/england-secure-finals-spot-with-comfortable-win-over-opponents/" class="text-decoration-none top-color fw-semibold lh-sm">
  2324.                                            England Secure Finals Spot with Comfortable Win over Opponents
  2325.                                            </a>
  2326.                            </h6>
  2327.                            <div class="post-meta">
  2328.                                <small class="text-muted">
  2329.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2330.                                </small>
  2331.                                <!-- <small class="text-muted ms-3">
  2332.                                    <i class="ti-eye me-1"></i>1,234 views
  2333.                                </small> -->
  2334.                            </div>
  2335.                        </div>
  2336.                    </div>
  2337.                    
  2338.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2339.                        <div class="post-content flex-grow-1">
  2340.                            <h6 class="post-title mb-1">
  2341.                                 <a href="/how-the-bolton-case-stands-apart-substantially-from-additional-former-president-critics/" class="text-decoration-none top-color fw-semibold lh-sm">
  2342.                                            How the Bolton Case Stands Apart Substantially from Additional Former President Critics
  2343.                                            </a>
  2344.                            </h6>
  2345.                            <div class="post-meta">
  2346.                                <small class="text-muted">
  2347.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2348.                                </small>
  2349.                                <!-- <small class="text-muted ms-3">
  2350.                                    <i class="ti-eye me-1"></i>1,234 views
  2351.                                </small> -->
  2352.                            </div>
  2353.                        </div>
  2354.                    </div>
  2355.                    
  2356.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2357.                        <div class="post-content flex-grow-1">
  2358.                            <h6 class="post-title mb-1">
  2359.                                 <a href="/the-united-kingdom-set-to-employ-immobilized-russias-assets-to-fund-ukraines-defense/" class="text-decoration-none top-color fw-semibold lh-sm">
  2360.                                            The United Kingdom Set to Employ Immobilized Russia&#x27;s Assets to Fund Ukraine&#x27;s Defense
  2361.                                            </a>
  2362.                            </h6>
  2363.                            <div class="post-meta">
  2364.                                <small class="text-muted">
  2365.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  2366.                                </small>
  2367.                                <!-- <small class="text-muted ms-3">
  2368.                                    <i class="ti-eye me-1"></i>1,234 views
  2369.                                </small> -->
  2370.                            </div>
  2371.                        </div>
  2372.                    </div>
  2373.                    
  2374.  
  2375.                </div>
  2376.                
  2377.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2378.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2379.                        <i class="ti-trophy me-1"></i>View All Popular
  2380.                    </a>
  2381.                </div> -->
  2382.            </div>
  2383.        </div>
  2384.  
  2385. </div>
  2386.  
  2387. <style>
  2388.     .widget-content {
  2389.        margin-top: -1px;
  2390.        position: relative;
  2391.        z-index: 1;
  2392.         background-color: var(--card-bg);
  2393.    }
  2394. </style>
  2395.  
  2396.    
  2397.            </div>
  2398.        </div>
  2399.    </div>
  2400. </section>
  2401.  
  2402. <script>
  2403. document.addEventListener('DOMContentLoaded', function() {
  2404.    // Intersection Observer for Fade Animation on Scroll Up and Down
  2405.    const observerOptions = {
  2406.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  2407.        rootMargin: '0px 0px -100px 0px'
  2408.    };
  2409.  
  2410.    // Group cards into pairs (assuming two cards per row)
  2411.    const cards = document.querySelectorAll('.scroll-trigger');
  2412.    const cardPairs = [];
  2413.    for (let i = 0; i < cards.length; i += 2) {
  2414.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  2415.    }
  2416.  
  2417.    const observer = new IntersectionObserver(function(entries) {
  2418.        entries.forEach(entry => {
  2419.            const card = entry.target;
  2420.            // Find the pair index for the current card
  2421.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  2422.            const pair = cardPairs[pairIndex];
  2423.  
  2424.            if (entry.isIntersecting) {
  2425.                // Fade in the pair with a delay based on pair index
  2426.                pair.forEach((cardInPair, index) => {
  2427.                    setTimeout(() => {
  2428.                        cardInPair.classList.add('active');
  2429.                    }, pairIndex * 300); // 300ms delay between pairs
  2430.                });
  2431.            } else {
  2432.                // Fade out the pair when exiting viewport
  2433.                pair.forEach(cardInPair => {
  2434.                    cardInPair.classList.remove('active');
  2435.                });
  2436.            }
  2437.        });
  2438.    }, observerOptions);
  2439.  
  2440.    // Observe each card individually
  2441.    cards.forEach(card => {
  2442.        observer.observe(card);
  2443.    });
  2444. });
  2445. </script>
  2446.  
  2447.    
  2448.        
  2449.        <!-- end wpo-blog-highlights-section -->
  2450.        <!-- start wpo-blog-sponsored-section -->
  2451.        
  2452.  
  2453.  
  2454.  
  2455.    
  2456.  
  2457.  
  2458.  
  2459. <style>
  2460.    .sponsored-section-v5 {
  2461.        padding: 40px 0;
  2462.    }
  2463.    
  2464.    .sponsored-card-v5 {
  2465.        background: var(--card-bg);
  2466.        border: 1px solid #f5f5f5;
  2467.        border-radius: var(--border-radius);
  2468.        transition: border-color 0.3s ease;
  2469.        height: 100%;
  2470.    }
  2471.    
  2472.    .sponsored-card-v5:hover {
  2473.        border-color: var(--bs-primary);
  2474.    }
  2475.    
  2476.    .sponsored-image-v5 {
  2477.        position: relative;
  2478.        background: var(--card-bg);
  2479.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  2480.        margin: 15px 15px 0;
  2481.    }
  2482.    
  2483.    .sponsored-image-v5 img {
  2484.        width: 100%;
  2485.        height: 140px;
  2486.        object-fit: cover;
  2487.        border-radius: var(--border-radius);
  2488.    }
  2489.    
  2490.    .sponsored-badge-v5 {
  2491.        position: absolute;
  2492.        top: 6px;
  2493.        left: 8px;
  2494.        padding: 4px 10px;
  2495.        font-size: 11px;
  2496.        font-weight: 600;
  2497.        text-transform: uppercase;    
  2498.        border-radius: var(--border-radius);
  2499.    }
  2500.    
  2501.    .sponsored-badge-v5::before {
  2502.        content: '';
  2503.        position: absolute;
  2504.        top: 8px;
  2505.        left: -10px;
  2506.        border-top: 10px solid var(--bs-primary);
  2507.        border-left: 10px solid transparent;
  2508.        transform: rotate(45deg);
  2509.    }
  2510.    
  2511.    .sponsored-content-v5 {
  2512.        padding: 15px;
  2513.    }
  2514.    
  2515.    .sponsored-title-v5 {
  2516.        font-size: 15px;
  2517.        font-weight: 700;
  2518.        line-height: 1.4;
  2519.        margin-bottom: 8px;
  2520.        color: #333;
  2521.    }
  2522.    
  2523.    .sponsored-title-v5 a {
  2524.        text-decoration: none;
  2525.        color: #333;
  2526.    }
  2527.    
  2528.    .sponsored-title-v5 a:hover {
  2529.        color: var(--bs-primary); /* Purple hover */
  2530.    }
  2531.    
  2532.    .sponsored-excerpt-v5 {
  2533.        font-size: 12px;
  2534.        font-style: italic;
  2535.        color: #868e96;
  2536.        margin-bottom: 10px;
  2537.        line-height: 1.5;
  2538.    }
  2539.    
  2540.    .sponsored-meta-v5 {
  2541.        font-size: 11px;
  2542.        color: #6c757d;
  2543.    }
  2544.    
  2545.    .author-info-v5 {
  2546.        margin-bottom: 5px;
  2547.    }
  2548.    
  2549.    .sponsored-author-img-v5 {
  2550.        width: 22px;
  2551.        height: 22px;
  2552.        border-radius: var(--border-radius);
  2553.        object-fit: cover;
  2554.        vertical-align: middle;
  2555.        margin-right: 5px;
  2556.    }
  2557.    
  2558.    .section-title-sponsored-v5 {
  2559.        font-size: 2.1rem;
  2560.        font-weight: 700;
  2561.        text-align: center;
  2562.        margin-bottom: 30px;
  2563.        color: #333;
  2564.        position: relative;
  2565.    }
  2566.    
  2567.    .section-title-sponsored-v5::after {
  2568.        content: '';
  2569.        position: absolute;
  2570.        bottom: -10px;
  2571.        left: 50%;
  2572.        transform: translateX(-50%);
  2573.        width: 80px;
  2574.        height: 2px;
  2575.        background: var(--bs-primary);
  2576.        box-shadow: 0 2px 0 0 var(--bs-primary);
  2577.    }
  2578.  
  2579.    @media (max-width: 768px) {
  2580.        .sponsored-section-v5 {
  2581.            padding: 25px 0;
  2582.        }
  2583.        .sponsored-image-v5 {
  2584.            margin: 10px 10px 0;
  2585.            padding: 8px;
  2586.        }
  2587.        .sponsored-image-v5 img {
  2588.            height: 120px;
  2589.        }
  2590.        .sponsored-content-v5 {
  2591.            padding: 12px;
  2592.        }
  2593.        .sponsored-title-v5 {
  2594.            font-size: 14px;
  2595.        }
  2596.        .sponsored-excerpt-v5 {
  2597.            font-size: 11px;
  2598.        }
  2599.        .section-title-sponsored-v5 {
  2600.            font-size: 1.7rem;
  2601.        }
  2602.    }
  2603. </style>
  2604.  
  2605. <section class="sponsored-section-v5">
  2606.    <div class="container-fluid fluid-container">
  2607.        <div class="row">
  2608.            <div class="col-12">
  2609.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  2610.            </div>
  2611.        </div>
  2612.        
  2613.        <div class="row g-3">
  2614.            
  2615.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2616.                <div class="card sponsored-card-v5">
  2617.                    <div class="sponsored-image-v5">
  2618.                        
  2619.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2620.                        
  2621.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2622.                    </div>
  2623.                    <div class="sponsored-content-v5">
  2624.                        <h3 class="sponsored-title-v5">
  2625.                            <a href="/local-residents-searching-for-truth-concerning-contaminated-materials-areas/" >
  2626.                                            Local Residents Searching for Truth Concerning Contaminated Materials Areas
  2627.                                            </a>
  2628.                        </h3>
  2629.                        <p class="sponsored-excerpt-v5">
  2630.                          
  2631.                        </p>
  2632.                        <div class="sponsored-meta-v5">
  2633.                            <div class="author-info-v5">
  2634.                                
  2635.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2636.                                
  2637.                                <span>
  2638.                                    Craig Brock
  2639.                                </span>
  2640.                            </div>
  2641.                            <div>12 Jul 2026</div>
  2642.                        </div>
  2643.                    </div>
  2644.                </div>
  2645.            </div>
  2646.            
  2647.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2648.                <div class="card sponsored-card-v5">
  2649.                    <div class="sponsored-image-v5">
  2650.                        
  2651.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2652.                        
  2653.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2654.                    </div>
  2655.                    <div class="sponsored-content-v5">
  2656.                        <h3 class="sponsored-title-v5">
  2657.                            <a href="/the-perfect-moment-to-be-bold-and-give-your-garden-a-reshuffle/" >
  2658.                                            The Perfect Moment to Be Bold and Give Your Garden a Reshuffle.
  2659.                                            </a>
  2660.                        </h3>
  2661.                        <p class="sponsored-excerpt-v5">
  2662.                          
  2663.                        </p>
  2664.                        <div class="sponsored-meta-v5">
  2665.                            <div class="author-info-v5">
  2666.                                
  2667.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2668.                                
  2669.                                <span>
  2670.                                    Craig Brock
  2671.                                </span>
  2672.                            </div>
  2673.                            <div>12 Jul 2026</div>
  2674.                        </div>
  2675.                    </div>
  2676.                </div>
  2677.            </div>
  2678.            
  2679.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2680.                <div class="card sponsored-card-v5">
  2681.                    <div class="sponsored-image-v5">
  2682.                        
  2683.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2684.                        
  2685.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2686.                    </div>
  2687.                    <div class="sponsored-content-v5">
  2688.                        <h3 class="sponsored-title-v5">
  2689.                            <a href="/minister-for-health-issues-stark-warning-patient-safety-cannot-be-guaranteed-if-resident-doctors-strike-goes-ahead-amid-intense-influenza-strain/" >
  2690.                                            Minister for Health Issues Stark Warning Patient Safety Cannot Be Guaranteed If Resident Doctors&#x27; Strike Goes Ahead Amid Intense Influenza Strain.
  2691.                                            </a>
  2692.                        </h3>
  2693.                        <p class="sponsored-excerpt-v5">
  2694.                          
  2695.                        </p>
  2696.                        <div class="sponsored-meta-v5">
  2697.                            <div class="author-info-v5">
  2698.                                
  2699.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2700.                                
  2701.                                <span>
  2702.                                    Craig Brock
  2703.                                </span>
  2704.                            </div>
  2705.                            <div>12 Jul 2026</div>
  2706.                        </div>
  2707.                    </div>
  2708.                </div>
  2709.            </div>
  2710.            
  2711.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2712.                <div class="card sponsored-card-v5">
  2713.                    <div class="sponsored-image-v5">
  2714.                        
  2715.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2716.                        
  2717.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2718.                    </div>
  2719.                    <div class="sponsored-content-v5">
  2720.                        <h3 class="sponsored-title-v5">
  2721.                            <a href="/england-secure-finals-spot-with-comfortable-win-over-opponents/" >
  2722.                                            England Secure Finals Spot with Comfortable Win over Opponents
  2723.                                            </a>
  2724.                        </h3>
  2725.                        <p class="sponsored-excerpt-v5">
  2726.                          
  2727.                        </p>
  2728.                        <div class="sponsored-meta-v5">
  2729.                            <div class="author-info-v5">
  2730.                                
  2731.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2732.                                
  2733.                                <span>
  2734.                                    Craig Brock
  2735.                                </span>
  2736.                            </div>
  2737.                            <div>12 Jul 2026</div>
  2738.                        </div>
  2739.                    </div>
  2740.                </div>
  2741.            </div>
  2742.            
  2743.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2744.                <div class="card sponsored-card-v5">
  2745.                    <div class="sponsored-image-v5">
  2746.                        
  2747.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2748.                        
  2749.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2750.                    </div>
  2751.                    <div class="sponsored-content-v5">
  2752.                        <h3 class="sponsored-title-v5">
  2753.                            <a href="/how-the-bolton-case-stands-apart-substantially-from-additional-former-president-critics/" >
  2754.                                            How the Bolton Case Stands Apart Substantially from Additional Former President Critics
  2755.                                            </a>
  2756.                        </h3>
  2757.                        <p class="sponsored-excerpt-v5">
  2758.                          
  2759.                        </p>
  2760.                        <div class="sponsored-meta-v5">
  2761.                            <div class="author-info-v5">
  2762.                                
  2763.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2764.                                
  2765.                                <span>
  2766.                                    Craig Brock
  2767.                                </span>
  2768.                            </div>
  2769.                            <div>12 Jul 2026</div>
  2770.                        </div>
  2771.                    </div>
  2772.                </div>
  2773.            </div>
  2774.            
  2775.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2776.                <div class="card sponsored-card-v5">
  2777.                    <div class="sponsored-image-v5">
  2778.                        
  2779.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2780.                        
  2781.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2782.                    </div>
  2783.                    <div class="sponsored-content-v5">
  2784.                        <h3 class="sponsored-title-v5">
  2785.                            <a href="/the-united-kingdom-set-to-employ-immobilized-russias-assets-to-fund-ukraines-defense/" >
  2786.                                            The United Kingdom Set to Employ Immobilized Russia&#x27;s Assets to Fund Ukraine&#x27;s Defense
  2787.                                            </a>
  2788.                        </h3>
  2789.                        <p class="sponsored-excerpt-v5">
  2790.                          
  2791.                        </p>
  2792.                        <div class="sponsored-meta-v5">
  2793.                            <div class="author-info-v5">
  2794.                                
  2795.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Craig Brock" class="sponsored-author-img-v5">
  2796.                                
  2797.                                <span>
  2798.                                    Craig Brock
  2799.                                </span>
  2800.                            </div>
  2801.                            <div>12 Jul 2026</div>
  2802.                        </div>
  2803.                    </div>
  2804.                </div>
  2805.            </div>
  2806.            
  2807.        </div>
  2808.    </div>
  2809. </section>
  2810.  
  2811.  
  2812.    
  2813.        <!-- end wpo-blog-sponsored-section -->
  2814.        <!-- start wpo-subscribe-section -->
  2815.        
  2816.        <!-- end subscribe-section -->
  2817.        <!-- start of wpo-site-footer-section -->
  2818.        
  2819.  
  2820.  
  2821.  
  2822.  
  2823.  
  2824. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2825.  <!-- Main Content: Asymmetrical Layout -->
  2826.  <div class="footer-main-content py-5">
  2827.    <div class="container-fluid fluid-container">
  2828.      <div class="row">
  2829.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  2830.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  2831.          <div class="brand-logo text-center text-lg-start">
  2832.            
  2833.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8ac4c01c-93d1-4778-ad78-2cecba866f90_logo.png" alt="NewsDigital UK" class="footer-logo" />
  2834.            
  2835.            <p class="brand-tagline mt-2">NewsDigital UK provides in-depth analysis and breaking news on technology trends, digital media, and innovation. Stay updated with expert perspectives.</p>
  2836.          </div>
  2837.        </div>
  2838.        <!-- Right: Staggered Links -->
  2839.        <div class="col-lg-9 col-md-8 col-12">
  2840.          <div class="d-flex flex-column gap-4">
  2841.            <!-- Quick Links -->
  2842.            <div class="footer-column offset-content">
  2843.              <h5 class="column-title">Quick Links</h5>
  2844.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  2845.                
  2846.                  <li>
  2847.                    <a class="menu-link" href="/why-warmth-wins-the-argument-against-frosty-festivities-are-a-feeble-imitation-to-celebrating-in-summer/">Why Warmth Wins: The Argument Against Frosty Festivities Are a Feeble Imitation to Celebrating in Summer.</a>
  2848.                  </li>
  2849.                
  2850.                  <li>
  2851.                    <a class="menu-link" href="/is-it-possible-im-dependent-on-my-wearable-device/">Is It Possible I&#x27;m Dependent on My Wearable Device?</a>
  2852.                  </li>
  2853.                
  2854.                  <li>
  2855.                    <a class="menu-link" href="/master-your-slot-wins-top-10-tips-to-increase-your-earnings/">Master Your Slot Wins: Top 10 Tips to Increase Your Earnings</a>
  2856.                  </li>
  2857.                
  2858.                  <li>
  2859.                    <a class="menu-link" href="/alleged-bondi-beach-shooters-acted-independently-and-did-not-training-in-the-southeast-asian-nation-authorities-say/">Alleged Bondi Beach Shooters Acted Independently and Did Not Training in the Southeast Asian Nation, Authorities Say.</a>
  2860.                  </li>
  2861.                
  2862.                  <li>
  2863.                    <a class="menu-link" href="/pupils-protest-over-ai-led-college-course-we-students-might-have-simply-used-chatgpt/">Pupils Protest Over AI-Led College Course: &quot;We Students Might Have Simply Used ChatGPT&quot;</a>
  2864.                  </li>
  2865.                
  2866.                  <li>
  2867.                    <a class="menu-link" href="/the-daily-show-host-on-donald-trumps-assertion-of-not-knowing-regarding-his-own-mri-thats-not-physically-possible/">The Daily Show host on Donald Trump&#x27;s Assertion of Not Knowing Regarding His Own MRI: &#x27;That’s Not Physically Possible&#x27;.</a>
  2868.                  </li>
  2869.                
  2870.              </ul>
  2871.            </div>
  2872.            <!-- Top Categories -->
  2873.            <div class="footer-column offset-content offset-right">
  2874.              <h5 class="column-title">Top Categories</h5>
  2875.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  2876.                
  2877.                  <li>
  2878.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  2879.                  </li>
  2880.                
  2881.                  <li>
  2882.                    <a class="menu-link" href="/category/business/">Business</a>
  2883.                  </li>
  2884.                
  2885.                  <li>
  2886.                    <a class="menu-link" href="/category/esports/">Esports</a>
  2887.                  </li>
  2888.                
  2889.                  <li>
  2890.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  2891.                  </li>
  2892.                
  2893.                  <li>
  2894.                    <a class="menu-link" href="/category/featured/">Featured</a>
  2895.                  </li>
  2896.                
  2897.              </ul>
  2898.            </div>
  2899.            <!-- Blog Rolls -->
  2900.           <div class="footer-column offset-content">
  2901.              <h5 class="column-title">Blog Rolls</h5>
  2902.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  2903.                
  2904.                
  2905.  
  2906.                
  2907.                
  2908.                  
  2909.                
  2910.              </ul>
  2911.            </div>
  2912.          </div>
  2913.        </div>
  2914.      </div>
  2915.    </div>
  2916.  </div>
  2917.  
  2918.  <!-- Bottom Section -->
  2919.  <div class="footer-bottom bg-primary text-white py-3">
  2920.    <div class="container-fluid fluid-container">
  2921.      <div class="row justify-content-center">
  2922.        <div class="col-12 text-center">
  2923.          <div class="bottom-content">
  2924.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  2925.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  2926.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  2927.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  2928.            </div>
  2929.            <div class="copyright-info ">
  2930.              <p class="mb-0 text-white">
  2931.                &copy; 2026 <strong>NewsDigital UK</strong>. All rights reserved.
  2932.              </p>
  2933.            </div>
  2934.          </div>
  2935.        </div>
  2936.      </div>
  2937.    </div>
  2938.  </div>
  2939. </footer>
  2940.  
  2941.  
  2942.  
  2943. <style>
  2944. .footer-logo {
  2945.    height: 60px;
  2946.    width: auto;
  2947. }
  2948.  
  2949. .brand-title {
  2950.    font-size: 24px;
  2951.    font-weight: 700;
  2952.    color: white  !important;
  2953.    margin: 0;
  2954. }
  2955.  
  2956. .brand-tagline {
  2957.    font-size: 14px;
  2958.    color: white  !important;
  2959.    margin: 0;
  2960. }
  2961.  
  2962. .column-title {
  2963.    font-size: 16px;
  2964.    font-weight: 600;
  2965.    color: white !important;
  2966.    margin-bottom: 12px;
  2967. }
  2968.  
  2969. .footer-menu {
  2970.    margin: 0;
  2971. }
  2972.  
  2973. .menu-link {
  2974.    color: white !important;
  2975.    text-decoration: none;
  2976.    font-size: 14px;
  2977.    transition: color 0.3s ease, transform 0.3s ease;
  2978. }
  2979.  
  2980. .menu-link:hover {
  2981.    color: var(--primary-color);
  2982.    transform: scale(1.05);
  2983. }
  2984.  
  2985. .offset-content {
  2986.    margin-left: 20px;
  2987. }
  2988.  
  2989. .footer-bottom {
  2990.    font-size: 13px;
  2991. }
  2992.  
  2993. .utility-link {
  2994.    color: white  !important;
  2995.    text-decoration: none;
  2996.    font-size: 13px;
  2997.    transition: color 0.3s ease;
  2998. }
  2999.  
  3000. .utility-link:hover {
  3001.    color: var(--primary-color);
  3002. }
  3003.  
  3004. .copyright-info p {
  3005.    font-size: 13px;
  3006. }
  3007.  
  3008. /* Responsive Design */
  3009. @media (max-width: 1024px) {
  3010.   .footer-logo{
  3011.    height: 40px;
  3012.    width: auto;
  3013.   }
  3014. }
  3015.  
  3016. @media (max-width: 768px) {
  3017.    .footer-logo {
  3018.        height: 60px;
  3019.    }
  3020.    
  3021.    .column-title {
  3022.        font-size: 15px;
  3023.        text-align: center;
  3024.    }
  3025.    
  3026.    .footer-menu {
  3027.        justify-content: center;
  3028.    }
  3029.    
  3030.    .menu-link {
  3031.        font-size: 13px;
  3032.    }
  3033. }
  3034.  
  3035. @media (max-width: 576px) {
  3036.    .brand-title {
  3037.        font-size: 20px;
  3038.    }
  3039.    
  3040.    .brand-tagline {
  3041.        font-size: 12px;
  3042.    }
  3043.    
  3044.    .cta-btn {
  3045.        font-size: 12px;
  3046.        padding: 5px 12px;
  3047.    }
  3048. }
  3049. </style>
  3050.  
  3051. <script>
  3052. // Prevent default for placeholder links
  3053. document.addEventListener('DOMContentLoaded', function() {
  3054.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3055.        anchor.addEventListener('click', function(e) {
  3056.            e.preventDefault();
  3057.        });
  3058.    });
  3059. });
  3060. document.addEventListener('DOMContentLoaded', function () {
  3061.    var btn = document.getElementById('toggleBlogRollLinks');
  3062.    if (!btn) return; // No extra items, no button
  3063.  
  3064.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3065.  
  3066.    btn.addEventListener('click', function () {
  3067.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3068.            return li.classList.contains('d-none');
  3069.        });
  3070.  
  3071.        extras.forEach(function (li) {
  3072.            if (anyHidden) {
  3073.                li.classList.remove('d-none');
  3074.                li.classList.add('show');
  3075.            } else {
  3076.                li.classList.add('d-none');
  3077.                li.classList.remove('show');
  3078.            }
  3079.        });
  3080.  
  3081.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3082.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3083.    });
  3084. });
  3085.  
  3086. </script>
  3087.  
  3088.        <!-- end of wpo-site-footer-section -->
  3089.    </div>
  3090.    <!-- end of page-wrapper -->
  3091.  
  3092.    <!-- All JavaScript files
  3093.    ================================================== -->
  3094.    
  3095.  
  3096. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3097. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3098. <!-- Plugins for this template -->
  3099. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3100. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3101. <!-- Custom script for this template -->
  3102. <script src="/static/blogapp/assets/js/script.js"></script>
  3103.  
  3104. <script>
  3105. (function () {
  3106. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3107. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3108.  
  3109. function applyFallback(img) {
  3110. if (!img || img.dataset.fallbackApplied === "1") {
  3111. return;
  3112. }
  3113. var failedSrc = img.currentSrc || img.src || "";
  3114. img.dataset.fallbackApplied = "1";
  3115. img.onerror = null;
  3116. img.src = fallbackImageSrc;
  3117. console.warn("[ImageFallback] Replaced broken image:", {
  3118. failedSrc: failedSrc,
  3119. fallbackSrc: fallbackImageSrc,
  3120. alt: img.alt || "",
  3121. });
  3122. }
  3123.  
  3124. document.querySelectorAll("img").forEach(function (img) {
  3125. if (img.complete && img.naturalWidth === 0) {
  3126. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3127. failedSrc: img.currentSrc || img.src || "",
  3128. alt: img.alt || "",
  3129. });
  3130. applyFallback(img);
  3131. }
  3132. });
  3133.  
  3134. document.addEventListener(
  3135. "error",
  3136. function (event) {
  3137. var target = event.target;
  3138. if (target && target.tagName === "IMG") {
  3139. applyFallback(target);
  3140. }
  3141. },
  3142. true
  3143. );
  3144. })();
  3145. </script>
  3146.  
  3147. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3148.  
  3149.  
  3150.  
  3151. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"857c3c8447f7478aadce90e6b8905bd8","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3152. </body>
  3153.  
  3154. </html>
  3155.  
  3156.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda