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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T171241.813_PhEZnpW_hJK4qRs_hzrVIxz_PIjAQVm_YtRxT8F.png">
  14.    
  15.  
  16.    <title>Insider Central Blog: UK News, Business Insights &amp; Lifestyle Tips</title>
  17.    <meta name="description" content="Discover expert analysis on UK current affairs, business trends, and lifestyle advice. Stay informed with our in-depth articles and practical guides for modern living.">
  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://insidercentralblog.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 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_39">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390. <div class="top-bg">
  391.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  392.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  393.        
  394.        <div class="unique-news-container">
  395.            <div class="unique-news-wrapper" id="newsWrapper">
  396.                <!-- News items injected via JS -->
  397.            </div>
  398.        </div>
  399.    
  400.        <div class="contact-info">
  401.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  402.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  404.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  405.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  406.            </ul>
  407.        </div>
  408.    </div>
  409. </div>
  410.  
  411. <script>
  412.    // Build array dynamically from Django context
  413.    const newsItems = [
  414.        
  415.            { title: "Presidential Contender Claims Election Has Been \u0027Stolen\u0027", url: "/presidential-contender-claims-election-has-been-stolen/" },
  416.        
  417.            { title: "The Electric Vehicle Giant Investors to Vote on Mammoth $1 Trillion Compensation Plan for CEO the Tech Mogul", url: "/the-electric-vehicle-giant-investors-to-vote-on-mammoth-1-trillion-compensation-plan-for-ceo-the-tech-mogul/" },
  418.        
  419.            { title: "Strictly Winners Announced in Glitzy Live Finale", url: "/strictly-winners-announced-in-glitzy-live-finale/" },
  420.        
  421.            { title: "Waist\u002Dto\u002DStature Measurement Outperforms BMI for Determining Heart Disease Risk", url: "/waist-to-stature-measurement-outperforms-bmi-for-determining-heart-disease-risk/" },
  422.        
  423.            { title: "Ecological Catastrophe Fears as Countless of Polymer Pellets Wash Up on Camber Sands", url: "/ecological-catastrophe-fears-as-countless-of-polymer-pellets-wash-up-on-camber-sands/" }
  424.        
  425.    ];
  426.  
  427.    let currentNewsIndex = 0;
  428.    const newsWrapper = document.getElementById('newsWrapper');
  429.    let newsElements = [];
  430.  
  431.    // Create news elements dynamically with links
  432.    function createNewsElements() {
  433.        newsItems.forEach((news, index) => {
  434.            const newsElement = document.createElement('div');
  435.            newsElement.className = 'unique-news-item';
  436.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  437.            newsWrapper.appendChild(newsElement);
  438.            newsElements.push(newsElement);
  439.        });
  440.  
  441.        if (newsElements.length > 0) {
  442.            newsElements[0].classList.add('active');
  443.        }
  444.    }
  445.  
  446.    function changeNews() {
  447.        const currentElement = newsElements[currentNewsIndex];
  448.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  449.        const nextElement = newsElements[nextIndex];
  450.  
  451.        currentElement.classList.remove('active');
  452.        currentElement.classList.add('exit-up');
  453.  
  454.        setTimeout(() => {
  455.            nextElement.classList.add('active');
  456.            currentNewsIndex = nextIndex;
  457.  
  458.            setTimeout(() => {
  459.                currentElement.classList.remove('exit-up');
  460.            }, 100);
  461.        }, 250);
  462.    }
  463.  
  464.    function startNewsRotation() {
  465.        setInterval(changeNews, 5000);
  466.    }
  467.  
  468.    window.onload = function() {
  469.        createNewsElements();
  470.        startNewsRotation();
  471.    };
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v7 py-2 mb-4">
  484.    <!-- Top Bar -->
  485.    <div class="top-bar-v7">
  486.        <div class="container-fluid fluid-container">
  487.            <div class="row align-items-center justify-content-center">
  488.                <div class="col-lg-3 col-md-4">
  489.                    <div class="logo-section-v7">
  490.                        <a class="brand-link-v7" href="/">
  491.                            
  492.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c2b13003-5ef9-4d25-bbbf-216241b618a7_logo.png" alt="Insider Central Blog" class="logo-img-v7" />
  493.                            
  494.                        </a>
  495.                    </div>
  496.                </div>
  497.                <div class="col-lg-6 col-md-5">
  498.                    <div class="search-bar-v7">
  499.                        <form class="search-form-v7" action="#" method="get">
  500.                            <div class="search-container-v7">
  501.                                <input id="search-input" type="search" class="search-input-v7"
  502.                                    placeholder="Search articles, tutorials, news..." name="q">
  503.                                <button type="submit" class="search-btn-v7">
  504.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  505.                                        stroke-width="2">
  506.                                        <circle cx="11" cy="11" r="8"></circle>
  507.                                        <path d="m21 21-4.35-4.35"></path>
  508.                                    </svg>
  509.                                </button>
  510.                            </div>
  511.                            <div id="search-results" class="search-results-container search-v1"></div>
  512.                        </form>
  513.                    </div>
  514.                </div>
  515.                <div class="col-lg-3 col-md-3">
  516.                    <!-- Empty column for spacing -->
  517.                </div>
  518.            </div>
  519.        </div>
  520.    </div>
  521.  
  522.    <!-- Main Navigation -->
  523.    <div class="main-nav-v7">
  524.        <div class="container-fluid">
  525.            <div class="nav-wrapper-v7">
  526.  
  527.                <!-- Sidebar Navigation -->
  528.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  529.                    <div class="nav-header-v7">
  530.                        <h6 class="nav-title-v7">Navigation</h6>
  531.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  532.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  533.                                stroke-width="2">
  534.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  535.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  536.                            </svg>
  537.                        </button>
  538.                    </div>
  539.  
  540.                    <ul class="sidebar-menu-v7">
  541.                        <li class="sidebar-item-v7">
  542.                            <a href='/' class="sidebar-link-v7 active-v7">
  543.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  544.                                    stroke="currentColor" stroke-width="2">
  545.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  546.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  547.                                </svg>
  548.                                Home
  549.                            </a>
  550.                        </li>
  551.  
  552.                        <li class="sidebar-item-v7 has-submenu-v7">
  553.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  554.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  555.                                    stroke="currentColor" stroke-width="2">
  556.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  557.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  558.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  559.                                </svg>
  560.                                Technology
  561.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  562.                                    stroke="currentColor" stroke-width="2">
  563.                                    <polyline points="6,9 12,15 18,9"></polyline>
  564.                                </svg>
  565.                            </a>
  566.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  567.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  568.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  569.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  570.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  571.                            </ul>
  572.                        </li>
  573.  
  574.                        <li class="sidebar-item-v7 has-submenu-v7">
  575.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  576.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  577.                                    stroke="currentColor" stroke-width="2">
  578.                                    <path
  579.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  580.                                    </path>
  581.                                </svg>
  582.                                Business
  583.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  584.                                    stroke="currentColor" stroke-width="2">
  585.                                    <polyline points="6,9 12,15 18,9"></polyline>
  586.                                </svg>
  587.                            </a>
  588.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  589.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  590.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  591.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  592.                            </ul>
  593.                        </li>
  594.  
  595.                        <li class="sidebar-item-v7">
  596.                            <a href="#" class="sidebar-link-v7">
  597.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  598.                                    stroke="currentColor" stroke-width="2">
  599.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  600.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  601.                                </svg>
  602.                                Tutorials
  603.                            </a>
  604.                        </li>
  605.  
  606.                        <li class="sidebar-item-v7">
  607.                            <a href="#" class="sidebar-link-v7">
  608.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  609.                                    stroke="currentColor" stroke-width="2">
  610.                                    <polygon
  611.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  612.                                    </polygon>
  613.                                </svg>
  614.                                Reviews
  615.                            </a>
  616.                        </li>
  617.  
  618.                        <li class="sidebar-item-v7">
  619.                            <a href="#" class="sidebar-link-v7">
  620.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  621.                                    stroke="currentColor" stroke-width="2">
  622.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  623.                                </svg>
  624.                                News
  625.                            </a>
  626.                        </li>
  627.  
  628.                        <li class="sidebar-item-v7">
  629.                            <a href="#" class="sidebar-link-v7">
  630.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  631.                                    stroke="currentColor" stroke-width="2">
  632.                                    <circle cx="12" cy="12" r="3"></circle>
  633.                                    <path
  634.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  635.                                    </path>
  636.                                </svg>
  637.                                About
  638.                            </a>
  639.                        </li>
  640.  
  641.                        <li class="sidebar-item-v7">
  642.                            <a href="#" class="sidebar-link-v7">
  643.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  644.                                    stroke="currentColor" stroke-width="2">
  645.                                    <path
  646.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  647.                                    </path>
  648.                                    <polyline points="22,6 12,13 2,6"></polyline>
  649.                                </svg>
  650.                                Contact
  651.                            </a>
  652.                        </li>
  653.                    </ul>
  654.                </nav>
  655.                <div class="sidebar-blur"></div>
  656.  
  657.                <!-- Main Content Area -->
  658.                <div class="content-area-v7">
  659.                    <!-- Horizontal Nav for Desktop -->
  660.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  661.                        <ul class="horizontal-menu-v7">
  662.  
  663.                            
  664.                            <li class="horizontal-item-v7">
  665.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  666.                            </li>
  667.  
  668.                            
  669.                            
  670.                             <li class="horizontal-item-v7">
  671.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  672.                                    All Posts
  673.                                </a>
  674.                                </li>
  675.  
  676.                                
  677.  
  678.                                        
  679.                                        
  680.                                
  681.                             <li class="horizontal-item-v7">
  682.                                <a href="/category/business/" class="horizontal-link-v7">
  683.                                    Business
  684.                                </a>
  685.                                </li>
  686.  
  687.                                
  688.  
  689.                                        
  690.                                        
  691.                                
  692.                             <li class="horizontal-item-v7">
  693.                                <a href="/category/esports/" class="horizontal-link-v7">
  694.                                    Esports
  695.                                </a>
  696.                                </li>
  697.  
  698.                                
  699.  
  700.                                        
  701.                                        
  702.                                
  703.                             <li class="horizontal-item-v7">
  704.                                <a href="/category/fashion/" class="horizontal-link-v7">
  705.                                    Fashion
  706.                                </a>
  707.                                </li>
  708.  
  709.                                
  710.  
  711.                                        
  712.                                        
  713.                                
  714.                             <li class="horizontal-item-v7">
  715.                                <a href="/category/featured/" class="horizontal-link-v7">
  716.                                    Featured
  717.                                </a>
  718.                                </li>
  719.  
  720.                                
  721.  
  722.                                        
  723.                                        
  724.                                
  725.                             <li class="horizontal-item-v7">
  726.                                <a href="/category/gaming/" class="horizontal-link-v7">
  727.                                    Gaming
  728.                                </a>
  729.                                </li>
  730.  
  731.                                
  732.  
  733.                                        
  734.                                        
  735.                                
  736.                             <li class="horizontal-item-v7">
  737.                                <a href="/category/health/" class="horizontal-link-v7">
  738.                                    Health
  739.                                </a>
  740.                                </li>
  741.  
  742.                                
  743.  
  744.                                        
  745.                                        
  746.                                
  747.                            
  748.                                
  749.                                <li class="horizontal-item-v7 dropdown-v7">
  750.                                    <a href="#" class="horizontal-link-v7">More</a>
  751.                                    <div class="horizontal-dropdown-v7">
  752.                                        <a href="/category/life-fitness/"
  753.                                            class="dropdown-item-v7">
  754.                                            Life &amp; Fitness
  755.                                        </a>
  756.                                        
  757.  
  758.                                        
  759.                                        
  760.                                
  761.                            
  762.                                        <a href="/category/lifestyle/"
  763.                                            class="dropdown-item-v7">
  764.                                            Lifestyle
  765.                                        </a>
  766.                                        
  767.  
  768.                                        
  769.                                        
  770.                                
  771.                            
  772.                                        <a href="/category/news/"
  773.                                            class="dropdown-item-v7">
  774.                                            News
  775.                                        </a>
  776.                                        
  777.  
  778.                                        
  779.                                        
  780.                                
  781.                            
  782.                                        <a href="/category/others/"
  783.                                            class="dropdown-item-v7">
  784.                                            Others
  785.                                        </a>
  786.                                        
  787.  
  788.                                        
  789.                                        
  790.                                
  791.                            
  792.                                        <a href="/category/politics/"
  793.                                            class="dropdown-item-v7">
  794.                                            Politics
  795.                                        </a>
  796.                                        
  797.  
  798.                                        
  799.                                        
  800.                                
  801.                            
  802.                                        <a href="/category/sports/"
  803.                                            class="dropdown-item-v7">
  804.                                            Sports
  805.                                        </a>
  806.                                        
  807.  
  808.                                        
  809.                                        
  810.                                
  811.                            
  812.                                        <a href="/category/tech/"
  813.                                            class="dropdown-item-v7">
  814.                                            Tech
  815.                                        </a>
  816.                                        
  817.  
  818.                                        
  819.                                        
  820.                                
  821.                            
  822.                                        <a href="/category/travel/"
  823.                                            class="dropdown-item-v7">
  824.                                            Travel
  825.                                        </a>
  826.                                        
  827.  
  828.                                        
  829.                                        
  830.                                    </div>
  831.                                </li>
  832.                                
  833.                                
  834. <li>
  835.                  <a href="/page/contact-us/">
  836.                     Contact Us
  837.                  </a>
  838.              </li>
  839.                        </ul>
  840.                    </nav>
  841.  
  842.  
  843.                    <!-- Mobile Menu Button -->
  844.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  845.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  846.                            stroke-width="2">
  847.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  848.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  849.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  850.                        </svg>
  851.                        Menu
  852.                    </button>
  853.                </div>
  854.            </div>
  855.        </div>
  856.    </div>
  857.  
  858.    <!-- Overlay for mobile sidebar -->
  859.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  860. </header>
  861.  
  862. <style>
  863.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  864.    .header-v7 {
  865.        position: relative;
  866.        background: var(--navbar-bg);
  867.    }
  868.  
  869.    /* Top Bar Styles */
  870.    .top-bar-v7 {
  871.        padding: 15px 0;
  872.        border-bottom: 1px solid var(--border-color);
  873.        background: var(--navbar-bg);
  874.    }
  875.  
  876.    .logo-img-v7 {
  877.        max-height: 70px;
  878.        transition: transform 0.3s ease;
  879.    }
  880.  
  881.    .logo-img-v7:hover {
  882.        transform: scale(1.05);
  883.    }
  884.  
  885.    /* Search Bar Styles */
  886.    .search-container-v7 {
  887.        position: relative;
  888.        display: flex;
  889.        align-items: center;
  890.        background: transparent;
  891.        border: 2px solid var(--border-color);
  892.        border-radius: 8px;
  893.        overflow: hidden;
  894.        transition: all 0.3s ease;
  895.    }
  896.  
  897.    .search-container-v7:focus-within {
  898.        border-color: #007bff33;
  899.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  900.    }
  901.  
  902.    .search-input-v7 {
  903.        color: var(--topbar-color) !important;
  904.        flex: 1;
  905.        border: none;
  906.        padding: 12px 16px;
  907.        font-size: 14px;
  908.        outline: none;
  909.        background: transparent;
  910.    }
  911.  
  912.    .search-input-v7::placeholder {
  913.        color: #a0aec0;
  914.    }
  915.  
  916.    .search-btn-v7 {
  917.        background: var(--bs-primary);
  918.        color: white;
  919.        border: none;
  920.        padding: 12px 16px;
  921.        cursor: pointer;
  922.        transition: background 0.3s ease;
  923.    }
  924.  
  925.    .search-btn-v7:hover {
  926.        background: #3182ce;
  927.    }
  928.  
  929.    /* Header Actions */
  930.    .header-actions-v7 {
  931.        display: flex;
  932.        align-items: center;
  933.        gap: 15px;
  934.        justify-content: flex-end;
  935.    }
  936.  
  937.    .notification-btn-v7,
  938.    .profile-btn-v7 {
  939.        background: none;
  940.        border: none;
  941.        padding: 8px;
  942.        border-radius: 8px;
  943.        cursor: pointer;
  944.        transition: background 0.3s ease;
  945.        position: relative;
  946.    }
  947.  
  948.    .notification-btn-v7:hover,
  949.    .profile-btn-v7:hover {
  950.        background: #f1f5f9;
  951.    }
  952.  
  953.    .notification-badge-v7 {
  954.        position: absolute;
  955.        top: 2px;
  956.        right: 2px;
  957.        background: #e53e3e;
  958.        color: white;
  959.        font-size: 16px;
  960.        font-weight: 600;
  961.        width: 16px;
  962.        height: 16px;
  963.        border-radius: 50%;
  964.        display: flex;
  965.        align-items: center;
  966.        justify-content: center;
  967.    }
  968.  
  969.    .profile-avatar-v7 {
  970.        width: 32px;
  971.        height: 32px;
  972.        background: var(--border-color);
  973.        border-radius: 50%;
  974.        display: flex;
  975.        align-items: center;
  976.        justify-content: center;
  977.    }
  978.  
  979.    /* Main Navigation */
  980.    .main-nav-v7 {
  981.        background: var(--navbar-bg);
  982.    }
  983.  
  984.    .nav-wrapper-v7 {
  985.        display: flex;
  986.        align-items: center;
  987.        justify-content: center;
  988.        min-height: 60px;
  989.    }
  990.  
  991.    /* Sidebar Navigation */
  992.    .sidebar-nav-v7 {
  993.        position: fixed;
  994.        top: 0;
  995.        left: -350px;
  996.        width: 350px;
  997.        height: 100vh;
  998.        background: var(--navbar-bg);
  999.        z-index: 1000;
  1000.        transition: left 0.3s ease;
  1001.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1002.        overflow-y: auto;
  1003.    }
  1004.  
  1005.    .sidebar-nav-v7.show-v7 {
  1006.        left: 0;
  1007.    }
  1008.  
  1009.    .nav-header-v7 {
  1010.        display: flex;
  1011.        align-items: center;
  1012.        justify-content: space-between;
  1013.        padding: 20px 25px;
  1014.        border-bottom: 1px solid var(--border-color);
  1015.        background: var(--navbar-bg);
  1016.    }
  1017.  
  1018.    .nav-title-v7 {
  1019.        font-size: 16px;
  1020.        font-weight: 600;
  1021.        color: #2d3748;
  1022.        margin: 0;
  1023.    }
  1024.  
  1025.    .sidebar-close-v7 {
  1026.        background: none;
  1027.        border: none;
  1028.        padding: 8px;
  1029.        cursor: pointer;
  1030.        border-radius: 6px;
  1031.        transition: background 0.3s ease;
  1032.    }
  1033.  
  1034.    .sidebar-close-v7:hover {
  1035.        background: var(--border-color);
  1036.    }
  1037.  
  1038.    .sidebar-menu-v7 {
  1039.        list-style: none;
  1040.        padding: 20px 0;
  1041.        margin: 0;
  1042.    }
  1043.  
  1044.    .sidebar-item-v7 {
  1045.        margin-bottom: 5px;
  1046.    }
  1047.  
  1048.    .sidebar-link-v7 {
  1049.        display: flex;
  1050.        align-items: center;
  1051.        color: #4a5568;
  1052.        text-decoration: none;
  1053.        padding: 15px 25px;
  1054.        font-size: 15px;
  1055.        font-weight: 500;
  1056.        transition: all 0.3s ease;
  1057.        position: relative;
  1058.    }
  1059.  
  1060.    .sidebar-link-v7:hover,
  1061.    .sidebar-link-v7.active-v7 {
  1062.        color: #007bff;
  1063.        background: var(--border-color);
  1064.    }
  1065.  
  1066.    .sidebar-link-v7.active-v7::before {
  1067.        content: '';
  1068.        position: absolute;
  1069.        left: 0;
  1070.        top: 0;
  1071.        bottom: 0;
  1072.        width: 4px;
  1073.        background: #007bff;
  1074.    }
  1075.  
  1076.    .sidebar-icon-v7 {
  1077.        margin-right: 12px;
  1078.        color: currentColor;
  1079.    }
  1080.  
  1081.    .submenu-arrow-v7 {
  1082.        margin-left: auto;
  1083.        transition: transform 0.3s ease;
  1084.    }
  1085.  
  1086.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1087.        transform: rotate(180deg);
  1088.    }
  1089.  
  1090.    .sidebar-submenu-v7 {
  1091.        list-style: none;
  1092.        padding: 0;
  1093.        margin: 0;
  1094.        max-height: 0;
  1095.        overflow: hidden;
  1096.        transition: max-height 0.3s ease;
  1097.        background: var(--navbar-bg);
  1098.    }
  1099.  
  1100.    .sidebar-submenu-v7.show-v7 {
  1101.        max-height: 300px;
  1102.        padding: 10px 0;
  1103.    }
  1104.  
  1105.    .sidebar-sublink-v7 {
  1106.        display: block;
  1107.        color: #718096;
  1108.        text-decoration: none;
  1109.        padding: 10px 25px 10px 55px;
  1110.        font-size: 14px;
  1111.        transition: all 0.3s ease;
  1112.    }
  1113.  
  1114.    .sidebar-sublink-v7:hover {
  1115.        color: #007bff;
  1116.        background: var(--border-color);
  1117.    }
  1118.  
  1119.    /* Sidebar Footer */
  1120.    .sidebar-footer-v7 {
  1121.        padding: 25px;
  1122.        margin-top: auto;
  1123.        border-top: 1px solid var(--border-color);
  1124.    }
  1125.  
  1126.    .sidebar-cta-v7 {
  1127.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1128.        padding: 20px;
  1129.        border-radius: 12px;
  1130.        text-align: center;
  1131.        color: white;
  1132.    }
  1133.  
  1134.    .cta-title-v7 {
  1135.        font-size: 14px;
  1136.        font-weight: 600;
  1137.        margin: 0 0 5px 0;
  1138.    }
  1139.  
  1140.    .cta-text-v7 {
  1141.        font-size: 12px;
  1142.        margin: 0 0 15px 0;
  1143.        opacity: 0.9;
  1144.    }
  1145.  
  1146.    .cta-btn-v7 {
  1147.        background: rgba(255, 255, 255, 0.2);
  1148.        color: white;
  1149.        border: 1px solid rgba(255, 255, 255, 0.3);
  1150.        padding: 8px 20px;
  1151.        border-radius: 20px;
  1152.        font-size: 12px;
  1153.        font-weight: 500;
  1154.        cursor: pointer;
  1155.        transition: all 0.3s ease;
  1156.    }
  1157.  
  1158.    .cta-btn-v7:hover {
  1159.        background: rgba(255, 255, 255, 0.3);
  1160.    }
  1161.  
  1162.    /* Horizontal Navigation for Desktop */
  1163.    .horizontal-nav-v7 {
  1164.        flex: 1;
  1165.        display: flex;
  1166.        justify-content: center;
  1167.    }
  1168.  
  1169.    .horizontal-menu-v7 {
  1170.        list-style: none;
  1171.        padding: 0;
  1172.        margin: 0;
  1173.        display: flex;
  1174.        align-items: center;
  1175.    }
  1176.  
  1177.    .horizontal-item-v7 {
  1178.        position: relative;
  1179.        margin-right: 30px;
  1180.    }
  1181.  
  1182.    .horizontal-link-v7 {
  1183.        color: #4a5568;
  1184.        text-decoration: none;
  1185.        font-size: 16px;
  1186.        font-weight: 500;
  1187.        padding: 20px 0;
  1188.        position: relative;
  1189.        transition: color 0.3s ease;
  1190.    }
  1191.  
  1192.    .horizontal-link-v7::after {
  1193.        content: '';
  1194.        position: absolute;
  1195.        bottom: 0;
  1196.        left: 0;
  1197.        width: 0;
  1198.        height: 2px;
  1199.        background: #007bff;
  1200.        transition: width 0.3s ease;
  1201.    }
  1202.  
  1203.    .horizontal-link-v7:hover,
  1204.    .horizontal-link-v7.active-v7 {
  1205.        color: #007bff;
  1206.        font-weight: 600;
  1207.    }
  1208.  
  1209.    .horizontal-link-v7:hover::after,
  1210.    .horizontal-link-v7.active-v7::after {
  1211.        width: 100%;
  1212.    }
  1213.  
  1214.    /* Horizontal Dropdown */
  1215.    .horizontal-dropdown-v7 {
  1216.        position: absolute;
  1217.        top: 100%;
  1218.        left: 0;
  1219.        background: var(--navbar-bg);
  1220.        min-width: 200px;
  1221.        border-radius: 8px;
  1222.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1223.        opacity: 0;
  1224.        visibility: hidden;
  1225.        transform: translateY(-10px);
  1226.        transition: all 0.3s ease;
  1227.        padding: 10px 0;
  1228.        z-index: 100;
  1229.    }
  1230.  
  1231.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1232.        opacity: 1;
  1233.        visibility: visible;
  1234.        transform: translateY(0);
  1235.    }
  1236.  
  1237.    .dropdown-item-v7 {
  1238.        display: block;
  1239.        color: #4a5568;
  1240.        text-decoration: none;
  1241.        padding: 12px 20px;
  1242.        font-size: 14px;
  1243.        transition: all 0.3s ease;
  1244.    }
  1245.  
  1246.    .dropdown-item-v7:hover {
  1247.        color: #007bff;
  1248.        background: #565758ff;
  1249.    }
  1250.  
  1251.    /* Mobile Menu Button */
  1252.    .mobile-menu-btn-v7 {
  1253.        background: none;
  1254.        border: 1px solid var(--border-color);
  1255.        padding: 10px 15px;
  1256.        border-radius: 8px;
  1257.        cursor: pointer;
  1258.        display: flex;
  1259.        align-items: center;
  1260.        gap: 8px;
  1261.        font-size: 14px;
  1262.        font-weight: 500;
  1263.        color: #4a5568;
  1264.        transition: all 0.3s ease;
  1265.        margin: 0 auto;
  1266.    }
  1267.  
  1268.    .mobile-menu-btn-v7:hover {
  1269.        border-color: #cbd5e0;
  1270.        opacity: 0.7;
  1271.    }
  1272.  
  1273.    /* Sidebar Overlay */
  1274.    .sidebar-overlay-v7 {
  1275.        position: fixed;
  1276.        top: 0;
  1277.        left: 0;
  1278.        right: 0;
  1279.        bottom: 0;
  1280.        background: rgba(0, 0, 0, 0.5);
  1281.        z-index: 999;
  1282.        opacity: 0;
  1283.        visibility: hidden;
  1284.        transition: all 0.3s ease;
  1285.    }
  1286.  
  1287.    .sidebar-overlay-v7.show-v7 {
  1288.        opacity: 1;
  1289.        visibility: visible;
  1290.    }
  1291.  
  1292.    /* Responsive Design */
  1293.    @media (max-width: 991px) {
  1294.        .top-bar-v7 .col-lg-6 {
  1295.            order: 3;
  1296.            margin-top: 15px;
  1297.        }
  1298.  
  1299.        .header-actions-v7 {
  1300.            justify-content: flex-start;
  1301.        }
  1302.    }
  1303.  
  1304.    @media (max-width: 768px) {
  1305.        .sidebar-nav-v7 {
  1306.            width: 300px;
  1307.            left: -300px;
  1308.        }
  1309.  
  1310.        .search-container-v7 {
  1311.            margin-top: 10px;
  1312.        }
  1313.    }
  1314. </style>
  1315.  
  1316. <script>
  1317.    function openSidebarV7() {
  1318.        const sidebar = document.getElementById('sidebarNavV7');
  1319.        const overlay = document.getElementById('sidebarOverlayV7');
  1320.  
  1321.        sidebar.classList.add('show-v7');
  1322.        overlay.classList.add('show-v7');
  1323.        document.body.style.overflow = 'hidden';
  1324.    }
  1325.  
  1326.    function closeSidebarV7() {
  1327.        const sidebar = document.getElementById('sidebarNavV7');
  1328.        const overlay = document.getElementById('sidebarOverlayV7');
  1329.  
  1330.        sidebar.classList.remove('show-v7');
  1331.        overlay.classList.remove('show-v7');
  1332.        document.body.style.overflow = '';
  1333.    }
  1334.  
  1335.    function toggleSubmenuV7(submenuId) {
  1336.        const submenu = document.getElementById(submenuId);
  1337.        const parentItem = submenu.closest('.sidebar-item-v7');
  1338.  
  1339.        // Close other open submenus
  1340.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1341.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1342.  
  1343.        allSubmenus.forEach(menu => {
  1344.            if (menu.id !== submenuId) {
  1345.                menu.classList.remove('show-v7');
  1346.            }
  1347.        });
  1348.  
  1349.        allParentItems.forEach(item => {
  1350.            if (item !== parentItem) {
  1351.                item.classList.remove('open-v7');
  1352.            }
  1353.        });
  1354.  
  1355.        // Toggle current submenu
  1356.        submenu.classList.toggle('show-v7');
  1357.        parentItem.classList.toggle('open-v7');
  1358.    }
  1359.  
  1360.    // Close sidebar when clicking outside
  1361.    document.addEventListener('click', function (event) {
  1362.        const sidebar = document.getElementById('sidebarNavV7');
  1363.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1364.  
  1365.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1366.            closeSidebarV7();
  1367.        }
  1368.    });
  1369.  
  1370.    // Handle window resize
  1371.    window.addEventListener('resize', function () {
  1372.        if (window.innerWidth >= 992) {
  1373.            closeSidebarV7();
  1374.        }
  1375.    });
  1376. </script>
  1377.  
  1378. <script>
  1379.  document.addEventListener("DOMContentLoaded", function () {
  1380.    console.log("loaded");
  1381.  
  1382.     const searchInput = document.getElementById("search-input")
  1383.    const searchResults = document.getElementById("search-results");
  1384.  
  1385.    if (!searchInput || !searchResults) {
  1386.      console.error("Search input/results not found");
  1387.      return;
  1388.    }
  1389.  
  1390.    // Prevent form submission
  1391.    if (searchInput.form) {
  1392.      searchInput.form.addEventListener("submit", function (e) {
  1393.        e.preventDefault();
  1394.      });
  1395.    }
  1396.  
  1397.    // Add event listener for keyup
  1398.    searchInput.addEventListener("keyup", function (e) {
  1399.      console.log("Key pressed:", e.key);
  1400.      e.preventDefault();
  1401.  
  1402.      const query = searchInput.value.trim();
  1403.      console.log("User is typing: " + query);
  1404.  
  1405.      // If empty → clear and hide
  1406.      if (query === "") {
  1407.        searchResults.innerHTML = "";
  1408.        searchResults.style.display = "none";
  1409.        return;
  1410.      }
  1411.  
  1412.      // Show results
  1413.      searchResults.style.display = "block";
  1414.  
  1415.      // Fetch search results
  1416.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1417.        method: "GET",
  1418.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1419.      })
  1420.        .then(response => {
  1421.          console.log("Response Status:", response.status);
  1422.          return response.json();
  1423.        })
  1424.        .then(data => {
  1425.          console.log("Data received:", data);
  1426.          if (data.html) {
  1427.            searchResults.innerHTML = data.html;
  1428.          } else {
  1429.            searchResults.innerHTML = "<p>No results found.</p>";
  1430.          }
  1431.        })
  1432.        .catch(error => {
  1433.          console.error("Error fetching search results:", error);
  1434.        });
  1435.    });
  1436.  
  1437.    // Close results when clicking outside
  1438.    document.addEventListener("click", function (e) {
  1439.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1440.        searchResults.style.display = "none";
  1441.      }
  1442.    });
  1443.  
  1444.    // Close results on ESC key
  1445.    document.addEventListener("keydown", function (e) {
  1446.      if (e.key === "Escape") {
  1447.        searchResults.style.display = "none";
  1448.      }
  1449.    });
  1450.  });
  1451. </script>
  1452.  
  1453. <style>
  1454.        /* search field */
  1455.  .search-results-container {
  1456.  position: absolute;
  1457.  top: 100%; /* Position it below the input field */
  1458.  left: 10px;
  1459.  right: 10px;
  1460.  background-color: white;
  1461.  border: 1px solid #ddd;
  1462.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1463.  max-height: 300px;
  1464.  overflow-y: auto;
  1465.  z-index: 1000;
  1466.  display: none; /* Initially hidden */
  1467. }
  1468.  
  1469. .search-results-container p {
  1470.  margin: 0;
  1471. }
  1472.  
  1473. .search-results-container .result-item {
  1474.  padding: 10px;
  1475.  cursor: pointer;
  1476. }
  1477.  
  1478. .search-results-container .result-item:hover {
  1479.  background-color: #f0f0f0;
  1480. }
  1481. </style>
  1482.  
  1483.        </header>
  1484.        <!-- end of header -->
  1485.        <!-- start of wpo-blog-hero -->
  1486.        
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494. <div class="blog-hero-v3 pt-3">
  1495.    <div class="container-fluid fluid-container">
  1496.        <div class="row g-4">
  1497.            
  1498.            
  1499.              
  1500.            <!-- Left Column -->
  1501.            <div class="col-lg-4 col-md-6">
  1502.                <div class="magazine-card tall-card h-100">
  1503.                    <div class="card-image">
  1504.                        
  1505.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1506.                        
  1507.                        <div class="image-overlay"></div>
  1508.                    </div>
  1509.                    <div class="card-content">
  1510.                        <div class="category-pill bg-primary-gradient">News</div>
  1511.                        <h2> <a href="/your-comprehensive-cop30-jargon-buster/">
  1512.                                        Your Comprehensive Cop30 Jargon Buster
  1513.                                    </a></h2>
  1514.                        <p></p>
  1515.                        <div class="author-section">
  1516.                            
  1517.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="author-img">
  1518.                            
  1519.                            <div class="author-details">
  1520.                                <span class="author-name">Shirley Mcclure</span>
  1521.                                <span class="publish-date">17 Aug 2026</span>
  1522.                            </div>
  1523.                        </div>
  1524.                    </div>
  1525.                </div>
  1526.            </div>
  1527.  
  1528.            
  1529.            
  1530.  
  1531.            <!-- Center Column -->
  1532.            <div class="col-lg-4 col-md-6">
  1533.                <div class="row g-4">
  1534.                    
  1535.                    <div class="col-12">
  1536.                        <div class="magazine-card square-card">
  1537.                            <div class="card-image">
  1538.                            
  1539.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1540.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1541.                            
  1542.                                <div class="floating-category bg-primary-gradient">News</div>
  1543.                            </div>
  1544.                            <div class="card-content compact">
  1545.                                <h3> <a href="/tanzania-crackdown-on-scheduled-protest-results-in-streets-unusually-quiet/" >
  1546.                                        Tanzania Crackdown on Scheduled Protest Results in Streets Unusually Quiet.
  1547.                                    </a></h3>
  1548.                                    
  1549.                                <div class="mini-meta">
  1550.                                    <span>By Shirley Mcclure</span>
  1551.                                    <span class="date-dot">• 17 Aug 2026</span>
  1552.                                </div>
  1553.                            </div>
  1554.                        </div>
  1555.                    </div>
  1556.                    
  1557.                    <div class="col-12">
  1558.                        <div class="magazine-card square-card">
  1559.                            <div class="card-image">
  1560.                            
  1561.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1562.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1563.                            
  1564.                                <div class="floating-category bg-primary-gradient">News</div>
  1565.                            </div>
  1566.                            <div class="card-content compact">
  1567.                                <h3> <a href="/iliman-ndiaye-globetrotters-level-skills-and-sobering-football-stats/" >
  1568.                                        Iliman Ndiaye, Globetrotters-Level Skills and Sobering Football Stats
  1569.                                    </a></h3>
  1570.                                    
  1571.                                <div class="mini-meta">
  1572.                                    <span>By Shirley Mcclure</span>
  1573.                                    <span class="date-dot">• 17 Aug 2026</span>
  1574.                                </div>
  1575.                            </div>
  1576.                        </div>
  1577.                    </div>
  1578.                    
  1579.  
  1580.                </div>
  1581.            </div>
  1582.            
  1583.            
  1584.              
  1585.            <!-- Right Column -->
  1586.            <div class="col-lg-4 col-md-12">
  1587.                <div class="magazine-card featured-card">
  1588.                    <div class="featured-header">
  1589.                        <h4>Featured Story</h4>
  1590.                        <div class="featured-line"></div>
  1591.                    </div>
  1592.                    <div class="card-image featured-img" >
  1593.                    
  1594.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1595.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1596.                    
  1597.                    </div>
  1598.                    <div class="card-content featured-content">
  1599.                        <div class="category-pill bg-primary-gradient">News</div>
  1600.                        <h2><a href="/can-populist-led-administrations-inevitably-crash-the-economy/">
  1601.                                        Can Populist-Led Administrations Inevitably Crash the Economy?
  1602.                                    </a></h2>
  1603.                        
  1604.                        <div class="author-section featured-author">
  1605.                            
  1606.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1607.                            
  1608.                            <div class="author-details">
  1609.                                <span class="author-name">Shirley Mcclure</span>
  1610.                                <!-- <span class="author-title">Business Analyst</span> -->
  1611.                                <span class="publish-date">17 Aug 2026</span>
  1612.                            </div>
  1613.                        </div>
  1614.                    </div>
  1615.                </div>
  1616.            </div>
  1617.  
  1618.            
  1619.            
  1620.        </div>
  1621.    </div>
  1622. </div>
  1623.  
  1624. <style>
  1625. /* Blog Hero V3 - Magazine Style */
  1626. .blog-hero-v3 {
  1627.    padding: 80px 0;
  1628.    position: relative;
  1629. }
  1630.  
  1631. /* Magazine Cards */
  1632. .magazine-card {
  1633.    background: var(--card-bg);
  1634.    border-radius: 20px;
  1635.    overflow: hidden;
  1636.    position: relative;
  1637.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1638.    border: 1px solid var(--border-color);
  1639. }
  1640.  
  1641. .magazine-card:hover {
  1642.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1643. }
  1644.  
  1645. /* Tall Card (Left Column) */
  1646. .tall-card {
  1647.    display: flex;
  1648.    flex-direction: column;
  1649. }
  1650.  
  1651. .tall-card .card-image {
  1652.    height: 300px;
  1653.    position: relative;
  1654.    overflow: hidden;
  1655. }
  1656.  
  1657. .tall-card .card-image img {
  1658.    width: 100%;
  1659.    height: 100%;
  1660.    object-fit: cover;
  1661.    transition: transform 0.6s ease;
  1662. }
  1663.  
  1664. .tall-card:hover .card-image img {
  1665.    transform: scale(1.1) rotate(-2deg);
  1666. }
  1667.  
  1668. .image-overlay {
  1669.    position: absolute;
  1670.    top: 0;
  1671.    left: 0;
  1672.    right: 0;
  1673.    bottom: 0;
  1674.    opacity: 0;
  1675.    transition: opacity 0.3s ease;
  1676. }
  1677.  
  1678. .tall-card:hover .image-overlay {
  1679.    opacity: 1;
  1680. }
  1681.  
  1682. .tall-card .card-content {
  1683.    padding: 20px;
  1684.    flex-grow: 1;
  1685.    display: flex;
  1686.    flex-direction: column;
  1687. }
  1688.  
  1689. .tall-card h2 {
  1690.    font-size: 1.5rem;
  1691.    font-weight: 700;
  1692.    color: #2c3e50;
  1693.    margin: 12px 0;
  1694.    line-height: 1.3;
  1695. }
  1696.  
  1697. .tall-card p {
  1698.    color: #7f8c8d;
  1699.    line-height: 1.6;
  1700.    margin-bottom: 1rem;
  1701.    flex-grow: 1;
  1702. }
  1703.  
  1704. /* Square Cards (Center Column) */
  1705. .square-card {
  1706.    position: relative;
  1707.    overflow: hidden;
  1708. }
  1709.  
  1710. .square-card .card-image {
  1711.    height: 180px;
  1712.    position: relative;
  1713. }
  1714.  
  1715. .square-card .card-image img {
  1716.    width: 100%;
  1717.    height: 100%;
  1718.    object-fit: cover;
  1719.    filter: brightness(1.1) saturate(1.2);
  1720.    transition: all 0.4s ease;
  1721. }
  1722.  
  1723. .square-card:hover .card-image img {
  1724.    transform: scale(1.15);
  1725.    filter: brightness(1.2) saturate(1.4);
  1726. }
  1727.  
  1728. .floating-category {
  1729.    position: absolute;
  1730.    top: 15px;
  1731.    right: 15px;
  1732.    padding: 8px 15px;
  1733.    border-radius: 20px;
  1734.    font-size: 0.75rem;
  1735.    text-transform: uppercase;
  1736.    letter-spacing: 1px;
  1737.    backdrop-filter: blur(10px);
  1738.    border: 1px solid rgba(255, 255, 255, 0.3);
  1739. }
  1740.  
  1741. .square-card .card-content.compact {
  1742.    padding: 1.2rem;
  1743. }
  1744.  
  1745. .square-card h3 {
  1746.    font-size: 1.1rem;
  1747.    font-weight: 600;
  1748.    color: #2c3e50;
  1749.    margin-bottom: 10px;
  1750.    line-height: 1.3;
  1751. }
  1752.  
  1753. .mini-meta {
  1754.    font-size: 0.85rem;
  1755.    color: #95a5a6;
  1756. }
  1757.  
  1758. .date-dot {
  1759.    margin-left: 8px;
  1760. }
  1761.  
  1762. /* Featured Card (Right Column) */
  1763. .featured-card {
  1764.    color: white;
  1765.    position: relative;
  1766.    overflow: hidden;
  1767. }
  1768.  
  1769. .featured-card::before {
  1770.    content: '';
  1771.    position: absolute;
  1772.    top: -50%;
  1773.    right: -50%;
  1774.    width: 200%;
  1775.    height: 200%;
  1776.    pointer-events: none;
  1777. }
  1778.  
  1779.  
  1780.  
  1781. .featured-header {
  1782.    padding: 25px 25px 0;
  1783.    position: relative;
  1784. }
  1785.  
  1786. .featured-header h4 {
  1787.    font-size: 0.9rem;
  1788.    text-transform: uppercase;
  1789.    letter-spacing: 2px;
  1790.    margin: 0;
  1791.    opacity: 0.9;
  1792. }
  1793.  
  1794. .featured-line {
  1795.    width: 50px;
  1796.    height: 2px;
  1797.    background: rgba(255, 255, 255, 0.6);
  1798.    margin-top: 10px;
  1799. }
  1800.  
  1801. .featured-img {
  1802.    height: 200px;
  1803.    margin: 1rem;
  1804.    border-radius: 15px;
  1805.    overflow: hidden;
  1806.    position: relative;
  1807. }
  1808.  
  1809. .featured-img img {
  1810.    width: 100%;
  1811.    height: 100%;
  1812.    object-fit: cover;
  1813.    transition: transform 0.5s ease;
  1814. }
  1815.  
  1816. .featured-card:hover .featured-img img {
  1817.    transform: scale(1.1);
  1818. }
  1819.  
  1820. .featured-content {
  1821.    padding: 0 1rem 1.5rem;
  1822. }
  1823.  
  1824. .featured-content h2 {
  1825.    font-size: 1.4rem;
  1826.    font-weight: 700;
  1827.    margin: 15px 0;
  1828.    line-height: 1.3;
  1829. }
  1830.  
  1831. .featured-content p {
  1832.    font-size: 0.95rem;
  1833.    opacity: 0.9;
  1834.    line-height: 1.6;
  1835.    margin-bottom: 1rem;
  1836. }
  1837.  
  1838. /* Category Pills */
  1839. .category-pill {
  1840.    display: inline-block;
  1841.    padding: 6px 16px;
  1842.    border-radius: 20px;
  1843.    font-size: 0.75rem;
  1844.    text-transform: uppercase;
  1845.    letter-spacing: 1px;
  1846.    margin-bottom: 10px;
  1847.    width: fit-content;
  1848. }
  1849.  
  1850. /* Author Sections */
  1851. .author-section {
  1852.    display: flex;
  1853.    align-items: center;
  1854.    gap: 15px;
  1855.    margin-top: auto;
  1856. }
  1857.  
  1858. .author-img {
  1859.    width: 60px;
  1860.    height: 60px;
  1861.    border-radius: 50%;
  1862.    object-fit: cover;
  1863. }
  1864.  
  1865. .author-details {
  1866.    display: flex;
  1867.    flex-direction: column;
  1868. }
  1869.  
  1870. .author-name {
  1871.    font-weight: 600;
  1872. color: #95a5a6;
  1873.    font-size: 16px;
  1874. }
  1875.  
  1876. .author-title {
  1877.    font-size: 0.8rem;
  1878. color: #95a5a6;
  1879.    font-weight: 500;
  1880. }
  1881.  
  1882. .publish-date {
  1883.    font-size: 0.8rem;
  1884.    color: #95a5a6;
  1885.    margin-top: 2px;
  1886. }
  1887.  
  1888. /* Featured Stats */
  1889. .featured-stats {
  1890.    display: flex;
  1891.    gap: 30px;
  1892.    margin: 20px 0;
  1893. }
  1894.  
  1895. .stat-item {
  1896.    text-align: center;
  1897. }
  1898.  
  1899. .stat-number {
  1900.    display: block;
  1901.    font-size: 1.5rem;
  1902.    font-weight: 700;
  1903.    color: white;
  1904. }
  1905.  
  1906. .stat-label {
  1907.    font-size: 0.8rem;
  1908.    opacity: 0.8;
  1909.    text-transform: uppercase;
  1910.    letter-spacing: 1px;
  1911. }
  1912.  
  1913. /* Read More Button */
  1914. .read-more-btn {
  1915.    padding: 0 30px 30px;
  1916. }
  1917.  
  1918. .btn-read {
  1919.    display: inline-block;
  1920.    padding: 12px 30px;
  1921.    background: linear-gradient(45deg, #667eea, #764ba2);
  1922.    color: white;
  1923.    text-decoration: none;
  1924.    border-radius: 20px;
  1925.    font-weight: 600;
  1926.    text-transform: uppercase;
  1927.    letter-spacing: 1px;
  1928.    font-size: 0.85rem;
  1929.    transition: all 0.3s ease;
  1930.    position: relative;
  1931.    overflow: hidden;
  1932. }
  1933.  
  1934. .btn-read::before {
  1935.    content: '';
  1936.    position: absolute;
  1937.    top: 0;
  1938.    left: -100%;
  1939.    width: 100%;
  1940.    height: 100%;
  1941.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1942.    transition: left 0.5s ease;
  1943. }
  1944.  
  1945. .btn-read:hover::before {
  1946.    left: 100%;
  1947. }
  1948.  
  1949. .btn-read:hover {
  1950.    transform: translateY(-2px);
  1951.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1952.    color: white;
  1953. }
  1954.  
  1955. /* Trending Bar */
  1956. .trending-bar {
  1957.    background: white;
  1958.    border-radius: 20px;
  1959.    padding: 25px 35px;
  1960.    display: flex;
  1961.    align-items: center;
  1962.    gap: 30px;
  1963.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1964.    border-left: 5px solid #667eea;
  1965. }
  1966.  
  1967. .trending-header h5 {
  1968.    margin: 0;
  1969.    font-weight: 700;
  1970.    color: #2c3e50;
  1971.    font-size: 1.1rem;
  1972. }
  1973.  
  1974. .trending-tags {
  1975.    display: flex;
  1976.    flex-wrap: wrap;
  1977.    gap: 15px;
  1978. }
  1979.  
  1980. .trend-tag {
  1981.    padding: 8px 18px;
  1982.    background: #f8f9fa;
  1983.    border: 2px solid #e9ecef;
  1984.    border-radius: 20px;
  1985.    font-size: 0.85rem;
  1986.    font-weight: 500;
  1987.    color: #495057;
  1988.    transition: all 0.3s ease;
  1989.    cursor: pointer;
  1990. }
  1991.  
  1992. .trend-tag:hover {
  1993.    background: #667eea;
  1994.    color: white;
  1995.    border-color: #667eea;
  1996.    transform: translateY(-2px);
  1997. }
  1998.  
  1999. /* Responsive Design */
  2000. @media (max-width: 992px) {
  2001.    .tall-card,
  2002.    .featured-card {
  2003.        height: auto;
  2004.        margin-bottom: 30px;
  2005.    }
  2006.    
  2007.  
  2008.    
  2009.    .trending-bar {
  2010.        flex-direction: column;
  2011.        align-items: flex-start;
  2012.        gap: 20px;
  2013.    }
  2014. }
  2015.  
  2016. @media (max-width: 768px) {
  2017.    .blog-hero-v3 {
  2018.        padding: 40px 0;
  2019.    }
  2020.  
  2021.    
  2022.    .trending-tags {
  2023.        justify-content: center;
  2024.    }
  2025.    
  2026.    .featured-stats {
  2027.        justify-content: center;
  2028.    }
  2029. }
  2030. </style>
  2031.  
  2032.  
  2033.  
  2034.  
  2035.        <!-- end of wpo-blog-hero -->
  2036.  
  2037.        <!-- start of wpo-breacking-news -->
  2038.        
  2039.        <!-- end of wpo-breacking-news -->
  2040.        
  2041.        <!-- start wpo-blog-highlights-section -->
  2042.        
  2043.  
  2044.  
  2045.  
  2046.    
  2047.  
  2048.  
  2049.  
  2050. <style>
  2051.    .blog-highlights-v2 {
  2052.        padding: 60px 0;
  2053.        position: relative;
  2054.        overflow: hidden;
  2055.    }
  2056.    
  2057.    .blog-highlights-v2::before {
  2058.        content: '';
  2059.        position: absolute;
  2060.        top: 0;
  2061.        left: 0;
  2062.        width: 100%;
  2063.        height: 100%;
  2064.        background: var(--body-bg);
  2065.        pointer-events: none;
  2066.    }
  2067.    
  2068.    .blog-card-v2 {
  2069.        border: none;
  2070.        border-radius: 20px;
  2071.        overflow: hidden;
  2072.        background: white;
  2073.        height: 100%;
  2074.        position: relative;
  2075.        transform: translateY(0);
  2076.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2077.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2078.        will-change: transform;
  2079.    }
  2080.    
  2081.    .blog-card-v2::before {
  2082.        content: '';
  2083.        position: absolute;
  2084.        top: 0;
  2085.        left: 0;
  2086.        width: 100%;
  2087.        height: 100%;
  2088.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2089.        transform: translateX(-100%);
  2090.        transition: transform 0.6s ease;
  2091.        z-index: 1;
  2092.    }
  2093.    
  2094.    .blog-card-v2:hover {
  2095.        transform: translateY(-15px) scale(1.02);
  2096.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2097.    }
  2098.    
  2099.    .blog-card-v2:hover::before {
  2100.        transform: translateX(100%);
  2101.    }
  2102.    
  2103.    .blog-image-v2 {
  2104.        position: relative;
  2105.        overflow: hidden;
  2106.        height: 250px;
  2107.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2108.    }
  2109.    
  2110.    .blog-image-v2::after {
  2111.        content: '';
  2112.        position: absolute;
  2113.        top: 0;
  2114.        left: 0;
  2115.        width: 100%;
  2116.        height: 100%;
  2117.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2118.        z-index: 2;
  2119.    }
  2120.    
  2121.    .blog-image-v2 img {
  2122.        width: 100%;
  2123.        height: 100%;
  2124.        object-fit: cover;
  2125.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2126.        transform: scale(1);
  2127.    }
  2128.    
  2129.    .blog-card-v2:hover .blog-image-v2 img {
  2130.        transform: scale(1.1) rotate(2deg);
  2131.    }
  2132.    
  2133.    .blog-category-v2 {
  2134.        position: absolute;
  2135.        top: 20px;
  2136.        left: 20px;
  2137.        padding: 8px 16px;
  2138.        border-radius: 50px;
  2139.        font-size: 12px;
  2140.        font-weight: 700;
  2141.        text-transform: uppercase;
  2142.        letter-spacing: 1px;
  2143.      
  2144.        z-index: 3;
  2145.        transform: translateY(0);
  2146.        transition: all 0.3s ease;
  2147.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2148.    }
  2149.    
  2150.    .blog-card-v2:hover .blog-category-v2 {
  2151.        transform: translateY(-5px);
  2152.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2153.    }
  2154.    
  2155.    .blog-content-v2 {
  2156.        padding: 30px 25px;
  2157.        position: relative;
  2158.        z-index: 2;
  2159.    }
  2160.    
  2161.    .blog-title-v2 {
  2162.        font-size: 18px;
  2163.        font-weight: 700;
  2164.        line-height: 1.4;
  2165.        margin-bottom: 15px;
  2166.        min-height: 50px;
  2167.        position: relative;
  2168.        overflow: hidden;
  2169.    }
  2170.    
  2171.    .blog-title-v2 a {
  2172.        text-decoration: none;
  2173.        position: relative;
  2174.        transition: all 0.3s ease;
  2175.        background-clip: text;
  2176.        -webkit-background-clip: text;
  2177.    }
  2178.    
  2179.    .blog-title-v2 a::after {
  2180.        content: '';
  2181.        position: absolute;
  2182.        bottom: -2px;
  2183.        left: 0;
  2184.        width: 0;
  2185.        height: 2px;
  2186.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2187.        transition: width 0.4s ease;
  2188.    }
  2189.    
  2190.    .blog-card-v2:hover .blog-title-v2 a::after {
  2191.        width: 100%;
  2192.    }
  2193.    
  2194.    .blog-meta-v2 {
  2195.        display: flex;
  2196.        align-items: center;
  2197.        gap: 12px;
  2198.        margin-bottom: 15px;
  2199.        font-size: 13px;
  2200.        padding-bottom: 15px;
  2201.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2202.        position: relative;
  2203.    }
  2204.    
  2205.    .blog-meta-v2::after {
  2206.        content: '';
  2207.        position: absolute;
  2208.        bottom: -2px;
  2209.        left: 0;
  2210.        width: 0;
  2211.        height: 2px;
  2212.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2213.        transition: width 0.5s ease 0.2s;
  2214.    }
  2215.    
  2216.    .blog-card-v2:hover .blog-meta-v2::after {
  2217.        width: 60px;
  2218.    }
  2219.    
  2220.    .blog-author-img-v2 {
  2221.        width: 32px;
  2222.        height: 32px;
  2223.        border-radius: 50%;
  2224.        object-fit: cover;
  2225.        border: 3px solid white;
  2226.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2227.        transition: all 0.3s ease;
  2228.    }
  2229.    
  2230.    .blog-card-v2:hover .blog-author-img-v2 {
  2231.        transform: scale(1.1);
  2232.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2233.    }
  2234.    
  2235.    .blog-excerpt-v2 {
  2236.        font-size: 14px;
  2237.        line-height: 1.6;
  2238.        color: #666;
  2239.        display: -webkit-box;
  2240.        -webkit-line-clamp: 3;
  2241.        -webkit-box-orient: vertical;
  2242.        overflow: hidden;
  2243.        position: relative;
  2244.        opacity: 0.8;
  2245.        transition: opacity 0.3s ease;
  2246.    }
  2247.    
  2248.    .blog-card-v2:hover .blog-excerpt-v2 {
  2249.        opacity: 1;
  2250.    }
  2251.    
  2252.    .section-header-v2 {
  2253.        text-align: center;
  2254.        margin-bottom: 70px;
  2255.        position: relative;
  2256.    }
  2257.    
  2258.    .section-title-v2 {
  2259.        font-size: 3.2rem;
  2260.        font-weight: 800;
  2261.        margin-bottom: 20px;
  2262.        position: relative;
  2263.    }
  2264.    
  2265.    .section-title-v2::after {
  2266.        content: '';
  2267.        position: absolute;
  2268.        bottom: -10px;
  2269.        left: 50%;
  2270.        transform: translateX(-50%);
  2271.        width: 80px;
  2272.        height: 4px;
  2273.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2274.        border-radius: 2px;
  2275.    }
  2276.    
  2277.    .section-subtitle-v2 {
  2278.        font-size: 1.1rem;
  2279.        color: #666;
  2280.        max-width: 600px;
  2281.        margin: 0 auto;
  2282.        line-height: 1.6;
  2283.    }
  2284.    
  2285.    .blog-read-more-v2 {
  2286.        position: absolute;
  2287.        bottom: 25px;
  2288.        right: 25px;
  2289.        width: 45px;
  2290.        height: 45px;
  2291.        border-radius: 50%;
  2292.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2293.        display: flex;
  2294.        align-items: center;
  2295.        justify-content: center;
  2296.        color: white;
  2297.        text-decoration: none;
  2298.        transition: all 0.4s ease;
  2299.        transform: scale(0);
  2300.        opacity: 0;
  2301.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2302.    }
  2303.    
  2304.    .blog-card-v2:hover .blog-read-more-v2 {
  2305.        transform: scale(1);
  2306.        opacity: 1;
  2307.    }
  2308.    
  2309.    .blog-read-more-v2:hover {
  2310.        transform: scale(1.1);
  2311.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2312.    }
  2313.    
  2314.    /* Animation Classes */
  2315.    .animate-on-scroll {
  2316.        opacity: 0;
  2317.        transform: translateY(30px);
  2318.        transition: all 0.6s ease;
  2319.    }
  2320.    
  2321.    .animate-on-scroll.animated {
  2322.        opacity: 1;
  2323.        transform: translateY(0);
  2324.    }
  2325.    
  2326.    /* Staggered Animation */
  2327.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2328.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2329.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2330.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2331.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2332.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2333.  
  2334.    @media (max-width: 768px) {
  2335.        .section-title-v2 {
  2336.            font-size: 2.5rem;
  2337.        }
  2338.        .blog-highlights-v2 {
  2339.            padding: 40px 0;
  2340.        }
  2341.        .blog-content-v2 {
  2342.            padding: 25px 20px;
  2343.        }
  2344.        .blog-card-v2:hover {
  2345.            transform: translateY(-10px) scale(1.01);
  2346.        }
  2347.    }
  2348. </style>
  2349.  
  2350. <section class="blog-highlights-v2">
  2351.    <div class="container-fluid fluid-container">
  2352.        <div class="row">
  2353.            <div class="col-12">
  2354.                <div class="section-header-v2 animate-on-scroll">
  2355.                    <h2 class="section-title-v2 text-primary-gradient">
  2356.                Today's Top Highlights
  2357.                   </h2>
  2358.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2359.                </div>
  2360.            </div>
  2361.        </div>
  2362.        
  2363.        <div class="row">
  2364.            <div class="col-lg-8 col-12">
  2365.                <div class="row g-4">
  2366.                    
  2367.                    <div class="col-lg-6 col-md-6 col-12">
  2368.                        <div class="card blog-card-v2 animate-on-scroll">
  2369.                            <div class="blog-image-v2">
  2370.                                
  2371.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2372.                                
  2373.                                <span class="blog-category-v2 bg-primary-gradient">
  2374.                                    News
  2375.                                </span>
  2376.                            </div>
  2377.                            <div class="blog-content-v2">
  2378.                                <h3 class="blog-title-v2">
  2379.                                    <a class="top-color" href="/families-heartache-regarding-coastal-degradation-endangering-coastal-norfolk-graves/">
  2380.                                    Families&#x27; Heartache Regarding Coastal Degradation Endangering Coastal Norfolk Graves
  2381.                                    </a>
  2382.                                </h3>
  2383.                                <div class="blog-meta-v2">
  2384.                                    
  2385.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2386.                                    
  2387.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2388.                                    <span>By Shirley Mcclure</span>
  2389.                                    <span style="color: #ccc;">•</span>
  2390.                                    <span style="color: #999;">17 Aug 2026</span>
  2391.                                </div>
  2392.                                <p class="blog-excerpt-v2"></p>
  2393.                              
  2394.                            </div>
  2395.                        </div>
  2396.                    </div>
  2397.                    
  2398.                    <div class="col-lg-6 col-md-6 col-12">
  2399.                        <div class="card blog-card-v2 animate-on-scroll">
  2400.                            <div class="blog-image-v2">
  2401.                                
  2402.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2403.                                
  2404.                                <span class="blog-category-v2 bg-primary-gradient">
  2405.                                    News
  2406.                                </span>
  2407.                            </div>
  2408.                            <div class="blog-content-v2">
  2409.                                <h3 class="blog-title-v2">
  2410.                                    <a class="top-color" href="/wolverhampton-wanderers-demolish-struggling-west-ham-to-claim-first-premier-league-victory-of-the-campaign/">
  2411.                                    Wolverhampton Wanderers Demolish Struggling West Ham to Claim First Premier League Victory of the Campaign
  2412.                                    </a>
  2413.                                </h3>
  2414.                                <div class="blog-meta-v2">
  2415.                                    
  2416.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2417.                                    
  2418.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2419.                                    <span>By Shirley Mcclure</span>
  2420.                                    <span style="color: #ccc;">•</span>
  2421.                                    <span style="color: #999;">17 Aug 2026</span>
  2422.                                </div>
  2423.                                <p class="blog-excerpt-v2"></p>
  2424.                              
  2425.                            </div>
  2426.                        </div>
  2427.                    </div>
  2428.                    
  2429.                    <div class="col-lg-6 col-md-6 col-12">
  2430.                        <div class="card blog-card-v2 animate-on-scroll">
  2431.                            <div class="blog-image-v2">
  2432.                                
  2433.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2434.                                
  2435.                                <span class="blog-category-v2 bg-primary-gradient">
  2436.                                    News
  2437.                                </span>
  2438.                            </div>
  2439.                            <div class="blog-content-v2">
  2440.                                <h3 class="blog-title-v2">
  2441.                                    <a class="top-color" href="/plug-in-hybrid-cars-emit-almost-as-heavily-as-gasoline-vehicles-study-reveals/">
  2442.                                    Plug in Hybrid Cars Emit Almost as Heavily as Gasoline Vehicles, Study Reveals
  2443.                                    </a>
  2444.                                </h3>
  2445.                                <div class="blog-meta-v2">
  2446.                                    
  2447.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2448.                                    
  2449.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2450.                                    <span>By Shirley Mcclure</span>
  2451.                                    <span style="color: #ccc;">•</span>
  2452.                                    <span style="color: #999;">16 Aug 2026</span>
  2453.                                </div>
  2454.                                <p class="blog-excerpt-v2"></p>
  2455.                              
  2456.                            </div>
  2457.                        </div>
  2458.                    </div>
  2459.                    
  2460.                    <div class="col-lg-6 col-md-6 col-12">
  2461.                        <div class="card blog-card-v2 animate-on-scroll">
  2462.                            <div class="blog-image-v2">
  2463.                                
  2464.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2465.                                
  2466.                                <span class="blog-category-v2 bg-primary-gradient">
  2467.                                    News
  2468.                                </span>
  2469.                            </div>
  2470.                            <div class="blog-content-v2">
  2471.                                <h3 class="blog-title-v2">
  2472.                                    <a class="top-color" href="/its-heartbreaking-how-30-captive-beluga-whales-are-being-used-as-pawns-in-dispute-over-inhumane-treatment/">
  2473.                                    ‘It’s heartbreaking’: how 30 captive beluga whales are being used as pawns in dispute over inhumane treatment.
  2474.                                    </a>
  2475.                                </h3>
  2476.                                <div class="blog-meta-v2">
  2477.                                    
  2478.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2479.                                    
  2480.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2481.                                    <span>By Shirley Mcclure</span>
  2482.                                    <span style="color: #ccc;">•</span>
  2483.                                    <span style="color: #999;">16 Aug 2026</span>
  2484.                                </div>
  2485.                                <p class="blog-excerpt-v2"></p>
  2486.                              
  2487.                            </div>
  2488.                        </div>
  2489.                    </div>
  2490.                    
  2491.                    <div class="col-lg-6 col-md-6 col-12">
  2492.                        <div class="card blog-card-v2 animate-on-scroll">
  2493.                            <div class="blog-image-v2">
  2494.                                
  2495.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2496.                                
  2497.                                <span class="blog-category-v2 bg-primary-gradient">
  2498.                                    News
  2499.                                </span>
  2500.                            </div>
  2501.                            <div class="blog-content-v2">
  2502.                                <h3 class="blog-title-v2">
  2503.                                    <a class="top-color" href="/serious-problems-in-little-berlin-the-minuscule-hamlet-split-in-half-by-the-cold-war/">
  2504.                                    Serious Problems in ‘Little Berlin’: The Minuscule Hamlet Split in Half by the Cold War
  2505.                                    </a>
  2506.                                </h3>
  2507.                                <div class="blog-meta-v2">
  2508.                                    
  2509.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2510.                                    
  2511.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2512.                                    <span>By Shirley Mcclure</span>
  2513.                                    <span style="color: #ccc;">•</span>
  2514.                                    <span style="color: #999;">16 Aug 2026</span>
  2515.                                </div>
  2516.                                <p class="blog-excerpt-v2"></p>
  2517.                              
  2518.                            </div>
  2519.                        </div>
  2520.                    </div>
  2521.                    
  2522.                    <div class="col-lg-6 col-md-6 col-12">
  2523.                        <div class="card blog-card-v2 animate-on-scroll">
  2524.                            <div class="blog-image-v2">
  2525.                                
  2526.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2527.                                
  2528.                                <span class="blog-category-v2 bg-primary-gradient">
  2529.                                    News
  2530.                                </span>
  2531.                            </div>
  2532.                            <div class="blog-content-v2">
  2533.                                <h3 class="blog-title-v2">
  2534.                                    <a class="top-color" href="/qatar-sprint-race-and-grand-prix-grid-setting-real-time-coverage/">
  2535.                                    Qatar Sprint Race and Grand Prix Grid Setting: Real-Time Coverage
  2536.                                    </a>
  2537.                                </h3>
  2538.                                <div class="blog-meta-v2">
  2539.                                    
  2540.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2541.                                    
  2542.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2543.                                    <span>By Shirley Mcclure</span>
  2544.                                    <span style="color: #ccc;">•</span>
  2545.                                    <span style="color: #999;">16 Aug 2026</span>
  2546.                                </div>
  2547.                                <p class="blog-excerpt-v2"></p>
  2548.                              
  2549.                            </div>
  2550.                        </div>
  2551.                    </div>
  2552.                    
  2553.                    <div class="col-lg-6 col-md-6 col-12">
  2554.                        <div class="card blog-card-v2 animate-on-scroll">
  2555.                            <div class="blog-image-v2">
  2556.                                
  2557.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2558.                                
  2559.                                <span class="blog-category-v2 bg-primary-gradient">
  2560.                                    News
  2561.                                </span>
  2562.                            </div>
  2563.                            <div class="blog-content-v2">
  2564.                                <h3 class="blog-title-v2">
  2565.                                    <a class="top-color" href="/rb-xmas-ball-review-a-heartfelt-journey-back-to-the-90s/">
  2566.                                    R&amp;B Xmas Ball Review: A Heartfelt Journey Back to the 90s
  2567.                                    </a>
  2568.                                </h3>
  2569.                                <div class="blog-meta-v2">
  2570.                                    
  2571.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2572.                                    
  2573.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2574.                                    <span>By Shirley Mcclure</span>
  2575.                                    <span style="color: #ccc;">•</span>
  2576.                                    <span style="color: #999;">16 Aug 2026</span>
  2577.                                </div>
  2578.                                <p class="blog-excerpt-v2"></p>
  2579.                              
  2580.                            </div>
  2581.                        </div>
  2582.                    </div>
  2583.                    
  2584.                    <div class="col-lg-6 col-md-6 col-12">
  2585.                        <div class="card blog-card-v2 animate-on-scroll">
  2586.                            <div class="blog-image-v2">
  2587.                                
  2588.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2589.                                
  2590.                                <span class="blog-category-v2 bg-primary-gradient">
  2591.                                    News
  2592.                                </span>
  2593.                            </div>
  2594.                            <div class="blog-content-v2">
  2595.                                <h3 class="blog-title-v2">
  2596.                                    <a class="top-color" href="/italys-tennis-icon-nicola-pietrangeli-dies-at-the-age-of-92/">
  2597.                                    Italy&#x27;s Tennis Icon Nicola Pietrangeli Dies at the Age of 92
  2598.                                    </a>
  2599.                                </h3>
  2600.                                <div class="blog-meta-v2">
  2601.                                    
  2602.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2603.                                    
  2604.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2605.                                    <span>By Shirley Mcclure</span>
  2606.                                    <span style="color: #ccc;">•</span>
  2607.                                    <span style="color: #999;">16 Aug 2026</span>
  2608.                                </div>
  2609.                                <p class="blog-excerpt-v2"></p>
  2610.                              
  2611.                            </div>
  2612.                        </div>
  2613.                    </div>
  2614.                    
  2615.                    <div class="col-lg-6 col-md-6 col-12">
  2616.                        <div class="card blog-card-v2 animate-on-scroll">
  2617.                            <div class="blog-image-v2">
  2618.                                
  2619.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2620.                                
  2621.                                <span class="blog-category-v2 bg-primary-gradient">
  2622.                                    News
  2623.                                </span>
  2624.                            </div>
  2625.                            <div class="blog-content-v2">
  2626.                                <h3 class="blog-title-v2">
  2627.                                    <a class="top-color" href="/ghislaine-maxwell-allegedly-pursuing-sentence-commutation-whistleblower-claims-to-house-democrats/">
  2628.                                    Ghislaine Maxwell Allegedly Pursuing Sentence Commutation, Whistleblower Claims to House Democrats
  2629.                                    </a>
  2630.                                </h3>
  2631.                                <div class="blog-meta-v2">
  2632.                                    
  2633.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2634.                                    
  2635.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2636.                                    <span>By Shirley Mcclure</span>
  2637.                                    <span style="color: #ccc;">•</span>
  2638.                                    <span style="color: #999;">16 Aug 2026</span>
  2639.                                </div>
  2640.                                <p class="blog-excerpt-v2"></p>
  2641.                              
  2642.                            </div>
  2643.                        </div>
  2644.                    </div>
  2645.                    
  2646.                    <div class="col-lg-6 col-md-6 col-12">
  2647.                        <div class="card blog-card-v2 animate-on-scroll">
  2648.                            <div class="blog-image-v2">
  2649.                                
  2650.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2651.                                
  2652.                                <span class="blog-category-v2 bg-primary-gradient">
  2653.                                    News
  2654.                                </span>
  2655.                            </div>
  2656.                            <div class="blog-content-v2">
  2657.                                <h3 class="blog-title-v2">
  2658.                                    <a class="top-color" href="/cyclone-melissa-intensifies-as-it-heads-towards-the-island-nation/">
  2659.                                    Cyclone Melissa Intensifies As It Heads Towards the Island Nation
  2660.                                    </a>
  2661.                                </h3>
  2662.                                <div class="blog-meta-v2">
  2663.                                    
  2664.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2665.                                    
  2666.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2667.                                    <span>By Shirley Mcclure</span>
  2668.                                    <span style="color: #ccc;">•</span>
  2669.                                    <span style="color: #999;">16 Aug 2026</span>
  2670.                                </div>
  2671.                                <p class="blog-excerpt-v2"></p>
  2672.                              
  2673.                            </div>
  2674.                        </div>
  2675.                    </div>
  2676.                    
  2677.                    <div class="col-lg-6 col-md-6 col-12">
  2678.                        <div class="card blog-card-v2 animate-on-scroll">
  2679.                            <div class="blog-image-v2">
  2680.                                
  2681.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2682.                                
  2683.                                <span class="blog-category-v2 bg-primary-gradient">
  2684.                                    News
  2685.                                </span>
  2686.                            </div>
  2687.                            <div class="blog-content-v2">
  2688.                                <h3 class="blog-title-v2">
  2689.                                    <a class="top-color" href="/premier-division-ten-key-points-to-watch-for-this-matchday/">
  2690.                                    Premier division: ten key points to watch for this matchday
  2691.                                    </a>
  2692.                                </h3>
  2693.                                <div class="blog-meta-v2">
  2694.                                    
  2695.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2696.                                    
  2697.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2698.                                    <span>By Shirley Mcclure</span>
  2699.                                    <span style="color: #ccc;">•</span>
  2700.                                    <span style="color: #999;">15 Aug 2026</span>
  2701.                                </div>
  2702.                                <p class="blog-excerpt-v2"></p>
  2703.                              
  2704.                            </div>
  2705.                        </div>
  2706.                    </div>
  2707.                    
  2708.                    <div class="col-lg-6 col-md-6 col-12">
  2709.                        <div class="card blog-card-v2 animate-on-scroll">
  2710.                            <div class="blog-image-v2">
  2711.                                
  2712.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2713.                                
  2714.                                <span class="blog-category-v2 bg-primary-gradient">
  2715.                                    News
  2716.                                </span>
  2717.                            </div>
  2718.                            <div class="blog-content-v2">
  2719.                                <h3 class="blog-title-v2">
  2720.                                    <a class="top-color" href="/the-new-mayor-promises-a-fresh-chapter-for-the-big-apple-in-first-address/">
  2721.                                    The New Mayor Promises a &#x27;Fresh Chapter&#x27; for The Big Apple in First Address
  2722.                                    </a>
  2723.                                </h3>
  2724.                                <div class="blog-meta-v2">
  2725.                                    
  2726.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="blog-author-img-v2">
  2727.                                    
  2728.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2729.                                    <span>By Shirley Mcclure</span>
  2730.                                    <span style="color: #ccc;">•</span>
  2731.                                    <span style="color: #999;">15 Aug 2026</span>
  2732.                                </div>
  2733.                                <p class="blog-excerpt-v2"></p>
  2734.                              
  2735.                            </div>
  2736.                        </div>
  2737.                    </div>
  2738.                    
  2739.                    
  2740.  
  2741.                </div>
  2742.            </div>
  2743.            
  2744.               <div class="col col-lg-4 col-12">
  2745.                
  2746.  
  2747.  
  2748.  
  2749.    
  2750.  
  2751.  
  2752. <!-- Blog Sidebar V2 - Focused Design -->
  2753.  <div class="sidebar mb-3">
  2754.    <!-- Recent Posts Section -->
  2755.    <div class="sidebar-widget mb-4">
  2756.      <div class="widget-title-wrapper mb-3">
  2757.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2758.          <i class="ti-time me-2"></i>Recent Posts
  2759.          <span class="title-arrow-primary"></span>
  2760.        </h4>
  2761.      </div>
  2762.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2763.        <div class="recent-post-list">
  2764.          
  2765.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2766.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2767.                
  2768.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2769.                
  2770.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2771.            </div>
  2772.            <div class="post-content flex-grow-1">
  2773.              <h6 class="post-title mb-2">
  2774.                 <a href="/a-growing-wealth-poverty-gap-the-way-affluence-and-deprivation-are-found-cheek-by-jowl-in-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2775.                                            A Growing ‘Wealth-Poverty Gap’: The Way Affluence and Deprivation Are Found Cheek by Jowl in England.
  2776.                                            </a>
  2777.              </h6>
  2778.              <div class="post-meta mb-3">
  2779.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2780.                <!-- <small class="text-muted">
  2781.                  <i class="ti-eye me-1"></i>348 views
  2782.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2783.                </small> -->
  2784.              </div>
  2785.            </div>
  2786.          </div>
  2787.          
  2788.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2789.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2790.                
  2791.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2792.                
  2793.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2794.            </div>
  2795.            <div class="post-content flex-grow-1">
  2796.              <h6 class="post-title mb-2">
  2797.                 <a href="/several-in-labour-seek-starmer-gone-the-prime-minister-assures-me-hell-survive-while-britains-economic-outlook-is-set-to-improve/" class="text-decoration-none top-color fw-semibold lh-sm">
  2798.                                            Several in Labour Seek Starmer Gone. The Prime Minister Assures Me He&#x27;ll Survive – while Britain&#x27;s Economic Outlook Is Set to Improve.
  2799.                                            </a>
  2800.              </h6>
  2801.              <div class="post-meta mb-3">
  2802.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2803.                <!-- <small class="text-muted">
  2804.                  <i class="ti-eye me-1"></i>348 views
  2805.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2806.                </small> -->
  2807.              </div>
  2808.            </div>
  2809.          </div>
  2810.          
  2811.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2812.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2813.                
  2814.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2815.                
  2816.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2817.            </div>
  2818.            <div class="post-content flex-grow-1">
  2819.              <h6 class="post-title mb-2">
  2820.                 <a href="/demands-for-renewed-immediacy-in-environmental-talks-as-studies-indicate-global-warming-may-attain-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  2821.                                            Demands for Renewed Immediacy in Environmental Talks as Studies Indicate Global Warming May Attain 2.5C
  2822.                                            </a>
  2823.              </h6>
  2824.              <div class="post-meta mb-3">
  2825.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2826.                <!-- <small class="text-muted">
  2827.                  <i class="ti-eye me-1"></i>348 views
  2828.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2829.                </small> -->
  2830.              </div>
  2831.            </div>
  2832.          </div>
  2833.          
  2834.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2835.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2836.                
  2837.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2838.                
  2839.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2840.            </div>
  2841.            <div class="post-content flex-grow-1">
  2842.              <h6 class="post-title mb-2">
  2843.                 <a href="/every-culinary-artist-ought-to-learn-at-this-spot-humble-turkish-restaurant-ranks-4th-on-list-of-londons-best-restaurants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2844.                                            ‘Every Culinary Artist Ought to Learn At This Spot’: Humble Turkish Restaurant Ranks 4th on List of London’s Best Restaurants.
  2845.                                            </a>
  2846.              </h6>
  2847.              <div class="post-meta mb-3">
  2848.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2849.                <!-- <small class="text-muted">
  2850.                  <i class="ti-eye me-1"></i>348 views
  2851.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2852.                </small> -->
  2853.              </div>
  2854.            </div>
  2855.          </div>
  2856.          
  2857.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2858.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2859.                
  2860.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2861.                
  2862.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2863.            </div>
  2864.            <div class="post-content flex-grow-1">
  2865.              <h6 class="post-title mb-2">
  2866.                 <a href="/the-way-covert-filming-uncovered-a-28-million-holiday-ownership-fraud/" class="text-decoration-none top-color fw-semibold lh-sm">
  2867.                                            The Way Covert Filming Uncovered a £28 Million Holiday Ownership Fraud
  2868.                                            </a>
  2869.              </h6>
  2870.              <div class="post-meta mb-3">
  2871.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2872.                <!-- <small class="text-muted">
  2873.                  <i class="ti-eye me-1"></i>348 views
  2874.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2875.                </small> -->
  2876.              </div>
  2877.            </div>
  2878.          </div>
  2879.          
  2880.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2881.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2882.                
  2883.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2884.                
  2885.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2886.            </div>
  2887.            <div class="post-content flex-grow-1">
  2888.              <h6 class="post-title mb-2">
  2889.                 <a href="/ac-shadows-introduces-bizarre-aot-crossover-for-holiday-season/" class="text-decoration-none top-color fw-semibold lh-sm">
  2890.                                            AC Shadows Introduces Bizarre AoT Crossover for Holiday Season
  2891.                                            </a>
  2892.              </h6>
  2893.              <div class="post-meta mb-3">
  2894.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2895.                <!-- <small class="text-muted">
  2896.                  <i class="ti-eye me-1"></i>348 views
  2897.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2898.                </small> -->
  2899.              </div>
  2900.            </div>
  2901.          </div>
  2902.          
  2903.  
  2904.        </div>
  2905.  
  2906.        <div class="text-center mt-4 pt-3 border-top border-light">
  2907.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2908.        </div>
  2909.      </div>
  2910.    </div>
  2911.  
  2912.    
  2913.    <div class="sidebar-widget mb-4">
  2914.      <div class="widget-title-wrapper mb-3">
  2915.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2916.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2917.          <span class="title-arrow"></span>
  2918.        </h4>
  2919.      </div>
  2920.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2921.        <div class="blog-roll-list scrollable-sidebar">
  2922.          
  2923.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2924.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2925.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2926.                <i class="ti-angle-right me-2 text-primary"></i>
  2927.                casino not on gamstop
  2928.              </h6>
  2929.            </a>
  2930.          </div>
  2931.          
  2932.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2933.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2934.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2935.                <i class="ti-angle-right me-2 text-primary"></i>
  2936.                casino not on gamstop
  2937.              </h6>
  2938.            </a>
  2939.          </div>
  2940.          
  2941.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2942.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2943.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2944.                <i class="ti-angle-right me-2 text-primary"></i>
  2945.                casino not on gamstop
  2946.              </h6>
  2947.            </a>
  2948.          </div>
  2949.          
  2950.      </div>
  2951.    </div>
  2952.    
  2953.    <div class="sidebar-widget mb-4">
  2954.      <div class="widget-title-wrapper mb-3">
  2955.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2956.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2957.          <span class="title-arrow"></span>
  2958.        </h4>
  2959.      </div>
  2960.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2961.        <div class="blog-roll-list scrollable-sidebar">
  2962.          
  2963.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.            <a href="https://www.moneymakesense.co.uk/" rel="dofollow" class="text-decoration-none ">
  2965.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.                <i class="ti-angle-right me-2 text-primary"></i>
  2967.                non GamStop casino
  2968.              </h6>
  2969.            </a>
  2970.          </div>
  2971.          
  2972.      </div>
  2973.    </div>
  2974.    
  2975.    <div class="sidebar-widget mb-4">
  2976.      <div class="widget-title-wrapper mb-3">
  2977.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2978.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2979.          <span class="title-arrow"></span>
  2980.        </h4>
  2981.      </div>
  2982.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2983.        <div class="blog-roll-list scrollable-sidebar">
  2984.          
  2985.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2987.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2988.                <i class="ti-angle-right me-2 text-primary"></i>
  2989.                non gamstop casino
  2990.              </h6>
  2991.            </a>
  2992.          </div>
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  2996.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                new betting sites uk
  2999.              </h6>
  3000.            </a>
  3001.          </div>
  3002.          
  3003.      </div>
  3004.    </div>
  3005.    
  3006.    <div class="sidebar-widget mb-4">
  3007.      <div class="widget-title-wrapper mb-3">
  3008.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3009.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3010.          <span class="title-arrow"></span>
  3011.        </h4>
  3012.      </div>
  3013.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3014.        <div class="blog-roll-list scrollable-sidebar">
  3015.          
  3016.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.            <a href="https://www.skydiveukltd.com" rel="dofollow" class="text-decoration-none ">
  3018.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3019.                <i class="ti-angle-right me-2 text-primary"></i>
  3020.                casinos not on GamStop
  3021.              </h6>
  3022.            </a>
  3023.          </div>
  3024.          
  3025.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.            <a href="https://www.ergodesktop.com" rel="dofollow" class="text-decoration-none ">
  3027.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.                <i class="ti-angle-right me-2 text-primary"></i>
  3029.                online casinos
  3030.              </h6>
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://fitnessunlimited.co.uk/" rel="dofollow" class="text-decoration-none ">
  3036.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                Top Non UK Casinos
  3039.              </h6>
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                uk casinos
  3048.              </h6>
  3049.            </a>
  3050.          </div>
  3051.          
  3052.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.            <a href="https://www.foodsofengland.co.uk/" rel="dofollow" class="text-decoration-none ">
  3054.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3055.                <i class="ti-angle-right me-2 text-primary"></i>
  3056.                casinos not on gamstop
  3057.              </h6>
  3058.            </a>
  3059.          </div>
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                casinos not on gamstop
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                casino not on gamstop
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  3081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                online casino
  3084.              </h6>
  3085.            </a>
  3086.          </div>
  3087.          
  3088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3089.            <a href="https://www.edgeofbelgravia.co.uk" rel="dofollow" class="text-decoration-none ">
  3090.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3091.                <i class="ti-angle-right me-2 text-primary"></i>
  3092.                non uk casino sites
  3093.              </h6>
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://thesaracensatbrington.co.uk" rel="dofollow" class="text-decoration-none ">
  3099.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                non uk casino
  3102.              </h6>
  3103.            </a>
  3104.          </div>
  3105.          
  3106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  3108.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.                <i class="ti-angle-right me-2 text-primary"></i>
  3110.                UK casino sites
  3111.              </h6>
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                non gamstop casino
  3120.              </h6>
  3121.            </a>
  3122.          </div>
  3123.          
  3124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3125.            <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none ">
  3126.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3127.                <i class="ti-angle-right me-2 text-primary"></i>
  3128.                bitcoin betting sites
  3129.              </h6>
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                casinos not on gamstop
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                casinos not on GamStop
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                casino not on GamStop
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.cyclechic.co.uk" rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                online casinos not on GamStop
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://www.zigzagfootwear.com/" rel="dofollow" class="text-decoration-none ">
  3171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                no kyc casinos
  3174.              </h6>
  3175.            </a>
  3176.          </div>
  3177.          
  3178.      </div>
  3179.    </div>
  3180.    
  3181.    <div class="sidebar-widget mb-4">
  3182.      <div class="widget-title-wrapper mb-3">
  3183.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3184.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3185.          <span class="title-arrow"></span>
  3186.        </h4>
  3187.      </div>
  3188.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3189.        <div class="blog-roll-list scrollable-sidebar">
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none ">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                online casino not on GamStop
  3196.              </h6>
  3197.            </a>
  3198.          </div>
  3199.          
  3200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  3202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.                <i class="ti-angle-right me-2 text-primary"></i>
  3204.                online casinos
  3205.              </h6>
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                non GamStop casino
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                Non GamStop Casino
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                non UK casino sites
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                casino not on gamstop
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                non UK license casinos
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                new betting sites uk
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                non GamStop UK casinos
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                Trusted Non GamStop Casinos
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                non GamStop casinos
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://www.spicker.uk/" rel="dofollow" class="text-decoration-none ">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                non GamStop sites
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                online casino not on GamStop
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                casinos not on GamStop
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://www.open-money.co.uk/" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                slot sites not on GamStop
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                non GamStop casinos
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.beanandhop.co.uk/" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                non GamStop casinos
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                UK casinos not on GamStop
  3349.              </h6>
  3350.            </a>
  3351.          </div>
  3352.          
  3353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3354.            <a href="https://www.briangriffin.co.uk/" rel="dofollow" class="text-decoration-none ">
  3355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3356.                <i class="ti-angle-right me-2 text-primary"></i>
  3357.                slots not on GamStop
  3358.              </h6>
  3359.            </a>
  3360.          </div>
  3361.          
  3362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.            <a href="https://letsmush.com/" rel="dofollow" class="text-decoration-none ">
  3364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.                <i class="ti-angle-right me-2 text-primary"></i>
  3366.                online casinos not on GamStop
  3367.              </h6>
  3368.            </a>
  3369.          </div>
  3370.          
  3371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3372.            <a href="https://americymru.net/" rel="dofollow" class="text-decoration-none ">
  3373.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3374.                <i class="ti-angle-right me-2 text-primary"></i>
  3375.                non GamStop casinos
  3376.              </h6>
  3377.            </a>
  3378.          </div>
  3379.          
  3380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.            <a href="https://www.teapotisland.co.uk/" rel="dofollow" class="text-decoration-none ">
  3382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.                <i class="ti-angle-right me-2 text-primary"></i>
  3384.                games not on GamStop
  3385.              </h6>
  3386.            </a>
  3387.          </div>
  3388.          
  3389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3390.            <a href="https://techweekeurope.co.uk/" rel="dofollow" class="text-decoration-none ">
  3391.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3392.                <i class="ti-angle-right me-2 text-primary"></i>
  3393.                online casino
  3394.              </h6>
  3395.            </a>
  3396.          </div>
  3397.          
  3398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3399.            <a href="https://heartofswlep.co.uk/" rel="dofollow" class="text-decoration-none ">
  3400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3401.                <i class="ti-angle-right me-2 text-primary"></i>
  3402.                online casinos
  3403.              </h6>
  3404.            </a>
  3405.          </div>
  3406.          
  3407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3408.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3409.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3410.                <i class="ti-angle-right me-2 text-primary"></i>
  3411.                non gamstop casino
  3412.              </h6>
  3413.            </a>
  3414.          </div>
  3415.          
  3416.      </div>
  3417.    </div>
  3418.    
  3419.    <div class="sidebar-widget mb-4">
  3420.      <div class="widget-title-wrapper mb-3">
  3421.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3422.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3423.          <span class="title-arrow"></span>
  3424.        </h4>
  3425.      </div>
  3426.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3427.        <div class="blog-roll-list scrollable-sidebar">
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                best uk betting sites
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                non gamstop betting sites
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                non gamstop uk casino
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3457.            <a href="https://www.rochdaleonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  3458.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.                <i class="ti-angle-right me-2 text-primary"></i>
  3460.                best uk non GamStop casinos
  3461.              </h6>
  3462.            </a>
  3463.          </div>
  3464.          
  3465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.                <i class="ti-angle-right me-2 text-primary"></i>
  3469.                Casino Without Gamstop
  3470.              </h6>
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                Casino Without Gamstop
  3479.              </h6>
  3480.            </a>
  3481.          </div>
  3482.          
  3483.      </div>
  3484.    </div>
  3485.    
  3486.  </div>
  3487.  
  3488. <!-- Sidebar V2 Styles -->
  3489. <style>
  3490.  .sidebar-widget {
  3491.    position: relative;
  3492.  }
  3493.  
  3494.  .widget-title {
  3495.    font-size: 1.1rem;
  3496.    font-weight: 700;
  3497.    display: inline-block;
  3498.    position: relative;
  3499.    z-index: 2;
  3500.    border-radius: 0;
  3501.  }
  3502.  
  3503.  /* Green arrow for August Blog Roll */
  3504.  .title-arrow::after {
  3505.    content: '';
  3506.    position: absolute;
  3507.    top: 0;
  3508.    right: -22px;
  3509.    width: 0;
  3510.    height: 0;
  3511.    border-left: 22px solid var(--bs-primary);
  3512.    border-top: 22px solid transparent;
  3513.    border-bottom: 22px solid transparent;
  3514.    z-index: 1;
  3515.  }
  3516.  
  3517.  /* Blue arrow for Recent Posts */
  3518.  .title-arrow-primary::after {
  3519.    content: '';
  3520.    position: absolute;
  3521.    top: 0;
  3522.    right: -22px;
  3523.    width: 0;
  3524.    height: 0;
  3525.    border-left: 22px solid var(--bs-primary);
  3526.    border-top: 22px solid transparent;
  3527.    border-bottom: 22px solid transparent;
  3528.    z-index: 1;
  3529.  }
  3530.  
  3531.  .widget-content {
  3532.    margin-top: -1px;
  3533.    position: relative;
  3534.    z-index: 1;
  3535.     background-color: var(--card-bg);
  3536.  }
  3537.  
  3538.  /* Blog Roll Items Hover Effects */
  3539.  .blog-roll-item:hover .blog-title {
  3540.    color: #198754 !important;
  3541.    transform: translateX(5px);
  3542.    transition: all 0.3s ease;
  3543.  }
  3544.  
  3545.  /* Recent Post Items Hover Effects */
  3546.  .recent-post-item:hover .post-title a {
  3547.    color: #0d6efd !important;
  3548.    transition: color 0.3s ease;
  3549.  }
  3550.  
  3551.  .recent-post-item:hover .post-image img {
  3552.    transform: scale(1.05);
  3553.    transition: transform 0.3s ease;
  3554.  }
  3555.  
  3556.  /* Button Hover Effects */
  3557.  .btn:hover {
  3558.    transform: translateY(-2px);
  3559.    transition: all 0.3s ease;
  3560.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3561.  }
  3562.  
  3563.  /* Badge Hover Effects */
  3564.  .badge:hover {
  3565.    transform: scale(1.05);
  3566.    transition: transform 0.3s ease;
  3567.  }
  3568.  
  3569.  @media (max-width: 991px) {
  3570.    .sidebar {
  3571.      margin-top: 3rem;
  3572.    }
  3573.  }
  3574.  
  3575.  @media (max-width: 576px) {
  3576.    .widget-title {
  3577.      font-size: 1rem;
  3578.      padding: 0.75rem 1rem !important;
  3579.    }
  3580.  
  3581.    .title-arrow::after,
  3582.    .title-arrow-primary::after {
  3583.      right: -18px;
  3584.      border-left-width: 18px;
  3585.      border-top-width: 18px;
  3586.      border-bottom-width: 18px;
  3587.    }
  3588.  
  3589.    .post-image {
  3590.      width: 70px !important;
  3591.      height: 55px !important;
  3592.    }
  3593.  
  3594.    .blog-meta {
  3595.      flex-direction: column !important;
  3596.      align-items: flex-start !important;
  3597.      gap: 0.5rem;
  3598.    }
  3599.  }
  3600. </style>
  3601.  
  3602.    
  3603.            </div>
  3604.        </div>
  3605.    </div>
  3606. </section>
  3607.  
  3608. <script>
  3609. // Intersection Observer for scroll animations
  3610. document.addEventListener('DOMContentLoaded', function() {
  3611.    const observerOptions = {
  3612.        threshold: 0.1,
  3613.        rootMargin: '0px 0px -50px 0px'
  3614.    };
  3615.  
  3616.    const observer = new IntersectionObserver(function(entries) {
  3617.        entries.forEach(entry => {
  3618.            if (entry.isIntersecting) {
  3619.                entry.target.classList.add('animated');
  3620.            }
  3621.        });
  3622.    }, observerOptions);
  3623.  
  3624.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3625.        observer.observe(el);
  3626.    });
  3627. });
  3628. </script>
  3629.  
  3630.    
  3631.        
  3632.        <!-- end wpo-blog-highlights-section -->
  3633.        <!-- start wpo-blog-sponsored-section -->
  3634.        
  3635.  
  3636.  
  3637.  
  3638.    
  3639.  
  3640.  
  3641.  <style>
  3642.    .sponsored-section-v7 {
  3643.      padding: 50px 0;
  3644.    }
  3645.    
  3646.    .sponsored-card-v7 {
  3647.      background: #fafafa;
  3648.      border: none;
  3649.      transition: transform 0.3s ease;
  3650.      height: 100%;
  3651.    }
  3652.    
  3653.    .sponsored-card-v7:hover {
  3654.      transform: translateY(-3px);
  3655.    }
  3656.    
  3657.    .sponsored-image-v7 {
  3658.      position: relative;
  3659.      height: 160px;
  3660.    }
  3661.    
  3662.    .sponsored-image-v7 img {
  3663.      width: 100%;
  3664.      height: 100%;
  3665.      object-fit: cover;
  3666.      border-radius: 10px; /* Apply curve to image */
  3667.    }
  3668.    
  3669.    .sponsored-badge-v7 {
  3670.      position: absolute;
  3671.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3672.      left: 10px;
  3673.      z-index: 10;
  3674.    
  3675.      /* pill look */
  3676.      display: inline-flex; /* vertical centering */
  3677.      align-items: center;
  3678.      justify-content: center;
  3679.      padding: 8px 16px; /* width = content + padding */
  3680.      border-radius: 999px; /* full pill */
  3681.      white-space: nowrap; /* ek hi line me rahe */
  3682.      /* text */
  3683.      font-size: 12px;
  3684.      text-transform: uppercase;
  3685.      letter-spacing: 0.5px;
  3686.      line-height: 1;
  3687.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3688.    }
  3689.    
  3690.    /* optional: icon ke saath thoda gap */
  3691.    .sponsored-badge-v7 i,
  3692.    .sponsored-badge-v7 .icon {
  3693.      margin-right: 8px;
  3694.      font-size: 14px;
  3695.      line-height: 1;
  3696.    }
  3697.    
  3698.    .sponsored-content-v7 {
  3699.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3700.    }
  3701.    
  3702.    .sponsored-title-v7 {
  3703.      font-size: 15px;
  3704.      font-weight: 700;
  3705.      line-height: 1.4;
  3706.      margin-bottom: 8px;
  3707.      color: #333;
  3708.    }
  3709.    
  3710.    .sponsored-title-v7 a {
  3711.      text-decoration: none;
  3712.      font-size: 16px;
  3713.      color: var(--topbar-color);
  3714.    }
  3715.    
  3716.    .sponsored-title-v7 a:hover {
  3717.      color: var(--bs-primary); /* Green hover */
  3718.    }
  3719.    
  3720.    .sponsored-excerpt-v7 {
  3721.      font-size: 12px;
  3722.      font-weight: 400;
  3723.      color:  var(--topbar-color);;
  3724.      margin-bottom: 10px;
  3725.      line-height: 1.5;
  3726.    }
  3727.    
  3728.    .sponsored-meta-v7 {
  3729.      font-size: 11px;
  3730.       color: var(--topbar-color);;
  3731.    }
  3732.    
  3733.    .author-info-v7 {
  3734.      margin-bottom: 5px;
  3735.    }
  3736.    
  3737.    .sponsored-author-img-v7 {
  3738.      width: 30px;
  3739.      height: 30px;
  3740.      border-radius: 50%;
  3741.      object-fit: cover;
  3742.      vertical-align: middle;
  3743.      margin-right: 5px;
  3744.    }
  3745.    
  3746.    .section-title-sponsored-v7 {
  3747.      font-size: 1.9rem;
  3748.      font-weight: 600;
  3749.      text-align: center;
  3750.      margin-bottom: 30px;
  3751.      color: #333;
  3752.      position: relative;
  3753.    }
  3754.    
  3755.    .section-title-sponsored-v7::after {
  3756.      content: '';
  3757.      position: absolute;
  3758.      bottom: -8px;
  3759.      left: 50%;
  3760.      transform: translateX(-50%);
  3761.      width: 100px;
  3762.      height: 3px;
  3763.      background: var(--bs-primary);
  3764.    }
  3765.    
  3766.    @media (max-width: 768px) {
  3767.      .sponsored-section-v7 {
  3768.        padding: 30px 0;
  3769.      }
  3770.      .sponsored-image-v7 {
  3771.        height: 120px;
  3772.      }
  3773.      .sponsored-content-v7 {
  3774.        padding: 35px 12px 12px;
  3775.      }
  3776.  
  3777.      .sponsored-title-v7 {
  3778.        font-size: 14px;
  3779.      }
  3780.      .sponsored-excerpt-v7 {
  3781.        font-size: 11px;
  3782.      }
  3783.      .section-title-sponsored-v7 {
  3784.        font-size: 1.6rem;
  3785.      }
  3786.    }
  3787.  </style>
  3788.  
  3789.  <section class="sponsored-section-v7">
  3790.    <div class="container-fluid fluid-container">
  3791.      <div class="row mb-3">
  3792.        <div class="col-12">
  3793.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3794.        </div>
  3795.      </div>
  3796.  
  3797.      <div class="row g-3 d-flex justify-content-center">
  3798.        
  3799.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3800.            <div class="card sponsored-card-v7">
  3801.              <div class="sponsored-image-v7">
  3802.                
  3803.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3804.                
  3805.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3806.              </div>
  3807.              <div class="sponsored-content-v7">
  3808.                <h3 class="sponsored-title-v7"><a href="/a-growing-wealth-poverty-gap-the-way-affluence-and-deprivation-are-found-cheek-by-jowl-in-england/">A Growing ‘Wealth-Poverty Gap’: The Way Affluence and Deprivation Are Found Cheek by Jowl in England.</a></h3>
  3809.                <p class="sponsored-excerpt-v7 "></p>
  3810.                <div class="sponsored-meta-v7">
  3811.                  <div class="author-info-v7">
  3812.                    
  3813.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3814.                    
  3815.                    <span>Shirley Mcclure</span>
  3816.                  </div>
  3817.                  <div>15 Aug 2026</div>
  3818.                </div>
  3819.              </div>
  3820.            </div>
  3821.          </div>
  3822.        
  3823.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3824.            <div class="card sponsored-card-v7">
  3825.              <div class="sponsored-image-v7">
  3826.                
  3827.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3828.                
  3829.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3830.              </div>
  3831.              <div class="sponsored-content-v7">
  3832.                <h3 class="sponsored-title-v7"><a href="/several-in-labour-seek-starmer-gone-the-prime-minister-assures-me-hell-survive-while-britains-economic-outlook-is-set-to-improve/">Several in Labour Seek Starmer Gone. The Prime Minister Assures Me He&#x27;ll Survive – while Britain&#x27;s Economic Outlook Is Set to Improve.</a></h3>
  3833.                <p class="sponsored-excerpt-v7 "></p>
  3834.                <div class="sponsored-meta-v7">
  3835.                  <div class="author-info-v7">
  3836.                    
  3837.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3838.                    
  3839.                    <span>Shirley Mcclure</span>
  3840.                  </div>
  3841.                  <div>15 Aug 2026</div>
  3842.                </div>
  3843.              </div>
  3844.            </div>
  3845.          </div>
  3846.        
  3847.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3848.            <div class="card sponsored-card-v7">
  3849.              <div class="sponsored-image-v7">
  3850.                
  3851.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3852.                
  3853.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3854.              </div>
  3855.              <div class="sponsored-content-v7">
  3856.                <h3 class="sponsored-title-v7"><a href="/demands-for-renewed-immediacy-in-environmental-talks-as-studies-indicate-global-warming-may-attain-25c/">Demands for Renewed Immediacy in Environmental Talks as Studies Indicate Global Warming May Attain 2.5C</a></h3>
  3857.                <p class="sponsored-excerpt-v7 "></p>
  3858.                <div class="sponsored-meta-v7">
  3859.                  <div class="author-info-v7">
  3860.                    
  3861.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3862.                    
  3863.                    <span>Shirley Mcclure</span>
  3864.                  </div>
  3865.                  <div>15 Aug 2026</div>
  3866.                </div>
  3867.              </div>
  3868.            </div>
  3869.          </div>
  3870.        
  3871.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3872.            <div class="card sponsored-card-v7">
  3873.              <div class="sponsored-image-v7">
  3874.                
  3875.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3876.                
  3877.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3878.              </div>
  3879.              <div class="sponsored-content-v7">
  3880.                <h3 class="sponsored-title-v7"><a href="/every-culinary-artist-ought-to-learn-at-this-spot-humble-turkish-restaurant-ranks-4th-on-list-of-londons-best-restaurants/">‘Every Culinary Artist Ought to Learn At This Spot’: Humble Turkish Restaurant Ranks 4th on List of London’s Best Restaurants.</a></h3>
  3881.                <p class="sponsored-excerpt-v7 "></p>
  3882.                <div class="sponsored-meta-v7">
  3883.                  <div class="author-info-v7">
  3884.                    
  3885.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3886.                    
  3887.                    <span>Shirley Mcclure</span>
  3888.                  </div>
  3889.                  <div>15 Aug 2026</div>
  3890.                </div>
  3891.              </div>
  3892.            </div>
  3893.          </div>
  3894.        
  3895.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3896.            <div class="card sponsored-card-v7">
  3897.              <div class="sponsored-image-v7">
  3898.                
  3899.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3900.                
  3901.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3902.              </div>
  3903.              <div class="sponsored-content-v7">
  3904.                <h3 class="sponsored-title-v7"><a href="/the-way-covert-filming-uncovered-a-28-million-holiday-ownership-fraud/">The Way Covert Filming Uncovered a £28 Million Holiday Ownership Fraud</a></h3>
  3905.                <p class="sponsored-excerpt-v7 "></p>
  3906.                <div class="sponsored-meta-v7">
  3907.                  <div class="author-info-v7">
  3908.                    
  3909.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3910.                    
  3911.                    <span>Shirley Mcclure</span>
  3912.                  </div>
  3913.                  <div>15 Aug 2026</div>
  3914.                </div>
  3915.              </div>
  3916.            </div>
  3917.          </div>
  3918.        
  3919.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3920.            <div class="card sponsored-card-v7">
  3921.              <div class="sponsored-image-v7">
  3922.                
  3923.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3924.                
  3925.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3926.              </div>
  3927.              <div class="sponsored-content-v7">
  3928.                <h3 class="sponsored-title-v7"><a href="/ac-shadows-introduces-bizarre-aot-crossover-for-holiday-season/">AC Shadows Introduces Bizarre AoT Crossover for Holiday Season</a></h3>
  3929.                <p class="sponsored-excerpt-v7 "></p>
  3930.                <div class="sponsored-meta-v7">
  3931.                  <div class="author-info-v7">
  3932.                    
  3933.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/cf818910-61cb-4c77-b9b2-aa10cfc4b16c_profile.png" alt="Shirley Mcclure" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3934.                    
  3935.                    <span>Shirley Mcclure</span>
  3936.                  </div>
  3937.                  <div>15 Aug 2026</div>
  3938.                </div>
  3939.              </div>
  3940.            </div>
  3941.          </div>
  3942.        
  3943.      </div>
  3944.    </div>
  3945.  </section>
  3946.  
  3947.  
  3948.    
  3949.        <!-- end wpo-blog-sponsored-section -->
  3950.        <!-- start wpo-subscribe-section -->
  3951.        
  3952.        <!-- end subscribe-section -->
  3953.        <!-- start of wpo-site-footer-section -->
  3954.        
  3955.  
  3956.  
  3957.  
  3958.  
  3959.  
  3960. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3961.  <!-- Main Content: Asymmetrical Layout -->
  3962.  <div class="footer-main-content py-5">
  3963.    <div class="container-fluid fluid-container">
  3964.      <div class="row">
  3965.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3966.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3967.          <div class="brand-logo text-center text-lg-start">
  3968.            
  3969.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c2b13003-5ef9-4d25-bbbf-216241b618a7_logo.png" alt="Insider Central Blog" class="footer-logo" />
  3970.            
  3971.            <p class="brand-tagline mt-2">Discover expert analysis on UK current affairs, business trends, and lifestyle advice. Stay informed with our in-depth articles and practical guides for modern living.</p>
  3972.          </div>
  3973.        </div>
  3974.        <!-- Right: Staggered Links -->
  3975.        <div class="col-lg-9 col-md-8 col-12">
  3976.          <div class="d-flex flex-column gap-4">
  3977.            <!-- Quick Links -->
  3978.            <div class="footer-column offset-content">
  3979.              <h5 class="column-title">Quick Links</h5>
  3980.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3981.                
  3982.                  <li>
  3983.                    <a class="menu-link" href="/south-africas-president-brings-to-a-close-g20-summit-amid-us-boycott-and-transition-controversy/">South Africa&#x27;s President Brings to a Close G20 Summit Amid US Boycott and Transition Controversy</a>
  3984.                  </li>
  3985.                
  3986.                  <li>
  3987.                    <a class="menu-link" href="/australia-sets-a-new-benchmark-as-captain-alyssa-healy-confronts-her-ultimate-challenge/">Australia Sets a New Benchmark as Captain Alyssa Healy Confronts Her Ultimate Challenge.</a>
  3988.                  </li>
  3989.                
  3990.                  <li>
  3991.                    <a class="menu-link" href="/female-suspect-evades-police-following-high-speed-pursuit-from-california-into-mexico/">Female Suspect Evades Police Following High-Speed Pursuit from California into Mexico</a>
  3992.                  </li>
  3993.                
  3994.                  <li>
  3995.                    <a class="menu-link" href="/uk-and-ireland-cinema-revenue-hit-a-post-covid-peak-as-the-minecraft-film-tops-2025-box-office/">UK and Ireland Cinema Revenue Hit a Post-Covid Peak as The Minecraft Film Tops 2025 Box Office</a>
  3996.                  </li>
  3997.                
  3998.                  <li>
  3999.                    <a class="menu-link" href="/united-states-enforces-restrictions-on-group-accused-of-funneling-south-american-fighters-to-the-sudanese-conflict/">United States Enforces Restrictions on Group Accused of Funneling South American Fighters to the Sudanese Conflict.</a>
  4000.                  </li>
  4001.                
  4002.                  <li>
  4003.                    <a class="menu-link" href="/top-flight-sunday-action-crystal-palace-v-brighton-and-other-games-live-updates/">Top Flight Sunday Action: Crystal Palace v Brighton and Other Games Live Updates</a>
  4004.                  </li>
  4005.                
  4006.              </ul>
  4007.            </div>
  4008.            <!-- Top Categories -->
  4009.            <div class="footer-column offset-content offset-right">
  4010.              <h5 class="column-title">Top Categories</h5>
  4011.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  4012.                
  4013.                  <li>
  4014.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4015.                  </li>
  4016.                
  4017.                  <li>
  4018.                    <a class="menu-link" href="/category/business/">Business</a>
  4019.                  </li>
  4020.                
  4021.                  <li>
  4022.                    <a class="menu-link" href="/category/esports/">Esports</a>
  4023.                  </li>
  4024.                
  4025.                  <li>
  4026.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  4027.                  </li>
  4028.                
  4029.                  <li>
  4030.                    <a class="menu-link" href="/category/featured/">Featured</a>
  4031.                  </li>
  4032.                
  4033.              </ul>
  4034.            </div>
  4035.            <!-- Blog Rolls -->
  4036.           <div class="footer-column offset-content">
  4037.              <h5 class="column-title">Blog Rolls</h5>
  4038.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  4039.                
  4040.                
  4041.  
  4042.                
  4043.                
  4044.                  
  4045.                
  4046.              </ul>
  4047.            </div>
  4048.          </div>
  4049.        </div>
  4050.      </div>
  4051.    </div>
  4052.  </div>
  4053.  
  4054.  <!-- Bottom Section -->
  4055.  <div class="footer-bottom bg-primary text-white py-3">
  4056.    <div class="container-fluid fluid-container">
  4057.      <div class="row justify-content-center">
  4058.        <div class="col-12 text-center">
  4059.          <div class="bottom-content">
  4060.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  4061.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4062.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4063.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4064.            </div>
  4065.            <div class="copyright-info ">
  4066.              <p class="mb-0 text-white">
  4067.                &copy; 2026 <strong>Insider Central Blog</strong>. All rights reserved.
  4068.              </p>
  4069.            </div>
  4070.          </div>
  4071.        </div>
  4072.      </div>
  4073.    </div>
  4074.  </div>
  4075. </footer>
  4076.  
  4077.  
  4078.  
  4079. <style>
  4080. .footer-logo {
  4081.    height: 60px;
  4082.    width: auto;
  4083. }
  4084.  
  4085. .brand-title {
  4086.    font-size: 24px;
  4087.    font-weight: 700;
  4088.    color: white  !important;
  4089.    margin: 0;
  4090. }
  4091.  
  4092. .brand-tagline {
  4093.    font-size: 14px;
  4094.    color: white  !important;
  4095.    margin: 0;
  4096. }
  4097.  
  4098. .column-title {
  4099.    font-size: 16px;
  4100.    font-weight: 600;
  4101.    color: white !important;
  4102.    margin-bottom: 12px;
  4103. }
  4104.  
  4105. .footer-menu {
  4106.    margin: 0;
  4107. }
  4108.  
  4109. .menu-link {
  4110.    color: white !important;
  4111.    text-decoration: none;
  4112.    font-size: 14px;
  4113.    transition: color 0.3s ease, transform 0.3s ease;
  4114. }
  4115.  
  4116. .menu-link:hover {
  4117.    color: var(--primary-color);
  4118.    transform: scale(1.05);
  4119. }
  4120.  
  4121. .offset-content {
  4122.    margin-left: 20px;
  4123. }
  4124.  
  4125. .footer-bottom {
  4126.    font-size: 13px;
  4127. }
  4128.  
  4129. .utility-link {
  4130.    color: white  !important;
  4131.    text-decoration: none;
  4132.    font-size: 13px;
  4133.    transition: color 0.3s ease;
  4134. }
  4135.  
  4136. .utility-link:hover {
  4137.    color: var(--primary-color);
  4138. }
  4139.  
  4140. .copyright-info p {
  4141.    font-size: 13px;
  4142. }
  4143.  
  4144. /* Responsive Design */
  4145. @media (max-width: 1024px) {
  4146.   .footer-logo{
  4147.    height: 40px;
  4148.    width: auto;
  4149.   }
  4150. }
  4151.  
  4152. @media (max-width: 768px) {
  4153.    .footer-logo {
  4154.        height: 60px;
  4155.    }
  4156.    
  4157.    .column-title {
  4158.        font-size: 15px;
  4159.        text-align: center;
  4160.    }
  4161.    
  4162.    .footer-menu {
  4163.        justify-content: center;
  4164.    }
  4165.    
  4166.    .menu-link {
  4167.        font-size: 13px;
  4168.    }
  4169. }
  4170.  
  4171. @media (max-width: 576px) {
  4172.    .brand-title {
  4173.        font-size: 20px;
  4174.    }
  4175.    
  4176.    .brand-tagline {
  4177.        font-size: 12px;
  4178.    }
  4179.    
  4180.    .cta-btn {
  4181.        font-size: 12px;
  4182.        padding: 5px 12px;
  4183.    }
  4184. }
  4185. </style>
  4186.  
  4187. <script>
  4188. // Prevent default for placeholder links
  4189. document.addEventListener('DOMContentLoaded', function() {
  4190.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4191.        anchor.addEventListener('click', function(e) {
  4192.            e.preventDefault();
  4193.        });
  4194.    });
  4195. });
  4196. document.addEventListener('DOMContentLoaded', function () {
  4197.    var btn = document.getElementById('toggleBlogRollLinks');
  4198.    if (!btn) return; // No extra items, no button
  4199.  
  4200.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4201.  
  4202.    btn.addEventListener('click', function () {
  4203.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4204.            return li.classList.contains('d-none');
  4205.        });
  4206.  
  4207.        extras.forEach(function (li) {
  4208.            if (anyHidden) {
  4209.                li.classList.remove('d-none');
  4210.                li.classList.add('show');
  4211.            } else {
  4212.                li.classList.add('d-none');
  4213.                li.classList.remove('show');
  4214.            }
  4215.        });
  4216.  
  4217.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4218.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4219.    });
  4220. });
  4221.  
  4222. </script>
  4223.  
  4224.        <!-- end of wpo-site-footer-section -->
  4225.    </div>
  4226.    <!-- end of page-wrapper -->
  4227.  
  4228.    <!-- All JavaScript files
  4229.    ================================================== -->
  4230.    
  4231.  
  4232. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4233. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4234. <!-- Plugins for this template -->
  4235. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4236. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4237. <!-- Custom script for this template -->
  4238. <script src="/static/blogapp/assets/js/script.js"></script>
  4239.  
  4240. <script>
  4241. (function () {
  4242. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4243. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4244.  
  4245. function applyFallback(img) {
  4246. if (!img || img.dataset.fallbackApplied === "1") {
  4247. return;
  4248. }
  4249. var failedSrc = img.currentSrc || img.src || "";
  4250. img.dataset.fallbackApplied = "1";
  4251. img.onerror = null;
  4252. img.src = fallbackImageSrc;
  4253. console.warn("[ImageFallback] Replaced broken image:", {
  4254. failedSrc: failedSrc,
  4255. fallbackSrc: fallbackImageSrc,
  4256. alt: img.alt || "",
  4257. });
  4258. }
  4259.  
  4260. document.querySelectorAll("img").forEach(function (img) {
  4261. if (img.complete && img.naturalWidth === 0) {
  4262. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4263. failedSrc: img.currentSrc || img.src || "",
  4264. alt: img.alt || "",
  4265. });
  4266. applyFallback(img);
  4267. }
  4268. });
  4269.  
  4270. document.addEventListener(
  4271. "error",
  4272. function (event) {
  4273. var target = event.target;
  4274. if (target && target.tagName === "IMG") {
  4275. applyFallback(target);
  4276. }
  4277. },
  4278. true
  4279. );
  4280. })();
  4281. </script>
  4282.  
  4283. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4284.  
  4285.  
  4286.  
  4287. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"65ae723bddcd43c7ac8d1372ac2137e9","r":1}' crossorigin="anonymous"></script>
  4288. </body>
  4289.  
  4290. </html>
  4291.  
  4292.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda