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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_24_oYzWB9M_SaE18HO.png">
  14.    
  15.  
  16.    <title>GoldTech360 UK: Expert Tech Reviews, Gadget Guides &amp; Digital Insights</title>
  17.    <meta name="description" content="GoldTech360 UK delivers in-depth tech reviews, practical gadget guides, and the latest digital trends to help you navigate the evolving world of technology.">
  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://goldtech360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4a6e;
  42.        --bs-primary-rgb: ff4a6e;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f3;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4a6e;
  53.        --theme-primary-color-s2: #ff4a6e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f3;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4a6e;
  84.        --link-hover: #e0355c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 74, 110, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_71">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378. <div class="preloader" style="z-index: 1025;">
  379.    <div class="angular-shape">
  380.        <div></div>
  381.        <div></div>
  382.        <div></div>
  383.    </div>
  384.    <div class="spinner">
  385.        <div class="double-bounce1"></div>
  386.        <div class="double-bounce2"></div>
  387.    </div>
  388. </div>  
  389.  
  390.            <!-- end preloader -->
  391.        
  392.        <!-- Start header -->
  393.        <header id="header" class="wpo-site-header">
  394.            
  395.  
  396.  
  397.    
  398.  
  399.  
  400. <style>
  401.    /* General styling for top bar */
  402.    .unique-topbar-v7 {
  403.        background-color: var(--topbar-bg);
  404.        color: #fff;
  405.      
  406.    }
  407.    .unique-v7 {
  408.        padding: 10px 30px;
  409.        display: flex;
  410.        align-items: center;
  411.        justify-content: space-between; /* Ensure it stretches across */
  412.    }
  413.  
  414.    .unique-menu-btn-v7 {
  415.        border: none;
  416.        max-width: 145px !important;
  417.        padding: 8px;
  418.        cursor: pointer;
  419.        border-radius: 5px;
  420.    }
  421.  
  422.    .unique-news-container-v7 {
  423.        display: flex;
  424.        align-items: center;
  425.        overflow: hidden;
  426.        width: fit-content;
  427.        flex-grow: 1; /* Take remaining space */
  428.        height: 60px;
  429.    }
  430.  
  431.    .unique-news-wrapper-v7 {
  432.        display: flex;
  433.        flex-direction: row;
  434.        align-items: center;
  435.        padding: 5px;
  436.    }
  437.  
  438.    .unique-news-item-v7 {
  439.        opacity: 0;
  440.        transform: translateX(100px);
  441.        transition: all 0.5s ease;
  442.        font-size: 16px;
  443.        color: var(--topbar-color);
  444.        height: 0;
  445.        width: 0;
  446.    }
  447.    
  448.    .unique-news-item-v7.active-v7 {
  449.        padding: 10px;
  450.        opacity: 1;
  451.          height: auto;
  452.        width: auto;
  453.        margin-right: 20px;
  454.        transform: translateX(0);
  455.    }
  456.  
  457.    .unique-news-item-v7.exit-up-v7 {
  458.        opacity: 0;
  459.        transform: translateX(-100px); /* Move news item left */
  460.    }
  461.  
  462.    /* Social Icons in Inline */
  463.    .contact-info-v7 {
  464.        display: flex;
  465.        gap: 10px;
  466.    }
  467.  
  468.    .contact-info-v7 ul {
  469.        display: flex;
  470.        gap: 15px;
  471.        list-style: none;
  472.    }
  473.  
  474.    .social-icon-v7 {
  475.        color: var(--topbar-color) !important;
  476.        font-size: 20px;
  477.        text-decoration: none;
  478.    }
  479.  
  480.    .social-icon-v7:hover {
  481.        color: #1da1f2;
  482.    }
  483. </style>
  484.  
  485. <div class="unique-topbar-v7">
  486.    <div class="fluid-container unique-v7 container-fluid">
  487.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  488.      
  489.        <div class="unique-news-container-v7">
  490.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  491.                <!-- News items will be added dynamically -->
  492.            </div>
  493.        </div>
  494.      
  495.        <div class="contact-info-v7">
  496.            <ul>
  497.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  498.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  499.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  500.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  501.            </ul>
  502.        </div>
  503.    </div>
  504. </div>
  505.  
  506. <script>
  507.    // Build array dynamically from Django context
  508.    const newsItems = [
  509.        
  510.            { title: "Tesla Investors to Cast Their Ballots on Colossal $1 Trillion Pay Plan for CEO the Tech Mogul", url: "/tesla-investors-to-cast-their-ballots-on-colossal-1-trillion-pay-plan-for-ceo-the-tech-mogul/" },
  511.        
  512.            { title: "Ecological Disaster Concerns as Millions of Polymer Pellets Appear on Camber Sands", url: "/ecological-disaster-concerns-as-millions-of-polymer-pellets-appear-on-camber-sands/" },
  513.        
  514.            { title: "Your Comprehensive COP30 Terminology Guide", url: "/your-comprehensive-cop30-terminology-guide/" },
  515.        
  516.            { title: "The Tanzanian Security Clampdown on Planned Protest Leaves City Centers Deserted.", url: "/the-tanzanian-security-clampdown-on-planned-protest-leaves-city-centers-deserted/" },
  517.        
  518.            { title: "Ndiaye, Globetrotters\u002DStyle Moves and Revealing Football Statistics", url: "/ndiaye-globetrotters-style-moves-and-revealing-football-statistics/" }
  519.        
  520.    ];
  521.  
  522.    let currentNewsIndex = 0;
  523.    const newsWrapper = document.getElementById('newsWrapper-v7');
  524.    let newsElements = [];
  525.  
  526.    // Create news elements
  527.    function createNewsElements() {
  528.        newsItems.forEach((news, index) => {
  529.            const newsElement = document.createElement('div');
  530.            newsElement.className = 'unique-news-item-v7';
  531.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  532.            newsWrapper.appendChild(newsElement);
  533.            newsElements.push(newsElement);
  534.        });
  535.  
  536.        if (newsElements.length > 0) {
  537.            newsElements[0].classList.add('active-v7');
  538.        }
  539.    }
  540.  
  541.    // Animate news change
  542.    function changeNews() {
  543.        const currentElement = newsElements[currentNewsIndex];
  544.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  545.        const nextElement = newsElements[nextIndex];
  546.  
  547.        currentElement.classList.remove('active-v7');
  548.        currentElement.classList.add('exit-up-v7');
  549.  
  550.        setTimeout(() => {
  551.            nextElement.classList.add('active-v7');
  552.            currentNewsIndex = nextIndex;
  553.  
  554.            setTimeout(() => {
  555.                currentElement.classList.remove('exit-up-v7');
  556.            }, 100);
  557.        }, 250);
  558.    }
  559.  
  560.    // Start news rotation
  561.    function startNewsRotation() {
  562.        setInterval(changeNews, 5000);
  563.    }
  564.  
  565.    window.onload = function() {
  566.        createNewsElements();
  567.        startNewsRotation();
  568.    };
  569. </script>
  570.  
  571.  
  572.  
  573.            
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580. <header class="header-v8 mb-4">
  581.    <div class="container-fluid fluid-container">
  582.        <!-- Main Navigation Card -->
  583.        <div class="nav-card-v8">
  584.            <div class="row align-items-center justify-content-between">
  585.                <!-- Logo Section -->
  586.               <div class="col-lg-2 col-md-3 col-6">
  587.                    <div class="logo-section-v8">
  588.                        <a class="logo-link-v8" href="/">
  589.                            
  590.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0fc0cef7-4de2-4804-9cb4-9d434ef7d25c_logo.png" alt="GoldTech360 UK" class="logo-img-v8" />
  591.                            
  592.                        </a>
  593.                    </div>
  594.                </div>
  595.  
  596.                <!-- Navigation Menu -->
  597.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  598.                    <nav class="main-nav-v8">
  599.                        <ul class="nav-list-v8">
  600.  
  601.                            
  602.                            <li class="nav-item-v8">
  603.                                <a href="/" class="nav-link-v8 active-v8"
  604.                                    data-text="Home">Home</a>
  605.                            </li>
  606.  
  607.                            
  608.                            
  609.                             <li class="nav-item-v8">
  610.                                <a href="/category/all-posts/" class="nav-link-v8"
  611.                                    data-text="All Posts">
  612.                                    All Posts
  613.                                </a>
  614.                                </li>
  615.  
  616.                                
  617.  
  618.                                                
  619.                                                
  620.                                
  621.                             <li class="nav-item-v8">
  622.                                <a href="/category/business/" class="nav-link-v8"
  623.                                    data-text="Business">
  624.                                    Business
  625.                                </a>
  626.                                </li>
  627.  
  628.                                
  629.  
  630.                                                
  631.                                                
  632.                                
  633.                             <li class="nav-item-v8">
  634.                                <a href="/category/esports/" class="nav-link-v8"
  635.                                    data-text="Esports">
  636.                                    Esports
  637.                                </a>
  638.                                </li>
  639.  
  640.                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                             <li class="nav-item-v8">
  646.                                <a href="/category/fashion/" class="nav-link-v8"
  647.                                    data-text="Fashion">
  648.                                    Fashion
  649.                                </a>
  650.                                </li>
  651.  
  652.                                
  653.  
  654.                                                
  655.                                                
  656.                                
  657.                             <li class="nav-item-v8">
  658.                                <a href="/category/featured/" class="nav-link-v8"
  659.                                    data-text="Featured">
  660.                                    Featured
  661.                                </a>
  662.                                </li>
  663.  
  664.                                
  665.  
  666.                                                
  667.                                                
  668.                                
  669.                             <li class="nav-item-v8">
  670.                                <a href="/category/gaming/" class="nav-link-v8"
  671.                                    data-text="Gaming">
  672.                                    Gaming
  673.                                </a>
  674.                                </li>
  675.  
  676.                                
  677.  
  678.                                                
  679.                                                
  680.                                
  681.                             <li class="nav-item-v8">
  682.                                <a href="/category/health/" class="nav-link-v8"
  683.                                    data-text="Health">
  684.                                    Health
  685.                                </a>
  686.                                </li>
  687.  
  688.                                
  689.  
  690.                                                
  691.                                                
  692.                                
  693.                            
  694.                                
  695.                                
  696.                                <li class="nav-item-v8 has-dropdown-v8">
  697.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  698.                                    <div class="dropdown-card-v8">
  699.                                        <div class="dropdown-grid-v8">
  700.                                            <div class="dropdown-section-v8">
  701.                                                <a href="/category/life-fitness/"
  702.                                                    class="dropdown-link-v8">
  703.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  704.                                                </a>
  705.                                                
  706.  
  707.                                                
  708.  
  709.                                                
  710.                                                
  711.                                
  712.                            
  713.                                                <a href="/category/lifestyle/"
  714.                                                    class="dropdown-link-v8">
  715.                                                    <span class="link-icon-v8"></span> Lifestyle
  716.                                                </a>
  717.                                                
  718.  
  719.                                                
  720.                                                
  721.                                
  722.                            
  723.                                                <a href="/category/news/"
  724.                                                    class="dropdown-link-v8">
  725.                                                    <span class="link-icon-v8"></span> News
  726.                                                </a>
  727.                                                
  728.  
  729.                                                
  730.                                                
  731.                                
  732.                            
  733.                                                <a href="/category/others/"
  734.                                                    class="dropdown-link-v8">
  735.                                                    <span class="link-icon-v8"></span> Others
  736.                                                </a>
  737.                                                
  738.  
  739.                                                
  740.                                                
  741.                                
  742.                            
  743.                                                <a href="/category/politics/"
  744.                                                    class="dropdown-link-v8">
  745.                                                    <span class="link-icon-v8"></span> Politics
  746.                                                </a>
  747.                                                
  748.  
  749.                                                
  750.                                                
  751.                                
  752.                            
  753.                                                <a href="/category/sports/"
  754.                                                    class="dropdown-link-v8">
  755.                                                    <span class="link-icon-v8"></span> Sports
  756.                                                </a>
  757.                                                
  758.  
  759.                                                
  760.                                                
  761.                                
  762.                            
  763.                                                <a href="/category/tech/"
  764.                                                    class="dropdown-link-v8">
  765.                                                    <span class="link-icon-v8"></span> Tech
  766.                                                </a>
  767.                                                
  768.  
  769.                                                
  770.                                                
  771.                                
  772.                            
  773.                                                <a href="/category/travel/"
  774.                                                    class="dropdown-link-v8">
  775.                                                    <span class="link-icon-v8"></span> Travel
  776.                                                </a>
  777.                                                
  778.  
  779.                                                
  780.                                                
  781.                                            </div>
  782.                                        </div>
  783.                                    </div>
  784.                                </li>
  785.                                
  786.                                
  787. <li>
  788.                  <a href="/page/contact-us/">
  789.                     Contact Us
  790.                  </a>
  791.              </li>
  792.                        </ul>
  793.                    </nav>
  794.  
  795.                </div>
  796.  
  797.                <!-- Search & Mobile Toggle -->
  798.                <div class="col-lg-2 col-md-3 col-6">
  799.                    <div class="nav-actions-v8">
  800.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  801.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  802.                                stroke-width="2">
  803.                                <circle cx="11" cy="11" r="8"></circle>
  804.                                <path d="m21 21-4.35-4.35"></path>
  805.                            </svg>
  806.                        </button>
  807.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  808.                            <i class="ti-menu fs-5"></i>
  809.                        </button>
  810.                    </div>
  811.                </div>
  812.            </div>
  813.        </div>
  814.  
  815.        <!-- Floating Search Card -->
  816.        <div class="search-card-v8" id="searchCardV8">
  817.            <div class="search-container-v8">
  818.                <form class="search-form-v8" action="#" method="get">
  819.                    <div class="search-input-wrapper-v8">
  820.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  821.                            stroke="currentColor" stroke-width="2">
  822.                            <circle cx="11" cy="11" r="8"></circle>
  823.                            <path d="m21 21-4.35-4.35"></path>
  824.                        </svg>
  825.                        <input type="search" class="search-input-v8" id="search-input"
  826.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  827.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  828.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  829.                                stroke-width="2">
  830.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  831.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  832.                            </svg>
  833.                        </button>
  834.                    </div>
  835.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  836.                        
  837.                        
  838.                    </div>
  839.                </form>
  840.            </div>
  841.        </div>
  842.  
  843.        <!-- Mobile Navigation Card -->
  844.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  845.            <div class="mobile-nav-content-v8">
  846.                <ul class="mobile-nav-list-v8">
  847.  
  848.                    
  849.                    <li class="mobile-nav-item-v8">
  850.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  851.                            Home
  852.                        </a>
  853.                    </li>
  854.  
  855.                    
  856.                      <li class="mobile-nav-item-v8">
  857.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  858.                            All Posts
  859.                        </a>
  860.                        </li>
  861.  
  862.                        
  863.  
  864.                                
  865.                                
  866.                        
  867.                      <li class="mobile-nav-item-v8">
  868.                        <a href="/category/business/" class="mobile-nav-link-v8">
  869.                            Business
  870.                        </a>
  871.                        </li>
  872.  
  873.                        
  874.  
  875.                                
  876.                                
  877.                        
  878.                      <li class="mobile-nav-item-v8">
  879.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  880.                            Esports
  881.                        </a>
  882.                        </li>
  883.  
  884.                        
  885.  
  886.                                
  887.                                
  888.                        
  889.                      <li class="mobile-nav-item-v8">
  890.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  891.                            Fashion
  892.                        </a>
  893.                        </li>
  894.  
  895.                        
  896.  
  897.                                
  898.                                
  899.                        
  900.                      <li class="mobile-nav-item-v8">
  901.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  902.                            Featured
  903.                        </a>
  904.                        </li>
  905.  
  906.                        
  907.  
  908.                                
  909.                                
  910.                        
  911.                      <li class="mobile-nav-item-v8">
  912.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  913.                            Gaming
  914.                        </a>
  915.                        </li>
  916.  
  917.                        
  918.  
  919.                                
  920.                                
  921.                        
  922.                      <li class="mobile-nav-item-v8">
  923.                        <a href="/category/health/" class="mobile-nav-link-v8">
  924.                            Health
  925.                        </a>
  926.                        </li>
  927.  
  928.                        
  929.  
  930.                                
  931.                                
  932.                        
  933.                    
  934.                        
  935.                        
  936.                        <li class="mobile-nav-item-v8">
  937.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  938.                                More
  939.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  940.                                    stroke="currentColor" stroke-width="2">
  941.                                    <polyline points="6,9 12,15 18,9"></polyline>
  942.                                </svg>
  943.                            </a>
  944.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  945.                                <li>
  946.                                    <a href="/category/life-fitness/"
  947.                                        class="mobile-sub-link-v8">
  948.                                        Life &amp; Fitness
  949.                                    </a>
  950.                                </li>
  951.                                
  952.  
  953.                                
  954.  
  955.                                
  956.                                
  957.                        
  958.                    
  959.                                
  960.                                <li>
  961.                                    <a href="/category/lifestyle/"
  962.                                        class="mobile-sub-link-v8">
  963.                                        Lifestyle
  964.                                    </a>
  965.                                </li>
  966.                                
  967.  
  968.                                
  969.                                
  970.                        
  971.                    
  972.                                
  973.                                <li>
  974.                                    <a href="/category/news/"
  975.                                        class="mobile-sub-link-v8">
  976.                                        News
  977.                                    </a>
  978.                                </li>
  979.                                
  980.  
  981.                                
  982.                                
  983.                        
  984.                    
  985.                                
  986.                                <li>
  987.                                    <a href="/category/others/"
  988.                                        class="mobile-sub-link-v8">
  989.                                        Others
  990.                                    </a>
  991.                                </li>
  992.                                
  993.  
  994.                                
  995.                                
  996.                        
  997.                    
  998.                                
  999.                                <li>
  1000.                                    <a href="/category/politics/"
  1001.                                        class="mobile-sub-link-v8">
  1002.                                        Politics
  1003.                                    </a>
  1004.                                </li>
  1005.                                
  1006.  
  1007.                                
  1008.                                
  1009.                        
  1010.                    
  1011.                                
  1012.                                <li>
  1013.                                    <a href="/category/sports/"
  1014.                                        class="mobile-sub-link-v8">
  1015.                                        Sports
  1016.                                    </a>
  1017.                                </li>
  1018.                                
  1019.  
  1020.                                
  1021.                                
  1022.                        
  1023.                    
  1024.                                
  1025.                                <li>
  1026.                                    <a href="/category/tech/"
  1027.                                        class="mobile-sub-link-v8">
  1028.                                        Tech
  1029.                                    </a>
  1030.                                </li>
  1031.                                
  1032.  
  1033.                                
  1034.                                
  1035.                        
  1036.                    
  1037.                                
  1038.                                <li>
  1039.                                    <a href="/category/travel/"
  1040.                                        class="mobile-sub-link-v8">
  1041.                                        Travel
  1042.                                    </a>
  1043.                                </li>
  1044.                                
  1045.  
  1046.                                
  1047.                                
  1048.                            </ul>
  1049.                        </li>
  1050.                        
  1051.                        
  1052.  
  1053.                </ul>
  1054.  
  1055.            </div>
  1056.        </div>
  1057.    </div>
  1058.  
  1059.    <!-- Background Overlay -->
  1060.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1061. </header>
  1062.  
  1063. <style>
  1064.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1065.    .header-v8 {
  1066.        padding: 20px 0;
  1067.        position: relative;
  1068.        min-height: 120px;
  1069.    }
  1070.  
  1071.    /* Main Navigation Card */
  1072.    .nav-card-v8 {
  1073.        background:var(--navbar-bg);
  1074.        backdrop-filter: blur(20px);
  1075.        border: 1px solid var(--border-color);
  1076.        border-radius: 20px;
  1077.        padding: 15px 25px;
  1078.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1079.        position: relative;
  1080.        z-index: 100;
  1081.    }
  1082.  
  1083.    /* Logo Styles */
  1084.    .logo-img-v8 {
  1085.        max-height: 60px;
  1086.        transition: all 0.3s ease;
  1087.    }
  1088.  
  1089.    .logo-link-v8:hover .logo-img-v8 {
  1090.        transform: scale(1.05) rotate(2deg);
  1091.    }
  1092.  
  1093.    /* Main Navigation */
  1094.    .nav-list-v8 {
  1095.        list-style: none;
  1096.        padding: 0;
  1097.        margin: 0;
  1098.        display: flex;
  1099.        align-items: center;
  1100.        justify-content: center;
  1101.        gap: 8px;
  1102.    }
  1103.  
  1104.    .nav-item-v8 {
  1105.        position: relative;
  1106.    }
  1107.  
  1108.    .nav-link-v8 {
  1109.        color: #4a5568;
  1110.        text-decoration: none;
  1111.        font-weight: 500;
  1112.        font-size: 15px;
  1113.        padding: 12px 18px;
  1114.        border-radius: 12px;
  1115.        position: relative;
  1116.        transition: all 0.3s ease;
  1117.        display: block;
  1118.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1119.    }
  1120.  
  1121.    .nav-link-v8::before {
  1122.        content: attr(data-text);
  1123.        position: absolute;
  1124.        top: 0;
  1125.        left: 0;
  1126.        right: 0;
  1127.        bottom: 0;
  1128.        display: flex;
  1129.        align-items: center;
  1130.        justify-content: center;
  1131.        background: var(--sub-nav);
  1132.        color: var(--topbar-color);
  1133.        border-radius: 12px;
  1134.        opacity: 0;
  1135.        transform: scale(0.8);
  1136.        transition: all 0.3s ease;
  1137.        font-weight: 600;
  1138.    }
  1139.  
  1140.    .nav-link-v8:hover::before,
  1141.    .nav-link-v8.active-v8::before {
  1142.        opacity: 1;
  1143.        transform: scale(1);
  1144.    }
  1145.  
  1146.    .nav-link-v8:hover,
  1147.    .nav-link-v8.active-v8 {
  1148.        color: transparent;
  1149.        background: rgba(102, 126, 234, 0.1);
  1150.    }
  1151.  
  1152.    /* Dropdown Styles */
  1153.    .dropdown-card-v8 {
  1154.        position: absolute;
  1155.        top: calc(100% + 15px);
  1156.        left: 50%;
  1157.        transform: translateX(-50%);
  1158.        background:var(--navbar-bg);
  1159.        backdrop-filter: blur(20px);
  1160.        border: 1px solid var(--border-color);
  1161.        border-radius: 16px;
  1162.        padding: 25px;
  1163.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1164.        opacity: 0;
  1165.        visibility: hidden;
  1166.        transform: translateX(-50%) translateY(-10px);
  1167.        transition: all 0.3s ease;
  1168.        z-index: 200;
  1169.        min-width: 320px;
  1170.    }
  1171.  
  1172.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1173.        opacity: 1;
  1174.        visibility: visible;
  1175.        transform: translateX(-50%) translateY(0);
  1176.    }
  1177.  
  1178.    .dropdown-grid-v8 {
  1179.        display: grid;
  1180.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1181.        gap: 20px;
  1182.    }
  1183.  
  1184.    .dropdown-header-v8 {
  1185.        font-size: 12px;
  1186.        font-weight: 700;
  1187.        color: #667eea;
  1188.        margin-bottom: 12px;
  1189.        text-transform: uppercase;
  1190.        letter-spacing: 1px;
  1191.    }
  1192.  
  1193.    .dropdown-link-v8 {
  1194.        display: flex;
  1195.        align-items: center;
  1196.        color: var(--navbar-color) !important;;
  1197.        text-decoration: none;
  1198.        font-size: 14px;
  1199.        padding: 10px 12px;
  1200.        border-radius: 10px;
  1201.        transition: all 0.3s ease;
  1202.        margin-bottom: 8px;
  1203.    }
  1204.  
  1205.    .dropdown-link-v8:hover {
  1206.        background:var(--bs-primary);
  1207.        color: var(--bs-white) !important;;
  1208.        transform: translateX(5px);
  1209.    }
  1210.  
  1211.    .link-icon-v8 {
  1212.        margin-right: 10px;
  1213.        height: 5px;
  1214.        width: 5px;
  1215.        border: 1px solid #2d3748;
  1216.        border-radius: 50%;
  1217.    }
  1218.  
  1219.    /* Navigation Actions */
  1220.    .nav-actions-v8 {
  1221.        display: flex;
  1222.        align-items: center;
  1223.        justify-content: flex-end;
  1224.        gap: 10px;
  1225.    }
  1226.  
  1227.    .search-toggle-v8,
  1228.    .mobile-toggle-v8 {
  1229.        background: rgba(102, 126, 234, 0.1);
  1230.        border: none;
  1231.        border-radius: 12px;
  1232.        padding: 12px;
  1233.        cursor: pointer;
  1234.        transition: all 0.3s ease;
  1235.        color: var(--bs-white);
  1236.    }
  1237.  
  1238.    .search-toggle-v8:hover,
  1239.    .mobile-toggle-v8:hover {
  1240.        background: var(--sub-nav);
  1241.        color: var(--topbar-color);
  1242.        transform: scale(1.05);
  1243.    }
  1244.  
  1245.    .mobile-toggle-v8 {
  1246.        flex-direction: column;
  1247.        gap: 3px;
  1248.        padding: 10px 12px;
  1249.    }
  1250.  
  1251.    .toggle-line-v8 {
  1252.        width: 20px;
  1253.        height: 2px;
  1254.        background: currentColor;
  1255.        border-radius: 1px;
  1256.        transition: all 0.3s ease;
  1257.    }
  1258.  
  1259.    /* Floating Search Card */
  1260.    .search-card-v8 {
  1261.        position: absolute;
  1262.        top: 100%;
  1263.        left: 50%;
  1264.        transform: translateX(-50%);
  1265.        width: calc(100% - 40px);
  1266.        max-width: 600px;
  1267.        background:var(--navbar-bg);
  1268.        backdrop-filter: blur(20px);
  1269.        border: 1px solid var(--border-color);
  1270.        border-radius: 20px;
  1271.        padding: 25px;
  1272.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1273.        opacity: 0;
  1274.        visibility: hidden;
  1275.        transform: translateX(-50%) translateY(-20px);
  1276.        transition: all 0.4s ease;
  1277.        z-index: 300;
  1278.        margin-top: 15px;
  1279.    }
  1280.  
  1281.    .search-card-v8.show-v8 {
  1282.        opacity: 1;
  1283.        visibility: visible;
  1284.        transform: translateX(-50%) translateY(0);
  1285.    }
  1286.  
  1287.    .search-input-wrapper-v8 {
  1288.        display: flex;
  1289.        align-items: center;
  1290.        background: rgba(248, 250, 252, 0.8);
  1291.        border: 2px solid rgba(102, 126, 234, 0.2);
  1292.        border-radius: 15px;
  1293.        padding: 5px;
  1294.        margin-bottom: 20px;
  1295.        transition: all 0.3s ease;
  1296.    }
  1297.  
  1298.    .search-input-wrapper-v8:focus-within {
  1299.        border-color: #667eea;
  1300.        background: rgba(255, 255, 255, 0.9);
  1301.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1302.    }
  1303.  
  1304.    .search-icon-v8 {
  1305.        color: #a0aec0;
  1306.        margin: 0 15px;
  1307.        transition: color 0.3s ease;
  1308.    }
  1309.  
  1310.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1311.        color: #667eea;
  1312.    }
  1313.  
  1314.    .search-input-v8 {
  1315.        flex: 1;
  1316.        border: none;
  1317.        background: transparent;
  1318.        font-size: 16px;
  1319.        padding: 15px 0;
  1320.        outline: none;
  1321.        color: #2d3748;
  1322.    }
  1323.  
  1324.    .search-input-v8::placeholder {
  1325.        color: #a0aec0;
  1326.    }
  1327.  
  1328.    .search-close-v8 {
  1329.        background: rgba(160, 174, 192, 0.2);
  1330.        border: none;
  1331.        border-radius: 10px;
  1332.        padding: 8px;
  1333.        margin-right: 8px;
  1334.        cursor: pointer;
  1335.        transition: all 0.3s ease;
  1336.        color: #a0aec0;
  1337.    }
  1338.  
  1339.    .search-close-v8:hover {
  1340.        background: rgba(229, 62, 62, 0.1);
  1341.        color: #e53e3e;
  1342.    }
  1343.  
  1344.    /* Search Suggestions */
  1345.    .search-suggestions-v8 {
  1346.        display: grid;
  1347.        gap: 8px;
  1348.    }
  1349.  
  1350.    .suggestion-item-v8 {
  1351.        display: flex;
  1352.        align-items: center;
  1353.        padding: 12px 15px;
  1354.        background: rgba(248, 250, 252, 0.1);
  1355.        border-radius: 12px;
  1356.        cursor: pointer;
  1357.        transition: all 0.3s ease;
  1358.    }
  1359.  
  1360.    .suggestion-item-v8:hover {
  1361.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1362.        color: white;
  1363.        transform: translateX(5px);
  1364.    }
  1365.  
  1366.    .suggestion-icon-v8 {
  1367.        margin-right: 12px;
  1368.        font-size: 16px;
  1369.    }
  1370.  
  1371.    .suggestion-text-v8 {
  1372.        font-size: 14px;
  1373.        font-weight: 500;
  1374.    }
  1375.  
  1376.    /* Mobile Navigation Card */
  1377.    .mobile-nav-card-v8 {
  1378.        position: absolute;
  1379.        top: 100%;
  1380.        left: 50%;
  1381.        transform: translateX(-50%);
  1382.        width: calc(100% - 40px);
  1383.        background:var(--card-bg);
  1384.        backdrop-filter: blur(20px);
  1385.        border: 1px solid var(--border-color);
  1386.        border-radius: 20px;
  1387.        padding: 20px;
  1388.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1389.        opacity: 0;
  1390.        visibility: hidden;
  1391.        transform: translateX(-50%) translateY(-20px);
  1392.        transition: all 0.4s ease;
  1393.        z-index: 300;
  1394.        margin-top: 15px;
  1395.        max-height: 70vh;
  1396.        overflow-y: auto;
  1397.    }
  1398.  
  1399.    .mobile-nav-card-v8.show-v8 {
  1400.        opacity: 1;
  1401.        visibility: visible;
  1402.        transform: translateX(-50%) translateY(0);
  1403.    }
  1404.  
  1405.    .mobile-nav-list-v8 {
  1406.        list-style: none;
  1407.        padding: 0;
  1408.        margin: 0;
  1409.    }
  1410.  
  1411.    .mobile-nav-item-v8 {
  1412.        margin-bottom: 8px;
  1413.    }
  1414.  
  1415.    .mobile-nav-link-v8 {
  1416.        display: flex;
  1417.        align-items: center;
  1418.        color: var(--navbar-color) !important;
  1419.        text-decoration: none;
  1420.        font-weight: 500;
  1421.        font-size: 16px;
  1422.        padding: 15px;
  1423.        border-radius: 12px;
  1424.        justify-content: space-between;
  1425.    }
  1426.  
  1427.    .mobile-nav-link-v8:hover,
  1428.    .mobile-nav-link-v8.active-v8 {
  1429.        background:var(--sub-nav);
  1430.        color: var(--topbar-color) !important;
  1431.    }
  1432.  
  1433.    .mobile-nav-icon-v8 {
  1434.        font-size: 18px;
  1435.        background-color: var(--navbar-bg) !important;
  1436.        margin-right: 12px;
  1437.    }
  1438.  
  1439.    .mobile-arrow-v8 {
  1440.        transition: transform 0.3s ease;
  1441.    }
  1442.  
  1443.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1444.        transform: rotate(180deg);
  1445.    }
  1446.  
  1447.    .mobile-dropdown-v8 {
  1448.        list-style: none;
  1449.        padding: 0;
  1450.        margin: 0;
  1451.        max-height: 0;
  1452.        overflow: hidden;
  1453.        transition: all 0.3s ease;
  1454.        background: rgba(248, 250, 252, 0.5);
  1455.        border-radius: 12px;
  1456.        margin-top: 8px;
  1457.    }
  1458.  
  1459.    .mobile-dropdown-v8.show-v8 {
  1460.        max-height: 300px;
  1461.        background-color: var(--navbar-bg);
  1462.        padding: 10px 0;
  1463.    }
  1464.  
  1465.    .mobile-sub-link-v8 {
  1466.        display: block;
  1467.        color: var(--navbar-color) !important;
  1468.        text-decoration: none;
  1469.        font-size: 14px;
  1470.        padding: 10px 20px;
  1471.        transition: all 0.3s ease;
  1472.    }
  1473.  
  1474.    .mobile-sub-link-v8:hover {
  1475.        color: var(--topbar-color);
  1476.        background: var(--sub-nav);
  1477.        border-radius: 12px;
  1478.    }
  1479.  
  1480.    /* Background Overlay */
  1481.    .nav-overlay-v8 {
  1482.        position: fixed;
  1483.        top: 0;
  1484.        left: 0;
  1485.        right: 0;
  1486.        bottom: 0;
  1487.        background: rgba(0, 0, 0, 0.3);
  1488.        backdrop-filter: blur(5px);
  1489.        z-index: 250;
  1490.        opacity: 0;
  1491.        visibility: hidden;
  1492.        transition: all 0.3s ease;
  1493.    }
  1494.  
  1495.    .nav-overlay-v8.show-v8 {
  1496.        opacity: 1;
  1497.        visibility: visible;
  1498.    }
  1499.  
  1500.    /* Responsive Design */
  1501.    @media (max-width: 1300px) {
  1502.        .header-v8 {
  1503.            padding: 15px 0;
  1504.        }
  1505.  
  1506.        .nav-card-v8 {
  1507.            padding: 12px 20px;
  1508.            border-radius: 15px;
  1509.        }
  1510.  
  1511.        .search-card-v8,
  1512.        .mobile-nav-card-v8 {
  1513.            width: calc(100% - 40px);
  1514.            padding: 20px;
  1515.        }
  1516.    }
  1517.  
  1518.    @media (max-width: 576px) {
  1519.        .nav-card-v8 {
  1520.            padding: 10px 15px;
  1521.        }
  1522.  
  1523.        .logo-img-v8 {
  1524.            max-height: 35px;
  1525.        }
  1526.    }
  1527. </style>
  1528.  
  1529. <script>
  1530.    let activeCard = null;
  1531.  
  1532.    function toggleSearchV8() {
  1533.        const searchCard = document.getElementById('searchCardV8');
  1534.        const overlay = document.getElementById('navOverlayV8');
  1535.        const mobileNav = document.getElementById('mobileNavV8');
  1536.  
  1537.        // Close mobile nav if open
  1538.        mobileNav.classList.remove('show-v8');
  1539.  
  1540.        if (searchCard.classList.contains('show-v8')) {
  1541.            searchCard.classList.remove('show-v8');
  1542.            overlay.classList.remove('show-v8');
  1543.            activeCard = null;
  1544.        } else {
  1545.            searchCard.classList.add('show-v8');
  1546.            overlay.classList.add('show-v8');
  1547.            activeCard = 'search';
  1548.  
  1549.            // Focus on search input
  1550.            setTimeout(() => {
  1551.                const searchInput = document.querySelector('.search-input-v8');
  1552.                if (searchInput) searchInput.focus();
  1553.            }, 100);
  1554.        }
  1555.    }
  1556.  
  1557.    function toggleMobileNavV8() {
  1558.        const mobileNav = document.getElementById('mobileNavV8');
  1559.        const overlay = document.getElementById('navOverlayV8');
  1560.        const searchCard = document.getElementById('searchCardV8');
  1561.  
  1562.        // Close search if open
  1563.        searchCard.classList.remove('show-v8');
  1564.  
  1565.        if (mobileNav.classList.contains('show-v8')) {
  1566.            mobileNav.classList.remove('show-v8');
  1567.            overlay.classList.remove('show-v8');
  1568.            activeCard = null;
  1569.        } else {
  1570.            mobileNav.classList.add('show-v8');
  1571.            overlay.classList.add('show-v8');
  1572.            activeCard = 'mobile';
  1573.        }
  1574.    }
  1575.  
  1576.    function toggleMobileDropdownV8(dropdownId) {
  1577.        const dropdown = document.getElementById(dropdownId);
  1578.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1579.  
  1580.        // Close other dropdowns
  1581.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1582.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1583.  
  1584.        allDropdowns.forEach(dd => {
  1585.            if (dd.id !== dropdownId) {
  1586.                dd.classList.remove('show-v8');
  1587.            }
  1588.        });
  1589.  
  1590.        allParents.forEach(parent => {
  1591.            if (parent !== parentItem) {
  1592.                parent.classList.remove('open-v8');
  1593.            }
  1594.        });
  1595.  
  1596.        // Toggle current dropdown
  1597.        dropdown.classList.toggle('show-v8');
  1598.        parentItem.classList.toggle('open-v8');
  1599.    }
  1600.  
  1601.    function closeAllV8() {
  1602.        const searchCard = document.getElementById('searchCardV8');
  1603.        const mobileNav = document.getElementById('mobileNavV8');
  1604.        const overlay = document.getElementById('navOverlayV8');
  1605.  
  1606.        searchCard.classList.remove('show-v8');
  1607.        mobileNav.classList.remove('show-v8');
  1608.        overlay.classList.remove('show-v8');
  1609.        activeCard = null;
  1610.    }
  1611.  
  1612.    // Close on escape key
  1613.    document.addEventListener('keydown', function (e) {
  1614.        if (e.key === 'Escape' && activeCard) {
  1615.            closeAllV8();
  1616.        }
  1617.    });
  1618.  
  1619.    // Handle suggestion clicks
  1620.    document.addEventListener('click', function (e) {
  1621.        if (e.target.closest('.suggestion-item-v8')) {
  1622.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1623.            const searchInput = document.querySelector('.search-input-v8');
  1624.            if (searchInput) {
  1625.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1626.            }
  1627.        }
  1628.    });
  1629. </script>
  1630. <script>
  1631.  document.addEventListener("DOMContentLoaded", function () {
  1632.    console.log("loaded");
  1633.  
  1634.     const searchInput = document.getElementById("search-input")
  1635.    const searchResults = document.getElementById("search-results");
  1636.  
  1637.    if (!searchInput || !searchResults) {
  1638.      console.error("Search input/results not found");
  1639.      return;
  1640.    }
  1641.  
  1642.    // Prevent form submission
  1643.    if (searchInput.form) {
  1644.      searchInput.form.addEventListener("submit", function (e) {
  1645.        e.preventDefault();
  1646.      });
  1647.    }
  1648.  
  1649.    // Add event listener for keyup
  1650.    searchInput.addEventListener("keyup", function (e) {
  1651.      console.log("Key pressed:", e.key);
  1652.      e.preventDefault();
  1653.  
  1654.      const query = searchInput.value.trim();
  1655.      console.log("User is typing: " + query);
  1656.  
  1657.      // If empty → clear and hide
  1658.      if (query === "") {
  1659.        searchResults.innerHTML = "";
  1660.        searchResults.style.display = "none";
  1661.        return;
  1662.      }
  1663.  
  1664.      // Show results
  1665.      searchResults.style.display = "block";
  1666.  
  1667.      // Fetch search results
  1668.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1669.        method: "GET",
  1670.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1671.      })
  1672.        .then(response => {
  1673.          console.log("Response Status:", response.status);
  1674.          return response.json();
  1675.        })
  1676.        .then(data => {
  1677.          console.log("Data received:", data);
  1678.          if (data.html) {
  1679.            searchResults.innerHTML = data.html;
  1680.          } else {
  1681.            searchResults.innerHTML = "<p>No results found.</p>";
  1682.          }
  1683.        })
  1684.        .catch(error => {
  1685.          console.error("Error fetching search results:", error);
  1686.        });
  1687.    });
  1688.  
  1689.    // Close results when clicking outside
  1690.    document.addEventListener("click", function (e) {
  1691.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1692.        searchResults.style.display = "none";
  1693.      }
  1694.    });
  1695.  
  1696.    // Close results on ESC key
  1697.    document.addEventListener("keydown", function (e) {
  1698.      if (e.key === "Escape") {
  1699.        searchResults.style.display = "none";
  1700.      }
  1701.    });
  1702.  });
  1703. </script>
  1704.  
  1705.  
  1706.        </header>
  1707.        <!-- end of header -->
  1708.        <!-- start of wpo-blog-hero -->
  1709.        
  1710.  
  1711.  
  1712.  
  1713.  <!-- Django Template for Clean Blog Cards -->
  1714.  
  1715.  
  1716.  
  1717.  
  1718. <div class="blog-section">
  1719.    <div class="container-fluid fluid-container">
  1720.        <div class="blog-grid">
  1721.            
  1722.            
  1723.              
  1724.            <!-- Featured Blog Card -->
  1725.            <article class="blog-card featured">
  1726.                <div class="card-image">
  1727.                    
  1728.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1729.                    
  1730.                    <span class="category bg-primary-gradient">News</span>
  1731.                </div>
  1732.                <div class="card-content">
  1733.                    <h2 class="card-title"><a class="top-color" href="/can-populist-governments-inevitably-wreck-the-economy/">
  1734.                                        Can Populist Governments Inevitably Wreck the Economy?
  1735.                                    </a></h2>
  1736.                    <p class="card-excerpt"></p>
  1737.                    <div class="card-meta">
  1738.                        <div class="author">
  1739.                            
  1740.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="author-avatar">
  1741.                            
  1742.                            <span class="author-name">Daniel Combs</span>
  1743.                        </div>
  1744.                        <span class="date">17 Aug 2026</span>
  1745.                    </div>
  1746.                    <a  href="/can-populist-governments-inevitably-wreck-the-economy/" class="read-more">Read Article</a>
  1747.                </div>
  1748.            </article>
  1749.  
  1750.            
  1751.            
  1752.  
  1753.            
  1754.            <!-- Regular Blog Card -->
  1755.            <article class="blog-card">
  1756.                <div class="card-image">
  1757.                    
  1758.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1759.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1760.                    
  1761.                    <span class="category bg-primary-gradient">News</span>
  1762.                </div>
  1763.                <div class="card-content">
  1764.                    <h3 class="card-title"> <a class="top-color" href="/china-dispatches-maritime-patrol-vessels-to-senkaku-islands-amid-dispute-with-tokyo/" >
  1765.                                        China Dispatches Maritime Patrol Vessels to Senkaku Islands Amid Dispute with Tokyo
  1766.                                    </a></h3>
  1767.                    <p class="card-excerpt"></p>
  1768.                    <div class="card-meta">
  1769.                        <div class="author">
  1770.                              
  1771.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="author-avatar">
  1772.                            
  1773.                            <span class="author-name">Daniel Combs</span>
  1774.                        </div>
  1775.                        <span class="date">17 Aug 2026</span>
  1776.                    </div>
  1777.                    <a  href="/china-dispatches-maritime-patrol-vessels-to-senkaku-islands-amid-dispute-with-tokyo/" class="read-more">Read Article</a>
  1778.                </div>
  1779.            </article>
  1780.            
  1781.            <!-- Regular Blog Card -->
  1782.            <article class="blog-card">
  1783.                <div class="card-image">
  1784.                    
  1785.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1786.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1787.                    
  1788.                    <span class="category bg-primary-gradient">News</span>
  1789.                </div>
  1790.                <div class="card-content">
  1791.                    <h3 class="card-title"> <a class="top-color" href="/relatives-anguish-regarding-coastal-erosion-endangering-coastal-norfolk-burial-sites/" >
  1792.                                        Relatives&#x27; Anguish Regarding Coastal Erosion Endangering Coastal Norfolk Burial Sites
  1793.                                    </a></h3>
  1794.                    <p class="card-excerpt"></p>
  1795.                    <div class="card-meta">
  1796.                        <div class="author">
  1797.                              
  1798.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="author-avatar">
  1799.                            
  1800.                            <span class="author-name">Daniel Combs</span>
  1801.                        </div>
  1802.                        <span class="date">17 Aug 2026</span>
  1803.                    </div>
  1804.                    <a  href="/relatives-anguish-regarding-coastal-erosion-endangering-coastal-norfolk-burial-sites/" class="read-more">Read Article</a>
  1805.                </div>
  1806.            </article>
  1807.            
  1808.            <!-- Regular Blog Card -->
  1809.            <article class="blog-card">
  1810.                <div class="card-image">
  1811.                    
  1812.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1813.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1814.                    
  1815.                    <span class="category bg-primary-gradient">News</span>
  1816.                </div>
  1817.                <div class="card-content">
  1818.                    <h3 class="card-title"> <a class="top-color" href="/wolves-rout-woeful-west-ham-to-secure-first-league-win-of-the-season/" >
  1819.                                        Wolves Rout Woeful West Ham to Secure First League Win of the Season
  1820.                                    </a></h3>
  1821.                    <p class="card-excerpt"></p>
  1822.                    <div class="card-meta">
  1823.                        <div class="author">
  1824.                              
  1825.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="author-avatar">
  1826.                            
  1827.                            <span class="author-name">Daniel Combs</span>
  1828.                        </div>
  1829.                        <span class="date">17 Aug 2026</span>
  1830.                    </div>
  1831.                    <a  href="/wolves-rout-woeful-west-ham-to-secure-first-league-win-of-the-season/" class="read-more">Read Article</a>
  1832.                </div>
  1833.            </article>
  1834.            
  1835.            <!-- Regular Blog Card -->
  1836.            <article class="blog-card">
  1837.                <div class="card-image">
  1838.                    
  1839.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1840.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1841.                    
  1842.                    <span class="category bg-primary-gradient">News</span>
  1843.                </div>
  1844.                <div class="card-content">
  1845.                    <h3 class="card-title"> <a class="top-color" href="/plug-in-hybrid-electric-cars-pollute-nearly-as-heavily-as-petrol-cars-report-finds/" >
  1846.                                        Plug-in Hybrid electric Cars Pollute Nearly as Heavily as Petrol Cars, Report Finds
  1847.                                    </a></h3>
  1848.                    <p class="card-excerpt"></p>
  1849.                    <div class="card-meta">
  1850.                        <div class="author">
  1851.                              
  1852.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="author-avatar">
  1853.                            
  1854.                            <span class="author-name">Daniel Combs</span>
  1855.                        </div>
  1856.                        <span class="date">16 Aug 2026</span>
  1857.                    </div>
  1858.                    <a  href="/plug-in-hybrid-electric-cars-pollute-nearly-as-heavily-as-petrol-cars-report-finds/" class="read-more">Read Article</a>
  1859.                </div>
  1860.            </article>
  1861.            
  1862.  
  1863.        </div>
  1864.    </div>
  1865. </div>
  1866.  
  1867. <style>
  1868.  
  1869.  
  1870. .blog-section {
  1871.    padding: 60px 0;
  1872. }
  1873.  
  1874.  
  1875. .blog-grid {
  1876.    display: grid;
  1877.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1878.    gap: 30px;
  1879. }
  1880.  
  1881. /* Blog Cards */
  1882. .blog-card {
  1883.    background: var(--card-bg);
  1884.    border: 1px solid var(--border-color);
  1885.    border-radius: var(--card-radius);
  1886.    overflow: hidden;
  1887.    transition: all 0.3s ease;
  1888. }
  1889.  
  1890. .blog-card:hover {
  1891.    transform: translateY(-5px);
  1892.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1893.    border-color: var(--border-color);
  1894. }
  1895.  
  1896. .featured {
  1897.    grid-column: span 2;
  1898.    display: grid;
  1899.    grid-template-columns: 1fr 1fr;
  1900.    gap: 0;
  1901. }
  1902.  
  1903. .card-image {
  1904.    position: relative;
  1905.    height: 220px;
  1906.    background: #f8f8f8;
  1907. }
  1908.  
  1909. .featured .card-image {
  1910.    height: 100%;
  1911.    min-height: 300px;
  1912. }
  1913.  
  1914. .card-image img {
  1915.    width: 100%;
  1916.    height: 100%;
  1917.    object-fit: cover;
  1918. }
  1919.  
  1920. .category {
  1921.    position: absolute;
  1922.    top: 15px;
  1923.    left: 15px;
  1924.    padding: 6px 16px;
  1925.    border-radius: 20px;
  1926.    font-size: 12px;
  1927.    font-weight: 500;
  1928.    text-transform: uppercase;
  1929.    letter-spacing: 0.5px;
  1930. }
  1931.  
  1932. .card-content {
  1933.    padding: 25px;
  1934. }
  1935.  
  1936. .featured .card-content {
  1937.    display: flex;
  1938.    flex-direction: column;
  1939.    justify-content: center;
  1940.    padding: 40px;
  1941. }
  1942.  
  1943. .card-title {
  1944.    font-size: 18px;
  1945.    font-weight: 600;
  1946.    margin-bottom: 12px;
  1947.    line-height: 1.4;
  1948. }
  1949.  
  1950. .featured .card-title {
  1951.    font-size: 24px;
  1952.    margin-bottom: 15px;
  1953. }
  1954.  
  1955. .card-excerpt {
  1956.    color: #666;
  1957.    font-size: 14px;
  1958.    line-height: 1.6;
  1959.    margin-bottom: 20px;
  1960. }
  1961.  
  1962. .featured .card-excerpt {
  1963.    font-size: 16px;
  1964.    margin-bottom: 25px;
  1965. }
  1966.  
  1967. .card-meta {
  1968.    display: flex;
  1969.    align-items: center;
  1970.    justify-content: space-between;
  1971.    padding-top: 15px;
  1972.    border-top: 1px solid #f0f0f0;
  1973.    margin-bottom: 15px;
  1974. }
  1975.  
  1976. .author {
  1977.    display: flex;
  1978.    align-items: center;
  1979.    gap: 10px;
  1980. }
  1981.  
  1982. .author-avatar {
  1983.    width: 30px;
  1984.    height: 30px;
  1985.    border-radius: 50%;
  1986.    object-fit: cover;
  1987.    border: 1px solid #e5e5e5;
  1988. }
  1989.  
  1990. .author-name {
  1991.    color: #555;
  1992.    font-size: 13px;
  1993.    font-weight: 500;
  1994. }
  1995.  
  1996. .date {
  1997.    color: #999;
  1998.    font-size: 12px;
  1999. }
  2000.  
  2001. .read-more {
  2002.    color: #333;
  2003.    text-decoration: none;
  2004.    font-size: 13px;
  2005.    font-weight: 500;
  2006.    display: inline-flex;
  2007.    align-items: center;
  2008.    transition: color 0.2s ease;
  2009. }
  2010.  
  2011. .read-more:hover {
  2012.    color: #000;
  2013. }
  2014.  
  2015. .read-more::after {
  2016.    content: '→';
  2017.    margin-left: 8px;
  2018.    transition: transform 0.2s ease;
  2019. }
  2020.  
  2021. .read-more:hover::after {
  2022.    transform: translateX(4px);
  2023. }
  2024.  
  2025. /* Newsletter Card */
  2026. .newsletter-card {
  2027.    background: white;
  2028.    border: 2px dashed #ddd;
  2029.    border-radius: 12px;
  2030.    padding: 40px 30px;
  2031.    text-align: center;
  2032.    display: flex;
  2033.    flex-direction: column;
  2034.    justify-content: center;
  2035.    align-items: center;
  2036. }
  2037.  
  2038. .newsletter-title {
  2039.    color: #333;
  2040.    font-size: 20px;
  2041.    font-weight: 600;
  2042.    margin-bottom: 8px;
  2043. }
  2044.  
  2045. .newsletter-desc {
  2046.    color: #666;
  2047.    font-size: 14px;
  2048.    margin-bottom: 25px;
  2049. }
  2050.  
  2051. .newsletter-form {
  2052.    width: 100%;
  2053.    max-width: 280px;
  2054.    margin-bottom: 15px;
  2055. }
  2056.  
  2057. .email-input {
  2058.    width: 100%;
  2059.    padding: 12px 16px;
  2060.    border: 1px solid #ddd;
  2061.    border-radius: 8px;
  2062.    font-size: 14px;
  2063.    margin-bottom: 12px;
  2064.    transition: border-color 0.2s ease;
  2065. }
  2066.  
  2067. .email-input:focus {
  2068.    outline: none;
  2069.    border-color: #333;
  2070. }
  2071.  
  2072. .subscribe-btn {
  2073.    width: 100%;
  2074.    padding: 12px 16px;
  2075.    background: #333;
  2076.    color: white;
  2077.    border: none;
  2078.    border-radius: 8px;
  2079.    font-size: 14px;
  2080.    font-weight: 500;
  2081.    cursor: pointer;
  2082.    transition: background 0.2s ease;
  2083. }
  2084.  
  2085. .subscribe-btn:hover {
  2086.    background: #555;
  2087. }
  2088.  
  2089. .subscriber-count {
  2090.    color: #999;
  2091.    font-size: 12px;
  2092. }
  2093.  
  2094. /* Responsive Design */
  2095. @media (max-width: 768px) {
  2096.    .blog-grid {
  2097.        grid-template-columns: 1fr;
  2098.        gap: 20px;
  2099.    }
  2100.    
  2101.    .featured {
  2102.        grid-column: span 1;
  2103.        grid-template-columns: 1fr;
  2104.    }
  2105.    
  2106.    .featured .card-image {
  2107.        height: 220px;
  2108.    }
  2109.    
  2110.    .featured .card-content {
  2111.        padding: 25px;
  2112.    }
  2113.    
  2114.    .featured .card-title {
  2115.        font-size: 20px;
  2116.    }
  2117.    
  2118.    .featured .card-excerpt {
  2119.        font-size: 14px;
  2120.    }
  2121. }
  2122.  
  2123. @media (max-width: 480px) {
  2124.    .container {
  2125.        padding: 0 15px;
  2126.    }
  2127.    
  2128.    .card-content,
  2129.    .featured .card-content {
  2130.        padding: 20px;
  2131.    }
  2132.    
  2133.    .newsletter-card {
  2134.        padding: 30px 20px;
  2135.    }
  2136. }
  2137. </style>
  2138.  
  2139.  
  2140.  
  2141.  
  2142.        <!-- end of wpo-blog-hero -->
  2143.  
  2144.        <!-- start of wpo-breacking-news -->
  2145.        
  2146.        <!-- end of wpo-breacking-news -->
  2147.        
  2148.        <!-- start wpo-blog-highlights-section -->
  2149.        
  2150.  
  2151.  
  2152.  
  2153.    
  2154.  
  2155.  
  2156. <section class="wpo-blog-highlights-section">
  2157.    <div class="container-fluid fluid-container">
  2158.        <div class="wpo-section-title">
  2159.            
  2160.                <h2>Today's Top Highlights</h2>
  2161.                    
  2162.        </div>
  2163.        <div class="row">
  2164.            <div class="col col-lg-8 col-12">
  2165.                <!-- start wpo-blog-section -->
  2166.                <div class="wpo-blog-highlights-wrap">
  2167.                    <div class="wpo-blog-items">
  2168.                        <div class="row">
  2169.                            
  2170.                            
  2171.                            <div class="col col-lg-6 col-md-6 col-12">
  2172.                                <div class="wpo-blog-item">
  2173.                                    <div class="wpo-blog-img">
  2174.                                        
  2175.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2176.                                        
  2177.                                        <div class="thumb bg-primary-gradient">News</div>
  2178.                                    </div>
  2179.                                    <div class="wpo-blog-content"  >
  2180.                                        <h2>
  2181.                                            <a href="/its-deeply-saddening-how-thirty-confined-beluga-whales-are-being-used-as-tools-in-row-over-animal-cruelty/" class="top-color">
  2182.                                            ‘It’s deeply saddening’: how thirty confined beluga whales are being used as tools in row over animal cruelty.
  2183.                                            </a>
  2184.                                        </h2>
  2185.                                        <ul>
  2186.                                            <li>  
  2187.                                                
  2188.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2189.                                                
  2190.                                            </li>
  2191.                                            <li class="top-color">By Daniel Combs</li>
  2192.                                            <li class="top-color">16 Aug 2026</li>
  2193.                                        </ul>
  2194.                                        <p class="top-color"> </p>
  2195.                                    </div>
  2196.                                </div>
  2197.                            </div>
  2198.                        
  2199.                            
  2200.                            
  2201.                            <div class="col col-lg-6 col-md-6 col-12">
  2202.                                <div class="wpo-blog-item">
  2203.                                    <div class="wpo-blog-img">
  2204.                                        
  2205.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2206.                                        
  2207.                                        <div class="thumb bg-primary-gradient">News</div>
  2208.                                    </div>
  2209.                                    <div class="wpo-blog-content"  >
  2210.                                        <h2>
  2211.                                            <a href="/big-trouble-in-tiny-berlin-the-minuscule-village-separated-in-half-by-the-cold-war-period/" class="top-color">
  2212.                                            Big Trouble in ‘Tiny Berlin’: The Minuscule Village Separated in Half by the Cold War Period
  2213.                                            </a>
  2214.                                        </h2>
  2215.                                        <ul>
  2216.                                            <li>  
  2217.                                                
  2218.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2219.                                                
  2220.                                            </li>
  2221.                                            <li class="top-color">By Daniel Combs</li>
  2222.                                            <li class="top-color">16 Aug 2026</li>
  2223.                                        </ul>
  2224.                                        <p class="top-color"> </p>
  2225.                                    </div>
  2226.                                </div>
  2227.                            </div>
  2228.                        
  2229.                            
  2230.                            
  2231.                            <div class="col col-lg-6 col-md-6 col-12">
  2232.                                <div class="wpo-blog-item">
  2233.                                    <div class="wpo-blog-img">
  2234.                                        
  2235.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2236.                                        
  2237.                                        <div class="thumb bg-primary-gradient">News</div>
  2238.                                    </div>
  2239.                                    <div class="wpo-blog-content"  >
  2240.                                        <h2>
  2241.                                            <a href="/qatars-short-race-and-main-event-qualifying-live-updates/" class="top-color">
  2242.                                            Qatar&#x27;s Short Race and Main Event Qualifying: Live Updates
  2243.                                            </a>
  2244.                                        </h2>
  2245.                                        <ul>
  2246.                                            <li>  
  2247.                                                
  2248.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2249.                                                
  2250.                                            </li>
  2251.                                            <li class="top-color">By Daniel Combs</li>
  2252.                                            <li class="top-color">16 Aug 2026</li>
  2253.                                        </ul>
  2254.                                        <p class="top-color"> </p>
  2255.                                    </div>
  2256.                                </div>
  2257.                            </div>
  2258.                        
  2259.                            
  2260.                            
  2261.                            <div class="col col-lg-6 col-md-6 col-12">
  2262.                                <div class="wpo-blog-item">
  2263.                                    <div class="wpo-blog-img">
  2264.                                        
  2265.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2266.                                        
  2267.                                        <div class="thumb bg-primary-gradient">News</div>
  2268.                                    </div>
  2269.                                    <div class="wpo-blog-content"  >
  2270.                                        <h2>
  2271.                                            <a href="/rb-xmas-ball-recap-an-emotional-journey-back-to-the-90s/" class="top-color">
  2272.                                            R&amp;B Xmas Ball Recap: An Emotional Journey Back to the 90s
  2273.                                            </a>
  2274.                                        </h2>
  2275.                                        <ul>
  2276.                                            <li>  
  2277.                                                
  2278.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2279.                                                
  2280.                                            </li>
  2281.                                            <li class="top-color">By Daniel Combs</li>
  2282.                                            <li class="top-color">16 Aug 2026</li>
  2283.                                        </ul>
  2284.                                        <p class="top-color"> </p>
  2285.                                    </div>
  2286.                                </div>
  2287.                            </div>
  2288.                        
  2289.                            
  2290.                            
  2291.                            <div class="col col-lg-6 col-md-6 col-12">
  2292.                                <div class="wpo-blog-item">
  2293.                                    <div class="wpo-blog-img">
  2294.                                        
  2295.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2296.                                        
  2297.                                        <div class="thumb bg-primary-gradient">News</div>
  2298.                                    </div>
  2299.                                    <div class="wpo-blog-content"  >
  2300.                                        <h2>
  2301.                                            <a href="/azzurri-tennis-great-nicola-pietrangeli-has-died-at-ninety-two/" class="top-color">
  2302.                                            Azzurri Tennis Great Nicola Pietrangeli Has Died at Ninety-Two
  2303.                                            </a>
  2304.                                        </h2>
  2305.                                        <ul>
  2306.                                            <li>  
  2307.                                                
  2308.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2309.                                                
  2310.                                            </li>
  2311.                                            <li class="top-color">By Daniel Combs</li>
  2312.                                            <li class="top-color">16 Aug 2026</li>
  2313.                                        </ul>
  2314.                                        <p class="top-color"> </p>
  2315.                                    </div>
  2316.                                </div>
  2317.                            </div>
  2318.                        
  2319.                            
  2320.                            
  2321.                            <div class="col col-lg-6 col-md-6 col-12">
  2322.                                <div class="wpo-blog-item">
  2323.                                    <div class="wpo-blog-img">
  2324.                                        
  2325.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                                        
  2327.                                        <div class="thumb bg-primary-gradient">News</div>
  2328.                                    </div>
  2329.                                    <div class="wpo-blog-content"  >
  2330.                                        <h2>
  2331.                                            <a href="/ghislaine-maxwell-allegedly-pursuing-clemency-insider-alleges-to-house-democrats/" class="top-color">
  2332.                                            Ghislaine Maxwell Allegedly Pursuing Clemency, Insider Alleges to House Democrats
  2333.                                            </a>
  2334.                                        </h2>
  2335.                                        <ul>
  2336.                                            <li>  
  2337.                                                
  2338.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2339.                                                
  2340.                                            </li>
  2341.                                            <li class="top-color">By Daniel Combs</li>
  2342.                                            <li class="top-color">16 Aug 2026</li>
  2343.                                        </ul>
  2344.                                        <p class="top-color"> </p>
  2345.                                    </div>
  2346.                                </div>
  2347.                            </div>
  2348.                        
  2349.                            
  2350.                            
  2351.                            <div class="col col-lg-6 col-md-6 col-12">
  2352.                                <div class="wpo-blog-item">
  2353.                                    <div class="wpo-blog-img">
  2354.                                        
  2355.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2356.                                        
  2357.                                        <div class="thumb bg-primary-gradient">News</div>
  2358.                                    </div>
  2359.                                    <div class="wpo-blog-content"  >
  2360.                                        <h2>
  2361.                                            <a href="/tropical-storm-the-storm-gains-power-as-it-moves-towards-jamaica/" class="top-color">
  2362.                                            Tropical Storm the storm Gains Power As It Moves Towards Jamaica
  2363.                                            </a>
  2364.                                        </h2>
  2365.                                        <ul>
  2366.                                            <li>  
  2367.                                                
  2368.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2369.                                                
  2370.                                            </li>
  2371.                                            <li class="top-color">By Daniel Combs</li>
  2372.                                            <li class="top-color">16 Aug 2026</li>
  2373.                                        </ul>
  2374.                                        <p class="top-color"> </p>
  2375.                                    </div>
  2376.                                </div>
  2377.                            </div>
  2378.                        
  2379.                            
  2380.                            
  2381.                            <div class="col col-lg-6 col-md-6 col-12">
  2382.                                <div class="wpo-blog-item">
  2383.                                    <div class="wpo-blog-img">
  2384.                                        
  2385.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2386.                                        
  2387.                                        <div class="thumb bg-primary-gradient">News</div>
  2388.                                    </div>
  2389.                                    <div class="wpo-blog-content"  >
  2390.                                        <h2>
  2391.                                            <a href="/premier-league-ten-highlights-to-look-out-for-this-weekend/" class="top-color">
  2392.                                            Premier League: ten highlights to look out for this weekend
  2393.                                            </a>
  2394.                                        </h2>
  2395.                                        <ul>
  2396.                                            <li>  
  2397.                                                
  2398.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2399.                                                
  2400.                                            </li>
  2401.                                            <li class="top-color">By Daniel Combs</li>
  2402.                                            <li class="top-color">15 Aug 2026</li>
  2403.                                        </ul>
  2404.                                        <p class="top-color"> </p>
  2405.                                    </div>
  2406.                                </div>
  2407.                            </div>
  2408.                        
  2409.                            
  2410.                            
  2411.                            <div class="col col-lg-6 col-md-6 col-12">
  2412.                                <div class="wpo-blog-item">
  2413.                                    <div class="wpo-blog-img">
  2414.                                        
  2415.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2416.                                        
  2417.                                        <div class="thumb bg-primary-gradient">News</div>
  2418.                                    </div>
  2419.                                    <div class="wpo-blog-content"  >
  2420.                                        <h2>
  2421.                                            <a href="/the-new-mayor-vows-a-new-era-for-the-big-apple-in-first-speech/" class="top-color">
  2422.                                            The New Mayor Vows a &#x27;New Era&#x27; for The Big Apple in First Speech
  2423.                                            </a>
  2424.                                        </h2>
  2425.                                        <ul>
  2426.                                            <li>  
  2427.                                                
  2428.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2429.                                                
  2430.                                            </li>
  2431.                                            <li class="top-color">By Daniel Combs</li>
  2432.                                            <li class="top-color">15 Aug 2026</li>
  2433.                                        </ul>
  2434.                                        <p class="top-color"> </p>
  2435.                                    </div>
  2436.                                </div>
  2437.                            </div>
  2438.                        
  2439.                            
  2440.                            
  2441.                            <div class="col col-lg-6 col-md-6 col-12">
  2442.                                <div class="wpo-blog-item">
  2443.                                    <div class="wpo-blog-img">
  2444.                                        
  2445.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2446.                                        
  2447.                                        <div class="thumb bg-primary-gradient">News</div>
  2448.                                    </div>
  2449.                                    <div class="wpo-blog-content"  >
  2450.                                        <h2>
  2451.                                            <a href="/the-growing-wealth-poverty-gap-the-way-affluence-and-deprivation-now-sit-cheek-by-jowl-in-across-england/" class="top-color">
  2452.                                            The Growing ‘Wealth-Poverty Gap’: The Way Affluence and Deprivation Now Sit Cheek by Jowl in Across England.
  2453.                                            </a>
  2454.                                        </h2>
  2455.                                        <ul>
  2456.                                            <li>  
  2457.                                                
  2458.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2459.                                                
  2460.                                            </li>
  2461.                                            <li class="top-color">By Daniel Combs</li>
  2462.                                            <li class="top-color">15 Aug 2026</li>
  2463.                                        </ul>
  2464.                                        <p class="top-color"> </p>
  2465.                                    </div>
  2466.                                </div>
  2467.                            </div>
  2468.                        
  2469.                            
  2470.                            
  2471.                            <div class="col col-lg-6 col-md-6 col-12">
  2472.                                <div class="wpo-blog-item">
  2473.                                    <div class="wpo-blog-img">
  2474.                                        
  2475.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2476.                                        
  2477.                                        <div class="thumb bg-primary-gradient">News</div>
  2478.                                    </div>
  2479.                                    <div class="wpo-blog-content"  >
  2480.                                        <h2>
  2481.                                            <a href="/a-number-of-within-labour-desire-keir-starmer-out-he-assures-me-hell-endure-while-the-economy-is-set-to-improve/" class="top-color">
  2482.                                            A Number of within Labour Desire Keir Starmer Out. He Assures Me He&#x27;ll Endure – while the Economy Is Set to Improve.
  2483.                                            </a>
  2484.                                        </h2>
  2485.                                        <ul>
  2486.                                            <li>  
  2487.                                                
  2488.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2489.                                                
  2490.                                            </li>
  2491.                                            <li class="top-color">By Daniel Combs</li>
  2492.                                            <li class="top-color">15 Aug 2026</li>
  2493.                                        </ul>
  2494.                                        <p class="top-color"> </p>
  2495.                                    </div>
  2496.                                </div>
  2497.                            </div>
  2498.                        
  2499.                            
  2500.                            
  2501.                            <div class="col col-lg-6 col-md-6 col-12">
  2502.                                <div class="wpo-blog-item">
  2503.                                    <div class="wpo-blog-img">
  2504.                                        
  2505.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2506.                                        
  2507.                                        <div class="thumb bg-primary-gradient">News</div>
  2508.                                    </div>
  2509.                                    <div class="wpo-blog-content"  >
  2510.                                        <h2>
  2511.                                            <a href="/appeals-for-new-urgency-in-global-warming-talks-as-research-reveal-global-warming-may-hit-25c/" class="top-color">
  2512.                                            Appeals for New Urgency in Global Warming Talks as Research Reveal Global Warming May Hit 2.5C
  2513.                                            </a>
  2514.                                        </h2>
  2515.                                        <ul>
  2516.                                            <li>  
  2517.                                                
  2518.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;">
  2519.                                                
  2520.                                            </li>
  2521.                                            <li class="top-color">By Daniel Combs</li>
  2522.                                            <li class="top-color">15 Aug 2026</li>
  2523.                                        </ul>
  2524.                                        <p class="top-color"> </p>
  2525.                                    </div>
  2526.                                </div>
  2527.                            </div>
  2528.                        
  2529.                            
  2530.                            
  2531.  
  2532.                        </div>
  2533.                    </div>
  2534.                </div>
  2535.                <!-- end wpo-blog-section -->
  2536.            </div>
  2537.  
  2538.            <div class="col col-lg-4 col-12">
  2539.                
  2540.  
  2541.  
  2542.  
  2543.    
  2544.  
  2545.  
  2546. <!-- Blog Sidebar V2 - Focused Design -->
  2547.  <div class="sidebar mb-3">
  2548.    <!-- Recent Posts Section -->
  2549.    <div class="sidebar-widget mb-5">
  2550.      <div class="widget-title-wrapper mb-3">
  2551.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2552.          <i class="ti-time me-2"></i>Recent Posts
  2553.          <span class="title-arrow-primary"></span>
  2554.        </h4>
  2555.      </div>
  2556.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2557.        <div class="recent-post-list">
  2558.          
  2559.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2560.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2561.                
  2562.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2563.              
  2564.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2565.            </div>
  2566.            <div class="post-content flex-grow-1">
  2567.              <h6 class="post-title mb-2">
  2568.                 <a href="/all-chef-should-train-here-unassuming-turkish-restaurant-secures-fourth-on-list-of-londons-best-food-spots/" class="text-decoration-none top-color fw-semibold lh-sm">
  2569.                                            All Chef Should Train Here’: Unassuming Turkish Restaurant Secures Fourth on List of London’s Best Food Spots.
  2570.                                            </a>
  2571.              </h6>
  2572.              <div class="post-meta mb-3">
  2573.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2574.                <!-- <small class="text-muted">
  2575.                  <i class="ti-eye me-1"></i>348 views
  2576.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2577.                </small> -->
  2578.              </div>
  2579.            </div>
  2580.          </div>
  2581.        
  2582.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2583.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2584.                
  2585.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2586.              
  2587.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2588.            </div>
  2589.            <div class="post-content flex-grow-1">
  2590.              <h6 class="post-title mb-2">
  2591.                 <a href="/the-way-covert-filming-revealed-a-multi-million-pound-timeshare-scheme/" class="text-decoration-none top-color fw-semibold lh-sm">
  2592.                                            The Way Covert Filming Revealed a Multi-Million Pound Timeshare Scheme
  2593.                                            </a>
  2594.              </h6>
  2595.              <div class="post-meta mb-3">
  2596.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2597.                <!-- <small class="text-muted">
  2598.                  <i class="ti-eye me-1"></i>348 views
  2599.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2600.                </small> -->
  2601.              </div>
  2602.            </div>
  2603.          </div>
  2604.        
  2605.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2606.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2607.                
  2608.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2609.              
  2610.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2611.            </div>
  2612.            <div class="post-content flex-grow-1">
  2613.              <h6 class="post-title mb-2">
  2614.                 <a href="/assassins-creed-reveals-unexpected-attack-on-titan-collaboration-for-thanksgiving/" class="text-decoration-none top-color fw-semibold lh-sm">
  2615.                                            Assassin&#x27;s Creed Reveals Unexpected Attack on Titan Collaboration for Thanksgiving
  2616.                                            </a>
  2617.              </h6>
  2618.              <div class="post-meta mb-3">
  2619.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2620.                <!-- <small class="text-muted">
  2621.                  <i class="ti-eye me-1"></i>348 views
  2622.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2623.                </small> -->
  2624.              </div>
  2625.            </div>
  2626.          </div>
  2627.        
  2628.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2629.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2630.                
  2631.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2632.              
  2633.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2634.            </div>
  2635.            <div class="post-content flex-grow-1">
  2636.              <h6 class="post-title mb-2">
  2637.                 <a href="/the-song-sung-blue-film-review-an-musical-homage-act-receives-a-sweet-treat-of-movie-magic-courtesy-of-hugh-jackman-and-kate-hudson/" class="text-decoration-none top-color fw-semibold lh-sm">
  2638.                                            The Song Sung Blue Film Review: An Musical Homage Act Receives a Sweet Treat of Movie Magic Courtesy of Hugh Jackman and Kate Hudson
  2639.                                            </a>
  2640.              </h6>
  2641.              <div class="post-meta mb-3">
  2642.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Aug 2026</small>
  2643.                <!-- <small class="text-muted">
  2644.                  <i class="ti-eye me-1"></i>348 views
  2645.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2646.                </small> -->
  2647.              </div>
  2648.            </div>
  2649.          </div>
  2650.        
  2651.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2652.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2653.                
  2654.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2655.              
  2656.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2657.            </div>
  2658.            <div class="post-content flex-grow-1">
  2659.              <h6 class="post-title mb-2">
  2660.                 <a href="/the-film-baby-review-a-sharp-depiction-of-queer-brazilian-hustlers-adrift-in-the-established-order/" class="text-decoration-none top-color fw-semibold lh-sm">
  2661.                                            The Film Baby Review: A Sharp Depiction of Queer Brazilian Hustlers Adrift in the Established Order
  2662.                                            </a>
  2663.              </h6>
  2664.              <div class="post-meta mb-3">
  2665.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Aug 2026</small>
  2666.                <!-- <small class="text-muted">
  2667.                  <i class="ti-eye me-1"></i>348 views
  2668.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2669.                </small> -->
  2670.              </div>
  2671.            </div>
  2672.          </div>
  2673.        
  2674.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2675.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2676.                
  2677.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2678.              
  2679.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2680.            </div>
  2681.            <div class="post-content flex-grow-1">
  2682.              <h6 class="post-title mb-2">
  2683.                 <a href="/micky-van-de-ven-brace-halts-the-toffees-unbeaten-streak-at-new-stadium/" class="text-decoration-none top-color fw-semibold lh-sm">
  2684.                                            Micky van de Ven Brace Halts The Toffees&#x27; Unbeaten Streak at New Stadium
  2685.                                            </a>
  2686.              </h6>
  2687.              <div class="post-meta mb-3">
  2688.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 Aug 2026</small>
  2689.                <!-- <small class="text-muted">
  2690.                  <i class="ti-eye me-1"></i>348 views
  2691.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2692.                </small> -->
  2693.              </div>
  2694.            </div>
  2695.          </div>
  2696.        
  2697.        </div>
  2698.  
  2699.        <div class="text-center mt-4 pt-3 border-top border-light">
  2700.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2701.        </div>
  2702.      </div>
  2703.    </div>
  2704.  
  2705.    
  2706.    <div class="sidebar-widget mb-4">
  2707.      <div class="widget-title-wrapper mb-3">
  2708.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2709.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2710.          <span class="title-arrow"></span>
  2711.        </h4>
  2712.      </div>
  2713.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2714.        <div class="blog-roll-list scrollable-sidebar">
  2715.          
  2716.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2717.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  2718.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2719.                <i class="ti-angle-right me-2 text-primary"></i>
  2720.                casino not on gamstop
  2721.              </h6>
  2722.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2723.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2724.              </div> -->
  2725.            </a>
  2726.          </div>
  2727.          
  2728.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2729.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2730.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2731.                <i class="ti-angle-right me-2 text-primary"></i>
  2732.                casino not on gamstop
  2733.              </h6>
  2734.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2735.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2736.              </div> -->
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                casino not on gamstop
  2745.              </h6>
  2746.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2747.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2748.              </div> -->
  2749.            </a>
  2750.          </div>
  2751.          
  2752.  
  2753.        </div>
  2754. <!--
  2755.        <div class="text-center mt-4 pt-3 border-top border-light">
  2756.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2757.        </div> -->
  2758.      </div>
  2759.    </div>
  2760.    
  2761.    <div class="sidebar-widget mb-4">
  2762.      <div class="widget-title-wrapper mb-3">
  2763.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2764.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2765.          <span class="title-arrow"></span>
  2766.        </h4>
  2767.      </div>
  2768.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2769.        <div class="blog-roll-list scrollable-sidebar">
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://prwd.co.uk/" class="text-decoration-none " rel="dofollow">
  2773.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                non gamstop casinos
  2776.              </h6>
  2777.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2778.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2779.              </div> -->
  2780.            </a>
  2781.          </div>
  2782.          
  2783.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2784.            <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  2785.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2786.                <i class="ti-angle-right me-2 text-primary"></i>
  2787.                non gamstop casino
  2788.              </h6>
  2789.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2790.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2791.              </div> -->
  2792.            </a>
  2793.          </div>
  2794.          
  2795.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.            <a href="https://www.outset.org/" class="text-decoration-none " rel="dofollow">
  2797.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2798.                <i class="ti-angle-right me-2 text-primary"></i>
  2799.                non gamstop betting sites
  2800.              </h6>
  2801.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2802.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2803.              </div> -->
  2804.            </a>
  2805.          </div>
  2806.          
  2807.  
  2808.        </div>
  2809. <!--
  2810.        <div class="text-center mt-4 pt-3 border-top border-light">
  2811.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2812.        </div> -->
  2813.      </div>
  2814.    </div>
  2815.    
  2816.    <div class="sidebar-widget mb-4">
  2817.      <div class="widget-title-wrapper mb-3">
  2818.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2819.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2820.          <span class="title-arrow"></span>
  2821.        </h4>
  2822.      </div>
  2823.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2824.        <div class="blog-roll-list scrollable-sidebar">
  2825.          
  2826.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.            <a href="https://bottlebling.co.uk/" class="text-decoration-none " rel="dofollow">
  2828.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2829.                <i class="ti-angle-right me-2 text-primary"></i>
  2830.                best online casinos
  2831.              </h6>
  2832.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2833.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2834.              </div> -->
  2835.            </a>
  2836.          </div>
  2837.          
  2838.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2839.            <a href="https://www.foodsofengland.co.uk/" class="text-decoration-none " rel="dofollow">
  2840.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2841.                <i class="ti-angle-right me-2 text-primary"></i>
  2842.                casino not on gamstop
  2843.              </h6>
  2844.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2845.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2846.              </div> -->
  2847.            </a>
  2848.          </div>
  2849.          
  2850.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2852.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2853.                <i class="ti-angle-right me-2 text-primary"></i>
  2854.                Gambling Sites Not on GamStop
  2855.              </h6>
  2856.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2857.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2858.              </div> -->
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2864.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                casino not on gamstop
  2867.              </h6>
  2868.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2869.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2870.              </div> -->
  2871.            </a>
  2872.          </div>
  2873.          
  2874.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2875.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2876.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2877.                <i class="ti-angle-right me-2 text-primary"></i>
  2878.                online casino
  2879.              </h6>
  2880.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2881.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2882.              </div> -->
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://www.sistersforchange.org.uk/" class="text-decoration-none " rel="dofollow">
  2888.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                new casino sites UK
  2891.              </h6>
  2892.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2893.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2894.              </div> -->
  2895.            </a>
  2896.          </div>
  2897.          
  2898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.            <a href="https://www.impact-awards.co.uk" class="text-decoration-none " rel="dofollow">
  2900.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2901.                <i class="ti-angle-right me-2 text-primary"></i>
  2902.                non GamStop casinos
  2903.              </h6>
  2904.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2905.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2906.              </div> -->
  2907.            </a>
  2908.          </div>
  2909.          
  2910.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2911.            <a href="https://www.edgeofbelgravia.co.uk" class="text-decoration-none " rel="dofollow">
  2912.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2913.                <i class="ti-angle-right me-2 text-primary"></i>
  2914.                trusted non uk casino sites
  2915.              </h6>
  2916.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2917.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2918.              </div> -->
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  2924.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                non gamstop casino
  2927.              </h6>
  2928.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2929.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2930.              </div> -->
  2931.            </a>
  2932.          </div>
  2933.          
  2934.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2936.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2937.                <i class="ti-angle-right me-2 text-primary"></i>
  2938.                casinos not on gamstop
  2939.              </h6>
  2940.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2941.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2942.              </div> -->
  2943.            </a>
  2944.          </div>
  2945.          
  2946.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2947.            <a href="https://midnightcity.co/" class="text-decoration-none " rel="dofollow">
  2948.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2949.                <i class="ti-angle-right me-2 text-primary"></i>
  2950.                slot sites
  2951.              </h6>
  2952.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2953.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2954.              </div> -->
  2955.            </a>
  2956.          </div>
  2957.          
  2958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2959.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2960.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2961.                <i class="ti-angle-right me-2 text-primary"></i>
  2962.                online casinos UK
  2963.              </h6>
  2964.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2965.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2966.              </div> -->
  2967.            </a>
  2968.          </div>
  2969.          
  2970.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2971.            <a href="https://www.homeworkworkspace.com" class="text-decoration-none " rel="dofollow">
  2972.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2973.                <i class="ti-angle-right me-2 text-primary"></i>
  2974.                best online casinos
  2975.              </h6>
  2976.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2977.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2978.              </div> -->
  2979.            </a>
  2980.          </div>
  2981.          
  2982.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2983.            <a href="https://fdncoffee.com" class="text-decoration-none " rel="dofollow">
  2984.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2985.                <i class="ti-angle-right me-2 text-primary"></i>
  2986.                casino not on GamStop
  2987.              </h6>
  2988.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2989.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2990.              </div> -->
  2991.            </a>
  2992.          </div>
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://www.coexisthouse.org.uk" class="text-decoration-none " rel="dofollow">
  2996.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                non GamStop casinos
  2999.              </h6>
  3000.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3001.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3002.              </div> -->
  3003.            </a>
  3004.          </div>
  3005.          
  3006.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3007.            <a href="https://israelpremiertech.com" class="text-decoration-none " rel="dofollow">
  3008.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3009.                <i class="ti-angle-right me-2 text-primary"></i>
  3010.                non GamStop casino
  3011.              </h6>
  3012.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3013.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3014.              </div> -->
  3015.            </a>
  3016.          </div>
  3017.          
  3018.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3019.            <a href="https://playmonster.co.uk" class="text-decoration-none " rel="dofollow">
  3020.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3021.                <i class="ti-angle-right me-2 text-primary"></i>
  3022.                casino not on gamestop
  3023.              </h6>
  3024.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3025.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3026.              </div> -->
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://roeparkresort.com" class="text-decoration-none " rel="dofollow">
  3032.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                casino not on GamStop
  3035.              </h6>
  3036.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3037.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3038.              </div> -->
  3039.            </a>
  3040.          </div>
  3041.          
  3042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3043.            <a href="https://www.fourpure.com/" class="text-decoration-none " rel="dofollow">
  3044.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3045.                <i class="ti-angle-right me-2 text-primary"></i>
  3046.                best casinos not on GamStop
  3047.              </h6>
  3048.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3049.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3050.              </div> -->
  3051.            </a>
  3052.          </div>
  3053.          
  3054.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3055.            <a href="https://www.kew.org.uk/" class="text-decoration-none " rel="dofollow">
  3056.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3057.                <i class="ti-angle-right me-2 text-primary"></i>
  3058.                betting sites
  3059.              </h6>
  3060.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3061.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3062.              </div> -->
  3063.            </a>
  3064.          </div>
  3065.          
  3066.  
  3067.        </div>
  3068. <!--
  3069.        <div class="text-center mt-4 pt-3 border-top border-light">
  3070.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3071.        </div> -->
  3072.      </div>
  3073.    </div>
  3074.    
  3075.    <div class="sidebar-widget mb-4">
  3076.      <div class="widget-title-wrapper mb-3">
  3077.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3078.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3079.          <span class="title-arrow"></span>
  3080.        </h4>
  3081.      </div>
  3082.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3083.        <div class="blog-roll-list scrollable-sidebar">
  3084.          
  3085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.            <a href="https://www.mediawise.org.uk/" class="text-decoration-none " rel="dofollow">
  3087.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3088.                <i class="ti-angle-right me-2 text-primary"></i>
  3089.                non GamStop casinos
  3090.              </h6>
  3091.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3092.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3093.              </div> -->
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3099.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                casino sites not on GamStop
  3102.              </h6>
  3103.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3104.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3105.              </div> -->
  3106.            </a>
  3107.          </div>
  3108.          
  3109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  3111.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.                <i class="ti-angle-right me-2 text-primary"></i>
  3113.                non GamStop casinos
  3114.              </h6>
  3115.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3116.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3117.              </div> -->
  3118.            </a>
  3119.          </div>
  3120.          
  3121.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.            <a href="https://www.cranleyclinic.com/" class="text-decoration-none " rel="dofollow">
  3123.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3124.                <i class="ti-angle-right me-2 text-primary"></i>
  3125.                non GamStop casino
  3126.              </h6>
  3127.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3128.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3129.              </div> -->
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  3135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                games not on GamStop
  3138.              </h6>
  3139.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3140.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3141.              </div> -->
  3142.            </a>
  3143.          </div>
  3144.          
  3145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  3147.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.                <i class="ti-angle-right me-2 text-primary"></i>
  3149.                casinos not on GamStop
  3150.              </h6>
  3151.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3152.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3153.              </div> -->
  3154.            </a>
  3155.          </div>
  3156.          
  3157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  3159.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3160.                <i class="ti-angle-right me-2 text-primary"></i>
  3161.                non GamStop casino
  3162.              </h6>
  3163.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3164.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3165.              </div> -->
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  3171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                non GamStop casino UK
  3174.              </h6>
  3175.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3176.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3177.              </div> -->
  3178.            </a>
  3179.          </div>
  3180.          
  3181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  3183.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3184.                <i class="ti-angle-right me-2 text-primary"></i>
  3185.                non GamStop casinos
  3186.              </h6>
  3187.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3188.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3189.              </div> -->
  3190.            </a>
  3191.          </div>
  3192.          
  3193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  3195.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3196.                <i class="ti-angle-right me-2 text-primary"></i>
  3197.                Casinos Not in the UK
  3198.              </h6>
  3199.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3200.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3201.              </div> -->
  3202.            </a>
  3203.          </div>
  3204.          
  3205.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3206.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  3207.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3208.                <i class="ti-angle-right me-2 text-primary"></i>
  3209.                non gamstop casinos
  3210.              </h6>
  3211.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3212.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3213.              </div> -->
  3214.            </a>
  3215.          </div>
  3216.          
  3217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3218.            <a href="https://www.frn.org.uk/" class="text-decoration-none " rel="dofollow">
  3219.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3220.                <i class="ti-angle-right me-2 text-primary"></i>
  3221.                betting sites not on gamstop
  3222.              </h6>
  3223.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3224.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3225.              </div> -->
  3226.            </a>
  3227.          </div>
  3228.          
  3229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3230.            <a href="https://www.briangriffin.co.uk/" class="text-decoration-none " rel="dofollow">
  3231.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3232.                <i class="ti-angle-right me-2 text-primary"></i>
  3233.                non GamStop
  3234.              </h6>
  3235.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3236.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3237.              </div> -->
  3238.            </a>
  3239.          </div>
  3240.          
  3241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3242.            <a href="https://whittingtoncastle.co.uk/" class="text-decoration-none " rel="dofollow">
  3243.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3244.                <i class="ti-angle-right me-2 text-primary"></i>
  3245.                casinos not on GamStop
  3246.              </h6>
  3247.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3248.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3249.              </div> -->
  3250.            </a>
  3251.          </div>
  3252.          
  3253.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3254.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  3255.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3256.                <i class="ti-angle-right me-2 text-primary"></i>
  3257.                Casino Not on Gamstop
  3258.              </h6>
  3259.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3260.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3261.              </div> -->
  3262.            </a>
  3263.          </div>
  3264.          
  3265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3266.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  3267.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3268.                <i class="ti-angle-right me-2 text-primary"></i>
  3269.                non gamstop casinos
  3270.              </h6>
  3271.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3272.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3273.              </div> -->
  3274.            </a>
  3275.          </div>
  3276.          
  3277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3278.            <a href="https://www.legacycompany.co.uk/" class="text-decoration-none " rel="dofollow">
  3279.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3280.                <i class="ti-angle-right me-2 text-primary"></i>
  3281.                non gamstop casino
  3282.              </h6>
  3283.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3284.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3285.              </div> -->
  3286.            </a>
  3287.          </div>
  3288.          
  3289.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3290.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3291.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3292.                <i class="ti-angle-right me-2 text-primary"></i>
  3293.                online casino
  3294.              </h6>
  3295.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3296.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3297.              </div> -->
  3298.            </a>
  3299.          </div>
  3300.          
  3301.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3302.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  3303.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3304.                <i class="ti-angle-right me-2 text-primary"></i>
  3305.                Non UK Gambling Sites
  3306.              </h6>
  3307.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3308.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3309.              </div> -->
  3310.            </a>
  3311.          </div>
  3312.          
  3313.  
  3314.        </div>
  3315. <!--
  3316.        <div class="text-center mt-4 pt-3 border-top border-light">
  3317.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3318.        </div> -->
  3319.      </div>
  3320.    </div>
  3321.    
  3322.    <div class="sidebar-widget mb-4">
  3323.      <div class="widget-title-wrapper mb-3">
  3324.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3325.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3326.          <span class="title-arrow"></span>
  3327.        </h4>
  3328.      </div>
  3329.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3330.        <div class="blog-roll-list scrollable-sidebar">
  3331.          
  3332.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3333.            <a href="https://xn--24-3qi4duc3a1a7o.world/" class="text-decoration-none " rel="dofollow">
  3334.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3335.                <i class="ti-angle-right me-2 text-primary"></i>
  3336.                แทงหวย24
  3337.              </h6>
  3338.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3339.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3340.              </div> -->
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                best sport betting sites
  3349.              </h6>
  3350.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3351.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3352.              </div> -->
  3353.            </a>
  3354.          </div>
  3355.          
  3356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3358.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.                <i class="ti-angle-right me-2 text-primary"></i>
  3360.                best betting sites uk
  3361.              </h6>
  3362.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3363.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3364.              </div> -->
  3365.            </a>
  3366.          </div>
  3367.          
  3368.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.            <a href="https://www.kscience.co.uk/" class="text-decoration-none " rel="dofollow">
  3370.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3371.                <i class="ti-angle-right me-2 text-primary"></i>
  3372.                uk online casinos
  3373.              </h6>
  3374.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3375.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3376.              </div> -->
  3377.            </a>
  3378.          </div>
  3379.          
  3380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.            <a href="https://platypuspress.co.uk/" class="text-decoration-none " rel="dofollow">
  3382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.                <i class="ti-angle-right me-2 text-primary"></i>
  3384.                casinos not on gamstop
  3385.              </h6>
  3386.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3387.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3388.              </div> -->
  3389.            </a>
  3390.          </div>
  3391.          
  3392.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.            <a href="https://www.powwownow.co.uk/" class="text-decoration-none " rel="dofollow">
  3394.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3395.                <i class="ti-angle-right me-2 text-primary"></i>
  3396.                uk online casinos not on gamstop
  3397.              </h6>
  3398.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3399.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3400.              </div> -->
  3401.            </a>
  3402.          </div>
  3403.          
  3404.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3405.            <a href="https://pauljacques.co.uk/" class="text-decoration-none " rel="dofollow">
  3406.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3407.                <i class="ti-angle-right me-2 text-primary"></i>
  3408.                non gamstop casinos
  3409.              </h6>
  3410.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3411.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3412.              </div> -->
  3413.            </a>
  3414.          </div>
  3415.          
  3416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3417.            <a href="https://indyonline.co.uk/" class="text-decoration-none " rel="dofollow">
  3418.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3419.                <i class="ti-angle-right me-2 text-primary"></i>
  3420.                casino not on GamStop
  3421.              </h6>
  3422.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3423.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3424.              </div> -->
  3425.            </a>
  3426.          </div>
  3427.          
  3428.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3429.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3430.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3431.                <i class="ti-angle-right me-2 text-primary"></i>
  3432.                non GamStop casinos
  3433.              </h6>
  3434.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3435.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3436.              </div> -->
  3437.            </a>
  3438.          </div>
  3439.          
  3440.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3442.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3443.                <i class="ti-angle-right me-2 text-primary"></i>
  3444.                non GamStop casinos
  3445.              </h6>
  3446.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3447.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3448.              </div> -->
  3449.            </a>
  3450.          </div>
  3451.          
  3452.  
  3453.        </div>
  3454. <!--
  3455.        <div class="text-center mt-4 pt-3 border-top border-light">
  3456.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3457.        </div> -->
  3458.      </div>
  3459.    </div>
  3460.    
  3461.  </div>
  3462.  
  3463. <!-- Sidebar V2 Styles -->
  3464. <style>
  3465.  .sidebar-widget {
  3466.    position: relative;
  3467.  }
  3468.  
  3469.  .widget-title {
  3470.    font-size: 1.1rem;
  3471.    font-weight: 700;
  3472.    display: inline-block;
  3473.    position: relative;
  3474.    z-index: 2;
  3475.    border-radius: 0;
  3476.  }
  3477.  
  3478.  /* Green arrow for August Blog Roll */
  3479.  .title-arrow::after {
  3480.    content: '';
  3481.    position: absolute;
  3482.    top: 0;
  3483.    right: -22px;
  3484.    width: 0;
  3485.    height: 0;
  3486.    border-left: 22px solid var(--bs-primary);
  3487.    border-top: 22px solid transparent;
  3488.    border-bottom: 22px solid transparent;
  3489.    z-index: 1;
  3490.  }
  3491.  
  3492.  /* Blue arrow for Recent Posts */
  3493.  .title-arrow-primary::after {
  3494.    content: '';
  3495.    position: absolute;
  3496.    top: 0;
  3497.    right: -22px;
  3498.    width: 0;
  3499.    height: 0;
  3500.    border-left: 22px solid var(--bs-primary);
  3501.    border-top: 22px solid transparent;
  3502.    border-bottom: 22px solid transparent;
  3503.    z-index: 1;
  3504.  }
  3505.  
  3506.  .widget-content {
  3507.    margin-top: -1px;
  3508.    position: relative;
  3509.    z-index: 1;
  3510.     background-color: var(--card-bg);
  3511.  }
  3512.  
  3513.  /* Blog Roll Items Hover Effects */
  3514.  .blog-roll-item:hover .blog-title {
  3515.    color: #198754 !important;
  3516.    transform: translateX(5px);
  3517.    transition: all 0.3s ease;
  3518.  }
  3519.  
  3520.  /* Recent Post Items Hover Effects */
  3521.  .recent-post-item:hover .post-title a {
  3522.    color: #0d6efd !important;
  3523.    transition: color 0.3s ease;
  3524.  }
  3525.  
  3526.  .recent-post-item:hover .post-image img {
  3527.    transform: scale(1.05);
  3528.    transition: transform 0.3s ease;
  3529.  }
  3530.  
  3531.  /* Button Hover Effects */
  3532.  .btn:hover {
  3533.    transform: translateY(-2px);
  3534.    transition: all 0.3s ease;
  3535.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3536.  }
  3537.  
  3538.  /* Badge Hover Effects */
  3539.  .badge:hover {
  3540.    transform: scale(1.05);
  3541.    transition: transform 0.3s ease;
  3542.  }
  3543.  
  3544.  @media (max-width: 991px) {
  3545.    .sidebar {
  3546.      margin-top: 3rem;
  3547.    }
  3548.  }
  3549.  
  3550.  @media (max-width: 576px) {
  3551.    .widget-title {
  3552.      font-size: 1rem;
  3553.      padding: 0.75rem 1rem !important;
  3554.    }
  3555.  
  3556.    .title-arrow::after,
  3557.    .title-arrow-primary::after {
  3558.      right: -18px;
  3559.      border-left-width: 18px;
  3560.      border-top-width: 18px;
  3561.      border-bottom-width: 18px;
  3562.    }
  3563.  
  3564.    .post-image {
  3565.      width: 70px !important;
  3566.      height: 55px !important;
  3567.    }
  3568.  
  3569.    .blog-meta {
  3570.      flex-direction: column !important;
  3571.      align-items: flex-start !important;
  3572.      gap: 0.5rem;
  3573.    }
  3574.  }
  3575. </style>
  3576.  
  3577.    
  3578.            </div>
  3579.        </div>
  3580.    </div> <!-- end container -->
  3581. </section>
  3582.  
  3583.    
  3584.        
  3585.        <!-- end wpo-blog-highlights-section -->
  3586.        <!-- start wpo-blog-sponsored-section -->
  3587.        
  3588.  
  3589.  
  3590.  
  3591.    
  3592.  
  3593.  
  3594.  
  3595. <style>
  3596.    .sponsored-section-v3 {
  3597.        padding: 50px 0;
  3598.    }
  3599.    
  3600.    .sponsored-card-v3 {
  3601.        background: var(--card-bg);
  3602.        border: 1px solid var(--border-color);
  3603.        border-radius: 4px;
  3604.        transition: transform 0.3s ease;
  3605.        height: 100%;
  3606.    }
  3607.    
  3608.    .sponsored-card-v3:hover {
  3609.        transform: scale(1.02);
  3610.    }
  3611.    
  3612.    .sponsored-image-v3 {
  3613.        position: relative;
  3614.        height: 170px;
  3615.        border-bottom: 1px solid var(--border-color);
  3616.    }
  3617.    
  3618.    .sponsored-image-v3 img {
  3619.        width: 100%;
  3620.        height: 100%;
  3621.        object-fit: cover;
  3622.    }
  3623.    
  3624.    .sponsored-badge-v3 {
  3625.        position: absolute;
  3626.        top: 10px;
  3627.        right: 10px;
  3628.        padding: 5px 8px;
  3629.        font-size: 11px;
  3630.        font-weight: 600;
  3631.        text-transform: uppercase;
  3632.        border-radius: 50%;
  3633.    }
  3634.    
  3635.    .sponsored-content-v3 {
  3636.        position: relative;
  3637.        padding: 18px;
  3638.    }
  3639.    
  3640.    .sponsored-title-v3 {
  3641.        font-size: 16px;
  3642.        font-weight: 700;
  3643.        line-height: 1.5;
  3644.        margin-bottom: 8px;
  3645.    }
  3646.    
  3647.    .sponsored-title-v3 a {
  3648.        text-decoration: none;
  3649.        color: #333;
  3650.    }
  3651.    
  3652.    .sponsored-title-v3 a:hover {
  3653.        color: #0056b3; /* Darker blue for hover */
  3654.    }
  3655.    
  3656.    .sponsored-excerpt-v3 {
  3657.        font-size: 13px;
  3658.        font-weight: 400;
  3659.        color: #868e96;
  3660.        margin-bottom: 12px;
  3661.        line-height: 1.5;
  3662.    }
  3663.    
  3664.    .sponsored-meta-v3 {
  3665.        font-size: 12px;
  3666.        color: #6c757d;
  3667.    }
  3668.    
  3669.    .author-info-v3 {
  3670.        display: flex;
  3671.        align-items: center;
  3672.        gap: 6px;
  3673.        margin-bottom: 6px;
  3674.    }
  3675.    
  3676.    .sponsored-author-img-v3 {
  3677.        width: 24px;
  3678.        height: 24px;
  3679.        border-radius: 50%;
  3680.        object-fit: cover;
  3681.    }
  3682.    
  3683.    .section-title-sponsored-v3 {
  3684.        font-size: 2rem;
  3685.        font-weight: 600;
  3686.        text-align: left;
  3687.        margin-bottom: 25px;
  3688.        color: #333;
  3689.        border-bottom: 3px solid var(--bs-primary);
  3690.        padding-bottom: 10px;
  3691.    }
  3692.  
  3693.    @media (max-width: 768px) {
  3694.        .sponsored-section-v3 {
  3695.            padding: 30px 0;
  3696.        }
  3697.        .sponsored-content-v3 {
  3698.            padding: 15px;
  3699.        }
  3700.        .sponsored-title-v3 {
  3701.            font-size: 15px;
  3702.        }
  3703.        .sponsored-excerpt-v3 {
  3704.            font-size: 12px;
  3705.        }
  3706.        .section-title-sponsored-v3 {
  3707.            font-size: 1.8rem;
  3708.        }
  3709.    }
  3710. </style>
  3711.  
  3712. <section class="sponsored-section-v3">
  3713.    <div class="container-fluid fluid-container">
  3714.        <div class="row">
  3715.            <div class="col-12">
  3716.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3717.            </div>
  3718.        </div>
  3719.        
  3720.        <div class="row g-4">
  3721.            
  3722.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3723.                <div class="card sponsored-card-v3">
  3724.                    <div class="sponsored-image-v3">
  3725.                        
  3726.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3727.                        
  3728.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3729.                    </div>
  3730.                    <div class="sponsored-content-v3">
  3731.                        <h3 class="sponsored-title-v3">
  3732.                            <a href="/all-chef-should-train-here-unassuming-turkish-restaurant-secures-fourth-on-list-of-londons-best-food-spots/" class="top-color">
  3733.                            All Chef Should Train Here’: Unassuming Turkish Restaurant Secures Fourth on List of London’s Best Food Spots.
  3734.                            </a>
  3735.                        </h3>
  3736.                        <p class="sponsored-excerpt-v3">
  3737.                            
  3738.                        </p>
  3739.                        <div class="sponsored-meta-v3">
  3740.                            <div class="author-info-v3">
  3741.                                
  3742.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3743.                                
  3744.                                <span>
  3745.                                    Daniel Combs
  3746.                                </span>
  3747.                            </div>
  3748.                            <div class="d-flex gap-2">
  3749.                                <i class="ti-calendar"></i> 15 Aug 2026
  3750.                            </div>
  3751.                        </div>
  3752.                    </div>
  3753.                </div>
  3754.            </div>
  3755.            
  3756.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3757.                <div class="card sponsored-card-v3">
  3758.                    <div class="sponsored-image-v3">
  3759.                        
  3760.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3761.                        
  3762.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3763.                    </div>
  3764.                    <div class="sponsored-content-v3">
  3765.                        <h3 class="sponsored-title-v3">
  3766.                            <a href="/the-way-covert-filming-revealed-a-multi-million-pound-timeshare-scheme/" class="top-color">
  3767.                            The Way Covert Filming Revealed a Multi-Million Pound Timeshare Scheme
  3768.                            </a>
  3769.                        </h3>
  3770.                        <p class="sponsored-excerpt-v3">
  3771.                            
  3772.                        </p>
  3773.                        <div class="sponsored-meta-v3">
  3774.                            <div class="author-info-v3">
  3775.                                
  3776.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3777.                                
  3778.                                <span>
  3779.                                    Daniel Combs
  3780.                                </span>
  3781.                            </div>
  3782.                            <div class="d-flex gap-2">
  3783.                                <i class="ti-calendar"></i> 15 Aug 2026
  3784.                            </div>
  3785.                        </div>
  3786.                    </div>
  3787.                </div>
  3788.            </div>
  3789.            
  3790.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3791.                <div class="card sponsored-card-v3">
  3792.                    <div class="sponsored-image-v3">
  3793.                        
  3794.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3795.                        
  3796.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3797.                    </div>
  3798.                    <div class="sponsored-content-v3">
  3799.                        <h3 class="sponsored-title-v3">
  3800.                            <a href="/assassins-creed-reveals-unexpected-attack-on-titan-collaboration-for-thanksgiving/" class="top-color">
  3801.                            Assassin&#x27;s Creed Reveals Unexpected Attack on Titan Collaboration for Thanksgiving
  3802.                            </a>
  3803.                        </h3>
  3804.                        <p class="sponsored-excerpt-v3">
  3805.                            
  3806.                        </p>
  3807.                        <div class="sponsored-meta-v3">
  3808.                            <div class="author-info-v3">
  3809.                                
  3810.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3811.                                
  3812.                                <span>
  3813.                                    Daniel Combs
  3814.                                </span>
  3815.                            </div>
  3816.                            <div class="d-flex gap-2">
  3817.                                <i class="ti-calendar"></i> 15 Aug 2026
  3818.                            </div>
  3819.                        </div>
  3820.                    </div>
  3821.                </div>
  3822.            </div>
  3823.            
  3824.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3825.                <div class="card sponsored-card-v3">
  3826.                    <div class="sponsored-image-v3">
  3827.                        
  3828.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3829.                        
  3830.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3831.                    </div>
  3832.                    <div class="sponsored-content-v3">
  3833.                        <h3 class="sponsored-title-v3">
  3834.                            <a href="/the-song-sung-blue-film-review-an-musical-homage-act-receives-a-sweet-treat-of-movie-magic-courtesy-of-hugh-jackman-and-kate-hudson/" class="top-color">
  3835.                            The Song Sung Blue Film Review: An Musical Homage Act Receives a Sweet Treat of Movie Magic Courtesy of Hugh Jackman and Kate Hudson
  3836.                            </a>
  3837.                        </h3>
  3838.                        <p class="sponsored-excerpt-v3">
  3839.                            
  3840.                        </p>
  3841.                        <div class="sponsored-meta-v3">
  3842.                            <div class="author-info-v3">
  3843.                                
  3844.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3845.                                
  3846.                                <span>
  3847.                                    Daniel Combs
  3848.                                </span>
  3849.                            </div>
  3850.                            <div class="d-flex gap-2">
  3851.                                <i class="ti-calendar"></i> 14 Aug 2026
  3852.                            </div>
  3853.                        </div>
  3854.                    </div>
  3855.                </div>
  3856.            </div>
  3857.            
  3858.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3859.                <div class="card sponsored-card-v3">
  3860.                    <div class="sponsored-image-v3">
  3861.                        
  3862.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3863.                        
  3864.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3865.                    </div>
  3866.                    <div class="sponsored-content-v3">
  3867.                        <h3 class="sponsored-title-v3">
  3868.                            <a href="/the-film-baby-review-a-sharp-depiction-of-queer-brazilian-hustlers-adrift-in-the-established-order/" class="top-color">
  3869.                            The Film Baby Review: A Sharp Depiction of Queer Brazilian Hustlers Adrift in the Established Order
  3870.                            </a>
  3871.                        </h3>
  3872.                        <p class="sponsored-excerpt-v3">
  3873.                            
  3874.                        </p>
  3875.                        <div class="sponsored-meta-v3">
  3876.                            <div class="author-info-v3">
  3877.                                
  3878.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3879.                                
  3880.                                <span>
  3881.                                    Daniel Combs
  3882.                                </span>
  3883.                            </div>
  3884.                            <div class="d-flex gap-2">
  3885.                                <i class="ti-calendar"></i> 14 Aug 2026
  3886.                            </div>
  3887.                        </div>
  3888.                    </div>
  3889.                </div>
  3890.            </div>
  3891.            
  3892.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3893.                <div class="card sponsored-card-v3">
  3894.                    <div class="sponsored-image-v3">
  3895.                        
  3896.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3897.                        
  3898.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3899.                    </div>
  3900.                    <div class="sponsored-content-v3">
  3901.                        <h3 class="sponsored-title-v3">
  3902.                            <a href="/micky-van-de-ven-brace-halts-the-toffees-unbeaten-streak-at-new-stadium/" class="top-color">
  3903.                            Micky van de Ven Brace Halts The Toffees&#x27; Unbeaten Streak at New Stadium
  3904.                            </a>
  3905.                        </h3>
  3906.                        <p class="sponsored-excerpt-v3">
  3907.                            
  3908.                        </p>
  3909.                        <div class="sponsored-meta-v3">
  3910.                            <div class="author-info-v3">
  3911.                                
  3912.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6e3560e0-b6f0-4aa9-8e76-fd929696efa7_profile.png" alt="Daniel Combs" style="object-fit: cover;" class="sponsored-author-img-v3">
  3913.                                
  3914.                                <span>
  3915.                                    Daniel Combs
  3916.                                </span>
  3917.                            </div>
  3918.                            <div class="d-flex gap-2">
  3919.                                <i class="ti-calendar"></i> 14 Aug 2026
  3920.                            </div>
  3921.                        </div>
  3922.                    </div>
  3923.                </div>
  3924.            </div>
  3925.            
  3926.        </div>
  3927.    </div>
  3928. </section>
  3929.  
  3930.  
  3931.    
  3932.        <!-- end wpo-blog-sponsored-section -->
  3933.        <!-- start wpo-subscribe-section -->
  3934.        
  3935.        <!-- end subscribe-section -->
  3936.        <!-- start of wpo-site-footer-section -->
  3937.        
  3938.  
  3939.  
  3940.  
  3941.  
  3942.  
  3943.  
  3944. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3945. <footer class="footer-v5 bg-primary-gradient border-top">
  3946.    
  3947.    <!-- Main Footer Content -->
  3948.    <div class="container-fluid py-5">
  3949.        
  3950.        <!-- Top Section with Logo and Description -->
  3951.        <div class="row mb-5">
  3952.            <div class="col-12 text-center">
  3953.                <div class="footer-brand mb-4">
  3954.                    
  3955.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/0fc0cef7-4de2-4804-9cb4-9d434ef7d25c_logo.png" alt="GoldTech360 UK" class="footer-logo mb-3" height="60">
  3956.                    
  3957.                    <h4 class="fw-bold footer-color mb-2">GoldTech360 UK</h4>
  3958.                    <p class="footer-color opacity-50">GoldTech360 UK delivers in-depth tech reviews, practical gadget guides, and the latest digital trends to help you navigate the evolving world of technology.</p>
  3959.                </div>
  3960.            </div>
  3961.        </div>
  3962.  
  3963.        <!-- Content Grid -->
  3964.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3965.            
  3966.            <!-- Quick Links Column -->
  3967.            <div class="">
  3968.                <div class="footer-section">
  3969.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3970.                        Quick Links
  3971.                    </h6>
  3972.                    <ul class="list-unstyled footer-links">
  3973.                        
  3974.                        <li class="mb-2">
  3975.                            <a href="/uk-and-ireland-box-office-earnings-hit-a-post-covid-peak-as-the-minecraft-film-tops-2025-box-office/"
  3976.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3977.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3978.                                UK and Ireland Box Office Earnings Hit a Post-Covid Peak as The Minecraft Film Tops 2025 Box Office
  3979.                            </a>
  3980.                        </li>
  3981.                        
  3982.                        <li class="mb-2">
  3983.                            <a href="/disaster-strikes-as-4-lose-lives-during-memorial-for-kenyan-political-figure-raila-odinga/"
  3984.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3985.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3986.                                Disaster Strikes as 4 Lose Lives During Memorial for Kenyan Political Figure Raila Odinga
  3987.                            </a>
  3988.                        </li>
  3989.                        
  3990.                        <li class="mb-2">
  3991.                            <a href="/washington-levies-penalties-on-network-accused-of-channeling-colombian-fighters-to-the-sudanese-conflict/"
  3992.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3993.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3994.                                Washington Levies Penalties on Network Accused of Channeling Colombian Fighters to the Sudanese Conflict.
  3995.                            </a>
  3996.                        </li>
  3997.                        
  3998.                        <li class="mb-2">
  3999.                            <a href="/top-flight-sunday-fixtures-crystal-palace-v-brighton-and-other-games-real-time-coverage/"
  4000.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4001.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4002.                                Top Flight Sunday Fixtures: Crystal Palace v Brighton and Other Games Real-Time Coverage
  4003.                            </a>
  4004.                        </li>
  4005.                        
  4006.                        <li class="mb-2">
  4007.                            <a href="/discovering-the-creative-universe-of-novelist-paul-bailey/"
  4008.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4009.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4010.                                Discovering the Creative Universe of Novelist Paul Bailey
  4011.                            </a>
  4012.                        </li>
  4013.                        
  4014.                        <li class="mb-2">
  4015.                            <a href="/view-the-directors-this-epic-preview-the-way-it-was-never-intended-to-be-seen/"
  4016.                               class="text-decoration-none footer-color  d-flex align-items-center">
  4017.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  4018.                                View the Director&#x27;s This Epic Preview the Way It Was Never Intended to Be Seen.
  4019.                            </a>
  4020.                        </li>
  4021.                        
  4022.                    </ul>
  4023.                </div>
  4024.            </div>
  4025.  
  4026.            <!-- Resources Column -->
  4027.            <div class="">
  4028.                <div class="footer-section">
  4029.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4030.                        Resources
  4031.                    </h6>
  4032.                   <ul class="footer-links" id="footerLinks">
  4033.        
  4034.        
  4035.  
  4036.        
  4037.        
  4038.        
  4039.        
  4040.    </ul>
  4041.                </div>
  4042.            </div>
  4043.  
  4044.            <!-- Categories Column -->
  4045.            <div class="">
  4046.                <div class="footer-section">
  4047.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  4048.                        Categories
  4049.                    </h6>
  4050.                    <div class="category-tags">
  4051.                      
  4052.                                <li>
  4053.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  4054.                                        All Posts
  4055.                                    </a>
  4056.                                </li>
  4057.                                
  4058.                                <li>
  4059.                                    <a href="/category/business/" class="footer-link footer-color">
  4060.                                        Business
  4061.                                    </a>
  4062.                                </li>
  4063.                                
  4064.                                <li>
  4065.                                    <a href="/category/esports/" class="footer-link footer-color">
  4066.                                        Esports
  4067.                                    </a>
  4068.                                </li>
  4069.                                
  4070.                                <li>
  4071.                                    <a href="/category/fashion/" class="footer-link footer-color">
  4072.                                        Fashion
  4073.                                    </a>
  4074.                                </li>
  4075.                                
  4076.                                <li>
  4077.                                    <a href="/category/featured/" class="footer-link footer-color">
  4078.                                        Featured
  4079.                                    </a>
  4080.                                </li>
  4081.                                
  4082.                                <li>
  4083.                                    <a href="/category/gaming/" class="footer-link footer-color">
  4084.                                        Gaming
  4085.                                    </a>
  4086.                                </li>
  4087.                                
  4088.                    </div>
  4089.                </div>
  4090.            </div>
  4091.  
  4092.        </div>
  4093.  
  4094.    </div>
  4095.  
  4096.    <!-- Footer Bottom -->
  4097.    <div class="footer-bottom  border-top py-3">
  4098.        <div class="container-fluid fluid-container">
  4099.            <div class=" d-flex justify-content-between flex-wrap">
  4100.                <div class="">
  4101.                    <p class="mb-0 footer-color  ">
  4102.                        © 2026 <span class="fw-semibold footer-color">GoldTech360 UK</span>. All rights reserved.
  4103.                    </p>
  4104.                </div>
  4105.                <div class="">
  4106.                    <div class="footer-nav">
  4107.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  4108.                            <i class="bi bi-file-text me-1"></i>Write For Us
  4109.                        </a>
  4110.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4111.                            <i class="bi bi-file-text me-1"></i>Terms
  4112.                        </a>
  4113.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4114.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4115.                        </a>
  4116.                    </div>
  4117.                </div>
  4118.            </div>
  4119.        </div>
  4120.    </div>
  4121.  
  4122. </footer>
  4123.  
  4124. <style>
  4125. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4126.  
  4127.  
  4128.  
  4129.  
  4130. .footer-logo {
  4131.    border-radius: 8px;
  4132. }
  4133.  
  4134. /* Footer Sections */
  4135. .footer-section {
  4136.    padding: 0 15px;
  4137. }
  4138.  
  4139. .footer-section h6 {
  4140.    position: relative;
  4141.    padding-bottom: 8px;
  4142. }
  4143.  
  4144. .footer-section h6::after {
  4145.    content: '';
  4146.    position: absolute;
  4147.    bottom: 0;
  4148.    left: 0;
  4149.    width: 30px;
  4150.    height: 2px;
  4151.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4152.    border-radius: 1px;
  4153. }
  4154.  
  4155. /* Links Styling */
  4156. .footer-links a {
  4157.    transition: all 0.3s ease;
  4158.    padding: 4px 0;
  4159.    border-radius: 4px;
  4160. }
  4161.  
  4162. .footer-links a:hover {
  4163.    color: var(--bs-primary) !important;
  4164.    padding-left: 8px;
  4165. }
  4166.  
  4167. .footer-links a:hover i {
  4168.    transform: translateX(2px);
  4169. }
  4170.  
  4171. /* Category Tags */
  4172. .category-tag {
  4173.    transition: all 0.3s ease;
  4174.    padding: 6px 12px !important;
  4175.    font-size: 0.875rem;
  4176. }
  4177.  
  4178.  
  4179.  
  4180. /* Footer Bottom */
  4181. .footer-bottom {
  4182.    backdrop-filter: blur(10px);
  4183. }
  4184.  
  4185. /* Responsive Design */
  4186. @media (max-width: 768px) {
  4187.    .footer-v5 {
  4188.        margin-top: 60px;
  4189.    }
  4190.    
  4191.    .footer-section {
  4192.        text-align:start;
  4193.        margin-bottom: 40px;
  4194.    }
  4195.    
  4196.    .footer-links a,
  4197.    .category-tags {
  4198.        justify-content:start;
  4199.    }
  4200.    
  4201.    .social-links .d-flex {
  4202.        justify-content:start;
  4203.    }
  4204. }
  4205.  
  4206. @media (max-width: 576px) {
  4207.    .footer-brand h4 {
  4208.        font-size: 1.25rem;
  4209.    }
  4210.    
  4211.    .stats-item h5 {
  4212.        font-size: 1.1rem;
  4213.    }
  4214.    
  4215.    .newsletter-form .btn {
  4216.        padding: 8px 12px;
  4217.    }
  4218. }
  4219.  
  4220. /* Animation Classes */
  4221. .fade-in {
  4222.    animation: fadeIn 0.6s ease-in;
  4223. }
  4224.  
  4225. @keyframes fadeIn {
  4226.    from { opacity: 0; transform: translateY(20px); }
  4227.    to { opacity: 1; transform: translateY(0); }
  4228. }
  4229.  
  4230. /* Loading State */
  4231. .loading {
  4232.    pointer-events: none;
  4233.    opacity: 0.7;
  4234. }
  4235.  
  4236. .loading .btn {
  4237.    position: relative;
  4238. }
  4239.  
  4240. .loading .btn::after {
  4241.    content: '';
  4242.    position: absolute;
  4243.    top: 50%;
  4244.    left: 50%;
  4245.    width: 16px;
  4246.    height: 16px;
  4247.    margin: -8px 0 0 -8px;
  4248.    border: 2px solid transparent;
  4249.    border-top-color: currentColor;
  4250.    border-radius: 50%;
  4251.    animation: spin 1s linear infinite;
  4252. }
  4253.  
  4254. @keyframes spin {
  4255.    to { transform: rotate(360deg); }
  4256. }
  4257.  
  4258. /* Utility Classes */
  4259. .text-gradient {
  4260.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4261.    -webkit-background-clip: text;
  4262.    -webkit-text-fill-color: transparent;
  4263.    background-clip: text;
  4264. }
  4265.  
  4266. .hover-lift {
  4267.    transition: transform 0.3s ease;
  4268. }
  4269.  
  4270. .hover-lift:hover {
  4271.    transform: translateY(-2px);
  4272. }
  4273. </style>
  4274.  
  4275.  
  4276. <script>
  4277. document.addEventListener('DOMContentLoaded', function() {
  4278.    
  4279.    // Initialize Bootstrap tooltips
  4280.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4281.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4282.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4283.    });
  4284.  
  4285.    // Newsletter form handling
  4286.    const newsletterForm = document.querySelector('.newsletter-form');
  4287.    if (newsletterForm) {
  4288.        newsletterForm.addEventListener('submit', function(e) {
  4289.            e.preventDefault();
  4290.            
  4291.            const email = this.querySelector('input[name="email"]').value.trim();
  4292.            const submitBtn = this.querySelector('button[type="submit"]');
  4293.            const originalContent = submitBtn.innerHTML;
  4294.            
  4295.            // Validate email
  4296.            if (!email || !isValidEmail(email)) {
  4297.                showToast('Please enter a valid email address', 'error');
  4298.                return;
  4299.            }
  4300.            
  4301.            // Show loading state
  4302.            this.classList.add('loading');
  4303.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4304.            submitBtn.disabled = true;
  4305.            
  4306.            // Simulate API call
  4307.            setTimeout(() => {
  4308.                // Success state
  4309.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4310.                submitBtn.classList.remove('btn-primary');
  4311.                submitBtn.classList.add('btn-success');
  4312.                
  4313.                showToast('Successfully subscribed to newsletter!', 'success');
  4314.                
  4315.                // Reset form
  4316.                setTimeout(() => {
  4317.                    this.classList.remove('loading');
  4318.                    submitBtn.innerHTML = originalContent;
  4319.                    submitBtn.classList.remove('btn-success');
  4320.                    submitBtn.classList.add('btn-primary');
  4321.                    submitBtn.disabled = false;
  4322.                    this.reset();
  4323.                }, 2000);
  4324.                
  4325.            }, 1500);
  4326.        });
  4327.    }
  4328.    
  4329.    // Email validation function
  4330.    function isValidEmail(email) {
  4331.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4332.        return emailRegex.test(email);
  4333.    }
  4334.    
  4335.    // Toast notification function
  4336.    function showToast(message, type = 'info') {
  4337.        // Remove existing toasts
  4338.        const existingToasts = document.querySelectorAll('.custom-toast');
  4339.        existingToasts.forEach(toast => toast.remove());
  4340.        
  4341.        // Create toast
  4342.        const toast = document.createElement('div');
  4343.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4344.        toast.style.zIndex = '9999';
  4345.        toast.innerHTML = `
  4346.            <div class="d-flex align-items-center">
  4347.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4348.                <span>${message}</span>
  4349.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4350.            </div>
  4351.        `;
  4352.        
  4353.        document.body.appendChild(toast);
  4354.        
  4355.        // Auto remove after 4 seconds
  4356.        setTimeout(() => {
  4357.            if (toast && toast.parentNode) {
  4358.                toast.remove();
  4359.            }
  4360.        }, 4000);
  4361.    }
  4362.    
  4363.    // Smooth scroll for internal links
  4364.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4365.        anchor.addEventListener('click', function(e) {
  4366.            e.preventDefault();
  4367.            const target = document.querySelector(this.getAttribute('href'));
  4368.            if (target) {
  4369.                target.scrollIntoView({
  4370.                    behavior: 'smooth',
  4371.                    block: 'start'
  4372.                });
  4373.            }
  4374.        });
  4375.    });
  4376.    
  4377.    // Add fade-in animation to footer sections on scroll
  4378.    const observerOptions = {
  4379.        threshold: 0.1,
  4380.        rootMargin: '0px 0px -50px 0px'
  4381.    };
  4382.    
  4383.    const sectionObserver = new IntersectionObserver((entries) => {
  4384.        entries.forEach(entry => {
  4385.            if (entry.isIntersecting) {
  4386.                entry.target.classList.add('fade-in');
  4387.            }
  4388.        });
  4389.    }, observerOptions);
  4390.    
  4391.    // Observe footer sections
  4392.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4393.        sectionObserver.observe(section);
  4394.    });
  4395.    
  4396.    // Enhanced hover effects for category tags
  4397.    document.querySelectorAll('.category-tag').forEach(tag => {
  4398.        tag.addEventListener('mouseenter', function() {
  4399.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4400.        });
  4401.        
  4402.        tag.addEventListener('mouseleave', function() {
  4403.            this.style.transform = 'translateY(0) scale(1)';
  4404.        });
  4405.    });
  4406.    
  4407.    // Prevent default for demo links
  4408.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4409.        link.addEventListener('click', function(e) {
  4410.            e.preventDefault();
  4411.        });
  4412.    });
  4413.    
  4414.    // Add click ripple effect to buttons
  4415.    document.querySelectorAll('.btn').forEach(btn => {
  4416.        btn.addEventListener('click', function(e) {
  4417.            const ripple = document.createElement('span');
  4418.            const rect = this.getBoundingClientRect();
  4419.            const size = Math.max(rect.width, rect.height);
  4420.            const x = e.clientX - rect.left - size / 2;
  4421.            const y = e.clientY - rect.top - size / 2;
  4422.            
  4423.            ripple.style.cssText = `
  4424.                position: absolute;
  4425.                left: ${x}px;
  4426.                top: ${y}px;
  4427.                width: ${size}px;
  4428.                height: ${size}px;
  4429.                border-radius: 50%;
  4430.                background: rgba(255, 255, 255, 0.4);
  4431.                transform: scale(0);
  4432.                animation: ripple-effect 0.6s linear;
  4433.                pointer-events: none;
  4434.            `;
  4435.            
  4436.            this.style.position = 'relative';
  4437.            this.style.overflow = 'hidden';
  4438.            this.appendChild(ripple);
  4439.            
  4440.            setTimeout(() => ripple.remove(), 600);
  4441.        });
  4442.    });
  4443.    
  4444. });
  4445.  
  4446. // Add ripple animation CSS
  4447. const rippleCSS = document.createElement('style');
  4448. rippleCSS.textContent = `
  4449.    @keyframes ripple-effect {
  4450.        to {
  4451.            transform: scale(4);
  4452.            opacity: 0;
  4453.        }
  4454.    }
  4455. `;
  4456. document.head.appendChild(rippleCSS);
  4457.  
  4458. document.addEventListener('DOMContentLoaded', function () {
  4459.    var btn = document.getElementById('toggleFooterLinks');
  4460.    if (!btn) return; // No extra links, no button
  4461.  
  4462.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4463.  
  4464.    btn.addEventListener('click', function () {
  4465.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4466.            return li.classList.contains('d-none');
  4467.        });
  4468.  
  4469.        extras.forEach(function (li) {
  4470.            if (anyHidden) {
  4471.                li.classList.remove('d-none');
  4472.                li.classList.add('show');
  4473.            } else {
  4474.                li.classList.add('d-none');
  4475.                li.classList.remove('show');
  4476.            }
  4477.        });
  4478.  
  4479.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4480.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4481.    });
  4482. });
  4483.  
  4484. </script>
  4485.  
  4486.        <!-- end of wpo-site-footer-section -->
  4487.    </div>
  4488.    <!-- end of page-wrapper -->
  4489.  
  4490.    <!-- All JavaScript files
  4491.    ================================================== -->
  4492.    
  4493.  
  4494. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4495. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4496. <!-- Plugins for this template -->
  4497. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4498. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4499. <!-- Custom script for this template -->
  4500. <script src="/static/blogapp/assets/js/script.js"></script>
  4501.  
  4502. <script>
  4503. (function () {
  4504. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4505. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4506.  
  4507. function applyFallback(img) {
  4508. if (!img || img.dataset.fallbackApplied === "1") {
  4509. return;
  4510. }
  4511. var failedSrc = img.currentSrc || img.src || "";
  4512. img.dataset.fallbackApplied = "1";
  4513. img.onerror = null;
  4514. img.src = fallbackImageSrc;
  4515. console.warn("[ImageFallback] Replaced broken image:", {
  4516. failedSrc: failedSrc,
  4517. fallbackSrc: fallbackImageSrc,
  4518. alt: img.alt || "",
  4519. });
  4520. }
  4521.  
  4522. document.querySelectorAll("img").forEach(function (img) {
  4523. if (img.complete && img.naturalWidth === 0) {
  4524. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4525. failedSrc: img.currentSrc || img.src || "",
  4526. alt: img.alt || "",
  4527. });
  4528. applyFallback(img);
  4529. }
  4530. });
  4531.  
  4532. document.addEventListener(
  4533. "error",
  4534. function (event) {
  4535. var target = event.target;
  4536. if (target && target.tagName === "IMG") {
  4537. applyFallback(target);
  4538. }
  4539. },
  4540. true
  4541. );
  4542. })();
  4543. </script>
  4544.  
  4545. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4546.  
  4547.  
  4548.  
  4549. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"535c79f0fa6644c5af6968653f03cd2d","r":1}' crossorigin="anonymous"></script>
  4550. </body>
  4551.  
  4552. </html>
  4553.  
  4554.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda