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://trustedfield.ca

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  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/Untitled_design_-_2025-04-26T132336.375_OreTA0x_iMF7EvH_rqRG0GP.png">
  14.    
  15.  
  16.    <title>Trusted Field: Expert Insights on Agriculture and Farming</title>
  17.    <meta name="description" content="Trusted Field provides expert articles, tips, and news on modern agriculture, sustainable farming practices, and crop management for farmers and enthusiasts.">
  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://trustedfield.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #606c38;
  42.        --bs-primary-rgb: 606c38;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2a9d8f;
  45.        --bs-danger: #e63946;
  46.        --bs-warning: #e76f51;
  47.        --bs-info: #457b9d;
  48.        --bs-light: #f4f1de;
  49.        --bs-dark: #283618;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #606c38;
  53.        --theme-primary-color-s2: #606c38;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #283618;
  57.        --text-light-color: #676767;
  58.        --heading-color: #283618;
  59.        --border-color: #d8d5c4;
  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: #e9ece2;
  75.        --navbar-color: #283618;
  76.        --topbar-bg: #f4f1de;
  77.        --topbar-color: #283618;
  78.        --footer-bg: #283618;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d8d5c4;
  82.        --card-radius: 10px;
  83.        --link-color: #606c38;
  84.        --link-hover: #4a552c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(96, 108, 56, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_20">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  407.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  408.        
  409.        <div class="unique-news-container">
  410.            <div class="unique-news-wrapper" id="newsWrapper">
  411.                <!-- News items injected via JS -->
  412.            </div>
  413.        </div>
  414.    
  415.        <div class="contact-info">
  416.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.            </ul>
  422.        </div>
  423.    </div>
  424. </div>
  425.  
  426. <script>
  427.    // Build array dynamically from Django context
  428.    const newsItems = [
  429.        
  430.            { title: "Body or Ranking \u002D Katie Boulter\u0027s Melbourne Grand Slam Dilemma", url: "/body-or-ranking-katie-boulters-melbourne-grand-slam-dilemma/" },
  431.        
  432.            { title: "Tottenham Relieve Strain on Frank as Simons Seals Straightforward Win Against Slavia Prague", url: "/tottenham-relieve-strain-on-frank-as-simons-seals-straightforward-win-against-slavia-prague/" },
  433.        
  434.            { title: "The Story of Leonard and Hungry Paul Overview: A Soothing Comedy Featuring the Voice of the Hollywood Star Offers a Great Cure to Modern Life", url: "/the-story-of-leonard-and-hungry-paul-overview-a-soothing-comedy-featuring-the-voice-of-the-hollywood-star-offers-a-great-cure-to-modern-life/" },
  435.        
  436.            { title: "The Art of Ideal Creamy Paneer Curry – Step\u002Dby\u002DStep Guide", url: "/the-art-of-ideal-creamy-paneer-curry-step-by-step-guide/" },
  437.        
  438.            { title: "UK and Scottish government Authorities Disagree Over Footing the £24.5m Bill for Trump and Vance Trips", url: "/uk-and-scottish-government-authorities-disagree-over-footing-the-245m-bill-for-trump-and-vance-trips/" }
  439.        
  440.    ];
  441.  
  442.    let currentNewsIndex = 0;
  443.    const newsWrapper = document.getElementById('newsWrapper');
  444.    let newsElements = [];
  445.  
  446.    // Create news elements dynamically with links
  447.    function createNewsElements() {
  448.        newsItems.forEach((news, index) => {
  449.            const newsElement = document.createElement('div');
  450.            newsElement.className = 'unique-news-item';
  451.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  452.            newsWrapper.appendChild(newsElement);
  453.            newsElements.push(newsElement);
  454.        });
  455.  
  456.        if (newsElements.length > 0) {
  457.            newsElements[0].classList.add('active');
  458.        }
  459.    }
  460.  
  461.    function changeNews() {
  462.        const currentElement = newsElements[currentNewsIndex];
  463.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  464.        const nextElement = newsElements[nextIndex];
  465.  
  466.        currentElement.classList.remove('active');
  467.        currentElement.classList.add('exit-up');
  468.  
  469.        setTimeout(() => {
  470.            nextElement.classList.add('active');
  471.            currentNewsIndex = nextIndex;
  472.  
  473.            setTimeout(() => {
  474.                currentElement.classList.remove('exit-up');
  475.            }, 100);
  476.        }, 250);
  477.    }
  478.  
  479.    function startNewsRotation() {
  480.        setInterval(changeNews, 5000);
  481.    }
  482.  
  483.    window.onload = function() {
  484.        createNewsElements();
  485.        startNewsRotation();
  486.    };
  487. </script>
  488.  
  489.  
  490.  
  491.            
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. <header class="header-v2 mb-4">
  499.    <div class="main-header-v2">
  500.        <div class="container-fluid fluid-container">
  501.            <div class="row align-items-center">
  502.                <div class="col-lg-3 col-md-4 col-6">
  503.                   <div class="logo-area-v2">
  504.                        <a class="navbar-brand" href="/">
  505.                            
  506.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a09d738f-3ddd-4d5a-b709-be86f5a34f87_logo.png" alt="Trusted Field">
  507.                            
  508.                        </a>
  509.                    </div>
  510.                </div>
  511.  
  512.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  513.                    <div class="search-area-v2">
  514.                        <form class="search-wrapper-v2" action="#" method="get">
  515.                            <input type="search" class="search-field-v2"
  516.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  517.                            <!-- <button type="submit" class="search-button-v2">
  518.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  519.                                    stroke-width="2">
  520.                                    <circle cx="11" cy="11" r="8"></circle>
  521.                                    <path d="m21 21-4.35-4.35"></path>
  522.                                </svg>
  523.                                <span>Search</span>
  524.                            </button> -->
  525.                            <!-- The search results will be displayed here -->
  526.                        </form>
  527.                        <div id="search-results1" class="search-results-container search-v1"></div>
  528.                    </div>
  529.                </div>
  530.            </div>
  531.  
  532.            <!-- Mobile Search -->
  533.            <div class="row d-md-none">
  534.                <div class="col-12">
  535.                    <div class="search-area-v2">
  536.                        <form class="search-wrapper-v2" action="#" method="get">
  537.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  538.                            <!-- <button type="submit" class="search-button-v2">
  539.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  540.                                    stroke-width="2">
  541.                                    <circle cx="11" cy="11" r="8"></circle>
  542.                                    <path d="m21 21-4.35-4.35"></path>
  543.                                </svg>
  544.                                <span>Search</span>
  545.                            </button> -->
  546.                        <!-- The search results will be displayed here -->
  547.                    </form>
  548.                    <div id="search-results12" class="search-results-container search-v1"></div>
  549.                    </div>
  550.                </div>
  551.            </div>
  552.        </div>
  553.    </div>
  554.  
  555.    <!-- Navigation Bar -->
  556.    <nav class="nav-bar-v2">
  557.        <div class="container-fluid fluid-container">
  558.            <div class="nav-container-v2 py-2">
  559.  
  560.                <!-- Mobile Menu Toggle -->
  561.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  562.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  563.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  564.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  565.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  566.                    </svg>
  567.                    Menu
  568.                </button>
  569.  
  570.                <!-- Navigation Menu -->
  571.                <ul class="nav-menu-v2" id="navMenu">
  572.  
  573.                    
  574.                    <li class="nav-item-v2">
  575.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  576.                    </li>
  577.  
  578.                    
  579.                    
  580.                     <li class="nav-item-v2">
  581.                        <a href="/category/all-posts/" class="nav-link-v2">
  582.                            All Posts
  583.                        </a>
  584.                        </li>
  585.  
  586.                        
  587.  
  588.                                
  589.                                
  590.                        
  591.                     <li class="nav-item-v2">
  592.                        <a href="/category/business/" class="nav-link-v2">
  593.                            Business
  594.                        </a>
  595.                        </li>
  596.  
  597.                        
  598.  
  599.                                
  600.                                
  601.                        
  602.                     <li class="nav-item-v2">
  603.                        <a href="/category/esports/" class="nav-link-v2">
  604.                            Esports
  605.                        </a>
  606.                        </li>
  607.  
  608.                        
  609.  
  610.                                
  611.                                
  612.                        
  613.                     <li class="nav-item-v2">
  614.                        <a href="/category/fashion/" class="nav-link-v2">
  615.                            Fashion
  616.                        </a>
  617.                        </li>
  618.  
  619.                        
  620.  
  621.                                
  622.                                
  623.                        
  624.                     <li class="nav-item-v2">
  625.                        <a href="/category/featured/" class="nav-link-v2">
  626.                            Featured
  627.                        </a>
  628.                        </li>
  629.  
  630.                        
  631.  
  632.                                
  633.                                
  634.                        
  635.                    
  636.                        
  637.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  638.                            <a href="#" class="nav-link-v2">
  639.                                More
  640.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  641.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  642.                                    <path d="m6 9 6 6 6-6"></path>
  643.                                </svg>
  644.                            </a>
  645.                            <div class="dropdown-v2">
  646.                                <a href="/category/gaming/" class="dropdown-link-v2">
  647.                                    Gaming
  648.                                </a>
  649.                                
  650.  
  651.                                
  652.                                
  653.                        
  654.                    
  655.                                <a href="/category/health/" class="dropdown-link-v2">
  656.                                    Health
  657.                                </a>
  658.                                
  659.  
  660.                                
  661.                                
  662.                        
  663.                    
  664.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  665.                                    Life &amp; Fitness
  666.                                </a>
  667.                                
  668.  
  669.                                
  670.                                
  671.                        
  672.                    
  673.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  674.                                    Lifestyle
  675.                                </a>
  676.                                
  677.  
  678.                                
  679.                                
  680.                        
  681.                    
  682.                                <a href="/category/news/" class="dropdown-link-v2">
  683.                                    News
  684.                                </a>
  685.                                
  686.  
  687.                                
  688.                                
  689.                        
  690.                    
  691.                                <a href="/category/others/" class="dropdown-link-v2">
  692.                                    Others
  693.                                </a>
  694.                                
  695.  
  696.                                
  697.                                
  698.                        
  699.                    
  700.                                <a href="/category/politics/" class="dropdown-link-v2">
  701.                                    Politics
  702.                                </a>
  703.                                
  704.  
  705.                                
  706.                                
  707.                        
  708.                    
  709.                                <a href="/category/sports/" class="dropdown-link-v2">
  710.                                    Sports
  711.                                </a>
  712.                                
  713.  
  714.                                
  715.                                
  716.                        
  717.                    
  718.                                <a href="/category/tech/" class="dropdown-link-v2">
  719.                                    Tech
  720.                                </a>
  721.                                
  722.  
  723.                                
  724.                                
  725.                        
  726.                    
  727.                                <a href="/category/travel/" class="dropdown-link-v2">
  728.                                    Travel
  729.                                </a>
  730.                                
  731.  
  732.                                
  733.                                
  734.                            </div>
  735.                        </li>
  736.                        
  737.                        
  738. <li>
  739.                  <a href="/page/contact-us/">
  740.                     Contact Us
  741.                  </a>
  742.              </li>
  743.                </ul>
  744.  
  745.            </div>
  746.        </div>
  747.    </nav>
  748. </header>
  749.  
  750. <script>
  751.    function toggleMobileMenu() {
  752.        const navMenu = document.getElementById('navMenu');
  753.        navMenu.classList.toggle('show');
  754.    }
  755.  
  756.    function toggleDropdown(element, event) {
  757.        // Only handle dropdown toggle on mobile
  758.        if (window.innerWidth < 992) {
  759.            event.preventDefault();
  760.            element.classList.toggle('dropdown-open');
  761.        }
  762.    }
  763.  
  764.    // Close mobile menu when clicking outside
  765.    document.addEventListener('click', function (event) {
  766.        const navMenu = document.getElementById('navMenu');
  767.        const mobileToggle = document.querySelector('.mobile-toggle');
  768.  
  769.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  770.            navMenu.classList.remove('show');
  771.        }
  772.    });
  773.  
  774.    // Handle window resize
  775.    window.addEventListener('resize', function () {
  776.        const navMenu = document.getElementById('navMenu');
  777.        if (window.innerWidth >= 992) {
  778.            navMenu.classList.remove('show');
  779.            // Remove all dropdown-open classes
  780.            document.querySelectorAll('.dropdown-open').forEach(item => {
  781.                item.classList.remove('dropdown-open');
  782.            });
  783.        }
  784.    });
  785. </script>
  786.  
  787. <script>
  788.  document.addEventListener("DOMContentLoaded", function () {
  789.    console.log("loaded");
  790.  
  791.    //const searchInput = document.getElementById("search-input1");
  792.     const searchInput = window.innerWidth <= 991
  793.      ? document.getElementById("search-input")
  794.      : document.getElementById("search-input1");
  795.    const searchResults = window.innerWidth <= 991
  796.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  797.  
  798.    if (!searchInput || !searchResults) {
  799.      console.error("Search input/results not found");
  800.      return;
  801.    }
  802.  
  803.    // Prevent form submission
  804.    if (searchInput.form) {
  805.      searchInput.form.addEventListener("submit", function (e) {
  806.        e.preventDefault();
  807.      });
  808.    }
  809.  
  810.    // Add event listener for keyup
  811.    searchInput.addEventListener("keyup", function (e) {
  812.      console.log("Key pressed:", e.key);
  813.      e.preventDefault();
  814.  
  815.      const query = searchInput.value.trim();
  816.      console.log("User is typing: " + query);
  817.  
  818.      // If empty → clear and hide
  819.      if (query === "") {
  820.        searchResults.innerHTML = "";
  821.        searchResults.style.display = "none";
  822.        return;
  823.      }
  824.  
  825.      // Show results
  826.      searchResults.style.display = "block";
  827.  
  828.      // Fetch search results
  829.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  830.        method: "GET",
  831.        headers: { "X-Requested-With": "XMLHttpRequest" },
  832.      })
  833.        .then(response => {
  834.          console.log("Response Status:", response.status);
  835.          return response.json();
  836.        })
  837.        .then(data => {
  838.          console.log("Data received:", data);
  839.          if (data.html) {
  840.            searchResults.innerHTML = data.html;
  841.          } else {
  842.            searchResults.innerHTML = "<p>No results found.</p>";
  843.          }
  844.        })
  845.        .catch(error => {
  846.          console.error("Error fetching search results:", error);
  847.        });
  848.    });
  849.  
  850.    // Close results when clicking outside
  851.    document.addEventListener("click", function (e) {
  852.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  853.        searchResults.style.display = "none";
  854.      }
  855.    });
  856.  
  857.    // Close results on ESC key
  858.    document.addEventListener("keydown", function (e) {
  859.      if (e.key === "Escape") {
  860.        searchResults.style.display = "none";
  861.      }
  862.    });
  863.  });
  864. </script>
  865.  
  866. <style>
  867.        /* search field */
  868.  .search-results-container {
  869.  position: absolute;
  870.  top: 100%; /* Position it below the input field */
  871.  left: 10px;
  872.  right: 10px;
  873.  background-color: white;
  874.  border: 1px solid #ddd;
  875.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  876.  max-height: 300px;
  877.  overflow-y: auto;
  878.  z-index: 1000;
  879.  display: none; /* Initially hidden */
  880. }
  881.  
  882. .search-results-container p {
  883.  margin: 0;
  884. }
  885.  
  886. .search-results-container .result-item {
  887.  padding: 10px;
  888.  cursor: pointer;
  889. }
  890.  
  891. .search-results-container .result-item:hover {
  892.  background-color: #f0f0f0;
  893. }
  894. </style>
  895.  
  896.        </header>
  897.        <!-- end of header -->
  898.        <!-- start of wpo-blog-hero -->
  899.        
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907. <div class="blog-hero-v9">
  908.  <div class="container-fluid fluid-container">
  909.    <!-- Top Section: Split Layout -->
  910.    <div class="row g-4 mb-5">
  911.      <!-- Large Featured Article (Left) -->
  912.      
  913.              
  914.      <div class="col-lg-8 col-12">
  915.        <article class="large-featured">
  916.          <div class="featured-image-container">
  917.            
  918.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Nation&#x27;s Highest Court Upholds Newly Drawn Texas House Districts." class="featured-image">
  919.            
  920.            <div class="category-tag bg-primary-gradient">News</div>
  921.          </div>
  922.          <div class="featured-content">
  923.            <h1 class="featured-title"><a href="/nations-highest-court-upholds-newly-drawn-texas-house-districts/">
  924.                                Nation&#x27;s Highest Court Upholds Newly Drawn Texas House Districts.
  925.                            </a></h1>
  926.            <p class="featured-summary"></p>
  927.            <div class="article-meta">
  928.              <div class="author-info">
  929.                
  930.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" class="author-pic" >
  931.                  
  932.                <span class="author-name">Allen Bartlett</span>
  933.                <span class="post-time">May 14, 2026</span>
  934.              </div>
  935.            </div>
  936.          </div>
  937.        </article>
  938.      </div>
  939.      
  940.      
  941.  
  942.      <!-- Smaller Featured Articles (Right, Stacked) -->
  943.      <div class="col-lg-4 col-12">
  944.        <div class="stacked-features">
  945.          
  946.          <article class="small-featured">
  947.            <div class="small-image-container">
  948.              
  949.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Doctors from Scotland and America Complete Groundbreaking Stroke Surgery Using Automated Technology" class="small-image">
  950.              
  951.              <div class="category-tag bg-primary-gradient">News</div>
  952.            </div>
  953.            <div class="small-content">
  954.              <h3 class="small-title"> <a href="/doctors-from-scotland-and-america-complete-groundbreaking-stroke-surgery-using-automated-technology/">
  955.                                Doctors from Scotland and America Complete Groundbreaking Stroke Surgery Using Automated Technology
  956.                            </a></h3>
  957.              <p class="compact-text"></p>
  958.              <div class="small-meta">
  959.                <span class="small-author">Allen Bartlett</span>
  960.                <span class="small-date">May 14, 2026</span>
  961.              </div>
  962.            </div>
  963.          </article>
  964.      
  965.          <article class="small-featured">
  966.            <div class="small-image-container">
  967.              
  968.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Beijing&#x27;s New AI Regulations Target to Provide Child Safeguards and Self-Harm Prevention Mitigation." class="small-image">
  969.              
  970.              <div class="category-tag bg-primary-gradient">News</div>
  971.            </div>
  972.            <div class="small-content">
  973.              <h3 class="small-title"> <a href="/beijings-new-ai-regulations-target-to-provide-child-safeguards-and-self-harm-prevention-mitigation/">
  974.                                Beijing&#x27;s New AI Regulations Target to Provide Child Safeguards and Self-Harm Prevention Mitigation.
  975.                            </a></h3>
  976.              <p class="compact-text"></p>
  977.              <div class="small-meta">
  978.                <span class="small-author">Allen Bartlett</span>
  979.                <span class="small-date">May 13, 2026</span>
  980.              </div>
  981.            </div>
  982.          </article>
  983.      
  984.        </div>
  985.      </div>
  986.    </div>
  987.    <!-- Bottom Section: Three Compact Cards -->
  988.    <div class="row g-4">
  989.      
  990.      <div class="col-lg-4 col-md-6 col-12">
  991.        <article class="compact-card">
  992.          <div class="compact-image">
  993.            
  994.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="California&#x27;s Governor Acknowledges He Is Considering a White House Bid in 2028" >
  995.            
  996.            <div class="compact-category bg-primary-gradient">News</div>
  997.          </div>
  998.          <div class="compact-body">
  999.            <h3 class="compact-title"> <a href="/californias-governor-acknowledges-he-is-considering-a-white-house-bid-in-2028/">
  1000.                                    California&#x27;s Governor Acknowledges He Is Considering a White House Bid in 2028
  1001.                                </a></h3>
  1002.            <p class="compact-text"></p>
  1003.            <div class="compact-footer">
  1004.              <span class="compact-name">Allen Bartlett</span>
  1005.              <span class="compact-date">May 13</span>
  1006.            </div>
  1007.          </div>
  1008.        </article>
  1009.      </div>
  1010.      
  1011.      <div class="col-lg-4 col-md-6 col-12">
  1012.        <article class="compact-card">
  1013.          <div class="compact-image">
  1014.            
  1015.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="There are those on the political spectrum who offer only discontent: Labour is getting on with the job of economic rejuvenation." >
  1016.            
  1017.            <div class="compact-category bg-primary-gradient">News</div>
  1018.          </div>
  1019.          <div class="compact-body">
  1020.            <h3 class="compact-title"> <a href="/there-are-those-on-the-political-spectrum-who-offer-only-discontent-labour-is-getting-on-with-the-job-of-economic-rejuvenation/">
  1021.                                    There are those on the political spectrum who offer only discontent: Labour is getting on with the job of economic rejuvenation.
  1022.                                </a></h3>
  1023.            <p class="compact-text"></p>
  1024.            <div class="compact-footer">
  1025.              <span class="compact-name">Allen Bartlett</span>
  1026.              <span class="compact-date">May 13</span>
  1027.            </div>
  1028.          </div>
  1029.        </article>
  1030.      </div>
  1031.      
  1032.    </div>
  1033.  </div>
  1034. </div>
  1035.  
  1036. <style>
  1037.  
  1038.  /* Large Featured Article */
  1039.  .large-featured {
  1040.    background: var(--card-bg, #ffffff);
  1041.    border-radius: 10px;
  1042.    overflow: hidden;
  1043.    transition: box-shadow 0.3s ease;
  1044.  }
  1045.  
  1046.  .large-featured:hover {
  1047.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1048.  }
  1049.  
  1050.  .featured-image-container {
  1051.    position: relative;
  1052.    height: 350px;
  1053.    overflow: hidden;
  1054.  }
  1055.  
  1056.  .featured-image {
  1057.    width: 100%;
  1058.    height: 100%;
  1059.    object-fit: cover;
  1060.  }
  1061.  
  1062.  .featured-content {
  1063.    padding: 2rem;
  1064.  }
  1065.  
  1066.  .featured-title {
  1067.    font-size: 2.2rem;
  1068.    font-weight: 700;
  1069.    color: #111827;
  1070.    margin-bottom: 0.75rem;
  1071.    line-height: 1.3;
  1072.  }
  1073.  
  1074.  .featured-summary {
  1075.    font-size: 1rem;
  1076.    color: #4b5563;
  1077.    line-height: 1.6;
  1078.    margin-bottom: 1.25rem;
  1079.  }
  1080.  
  1081.  .article-meta {
  1082.    display: flex;
  1083.    align-items: center;
  1084.    gap: 0.75rem;
  1085.    font-size: 0.85rem;
  1086.    color: #6b7280;
  1087.  }
  1088.  
  1089.  .author-info {
  1090.    display: flex;
  1091.    align-items: center;
  1092.    gap: 0.5rem;
  1093.  }
  1094.  
  1095.  .author-pic {
  1096.    width: 36px;
  1097.    height: 36px;
  1098.    border-radius: 50%;
  1099.  }
  1100.  
  1101.  .author-name {
  1102.    font-weight: 600;
  1103.    color: #374151;
  1104.  }
  1105.  
  1106.  /* Smaller Featured Articles (Stacked) */
  1107.  .stacked-features {
  1108.    display: flex;
  1109.    flex-direction: column;
  1110.    gap: 1.5rem;
  1111.  }
  1112.  
  1113.  .small-featured {
  1114.    background: var(--card-bg, #ffffff);
  1115.    border-radius: 10px;
  1116.    overflow: hidden;
  1117.    transition: box-shadow 0.3s ease;
  1118.  }
  1119.  
  1120.  .small-featured:hover {
  1121.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1122.  }
  1123.  
  1124.  .small-image-container {
  1125.    position: relative;
  1126.    height: 150px;
  1127.    overflow: hidden;
  1128.  }
  1129.  
  1130.  .small-image {
  1131.    width: 100%;
  1132.    height: 100%;
  1133.    object-fit: cover;
  1134.  }
  1135.  
  1136.  .small-content {
  1137.    padding: 1.25rem;
  1138.  }
  1139.  
  1140.  .small-title {
  1141.    font-size: 1.2rem;
  1142.    font-weight: 600;
  1143.    color: #111827;
  1144.    margin-bottom: 0.5rem;
  1145.  }
  1146.  
  1147.  .small-meta {
  1148.    display: flex;
  1149.    gap: 0.5rem;
  1150.    font-size: 0.8rem;
  1151.    color: #6b7280;
  1152.  }
  1153.  
  1154.  /* Category Tags - Gradient for Difference */
  1155.  .category-tag {
  1156.    position: absolute;
  1157.    top: 0.75rem;
  1158.    left: 0.75rem;
  1159.    padding: 0.3rem 1rem;
  1160.    font-size: 0.75rem;
  1161.    font-weight: 600;
  1162.    text-transform: uppercase;
  1163.    color: white;
  1164.    border-radius: 15px; /* Soft pill shape */
  1165.  }
  1166.  
  1167.  
  1168.  
  1169.  /* Compact Cards - Borderless */
  1170.  .compact-card {
  1171.    background: var(--card-bg, #ffffff);
  1172.    border-radius: 10px;
  1173.    overflow: hidden;
  1174.    transition: box-shadow 0.3s ease;
  1175.  }
  1176.  
  1177.  .compact-card:hover {
  1178.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1179.  }
  1180.  
  1181.  .compact-image {
  1182.    position: relative;
  1183.    height: 180px;
  1184.    overflow: hidden;
  1185.  }
  1186.  
  1187.  .compact-image img {
  1188.    width: 100%;
  1189.    height: 100%;
  1190.    object-fit: cover;
  1191.  }
  1192.  
  1193.  .compact-category {
  1194.    position: absolute;
  1195.    top: 0.75rem;
  1196.    left: 0.75rem;
  1197.    padding: 0.3rem 0.8rem;
  1198.    font-size: 0.7rem;
  1199.    border-radius: 15px;
  1200.    color: white;
  1201.  }
  1202.  
  1203.  .compact-body {
  1204.    padding: 1.5rem;
  1205.  }
  1206.  
  1207.  .compact-title {
  1208.    font-size: 1.1rem;
  1209.    font-weight: 600;
  1210.    color: #111827;
  1211.    margin-bottom: 0.5rem;
  1212.  }
  1213.  
  1214.  .compact-text {
  1215.    font-size: 0.9rem;
  1216.    color: #4b5563;
  1217.    line-height: 1.5;
  1218.    margin-bottom: 1rem;
  1219.  }
  1220.  
  1221.  .compact-footer {
  1222.    display: flex;
  1223.    justify-content: space-between;
  1224.    font-size: 0.8rem;
  1225.    color: #6b7280;
  1226.  }
  1227.  
  1228.  /* Responsive Design */
  1229.  @media (max-width: 992px) {
  1230.    .featured-image-container {
  1231.      height: 280px;
  1232.    }
  1233.  
  1234.    .featured-title {
  1235.      font-size: 1.8rem;
  1236.    }
  1237.  
  1238.    .small-image-container {
  1239.      height: 120px;
  1240.    }
  1241.  }
  1242.  
  1243.  @media (max-width: 768px) {
  1244.    .featured-content,
  1245.    .small-content,
  1246.    .compact-body {
  1247.      padding: 1.25rem;
  1248.    }
  1249.  
  1250.    .compact-image {
  1251.      height: 150px;
  1252.    }
  1253.  }
  1254.  
  1255.  @media (max-width: 576px) {
  1256.    .featured-title {
  1257.      font-size: 1.5rem;
  1258.    }
  1259.  
  1260.    .small-title,
  1261.    .compact-title {
  1262.      font-size: 1rem;
  1263.    }
  1264.  }
  1265. </style>
  1266.  
  1267.  
  1268.  
  1269.  
  1270.        <!-- end of wpo-blog-hero -->
  1271.  
  1272.        <!-- start of wpo-breacking-news -->
  1273.        
  1274.        <!-- end of wpo-breacking-news -->
  1275.        
  1276.        <!-- start wpo-blog-highlights-section -->
  1277.        
  1278.  
  1279.  
  1280.  
  1281.    
  1282.  
  1283.  
  1284. <style>
  1285.  
  1286.    .blog-highlights-section {
  1287.        padding: 30px 0;
  1288.    }
  1289.  
  1290.    .blog-cards-grid {
  1291.        display: grid;
  1292.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1293.        gap: 30px;
  1294.    }
  1295.  
  1296.    .blog-card {
  1297.        background: var(--card-bg);
  1298.        border: 1px solid var(--card-border);
  1299.        border-radius: var(--border-radius);
  1300.        overflow: hidden;
  1301.        transition: all 0.3s ease;
  1302.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1303.    }
  1304.  
  1305.    .blog-card:hover {
  1306.        transform: translateY(-8px);
  1307.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1308.        border-color: var(--theme-primary-color);
  1309.    }
  1310.  
  1311.    .blog-card-image {
  1312.        position: relative;
  1313.        height: 220px;
  1314.        overflow: hidden;
  1315.    }
  1316.  
  1317.    .blog-card-image img {
  1318.        width: 100%;
  1319.        height: 100%;
  1320.        object-fit: cover;
  1321.        transition: transform 0.3s ease;
  1322.    }
  1323.  
  1324.    .blog-card:hover .blog-card-image img {
  1325.        transform: scale(1.05);
  1326.    }
  1327.  
  1328.    .blog-category {
  1329.        position: absolute;
  1330.        top: 15px;
  1331.        right: 15px;
  1332.        color: white;
  1333.        padding: 6px 12px;
  1334.        border-radius: 20px;
  1335.        font-size: 12px;
  1336.        font-weight: 600;
  1337.        text-transform: uppercase;
  1338.        letter-spacing: 0.5px;
  1339.    }
  1340.  
  1341.    .blog-card-content {
  1342.        padding: 25px;
  1343.    }
  1344.  
  1345.    .blog-card-title {
  1346.        font-family: var(--heading-font);
  1347.        font-size: 1.3rem;
  1348.        font-weight: var(--heading-weight);
  1349.        color: var(--top-color);
  1350.        margin-bottom: 15px;
  1351.        line-height: 1.4;
  1352.    }
  1353.  
  1354.    .blog-card-title a {
  1355.        color: inherit !important;
  1356.        text-decoration: none;
  1357.        transition: color 0.3s ease;
  1358.    }
  1359.  
  1360.    .blog-card-title a:hover {
  1361.        color: var(--theme-primary-color);
  1362.    }
  1363.  
  1364.    .blog-card-meta {
  1365.        display: flex;
  1366.        align-items: center;
  1367.        gap: 15px;
  1368.        margin-bottom: 15px;
  1369.        font-size: 14px;
  1370.        color: var(--text-light-color);
  1371.    }
  1372.  
  1373.    .blog-author-img {
  1374.        width: 30px;
  1375.        height: 30px;
  1376.        border-radius: 50%;
  1377.        object-fit: cover;
  1378.    }
  1379.  
  1380.    .blog-card-excerpt {
  1381.        color: var(--body-color);
  1382.        font-size: 15px;
  1383.        line-height: 1.6;
  1384.        margin-bottom: 20px;
  1385.        display: -webkit-box;
  1386.        -webkit-line-clamp: 3;
  1387.        -webkit-box-orient: vertical;
  1388.        overflow: hidden;
  1389.    }
  1390.  
  1391.    .blog-card-footer {
  1392.        display: flex;
  1393.        justify-content: space-between;
  1394.        align-items: center;
  1395.        padding-top: 15px;
  1396.        border-top: 1px solid var(--border-color-s2);
  1397.    }
  1398.  
  1399.    .blog-read-time {
  1400.        font-size: 13px;
  1401.        color: var(--light);
  1402.    }
  1403.  
  1404.    .blog-read-more {
  1405.        color: var(--top-color) !important;
  1406.        text-decoration: none;
  1407.        font-weight: 600;
  1408.        font-size: 14px;
  1409.        transition: all 0.3s ease;
  1410.    }
  1411.  
  1412.    .blog-read-more:hover {
  1413.        color: var(--theme-primary-color-s2);
  1414.        text-decoration: underline;
  1415.    }
  1416.  
  1417.    .section-title {
  1418.        font-family: var(--heading-font);
  1419.        font-size: 2.5rem;
  1420.        font-weight: var(--heading-weight);
  1421.        color: var(--heading-color);
  1422.        text-align: center;
  1423.        margin-bottom: 20px;
  1424.    }
  1425.  
  1426.    .section-subtitle {
  1427.        text-align: center;
  1428.        color: var(--text-light-color);
  1429.        font-size: 1.1rem;
  1430.        max-width: 600px;
  1431.        margin: 0 auto;
  1432.    }
  1433.  
  1434.    @media (max-width: 768px) {
  1435.        .blog-cards-grid {
  1436.            grid-template-columns: 1fr;
  1437.            gap: 20px;
  1438.        }
  1439.        
  1440.        .section-title {
  1441.            font-size: 2rem;
  1442.        }
  1443.        
  1444.        .blog-highlights-section {
  1445.            padding: 60px 0;
  1446.        }
  1447.    }
  1448. </style>
  1449.  
  1450. <section class="blog-highlights-section">
  1451.     <div class="container-fluid fluid-container">
  1452.      
  1453.            <div class="section-title">
  1454.                <h2>
  1455.                Today's Top Highlights
  1456.                   </h2>
  1457.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1458.    </div>
  1459.        
  1460.        <div class="row">
  1461.            <div class="col-lg-8 col-12">
  1462.                <div class="blog-cards-grid">
  1463.                    
  1464.                    <article class="blog-card">
  1465.                        <div class="blog-card-image">
  1466.                          
  1467.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1468.                            
  1469.                            <span class="blog-category bg-primary-gradient">
  1470.                                News
  1471.                            </span>
  1472.                        </div>
  1473.                        <div class="blog-card-content">
  1474.                            <h3 class="blog-card-title">
  1475.                                <a href="/andy-burnham-would-probably-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/" >
  1476.                                Andy Burnham Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, Says Labour Deputy Leader
  1477.                                </a>
  1478.                            </h3>
  1479.                            <div class="blog-card-meta">
  1480.                                
  1481.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1482.                                
  1483.                                <span>By <strong>Allen Bartlett</strong></span>
  1484.                                <span>•</span>
  1485.                                <span>13 May 2026</span>
  1486.                            </div>
  1487.                            <p class="blog-card-excerpt">
  1488.                                
  1489.                            </p>
  1490.                            <div class="blog-card-footer">
  1491.                                <div class="blog-read-time">
  1492.                                    📖 5 min read
  1493.                                </div>
  1494.                                <a href="/andy-burnham-would-probably-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/" class="blog-read-more">
  1495.                                    Read More →
  1496.                                </a>
  1497.                            </div>
  1498.                        </div>
  1499.                    </article>
  1500.                    
  1501.                    <article class="blog-card">
  1502.                        <div class="blog-card-image">
  1503.                          
  1504.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1505.                            
  1506.                            <span class="blog-category bg-primary-gradient">
  1507.                                News
  1508.                            </span>
  1509.                        </div>
  1510.                        <div class="blog-card-content">
  1511.                            <h3 class="blog-card-title">
  1512.                                <a href="/ex-british-broadcasting-corporation-advisers-participate-in-mps-inquiry-in-the-wake-of-claims-of-partiality-in-disclosed-memorandum/" >
  1513.                                Ex- British Broadcasting Corporation Advisers Participate in MPs&#x27; Inquiry In the Wake of Claims of Partiality in Disclosed Memorandum
  1514.                                </a>
  1515.                            </h3>
  1516.                            <div class="blog-card-meta">
  1517.                                
  1518.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1519.                                
  1520.                                <span>By <strong>Allen Bartlett</strong></span>
  1521.                                <span>•</span>
  1522.                                <span>13 May 2026</span>
  1523.                            </div>
  1524.                            <p class="blog-card-excerpt">
  1525.                                
  1526.                            </p>
  1527.                            <div class="blog-card-footer">
  1528.                                <div class="blog-read-time">
  1529.                                    📖 5 min read
  1530.                                </div>
  1531.                                <a href="/ex-british-broadcasting-corporation-advisers-participate-in-mps-inquiry-in-the-wake-of-claims-of-partiality-in-disclosed-memorandum/" class="blog-read-more">
  1532.                                    Read More →
  1533.                                </a>
  1534.                            </div>
  1535.                        </div>
  1536.                    </article>
  1537.                    
  1538.                    <article class="blog-card">
  1539.                        <div class="blog-card-image">
  1540.                          
  1541.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1542.                            
  1543.                            <span class="blog-category bg-primary-gradient">
  1544.                                News
  1545.                            </span>
  1546.                        </div>
  1547.                        <div class="blog-card-content">
  1548.                            <h3 class="blog-card-title">
  1549.                                <a href="/canadas-blue-jays-secure-fall-classic-showdown-versus-los-angeles-dodgers/" >
  1550.                                Canada&#x27;s Blue Jays Secure Fall Classic Showdown Versus Los Angeles Dodgers
  1551.                                </a>
  1552.                            </h3>
  1553.                            <div class="blog-card-meta">
  1554.                                
  1555.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1556.                                
  1557.                                <span>By <strong>Allen Bartlett</strong></span>
  1558.                                <span>•</span>
  1559.                                <span>13 May 2026</span>
  1560.                            </div>
  1561.                            <p class="blog-card-excerpt">
  1562.                                
  1563.                            </p>
  1564.                            <div class="blog-card-footer">
  1565.                                <div class="blog-read-time">
  1566.                                    📖 5 min read
  1567.                                </div>
  1568.                                <a href="/canadas-blue-jays-secure-fall-classic-showdown-versus-los-angeles-dodgers/" class="blog-read-more">
  1569.                                    Read More →
  1570.                                </a>
  1571.                            </div>
  1572.                        </div>
  1573.                    </article>
  1574.                    
  1575.                    <article class="blog-card">
  1576.                        <div class="blog-card-image">
  1577.                          
  1578.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1579.                            
  1580.                            <span class="blog-category bg-primary-gradient">
  1581.                                News
  1582.                            </span>
  1583.                        </div>
  1584.                        <div class="blog-card-content">
  1585.                            <h3 class="blog-card-title">
  1586.                                <a href="/the-english-team-name-bashir-in-squad-for-ashes-opener/" >
  1587.                                The English team Name Bashir in Squad for Ashes Opener
  1588.                                </a>
  1589.                            </h3>
  1590.                            <div class="blog-card-meta">
  1591.                                
  1592.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1593.                                
  1594.                                <span>By <strong>Allen Bartlett</strong></span>
  1595.                                <span>•</span>
  1596.                                <span>13 May 2026</span>
  1597.                            </div>
  1598.                            <p class="blog-card-excerpt">
  1599.                                
  1600.                            </p>
  1601.                            <div class="blog-card-footer">
  1602.                                <div class="blog-read-time">
  1603.                                    📖 5 min read
  1604.                                </div>
  1605.                                <a href="/the-english-team-name-bashir-in-squad-for-ashes-opener/" class="blog-read-more">
  1606.                                    Read More →
  1607.                                </a>
  1608.                            </div>
  1609.                        </div>
  1610.                    </article>
  1611.                    
  1612.                    <article class="blog-card">
  1613.                        <div class="blog-card-image">
  1614.                          
  1615.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1616.                            
  1617.                            <span class="blog-category bg-primary-gradient">
  1618.                                News
  1619.                            </span>
  1620.                        </div>
  1621.                        <div class="blog-card-content">
  1622.                            <h3 class="blog-card-title">
  1623.                                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-report/" >
  1624.                                Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Relatives Report
  1625.                                </a>
  1626.                            </h3>
  1627.                            <div class="blog-card-meta">
  1628.                                
  1629.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1630.                                
  1631.                                <span>By <strong>Allen Bartlett</strong></span>
  1632.                                <span>•</span>
  1633.                                <span>13 May 2026</span>
  1634.                            </div>
  1635.                            <p class="blog-card-excerpt">
  1636.                                
  1637.                            </p>
  1638.                            <div class="blog-card-footer">
  1639.                                <div class="blog-read-time">
  1640.                                    📖 5 min read
  1641.                                </div>
  1642.                                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-report/" class="blog-read-more">
  1643.                                    Read More →
  1644.                                </a>
  1645.                            </div>
  1646.                        </div>
  1647.                    </article>
  1648.                    
  1649.                    <article class="blog-card">
  1650.                        <div class="blog-card-image">
  1651.                          
  1652.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1653.                            
  1654.                            <span class="blog-category bg-primary-gradient">
  1655.                                News
  1656.                            </span>
  1657.                        </div>
  1658.                        <div class="blog-card-content">
  1659.                            <h3 class="blog-card-title">
  1660.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  1661.                                KPop Demon Hunters Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  1662.                                </a>
  1663.                            </h3>
  1664.                            <div class="blog-card-meta">
  1665.                                
  1666.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1667.                                
  1668.                                <span>By <strong>Allen Bartlett</strong></span>
  1669.                                <span>•</span>
  1670.                                <span>12 May 2026</span>
  1671.                            </div>
  1672.                            <p class="blog-card-excerpt">
  1673.                                
  1674.                            </p>
  1675.                            <div class="blog-card-footer">
  1676.                                <div class="blog-read-time">
  1677.                                    📖 5 min read
  1678.                                </div>
  1679.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="blog-read-more">
  1680.                                    Read More →
  1681.                                </a>
  1682.                            </div>
  1683.                        </div>
  1684.                    </article>
  1685.                    
  1686.                    <article class="blog-card">
  1687.                        <div class="blog-card-image">
  1688.                          
  1689.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1690.                            
  1691.                            <span class="blog-category bg-primary-gradient">
  1692.                                News
  1693.                            </span>
  1694.                        </div>
  1695.                        <div class="blog-card-content">
  1696.                            <h3 class="blog-card-title">
  1697.                                <a href="/shocking-unearthing-bodies-of-missing-mother-and-child-found-in-freezers-in-austria/" >
  1698.                                Shocking Unearthing: Bodies of Missing Mother and Child Found in Freezers in Austria
  1699.                                </a>
  1700.                            </h3>
  1701.                            <div class="blog-card-meta">
  1702.                                
  1703.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1704.                                
  1705.                                <span>By <strong>Allen Bartlett</strong></span>
  1706.                                <span>•</span>
  1707.                                <span>12 May 2026</span>
  1708.                            </div>
  1709.                            <p class="blog-card-excerpt">
  1710.                                
  1711.                            </p>
  1712.                            <div class="blog-card-footer">
  1713.                                <div class="blog-read-time">
  1714.                                    📖 5 min read
  1715.                                </div>
  1716.                                <a href="/shocking-unearthing-bodies-of-missing-mother-and-child-found-in-freezers-in-austria/" class="blog-read-more">
  1717.                                    Read More →
  1718.                                </a>
  1719.                            </div>
  1720.                        </div>
  1721.                    </article>
  1722.                    
  1723.                    <article class="blog-card">
  1724.                        <div class="blog-card-image">
  1725.                          
  1726.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1727.                            
  1728.                            <span class="blog-category bg-primary-gradient">
  1729.                                News
  1730.                            </span>
  1731.                        </div>
  1732.                        <div class="blog-card-content">
  1733.                            <h3 class="blog-card-title">
  1734.                                <a href="/spotify-year-end-recap-release-timeline-plus-key-inquiries-explained/" >
  1735.                                Spotify Year-End Recap: Release Timeline plus Key Inquiries Explained
  1736.                                </a>
  1737.                            </h3>
  1738.                            <div class="blog-card-meta">
  1739.                                
  1740.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1741.                                
  1742.                                <span>By <strong>Allen Bartlett</strong></span>
  1743.                                <span>•</span>
  1744.                                <span>12 May 2026</span>
  1745.                            </div>
  1746.                            <p class="blog-card-excerpt">
  1747.                                
  1748.                            </p>
  1749.                            <div class="blog-card-footer">
  1750.                                <div class="blog-read-time">
  1751.                                    📖 5 min read
  1752.                                </div>
  1753.                                <a href="/spotify-year-end-recap-release-timeline-plus-key-inquiries-explained/" class="blog-read-more">
  1754.                                    Read More →
  1755.                                </a>
  1756.                            </div>
  1757.                        </div>
  1758.                    </article>
  1759.                    
  1760.                    <article class="blog-card">
  1761.                        <div class="blog-card-image">
  1762.                          
  1763.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1764.                            
  1765.                            <span class="blog-category bg-primary-gradient">
  1766.                                News
  1767.                            </span>
  1768.                        </div>
  1769.                        <div class="blog-card-content">
  1770.                            <h3 class="blog-card-title">
  1771.                                <a href="/peaceful-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/" >
  1772.                                Peaceful Conclusion to Lionel Messi&#x27;s India Tour Following Unrest in Kolkata
  1773.                                </a>
  1774.                            </h3>
  1775.                            <div class="blog-card-meta">
  1776.                                
  1777.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1778.                                
  1779.                                <span>By <strong>Allen Bartlett</strong></span>
  1780.                                <span>•</span>
  1781.                                <span>12 May 2026</span>
  1782.                            </div>
  1783.                            <p class="blog-card-excerpt">
  1784.                                
  1785.                            </p>
  1786.                            <div class="blog-card-footer">
  1787.                                <div class="blog-read-time">
  1788.                                    📖 5 min read
  1789.                                </div>
  1790.                                <a href="/peaceful-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/" class="blog-read-more">
  1791.                                    Read More →
  1792.                                </a>
  1793.                            </div>
  1794.                        </div>
  1795.                    </article>
  1796.                    
  1797.                    <article class="blog-card">
  1798.                        <div class="blog-card-image">
  1799.                          
  1800.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1801.                            
  1802.                            <span class="blog-category bg-primary-gradient">
  1803.                                News
  1804.                            </span>
  1805.                        </div>
  1806.                        <div class="blog-card-content">
  1807.                            <h3 class="blog-card-title">
  1808.                                <a href="/brian-harris-life-story-a-life-through-the-camera/" >
  1809.                                Brian Harris Life Story: A Life Through the Camera
  1810.                                </a>
  1811.                            </h3>
  1812.                            <div class="blog-card-meta">
  1813.                                
  1814.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1815.                                
  1816.                                <span>By <strong>Allen Bartlett</strong></span>
  1817.                                <span>•</span>
  1818.                                <span>12 May 2026</span>
  1819.                            </div>
  1820.                            <p class="blog-card-excerpt">
  1821.                                
  1822.                            </p>
  1823.                            <div class="blog-card-footer">
  1824.                                <div class="blog-read-time">
  1825.                                    📖 5 min read
  1826.                                </div>
  1827.                                <a href="/brian-harris-life-story-a-life-through-the-camera/" class="blog-read-more">
  1828.                                    Read More →
  1829.                                </a>
  1830.                            </div>
  1831.                        </div>
  1832.                    </article>
  1833.                    
  1834.                    <article class="blog-card">
  1835.                        <div class="blog-card-image">
  1836.                          
  1837.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1838.                            
  1839.                            <span class="blog-category bg-primary-gradient">
  1840.                                News
  1841.                            </span>
  1842.                        </div>
  1843.                        <div class="blog-card-content">
  1844.                            <h3 class="blog-card-title">
  1845.                                <a href="/metropolitan-museum-faces-lawsuit-over-reportedly-nazi-looted-van-gogh-painting/" >
  1846.                                Metropolitan Museum Faces Lawsuit Over Reportedly Nazi-Looted Van Gogh Painting
  1847.                                </a>
  1848.                            </h3>
  1849.                            <div class="blog-card-meta">
  1850.                                
  1851.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1852.                                
  1853.                                <span>By <strong>Allen Bartlett</strong></span>
  1854.                                <span>•</span>
  1855.                                <span>12 May 2026</span>
  1856.                            </div>
  1857.                            <p class="blog-card-excerpt">
  1858.                                
  1859.                            </p>
  1860.                            <div class="blog-card-footer">
  1861.                                <div class="blog-read-time">
  1862.                                    📖 5 min read
  1863.                                </div>
  1864.                                <a href="/metropolitan-museum-faces-lawsuit-over-reportedly-nazi-looted-van-gogh-painting/" class="blog-read-more">
  1865.                                    Read More →
  1866.                                </a>
  1867.                            </div>
  1868.                        </div>
  1869.                    </article>
  1870.                    
  1871.                    <article class="blog-card">
  1872.                        <div class="blog-card-image">
  1873.                          
  1874.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1875.                            
  1876.                            <span class="blog-category bg-primary-gradient">
  1877.                                News
  1878.                            </span>
  1879.                        </div>
  1880.                        <div class="blog-card-content">
  1881.                            <h3 class="blog-card-title">
  1882.                                <a href="/us-congressman-urges-former-prince-andrew-to-testify-in-jeffrey-epstein-investigation/" >
  1883.                                US Congressman Urges Former Prince Andrew to Testify in Jeffrey Epstein Investigation
  1884.                                </a>
  1885.                            </h3>
  1886.                            <div class="blog-card-meta">
  1887.                                
  1888.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="blog-author-img">
  1889.                                
  1890.                                <span>By <strong>Allen Bartlett</strong></span>
  1891.                                <span>•</span>
  1892.                                <span>12 May 2026</span>
  1893.                            </div>
  1894.                            <p class="blog-card-excerpt">
  1895.                                
  1896.                            </p>
  1897.                            <div class="blog-card-footer">
  1898.                                <div class="blog-read-time">
  1899.                                    📖 5 min read
  1900.                                </div>
  1901.                                <a href="/us-congressman-urges-former-prince-andrew-to-testify-in-jeffrey-epstein-investigation/" class="blog-read-more">
  1902.                                    Read More →
  1903.                                </a>
  1904.                            </div>
  1905.                        </div>
  1906.                    </article>
  1907.                    
  1908.                    
  1909.  
  1910.                </div>
  1911.            </div>
  1912.            
  1913.              <div class="col col-lg-4 col-12">
  1914.                
  1915.  
  1916.  
  1917.  
  1918.    
  1919.  
  1920.  
  1921. <!-- Blog Sidebar V2 - Focused Design -->
  1922.  <div class="sidebar mb-3">
  1923.    <!-- Recent Posts Section -->
  1924.    <div class="sidebar-widget mb-4">
  1925.      <div class="widget-title-wrapper mb-3">
  1926.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1927.          <i class="ti-time me-2"></i>Recent Posts
  1928.          <span class="title-arrow-primary"></span>
  1929.        </h4>
  1930.      </div>
  1931.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1932.        <div class="recent-post-list">
  1933.          
  1934.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1935.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1936.                
  1937.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1938.                
  1939.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1940.            </div>
  1941.            <div class="post-content flex-grow-1">
  1942.              <h6 class="post-title mb-2">
  1943.                 <a href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-sovereign-immunity-in-surveillance-claims/" class="text-decoration-none top-color fw-semibold lh-sm">
  1944.                                            The Gulf nation to Present Case at British Supreme Court Over Sovereign Immunity in Surveillance Claims
  1945.                                            </a>
  1946.              </h6>
  1947.              <div class="post-meta mb-3">
  1948.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  1949.                <!-- <small class="text-muted">
  1950.                  <i class="ti-eye me-1"></i>348 views
  1951.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1952.                </small> -->
  1953.              </div>
  1954.            </div>
  1955.          </div>
  1956.          
  1957.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1958.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1959.                
  1960.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1961.                
  1962.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1963.            </div>
  1964.            <div class="post-content flex-grow-1">
  1965.              <h6 class="post-title mb-2">
  1966.                 <a href="/the-visionary-filmmaker-sets-the-record-straight-computers-dont-create-avatar-films/" class="text-decoration-none top-color fw-semibold lh-sm">
  1967.                                            The Visionary Filmmaker Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  1968.                                            </a>
  1969.              </h6>
  1970.              <div class="post-meta mb-3">
  1971.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  1972.                <!-- <small class="text-muted">
  1973.                  <i class="ti-eye me-1"></i>348 views
  1974.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1975.                </small> -->
  1976.              </div>
  1977.            </div>
  1978.          </div>
  1979.          
  1980.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1981.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1982.                
  1983.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1984.                
  1985.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1986.            </div>
  1987.            <div class="post-content flex-grow-1">
  1988.              <h6 class="post-title mb-2">
  1989.                 <a href="/restrained-solitary-and-frightened-the-bleak-situation-for-women-forced-to-deliver-in-detention/" class="text-decoration-none top-color fw-semibold lh-sm">
  1990.                                            Restrained, Solitary and Frightened: The Bleak Situation for Women Forced to Deliver in Detention.
  1991.                                            </a>
  1992.              </h6>
  1993.              <div class="post-meta mb-3">
  1994.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  1995.                <!-- <small class="text-muted">
  1996.                  <i class="ti-eye me-1"></i>348 views
  1997.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1998.                </small> -->
  1999.              </div>
  2000.            </div>
  2001.          </div>
  2002.          
  2003.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2004.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2005.                
  2006.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2007.                
  2008.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2009.            </div>
  2010.            <div class="post-content flex-grow-1">
  2011.              <h6 class="post-title mb-2">
  2012.                 <a href="/a-story-of-unexpected-kindness-the-time-a-university-student-let-me-sleep-on-her-dorm-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  2013.                                            A Story of Unexpected Kindness: The Time a University Student Let Me Sleep on Her Dorm Ground
  2014.                                            </a>
  2015.              </h6>
  2016.              <div class="post-meta mb-3">
  2017.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2018.                <!-- <small class="text-muted">
  2019.                  <i class="ti-eye me-1"></i>348 views
  2020.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2021.                </small> -->
  2022.              </div>
  2023.            </div>
  2024.          </div>
  2025.          
  2026.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2027.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2028.                
  2029.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2030.                
  2031.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2032.            </div>
  2033.            <div class="post-content flex-grow-1">
  2034.              <h6 class="post-title mb-2">
  2035.                 <a href="/amid-the-bombed-out-debris-of-an-apartment-block-i-saw-a-volume-i-had-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  2036.                                            Amid the Bombed-Out Debris of an Apartment Block, I Saw a Volume I Had Translated
  2037.                                            </a>
  2038.              </h6>
  2039.              <div class="post-meta mb-3">
  2040.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2041.                <!-- <small class="text-muted">
  2042.                  <i class="ti-eye me-1"></i>348 views
  2043.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2044.                </small> -->
  2045.              </div>
  2046.            </div>
  2047.          </div>
  2048.          
  2049.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2050.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2051.                
  2052.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2053.                
  2054.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2055.            </div>
  2056.            <div class="post-content flex-grow-1">
  2057.              <h6 class="post-title mb-2">
  2058.                 <a href="/three-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2059.                                            Three Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (October 10-12)
  2060.                                            </a>
  2061.              </h6>
  2062.              <div class="post-meta mb-3">
  2063.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2064.                <!-- <small class="text-muted">
  2065.                  <i class="ti-eye me-1"></i>348 views
  2066.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2067.                </small> -->
  2068.              </div>
  2069.            </div>
  2070.          </div>
  2071.          
  2072.  
  2073.        </div>
  2074.  
  2075.        <div class="text-center mt-4 pt-3 border-top border-light">
  2076.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2077.        </div>
  2078.      </div>
  2079.    </div>
  2080.  
  2081.    
  2082.    <div class="sidebar-widget mb-4">
  2083.      <div class="widget-title-wrapper mb-3">
  2084.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2085.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2086.          <span class="title-arrow"></span>
  2087.        </h4>
  2088.      </div>
  2089.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2090.        <div class="blog-roll-list scrollable-sidebar">
  2091.          
  2092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2093.            <a href="https://www.fromagesbouffetraditions.ca/" rel="dofollow" class="text-decoration-none ">
  2094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2095.                <i class="ti-angle-right me-2 text-primary"></i>
  2096.                casino en ligne retrait immédiat
  2097.              </h6>
  2098.            </a>
  2099.          </div>
  2100.          
  2101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2102.            <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none ">
  2103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2104.                <i class="ti-angle-right me-2 text-primary"></i>
  2105.                ontario online casino
  2106.              </h6>
  2107.            </a>
  2108.          </div>
  2109.          
  2110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2111.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  2112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2113.                <i class="ti-angle-right me-2 text-primary"></i>
  2114.                online casino canada
  2115.              </h6>
  2116.            </a>
  2117.          </div>
  2118.          
  2119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2120.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  2121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2122.                <i class="ti-angle-right me-2 text-primary"></i>
  2123.                online casinos canada
  2124.              </h6>
  2125.            </a>
  2126.          </div>
  2127.          
  2128.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2129.            <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none ">
  2130.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2131.                <i class="ti-angle-right me-2 text-primary"></i>
  2132.                meilleur casino en ligne quebec
  2133.              </h6>
  2134.            </a>
  2135.          </div>
  2136.          
  2137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2138.            <a href="https://www.cgq-qgc.ca/" rel="dofollow" class="text-decoration-none ">
  2139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2140.                <i class="ti-angle-right me-2 text-primary"></i>
  2141.                meilleur casino en ligne au canada
  2142.              </h6>
  2143.            </a>
  2144.          </div>
  2145.          
  2146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2147.            <a href="https://bestsportsbettingcanada.ca/" rel="dofollow" class="text-decoration-none ">
  2148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2149.                <i class="ti-angle-right me-2 text-primary"></i>
  2150.                sports betting sites
  2151.              </h6>
  2152.            </a>
  2153.          </div>
  2154.          
  2155.      </div>
  2156.    </div>
  2157.    
  2158.    <div class="sidebar-widget mb-4">
  2159.      <div class="widget-title-wrapper mb-3">
  2160.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2161.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2162.          <span class="title-arrow"></span>
  2163.        </h4>
  2164.      </div>
  2165.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2166.        <div class="blog-roll-list scrollable-sidebar">
  2167.          
  2168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2169.            <a href="https://www.mmdonline.com/" rel="dofollow" class="text-decoration-none ">
  2170.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2171.                <i class="ti-angle-right me-2 text-primary"></i>
  2172.                online casino canada
  2173.              </h6>
  2174.            </a>
  2175.          </div>
  2176.          
  2177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2178.            <a href="https://www.projectcheck.org/" rel="dofollow" class="text-decoration-none ">
  2179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2180.                <i class="ti-angle-right me-2 text-primary"></i>
  2181.                online casino canada
  2182.              </h6>
  2183.            </a>
  2184.          </div>
  2185.          
  2186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2187.            <a href="https://readwrite.com/gambling/casino/canada/" rel="dofollow" class="text-decoration-none ">
  2188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2189.                <i class="ti-angle-right me-2 text-primary"></i>
  2190.                online casino canada
  2191.              </h6>
  2192.            </a>
  2193.          </div>
  2194.          
  2195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2196.            <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none ">
  2197.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2198.                <i class="ti-angle-right me-2 text-primary"></i>
  2199.                online casino canada
  2200.              </h6>
  2201.            </a>
  2202.          </div>
  2203.          
  2204.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2205.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2206.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2207.                <i class="ti-angle-right me-2 text-primary"></i>
  2208.                best online casinos
  2209.              </h6>
  2210.            </a>
  2211.          </div>
  2212.          
  2213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2214.            <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none ">
  2215.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2216.                <i class="ti-angle-right me-2 text-primary"></i>
  2217.                canadian online casinos
  2218.              </h6>
  2219.            </a>
  2220.          </div>
  2221.          
  2222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2223.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  2224.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2225.                <i class="ti-angle-right me-2 text-primary"></i>
  2226.                new casino canada
  2227.              </h6>
  2228.            </a>
  2229.          </div>
  2230.          
  2231.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2232.            <a href="https://www.salifkeita.us/" rel="dofollow" class="text-decoration-none ">
  2233.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2234.                <i class="ti-angle-right me-2 text-primary"></i>
  2235.                online casino canada
  2236.              </h6>
  2237.            </a>
  2238.          </div>
  2239.          
  2240.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2241.            <a href="https://www.parentsmatter.ca/" rel="dofollow" class="text-decoration-none ">
  2242.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2243.                <i class="ti-angle-right me-2 text-primary"></i>
  2244.                online casino canada
  2245.              </h6>
  2246.            </a>
  2247.          </div>
  2248.          
  2249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2250.            <a href="https://www.sheeats.ca/" rel="dofollow" class="text-decoration-none ">
  2251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2252.                <i class="ti-angle-right me-2 text-primary"></i>
  2253.                online casino
  2254.              </h6>
  2255.            </a>
  2256.          </div>
  2257.          
  2258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2259.            <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none ">
  2260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2261.                <i class="ti-angle-right me-2 text-primary"></i>
  2262.                online casinos canada
  2263.              </h6>
  2264.            </a>
  2265.          </div>
  2266.          
  2267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2268.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  2269.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2270.                <i class="ti-angle-right me-2 text-primary"></i>
  2271.                online casinos canada
  2272.              </h6>
  2273.            </a>
  2274.          </div>
  2275.          
  2276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2277.            <a href="https://camanjs.com/" rel="dofollow" class="text-decoration-none ">
  2278.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2279.                <i class="ti-angle-right me-2 text-primary"></i>
  2280.                online casinos canada
  2281.              </h6>
  2282.            </a>
  2283.          </div>
  2284.          
  2285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.            <a href="https://www.albertaoilmagazine.com/" rel="dofollow" class="text-decoration-none ">
  2287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2288.                <i class="ti-angle-right me-2 text-primary"></i>
  2289.                online casino canada
  2290.              </h6>
  2291.            </a>
  2292.          </div>
  2293.          
  2294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2295.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  2296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2297.                <i class="ti-angle-right me-2 text-primary"></i>
  2298.                online casino canada
  2299.              </h6>
  2300.            </a>
  2301.          </div>
  2302.          
  2303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2304.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  2305.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2306.                <i class="ti-angle-right me-2 text-primary"></i>
  2307.                online casino real money
  2308.              </h6>
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none ">
  2314.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                top online casinos
  2317.              </h6>
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.northernstars.ca/" rel="dofollow" class="text-decoration-none ">
  2323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                canadian online casinos
  2326.              </h6>
  2327.            </a>
  2328.          </div>
  2329.          
  2330.      </div>
  2331.    </div>
  2332.    
  2333.    <div class="sidebar-widget mb-4">
  2334.      <div class="widget-title-wrapper mb-3">
  2335.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2336.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2337.          <span class="title-arrow"></span>
  2338.        </h4>
  2339.      </div>
  2340.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2341.        <div class="blog-roll-list scrollable-sidebar">
  2342.          
  2343.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2344.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  2345.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2346.                <i class="ti-angle-right me-2 text-primary"></i>
  2347.                online casino canada
  2348.              </h6>
  2349.            </a>
  2350.          </div>
  2351.          
  2352.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2353.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  2354.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2355.                <i class="ti-angle-right me-2 text-primary"></i>
  2356.                canadian online casinos
  2357.              </h6>
  2358.            </a>
  2359.          </div>
  2360.          
  2361.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2362.            <a href="https://opaonline.ca/" rel="dofollow" class="text-decoration-none ">
  2363.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2364.                <i class="ti-angle-right me-2 text-primary"></i>
  2365.                online casino canada
  2366.              </h6>
  2367.            </a>
  2368.          </div>
  2369.          
  2370.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2371.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  2372.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2373.                <i class="ti-angle-right me-2 text-primary"></i>
  2374.                betting sites canada
  2375.              </h6>
  2376.            </a>
  2377.          </div>
  2378.          
  2379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2380.            <a href="https://www.northernstars.ca/" rel="dofollow" class="text-decoration-none ">
  2381.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2382.                <i class="ti-angle-right me-2 text-primary"></i>
  2383.                best payout casino canada
  2384.              </h6>
  2385.            </a>
  2386.          </div>
  2387.          
  2388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.            <a href="https://www.bapress.ca/" rel="dofollow" class="text-decoration-none ">
  2390.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2391.                <i class="ti-angle-right me-2 text-primary"></i>
  2392.                betting sites canada
  2393.              </h6>
  2394.            </a>
  2395.          </div>
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://www.safepetottawa.com/" rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                online casino canada
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                canadian online casinos
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://www.irec.net/" rel="dofollow" class="text-decoration-none ">
  2417.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                casino en ligne canadien
  2420.              </h6>
  2421.            </a>
  2422.          </div>
  2423.          
  2424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.            <a href="https://www.windpowerexpo.org/" rel="dofollow" class="text-decoration-none ">
  2426.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2427.                <i class="ti-angle-right me-2 text-primary"></i>
  2428.                online casinos
  2429.              </h6>
  2430.            </a>
  2431.          </div>
  2432.          
  2433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2434.            <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none ">
  2435.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2436.                <i class="ti-angle-right me-2 text-primary"></i>
  2437.                betting sites canada
  2438.              </h6>
  2439.            </a>
  2440.          </div>
  2441.          
  2442.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2443.            <a href="https://www.unsdgadvocates.org/" rel="dofollow" class="text-decoration-none ">
  2444.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2445.                <i class="ti-angle-right me-2 text-primary"></i>
  2446.                online casino
  2447.              </h6>
  2448.            </a>
  2449.          </div>
  2450.          
  2451.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2452.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2453.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2454.                <i class="ti-angle-right me-2 text-primary"></i>
  2455.                online casinos
  2456.              </h6>
  2457.            </a>
  2458.          </div>
  2459.          
  2460.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2461.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  2462.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2463.                <i class="ti-angle-right me-2 text-primary"></i>
  2464.                online casino
  2465.              </h6>
  2466.            </a>
  2467.          </div>
  2468.          
  2469.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2470.            <a href="https://www.tvarchive.ca/" rel="dofollow" class="text-decoration-none ">
  2471.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2472.                <i class="ti-angle-right me-2 text-primary"></i>
  2473.                fast withdrawal casino
  2474.              </h6>
  2475.            </a>
  2476.          </div>
  2477.          
  2478.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2479.            <a href="https://www.biomilq.com/" rel="dofollow" class="text-decoration-none ">
  2480.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2481.                <i class="ti-angle-right me-2 text-primary"></i>
  2482.                fast withdrawal casino
  2483.              </h6>
  2484.            </a>
  2485.          </div>
  2486.          
  2487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2488.            <a href="https://www.stuzoclothing.com/" rel="dofollow" class="text-decoration-none ">
  2489.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2490.                <i class="ti-angle-right me-2 text-primary"></i>
  2491.                online casino
  2492.              </h6>
  2493.            </a>
  2494.          </div>
  2495.          
  2496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2497.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2498.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2499.                <i class="ti-angle-right me-2 text-primary"></i>
  2500.                canadian online casinos
  2501.              </h6>
  2502.            </a>
  2503.          </div>
  2504.          
  2505.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2506.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  2507.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2508.                <i class="ti-angle-right me-2 text-primary"></i>
  2509.                best online casinos
  2510.              </h6>
  2511.            </a>
  2512.          </div>
  2513.          
  2514.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2515.            <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none ">
  2516.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2517.                <i class="ti-angle-right me-2 text-primary"></i>
  2518.                online casino
  2519.              </h6>
  2520.            </a>
  2521.          </div>
  2522.          
  2523.      </div>
  2524.    </div>
  2525.    
  2526.    <div class="sidebar-widget mb-4">
  2527.      <div class="widget-title-wrapper mb-3">
  2528.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2529.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2530.          <span class="title-arrow"></span>
  2531.        </h4>
  2532.      </div>
  2533.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2534.        <div class="blog-roll-list scrollable-sidebar">
  2535.          
  2536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2538.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2539.                <i class="ti-angle-right me-2 text-primary"></i>
  2540.                betting apps not on gamstop
  2541.              </h6>
  2542.            </a>
  2543.          </div>
  2544.          
  2545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2546.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  2547.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2548.                <i class="ti-angle-right me-2 text-primary"></i>
  2549.                new betting sites
  2550.              </h6>
  2551.            </a>
  2552.          </div>
  2553.          
  2554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2555.            <a href="https://www.transportail.com/" rel="dofollow" class="text-decoration-none ">
  2556.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2557.                <i class="ti-angle-right me-2 text-primary"></i>
  2558.                casino en ligne
  2559.              </h6>
  2560.            </a>
  2561.          </div>
  2562.          
  2563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2564.            <a href="https://amorebeautifuljourney.ca/" rel="dofollow" class="text-decoration-none ">
  2565.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2566.                <i class="ti-angle-right me-2 text-primary"></i>
  2567.                online casino
  2568.              </h6>
  2569.            </a>
  2570.          </div>
  2571.          
  2572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2573.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2574.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2575.                <i class="ti-angle-right me-2 text-primary"></i>
  2576.                best online casino canada
  2577.              </h6>
  2578.            </a>
  2579.          </div>
  2580.          
  2581.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2582.            <a href="https://www.gsa2024.org/" rel="dofollow" class="text-decoration-none ">
  2583.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2584.                <i class="ti-angle-right me-2 text-primary"></i>
  2585.                online casino canada
  2586.              </h6>
  2587.            </a>
  2588.          </div>
  2589.          
  2590.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2591.            <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none ">
  2592.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2593.                <i class="ti-angle-right me-2 text-primary"></i>
  2594.                best online casino canada
  2595.              </h6>
  2596.            </a>
  2597.          </div>
  2598.          
  2599.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2600.            <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none ">
  2601.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2602.                <i class="ti-angle-right me-2 text-primary"></i>
  2603.                online casino
  2604.              </h6>
  2605.            </a>
  2606.          </div>
  2607.          
  2608.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2609.            <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none ">
  2610.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2611.                <i class="ti-angle-right me-2 text-primary"></i>
  2612.                online casinos canada
  2613.              </h6>
  2614.            </a>
  2615.          </div>
  2616.          
  2617.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2618.            <a href="https://lovenorthernbc.com/" rel="dofollow" class="text-decoration-none ">
  2619.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2620.                <i class="ti-angle-right me-2 text-primary"></i>
  2621.                online casino
  2622.              </h6>
  2623.            </a>
  2624.          </div>
  2625.          
  2626.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.            <a href="https://startuparound.com/" rel="dofollow" class="text-decoration-none ">
  2628.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2629.                <i class="ti-angle-right me-2 text-primary"></i>
  2630.                online casino
  2631.              </h6>
  2632.            </a>
  2633.          </div>
  2634.          
  2635.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2636.            <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none ">
  2637.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2638.                <i class="ti-angle-right me-2 text-primary"></i>
  2639.                online casino
  2640.              </h6>
  2641.            </a>
  2642.          </div>
  2643.          
  2644.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2645.            <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none ">
  2646.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2647.                <i class="ti-angle-right me-2 text-primary"></i>
  2648.                online casino
  2649.              </h6>
  2650.            </a>
  2651.          </div>
  2652.          
  2653.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2654.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  2655.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2656.                <i class="ti-angle-right me-2 text-primary"></i>
  2657.                online casino
  2658.              </h6>
  2659.            </a>
  2660.          </div>
  2661.          
  2662.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2663.            <a href="https://www.safepetottawa.com/" rel="dofollow" class="text-decoration-none ">
  2664.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2665.                <i class="ti-angle-right me-2 text-primary"></i>
  2666.                online casino
  2667.              </h6>
  2668.            </a>
  2669.          </div>
  2670.          
  2671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2672.            <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none ">
  2673.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2674.                <i class="ti-angle-right me-2 text-primary"></i>
  2675.                online casino canada
  2676.              </h6>
  2677.            </a>
  2678.          </div>
  2679.          
  2680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.            <a href="https://www.northernstars.ca/" rel="dofollow" class="text-decoration-none ">
  2682.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2683.                <i class="ti-angle-right me-2 text-primary"></i>
  2684.                online casino canada
  2685.              </h6>
  2686.            </a>
  2687.          </div>
  2688.          
  2689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2691.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2692.                <i class="ti-angle-right me-2 text-primary"></i>
  2693.                online casino
  2694.              </h6>
  2695.            </a>
  2696.          </div>
  2697.          
  2698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2700.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.                <i class="ti-angle-right me-2 text-primary"></i>
  2702.                online casino
  2703.              </h6>
  2704.            </a>
  2705.          </div>
  2706.          
  2707.      </div>
  2708.    </div>
  2709.    
  2710.  </div>
  2711.  
  2712. <!-- Sidebar V2 Styles -->
  2713. <style>
  2714.  .sidebar-widget {
  2715.    position: relative;
  2716.  }
  2717.  
  2718.  .widget-title {
  2719.    font-size: 1.1rem;
  2720.    font-weight: 700;
  2721.    display: inline-block;
  2722.    position: relative;
  2723.    z-index: 2;
  2724.    border-radius: 0;
  2725.  }
  2726.  
  2727.  /* Green arrow for August Blog Roll */
  2728.  .title-arrow::after {
  2729.    content: '';
  2730.    position: absolute;
  2731.    top: 0;
  2732.    right: -22px;
  2733.    width: 0;
  2734.    height: 0;
  2735.    border-left: 22px solid var(--bs-primary);
  2736.    border-top: 22px solid transparent;
  2737.    border-bottom: 22px solid transparent;
  2738.    z-index: 1;
  2739.  }
  2740.  
  2741.  /* Blue arrow for Recent Posts */
  2742.  .title-arrow-primary::after {
  2743.    content: '';
  2744.    position: absolute;
  2745.    top: 0;
  2746.    right: -22px;
  2747.    width: 0;
  2748.    height: 0;
  2749.    border-left: 22px solid var(--bs-primary);
  2750.    border-top: 22px solid transparent;
  2751.    border-bottom: 22px solid transparent;
  2752.    z-index: 1;
  2753.  }
  2754.  
  2755.  .widget-content {
  2756.    margin-top: -1px;
  2757.    position: relative;
  2758.    z-index: 1;
  2759.     background-color: var(--card-bg);
  2760.  }
  2761.  
  2762.  /* Blog Roll Items Hover Effects */
  2763.  .blog-roll-item:hover .blog-title {
  2764.    color: #198754 !important;
  2765.    transform: translateX(5px);
  2766.    transition: all 0.3s ease;
  2767.  }
  2768.  
  2769.  /* Recent Post Items Hover Effects */
  2770.  .recent-post-item:hover .post-title a {
  2771.    color: #0d6efd !important;
  2772.    transition: color 0.3s ease;
  2773.  }
  2774.  
  2775.  .recent-post-item:hover .post-image img {
  2776.    transform: scale(1.05);
  2777.    transition: transform 0.3s ease;
  2778.  }
  2779.  
  2780.  /* Button Hover Effects */
  2781.  .btn:hover {
  2782.    transform: translateY(-2px);
  2783.    transition: all 0.3s ease;
  2784.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2785.  }
  2786.  
  2787.  /* Badge Hover Effects */
  2788.  .badge:hover {
  2789.    transform: scale(1.05);
  2790.    transition: transform 0.3s ease;
  2791.  }
  2792.  
  2793.  @media (max-width: 991px) {
  2794.    .sidebar {
  2795.      margin-top: 3rem;
  2796.    }
  2797.  }
  2798.  
  2799.  @media (max-width: 576px) {
  2800.    .widget-title {
  2801.      font-size: 1rem;
  2802.      padding: 0.75rem 1rem !important;
  2803.    }
  2804.  
  2805.    .title-arrow::after,
  2806.    .title-arrow-primary::after {
  2807.      right: -18px;
  2808.      border-left-width: 18px;
  2809.      border-top-width: 18px;
  2810.      border-bottom-width: 18px;
  2811.    }
  2812.  
  2813.    .post-image {
  2814.      width: 70px !important;
  2815.      height: 55px !important;
  2816.    }
  2817.  
  2818.    .blog-meta {
  2819.      flex-direction: column !important;
  2820.      align-items: flex-start !important;
  2821.      gap: 0.5rem;
  2822.    }
  2823.  }
  2824. </style>
  2825.  
  2826.    
  2827.            </div>
  2828.        </div>
  2829.    </div>
  2830. </section>
  2831.  
  2832. <script>
  2833. document.addEventListener('DOMContentLoaded', function() {
  2834.    // Simple scroll animation
  2835.    const cards = document.querySelectorAll('.blog-card');
  2836.    
  2837.    const observer = new IntersectionObserver(function(entries) {
  2838.        entries.forEach(entry => {
  2839.            if (entry.isIntersecting) {
  2840.                entry.target.style.opacity = '1';
  2841.                entry.target.style.transform = 'translateY(0)';
  2842.            }
  2843.        });
  2844.    }, {
  2845.        threshold: 0.1
  2846.    });
  2847.  
  2848.    cards.forEach((card, index) => {
  2849.        card.style.opacity = '0';
  2850.        card.style.transform = 'translateY(30px)';
  2851.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  2852.        observer.observe(card);
  2853.    });
  2854. });
  2855. </script>
  2856.  
  2857.    
  2858.        
  2859.        <!-- end wpo-blog-highlights-section -->
  2860.        <!-- start wpo-blog-sponsored-section -->
  2861.        
  2862.  
  2863.  
  2864.  
  2865.    
  2866.  
  2867.  
  2868.  
  2869. <style>
  2870.    .sponsored-section-v2 {
  2871.        padding: 40px 0;
  2872.        background: var(--body-bg);
  2873.    }
  2874.    
  2875.    .sponsored-card-v2 {
  2876.        background: var(--body-bg);
  2877.        border: 1px solid #f0f0f0;
  2878.        border-radius: 8px;
  2879.        transition: box-shadow 0.3s ease;
  2880.        height: 100%;
  2881.        position: relative;
  2882.    }
  2883.    
  2884.    .sponsored-card-v2:hover {
  2885.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  2886.    }
  2887.    
  2888.    .sponsored-image-v2 {
  2889.        position: relative;
  2890.        height: 200px;
  2891.    }
  2892.    
  2893.    .sponsored-image-v2 img {
  2894.        width: 100%;
  2895.        height: 100%;
  2896.        object-fit: cover;
  2897.    }
  2898.    
  2899.    .sponsored-badge-v2 {
  2900.        position: absolute;
  2901.        bottom: 10px;
  2902.        left: 10px;
  2903.        padding: 6px 10px;
  2904.        font-size: 12px;
  2905.        font-weight: 600;
  2906.        text-transform: uppercase;
  2907.        border-radius: 4px;
  2908.    }
  2909.    
  2910.    .sponsored-content-v2 {
  2911.        padding: 20px;
  2912.    }
  2913.    
  2914.    .sponsored-title-v2 {
  2915.        font-size: 18px;
  2916.        font-weight: 600;
  2917.        line-height: 1.4;
  2918.        margin-bottom: 10px;
  2919.    }
  2920.    
  2921.    .sponsored-title-v2 a {
  2922.        text-decoration: none;
  2923.        transition: color 0.3s ease;
  2924.    }
  2925.    
  2926.    .sponsored-title-v2 a:hover {
  2927.        color: #007bff; /* Blue hover for variety */
  2928.    }
  2929.    
  2930.    .sponsored-excerpt-v2 {
  2931.        font-size: 14px;
  2932.        color: #6c757d;
  2933.        margin-bottom: 15px;
  2934.        line-height: 1.6;
  2935.    }
  2936.    
  2937.    .sponsored-meta-v2 {
  2938.        display: flex;
  2939.        align-items: center;
  2940.        justify-content: space-between;
  2941.        font-size: 12px;
  2942.        color: #6c757d;
  2943.    }
  2944.    
  2945.    .author-info-v2 {
  2946.        display: flex;
  2947.        align-items: center;
  2948.        gap: 8px;
  2949.    }
  2950.    
  2951.    .sponsored-author-img-v2 {
  2952.        width: 28px;
  2953.        height: 28px;
  2954.        border-radius: 50%;
  2955.        object-fit: cover;
  2956.    }
  2957.    
  2958.    .section-title-sponsored-v2 {
  2959.        font-size: 2.2rem;
  2960.        font-weight: 700;
  2961.        text-align: center;
  2962.        margin-bottom: 30px;
  2963.        color: #333;
  2964.    }
  2965.  
  2966.    @media (max-width: 768px) {
  2967.        .sponsored-section-v2 {
  2968.            padding: 30px 0;
  2969.        }
  2970.        .sponsored-content-v2 {
  2971.            padding: 15px;
  2972.        }
  2973.        .sponsored-title-v2 {
  2974.            font-size: 16px;
  2975.        }
  2976.        .sponsored-excerpt-v2 {
  2977.            font-size: 13px;
  2978.        }
  2979.    }
  2980. </style>
  2981.  
  2982. <section class="sponsored-section-v2">
  2983.    <div class="container-fluid fluid-container">
  2984.        <div class="row">
  2985.            <div class="col-12">
  2986.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  2987.            </div>
  2988.        </div>
  2989.        
  2990.        <div class="row g-4">
  2991.            
  2992.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2993.                <div class="card sponsored-card-v2">
  2994.                    <div class="sponsored-image-v2">
  2995.                        
  2996.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2997.                        
  2998.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2999.                    </div>
  3000.                    <div class="sponsored-content-v2">
  3001.                        <h3 class="sponsored-title-v2">
  3002.                            <a href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-sovereign-immunity-in-surveillance-claims/" class="top-color">
  3003.                            The Gulf nation to Present Case at British Supreme Court Over Sovereign Immunity in Surveillance Claims
  3004.                            </a>
  3005.                        </h3>
  3006.                        <p class="sponsored-excerpt-v2">
  3007.                            
  3008.                        </p>
  3009.                        <div class="sponsored-meta-v2">
  3010.                            <div class="author-info-v2">
  3011.                                
  3012.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3013.                                
  3014.                                <span>
  3015.                                    Allen Bartlett
  3016.                                </span>
  3017.                            </div>
  3018.                            <span>12 May 2026</span>
  3019.                        </div>
  3020.                    </div>
  3021.                </div>
  3022.            </div>
  3023.            
  3024.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3025.                <div class="card sponsored-card-v2">
  3026.                    <div class="sponsored-image-v2">
  3027.                        
  3028.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3029.                        
  3030.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3031.                    </div>
  3032.                    <div class="sponsored-content-v2">
  3033.                        <h3 class="sponsored-title-v2">
  3034.                            <a href="/the-visionary-filmmaker-sets-the-record-straight-computers-dont-create-avatar-films/" class="top-color">
  3035.                            The Visionary Filmmaker Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  3036.                            </a>
  3037.                        </h3>
  3038.                        <p class="sponsored-excerpt-v2">
  3039.                            
  3040.                        </p>
  3041.                        <div class="sponsored-meta-v2">
  3042.                            <div class="author-info-v2">
  3043.                                
  3044.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3045.                                
  3046.                                <span>
  3047.                                    Allen Bartlett
  3048.                                </span>
  3049.                            </div>
  3050.                            <span>11 May 2026</span>
  3051.                        </div>
  3052.                    </div>
  3053.                </div>
  3054.            </div>
  3055.            
  3056.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3057.                <div class="card sponsored-card-v2">
  3058.                    <div class="sponsored-image-v2">
  3059.                        
  3060.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3061.                        
  3062.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3063.                    </div>
  3064.                    <div class="sponsored-content-v2">
  3065.                        <h3 class="sponsored-title-v2">
  3066.                            <a href="/restrained-solitary-and-frightened-the-bleak-situation-for-women-forced-to-deliver-in-detention/" class="top-color">
  3067.                            Restrained, Solitary and Frightened: The Bleak Situation for Women Forced to Deliver in Detention.
  3068.                            </a>
  3069.                        </h3>
  3070.                        <p class="sponsored-excerpt-v2">
  3071.                            
  3072.                        </p>
  3073.                        <div class="sponsored-meta-v2">
  3074.                            <div class="author-info-v2">
  3075.                                
  3076.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3077.                                
  3078.                                <span>
  3079.                                    Allen Bartlett
  3080.                                </span>
  3081.                            </div>
  3082.                            <span>11 May 2026</span>
  3083.                        </div>
  3084.                    </div>
  3085.                </div>
  3086.            </div>
  3087.            
  3088.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3089.                <div class="card sponsored-card-v2">
  3090.                    <div class="sponsored-image-v2">
  3091.                        
  3092.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3093.                        
  3094.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3095.                    </div>
  3096.                    <div class="sponsored-content-v2">
  3097.                        <h3 class="sponsored-title-v2">
  3098.                            <a href="/a-story-of-unexpected-kindness-the-time-a-university-student-let-me-sleep-on-her-dorm-ground/" class="top-color">
  3099.                            A Story of Unexpected Kindness: The Time a University Student Let Me Sleep on Her Dorm Ground
  3100.                            </a>
  3101.                        </h3>
  3102.                        <p class="sponsored-excerpt-v2">
  3103.                            
  3104.                        </p>
  3105.                        <div class="sponsored-meta-v2">
  3106.                            <div class="author-info-v2">
  3107.                                
  3108.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3109.                                
  3110.                                <span>
  3111.                                    Allen Bartlett
  3112.                                </span>
  3113.                            </div>
  3114.                            <span>11 May 2026</span>
  3115.                        </div>
  3116.                    </div>
  3117.                </div>
  3118.            </div>
  3119.            
  3120.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3121.                <div class="card sponsored-card-v2">
  3122.                    <div class="sponsored-image-v2">
  3123.                        
  3124.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3125.                        
  3126.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3127.                    </div>
  3128.                    <div class="sponsored-content-v2">
  3129.                        <h3 class="sponsored-title-v2">
  3130.                            <a href="/amid-the-bombed-out-debris-of-an-apartment-block-i-saw-a-volume-i-had-translated/" class="top-color">
  3131.                            Amid the Bombed-Out Debris of an Apartment Block, I Saw a Volume I Had Translated
  3132.                            </a>
  3133.                        </h3>
  3134.                        <p class="sponsored-excerpt-v2">
  3135.                            
  3136.                        </p>
  3137.                        <div class="sponsored-meta-v2">
  3138.                            <div class="author-info-v2">
  3139.                                
  3140.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3141.                                
  3142.                                <span>
  3143.                                    Allen Bartlett
  3144.                                </span>
  3145.                            </div>
  3146.                            <span>11 May 2026</span>
  3147.                        </div>
  3148.                    </div>
  3149.                </div>
  3150.            </div>
  3151.            
  3152.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3153.                <div class="card sponsored-card-v2">
  3154.                    <div class="sponsored-image-v2">
  3155.                        
  3156.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3157.                        
  3158.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3159.                    </div>
  3160.                    <div class="sponsored-content-v2">
  3161.                        <h3 class="sponsored-title-v2">
  3162.                            <a href="/three-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" class="top-color">
  3163.                            Three Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (October 10-12)
  3164.                            </a>
  3165.                        </h3>
  3166.                        <p class="sponsored-excerpt-v2">
  3167.                            
  3168.                        </p>
  3169.                        <div class="sponsored-meta-v2">
  3170.                            <div class="author-info-v2">
  3171.                                
  3172.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5dc39c35-b97d-4d7c-9f77-6633bb78bd79_profile.png" alt="Allen Bartlett" style="object-fit: cover;" class="sponsored-author-img-v2">
  3173.                                
  3174.                                <span>
  3175.                                    Allen Bartlett
  3176.                                </span>
  3177.                            </div>
  3178.                            <span>11 May 2026</span>
  3179.                        </div>
  3180.                    </div>
  3181.                </div>
  3182.            </div>
  3183.            
  3184.        </div>
  3185.    </div>
  3186. </section>
  3187.  
  3188.  
  3189.    
  3190.        <!-- end wpo-blog-sponsored-section -->
  3191.        <!-- start wpo-subscribe-section -->
  3192.        
  3193.        <!-- end subscribe-section -->
  3194.        <!-- start of wpo-site-footer-section -->
  3195.        
  3196.  
  3197.  
  3198.  
  3199.  
  3200.  
  3201. <footer class="wpo-site-footer-v2">
  3202.    <!-- Main Footer Content -->
  3203.    <div class="wpo-main-footer">
  3204.        <div class="container-fluid fluid-container">
  3205.            <div class="row g-4">
  3206.                
  3207.                <!-- Company Info Section -->
  3208.                <div class="col-lg-4 col-md-6 col-12">
  3209.                    <div class="footer-widget company-info-widget">
  3210.                        <div class="widget-header">
  3211.                            <div class="footer-logo">
  3212.                                
  3213.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a09d738f-3ddd-4d5a-b709-be86f5a34f87_logo.png" alt="Trusted Field" class="img-fluid footer-logo-img">
  3214.                                
  3215.                            </div>
  3216.                        </div>
  3217.                        <div class="widget-content2 footer-widget-content2">
  3218.                            <p class="company-description-text">
  3219.                                Trusted Field provides expert articles, tips, and news on modern agriculture, sustainable farming practices, and crop management for farmers and enthusiasts.
  3220.                            </p>
  3221.                            <div class="contact-info2">
  3222.                                <div class="contact-item">
  3223.                                    <i class="fas fa-envelope"></i>
  3224.                                    <span><a href="/cdn-cgi/l/email-protection#d6babfb8bda596b8b3aea2b4b7b5bdbabfb8bda5f8b5b9bb" class="footer-link2"><span class="__cf_email__" data-cfemail="d2bebbbcb9a192bcb7aaa6b0b3b1b9bebbbcb9a1fcb1bdbf">[email&#160;protected]</span></a></span>
  3225.                                </div>
  3226.                                <!-- <div class="contact-item">
  3227.                                    <i class="fas fa-phone"></i>
  3228.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3229.                                </div> -->
  3230.                            </div>
  3231.                        </div>
  3232.                    </div>
  3233.                </div>
  3234.  
  3235.                <!-- Quick Links Section -->
  3236.                <div class="col-lg-4 col-md-6 col-12">
  3237.                    <div class="footer-widget quick-links-widget">
  3238.                        <div class="widget-header">
  3239.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3240.                        </div>
  3241.                        <div class="widget-content2 footer-widget-content2">
  3242.                            <ul class="footer-links">
  3243.                                
  3244.                                <li><a href="/uae-refuses-to-join-gaza-stabilisation-mission-without-defined-legal-framework/" class="footer-link">UAE Refuses to Join Gaza Stabilisation Mission Without Defined Legal Framework</a></li>
  3245.                                
  3246.                                <li><a href="/virginias-new-governor-creates-history-as-first-female-state-leader/" class="footer-link">Virginia&#x27;s New Governor Creates History as First Female State Leader</a></li>
  3247.                                
  3248.                                <li><a href="/when-did-i-get-that-attractive-bruce-springsteen-on-watching-the-actor-play-him-on-screen/" class="footer-link">‘When Did I Get That Attractive?’: Bruce Springsteen on Watching The Actor Play Him On Screen</a></li>
  3249.                                
  3250.                                <li><a href="/jennifer-waltons-first-record-daughters-explores-sorrow-and-elegance/" class="footer-link">Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Explores Sorrow and Elegance</a></li>
  3251.                                
  3252.                                <li><a href="/putin-assures-continuous-oil-deliveries-to-india-in-defiance-of-american-pressure/" class="footer-link">Putin Assures Continuous Oil Deliveries to India in Defiance of American Pressure</a></li>
  3253.                                
  3254.                                <li><a href="/gaza-war-in-maps-following-two-years-of-fighting/" class="footer-link">Gaza War in Maps Following Two Years of Fighting</a></li>
  3255.                                
  3256.                            </ul>
  3257.                        </div>
  3258.                    </div>
  3259.                </div>
  3260.  
  3261.                <!-- Blog Rolls Section -->
  3262.          <div class="col-lg-3 col-md-6 col-12">
  3263.    <div class="footer-widget blog-rolls-widget">
  3264.        <div class="widget-header">
  3265.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3266.        </div>
  3267.        <div class="widget-content2 footer-widget-content2">
  3268.            <div class="row">
  3269.                <div class="col-6">
  3270.                    <ul class="footer-links" id="blogroll">
  3271.                        
  3272.                        
  3273.                        
  3274.                        
  3275.                        
  3276.                        
  3277.                        
  3278.                    </ul>
  3279.                </div>
  3280.            </div>
  3281.        </div>
  3282.    </div>
  3283. </div>
  3284.                <!-- Categories Section -->
  3285.                <div class="col-lg-4 col-md-6 col-12">
  3286.                    <div class="footer-widget categories-widget">
  3287.                        <div class="widget-header">
  3288.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3289.                        </div>
  3290.                        <div class="widget-content2 footer-widget-content2">
  3291.                            <div class="row">
  3292.                                <div class="col-6">
  3293.                                    <ul class="footer-links">
  3294.                                        
  3295.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3296.                                            All Posts
  3297.                                        </a></li>
  3298.                                        
  3299.                                        <li> <a href="/category/business/" class="footer-link">
  3300.                                            Business
  3301.                                        </a></li>
  3302.                                        
  3303.                                        <li> <a href="/category/esports/" class="footer-link">
  3304.                                            Esports
  3305.                                        </a></li>
  3306.                                        
  3307.                                        <li> <a href="/category/fashion/" class="footer-link">
  3308.                                            Fashion
  3309.                                        </a></li>
  3310.                                        
  3311.                                        <li> <a href="/category/featured/" class="footer-link">
  3312.                                            Featured
  3313.                                        </a></li>
  3314.                                        
  3315.                                    </ul>
  3316.                                </div>
  3317.                              
  3318.                            </div>
  3319.                        </div>
  3320.                    </div>
  3321.                </div>
  3322.  
  3323.            </div>
  3324.        </div>
  3325.    </div>
  3326.  
  3327.    <!-- Footer Bottom -->
  3328.    <div class="footer-bottom">
  3329.        <div class="container-fluid fluid-container">
  3330.            <div class="row align-items-center">
  3331.                <!-- Copyright -->
  3332.                <div class="col-lg-6 col-md-6 col-12">
  3333.                    <div class="copyright-text">
  3334.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Trusted Field</strong>.
  3335.                            All rights reserved.
  3336.                        </p>
  3337.                    </div>
  3338.                </div>
  3339.  
  3340.                <!-- Footer Menu -->
  3341.                <div class="col-lg-6 col-md-6 col-12">
  3342.                    <div class="footer-menu">
  3343.                        <ul class="bottom-menu">
  3344.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3345.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3346.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3347.                        </ul>
  3348.                    </div>
  3349.                </div>
  3350.            </div>
  3351.        </div>
  3352.    </div>
  3353.  
  3354. </footer>
  3355.  
  3356. <style>
  3357. /* Footer V2 Styles */
  3358. .wpo-site-footer-v2 {
  3359.    background: var(--footer-bg);
  3360.    color: var(--footer-color);
  3361.    position: relative;
  3362.    overflow: hidden;
  3363. }
  3364.  
  3365. .wpo-site-footer-v2::before {
  3366.    content: '';
  3367.    position: absolute;
  3368.    top: 0;
  3369.    left: 0;
  3370.    right: 0;
  3371.    bottom: 0;
  3372.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3373.    pointer-events: none;
  3374. }
  3375.  
  3376. .wpo-main-footer {
  3377.    padding: 60px 0 40px;
  3378.    position: relative;
  3379.    z-index: 2;
  3380. }
  3381.  
  3382. .footer-widget {
  3383.    margin-bottom: 30px;
  3384. }
  3385.  
  3386. .widget-header {
  3387.    margin-bottom: 25px;
  3388. }
  3389.  
  3390. .widget-title2 {
  3391.    font-size: 20px;
  3392.    font-weight: 700;
  3393.    color: var(--footer-color) !important;
  3394.    margin: 0;
  3395.    position: relative;
  3396.    padding-bottom: 10px;
  3397. }
  3398.  
  3399. .widget-title2::after {
  3400.    content: '';
  3401.    position: absolute;
  3402.    bottom: 0;
  3403.    left: 0;
  3404.    width: 40px;
  3405.    height: 3px;
  3406.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3407.    border-radius: 2px;
  3408. }
  3409.  
  3410. /* Company Info Styles */
  3411. .footer-logo-img {
  3412.    max-height: 100px;
  3413.    margin-bottom: 20px;
  3414. }
  3415.  
  3416. .footer-logo-text {
  3417.    color: var(--footer-color);
  3418. }
  3419.  
  3420. .company-description-text {
  3421.    font-size: 14px;
  3422.    line-height: 1.7;
  3423.    color: var(--footer-color);
  3424.    margin-bottom: 25px;
  3425. }
  3426.  
  3427. .contact-info2 .contact-item {
  3428.    display: flex;
  3429.    align-items: center;
  3430.    margin-bottom: 10px;
  3431.    font-size: 14px;
  3432. }
  3433.  
  3434. .contact-info2 .contact-item i {
  3435.    width: 20px;
  3436.    color: var(--footer-color);
  3437.    margin-right: 10px;
  3438. }
  3439.  
  3440. /* Footer Links Styles */
  3441. .footer-links {
  3442.    list-style: none;
  3443.    padding: 0;
  3444.    margin: 0;
  3445. }
  3446.  
  3447. .footer-links li {
  3448.    margin-bottom: 12px;
  3449. }
  3450. .footer-link2 {
  3451.    color: var(--footer-color) !important;
  3452. }
  3453. .footer-link2:hover {
  3454.    color: blue !important;
  3455. }
  3456. .footer-links a{
  3457.    color: var(--footer-color) !important;
  3458.    text-decoration: none;
  3459.    cursor: pointer;
  3460.    font-size: 14px;
  3461.    transition: all 0.3s ease;
  3462.    position: relative;
  3463. }
  3464.  
  3465. .footer-links a:hover {
  3466.    color: #4f46e5 !important;
  3467.    padding-left: 8px;
  3468. }
  3469.  
  3470. /* Footer Bottom Styles */
  3471. .footer-bottom {
  3472.    background: rgba(0, 0, 0, 0.3);
  3473.    padding: 20px 0;
  3474.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3475.    position: relative;
  3476.    z-index: 2;
  3477. }
  3478.  
  3479. .copyright-text-p {
  3480.    margin: 0;
  3481.    font-size: 14px;
  3482.    color: var(--footer-color);
  3483. }
  3484.  
  3485. .footer-sitename {
  3486.    color: var(--footer-color);
  3487. }
  3488.  
  3489. .bottom-menu {
  3490.    list-style: none;
  3491.    padding: 0;
  3492.    margin: 0;
  3493.    display: flex;
  3494.    justify-content: flex-end;
  3495.    gap: 20px;
  3496. }
  3497.  
  3498. .bottom-menu a {
  3499.    color: var(--footer-color);
  3500.    text-decoration: none;
  3501.    font-size: 14px;
  3502.    transition: color 0.3s ease;
  3503. }
  3504.  
  3505. .bottom-menu a:hover {
  3506.    color: #4f46e5;
  3507. }
  3508.  
  3509. @media (max-width: 768px) {
  3510.    .wpo-main-footer {
  3511.        padding: 40px 0 30px;
  3512.    }
  3513.    
  3514.    .bottom-menu {
  3515.        justify-content: center;
  3516.        margin-top: 15px;
  3517.    }
  3518.    
  3519.    .copyright-text {
  3520.        text-align: center;
  3521.    }
  3522.    
  3523.    .social-links {
  3524.        justify-content: center;
  3525.    }
  3526. }
  3527.  
  3528. @media (max-width: 576px) {
  3529.    .widget-title2 {
  3530.        font-size: 18px;
  3531.    }
  3532.    
  3533.    .newsletter-form .input-group {
  3534.        flex-direction: column;
  3535.    }
  3536.    
  3537.    .newsletter-form .btn {
  3538.        margin-top: 10px;
  3539.        border-radius: 8px;
  3540.    }
  3541.    
  3542.    .newsletter-form .form-control {
  3543.        border-radius: 8px;
  3544.    }
  3545. }
  3546. </style>
  3547.  
  3548.  
  3549. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3550.  document.addEventListener('DOMContentLoaded', function () {
  3551.    var btn = document.getElementById('toggleMore');
  3552.    if (!btn) return; // If there are <=5 items, no need for the button
  3553.  
  3554.    var extras = document.querySelectorAll('#blogroll li.extra');
  3555.  
  3556.    btn.addEventListener('click', function () {
  3557.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3558.        return li.classList.contains('d-none');
  3559.      });
  3560.  
  3561.      extras.forEach(function (li) {
  3562.        if (anyHidden) {
  3563.          li.classList.remove('d-none');
  3564.          li.classList.add('show'); // Show with smooth transition
  3565.        } else {
  3566.          li.classList.add('d-none');
  3567.          li.classList.remove('show'); // Hide smoothly
  3568.        }
  3569.      });
  3570.  
  3571.      // Update the button text and aria-expanded attribute
  3572.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3573.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3574.    });
  3575.  });
  3576. </script>
  3577.        <!-- end of wpo-site-footer-section -->
  3578.    </div>
  3579.    <!-- end of page-wrapper -->
  3580.  
  3581.    <!-- All JavaScript files
  3582.    ================================================== -->
  3583.    
  3584.  
  3585. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3586. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3587. <!-- Plugins for this template -->
  3588. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3589. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3590. <!-- Custom script for this template -->
  3591. <script src="/static/blogapp/assets/js/script.js"></script>
  3592.  
  3593. <script>
  3594. (function () {
  3595. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3596. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3597.  
  3598. function applyFallback(img) {
  3599. if (!img || img.dataset.fallbackApplied === "1") {
  3600. return;
  3601. }
  3602. var failedSrc = img.currentSrc || img.src || "";
  3603. img.dataset.fallbackApplied = "1";
  3604. img.onerror = null;
  3605. img.src = fallbackImageSrc;
  3606. console.warn("[ImageFallback] Replaced broken image:", {
  3607. failedSrc: failedSrc,
  3608. fallbackSrc: fallbackImageSrc,
  3609. alt: img.alt || "",
  3610. });
  3611. }
  3612.  
  3613. document.querySelectorAll("img").forEach(function (img) {
  3614. if (img.complete && img.naturalWidth === 0) {
  3615. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3616. failedSrc: img.currentSrc || img.src || "",
  3617. alt: img.alt || "",
  3618. });
  3619. applyFallback(img);
  3620. }
  3621. });
  3622.  
  3623. document.addEventListener(
  3624. "error",
  3625. function (event) {
  3626. var target = event.target;
  3627. if (target && target.tagName === "IMG") {
  3628. applyFallback(target);
  3629. }
  3630. },
  3631. true
  3632. );
  3633. })();
  3634. </script>
  3635.  
  3636. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3637.  
  3638.  
  3639.  
  3640. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"1efe64b9a71143978537eb89183efc89","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3641. </body>
  3642.  
  3643. </html>
  3644.  
  3645.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda