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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  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_13_L3iPkjS_tpOhYe4_LCqgWNc_9z5eWQy.png">
  14.    
  15.  
  16.    <title>Media Culture Site: UK Arts, Entertainment &amp; Digital Media Analysis</title>
  17.    <meta name="description" content="Explore in-depth articles on UK arts, entertainment trends, and digital media culture. We provide analysis, reviews, and insights into contemporary media landscapes.">
  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://mediaculturesite.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00a6fb;
  42.        --bs-primary-rgb: 00a6fb;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #eff6ff;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00a6fb;
  53.        --theme-primary-color-s2: #00a6fb;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e3a8a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e3a8a;
  59.        --border-color: #bfdbfe;
  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: #dbeafe;
  75.        --navbar-color: #1e3a8a;
  76.        --topbar-bg: #eff6ff;
  77.        --topbar-color: #1e3a8a;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bfdbfe;
  82.        --card-radius: 10px;
  83.        --link-color: #00a6fb;
  84.        --link-hover: #0086d1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 166, 251, 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_52">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="">
  424.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  425.          </div>
  426.  
  427.          <!-- Add an id to the marquee -->
  428.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.            <p class="text-center">
  430.              
  431.               <a href="/lost-bach-compositions-presented-for-first-time-in-over-three-centuries/" class="px-5 top-color">
  432.                    Lost Bach Compositions Presented for First Time in Over Three Centuries
  433.                  </a>
  434.              
  435.               <a href="/gal%C3%A1pagos-had-no-native-amphibians-then-hundreds-of-thousands-of-frogs-made-their-home/" class="px-5 top-color">
  436.                    Galápagos Had No Native Amphibians. Then Hundreds of Thousands of Frogs Made Their Home
  437.                  </a>
  438.              
  439.               <a href="/sitting-with-ferguson-and-getting-knocked-out-the-lenswomans-stories/" class="px-5 top-color">
  440.                    Sitting with Ferguson and Getting &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Stories
  441.                  </a>
  442.              
  443.               <a href="/californias-governor-again-denies-early-release-for-cult-member-longtime-inmate/" class="px-5 top-color">
  444.                    California&#x27;s Governor Again Denies Early Release for Cult Member Longtime Inmate
  445.                  </a>
  446.              
  447.               <a href="/person-of-interest-in-ivy-league-campus-tragedy-found-discovered-dead-inside-storage-facility/" class="px-5 top-color">
  448.                    Person of Interest in Ivy League Campus Tragedy Found Discovered Dead Inside Storage Facility.
  449.                  </a>
  450.              
  451.            </p>
  452.          </marquee>
  453.        </div>
  454.      </div>
  455.    </div>
  456.  </div>
  457. </div>
  458. <style>
  459.  .tilt-button {
  460.  padding: 0.5rem 1rem;
  461.  white-space: nowrap;
  462.  font-weight: bold;
  463.  display: inline-block;
  464.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  465.  transition: background 0.3s ease;
  466. }
  467.  
  468.  
  469. </style>
  470. <script>
  471.  // Stop/start marquee when hovering or focusing links inside it
  472.  document.addEventListener("DOMContentLoaded", function () {
  473.    const marquee = document.getElementById("newsMarquee");
  474.    if (!marquee) return;
  475.  
  476.    marquee.querySelectorAll("a").forEach((link) => {
  477.      link.addEventListener("mouseenter", () => marquee.stop());
  478.      link.addEventListener("mouseleave", () => marquee.start());
  479.      // keyboard accessibility
  480.      link.addEventListener("focus", () => marquee.stop());
  481.      link.addEventListener("blur", () => marquee.start());
  482.    });
  483.  });
  484. </script>
  485.  
  486.  
  487.  
  488.            
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. <header class="header-v6 mb-4 nav-bg position-relative">
  496.    <div class="main-header-v6">
  497.        <div class="container-fluid fluid-container">
  498.            <div class="row align-items-center justify-content-between">
  499.                <!-- Left Navigation -->
  500.                <div class="col-lg-5 col-md-3">
  501.                    <nav class="left-nav-v6">
  502.                        <ul class="nav-list-v6">
  503.                            
  504.                            <li class="nav-item-v6">
  505.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  506.                            </li>
  507.  
  508.                            
  509.                            
  510.                            <li class="nav-item-v6">
  511.                                <a href="/category/all-posts/" class="nav-link-v6">
  512.                                    All Posts
  513.                                </a>
  514.                            </li>
  515.                            
  516.                            <li class="nav-item-v6">
  517.                                <a href="/category/business/" class="nav-link-v6">
  518.                                    Business
  519.                                </a>
  520.                            </li>
  521.                            
  522.                            <li class="nav-item-v6">
  523.                                <a href="/category/esports/" class="nav-link-v6">
  524.                                    Esports
  525.                                </a>
  526.                            </li>
  527.                            
  528.                        </ul>
  529.                    </nav>
  530.                </div>
  531.  
  532.                <!-- Center Logo -->
  533.               <div class="col-lg-2 col-md-6 text-center">
  534.                    <div class="logo-center-v6">
  535.                        <a class="brand-link-v6" href="/">
  536.                            
  537.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8429b67c-5ca4-4a6e-8b2f-b95c84f0a07e_logo.png" alt="Media Culture Site" class="logo-img-v6" />
  538.                            
  539.                        </a>
  540.                    </div>
  541.                </div>
  542.  
  543.                <!-- Right Navigation -->
  544.                <div class="col-lg-5 col-md-3">
  545.                    <nav class="right-nav-v6">
  546.                        <ul class="nav-list-v6 justify-content-end">
  547.  
  548.                            
  549.                            
  550.                            <li class="nav-item-v6">
  551.                                <a href="/category/fashion/" class="nav-link-v6">
  552.                                    Fashion
  553.                                </a>
  554.                            </li>
  555.                            
  556.                            <li class="nav-item-v6">
  557.                                <a href="/category/featured/" class="nav-link-v6">
  558.                                    Featured
  559.                                </a>
  560.                            </li>
  561.                            
  562.  
  563.                            
  564.                            
  565.                            
  566.                            <li class="nav-item-v6 dropdown-container-v6">
  567.                                <a href="#" class="nav-link-v6">More</a>
  568.                                <div class="mega-dropdown-v6">
  569.                                    <div class="dropdown-grid-v6">
  570.                                        <div class="dropdown-column-v6">
  571.                                            
  572.                                            <a href="/category/gaming/"
  573.                                                class="dropdown-link-v6">
  574.                                                Gaming
  575.                                            </a>
  576.                                            
  577.                                            <a href="/category/health/"
  578.                                                class="dropdown-link-v6">
  579.                                                Health
  580.                                            </a>
  581.                                            
  582.                                            <a href="/category/life-fitness/"
  583.                                                class="dropdown-link-v6">
  584.                                                Life &amp; Fitness
  585.                                            </a>
  586.                                            
  587.                                            <a href="/category/lifestyle/"
  588.                                                class="dropdown-link-v6">
  589.                                                Lifestyle
  590.                                            </a>
  591.                                            
  592.                                            <a href="/category/news/"
  593.                                                class="dropdown-link-v6">
  594.                                                News
  595.                                            </a>
  596.                                            
  597.                                            <a href="/category/others/"
  598.                                                class="dropdown-link-v6">
  599.                                                Others
  600.                                            </a>
  601.                                            
  602.                                            <a href="/category/politics/"
  603.                                                class="dropdown-link-v6">
  604.                                                Politics
  605.                                            </a>
  606.                                            
  607.                                            <a href="/category/sports/"
  608.                                                class="dropdown-link-v6">
  609.                                                Sports
  610.                                            </a>
  611.                                            
  612.                                            <a href="/category/tech/"
  613.                                                class="dropdown-link-v6">
  614.                                                Tech
  615.                                            </a>
  616.                                            
  617.                                            <a href="/category/travel/"
  618.                                                class="dropdown-link-v6">
  619.                                                Travel
  620.                                            </a>
  621.                                            
  622.                                        </div>
  623.                                    </div>
  624.                                </div>
  625.                            </li>
  626.                            
  627.                            
  628.                             <li>
  629.                  <a href="/page/contact-us/">
  630.                     Contact Us
  631.                  </a>
  632.              </li>
  633.                        </ul>
  634.                    </nav>
  635.                </div>
  636.            </div>
  637.  
  638.  
  639.            <!-- Search Bar Row -->
  640.            <div class="row mt-md-4 ">
  641.                <div class="col-12">
  642.                    <div class="search-container-v6">
  643.                        <form class="search-form-v6" action="#" method="get">
  644.                            <div class="search-wrapper-v6">
  645.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <circle cx="11" cy="11" r="8"></circle>
  648.                                    <path d="m21 21-4.35-4.35"></path>
  649.                                </svg>
  650.                                <input id="search-input" type="search" class="search-input-v6"
  651.                                    placeholder="What are you looking for today?" name="q">
  652.                                <button type="submit" class="search-submit-v6">Search</button>
  653.                            </div>
  654.                        </form>
  655.                         <div id="search-results" class="search-results-container search-v1"></div>
  656.                    </div>
  657.                </div>
  658.            </div>
  659.        </div>
  660.    </div>
  661.  
  662.    <!-- Mobile Menu Button -->
  663.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  664.        <span class="hamburger-line-v6 text-link "></span>
  665.        <span class="hamburger-line-v6 text-link "></span>
  666.        <span class="hamburger-line-v6 text-link "></span>
  667.    </button>
  668.  
  669.    <!-- Mobile Menu -->
  670. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  671.    <div class="mobile-menu-content-v6">
  672.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  673.            onclick="toggleMenuV6()">
  674.            X
  675.        </button>
  676.        <ul class="mobile-nav-list-v6">
  677.  
  678.            <!-- Static Home -->
  679.            <li class="mobile-nav-item-v6">
  680.                <a href="/"
  681.                   class="mobile-nav-link-v6 active-v6">
  682.                    Home
  683.                </a>
  684.            </li>
  685.  
  686.            <!-- Dynamic categories -->
  687.            
  688.            <li class="mobile-nav-item-v6">
  689.                <a href="/category/all-posts/"
  690.                   class="mobile-nav-link-v6 ">
  691.                    All Posts
  692.                </a>
  693.            </li>
  694.            
  695.            <li class="mobile-nav-item-v6">
  696.                <a href="/category/business/"
  697.                   class="mobile-nav-link-v6 ">
  698.                    Business
  699.                </a>
  700.            </li>
  701.            
  702.            <li class="mobile-nav-item-v6">
  703.                <a href="/category/esports/"
  704.                   class="mobile-nav-link-v6 ">
  705.                    Esports
  706.                </a>
  707.            </li>
  708.            
  709.            <li class="mobile-nav-item-v6">
  710.                <a href="/category/fashion/"
  711.                   class="mobile-nav-link-v6 ">
  712.                    Fashion
  713.                </a>
  714.            </li>
  715.            
  716.            <li class="mobile-nav-item-v6">
  717.                <a href="/category/featured/"
  718.                   class="mobile-nav-link-v6 ">
  719.                    Featured
  720.                </a>
  721.            </li>
  722.            
  723.            <li class="mobile-nav-item-v6">
  724.                <a href="/category/gaming/"
  725.                   class="mobile-nav-link-v6 ">
  726.                    Gaming
  727.                </a>
  728.            </li>
  729.            
  730.            <li class="mobile-nav-item-v6">
  731.                <a href="/category/health/"
  732.                   class="mobile-nav-link-v6 ">
  733.                    Health
  734.                </a>
  735.            </li>
  736.            
  737.            <li class="mobile-nav-item-v6">
  738.                <a href="/category/life-fitness/"
  739.                   class="mobile-nav-link-v6 ">
  740.                    Life &amp; Fitness
  741.                </a>
  742.            </li>
  743.            
  744.            <li class="mobile-nav-item-v6">
  745.                <a href="/category/lifestyle/"
  746.                   class="mobile-nav-link-v6 ">
  747.                    Lifestyle
  748.                </a>
  749.            </li>
  750.            
  751.            <li class="mobile-nav-item-v6">
  752.                <a href="/category/news/"
  753.                   class="mobile-nav-link-v6 ">
  754.                    News
  755.                </a>
  756.            </li>
  757.            
  758.            <li class="mobile-nav-item-v6">
  759.                <a href="/category/others/"
  760.                   class="mobile-nav-link-v6 ">
  761.                    Others
  762.                </a>
  763.            </li>
  764.            
  765.            <li class="mobile-nav-item-v6">
  766.                <a href="/category/politics/"
  767.                   class="mobile-nav-link-v6 ">
  768.                    Politics
  769.                </a>
  770.            </li>
  771.            
  772.            <li class="mobile-nav-item-v6">
  773.                <a href="/category/sports/"
  774.                   class="mobile-nav-link-v6 ">
  775.                    Sports
  776.                </a>
  777.            </li>
  778.            
  779.            <li class="mobile-nav-item-v6">
  780.                <a href="/category/tech/"
  781.                   class="mobile-nav-link-v6 ">
  782.                    Tech
  783.                </a>
  784.            </li>
  785.            
  786.            <li class="mobile-nav-item-v6">
  787.                <a href="/category/travel/"
  788.                   class="mobile-nav-link-v6 ">
  789.                    Travel
  790.                </a>
  791.            </li>
  792.            
  793.  
  794.            <!-- Static Contact -->
  795.            <li class="mobile-nav-item-v6">
  796.                <a href="/page/contact-us/"
  797.                   class="mobile-nav-link-v6 ">
  798.                    Contact Us
  799.                </a>
  800.            </li>
  801.        </ul>
  802.    </div>
  803. </div>
  804. <div class="sidebar-blur d-lg-none"></div>
  805. </header>
  806.  
  807. <style>
  808.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  809.  
  810.  
  811.    .main-header-v6 {
  812.        padding: 35px 0;
  813.    }
  814.  
  815.    /* Logo Styles */
  816.    .logo-center-v6 {
  817.        position: relative;
  818.    }
  819.  
  820.    .logo-img-v6 {
  821.        max-height: 100px;
  822.        transition: transform 0.3s ease;
  823.    }
  824.  
  825.    .logo-img-v6:hover {
  826.        transform: scale(1.05);
  827.    }
  828.  
  829.    /* Navigation Styles */
  830.    .nav-list-v6 {
  831.        list-style: none;
  832.        padding: 0;
  833.        margin: 0;
  834.        display: flex;
  835.        align-items: center;
  836.    }
  837.  
  838.    .nav-item-v6 {
  839.        position: relative;
  840.        margin: 0 20px;
  841.    }
  842.  
  843.    .nav-link-v6 {
  844.        color: var(--navbar-color) !important;
  845.        text-decoration: none;
  846.        font-weight: 500;
  847.        font-size: 15px;
  848.        padding: 12px 0;
  849.        position: relative;
  850.        transition: all 0.3s ease;
  851.    }
  852.  
  853.    .nav-link-v6::after {
  854.        content: '';
  855.        position: absolute;
  856.        bottom: 0;
  857.        left: 50%;
  858.        width: 0;
  859.        height: 2px;
  860.        transition: all 0.3s ease;
  861.        transform: translateX(-50%);
  862.    }
  863.  
  864.    .nav-link-v6:hover,
  865.    .nav-link-v6.active-v6 {
  866.        font-weight: 700;
  867.        opacity: 0.75;
  868.    }
  869.  
  870.    .nav-link-v6:hover::after,
  871.    .nav-link-v6.active-v6::after {
  872.        width: 100%;
  873.    }
  874.  
  875.    /* Mega Dropdown Styles */
  876.    .dropdown-container-v6 {
  877.        position: relative;
  878.    }
  879.  
  880.    .mega-dropdown-v6 {
  881.        position: absolute;
  882.        top: 100%;
  883.        left: 50%;
  884.        transform: translateX(-50%);
  885.        background: var(--navbar-bg);
  886.        border-radius: 12px;
  887.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  888.        opacity: 0;
  889.        visibility: hidden;
  890.        transition: all 0.3s ease;
  891.        padding: 25px;
  892.        min-width: 300px;
  893.        z-index: 1200;
  894.        margin-top: 15px;
  895.    }
  896.  
  897.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  898.        opacity: 1;
  899.        visibility: visible;
  900.        margin-top: 0;
  901.    }
  902.  
  903.    .dropdown-grid-v6 {
  904.        display: grid;
  905.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  906.        gap: 20px;
  907.    }
  908.  
  909.    .dropdown-title-v6 {
  910.        font-size: 13px;
  911.        font-weight: 600;
  912.        color: #4a5568;
  913.        margin-bottom: 10px;
  914.        text-transform: uppercase;
  915.        letter-spacing: 0.5px;
  916.    }
  917.  
  918.    .dropdown-link-v6 {
  919.        display: block;
  920.        color: #2d3748;
  921.        text-decoration: none;
  922.        font-size: 14px;
  923.        padding: 8px 0;
  924.        transition: all 0.3s ease;
  925.        position: relative;
  926.        padding-left: 15px;
  927.    }
  928.  
  929.    .dropdown-link-v6::before {
  930.        content: '';
  931.        position: absolute;
  932.        left: 0;
  933.        top: 50%;
  934.        width: 6px;
  935.        height: 6px;
  936.        background: #e2e8f0;
  937.        border-radius: 50%;
  938.        transform: translateY(-50%);
  939.        transition: all 0.3s ease;
  940.    }
  941.  
  942.    .dropdown-link-v6:hover {
  943.        color: #667eea;
  944.        padding-left: 20px;
  945.    }
  946.  
  947.    .dropdown-link-v6:hover::before {
  948.        background: #667eea;
  949.    }
  950.  
  951.    /* Search Styles */
  952.    .search-container-v6 {
  953.        max-width: 600px;
  954.        margin: 0 auto;
  955.    }
  956.  
  957.    .search-wrapper-v6 {
  958.        position: relative;
  959.        background: #f7fafc;
  960.        border-radius: 50px;
  961.        display: flex;
  962.        align-items: center;
  963.        transition: all 0.3s ease;
  964.        border: 2px solid transparent;
  965.    }
  966.  
  967.    .search-wrapper-v6:focus-within {
  968.        background: #ffffff;
  969.        border-color: #007bff;
  970.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  971.    }
  972.  
  973.    .search-icon-v6 {
  974.        color: #a0aec0;
  975.        margin: 0 15px;
  976.        transition: color 0.3s ease;
  977.    }
  978.  
  979.    .search-wrapper-v6:focus-within .search-icon-v6 {
  980.        color: #007bff;
  981.    }
  982.  
  983.    .search-input-v6 {
  984.        flex: 1;
  985.        border: none;
  986.        background: transparent;
  987.        font-size: 16px;
  988.        padding: 10px 0;
  989.        outline: none;
  990.        color: #2d3748;
  991.    }
  992.  
  993.    .search-input-v6::placeholder {
  994.        color: #a0aec0;
  995.    }
  996.  
  997.    .search-submit-v6 {
  998.        background-color: var(--bs-primary);
  999.        color: white;
  1000.        border: none;
  1001.        border-radius: 50px;
  1002.        padding: 12px 25px;
  1003.        font-weight: 500;
  1004.        cursor: pointer;
  1005.        transition: all 0.3s ease;
  1006.    }
  1007.  
  1008.    .search-submit-v6:hover {
  1009.        transform: translateY(-2px);
  1010.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1011.    }
  1012.  
  1013.    /* Mobile Styles */
  1014.    .mobile-toggle-v6 {
  1015.        position: absolute;
  1016.        top: 20px;
  1017.        right: 20px;
  1018.        background: none;
  1019.        border: none;
  1020.        cursor: pointer;
  1021.        z-index: 999;
  1022.        padding: 5px;
  1023.    }
  1024.  
  1025.    .hamburger-line-v6 {
  1026.        display: block;
  1027.        width: 25px;
  1028.        height: 3px;
  1029.        background: var(--navbar-color);
  1030.        margin: 5px 0;
  1031.        transition: all 0.3s ease;
  1032.        border-radius: 2px;
  1033.    }
  1034.  
  1035.    .mobile-menu-v6 {
  1036.        position: fixed;
  1037.        top: 0;
  1038.        right: -100%;
  1039.        width: 300px;
  1040.        height: 100vh;
  1041.        background: var(--navbar-bg) !important;
  1042.        z-index: 1000;
  1043.        transition: right 0.3s ease;
  1044.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1045.    }
  1046.  
  1047.    .mobile-menu-v6.show-v6 {
  1048.        right: 0;
  1049.    }
  1050.  
  1051.    .mobile-menu-content-v6 {
  1052.        padding: 80px 30px 30px;
  1053.        height: 100%;
  1054.        overflow-y: auto;
  1055.    }
  1056.  
  1057.    .mobile-nav-list-v6 {
  1058.        list-style: none;
  1059.        padding: 0;
  1060.        margin: 0;
  1061.    }
  1062.  
  1063.    .mobile-nav-item-v6 {
  1064.        margin-bottom: 5px;
  1065.    }
  1066.  
  1067.    .mobile-nav-link-v6 {
  1068.        display: flex;
  1069.        align-items: center;
  1070.        justify-content: space-between;
  1071.        color: var(--navbar-color) !important;
  1072.        text-decoration: none;
  1073.        font-size: 16px;
  1074.        font-weight: 500;
  1075.        padding: 15px 0;
  1076.        border-bottom: 1px solid var(--border-color);
  1077.        transition: color 0.3s ease;
  1078.    }
  1079.  
  1080.    .mobile-nav-link-v6:hover,
  1081.    .mobile-nav-link-v6.active-v6 {
  1082.        color: #667eea;
  1083.    }
  1084.  
  1085.    .mobile-dropdown-v6 {
  1086.        list-style: none;
  1087.        padding: 0;
  1088.        margin: 0;
  1089.        max-height: 0;
  1090.        overflow: hidden;
  1091.        transition: max-height 0.3s ease;
  1092.        background: var(--navbar-bg);
  1093.        border-radius: 8px;
  1094.        margin-top: 5px;
  1095.    }
  1096.  
  1097.    .mobile-dropdown-v6.show-v6 {
  1098.        max-height: 300px;
  1099.        padding: 10px 0;
  1100.    }
  1101.  
  1102.    .mobile-dropdown-link-v6 {
  1103.        display: block;
  1104.        color: var(--navbar-color) !important;
  1105.        text-decoration: none;
  1106.        font-size: 14px;
  1107.        padding: 10px 20px;
  1108.        transition: all 0.3s ease;
  1109.    }
  1110.  
  1111.    .mobile-dropdown-link-v6:hover {
  1112.        color: #667eea;
  1113.        opacity: 0.6;
  1114.    }
  1115.  
  1116.    /* Responsive Design */
  1117.    @media (max-width: 991px) {
  1118.  
  1119.        .left-nav-v6,
  1120.        .right-nav-v6 {
  1121.            display: none;
  1122.        }
  1123.  
  1124.        .main-header-v6 {
  1125.            padding: 15px 0;
  1126.        }
  1127.  
  1128.        .search-container-v6 {
  1129.            margin-top: 20px;
  1130.        }
  1131.    }
  1132.  
  1133.    @media (max-width: 768px) {
  1134.        .search-wrapper-v6 {
  1135.            flex-direction: row;
  1136.        }
  1137.  
  1138.        .search-input-v6 {
  1139.            padding: 6px 0;
  1140.            text-align: center;
  1141.            display: flex;
  1142.        }
  1143.  
  1144.  
  1145.        .search-submit-v6 {
  1146.            width: 100%;
  1147.            margin-top: 10px;
  1148.            display: none;
  1149.        }
  1150.    }
  1151. </style>
  1152.  
  1153. <script>
  1154.    function toggleMenuV6() {
  1155.        const mobileMenu = document.getElementById('mobileMenuV6');
  1156.        mobileMenu.classList.toggle('show-v6');
  1157.    }
  1158.  
  1159.    function toggleMobileDropdown(dropdownId) {
  1160.        const dropdown = document.getElementById(dropdownId);
  1161.        dropdown.classList.toggle('show-v6');
  1162.    }
  1163.  
  1164.    // Close mobile menu when clicking outside
  1165.    document.addEventListener('click', function (event) {
  1166.        const mobileMenu = document.getElementById('mobileMenuV6');
  1167.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1168.  
  1169.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1170.            mobileMenu.classList.remove('show-v6');
  1171.        }
  1172.    });
  1173. </script>
  1174.  
  1175. <script>
  1176.  document.addEventListener("DOMContentLoaded", function () {
  1177.    console.log("loaded");
  1178.  
  1179.     const searchInput = document.getElementById("search-input")
  1180.    const searchResults = document.getElementById("search-results");
  1181.  
  1182.    if (!searchInput || !searchResults) {
  1183.      console.error("Search input/results not found");
  1184.      return;
  1185.    }
  1186.  
  1187.    // Prevent form submission
  1188.    if (searchInput.form) {
  1189.      searchInput.form.addEventListener("submit", function (e) {
  1190.        e.preventDefault();
  1191.      });
  1192.    }
  1193.  
  1194.    // Add event listener for keyup
  1195.    searchInput.addEventListener("keyup", function (e) {
  1196.      console.log("Key pressed:", e.key);
  1197.      e.preventDefault();
  1198.  
  1199.      const query = searchInput.value.trim();
  1200.      console.log("User is typing: " + query);
  1201.  
  1202.      // If empty → clear and hide
  1203.      if (query === "") {
  1204.        searchResults.innerHTML = "";
  1205.        searchResults.style.display = "none";
  1206.        return;
  1207.      }
  1208.  
  1209.      // Show results
  1210.      searchResults.style.display = "block";
  1211.  
  1212.      // Fetch search results
  1213.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1214.        method: "GET",
  1215.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1216.      })
  1217.        .then(response => {
  1218.          console.log("Response Status:", response.status);
  1219.          return response.json();
  1220.        })
  1221.        .then(data => {
  1222.          console.log("Data received:", data);
  1223.          if (data.html) {
  1224.            searchResults.innerHTML = data.html;
  1225.          } else {
  1226.            searchResults.innerHTML = "<p>No results found.</p>";
  1227.          }
  1228.        })
  1229.        .catch(error => {
  1230.          console.error("Error fetching search results:", error);
  1231.        });
  1232.    });
  1233.  
  1234.    // Close results when clicking outside
  1235.    document.addEventListener("click", function (e) {
  1236.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1237.        searchResults.style.display = "none";
  1238.      }
  1239.    });
  1240.  
  1241.    // Close results on ESC key
  1242.    document.addEventListener("keydown", function (e) {
  1243.      if (e.key === "Escape") {
  1244.        searchResults.style.display = "none";
  1245.      }
  1246.    });
  1247.  });
  1248. </script>
  1249.  
  1250. <style>
  1251.        /* search field */
  1252.  .search-results-container {
  1253.  position: absolute;
  1254.  top: 100%; /* Position it below the input field */
  1255.  left: 10px;
  1256.  right: 10px;
  1257.  background-color: white;
  1258.  border: 1px solid #ddd;
  1259.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1260.  max-height: 300px;
  1261.  overflow-y: auto;
  1262.  z-index: 1000;
  1263.  display: none; /* Initially hidden */
  1264. }
  1265.  
  1266. .search-results-container p {
  1267.  margin: 0;
  1268. }
  1269.  
  1270. .search-results-container .result-item {
  1271.  padding: 10px;
  1272.  cursor: pointer;
  1273. }
  1274.  
  1275. .search-results-container .result-item:hover {
  1276.  background-color: #f0f0f0;
  1277. }
  1278. </style>
  1279.  
  1280.        </header>
  1281.        <!-- end of header -->
  1282.        <!-- start of wpo-blog-hero -->
  1283.        
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291. <style>
  1292. .blog-hero-section {
  1293.    padding: 3rem 0;
  1294. }
  1295.  
  1296.  
  1297. .hero-grid {
  1298.    display: grid;
  1299.    grid-template-columns: 2fr 1fr 1fr;
  1300.    grid-template-rows: 1fr 1fr;
  1301.    gap: 1.5rem;
  1302.    height: 500px;
  1303. }
  1304.  
  1305. .hero-card {
  1306.    background: var(--card-bg);
  1307.    border-radius: 12px;
  1308.    overflow: hidden;
  1309.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1310.    transition: all 0.3s ease;
  1311.    position: relative;
  1312. }
  1313.  
  1314. .hero-card:hover {
  1315.    transform: translateY(-8px);
  1316.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1317. }
  1318.  
  1319. .main-hero {
  1320.    grid-row: 1 / -1;
  1321.    grid-column: 1;
  1322. }
  1323.  
  1324. .card-image {
  1325.    width: 100%;
  1326.    height: 60%;
  1327.    object-fit: cover;
  1328.    transition: transform 0.3s ease;
  1329. }
  1330.  
  1331. .main-hero .card-image {
  1332.    height: 65%;
  1333. }
  1334.  
  1335. .hero-card:hover .card-image {
  1336.    transform: scale(1.05);
  1337. }
  1338.  
  1339. .card-content {
  1340.    padding: 1.5rem;
  1341.    height: 40%;
  1342.    display: flex;
  1343.    flex-direction: column;
  1344.    justify-content: space-between;
  1345. }
  1346.  
  1347. .main-hero .card-content {
  1348.    height: 35%;
  1349. }
  1350.  
  1351. .category-badge {
  1352.    display: inline-block;
  1353.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1354.    color: white;
  1355.    padding: 0.4rem 1rem;
  1356.    border-radius: 20px;
  1357.    font-size: 0.8rem;
  1358.    font-weight: 600;
  1359.    text-transform: uppercase;
  1360.    letter-spacing: 0.5px;
  1361.    margin-bottom: 0.8rem;
  1362.    width: fit-content;
  1363. }
  1364.  
  1365. .card-title {
  1366.    font-size: 1.1rem;
  1367.    font-weight: 700;
  1368.    line-height: 1.4;
  1369.    margin-bottom: 0.5rem;
  1370. }
  1371.  
  1372. .main-hero .card-title {
  1373.    font-size: 1.6rem;
  1374.    line-height: 1.3;
  1375.    margin-bottom: 0.8rem;
  1376. }
  1377.  
  1378. .card-title a {
  1379.    color: var(--top-color);
  1380.    text-decoration: none;
  1381.    transition: color 0.3s ease;
  1382. }
  1383.  
  1384.  
  1385. .card-description {
  1386.    color: var(--top-color);
  1387.    line-height: 1.6;
  1388.    margin-bottom: 1rem;
  1389.    display: -webkit-box;
  1390.    -webkit-line-clamp: 2;
  1391.    -webkit-box-orient: vertical;
  1392.    overflow: hidden;
  1393. }
  1394.  
  1395. .main-hero .card-description {
  1396.    -webkit-line-clamp: 3;
  1397. }
  1398.  
  1399. .card-meta {
  1400.    display: flex;
  1401.    align-items: center;
  1402.    justify-content: space-between;
  1403.    margin-top: auto;
  1404. }
  1405.  
  1406. .author-section {
  1407.    display: flex;
  1408.    align-items: center;
  1409.    gap: 0.8rem;
  1410. }
  1411.  
  1412. .author-avatar {
  1413.    width: 35px;
  1414.    height: 35px;
  1415.    border-radius: 50%;
  1416.    object-fit: cover;
  1417.    border: 2px solid #f8f9fa;
  1418. }
  1419.  
  1420. .author-name {
  1421.    color: #667eea;
  1422.    text-decoration: none;
  1423.    font-weight: 600;
  1424.    font-size: 0.9rem;
  1425. }
  1426.  
  1427. .author-name:hover {
  1428.    text-decoration: underline;
  1429. }
  1430.  
  1431. .publish-date {
  1432.    color: #95a5a6;
  1433.    font-size: 0.85rem;
  1434.    font-weight: 500;
  1435. }
  1436.  
  1437. .side-card-1 {
  1438.    grid-column: 2;
  1439.    grid-row: 1;
  1440. }
  1441.  
  1442. .side-card-2 {
  1443.    grid-column: 3;
  1444.    grid-row: 1;
  1445. }
  1446.  
  1447. .side-card-3 {
  1448.    grid-column: 2 / 4;
  1449.    grid-row: 2;
  1450. }
  1451.  
  1452. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1453. @media (min-width: 992px) {
  1454.    
  1455.    .main-hero .card-image,
  1456.    .side-card-1 .card-image,
  1457.    .side-card-2 .card-image {
  1458.        height: 100%;
  1459.    }
  1460.    
  1461.    .main-hero .card-content,
  1462.    .side-card-1 .card-content,
  1463.    .side-card-2 .card-content {
  1464.        position: absolute;
  1465.        bottom: 0;
  1466.        left: 0;
  1467.        right: 0;
  1468.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1469.        color: white;
  1470.        padding: 2rem 1.5rem 1.5rem;
  1471.        height: auto;
  1472.    }
  1473.    
  1474.    .main-hero .card-content {
  1475.        padding: 3rem 2rem 2rem;
  1476.    }
  1477.    
  1478.    .main-hero .category-badge,
  1479.    .side-card-1 .category-badge,
  1480.    .side-card-2 .category-badge {
  1481.      
  1482.        margin-bottom: 0.8rem;
  1483.    }
  1484.    
  1485.    .main-hero .card-title a,
  1486.    .side-card-1 .card-title a,
  1487.    .side-card-2 .card-title a {
  1488.        color: white;
  1489.    }
  1490.    
  1491.    .main-hero .card-description {
  1492.        color: #f8f9fa;
  1493.    }
  1494.    
  1495.    .main-hero .author-name,
  1496.    .side-card-1 .author-name,
  1497.    .side-card-2 .author-name {
  1498.        color: #f8f9fa;
  1499.    }
  1500.    
  1501.    .main-hero .publish-date,
  1502.    .side-card-1 .publish-date,
  1503.    .side-card-2 .publish-date {
  1504.        color: #e9ecef;
  1505.    }
  1506. }
  1507.  
  1508. .side-card-3 {
  1509.    display: flex;
  1510.    flex-direction: row;
  1511. }
  1512.  
  1513. .side-card-3 .card-image {
  1514.    width: 40%;
  1515.    height: 100%;
  1516. }
  1517.  
  1518. .side-card-3 .card-content {
  1519.    width: 60%;
  1520.    height: 100%;
  1521.    padding: 1.5rem;
  1522. }
  1523.  
  1524. /* Mobile Responsive */
  1525. @media (max-width: 992px) {
  1526.    .hero-grid {
  1527.        grid-template-columns: 1fr;
  1528.        grid-template-rows: auto;
  1529.        height: auto;
  1530.        gap: 1rem;
  1531.    }
  1532.    
  1533.    .main-hero {
  1534.        grid-row: 1;
  1535.        grid-column: 1;
  1536.    }
  1537.    
  1538.    .side-card-1, .side-card-2, .side-card-3 {
  1539.        grid-column: 1;
  1540.        grid-row: auto;
  1541.    }
  1542.    
  1543.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1544.    .main-hero .card-content,
  1545.    .side-card-1 .card-content,
  1546.    .side-card-2 .card-content {
  1547.        position: relative;
  1548.        background: var(--card-bg);
  1549.        color: inherit;
  1550.        padding: 1.5rem;
  1551.        height: auto;
  1552.    }
  1553.    
  1554.    .main-hero .card-image,
  1555.    .side-card-1 .card-image,
  1556.    .side-card-2 .card-image {
  1557.        height: 200px;
  1558.    }
  1559.    
  1560.    .main-hero .card-image {
  1561.        height: 250px;
  1562.    }
  1563.    
  1564.    .main-hero .category-badge,
  1565.    .side-card-1 .category-badge,
  1566.    .side-card-2 .category-badge {
  1567.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1568.        color: white;
  1569.    }
  1570.    
  1571.    .main-hero .card-title a,
  1572.    .side-card-1 .card-title a,
  1573.    .side-card-2 .card-title a {
  1574.        color: var(--top-color);
  1575.    }
  1576.    
  1577.    .main-hero .card-description {
  1578.        color: #7f8c8d;
  1579.    }
  1580.    
  1581.    .main-hero .author-name,
  1582.    .side-card-1 .author-name,
  1583.    .side-card-2 .author-name {
  1584.        color: #667eea;
  1585.    }
  1586.    
  1587.    .main-hero .publish-date,
  1588.    .side-card-1 .publish-date,
  1589.    .side-card-2 .publish-date {
  1590.        color: #95a5a6;
  1591.    }
  1592.    
  1593.    .side-card-3 {
  1594.        flex-direction: column;
  1595.    }
  1596.    
  1597.    .side-card-3 .card-image {
  1598.        width: 100%;
  1599.        height: 200px;
  1600.    }
  1601.    
  1602.    .side-card-3 .card-content {
  1603.        width: 100%;
  1604.        height: auto;
  1605.    }
  1606.    
  1607.    .card-image {
  1608.        height: 200px;
  1609.    }
  1610.    
  1611.    .main-hero .card-image {
  1612.        height: 250px;
  1613.    }
  1614.    
  1615.    .main-hero .card-content {
  1616.        height: auto;
  1617.    }
  1618. }
  1619. </style>
  1620.  
  1621. <div class="blog-hero-section">
  1622.    <div class="container-fluid fluid-container">
  1623.        <div class="hero-grid">
  1624.            <!-- Main Featured Post -->
  1625.            
  1626.                              
  1627.                    <article class="hero-card main-hero">
  1628.                        
  1629.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="To Rinse or Not to Rinse: A Guide to Preparing Mushrooms" class="card-image">
  1630.                        
  1631.                        
  1632.                        <div class="card-content">
  1633.                            <div>
  1634.                                <span class="category-badge">News</span>
  1635.                                <h2 class="card-title">
  1636.                                    <a href="/to-rinse-or-not-to-rinse-a-guide-to-preparing-mushrooms/">
  1637.                                        To Rinse or Not to Rinse: A Guide to Preparing Mushrooms
  1638.                                    </a>
  1639.                                </h2>
  1640.                                <p class="card-description"></p>
  1641.                            </div>
  1642.                            
  1643.                            <div class="card-meta">
  1644.                                <div class="author-section">
  1645.                                    
  1646.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" class="author-avatar">
  1647.                                    
  1648.                                    <a href="#" class="author-name">Brian Rosales</a>
  1649.                                </div>
  1650.                                <span class="publish-date">May 19, 2026</span>
  1651.                            </div>
  1652.                        </div>
  1653.                    </article>
  1654.                
  1655.            
  1656.  
  1657.            <!-- Side Cards -->
  1658.            
  1659.                <article class="hero-card side-card-1">
  1660.                    
  1661.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Remains of Endurance Athlete Seemingly Killed by Predator Located on Pacific Coastline" class="card-image">
  1662.                    
  1663.                    
  1664.                    <div class="card-content">
  1665.                        <div>
  1666.                            <span class="category-badge">News</span>
  1667.                            <h3 class="card-title">
  1668.                                <a href="/remains-of-endurance-athlete-seemingly-killed-by-predator-located-on-pacific-coastline/">
  1669.                                    Remains of Endurance Athlete Seemingly Killed by Predator Located on Pacific Coastline
  1670.                                </a>
  1671.                            </h3>
  1672.                            <p class="card-description"></p>
  1673.                        </div>
  1674.                        
  1675.                        <div class="card-meta">
  1676.                            <div class="author-section">
  1677.                                <a href="#" class="author-name">Brian Rosales</a>
  1678.                            </div>
  1679.                            <span class="publish-date">May 19</span>
  1680.                        </div>
  1681.                    </div>
  1682.                </article>
  1683.            
  1684.                <article class="hero-card side-card-2">
  1685.                    
  1686.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis." class="card-image">
  1687.                    
  1688.                    
  1689.                    <div class="card-content">
  1690.                        <div>
  1691.                            <span class="category-badge">News</span>
  1692.                            <h3 class="card-title">
  1693.                                <a href="/barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/">
  1694.                                    Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  1695.                                </a>
  1696.                            </h3>
  1697.                            <p class="card-description"></p>
  1698.                        </div>
  1699.                        
  1700.                        <div class="card-meta">
  1701.                            <div class="author-section">
  1702.                                <a href="#" class="author-name">Brian Rosales</a>
  1703.                            </div>
  1704.                            <span class="publish-date">May 19</span>
  1705.                        </div>
  1706.                    </div>
  1707.                </article>
  1708.            
  1709.                <article class="hero-card side-card-3">
  1710.                    
  1711.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former UK Soldier Charged of Killing Kenya Woman Appears in Court" class="card-image">
  1712.                    
  1713.                    
  1714.                    <div class="card-content">
  1715.                        <div>
  1716.                            <span class="category-badge">News</span>
  1717.                            <h3 class="card-title">
  1718.                                <a href="/former-uk-soldier-charged-of-killing-kenya-woman-appears-in-court/">
  1719.                                    Former UK Soldier Charged of Killing Kenya Woman Appears in Court
  1720.                                </a>
  1721.                            </h3>
  1722.                            <p class="card-description"></p>
  1723.                        </div>
  1724.                        
  1725.                        <div class="card-meta">
  1726.                            <div class="author-section">
  1727.                                <a href="#" class="author-name">Brian Rosales</a>
  1728.                            </div>
  1729.                            <span class="publish-date">May 19</span>
  1730.                        </div>
  1731.                    </div>
  1732.                </article>
  1733.            
  1734.        </div>
  1735.    </div>
  1736. </div>
  1737.  
  1738.  
  1739.  
  1740.  
  1741.        <!-- end of wpo-blog-hero -->
  1742.  
  1743.        <!-- start of wpo-breacking-news -->
  1744.        
  1745.        <!-- end of wpo-breacking-news -->
  1746.        
  1747.        <!-- start wpo-blog-highlights-section -->
  1748.        
  1749.  
  1750.  
  1751.  
  1752.    
  1753.  
  1754.  
  1755.  
  1756.  
  1757. <style>
  1758.    .blog-highlights-v3 {
  1759.        padding: 80px 0;
  1760.        position: relative;
  1761.        overflow: hidden;
  1762.    }
  1763.    
  1764.    .blog-highlights-v3::before {
  1765.        content: '';
  1766.        position: absolute;
  1767.        top: 0;
  1768.        left: 0;
  1769.        width: 100%;
  1770.        height: 100%;
  1771.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1772.        z-index: 0;
  1773.    }
  1774.    
  1775.    .masonry-container {
  1776.        display: grid;
  1777.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1778.        grid-gap: 25px;
  1779.    }
  1780.    
  1781.    .blog-card-v3 {
  1782.        border: 1px solid var(--border-color) !important;
  1783.        border-radius: 25px;
  1784.        overflow: hidden;
  1785.        background: var(--card-bg);
  1786.        backdrop-filter: blur(10px);
  1787.        border: 1px solid var(--border-color);
  1788.        position: relative;
  1789.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1790.        cursor: pointer;
  1791.        transform: translateY(0) rotateX(0) rotateY(0);
  1792.        transform-style: preserve-3d;
  1793.        perspective: 1000px;
  1794.        z-index: 1;
  1795.    }
  1796.    .span-21 { grid-row-end: span 21; }
  1797.    .span-22 { grid-row-end: span 22; }
  1798.    
  1799.    .blog-card-v3::before {
  1800.        content: '';
  1801.        position: absolute;
  1802.        top: 0;
  1803.        left: 0;
  1804.        width: 100%;
  1805.        height: 100%;
  1806.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1807.        opacity: 0;
  1808.        transition: opacity 0.3s ease;
  1809.        z-index: 1;
  1810.    }
  1811.    
  1812.    .blog-card-v3:hover {
  1813.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1814.        box-shadow:
  1815.            0 30px 60px rgba(0,0,0,0.15),
  1816.            0 15px 30px rgba(0,0,0,0.1),
  1817.            inset 0 1px 0 rgba(255,255,255,0.3);
  1818.        z-index: 10;
  1819.    }
  1820.    
  1821.    .blog-card-v3:hover::before {
  1822.        opacity: 1;
  1823.    }
  1824.    
  1825.    .blog-image-v3 {
  1826.        position: relative;
  1827.        overflow: hidden;
  1828.        height: 50%;
  1829.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1830.    }
  1831.    
  1832.    .blog-image-v3::after {
  1833.        content: '';
  1834.        position: absolute;
  1835.        top: 0;
  1836.        left: 0;
  1837.        width: 100%;
  1838.        height: 100%;
  1839.        background:
  1840.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1841.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1842.        z-index: 2;
  1843.    }
  1844.    
  1845.    .blog-image-v3 img {
  1846.        width: 100%;
  1847.        height: 100%;
  1848.        object-fit: cover;
  1849.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1850.        transform: scale(1);
  1851.        filter: brightness(1) saturate(1);
  1852.    }
  1853.    
  1854.    .blog-card-v3:hover .blog-image-v3 img {
  1855.        transform: scale(1.15);
  1856.        filter: brightness(1.1) saturate(1.2);
  1857.    }
  1858.    
  1859.    .blog-floating-elements {
  1860.        position: absolute;
  1861.        top: 0;
  1862.        left: 0;
  1863.        width: 100%;
  1864.        height: 100%;
  1865.        pointer-events: none;
  1866.        z-index: 3;
  1867.    }
  1868.    
  1869.    .floating-dot {
  1870.        position: absolute;
  1871.        width: 8px;
  1872.        height: 8px;
  1873.        background: rgba(255,255,255,0.6);
  1874.        border-radius: 50%;
  1875.        animation: float 3s ease-in-out infinite;
  1876.    }
  1877.    
  1878.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1879.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1880.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1881.    
  1882.    @keyframes float {
  1883.        0%, 100% { transform: translateY(0px); }
  1884.        50% { transform: translateY(-10px); }
  1885.    }
  1886.    
  1887.    .blog-category-v3 {
  1888.        position: absolute;
  1889.        top: 25px;
  1890.        right: 25px;
  1891.        padding: 10px 18px;
  1892.        border-radius: 30px;
  1893.        font-size: 11px;
  1894.        font-weight: 800;
  1895.        text-transform: uppercase;
  1896.        letter-spacing: 1.2px;
  1897.        backdrop-filter: blur(10px);
  1898.        z-index: 4;
  1899.        transform: translateY(0) scale(1);
  1900.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1901.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1902.        border: 1px solid rgba(255,255,255,0.3);
  1903.    }
  1904.    
  1905.    .blog-card-v3:hover .blog-category-v3 {
  1906.        transform: translateY(-10px) scale(1.1);
  1907.        background: rgba(var(--card-bg),1);
  1908.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1909.    }
  1910.    
  1911.    .blog-content-v3 {
  1912.        padding: 35px 30px 30px;
  1913.        height: 50%;
  1914.        display: flex;
  1915.        flex-direction: column;
  1916.        justify-content: space-between;
  1917.        position: relative;
  1918.        z-index: 2;
  1919.    }
  1920.    
  1921.    .blog-title-v3 {
  1922.        font-size: 19px;
  1923.        font-weight: 700;
  1924.        line-height: 1.3;
  1925.        margin-bottom: 18px;
  1926.        position: relative;
  1927.    }
  1928.    
  1929.    .blog-title-v3 a {
  1930.        text-decoration: none;
  1931.        color: var(--top-color) !important;
  1932.        transition: all 0.3s ease;
  1933.        position: relative;
  1934.        display: inline-block;
  1935.    }
  1936.    
  1937.    .blog-title-v3 a::before {
  1938.        content: '';
  1939.        position: absolute;
  1940.        bottom: -3px;
  1941.        left: 0;
  1942.        width: 0;
  1943.        height: 3px;
  1944.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1945.        border-radius: 2px;
  1946.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1947.    }
  1948.    
  1949.    .blog-card-v3:hover .blog-title-v3 a::before {
  1950.        width: 100%;
  1951.    }
  1952.    
  1953.    .blog-meta-v3 {
  1954.        display: flex;
  1955.        align-items: center;
  1956.        gap: 15px;
  1957.        margin-bottom: 18px;
  1958.        font-size: 13px;
  1959.        color: #7f8c8d;
  1960.        padding-bottom: 18px;
  1961.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1962.        position: relative;
  1963.    }
  1964.    
  1965.    .blog-meta-v3::after {
  1966.        content: '';
  1967.        position: absolute;
  1968.        bottom: -1px;
  1969.        left: 0;
  1970.        width: 0;
  1971.        height: 1px;
  1972.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1973.        transition: width 0.6s ease 0.3s;
  1974.    }
  1975.    
  1976.    .blog-card-v3:hover .blog-meta-v3::after {
  1977.        width: 80px;
  1978.    }
  1979.    
  1980.    .blog-author-img-v3 {
  1981.        width: 35px;
  1982.        height: 35px;
  1983.        border-radius: 50%;
  1984.        object-fit: cover;
  1985.        border: 3px solid rgba(255,255,255,0.8);
  1986.        transition: all 0.4s ease;
  1987.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1988.    }
  1989.    
  1990.    .blog-card-v3:hover .blog-author-img-v3 {
  1991.        transform: scale(1.15);
  1992.        border-color: rgba(102, 126, 234, 0.5);
  1993.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1994.    }
  1995.    
  1996.    .blog-excerpt-v3 {
  1997.        font-size: 14px;
  1998.        line-height: 1.7;
  1999.        color: #5a6c7d;
  2000.        margin-bottom: 20px;
  2001.        display: -webkit-box;
  2002.        -webkit-line-clamp: 3;
  2003.        -webkit-box-orient: vertical;
  2004.        overflow: hidden;
  2005.        opacity: 0.9;
  2006.        transition: opacity 0.3s ease;
  2007.    }
  2008.    
  2009.    .blog-card-v3:hover .blog-excerpt-v3 {
  2010.        opacity: 1;
  2011.    }
  2012.    
  2013.    .blog-actions-v3 {
  2014.        display: flex;
  2015.        justify-content: space-between;
  2016.        align-items: center;
  2017.    }
  2018.    
  2019.    .blog-read-time-v3 {
  2020.        font-size: 12px;
  2021.        color: #95a5a6;
  2022.        display: flex;
  2023.        align-items: center;
  2024.        gap: 6px;
  2025.    }
  2026.    
  2027.    .blog-read-more-v3 {
  2028.        width: 50px;
  2029.        height: 50px;
  2030.        border-radius: 50%;
  2031.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2032.        display: flex;
  2033.        align-items: center;
  2034.        justify-content: center;
  2035.        color: white;
  2036.        text-decoration: none;
  2037.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2038.        transform: scale(0) rotate(0deg);
  2039.        opacity: 0;
  2040.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2041.        position: relative;
  2042.        overflow: hidden;
  2043.    }
  2044.    
  2045.    .blog-read-more-v3::before {
  2046.        content: '';
  2047.        position: absolute;
  2048.        top: 50%;
  2049.        left: 50%;
  2050.        width: 0;
  2051.        height: 0;
  2052.        background: rgba(255,255,255,0.2);
  2053.        border-radius: 50%;
  2054.        transition: all 0.6s ease;
  2055.        transform: translate(-50%, -50%);
  2056.    }
  2057.    
  2058.    .blog-card-v3:hover .blog-read-more-v3 {
  2059.        transform: scale(1) rotate(360deg);
  2060.        opacity: 1;
  2061.    }
  2062.    
  2063.    .blog-read-more-v3:hover::before {
  2064.        width: 100%;
  2065.        height: 100%;
  2066.    }
  2067.    
  2068.    .section-header-v3 {
  2069.        text-align: center;
  2070.        margin-bottom: 80px;
  2071.        position: relative;
  2072.        z-index: 2;
  2073.    }
  2074.    
  2075.    .section-title-v3 {
  2076.        font-size: 3.5rem;
  2077.        font-weight: 900;
  2078.        margin-bottom: 25px;
  2079.        color: #2c3e50;
  2080.        position: relative;
  2081.        display: inline-block;
  2082.    }
  2083.    
  2084.    .section-title-v3::before {
  2085.        content: '';
  2086.        position: absolute;
  2087.        top: -15px;
  2088.        right: -15px;
  2089.        width: 30px;
  2090.        height: 30px;
  2091.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2092.        border-radius: 50%;
  2093.        opacity: 0.3;
  2094.        animation: pulse 2s infinite;
  2095.    }
  2096.    
  2097.    @keyframes pulse {
  2098.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2099.        50% { transform: scale(1.2); opacity: 0.6; }
  2100.    }
  2101.    
  2102.    .section-subtitle-v3 {
  2103.        font-size: 1.2rem;
  2104.        color: #7f8c8d;
  2105.        max-width: 700px;
  2106.        margin: 0 auto;
  2107.        line-height: 1.7;
  2108.        font-weight: 300;
  2109.    }
  2110.    
  2111.    .scroll-reveal {
  2112.        opacity: 0;
  2113.        transform: translateY(50px) scale(0.9);
  2114.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2115.    }
  2116.    
  2117.    .scroll-reveal.revealed {
  2118.        opacity: 1;
  2119.        transform: translateY(0) scale(1);
  2120.    }
  2121.    
  2122.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2123.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2124.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2125.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2126.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2127.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2128.  
  2129.    @media (max-width: 768px) {
  2130.        .masonry-container {
  2131.            display: flex;
  2132.            flex-direction: column;
  2133.            grid-gap: 20px;
  2134.        }
  2135.        .blog-card-v3:nth-child(n) {
  2136.            grid-row-end: span 20;
  2137.        }
  2138.        .section-title-v3 {
  2139.            font-size: 2.8rem;
  2140.        }
  2141.        .blog-highlights-v3 {
  2142.            padding: 60px 0;
  2143.        }
  2144.        .blog-content-v3 {
  2145.            padding: 25px 20px;
  2146.        }
  2147.        .blog-card-v3:hover {
  2148.            transform: translateY(-15px) scale(1.02);
  2149.        }
  2150.        .blog-image-v3{
  2151.            max-height: 350px;
  2152.            height: 100%;
  2153.        }
  2154.    }
  2155. </style>
  2156.  
  2157. <section class="blog-highlights-v3">
  2158.    <div class="container-fluid fluid-container">
  2159.        <div class="row">
  2160.            <div class="col-12">
  2161.                 <div class="wpo-section-title">
  2162.            <h2>
  2163.                Today's Top Highlights
  2164.                   </h2>
  2165.        </div>
  2166.            </div>
  2167.        </div>
  2168.        
  2169.        <div class="row">
  2170.            <div class="col-lg-8 col-12">
  2171.                <div class="masonry-container">
  2172.                    
  2173.                    <div class="blog-card-v3 scroll-reveal span-21">
  2174.                        <div class="blog-image-v3">
  2175.                            
  2176.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2177.                            
  2178.                            <div class="blog-floating-elements">
  2179.                                <div class="floating-dot"></div>
  2180.                                <div class="floating-dot"></div>
  2181.                                <div class="floating-dot"></div>
  2182.                            </div>
  2183.                            <span class="blog-category-v3 bg-primary-gradient">
  2184.                                News
  2185.                            </span>
  2186.                        </div>
  2187.                        <div class="blog-content-v3">
  2188.                            <h3 class="blog-title-v3">
  2189.                                <a href="/we-need-a-aircraft-to-locate-them-teenagers-urgent-plea-to-aid-family-adrift-off-aussie-coast-revealed/" >
  2190.                                ‘We Need a Aircraft to Locate Them’: Teenager’s Urgent Plea to Aid Family Adrift Off Aussie Coast Revealed
  2191.                                </a>
  2192.                            </h3>
  2193.                            <div class="blog-meta-v3">
  2194.                                
  2195.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2196.                                
  2197.                                <span>By Brian Rosales</span>
  2198.                                <span>•</span>
  2199.                                <span>19 May 2026</span>
  2200.                            </div>
  2201.                            
  2202.                            <div class="blog-actions-v3">
  2203.                                <div class="blog-read-time-v3">
  2204.                                    <i class="far fa-clock"></i>
  2205.                                    <!-- <span>5 min read</span> -->
  2206.                                </div>
  2207.                                <a href="/we-need-a-aircraft-to-locate-them-teenagers-urgent-plea-to-aid-family-adrift-off-aussie-coast-revealed/"  class="blog-read-more-v3">
  2208.                                    <i class="ti-arrow-right"></i>
  2209.                                </a>
  2210.                            </div>
  2211.                        </div>
  2212.                    </div>
  2213.                    
  2214.                    <div class="blog-card-v3 scroll-reveal span-22">
  2215.                        <div class="blog-image-v3">
  2216.                            
  2217.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2218.                            
  2219.                            <div class="blog-floating-elements">
  2220.                                <div class="floating-dot"></div>
  2221.                                <div class="floating-dot"></div>
  2222.                                <div class="floating-dot"></div>
  2223.                            </div>
  2224.                            <span class="blog-category-v3 bg-primary-gradient">
  2225.                                News
  2226.                            </span>
  2227.                        </div>
  2228.                        <div class="blog-content-v3">
  2229.                            <h3 class="blog-title-v3">
  2230.                                <a href="/cyclone-catastrophe-in-the-island-nation-unleashes-a-wave-of-community-action/" >
  2231.                                Cyclone Catastrophe in the Island Nation Unleashes a Wave of Community Action
  2232.                                </a>
  2233.                            </h3>
  2234.                            <div class="blog-meta-v3">
  2235.                                
  2236.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2237.                                
  2238.                                <span>By Brian Rosales</span>
  2239.                                <span>•</span>
  2240.                                <span>18 May 2026</span>
  2241.                            </div>
  2242.                            
  2243.                            <div class="blog-actions-v3">
  2244.                                <div class="blog-read-time-v3">
  2245.                                    <i class="far fa-clock"></i>
  2246.                                    <!-- <span>5 min read</span> -->
  2247.                                </div>
  2248.                                <a href="/cyclone-catastrophe-in-the-island-nation-unleashes-a-wave-of-community-action/"  class="blog-read-more-v3">
  2249.                                    <i class="ti-arrow-right"></i>
  2250.                                </a>
  2251.                            </div>
  2252.                        </div>
  2253.                    </div>
  2254.                    
  2255.                    <div class="blog-card-v3 scroll-reveal span-21">
  2256.                        <div class="blog-image-v3">
  2257.                            
  2258.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2259.                            
  2260.                            <div class="blog-floating-elements">
  2261.                                <div class="floating-dot"></div>
  2262.                                <div class="floating-dot"></div>
  2263.                                <div class="floating-dot"></div>
  2264.                            </div>
  2265.                            <span class="blog-category-v3 bg-primary-gradient">
  2266.                                News
  2267.                            </span>
  2268.                        </div>
  2269.                        <div class="blog-content-v3">
  2270.                            <h3 class="blog-title-v3">
  2271.                                <a href="/real-madrids-alexander-arnold-might-face-his-former-club-in-novembers-european-clash/" >
  2272.                                Real Madrid&#x27;s Alexander-Arnold Might Face His Former Club in November&#x27;s European Clash
  2273.                                </a>
  2274.                            </h3>
  2275.                            <div class="blog-meta-v3">
  2276.                                
  2277.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2278.                                
  2279.                                <span>By Brian Rosales</span>
  2280.                                <span>•</span>
  2281.                                <span>18 May 2026</span>
  2282.                            </div>
  2283.                            
  2284.                            <div class="blog-actions-v3">
  2285.                                <div class="blog-read-time-v3">
  2286.                                    <i class="far fa-clock"></i>
  2287.                                    <!-- <span>5 min read</span> -->
  2288.                                </div>
  2289.                                <a href="/real-madrids-alexander-arnold-might-face-his-former-club-in-novembers-european-clash/"  class="blog-read-more-v3">
  2290.                                    <i class="ti-arrow-right"></i>
  2291.                                </a>
  2292.                            </div>
  2293.                        </div>
  2294.                    </div>
  2295.                    
  2296.                    <div class="blog-card-v3 scroll-reveal span-22">
  2297.                        <div class="blog-image-v3">
  2298.                            
  2299.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2300.                            
  2301.                            <div class="blog-floating-elements">
  2302.                                <div class="floating-dot"></div>
  2303.                                <div class="floating-dot"></div>
  2304.                                <div class="floating-dot"></div>
  2305.                            </div>
  2306.                            <span class="blog-category-v3 bg-primary-gradient">
  2307.                                News
  2308.                            </span>
  2309.                        </div>
  2310.                        <div class="blog-content-v3">
  2311.                            <h3 class="blog-title-v3">
  2312.                                <a href="/disturbing-remembrances-resurface-in-davao-as-investigators-track-bondi-beach-attack-suspects-movements/" >
  2313.                                Disturbing Remembrances Resurface in Davao as Investigators Track Bondi Beach Attack Suspects’ Movements
  2314.                                </a>
  2315.                            </h3>
  2316.                            <div class="blog-meta-v3">
  2317.                                
  2318.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2319.                                
  2320.                                <span>By Brian Rosales</span>
  2321.                                <span>•</span>
  2322.                                <span>18 May 2026</span>
  2323.                            </div>
  2324.                            
  2325.                            <div class="blog-actions-v3">
  2326.                                <div class="blog-read-time-v3">
  2327.                                    <i class="far fa-clock"></i>
  2328.                                    <!-- <span>5 min read</span> -->
  2329.                                </div>
  2330.                                <a href="/disturbing-remembrances-resurface-in-davao-as-investigators-track-bondi-beach-attack-suspects-movements/"  class="blog-read-more-v3">
  2331.                                    <i class="ti-arrow-right"></i>
  2332.                                </a>
  2333.                            </div>
  2334.                        </div>
  2335.                    </div>
  2336.                    
  2337.                    <div class="blog-card-v3 scroll-reveal span-21">
  2338.                        <div class="blog-image-v3">
  2339.                            
  2340.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2341.                            
  2342.                            <div class="blog-floating-elements">
  2343.                                <div class="floating-dot"></div>
  2344.                                <div class="floating-dot"></div>
  2345.                                <div class="floating-dot"></div>
  2346.                            </div>
  2347.                            <span class="blog-category-v3 bg-primary-gradient">
  2348.                                News
  2349.                            </span>
  2350.                        </div>
  2351.                        <div class="blog-content-v3">
  2352.                            <h3 class="blog-title-v3">
  2353.                                <a href="/authentic-southern-portugal-discovering-portugal-beyond-the-coastline/" >
  2354.                                Authentic Southern Portugal: Discovering Portugal Beyond the Coastline
  2355.                                </a>
  2356.                            </h3>
  2357.                            <div class="blog-meta-v3">
  2358.                                
  2359.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2360.                                
  2361.                                <span>By Brian Rosales</span>
  2362.                                <span>•</span>
  2363.                                <span>18 May 2026</span>
  2364.                            </div>
  2365.                            
  2366.                            <div class="blog-actions-v3">
  2367.                                <div class="blog-read-time-v3">
  2368.                                    <i class="far fa-clock"></i>
  2369.                                    <!-- <span>5 min read</span> -->
  2370.                                </div>
  2371.                                <a href="/authentic-southern-portugal-discovering-portugal-beyond-the-coastline/"  class="blog-read-more-v3">
  2372.                                    <i class="ti-arrow-right"></i>
  2373.                                </a>
  2374.                            </div>
  2375.                        </div>
  2376.                    </div>
  2377.                    
  2378.                    <div class="blog-card-v3 scroll-reveal span-22">
  2379.                        <div class="blog-image-v3">
  2380.                            
  2381.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2382.                            
  2383.                            <div class="blog-floating-elements">
  2384.                                <div class="floating-dot"></div>
  2385.                                <div class="floating-dot"></div>
  2386.                                <div class="floating-dot"></div>
  2387.                            </div>
  2388.                            <span class="blog-category-v3 bg-primary-gradient">
  2389.                                News
  2390.                            </span>
  2391.                        </div>
  2392.                        <div class="blog-content-v3">
  2393.                            <h3 class="blog-title-v3">
  2394.                                <a href="/arsenals-goalkeeper-highlights-teams-strength-as-key-to-silverware-ambitions/" >
  2395.                                Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Key to Silverware Ambitions
  2396.                                </a>
  2397.                            </h3>
  2398.                            <div class="blog-meta-v3">
  2399.                                
  2400.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2401.                                
  2402.                                <span>By Brian Rosales</span>
  2403.                                <span>•</span>
  2404.                                <span>18 May 2026</span>
  2405.                            </div>
  2406.                            
  2407.                            <div class="blog-actions-v3">
  2408.                                <div class="blog-read-time-v3">
  2409.                                    <i class="far fa-clock"></i>
  2410.                                    <!-- <span>5 min read</span> -->
  2411.                                </div>
  2412.                                <a href="/arsenals-goalkeeper-highlights-teams-strength-as-key-to-silverware-ambitions/"  class="blog-read-more-v3">
  2413.                                    <i class="ti-arrow-right"></i>
  2414.                                </a>
  2415.                            </div>
  2416.                        </div>
  2417.                    </div>
  2418.                    
  2419.                    <div class="blog-card-v3 scroll-reveal span-21">
  2420.                        <div class="blog-image-v3">
  2421.                            
  2422.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2423.                            
  2424.                            <div class="blog-floating-elements">
  2425.                                <div class="floating-dot"></div>
  2426.                                <div class="floating-dot"></div>
  2427.                                <div class="floating-dot"></div>
  2428.                            </div>
  2429.                            <span class="blog-category-v3 bg-primary-gradient">
  2430.                                News
  2431.                            </span>
  2432.                        </div>
  2433.                        <div class="blog-content-v3">
  2434.                            <h3 class="blog-title-v3">
  2435.                                <a href="/will-the-all-blacks-rediscover-their-magic-in-the-upcoming-matches/" >
  2436.                                Will the All Blacks rediscover their magic in the upcoming matches?
  2437.                                </a>
  2438.                            </h3>
  2439.                            <div class="blog-meta-v3">
  2440.                                
  2441.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2442.                                
  2443.                                <span>By Brian Rosales</span>
  2444.                                <span>•</span>
  2445.                                <span>18 May 2026</span>
  2446.                            </div>
  2447.                            
  2448.                            <div class="blog-actions-v3">
  2449.                                <div class="blog-read-time-v3">
  2450.                                    <i class="far fa-clock"></i>
  2451.                                    <!-- <span>5 min read</span> -->
  2452.                                </div>
  2453.                                <a href="/will-the-all-blacks-rediscover-their-magic-in-the-upcoming-matches/"  class="blog-read-more-v3">
  2454.                                    <i class="ti-arrow-right"></i>
  2455.                                </a>
  2456.                            </div>
  2457.                        </div>
  2458.                    </div>
  2459.                    
  2460.                    <div class="blog-card-v3 scroll-reveal span-22">
  2461.                        <div class="blog-image-v3">
  2462.                            
  2463.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2464.                            
  2465.                            <div class="blog-floating-elements">
  2466.                                <div class="floating-dot"></div>
  2467.                                <div class="floating-dot"></div>
  2468.                                <div class="floating-dot"></div>
  2469.                            </div>
  2470.                            <span class="blog-category-v3 bg-primary-gradient">
  2471.                                News
  2472.                            </span>
  2473.                        </div>
  2474.                        <div class="blog-content-v3">
  2475.                            <h3 class="blog-title-v3">
  2476.                                <a href="/the-presidents-unprecedented-shadow-in-the-sporting-world-hit-new-heights-in-2025-next-year-promises-to-go-further/" >
  2477.                                The President&#x27;s Unprecedented Shadow in The Sporting World Hit New Heights in 2025. Next Year Promises to Go Further.
  2478.                                </a>
  2479.                            </h3>
  2480.                            <div class="blog-meta-v3">
  2481.                                
  2482.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2483.                                
  2484.                                <span>By Brian Rosales</span>
  2485.                                <span>•</span>
  2486.                                <span>18 May 2026</span>
  2487.                            </div>
  2488.                            
  2489.                            <div class="blog-actions-v3">
  2490.                                <div class="blog-read-time-v3">
  2491.                                    <i class="far fa-clock"></i>
  2492.                                    <!-- <span>5 min read</span> -->
  2493.                                </div>
  2494.                                <a href="/the-presidents-unprecedented-shadow-in-the-sporting-world-hit-new-heights-in-2025-next-year-promises-to-go-further/"  class="blog-read-more-v3">
  2495.                                    <i class="ti-arrow-right"></i>
  2496.                                </a>
  2497.                            </div>
  2498.                        </div>
  2499.                    </div>
  2500.                    
  2501.                    <div class="blog-card-v3 scroll-reveal span-21">
  2502.                        <div class="blog-image-v3">
  2503.                            
  2504.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2505.                            
  2506.                            <div class="blog-floating-elements">
  2507.                                <div class="floating-dot"></div>
  2508.                                <div class="floating-dot"></div>
  2509.                                <div class="floating-dot"></div>
  2510.                            </div>
  2511.                            <span class="blog-category-v3 bg-primary-gradient">
  2512.                                News
  2513.                            </span>
  2514.                        </div>
  2515.                        <div class="blog-content-v3">
  2516.                            <h3 class="blog-title-v3">
  2517.                                <a href="/we-got-let-go-and-we-accept-it-heres-how-to-find-a-fresh-position-that-suits-your-needs/" >
  2518.                                We Got Let Go, and We Accept It – Here&#x27;s How to Find a Fresh Position That Suits Your Needs
  2519.                                </a>
  2520.                            </h3>
  2521.                            <div class="blog-meta-v3">
  2522.                                
  2523.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2524.                                
  2525.                                <span>By Brian Rosales</span>
  2526.                                <span>•</span>
  2527.                                <span>18 May 2026</span>
  2528.                            </div>
  2529.                            
  2530.                            <div class="blog-actions-v3">
  2531.                                <div class="blog-read-time-v3">
  2532.                                    <i class="far fa-clock"></i>
  2533.                                    <!-- <span>5 min read</span> -->
  2534.                                </div>
  2535.                                <a href="/we-got-let-go-and-we-accept-it-heres-how-to-find-a-fresh-position-that-suits-your-needs/"  class="blog-read-more-v3">
  2536.                                    <i class="ti-arrow-right"></i>
  2537.                                </a>
  2538.                            </div>
  2539.                        </div>
  2540.                    </div>
  2541.                    
  2542.                    <div class="blog-card-v3 scroll-reveal span-22">
  2543.                        <div class="blog-image-v3">
  2544.                            
  2545.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2546.                            
  2547.                            <div class="blog-floating-elements">
  2548.                                <div class="floating-dot"></div>
  2549.                                <div class="floating-dot"></div>
  2550.                                <div class="floating-dot"></div>
  2551.                            </div>
  2552.                            <span class="blog-category-v3 bg-primary-gradient">
  2553.                                News
  2554.                            </span>
  2555.                        </div>
  2556.                        <div class="blog-content-v3">
  2557.                            <h3 class="blog-title-v3">
  2558.                                <a href="/exercise-as-you-are-working-ten-muscle-toning-workplace-movements-you-can-do-in-normal-outfits/" >
  2559.                                Exercise as you are working? Ten muscle-toning workplace movements you can do in normal outfits
  2560.                                </a>
  2561.                            </h3>
  2562.                            <div class="blog-meta-v3">
  2563.                                
  2564.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2565.                                
  2566.                                <span>By Brian Rosales</span>
  2567.                                <span>•</span>
  2568.                                <span>17 May 2026</span>
  2569.                            </div>
  2570.                            
  2571.                            <div class="blog-actions-v3">
  2572.                                <div class="blog-read-time-v3">
  2573.                                    <i class="far fa-clock"></i>
  2574.                                    <!-- <span>5 min read</span> -->
  2575.                                </div>
  2576.                                <a href="/exercise-as-you-are-working-ten-muscle-toning-workplace-movements-you-can-do-in-normal-outfits/"  class="blog-read-more-v3">
  2577.                                    <i class="ti-arrow-right"></i>
  2578.                                </a>
  2579.                            </div>
  2580.                        </div>
  2581.                    </div>
  2582.                    
  2583.                    <div class="blog-card-v3 scroll-reveal span-21">
  2584.                        <div class="blog-image-v3">
  2585.                            
  2586.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2587.                            
  2588.                            <div class="blog-floating-elements">
  2589.                                <div class="floating-dot"></div>
  2590.                                <div class="floating-dot"></div>
  2591.                                <div class="floating-dot"></div>
  2592.                            </div>
  2593.                            <span class="blog-category-v3 bg-primary-gradient">
  2594.                                News
  2595.                            </span>
  2596.                        </div>
  2597.                        <div class="blog-content-v3">
  2598.                            <h3 class="blog-title-v3">
  2599.                                <a href="/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-breathtaking-first-person-mode/" >
  2600.                                Anno 117 Pax Romana&#x27;s Best-Kept Secret Reveals Itself as a Breathtaking First-Person Mode.
  2601.                                </a>
  2602.                            </h3>
  2603.                            <div class="blog-meta-v3">
  2604.                                
  2605.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2606.                                
  2607.                                <span>By Brian Rosales</span>
  2608.                                <span>•</span>
  2609.                                <span>17 May 2026</span>
  2610.                            </div>
  2611.                            
  2612.                            <div class="blog-actions-v3">
  2613.                                <div class="blog-read-time-v3">
  2614.                                    <i class="far fa-clock"></i>
  2615.                                    <!-- <span>5 min read</span> -->
  2616.                                </div>
  2617.                                <a href="/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-breathtaking-first-person-mode/"  class="blog-read-more-v3">
  2618.                                    <i class="ti-arrow-right"></i>
  2619.                                </a>
  2620.                            </div>
  2621.                        </div>
  2622.                    </div>
  2623.                    
  2624.                    <div class="blog-card-v3 scroll-reveal span-22">
  2625.                        <div class="blog-image-v3">
  2626.                            
  2627.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2628.                            
  2629.                            <div class="blog-floating-elements">
  2630.                                <div class="floating-dot"></div>
  2631.                                <div class="floating-dot"></div>
  2632.                                <div class="floating-dot"></div>
  2633.                            </div>
  2634.                            <span class="blog-category-v3 bg-primary-gradient">
  2635.                                News
  2636.                            </span>
  2637.                        </div>
  2638.                        <div class="blog-content-v3">
  2639.                            <h3 class="blog-title-v3">
  2640.                                <a href="/trump-says-largely-there-is-consensus-on-next-stages-of-gaza-ceasefire-plan/" >
  2641.                                Trump Says &#x27;Largely, There Is Consensus&#x27; on Next Stages of Gaza Ceasefire Plan
  2642.                                </a>
  2643.                            </h3>
  2644.                            <div class="blog-meta-v3">
  2645.                                
  2646.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="blog-author-img-v3">
  2647.                                
  2648.                                <span>By Brian Rosales</span>
  2649.                                <span>•</span>
  2650.                                <span>17 May 2026</span>
  2651.                            </div>
  2652.                            
  2653.                            <div class="blog-actions-v3">
  2654.                                <div class="blog-read-time-v3">
  2655.                                    <i class="far fa-clock"></i>
  2656.                                    <!-- <span>5 min read</span> -->
  2657.                                </div>
  2658.                                <a href="/trump-says-largely-there-is-consensus-on-next-stages-of-gaza-ceasefire-plan/"  class="blog-read-more-v3">
  2659.                                    <i class="ti-arrow-right"></i>
  2660.                                </a>
  2661.                            </div>
  2662.                        </div>
  2663.                    </div>
  2664.                    
  2665.                    
  2666.  
  2667.                </div>
  2668.            </div>
  2669.            
  2670.               <div class="col col-lg-4 col-12">
  2671.                
  2672.  
  2673.  
  2674.  
  2675.    
  2676.  
  2677.  
  2678. <!-- Blog Sidebar V2 - Focused Design -->
  2679.  <div class="sidebar mb-3">
  2680.    <!-- Recent Posts Section -->
  2681.    <div class="sidebar-widget mb-5">
  2682.      <div class="widget-title-wrapper mb-3">
  2683.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2684.          <i class="ti-time me-2"></i>Recent Posts
  2685.          <span class="title-arrow-primary"></span>
  2686.        </h4>
  2687.      </div>
  2688.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2689.        <div class="recent-post-list">
  2690.          
  2691.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2692.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2693.                
  2694.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2695.              
  2696.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2697.            </div>
  2698.            <div class="post-content flex-grow-1">
  2699.              <h6 class="post-title mb-2">
  2700.                 <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="text-decoration-none top-color fw-semibold lh-sm">
  2701.                                            ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Band Castle Rat
  2702.                                            </a>
  2703.              </h6>
  2704.              <div class="post-meta mb-3">
  2705.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2706.                <!-- <small class="text-muted">
  2707.                  <i class="ti-eye me-1"></i>348 views
  2708.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2709.                </small> -->
  2710.              </div>
  2711.            </div>
  2712.          </div>
  2713.        
  2714.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2715.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2716.                
  2717.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2718.              
  2719.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2720.            </div>
  2721.            <div class="post-content flex-grow-1">
  2722.              <h6 class="post-title mb-2">
  2723.                 <a href="/who-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2724.                                            Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on the Top Job
  2725.                                            </a>
  2726.              </h6>
  2727.              <div class="post-meta mb-3">
  2728.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2729.                <!-- <small class="text-muted">
  2730.                  <i class="ti-eye me-1"></i>348 views
  2731.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2732.                </small> -->
  2733.              </div>
  2734.            </div>
  2735.          </div>
  2736.        
  2737.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2738.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2739.                
  2740.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2741.              
  2742.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2743.            </div>
  2744.            <div class="post-content flex-grow-1">
  2745.              <h6 class="post-title mb-2">
  2746.                 <a href="/swiss-ski-resort-fire-survivors-receive-care-in-burns-units-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2747.                                            Swiss Ski Resort Fire Survivors Receive Care in Burns Units Across Europe
  2748.                                            </a>
  2749.              </h6>
  2750.              <div class="post-meta mb-3">
  2751.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2752.                <!-- <small class="text-muted">
  2753.                  <i class="ti-eye me-1"></i>348 views
  2754.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2755.                </small> -->
  2756.              </div>
  2757.            </div>
  2758.          </div>
  2759.        
  2760.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2761.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2762.                
  2763.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2764.              
  2765.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2766.            </div>
  2767.            <div class="post-content flex-grow-1">
  2768.              <h6 class="post-title mb-2">
  2769.                 <a href="/queens-acknowledge-queens-as-trump-offers-the-mayor-elect-a-cordial-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  2770.                                            Queens Acknowledge Queens as Trump Offers The Mayor-Elect a Cordial Reception
  2771.                                            </a>
  2772.              </h6>
  2773.              <div class="post-meta mb-3">
  2774.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2775.                <!-- <small class="text-muted">
  2776.                  <i class="ti-eye me-1"></i>348 views
  2777.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2778.                </small> -->
  2779.              </div>
  2780.            </div>
  2781.          </div>
  2782.        
  2783.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2784.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2785.                
  2786.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2787.              
  2788.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2789.            </div>
  2790.            <div class="post-content flex-grow-1">
  2791.              <h6 class="post-title mb-2">
  2792.                 <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-story-this-generation-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  2793.                                            The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Story This Generation Deserves.
  2794.                                            </a>
  2795.              </h6>
  2796.              <div class="post-meta mb-3">
  2797.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2798.                <!-- <small class="text-muted">
  2799.                  <i class="ti-eye me-1"></i>348 views
  2800.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2801.                </small> -->
  2802.              </div>
  2803.            </div>
  2804.          </div>
  2805.        
  2806.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2807.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2808.                
  2809.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2810.              
  2811.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2812.            </div>
  2813.            <div class="post-content flex-grow-1">
  2814.              <h6 class="post-title mb-2">
  2815.                 <a href="/leader-zelenskyy-states-ukraine-was-ten-percent-off-from-peace-yet-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  2816.                                            Leader Zelenskyy States Ukraine Was Ten Percent Off from Peace, Yet Not at Any Possible Price
  2817.                                            </a>
  2818.              </h6>
  2819.              <div class="post-meta mb-3">
  2820.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2821.                <!-- <small class="text-muted">
  2822.                  <i class="ti-eye me-1"></i>348 views
  2823.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2824.                </small> -->
  2825.              </div>
  2826.            </div>
  2827.          </div>
  2828.        
  2829.        </div>
  2830.  
  2831.        <div class="text-center mt-4 pt-3 border-top border-light">
  2832.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2833.        </div>
  2834.      </div>
  2835.    </div>
  2836.  
  2837.    
  2838.    <div class="sidebar-widget mb-4">
  2839.      <div class="widget-title-wrapper mb-3">
  2840.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2841.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2842.          <span class="title-arrow"></span>
  2843.        </h4>
  2844.      </div>
  2845.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2846.        <div class="blog-roll-list scrollable-sidebar">
  2847.          
  2848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.            <a href="https://prwd.co.uk/" class="text-decoration-none " rel="dofollow">
  2850.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.                <i class="ti-angle-right me-2 text-primary"></i>
  2852.                non gamstop
  2853.              </h6>
  2854.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2855.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2856.              </div> -->
  2857.            </a>
  2858.          </div>
  2859.          
  2860.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2861.            <a href="https://wallaseycemetery.co.uk" class="text-decoration-none " rel="dofollow">
  2862.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2863.                <i class="ti-angle-right me-2 text-primary"></i>
  2864.                non gamstop betting
  2865.              </h6>
  2866.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2867.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2868.              </div> -->
  2869.            </a>
  2870.          </div>
  2871.          
  2872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.            <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  2874.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.                <i class="ti-angle-right me-2 text-primary"></i>
  2876.                casino not on gamstop
  2877.              </h6>
  2878.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2879.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2880.              </div> -->
  2881.            </a>
  2882.          </div>
  2883.          
  2884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.            <a href="https://www.outset.org/" class="text-decoration-none " rel="dofollow">
  2886.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.                <i class="ti-angle-right me-2 text-primary"></i>
  2888.                betting sites not on gamstop
  2889.              </h6>
  2890.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2891.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2892.              </div> -->
  2893.            </a>
  2894.          </div>
  2895.          
  2896.  
  2897.        </div>
  2898. <!--
  2899.        <div class="text-center mt-4 pt-3 border-top border-light">
  2900.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2901.        </div> -->
  2902.      </div>
  2903.    </div>
  2904.    
  2905.    <div class="sidebar-widget mb-4">
  2906.      <div class="widget-title-wrapper mb-3">
  2907.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2908.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2909.          <span class="title-arrow"></span>
  2910.        </h4>
  2911.      </div>
  2912.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2913.        <div class="blog-roll-list scrollable-sidebar">
  2914.          
  2915.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.            <a href="https://www.adhdfoundation.org.uk" class="text-decoration-none " rel="dofollow">
  2917.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.                <i class="ti-angle-right me-2 text-primary"></i>
  2919.                non gamstop casinos
  2920.              </h6>
  2921.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2922.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2923.              </div> -->
  2924.            </a>
  2925.          </div>
  2926.          
  2927.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.            <a href="https://www.caerphilly.org.uk/" class="text-decoration-none " rel="dofollow">
  2929.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.                <i class="ti-angle-right me-2 text-primary"></i>
  2931.                online casinos
  2932.              </h6>
  2933.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2934.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2935.              </div> -->
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://lagoccia.co.uk/" class="text-decoration-none " rel="dofollow">
  2941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                online casinos UK
  2944.              </h6>
  2945.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2946.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2947.              </div> -->
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://www.richmondreview.co.uk/" class="text-decoration-none " rel="dofollow">
  2953.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                non gamstop casinos
  2956.              </h6>
  2957.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2958.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2959.              </div> -->
  2960.            </a>
  2961.          </div>
  2962.          
  2963.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2965.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.                <i class="ti-angle-right me-2 text-primary"></i>
  2967.                online casino
  2968.              </h6>
  2969.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2970.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2971.              </div> -->
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://www.londonart.co.uk/" class="text-decoration-none " rel="dofollow">
  2977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                escorts london
  2980.              </h6>
  2981.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2982.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2983.              </div> -->
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2989.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                gambling sites not on gamstop
  2992.              </h6>
  2993.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2994.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2995.              </div> -->
  2996.            </a>
  2997.          </div>
  2998.          
  2999.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3000.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  3001.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3002.                <i class="ti-angle-right me-2 text-primary"></i>
  3003.                UK casino sites
  3004.              </h6>
  3005.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3006.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3007.              </div> -->
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  3013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                UK casino sites
  3016.              </h6>
  3017.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3018.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3019.              </div> -->
  3020.            </a>
  3021.          </div>
  3022.          
  3023.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.            <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none " rel="dofollow">
  3025.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.                <i class="ti-angle-right me-2 text-primary"></i>
  3027.                non GamStop casinos
  3028.              </h6>
  3029.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3030.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3031.              </div> -->
  3032.            </a>
  3033.          </div>
  3034.          
  3035.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.            <a href="https://roeparkresort.com" class="text-decoration-none " rel="dofollow">
  3037.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3038.                <i class="ti-angle-right me-2 text-primary"></i>
  3039.                casinos not on GamStop
  3040.              </h6>
  3041.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3042.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3043.              </div> -->
  3044.            </a>
  3045.          </div>
  3046.          
  3047.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.            <a href="https://www.ukbeetles.co.uk" class="text-decoration-none " rel="dofollow">
  3049.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.                <i class="ti-angle-right me-2 text-primary"></i>
  3051.                online casino not on GamStop
  3052.              </h6>
  3053.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3054.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3055.              </div> -->
  3056.            </a>
  3057.          </div>
  3058.          
  3059.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.            <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none " rel="dofollow">
  3061.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.                <i class="ti-angle-right me-2 text-primary"></i>
  3063.                betting sites not on GamStop
  3064.              </h6>
  3065.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3066.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3067.              </div> -->
  3068.            </a>
  3069.          </div>
  3070.          
  3071.  
  3072.        </div>
  3073. <!--
  3074.        <div class="text-center mt-4 pt-3 border-top border-light">
  3075.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3076.        </div> -->
  3077.      </div>
  3078.    </div>
  3079.    
  3080.    <div class="sidebar-widget mb-4">
  3081.      <div class="widget-title-wrapper mb-3">
  3082.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3083.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3084.          <span class="title-arrow"></span>
  3085.        </h4>
  3086.      </div>
  3087.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3088.        <div class="blog-roll-list scrollable-sidebar">
  3089.          
  3090.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3091.            <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none " rel="dofollow">
  3092.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3093.                <i class="ti-angle-right me-2 text-primary"></i>
  3094.                non GamStop casinos
  3095.              </h6>
  3096.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3097.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3098.              </div> -->
  3099.            </a>
  3100.          </div>
  3101.          
  3102.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3103.            <a href="https://www.labodeganegra.com/" class="text-decoration-none " rel="dofollow">
  3104.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3105.                <i class="ti-angle-right me-2 text-primary"></i>
  3106.                non GamStop casino
  3107.              </h6>
  3108.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3109.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3110.              </div> -->
  3111.            </a>
  3112.          </div>
  3113.          
  3114.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3115.            <a href="https://thenewoxford.com/" class="text-decoration-none " rel="dofollow">
  3116.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3117.                <i class="ti-angle-right me-2 text-primary"></i>
  3118.                casinos not on GamStop
  3119.              </h6>
  3120.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3121.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3122.              </div> -->
  3123.            </a>
  3124.          </div>
  3125.          
  3126.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3127.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3128.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3129.                <i class="ti-angle-right me-2 text-primary"></i>
  3130.                slots not on GamStop
  3131.              </h6>
  3132.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3133.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3134.              </div> -->
  3135.            </a>
  3136.          </div>
  3137.          
  3138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3139.            <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none " rel="dofollow">
  3140.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3141.                <i class="ti-angle-right me-2 text-primary"></i>
  3142.                casino not on GamStop
  3143.              </h6>
  3144.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3145.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3146.              </div> -->
  3147.            </a>
  3148.          </div>
  3149.          
  3150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  3152.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3153.                <i class="ti-angle-right me-2 text-primary"></i>
  3154.                casino not on GamStop
  3155.              </h6>
  3156.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3157.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3158.              </div> -->
  3159.            </a>
  3160.          </div>
  3161.          
  3162.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3163.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  3164.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3165.                <i class="ti-angle-right me-2 text-primary"></i>
  3166.                slots not on GamStop
  3167.              </h6>
  3168.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3169.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3170.              </div> -->
  3171.            </a>
  3172.          </div>
  3173.          
  3174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3175.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3177.                <i class="ti-angle-right me-2 text-primary"></i>
  3178.                non GamStop casinos
  3179.              </h6>
  3180.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3181.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3182.              </div> -->
  3183.            </a>
  3184.          </div>
  3185.          
  3186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  3188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3189.                <i class="ti-angle-right me-2 text-primary"></i>
  3190.                casino not on gamstop
  3191.              </h6>
  3192.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3193.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3194.              </div> -->
  3195.            </a>
  3196.          </div>
  3197.          
  3198.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  3200.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.                <i class="ti-angle-right me-2 text-primary"></i>
  3202.                Casino Not on Gamblock
  3203.              </h6>
  3204.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3205.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3206.              </div> -->
  3207.            </a>
  3208.          </div>
  3209.          
  3210.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3211.            <a href="https://santanderjobs.co.uk/" class="text-decoration-none " rel="dofollow">
  3212.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3213.                <i class="ti-angle-right me-2 text-primary"></i>
  3214.                best online betting sites uk
  3215.              </h6>
  3216.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3217.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3218.              </div> -->
  3219.            </a>
  3220.          </div>
  3221.          
  3222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3223.            <a href="https://www.snapphotofestival.com/" class="text-decoration-none " rel="dofollow">
  3224.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3225.                <i class="ti-angle-right me-2 text-primary"></i>
  3226.                non GamStop casinos
  3227.              </h6>
  3228.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3229.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3230.              </div> -->
  3231.            </a>
  3232.          </div>
  3233.          
  3234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.            <a href="https://www.morethanfootball.eu/" class="text-decoration-none " rel="dofollow">
  3236.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3237.                <i class="ti-angle-right me-2 text-primary"></i>
  3238.                non GamStop
  3239.              </h6>
  3240.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3241.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3242.              </div> -->
  3243.            </a>
  3244.          </div>
  3245.          
  3246.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3247.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  3248.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3249.                <i class="ti-angle-right me-2 text-primary"></i>
  3250.                Non UK Casino
  3251.              </h6>
  3252.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3253.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3254.              </div> -->
  3255.            </a>
  3256.          </div>
  3257.          
  3258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  3260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3261.                <i class="ti-angle-right me-2 text-primary"></i>
  3262.                UK non GamStop casinos
  3263.              </h6>
  3264.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3265.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3266.              </div> -->
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://www.helloitscraig.co.uk/" class="text-decoration-none " rel="dofollow">
  3272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                casinos not on gamstop
  3275.              </h6>
  3276.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3277.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3278.              </div> -->
  3279.            </a>
  3280.          </div>
  3281.          
  3282.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3283.            <a href="https://www.strawberrysoup.co.uk/" class="text-decoration-none " rel="dofollow">
  3284.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3285.                <i class="ti-angle-right me-2 text-primary"></i>
  3286.                casinos not on gamstop
  3287.              </h6>
  3288.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3289.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3290.              </div> -->
  3291.            </a>
  3292.          </div>
  3293.          
  3294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3297.                <i class="ti-angle-right me-2 text-primary"></i>
  3298.                non gamstop casinos
  3299.              </h6>
  3300.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3301.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3302.              </div> -->
  3303.            </a>
  3304.          </div>
  3305.          
  3306.  
  3307.        </div>
  3308. <!--
  3309.        <div class="text-center mt-4 pt-3 border-top border-light">
  3310.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3311.        </div> -->
  3312.      </div>
  3313.    </div>
  3314.    
  3315.    <div class="sidebar-widget mb-4">
  3316.      <div class="widget-title-wrapper mb-3">
  3317.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3318.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3319.          <span class="title-arrow"></span>
  3320.        </h4>
  3321.      </div>
  3322.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3323.        <div class="blog-roll-list scrollable-sidebar">
  3324.          
  3325.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3326.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3327.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3328.                <i class="ti-angle-right me-2 text-primary"></i>
  3329.                non gamstop betting sites
  3330.              </h6>
  3331.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3332.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3333.              </div> -->
  3334.            </a>
  3335.          </div>
  3336.          
  3337.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3338.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3339.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3340.                <i class="ti-angle-right me-2 text-primary"></i>
  3341.                betting sites not on gamstop
  3342.              </h6>
  3343.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3344.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3345.              </div> -->
  3346.            </a>
  3347.          </div>
  3348.          
  3349.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3350.            <a href="https://www.bentley.org.uk/" class="text-decoration-none " rel="dofollow">
  3351.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3352.                <i class="ti-angle-right me-2 text-primary"></i>
  3353.                casinos not on gamstop uk
  3354.              </h6>
  3355.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3356.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3357.              </div> -->
  3358.            </a>
  3359.          </div>
  3360.          
  3361.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3362.            <a href="https://www.employersforwork-lifebalance.org.uk/" class="text-decoration-none " rel="dofollow">
  3363.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3364.                <i class="ti-angle-right me-2 text-primary"></i>
  3365.                non gamstop casinos
  3366.              </h6>
  3367.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3368.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3369.              </div> -->
  3370.            </a>
  3371.          </div>
  3372.          
  3373.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3374.            <a href="https://pauljacques.co.uk/" class="text-decoration-none " rel="dofollow">
  3375.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3376.                <i class="ti-angle-right me-2 text-primary"></i>
  3377.                non gamstop casinos
  3378.              </h6>
  3379.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3380.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3381.              </div> -->
  3382.            </a>
  3383.          </div>
  3384.          
  3385.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3386.            <a href="https://indyonline.co.uk/" class="text-decoration-none " rel="dofollow">
  3387.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3388.                <i class="ti-angle-right me-2 text-primary"></i>
  3389.                best non GamStop casino
  3390.              </h6>
  3391.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3392.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3393.              </div> -->
  3394.            </a>
  3395.          </div>
  3396.          
  3397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3398.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3399.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3400.                <i class="ti-angle-right me-2 text-primary"></i>
  3401.                UK casinos not on GAMSTOP
  3402.              </h6>
  3403.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3404.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3405.              </div> -->
  3406.            </a>
  3407.          </div>
  3408.          
  3409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3410.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3411.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3412.                <i class="ti-angle-right me-2 text-primary"></i>
  3413.                UK casinos not on GAMSTOP
  3414.              </h6>
  3415.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3416.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3417.              </div> -->
  3418.            </a>
  3419.          </div>
  3420.          
  3421.  
  3422.        </div>
  3423. <!--
  3424.        <div class="text-center mt-4 pt-3 border-top border-light">
  3425.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3426.        </div> -->
  3427.      </div>
  3428.    </div>
  3429.    
  3430.  </div>
  3431.  
  3432. <!-- Sidebar V2 Styles -->
  3433. <style>
  3434.  .sidebar-widget {
  3435.    position: relative;
  3436.  }
  3437.  
  3438.  .widget-title {
  3439.    font-size: 1.1rem;
  3440.    font-weight: 700;
  3441.    display: inline-block;
  3442.    position: relative;
  3443.    z-index: 2;
  3444.    border-radius: 0;
  3445.  }
  3446.  
  3447.  /* Green arrow for August Blog Roll */
  3448.  .title-arrow::after {
  3449.    content: '';
  3450.    position: absolute;
  3451.    top: 0;
  3452.    right: -22px;
  3453.    width: 0;
  3454.    height: 0;
  3455.    border-left: 22px solid var(--bs-primary);
  3456.    border-top: 22px solid transparent;
  3457.    border-bottom: 22px solid transparent;
  3458.    z-index: 1;
  3459.  }
  3460.  
  3461.  /* Blue arrow for Recent Posts */
  3462.  .title-arrow-primary::after {
  3463.    content: '';
  3464.    position: absolute;
  3465.    top: 0;
  3466.    right: -22px;
  3467.    width: 0;
  3468.    height: 0;
  3469.    border-left: 22px solid var(--bs-primary);
  3470.    border-top: 22px solid transparent;
  3471.    border-bottom: 22px solid transparent;
  3472.    z-index: 1;
  3473.  }
  3474.  
  3475.  .widget-content {
  3476.    margin-top: -1px;
  3477.    position: relative;
  3478.    z-index: 1;
  3479.     background-color: var(--card-bg);
  3480.  }
  3481.  
  3482.  /* Blog Roll Items Hover Effects */
  3483.  .blog-roll-item:hover .blog-title {
  3484.    color: #198754 !important;
  3485.    transform: translateX(5px);
  3486.    transition: all 0.3s ease;
  3487.  }
  3488.  
  3489.  /* Recent Post Items Hover Effects */
  3490.  .recent-post-item:hover .post-title a {
  3491.    color: #0d6efd !important;
  3492.    transition: color 0.3s ease;
  3493.  }
  3494.  
  3495.  .recent-post-item:hover .post-image img {
  3496.    transform: scale(1.05);
  3497.    transition: transform 0.3s ease;
  3498.  }
  3499.  
  3500.  /* Button Hover Effects */
  3501.  .btn:hover {
  3502.    transform: translateY(-2px);
  3503.    transition: all 0.3s ease;
  3504.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3505.  }
  3506.  
  3507.  /* Badge Hover Effects */
  3508.  .badge:hover {
  3509.    transform: scale(1.05);
  3510.    transition: transform 0.3s ease;
  3511.  }
  3512.  
  3513.  @media (max-width: 991px) {
  3514.    .sidebar {
  3515.      margin-top: 3rem;
  3516.    }
  3517.  }
  3518.  
  3519.  @media (max-width: 576px) {
  3520.    .widget-title {
  3521.      font-size: 1rem;
  3522.      padding: 0.75rem 1rem !important;
  3523.    }
  3524.  
  3525.    .title-arrow::after,
  3526.    .title-arrow-primary::after {
  3527.      right: -18px;
  3528.      border-left-width: 18px;
  3529.      border-top-width: 18px;
  3530.      border-bottom-width: 18px;
  3531.    }
  3532.  
  3533.    .post-image {
  3534.      width: 70px !important;
  3535.      height: 55px !important;
  3536.    }
  3537.  
  3538.    .blog-meta {
  3539.      flex-direction: column !important;
  3540.      align-items: flex-start !important;
  3541.      gap: 0.5rem;
  3542.    }
  3543.  }
  3544. </style>
  3545.  
  3546.    
  3547.            </div>
  3548.        </div>
  3549.    </div>
  3550. </section>
  3551.  
  3552. <script>
  3553. // Enhanced Intersection Observer with staggered animations
  3554. document.addEventListener('DOMContentLoaded', function() {
  3555.    const observerOptions = {
  3556.        threshold: 0.1,
  3557.        rootMargin: '0px 0px -100px 0px'
  3558.    };
  3559.  
  3560.    const observer = new IntersectionObserver(function(entries) {
  3561.        entries.forEach(entry => {
  3562.            if (entry.isIntersecting) {
  3563.                setTimeout(() => {
  3564.                    entry.target.classList.add('revealed');
  3565.                }, 100);
  3566.            }
  3567.        });
  3568.    }, observerOptions);
  3569.  
  3570.    // Observe all scroll-reveal elements
  3571.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3572.        observer.observe(el);
  3573.    });
  3574.  
  3575.    // Add parallax effect to floating dots
  3576.    document.addEventListener('mousemove', function(e) {
  3577.        const cards = document.querySelectorAll('.blog-card-v3');
  3578.        cards.forEach(card => {
  3579.            const rect = card.getBoundingClientRect();
  3580.            const x = (e.clientX - rect.left) / rect.width;
  3581.            const y = (e.clientY - rect.top) / rect.height;
  3582.            
  3583.            const dots = card.querySelectorAll('.floating-dot');
  3584.            dots.forEach((dot, index) => {
  3585.                const moveX = (x - 0.5) * (10 + index * 5);
  3586.                const moveY = (y - 0.5) * (10 + index * 5);
  3587.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3588.            });
  3589.        });
  3590.    });
  3591. });
  3592. </script>
  3593.  
  3594.    
  3595.        
  3596.        <!-- end wpo-blog-highlights-section -->
  3597.        <!-- start wpo-blog-sponsored-section -->
  3598.        
  3599.  
  3600.  
  3601.  
  3602.    
  3603.  
  3604.  
  3605.  
  3606. <style>
  3607.    .sponsored-section-v2 {
  3608.        padding: 0 0 60px;
  3609.    }
  3610.    
  3611.    .sponsored-card-v2 {
  3612.        background: var(--body-bg);
  3613.        border-radius: 12px;
  3614.        overflow: hidden;
  3615.        transition: all 0.3s ease;
  3616.        border: none;
  3617.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3618.        height: 100%;
  3619.    }
  3620.    
  3621.    .sponsored-card-v2:hover {
  3622.        transform: translateY(-4px);
  3623.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3624.    }
  3625.    
  3626.    .sponsored-image-v2 {
  3627.        position: relative;
  3628.        overflow: hidden;
  3629.        height: 180px;
  3630.    }
  3631.    
  3632.    .sponsored-image-v2 img {
  3633.        width: 100%;
  3634.        height: 100%;
  3635.        object-fit: cover;
  3636.        transition: transform 0.3s ease;
  3637.    }
  3638.    
  3639.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3640.        transform: scale(1.05);
  3641.    }
  3642.    
  3643.    .sponsored-badge-v2 {
  3644.        position: absolute;
  3645.        top: 12px;
  3646.        left: 12px;
  3647.        padding: 6px 12px;
  3648.        border-radius: 15px;
  3649.        font-size: 10px;
  3650.        font-weight: 600;
  3651.        text-transform: uppercase;
  3652.        letter-spacing: 0.5px;
  3653.        color: white;
  3654.    }
  3655.    
  3656.    .sponsored-content-v2 {
  3657.        padding: 20px;
  3658.    }
  3659.    
  3660.    .sponsored-title-v2 {
  3661.        font-size: 16px;
  3662.        font-weight: 600;
  3663.        line-height: 1.4;
  3664.        margin-bottom: 15px;
  3665.        min-height: 44px;
  3666.    }
  3667.    
  3668.    .sponsored-title-v2 a {
  3669.        text-decoration: none;
  3670.        transition: color 0.3s ease;
  3671.    }
  3672.    
  3673.    .sponsored-meta-v2 {
  3674.        display: flex;
  3675.        align-items: center;
  3676.        gap: 10px;
  3677.        font-size: 12px;
  3678.    }
  3679.    
  3680.    .sponsored-author-img-v2 {
  3681.        width: 28px;
  3682.        height: 28px;
  3683.        border-radius: 50%;
  3684.        object-fit: cover;
  3685.    }
  3686.    
  3687.    .section-title-sponsored-v2 {
  3688.        font-size: 2.5rem;
  3689.        font-weight: 700;
  3690.        text-align: center;
  3691.        margin-bottom: 20px;
  3692.        text-transform: capitalize;
  3693.    }
  3694.  
  3695.    @media (max-width: 768px) {
  3696.        .sponsored-section-v2 {
  3697.            padding: 0px 0 40px;
  3698.        }
  3699.        .section-title-sponsored-v2 {
  3700.            font-size: 2rem;
  3701.        }
  3702.        .sponsored-content-v2 {
  3703.            padding: 16px;
  3704.        }
  3705.    }
  3706. </style>
  3707.  
  3708. <section class="sponsored-section-v2">
  3709.    <div class="container-fluid fluid-container">
  3710.        <div class="row">
  3711.            <div class="col-12">
  3712.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3713.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3714.            </div>
  3715.        </div>
  3716.        
  3717.        <div class="row g-4">
  3718.            
  3719.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3720.                <div class="card sponsored-card-v2">
  3721.                    <div class="sponsored-image-v2">
  3722.                        
  3723.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3724.                        
  3725.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3726.                    </div>
  3727.                    <div class="sponsored-content-v2">
  3728.                        <h3 class="sponsored-title-v2">
  3729.                            <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="top-color">
  3730.                            ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Band Castle Rat
  3731.                            </a>
  3732.                        </h3>
  3733.                        <div class="sponsored-meta-v2">
  3734.                            
  3735.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3736.                            
  3737.                            <span class="top-color">By Brian Rosales</span>
  3738.                            <span class="top-color">•</span>
  3739.                            <span class="top-color">17 May 2026</span>
  3740.                        </div>
  3741.                    </div>
  3742.                </div>
  3743.            </div>
  3744.            
  3745.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3746.                <div class="card sponsored-card-v2">
  3747.                    <div class="sponsored-image-v2">
  3748.                        
  3749.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3750.                        
  3751.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3752.                    </div>
  3753.                    <div class="sponsored-content-v2">
  3754.                        <h3 class="sponsored-title-v2">
  3755.                            <a href="/who-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-the-top-job/" class="top-color">
  3756.                            Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on the Top Job
  3757.                            </a>
  3758.                        </h3>
  3759.                        <div class="sponsored-meta-v2">
  3760.                            
  3761.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3762.                            
  3763.                            <span class="top-color">By Brian Rosales</span>
  3764.                            <span class="top-color">•</span>
  3765.                            <span class="top-color">17 May 2026</span>
  3766.                        </div>
  3767.                    </div>
  3768.                </div>
  3769.            </div>
  3770.            
  3771.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3772.                <div class="card sponsored-card-v2">
  3773.                    <div class="sponsored-image-v2">
  3774.                        
  3775.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3776.                        
  3777.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3778.                    </div>
  3779.                    <div class="sponsored-content-v2">
  3780.                        <h3 class="sponsored-title-v2">
  3781.                            <a href="/swiss-ski-resort-fire-survivors-receive-care-in-burns-units-across-europe/" class="top-color">
  3782.                            Swiss Ski Resort Fire Survivors Receive Care in Burns Units Across Europe
  3783.                            </a>
  3784.                        </h3>
  3785.                        <div class="sponsored-meta-v2">
  3786.                            
  3787.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3788.                            
  3789.                            <span class="top-color">By Brian Rosales</span>
  3790.                            <span class="top-color">•</span>
  3791.                            <span class="top-color">17 May 2026</span>
  3792.                        </div>
  3793.                    </div>
  3794.                </div>
  3795.            </div>
  3796.            
  3797.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3798.                <div class="card sponsored-card-v2">
  3799.                    <div class="sponsored-image-v2">
  3800.                        
  3801.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3802.                        
  3803.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3804.                    </div>
  3805.                    <div class="sponsored-content-v2">
  3806.                        <h3 class="sponsored-title-v2">
  3807.                            <a href="/queens-acknowledge-queens-as-trump-offers-the-mayor-elect-a-cordial-reception/" class="top-color">
  3808.                            Queens Acknowledge Queens as Trump Offers The Mayor-Elect a Cordial Reception
  3809.                            </a>
  3810.                        </h3>
  3811.                        <div class="sponsored-meta-v2">
  3812.                            
  3813.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3814.                            
  3815.                            <span class="top-color">By Brian Rosales</span>
  3816.                            <span class="top-color">•</span>
  3817.                            <span class="top-color">17 May 2026</span>
  3818.                        </div>
  3819.                    </div>
  3820.                </div>
  3821.            </div>
  3822.            
  3823.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3824.                <div class="card sponsored-card-v2">
  3825.                    <div class="sponsored-image-v2">
  3826.                        
  3827.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3828.                        
  3829.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3830.                    </div>
  3831.                    <div class="sponsored-content-v2">
  3832.                        <h3 class="sponsored-title-v2">
  3833.                            <a href="/the-ten-year-affair-from-erin-somers-the-middle-aged-infidelity-story-this-generation-deserves/" class="top-color">
  3834.                            The Ten Year Affair from Erin Somers: The Middle-Aged Infidelity Story This Generation Deserves.
  3835.                            </a>
  3836.                        </h3>
  3837.                        <div class="sponsored-meta-v2">
  3838.                            
  3839.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3840.                            
  3841.                            <span class="top-color">By Brian Rosales</span>
  3842.                            <span class="top-color">•</span>
  3843.                            <span class="top-color">16 May 2026</span>
  3844.                        </div>
  3845.                    </div>
  3846.                </div>
  3847.            </div>
  3848.            
  3849.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3850.                <div class="card sponsored-card-v2">
  3851.                    <div class="sponsored-image-v2">
  3852.                        
  3853.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3854.                        
  3855.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3856.                    </div>
  3857.                    <div class="sponsored-content-v2">
  3858.                        <h3 class="sponsored-title-v2">
  3859.                            <a href="/leader-zelenskyy-states-ukraine-was-ten-percent-off-from-peace-yet-not-at-any-possible-price/" class="top-color">
  3860.                            Leader Zelenskyy States Ukraine Was Ten Percent Off from Peace, Yet Not at Any Possible Price
  3861.                            </a>
  3862.                        </h3>
  3863.                        <div class="sponsored-meta-v2">
  3864.                            
  3865.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/07826b0c-6b01-4b45-812b-4e74c7ea82b3_profile.png" alt="Brian Rosales" style="object-fit: cover;" class="sponsored-author-img-v2">
  3866.                            
  3867.                            <span class="top-color">By Brian Rosales</span>
  3868.                            <span class="top-color">•</span>
  3869.                            <span class="top-color">16 May 2026</span>
  3870.                        </div>
  3871.                    </div>
  3872.                </div>
  3873.            </div>
  3874.            
  3875.        </div>
  3876.    </div>
  3877. </section>
  3878.  
  3879.  
  3880.    
  3881.        <!-- end wpo-blog-sponsored-section -->
  3882.        <!-- start wpo-subscribe-section -->
  3883.        
  3884.        <!-- end subscribe-section -->
  3885.        <!-- start of wpo-site-footer-section -->
  3886.        
  3887.  
  3888.  
  3889.  
  3890.  
  3891.  
  3892. <footer class="wpo-site-footer-v3">
  3893.  <!-- Top Section - Logo -->
  3894.  <div class="footer-top-section py-4 border-bottom">
  3895.    <div class="container-fluid fluid-container">
  3896.      <div class="row justify-content-center">
  3897.        <div class="col-12 text-center">
  3898.          <div class="brand-logo">
  3899.            
  3900.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8429b67c-5ca4-4a6e-8b2f-b95c84f0a07e_logo.png" alt="Media Culture Site" class="footer-logo" />
  3901.            
  3902.            <p class="brand-tagline mt-2">Explore in-depth articles on UK arts, entertainment trends, and digital media culture. We provide analysis, reviews, and insights into contemporary media landscapes.</p>
  3903.          </div>
  3904.        </div>
  3905.      </div>
  3906.    </div>
  3907.  </div>
  3908.  
  3909.  <!-- Main Content -->
  3910.  <div class="footer-main-content pt-4">
  3911.    <div class="container-fluid fluid-container">
  3912.      <div class="row justify-content-center">
  3913.        <!-- Single Column: Quick Links -->
  3914.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3915.          <div class="footer-column">
  3916.            <h5 class="column-title">Quick Links</h5>
  3917.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3918.              
  3919.                <li>
  3920.                  <a class="menu-link" href="/eric-adams-plans-to-back-andrew-cuomo-in-new-york-city-mayoral-race/">Eric Adams Plans to Back Andrew Cuomo in New York City Mayoral Race</a>
  3921.                </li>
  3922.              
  3923.                <li>
  3924.                  <a class="menu-link" href="/republican-lawmaker-claims-deal-is-possible-on-health-care-as-key-subsidies-approach-expiration/">Republican Lawmaker Claims &#x27;Deal Is Possible&#x27; on Health Care as Key Subsidies Approach Expiration.</a>
  3925.                </li>
  3926.              
  3927.                <li>
  3928.                  <a class="menu-link" href="/administration-decries-democrat-hoax-as-more-epstein-estate-photographs-disclosed/">Administration Decries &#x27;Democrat Hoax&#x27; as More Epstein Estate Photographs Disclosed</a>
  3929.                </li>
  3930.              
  3931.                <li>
  3932.                  <a class="menu-link" href="/the-defender-departs-england-scene-long-after-her-name-was-engraved-among-soccer-greats/">The Defender Departs England Scene Long After Her Name Was Engraved Among Soccer Greats</a>
  3933.                </li>
  3934.              
  3935.                <li>
  3936.                  <a class="menu-link" href="/the-hit-drama-announced-for-seventh-series-on-bbc/">The Hit Drama Announced for Seventh Series on BBC</a>
  3937.                </li>
  3938.              
  3939.                <li>
  3940.                  <a class="menu-link" href="/british-tennis-star-emma-raducanu-concludes-this-years-campaign-and-will-keep-her-coach-through-next-year/">British tennis star Emma Raducanu concludes this year&#x27;s campaign and will keep her coach through next year.</a>
  3941.                </li>
  3942.              
  3943.            </ul>
  3944.          </div>
  3945.        </div>
  3946.  
  3947.        <!-- Single Column: Top Categories -->
  3948.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3949.          <div class="footer-column">
  3950.            <h5 class="column-title">Top Categories</h5>
  3951.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3952.              
  3953.                <li>
  3954.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3955.                </li>
  3956.              
  3957.                <li>
  3958.                  <a class="menu-link" href="/category/business/">Business</a>
  3959.                </li>
  3960.              
  3961.                <li>
  3962.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3963.                </li>
  3964.              
  3965.                <li>
  3966.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3967.                </li>
  3968.              
  3969.                <li>
  3970.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3971.                </li>
  3972.              
  3973.            </ul>
  3974.          </div>
  3975.        </div>
  3976.  
  3977.        <!-- Single Column: Blog Rolls -->
  3978.      <div class="col-12 text-center border-bottom pb-4">
  3979.          <div class="footer-column">
  3980.            <h5 class="column-title">Blog Rolls</h5>
  3981.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3982.              
  3983.              
  3984.  
  3985.              
  3986.              
  3987.                
  3988.              
  3989.            </ul>
  3990.          </div>
  3991.        </div>
  3992.      </div>
  3993.    </div>
  3994.  </div>
  3995.  
  3996.  <!-- Footer Bottom -->
  3997.  <div class="footer-bottom py-3">
  3998.    <div class="container-fluid fluid-container">
  3999.      <div class="row justify-content-center">
  4000.        <div class="col-12 text-center">
  4001.          <div class="bottom-content">
  4002.            <div class="copyright-info mb-3">
  4003.              <p class="mb-0 text-info">
  4004.                &copy; 2026 <strong>Media Culture Site</strong>. All rights reserved.
  4005.              </p>
  4006.            </div>
  4007.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  4008.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4009.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4010.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4011.            </div>
  4012.          </div>
  4013.        </div>
  4014.      </div>
  4015.    </div>
  4016.  </div>
  4017. </footer>
  4018.  
  4019. <style>
  4020. .wpo-site-footer-v3 {
  4021.    background: var(--card-bg) !important;
  4022. }
  4023.  
  4024. .footer-logo {
  4025.    height: 60px;
  4026.    width: auto;
  4027. }
  4028. .text-info{
  4029.    color: var(--topbar-color) !important;
  4030. }
  4031.  
  4032. .brand-title {
  4033.    font-size: 22px;
  4034.    font-weight: 700;
  4035.    color: var(--topbar-color);
  4036.    margin: 0;
  4037. }
  4038.  
  4039. .brand-tagline {
  4040.    font-size: 14px;
  4041.    color: var(--topbar-color);
  4042.    margin: 0;
  4043. }
  4044.  
  4045. .column-title {
  4046.    font-size: 16px;
  4047.    font-weight: 600;
  4048.    color: var(--topbar-color) !important;
  4049.    margin-bottom: 15px;
  4050. }
  4051.  
  4052. .footer-menu {
  4053.    margin: 0;
  4054. }
  4055.  
  4056. .menu-link {
  4057.    color: var(--topbar-color) !important;
  4058.    text-decoration: none;
  4059.    font-size: 14px;
  4060.    transition: color 0.3s ease;
  4061. }
  4062.  
  4063. .menu-link:hover {
  4064.    color: var(--primary-color);
  4065. }
  4066.  
  4067. .footer-bottom {
  4068.    font-size: 13px;
  4069. }
  4070.  
  4071. .utility-link {
  4072.    color: var(--topbar-color) !important;
  4073.    text-decoration: none;
  4074.    font-size: 13px;
  4075.    transition: color 0.3s ease;
  4076. }
  4077. /* Responsive Design */
  4078. @media (max-width: 768px) {
  4079.    .footer-logo {
  4080.        height: 50px;
  4081.    }
  4082.    
  4083.    .column-title {
  4084.        font-size: 15px;
  4085.    }
  4086.    
  4087.    .menu-link {
  4088.        font-size: 13px;
  4089.    }
  4090. }
  4091.  
  4092. @media (max-width: 576px) {
  4093.    .brand-title {
  4094.        font-size: 20px;
  4095.    }
  4096.    
  4097.    .brand-tagline {
  4098.        font-size: 13px;
  4099.    }
  4100.    
  4101.    .cta-btn {
  4102.        font-size: 12px;
  4103.        padding: 5px 12px;
  4104.    }
  4105. }
  4106. </style>
  4107.  
  4108. <script>
  4109. // Prevent default for placeholder links
  4110. document.addEventListener('DOMContentLoaded', function() {
  4111.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4112.        anchor.addEventListener('click', function(e) {
  4113.            e.preventDefault();
  4114.        });
  4115.    });
  4116. });
  4117. document.addEventListener('DOMContentLoaded', function () {
  4118.    var btn = document.getElementById('toggleBlogRollLinks');
  4119.    if (!btn) return; // No extra items, no button
  4120.  
  4121.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4122.  
  4123.    btn.addEventListener('click', function () {
  4124.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4125.            return li.classList.contains('d-none');
  4126.        });
  4127.  
  4128.        extras.forEach(function (li) {
  4129.            if (anyHidden) {
  4130.                li.classList.remove('d-none');
  4131.                li.classList.add('show');
  4132.            } else {
  4133.                li.classList.add('d-none');
  4134.                li.classList.remove('show');
  4135.            }
  4136.        });
  4137.  
  4138.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4139.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4140.    });
  4141. });
  4142.  
  4143. </script>
  4144.  
  4145.        <!-- end of wpo-site-footer-section -->
  4146.    </div>
  4147.    <!-- end of page-wrapper -->
  4148.  
  4149.    <!-- All JavaScript files
  4150.    ================================================== -->
  4151.    
  4152.  
  4153. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4154. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4155. <!-- Plugins for this template -->
  4156. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4157. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4158. <!-- Custom script for this template -->
  4159. <script src="/static/blogapp/assets/js/script.js"></script>
  4160.  
  4161. <script>
  4162. (function () {
  4163. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4164. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4165.  
  4166. function applyFallback(img) {
  4167. if (!img || img.dataset.fallbackApplied === "1") {
  4168. return;
  4169. }
  4170. var failedSrc = img.currentSrc || img.src || "";
  4171. img.dataset.fallbackApplied = "1";
  4172. img.onerror = null;
  4173. img.src = fallbackImageSrc;
  4174. console.warn("[ImageFallback] Replaced broken image:", {
  4175. failedSrc: failedSrc,
  4176. fallbackSrc: fallbackImageSrc,
  4177. alt: img.alt || "",
  4178. });
  4179. }
  4180.  
  4181. document.querySelectorAll("img").forEach(function (img) {
  4182. if (img.complete && img.naturalWidth === 0) {
  4183. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4184. failedSrc: img.currentSrc || img.src || "",
  4185. alt: img.alt || "",
  4186. });
  4187. applyFallback(img);
  4188. }
  4189. });
  4190.  
  4191. document.addEventListener(
  4192. "error",
  4193. function (event) {
  4194. var target = event.target;
  4195. if (target && target.tagName === "IMG") {
  4196. applyFallback(target);
  4197. }
  4198. },
  4199. true
  4200. );
  4201. })();
  4202. </script>
  4203.  
  4204. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4205.  
  4206.  
  4207.  
  4208. <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":"c97cdfaea6f7465aa60072c1ebe4f1db","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4209. </body>
  4210.  
  4211. </html>
  4212.  
  4213.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda