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://greenbytesinsider.nl

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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-28T151858.072_c95lxCv_cDeZarP.png">
  14.    
  15.  
  16.    <title>Green Bytes Insider: Your Daily Dose of Sustainable Tech News</title>
  17.    <meta name="description" content="Stay updated with the latest trends in green technology, sustainable innovations, and eco-friendly digital practices. Discover how tech is saving the planet.">
  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://greenbytesinsider.nl/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9b59b6;
  42.        --bs-primary-rgb: 9b59b6;
  43.        --bs-secondary: #8395a7;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2c2c54;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9b59b6;
  53.        --theme-primary-color-s2: #9b59b6;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c2c54;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c2c54;
  59.        --border-color: #d0d8e6;
  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: #e2e5ec;
  75.        --navbar-color: #2c2c54;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2c2c54;
  78.        --footer-bg: #2c2c54;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d0d8e6;
  82.        --card-radius: 10px;
  83.        --link-color: #9b59b6;
  84.        --link-hover: #8e44ad;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(155, 89, 182, 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_5">
  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-header px-3 d-sm-flex d-none container-fluid fluid-container">
  392.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  393.  
  394.    <div class="unique-news-wrapper-container">
  395.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  396.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  397.            <p class="text-center">
  398.              
  399.              <a href="/best-streaming-theatre-picks-for-november/" class="px-5 top-color">
  400.                Best Streaming Theatre Picks for November
  401.              </a>
  402.              
  403.              <a href="/intense-gales-leave-tens-of-thousands-without-power-in-new-zealand/" class="px-5 top-color">
  404.                Intense Gales Leave Tens of Thousands Without Power in New Zealand
  405.              </a>
  406.              
  407.              <a href="/vehicles-in-germanys-town-found-smeared-with-swastikas-in-human-blood-police-confirm/" class="px-5 top-color">
  408.                Vehicles in Germany&#x27;s Town Found Smeared with Swastikas in Human Blood, Police Confirm
  409.              </a>
  410.              
  411.              <a href="/the-presidents-bold-claim-on-us-energy-funding-in-venezuelan-meets-expert-skepticism/" class="px-5 top-color">
  412.                The President&#x27;s Bold Claim on US Energy Funding in Venezuelan Meets Expert Skepticism.
  413.              </a>
  414.              
  415.              <a href="/film-analysis-of-merv-a-canine-star-dominates-the-spotlight-in-amazons-formulaic-christmas-romcom/" class="px-5 top-color">
  416.                Film Analysis of Merv – A Canine Star Dominates the Spotlight in Amazon’s Formulaic Christmas Romcom
  417.              </a>
  418.              
  419.            </p>
  420.          </marquee>
  421.        </div>
  422.    </div>
  423.  
  424.    <div class="contact-info top-color">
  425.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  426.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  427.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  428.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  429.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  430.        </ul>
  431.    </div>
  432. </div>
  433. </div>
  434.  
  435. <script>
  436.    // Build array directly from Django context
  437.    const newsItems = [
  438.        
  439.            { title: "Best Streaming Theatre Picks for November", url: "/best-streaming-theatre-picks-for-november/" },
  440.        
  441.            { title: "Intense Gales Leave Tens of Thousands Without Power in New Zealand", url: "/intense-gales-leave-tens-of-thousands-without-power-in-new-zealand/" },
  442.        
  443.            { title: "Vehicles in Germany\u0027s Town Found Smeared with Swastikas in Human Blood, Police Confirm", url: "/vehicles-in-germanys-town-found-smeared-with-swastikas-in-human-blood-police-confirm/" },
  444.        
  445.            { title: "The President\u0027s Bold Claim on US Energy Funding in Venezuelan Meets Expert Skepticism.", url: "/the-presidents-bold-claim-on-us-energy-funding-in-venezuelan-meets-expert-skepticism/" },
  446.        
  447.            { title: "Film Analysis of Merv – A Canine Star Dominates the Spotlight in Amazon’s Formulaic Christmas Romcom", url: "/film-analysis-of-merv-a-canine-star-dominates-the-spotlight-in-amazons-formulaic-christmas-romcom/" }
  448.        
  449.    ];
  450.  
  451.    let currentNewsIndex = 0;
  452.    const newsWrapper = document.getElementById('newsWrapper');
  453.    let currentNewsElement = null;
  454.    let typingInterval = null;
  455.    let isTyping = false;
  456.  
  457.    function createNewsElement() {
  458.        const newsElement = document.createElement('div');
  459.        newsElement.className = 'unique-news-item top-color active';
  460.        newsWrapper.appendChild(newsElement);
  461.        currentNewsElement = newsElement;
  462.    }
  463.  
  464.    function typeText(news, element, callback) {
  465.        let index = 0;
  466.        element.innerHTML = '<span class="unique-cursor"></span>';
  467.  
  468.        typingInterval = setInterval(() => {
  469.            if (index < news.title.length) {
  470.                const currentText = news.title.substring(0, index + 1);
  471.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  472.                index++;
  473.            } else {
  474.                clearInterval(typingInterval);
  475.                setTimeout(() => {
  476.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  477.                    if (callback) callback();
  478.                }, 1000);
  479.            }
  480.        }, 100); // typing speed
  481.    }
  482.  
  483.    function startTyping() {
  484.        if (isTyping) return;
  485.  
  486.        isTyping = true;
  487.        const currentNews = newsItems[currentNewsIndex];
  488.  
  489.        typeText(currentNews, currentNewsElement, () => {
  490.            isTyping = false;
  491.            setTimeout(() => {
  492.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  493.                startTyping();
  494.            }, 5000); // wait before next headline
  495.        });
  496.    }
  497.  
  498.    window.onload = function() {
  499.        createNewsElement();
  500.        startTyping();
  501.    };
  502. </script>
  503.  
  504.  
  505.  
  506.            
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513. <header class="custom-header mb-4">
  514.    <!-- Logo Section - Top Centered -->
  515.    <div class="logo-container">
  516.        <div class="container-fluid fluid-container">
  517.            <a class="brand-link" href="/">
  518.                
  519.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8cdc72f0-557f-4ae1-8b8a-b214880cf00e_logo.png" alt="Green Bytes Insider" />
  520.                
  521.            </a>
  522.        </div>
  523.    </div>
  524.  
  525.    <!-- Navigation Section -->
  526.    <div class="navigation-container">
  527.        <div class="container-fluid fluid-container">
  528.            <div class="nav-content">
  529.                <!-- Mobile toggle button -->
  530.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  531.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  532.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  533.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  534.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  535.                    </svg>
  536.                </button>
  537.  
  538.                <!-- Navigation Links - Left Side -->
  539.                <nav class="primary-nav navbar navbar-expand-lg">
  540.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  541.  
  542.                        
  543.                        <li class="nav-item">
  544.                            <a href="/" class="nav-link active">HOME</a>
  545.                        </li>
  546.                        
  547.                        
  548.                         <li class="nav-item">
  549.                            <a href="/category/all-posts/" class="nav-link">
  550.                                ALL POSTS
  551.                            </a>
  552.                            </li>
  553.  
  554.                            
  555.  
  556.                                    
  557.                                    
  558.                            
  559.                         <li class="nav-item">
  560.                            <a href="/category/business/" class="nav-link">
  561.                                BUSINESS
  562.                            </a>
  563.                            </li>
  564.  
  565.                            
  566.  
  567.                                    
  568.                                    
  569.                            
  570.                         <li class="nav-item">
  571.                            <a href="/category/esports/" class="nav-link">
  572.                                ESPORTS
  573.                            </a>
  574.                            </li>
  575.  
  576.                            
  577.  
  578.                                    
  579.                                    
  580.                            
  581.                         <li class="nav-item">
  582.                            <a href="/category/fashion/" class="nav-link">
  583.                                FASHION
  584.                            </a>
  585.                            </li>
  586.  
  587.                            
  588.  
  589.                                    
  590.                                    
  591.                            
  592.                         <li class="nav-item">
  593.                            <a href="/category/featured/" class="nav-link">
  594.                                FEATURED
  595.                            </a>
  596.                            </li>
  597.  
  598.                            
  599.  
  600.                                    
  601.                                    
  602.                            
  603.                        
  604.                            
  605.                            <li class="nav-item dropdown">
  606.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  607.                                    data-bs-toggle="dropdown" aria-expanded="false">
  608.                                    More
  609.                                </a>
  610.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  611.                                    <li>
  612.                                        <a class="dropdown-item"
  613.                                            href="/category/gaming/">
  614.                                            GAMING
  615.                                        </a>
  616.                                    </li>
  617.  
  618.                                    
  619.  
  620.                                    
  621.                                    
  622.                            
  623.                        
  624.                                    <li>
  625.                                        <a class="dropdown-item"
  626.                                            href="/category/health/">
  627.                                            HEALTH
  628.                                        </a>
  629.                                    </li>
  630.                                    
  631.  
  632.                                    
  633.                                    
  634.                            
  635.                        
  636.                                    <li>
  637.                                        <a class="dropdown-item"
  638.                                            href="/category/life-fitness/">
  639.                                            LIFE &amp; FITNESS
  640.                                        </a>
  641.                                    </li>
  642.                                    
  643.  
  644.                                    
  645.                                    
  646.                            
  647.                        
  648.                                    <li>
  649.                                        <a class="dropdown-item"
  650.                                            href="/category/lifestyle/">
  651.                                            LIFESTYLE
  652.                                        </a>
  653.                                    </li>
  654.                                    
  655.  
  656.                                    
  657.                                    
  658.                            
  659.                        
  660.                                    <li>
  661.                                        <a class="dropdown-item"
  662.                                            href="/category/news/">
  663.                                            NEWS
  664.                                        </a>
  665.                                    </li>
  666.                                    
  667.  
  668.                                    
  669.                                    
  670.                            
  671.                        
  672.                                    <li>
  673.                                        <a class="dropdown-item"
  674.                                            href="/category/others/">
  675.                                            OTHERS
  676.                                        </a>
  677.                                    </li>
  678.                                    
  679.  
  680.                                    
  681.                                    
  682.                            
  683.                        
  684.                                    <li>
  685.                                        <a class="dropdown-item"
  686.                                            href="/category/politics/">
  687.                                            POLITICS
  688.                                        </a>
  689.                                    </li>
  690.                                    
  691.  
  692.                                    
  693.                                    
  694.                            
  695.                        
  696.                                    <li>
  697.                                        <a class="dropdown-item"
  698.                                            href="/category/sports/">
  699.                                            SPORTS
  700.                                        </a>
  701.                                    </li>
  702.                                    
  703.  
  704.                                    
  705.                                    
  706.                            
  707.                        
  708.                                    <li>
  709.                                        <a class="dropdown-item"
  710.                                            href="/category/tech/">
  711.                                            TECH
  712.                                        </a>
  713.                                    </li>
  714.                                    
  715.  
  716.                                    
  717.                                    
  718.                            
  719.                        
  720.                                    <li>
  721.                                        <a class="dropdown-item"
  722.                                            href="/category/travel/">
  723.                                            TRAVEL
  724.                                        </a>
  725.                                    </li>
  726.                                    
  727.  
  728.                                    
  729.                                    
  730.                                </ul>
  731.                            </li>
  732.                            
  733.                            
  734. <li>
  735.                  <a href="/page/contact-us/">
  736.                     Contact Us
  737.                  </a>
  738.              </li>
  739.                    </ul>
  740.                </nav>
  741.  
  742.  
  743.                <!-- Search - Right Side -->
  744.                <div class="search-wrapper">
  745.                    <input type="search" class="search-input-field" placeholder="Search...">
  746.                    <!-- <button class="search-submit-btn" type="submit">
  747.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  748.                            stroke-width="2">
  749.                            <circle cx="11" cy="11" r="8"></circle>
  750.                            <path d="m21 21-4.35-4.35"></path>
  751.                        </svg>
  752.                    </button> -->
  753.                        <!-- The search results will be displayed here -->
  754.          <div id="search-results" class="search-results-container search-v1"></div>
  755.                </div>
  756.            </div>
  757.        </div>
  758.    </div>
  759. </header>
  760.  
  761.  
  762. <script>
  763.    function toggleNav() {
  764.        const nav = document.getElementById('primaryNav');
  765.        const toggle = document.querySelector('.mobile-nav-toggle');
  766.  
  767.        nav.classList.toggle('show');
  768.        toggle.classList.toggle('active');
  769.    }
  770.  
  771.    // Close nav when clicking outside
  772.    document.addEventListener('click', function (event) {
  773.        const nav = document.getElementById('primaryNav');
  774.        const toggle = document.querySelector('.mobile-nav-toggle');
  775.  
  776.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  777.            nav.classList.remove('show');
  778.            toggle.classList.remove('active');
  779.        }
  780.    });
  781.  
  782.    // Close nav when window is resized to desktop
  783.    window.addEventListener('resize', function () {
  784.        if (window.innerWidth > 768) {
  785.            document.getElementById('primaryNav').classList.remove('show');
  786.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  787.        }
  788.    });
  789.  
  790. </script>
  791.  
  792. <style>
  793.    .custom-header {
  794.        background: var(--navbar-bg);
  795.        border-bottom: 1px solid var(--border-color);
  796.        position: sticky;
  797.        top: 0;
  798.        z-index: 1000;
  799.        padding: 0px 10px;
  800.    }
  801.  
  802.    /* Logo Section - Top Centered */
  803.    .logo-container {
  804.        text-align: center;
  805.        padding: 10px 0;
  806.        background: var(--navbar-bg);
  807.        border-bottom: 1px solid var(--border-color);
  808.    }
  809.  
  810.    .brand-link {
  811.        display: inline-flex;
  812.        align-items: center;
  813.        text-decoration: none;
  814.    }
  815.  
  816.    .brand-link img {
  817.        height: 100px;
  818.        width: auto;
  819.    }
  820.  
  821.    /* Navigation Section */
  822.    .navigation-container {
  823.        background: var(--navbar-bg);
  824.        padding: 0;
  825.    }
  826.  
  827.    .nav-content {
  828.        display: flex;
  829.        align-items: center;
  830.        justify-content: space-between;
  831.        min-height: 60px;
  832.        position: relative;
  833.    }
  834.  
  835.    /* Mobile toggle button */
  836.    .mobile-nav-toggle {
  837.        display: none;
  838.        background: var(--navbar-bg);
  839.        border: 2px solid var(--bs-primary);
  840.        color: var(--navbar-color);
  841.        padding: 8px;
  842.        border-radius: 12px;
  843.        cursor: pointer;
  844.        transition: all 0.3s ease;
  845.    }
  846.  
  847.    .mobile-nav-toggle:hover {
  848.        background: var(--bs-primary);
  849.        color: var(--link-color) !important;
  850.    }
  851.  
  852.    /* Navigation Links - Left Side */
  853.    .primary-nav {
  854.        flex: 1;
  855.    }
  856.  
  857.    .nav-links-list {
  858.        display: flex;
  859.        list-style: none;
  860.        margin: 0;
  861.        padding: 0;
  862.        gap: 5px;
  863.        align-items: center;
  864.    }
  865.  
  866.    .nav-item {
  867.        display: block;
  868.        padding: 8px 16px;
  869.        color: #333;
  870.        text-decoration: none;
  871.        font-weight: 500;
  872.        font-size: 14px;
  873.        text-transform: uppercase;
  874.        letter-spacing: 0.5px;
  875.        border-radius: 12px;
  876.        transition: all 0.3s ease;
  877.        white-space: nowrap;
  878.    }
  879.  
  880.    .nav-item:hover {
  881.        background: rgba(0, 123, 255, 0.19);
  882.        color: var(--navbar-color);
  883.    }
  884.  
  885.    .nav-item.active {
  886.        background: var(--bs-primary);
  887.        color: var(--link-color) !important;
  888.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  889.    }
  890.  
  891.    /* Search Container - Right Side */
  892.    .search-wrapper {
  893.        display: flex;
  894.        align-items: center;
  895.        gap: 8px;
  896.    }
  897.  
  898.    .search-input-field {
  899.        padding: 12px 18px;
  900.        border: 2px solid var(--border-color);
  901.        border-radius: 12px;
  902.        background: var(--navbar-bg);
  903.        color: var(--navbar-color);
  904.        font-size: 14px;
  905.        width: 250px;
  906.        transition: all 0.3s ease;
  907.    }
  908.  
  909.    .search-input-field::placeholder {
  910.        color: #6c757d;
  911.    }
  912.  
  913.    .search-input-field:focus {
  914.        outline: none;
  915.        background: white;
  916.        border-color: var(--bs-primary);
  917.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  918.    }
  919.  
  920.    .search-submit-btn {
  921.        background: var(--bs-primary);
  922.        border: none;
  923.        color: white;
  924.        padding: 12px;
  925.        border-radius: 12px;
  926.        cursor: pointer;
  927.        transition: all 0.3s ease;
  928.        display: flex;
  929.        align-items: center;
  930.        justify-content: center;
  931.    }
  932.  
  933.    .search-submit-btn:hover {
  934.        transform: scale(1.05);
  935.        opacity: 0.7;
  936.    }
  937.  
  938.    /* Tablet responsiveness */
  939.    @media (max-width: 1200px) {
  940.        .nav-item {
  941.            font-size: 13px;
  942.        }
  943.  
  944.        .search-input-field {
  945.            width: 220px;
  946.        }
  947.    }
  948.  
  949.    @media (max-width: 1024px) {
  950.        .nav-item {
  951.            font-size: 13px;
  952.        }
  953.  
  954.        .search-input-field {
  955.            width: 200px;
  956.        }
  957.    }
  958.  
  959.    @media (max-width: 900px) {
  960.        .nav-item {
  961.            font-size: 12px;
  962.        }
  963.  
  964.        .search-input-field {
  965.            width: 180px;
  966.        }
  967.    }
  968.  
  969.    /* Mobile responsiveness */
  970.    @media (max-width: 768px) {
  971.        .container-fluid {
  972.            padding: 0 15px;
  973.        }
  974.  
  975.        .logo-container {
  976.            padding: 15px 0;
  977.        }
  978.  
  979.        .brand-link img {
  980.            height: 40px;
  981.        }
  982.  
  983.        /* Show mobile toggle */
  984.        .mobile-nav-toggle {
  985.            display: block;
  986.        }
  987.  
  988.        .nav-content {
  989.            min-height: 50px;
  990.            padding: 10px 0;
  991.        }
  992.  
  993.        /* Hide navigation on mobile by default */
  994.        .primary-nav {
  995.            position: absolute;
  996.            top: 100%;
  997.            left: 0;
  998.            right: 0;
  999.            background: var(--navbar-bg);
  1000.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1001.            border-radius: 0 0 10px 10px;
  1002.            transform: translateY(-100%);
  1003.            opacity: 0;
  1004.            visibility: hidden;
  1005.            transition: all 0.3s ease;
  1006.            z-index: 999;
  1007.        }
  1008.  
  1009.        /* Show navigation when toggled */
  1010.        .primary-nav.show {
  1011.            transform: translateY(0);
  1012.            opacity: 1;
  1013.            visibility: visible;
  1014.        }
  1015.  
  1016.        .nav-links-list {
  1017.            flex-direction: column;
  1018.            gap: 0;
  1019.            padding: 15px 0;
  1020.        }
  1021.  
  1022.        .nav-item {
  1023.            border-bottom: 1px solid #eee;
  1024.            text-align: left;
  1025.            border-radius: 0;
  1026.            width: 100%;
  1027.        }
  1028.  
  1029.        .nav-item:last-child {
  1030.            border-bottom: none;
  1031.        }
  1032.  
  1033.        /* Search stays visible on mobile - right side */
  1034.        .search-wrapper {
  1035.            margin-left: auto;
  1036.        }
  1037.  
  1038.        .search-input-field {
  1039.            width: 160px;
  1040.            padding: 10px 15px;
  1041.            font-size: 13px;
  1042.        }
  1043.  
  1044.        .search-submit-btn {
  1045.            padding: 10px;
  1046.        }
  1047.    }
  1048.  
  1049.    @media (max-width: 576px) {
  1050.        .logo-container {
  1051.            padding: 12px 0;
  1052.        }
  1053.  
  1054.        .brand-link img {
  1055.            height: 35px;
  1056.        }
  1057.  
  1058.        .search-input-field {
  1059.            width: 140px;
  1060.            font-size: 12px;
  1061.        }
  1062.  
  1063.        .nav-content {
  1064.            gap: 10px;
  1065.        }
  1066.    }
  1067.  
  1068.    @media (max-width: 480px) {
  1069.        .container-fluid {
  1070.            padding: 0 10px;
  1071.        }
  1072.  
  1073.        .search-input-field {
  1074.            width: 120px;
  1075.        }
  1076.  
  1077.        .mobile-nav-toggle {
  1078.            padding: 6px;
  1079.        }
  1080.  
  1081.        .nav-item {
  1082.            font-size: 13px;
  1083.        }
  1084.    }
  1085.  
  1086.    @media (max-width: 400px) {
  1087.        .search-input-field {
  1088.            width: 100px;
  1089.            font-size: 11px;
  1090.            padding: 8px 12px;
  1091.        }
  1092.  
  1093.        .search-submit-btn {
  1094.            padding: 8px;
  1095.        }
  1096.  
  1097.        .search-submit-btn svg {
  1098.            width: 14px;
  1099.            height: 14px;
  1100.        }
  1101.    }
  1102.  
  1103.      /* search field */
  1104.  .search-results-container {
  1105.  position: absolute;
  1106.  top: 100%; /* Position it below the input field */
  1107.  left: 0;
  1108.  right: 0;
  1109.  background-color: white;
  1110.  border: 1px solid #ddd;
  1111.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1112.  max-height: 300px;
  1113.  overflow-y: auto;
  1114.  z-index: 1000;
  1115.  display: none; /* Initially hidden */
  1116. }
  1117.  
  1118. .search-results-container p {
  1119.  margin: 0;
  1120. }
  1121.  
  1122. .search-results-container .result-item {
  1123.  padding: 10px;
  1124.  cursor: pointer;
  1125. }
  1126.  
  1127. .search-results-container .result-item:hover {
  1128.  background-color: #f0f0f0;
  1129. }
  1130.  
  1131. </style>
  1132.  
  1133. <script>
  1134.  document.addEventListener("DOMContentLoaded", function () {
  1135.    const searchInput = document.querySelector(".search-input-field");
  1136.    const searchResults = document.getElementById("search-results");
  1137.  
  1138.    if (!searchInput || !searchResults) return; // Safety check
  1139.  
  1140.    // 🔍 Handle typing
  1141.    searchInput.addEventListener("keyup", function (e) {
  1142.      e.preventDefault();
  1143.  
  1144.      const query = searchInput.value.trim();
  1145.  
  1146.      if (query === "") {
  1147.        searchResults.innerHTML = "";
  1148.        searchResults.style.display = "none";
  1149.        return;
  1150.      }
  1151.  
  1152.      searchResults.style.display = "block";
  1153.  
  1154.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1155.        method: "GET",
  1156.        headers: {
  1157.          "X-Requested-With": "XMLHttpRequest",
  1158.        },
  1159.      })
  1160.        .then(response => response.json())
  1161.        .then(data => {
  1162.          if (data.html) {
  1163.            searchResults.innerHTML = data.html;
  1164.          } else {
  1165.            searchResults.innerHTML = "<p>No results found.</p>";
  1166.          }
  1167.        })
  1168.        .catch(error => {
  1169.          console.error("Error fetching search results:", error);
  1170.        });
  1171.    });
  1172.  
  1173.    // 🖱️ Close results when clicking outside
  1174.    document.addEventListener("click", function (e) {
  1175.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1176.        searchResults.style.display = "none";
  1177.      }
  1178.    });
  1179.  
  1180.    // ⌨️ Close results when pressing Escape
  1181.    document.addEventListener("keydown", function (e) {
  1182.      if (e.key === "Escape") {
  1183.        searchResults.style.display = "none";
  1184.      }
  1185.    });
  1186.  });
  1187. </script>
  1188.  
  1189.        </header>
  1190.        <!-- end of header -->
  1191.        <!-- start of wpo-blog-hero -->
  1192.        
  1193.  
  1194.  
  1195.  
  1196.  <!-- Django Template for Clean Blog Cards -->
  1197.  
  1198.  
  1199.  
  1200.  
  1201. <div class="blog-section">
  1202.    <div class="container-fluid fluid-container">
  1203.        <div class="blog-grid">
  1204.            
  1205.            
  1206.              
  1207.            <!-- Featured Blog Card -->
  1208.            <article class="blog-card featured">
  1209.                <div class="card-image">
  1210.                    
  1211.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1212.                    
  1213.                    <span class="category bg-primary-gradient">News</span>
  1214.                </div>
  1215.                <div class="card-content">
  1216.                    <h2 class="card-title"><a class="top-color" href="/childrens-questions-discovering-the-tale-of-dracula-and-the-way-honeybees-make-sweet-nectar/">
  1217.                                        Children&#x27;s Questions: Discovering the Tale of Dracula and the Way Honeybees Make Sweet Nectar
  1218.                                    </a></h2>
  1219.                    <p class="card-excerpt"></p>
  1220.                    <div class="card-meta">
  1221.                        <div class="author">
  1222.                            
  1223.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="author-avatar">
  1224.                            
  1225.                            <span class="author-name">Jeffery Sharp</span>
  1226.                        </div>
  1227.                        <span class="date">04 Sep 2026</span>
  1228.                    </div>
  1229.                    <a  href="/childrens-questions-discovering-the-tale-of-dracula-and-the-way-honeybees-make-sweet-nectar/" class="read-more">Read Article</a>
  1230.                </div>
  1231.            </article>
  1232.  
  1233.            
  1234.            
  1235.  
  1236.            
  1237.            <!-- Regular Blog Card -->
  1238.            <article class="blog-card">
  1239.                <div class="card-image">
  1240.                    
  1241.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1242.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1243.                    
  1244.                    <span class="category bg-primary-gradient">News</span>
  1245.                </div>
  1246.                <div class="card-content">
  1247.                    <h3 class="card-title"> <a class="top-color" href="/the-holiday-drink-the-method/" >
  1248.                                        The Holiday Drink – The Method
  1249.                                    </a></h3>
  1250.                    <p class="card-excerpt"></p>
  1251.                    <div class="card-meta">
  1252.                        <div class="author">
  1253.                              
  1254.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="author-avatar">
  1255.                            
  1256.                            <span class="author-name">Jeffery Sharp</span>
  1257.                        </div>
  1258.                        <span class="date">04 Sep 2026</span>
  1259.                    </div>
  1260.                    <a  href="/the-holiday-drink-the-method/" class="read-more">Read Article</a>
  1261.                </div>
  1262.            </article>
  1263.            
  1264.            <!-- Regular Blog Card -->
  1265.            <article class="blog-card">
  1266.                <div class="card-image">
  1267.                    
  1268.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1269.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1270.                    
  1271.                    <span class="category bg-primary-gradient">News</span>
  1272.                </div>
  1273.                <div class="card-content">
  1274.                    <h3 class="card-title"> <a class="top-color" href="/uk-councils-intend-to-dispose-of-community-hubs-and-sports-centres-to-manage-finances/" >
  1275.                                        UK Councils Intend to Dispose of Community Hubs and Sports Centres to Manage Finances
  1276.                                    </a></h3>
  1277.                    <p class="card-excerpt"></p>
  1278.                    <div class="card-meta">
  1279.                        <div class="author">
  1280.                              
  1281.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="author-avatar">
  1282.                            
  1283.                            <span class="author-name">Jeffery Sharp</span>
  1284.                        </div>
  1285.                        <span class="date">04 Sep 2026</span>
  1286.                    </div>
  1287.                    <a  href="/uk-councils-intend-to-dispose-of-community-hubs-and-sports-centres-to-manage-finances/" class="read-more">Read Article</a>
  1288.                </div>
  1289.            </article>
  1290.            
  1291.            <!-- Regular Blog Card -->
  1292.            <article class="blog-card">
  1293.                <div class="card-image">
  1294.                    
  1295.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1296.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1297.                    
  1298.                    <span class="category bg-primary-gradient">News</span>
  1299.                </div>
  1300.                <div class="card-content">
  1301.                    <h3 class="card-title"> <a class="top-color" href="/chris-suttons-projections-versus-english-gaming-star-daniel-the-stingray-ray/" >
  1302.                                        Chris Sutton&#x27;s Projections versus English Gaming Star Daniel &#x27;The Stingray&#x27; Ray
  1303.                                    </a></h3>
  1304.                    <p class="card-excerpt"></p>
  1305.                    <div class="card-meta">
  1306.                        <div class="author">
  1307.                              
  1308.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="author-avatar">
  1309.                            
  1310.                            <span class="author-name">Jeffery Sharp</span>
  1311.                        </div>
  1312.                        <span class="date">04 Sep 2026</span>
  1313.                    </div>
  1314.                    <a  href="/chris-suttons-projections-versus-english-gaming-star-daniel-the-stingray-ray/" class="read-more">Read Article</a>
  1315.                </div>
  1316.            </article>
  1317.            
  1318.            <!-- Regular Blog Card -->
  1319.            <article class="blog-card">
  1320.                <div class="card-image">
  1321.                    
  1322.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1323.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1324.                    
  1325.                    <span class="category bg-primary-gradient">News</span>
  1326.                </div>
  1327.                <div class="card-content">
  1328.                    <h3 class="card-title"> <a class="top-color" href="/british-broadcasting-corporation-branded-as-totally-false-information-by-the-former-presidents-spokesperson/" >
  1329.                                        British Broadcasting Corporation Branded as &quot;Totally False Information&quot; by the Former President&#x27;s Spokesperson
  1330.                                    </a></h3>
  1331.                    <p class="card-excerpt"></p>
  1332.                    <div class="card-meta">
  1333.                        <div class="author">
  1334.                              
  1335.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="author-avatar">
  1336.                            
  1337.                            <span class="author-name">Jeffery Sharp</span>
  1338.                        </div>
  1339.                        <span class="date">04 Sep 2026</span>
  1340.                    </div>
  1341.                    <a  href="/british-broadcasting-corporation-branded-as-totally-false-information-by-the-former-presidents-spokesperson/" class="read-more">Read Article</a>
  1342.                </div>
  1343.            </article>
  1344.            
  1345.  
  1346.        </div>
  1347.    </div>
  1348. </div>
  1349.  
  1350. <style>
  1351.  
  1352.  
  1353. .blog-section {
  1354.    padding: 60px 0;
  1355. }
  1356.  
  1357.  
  1358. .blog-grid {
  1359.    display: grid;
  1360.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1361.    gap: 30px;
  1362. }
  1363.  
  1364. /* Blog Cards */
  1365. .blog-card {
  1366.    background: var(--card-bg);
  1367.    border: 1px solid var(--border-color);
  1368.    border-radius: var(--card-radius);
  1369.    overflow: hidden;
  1370.    transition: all 0.3s ease;
  1371. }
  1372.  
  1373. .blog-card:hover {
  1374.    transform: translateY(-5px);
  1375.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1376.    border-color: var(--border-color);
  1377. }
  1378.  
  1379. .featured {
  1380.    grid-column: span 2;
  1381.    display: grid;
  1382.    grid-template-columns: 1fr 1fr;
  1383.    gap: 0;
  1384. }
  1385.  
  1386. .card-image {
  1387.    position: relative;
  1388.    height: 220px;
  1389.    background: #f8f8f8;
  1390. }
  1391.  
  1392. .featured .card-image {
  1393.    height: 100%;
  1394.    min-height: 300px;
  1395. }
  1396.  
  1397. .card-image img {
  1398.    width: 100%;
  1399.    height: 100%;
  1400.    object-fit: cover;
  1401. }
  1402.  
  1403. .category {
  1404.    position: absolute;
  1405.    top: 15px;
  1406.    left: 15px;
  1407.    padding: 6px 16px;
  1408.    border-radius: 20px;
  1409.    font-size: 12px;
  1410.    font-weight: 500;
  1411.    text-transform: uppercase;
  1412.    letter-spacing: 0.5px;
  1413. }
  1414.  
  1415. .card-content {
  1416.    padding: 25px;
  1417. }
  1418.  
  1419. .featured .card-content {
  1420.    display: flex;
  1421.    flex-direction: column;
  1422.    justify-content: center;
  1423.    padding: 40px;
  1424. }
  1425.  
  1426. .card-title {
  1427.    font-size: 18px;
  1428.    font-weight: 600;
  1429.    margin-bottom: 12px;
  1430.    line-height: 1.4;
  1431. }
  1432.  
  1433. .featured .card-title {
  1434.    font-size: 24px;
  1435.    margin-bottom: 15px;
  1436. }
  1437.  
  1438. .card-excerpt {
  1439.    color: #666;
  1440.    font-size: 14px;
  1441.    line-height: 1.6;
  1442.    margin-bottom: 20px;
  1443. }
  1444.  
  1445. .featured .card-excerpt {
  1446.    font-size: 16px;
  1447.    margin-bottom: 25px;
  1448. }
  1449.  
  1450. .card-meta {
  1451.    display: flex;
  1452.    align-items: center;
  1453.    justify-content: space-between;
  1454.    padding-top: 15px;
  1455.    border-top: 1px solid #f0f0f0;
  1456.    margin-bottom: 15px;
  1457. }
  1458.  
  1459. .author {
  1460.    display: flex;
  1461.    align-items: center;
  1462.    gap: 10px;
  1463. }
  1464.  
  1465. .author-avatar {
  1466.    width: 30px;
  1467.    height: 30px;
  1468.    border-radius: 50%;
  1469.    object-fit: cover;
  1470.    border: 1px solid #e5e5e5;
  1471. }
  1472.  
  1473. .author-name {
  1474.    color: #555;
  1475.    font-size: 13px;
  1476.    font-weight: 500;
  1477. }
  1478.  
  1479. .date {
  1480.    color: #999;
  1481.    font-size: 12px;
  1482. }
  1483.  
  1484. .read-more {
  1485.    color: #333;
  1486.    text-decoration: none;
  1487.    font-size: 13px;
  1488.    font-weight: 500;
  1489.    display: inline-flex;
  1490.    align-items: center;
  1491.    transition: color 0.2s ease;
  1492. }
  1493.  
  1494. .read-more:hover {
  1495.    color: #000;
  1496. }
  1497.  
  1498. .read-more::after {
  1499.    content: '→';
  1500.    margin-left: 8px;
  1501.    transition: transform 0.2s ease;
  1502. }
  1503.  
  1504. .read-more:hover::after {
  1505.    transform: translateX(4px);
  1506. }
  1507.  
  1508. /* Newsletter Card */
  1509. .newsletter-card {
  1510.    background: white;
  1511.    border: 2px dashed #ddd;
  1512.    border-radius: 12px;
  1513.    padding: 40px 30px;
  1514.    text-align: center;
  1515.    display: flex;
  1516.    flex-direction: column;
  1517.    justify-content: center;
  1518.    align-items: center;
  1519. }
  1520.  
  1521. .newsletter-title {
  1522.    color: #333;
  1523.    font-size: 20px;
  1524.    font-weight: 600;
  1525.    margin-bottom: 8px;
  1526. }
  1527.  
  1528. .newsletter-desc {
  1529.    color: #666;
  1530.    font-size: 14px;
  1531.    margin-bottom: 25px;
  1532. }
  1533.  
  1534. .newsletter-form {
  1535.    width: 100%;
  1536.    max-width: 280px;
  1537.    margin-bottom: 15px;
  1538. }
  1539.  
  1540. .email-input {
  1541.    width: 100%;
  1542.    padding: 12px 16px;
  1543.    border: 1px solid #ddd;
  1544.    border-radius: 8px;
  1545.    font-size: 14px;
  1546.    margin-bottom: 12px;
  1547.    transition: border-color 0.2s ease;
  1548. }
  1549.  
  1550. .email-input:focus {
  1551.    outline: none;
  1552.    border-color: #333;
  1553. }
  1554.  
  1555. .subscribe-btn {
  1556.    width: 100%;
  1557.    padding: 12px 16px;
  1558.    background: #333;
  1559.    color: white;
  1560.    border: none;
  1561.    border-radius: 8px;
  1562.    font-size: 14px;
  1563.    font-weight: 500;
  1564.    cursor: pointer;
  1565.    transition: background 0.2s ease;
  1566. }
  1567.  
  1568. .subscribe-btn:hover {
  1569.    background: #555;
  1570. }
  1571.  
  1572. .subscriber-count {
  1573.    color: #999;
  1574.    font-size: 12px;
  1575. }
  1576.  
  1577. /* Responsive Design */
  1578. @media (max-width: 768px) {
  1579.    .blog-grid {
  1580.        grid-template-columns: 1fr;
  1581.        gap: 20px;
  1582.    }
  1583.    
  1584.    .featured {
  1585.        grid-column: span 1;
  1586.        grid-template-columns: 1fr;
  1587.    }
  1588.    
  1589.    .featured .card-image {
  1590.        height: 220px;
  1591.    }
  1592.    
  1593.    .featured .card-content {
  1594.        padding: 25px;
  1595.    }
  1596.    
  1597.    .featured .card-title {
  1598.        font-size: 20px;
  1599.    }
  1600.    
  1601.    .featured .card-excerpt {
  1602.        font-size: 14px;
  1603.    }
  1604. }
  1605.  
  1606. @media (max-width: 480px) {
  1607.    .container {
  1608.        padding: 0 15px;
  1609.    }
  1610.    
  1611.    .card-content,
  1612.    .featured .card-content {
  1613.        padding: 20px;
  1614.    }
  1615.    
  1616.    .newsletter-card {
  1617.        padding: 30px 20px;
  1618.    }
  1619. }
  1620. </style>
  1621.  
  1622.  
  1623.  
  1624.  
  1625.        <!-- end of wpo-blog-hero -->
  1626.  
  1627.        <!-- start of wpo-breacking-news -->
  1628.        
  1629.        <!-- end of wpo-breacking-news -->
  1630.        
  1631.        <!-- start wpo-blog-highlights-section -->
  1632.        
  1633.  
  1634.  
  1635.  
  1636.    
  1637.  
  1638.  
  1639.  
  1640. <style>
  1641.    .blog-highlights-v2 {
  1642.        padding: 60px 0;
  1643.    }
  1644.    
  1645.    .blog-card-v2 {
  1646.        border: none;
  1647.        border-radius: 16px;
  1648.        overflow: hidden;
  1649.        transition: all 0.3s ease;
  1650.        background: white;
  1651.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1652.    }
  1653.    
  1654.    .blog-card-v2:hover {
  1655.        transform: translateY(-8px);
  1656.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1657.    }
  1658.    
  1659.    .blog-image-v2 {
  1660.        position: relative;
  1661.        overflow: hidden;
  1662.        height: 220px;
  1663.    }
  1664.    
  1665.    .blog-image-v2 img {
  1666.        width: 100%;
  1667.        height: 100%;
  1668.        object-fit: cover;
  1669.        transition: transform 0.3s ease;
  1670.    }
  1671.    
  1672.    .blog-card-v2:hover .blog-image-v2 img {
  1673.        transform: scale(1.05);
  1674.    }
  1675.    
  1676.    .blog-category-v2 {
  1677.        position: absolute;
  1678.        top: 16px;
  1679.        left: 16px;
  1680.        padding: 6px 14px;
  1681.        border-radius: 20px;
  1682.        font-size: 12px;
  1683.        font-weight: 600;
  1684.        text-transform: uppercase;
  1685.        letter-spacing: 0.5px;
  1686.    }
  1687.    
  1688.    .blog-content-v2 {
  1689.        padding: 24px;
  1690.    }
  1691.    
  1692.    .blog-title-v2 {
  1693.        font-size: 18px;
  1694.        font-weight: 700;
  1695.        line-height: 1.4;
  1696.        margin-bottom: 16px;
  1697.    }
  1698.    
  1699.    .blog-title-v2 a {
  1700.        text-decoration: none;
  1701.        transition: color 0.3s ease;
  1702.    }
  1703.    
  1704.    .blog-meta-v2 {
  1705.        display: flex;
  1706.        align-items: center;
  1707.        gap: 12px;
  1708.        margin-bottom: 12px;
  1709.        font-size: 13px;
  1710.    }
  1711.    
  1712.    .blog-author-img {
  1713.        width: 32px;
  1714.        height: 32px;
  1715.        border-radius: 50%;
  1716.        object-fit: cover;
  1717.    }
  1718.    
  1719.    .blog-excerpt-v2 {
  1720.        font-size: 14px;
  1721.        line-height: 1.6;
  1722.        opacity: 0.8;
  1723.    }
  1724.    
  1725.    .section-title-v2 {
  1726.        font-size: 2.5rem;
  1727.        font-weight: 800;
  1728.        text-align: center;
  1729.        margin-bottom: 50px;
  1730.    }
  1731.  
  1732.    @media (max-width: 768px) {
  1733.        .section-title-v2 {
  1734.            font-size: 2rem;
  1735.        }
  1736.        .blog-highlights-v2 {
  1737.            padding: 40px 0;
  1738.        }
  1739.    }
  1740. </style>
  1741.  
  1742. <section class="blog-highlights-v2">
  1743.    <div class="container-fluid fluid-container">
  1744.        <div class="row">
  1745.            <div class="col-12">
  1746.                <h2 class="section-title-v2 top-color">
  1747.                Today's Top Highlights
  1748.                   </h2>
  1749.            </div>
  1750.            
  1751.        </div>
  1752.        
  1753.        <div class="row">
  1754.            <div class="col-lg-8 col-12">
  1755.                <div class="row g-4">
  1756.                    
  1757.                    <div class="col-lg-6 col-md-6 col-12">
  1758.                        <div class="card blog-card-v2 h-100">
  1759.                            <div class="blog-image-v2">
  1760.                                
  1761.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1762.                                
  1763.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1764.                            </div>
  1765.                            <div class="blog-content-v2">
  1766.                                <h3 class="blog-title-v2">
  1767.                                    <a href="/the-iconic-game-at-20-the-plastic-guitar-that-united-generations-among-music-generations/" class="top-color">
  1768.                                    The Iconic Game at 20 – The Plastic Guitar That United Generations Among Music Generations
  1769.                                    </a>
  1770.                                </h3>
  1771.                                <div class="blog-meta-v2">
  1772.                                    
  1773.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1774.                                    
  1775.                                    
  1776.                                    <span class="top-color">By Jeffery Sharp</span>
  1777.                                    <span class="top-color">04 Sep 2026</span>
  1778.                                </div>
  1779.                                <p class="blog-excerpt-v2 top-color"> </p>
  1780.                            </div>
  1781.                        </div>
  1782.                    </div>
  1783.                    
  1784.                    <div class="col-lg-6 col-md-6 col-12">
  1785.                        <div class="card blog-card-v2 h-100">
  1786.                            <div class="blog-image-v2">
  1787.                                
  1788.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1789.                                
  1790.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1791.                            </div>
  1792.                            <div class="blog-content-v2">
  1793.                                <h3 class="blog-title-v2">
  1794.                                    <a href="/a-warning-to-keir-starmer-from-his-personal-history-without-boldness-regarding-britains-eu-exit-and-the-eu-your-party-challengers-shall-be/" class="top-color">
  1795.                                    A Warning to Keir Starmer from His Personal History: Without Boldness regarding Britain&#x27;s EU Exit and the EU, Your Party Challengers Shall Be.
  1796.                                    </a>
  1797.                                </h3>
  1798.                                <div class="blog-meta-v2">
  1799.                                    
  1800.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1801.                                    
  1802.                                    
  1803.                                    <span class="top-color">By Jeffery Sharp</span>
  1804.                                    <span class="top-color">04 Sep 2026</span>
  1805.                                </div>
  1806.                                <p class="blog-excerpt-v2 top-color"> </p>
  1807.                            </div>
  1808.                        </div>
  1809.                    </div>
  1810.                    
  1811.                    <div class="col-lg-6 col-md-6 col-12">
  1812.                        <div class="card blog-card-v2 h-100">
  1813.                            <div class="blog-image-v2">
  1814.                                
  1815.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1816.                                
  1817.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1818.                            </div>
  1819.                            <div class="blog-content-v2">
  1820.                                <h3 class="blog-title-v2">
  1821.                                    <a href="/tell-us-about-a-favorite-winter-walk-in-the-britain/" class="top-color">
  1822.                                    Tell Us About A Favorite Winter Walk in the Britain
  1823.                                    </a>
  1824.                                </h3>
  1825.                                <div class="blog-meta-v2">
  1826.                                    
  1827.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1828.                                    
  1829.                                    
  1830.                                    <span class="top-color">By Jeffery Sharp</span>
  1831.                                    <span class="top-color">03 Sep 2026</span>
  1832.                                </div>
  1833.                                <p class="blog-excerpt-v2 top-color"> </p>
  1834.                            </div>
  1835.                        </div>
  1836.                    </div>
  1837.                    
  1838.                    <div class="col-lg-6 col-md-6 col-12">
  1839.                        <div class="card blog-card-v2 h-100">
  1840.                            <div class="blog-image-v2">
  1841.                                
  1842.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1843.                                
  1844.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1845.                            </div>
  1846.                            <div class="blog-content-v2">
  1847.                                <h3 class="blog-title-v2">
  1848.                                    <a href="/a-group-of-six-britons-jailed-for-1m-arson-attack-on-warehouse-holding-aid-for-ukraine/" class="top-color">
  1849.                                    A Group of Six Britons Jailed for £1m Arson Attack on Warehouse Holding Aid for Ukraine
  1850.                                    </a>
  1851.                                </h3>
  1852.                                <div class="blog-meta-v2">
  1853.                                    
  1854.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1855.                                    
  1856.                                    
  1857.                                    <span class="top-color">By Jeffery Sharp</span>
  1858.                                    <span class="top-color">03 Sep 2026</span>
  1859.                                </div>
  1860.                                <p class="blog-excerpt-v2 top-color"> </p>
  1861.                            </div>
  1862.                        </div>
  1863.                    </div>
  1864.                    
  1865.                    <div class="col-lg-6 col-md-6 col-12">
  1866.                        <div class="card blog-card-v2 h-100">
  1867.                            <div class="blog-image-v2">
  1868.                                
  1869.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1870.                                
  1871.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1872.                            </div>
  1873.                            <div class="blog-content-v2">
  1874.                                <h3 class="blog-title-v2">
  1875.                                    <a href="/the-baldurs-gate-3-creators-reveal-a-fresh-divinity-labeling-it-their-most-ambitious-rpg-yet/" class="top-color">
  1876.                                    The Baldur&#x27;s Gate 3 Creators Reveal a Fresh Divinity, Labeling it Their Most Ambitious RPG Yet
  1877.                                    </a>
  1878.                                </h3>
  1879.                                <div class="blog-meta-v2">
  1880.                                    
  1881.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1882.                                    
  1883.                                    
  1884.                                    <span class="top-color">By Jeffery Sharp</span>
  1885.                                    <span class="top-color">03 Sep 2026</span>
  1886.                                </div>
  1887.                                <p class="blog-excerpt-v2 top-color"> </p>
  1888.                            </div>
  1889.                        </div>
  1890.                    </div>
  1891.                    
  1892.                    <div class="col-lg-6 col-md-6 col-12">
  1893.                        <div class="card blog-card-v2 h-100">
  1894.                            <div class="blog-image-v2">
  1895.                                
  1896.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1897.                                
  1898.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1899.                            </div>
  1900.                            <div class="blog-content-v2">
  1901.                                <h3 class="blog-title-v2">
  1902.                                    <a href="/us-forces-struck-a-large-plant-in-the-venezuelan-nation-president-trump-stated-without-offering-specifics/" class="top-color">
  1903.                                    US Forces Struck a &#x27;Large Plant&#x27; in the Venezuelan nation, President Trump Stated Without Offering Specifics.
  1904.                                    </a>
  1905.                                </h3>
  1906.                                <div class="blog-meta-v2">
  1907.                                    
  1908.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1909.                                    
  1910.                                    
  1911.                                    <span class="top-color">By Jeffery Sharp</span>
  1912.                                    <span class="top-color">03 Sep 2026</span>
  1913.                                </div>
  1914.                                <p class="blog-excerpt-v2 top-color"> </p>
  1915.                            </div>
  1916.                        </div>
  1917.                    </div>
  1918.                    
  1919.                    <div class="col-lg-6 col-md-6 col-12">
  1920.                        <div class="card blog-card-v2 h-100">
  1921.                            <div class="blog-image-v2">
  1922.                                
  1923.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1924.                                
  1925.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1926.                            </div>
  1927.                            <div class="blog-content-v2">
  1928.                                <h3 class="blog-title-v2">
  1929.                                    <a href="/national-guard-forces-currently-protecting-government-property-in-greater-chicago-region-authority-confirms/" class="top-color">
  1930.                                    National Guard Forces Currently Protecting Government Property in Greater Chicago Region, Authority Confirms
  1931.                                    </a>
  1932.                                </h3>
  1933.                                <div class="blog-meta-v2">
  1934.                                    
  1935.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1936.                                    
  1937.                                    
  1938.                                    <span class="top-color">By Jeffery Sharp</span>
  1939.                                    <span class="top-color">03 Sep 2026</span>
  1940.                                </div>
  1941.                                <p class="blog-excerpt-v2 top-color"> </p>
  1942.                            </div>
  1943.                        </div>
  1944.                    </div>
  1945.                    
  1946.                    <div class="col-lg-6 col-md-6 col-12">
  1947.                        <div class="card blog-card-v2 h-100">
  1948.                            <div class="blog-image-v2">
  1949.                                
  1950.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1951.                                
  1952.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1953.                            </div>
  1954.                            <div class="blog-content-v2">
  1955.                                <h3 class="blog-title-v2">
  1956.                                    <a href="/peace-prize-winner-narges-mohammadi-allegedly-arrested-in-iran-according-to-supporters/" class="top-color">
  1957.                                    Peace Prize Winner Narges Mohammadi Allegedly Arrested in Iran, According to Supporters
  1958.                                    </a>
  1959.                                </h3>
  1960.                                <div class="blog-meta-v2">
  1961.                                    
  1962.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1963.                                    
  1964.                                    
  1965.                                    <span class="top-color">By Jeffery Sharp</span>
  1966.                                    <span class="top-color">03 Sep 2026</span>
  1967.                                </div>
  1968.                                <p class="blog-excerpt-v2 top-color"> </p>
  1969.                            </div>
  1970.                        </div>
  1971.                    </div>
  1972.                    
  1973.                    <div class="col-lg-6 col-md-6 col-12">
  1974.                        <div class="card blog-card-v2 h-100">
  1975.                            <div class="blog-image-v2">
  1976.                                
  1977.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1978.                                
  1979.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1980.                            </div>
  1981.                            <div class="blog-content-v2">
  1982.                                <h3 class="blog-title-v2">
  1983.                                    <a href="/toto-wolff-set-to-divest-stake-pricing-mercedes-formula-1-team-at-46bn/" class="top-color">
  1984.                                    Toto Wolff Set to Divest Stake Pricing Mercedes Formula 1 Team at £4.6bn
  1985.                                    </a>
  1986.                                </h3>
  1987.                                <div class="blog-meta-v2">
  1988.                                    
  1989.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  1990.                                    
  1991.                                    
  1992.                                    <span class="top-color">By Jeffery Sharp</span>
  1993.                                    <span class="top-color">03 Sep 2026</span>
  1994.                                </div>
  1995.                                <p class="blog-excerpt-v2 top-color"> </p>
  1996.                            </div>
  1997.                        </div>
  1998.                    </div>
  1999.                    
  2000.                    <div class="col-lg-6 col-md-6 col-12">
  2001.                        <div class="card blog-card-v2 h-100">
  2002.                            <div class="blog-image-v2">
  2003.                                
  2004.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2005.                                
  2006.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2007.                            </div>
  2008.                            <div class="blog-content-v2">
  2009.                                <h3 class="blog-title-v2">
  2010.                                    <a href="/mtgs-most-popular-draft-format-finally-arrives-on-arena/" class="top-color">
  2011.                                    MTG&#x27;s Most Popular Draft Format Finally Arrives on Arena
  2012.                                    </a>
  2013.                                </h3>
  2014.                                <div class="blog-meta-v2">
  2015.                                    
  2016.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  2017.                                    
  2018.                                    
  2019.                                    <span class="top-color">By Jeffery Sharp</span>
  2020.                                    <span class="top-color">03 Sep 2026</span>
  2021.                                </div>
  2022.                                <p class="blog-excerpt-v2 top-color"> </p>
  2023.                            </div>
  2024.                        </div>
  2025.                    </div>
  2026.                    
  2027.                    <div class="col-lg-6 col-md-6 col-12">
  2028.                        <div class="card blog-card-v2 h-100">
  2029.                            <div class="blog-image-v2">
  2030.                                
  2031.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2032.                                
  2033.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2034.                            </div>
  2035.                            <div class="blog-content-v2">
  2036.                                <h3 class="blog-title-v2">
  2037.                                    <a href="/who-issues-alert-over-critical-scarcity-of-weight-loss-injections/" class="top-color">
  2038.                                    WHO Issues Alert Over Critical Scarcity of Weight-Loss Injections
  2039.                                    </a>
  2040.                                </h3>
  2041.                                <div class="blog-meta-v2">
  2042.                                    
  2043.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  2044.                                    
  2045.                                    
  2046.                                    <span class="top-color">By Jeffery Sharp</span>
  2047.                                    <span class="top-color">02 Sep 2026</span>
  2048.                                </div>
  2049.                                <p class="blog-excerpt-v2 top-color"> </p>
  2050.                            </div>
  2051.                        </div>
  2052.                    </div>
  2053.                    
  2054.                    <div class="col-lg-6 col-md-6 col-12">
  2055.                        <div class="card blog-card-v2 h-100">
  2056.                            <div class="blog-image-v2">
  2057.                                
  2058.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2059.                                
  2060.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  2061.                            </div>
  2062.                            <div class="blog-content-v2">
  2063.                                <h3 class="blog-title-v2">
  2064.                                    <a href="/nepals-political-landscape-witnesses-major-alliance-forged-by-media-personality-and-former-musician-mayor/" class="top-color">
  2065.                                    Nepal&#x27;s Political Landscape Witnesses Major Alliance Forged By Media Personality and Former Musician Mayor
  2066.                                    </a>
  2067.                                </h3>
  2068.                                <div class="blog-meta-v2">
  2069.                                    
  2070.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="blog-author-img">
  2071.                                    
  2072.                                    
  2073.                                    <span class="top-color">By Jeffery Sharp</span>
  2074.                                    <span class="top-color">02 Sep 2026</span>
  2075.                                </div>
  2076.                                <p class="blog-excerpt-v2 top-color"> </p>
  2077.                            </div>
  2078.                        </div>
  2079.                    </div>
  2080.                    
  2081.                    
  2082.  
  2083.                </div>
  2084.            </div>
  2085.            
  2086.          <div class="col col-lg-4 col-12">
  2087.                
  2088.  
  2089.  
  2090.  
  2091.    
  2092.  
  2093.  
  2094. <!-- Blog Sidebar V2 - Focused Design -->
  2095.  <div class="sidebar mb-3">
  2096.    <!-- Recent Posts Section -->
  2097.    <div class="sidebar-widget mb-5">
  2098.      <div class="widget-title-wrapper mb-3">
  2099.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2100.          <i class="ti-time me-2"></i>Recent Posts
  2101.          <span class="title-arrow-primary"></span>
  2102.        </h4>
  2103.      </div>
  2104.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2105.        <div class="recent-post-list">
  2106.          
  2107.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2108.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2109.                
  2110.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2111.              
  2112.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2113.            </div>
  2114.            <div class="post-content flex-grow-1">
  2115.              <h6 class="post-title mb-2">
  2116.                 <a href="/israeli-forces-strikes-iranian-territory-as-blasts-reported-in-tehran/" class="text-decoration-none top-color fw-semibold lh-sm">
  2117.                                            Israeli Forces Strikes Iranian Territory as Blasts Reported in Tehran
  2118.                                            </a>
  2119.              </h6>
  2120.              <div class="post-meta mb-3">
  2121.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2122.                <!-- <small class="text-muted">
  2123.                  <i class="ti-eye me-1"></i>348 views
  2124.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2125.                </small> -->
  2126.              </div>
  2127.            </div>
  2128.          </div>
  2129.        
  2130.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2131.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2132.                
  2133.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2134.              
  2135.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2136.            </div>
  2137.            <div class="post-content flex-grow-1">
  2138.              <h6 class="post-title mb-2">
  2139.                 <a href="/masculine-bonds-develop-one-way-womens-friendships-other-is-it-time-to-stop-trying-to-turn-men-into-women/" class="text-decoration-none top-color fw-semibold lh-sm">
  2140.                                            Masculine Bonds Develop One Way, Women&#x27;s Friendships Other. Is It Time to Stop Trying to Turn Men Into Women?
  2141.                                            </a>
  2142.              </h6>
  2143.              <div class="post-meta mb-3">
  2144.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2145.                <!-- <small class="text-muted">
  2146.                  <i class="ti-eye me-1"></i>348 views
  2147.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2148.                </small> -->
  2149.              </div>
  2150.            </div>
  2151.          </div>
  2152.        
  2153.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2154.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2155.                
  2156.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2157.              
  2158.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2159.            </div>
  2160.            <div class="post-content flex-grow-1">
  2161.              <h6 class="post-title mb-2">
  2162.                 <a href="/i-will-overwhelm-legitimate-combatant-paul-anthony-joshua/" class="text-decoration-none top-color fw-semibold lh-sm">
  2163.                                            I will overwhelm &#x27;legitimate combatant&#x27; Paul - Anthony Joshua
  2164.                                            </a>
  2165.              </h6>
  2166.              <div class="post-meta mb-3">
  2167.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2168.                <!-- <small class="text-muted">
  2169.                  <i class="ti-eye me-1"></i>348 views
  2170.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2171.                </small> -->
  2172.              </div>
  2173.            </div>
  2174.          </div>
  2175.        
  2176.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2177.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2178.                
  2179.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2180.              
  2181.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2182.            </div>
  2183.            <div class="post-content flex-grow-1">
  2184.              <h6 class="post-title mb-2">
  2185.                 <a href="/might-other-nations-emulate-australias-lead-in-prohibiting-online-networks-for-teenagers-under-16/" class="text-decoration-none top-color fw-semibold lh-sm">
  2186.                                            Might Other Nations Emulate Australia&#x27;s Lead in Prohibiting Online Networks for Teenagers Under 16?
  2187.                                            </a>
  2188.              </h6>
  2189.              <div class="post-meta mb-3">
  2190.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2191.                <!-- <small class="text-muted">
  2192.                  <i class="ti-eye me-1"></i>348 views
  2193.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2194.                </small> -->
  2195.              </div>
  2196.            </div>
  2197.          </div>
  2198.        
  2199.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2200.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2201.                
  2202.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2203.              
  2204.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2205.            </div>
  2206.            <div class="post-content flex-grow-1">
  2207.              <h6 class="post-title mb-2">
  2208.                 <a href="/us-military-operation-on-caracas-stokes-concerns-of-future-greenland-annexation/" class="text-decoration-none top-color fw-semibold lh-sm">
  2209.                                            US Military Operation on Caracas Stokes Concerns of Future Greenland Annexation.
  2210.                                            </a>
  2211.              </h6>
  2212.              <div class="post-meta mb-3">
  2213.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2214.                <!-- <small class="text-muted">
  2215.                  <i class="ti-eye me-1"></i>348 views
  2216.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2217.                </small> -->
  2218.              </div>
  2219.            </div>
  2220.          </div>
  2221.        
  2222.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2223.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2224.                
  2225.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2226.              
  2227.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2228.            </div>
  2229.            <div class="post-content flex-grow-1">
  2230.              <h6 class="post-title mb-2">
  2231.                 <a href="/british-broadcasting-corporation-gaza-film-considered-a-major-breach-of-media-standards-says-broadcasting-watchdog/" class="text-decoration-none top-color fw-semibold lh-sm">
  2232.                                            British Broadcasting Corporation Gaza Film Considered a &#x27;Major&#x27; Breach of Media Standards, Says Broadcasting Watchdog
  2233.                                            </a>
  2234.              </h6>
  2235.              <div class="post-meta mb-3">
  2236.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>02 Sep 2026</small>
  2237.                <!-- <small class="text-muted">
  2238.                  <i class="ti-eye me-1"></i>348 views
  2239.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2240.                </small> -->
  2241.              </div>
  2242.            </div>
  2243.          </div>
  2244.        
  2245.        </div>
  2246.  
  2247.        <div class="text-center mt-4 pt-3 border-top border-light">
  2248.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2249.        </div>
  2250.      </div>
  2251.    </div>
  2252.  
  2253.    
  2254.    <div class="sidebar-widget mb-4">
  2255.      <div class="widget-title-wrapper mb-3">
  2256.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2257.          <i class="ti-calendar me-2"></i>August 2026 Blog Roll
  2258.          <span class="title-arrow"></span>
  2259.        </h4>
  2260.      </div>
  2261.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2262.        <div class="blog-roll-list scrollable-sidebar">
  2263.          
  2264.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2265.            <a href="https://www.mediatijd.nl/" class="text-decoration-none " rel="dofollow">
  2266.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2267.                <i class="ti-angle-right me-2 text-primary"></i>
  2268.                casino zonder cruks
  2269.              </h6>
  2270.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2271.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2272.              </div> -->
  2273.            </a>
  2274.          </div>
  2275.          
  2276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2277.            <a href="https://www.ctoz.nl/" class="text-decoration-none " rel="dofollow">
  2278.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2279.                <i class="ti-angle-right me-2 text-primary"></i>
  2280.                beste casino zonder cruks
  2281.              </h6>
  2282.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2283.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2284.              </div> -->
  2285.            </a>
  2286.          </div>
  2287.          
  2288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2289.            <a href="https://amsterdamdatascience.nl/" class="text-decoration-none " rel="dofollow">
  2290.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2291.                <i class="ti-angle-right me-2 text-primary"></i>
  2292.                casino zonder cruks
  2293.              </h6>
  2294.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2295.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2296.              </div> -->
  2297.            </a>
  2298.          </div>
  2299.          
  2300.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2301.            <a href="https://www.oosterkerk-amsterdam.nl/" class="text-decoration-none " rel="dofollow">
  2302.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2303.                <i class="ti-angle-right me-2 text-primary"></i>
  2304.                online casino zonder cruks
  2305.              </h6>
  2306.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2307.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2308.              </div> -->
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://playsense.nl/online-casino/casino-zonder-registratie/" class="text-decoration-none " rel="dofollow">
  2314.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                goksites zonder registratie
  2317.              </h6>
  2318.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2319.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2320.              </div> -->
  2321.            </a>
  2322.          </div>
  2323.          
  2324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2325.            <a href="https://www.pokerstrategy.com/nl/casino/" class="text-decoration-none " rel="dofollow">
  2326.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2327.                <i class="ti-angle-right me-2 text-primary"></i>
  2328.                online casinos
  2329.              </h6>
  2330.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2331.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2332.              </div> -->
  2333.            </a>
  2334.          </div>
  2335.          
  2336.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2337.            <a href="https://www.licht-op-eindhoven.nl/" class="text-decoration-none " rel="dofollow">
  2338.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2339.                <i class="ti-angle-right me-2 text-primary"></i>
  2340.                casino zonder cruks
  2341.              </h6>
  2342.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2343.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2344.              </div> -->
  2345.            </a>
  2346.          </div>
  2347.          
  2348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2349.            <a href="https://www.oosterkerk-amsterdam.nl/" class="text-decoration-none " rel="dofollow">
  2350.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2351.                <i class="ti-angle-right me-2 text-primary"></i>
  2352.                goksites zonder cruks
  2353.              </h6>
  2354.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2355.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2356.              </div> -->
  2357.            </a>
  2358.          </div>
  2359.          
  2360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2361.            <a href="https://www.licht-op-eindhoven.nl/" class="text-decoration-none " rel="dofollow">
  2362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2363.                <i class="ti-angle-right me-2 text-primary"></i>
  2364.                beste casino zonder cruks
  2365.              </h6>
  2366.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2367.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2368.              </div> -->
  2369.            </a>
  2370.          </div>
  2371.          
  2372.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2373.            <a href="https://www.gameshub.com/nl/online-casino/zonder-cruks/" class="text-decoration-none " rel="dofollow">
  2374.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2375.                <i class="ti-angle-right me-2 text-primary"></i>
  2376.                casinos zonder cruks
  2377.              </h6>
  2378.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2379.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2380.              </div> -->
  2381.            </a>
  2382.          </div>
  2383.          
  2384.  
  2385.        </div>
  2386. <!--
  2387.        <div class="text-center mt-4 pt-3 border-top border-light">
  2388.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2389.        </div> -->
  2390.      </div>
  2391.    </div>
  2392.    
  2393.    <div class="sidebar-widget mb-4">
  2394.      <div class="widget-title-wrapper mb-3">
  2395.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2396.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2397.          <span class="title-arrow"></span>
  2398.        </h4>
  2399.      </div>
  2400.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2401.        <div class="blog-roll-list scrollable-sidebar">
  2402.          
  2403.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2404.            <a href="https://www.hetfittebrein.nl/" class="text-decoration-none " rel="dofollow">
  2405.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2406.                <i class="ti-angle-right me-2 text-primary"></i>
  2407.                casinos zonder cruks
  2408.              </h6>
  2409.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2410.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2411.              </div> -->
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://www.pokerstrategy.com/nl/wedden/" class="text-decoration-none " rel="dofollow">
  2417.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                beste bookmakers
  2420.              </h6>
  2421.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2422.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2423.              </div> -->
  2424.            </a>
  2425.          </div>
  2426.          
  2427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2428.            <a href="https://wereldomroep.nl/" class="text-decoration-none " rel="dofollow">
  2429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2430.                <i class="ti-angle-right me-2 text-primary"></i>
  2431.                beste goksites nederland
  2432.              </h6>
  2433.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2434.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2435.              </div> -->
  2436.            </a>
  2437.          </div>
  2438.          
  2439.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2440.            <a href="https://hetschonewaterexperiment.nl/" class="text-decoration-none " rel="dofollow">
  2441.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2442.                <i class="ti-angle-right me-2 text-primary"></i>
  2443.                online casino nederland
  2444.              </h6>
  2445.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2446.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2447.              </div> -->
  2448.            </a>
  2449.          </div>
  2450.          
  2451.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2452.            <a href="https://degroeneaggregaat.nl/" class="text-decoration-none " rel="dofollow">
  2453.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2454.                <i class="ti-angle-right me-2 text-primary"></i>
  2455.                goksites zonder cruks
  2456.              </h6>
  2457.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2458.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2459.              </div> -->
  2460.            </a>
  2461.          </div>
  2462.          
  2463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2464.            <a href="https://www.licht-op-eindhoven.nl/" class="text-decoration-none " rel="dofollow">
  2465.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2466.                <i class="ti-angle-right me-2 text-primary"></i>
  2467.                beste online casinos zonder cruks
  2468.              </h6>
  2469.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2470.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2471.              </div> -->
  2472.            </a>
  2473.          </div>
  2474.          
  2475.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2476.            <a href="https://www.buitenbeeldinbeeld.nl/" class="text-decoration-none " rel="dofollow">
  2477.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2478.                <i class="ti-angle-right me-2 text-primary"></i>
  2479.                casinos zonder cruks
  2480.              </h6>
  2481.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2482.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2483.              </div> -->
  2484.            </a>
  2485.          </div>
  2486.          
  2487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2488.            <a href="https://pu.nl/gidsen/plinko-casino/" class="text-decoration-none " rel="dofollow">
  2489.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2490.                <i class="ti-angle-right me-2 text-primary"></i>
  2491.                plinko casino online
  2492.              </h6>
  2493.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2494.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2495.              </div> -->
  2496.            </a>
  2497.          </div>
  2498.          
  2499.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2500.            <a href="https://www.gamblinginsider.com/nl/online-casino-buitenland" class="text-decoration-none " rel="dofollow">
  2501.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2502.                <i class="ti-angle-right me-2 text-primary"></i>
  2503.                online casino buitenland
  2504.              </h6>
  2505.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2506.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2507.              </div> -->
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://klimaatadaptatiegroningen.nl/" class="text-decoration-none " rel="dofollow">
  2513.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                nederlandse goksites
  2516.              </h6>
  2517.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2518.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2519.              </div> -->
  2520.            </a>
  2521.          </div>
  2522.          
  2523.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2524.            <a href="https://playsense.nl/online-casino/ideal/" class="text-decoration-none " rel="dofollow">
  2525.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2526.                <i class="ti-angle-right me-2 text-primary"></i>
  2527.                online casino iDEAL
  2528.              </h6>
  2529.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2530.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2531.              </div> -->
  2532.            </a>
  2533.          </div>
  2534.          
  2535.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2536.            <a href="https://www.resilientrotterdam.nl/" class="text-decoration-none " rel="dofollow">
  2537.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2538.                <i class="ti-angle-right me-2 text-primary"></i>
  2539.                goksites zonder cruks
  2540.              </h6>
  2541.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2542.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2543.              </div> -->
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://arch-lokaal.nl/" class="text-decoration-none " rel="dofollow">
  2549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                beste online casino zonder cruks
  2552.              </h6>
  2553.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2554.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2555.              </div> -->
  2556.            </a>
  2557.          </div>
  2558.          
  2559.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2560.            <a href="https://arch-lokaal.nl/" class="text-decoration-none " rel="dofollow">
  2561.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2562.                <i class="ti-angle-right me-2 text-primary"></i>
  2563.                online casino
  2564.              </h6>
  2565.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2566.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2567.              </div> -->
  2568.            </a>
  2569.          </div>
  2570.          
  2571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.            <a href="https://wereldomroep.nl/" class="text-decoration-none " rel="dofollow">
  2573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2574.                <i class="ti-angle-right me-2 text-primary"></i>
  2575.                beste goksites
  2576.              </h6>
  2577.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2578.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2579.              </div> -->
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://www.vechtsportinfo.nl/online-casino/buitenland" class="text-decoration-none " rel="dofollow">
  2585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                buitenlandse casinos online
  2588.              </h6>
  2589.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2590.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2591.              </div> -->
  2592.            </a>
  2593.          </div>
  2594.          
  2595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.            <a href="https://gamblingnieuws.com/gidsen/snelle-uitbetaling-casino/" class="text-decoration-none " rel="dofollow">
  2597.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2598.                <i class="ti-angle-right me-2 text-primary"></i>
  2599.                online casinos met snelle uitbetaling
  2600.              </h6>
  2601.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2602.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2603.              </div> -->
  2604.            </a>
  2605.          </div>
  2606.          
  2607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.            <a href="https://www.kvo.be/" class="text-decoration-none " rel="dofollow">
  2609.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2610.                <i class="ti-angle-right me-2 text-primary"></i>
  2611.                beste online casino belgie
  2612.              </h6>
  2613.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2614.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2615.              </div> -->
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://goudsteencompany.nl/" class="text-decoration-none " rel="dofollow">
  2621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                online casino nederland
  2624.              </h6>
  2625.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2626.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2627.              </div> -->
  2628.            </a>
  2629.          </div>
  2630.          
  2631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2632.            <a href="https://www.esports.net/nl/wedden/bookmakers-nederland/" class="text-decoration-none " rel="dofollow">
  2633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2634.                <i class="ti-angle-right me-2 text-primary"></i>
  2635.                bookmakers nederland
  2636.              </h6>
  2637.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2638.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2639.              </div> -->
  2640.            </a>
  2641.          </div>
  2642.          
  2643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.            <a href="https://www.gameshub.com/nl/online-casino/buitenland/" class="text-decoration-none " rel="dofollow">
  2645.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2646.                <i class="ti-angle-right me-2 text-primary"></i>
  2647.                buitenlandse casinos
  2648.              </h6>
  2649.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2650.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2651.              </div> -->
  2652.            </a>
  2653.          </div>
  2654.          
  2655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.            <a href="https://ehumanities.nl/" class="text-decoration-none " rel="dofollow">
  2657.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.                <i class="ti-angle-right me-2 text-primary"></i>
  2659.                goksites zonder cruks
  2660.              </h6>
  2661.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2662.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2663.              </div> -->
  2664.            </a>
  2665.          </div>
  2666.          
  2667.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2668.            <a href="https://leesletters.nl/" class="text-decoration-none " rel="dofollow">
  2669.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2670.                <i class="ti-angle-right me-2 text-primary"></i>
  2671.                online casinos
  2672.              </h6>
  2673.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2674.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2675.              </div> -->
  2676.            </a>
  2677.          </div>
  2678.          
  2679.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2680.            <a href="https://www.duurzameinzetbaarheid.nl/" class="text-decoration-none " rel="dofollow">
  2681.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2682.                <i class="ti-angle-right me-2 text-primary"></i>
  2683.                casino zonder cruks
  2684.              </h6>
  2685.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2686.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2687.              </div> -->
  2688.            </a>
  2689.          </div>
  2690.          
  2691.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.            <a href="https://www.music-moves.nl/" class="text-decoration-none " rel="dofollow">
  2693.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2694.                <i class="ti-angle-right me-2 text-primary"></i>
  2695.                beste casino zonder cruks
  2696.              </h6>
  2697.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2698.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2699.              </div> -->
  2700.            </a>
  2701.          </div>
  2702.          
  2703.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2704.            <a href="https://playsense.nl/online-casino/zonder-cruks/" class="text-decoration-none " rel="dofollow">
  2705.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2706.                <i class="ti-angle-right me-2 text-primary"></i>
  2707.                online casino zonder cruks
  2708.              </h6>
  2709.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2710.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2711.              </div> -->
  2712.            </a>
  2713.          </div>
  2714.          
  2715.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.            <a href="https://pu.nl/gidsen/nieuwe-online-casinos/" class="text-decoration-none " rel="dofollow">
  2717.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2718.                <i class="ti-angle-right me-2 text-primary"></i>
  2719.                nieuwe online casino
  2720.              </h6>
  2721.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2722.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2723.              </div> -->
  2724.            </a>
  2725.          </div>
  2726.          
  2727.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.            <a href="https://wastewatchers.eu/" class="text-decoration-none " rel="dofollow">
  2729.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2730.                <i class="ti-angle-right me-2 text-primary"></i>
  2731.                beste goksites nederland
  2732.              </h6>
  2733.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2734.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2735.              </div> -->
  2736.            </a>
  2737.          </div>
  2738.          
  2739.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2740.            <a href="https://www.gameshub.com/nl/online-casino/zonder-cruks/" class="text-decoration-none " rel="dofollow">
  2741.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.                <i class="ti-angle-right me-2 text-primary"></i>
  2743.                beste casino zonder cruks
  2744.              </h6>
  2745.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.              </div> -->
  2748.            </a>
  2749.          </div>
  2750.          
  2751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.            <a href="https://www.barfisk.nl/" class="text-decoration-none " rel="dofollow">
  2753.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2754.                <i class="ti-angle-right me-2 text-primary"></i>
  2755.                online casino zonder cruks
  2756.              </h6>
  2757.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2758.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2759.              </div> -->
  2760.            </a>
  2761.          </div>
  2762.          
  2763.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.            <a href="https://bitcoinmagazine.nl/casino/beste-legale-goksites-nederland" class="text-decoration-none " rel="dofollow">
  2765.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.                <i class="ti-angle-right me-2 text-primary"></i>
  2767.                goksites
  2768.              </h6>
  2769.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2770.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2771.              </div> -->
  2772.            </a>
  2773.          </div>
  2774.          
  2775.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2776.            <a href="https://invader.be/online-casino/crypto-casino/" class="text-decoration-none " rel="dofollow">
  2777.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2778.                <i class="ti-angle-right me-2 text-primary"></i>
  2779.                crypto casino
  2780.              </h6>
  2781.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2782.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2783.              </div> -->
  2784.            </a>
  2785.          </div>
  2786.          
  2787.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.            <a href="https://huisvoorveerkracht.be/" class="text-decoration-none " rel="dofollow">
  2789.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2790.                <i class="ti-angle-right me-2 text-primary"></i>
  2791.                Belgisch online casino
  2792.              </h6>
  2793.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2794.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2795.              </div> -->
  2796.            </a>
  2797.          </div>
  2798.          
  2799.  
  2800.        </div>
  2801. <!--
  2802.        <div class="text-center mt-4 pt-3 border-top border-light">
  2803.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2804.        </div> -->
  2805.      </div>
  2806.    </div>
  2807.    
  2808.    <div class="sidebar-widget mb-4">
  2809.      <div class="widget-title-wrapper mb-3">
  2810.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2811.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2812.          <span class="title-arrow"></span>
  2813.        </h4>
  2814.      </div>
  2815.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2816.        <div class="blog-roll-list scrollable-sidebar">
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://www.gameshub.com/nl/gratis/aviator/" class="text-decoration-none " rel="dofollow">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                aviator casino
  2823.              </h6>
  2824.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2825.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2826.              </div> -->
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://n4g.com/nl/beste-goksites-nederland" class="text-decoration-none " rel="dofollow">
  2832.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.                <i class="ti-angle-right me-2 text-primary"></i>
  2834.                beste goksites
  2835.              </h6>
  2836.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2837.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2838.              </div> -->
  2839.            </a>
  2840.          </div>
  2841.          
  2842.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.            <a href="https://www.female-gamers.nl/online-bookmakers/" class="text-decoration-none " rel="dofollow">
  2844.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.                <i class="ti-angle-right me-2 text-primary"></i>
  2846.                betsites nederland
  2847.              </h6>
  2848.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.              </div> -->
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://www.medzino.com/" class="text-decoration-none " rel="dofollow">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                beste buitenlandse casino
  2859.              </h6>
  2860.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2861.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2862.              </div> -->
  2863.            </a>
  2864.          </div>
  2865.          
  2866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.            <a href="https://playsense.nl/online-casino/nieuwe/" class="text-decoration-none " rel="dofollow">
  2868.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.                <i class="ti-angle-right me-2 text-primary"></i>
  2870.                nieuwe casinos
  2871.              </h6>
  2872.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2873.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2874.              </div> -->
  2875.            </a>
  2876.          </div>
  2877.          
  2878.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2879.            <a href="https://www.bijenlint-shop.nl/" class="text-decoration-none " rel="dofollow">
  2880.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2881.                <i class="ti-angle-right me-2 text-primary"></i>
  2882.                gokken zonder cruks
  2883.              </h6>
  2884.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2885.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2886.              </div> -->
  2887.            </a>
  2888.          </div>
  2889.          
  2890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.            <a href="https://www.krachtvancultuur.nl/" class="text-decoration-none " rel="dofollow">
  2892.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.                <i class="ti-angle-right me-2 text-primary"></i>
  2894.                goksites zonder cruks
  2895.              </h6>
  2896.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2897.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2898.              </div> -->
  2899.            </a>
  2900.          </div>
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="https://www.music-moves.nl/" class="text-decoration-none " rel="dofollow">
  2904.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.                <i class="ti-angle-right me-2 text-primary"></i>
  2906.                gokken zonder cruks
  2907.              </h6>
  2908.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2909.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2910.              </div> -->
  2911.            </a>
  2912.          </div>
  2913.          
  2914.  
  2915.        </div>
  2916. <!--
  2917.        <div class="text-center mt-4 pt-3 border-top border-light">
  2918.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2919.        </div> -->
  2920.      </div>
  2921.    </div>
  2922.    
  2923.  </div>
  2924.  
  2925. <!-- Sidebar V2 Styles -->
  2926. <style>
  2927.  .sidebar-widget {
  2928.    position: relative;
  2929.  }
  2930.  
  2931.  .widget-title {
  2932.    font-size: 1.1rem;
  2933.    font-weight: 700;
  2934.    display: inline-block;
  2935.    position: relative;
  2936.    z-index: 2;
  2937.    border-radius: 0;
  2938.  }
  2939.  
  2940.  /* Green arrow for August Blog Roll */
  2941.  .title-arrow::after {
  2942.    content: '';
  2943.    position: absolute;
  2944.    top: 0;
  2945.    right: -22px;
  2946.    width: 0;
  2947.    height: 0;
  2948.    border-left: 22px solid var(--bs-primary);
  2949.    border-top: 22px solid transparent;
  2950.    border-bottom: 22px solid transparent;
  2951.    z-index: 1;
  2952.  }
  2953.  
  2954.  /* Blue arrow for Recent Posts */
  2955.  .title-arrow-primary::after {
  2956.    content: '';
  2957.    position: absolute;
  2958.    top: 0;
  2959.    right: -22px;
  2960.    width: 0;
  2961.    height: 0;
  2962.    border-left: 22px solid var(--bs-primary);
  2963.    border-top: 22px solid transparent;
  2964.    border-bottom: 22px solid transparent;
  2965.    z-index: 1;
  2966.  }
  2967.  
  2968.  .widget-content {
  2969.    margin-top: -1px;
  2970.    position: relative;
  2971.    z-index: 1;
  2972.     background-color: var(--card-bg);
  2973.  }
  2974.  
  2975.  /* Blog Roll Items Hover Effects */
  2976.  .blog-roll-item:hover .blog-title {
  2977.    color: #198754 !important;
  2978.    transform: translateX(5px);
  2979.    transition: all 0.3s ease;
  2980.  }
  2981.  
  2982.  /* Recent Post Items Hover Effects */
  2983.  .recent-post-item:hover .post-title a {
  2984.    color: #0d6efd !important;
  2985.    transition: color 0.3s ease;
  2986.  }
  2987.  
  2988.  .recent-post-item:hover .post-image img {
  2989.    transform: scale(1.05);
  2990.    transition: transform 0.3s ease;
  2991.  }
  2992.  
  2993.  /* Button Hover Effects */
  2994.  .btn:hover {
  2995.    transform: translateY(-2px);
  2996.    transition: all 0.3s ease;
  2997.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2998.  }
  2999.  
  3000.  /* Badge Hover Effects */
  3001.  .badge:hover {
  3002.    transform: scale(1.05);
  3003.    transition: transform 0.3s ease;
  3004.  }
  3005.  
  3006.  @media (max-width: 991px) {
  3007.    .sidebar {
  3008.      margin-top: 3rem;
  3009.    }
  3010.  }
  3011.  
  3012.  @media (max-width: 576px) {
  3013.    .widget-title {
  3014.      font-size: 1rem;
  3015.      padding: 0.75rem 1rem !important;
  3016.    }
  3017.  
  3018.    .title-arrow::after,
  3019.    .title-arrow-primary::after {
  3020.      right: -18px;
  3021.      border-left-width: 18px;
  3022.      border-top-width: 18px;
  3023.      border-bottom-width: 18px;
  3024.    }
  3025.  
  3026.    .post-image {
  3027.      width: 70px !important;
  3028.      height: 55px !important;
  3029.    }
  3030.  
  3031.    .blog-meta {
  3032.      flex-direction: column !important;
  3033.      align-items: flex-start !important;
  3034.      gap: 0.5rem;
  3035.    }
  3036.  }
  3037. </style>
  3038.  
  3039.    
  3040.            </div>
  3041.        </div>
  3042.    </div>
  3043. </section>
  3044.  
  3045.    
  3046.        
  3047.        <!-- end wpo-blog-highlights-section -->
  3048.        <!-- start wpo-blog-sponsored-section -->
  3049.        
  3050.  
  3051.  
  3052.  
  3053.    
  3054.  
  3055.  
  3056.  
  3057. <style>
  3058.    .sponsored-section-v3 {
  3059.        padding: 50px 0;
  3060.    }
  3061.    
  3062.    .sponsored-card-v3 {
  3063.        background: var(--card-bg);
  3064.        border: 1px solid var(--border-color);
  3065.        border-radius: 4px;
  3066.        transition: transform 0.3s ease;
  3067.        height: 100%;
  3068.    }
  3069.    
  3070.    .sponsored-card-v3:hover {
  3071.        transform: scale(1.02);
  3072.    }
  3073.    
  3074.    .sponsored-image-v3 {
  3075.        position: relative;
  3076.        height: 170px;
  3077.        border-bottom: 1px solid var(--border-color);
  3078.    }
  3079.    
  3080.    .sponsored-image-v3 img {
  3081.        width: 100%;
  3082.        height: 100%;
  3083.        object-fit: cover;
  3084.    }
  3085.    
  3086.    .sponsored-badge-v3 {
  3087.        position: absolute;
  3088.        top: 10px;
  3089.        right: 10px;
  3090.        padding: 5px 8px;
  3091.        font-size: 11px;
  3092.        font-weight: 600;
  3093.        text-transform: uppercase;
  3094.        border-radius: 50%;
  3095.    }
  3096.    
  3097.    .sponsored-content-v3 {
  3098.        position: relative;
  3099.        padding: 18px;
  3100.    }
  3101.    
  3102.    .sponsored-title-v3 {
  3103.        font-size: 16px;
  3104.        font-weight: 700;
  3105.        line-height: 1.5;
  3106.        margin-bottom: 8px;
  3107.    }
  3108.    
  3109.    .sponsored-title-v3 a {
  3110.        text-decoration: none;
  3111.        color: #333;
  3112.    }
  3113.    
  3114.    .sponsored-title-v3 a:hover {
  3115.        color: #0056b3; /* Darker blue for hover */
  3116.    }
  3117.    
  3118.    .sponsored-excerpt-v3 {
  3119.        font-size: 13px;
  3120.        font-weight: 400;
  3121.        color: #868e96;
  3122.        margin-bottom: 12px;
  3123.        line-height: 1.5;
  3124.    }
  3125.    
  3126.    .sponsored-meta-v3 {
  3127.        font-size: 12px;
  3128.        color: #6c757d;
  3129.    }
  3130.    
  3131.    .author-info-v3 {
  3132.        display: flex;
  3133.        align-items: center;
  3134.        gap: 6px;
  3135.        margin-bottom: 6px;
  3136.    }
  3137.    
  3138.    .sponsored-author-img-v3 {
  3139.        width: 24px;
  3140.        height: 24px;
  3141.        border-radius: 50%;
  3142.        object-fit: cover;
  3143.    }
  3144.    
  3145.    .section-title-sponsored-v3 {
  3146.        font-size: 2rem;
  3147.        font-weight: 600;
  3148.        text-align: left;
  3149.        margin-bottom: 25px;
  3150.        color: #333;
  3151.        border-bottom: 3px solid var(--bs-primary);
  3152.        padding-bottom: 10px;
  3153.    }
  3154.  
  3155.    @media (max-width: 768px) {
  3156.        .sponsored-section-v3 {
  3157.            padding: 30px 0;
  3158.        }
  3159.        .sponsored-content-v3 {
  3160.            padding: 15px;
  3161.        }
  3162.        .sponsored-title-v3 {
  3163.            font-size: 15px;
  3164.        }
  3165.        .sponsored-excerpt-v3 {
  3166.            font-size: 12px;
  3167.        }
  3168.        .section-title-sponsored-v3 {
  3169.            font-size: 1.8rem;
  3170.        }
  3171.    }
  3172. </style>
  3173.  
  3174. <section class="sponsored-section-v3">
  3175.    <div class="container-fluid fluid-container">
  3176.        <div class="row">
  3177.            <div class="col-12">
  3178.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3179.            </div>
  3180.        </div>
  3181.        
  3182.        <div class="row g-4">
  3183.            
  3184.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3185.                <div class="card sponsored-card-v3">
  3186.                    <div class="sponsored-image-v3">
  3187.                        
  3188.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3189.                        
  3190.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3191.                    </div>
  3192.                    <div class="sponsored-content-v3">
  3193.                        <h3 class="sponsored-title-v3">
  3194.                            <a href="/israeli-forces-strikes-iranian-territory-as-blasts-reported-in-tehran/" class="top-color">
  3195.                            Israeli Forces Strikes Iranian Territory as Blasts Reported in Tehran
  3196.                            </a>
  3197.                        </h3>
  3198.                        <p class="sponsored-excerpt-v3">
  3199.                            
  3200.                        </p>
  3201.                        <div class="sponsored-meta-v3">
  3202.                            <div class="author-info-v3">
  3203.                                
  3204.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3205.                                
  3206.                                <span>
  3207.                                    Jeffery Sharp
  3208.                                </span>
  3209.                            </div>
  3210.                            <div class="d-flex gap-2">
  3211.                                <i class="ti-calendar"></i> 02 Sep 2026
  3212.                            </div>
  3213.                        </div>
  3214.                    </div>
  3215.                </div>
  3216.            </div>
  3217.            
  3218.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3219.                <div class="card sponsored-card-v3">
  3220.                    <div class="sponsored-image-v3">
  3221.                        
  3222.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3223.                        
  3224.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3225.                    </div>
  3226.                    <div class="sponsored-content-v3">
  3227.                        <h3 class="sponsored-title-v3">
  3228.                            <a href="/masculine-bonds-develop-one-way-womens-friendships-other-is-it-time-to-stop-trying-to-turn-men-into-women/" class="top-color">
  3229.                            Masculine Bonds Develop One Way, Women&#x27;s Friendships Other. Is It Time to Stop Trying to Turn Men Into Women?
  3230.                            </a>
  3231.                        </h3>
  3232.                        <p class="sponsored-excerpt-v3">
  3233.                            
  3234.                        </p>
  3235.                        <div class="sponsored-meta-v3">
  3236.                            <div class="author-info-v3">
  3237.                                
  3238.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3239.                                
  3240.                                <span>
  3241.                                    Jeffery Sharp
  3242.                                </span>
  3243.                            </div>
  3244.                            <div class="d-flex gap-2">
  3245.                                <i class="ti-calendar"></i> 02 Sep 2026
  3246.                            </div>
  3247.                        </div>
  3248.                    </div>
  3249.                </div>
  3250.            </div>
  3251.            
  3252.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3253.                <div class="card sponsored-card-v3">
  3254.                    <div class="sponsored-image-v3">
  3255.                        
  3256.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3257.                        
  3258.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3259.                    </div>
  3260.                    <div class="sponsored-content-v3">
  3261.                        <h3 class="sponsored-title-v3">
  3262.                            <a href="/i-will-overwhelm-legitimate-combatant-paul-anthony-joshua/" class="top-color">
  3263.                            I will overwhelm &#x27;legitimate combatant&#x27; Paul - Anthony Joshua
  3264.                            </a>
  3265.                        </h3>
  3266.                        <p class="sponsored-excerpt-v3">
  3267.                            
  3268.                        </p>
  3269.                        <div class="sponsored-meta-v3">
  3270.                            <div class="author-info-v3">
  3271.                                
  3272.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3273.                                
  3274.                                <span>
  3275.                                    Jeffery Sharp
  3276.                                </span>
  3277.                            </div>
  3278.                            <div class="d-flex gap-2">
  3279.                                <i class="ti-calendar"></i> 02 Sep 2026
  3280.                            </div>
  3281.                        </div>
  3282.                    </div>
  3283.                </div>
  3284.            </div>
  3285.            
  3286.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3287.                <div class="card sponsored-card-v3">
  3288.                    <div class="sponsored-image-v3">
  3289.                        
  3290.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3291.                        
  3292.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3293.                    </div>
  3294.                    <div class="sponsored-content-v3">
  3295.                        <h3 class="sponsored-title-v3">
  3296.                            <a href="/might-other-nations-emulate-australias-lead-in-prohibiting-online-networks-for-teenagers-under-16/" class="top-color">
  3297.                            Might Other Nations Emulate Australia&#x27;s Lead in Prohibiting Online Networks for Teenagers Under 16?
  3298.                            </a>
  3299.                        </h3>
  3300.                        <p class="sponsored-excerpt-v3">
  3301.                            
  3302.                        </p>
  3303.                        <div class="sponsored-meta-v3">
  3304.                            <div class="author-info-v3">
  3305.                                
  3306.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3307.                                
  3308.                                <span>
  3309.                                    Jeffery Sharp
  3310.                                </span>
  3311.                            </div>
  3312.                            <div class="d-flex gap-2">
  3313.                                <i class="ti-calendar"></i> 02 Sep 2026
  3314.                            </div>
  3315.                        </div>
  3316.                    </div>
  3317.                </div>
  3318.            </div>
  3319.            
  3320.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3321.                <div class="card sponsored-card-v3">
  3322.                    <div class="sponsored-image-v3">
  3323.                        
  3324.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3325.                        
  3326.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3327.                    </div>
  3328.                    <div class="sponsored-content-v3">
  3329.                        <h3 class="sponsored-title-v3">
  3330.                            <a href="/us-military-operation-on-caracas-stokes-concerns-of-future-greenland-annexation/" class="top-color">
  3331.                            US Military Operation on Caracas Stokes Concerns of Future Greenland Annexation.
  3332.                            </a>
  3333.                        </h3>
  3334.                        <p class="sponsored-excerpt-v3">
  3335.                            
  3336.                        </p>
  3337.                        <div class="sponsored-meta-v3">
  3338.                            <div class="author-info-v3">
  3339.                                
  3340.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3341.                                
  3342.                                <span>
  3343.                                    Jeffery Sharp
  3344.                                </span>
  3345.                            </div>
  3346.                            <div class="d-flex gap-2">
  3347.                                <i class="ti-calendar"></i> 02 Sep 2026
  3348.                            </div>
  3349.                        </div>
  3350.                    </div>
  3351.                </div>
  3352.            </div>
  3353.            
  3354.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3355.                <div class="card sponsored-card-v3">
  3356.                    <div class="sponsored-image-v3">
  3357.                        
  3358.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3359.                        
  3360.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3361.                    </div>
  3362.                    <div class="sponsored-content-v3">
  3363.                        <h3 class="sponsored-title-v3">
  3364.                            <a href="/british-broadcasting-corporation-gaza-film-considered-a-major-breach-of-media-standards-says-broadcasting-watchdog/" class="top-color">
  3365.                            British Broadcasting Corporation Gaza Film Considered a &#x27;Major&#x27; Breach of Media Standards, Says Broadcasting Watchdog
  3366.                            </a>
  3367.                        </h3>
  3368.                        <p class="sponsored-excerpt-v3">
  3369.                            
  3370.                        </p>
  3371.                        <div class="sponsored-meta-v3">
  3372.                            <div class="author-info-v3">
  3373.                                
  3374.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jeffery Sharp" class="sponsored-author-img-v3">
  3375.                                
  3376.                                <span>
  3377.                                    Jeffery Sharp
  3378.                                </span>
  3379.                            </div>
  3380.                            <div class="d-flex gap-2">
  3381.                                <i class="ti-calendar"></i> 02 Sep 2026
  3382.                            </div>
  3383.                        </div>
  3384.                    </div>
  3385.                </div>
  3386.            </div>
  3387.            
  3388.        </div>
  3389.    </div>
  3390. </section>
  3391.  
  3392.  
  3393.    
  3394.        <!-- end wpo-blog-sponsored-section -->
  3395.        <!-- start wpo-subscribe-section -->
  3396.        
  3397.        <!-- end subscribe-section -->
  3398.        <!-- start of wpo-site-footer-section -->
  3399.        
  3400.  
  3401.  
  3402.  
  3403.  
  3404.  
  3405. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3406.  <!-- Main Footer Content -->
  3407.  <div class="footer-main-content">
  3408.    <div class="container-fluid fluid-container">
  3409.      <!-- Top Section - Centered Logo & Tagline -->
  3410.      <div class="footer-top-section text-center">
  3411.        <div class="brand-logo">
  3412.          
  3413.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/8cdc72f0-557f-4ae1-8b8a-b214880cf00e_logo.png" alt="Green Bytes Insider" width="auto" height="70px" class="footer-logo" />
  3414.          
  3415.        </div>
  3416.      </div>
  3417.  
  3418.      <!-- Content Grid -->
  3419.      <div class="footer-content-grid">
  3420.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3421.          <!-- Column 1: Navigation & Categories (Merged) -->
  3422.          <div class="">
  3423.            <div class="footer-column">
  3424.              <h5 class="column-title">Quick Links</h5>
  3425.              <ul class="footer-menu">
  3426.                
  3427.                  <li>
  3428.                    <a class="menu-link" href="/final-hours-to-2026-a-festive-menu/">Final Hours to 2026: A Festive Menu.</a>
  3429.                  </li>
  3430.                
  3431.                  <li>
  3432.                    <a class="menu-link" href="/the-gaming-giant-brings-onboard-apex-legends-producer-to-boost-struggling-action-game-project-ethos/">The Gaming Giant Brings Onboard Apex Legends Producer to Boost Struggling Action Game Project Ethos</a>
  3433.                  </li>
  3434.                
  3435.                  <li>
  3436.                    <a class="menu-link" href="/democratic-lawmakers-condemn-venezuela-attack-as-republicans-defend-the-president-following-senate-briefing/">Democratic Lawmakers Condemn Venezuela Attack as Republicans Defend the President Following Senate Briefing.</a>
  3437.                  </li>
  3438.                
  3439.                  <li>
  3440.                    <a class="menu-link" href="/the-astonishing-golden-spell-propels-villas-unlikely-championship-bid/">The Astonishing Golden Spell Propels Villa&#x27;s Unlikely Championship Bid</a>
  3441.                  </li>
  3442.                
  3443.                  <li>
  3444.                    <a class="menu-link" href="/i-couldnt-even-unseal-my-eyes-thats-the-extent-of-the-swelling-i-was/">‘I Couldn’t Even Unseal My Eyes. That’s The Extent of the Swelling I Was’</a>
  3445.                  </li>
  3446.                
  3447.                  <li>
  3448.                    <a class="menu-link" href="/tiktok-content-creators-driving-unofficial-market-for-unlicensed-weight-loss-drug/">TikTok Content Creators Driving Unofficial Market for Unlicensed Weight-Loss Drug</a>
  3449.                  </li>
  3450.                
  3451.              </ul>
  3452.            </div>
  3453.          </div>
  3454.  
  3455.          <!-- Column 2: Resources -->
  3456.          <div class="">
  3457.            <div class="footer-column">
  3458.              <h5 class="column-title">Blog Rolls</h5>
  3459.              <ul class="footer-menu" id="blogRollLinks">
  3460.                
  3461.                
  3462.  
  3463.                
  3464.                
  3465.                  
  3466.                
  3467.              </ul>
  3468.            </div>
  3469.          </div>
  3470.  
  3471.          <!-- Column 2: Resources -->
  3472.          <div class="">
  3473.            <div class="footer-column">
  3474.              <h5 class="column-title">Categories</h5>
  3475.              <ul class="footer-menu">
  3476.                
  3477.                  <li>
  3478.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3479.                  </li>
  3480.                
  3481.                  <li>
  3482.                    <a class="menu-link" href="/category/business/">Business</a>
  3483.                  </li>
  3484.                
  3485.                  <li>
  3486.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3487.                  </li>
  3488.                
  3489.                  <li>
  3490.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3491.                  </li>
  3492.                
  3493.                  <li>
  3494.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3495.                  </li>
  3496.                
  3497.              </ul>
  3498.            </div>
  3499.          </div>
  3500.        </div>
  3501.      </div>
  3502.    </div>
  3503.  </div>
  3504.  
  3505.  <!-- Footer Bottom -->
  3506.  <div class="footer-bottom">
  3507.    <div class="container-fluid fluid-container">
  3508.      <div class="bottom-content text-center">
  3509.        <!-- Copyright -->
  3510.        <div class="copyright-info">
  3511.          <p>
  3512.            &copy; 2026 <strong>Green Bytes Insider</strong>. All rights reserved.
  3513.          </p>
  3514.        </div>
  3515.  
  3516.        <!-- Footer Links -->
  3517.        <div class="utility-links">
  3518.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3519.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3520.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3521.        </div>
  3522.      </div>
  3523.    </div>
  3524.  </div>
  3525. </footer>
  3526.  
  3527. <style>
  3528.    .wpo-site-footer-v6{
  3529.        border-radius: 60px 60px 0px 0px !important;
  3530.    }
  3531.  
  3532. .footer-main-content {
  3533.    padding: 60px 0 40px;
  3534. }
  3535.  
  3536. /* Top Section */
  3537. .footer-top-section {
  3538.    margin-bottom: 40px;
  3539.    padding-bottom: 30px;
  3540.    border-bottom: 1px solid #dee2e6;
  3541. }
  3542.  
  3543. .brand-logo {
  3544.    display: flex;
  3545.    align-items: center;
  3546.    justify-content: center;
  3547.    gap: 15px;
  3548. }
  3549.  
  3550.  
  3551. .brand-title {
  3552.    font-size: 26px;
  3553.    font-weight: 700;
  3554.    margin: 0;
  3555. }
  3556.  
  3557. .brand-tagline {
  3558.    font-size: 15px;
  3559.    color: var(--footer-color) !important;
  3560.    margin: 0;
  3561. }
  3562.  
  3563. /* Content Grid */
  3564. .footer-column {
  3565.    margin-bottom: 30px;
  3566. }
  3567.  
  3568. .column-title {
  3569.    font-size: 17px;
  3570.    font-weight: 600;
  3571.    color: var(--footer-color) !important;
  3572.    margin-bottom: 20px;
  3573. }
  3574.  
  3575. /* Footer Menu */
  3576. .footer-menu {
  3577.    list-style: none;
  3578.    padding: 0;
  3579.    margin: 0;
  3580.    color: var(--footer-color) !important;
  3581. }
  3582.  
  3583. .footer-menu li {
  3584.    margin-bottom: 10px;
  3585.  
  3586. }
  3587.  
  3588. .menu-link {
  3589.    color: var(--footer-color) !important;
  3590.    text-decoration: none;
  3591.    font-size: 15px;
  3592.    transition: color 0.3s ease;
  3593. }
  3594.  
  3595. .menu-link:hover {
  3596.    color: #007bff;
  3597. }
  3598.  
  3599. /* Footer Bottom */
  3600. .footer-bottom {
  3601.    border-top: 1px solid var(--border-color);
  3602.    padding: 20px 0;
  3603. }
  3604.  
  3605. .copyright-info p {
  3606.    margin: 0 0 10px;
  3607.    color: var(--footer-color) !important;
  3608. }
  3609.  
  3610. .utility-links {
  3611.    display: flex;
  3612.    justify-content: center;
  3613.    gap: 15px;
  3614. }
  3615.  
  3616. .utility-link {
  3617.    color: #666;
  3618.    text-decoration: none;
  3619.    transition: color 0.3s ease;
  3620. }
  3621.  
  3622. .utility-link:hover {
  3623.    color: #007bff;
  3624. }
  3625.  
  3626. /* Responsive Design */
  3627. @media (max-width: 992px) {
  3628.    .footer-column {
  3629.        text-align: start;
  3630.    }
  3631.    
  3632.    .social-buttons {
  3633.        justify-content: start;
  3634.    }
  3635. }
  3636.  
  3637. @media (max-width: 768px) {
  3638.    .footer-top-section {
  3639.        margin-bottom: 30px;
  3640.    }
  3641.    
  3642.    .brand-logo {
  3643.        flex-direction: column;
  3644.    }
  3645.    
  3646.    .footer-bottom .bottom-content {
  3647.        padding: 0 15px;
  3648.    }
  3649. }
  3650.  
  3651. @media (max-width: 576px) {
  3652.    .column-title {
  3653.        font-size: 16px;
  3654.    }
  3655.    
  3656.    .menu-link {
  3657.        font-size: 14px;
  3658.    }
  3659. }
  3660. </style>
  3661.  
  3662. <script>
  3663. // Newsletter Form Enhancement
  3664. document.addEventListener('DOMContentLoaded', function() {
  3665.    const newsletterForm = document.querySelector('.newsletter-form');
  3666.    if (newsletterForm) {
  3667.        newsletterForm.addEventListener('submit', function(e) {
  3668.            const submitBtn = this.querySelector('.newsletter-submit');
  3669.            const originalHTML = submitBtn.innerHTML;
  3670.            
  3671.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  3672.            submitBtn.disabled = true;
  3673.            
  3674.            // Re-enable after form processing (simulate for now)
  3675.            setTimeout(() => {
  3676.                submitBtn.innerHTML = originalHTML;
  3677.                submitBtn.disabled = false;
  3678.            }, 2000);
  3679.        });
  3680.    }
  3681.  
  3682.    // Add prevent default to placeholder links
  3683.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3684.        anchor.addEventListener('click', function (e) {
  3685.            e.preventDefault();
  3686.        });
  3687.    });
  3688. });
  3689. document.addEventListener('DOMContentLoaded', function () {
  3690.    var btn = document.getElementById('toggleBlogRollLinks');
  3691.    if (!btn) return; // No extra items, no button
  3692.  
  3693.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3694.  
  3695.    btn.addEventListener('click', function () {
  3696.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3697.            return li.classList.contains('d-none');
  3698.        });
  3699.  
  3700.        extras.forEach(function (li) {
  3701.            if (anyHidden) {
  3702.                li.classList.remove('d-none');
  3703.                li.classList.add('show');
  3704.            } else {
  3705.                li.classList.add('d-none');
  3706.                li.classList.remove('show');
  3707.            }
  3708.        });
  3709.  
  3710.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3711.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3712.    });
  3713. });
  3714.  
  3715. </script>
  3716.  
  3717.        <!-- end of wpo-site-footer-section -->
  3718.    </div>
  3719.    <!-- end of page-wrapper -->
  3720.  
  3721.    <!-- All JavaScript files
  3722.    ================================================== -->
  3723.    
  3724.  
  3725. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3726. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3727. <!-- Plugins for this template -->
  3728. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3729. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3730. <!-- Custom script for this template -->
  3731. <script src="/static/blogapp/assets/js/script.js"></script>
  3732.  
  3733. <script>
  3734. (function () {
  3735. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3736. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3737.  
  3738. function applyFallback(img) {
  3739. if (!img || img.dataset.fallbackApplied === "1") {
  3740. return;
  3741. }
  3742. var failedSrc = img.currentSrc || img.src || "";
  3743. img.dataset.fallbackApplied = "1";
  3744. img.onerror = null;
  3745. img.src = fallbackImageSrc;
  3746. console.warn("[ImageFallback] Replaced broken image:", {
  3747. failedSrc: failedSrc,
  3748. fallbackSrc: fallbackImageSrc,
  3749. alt: img.alt || "",
  3750. });
  3751. }
  3752.  
  3753. document.querySelectorAll("img").forEach(function (img) {
  3754. if (img.complete && img.naturalWidth === 0) {
  3755. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3756. failedSrc: img.currentSrc || img.src || "",
  3757. alt: img.alt || "",
  3758. });
  3759. applyFallback(img);
  3760. }
  3761. });
  3762.  
  3763. document.addEventListener(
  3764. "error",
  3765. function (event) {
  3766. var target = event.target;
  3767. if (target && target.tagName === "IMG") {
  3768. applyFallback(target);
  3769. }
  3770. },
  3771. true
  3772. );
  3773. })();
  3774. </script>
  3775.  
  3776. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3777.  
  3778.  
  3779.  
  3780. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"d7ebda01c6d645159a6971b015968efa","r":1,"spa":2}' crossorigin="anonymous"></script>
  3781. </body>
  3782.  
  3783. </html>
  3784.  
  3785.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda