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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T180427.194_EkFudyQ_4XX3LRL_9qpSjNl.png">
  14.    
  15.  
  16.    <title>Breaking News and Latest Updates from the UK and Worldwide</title>
  17.    <meta name="description" content="Stay informed with comprehensive coverage of UK and global news, including politics, business, entertainment, and sports, delivered with accuracy and timeliness.">
  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://newshub.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4a6e;
  42.        --bs-primary-rgb: ff4a6e;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f3;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4a6e;
  53.        --theme-primary-color-s2: #ff4a6e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f3;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4a6e;
  84.        --link-hover: #e0355c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 74, 110, 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. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_71">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388.  
  389. <div class="topbar d-sm-flex d-none">
  390.  <div class="container-fluid fluid-container">
  391.    <div class="row  ">
  392.      <div>
  393.        <div class="pt-2 d-flex gap-2 pb-0">
  394.          <div class="">
  395.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  396.          </div>
  397.  
  398.          <!-- Add an id to the marquee -->
  399.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  400.            <p class="text-center">
  401.              
  402.               <a href="/teacher-killed-and-25-female-students-kidnapped-in-firefight-at-school-in-nigeria/" class="px-5 top-color">
  403.                    Teacher Killed and 25 Female Students Kidnapped in Firefight at School in Nigeria
  404.                  </a>
  405.              
  406.               <a href="/the-english-team-versus-fiji-autumn-nations-series-overview/" class="px-5 top-color">
  407.                    The English Team versus Fiji – Autumn Nations Series Overview
  408.                  </a>
  409.              
  410.               <a href="/arsenals-manager-admits-extended-role-depends-on-securing-trophies/" class="px-5 top-color">
  411.                    Arsenal&#x27;s Manager Admits Extended Role Depends on Securing Trophies.
  412.                  </a>
  413.              
  414.               <a href="/frankfurt-takes-on-the-reds-in-champions-league-match/" class="px-5 top-color">
  415.                    Frankfurt Takes On The Reds in Champions League Match
  416.                  </a>
  417.              
  418.               <a href="/holocaust-survivor-eva-schloss-passes-away-at-96-years-old-as-the-monarch-pays-tributes/" class="px-5 top-color">
  419.                    Holocaust Survivor Eva Schloss Passes Away at 96 Years Old as The Monarch Pays Tributes
  420.                  </a>
  421.              
  422.            </p>
  423.          </marquee>
  424.        </div>
  425.      </div>
  426.    </div>
  427.  </div>
  428. </div>
  429. <style>
  430.  .tilt-button {
  431.  padding: 0.5rem 1rem;
  432.  white-space: nowrap;
  433.  font-weight: bold;
  434.  display: inline-block;
  435.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  436.  transition: background 0.3s ease;
  437. }
  438.  
  439.  
  440. </style>
  441. <script>
  442.  // Stop/start marquee when hovering or focusing links inside it
  443.  document.addEventListener("DOMContentLoaded", function () {
  444.    const marquee = document.getElementById("newsMarquee");
  445.    if (!marquee) return;
  446.  
  447.    marquee.querySelectorAll("a").forEach((link) => {
  448.      link.addEventListener("mouseenter", () => marquee.stop());
  449.      link.addEventListener("mouseleave", () => marquee.start());
  450.      // keyboard accessibility
  451.      link.addEventListener("focus", () => marquee.stop());
  452.      link.addEventListener("blur", () => marquee.start());
  453.    });
  454.  });
  455. </script>
  456.  
  457.  
  458.  
  459.            
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. <nav class="navigation navbar navbar-expand-lg mb-4">
  467.  <div class="container-fluid fluid-container">
  468.    <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">
  469.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  470.          <a class="navbar-brand" href="/">
  471.              
  472.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9c077b1b-14c5-42aa-a389-eecfb5243778_logo.png" alt="NewsHub UK" />
  473.              
  474.          </a>
  475.      </div>
  476.      <div class="">
  477.        <div class="style-card">
  478.          <div class="minimal-search mb-md-4 mb-0">
  479.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  480.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  481.              <circle cx="11" cy="11" r="8"></circle>
  482.              <path d="m21 21-4.35-4.35"></path>
  483.            </svg>
  484.          </div>
  485.          <!-- The search results will be displayed here -->
  486.          <div id="search-results" class="search-results-container search-v1"></div>
  487.        </div>
  488.      </div>
  489.      <div class=" d-flex flex-wrap">
  490.        <div class="navbar-header d-lg-none d-none d-md-flex">
  491.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9c077b1b-14c5-42aa-a389-eecfb5243778_logo.png" alt="" /></a>
  492.        </div>
  493.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  494.          <button class="menu-close"><i class="ti-close"></i></button>
  495.  
  496.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  497.    <li>
  498.      <a href="/">
  499.        Home
  500.      </a>
  501.    </li>
  502.  
  503.  
  504.    <li>
  505.      <a href="/category/all-posts/">
  506.        All Posts
  507.      </a>
  508.    </li>
  509.  
  510.    <li>
  511.      <a href="/category/business/">
  512.        Business
  513.      </a>
  514.    </li>
  515.  
  516.    <li>
  517.      <a href="/category/esports/">
  518.        Esports
  519.      </a>
  520.    </li>
  521.  
  522.  
  523.  
  524.  <div class="navbar-header d-lg-block d-none">
  525.    <a class="navbar-brand" href="/">
  526.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9c077b1b-14c5-42aa-a389-eecfb5243778_logo.png" alt="" />
  527.    </a>
  528.  </div>
  529.  
  530.  
  531.  
  532.    
  533.    
  534.    
  535.      <li>
  536.        <a href="/category/fashion/">
  537.          Fashion
  538.        </a>
  539.      </li>
  540.    
  541.      <li>
  542.        <a href="/category/featured/">
  543.          Featured
  544.        </a>
  545.      </li>
  546.    
  547.  
  548.    
  549.    
  550.      <li class="menu-item-has-children">
  551.        <a href="#">More</a>
  552.        <ul class="sub-menu">
  553.          
  554.            <li>
  555.              <a href="/category/gaming/">
  556.                Gaming
  557.              </a>
  558.            </li>
  559.          
  560.            <li>
  561.              <a href="/category/health/">
  562.                Health
  563.              </a>
  564.            </li>
  565.          
  566.            <li>
  567.              <a href="/category/life-fitness/">
  568.                Life &amp; Fitness
  569.              </a>
  570.            </li>
  571.          
  572.            <li>
  573.              <a href="/category/lifestyle/">
  574.                Lifestyle
  575.              </a>
  576.            </li>
  577.          
  578.            <li>
  579.              <a href="/category/news/">
  580.                News
  581.              </a>
  582.            </li>
  583.          
  584.            <li>
  585.              <a href="/category/others/">
  586.                Others
  587.              </a>
  588.            </li>
  589.          
  590.            <li>
  591.              <a href="/category/politics/">
  592.                Politics
  593.              </a>
  594.            </li>
  595.          
  596.            <li>
  597.              <a href="/category/sports/">
  598.                Sports
  599.              </a>
  600.            </li>
  601.          
  602.            <li>
  603.              <a href="/category/tech/">
  604.                Tech
  605.              </a>
  606.            </li>
  607.          
  608.            <li>
  609.              <a href="/category/travel/">
  610.                Travel
  611.              </a>
  612.            </li>
  613.          
  614.        </ul>
  615.      </li>
  616.    
  617.  
  618.  
  619. <li>
  620.                  <a href="/page/contact-us/">
  621.                     Contact Us
  622.                  </a>
  623.              </li>
  624. </ul>
  625.  
  626.        </div>
  627.        <div class="sidebar-blur"></div>
  628.        <!-- end of nav-collapse -->
  629.      </div>
  630.      <div class="me-3">
  631.        <div class="mobail-menu d-xl-none d-block">
  632.          <button type="button" class="navbar-toggler open-btn">
  633.            <span class="sr-only">Toggle navigation</span>
  634.            <span class="icon-bar first-angle"></span>
  635.            <span class="icon-bar middle-angle"></span>
  636.            <span class="icon-bar last-angle"></span>
  637.          </button>
  638.        </div>
  639.        <!-- <div class="header-right">
  640.          <div class="header-right-menu-wrapper d-xl-block d-none">
  641.            <div class="header-right-menu">
  642.              <div class="right-menu-toggle-btn">
  643.                <span></span>
  644.                <span></span>
  645.                <span></span>
  646.              </div>
  647.              <div class="header-right-menu-wrap" style="z-index: 999;">
  648.                <button class="right-menu-close"><i class="ti-close"></i></button>
  649.                <div class="logo">
  650.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  651.                </div>
  652.                <div class="header-right-sec">
  653.                  <div class="project-widget widget">
  654.                    <h3 class="text-white">Our Latest News</h3>
  655.                    <div class="posts">
  656.                      <div class="post">
  657.                        <div class="img-holder">
  658.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  659.                        </div>
  660.                        <div class="details">
  661.                          <span class="date">19 Jun 2022</span>
  662.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  663.                        </div>
  664.                      </div>
  665.                      <div class="post">
  666.                        <div class="img-holder">
  667.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  668.                        </div>
  669.                        <div class="details">
  670.                          <span class="date">22 May 2022</span>
  671.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  672.                        </div>
  673.                      </div>
  674.                      <div class="post">
  675.                        <div class="img-holder">
  676.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  677.                        </div>
  678.                        <div class="details">
  679.                          <span class="date">12 Apr 2022</span>
  680.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  681.                        </div>
  682.                      </div>
  683.                    </div>
  684.                  </div>
  685.                  <div class="widget wpo-contact-widget">
  686.                    <div class="widget-title">
  687.                      <h3 class="text-white">Contact Us</h3>
  688.                    </div>
  689.                    <div class="contact-ft">
  690.                      <ul>
  691.                        <li>
  692.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  693.                        </li>
  694.                        <li>
  695.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  696.                          + 8 (123) 123 456 789
  697.                        </li>
  698.                        <li>
  699.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  700.                        </li>
  701.                      </ul>
  702.                    </div>
  703.                  </div>
  704.                </div>
  705.              </div>
  706.              <div class="sidebar-blur"></div>
  707.            </div>
  708.          </div>
  709.        </div> -->
  710.      </div>
  711.    </div>
  712.  </div>
  713.  <!-- end of container -->
  714. </nav>
  715. <style>
  716.  .navbar-brand img{
  717.    height: 70px;
  718.    object-fit: contain;
  719.  }
  720.    /* search field */
  721.  .search-results-container {
  722.  position: absolute;
  723.  top: 100%; /* Position it below the input field */
  724. left: 10px;
  725.  right: 10px;
  726.  background-color: white;
  727.  border: 1px solid #ddd;
  728.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  729.  max-height: 300px;
  730.  overflow-y: auto;
  731.  z-index: 1000;
  732.  display: none; /* Initially hidden */
  733. }
  734.  
  735. .search-results-container p {
  736.  margin: 0;
  737. }
  738.  
  739. .search-results-container .result-item {
  740.  padding: 10px;
  741.  cursor: pointer;
  742. }
  743.  
  744. .search-results-container .result-item:hover {
  745.  background-color: #f0f0f0;
  746. }
  747. @media (max-width:576px) {
  748.  .w-sm-full{
  749.    padding-top: 10px;
  750.    width: 100%;
  751.  }
  752.  .m-s-0{
  753.    margin-top: 0px !important;
  754.  }
  755. }
  756. @media (max-width:768px) {
  757. .search-icon{
  758. top: 50%;
  759. }
  760. }
  761.  
  762.  
  763. </style>
  764. <script>
  765.  const searchInput = document.querySelector(".search-input");
  766.  const searchResults = document.getElementById("search-results");
  767.  
  768.  // Handle typing
  769.  searchInput.addEventListener("keyup", function (e) {
  770.    e.preventDefault();
  771.  
  772.    const query = searchInput.value;
  773.  
  774.    if (query === "") {
  775.      searchResults.innerHTML = "";
  776.      searchResults.style.display = "none";
  777.      return;
  778.    }
  779.  
  780.    searchResults.style.display = "block";
  781.  
  782.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  783.      method: "GET",
  784.      headers: {
  785.        "X-Requested-With": "XMLHttpRequest",
  786.      },
  787.    })
  788.      .then(response => response.json())
  789.      .then(data => {
  790.        if (data.html) {
  791.          searchResults.innerHTML = data.html;
  792.        } else {
  793.          searchResults.innerHTML = "<p>No results found.</p>";
  794.        }
  795.      })
  796.      .catch(error => {
  797.        console.error("Error fetching search results:", error);
  798.      });
  799.  });
  800.  
  801.  // Close results when clicking outside
  802.  document.addEventListener("click", function (e) {
  803.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  804.      searchResults.style.display = "none";
  805.    }
  806.  });
  807. </script>
  808.  
  809.  
  810.        </header>
  811.        <!-- end of header -->
  812.        <!-- start of wpo-blog-hero -->
  813.        
  814.  
  815.  
  816.  
  817.  <!-- Django Template for Clean Blog Cards -->
  818.  
  819.  
  820.  
  821.  
  822. <div class="blog-section">
  823.    <div class="container-fluid fluid-container">
  824.        <div class="blog-grid">
  825.            
  826.            
  827.              
  828.            <!-- Featured Blog Card -->
  829.            <article class="blog-card featured">
  830.                <div class="card-image">
  831.                    
  832.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  833.                    
  834.                    <span class="category bg-primary-gradient">News</span>
  835.                </div>
  836.                <div class="card-content">
  837.                    <h2 class="card-title"><a class="top-color" href="/government-proceeds-with-complete-depopulation-plan-to-cull-400-ostriches/">
  838.                                        Government Proceeds with ‘Complete Depopulation’ Plan to Cull 400 Ostriches
  839.                                    </a></h2>
  840.                    <p class="card-excerpt"></p>
  841.                    <div class="card-meta">
  842.                        <div class="author">
  843.                            
  844.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="author-avatar">
  845.                            
  846.                            <span class="author-name">Daniel Cruz</span>
  847.                        </div>
  848.                        <span class="date">19 Jul 2026</span>
  849.                    </div>
  850.                    <a  href="/government-proceeds-with-complete-depopulation-plan-to-cull-400-ostriches/" class="read-more">Read Article</a>
  851.                </div>
  852.            </article>
  853.  
  854.            
  855.            
  856.  
  857.            
  858.            <!-- Regular Blog Card -->
  859.            <article class="blog-card">
  860.                <div class="card-image">
  861.                    
  862.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  863.                            class="img img-responsive" style="object-fit: cover;" alt="">
  864.                    
  865.                    <span class="category bg-primary-gradient">News</span>
  866.                </div>
  867.                <div class="card-content">
  868.                    <h3 class="card-title"> <a class="top-color" href="/as-swimmers-ran-from-violence-widely-shared-picture-depicts-beach-patrol-sprinting-pedal-to-the-metal-to-the-location/" >
  869.                                        As Swimmers Ran From Violence, Widely-Shared Picture Depicts Beach Patrol Sprinting ‘Pedal to the Metal’ To the Location.
  870.                                    </a></h3>
  871.                    <p class="card-excerpt"></p>
  872.                    <div class="card-meta">
  873.                        <div class="author">
  874.                              
  875.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="author-avatar">
  876.                            
  877.                            <span class="author-name">Daniel Cruz</span>
  878.                        </div>
  879.                        <span class="date">19 Jul 2026</span>
  880.                    </div>
  881.                    <a  href="/as-swimmers-ran-from-violence-widely-shared-picture-depicts-beach-patrol-sprinting-pedal-to-the-metal-to-the-location/" class="read-more">Read Article</a>
  882.                </div>
  883.            </article>
  884.            
  885.            <!-- Regular Blog Card -->
  886.            <article class="blog-card">
  887.                <div class="card-image">
  888.                    
  889.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  890.                            class="img img-responsive" style="object-fit: cover;" alt="">
  891.                    
  892.                    <span class="category bg-primary-gradient">News</span>
  893.                </div>
  894.                <div class="card-content">
  895.                    <h3 class="card-title"> <a class="top-color" href="/manchester-citys-manager-expresses-remorse-over-broadcast-crew-altercation-following-loss-to-newcastle/" >
  896.                                        Manchester City&#x27;s manager Expresses Remorse Over Broadcast Crew Altercation Following Loss to Newcastle
  897.                                    </a></h3>
  898.                    <p class="card-excerpt"></p>
  899.                    <div class="card-meta">
  900.                        <div class="author">
  901.                              
  902.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="author-avatar">
  903.                            
  904.                            <span class="author-name">Daniel Cruz</span>
  905.                        </div>
  906.                        <span class="date">19 Jul 2026</span>
  907.                    </div>
  908.                    <a  href="/manchester-citys-manager-expresses-remorse-over-broadcast-crew-altercation-following-loss-to-newcastle/" class="read-more">Read Article</a>
  909.                </div>
  910.            </article>
  911.            
  912.            <!-- Regular Blog Card -->
  913.            <article class="blog-card">
  914.                <div class="card-image">
  915.                    
  916.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  917.                            class="img img-responsive" style="object-fit: cover;" alt="">
  918.                    
  919.                    <span class="category bg-primary-gradient">News</span>
  920.                </div>
  921.                <div class="card-content">
  922.                    <h3 class="card-title"> <a class="top-color" href="/villa-against-forest-top-flight-preview/" >
  923.                                        Villa against Forest: Top-Flight Preview
  924.                                    </a></h3>
  925.                    <p class="card-excerpt"></p>
  926.                    <div class="card-meta">
  927.                        <div class="author">
  928.                              
  929.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="author-avatar">
  930.                            
  931.                            <span class="author-name">Daniel Cruz</span>
  932.                        </div>
  933.                        <span class="date">19 Jul 2026</span>
  934.                    </div>
  935.                    <a  href="/villa-against-forest-top-flight-preview/" class="read-more">Read Article</a>
  936.                </div>
  937.            </article>
  938.            
  939.            <!-- Regular Blog Card -->
  940.            <article class="blog-card">
  941.                <div class="card-image">
  942.                    
  943.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  944.                            class="img img-responsive" style="object-fit: cover;" alt="">
  945.                    
  946.                    <span class="category bg-primary-gradient">News</span>
  947.                </div>
  948.                <div class="card-content">
  949.                    <h3 class="card-title"> <a class="top-color" href="/anthony-joshua-reiterates-on-provocative-kill-remarks-directed-at-paul/" >
  950.                                        Anthony Joshua Reiterates on Provocative &quot;Kill&quot; Remarks Directed at Paul
  951.                                    </a></h3>
  952.                    <p class="card-excerpt"></p>
  953.                    <div class="card-meta">
  954.                        <div class="author">
  955.                              
  956.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="author-avatar">
  957.                            
  958.                            <span class="author-name">Daniel Cruz</span>
  959.                        </div>
  960.                        <span class="date">19 Jul 2026</span>
  961.                    </div>
  962.                    <a  href="/anthony-joshua-reiterates-on-provocative-kill-remarks-directed-at-paul/" class="read-more">Read Article</a>
  963.                </div>
  964.            </article>
  965.            
  966.  
  967.        </div>
  968.    </div>
  969. </div>
  970.  
  971. <style>
  972.  
  973.  
  974. .blog-section {
  975.    padding: 60px 0;
  976. }
  977.  
  978.  
  979. .blog-grid {
  980.    display: grid;
  981.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  982.    gap: 30px;
  983. }
  984.  
  985. /* Blog Cards */
  986. .blog-card {
  987.    background: var(--card-bg);
  988.    border: 1px solid var(--border-color);
  989.    border-radius: var(--card-radius);
  990.    overflow: hidden;
  991.    transition: all 0.3s ease;
  992. }
  993.  
  994. .blog-card:hover {
  995.    transform: translateY(-5px);
  996.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  997.    border-color: var(--border-color);
  998. }
  999.  
  1000. .featured {
  1001.    grid-column: span 2;
  1002.    display: grid;
  1003.    grid-template-columns: 1fr 1fr;
  1004.    gap: 0;
  1005. }
  1006.  
  1007. .card-image {
  1008.    position: relative;
  1009.    height: 220px;
  1010.    background: #f8f8f8;
  1011. }
  1012.  
  1013. .featured .card-image {
  1014.    height: 100%;
  1015.    min-height: 300px;
  1016. }
  1017.  
  1018. .card-image img {
  1019.    width: 100%;
  1020.    height: 100%;
  1021.    object-fit: cover;
  1022. }
  1023.  
  1024. .category {
  1025.    position: absolute;
  1026.    top: 15px;
  1027.    left: 15px;
  1028.    padding: 6px 16px;
  1029.    border-radius: 20px;
  1030.    font-size: 12px;
  1031.    font-weight: 500;
  1032.    text-transform: uppercase;
  1033.    letter-spacing: 0.5px;
  1034. }
  1035.  
  1036. .card-content {
  1037.    padding: 25px;
  1038. }
  1039.  
  1040. .featured .card-content {
  1041.    display: flex;
  1042.    flex-direction: column;
  1043.    justify-content: center;
  1044.    padding: 40px;
  1045. }
  1046.  
  1047. .card-title {
  1048.    font-size: 18px;
  1049.    font-weight: 600;
  1050.    margin-bottom: 12px;
  1051.    line-height: 1.4;
  1052. }
  1053.  
  1054. .featured .card-title {
  1055.    font-size: 24px;
  1056.    margin-bottom: 15px;
  1057. }
  1058.  
  1059. .card-excerpt {
  1060.    color: #666;
  1061.    font-size: 14px;
  1062.    line-height: 1.6;
  1063.    margin-bottom: 20px;
  1064. }
  1065.  
  1066. .featured .card-excerpt {
  1067.    font-size: 16px;
  1068.    margin-bottom: 25px;
  1069. }
  1070.  
  1071. .card-meta {
  1072.    display: flex;
  1073.    align-items: center;
  1074.    justify-content: space-between;
  1075.    padding-top: 15px;
  1076.    border-top: 1px solid #f0f0f0;
  1077.    margin-bottom: 15px;
  1078. }
  1079.  
  1080. .author {
  1081.    display: flex;
  1082.    align-items: center;
  1083.    gap: 10px;
  1084. }
  1085.  
  1086. .author-avatar {
  1087.    width: 30px;
  1088.    height: 30px;
  1089.    border-radius: 50%;
  1090.    object-fit: cover;
  1091.    border: 1px solid #e5e5e5;
  1092. }
  1093.  
  1094. .author-name {
  1095.    color: #555;
  1096.    font-size: 13px;
  1097.    font-weight: 500;
  1098. }
  1099.  
  1100. .date {
  1101.    color: #999;
  1102.    font-size: 12px;
  1103. }
  1104.  
  1105. .read-more {
  1106.    color: #333;
  1107.    text-decoration: none;
  1108.    font-size: 13px;
  1109.    font-weight: 500;
  1110.    display: inline-flex;
  1111.    align-items: center;
  1112.    transition: color 0.2s ease;
  1113. }
  1114.  
  1115. .read-more:hover {
  1116.    color: #000;
  1117. }
  1118.  
  1119. .read-more::after {
  1120.    content: '→';
  1121.    margin-left: 8px;
  1122.    transition: transform 0.2s ease;
  1123. }
  1124.  
  1125. .read-more:hover::after {
  1126.    transform: translateX(4px);
  1127. }
  1128.  
  1129. /* Newsletter Card */
  1130. .newsletter-card {
  1131.    background: white;
  1132.    border: 2px dashed #ddd;
  1133.    border-radius: 12px;
  1134.    padding: 40px 30px;
  1135.    text-align: center;
  1136.    display: flex;
  1137.    flex-direction: column;
  1138.    justify-content: center;
  1139.    align-items: center;
  1140. }
  1141.  
  1142. .newsletter-title {
  1143.    color: #333;
  1144.    font-size: 20px;
  1145.    font-weight: 600;
  1146.    margin-bottom: 8px;
  1147. }
  1148.  
  1149. .newsletter-desc {
  1150.    color: #666;
  1151.    font-size: 14px;
  1152.    margin-bottom: 25px;
  1153. }
  1154.  
  1155. .newsletter-form {
  1156.    width: 100%;
  1157.    max-width: 280px;
  1158.    margin-bottom: 15px;
  1159. }
  1160.  
  1161. .email-input {
  1162.    width: 100%;
  1163.    padding: 12px 16px;
  1164.    border: 1px solid #ddd;
  1165.    border-radius: 8px;
  1166.    font-size: 14px;
  1167.    margin-bottom: 12px;
  1168.    transition: border-color 0.2s ease;
  1169. }
  1170.  
  1171. .email-input:focus {
  1172.    outline: none;
  1173.    border-color: #333;
  1174. }
  1175.  
  1176. .subscribe-btn {
  1177.    width: 100%;
  1178.    padding: 12px 16px;
  1179.    background: #333;
  1180.    color: white;
  1181.    border: none;
  1182.    border-radius: 8px;
  1183.    font-size: 14px;
  1184.    font-weight: 500;
  1185.    cursor: pointer;
  1186.    transition: background 0.2s ease;
  1187. }
  1188.  
  1189. .subscribe-btn:hover {
  1190.    background: #555;
  1191. }
  1192.  
  1193. .subscriber-count {
  1194.    color: #999;
  1195.    font-size: 12px;
  1196. }
  1197.  
  1198. /* Responsive Design */
  1199. @media (max-width: 768px) {
  1200.    .blog-grid {
  1201.        grid-template-columns: 1fr;
  1202.        gap: 20px;
  1203.    }
  1204.    
  1205.    .featured {
  1206.        grid-column: span 1;
  1207.        grid-template-columns: 1fr;
  1208.    }
  1209.    
  1210.    .featured .card-image {
  1211.        height: 220px;
  1212.    }
  1213.    
  1214.    .featured .card-content {
  1215.        padding: 25px;
  1216.    }
  1217.    
  1218.    .featured .card-title {
  1219.        font-size: 20px;
  1220.    }
  1221.    
  1222.    .featured .card-excerpt {
  1223.        font-size: 14px;
  1224.    }
  1225. }
  1226.  
  1227. @media (max-width: 480px) {
  1228.    .container {
  1229.        padding: 0 15px;
  1230.    }
  1231.    
  1232.    .card-content,
  1233.    .featured .card-content {
  1234.        padding: 20px;
  1235.    }
  1236.    
  1237.    .newsletter-card {
  1238.        padding: 30px 20px;
  1239.    }
  1240. }
  1241. </style>
  1242.  
  1243.  
  1244.  
  1245.  
  1246.        <!-- end of wpo-blog-hero -->
  1247.  
  1248.        <!-- start of wpo-breacking-news -->
  1249.        
  1250.        <!-- end of wpo-breacking-news -->
  1251.        
  1252.        <!-- start wpo-blog-highlights-section -->
  1253.        
  1254.  
  1255.  
  1256.  
  1257.    
  1258.  
  1259.  
  1260.  
  1261. <style>
  1262.    /* General Section Styling */
  1263.    .blog-highlights-v10 {
  1264.        padding: 20px 0;  /* Adjusted padding for distinction */
  1265.        position: relative;
  1266.    }
  1267.  
  1268.    /* Section Header */
  1269.    .section-header-v10 {
  1270.        text-align: left;  /* Left-aligned for uniqueness */
  1271.        margin-bottom: 50px;
  1272.        padding-left: 15px;
  1273.    }
  1274.  
  1275.    .section-title-v10 {
  1276.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1277.        font-weight: 800;
  1278.        color: #1a1a1a;
  1279.        margin-bottom: 15px;
  1280.        text-transform: none;  /* No uppercase for modern look */
  1281.    }
  1282.  
  1283.    .section-subtitle-v10 {
  1284.        font-size: 1.05rem;
  1285.        color: #555;
  1286.        max-width: 650px;
  1287.        line-height: 1.6;
  1288.    }
  1289.  
  1290.  
  1291.    /* Blog Card */
  1292.    .blog-card-v10 {
  1293.        background: var(--card-bg);
  1294.        border-radius: 10px;  /* Softer corners */
  1295.        margin-bottom: 35px;
  1296.        overflow: hidden;
  1297.        opacity: 0;  /* Initially hidden for animation */
  1298.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1299.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1300.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1301.    }
  1302.  
  1303.    .blog-card-v10.visible {
  1304.        opacity: 1;
  1305.        transform: rotate(0deg);  /* Straighten on appearance */
  1306.    }
  1307.  
  1308.    @keyframes fadeRotateIn {
  1309.        from {
  1310.            opacity: 0;
  1311.            transform: rotate(1.5deg);
  1312.        }
  1313.        to {
  1314.            opacity: 1;
  1315.            transform: rotate(0deg);
  1316.        }
  1317.    }
  1318.  
  1319.    .blog-card-v10:hover {
  1320.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1321.    }
  1322.  
  1323.    /* Blog Image */
  1324.    .blog-image-container-v10 {
  1325.        width: 100%;
  1326.        height: 240px;  /* Unique height for v10 */
  1327.        overflow: hidden;
  1328.        position: relative;
  1329.    }
  1330.  
  1331.    .blog-image-v10 img {
  1332.        width: 100%;
  1333.        height: 100%;
  1334.        object-fit: cover;
  1335.    }
  1336.  
  1337.    /* Blog Content */
  1338.    .blog-content-v10 {
  1339.        padding: 20px 22px;  /* Adjusted padding */
  1340.        text-align: left;
  1341.    }
  1342.  
  1343.    .blog-title-v10 {
  1344.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1345.        font-weight: 700;
  1346.        margin-bottom: 12px;
  1347.        color: #1a1a1a;
  1348.    }
  1349.  
  1350.    .blog-meta-v10 {
  1351.        font-size: 0.85rem;
  1352.        color: #777;
  1353.        margin-bottom: 12px;
  1354.        font-style: italic;  /* Italic for distinction */
  1355.    }
  1356.  
  1357.    .blog-excerpt-v10 {
  1358.        font-size: 0.95rem;
  1359.        color: #555;
  1360.        margin-bottom: 15px;
  1361.        line-height: 1.6;
  1362.    }
  1363.  
  1364.    .blog-actions-v10 {
  1365.        display: inline-block;
  1366.    }
  1367.  
  1368.    .blog-read-more-v10 {
  1369.        font-size: 0.95rem;
  1370.        color: #e74c3c;  /* Red accent for uniqueness */
  1371.        text-decoration: none;
  1372.        font-weight: 600;
  1373.        transition: color 0.3s ease;
  1374.    }
  1375.  
  1376.    .blog-read-more-v10:hover {
  1377.        color: #c0392b;  /* Darker red on hover */
  1378.    }
  1379.    /* Responsive Design */
  1380.    @media (max-width: 768px) {
  1381.        .section-title-v10 {
  1382.            font-size: 2.4rem;
  1383.        }
  1384.  
  1385.        .section-header-v10 {
  1386.            padding-left: 10px;
  1387.        }
  1388.        
  1389.        .blog-card-v10 {
  1390.            margin-bottom: 20px;
  1391.        }
  1392.  
  1393.        .blog-meta-v10 {
  1394.            font-size: 0.75rem;
  1395.        }
  1396.  
  1397.        .blog-image-container-v10 {
  1398.            height: 170px;  /* Adjusted for mobile */
  1399.        }
  1400.  
  1401.        .sidebar-v10 {
  1402.            padding: 15px;
  1403.        }
  1404.    }
  1405. </style>
  1406.  
  1407. <section class="blog-highlights-v10">
  1408.    <div class="container-fluid fluid-container">
  1409.        <!-- Section Header -->
  1410.        <div class="row">
  1411.            <div class="col-12 col-lg-10">  
  1412.                <div class="section-header-v10">
  1413.                    <h2 class="section-title-v10">
  1414.                Today's Top Highlights
  1415.                   </h2>
  1416.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1417.                </div>
  1418.            </div>
  1419.        </div>
  1420.        
  1421.        <!-- Blog Grid and Sidebar -->
  1422.        <div class="row">
  1423.            <div class="col-lg-8">
  1424.                <div class="row">
  1425.                    
  1426.                    <div class="col-md-6 col-sm-12">  
  1427.                        <article class="blog-card-v10">
  1428.                            <div class="blog-image-container-v10">
  1429.                                <div class="blog-image-v10 h-100">
  1430.                                    
  1431.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1432.                                    
  1433.                                </div>
  1434.                            </div>
  1435.                            <div class="blog-content-v10">
  1436.                                <h3 class="blog-title-v10">
  1437.                                     <a class="top-color" href="/mastering-the-slot-game-best-5-strategies-for-boosting-wins/" >
  1438.                                    Mastering the Slot Game: Best 5 Strategies for Boosting Wins
  1439.                                    </a>
  1440.                                </h3>
  1441.                                <div class="blog-meta-v10">
  1442.                                    <span>By Daniel Cruz • 19 Jul 2026</span>
  1443.                                </div>
  1444.                                <p class="blog-excerpt-v10">
  1445.                                    
  1446.                                </p>
  1447.                                <div class="blog-actions-v10">
  1448.                                    <a href="/mastering-the-slot-game-best-5-strategies-for-boosting-wins/" class="blog-read-more-v10">Read More</a>
  1449.                                </div>
  1450.                            </div>
  1451.                        </article>
  1452.                    </div>
  1453.                    
  1454.                    <div class="col-md-6 col-sm-12">  
  1455.                        <article class="blog-card-v10">
  1456.                            <div class="blog-image-container-v10">
  1457.                                <div class="blog-image-v10 h-100">
  1458.                                    
  1459.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1460.                                    
  1461.                                </div>
  1462.                            </div>
  1463.                            <div class="blog-content-v10">
  1464.                                <h3 class="blog-title-v10">
  1465.                                     <a class="top-color" href="/changing-luck-how-skill-affects-slot-game-success/" >
  1466.                                    Changing Luck: How Skill Affects Slot Game Success
  1467.                                    </a>
  1468.                                </h3>
  1469.                                <div class="blog-meta-v10">
  1470.                                    <span>By Daniel Cruz • 19 Jul 2026</span>
  1471.                                </div>
  1472.                                <p class="blog-excerpt-v10">
  1473.                                    
  1474.                                </p>
  1475.                                <div class="blog-actions-v10">
  1476.                                    <a href="/changing-luck-how-skill-affects-slot-game-success/" class="blog-read-more-v10">Read More</a>
  1477.                                </div>
  1478.                            </div>
  1479.                        </article>
  1480.                    </div>
  1481.                    
  1482.                    <div class="col-md-6 col-sm-12">  
  1483.                        <article class="blog-card-v10">
  1484.                            <div class="blog-image-container-v10">
  1485.                                <div class="blog-image-v10 h-100">
  1486.                                    
  1487.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1488.                                    
  1489.                                </div>
  1490.                            </div>
  1491.                            <div class="blog-content-v10">
  1492.                                <h3 class="blog-title-v10">
  1493.                                     <a class="top-color" href="/the-labour-government-told-stronger-eu-trade-ties-are-a-critical-imperative-for-uk-businesses/" >
  1494.                                    The Labour Government Told Stronger EU Trade Ties Are a &#x27;Critical Imperative&#x27; for UK Businesses
  1495.                                    </a>
  1496.                                </h3>
  1497.                                <div class="blog-meta-v10">
  1498.                                    <span>By Daniel Cruz • 19 Jul 2026</span>
  1499.                                </div>
  1500.                                <p class="blog-excerpt-v10">
  1501.                                    
  1502.                                </p>
  1503.                                <div class="blog-actions-v10">
  1504.                                    <a href="/the-labour-government-told-stronger-eu-trade-ties-are-a-critical-imperative-for-uk-businesses/" class="blog-read-more-v10">Read More</a>
  1505.                                </div>
  1506.                            </div>
  1507.                        </article>
  1508.                    </div>
  1509.                    
  1510.                    <div class="col-md-6 col-sm-12">  
  1511.                        <article class="blog-card-v10">
  1512.                            <div class="blog-image-container-v10">
  1513.                                <div class="blog-image-v10 h-100">
  1514.                                    
  1515.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1516.                                    
  1517.                                </div>
  1518.                            </div>
  1519.                            <div class="blog-content-v10">
  1520.                                <h3 class="blog-title-v10">
  1521.                                     <a class="top-color" href="/xenophobia-resurfacing-in-british-politics-leaving-people-fearful-starmer-says/" >
  1522.                                    Xenophobia Resurfacing in British Politics, Leaving People Fearful, Starmer Says
  1523.                                    </a>
  1524.                                </h3>
  1525.                                <div class="blog-meta-v10">
  1526.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1527.                                </div>
  1528.                                <p class="blog-excerpt-v10">
  1529.                                    
  1530.                                </p>
  1531.                                <div class="blog-actions-v10">
  1532.                                    <a href="/xenophobia-resurfacing-in-british-politics-leaving-people-fearful-starmer-says/" class="blog-read-more-v10">Read More</a>
  1533.                                </div>
  1534.                            </div>
  1535.                        </article>
  1536.                    </div>
  1537.                    
  1538.                    <div class="col-md-6 col-sm-12">  
  1539.                        <article class="blog-card-v10">
  1540.                            <div class="blog-image-container-v10">
  1541.                                <div class="blog-image-v10 h-100">
  1542.                                    
  1543.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1544.                                    
  1545.                                </div>
  1546.                            </div>
  1547.                            <div class="blog-content-v10">
  1548.                                <h3 class="blog-title-v10">
  1549.                                     <a class="top-color" href="/as-the-original-author-advocated-for-social-mobility-as-the-key-to-tory-electoral-victory-but-boris-johnson-failed-to-deliver-see-the-current-state/" >
  1550.                                    As the original author advocated for social mobility as the key to Tory electoral victory – but Boris Johnson failed to deliver. See the current state.
  1551.                                    </a>
  1552.                                </h3>
  1553.                                <div class="blog-meta-v10">
  1554.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1555.                                </div>
  1556.                                <p class="blog-excerpt-v10">
  1557.                                    
  1558.                                </p>
  1559.                                <div class="blog-actions-v10">
  1560.                                    <a href="/as-the-original-author-advocated-for-social-mobility-as-the-key-to-tory-electoral-victory-but-boris-johnson-failed-to-deliver-see-the-current-state/" class="blog-read-more-v10">Read More</a>
  1561.                                </div>
  1562.                            </div>
  1563.                        </article>
  1564.                    </div>
  1565.                    
  1566.                    <div class="col-md-6 col-sm-12">  
  1567.                        <article class="blog-card-v10">
  1568.                            <div class="blog-image-container-v10">
  1569.                                <div class="blog-image-v10 h-100">
  1570.                                    
  1571.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1572.                                    
  1573.                                </div>
  1574.                            </div>
  1575.                            <div class="blog-content-v10">
  1576.                                <h3 class="blog-title-v10">
  1577.                                     <a class="top-color" href="/active-aero-overtake-mode-decoding-f1s-fresh-regulatory-jargon/" >
  1578.                                    Active Aero &amp; Overtake Mode - Decoding F1&#x27;s Fresh Regulatory Jargon
  1579.                                    </a>
  1580.                                </h3>
  1581.                                <div class="blog-meta-v10">
  1582.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1583.                                </div>
  1584.                                <p class="blog-excerpt-v10">
  1585.                                    
  1586.                                </p>
  1587.                                <div class="blog-actions-v10">
  1588.                                    <a href="/active-aero-overtake-mode-decoding-f1s-fresh-regulatory-jargon/" class="blog-read-more-v10">Read More</a>
  1589.                                </div>
  1590.                            </div>
  1591.                        </article>
  1592.                    </div>
  1593.                    
  1594.                    <div class="col-md-6 col-sm-12">  
  1595.                        <article class="blog-card-v10">
  1596.                            <div class="blog-image-container-v10">
  1597.                                <div class="blog-image-v10 h-100">
  1598.                                    
  1599.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1600.                                    
  1601.                                </div>
  1602.                            </div>
  1603.                            <div class="blog-content-v10">
  1604.                                <h3 class="blog-title-v10">
  1605.                                     <a class="top-color" href="/fury-towards-lamine-los-blancos-revel-in-cl%C3%A1sico-victory-after-provocative-comments/" >
  1606.                                    Fury Towards Lamine: Los Blancos Revel in Clásico Victory After Provocative Comments
  1607.                                    </a>
  1608.                                </h3>
  1609.                                <div class="blog-meta-v10">
  1610.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1611.                                </div>
  1612.                                <p class="blog-excerpt-v10">
  1613.                                    
  1614.                                </p>
  1615.                                <div class="blog-actions-v10">
  1616.                                    <a href="/fury-towards-lamine-los-blancos-revel-in-cl%C3%A1sico-victory-after-provocative-comments/" class="blog-read-more-v10">Read More</a>
  1617.                                </div>
  1618.                            </div>
  1619.                        </article>
  1620.                    </div>
  1621.                    
  1622.                    <div class="col-md-6 col-sm-12">  
  1623.                        <article class="blog-card-v10">
  1624.                            <div class="blog-image-container-v10">
  1625.                                <div class="blog-image-v10 h-100">
  1626.                                    
  1627.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1628.                                    
  1629.                                </div>
  1630.                            </div>
  1631.                            <div class="blog-content-v10">
  1632.                                <h3 class="blog-title-v10">
  1633.                                     <a class="top-color" href="/the-british-driver-lando-norris-secures-maiden-formula-one-drivers-crown-in-yas-marina-in-spite-of-verstappens-race-triumph/" >
  1634.                                    The British driver Lando Norris Secures Maiden Formula One Drivers&#x27; Crown in Yas Marina In Spite Of Verstappen&#x27;s Race Triumph.
  1635.                                    </a>
  1636.                                </h3>
  1637.                                <div class="blog-meta-v10">
  1638.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1639.                                </div>
  1640.                                <p class="blog-excerpt-v10">
  1641.                                    
  1642.                                </p>
  1643.                                <div class="blog-actions-v10">
  1644.                                    <a href="/the-british-driver-lando-norris-secures-maiden-formula-one-drivers-crown-in-yas-marina-in-spite-of-verstappens-race-triumph/" class="blog-read-more-v10">Read More</a>
  1645.                                </div>
  1646.                            </div>
  1647.                        </article>
  1648.                    </div>
  1649.                    
  1650.                    <div class="col-md-6 col-sm-12">  
  1651.                        <article class="blog-card-v10">
  1652.                            <div class="blog-image-container-v10">
  1653.                                <div class="blog-image-v10 h-100">
  1654.                                    
  1655.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1656.                                    
  1657.                                </div>
  1658.                            </div>
  1659.                            <div class="blog-content-v10">
  1660.                                <h3 class="blog-title-v10">
  1661.                                     <a class="top-color" href="/im-getting-constant-stick-over-the-ashes-concluding-prior-to-my-arrival/" >
  1662.                                    &#x27;I&#x27;m getting constant stick&#x27; over the Ashes concluding prior to my arrival.
  1663.                                    </a>
  1664.                                </h3>
  1665.                                <div class="blog-meta-v10">
  1666.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1667.                                </div>
  1668.                                <p class="blog-excerpt-v10">
  1669.                                    
  1670.                                </p>
  1671.                                <div class="blog-actions-v10">
  1672.                                    <a href="/im-getting-constant-stick-over-the-ashes-concluding-prior-to-my-arrival/" class="blog-read-more-v10">Read More</a>
  1673.                                </div>
  1674.                            </div>
  1675.                        </article>
  1676.                    </div>
  1677.                    
  1678.                    <div class="col-md-6 col-sm-12">  
  1679.                        <article class="blog-card-v10">
  1680.                            <div class="blog-image-container-v10">
  1681.                                <div class="blog-image-v10 h-100">
  1682.                                    
  1683.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1684.                                    
  1685.                                </div>
  1686.                            </div>
  1687.                            <div class="blog-content-v10">
  1688.                                <h3 class="blog-title-v10">
  1689.                                     <a class="top-color" href="/diplomatic-strains-involving-venezuela-intensify-following-alleged-demand-from-president-trump-to-maduro/" >
  1690.                                    Diplomatic Strains involving Venezuela Intensify Following Alleged Demand from President Trump to Maduro.
  1691.                                    </a>
  1692.                                </h3>
  1693.                                <div class="blog-meta-v10">
  1694.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1695.                                </div>
  1696.                                <p class="blog-excerpt-v10">
  1697.                                    
  1698.                                </p>
  1699.                                <div class="blog-actions-v10">
  1700.                                    <a href="/diplomatic-strains-involving-venezuela-intensify-following-alleged-demand-from-president-trump-to-maduro/" class="blog-read-more-v10">Read More</a>
  1701.                                </div>
  1702.                            </div>
  1703.                        </article>
  1704.                    </div>
  1705.                    
  1706.                    <div class="col-md-6 col-sm-12">  
  1707.                        <article class="blog-card-v10">
  1708.                            <div class="blog-image-container-v10">
  1709.                                <div class="blog-image-v10 h-100">
  1710.                                    
  1711.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1712.                                    
  1713.                                </div>
  1714.                            </div>
  1715.                            <div class="blog-content-v10">
  1716.                                <h3 class="blog-title-v10">
  1717.                                     <a class="top-color" href="/animated-film-kpop-demon-hunters-star-shares-how-her-life-journey-mirrored-main-characters-experience/" >
  1718.                                    Animated Film KPop Demon Hunters Star Shares How Her Life Journey Mirrored Main Character&#x27;s Experience
  1719.                                    </a>
  1720.                                </h3>
  1721.                                <div class="blog-meta-v10">
  1722.                                    <span>By Daniel Cruz • 18 Jul 2026</span>
  1723.                                </div>
  1724.                                <p class="blog-excerpt-v10">
  1725.                                    
  1726.                                </p>
  1727.                                <div class="blog-actions-v10">
  1728.                                    <a href="/animated-film-kpop-demon-hunters-star-shares-how-her-life-journey-mirrored-main-characters-experience/" class="blog-read-more-v10">Read More</a>
  1729.                                </div>
  1730.                            </div>
  1731.                        </article>
  1732.                    </div>
  1733.                    
  1734.                    <div class="col-md-6 col-sm-12">  
  1735.                        <article class="blog-card-v10">
  1736.                            <div class="blog-image-container-v10">
  1737.                                <div class="blog-image-v10 h-100">
  1738.                                    
  1739.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1740.                                    
  1741.                                </div>
  1742.                            </div>
  1743.                            <div class="blog-content-v10">
  1744.                                <h3 class="blog-title-v10">
  1745.                                     <a class="top-color" href="/neser-delivers-pivotal-wickets-before-australia-cruise-to-two-zero-ashes-lead-against-england/" >
  1746.                                    Neser Delivers Pivotal Wickets Before Australia Cruise to Two-Zero Ashes Lead Against England
  1747.                                    </a>
  1748.                                </h3>
  1749.                                <div class="blog-meta-v10">
  1750.                                    <span>By Daniel Cruz • 17 Jul 2026</span>
  1751.                                </div>
  1752.                                <p class="blog-excerpt-v10">
  1753.                                    
  1754.                                </p>
  1755.                                <div class="blog-actions-v10">
  1756.                                    <a href="/neser-delivers-pivotal-wickets-before-australia-cruise-to-two-zero-ashes-lead-against-england/" class="blog-read-more-v10">Read More</a>
  1757.                                </div>
  1758.                            </div>
  1759.                        </article>
  1760.                    </div>
  1761.                    
  1762.                    
  1763.  
  1764.                </div>
  1765.            </div>
  1766.  
  1767.            <!-- Sidebar -->
  1768.                   <div class="col col-lg-4 col-12">
  1769.                <div class="sidebar-v10">
  1770.                      
  1771.  
  1772.  
  1773.  
  1774.    
  1775.  
  1776. <!-- Curved Heading Sidebar -->
  1777.    <div class="sidebar mb-3">
  1778.        
  1779.       <div class="sidebar-widget mb-5">
  1780.            <div class="widget-title-wrapper mb-3">
  1781.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1782.                    <div class="title-border"></div>
  1783.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  1784.                </h4>
  1785.            </div>
  1786.            <div class="widget-content shadow-sm rounded-3 p-4">
  1787.                <div class="archives-list scrollable-sidebar">
  1788.                    
  1789.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1790.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1791.                            <i class="ti-angle-right me-2 text-primary"></i>
  1792.                            <span class="archive-link top-color fw-semibold">non gamstop sites</span>
  1793.                        </a>
  1794.                    </div>
  1795.                    
  1796.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1797.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1798.                            <i class="ti-angle-right me-2 text-primary"></i>
  1799.                            <span class="archive-link top-color fw-semibold">non gamstop sites</span>
  1800.                        </a>
  1801.                    </div>
  1802.                    
  1803.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1804.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1805.                            <i class="ti-angle-right me-2 text-primary"></i>
  1806.                            <span class="archive-link top-color fw-semibold">non gamstop sites</span>
  1807.                        </a>
  1808.                    </div>
  1809.                    
  1810.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1811.                        <a href="https://eostre.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1812.                            <i class="ti-angle-right me-2 text-primary"></i>
  1813.                            <span class="archive-link top-color fw-semibold">Non GAMSTOP Casino</span>
  1814.                        </a>
  1815.                    </div>
  1816.                    
  1817.  
  1818.                </div>
  1819.            </div>
  1820.        </div>
  1821.        
  1822.       <div class="sidebar-widget mb-5">
  1823.            <div class="widget-title-wrapper mb-3">
  1824.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1825.                    <div class="title-border"></div>
  1826.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  1827.                </h4>
  1828.            </div>
  1829.            <div class="widget-content shadow-sm rounded-3 p-4">
  1830.                <div class="archives-list scrollable-sidebar">
  1831.                    
  1832.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1833.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1834.                            <i class="ti-angle-right me-2 text-primary"></i>
  1835.                            <span class="archive-link top-color fw-semibold">new casino not on Gamstop</span>
  1836.                        </a>
  1837.                    </div>
  1838.                    
  1839.  
  1840.                </div>
  1841.            </div>
  1842.        </div>
  1843.        
  1844.       <div class="sidebar-widget mb-5">
  1845.            <div class="widget-title-wrapper mb-3">
  1846.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1847.                    <div class="title-border"></div>
  1848.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  1849.                </h4>
  1850.            </div>
  1851.            <div class="widget-content shadow-sm rounded-3 p-4">
  1852.                <div class="archives-list scrollable-sidebar">
  1853.                    
  1854.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1855.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1856.                            <i class="ti-angle-right me-2 text-primary"></i>
  1857.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  1858.                        </a>
  1859.                    </div>
  1860.                    
  1861.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1862.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1863.                            <i class="ti-angle-right me-2 text-primary"></i>
  1864.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  1865.                        </a>
  1866.                    </div>
  1867.                    
  1868.  
  1869.                </div>
  1870.            </div>
  1871.        </div>
  1872.        
  1873.       <div class="sidebar-widget mb-5">
  1874.            <div class="widget-title-wrapper mb-3">
  1875.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1876.                    <div class="title-border"></div>
  1877.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  1878.                </h4>
  1879.            </div>
  1880.            <div class="widget-content shadow-sm rounded-3 p-4">
  1881.                <div class="archives-list scrollable-sidebar">
  1882.                    
  1883.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1884.                        <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1885.                            <i class="ti-angle-right me-2 text-primary"></i>
  1886.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  1887.                        </a>
  1888.                    </div>
  1889.                    
  1890.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1891.                        <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1892.                            <i class="ti-angle-right me-2 text-primary"></i>
  1893.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1894.                        </a>
  1895.                    </div>
  1896.                    
  1897.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1898.                        <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1899.                            <i class="ti-angle-right me-2 text-primary"></i>
  1900.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  1901.                        </a>
  1902.                    </div>
  1903.                    
  1904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1905.                        <a href="https://datamagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1906.                            <i class="ti-angle-right me-2 text-primary"></i>
  1907.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  1908.                        </a>
  1909.                    </div>
  1910.                    
  1911.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1912.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1913.                            <i class="ti-angle-right me-2 text-primary"></i>
  1914.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1915.                        </a>
  1916.                    </div>
  1917.                    
  1918.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1919.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1920.                            <i class="ti-angle-right me-2 text-primary"></i>
  1921.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1922.                        </a>
  1923.                    </div>
  1924.                    
  1925.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1926.                        <a href="https://www.portail-humanitaire.org" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1927.                            <i class="ti-angle-right me-2 text-primary"></i>
  1928.                            <span class="archive-link top-color fw-semibold">casino en ligne france fiable</span>
  1929.                        </a>
  1930.                    </div>
  1931.                    
  1932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1933.                        <a href="https://www.bloomprod.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1934.                            <i class="ti-angle-right me-2 text-primary"></i>
  1935.                            <span class="archive-link top-color fw-semibold">nouveaux casinos en ligne francais</span>
  1936.                        </a>
  1937.                    </div>
  1938.                    
  1939.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1940.                        <a href="https://www.circuit-de-la-sure.fr/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1941.                            <i class="ti-angle-right me-2 text-primary"></i>
  1942.                            <span class="archive-link top-color fw-semibold">casino en ligne fiable</span>
  1943.                        </a>
  1944.                    </div>
  1945.                    
  1946.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1947.                        <a href="https://neptunes-nantes.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1948.                            <i class="ti-angle-right me-2 text-primary"></i>
  1949.                            <span class="archive-link top-color fw-semibold">casino en ligne</span>
  1950.                        </a>
  1951.                    </div>
  1952.                    
  1953.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1954.                        <a href="https://www.proteme.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1955.                            <i class="ti-angle-right me-2 text-primary"></i>
  1956.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne français</span>
  1957.                        </a>
  1958.                    </div>
  1959.                    
  1960.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1961.                        <a href="https://www.gammazita.it" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1962.                            <i class="ti-angle-right me-2 text-primary"></i>
  1963.                            <span class="archive-link top-color fw-semibold">elenco casino non aams</span>
  1964.                        </a>
  1965.                    </div>
  1966.                    
  1967.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1968.                        <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1969.                            <i class="ti-angle-right me-2 text-primary"></i>
  1970.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  1971.                        </a>
  1972.                    </div>
  1973.                    
  1974.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1975.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1976.                            <i class="ti-angle-right me-2 text-primary"></i>
  1977.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  1978.                        </a>
  1979.                    </div>
  1980.                    
  1981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1982.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1983.                            <i class="ti-angle-right me-2 text-primary"></i>
  1984.                            <span class="archive-link top-color fw-semibold">gamstop</span>
  1985.                        </a>
  1986.                    </div>
  1987.                    
  1988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1989.                        <a href="https://landgoedwesterlee.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1990.                            <i class="ti-angle-right me-2 text-primary"></i>
  1991.                            <span class="archive-link top-color fw-semibold">beste online casino zonder CRUKS in Nederland</span>
  1992.                        </a>
  1993.                    </div>
  1994.                    
  1995.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1996.                        <a href="https://www.lytshuiszilver.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1997.                            <i class="ti-angle-right me-2 text-primary"></i>
  1998.                            <span class="archive-link top-color fw-semibold">online casino zonder cruks Nederland</span>
  1999.                        </a>
  2000.                    </div>
  2001.                    
  2002.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2003.                        <a href="https://designinnovationgroup.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2004.                            <i class="ti-angle-right me-2 text-primary"></i>
  2005.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2006.                        </a>
  2007.                    </div>
  2008.                    
  2009.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2010.                        <a href="https://www.italiapedia.it/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2011.                            <i class="ti-angle-right me-2 text-primary"></i>
  2012.                            <span class="archive-link top-color fw-semibold">migliori casino online aams</span>
  2013.                        </a>
  2014.                    </div>
  2015.                    
  2016.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2017.                        <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2018.                            <i class="ti-angle-right me-2 text-primary"></i>
  2019.                            <span class="archive-link top-color fw-semibold">Casinos Not on GAMSTOP</span>
  2020.                        </a>
  2021.                    </div>
  2022.                    
  2023.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2024.                        <a href="https://slpjplus.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2025.                            <i class="ti-angle-right me-2 text-primary"></i>
  2026.                            <span class="archive-link top-color fw-semibold">casino en ligne france</span>
  2027.                        </a>
  2028.                    </div>
  2029.                    
  2030.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2031.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2032.                            <i class="ti-angle-right me-2 text-primary"></i>
  2033.                            <span class="archive-link top-color fw-semibold">GAMSTOP excluded sites</span>
  2034.                        </a>
  2035.                    </div>
  2036.                    
  2037.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2038.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2039.                            <i class="ti-angle-right me-2 text-primary"></i>
  2040.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2041.                        </a>
  2042.                    </div>
  2043.                    
  2044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2045.                        <a href="https://paardenveld.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2046.                            <i class="ti-angle-right me-2 text-primary"></i>
  2047.                            <span class="archive-link top-color fw-semibold">casinos zonder cruks</span>
  2048.                        </a>
  2049.                    </div>
  2050.                    
  2051.  
  2052.                </div>
  2053.            </div>
  2054.        </div>
  2055.        
  2056. <!--        
  2057.       <div class="sidebar-widget mb-5">
  2058.            <div class="widget-title-wrapper mb-3">
  2059.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2060.                    <div class="title-border"></div>
  2061.                    <i class="ti-folder me-2"></i>Blog Archives
  2062.                </h4>
  2063.            </div>
  2064.            <div class="widget-content shadow-sm rounded-3 p-4">
  2065.                <div class="archives-list">
  2066.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2067.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2068.                            <i class="ti-angle-right me-2 text-primary"></i>
  2069.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2070.                        </a>
  2071.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2072.                    </div>
  2073.  
  2074.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2075.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2076.                            <i class="ti-angle-right me-2 text-primary"></i>
  2077.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2078.                        </a>
  2079.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2080.                    </div>
  2081.  
  2082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2083.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2084.                            <i class="ti-angle-right me-2 text-primary"></i>
  2085.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2086.                        </a>
  2087.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2088.                    </div>
  2089.  
  2090.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2091.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2092.                            <i class="ti-angle-right me-2 text-primary"></i>
  2093.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2094.                        </a>
  2095.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2096.                    </div>
  2097.  
  2098.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2099.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2100.                            <i class="ti-angle-right me-2 text-primary"></i>
  2101.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2102.                        </a>
  2103.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2104.                    </div>
  2105.  
  2106.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2107.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2108.                            <i class="ti-angle-right me-2 text-primary"></i>
  2109.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2110.                        </a>
  2111.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2112.                    </div>
  2113.                </div>
  2114.                
  2115.                <div class="text-center mt-4 pt-3 border-top border-color">
  2116.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2117.                        <i class="ti-archive me-1"></i>View All Archives
  2118.                    </a>
  2119.                </div>
  2120.            </div>
  2121.        </div> -->
  2122.        <div class="sidebar-widget mb-4">
  2123.            <div class="widget-title-wrapper mb-3">
  2124.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2125.                    <div class="title-border-primary"></div>
  2126.                    <i class="ti-star me-2"></i>Popular Posts
  2127.                </h4>
  2128.            </div>
  2129.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2130.                <div class="popular-post-list">
  2131.                    
  2132.                    
  2133.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2134.                        <div class="post-content flex-grow-1">
  2135.                            <h6 class="post-title mb-1">
  2136.                                 <a href="/sir-gareth-southgate-discloses-priorities-on-mentoring-young-people-over-returning-to-coaching/" class="text-decoration-none top-color fw-semibold lh-sm">
  2137.                                            Sir Gareth Southgate Discloses Priorities on Mentoring Young People Over Returning to Coaching
  2138.                                            </a>
  2139.                            </h6>
  2140.                            <div class="post-meta">
  2141.                                <small class="text-muted">
  2142.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2143.                                </small>
  2144.                                <!-- <small class="text-muted ms-3">
  2145.                                    <i class="ti-eye me-1"></i>1,234 views
  2146.                                </small> -->
  2147.                            </div>
  2148.                        </div>
  2149.                    </div>
  2150.                    
  2151.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2152.                        <div class="post-content flex-grow-1">
  2153.                            <h6 class="post-title mb-1">
  2154.                                 <a href="/california-is-completely-free-of-drought-for-the-first-time-in-two-and-a-half-decades/" class="text-decoration-none top-color fw-semibold lh-sm">
  2155.                                            California is Completely Free of Drought for the First Time in Two and a Half Decades.
  2156.                                            </a>
  2157.                            </h6>
  2158.                            <div class="post-meta">
  2159.                                <small class="text-muted">
  2160.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2161.                                </small>
  2162.                                <!-- <small class="text-muted ms-3">
  2163.                                    <i class="ti-eye me-1"></i>1,234 views
  2164.                                </small> -->
  2165.                            </div>
  2166.                        </div>
  2167.                    </div>
  2168.                    
  2169.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2170.                        <div class="post-content flex-grow-1">
  2171.                            <h6 class="post-title mb-1">
  2172.                                 <a href="/prescott-pilots-cowboys-beyond-reeling-washington-commanders-to-kick-off-christmas-triple-header/" class="text-decoration-none top-color fw-semibold lh-sm">
  2173.                                            Prescott Pilots Cowboys Beyond Reeling Washington Commanders to Kick Off Christmas Triple-Header.
  2174.                                            </a>
  2175.                            </h6>
  2176.                            <div class="post-meta">
  2177.                                <small class="text-muted">
  2178.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2179.                                </small>
  2180.                                <!-- <small class="text-muted ms-3">
  2181.                                    <i class="ti-eye me-1"></i>1,234 views
  2182.                                </small> -->
  2183.                            </div>
  2184.                        </div>
  2185.                    </div>
  2186.                    
  2187.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2188.                        <div class="post-content flex-grow-1">
  2189.                            <h6 class="post-title mb-1">
  2190.                                 <a href="/brutish-coercive-hegemonic-the-resurgence-of-the-negative-us-stereotype/" class="text-decoration-none top-color fw-semibold lh-sm">
  2191.                                            Brutish, Coercive, Hegemonic: the Resurgence of the Negative U.S. Stereotype
  2192.                                            </a>
  2193.                            </h6>
  2194.                            <div class="post-meta">
  2195.                                <small class="text-muted">
  2196.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2197.                                </small>
  2198.                                <!-- <small class="text-muted ms-3">
  2199.                                    <i class="ti-eye me-1"></i>1,234 views
  2200.                                </small> -->
  2201.                            </div>
  2202.                        </div>
  2203.                    </div>
  2204.                    
  2205.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2206.                        <div class="post-content flex-grow-1">
  2207.                            <h6 class="post-title mb-1">
  2208.                                 <a href="/premier-league-news-roundup-cole-palmer-poised-for-the-blues-comeback-gueyes-unsuccessful-red-card-appeal-lacks-explanation/" class="text-decoration-none top-color fw-semibold lh-sm">
  2209.                                            Premier League News Roundup: Cole Palmer Poised for The Blues Comeback; Gueye&#x27;s Unsuccessful Red Card Appeal Lacks Explanation
  2210.                                            </a>
  2211.                            </h6>
  2212.                            <div class="post-meta">
  2213.                                <small class="text-muted">
  2214.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2215.                                </small>
  2216.                                <!-- <small class="text-muted ms-3">
  2217.                                    <i class="ti-eye me-1"></i>1,234 views
  2218.                                </small> -->
  2219.                            </div>
  2220.                        </div>
  2221.                    </div>
  2222.                    
  2223.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2224.                        <div class="post-content flex-grow-1">
  2225.                            <h6 class="post-title mb-1">
  2226.                                 <a href="/both-deceased-students-identified-in-brown-university-shooting-as-law-enforcement-continue-manhunt-for-killer/" class="text-decoration-none top-color fw-semibold lh-sm">
  2227.                                            Both Deceased Students Identified in Brown University Shooting as Law Enforcement Continue Manhunt for Killer.
  2228.                                            </a>
  2229.                            </h6>
  2230.                            <div class="post-meta">
  2231.                                <small class="text-muted">
  2232.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2233.                                </small>
  2234.                                <!-- <small class="text-muted ms-3">
  2235.                                    <i class="ti-eye me-1"></i>1,234 views
  2236.                                </small> -->
  2237.                            </div>
  2238.                        </div>
  2239.                    </div>
  2240.                    
  2241.  
  2242.                </div>
  2243.                
  2244.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2245.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2246.                        <i class="ti-trophy me-1"></i>View All Popular
  2247.                    </a>
  2248.                </div> -->
  2249.            </div>
  2250.        </div>
  2251.  
  2252. </div>
  2253. <style>
  2254.    
  2255.  .widget-content {
  2256.    background-color: var(--card-bg);
  2257.    border: 1px solid var(--border-color);
  2258.  }
  2259. </style>
  2260.  
  2261.    
  2262.                </div>
  2263.            </div>
  2264.        </div>
  2265.    </div>
  2266. </section>
  2267.  
  2268. <script>
  2269.    // Intersection Observer for Fade-in with Slight Rotation
  2270.    document.addEventListener('DOMContentLoaded', function() {
  2271.        const observerOptions = {
  2272.            threshold: 0.15, // Trigger when 15% of the card is visible
  2273.            rootMargin: '0px 0px -50px 0px',
  2274.        };
  2275.  
  2276.        const observer = new IntersectionObserver(function(entries, observer) {
  2277.            entries.forEach(entry => {
  2278.                if (entry.isIntersecting) {
  2279.                    entry.target.classList.add('visible');
  2280.                    observer.unobserve(entry.target);
  2281.                }
  2282.            });
  2283.        }, observerOptions);
  2284.  
  2285.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2286.            observer.observe(card);
  2287.        });
  2288.    });
  2289. </script>
  2290.  
  2291.    
  2292.        
  2293.        <!-- end wpo-blog-highlights-section -->
  2294.        <!-- start wpo-blog-sponsored-section -->
  2295.        
  2296.  
  2297.  
  2298.  
  2299.    
  2300.  
  2301.  
  2302.  
  2303. <style>
  2304.    .sponsored-section-v4 {
  2305.        padding: 50px 0;
  2306.    }
  2307.    
  2308.    .sponsored-card-v4 {
  2309.        background: var(--card-bg);
  2310.        border: 1px solid var(--border-color);
  2311.        border-radius: 4px;
  2312.        transition: border-color 0.3s ease;
  2313.        height: 100%;
  2314.        padding: 15px;
  2315.    }
  2316.    
  2317.    .sponsored-card-v4:hover {
  2318.        border-color: #adb5bd;
  2319.    }
  2320.    
  2321.    .sponsored-image-v4 {
  2322.        width: 150px;
  2323.        height: 150px;
  2324.        margin: 10px auto;
  2325.        border-radius: 50%;
  2326.        shape-outside: circle(50%);
  2327.        float: left;
  2328.    }
  2329.    
  2330.    .sponsored-image-v4 img {
  2331.        width: 100%;
  2332.        height: 100%;
  2333.        object-fit: cover;
  2334.        border-radius: 50%;
  2335.    }
  2336.    
  2337.    .sponsored-content-v4 {
  2338.        padding: 10px;
  2339.        overflow: hidden; /* Clearfix for floated image */
  2340.    }
  2341.    
  2342.    .sponsored-title-v4 {
  2343.        font-size: 15px;
  2344.        font-weight: 700;
  2345.        line-height: 1.4;
  2346.        margin-bottom: 8px;
  2347.        color: #333;
  2348.        position: relative;
  2349.        display: inline-block;
  2350.    }
  2351.    
  2352.    .sponsored-title-v4 a {
  2353.        text-decoration: none;
  2354.        color: var(--topbar-color) !important;
  2355.        margin: 10px 0px;
  2356.    }
  2357.    
  2358.    .sponsored-title-v4 a:hover {
  2359.        color: #6f42c1 !important; /* Purple hover */
  2360.    }
  2361.    
  2362.    .sponsored-title-v4::after {
  2363.        content: '';
  2364.        position: absolute;
  2365.        bottom: -2px;
  2366.        left: 0;
  2367.        width: 100%;
  2368.        height: 2px;
  2369.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  2370.    }
  2371.    
  2372.    .sponsored-excerpt-v4 {
  2373.        font-size: 12px;
  2374.        font-weight: 400;
  2375.        color: #6c757d;
  2376.        margin-bottom: 10px;
  2377.        line-height: 1.5;
  2378.    }
  2379.    
  2380.    .sponsored-meta-v4 {
  2381.        font-size: 11px;
  2382.        color: #6c757d;
  2383.    }
  2384.    
  2385.    .author-info-v4 {
  2386.        margin-bottom: 5px;
  2387.    }
  2388.    
  2389.    .sponsored-author-img-v4 {
  2390.        width: 20px;
  2391.        height: 20px;
  2392.        border-radius: 50%;
  2393.        object-fit: cover;
  2394.        vertical-align: middle;
  2395.        margin-right: 5px;
  2396.    }
  2397.    
  2398.    .section-title-sponsored-v4 {
  2399.        font-size: 1.9rem;
  2400.        font-weight: 600;
  2401.        text-align: center;
  2402.        margin-bottom: 30px;
  2403.        color: #333;
  2404.        position: relative;
  2405.    }
  2406.    
  2407.    .section-title-sponsored-v4::after {
  2408.        content: '';
  2409.        position: absolute;
  2410.        bottom: -8px;
  2411.        left: 50%;
  2412.        transform: translateX(-50%);
  2413.        width: 80px;
  2414.        height: 3px;
  2415.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2416.    }
  2417.  
  2418.    @media (max-width: 768px) {
  2419.        .sponsored-section-v4 {
  2420.            padding: 30px 0;
  2421.        }
  2422.        .sponsored-image-v4 {
  2423.            width: 120px;
  2424.            height: 120px;
  2425.            float: none;
  2426.            margin: 10px auto;
  2427.        }
  2428.        .sponsored-content-v4 {
  2429.            padding: 12px;
  2430.            text-align: center;
  2431.        }
  2432.        .sponsored-title-v4 {
  2433.            font-size: 14px;
  2434.        }
  2435.        .sponsored-excerpt-v4 {
  2436.            font-size: 11px;
  2437.        }
  2438.        .sponsored-meta-v4 {
  2439.            font-size: 10px;
  2440.        }
  2441.        .section-title-sponsored-v4 {
  2442.            font-size: 1.6rem;
  2443.        }
  2444.    }
  2445. </style>
  2446.  
  2447. <section class="sponsored-section-v4">
  2448.    <div class="container-fluid fluid-container">
  2449.        <div class="row">
  2450.            <div class="col-12">
  2451.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  2452.            </div>
  2453.        </div>
  2454.        
  2455.        <div class="row g-4">
  2456.            
  2457.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2458.                <div class="card sponsored-card-v4">
  2459.                    <div class="sponsored-image-v4">
  2460.                        
  2461.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2462.                        
  2463.                    </div>
  2464.                    <div class="sponsored-content-v4">
  2465.                        <h3 class="sponsored-title-v4">
  2466.                            <a href="/sir-gareth-southgate-discloses-priorities-on-mentoring-young-people-over-returning-to-coaching/" >
  2467.                                            Sir Gareth Southgate Discloses Priorities on Mentoring Young People Over Returning to Coaching
  2468.                                            </a>
  2469.                        </h3>
  2470.                        <p class="sponsored-excerpt-v4">
  2471.                          
  2472.                        </p>
  2473.                        <div class="sponsored-meta-v4">
  2474.                            <div class="author-info-v4">
  2475.                                
  2476.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2477.                                
  2478.                                <span>
  2479.                                    Daniel Cruz
  2480.                                </span>
  2481.                            </div>
  2482.                            <div>17 Jul 2026</div>
  2483.                        </div>
  2484.                    </div>
  2485.                </div>
  2486.            </div>
  2487.            
  2488.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2489.                <div class="card sponsored-card-v4">
  2490.                    <div class="sponsored-image-v4">
  2491.                        
  2492.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2493.                        
  2494.                    </div>
  2495.                    <div class="sponsored-content-v4">
  2496.                        <h3 class="sponsored-title-v4">
  2497.                            <a href="/california-is-completely-free-of-drought-for-the-first-time-in-two-and-a-half-decades/" >
  2498.                                            California is Completely Free of Drought for the First Time in Two and a Half Decades.
  2499.                                            </a>
  2500.                        </h3>
  2501.                        <p class="sponsored-excerpt-v4">
  2502.                          
  2503.                        </p>
  2504.                        <div class="sponsored-meta-v4">
  2505.                            <div class="author-info-v4">
  2506.                                
  2507.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2508.                                
  2509.                                <span>
  2510.                                    Daniel Cruz
  2511.                                </span>
  2512.                            </div>
  2513.                            <div>17 Jul 2026</div>
  2514.                        </div>
  2515.                    </div>
  2516.                </div>
  2517.            </div>
  2518.            
  2519.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2520.                <div class="card sponsored-card-v4">
  2521.                    <div class="sponsored-image-v4">
  2522.                        
  2523.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2524.                        
  2525.                    </div>
  2526.                    <div class="sponsored-content-v4">
  2527.                        <h3 class="sponsored-title-v4">
  2528.                            <a href="/prescott-pilots-cowboys-beyond-reeling-washington-commanders-to-kick-off-christmas-triple-header/" >
  2529.                                            Prescott Pilots Cowboys Beyond Reeling Washington Commanders to Kick Off Christmas Triple-Header.
  2530.                                            </a>
  2531.                        </h3>
  2532.                        <p class="sponsored-excerpt-v4">
  2533.                          
  2534.                        </p>
  2535.                        <div class="sponsored-meta-v4">
  2536.                            <div class="author-info-v4">
  2537.                                
  2538.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2539.                                
  2540.                                <span>
  2541.                                    Daniel Cruz
  2542.                                </span>
  2543.                            </div>
  2544.                            <div>17 Jul 2026</div>
  2545.                        </div>
  2546.                    </div>
  2547.                </div>
  2548.            </div>
  2549.            
  2550.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2551.                <div class="card sponsored-card-v4">
  2552.                    <div class="sponsored-image-v4">
  2553.                        
  2554.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2555.                        
  2556.                    </div>
  2557.                    <div class="sponsored-content-v4">
  2558.                        <h3 class="sponsored-title-v4">
  2559.                            <a href="/brutish-coercive-hegemonic-the-resurgence-of-the-negative-us-stereotype/" >
  2560.                                            Brutish, Coercive, Hegemonic: the Resurgence of the Negative U.S. Stereotype
  2561.                                            </a>
  2562.                        </h3>
  2563.                        <p class="sponsored-excerpt-v4">
  2564.                          
  2565.                        </p>
  2566.                        <div class="sponsored-meta-v4">
  2567.                            <div class="author-info-v4">
  2568.                                
  2569.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2570.                                
  2571.                                <span>
  2572.                                    Daniel Cruz
  2573.                                </span>
  2574.                            </div>
  2575.                            <div>17 Jul 2026</div>
  2576.                        </div>
  2577.                    </div>
  2578.                </div>
  2579.            </div>
  2580.            
  2581.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2582.                <div class="card sponsored-card-v4">
  2583.                    <div class="sponsored-image-v4">
  2584.                        
  2585.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2586.                        
  2587.                    </div>
  2588.                    <div class="sponsored-content-v4">
  2589.                        <h3 class="sponsored-title-v4">
  2590.                            <a href="/premier-league-news-roundup-cole-palmer-poised-for-the-blues-comeback-gueyes-unsuccessful-red-card-appeal-lacks-explanation/" >
  2591.                                            Premier League News Roundup: Cole Palmer Poised for The Blues Comeback; Gueye&#x27;s Unsuccessful Red Card Appeal Lacks Explanation
  2592.                                            </a>
  2593.                        </h3>
  2594.                        <p class="sponsored-excerpt-v4">
  2595.                          
  2596.                        </p>
  2597.                        <div class="sponsored-meta-v4">
  2598.                            <div class="author-info-v4">
  2599.                                
  2600.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2601.                                
  2602.                                <span>
  2603.                                    Daniel Cruz
  2604.                                </span>
  2605.                            </div>
  2606.                            <div>17 Jul 2026</div>
  2607.                        </div>
  2608.                    </div>
  2609.                </div>
  2610.            </div>
  2611.            
  2612.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2613.                <div class="card sponsored-card-v4">
  2614.                    <div class="sponsored-image-v4">
  2615.                        
  2616.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2617.                        
  2618.                    </div>
  2619.                    <div class="sponsored-content-v4">
  2620.                        <h3 class="sponsored-title-v4">
  2621.                            <a href="/both-deceased-students-identified-in-brown-university-shooting-as-law-enforcement-continue-manhunt-for-killer/" >
  2622.                                            Both Deceased Students Identified in Brown University Shooting as Law Enforcement Continue Manhunt for Killer.
  2623.                                            </a>
  2624.                        </h3>
  2625.                        <p class="sponsored-excerpt-v4">
  2626.                          
  2627.                        </p>
  2628.                        <div class="sponsored-meta-v4">
  2629.                            <div class="author-info-v4">
  2630.                                
  2631.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Daniel Cruz" class="sponsored-author-img-v4">
  2632.                                
  2633.                                <span>
  2634.                                    Daniel Cruz
  2635.                                </span>
  2636.                            </div>
  2637.                            <div>17 Jul 2026</div>
  2638.                        </div>
  2639.                    </div>
  2640.                </div>
  2641.            </div>
  2642.            
  2643.        </div>
  2644.    </div>
  2645. </section>
  2646.  
  2647.  
  2648.    
  2649.        <!-- end wpo-blog-sponsored-section -->
  2650.        <!-- start wpo-subscribe-section -->
  2651.        
  2652.        <!-- end subscribe-section -->
  2653.        <!-- start of wpo-site-footer-section -->
  2654.        
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660. <footer class="wpo-site-footer-v2">
  2661.    <!-- Main Footer Content -->
  2662.    <div class="wpo-main-footer">
  2663.        <div class="container-fluid fluid-container">
  2664.            <div class="row g-4">
  2665.                
  2666.                <!-- Company Info Section -->
  2667.                <div class="col-lg-4 col-md-6 col-12">
  2668.                    <div class="footer-widget company-info-widget">
  2669.                        <div class="widget-header">
  2670.                            <div class="footer-logo">
  2671.                                
  2672.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/9c077b1b-14c5-42aa-a389-eecfb5243778_logo.png" alt="NewsHub UK" class="img-fluid footer-logo-img">
  2673.                                
  2674.                            </div>
  2675.                        </div>
  2676.                        <div class="widget-content2 footer-widget-content2">
  2677.                            <p class="company-description-text">
  2678.                                Stay informed with comprehensive coverage of UK and global news, including politics, business, entertainment, and sports, delivered with accuracy and timeliness.
  2679.                            </p>
  2680.                            <div class="contact-info2">
  2681.                                <div class="contact-item">
  2682.                                    <i class="fas fa-envelope"></i>
  2683.                                    <span><a href="/cdn-cgi/l/email-protection#ed818483869ead838895998f8c8e86818483869ec38e8280" class="footer-link2"><span class="__cf_email__" data-cfemail="e5898c8b8e96a58b809d918784868e898c8b8e96cb868a88">[email&#160;protected]</span></a></span>
  2684.                                </div>
  2685.                                <!-- <div class="contact-item">
  2686.                                    <i class="fas fa-phone"></i>
  2687.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  2688.                                </div> -->
  2689.                            </div>
  2690.                        </div>
  2691.                    </div>
  2692.                </div>
  2693.  
  2694.                <!-- Quick Links Section -->
  2695.                <div class="col-lg-4 col-md-6 col-12">
  2696.                    <div class="footer-widget quick-links-widget">
  2697.                        <div class="widget-header">
  2698.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  2699.                        </div>
  2700.                        <div class="widget-content2 footer-widget-content2">
  2701.                            <ul class="footer-links">
  2702.                                
  2703.                                <li><a href="/wrexhams-kieffer-moore-scores-a-brace-as-wrexham-edge-sheffield-united-in-goal-filled-spectacle/" class="footer-link">Wrexham&#x27;s Kieffer Moore Scores a Brace as Wrexham Edge Sheffield United in Goal-Filled Spectacle</a></li>
  2704.                                
  2705.                                <li><a href="/us-armed-forces-executes-deadly-attack-in-pacific-leading-to-4-deaths/" class="footer-link">US Armed Forces Executes Deadly Attack in Pacific, Leading to 4 Deaths</a></li>
  2706.                                
  2707.                                <li><a href="/the-brothers-from-the-dagestani-region-making-their-mark-in-mma-and-at-manchester-united/" class="footer-link">The Brothers from the Dagestani Region Making Their Mark in MMA and at Manchester United.</a></li>
  2708.                                
  2709.                                <li><a href="/nigeria-confirms-it-supplied-key-information-for-christmas-day-military-strikes-as-us-official-warns-of-more-attacks/" class="footer-link">Nigeria Confirms It Supplied Key Information for Christmas Day Military Strikes as US Official Warns of More Attacks</a></li>
  2710.                                
  2711.                                <li><a href="/what-lies-ahead-in-the-comey-and-james-trials/" class="footer-link">What Lies Ahead in the Comey and James Trials?</a></li>
  2712.                                
  2713.                                <li><a href="/indias-cricket-player-shreyas-iyer-recovering-in-hospital-after-torn-spleen-injury/" class="footer-link">India&#x27;s Cricket Player Shreyas Iyer Recovering in Hospital After Torn Spleen Injury</a></li>
  2714.                                
  2715.                            </ul>
  2716.                        </div>
  2717.                    </div>
  2718.                </div>
  2719.  
  2720.                <!-- Blog Rolls Section -->
  2721.          <div class="col-lg-3 col-md-6 col-12">
  2722.    <div class="footer-widget blog-rolls-widget">
  2723.        <div class="widget-header">
  2724.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  2725.        </div>
  2726.        <div class="widget-content2 footer-widget-content2">
  2727.            <div class="row">
  2728.                <div class="col-6">
  2729.                    <ul class="footer-links" id="blogroll">
  2730.                        
  2731.                        
  2732.                        
  2733.                        
  2734.                        
  2735.                        
  2736.                        
  2737.                    </ul>
  2738.                </div>
  2739.            </div>
  2740.        </div>
  2741.    </div>
  2742. </div>
  2743.                <!-- Categories Section -->
  2744.                <div class="col-lg-4 col-md-6 col-12">
  2745.                    <div class="footer-widget categories-widget">
  2746.                        <div class="widget-header">
  2747.                            <h4 class="widget-title2 categories-title">Categories</h4>
  2748.                        </div>
  2749.                        <div class="widget-content2 footer-widget-content2">
  2750.                            <div class="row">
  2751.                                <div class="col-6">
  2752.                                    <ul class="footer-links">
  2753.                                        
  2754.                                        <li> <a href="/category/all-posts/" class="footer-link">
  2755.                                            All Posts
  2756.                                        </a></li>
  2757.                                        
  2758.                                        <li> <a href="/category/business/" class="footer-link">
  2759.                                            Business
  2760.                                        </a></li>
  2761.                                        
  2762.                                        <li> <a href="/category/esports/" class="footer-link">
  2763.                                            Esports
  2764.                                        </a></li>
  2765.                                        
  2766.                                        <li> <a href="/category/fashion/" class="footer-link">
  2767.                                            Fashion
  2768.                                        </a></li>
  2769.                                        
  2770.                                        <li> <a href="/category/featured/" class="footer-link">
  2771.                                            Featured
  2772.                                        </a></li>
  2773.                                        
  2774.                                    </ul>
  2775.                                </div>
  2776.                              
  2777.                            </div>
  2778.                        </div>
  2779.                    </div>
  2780.                </div>
  2781.  
  2782.            </div>
  2783.        </div>
  2784.    </div>
  2785.  
  2786.    <!-- Footer Bottom -->
  2787.    <div class="footer-bottom">
  2788.        <div class="container-fluid fluid-container">
  2789.            <div class="row align-items-center">
  2790.                <!-- Copyright -->
  2791.                <div class="col-lg-6 col-md-6 col-12">
  2792.                    <div class="copyright-text">
  2793.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">NewsHub UK</strong>.
  2794.                            All rights reserved.
  2795.                        </p>
  2796.                    </div>
  2797.                </div>
  2798.  
  2799.                <!-- Footer Menu -->
  2800.                <div class="col-lg-6 col-md-6 col-12">
  2801.                    <div class="footer-menu">
  2802.                        <ul class="bottom-menu">
  2803.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  2804.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  2805.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  2806.                        </ul>
  2807.                    </div>
  2808.                </div>
  2809.            </div>
  2810.        </div>
  2811.    </div>
  2812.  
  2813. </footer>
  2814.  
  2815. <style>
  2816. /* Footer V2 Styles */
  2817. .wpo-site-footer-v2 {
  2818.    background: var(--footer-bg);
  2819.    color: var(--footer-color);
  2820.    position: relative;
  2821.    overflow: hidden;
  2822. }
  2823.  
  2824. .wpo-site-footer-v2::before {
  2825.    content: '';
  2826.    position: absolute;
  2827.    top: 0;
  2828.    left: 0;
  2829.    right: 0;
  2830.    bottom: 0;
  2831.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  2832.    pointer-events: none;
  2833. }
  2834.  
  2835. .wpo-main-footer {
  2836.    padding: 60px 0 40px;
  2837.    position: relative;
  2838.    z-index: 2;
  2839. }
  2840.  
  2841. .footer-widget {
  2842.    margin-bottom: 30px;
  2843. }
  2844.  
  2845. .widget-header {
  2846.    margin-bottom: 25px;
  2847. }
  2848.  
  2849. .widget-title2 {
  2850.    font-size: 20px;
  2851.    font-weight: 700;
  2852.    color: var(--footer-color) !important;
  2853.    margin: 0;
  2854.    position: relative;
  2855.    padding-bottom: 10px;
  2856. }
  2857.  
  2858. .widget-title2::after {
  2859.    content: '';
  2860.    position: absolute;
  2861.    bottom: 0;
  2862.    left: 0;
  2863.    width: 40px;
  2864.    height: 3px;
  2865.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2866.    border-radius: 2px;
  2867. }
  2868.  
  2869. /* Company Info Styles */
  2870. .footer-logo-img {
  2871.    max-height: 100px;
  2872.    margin-bottom: 20px;
  2873. }
  2874.  
  2875. .footer-logo-text {
  2876.    color: var(--footer-color);
  2877. }
  2878.  
  2879. .company-description-text {
  2880.    font-size: 14px;
  2881.    line-height: 1.7;
  2882.    color: var(--footer-color);
  2883.    margin-bottom: 25px;
  2884. }
  2885.  
  2886. .contact-info2 .contact-item {
  2887.    display: flex;
  2888.    align-items: center;
  2889.    margin-bottom: 10px;
  2890.    font-size: 14px;
  2891. }
  2892.  
  2893. .contact-info2 .contact-item i {
  2894.    width: 20px;
  2895.    color: var(--footer-color);
  2896.    margin-right: 10px;
  2897. }
  2898.  
  2899. /* Footer Links Styles */
  2900. .footer-links {
  2901.    list-style: none;
  2902.    padding: 0;
  2903.    margin: 0;
  2904. }
  2905.  
  2906. .footer-links li {
  2907.    margin-bottom: 12px;
  2908. }
  2909. .footer-link2 {
  2910.    color: var(--footer-color) !important;
  2911. }
  2912. .footer-link2:hover {
  2913.    color: blue !important;
  2914. }
  2915. .footer-links a{
  2916.    color: var(--footer-color) !important;
  2917.    text-decoration: none;
  2918.    cursor: pointer;
  2919.    font-size: 14px;
  2920.    transition: all 0.3s ease;
  2921.    position: relative;
  2922. }
  2923.  
  2924. .footer-links a:hover {
  2925.    color: #4f46e5 !important;
  2926.    padding-left: 8px;
  2927. }
  2928.  
  2929. /* Footer Bottom Styles */
  2930. .footer-bottom {
  2931.    background: rgba(0, 0, 0, 0.3);
  2932.    padding: 20px 0;
  2933.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  2934.    position: relative;
  2935.    z-index: 2;
  2936. }
  2937.  
  2938. .copyright-text-p {
  2939.    margin: 0;
  2940.    font-size: 14px;
  2941.    color: var(--footer-color);
  2942. }
  2943.  
  2944. .footer-sitename {
  2945.    color: var(--footer-color);
  2946. }
  2947.  
  2948. .bottom-menu {
  2949.    list-style: none;
  2950.    padding: 0;
  2951.    margin: 0;
  2952.    display: flex;
  2953.    justify-content: flex-end;
  2954.    gap: 20px;
  2955. }
  2956.  
  2957. .bottom-menu a {
  2958.    color: var(--footer-color);
  2959.    text-decoration: none;
  2960.    font-size: 14px;
  2961.    transition: color 0.3s ease;
  2962. }
  2963.  
  2964. .bottom-menu a:hover {
  2965.    color: #4f46e5;
  2966. }
  2967.  
  2968. @media (max-width: 768px) {
  2969.    .wpo-main-footer {
  2970.        padding: 40px 0 30px;
  2971.    }
  2972.    
  2973.    .bottom-menu {
  2974.        justify-content: center;
  2975.        margin-top: 15px;
  2976.    }
  2977.    
  2978.    .copyright-text {
  2979.        text-align: center;
  2980.    }
  2981.    
  2982.    .social-links {
  2983.        justify-content: center;
  2984.    }
  2985. }
  2986.  
  2987. @media (max-width: 576px) {
  2988.    .widget-title2 {
  2989.        font-size: 18px;
  2990.    }
  2991.    
  2992.    .newsletter-form .input-group {
  2993.        flex-direction: column;
  2994.    }
  2995.    
  2996.    .newsletter-form .btn {
  2997.        margin-top: 10px;
  2998.        border-radius: 8px;
  2999.    }
  3000.    
  3001.    .newsletter-form .form-control {
  3002.        border-radius: 8px;
  3003.    }
  3004. }
  3005. </style>
  3006.  
  3007.  
  3008. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3009.  document.addEventListener('DOMContentLoaded', function () {
  3010.    var btn = document.getElementById('toggleMore');
  3011.    if (!btn) return; // If there are <=5 items, no need for the button
  3012.  
  3013.    var extras = document.querySelectorAll('#blogroll li.extra');
  3014.  
  3015.    btn.addEventListener('click', function () {
  3016.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3017.        return li.classList.contains('d-none');
  3018.      });
  3019.  
  3020.      extras.forEach(function (li) {
  3021.        if (anyHidden) {
  3022.          li.classList.remove('d-none');
  3023.          li.classList.add('show'); // Show with smooth transition
  3024.        } else {
  3025.          li.classList.add('d-none');
  3026.          li.classList.remove('show'); // Hide smoothly
  3027.        }
  3028.      });
  3029.  
  3030.      // Update the button text and aria-expanded attribute
  3031.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3032.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3033.    });
  3034.  });
  3035. </script>
  3036.        <!-- end of wpo-site-footer-section -->
  3037.    </div>
  3038.    <!-- end of page-wrapper -->
  3039.  
  3040.    <!-- All JavaScript files
  3041.    ================================================== -->
  3042.    
  3043.  
  3044. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3045. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3046. <!-- Plugins for this template -->
  3047. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3048. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3049. <!-- Custom script for this template -->
  3050. <script src="/static/blogapp/assets/js/script.js"></script>
  3051.  
  3052. <script>
  3053. (function () {
  3054. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3055. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3056.  
  3057. function applyFallback(img) {
  3058. if (!img || img.dataset.fallbackApplied === "1") {
  3059. return;
  3060. }
  3061. var failedSrc = img.currentSrc || img.src || "";
  3062. img.dataset.fallbackApplied = "1";
  3063. img.onerror = null;
  3064. img.src = fallbackImageSrc;
  3065. console.warn("[ImageFallback] Replaced broken image:", {
  3066. failedSrc: failedSrc,
  3067. fallbackSrc: fallbackImageSrc,
  3068. alt: img.alt || "",
  3069. });
  3070. }
  3071.  
  3072. document.querySelectorAll("img").forEach(function (img) {
  3073. if (img.complete && img.naturalWidth === 0) {
  3074. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3075. failedSrc: img.currentSrc || img.src || "",
  3076. alt: img.alt || "",
  3077. });
  3078. applyFallback(img);
  3079. }
  3080. });
  3081.  
  3082. document.addEventListener(
  3083. "error",
  3084. function (event) {
  3085. var target = event.target;
  3086. if (target && target.tagName === "IMG") {
  3087. applyFallback(target);
  3088. }
  3089. },
  3090. true
  3091. );
  3092. })();
  3093. </script>
  3094.  
  3095. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3096.  
  3097.  
  3098.  
  3099. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"a4d6e8123dd74e6ca81453f9c4c08480","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3100. </body>
  3101.  
  3102. </html>
  3103.  
  3104.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda