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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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-28T165506.792_qpSb3g0_t7EsV5Z_2qn64Fn_6xJSNOo_kLND7gI.png">
  14.    
  15.  
  16.    <title>Winbritsite UK: Tech Insights, Reviews &amp; Digital Lifestyle Tips</title>
  17.    <meta name="description" content="Explore the latest technology reviews, digital lifestyle advice, and insightful articles on software and gadgets from a UK perspective at Winbritsite.">
  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://winbritsite.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0288d1;
  42.        --bs-primary-rgb: 0288d1;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e6f4fa;
  49.        --bs-dark: #0a2f3c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0288d1;
  53.        --theme-primary-color-s2: #0288d1;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f3c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f3c;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0a2f3c;
  76.        --topbar-bg: #e6f4fa;
  77.        --topbar-color: #0a2f3c;
  78.        --footer-bg: #0a2f3c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 12px;
  83.        --link-color: #0288d1;
  84.        --link-hover: #0273b3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(2, 136, 209, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_78">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="topbar d-sm-flex d-none">
  406.  <div class="container-fluid fluid-container">
  407.    <div class="row  ">
  408.      <div>
  409.        <div class="pt-2 d-flex gap-2 pb-0">
  410.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  411.            <div class="d-flex">
  412.              <span class="fw-bold">Latest</span>
  413.            </div>
  414.            <div class="d-flex">
  415.              <span class="fw-bold">Update</span>
  416.            </div>
  417.          </div>
  418.  
  419.          <!-- Add an id to the marquee -->
  420.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  421.            <p class="text-center">
  422.              
  423.               <a href="/lost-bach-works-performed-for-first-ever-performance-in-over-three-centuries/" class="px-5 top-color">
  424.                    Lost Bach Works Performed for First-Ever Performance in Over Three Centuries
  425.                  </a>
  426.              
  427.               <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-countless-numbers-of-amphibians-made-their-home/" class="px-5 top-color">
  428.                    The Galápagos Islands Lacked Any Indigenous Amphibians. Then Countless Numbers of Amphibians Made Their Home
  429.                  </a>
  430.              
  431.               <a href="/sitting-with-sir-alex-and-being-knocked-out-the-photographers-stories/" class="px-5 top-color">
  432.                    Sitting with Sir Alex and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Stories
  433.                  </a>
  434.              
  435.               <a href="/gavin-newsom-again-denies-parole-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  436.                    Gavin Newsom Again Denies Parole for Cult Member Patricia Krenwinkel
  437.                  </a>
  438.              
  439.               <a href="/person-of-interest-in-brown-university-incident-located-deceased-inside-self-storage-unit/" class="px-5 top-color">
  440.                    Person of Interest in Brown University Incident Located Deceased Inside Self-Storage Unit.
  441.                  </a>
  442.              
  443.            </p>
  444.          </marquee>
  445.        </div>
  446.      </div>
  447.    </div>
  448.  </div>
  449. </div>
  450.  
  451. <script>
  452.  // Stop/start marquee when hovering or focusing links inside it
  453.  document.addEventListener("DOMContentLoaded", function () {
  454.    const marquee = document.getElementById("newsMarquee");
  455.    if (!marquee) return;
  456.  
  457.    marquee.querySelectorAll("a").forEach((link) => {
  458.      link.addEventListener("mouseenter", () => marquee.stop());
  459.      link.addEventListener("mouseleave", () => marquee.start());
  460.      // keyboard accessibility
  461.      link.addEventListener("focus", () => marquee.stop());
  462.      link.addEventListener("blur", () => marquee.start());
  463.    });
  464.  });
  465. </script>
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  476.  <div class="container-fluid fluid-container">
  477.    <div class="row flex-wrap align-items-center">
  478.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  479.        <div class="mobail-menu">
  480.          <button type="button" class="navbar-toggler open-btn">
  481.            <span class="sr-only">Toggle navigation</span>
  482.            <span class="icon-bar first-angle"></span>
  483.            <span class="icon-bar middle-angle"></span>
  484.            <span class="icon-bar last-angle"></span>
  485.          </button>
  486.        </div>
  487.      </div>
  488.      <div class="col-lg-2 col-md-6 col-6">
  489.        <div class="navbar-header">
  490.          <a class="navbar-brand" href="/">
  491.            
  492.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/27a1e95b-4af0-49d3-80c5-731051732d86_logo.png" alt="Winbritsite UK" />
  493.            
  494.          </a>
  495.        </div>
  496.  
  497.      </div>
  498.      <div class="col-lg-8 col-md-1 col-1">
  499.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  500.          <button class="menu-close"><i class="ti-close"></i></button>
  501.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  502.            <li>
  503.              <a href="/">
  504.                Home
  505.              </a>
  506.            </li>
  507.            
  508.            
  509.             <li>
  510.              <a href="/category/all-posts/">
  511.                All Posts
  512.              </a>
  513.              </li>
  514.              
  515.  
  516.                  
  517.              
  518.             <li>
  519.              <a href="/category/business/">
  520.                Business
  521.              </a>
  522.              </li>
  523.              
  524.  
  525.                  
  526.              
  527.             <li>
  528.              <a href="/category/esports/">
  529.                Esports
  530.              </a>
  531.              </li>
  532.              
  533.  
  534.                  
  535.              
  536.             <li>
  537.              <a href="/category/fashion/">
  538.                Fashion
  539.              </a>
  540.              </li>
  541.              
  542.  
  543.                  
  544.              
  545.             <li>
  546.              <a href="/category/featured/">
  547.                Featured
  548.              </a>
  549.              </li>
  550.              
  551.  
  552.                  
  553.              
  554.            
  555.              <li class="menu-item-has-children">
  556.                <a href="#">More</a>
  557.                <ul class="sub-menu">
  558.                  <li>
  559.                    <a href="/category/gaming/">
  560.                      Gaming
  561.                    </a>
  562.                  </li>
  563.                  
  564.  
  565.                  
  566.              
  567.            
  568.                  <li>
  569.                    <a href="/category/health/">
  570.                      Health
  571.                    </a>
  572.                  </li>
  573.                  
  574.  
  575.                  
  576.              
  577.            
  578.                  <li>
  579.                    <a href="/category/life-fitness/">
  580.                      Life &amp; Fitness
  581.                    </a>
  582.                  </li>
  583.                  
  584.  
  585.                  
  586.              
  587.            
  588.                  <li>
  589.                    <a href="/category/lifestyle/">
  590.                      Lifestyle
  591.                    </a>
  592.                  </li>
  593.                  
  594.  
  595.                  
  596.              
  597.            
  598.                  <li>
  599.                    <a href="/category/news/">
  600.                      News
  601.                    </a>
  602.                  </li>
  603.                  
  604.  
  605.                  
  606.              
  607.            
  608.                  <li>
  609.                    <a href="/category/others/">
  610.                      Others
  611.                    </a>
  612.                  </li>
  613.                  
  614.  
  615.                  
  616.              
  617.            
  618.                  <li>
  619.                    <a href="/category/politics/">
  620.                      Politics
  621.                    </a>
  622.                  </li>
  623.                  
  624.  
  625.                  
  626.              
  627.            
  628.                  <li>
  629.                    <a href="/category/sports/">
  630.                      Sports
  631.                    </a>
  632.                  </li>
  633.                  
  634.  
  635.                  
  636.              
  637.            
  638.                  <li>
  639.                    <a href="/category/tech/">
  640.                      Tech
  641.                    </a>
  642.                  </li>
  643.                  
  644.  
  645.                  
  646.              
  647.            
  648.                  <li>
  649.                    <a href="/category/travel/">
  650.                      Travel
  651.                    </a>
  652.                  </li>
  653.                  
  654.  
  655.                  
  656.                </ul>
  657.              </li>
  658.              
  659.              
  660.              
  661.              <li>
  662.                <a href="/page/contact-us/">
  663.                  Contact Us
  664.                </a>
  665.              </li>
  666.          </ul>
  667.        </div>
  668.        <!-- end of nav-collapse -->
  669.      </div>
  670.      <div class="col-lg-2 col-md-2 col-2">
  671.        <div class="header-right">
  672.          <div class="header-search-form-wrapper">
  673.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  674.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  675.              <div class="header-search-form">
  676.                <form id="search-form">
  677.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  678.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  679.                </form>
  680.                <div id="search-results" class="search-v1 mt-2"></div>
  681.              </div>
  682.            </div>
  683.          </div>
  684.  
  685.          
  686.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  687.            <div class="header-right-menu">
  688.              <div class="right-menu-toggle-btn">
  689.                <span class="bg-link"></span>
  690.                <span class="bg-link"></span>
  691.                <span class="bg-link"></span>
  692.              </div>
  693.              <div class="header-right-menu-wrap z-1">
  694.                <button class="right-menu-close"><i class="ti-close"></i></button>
  695.                <div class="logo">
  696.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  697.                </div>
  698.                <div class="header-right-sec">
  699.                  <div class="project-widget widget">
  700.                    <h3 class="blog-color">Our Latest News</h3>
  701.                    <div class="posts">
  702.                      <div class="post">
  703.                        <div class="img-holder">
  704.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  705.                        </div>
  706.                        <div class="details">
  707.                          <span class="date blog-color">19 Jun 2022</span>
  708.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  709.                              Know.</a></h4>
  710.                        </div>
  711.                      </div>
  712.                      <div class="post">
  713.                        <div class="img-holder">
  714.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  715.                        </div>
  716.                        <div class="details">
  717.                          <span class="date blog-color">22 May 2022</span>
  718.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  719.                          </h4>
  720.                        </div>
  721.                      </div>
  722.                      <div class="post">
  723.                        <div class="img-holder">
  724.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  725.                        </div>
  726.                        <div class="details">
  727.                          <span class="date blog-color">12 Apr 2022</span>
  728.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  729.                          </h4>
  730.                        </div>
  731.                      </div>
  732.                    </div>
  733.                  </div>
  734.                  <div class="widget wpo-contact-widget">
  735.                    <div class="widget-title">
  736.                      <h3 class="blog-color">Contact Us</h3>
  737.                    </div>
  738.                    <div class="contact-ft">
  739.                      <ul>
  740.                        <li>
  741.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  742.                        </li>
  743.                        <li>
  744.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  745.                          + 8 (123) 123 456 789
  746.                        </li>
  747.                        <li>
  748.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  749.                        </li>
  750.                      </ul>
  751.                    </div>
  752.                  </div>
  753.                </div>
  754.              </div>
  755.              <div class="sidebar-blur"> </div>
  756.            </div>
  757.          </div> -->
  758.        </div>
  759.      </div>
  760.    </div>
  761.    <!-- end of container -->
  762. </nav>
  763. </nav>
  764. <style>
  765.  .navbar-brand img {
  766.    height: 70px;
  767.    object-fit: contain;
  768.  }
  769. </style>
  770. <script>
  771.  // jQuery or vanilla JavaScript to handle the AJAX search
  772.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  773.    e.preventDefault();  // Prevent the form from submitting normally
  774.  
  775.    const query = document.getElementById("search-input").value;
  776.  // Check if the input field is empty
  777.    if (query === "") {
  778.      // Clear the search results if the input is empty
  779.      document.getElementById("search-results").innerHTML = "";
  780.      return; // Exit the function early to avoid making an AJAX request
  781.    }
  782.    // Send AJAX request
  783.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  784.      method: "GET",
  785.        headers: {
  786.          "X-Requested-With": "XMLHttpRequest",
  787.        },
  788.    })
  789.      .then(response => response.json())
  790.      .then(data => {
  791.        if (data.html) {
  792.          document.getElementById("search-results").innerHTML = data.html;
  793.        } else {
  794.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  795.        }
  796.      })
  797.      .catch(error => {
  798.        console.error("Error fetching search results:", error);
  799.      });
  800.  });
  801.  
  802. </script>
  803.  
  804.        </header>
  805.        <!-- end of header -->
  806.        <!-- start of wpo-blog-hero -->
  807.        
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814.  
  815. <div class="blog-hero-v3 pt-3">
  816.    <div class="container-fluid fluid-container">
  817.        <div class="row g-4">
  818.            
  819.            
  820.              
  821.            <!-- Left Column -->
  822.            <div class="col-lg-4 col-md-6">
  823.                <div class="magazine-card tall-card h-100">
  824.                    <div class="card-image">
  825.                        
  826.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  827.                        
  828.                        <div class="image-overlay"></div>
  829.                    </div>
  830.                    <div class="card-content">
  831.                        <div class="category-pill bg-primary-gradient">News</div>
  832.                        <h2> <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-your-fungi/">
  833.                                        The Mushroom Cleaning Controversy: How to Properly Prepare Your Fungi
  834.                                    </a></h2>
  835.                        <p></p>
  836.                        <div class="author-section">
  837.                            
  838.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="author-img">
  839.                            
  840.                            <div class="author-details">
  841.                                <span class="author-name">Walter Perry</span>
  842.                                <span class="publish-date">19 May 2026</span>
  843.                            </div>
  844.                        </div>
  845.                    </div>
  846.                </div>
  847.            </div>
  848.  
  849.            
  850.            
  851.  
  852.            <!-- Center Column -->
  853.            <div class="col-lg-4 col-md-6">
  854.                <div class="row g-4">
  855.                    
  856.                    <div class="col-12">
  857.                        <div class="magazine-card square-card">
  858.                            <div class="card-image">
  859.                            
  860.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  861.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  862.                            
  863.                                <div class="floating-category bg-primary-gradient">News</div>
  864.                            </div>
  865.                            <div class="card-content compact">
  866.                                <h3> <a href="/remains-of-triathlete-presumably-taken-by-predator-found-on-california-coastline/" >
  867.                                        Remains of Triathlete Presumably Taken by Predator Found on California Coastline
  868.                                    </a></h3>
  869.                                    
  870.                                <div class="mini-meta">
  871.                                    <span>By Walter Perry</span>
  872.                                    <span class="date-dot">• 19 May 2026</span>
  873.                                </div>
  874.                            </div>
  875.                        </div>
  876.                    </div>
  877.                    
  878.                    <div class="col-12">
  879.                        <div class="magazine-card square-card">
  880.                            <div class="card-image">
  881.                            
  882.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  883.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  884.                            
  885.                                <div class="floating-category bg-primary-gradient">News</div>
  886.                            </div>
  887.                            <div class="card-content compact">
  888.                                <h3> <a href="/barry-manilow-to-undergo-a-procedure-for-lung-cancer/" >
  889.                                        Barry Manilow to Undergo a Procedure for Lung Cancer.
  890.                                    </a></h3>
  891.                                    
  892.                                <div class="mini-meta">
  893.                                    <span>By Walter Perry</span>
  894.                                    <span class="date-dot">• 19 May 2026</span>
  895.                                </div>
  896.                            </div>
  897.                        </div>
  898.                    </div>
  899.                    
  900.  
  901.                </div>
  902.            </div>
  903.            
  904.            
  905.              
  906.            <!-- Right Column -->
  907.            <div class="col-lg-4 col-md-12">
  908.                <div class="magazine-card featured-card">
  909.                    <div class="featured-header">
  910.                        <h4>Featured Story</h4>
  911.                        <div class="featured-line"></div>
  912.                    </div>
  913.                    <div class="card-image featured-img" >
  914.                    
  915.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  916.                            class="img img-responsive" style="object-fit: cover;" alt="">
  917.                    
  918.                    </div>
  919.                    <div class="card-content featured-content">
  920.                        <div class="category-pill bg-primary-gradient">News</div>
  921.                        <h2><a href="/ex-british-soldier-accused-of-murdering-kenya-woman-shows-up-in-court/">
  922.                                        Ex British Soldier Accused of Murdering Kenya Woman Shows Up in Court
  923.                                    </a></h2>
  924.                        
  925.                        <div class="author-section featured-author">
  926.                            
  927.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;border-radius: 20px; width: 50px;">
  928.                            
  929.                            <div class="author-details">
  930.                                <span class="author-name">Walter Perry</span>
  931.                                <!-- <span class="author-title">Business Analyst</span> -->
  932.                                <span class="publish-date">19 May 2026</span>
  933.                            </div>
  934.                        </div>
  935.                    </div>
  936.                </div>
  937.            </div>
  938.  
  939.            
  940.            
  941.        </div>
  942.    </div>
  943. </div>
  944.  
  945. <style>
  946. /* Blog Hero V3 - Magazine Style */
  947. .blog-hero-v3 {
  948.    padding: 80px 0;
  949.    position: relative;
  950. }
  951.  
  952. /* Magazine Cards */
  953. .magazine-card {
  954.    background: var(--card-bg);
  955.    border-radius: 20px;
  956.    overflow: hidden;
  957.    position: relative;
  958.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  959.    border: 1px solid var(--border-color);
  960. }
  961.  
  962. .magazine-card:hover {
  963.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  964. }
  965.  
  966. /* Tall Card (Left Column) */
  967. .tall-card {
  968.    display: flex;
  969.    flex-direction: column;
  970. }
  971.  
  972. .tall-card .card-image {
  973.    height: 300px;
  974.    position: relative;
  975.    overflow: hidden;
  976. }
  977.  
  978. .tall-card .card-image img {
  979.    width: 100%;
  980.    height: 100%;
  981.    object-fit: cover;
  982.    transition: transform 0.6s ease;
  983. }
  984.  
  985. .tall-card:hover .card-image img {
  986.    transform: scale(1.1) rotate(-2deg);
  987. }
  988.  
  989. .image-overlay {
  990.    position: absolute;
  991.    top: 0;
  992.    left: 0;
  993.    right: 0;
  994.    bottom: 0;
  995.    opacity: 0;
  996.    transition: opacity 0.3s ease;
  997. }
  998.  
  999. .tall-card:hover .image-overlay {
  1000.    opacity: 1;
  1001. }
  1002.  
  1003. .tall-card .card-content {
  1004.    padding: 20px;
  1005.    flex-grow: 1;
  1006.    display: flex;
  1007.    flex-direction: column;
  1008. }
  1009.  
  1010. .tall-card h2 {
  1011.    font-size: 1.5rem;
  1012.    font-weight: 700;
  1013.    color: #2c3e50;
  1014.    margin: 12px 0;
  1015.    line-height: 1.3;
  1016. }
  1017.  
  1018. .tall-card p {
  1019.    color: #7f8c8d;
  1020.    line-height: 1.6;
  1021.    margin-bottom: 1rem;
  1022.    flex-grow: 1;
  1023. }
  1024.  
  1025. /* Square Cards (Center Column) */
  1026. .square-card {
  1027.    position: relative;
  1028.    overflow: hidden;
  1029. }
  1030.  
  1031. .square-card .card-image {
  1032.    height: 180px;
  1033.    position: relative;
  1034. }
  1035.  
  1036. .square-card .card-image img {
  1037.    width: 100%;
  1038.    height: 100%;
  1039.    object-fit: cover;
  1040.    filter: brightness(1.1) saturate(1.2);
  1041.    transition: all 0.4s ease;
  1042. }
  1043.  
  1044. .square-card:hover .card-image img {
  1045.    transform: scale(1.15);
  1046.    filter: brightness(1.2) saturate(1.4);
  1047. }
  1048.  
  1049. .floating-category {
  1050.    position: absolute;
  1051.    top: 15px;
  1052.    right: 15px;
  1053.    padding: 8px 15px;
  1054.    border-radius: 20px;
  1055.    font-size: 0.75rem;
  1056.    text-transform: uppercase;
  1057.    letter-spacing: 1px;
  1058.    backdrop-filter: blur(10px);
  1059.    border: 1px solid rgba(255, 255, 255, 0.3);
  1060. }
  1061.  
  1062. .square-card .card-content.compact {
  1063.    padding: 1.2rem;
  1064. }
  1065.  
  1066. .square-card h3 {
  1067.    font-size: 1.1rem;
  1068.    font-weight: 600;
  1069.    color: #2c3e50;
  1070.    margin-bottom: 10px;
  1071.    line-height: 1.3;
  1072. }
  1073.  
  1074. .mini-meta {
  1075.    font-size: 0.85rem;
  1076.    color: #95a5a6;
  1077. }
  1078.  
  1079. .date-dot {
  1080.    margin-left: 8px;
  1081. }
  1082.  
  1083. /* Featured Card (Right Column) */
  1084. .featured-card {
  1085.    color: white;
  1086.    position: relative;
  1087.    overflow: hidden;
  1088. }
  1089.  
  1090. .featured-card::before {
  1091.    content: '';
  1092.    position: absolute;
  1093.    top: -50%;
  1094.    right: -50%;
  1095.    width: 200%;
  1096.    height: 200%;
  1097.    pointer-events: none;
  1098. }
  1099.  
  1100.  
  1101.  
  1102. .featured-header {
  1103.    padding: 25px 25px 0;
  1104.    position: relative;
  1105. }
  1106.  
  1107. .featured-header h4 {
  1108.    font-size: 0.9rem;
  1109.    text-transform: uppercase;
  1110.    letter-spacing: 2px;
  1111.    margin: 0;
  1112.    opacity: 0.9;
  1113. }
  1114.  
  1115. .featured-line {
  1116.    width: 50px;
  1117.    height: 2px;
  1118.    background: rgba(255, 255, 255, 0.6);
  1119.    margin-top: 10px;
  1120. }
  1121.  
  1122. .featured-img {
  1123.    height: 200px;
  1124.    margin: 1rem;
  1125.    border-radius: 15px;
  1126.    overflow: hidden;
  1127.    position: relative;
  1128. }
  1129.  
  1130. .featured-img img {
  1131.    width: 100%;
  1132.    height: 100%;
  1133.    object-fit: cover;
  1134.    transition: transform 0.5s ease;
  1135. }
  1136.  
  1137. .featured-card:hover .featured-img img {
  1138.    transform: scale(1.1);
  1139. }
  1140.  
  1141. .featured-content {
  1142.    padding: 0 1rem 1.5rem;
  1143. }
  1144.  
  1145. .featured-content h2 {
  1146.    font-size: 1.4rem;
  1147.    font-weight: 700;
  1148.    margin: 15px 0;
  1149.    line-height: 1.3;
  1150. }
  1151.  
  1152. .featured-content p {
  1153.    font-size: 0.95rem;
  1154.    opacity: 0.9;
  1155.    line-height: 1.6;
  1156.    margin-bottom: 1rem;
  1157. }
  1158.  
  1159. /* Category Pills */
  1160. .category-pill {
  1161.    display: inline-block;
  1162.    padding: 6px 16px;
  1163.    border-radius: 20px;
  1164.    font-size: 0.75rem;
  1165.    text-transform: uppercase;
  1166.    letter-spacing: 1px;
  1167.    margin-bottom: 10px;
  1168.    width: fit-content;
  1169. }
  1170.  
  1171. /* Author Sections */
  1172. .author-section {
  1173.    display: flex;
  1174.    align-items: center;
  1175.    gap: 15px;
  1176.    margin-top: auto;
  1177. }
  1178.  
  1179. .author-img {
  1180.    width: 60px;
  1181.    height: 60px;
  1182.    border-radius: 50%;
  1183.    object-fit: cover;
  1184. }
  1185.  
  1186. .author-details {
  1187.    display: flex;
  1188.    flex-direction: column;
  1189. }
  1190.  
  1191. .author-name {
  1192.    font-weight: 600;
  1193. color: #95a5a6;
  1194.    font-size: 16px;
  1195. }
  1196.  
  1197. .author-title {
  1198.    font-size: 0.8rem;
  1199. color: #95a5a6;
  1200.    font-weight: 500;
  1201. }
  1202.  
  1203. .publish-date {
  1204.    font-size: 0.8rem;
  1205.    color: #95a5a6;
  1206.    margin-top: 2px;
  1207. }
  1208.  
  1209. /* Featured Stats */
  1210. .featured-stats {
  1211.    display: flex;
  1212.    gap: 30px;
  1213.    margin: 20px 0;
  1214. }
  1215.  
  1216. .stat-item {
  1217.    text-align: center;
  1218. }
  1219.  
  1220. .stat-number {
  1221.    display: block;
  1222.    font-size: 1.5rem;
  1223.    font-weight: 700;
  1224.    color: white;
  1225. }
  1226.  
  1227. .stat-label {
  1228.    font-size: 0.8rem;
  1229.    opacity: 0.8;
  1230.    text-transform: uppercase;
  1231.    letter-spacing: 1px;
  1232. }
  1233.  
  1234. /* Read More Button */
  1235. .read-more-btn {
  1236.    padding: 0 30px 30px;
  1237. }
  1238.  
  1239. .btn-read {
  1240.    display: inline-block;
  1241.    padding: 12px 30px;
  1242.    background: linear-gradient(45deg, #667eea, #764ba2);
  1243.    color: white;
  1244.    text-decoration: none;
  1245.    border-radius: 20px;
  1246.    font-weight: 600;
  1247.    text-transform: uppercase;
  1248.    letter-spacing: 1px;
  1249.    font-size: 0.85rem;
  1250.    transition: all 0.3s ease;
  1251.    position: relative;
  1252.    overflow: hidden;
  1253. }
  1254.  
  1255. .btn-read::before {
  1256.    content: '';
  1257.    position: absolute;
  1258.    top: 0;
  1259.    left: -100%;
  1260.    width: 100%;
  1261.    height: 100%;
  1262.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1263.    transition: left 0.5s ease;
  1264. }
  1265.  
  1266. .btn-read:hover::before {
  1267.    left: 100%;
  1268. }
  1269.  
  1270. .btn-read:hover {
  1271.    transform: translateY(-2px);
  1272.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1273.    color: white;
  1274. }
  1275.  
  1276. /* Trending Bar */
  1277. .trending-bar {
  1278.    background: white;
  1279.    border-radius: 20px;
  1280.    padding: 25px 35px;
  1281.    display: flex;
  1282.    align-items: center;
  1283.    gap: 30px;
  1284.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1285.    border-left: 5px solid #667eea;
  1286. }
  1287.  
  1288. .trending-header h5 {
  1289.    margin: 0;
  1290.    font-weight: 700;
  1291.    color: #2c3e50;
  1292.    font-size: 1.1rem;
  1293. }
  1294.  
  1295. .trending-tags {
  1296.    display: flex;
  1297.    flex-wrap: wrap;
  1298.    gap: 15px;
  1299. }
  1300.  
  1301. .trend-tag {
  1302.    padding: 8px 18px;
  1303.    background: #f8f9fa;
  1304.    border: 2px solid #e9ecef;
  1305.    border-radius: 20px;
  1306.    font-size: 0.85rem;
  1307.    font-weight: 500;
  1308.    color: #495057;
  1309.    transition: all 0.3s ease;
  1310.    cursor: pointer;
  1311. }
  1312.  
  1313. .trend-tag:hover {
  1314.    background: #667eea;
  1315.    color: white;
  1316.    border-color: #667eea;
  1317.    transform: translateY(-2px);
  1318. }
  1319.  
  1320. /* Responsive Design */
  1321. @media (max-width: 992px) {
  1322.    .tall-card,
  1323.    .featured-card {
  1324.        height: auto;
  1325.        margin-bottom: 30px;
  1326.    }
  1327.    
  1328.  
  1329.    
  1330.    .trending-bar {
  1331.        flex-direction: column;
  1332.        align-items: flex-start;
  1333.        gap: 20px;
  1334.    }
  1335. }
  1336.  
  1337. @media (max-width: 768px) {
  1338.    .blog-hero-v3 {
  1339.        padding: 40px 0;
  1340.    }
  1341.  
  1342.    
  1343.    .trending-tags {
  1344.        justify-content: center;
  1345.    }
  1346.    
  1347.    .featured-stats {
  1348.        justify-content: center;
  1349.    }
  1350. }
  1351. </style>
  1352.  
  1353.  
  1354.  
  1355.  
  1356.        <!-- end of wpo-blog-hero -->
  1357.  
  1358.        <!-- start of wpo-breacking-news -->
  1359.        
  1360.        <!-- end of wpo-breacking-news -->
  1361.        
  1362.        <!-- start wpo-blog-highlights-section -->
  1363.        
  1364.  
  1365.  
  1366.  
  1367.    
  1368.  
  1369.  
  1370.  
  1371. <style>
  1372.    /* General Section Styling */
  1373.    .blog-highlights-v10 {
  1374.        padding: 20px 0;  /* Adjusted padding for distinction */
  1375.        position: relative;
  1376.    }
  1377.  
  1378.    /* Section Header */
  1379.    .section-header-v10 {
  1380.        text-align: left;  /* Left-aligned for uniqueness */
  1381.        margin-bottom: 50px;
  1382.        padding-left: 15px;
  1383.    }
  1384.  
  1385.    .section-title-v10 {
  1386.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1387.        font-weight: 800;
  1388.        color: #1a1a1a;
  1389.        margin-bottom: 15px;
  1390.        text-transform: none;  /* No uppercase for modern look */
  1391.    }
  1392.  
  1393.    .section-subtitle-v10 {
  1394.        font-size: 1.05rem;
  1395.        color: #555;
  1396.        max-width: 650px;
  1397.        line-height: 1.6;
  1398.    }
  1399.  
  1400.  
  1401.    /* Blog Card */
  1402.    .blog-card-v10 {
  1403.        background: var(--card-bg);
  1404.        border-radius: 10px;  /* Softer corners */
  1405.        margin-bottom: 35px;
  1406.        overflow: hidden;
  1407.        opacity: 0;  /* Initially hidden for animation */
  1408.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1409.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1410.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1411.    }
  1412.  
  1413.    .blog-card-v10.visible {
  1414.        opacity: 1;
  1415.        transform: rotate(0deg);  /* Straighten on appearance */
  1416.    }
  1417.  
  1418.    @keyframes fadeRotateIn {
  1419.        from {
  1420.            opacity: 0;
  1421.            transform: rotate(1.5deg);
  1422.        }
  1423.        to {
  1424.            opacity: 1;
  1425.            transform: rotate(0deg);
  1426.        }
  1427.    }
  1428.  
  1429.    .blog-card-v10:hover {
  1430.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1431.    }
  1432.  
  1433.    /* Blog Image */
  1434.    .blog-image-container-v10 {
  1435.        width: 100%;
  1436.        height: 240px;  /* Unique height for v10 */
  1437.        overflow: hidden;
  1438.        position: relative;
  1439.    }
  1440.  
  1441.    .blog-image-v10 img {
  1442.        width: 100%;
  1443.        height: 100%;
  1444.        object-fit: cover;
  1445.    }
  1446.  
  1447.    /* Blog Content */
  1448.    .blog-content-v10 {
  1449.        padding: 20px 22px;  /* Adjusted padding */
  1450.        text-align: left;
  1451.    }
  1452.  
  1453.    .blog-title-v10 {
  1454.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1455.        font-weight: 700;
  1456.        margin-bottom: 12px;
  1457.        color: #1a1a1a;
  1458.    }
  1459.  
  1460.    .blog-meta-v10 {
  1461.        font-size: 0.85rem;
  1462.        color: #777;
  1463.        margin-bottom: 12px;
  1464.        font-style: italic;  /* Italic for distinction */
  1465.    }
  1466.  
  1467.    .blog-excerpt-v10 {
  1468.        font-size: 0.95rem;
  1469.        color: #555;
  1470.        margin-bottom: 15px;
  1471.        line-height: 1.6;
  1472.    }
  1473.  
  1474.    .blog-actions-v10 {
  1475.        display: inline-block;
  1476.    }
  1477.  
  1478.    .blog-read-more-v10 {
  1479.        font-size: 0.95rem;
  1480.        color: #e74c3c;  /* Red accent for uniqueness */
  1481.        text-decoration: none;
  1482.        font-weight: 600;
  1483.        transition: color 0.3s ease;
  1484.    }
  1485.  
  1486.    .blog-read-more-v10:hover {
  1487.        color: #c0392b;  /* Darker red on hover */
  1488.    }
  1489.    /* Responsive Design */
  1490.    @media (max-width: 768px) {
  1491.        .section-title-v10 {
  1492.            font-size: 2.4rem;
  1493.        }
  1494.  
  1495.        .section-header-v10 {
  1496.            padding-left: 10px;
  1497.        }
  1498.        
  1499.        .blog-card-v10 {
  1500.            margin-bottom: 20px;
  1501.        }
  1502.  
  1503.        .blog-meta-v10 {
  1504.            font-size: 0.75rem;
  1505.        }
  1506.  
  1507.        .blog-image-container-v10 {
  1508.            height: 170px;  /* Adjusted for mobile */
  1509.        }
  1510.  
  1511.        .sidebar-v10 {
  1512.            padding: 15px;
  1513.        }
  1514.    }
  1515. </style>
  1516.  
  1517. <section class="blog-highlights-v10">
  1518.    <div class="container-fluid fluid-container">
  1519.        <!-- Section Header -->
  1520.        <div class="row">
  1521.            <div class="col-12 col-lg-10">  
  1522.                <div class="section-header-v10">
  1523.                    <h2 class="section-title-v10">
  1524.                Today's Top Highlights
  1525.                   </h2>
  1526.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1527.                </div>
  1528.            </div>
  1529.        </div>
  1530.        
  1531.        <!-- Blog Grid and Sidebar -->
  1532.        <div class="row">
  1533.            <div class="col-lg-8">
  1534.                <div class="row">
  1535.                    
  1536.                    <div class="col-md-6 col-sm-12">  
  1537.                        <article class="blog-card-v10">
  1538.                            <div class="blog-image-container-v10">
  1539.                                <div class="blog-image-v10 h-100">
  1540.                                    
  1541.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1542.                                    
  1543.                                </div>
  1544.                            </div>
  1545.                            <div class="blog-content-v10">
  1546.                                <h3 class="blog-title-v10">
  1547.                                     <a class="top-color" href="/we-require-a-aircraft-to-locate-them-teenagers-urgent-plea-to-aid-family-stranded-off-australian-coast-disclosed/" >
  1548.                                    We Require a Aircraft to Locate Them’: Teenager’s Urgent Plea to Aid Family Stranded Off Australian Coast Disclosed
  1549.                                    </a>
  1550.                                </h3>
  1551.                                <div class="blog-meta-v10">
  1552.                                    <span>By Walter Perry • 19 May 2026</span>
  1553.                                </div>
  1554.                                <p class="blog-excerpt-v10">
  1555.                                    
  1556.                                </p>
  1557.                                <div class="blog-actions-v10">
  1558.                                    <a href="/we-require-a-aircraft-to-locate-them-teenagers-urgent-plea-to-aid-family-stranded-off-australian-coast-disclosed/" class="blog-read-more-v10">Read More</a>
  1559.                                </div>
  1560.                            </div>
  1561.                        </article>
  1562.                    </div>
  1563.                    
  1564.                    <div class="col-md-6 col-sm-12">  
  1565.                        <article class="blog-card-v10">
  1566.                            <div class="blog-image-container-v10">
  1567.                                <div class="blog-image-v10 h-100">
  1568.                                    
  1569.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1570.                                    
  1571.                                </div>
  1572.                            </div>
  1573.                            <div class="blog-content-v10">
  1574.                                <h3 class="blog-title-v10">
  1575.                                     <a class="top-color" href="/tropical-storm-disaster-in-sri-lanka-awakens-a-wave-of-community-action/" >
  1576.                                    Tropical Storm Disaster in Sri Lanka Awakens a Wave of Community Action
  1577.                                    </a>
  1578.                                </h3>
  1579.                                <div class="blog-meta-v10">
  1580.                                    <span>By Walter Perry • 18 May 2026</span>
  1581.                                </div>
  1582.                                <p class="blog-excerpt-v10">
  1583.                                    
  1584.                                </p>
  1585.                                <div class="blog-actions-v10">
  1586.                                    <a href="/tropical-storm-disaster-in-sri-lanka-awakens-a-wave-of-community-action/" class="blog-read-more-v10">Read More</a>
  1587.                                </div>
  1588.                            </div>
  1589.                        </article>
  1590.                    </div>
  1591.                    
  1592.                    <div class="col-md-6 col-sm-12">  
  1593.                        <article class="blog-card-v10">
  1594.                            <div class="blog-image-container-v10">
  1595.                                <div class="blog-image-v10 h-100">
  1596.                                    
  1597.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1598.                                    
  1599.                                </div>
  1600.                            </div>
  1601.                            <div class="blog-content-v10">
  1602.                                <h3 class="blog-title-v10">
  1603.                                     <a class="top-color" href="/los-blancos-alexander-arnold-may-face-his-former-club-in-forthcoming-champions-league-match/" >
  1604.                                    Los Blancos&#x27; Alexander-Arnold May Face His Former Club in Forthcoming Champions League Match
  1605.                                    </a>
  1606.                                </h3>
  1607.                                <div class="blog-meta-v10">
  1608.                                    <span>By Walter Perry • 18 May 2026</span>
  1609.                                </div>
  1610.                                <p class="blog-excerpt-v10">
  1611.                                    
  1612.                                </p>
  1613.                                <div class="blog-actions-v10">
  1614.                                    <a href="/los-blancos-alexander-arnold-may-face-his-former-club-in-forthcoming-champions-league-match/" class="blog-read-more-v10">Read More</a>
  1615.                                </div>
  1616.                            </div>
  1617.                        </article>
  1618.                    </div>
  1619.                    
  1620.                    <div class="col-md-6 col-sm-12">  
  1621.                        <article class="blog-card-v10">
  1622.                            <div class="blog-image-container-v10">
  1623.                                <div class="blog-image-v10 h-100">
  1624.                                    
  1625.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1626.                                    
  1627.                                </div>
  1628.                            </div>
  1629.                            <div class="blog-content-v10">
  1630.                                <h3 class="blog-title-v10">
  1631.                                     <a class="top-color" href="/disturbing-remembrances-resurface-in-davao-as-investigators-track-bondi-attack-suspects-time-in-the-city/" >
  1632.                                    Disturbing Remembrances Resurface in Davao as Investigators Track Bondi Attack Suspects’ Time in the City
  1633.                                    </a>
  1634.                                </h3>
  1635.                                <div class="blog-meta-v10">
  1636.                                    <span>By Walter Perry • 18 May 2026</span>
  1637.                                </div>
  1638.                                <p class="blog-excerpt-v10">
  1639.                                    
  1640.                                </p>
  1641.                                <div class="blog-actions-v10">
  1642.                                    <a href="/disturbing-remembrances-resurface-in-davao-as-investigators-track-bondi-attack-suspects-time-in-the-city/" class="blog-read-more-v10">Read More</a>
  1643.                                </div>
  1644.                            </div>
  1645.                        </article>
  1646.                    </div>
  1647.                    
  1648.                    <div class="col-md-6 col-sm-12">  
  1649.                        <article class="blog-card-v10">
  1650.                            <div class="blog-image-container-v10">
  1651.                                <div class="blog-image-v10 h-100">
  1652.                                    
  1653.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1654.                                    
  1655.                                </div>
  1656.                            </div>
  1657.                            <div class="blog-content-v10">
  1658.                                <h3 class="blog-title-v10">
  1659.                                     <a class="top-color" href="/real-algarve-exploring-portugal-away-from-the-coastline/" >
  1660.                                    Real Algarve: Exploring Portugal Away from the Coastline
  1661.                                    </a>
  1662.                                </h3>
  1663.                                <div class="blog-meta-v10">
  1664.                                    <span>By Walter Perry • 18 May 2026</span>
  1665.                                </div>
  1666.                                <p class="blog-excerpt-v10">
  1667.                                    
  1668.                                </p>
  1669.                                <div class="blog-actions-v10">
  1670.                                    <a href="/real-algarve-exploring-portugal-away-from-the-coastline/" class="blog-read-more-v10">Read More</a>
  1671.                                </div>
  1672.                            </div>
  1673.                        </article>
  1674.                    </div>
  1675.                    
  1676.                    <div class="col-md-6 col-sm-12">  
  1677.                        <article class="blog-card-v10">
  1678.                            <div class="blog-image-container-v10">
  1679.                                <div class="blog-image-v10 h-100">
  1680.                                    
  1681.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1682.                                    
  1683.                                </div>
  1684.                            </div>
  1685.                            <div class="blog-content-v10">
  1686.                                <h3 class="blog-title-v10">
  1687.                                     <a class="top-color" href="/arsenals-goalkeeper-backs-teams-strength-as-essential-to-multiple-trophy-pursuit/" >
  1688.                                    Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Essential to Multiple Trophy Pursuit
  1689.                                    </a>
  1690.                                </h3>
  1691.                                <div class="blog-meta-v10">
  1692.                                    <span>By Walter Perry • 18 May 2026</span>
  1693.                                </div>
  1694.                                <p class="blog-excerpt-v10">
  1695.                                    
  1696.                                </p>
  1697.                                <div class="blog-actions-v10">
  1698.                                    <a href="/arsenals-goalkeeper-backs-teams-strength-as-essential-to-multiple-trophy-pursuit/" class="blog-read-more-v10">Read More</a>
  1699.                                </div>
  1700.                            </div>
  1701.                        </article>
  1702.                    </div>
  1703.                    
  1704.                    <div class="col-md-6 col-sm-12">  
  1705.                        <article class="blog-card-v10">
  1706.                            <div class="blog-image-container-v10">
  1707.                                <div class="blog-image-v10 h-100">
  1708.                                    
  1709.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1710.                                    
  1711.                                </div>
  1712.                            </div>
  1713.                            <div class="blog-content-v10">
  1714.                                <h3 class="blog-title-v10">
  1715.                                     <a class="top-color" href="/can-the-all-blacks-rediscover-their-winning-form-in-the-upcoming-matches/" >
  1716.                                    Can the All Blacks rediscover their winning form in the upcoming matches?
  1717.                                    </a>
  1718.                                </h3>
  1719.                                <div class="blog-meta-v10">
  1720.                                    <span>By Walter Perry • 18 May 2026</span>
  1721.                                </div>
  1722.                                <p class="blog-excerpt-v10">
  1723.                                    
  1724.                                </p>
  1725.                                <div class="blog-actions-v10">
  1726.                                    <a href="/can-the-all-blacks-rediscover-their-winning-form-in-the-upcoming-matches/" class="blog-read-more-v10">Read More</a>
  1727.                                </div>
  1728.                            </div>
  1729.                        </article>
  1730.                    </div>
  1731.                    
  1732.                    <div class="col-md-6 col-sm-12">  
  1733.                        <article class="blog-card-v10">
  1734.                            <div class="blog-image-container-v10">
  1735.                                <div class="blog-image-v10 h-100">
  1736.                                    
  1737.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1738.                                    
  1739.                                </div>
  1740.                            </div>
  1741.                            <div class="blog-content-v10">
  1742.                                <h3 class="blog-title-v10">
  1743.                                     <a class="top-color" href="/the-presidents-unprecedented-presence-in-athletics-hit-new-heights-in-last-year-next-year-threatens-to-take-it-further/" >
  1744.                                    The President&#x27;s Unprecedented Presence in Athletics Hit New Heights in Last Year. Next Year Threatens to Take It Further.
  1745.                                    </a>
  1746.                                </h3>
  1747.                                <div class="blog-meta-v10">
  1748.                                    <span>By Walter Perry • 18 May 2026</span>
  1749.                                </div>
  1750.                                <p class="blog-excerpt-v10">
  1751.                                    
  1752.                                </p>
  1753.                                <div class="blog-actions-v10">
  1754.                                    <a href="/the-presidents-unprecedented-presence-in-athletics-hit-new-heights-in-last-year-next-year-threatens-to-take-it-further/" class="blog-read-more-v10">Read More</a>
  1755.                                </div>
  1756.                            </div>
  1757.                        </article>
  1758.                    </div>
  1759.                    
  1760.                    <div class="col-md-6 col-sm-12">  
  1761.                        <article class="blog-card-v10">
  1762.                            <div class="blog-image-container-v10">
  1763.                                <div class="blog-image-v10 h-100">
  1764.                                    
  1765.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1766.                                    
  1767.                                </div>
  1768.                            </div>
  1769.                            <div class="blog-content-v10">
  1770.                                <h3 class="blog-title-v10">
  1771.                                     <a class="top-color" href="/we-got-dismissed-and-were-owning-it-this-is-how-to-land-a-fresh-position-that-suits-your-needs/" >
  1772.                                    We Got Dismissed, and We&#x27;re Owning It – This Is How to Land a Fresh Position That Suits Your Needs
  1773.                                    </a>
  1774.                                </h3>
  1775.                                <div class="blog-meta-v10">
  1776.                                    <span>By Walter Perry • 18 May 2026</span>
  1777.                                </div>
  1778.                                <p class="blog-excerpt-v10">
  1779.                                    
  1780.                                </p>
  1781.                                <div class="blog-actions-v10">
  1782.                                    <a href="/we-got-dismissed-and-were-owning-it-this-is-how-to-land-a-fresh-position-that-suits-your-needs/" class="blog-read-more-v10">Read More</a>
  1783.                                </div>
  1784.                            </div>
  1785.                        </article>
  1786.                    </div>
  1787.                    
  1788.                    <div class="col-md-6 col-sm-12">  
  1789.                        <article class="blog-card-v10">
  1790.                            <div class="blog-image-container-v10">
  1791.                                <div class="blog-image-v10 h-100">
  1792.                                    
  1793.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1794.                                    
  1795.                                </div>
  1796.                            </div>
  1797.                            <div class="blog-content-v10">
  1798.                                <h3 class="blog-title-v10">
  1799.                                     <a class="top-color" href="/work-out-while-you-work-10-strength-building-workplace-exercises-you-can-do-in-everyday-outfits/" >
  1800.                                    Work out while you work? 10 strength-building workplace exercises you can do in everyday outfits
  1801.                                    </a>
  1802.                                </h3>
  1803.                                <div class="blog-meta-v10">
  1804.                                    <span>By Walter Perry • 17 May 2026</span>
  1805.                                </div>
  1806.                                <p class="blog-excerpt-v10">
  1807.                                    
  1808.                                </p>
  1809.                                <div class="blog-actions-v10">
  1810.                                    <a href="/work-out-while-you-work-10-strength-building-workplace-exercises-you-can-do-in-everyday-outfits/" class="blog-read-more-v10">Read More</a>
  1811.                                </div>
  1812.                            </div>
  1813.                        </article>
  1814.                    </div>
  1815.                    
  1816.                    <div class="col-md-6 col-sm-12">  
  1817.                        <article class="blog-card-v10">
  1818.                            <div class="blog-image-container-v10">
  1819.                                <div class="blog-image-v10 h-100">
  1820.                                    
  1821.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1822.                                    
  1823.                                </div>
  1824.                            </div>
  1825.                            <div class="blog-content-v10">
  1826.                                <h3 class="blog-title-v10">
  1827.                                     <a class="top-color" href="/anno-117s-pax-romanas-top-secret-reveals-itself-as-a-impressive-first-person-mode/" >
  1828.                                    Anno 117&#x27;s Pax Romana&#x27;s Top Secret Reveals Itself as a Impressive First-Person Mode.
  1829.                                    </a>
  1830.                                </h3>
  1831.                                <div class="blog-meta-v10">
  1832.                                    <span>By Walter Perry • 17 May 2026</span>
  1833.                                </div>
  1834.                                <p class="blog-excerpt-v10">
  1835.                                    
  1836.                                </p>
  1837.                                <div class="blog-actions-v10">
  1838.                                    <a href="/anno-117s-pax-romanas-top-secret-reveals-itself-as-a-impressive-first-person-mode/" class="blog-read-more-v10">Read More</a>
  1839.                                </div>
  1840.                            </div>
  1841.                        </article>
  1842.                    </div>
  1843.                    
  1844.                    <div class="col-md-6 col-sm-12">  
  1845.                        <article class="blog-card-v10">
  1846.                            <div class="blog-image-container-v10">
  1847.                                <div class="blog-image-v10 h-100">
  1848.                                    
  1849.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1850.                                    
  1851.                                </div>
  1852.                            </div>
  1853.                            <div class="blog-content-v10">
  1854.                                <h3 class="blog-title-v10">
  1855.                                     <a class="top-color" href="/us-president-donald-trump-states-generally-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" >
  1856.                                    US President Donald Trump States &#x27;Generally, There Is Consensus&#x27; on Following Steps of Truce Agreement for Gaza
  1857.                                    </a>
  1858.                                </h3>
  1859.                                <div class="blog-meta-v10">
  1860.                                    <span>By Walter Perry • 17 May 2026</span>
  1861.                                </div>
  1862.                                <p class="blog-excerpt-v10">
  1863.                                    
  1864.                                </p>
  1865.                                <div class="blog-actions-v10">
  1866.                                    <a href="/us-president-donald-trump-states-generally-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" class="blog-read-more-v10">Read More</a>
  1867.                                </div>
  1868.                            </div>
  1869.                        </article>
  1870.                    </div>
  1871.                    
  1872.                    
  1873.  
  1874.                </div>
  1875.            </div>
  1876.  
  1877.            <!-- Sidebar -->
  1878.                   <div class="col col-lg-4 col-12">
  1879.                <div class="sidebar-v10">
  1880.                      
  1881.  
  1882.  
  1883.  
  1884.    
  1885.  
  1886.  
  1887. <!-- Blog Sidebar V2 - Focused Design -->
  1888.  <div class="sidebar mb-3">
  1889.    <!-- Recent Posts Section -->
  1890.    <div class="sidebar-widget mb-4">
  1891.      <div class="widget-title-wrapper mb-3">
  1892.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1893.          <i class="ti-time me-2"></i>Recent Posts
  1894.          <span class="title-arrow-primary"></span>
  1895.        </h4>
  1896.      </div>
  1897.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1898.        <div class="recent-post-list">
  1899.          
  1900.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1901.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1902.              
  1903.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1904.              
  1905.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1906.            </div>
  1907.            <div class="post-content flex-grow-1">
  1908.              <h6 class="post-title mb-2">
  1909.                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-swordsnsorcery-heavy-metal-band-castle-rat/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1910.                                            ‘I Want to Ride Out on a Unicorn Every Night’: Swords’n’Sorcery Heavy Metal Band Castle Rat
  1911.                                            </a>
  1912.              </h6>
  1913.              <div class="post-meta">
  1914.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1915.                <!-- <small class="text-muted">
  1916.                  <i class="ti-eye me-1"></i>348 views
  1917.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1918.                </small> -->
  1919.              </div>
  1920.            </div>
  1921.          </div>
  1922.          
  1923.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1924.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1925.              
  1926.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1927.              
  1928.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1929.            </div>
  1930.            <div class="post-content flex-grow-1">
  1931.              <h6 class="post-title mb-2">
  1932.                <a href="/crans-montana-fire-survivors-are-treated-in-burns-units-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1933.                                            Crans-Montana Fire Survivors Are Treated in Burns Units Throughout the Continent
  1934.                                            </a>
  1935.              </h6>
  1936.              <div class="post-meta">
  1937.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1938.                <!-- <small class="text-muted">
  1939.                  <i class="ti-eye me-1"></i>348 views
  1940.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1941.                </small> -->
  1942.              </div>
  1943.            </div>
  1944.          </div>
  1945.          
  1946.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1947.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1948.              
  1949.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1950.              
  1951.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1952.            </div>
  1953.            <div class="post-content flex-grow-1">
  1954.              <h6 class="post-title mb-2">
  1955.                <a href="/leaders-recognise-titans-as-the-president-offers-mamdani-a-cordial-greeting/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1956.                                            Leaders Recognise Titans as The President Offers Mamdani a Cordial Greeting
  1957.                                            </a>
  1958.              </h6>
  1959.              <div class="post-meta">
  1960.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1961.                <!-- <small class="text-muted">
  1962.                  <i class="ti-eye me-1"></i>348 views
  1963.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1964.                </small> -->
  1965.              </div>
  1966.            </div>
  1967.          </div>
  1968.          
  1969.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1970.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1971.              
  1972.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1973.              
  1974.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1975.            </div>
  1976.            <div class="post-content flex-grow-1">
  1977.              <h6 class="post-title mb-2">
  1978.                <a href="/the-decade-of-desire-from-author-erin-somers-a-midlife-adultery-tale-this-generation-needs/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1979.                                            The Decade of Desire from author Erin Somers: A Midlife Adultery Tale This Generation Needs.
  1980.                                            </a>
  1981.              </h6>
  1982.              <div class="post-meta">
  1983.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1984.                <!-- <small class="text-muted">
  1985.                  <i class="ti-eye me-1"></i>348 views
  1986.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1987.                </small> -->
  1988.              </div>
  1989.            </div>
  1990.          </div>
  1991.          
  1992.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1993.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1994.              
  1995.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1996.              
  1997.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1998.            </div>
  1999.            <div class="post-content flex-grow-1">
  2000.              <h6 class="post-title mb-2">
  2001.                <a href="/leader-zelensky-states-the-nation-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-price/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2002.                                            Leader Zelensky States The Nation Was Ten Percent Off from a Peace Deal, But Not at Any Possible Price
  2003.                                            </a>
  2004.              </h6>
  2005.              <div class="post-meta">
  2006.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2007.                <!-- <small class="text-muted">
  2008.                  <i class="ti-eye me-1"></i>348 views
  2009.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2010.                </small> -->
  2011.              </div>
  2012.            </div>
  2013.          </div>
  2014.          
  2015.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2016.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2017.              
  2018.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2019.              
  2020.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2021.            </div>
  2022.            <div class="post-content flex-grow-1">
  2023.              <h6 class="post-title mb-2">
  2024.                <a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2025.                                            The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Popular RPG Show Track
  2026.                                            </a>
  2027.              </h6>
  2028.              <div class="post-meta">
  2029.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2030.                <!-- <small class="text-muted">
  2031.                  <i class="ti-eye me-1"></i>348 views
  2032.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2033.                </small> -->
  2034.              </div>
  2035.            </div>
  2036.          </div>
  2037.          
  2038.  
  2039.        </div>
  2040.  
  2041.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2042.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2043.        </div> -->
  2044.      </div>
  2045.    </div>
  2046.    
  2047.    
  2048.    <div class="sidebar-widget mb-4">
  2049.      <div class="widget-title-wrapper mb-3">
  2050.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2051.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2052.          <span class="title-arrow"></span>
  2053.        </h4>
  2054.      </div>
  2055.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2056.        <div class="blog-roll-list scrollable-sidebar">
  2057.          
  2058.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2059.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2060.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2061.                <i class="ti-angle-right me-2 text-primary"></i>
  2062.                 casino not on gamstop
  2063.              </h6>
  2064.            </a>
  2065.          </div>
  2066.          
  2067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2068.            <a href="https://www.schoolnet.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2069.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2070.                <i class="ti-angle-right me-2 text-primary"></i>
  2071.                 casinos not on gamstop
  2072.              </h6>
  2073.            </a>
  2074.          </div>
  2075.          
  2076.  
  2077.        </div>
  2078.  
  2079.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2080.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2081.        </div> -->
  2082.      </div>
  2083.    </div>
  2084.    
  2085.    <div class="sidebar-widget mb-4">
  2086.      <div class="widget-title-wrapper mb-3">
  2087.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2088.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2089.          <span class="title-arrow"></span>
  2090.        </h4>
  2091.      </div>
  2092.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2093.        <div class="blog-roll-list scrollable-sidebar">
  2094.          
  2095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2096.            <a href="https://www.remoteyear.com"  rel="dofollow" class="text-decoration-none ">
  2097.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2098.                <i class="ti-angle-right me-2 text-primary"></i>
  2099.                 uk casino sites
  2100.              </h6>
  2101.            </a>
  2102.          </div>
  2103.          
  2104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2105.            <a href="https://workzoneonline.co.uk"  rel="dofollow" class="text-decoration-none ">
  2106.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2107.                <i class="ti-angle-right me-2 text-primary"></i>
  2108.                 online casino uk no verification
  2109.              </h6>
  2110.            </a>
  2111.          </div>
  2112.          
  2113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2114.            <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2115.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2116.                <i class="ti-angle-right me-2 text-primary"></i>
  2117.                 casino sites
  2118.              </h6>
  2119.            </a>
  2120.          </div>
  2121.          
  2122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2123.            <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2124.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2125.                <i class="ti-angle-right me-2 text-primary"></i>
  2126.                 casino sites
  2127.              </h6>
  2128.            </a>
  2129.          </div>
  2130.          
  2131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2132.            <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2133.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2134.                <i class="ti-angle-right me-2 text-primary"></i>
  2135.                 non gamstop casinos
  2136.              </h6>
  2137.            </a>
  2138.          </div>
  2139.          
  2140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2141.            <a href="https://www.oceanacidification.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2142.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2143.                <i class="ti-angle-right me-2 text-primary"></i>
  2144.                 casinos not on gamstop
  2145.              </h6>
  2146.            </a>
  2147.          </div>
  2148.          
  2149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2150.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2151.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2152.                <i class="ti-angle-right me-2 text-primary"></i>
  2153.                 uk casinos
  2154.              </h6>
  2155.            </a>
  2156.          </div>
  2157.          
  2158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2159.            <a href="https://www.oceandivalondon.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2160.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2161.                <i class="ti-angle-right me-2 text-primary"></i>
  2162.                 new sports betting sites
  2163.              </h6>
  2164.            </a>
  2165.          </div>
  2166.          
  2167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2168.            <a href="https://digitalleadershipforum.co.uk"  rel="dofollow" class="text-decoration-none ">
  2169.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2170.                <i class="ti-angle-right me-2 text-primary"></i>
  2171.                 best non uk gambling sites
  2172.              </h6>
  2173.            </a>
  2174.          </div>
  2175.          
  2176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2177.            <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2178.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2179.                <i class="ti-angle-right me-2 text-primary"></i>
  2180.                 find escort
  2181.              </h6>
  2182.            </a>
  2183.          </div>
  2184.          
  2185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2186.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2187.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2188.                <i class="ti-angle-right me-2 text-primary"></i>
  2189.                 slots not on GamCare
  2190.              </h6>
  2191.            </a>
  2192.          </div>
  2193.          
  2194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2195.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2196.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2197.                <i class="ti-angle-right me-2 text-primary"></i>
  2198.                 non GamStop casino
  2199.              </h6>
  2200.            </a>
  2201.          </div>
  2202.          
  2203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2204.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2205.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2206.                <i class="ti-angle-right me-2 text-primary"></i>
  2207.                 non GamStop casinos
  2208.              </h6>
  2209.            </a>
  2210.          </div>
  2211.          
  2212.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2213.            <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none ">
  2214.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2215.                <i class="ti-angle-right me-2 text-primary"></i>
  2216.                 sites not on GamStop
  2217.              </h6>
  2218.            </a>
  2219.          </div>
  2220.          
  2221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2222.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  2223.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2224.                <i class="ti-angle-right me-2 text-primary"></i>
  2225.                 non GamStop sites
  2226.              </h6>
  2227.            </a>
  2228.          </div>
  2229.          
  2230.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2231.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none ">
  2232.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2233.                <i class="ti-angle-right me-2 text-primary"></i>
  2234.                 UK casino not on GamStop
  2235.              </h6>
  2236.            </a>
  2237.          </div>
  2238.          
  2239.  
  2240.        </div>
  2241.  
  2242.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2243.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2244.        </div> -->
  2245.      </div>
  2246.    </div>
  2247.    
  2248.    <div class="sidebar-widget mb-4">
  2249.      <div class="widget-title-wrapper mb-3">
  2250.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2251.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2252.          <span class="title-arrow"></span>
  2253.        </h4>
  2254.      </div>
  2255.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2256.        <div class="blog-roll-list scrollable-sidebar">
  2257.          
  2258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2259.            <a href="https://www.peckhamaudio.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2260.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2261.                <i class="ti-angle-right me-2 text-primary"></i>
  2262.                 UK casinos not on GamStop
  2263.              </h6>
  2264.            </a>
  2265.          </div>
  2266.          
  2267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2268.            <a href="https://hayleyfromhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2269.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2270.                <i class="ti-angle-right me-2 text-primary"></i>
  2271.                 fast withdrawal casino UK
  2272.              </h6>
  2273.            </a>
  2274.          </div>
  2275.          
  2276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2277.            <a href="https://www.theblackbulletal.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2278.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2279.                <i class="ti-angle-right me-2 text-primary"></i>
  2280.                 best uk casino
  2281.              </h6>
  2282.            </a>
  2283.          </div>
  2284.          
  2285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.            <a href="https://www.glasshouserestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2287.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2288.                <i class="ti-angle-right me-2 text-primary"></i>
  2289.                 best crypto casino
  2290.              </h6>
  2291.            </a>
  2292.          </div>
  2293.          
  2294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2295.            <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none ">
  2296.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2297.                <i class="ti-angle-right me-2 text-primary"></i>
  2298.                 casino not on GamStop
  2299.              </h6>
  2300.            </a>
  2301.          </div>
  2302.          
  2303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2304.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2305.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2306.                <i class="ti-angle-right me-2 text-primary"></i>
  2307.                 slot sites not on GamStop
  2308.              </h6>
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2314.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                 UK casinos not on GamStop
  2317.              </h6>
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2323.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                 casinos not on GamStop
  2326.              </h6>
  2327.            </a>
  2328.          </div>
  2329.          
  2330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2331.            <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none ">
  2332.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2333.                <i class="ti-angle-right me-2 text-primary"></i>
  2334.                 best non GamStop casinos
  2335.              </h6>
  2336.            </a>
  2337.          </div>
  2338.          
  2339.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2340.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2341.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2342.                <i class="ti-angle-right me-2 text-primary"></i>
  2343.                 non GamStop UK casinos
  2344.              </h6>
  2345.            </a>
  2346.          </div>
  2347.          
  2348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2349.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  2350.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2351.                <i class="ti-angle-right me-2 text-primary"></i>
  2352.                 casino not on GamStop
  2353.              </h6>
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2359.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                 casinos not on GamStop
  2362.              </h6>
  2363.            </a>
  2364.          </div>
  2365.          
  2366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2368.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2369.                <i class="ti-angle-right me-2 text-primary"></i>
  2370.                 best casino not on gamstop
  2371.              </h6>
  2372.            </a>
  2373.          </div>
  2374.          
  2375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2376.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2377.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2378.                <i class="ti-angle-right me-2 text-primary"></i>
  2379.                 non UK online casino
  2380.              </h6>
  2381.            </a>
  2382.          </div>
  2383.          
  2384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2385.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2386.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2387.                <i class="ti-angle-right me-2 text-primary"></i>
  2388.                 Non UK Gambling Sites
  2389.              </h6>
  2390.            </a>
  2391.          </div>
  2392.          
  2393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.            <a href="https://www.weareculture24.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2395.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2396.                <i class="ti-angle-right me-2 text-primary"></i>
  2397.                 casino not on gamstop
  2398.              </h6>
  2399.            </a>
  2400.          </div>
  2401.          
  2402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2403.            <a href="https://geekgearbox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2404.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2405.                <i class="ti-angle-right me-2 text-primary"></i>
  2406.                 non GamStop
  2407.              </h6>
  2408.            </a>
  2409.          </div>
  2410.          
  2411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2412.            <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2413.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2414.                <i class="ti-angle-right me-2 text-primary"></i>
  2415.                 non GamStop casinos UK
  2416.              </h6>
  2417.            </a>
  2418.          </div>
  2419.          
  2420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2421.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2422.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2423.                <i class="ti-angle-right me-2 text-primary"></i>
  2424.                 Casinos Not on Gamstop UK
  2425.              </h6>
  2426.            </a>
  2427.          </div>
  2428.          
  2429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2430.            <a href="http://ukfreespinsnotongamstop.in.net/"  rel="dofollow" class="text-decoration-none ">
  2431.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2432.                <i class="ti-angle-right me-2 text-primary"></i>
  2433.                 non gamstop casinos
  2434.              </h6>
  2435.            </a>
  2436.          </div>
  2437.          
  2438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2439.            <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2440.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2441.                <i class="ti-angle-right me-2 text-primary"></i>
  2442.                 non gamstop casinos
  2443.              </h6>
  2444.            </a>
  2445.          </div>
  2446.          
  2447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2448.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2449.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2450.                <i class="ti-angle-right me-2 text-primary"></i>
  2451.                 casino
  2452.              </h6>
  2453.            </a>
  2454.          </div>
  2455.          
  2456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2457.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2458.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2459.                <i class="ti-angle-right me-2 text-primary"></i>
  2460.                 non gamstop sports betting
  2461.              </h6>
  2462.            </a>
  2463.          </div>
  2464.          
  2465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2467.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2468.                <i class="ti-angle-right me-2 text-primary"></i>
  2469.                 non gamstop sports betting
  2470.              </h6>
  2471.            </a>
  2472.          </div>
  2473.          
  2474.  
  2475.        </div>
  2476.  
  2477.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2478.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2479.        </div> -->
  2480.      </div>
  2481.    </div>
  2482.    
  2483.    <div class="sidebar-widget mb-4">
  2484.      <div class="widget-title-wrapper mb-3">
  2485.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2486.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2487.          <span class="title-arrow"></span>
  2488.        </h4>
  2489.      </div>
  2490.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2491.        <div class="blog-roll-list scrollable-sidebar">
  2492.          
  2493.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.            <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2495.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2496.                <i class="ti-angle-right me-2 text-primary"></i>
  2497.                 best sports betting sites uk
  2498.              </h6>
  2499.            </a>
  2500.          </div>
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                 new betting sites uk
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                 non Gamstop casinos
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                 non GamStop casinos
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.  
  2530.        </div>
  2531.  
  2532.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2533.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2534.        </div> -->
  2535.      </div>
  2536.    </div>
  2537.    
  2538.  </div>
  2539.  
  2540. <!-- Sidebar V2 Styles -->
  2541. <style>
  2542.  .sidebar-widget {
  2543.    position: relative;
  2544.  }
  2545.  
  2546.  .widget-title {
  2547.    font-size: 1.1rem;
  2548.    font-weight: 700;
  2549.    display: inline-block;
  2550.    position: relative;
  2551.    z-index: 2;
  2552.    border-radius: 0;
  2553.  }
  2554.  
  2555.  /* Green arrow for August Blog Roll */
  2556.  .title-arrow::after {
  2557.    content: '';
  2558.    position: absolute;
  2559.    top: 0;
  2560.    right: -22px;
  2561.    width: 0;
  2562.    height: 0;
  2563.    border-left: 22px solid var(--bs-primary);
  2564.    border-top: 22px solid transparent;
  2565.    border-bottom: 22px solid transparent;
  2566.    z-index: 1;
  2567.  }
  2568.  
  2569.  /* Blue arrow for Recent Posts */
  2570.  .title-arrow-primary::after {
  2571.    content: '';
  2572.    position: absolute;
  2573.    top: 0;
  2574.    right: -22px;
  2575.    width: 0;
  2576.    height: 0;
  2577.    border-left: 22px solid var(--bs-primary);
  2578.    border-top: 22px solid transparent;
  2579.    border-bottom: 22px solid transparent;
  2580.    z-index: 1;
  2581.  }
  2582.  
  2583.  .widget-content {
  2584.    margin-top: -1px;
  2585.    position: relative;
  2586.    z-index: 1;
  2587.     background-color: var(--card-bg);
  2588.  }
  2589.  
  2590.  /* Blog Roll Items Hover Effects */
  2591.  .blog-roll-item:hover .post-title {
  2592.    color: #198754 !important;
  2593.    transform: translateX(5px);
  2594.    transition: all 0.3s ease;
  2595.  }
  2596.  
  2597.  /* Recent Post Items Hover Effects */
  2598.  .recent-post-item:hover .post-title a {
  2599.    color: #0d6efd !important;
  2600.    transition: color 0.3s ease;
  2601.  }
  2602.  
  2603.  .recent-post-item:hover .post-image img {
  2604.    transform: scale(1.05);
  2605.    transition: transform 0.3s ease;
  2606.  }
  2607.  
  2608.  /* Button Hover Effects */
  2609.  .btn:hover {
  2610.    transform: translateY(-2px);
  2611.    transition: all 0.3s ease;
  2612.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2613.  }
  2614.  
  2615.  /* Badge Hover Effects */
  2616.  .badge:hover {
  2617.    transform: scale(1.05);
  2618.    transition: transform 0.3s ease;
  2619.  }
  2620.  
  2621.  @media (max-width: 991px) {
  2622.    .sidebar {
  2623.      margin-top: 3rem;
  2624.    }
  2625.  }
  2626.  
  2627.  @media (max-width: 576px) {
  2628.    .widget-title {
  2629.      font-size: 1rem;
  2630.      padding: 0.75rem 1rem !important;
  2631.    }
  2632.  
  2633.    .title-arrow::after,
  2634.    .title-arrow-primary::after {
  2635.      right: -18px;
  2636.      border-left-width: 18px;
  2637.      border-top-width: 18px;
  2638.      border-bottom-width: 18px;
  2639.    }
  2640.  
  2641.    .post-image {
  2642.      width: 70px !important;
  2643.      height: 55px !important;
  2644.    }
  2645.  
  2646.    .blog-meta {
  2647.      flex-direction: column !important;
  2648.      align-items: flex-start !important;
  2649.      gap: 0.5rem;
  2650.    }
  2651.  }
  2652. </style>
  2653.  
  2654.    
  2655.                </div>
  2656.            </div>
  2657.        </div>
  2658.    </div>
  2659. </section>
  2660.  
  2661. <script>
  2662.    // Intersection Observer for Fade-in with Slight Rotation
  2663.    document.addEventListener('DOMContentLoaded', function() {
  2664.        const observerOptions = {
  2665.            threshold: 0.15, // Trigger when 15% of the card is visible
  2666.            rootMargin: '0px 0px -50px 0px',
  2667.        };
  2668.  
  2669.        const observer = new IntersectionObserver(function(entries, observer) {
  2670.            entries.forEach(entry => {
  2671.                if (entry.isIntersecting) {
  2672.                    entry.target.classList.add('visible');
  2673.                    observer.unobserve(entry.target);
  2674.                }
  2675.            });
  2676.        }, observerOptions);
  2677.  
  2678.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2679.            observer.observe(card);
  2680.        });
  2681.    });
  2682. </script>
  2683.  
  2684.    
  2685.        
  2686.        <!-- end wpo-blog-highlights-section -->
  2687.        <!-- start wpo-blog-sponsored-section -->
  2688.        
  2689.  
  2690.  
  2691.  
  2692.    
  2693.  
  2694.  
  2695.  <style>
  2696.    .sponsored-card-v10 {
  2697.      border: 1px solid var(--bs-primary); /* Cyan border */
  2698.      transition: border-color 0.3s ease;
  2699.      min-height: 350px;
  2700.    }
  2701.    
  2702.    .sponsored-content-v10 {
  2703.      flex: 1; /* text area stretch kare */
  2704.    }
  2705.    .sponsored-card-v10:hover {
  2706.      border-color: var(--bs-primary);
  2707.      opacity: 0.8;
  2708.    }
  2709.    
  2710.    .sponsored-content-v10 {
  2711.      padding: 12px;
  2712.      border-radius: 12px 12px 0px 0px;
  2713.      background: var(--card-bg);
  2714.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  2715.    }
  2716.    
  2717.    .sponsored-image-v10 {
  2718.      height: 180px;
  2719.    }
  2720.    
  2721.    .sponsored-image-v10 img {
  2722.      width: 100%;
  2723.      height: 100%;
  2724.      border-radius: 0px 0px 12px 12px;
  2725.      object-fit: cover;
  2726.    }
  2727.    
  2728.    .sponsored-badge-v10 {
  2729.      display: inline-block;
  2730.      position: relative;
  2731.      padding: 4px 8px;
  2732.      border-radius: var(--border-radius);
  2733.      font-size: 11px;
  2734.      font-weight: 600;
  2735.      text-transform: uppercase;
  2736.      color: white;
  2737.      margin-bottom: 8px;
  2738.    }
  2739.    
  2740.    .sponsored-badge-v10::after {
  2741.      content: '';
  2742.      position: absolute;
  2743.      top: 0;
  2744.      right: -8px;
  2745.    }
  2746.    
  2747.    .sponsored-title-v10 {
  2748.      font-size: 14px;
  2749.      font-weight: 700;
  2750.      line-height: 1.3;
  2751.      margin-bottom: 6px;
  2752.      color: #333;
  2753.    }
  2754.    
  2755.    .sponsored-title-v10 a {
  2756.      text-decoration: none;
  2757.      color: var(--topbar-color);
  2758.    }
  2759.    
  2760.    .sponsored-title-v10 a:hover {
  2761.      color: var(--bs-primary); /* Cyan hover */
  2762.    }
  2763.    
  2764.    .sponsored-excerpt-v10 {
  2765.      font-size: 11px;
  2766.      font-weight: 400;
  2767.      color: #6c757d;
  2768.      margin-bottom: 6px;
  2769.      line-height: 1.4;
  2770.    }
  2771.    
  2772.    .sponsored-meta-v10 {
  2773.      font-size: 10px;
  2774.      color: #6c757d;
  2775.    }
  2776.    
  2777.    .author-info-v10 {
  2778.      margin-bottom: 4px;
  2779.    }
  2780.    
  2781.    .sponsored-author-img-v10 {
  2782.      width: 18px;
  2783.      height: 18px;
  2784.      border-radius: 50%;
  2785.      object-fit: cover;
  2786.      vertical-align: middle;
  2787.      margin-right: 4px;
  2788.    }
  2789.    
  2790.    .section-title-sponsored-v10 {
  2791.      font-size: 1.8rem;
  2792.      font-weight: 600;
  2793.      text-align: left;
  2794.      margin-bottom: 25px;
  2795.      color: #333;
  2796.      position: relative;
  2797.    }
  2798.    
  2799.    .section-title-sponsored-v10::after {
  2800.      content: '';
  2801.      position: absolute;
  2802.      bottom: -6px;
  2803.      left: 0;
  2804.      width: 60px;
  2805.      height: 2px;
  2806.      background: var(--bs-primary);
  2807.    }
  2808.    
  2809.    @media (max-width: 768px) {
  2810.      .sponsored-section-v10 {
  2811.        padding: 30px 0;
  2812.      }
  2813.      .sponsored-image-v10 {
  2814.        height: 180px;
  2815.      }
  2816.      .sponsored-content-v10 {
  2817.        padding: 10px;
  2818.      }
  2819.      .sponsored-title-v10 {
  2820.        font-size: 13px;
  2821.      }
  2822.      .sponsored-excerpt-v10 {
  2823.        font-size: 10px;
  2824.      }
  2825.      .sponsored-badge-v10 {
  2826.        font-size: 10px;
  2827.        padding: 3px 6px;
  2828.      }
  2829.      .sponsored-meta-v10 {
  2830.        font-size: 9px;
  2831.      }
  2832.      .section-title-sponsored-v10 {
  2833.        font-size: 1.5rem;
  2834.      }
  2835.    }
  2836.  </style>
  2837.  
  2838.  <section class="sponsored-section-v10 my-5">
  2839.    <div class="container-fluid fluid-container">
  2840.      <div class="row">
  2841.        <div class="col-12">
  2842.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  2843.        </div>
  2844.      </div>
  2845.  
  2846.      <div class="row g-3 d-flex align-items-center">
  2847.        
  2848.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2849.            <div class="card sponsored-card-v10 h-100 w-100">
  2850.              <div class="sponsored-content-v10">
  2851.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2852.                <h3 class="sponsored-title-v10"><a href="/i-want-to-ride-out-on-a-unicorn-every-night-swordsnsorcery-heavy-metal-band-castle-rat/">‘I Want to Ride Out on a Unicorn Every Night’: Swords’n’Sorcery Heavy Metal Band Castle Rat</a></h3>
  2853.                <p class="sponsored-excerpt-v10"></p>
  2854.                <div class="sponsored-meta-v10">
  2855.                  <div class="author-info-v10">
  2856.                    
  2857.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2858.                    
  2859.                    <span>Walter Perry</span>
  2860.                  </div>
  2861.                  <div>17 May 2026</div>
  2862.                </div>
  2863.              </div>
  2864.              <div class="sponsored-image-v10">
  2865.                
  2866.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2867.                
  2868.              </div>
  2869.            </div>
  2870.          </div>
  2871.        
  2872.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2873.            <div class="card sponsored-card-v10 h-100 w-100">
  2874.              <div class="sponsored-content-v10">
  2875.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2876.                <h3 class="sponsored-title-v10"><a href="/crans-montana-fire-survivors-are-treated-in-burns-units-throughout-the-continent/">Crans-Montana Fire Survivors Are Treated in Burns Units Throughout the Continent</a></h3>
  2877.                <p class="sponsored-excerpt-v10"></p>
  2878.                <div class="sponsored-meta-v10">
  2879.                  <div class="author-info-v10">
  2880.                    
  2881.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2882.                    
  2883.                    <span>Walter Perry</span>
  2884.                  </div>
  2885.                  <div>17 May 2026</div>
  2886.                </div>
  2887.              </div>
  2888.              <div class="sponsored-image-v10">
  2889.                
  2890.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2891.                
  2892.              </div>
  2893.            </div>
  2894.          </div>
  2895.        
  2896.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2897.            <div class="card sponsored-card-v10 h-100 w-100">
  2898.              <div class="sponsored-content-v10">
  2899.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2900.                <h3 class="sponsored-title-v10"><a href="/leaders-recognise-titans-as-the-president-offers-mamdani-a-cordial-greeting/">Leaders Recognise Titans as The President Offers Mamdani a Cordial Greeting</a></h3>
  2901.                <p class="sponsored-excerpt-v10"></p>
  2902.                <div class="sponsored-meta-v10">
  2903.                  <div class="author-info-v10">
  2904.                    
  2905.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2906.                    
  2907.                    <span>Walter Perry</span>
  2908.                  </div>
  2909.                  <div>17 May 2026</div>
  2910.                </div>
  2911.              </div>
  2912.              <div class="sponsored-image-v10">
  2913.                
  2914.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2915.                
  2916.              </div>
  2917.            </div>
  2918.          </div>
  2919.        
  2920.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2921.            <div class="card sponsored-card-v10 h-100 w-100">
  2922.              <div class="sponsored-content-v10">
  2923.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2924.                <h3 class="sponsored-title-v10"><a href="/the-decade-of-desire-from-author-erin-somers-a-midlife-adultery-tale-this-generation-needs/">The Decade of Desire from author Erin Somers: A Midlife Adultery Tale This Generation Needs.</a></h3>
  2925.                <p class="sponsored-excerpt-v10"></p>
  2926.                <div class="sponsored-meta-v10">
  2927.                  <div class="author-info-v10">
  2928.                    
  2929.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2930.                    
  2931.                    <span>Walter Perry</span>
  2932.                  </div>
  2933.                  <div>16 May 2026</div>
  2934.                </div>
  2935.              </div>
  2936.              <div class="sponsored-image-v10">
  2937.                
  2938.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2939.                
  2940.              </div>
  2941.            </div>
  2942.          </div>
  2943.        
  2944.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2945.            <div class="card sponsored-card-v10 h-100 w-100">
  2946.              <div class="sponsored-content-v10">
  2947.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2948.                <h3 class="sponsored-title-v10"><a href="/leader-zelensky-states-the-nation-was-ten-percent-off-from-a-peace-deal-but-not-at-any-possible-price/">Leader Zelensky States The Nation Was Ten Percent Off from a Peace Deal, But Not at Any Possible Price</a></h3>
  2949.                <p class="sponsored-excerpt-v10"></p>
  2950.                <div class="sponsored-meta-v10">
  2951.                  <div class="author-info-v10">
  2952.                    
  2953.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2954.                    
  2955.                    <span>Walter Perry</span>
  2956.                  </div>
  2957.                  <div>16 May 2026</div>
  2958.                </div>
  2959.              </div>
  2960.              <div class="sponsored-image-v10">
  2961.                
  2962.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2963.                
  2964.              </div>
  2965.            </div>
  2966.          </div>
  2967.        
  2968.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2969.            <div class="card sponsored-card-v10 h-100 w-100">
  2970.              <div class="sponsored-content-v10">
  2971.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2972.                <h3 class="sponsored-title-v10"><a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-popular-rpg-show-track/">The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Popular RPG Show Track</a></h3>
  2973.                <p class="sponsored-excerpt-v10"></p>
  2974.                <div class="sponsored-meta-v10">
  2975.                  <div class="author-info-v10">
  2976.                    
  2977.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cff985d2-9939-4f19-af39-a4b582072291_profile.png" alt="Walter Perry" style="object-fit: cover;" class="sponsored-author-img-v10" />
  2978.                    
  2979.                    <span>Walter Perry</span>
  2980.                  </div>
  2981.                  <div>16 May 2026</div>
  2982.                </div>
  2983.              </div>
  2984.              <div class="sponsored-image-v10">
  2985.                
  2986.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2987.                
  2988.              </div>
  2989.            </div>
  2990.          </div>
  2991.        
  2992.      </div>
  2993.    </div>
  2994.  </section>
  2995.  
  2996.  
  2997.    
  2998.        <!-- end wpo-blog-sponsored-section -->
  2999.        <!-- start wpo-subscribe-section -->
  3000.        
  3001.        <!-- end subscribe-section -->
  3002.        <!-- start of wpo-site-footer-section -->
  3003.        
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010. <!-- Footer V4 - Modern Corporate Design -->
  3011. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3012.  
  3013.    <div class="container-fluid fluid-container">
  3014.        
  3015.        <!-- Content Sections -->
  3016.        <div class="content-sections">
  3017.            <div class="row g-5">
  3018.                
  3019.                <!-- Brand Column -->
  3020.                <div class="col-lg-4 col-md-12">
  3021.                    <div class="brand-section">
  3022.                        <div class="brand-header">
  3023.                            
  3024.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/27a1e95b-4af0-49d3-80c5-731051732d86_logo.png" alt="Winbritsite UK" class="brand-logo" loading="lazy">
  3025.                            
  3026.                            <div class="brand-text">
  3027.                                <h3 class="brand-name">Winbritsite UK</h3>
  3028.                                <span class="brand-type">Digital Publication</span>
  3029.                            </div>
  3030.                        </div>
  3031.                        <p class="brand-description  text-lg-start ">
  3032.                            Explore the latest technology reviews, digital lifestyle advice, and insightful articles on software and gadgets from a UK perspective at Winbritsite.
  3033.                        </p>
  3034.                    </div>
  3035.                </div>
  3036.  
  3037.                <!-- Quick Links Column -->
  3038.               <div class="col-lg-4 col-md-6">
  3039.                    <div class="links-section">
  3040.                        <div class="section-title">
  3041.                            <h4 class="title-text">Resources</h4>
  3042.                            <div class="title-decoration"></div>
  3043.                        </div>
  3044.                        <div class="links-container">
  3045.                          
  3046. <div class="link-group">
  3047.    <ul class="link-list" id="externalLinks">
  3048.        
  3049.  
  3050.    
  3051.        
  3052.        
  3053.        
  3054.    </ul>
  3055. </div>
  3056.  
  3057.                        </div>
  3058.                    </div>
  3059.                </div>
  3060.  
  3061.                <!-- Categories Column -->
  3062.                <div class="col-lg-4 col-md-6">
  3063.                    <div class="categories-section">
  3064.                        <div class="section-title">
  3065.                            <h4 class="title-text">Explore Topics</h4>
  3066.                            <div class="title-decoration"></div>
  3067.                        </div>
  3068.                        <div class="categories-container">
  3069.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3070.                            <div class="categories-cloud">
  3071.                                
  3072.                                <a href="/category/all-posts/" class="category-pill">
  3073.                                    All Posts
  3074.                                </a>
  3075.                                
  3076.                                <a href="/category/business/" class="category-pill">
  3077.                                    Business
  3078.                                </a>
  3079.                                
  3080.                                <a href="/category/esports/" class="category-pill">
  3081.                                    Esports
  3082.                                </a>
  3083.                                
  3084.                                <a href="/category/fashion/" class="category-pill">
  3085.                                    Fashion
  3086.                                </a>
  3087.                                
  3088.                                <a href="/category/featured/" class="category-pill">
  3089.                                    Featured
  3090.                                </a>
  3091.                                
  3092.                                <a href="/category/gaming/" class="category-pill">
  3093.                                    Gaming
  3094.                                </a>
  3095.                                
  3096.                                <a href="/category/health/" class="category-pill">
  3097.                                    Health
  3098.                                </a>
  3099.                                
  3100.                                <a href="/category/life-fitness/" class="category-pill">
  3101.                                    Life &amp; Fitness
  3102.                                </a>
  3103.                                
  3104.                            </div>
  3105.                        </div>
  3106.                    </div>
  3107.                </div>
  3108.  
  3109.            </div>
  3110.        </div>
  3111.  
  3112.        <!-- Footer Bottom -->
  3113.        <div class="footer-bottom">
  3114.            <div class="bottom-border"></div>
  3115.            <div class=" d-flex justify-content-between flex-wrap">
  3116.                <div>
  3117.                    <div class="copyright-info">
  3118.                        <p class="copyright-main">
  3119.                            © 2026 <span class="brand-highlight">Winbritsite UK</span>. All rights reserved.
  3120.                        </p>
  3121.                        <p class="copyright-sub">
  3122.                            Thoughtfully crafted content for curious minds worldwide.
  3123.                        </p>
  3124.                    </div>
  3125.                </div>
  3126.                <div>
  3127.                    <div class="footer-actions">
  3128.                        <div class="action-links">
  3129.                            <a href="/page/write-for-us/" class="action-link">
  3130.                                <i class="bi bi-shield-check"></i>
  3131.                                <span>Write For Us</span>
  3132.                            </a>
  3133.                            <a href="/page/terms-and-conditions/" class="action-link">
  3134.                                <i class="bi bi-shield-check"></i>
  3135.                                <span>Terms & Conditions</span>
  3136.                            </a>
  3137.                            <a href="/sitemap.xml" class="action-link">
  3138.                                <i class="bi bi-diagram-3"></i>
  3139.                                <span>Sitemap</span>
  3140.                            </a>
  3141.                        </div>
  3142.  
  3143.                    </div>
  3144.                </div>
  3145.            </div>
  3146.        </div>
  3147.  
  3148.    </div>
  3149.  
  3150.    
  3151.  
  3152. </footer>
  3153.  
  3154.  
  3155. <style>
  3156. /* Footer V4 - Modern Corporate Design */
  3157. .wpo-site-footer-v4 {
  3158.    color: var(--footer-color);
  3159.    margin-top: 100px;
  3160. }
  3161.  
  3162.  
  3163. .accent-line {
  3164.    position: absolute;
  3165.    top: 0;
  3166.    height: 100%;
  3167.    width: 33.333%;
  3168.    opacity: 0.8;
  3169. }
  3170.  
  3171. .accent-1 {
  3172.    left: 0;
  3173.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3174.    animation: slideRight 3s ease-in-out infinite;
  3175. }
  3176.  
  3177. .accent-2 {
  3178.    left: 33.333%;
  3179.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3180.    animation: slideRight 3s ease-in-out infinite 1s;
  3181. }
  3182.  
  3183. .accent-3 {
  3184.    left: 66.666%;
  3185.    background: linear-gradient(90deg, #10b981, #059669);
  3186.    animation: slideRight 3s ease-in-out infinite 2s;
  3187. }
  3188.  
  3189. @keyframes slideRight {
  3190.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3191.    50% { transform: translateX(10px); opacity: 1; }
  3192. }
  3193.  
  3194. /* Content Sections */
  3195. .content-sections {
  3196.    padding: 60px 0;
  3197.    position: relative;
  3198.    z-index: 2;
  3199. }
  3200.  
  3201. /* Brand Section */
  3202. .brand-section {
  3203.    padding-right: 2rem;
  3204. }
  3205.  
  3206. .brand-header {
  3207.    display: flex;
  3208.    align-items: center;
  3209.    margin-bottom: 2rem;
  3210.    gap: 1rem;
  3211. }
  3212.  
  3213. .brand-logo {
  3214.    height: 50px;
  3215.    width: auto;
  3216.    border-radius: 8px;
  3217. }
  3218.  
  3219. .brand-name {
  3220.    font-size: 1.5rem;
  3221.    font-weight: 800;
  3222.    color: var(--footer-color) !important;
  3223.    margin: 0;
  3224. }
  3225.  
  3226. .brand-type {
  3227.    color: var(--footer-color) !important;
  3228.    opacity: 0.8;
  3229.    font-size: 0.85rem;
  3230.    font-weight: 500;
  3231.    text-transform: uppercase;
  3232.    letter-spacing: 0.5px;
  3233. }
  3234.  
  3235. .brand-description {
  3236.    color: var(--footer-color) !important;
  3237.    line-height: 1.7;
  3238.    margin-bottom: 2rem;
  3239.    font-size: 0.95rem;
  3240. }
  3241.  
  3242. .brand-stats {
  3243.    display: flex;
  3244.    align-items: center;
  3245.    gap: 1.5rem;
  3246. }
  3247.  
  3248. .stat-item {
  3249.    text-align: center;
  3250. }
  3251.  
  3252. .stat-number {
  3253.    font-size: 1.5rem;
  3254.    font-weight: 800;
  3255.    color: #3b82f6;
  3256.    display: block;
  3257.    line-height: 1;
  3258. }
  3259.  
  3260. .stat-label {
  3261.    font-size: 0.8rem;
  3262.    color: #94a3b8;
  3263.    margin-top: 0.25rem;
  3264. }
  3265.  
  3266. .stat-divider {
  3267.    width: 1px;
  3268.    height: 40px;
  3269.    background: rgba(255, 255, 255, 0.2);
  3270. }
  3271.  
  3272. /* Links Section */
  3273. .links-section {
  3274.    padding-left: 1rem;
  3275.    padding-right: 1rem;
  3276. }
  3277.  
  3278. .section-title {
  3279.    margin-bottom: 2rem;
  3280.    position: relative;
  3281. }
  3282.  
  3283. .title-text {
  3284.    font-size: 1.3rem;
  3285.    font-weight: 700;
  3286.    color: var(--footer-color) !important;
  3287.    margin-bottom: 0.5rem;
  3288.    text-align: justify !important;
  3289. }
  3290.  
  3291.  
  3292. .link-group {
  3293.    margin-bottom: 2rem;
  3294. }
  3295.  
  3296. .group-title {
  3297.    font-size: 1rem;
  3298.    font-weight: 600;
  3299.    color: #f1f5f9;
  3300.    margin-bottom: 1rem;
  3301.    padding-bottom: 0.5rem;
  3302.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3303. }
  3304.  
  3305. .link-list {
  3306.    list-style: none;
  3307.    padding: 0;
  3308.    margin: 0;
  3309. }
  3310.  
  3311. .link-item {
  3312.    margin-bottom: 0.75rem;
  3313. }
  3314.  
  3315. .link-text {
  3316.    color: var(--footer-color) !important;
  3317.    text-decoration: none;
  3318.    font-size: 0.9rem;
  3319.    display: flex;
  3320.    align-items: center;
  3321.    transition: all 0.3s ease;
  3322.    padding: 0.25rem 0;
  3323. }
  3324.  
  3325. .link-text:hover {
  3326.    color: #3b82f6;
  3327.    padding-left: 0.5rem;
  3328. }
  3329.  
  3330. .link-icon {
  3331.    margin-right: 0.5rem;
  3332.    opacity: 0;
  3333.    transition: opacity 0.3s ease;
  3334. }
  3335.  
  3336. .link-text:hover .link-icon {
  3337.    opacity: 1;
  3338. }
  3339.  
  3340. .external-icon {
  3341.    color: #10b981;
  3342. }
  3343.  
  3344. /* Categories Section */
  3345. .categories-section {
  3346.    padding-left: 1rem;
  3347. }
  3348.  
  3349. .categories-intro {
  3350.    color: #cbd5e1;
  3351.    margin-bottom: 1.5rem;
  3352.    font-size: 0.9rem;
  3353. }
  3354.  
  3355. .categories-cloud {
  3356.    display: flex;
  3357.    flex-wrap: wrap;
  3358.    gap: 0.75rem;
  3359. }
  3360.  
  3361. .category-pill {
  3362.    display: inline-block;
  3363.    padding: 0.5rem 1rem;
  3364.    background: rgba(255, 255, 255, 0.1);
  3365.    border: 1px solid rgba(255, 255, 255, 0.2);
  3366.    border-radius: 20px;
  3367.    color:  var(--footer-color) !important;
  3368.    text-decoration: none;
  3369.    font-size: 0.85rem;
  3370.    opacity: 0.7;
  3371.    font-weight: 500;
  3372.    transition: all 0.3s ease;
  3373. }
  3374.  
  3375. .category-pill:hover {
  3376.    background: #3b82f6;
  3377.    border-color: #3b82f6;
  3378.    color: var(--footer-color) !important;
  3379.    opacity: 1;
  3380.    transform: translateY(-1px);
  3381.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3382. }
  3383.  
  3384. /* Footer Bottom */
  3385. .footer-bottom {
  3386.    padding: 2rem 0;
  3387.    position: relative;
  3388.    z-index: 2;
  3389. }
  3390.  
  3391. .bottom-border {
  3392.    height: 1px;
  3393.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3394.    margin-bottom: 2rem;
  3395. }
  3396.  
  3397. .copyright-main {
  3398.    font-size: 1rem;
  3399.    color: #e2e8f0;
  3400.    margin-bottom: 0.25rem;
  3401. }
  3402.  
  3403. .brand-highlight {
  3404.    color: var(--footer-color);
  3405.    font-weight: 700;
  3406. }
  3407.  
  3408. .copyright-sub {
  3409.    font-size: 0.85rem;
  3410.    color: #94a3b8;
  3411.    margin: 0;
  3412. }
  3413.  
  3414. .footer-actions {
  3415.    display: flex;
  3416.    align-items: center;
  3417.    gap: 2rem;
  3418. }
  3419.  
  3420. .action-links {
  3421.    display: flex;
  3422.    gap: 1.5rem;
  3423. }
  3424.  
  3425. .action-link {
  3426.    display: flex;
  3427.    align-items: center;
  3428.    gap: 0.5rem;
  3429.    color: #cbd5e1;
  3430.    text-decoration: none;
  3431.    font-size: 0.9rem;
  3432.    transition: color 0.3s ease;
  3433. }
  3434.  
  3435. .action-link:hover {
  3436.    color: #3b82f6;
  3437. }
  3438.  
  3439. .scroll-to-top-btn {
  3440.    background: rgba(255, 255, 255, 0.1);
  3441.    border: 1px solid rgba(255, 255, 255, 0.2);
  3442.    color: #cbd5e1;
  3443.    width: 44px;
  3444.    height: 44px;
  3445.    border-radius: 12px;
  3446.    cursor: pointer;
  3447.    transition: all 0.3s ease;
  3448.    display: flex;
  3449.    align-items: center;
  3450.    justify-content: center;
  3451. }
  3452.  
  3453. .scroll-to-top-btn:hover {
  3454.    background: #3b82f6;
  3455.    border-color: #3b82f6;
  3456.    color: white;
  3457.    transform: translateY(-2px);
  3458. }
  3459.  
  3460. /* Background Pattern */
  3461. .footer-pattern {
  3462.    position: absolute;
  3463.    top: 0;
  3464.    left: 0;
  3465.    width: 100%;
  3466.    height: 100%;
  3467.    z-index: 1;
  3468.    overflow: hidden;
  3469. }
  3470.  
  3471. .pattern-grid {
  3472.    position: relative;
  3473.    width: 100%;
  3474.    height: 100%;
  3475. }
  3476.  
  3477. .pattern-dot {
  3478.    position: absolute;
  3479.    width: 2px;
  3480.    height: 2px;
  3481.    background: rgba(255, 255, 255, 0.1);
  3482.    border-radius: 50%;
  3483. }
  3484.  
  3485. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3486. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3487. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3488. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3489. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3490. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3491.  
  3492. /* Responsive Design */
  3493. @media (max-width: 992px) {
  3494.    .newsletter-heading {
  3495.        font-size: 2rem;
  3496.    }
  3497.    
  3498.    .brand-section {
  3499.        padding-right: 0;
  3500.        margin-bottom: 3rem;
  3501.    }
  3502.    
  3503.    .links-section, .categories-section {
  3504.        padding-left: 0;
  3505.        padding-right: 0;
  3506.    }
  3507.    
  3508.    .brand-stats {
  3509.        justify-content: center;
  3510.        margin-top: 2rem;
  3511.    }
  3512. }
  3513.  
  3514. @media (max-width: 768px) {
  3515.    .newsletter-section {
  3516.        padding: 60px 0 40px;
  3517.    }
  3518.    
  3519.    .newsletter-container {
  3520.        padding: 2rem 1.5rem;
  3521.        margin: 0 1rem;
  3522.    }
  3523.    
  3524.    .newsletter-heading {
  3525.        font-size: 1.75rem;
  3526.    }
  3527.    
  3528.    .content-sections {
  3529.        padding: 40px 0;
  3530.    }
  3531.    
  3532.    .brand-header {
  3533.        flex-direction: column;
  3534.        text-align: center;
  3535.    }
  3536.    
  3537.    .footer-actions {
  3538.        flex-direction: column;
  3539.        gap: 1rem;
  3540.        margin-top: 1.5rem;
  3541.    }
  3542.    
  3543.    .action-links {
  3544.        order: 2;
  3545.    }
  3546.    
  3547.    .scroll-to-top-btn {
  3548.        order: 1;
  3549.    }
  3550. }
  3551.  
  3552. @media (max-width: 576px) {
  3553.    .newsletter-container {
  3554.        padding: 1.5rem 1rem;
  3555.    }
  3556.    
  3557.    .newsletter-heading {
  3558.        font-size: 1.5rem;
  3559.    }
  3560.    
  3561.    .brand-stats {
  3562.        flex-direction: column;
  3563.        gap: 1rem;
  3564.    }
  3565.    
  3566.    .stat-divider {
  3567.        width: 40px;
  3568.        height: 1px;
  3569.    }
  3570.    
  3571.    .action-links {
  3572.        flex-direction: column;
  3573.        gap: 0.75rem;
  3574.        text-align: center;
  3575.    }
  3576.    
  3577.    .pattern-dot {
  3578.        display: none;
  3579.    }
  3580. }
  3581. </style>
  3582.  
  3583. <!-- Bootstrap 5 JS -->
  3584.  
  3585. <script>
  3586. // Scroll to Top Function
  3587. document.addEventListener('DOMContentLoaded', function () {
  3588.    var btn = document.getElementById('toggleExternal');
  3589.    if (!btn) return; // No extra items, no button
  3590.  
  3591.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3592.  
  3593.    btn.addEventListener('click', function () {
  3594.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3595.            return li.classList.contains('d-none');
  3596.        });
  3597.  
  3598.        extras.forEach(function (li) {
  3599.            if (anyHidden) {
  3600.                li.classList.remove('d-none');
  3601.                li.classList.add('show');
  3602.            } else {
  3603.                li.classList.add('d-none');
  3604.                li.classList.remove('show');
  3605.            }
  3606.        });
  3607.  
  3608.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3609.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3610.    });
  3611. });
  3612. function scrollToTop() {
  3613.    window.scrollTo({
  3614.        top: 0,
  3615.        behavior: 'smooth'
  3616.    });
  3617. }
  3618.  
  3619. // Initialize Footer V4 Features
  3620. document.addEventListener('DOMContentLoaded', function() {
  3621.    
  3622.    // Newsletter Form Handling
  3623.    const newsletterForm = document.querySelector('.newsletter-form');
  3624.    const emailInput = document.querySelector('.form-input');
  3625.    const submitButton = document.querySelector('.submit-button');
  3626.    const successMessage = document.querySelector('.success-message');
  3627.    const errorMessage = document.querySelector('.error-message');
  3628.    const infoMessage = document.querySelector('.info-message');
  3629.    
  3630.    if (newsletterForm && emailInput && submitButton) {
  3631.        
  3632.        // Form submission
  3633.        newsletterForm.addEventListener('submit', function(e) {
  3634.            e.preventDefault();
  3635.            
  3636.            const email = emailInput.value.trim();
  3637.            
  3638.            // Validate email
  3639.            if (!email || !isValidEmail(email)) {
  3640.                showMessage('error');
  3641.                emailInput.focus();
  3642.                return;
  3643.            }
  3644.            
  3645.            // Show loading state
  3646.            const originalText = submitButton.querySelector('.button-text').textContent;
  3647.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3648.            
  3649.            submitButton.disabled = true;
  3650.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3651.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3652.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3653.            
  3654.            // Simulate API call
  3655.            setTimeout(() => {
  3656.                // Success state
  3657.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3658.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3659.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3660.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3661.                
  3662.                showMessage('success');
  3663.                
  3664.                // Reset after delay
  3665.                setTimeout(() => {
  3666.                    submitButton.querySelector('.button-text').textContent = originalText;
  3667.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3668.                    submitButton.style.background = '';
  3669.                    submitButton.disabled = false;
  3670.                    emailInput.value = '';
  3671.                    showMessage('info');
  3672.                }, 3000);
  3673.                
  3674.            }, 2000);
  3675.        });
  3676.        
  3677.        // Input validation
  3678.        emailInput.addEventListener('blur', function() {
  3679.            const email = this.value.trim();
  3680.            if (email && !isValidEmail(email)) {
  3681.                this.style.borderColor = '#ef4444';
  3682.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3683.            } else if (email && isValidEmail(email)) {
  3684.                this.style.borderColor = '#10b981';
  3685.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3686.            }
  3687.        });
  3688.        
  3689.        emailInput.addEventListener('focus', function() {
  3690.            this.style.borderColor = '#3b82f6';
  3691.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3692.        });
  3693.        
  3694.        // Reset validation styling on input
  3695.        emailInput.addEventListener('input', function() {
  3696.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3697.                this.style.borderColor = '';
  3698.                this.style.boxShadow = '';
  3699.            }
  3700.        });
  3701.    }
  3702.    
  3703.    // Email validation function
  3704.    function isValidEmail(email) {
  3705.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3706.        return emailRegex.test(email);
  3707.    }
  3708.    
  3709.    // Message display function
  3710.    function showMessage(type) {
  3711.        // Hide all messages
  3712.        successMessage.style.display = 'none';
  3713.        errorMessage.style.display = 'none';
  3714.        infoMessage.style.display = 'none';
  3715.        
  3716.        // Show specific message
  3717.        if (type === 'success') {
  3718.            successMessage.style.display = 'block';
  3719.        } else if (type === 'error') {
  3720.            errorMessage.style.display = 'block';
  3721.        } else if (type === 'info') {
  3722.            infoMessage.style.display = 'block';
  3723.        }
  3724.    }
  3725.    
  3726.    // Smooth reveal animations
  3727.    const observerOptions = {
  3728.        threshold: 0.1,
  3729.        rootMargin: '0px 0px -30px 0px'
  3730.    };
  3731.    
  3732.    const sectionObserver = new IntersectionObserver((entries) => {
  3733.        entries.forEach(entry => {
  3734.            if (entry.isIntersecting) {
  3735.                entry.target.style.opacity = '1';
  3736.                entry.target.style.transform = 'translateY(0)';
  3737.            }
  3738.        });
  3739.    }, observerOptions);
  3740.    
  3741.    // Animate sections
  3742.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3743.        section.style.opacity = '0';
  3744.        section.style.transform = 'translateY(20px)';
  3745.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3746.        sectionObserver.observe(section);
  3747.    });
  3748.    
  3749.    // Animate category pills
  3750.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3751.        pill.style.opacity = '0';
  3752.        pill.style.transform = 'translateY(10px)';
  3753.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3754.        
  3755.        setTimeout(() => {
  3756.            pill.style.opacity = '1';
  3757.            pill.style.transform = 'translateY(0)';
  3758.        }, 300 + (index * 100));
  3759.    });
  3760.    
  3761.    // Enhanced link hover effects
  3762.    document.querySelectorAll('.link-text').forEach(link => {
  3763.        link.addEventListener('mouseenter', function() {
  3764.            const icon = this.querySelector('.link-icon');
  3765.            if (icon) {
  3766.                icon.style.transform = 'translateX(4px)';
  3767.            }
  3768.        });
  3769.        
  3770.        link.addEventListener('mouseleave', function() {
  3771.            const icon = this.querySelector('.link-icon');
  3772.            if (icon) {
  3773.                icon.style.transform = 'translateX(0)';
  3774.            }
  3775.        });
  3776.    });
  3777.    
  3778.    // Prevent default for demo links
  3779.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3780.        link.addEventListener('click', function(e) {
  3781.            e.preventDefault();
  3782.        });
  3783.    });
  3784.    
  3785.    // Add ripple effect to submit button
  3786.    submitButton.addEventListener('click', function(e) {
  3787.        const ripple = document.createElement('span');
  3788.        const rect = this.getBoundingClientRect();
  3789.        const size = Math.max(rect.width, rect.height);
  3790.        const x = e.clientX - rect.left - size / 2;
  3791.        const y = e.clientY - rect.top - size / 2;
  3792.        
  3793.        ripple.style.cssText = `
  3794.            position: absolute;
  3795.            width: ${size}px;
  3796.            height: ${size}px;
  3797.            left: ${x}px;
  3798.            top: ${y}px;
  3799.            background: rgba(255, 255, 255, 0.3);
  3800.            border-radius: 50%;
  3801.            transform: scale(0);
  3802.            animation: ripple 0.6s ease-out;
  3803.            pointer-events: none;
  3804.        `;
  3805.        
  3806.        this.appendChild(ripple);
  3807.        
  3808.        setTimeout(() => {
  3809.            ripple.remove();
  3810.        }, 600);
  3811.    });
  3812.    
  3813. });
  3814.  
  3815. // Add CSS for ripple animation
  3816. const rippleStyle = document.createElement('style');
  3817. rippleStyle.textContent = `
  3818.    @keyframes ripple {
  3819.        to {
  3820.            transform: scale(2);
  3821.            opacity: 0;
  3822.        }
  3823.    }
  3824.    
  3825.    @keyframes spin {
  3826.        from { transform: rotate(0deg); }
  3827.        to { transform: rotate(360deg); }
  3828.    }
  3829.    
  3830.    .submit-button {
  3831.        position: relative;
  3832.        overflow: hidden;
  3833.    }
  3834. `;
  3835. document.head.appendChild(rippleStyle);
  3836. </script>
  3837.  
  3838.        <!-- end of wpo-site-footer-section -->
  3839.    </div>
  3840.    <!-- end of page-wrapper -->
  3841.  
  3842.    <!-- All JavaScript files
  3843.    ================================================== -->
  3844.    
  3845.  
  3846. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3847. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3848. <!-- Plugins for this template -->
  3849. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3850. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3851. <!-- Custom script for this template -->
  3852. <script src="/static/blogapp/assets/js/script.js"></script>
  3853.  
  3854. <script>
  3855. (function () {
  3856. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3857. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3858.  
  3859. function applyFallback(img) {
  3860. if (!img || img.dataset.fallbackApplied === "1") {
  3861. return;
  3862. }
  3863. var failedSrc = img.currentSrc || img.src || "";
  3864. img.dataset.fallbackApplied = "1";
  3865. img.onerror = null;
  3866. img.src = fallbackImageSrc;
  3867. console.warn("[ImageFallback] Replaced broken image:", {
  3868. failedSrc: failedSrc,
  3869. fallbackSrc: fallbackImageSrc,
  3870. alt: img.alt || "",
  3871. });
  3872. }
  3873.  
  3874. document.querySelectorAll("img").forEach(function (img) {
  3875. if (img.complete && img.naturalWidth === 0) {
  3876. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3877. failedSrc: img.currentSrc || img.src || "",
  3878. alt: img.alt || "",
  3879. });
  3880. applyFallback(img);
  3881. }
  3882. });
  3883.  
  3884. document.addEventListener(
  3885. "error",
  3886. function (event) {
  3887. var target = event.target;
  3888. if (target && target.tagName === "IMG") {
  3889. applyFallback(target);
  3890. }
  3891. },
  3892. true
  3893. );
  3894. })();
  3895. </script>
  3896.  
  3897. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3898.  
  3899.  
  3900.  
  3901. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"f3cd73e1637a495a85b77c375e260722","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3902. </body>
  3903.  
  3904. </html>
  3905.  
  3906.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda