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://openlydaily.us

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T172732.972_veDC0os_MyC6mAA_7WodPTa_NcbPpdh.png">
  14.    
  15.  
  16.    <title>Openly Daily: News and Insights on Current Events and Politics</title>
  17.    <meta name="description" content="Openly Daily provides daily news updates, analysis, and commentary on politics, social issues, and global events from a transparent perspective.">
  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://openlydaily.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f4a261;
  42.        --bs-primary-rgb: f4a261;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f4a261;
  53.        --theme-primary-color-s2: #f4a261;
  54.        --body-bg-color: #1f2937;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #1f2937;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f4a261;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(244, 162, 97, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_68">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <div class="top-bg">
  409. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  410.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  411.  
  412.    <div class="unique-news-wrapper-container">
  413.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  414.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  415.            <p class="text-center">
  416.              
  417.              <a href="/why-psg-are-focusing-on-homegrown-players-to-defend-their-european-title/" class="px-5 top-color">
  418.                Why PSG Are Focusing On Homegrown Players to Defend Their European Title
  419.              </a>
  420.              
  421.              <a href="/democratic-lawmakers-allege-trump-of-intimidation-campaign-as-fbi-requests-meetings/" class="px-5 top-color">
  422.                Democratic lawmakers Allege Trump of ‘Intimidation’ Campaign as FBI Requests Meetings
  423.              </a>
  424.              
  425.              <a href="/a-banner-twelve-months-for-striking-the-sphere/" class="px-5 top-color">
  426.                A Banner Twelve Months for Striking The Sphere
  427.              </a>
  428.              
  429.              <a href="/food-delivery-fresh-from-the-west-philippine-sea-an-intense-journey-along-resupply-routes-amid-the-maritime-dispute/" class="px-5 top-color">
  430.                Food Delivery: Fresh from the West Philippine Sea – An Intense Journey Along Resupply Routes amid the Maritime Dispute.
  431.              </a>
  432.              
  433.              <a href="/celebrity-traitors-final-episode-mistakenly-made-available-24-hours-prematurely-beyond-the-uk/" class="px-5 top-color">
  434.                Celebrity Traitors Final Episode Mistakenly Made Available 24 Hours Prematurely Beyond the UK
  435.              </a>
  436.              
  437.            </p>
  438.          </marquee>
  439.        </div>
  440.    </div>
  441.  
  442.    <div class="contact-info top-color">
  443.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  444.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  445.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  446.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  447.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  448.        </ul>
  449.    </div>
  450. </div>
  451. </div>
  452.  
  453. <script>
  454.    // Build array directly from Django context
  455.    const newsItems = [
  456.        
  457.            { title: "Why PSG Are Focusing On Homegrown Players to Defend Their European Title", url: "/why-psg-are-focusing-on-homegrown-players-to-defend-their-european-title/" },
  458.        
  459.            { title: "Democratic lawmakers Allege Trump of ‘Intimidation’ Campaign as FBI Requests Meetings", url: "/democratic-lawmakers-allege-trump-of-intimidation-campaign-as-fbi-requests-meetings/" },
  460.        
  461.            { title: "A Banner Twelve Months for Striking The Sphere", url: "/a-banner-twelve-months-for-striking-the-sphere/" },
  462.        
  463.            { title: "Food Delivery: Fresh from the West Philippine Sea – An Intense Journey Along Resupply Routes amid the Maritime Dispute.", url: "/food-delivery-fresh-from-the-west-philippine-sea-an-intense-journey-along-resupply-routes-amid-the-maritime-dispute/" },
  464.        
  465.            { title: "Celebrity Traitors Final Episode Mistakenly Made Available 24 Hours Prematurely Beyond the UK", url: "/celebrity-traitors-final-episode-mistakenly-made-available-24-hours-prematurely-beyond-the-uk/" }
  466.        
  467.    ];
  468.  
  469.    let currentNewsIndex = 0;
  470.    const newsWrapper = document.getElementById('newsWrapper');
  471.    let currentNewsElement = null;
  472.    let typingInterval = null;
  473.    let isTyping = false;
  474.  
  475.    function createNewsElement() {
  476.        const newsElement = document.createElement('div');
  477.        newsElement.className = 'unique-news-item top-color active';
  478.        newsWrapper.appendChild(newsElement);
  479.        currentNewsElement = newsElement;
  480.    }
  481.  
  482.    function typeText(news, element, callback) {
  483.        let index = 0;
  484.        element.innerHTML = '<span class="unique-cursor"></span>';
  485.  
  486.        typingInterval = setInterval(() => {
  487.            if (index < news.title.length) {
  488.                const currentText = news.title.substring(0, index + 1);
  489.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  490.                index++;
  491.            } else {
  492.                clearInterval(typingInterval);
  493.                setTimeout(() => {
  494.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  495.                    if (callback) callback();
  496.                }, 1000);
  497.            }
  498.        }, 100); // typing speed
  499.    }
  500.  
  501.    function startTyping() {
  502.        if (isTyping) return;
  503.  
  504.        isTyping = true;
  505.        const currentNews = newsItems[currentNewsIndex];
  506.  
  507.        typeText(currentNews, currentNewsElement, () => {
  508.            isTyping = false;
  509.            setTimeout(() => {
  510.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  511.                startTyping();
  512.            }, 5000); // wait before next headline
  513.        });
  514.    }
  515.  
  516.    window.onload = function() {
  517.        createNewsElement();
  518.        startTyping();
  519.    };
  520. </script>
  521.  
  522.  
  523.  
  524.            
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. <header class="header-v9 mb-4" role="banner">
  532.  <div class="container-fluid fluid-container">
  533.    <!-- Sticky/Glass Nav Card -->
  534.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  535.      <div class="row align-items-center justify-content-between g-3">
  536.        <!-- Logo -->
  537.       <div class="col-6 col-md-3 col-lg-2">
  538.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  539.            
  540.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/00cc5aaa-cfb8-46bf-b8ef-54792289ed6a_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  541.            
  542.          </a>
  543.        </div>
  544.  
  545.        <!-- Desktop Nav -->
  546.        <div class="col d-none d-xl-block">
  547.          <nav class="main-nav-v9">
  548.            <ul class="nav-list-v9">
  549.              <!-- Home (static) -->
  550.              <li class="nav-item-v9">
  551.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  552.              </li >
  553.          
  554.              
  555.                
  556.                  <li class="nav-item-v9">
  557.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  558.                  </li>
  559.                
  560.                  <li class="nav-item-v9">
  561.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  562.                  </li>
  563.                
  564.                  <li class="nav-item-v9">
  565.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  566.                  </li>
  567.                
  568.                  <li class="nav-item-v9">
  569.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  570.                  </li>
  571.                
  572.                  <li class="nav-item-v9">
  573.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  574.                  </li>
  575.                
  576.                  <li class="nav-item-v9">
  577.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  578.                  </li>
  579.                
  580.                  <li class="nav-item-v9">
  581.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  582.                  </li>
  583.                
  584.                  <li class="nav-item-v9">
  585.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  586.                  </li>
  587.                
  588.  
  589.                
  590.                  <li class="nav-item-v9 has-dropdown-v9">
  591.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  592.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  593.                        <polyline points="6,9 12,15 18,9"></polyline>
  594.                      </svg>
  595.                    </button>
  596.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  597.                      <div class="dropdown-grid-v9">
  598.                        <div class="dropdown-section-v9">
  599.                          
  600.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  601.                          
  602.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  603.                          
  604.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  605.                          
  606.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  607.                          
  608.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  609.                          
  610.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  611.                          
  612.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  613.                          
  614.                        </div>
  615.                      </div>
  616.                    </div>
  617.                  </li>
  618.                
  619.              
  620.                <li class="nav-item-v9">
  621.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  622.              </li >
  623.            </ul>
  624.          </nav>
  625.        </div>
  626.  
  627.        <!-- Actions -->
  628.        <div class="col-6 col-md-3 col-lg-2">
  629.          <div class="nav-actions-v9">
  630.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  631.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  632.                <circle cx="11" cy="11" r="8"></circle>
  633.                <path d="m21 21-4.35-4.35"></path>
  634.              </svg>
  635.            </button>
  636.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  637.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  638.                <line x1="3" y1="6" x2="21" y2="6" />
  639.                <line x1="3" y1="12" x2="21" y2="12" />
  640.                <line x1="3" y1="18" x2="21" y2="18" />
  641.              </svg>
  642.            </button>
  643.          </div>
  644.        </div>
  645.      </div>
  646.  
  647.      <!-- Active underline (animated) -->
  648.      <span class="active-rail-v9" aria-hidden="true"></span>
  649.    </div>
  650.  
  651.    <!-- Search Panel -->
  652.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  653.      <form class="search-form-v9" action="" method="get" role="search">
  654.        <label for="q-v9" class="visually-hidden">Search</label>
  655.        <div class="search-input-wrap-v9">
  656.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  657.            <circle cx="11" cy="11" r="8"></circle>
  658.            <path d="m21 21-4.35-4.35"></path>
  659.          </svg>
  660.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  661.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  662.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  663.              <line x1="18" y1="6" x2="6" y2="18" />
  664.              <line x1="6" y1="6" x2="18" y2="18" />
  665.            </svg>
  666.          </button>
  667.        </div>
  668.        <div class="search-suggest-v9 search-v1" id="search-results">
  669.          
  670.        </div>
  671.      </form>
  672.    </div>
  673.  
  674.    <!-- Mobile Offcanvas -->
  675.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  676.      <div class="mobile-wrap-v9">
  677.        <div class="mobile-head-v9">
  678.          <span class="mobile-title-v9">Menu</span>
  679.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  680.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  681.              <line x1="18" y1="6" x2="6" y2="18" />
  682.              <line x1="6" y1="6" x2="18" y2="18" />
  683.            </svg>
  684.          </button>
  685.        </div>
  686.  
  687.        <ul class="mobile-list-v9">
  688.          <li>
  689.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  690.          </li>
  691.          <li class="">
  692.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  693.          </li >
  694.          
  695.            
  696.              <li>
  697.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  698.              </li>
  699.            
  700.              <li>
  701.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  702.              </li>
  703.            
  704.              <li>
  705.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  706.              </li>
  707.            
  708.              <li>
  709.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  710.              </li>
  711.            
  712.              <li>
  713.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  714.              </li>
  715.            
  716.  
  717.            
  718.          
  719.        </ul>
  720.      </div>
  721.    </aside>
  722.  </div>
  723.  
  724.  <!-- Overlay -->
  725.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  726. </header>
  727.  
  728. <style>
  729.  
  730.  .header-v9 {
  731.    position: relative;
  732.    padding: 14px 0;
  733.    z-index: 50;
  734.  }
  735.  .header-v9.is-scrolled .nav-card-v9 {
  736.    padding: 10px 18px;
  737.    border-radius: 14px;
  738.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  739.  }
  740.  .header-v9.is-scrolled .logo-img-v9 {
  741.    transform: scale(0.92);
  742.  }
  743.  
  744.  /* Card */
  745.  .nav-card-v9 {
  746.    background: var(--navbar-bg);
  747.    backdrop-filter: blur(18px);
  748.    border: 1px solid var(--border-color);
  749.    border-radius: 18px;
  750.    padding: 14px 22px;
  751.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  752.    position: sticky;
  753.    top: 10px;
  754.  }
  755.  
  756.  /* Logo */
  757.  .logo-img-v9 {
  758.    max-height: 60px;
  759.    width: auto;
  760.    transition: transform 0.25s ease, opacity 0.25s ease;
  761.  }
  762.  .logo-link-v9:hover .logo-img-v9 {
  763.    transform: translateY(-1px) scale(1.03);
  764.  }
  765.  
  766.  /* Desktop nav */
  767.  .main-nav-v9 {
  768.    display: flex;
  769.    justify-content: center;
  770.  }
  771.  .nav-list-v9 {
  772.    display: flex;
  773.    gap: 6px;
  774.    list-style: none;
  775.    margin: 0;
  776.    padding: 0;
  777.  }
  778.  .nav-item-v9 {
  779.    position: relative;
  780.  }
  781.  .nav-link-v9 {
  782.    position: relative;
  783.    display: inline-flex;
  784.    align-items: center;
  785.    justify-content: center;
  786.    padding: 10px 10px;
  787.    border-radius: 12px;
  788.    color: var(--navbar-color);
  789.    text-decoration: none;
  790.    font-weight: 500;
  791.    font-size: 15px;
  792.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  793.  }
  794.  .nav-link-v9:hover {
  795.    background: rgba(102, 126, 234, 0.1);
  796.    color: var(--topbar-color);
  797.    transform: translateY(-1px);
  798.  }
  799.  .nav-link-v9.active-v9 {
  800.    color: transparent;
  801.  }
  802.  .nav-link-v9.active-v9::after {
  803.    content: '';
  804.    position: absolute;
  805.    left: 12px;
  806.    right: 12px;
  807.    bottom: 6px;
  808.    height: 3px;
  809.    border-radius: 3px;
  810.    background: var(--sub-nav);
  811.  }
  812.  
  813.  /* Dropdown */
  814.  .has-dropdown-v9 {
  815.    position: relative;
  816.  }
  817.  .nav-more-btn-v9 {
  818.    display: inline-flex;
  819.    gap: 6px;
  820.    align-items: center;
  821.  }
  822.  .chev-v9 {
  823.    transition: transform 0.2s ease;
  824.  }
  825.  .has-dropdown-v9:focus-within .chev-v9,
  826.  .has-dropdown-v9:hover .chev-v9 {
  827.    transform: rotate(180deg);
  828.  }
  829.  
  830.  .dropdown-card-v9 {
  831.    position: absolute;
  832.    top: calc(100% + 14px);
  833.    left: 50%;
  834.    transform: translateX(-50%) translateY(-6px);
  835.    background: var(--navbar-bg);
  836.    border: 1px solid var(--border-color);
  837.    border-radius: 14px;
  838.    padding: 18px;
  839.    min-width: 280px;
  840.    z-index: 200;
  841.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  842.    opacity: 0;
  843.    visibility: hidden;
  844.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  845.  }
  846.  .has-dropdown-v9:hover .dropdown-card-v9,
  847.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  848.    opacity: 1;
  849.    visibility: visible;
  850.    transform: translateX(-50%) translateY(0);
  851.  }
  852.  
  853.  .dropdown-grid-v9 {
  854.    display: grid;
  855.    grid-template-columns: 1fr;
  856.    gap: 10px;
  857.  }
  858.  .dropdown-section-v9 {
  859.    display: grid;
  860.    gap: 6px;
  861.  }
  862.  .dropdown-link-v9 {
  863.    display: flex;
  864.    align-items: center;
  865.    gap: 10px;
  866.    padding: 10px 12px;
  867.    border-radius: 10px;
  868.    text-decoration: none;
  869.    font-size: 14px;
  870.    color: var(--navbar-color);
  871.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  872.  }
  873.  .dropdown-link-v9:hover {
  874.    background: var(--bs-primary);
  875.    color: var(--bs-white);
  876.    transform: translateX(4px);
  877.  }
  878.  .link-dot-v9 {
  879.    width: 6px;
  880.    height: 6px;
  881.    border-radius: 50%;
  882.    border: 1px solid currentColor;
  883.  }
  884.  
  885.  /* Actions */
  886.  .nav-actions-v9 {
  887.    display: flex;
  888.    justify-content: flex-end;
  889.    align-items: center;
  890.    gap: 8px;
  891.  }
  892.  .icon-btn-v9 {
  893.    border: 1px solid var(--border-color);
  894.    background: rgba(102, 126, 234, 0.1);
  895.    color: var(--navbar-color);
  896.    padding: 8px;
  897.    border-radius: 12px;
  898.    cursor: pointer;
  899.    transition: transform 0.2s, background 0.2s, color 0.2s;
  900.  }
  901.  .icon-btn-v9:hover {
  902.    background: var(--sub-nav);
  903.    color: var(--topbar-color) !important;
  904.    transform: translateY(-1px);
  905.  }
  906.  .icon-btn-v9.ghost {
  907.    background: transparent;
  908.  }
  909.  
  910.  /* Search Panel */
  911.  .search-panel-v9 {
  912.    position: fixed;
  913.    top: 14px;
  914.    left: 50%;
  915.    transform: translateX(-50%) translateY(-16px);
  916.    width: min(720px, calc(100% - 40px));
  917.    background: var(--navbar-bg);
  918.    border: 1px solid var(--border-color);
  919.    border-radius: 16px;
  920.    padding: 16px;
  921.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  922.    opacity: 0;
  923.    visibility: hidden;
  924.    z-index: 300;
  925.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  926.  }
  927.  .search-panel-v9.show-v9 {
  928.    opacity: 1;
  929.    visibility: visible;
  930.    transform: translateX(-50%) translateY(0);
  931.  }
  932.  .search-input-wrap-v9 {
  933.    display: flex;
  934.    align-items: center;
  935.    gap: 10px;
  936.    background: rgba(248, 250, 252, 0.8);
  937.    border: 2px solid rgba(102, 126, 234, 0.2);
  938.    border-radius: 12px;
  939.    padding: 6px 8px;
  940.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  941.  }
  942.  .search-input-wrap-v9:focus-within {
  943.    border-color: #667eea;
  944.    background: rgba(255, 255, 255, 0.9);
  945.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  946.  }
  947.  .search-icn-v9 {
  948.    color: #a0aec0;
  949.    margin-left: 6px;
  950.  }
  951.  .search-input-v9 {
  952.    flex: 1;
  953.    border: 0;
  954.    background: transparent;
  955.    outline: none;
  956.    padding: 12px 4px;
  957.    font-size: 16px;
  958.    color: #2d3748;
  959.  }
  960.  .search-suggest-v9 {
  961.    display: grid;
  962.    grid-template-columns: repeat(3, minmax(0, 1fr));
  963.    gap: 8px;
  964.    margin-top: 10px;
  965.  }
  966.  .suggestion-v9 {
  967.    border: 1px solid var(--border-color);
  968.    background: rgba(248, 250, 252, 0.5);
  969.    color: var(--navbar-color);
  970.    padding: 10px 12px;
  971.    border-radius: 10px;
  972.    font-size: 14px;
  973.    text-align: left;
  974.    cursor: pointer;
  975.    transition: background 0.2s, color 0.2s, transform 0.2s;
  976.  }
  977.  .suggestion-v9:hover {
  978.    background: var(--bs-primary) !important ;
  979.    color: var(--bs-white)  !important;
  980.    transform: translateY(-1px);
  981.  }
  982.  
  983.  /* Mobile */
  984.  .mobile-nav-v9 {
  985.    position: fixed;
  986.    right: 0;
  987.    top: 0;
  988.    height: 100vh;
  989.    width: min(86vw, 420px);
  990.    background: var(--card-bg);
  991.    border-left: 1px solid var(--border-color);
  992.    transform: translateX(100%);
  993.    transition: transform 0.3s ease;
  994.    z-index: 350;
  995.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  996.  }
  997.  .mobile-nav-v9.show-v9 {
  998.    transform: translateX(0);
  999.  }
  1000.  .mobile-wrap-v9 {
  1001.    display: flex;
  1002.    flex-direction: column;
  1003.    height: 100%;
  1004.  }
  1005.  .mobile-head-v9 {
  1006.    display: flex;
  1007.    align-items: center;
  1008.    justify-content: space-between;
  1009.    padding: 16px;
  1010.    background: var(--navbar-bg);
  1011.  }
  1012.  .mobile-title-v9 {
  1013.    font-weight: 600;
  1014.  }
  1015.  .mobile-list-v9 {
  1016.    list-style: none;
  1017.    padding: 10px 12px 20px;
  1018.    margin: 0;
  1019.    overflow-y: auto;
  1020.  }
  1021.  .mobile-link-v9 {
  1022.    display: flex;
  1023.    align-items: center;
  1024.    justify-content: space-between;
  1025.    padding: 14px 12px;
  1026.    border-radius: 12px;
  1027.    text-decoration: none;
  1028.    color: var(--navbar-color);
  1029.    font-weight: 500;
  1030.    transition: background 0.2s, color 0.2s;
  1031.  }
  1032.  .mobile-link-v9:hover,
  1033.  .mobile-link-v9.active-v9 {
  1034.    background: var(--sub-nav);
  1035.    color: var(--topbar-color);
  1036.  }
  1037.  .mobile-group-v9 {
  1038.    margin-top: 4px;
  1039.  }
  1040.  .mobile-sublist-v9 {
  1041.    list-style: none;
  1042.    margin: 0;
  1043.    padding: 0;
  1044.    max-height: 0;
  1045.    overflow: auto;
  1046.    transition: max-height 0.25s ease;
  1047.    background:var(--navbar-bg);
  1048.    border-radius: 12px;
  1049.    margin-top: 6px;
  1050.  }
  1051.  .mobile-sublist-v9.show-v9 {
  1052.    max-height: 360px;
  1053.    background: var(--navbar-bg);
  1054.    padding: 6px 0;
  1055.  }
  1056.  .mobile-sublink-v9 {
  1057.    display: block;
  1058.    padding: 10px 16px;
  1059.    text-decoration: none;
  1060.    color: var(--navbar-color);
  1061.    border-radius: 10px;
  1062.    font-size: 14px;
  1063.  }
  1064.  .mobile-sublink-v9:hover {
  1065.    background: var(--sub-nav);
  1066.    color: var(--topbar-color);
  1067.  }
  1068.  .mobile-arrow-v9 {
  1069.    transition: transform 0.2s ease;
  1070.  }
  1071.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1072.    transform: rotate(180deg);
  1073.  }
  1074.  
  1075.  /* Overlay */
  1076.  .nav-overlay-v9 {
  1077.    position: fixed;
  1078.    inset: 0;
  1079.    background: rgba(0, 0, 0, 0.35);
  1080.    backdrop-filter: blur(4px);
  1081.    opacity: 0;
  1082.    visibility: hidden;
  1083.    transition: opacity 0.25s, visibility 0.25s;
  1084.    z-index: 200;
  1085.  }
  1086.  .nav-overlay-v9.show-v9 {
  1087.    opacity: 1;
  1088.    visibility: visible;
  1089.  }
  1090.  
  1091.  
  1092.  /* Utils */
  1093.  .visually-hidden {
  1094.    position: absolute !important;
  1095.    height: 1px;
  1096.    width: 1px;
  1097.    overflow: hidden;
  1098.    clip: rect(1px, 1px, 1px, 1px);
  1099.    white-space: nowrap;
  1100.  }
  1101.  
  1102.  /* Responsive tweaks */
  1103.  @media (max-width: 1300px) {
  1104.    .nav-card-v9 {
  1105.      padding: 12px 18px;
  1106.      border-radius: 16px;
  1107.    }
  1108.    .search-panel-v9 {
  1109.      width: calc(100% - 32px);
  1110.    }
  1111.  }
  1112.  @media (max-width: 576px) {
  1113.    .logo-img-v9 {
  1114.      max-height: 38px;
  1115.    }
  1116.  }
  1117. </style>
  1118.  
  1119. <script>
  1120.  /* ============ V9 JS ============ */
  1121.  ;(function () {
  1122.    const overlay = document.getElementById('navOverlayV9')
  1123.    const searchPanel = document.getElementById('searchPanelV9')
  1124.    const mobileNav = document.getElementById('mobileNavV9')
  1125.    const header = document.querySelector('.header-v9')
  1126.  
  1127.    function lockScroll(lock) {
  1128.      document.body.style.overflow = lock ? 'hidden' : ''
  1129.    }
  1130.  
  1131.    window.toggleSearchV9 = function () {
  1132.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1133.      const willOpen = !searchPanel.classList.contains('show-v9')
  1134.  
  1135.      // close mobile if open
  1136.      mobileNav.classList.remove('show-v9')
  1137.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1138.  
  1139.      searchPanel.classList.toggle('show-v9', willOpen)
  1140.      overlay.classList.toggle('show-v9', willOpen)
  1141.      btn?.setAttribute('aria-expanded', String(willOpen))
  1142.      lockScroll(willOpen)
  1143.  
  1144.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1145.    }
  1146.  
  1147.    window.toggleMobileNavV9 = function () {
  1148.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1149.      const willOpen = !mobileNav.classList.contains('show-v9')
  1150.  
  1151.      // close search if open
  1152.      searchPanel.classList.remove('show-v9')
  1153.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1154.  
  1155.      mobileNav.classList.toggle('show-v9', willOpen)
  1156.      overlay.classList.toggle('show-v9', willOpen)
  1157.      btn?.setAttribute('aria-expanded', String(willOpen))
  1158.      lockScroll(willOpen)
  1159.    }
  1160.  
  1161.    window.toggleMobileDropdownV9 = function (id) {
  1162.      const list = document.getElementById(id)
  1163.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1164.      const willOpen = !list.classList.contains('show-v9')
  1165.      // close siblings
  1166.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1167.        if (el.id !== id) el.classList.remove('show-v9')
  1168.      })
  1169.      list.classList.toggle('show-v9', willOpen)
  1170.      btn?.setAttribute('aria-expanded', String(willOpen))
  1171.    }
  1172.  
  1173.    window.closeAllV9 = function () {
  1174.      searchPanel.classList.remove('show-v9')
  1175.      mobileNav.classList.remove('show-v9')
  1176.      overlay.classList.remove('show-v9')
  1177.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1178.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1179.      lockScroll(false)
  1180.    }
  1181.  
  1182.    // ESC to close
  1183.    document.addEventListener('keydown', (e) => {
  1184.      if (e.key === 'Escape') window.closeAllV9()
  1185.    })
  1186.  
  1187.    // Sticky shrink on scroll
  1188.    let lastY = window.scrollY
  1189.    const onScroll = () => {
  1190.      const y = window.scrollY
  1191.      header.classList.toggle('is-scrolled', y > 10)
  1192.      lastY = y
  1193.    }
  1194.    onScroll()
  1195.    window.addEventListener('scroll', onScroll, { passive: true })
  1196.  
  1197.    // Suggestions fill
  1198.    document.addEventListener('click', (e) => {
  1199.      const btn = e.target.closest('.suggestion-v9')
  1200.      if (!btn) return
  1201.      const val = btn.getAttribute('data-fill') || ''
  1202.      const input = document.getElementById('q-v9')
  1203.      if (input) input.value = val
  1204.    })
  1205.  
  1206.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1207.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1208.    const moreCard = document.getElementById('more-desktop-v9')
  1209.    if (moreBtn && moreCard) {
  1210.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1211.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1212.    }
  1213.  })()
  1214. </script>
  1215.  
  1216. <script>
  1217.  document.addEventListener("DOMContentLoaded", function () {
  1218.    console.log("loaded");
  1219.  
  1220.     const searchInput = document.getElementById("search-input")
  1221.    const searchResults = document.getElementById("search-results");
  1222.  
  1223.    if (!searchInput || !searchResults) {
  1224.      console.error("Search input/results not found");
  1225.      return;
  1226.    }
  1227.  
  1228.    // Prevent form submission
  1229.    if (searchInput.form) {
  1230.      searchInput.form.addEventListener("submit", function (e) {
  1231.        e.preventDefault();
  1232.      });
  1233.    }
  1234.  
  1235.    // Add event listener for keyup
  1236.    searchInput.addEventListener("keyup", function (e) {
  1237.      console.log("Key pressed:", e.key);
  1238.      e.preventDefault();
  1239.  
  1240.      const query = searchInput.value.trim();
  1241.      console.log("User is typing: " + query);
  1242.  
  1243.      // If empty → clear and hide
  1244.      if (query === "") {
  1245.        searchResults.innerHTML = "";
  1246.        searchResults.style.display = "none";
  1247.        return;
  1248.      }
  1249.  
  1250.      // Show results
  1251.      searchResults.style.display = "block";
  1252.  
  1253.      // Fetch search results
  1254.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1255.        method: "GET",
  1256.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1257.      })
  1258.        .then(response => {
  1259.          console.log("Response Status:", response.status);
  1260.          return response.json();
  1261.        })
  1262.        .then(data => {
  1263.          console.log("Data received:", data);
  1264.          if (data.html) {
  1265.            searchResults.innerHTML = data.html;
  1266.          } else {
  1267.            searchResults.innerHTML = "<p>No results found.</p>";
  1268.          }
  1269.        })
  1270.        .catch(error => {
  1271.          console.error("Error fetching search results:", error);
  1272.        });
  1273.    });
  1274.  
  1275.    // Close results when clicking outside
  1276.    document.addEventListener("click", function (e) {
  1277.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1278.        searchResults.style.display = "none";
  1279.      }
  1280.    });
  1281.  
  1282.    // Close results on ESC key
  1283.    document.addEventListener("keydown", function (e) {
  1284.      if (e.key === "Escape") {
  1285.        searchResults.style.display = "none";
  1286.      }
  1287.    });
  1288.  });
  1289. </script>
  1290.  
  1291.  
  1292.        </header>
  1293.        <!-- end of header -->
  1294.        <!-- start of wpo-blog-hero -->
  1295.        
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303. <div class="blog-hero-v9">
  1304.  <div class="container-fluid fluid-container">
  1305.    <!-- Top Section: Split Layout -->
  1306.    <div class="row g-4 mb-5">
  1307.      <!-- Large Featured Article (Left) -->
  1308.      
  1309.              
  1310.      <div class="col-lg-8 col-12">
  1311.        <article class="large-featured">
  1312.          <div class="featured-image-container">
  1313.            
  1314.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jimmy Cliff, Music Legend and Cultural Figure, Dies at Eighty-One Years of Age" class="featured-image">
  1315.            
  1316.            <div class="category-tag bg-primary-gradient">News</div>
  1317.          </div>
  1318.          <div class="featured-content">
  1319.            <h1 class="featured-title"><a href="/jimmy-cliff-music-legend-and-cultural-figure-dies-at-eighty-one-years-of-age/">
  1320.                                Jimmy Cliff, Music Legend and Cultural Figure, Dies at Eighty-One Years of Age
  1321.                            </a></h1>
  1322.            <p class="featured-summary"></p>
  1323.            <div class="article-meta">
  1324.              <div class="author-info">
  1325.                
  1326.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" class="author-pic" >
  1327.                  
  1328.                <span class="author-name">Stephanie Watson</span>
  1329.                <span class="post-time">May 20, 2026</span>
  1330.              </div>
  1331.            </div>
  1332.          </div>
  1333.        </article>
  1334.      </div>
  1335.      
  1336.      
  1337.  
  1338.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1339.      <div class="col-lg-4 col-12">
  1340.        <div class="stacked-features">
  1341.          
  1342.          <article class="small-featured">
  1343.            <div class="small-image-container">
  1344.              
  1345.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Blasts Strike Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Militant Attack" class="small-image">
  1346.              
  1347.              <div class="category-tag bg-primary-gradient">News</div>
  1348.            </div>
  1349.            <div class="small-content">
  1350.              <h3 class="small-title"> <a href="/blasts-strike-kyiv-claiming-a-military-members-life-and-wounding-four-in-militant-attack/">
  1351.                                Blasts Strike Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Militant Attack
  1352.                            </a></h3>
  1353.              <p class="compact-text"></p>
  1354.              <div class="small-meta">
  1355.                <span class="small-author">Stephanie Watson</span>
  1356.                <span class="small-date">May 20, 2026</span>
  1357.              </div>
  1358.            </div>
  1359.          </article>
  1360.      
  1361.          <article class="small-featured">
  1362.            <div class="small-image-container">
  1363.              
  1364.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Defiant Speech Justifies Narcotics Vessel Operations During Criticism" class="small-image">
  1365.              
  1366.              <div class="category-tag bg-primary-gradient">News</div>
  1367.            </div>
  1368.            <div class="small-content">
  1369.              <h3 class="small-title"> <a href="/defiant-speech-justifies-narcotics-vessel-operations-during-criticism/">
  1370.                                Defiant Speech Justifies Narcotics Vessel Operations During Criticism
  1371.                            </a></h3>
  1372.              <p class="compact-text"></p>
  1373.              <div class="small-meta">
  1374.                <span class="small-author">Stephanie Watson</span>
  1375.                <span class="small-date">May 20, 2026</span>
  1376.              </div>
  1377.            </div>
  1378.          </article>
  1379.      
  1380.        </div>
  1381.      </div>
  1382.    </div>
  1383.    <!-- Bottom Section: Three Compact Cards -->
  1384.    <div class="row g-4">
  1385.      
  1386.      <div class="col-lg-4 col-md-6 col-12">
  1387.        <article class="compact-card">
  1388.          <div class="compact-image">
  1389.            
  1390.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Prison Phone Call Tapes Spark Concerns Regarding Ex-Abercrombie Boss&#x27; Competency for Legal Case" >
  1391.            
  1392.            <div class="compact-category bg-primary-gradient">News</div>
  1393.          </div>
  1394.          <div class="compact-body">
  1395.            <h3 class="compact-title"> <a href="/prison-phone-call-tapes-spark-concerns-regarding-ex-abercrombie-boss-competency-for-legal-case/">
  1396.                                    Prison Phone Call Tapes Spark Concerns Regarding Ex-Abercrombie Boss&#x27; Competency for Legal Case
  1397.                                </a></h3>
  1398.            <p class="compact-text"></p>
  1399.            <div class="compact-footer">
  1400.              <span class="compact-name">Stephanie Watson</span>
  1401.              <span class="compact-date">May 20</span>
  1402.            </div>
  1403.          </div>
  1404.        </article>
  1405.      </div>
  1406.      
  1407.      <div class="col-lg-4 col-md-6 col-12">
  1408.        <article class="compact-card">
  1409.          <div class="compact-image">
  1410.            
  1411.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Lost Johann Sebastian Bach Works Presented for First-Ever Performance in Three Centuries" >
  1412.            
  1413.            <div class="compact-category bg-primary-gradient">News</div>
  1414.          </div>
  1415.          <div class="compact-body">
  1416.            <h3 class="compact-title"> <a href="/lost-johann-sebastian-bach-works-presented-for-first-ever-performance-in-three-centuries/">
  1417.                                    Lost Johann Sebastian Bach Works Presented for First-Ever Performance in Three Centuries
  1418.                                </a></h3>
  1419.            <p class="compact-text"></p>
  1420.            <div class="compact-footer">
  1421.              <span class="compact-name">Stephanie Watson</span>
  1422.              <span class="compact-date">May 20</span>
  1423.            </div>
  1424.          </div>
  1425.        </article>
  1426.      </div>
  1427.      
  1428.    </div>
  1429.  </div>
  1430. </div>
  1431.  
  1432. <style>
  1433.  
  1434.  /* Large Featured Article */
  1435.  .large-featured {
  1436.    background: var(--card-bg, #ffffff);
  1437.    border-radius: 10px;
  1438.    overflow: hidden;
  1439.    transition: box-shadow 0.3s ease;
  1440.  }
  1441.  
  1442.  .large-featured:hover {
  1443.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1444.  }
  1445.  
  1446.  .featured-image-container {
  1447.    position: relative;
  1448.    height: 350px;
  1449.    overflow: hidden;
  1450.  }
  1451.  
  1452.  .featured-image {
  1453.    width: 100%;
  1454.    height: 100%;
  1455.    object-fit: cover;
  1456.  }
  1457.  
  1458.  .featured-content {
  1459.    padding: 2rem;
  1460.  }
  1461.  
  1462.  .featured-title {
  1463.    font-size: 2.2rem;
  1464.    font-weight: 700;
  1465.    color: #111827;
  1466.    margin-bottom: 0.75rem;
  1467.    line-height: 1.3;
  1468.  }
  1469.  
  1470.  .featured-summary {
  1471.    font-size: 1rem;
  1472.    color: #4b5563;
  1473.    line-height: 1.6;
  1474.    margin-bottom: 1.25rem;
  1475.  }
  1476.  
  1477.  .article-meta {
  1478.    display: flex;
  1479.    align-items: center;
  1480.    gap: 0.75rem;
  1481.    font-size: 0.85rem;
  1482.    color: #6b7280;
  1483.  }
  1484.  
  1485.  .author-info {
  1486.    display: flex;
  1487.    align-items: center;
  1488.    gap: 0.5rem;
  1489.  }
  1490.  
  1491.  .author-pic {
  1492.    width: 36px;
  1493.    height: 36px;
  1494.    border-radius: 50%;
  1495.  }
  1496.  
  1497.  .author-name {
  1498.    font-weight: 600;
  1499.    color: #374151;
  1500.  }
  1501.  
  1502.  /* Smaller Featured Articles (Stacked) */
  1503.  .stacked-features {
  1504.    display: flex;
  1505.    flex-direction: column;
  1506.    gap: 1.5rem;
  1507.  }
  1508.  
  1509.  .small-featured {
  1510.    background: var(--card-bg, #ffffff);
  1511.    border-radius: 10px;
  1512.    overflow: hidden;
  1513.    transition: box-shadow 0.3s ease;
  1514.  }
  1515.  
  1516.  .small-featured:hover {
  1517.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1518.  }
  1519.  
  1520.  .small-image-container {
  1521.    position: relative;
  1522.    height: 150px;
  1523.    overflow: hidden;
  1524.  }
  1525.  
  1526.  .small-image {
  1527.    width: 100%;
  1528.    height: 100%;
  1529.    object-fit: cover;
  1530.  }
  1531.  
  1532.  .small-content {
  1533.    padding: 1.25rem;
  1534.  }
  1535.  
  1536.  .small-title {
  1537.    font-size: 1.2rem;
  1538.    font-weight: 600;
  1539.    color: #111827;
  1540.    margin-bottom: 0.5rem;
  1541.  }
  1542.  
  1543.  .small-meta {
  1544.    display: flex;
  1545.    gap: 0.5rem;
  1546.    font-size: 0.8rem;
  1547.    color: #6b7280;
  1548.  }
  1549.  
  1550.  /* Category Tags - Gradient for Difference */
  1551.  .category-tag {
  1552.    position: absolute;
  1553.    top: 0.75rem;
  1554.    left: 0.75rem;
  1555.    padding: 0.3rem 1rem;
  1556.    font-size: 0.75rem;
  1557.    font-weight: 600;
  1558.    text-transform: uppercase;
  1559.    color: white;
  1560.    border-radius: 15px; /* Soft pill shape */
  1561.  }
  1562.  
  1563.  
  1564.  
  1565.  /* Compact Cards - Borderless */
  1566.  .compact-card {
  1567.    background: var(--card-bg, #ffffff);
  1568.    border-radius: 10px;
  1569.    overflow: hidden;
  1570.    transition: box-shadow 0.3s ease;
  1571.  }
  1572.  
  1573.  .compact-card:hover {
  1574.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1575.  }
  1576.  
  1577.  .compact-image {
  1578.    position: relative;
  1579.    height: 180px;
  1580.    overflow: hidden;
  1581.  }
  1582.  
  1583.  .compact-image img {
  1584.    width: 100%;
  1585.    height: 100%;
  1586.    object-fit: cover;
  1587.  }
  1588.  
  1589.  .compact-category {
  1590.    position: absolute;
  1591.    top: 0.75rem;
  1592.    left: 0.75rem;
  1593.    padding: 0.3rem 0.8rem;
  1594.    font-size: 0.7rem;
  1595.    border-radius: 15px;
  1596.    color: white;
  1597.  }
  1598.  
  1599.  .compact-body {
  1600.    padding: 1.5rem;
  1601.  }
  1602.  
  1603.  .compact-title {
  1604.    font-size: 1.1rem;
  1605.    font-weight: 600;
  1606.    color: #111827;
  1607.    margin-bottom: 0.5rem;
  1608.  }
  1609.  
  1610.  .compact-text {
  1611.    font-size: 0.9rem;
  1612.    color: #4b5563;
  1613.    line-height: 1.5;
  1614.    margin-bottom: 1rem;
  1615.  }
  1616.  
  1617.  .compact-footer {
  1618.    display: flex;
  1619.    justify-content: space-between;
  1620.    font-size: 0.8rem;
  1621.    color: #6b7280;
  1622.  }
  1623.  
  1624.  /* Responsive Design */
  1625.  @media (max-width: 992px) {
  1626.    .featured-image-container {
  1627.      height: 280px;
  1628.    }
  1629.  
  1630.    .featured-title {
  1631.      font-size: 1.8rem;
  1632.    }
  1633.  
  1634.    .small-image-container {
  1635.      height: 120px;
  1636.    }
  1637.  }
  1638.  
  1639.  @media (max-width: 768px) {
  1640.    .featured-content,
  1641.    .small-content,
  1642.    .compact-body {
  1643.      padding: 1.25rem;
  1644.    }
  1645.  
  1646.    .compact-image {
  1647.      height: 150px;
  1648.    }
  1649.  }
  1650.  
  1651.  @media (max-width: 576px) {
  1652.    .featured-title {
  1653.      font-size: 1.5rem;
  1654.    }
  1655.  
  1656.    .small-title,
  1657.    .compact-title {
  1658.      font-size: 1rem;
  1659.    }
  1660.  }
  1661. </style>
  1662.  
  1663.  
  1664.  
  1665.  
  1666.        <!-- end of wpo-blog-hero -->
  1667.  
  1668.        <!-- start of wpo-breacking-news -->
  1669.        
  1670.        <!-- end of wpo-breacking-news -->
  1671.        
  1672.        <!-- start wpo-blog-highlights-section -->
  1673.        
  1674.  
  1675.  
  1676.  
  1677.    
  1678.  
  1679.  
  1680. <section class="wpo-blog-highlights-section">
  1681.    <div class="container-fluid fluid-container">
  1682.        <div class="wpo-section-title">
  1683.            
  1684.                <h2>Today's Top Highlights</h2>
  1685.                    
  1686.        </div>
  1687.        <div class="row">
  1688.            <div class="col col-lg-8 col-12">
  1689.                <!-- start wpo-blog-section -->
  1690.                <div class="wpo-blog-highlights-wrap">
  1691.                    <div class="wpo-blog-items">
  1692.                        <div class="row">
  1693.                            
  1694.                            
  1695.                            <div class="col col-lg-6 col-md-6 col-12">
  1696.                                <div class="wpo-blog-item">
  1697.                                    <div class="wpo-blog-img">
  1698.                                        
  1699.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1700.                                        
  1701.                                        <div class="thumb bg-primary-gradient">News</div>
  1702.                                    </div>
  1703.                                    <div class="wpo-blog-content"  >
  1704.                                        <h2>
  1705.                                            <a href="/the-gal%C3%A1pagos-islands-had-no-indigenous-amphibians-until-hundreds-of-thousands-of-frogs-arrived/" class="top-color">
  1706.                                            The Galápagos Islands Had No Indigenous Amphibians. Until Hundreds of Thousands of Frogs Arrived
  1707.                                            </a>
  1708.                                        </h2>
  1709.                                        <ul>
  1710.                                            <li>  
  1711.                                                
  1712.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1713.                                                
  1714.                                            </li>
  1715.                                            <li class="top-color">By Stephanie Watson</li>
  1716.                                            <li class="top-color">20 May 2026</li>
  1717.                                        </ul>
  1718.                                        <p class="top-color"> </p>
  1719.                                    </div>
  1720.                                </div>
  1721.                            </div>
  1722.                        
  1723.                            
  1724.                            
  1725.                            <div class="col col-lg-6 col-md-6 col-12">
  1726.                                <div class="wpo-blog-item">
  1727.                                    <div class="wpo-blog-img">
  1728.                                        
  1729.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1730.                                        
  1731.                                        <div class="thumb bg-primary-gradient">News</div>
  1732.                                    </div>
  1733.                                    <div class="wpo-blog-content"  >
  1734.                                        <h2>
  1735.                                            <a href="/sharing-a-dugout-with-ferguson-and-being-knocked-out-a-lenswomans-stories/" class="top-color">
  1736.                                            Sharing a Dugout with Ferguson and Being &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Stories
  1737.                                            </a>
  1738.                                        </h2>
  1739.                                        <ul>
  1740.                                            <li>  
  1741.                                                
  1742.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1743.                                                
  1744.                                            </li>
  1745.                                            <li class="top-color">By Stephanie Watson</li>
  1746.                                            <li class="top-color">20 May 2026</li>
  1747.                                        </ul>
  1748.                                        <p class="top-color"> </p>
  1749.                                    </div>
  1750.                                </div>
  1751.                            </div>
  1752.                        
  1753.                            
  1754.                            
  1755.                            <div class="col col-lg-6 col-md-6 col-12">
  1756.                                <div class="wpo-blog-item">
  1757.                                    <div class="wpo-blog-img">
  1758.                                        
  1759.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1760.                                        
  1761.                                        <div class="thumb bg-primary-gradient">News</div>
  1762.                                    </div>
  1763.                                    <div class="wpo-blog-content"  >
  1764.                                        <h2>
  1765.                                            <a href="/gavin-newsom-rejects-early-release-for-cult-member-longtime-inmate/" class="top-color">
  1766.                                            Gavin Newsom Rejects Early Release for Cult Member Longtime Inmate
  1767.                                            </a>
  1768.                                        </h2>
  1769.                                        <ul>
  1770.                                            <li>  
  1771.                                                
  1772.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1773.                                                
  1774.                                            </li>
  1775.                                            <li class="top-color">By Stephanie Watson</li>
  1776.                                            <li class="top-color">19 May 2026</li>
  1777.                                        </ul>
  1778.                                        <p class="top-color"> </p>
  1779.                                    </div>
  1780.                                </div>
  1781.                            </div>
  1782.                        
  1783.                            
  1784.                            
  1785.                            <div class="col col-lg-6 col-md-6 col-12">
  1786.                                <div class="wpo-blog-item">
  1787.                                    <div class="wpo-blog-img">
  1788.                                        
  1789.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1790.                                        
  1791.                                        <div class="thumb bg-primary-gradient">News</div>
  1792.                                    </div>
  1793.                                    <div class="wpo-blog-content"  >
  1794.                                        <h2>
  1795.                                            <a href="/individual-accused-in-ivy-league-campus-incident-located-deceased-inside-self-storage-unit/" class="top-color">
  1796.                                            Individual Accused in Ivy League Campus Incident Located Deceased Inside Self-Storage Unit.
  1797.                                            </a>
  1798.                                        </h2>
  1799.                                        <ul>
  1800.                                            <li>  
  1801.                                                
  1802.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1803.                                                
  1804.                                            </li>
  1805.                                            <li class="top-color">By Stephanie Watson</li>
  1806.                                            <li class="top-color">19 May 2026</li>
  1807.                                        </ul>
  1808.                                        <p class="top-color"> </p>
  1809.                                    </div>
  1810.                                </div>
  1811.                            </div>
  1812.                        
  1813.                            
  1814.                            
  1815.                            <div class="col col-lg-6 col-md-6 col-12">
  1816.                                <div class="wpo-blog-item">
  1817.                                    <div class="wpo-blog-img">
  1818.                                        
  1819.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1820.                                        
  1821.                                        <div class="thumb bg-primary-gradient">News</div>
  1822.                                    </div>
  1823.                                    <div class="wpo-blog-content"  >
  1824.                                        <h2>
  1825.                                            <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="top-color">
  1826.                                            To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi
  1827.                                            </a>
  1828.                                        </h2>
  1829.                                        <ul>
  1830.                                            <li>  
  1831.                                                
  1832.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1833.                                                
  1834.                                            </li>
  1835.                                            <li class="top-color">By Stephanie Watson</li>
  1836.                                            <li class="top-color">19 May 2026</li>
  1837.                                        </ul>
  1838.                                        <p class="top-color"> </p>
  1839.                                    </div>
  1840.                                </div>
  1841.                            </div>
  1842.                        
  1843.                            
  1844.                            
  1845.                            <div class="col col-lg-6 col-md-6 col-12">
  1846.                                <div class="wpo-blog-item">
  1847.                                    <div class="wpo-blog-img">
  1848.                                        
  1849.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1850.                                        
  1851.                                        <div class="thumb bg-primary-gradient">News</div>
  1852.                                    </div>
  1853.                                    <div class="wpo-blog-content"  >
  1854.                                        <h2>
  1855.                                            <a href="/human-remains-of-competitive-swimmer-seemingly-attacked-by-shark-located-on-californian-shore/" class="top-color">
  1856.                                            Human Remains of Competitive Swimmer Seemingly Attacked by Shark Located on Californian Shore
  1857.                                            </a>
  1858.                                        </h2>
  1859.                                        <ul>
  1860.                                            <li>  
  1861.                                                
  1862.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1863.                                                
  1864.                                            </li>
  1865.                                            <li class="top-color">By Stephanie Watson</li>
  1866.                                            <li class="top-color">19 May 2026</li>
  1867.                                        </ul>
  1868.                                        <p class="top-color"> </p>
  1869.                                    </div>
  1870.                                </div>
  1871.                            </div>
  1872.                        
  1873.                            
  1874.                            
  1875.                            <div class="col col-lg-6 col-md-6 col-12">
  1876.                                <div class="wpo-blog-item">
  1877.                                    <div class="wpo-blog-img">
  1878.                                        
  1879.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1880.                                        
  1881.                                        <div class="thumb bg-primary-gradient">News</div>
  1882.                                    </div>
  1883.                                    <div class="wpo-blog-content"  >
  1884.                                        <h2>
  1885.                                            <a href="/music-legend-barry-manilow-scheduled-for-an-operation-for-a-lung-cancer-diagnosis/" class="top-color">
  1886.                                            Music Legend Barry Manilow Scheduled for an Operation for a Lung Cancer Diagnosis.
  1887.                                            </a>
  1888.                                        </h2>
  1889.                                        <ul>
  1890.                                            <li>  
  1891.                                                
  1892.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1893.                                                
  1894.                                            </li>
  1895.                                            <li class="top-color">By Stephanie Watson</li>
  1896.                                            <li class="top-color">19 May 2026</li>
  1897.                                        </ul>
  1898.                                        <p class="top-color"> </p>
  1899.                                    </div>
  1900.                                </div>
  1901.                            </div>
  1902.                        
  1903.                            
  1904.                            
  1905.                            <div class="col col-lg-6 col-md-6 col-12">
  1906.                                <div class="wpo-blog-item">
  1907.                                    <div class="wpo-blog-img">
  1908.                                        
  1909.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1910.                                        
  1911.                                        <div class="thumb bg-primary-gradient">News</div>
  1912.                                    </div>
  1913.                                    <div class="wpo-blog-content"  >
  1914.                                        <h2>
  1915.                                            <a href="/former-uk-serviceman-accused-of-killing-kenya-female-shows-up-in-court/" class="top-color">
  1916.                                            Former UK Serviceman Accused of Killing Kenya Female Shows Up in Court
  1917.                                            </a>
  1918.                                        </h2>
  1919.                                        <ul>
  1920.                                            <li>  
  1921.                                                
  1922.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1923.                                                
  1924.                                            </li>
  1925.                                            <li class="top-color">By Stephanie Watson</li>
  1926.                                            <li class="top-color">19 May 2026</li>
  1927.                                        </ul>
  1928.                                        <p class="top-color"> </p>
  1929.                                    </div>
  1930.                                </div>
  1931.                            </div>
  1932.                        
  1933.                            
  1934.                            
  1935.                            <div class="col col-lg-6 col-md-6 col-12">
  1936.                                <div class="wpo-blog-item">
  1937.                                    <div class="wpo-blog-img">
  1938.                                        
  1939.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1940.                                        
  1941.                                        <div class="thumb bg-primary-gradient">News</div>
  1942.                                    </div>
  1943.                                    <div class="wpo-blog-content"  >
  1944.                                        <h2>
  1945.                                            <a href="/fda-grants-approval-to-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" class="top-color">
  1946.                                            FDA Grants Approval to Flibanserin, a Libido-Enhancing Treatment for Postmenopausal
  1947.                                            </a>
  1948.                                        </h2>
  1949.                                        <ul>
  1950.                                            <li>  
  1951.                                                
  1952.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1953.                                                
  1954.                                            </li>
  1955.                                            <li class="top-color">By Stephanie Watson</li>
  1956.                                            <li class="top-color">19 May 2026</li>
  1957.                                        </ul>
  1958.                                        <p class="top-color"> </p>
  1959.                                    </div>
  1960.                                </div>
  1961.                            </div>
  1962.                        
  1963.                            
  1964.                            
  1965.                            <div class="col col-lg-6 col-md-6 col-12">
  1966.                                <div class="wpo-blog-item">
  1967.                                    <div class="wpo-blog-img">
  1968.                                        
  1969.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1970.                                        
  1971.                                        <div class="thumb bg-primary-gradient">News</div>
  1972.                                    </div>
  1973.                                    <div class="wpo-blog-content"  >
  1974.                                        <h2>
  1975.                                            <a href="/we-need-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-family-adrift-off-australian-coast-revealed/" class="top-color">
  1976.                                            ‘We Need a Aircraft to Locate Them’: Teenager’s Emergency Call to Rescue Family Adrift Off Australian Coast Revealed
  1977.                                            </a>
  1978.                                        </h2>
  1979.                                        <ul>
  1980.                                            <li>  
  1981.                                                
  1982.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  1983.                                                
  1984.                                            </li>
  1985.                                            <li class="top-color">By Stephanie Watson</li>
  1986.                                            <li class="top-color">19 May 2026</li>
  1987.                                        </ul>
  1988.                                        <p class="top-color"> </p>
  1989.                                    </div>
  1990.                                </div>
  1991.                            </div>
  1992.                        
  1993.                            
  1994.                            
  1995.                            <div class="col col-lg-6 col-md-6 col-12">
  1996.                                <div class="wpo-blog-item">
  1997.                                    <div class="wpo-blog-img">
  1998.                                        
  1999.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2000.                                        
  2001.                                        <div class="thumb bg-primary-gradient">News</div>
  2002.                                    </div>
  2003.                                    <div class="wpo-blog-content"  >
  2004.                                        <h2>
  2005.                                            <a href="/tropical-storm-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/" class="top-color">
  2006.                                            Tropical Storm Disaster in Sri Lanka Awakens a Spirit of Community Action
  2007.                                            </a>
  2008.                                        </h2>
  2009.                                        <ul>
  2010.                                            <li>  
  2011.                                                
  2012.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  2013.                                                
  2014.                                            </li>
  2015.                                            <li class="top-color">By Stephanie Watson</li>
  2016.                                            <li class="top-color">18 May 2026</li>
  2017.                                        </ul>
  2018.                                        <p class="top-color"> </p>
  2019.                                    </div>
  2020.                                </div>
  2021.                            </div>
  2022.                        
  2023.                            
  2024.                            
  2025.                            <div class="col col-lg-6 col-md-6 col-12">
  2026.                                <div class="wpo-blog-item">
  2027.                                    <div class="wpo-blog-img">
  2028.                                        
  2029.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2030.                                        
  2031.                                        <div class="thumb bg-primary-gradient">News</div>
  2032.                                    </div>
  2033.                                    <div class="wpo-blog-content"  >
  2034.                                        <h2>
  2035.                                            <a href="/los-blancos-alexander-arnold-may-return-to-face-his-former-club-in-novembers-champions-league-clash/" class="top-color">
  2036.                                            Los Blancos&#x27; Alexander-Arnold May Return to Face His Former Club in November&#x27;s Champions League Clash
  2037.                                            </a>
  2038.                                        </h2>
  2039.                                        <ul>
  2040.                                            <li>  
  2041.                                                
  2042.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;">
  2043.                                                
  2044.                                            </li>
  2045.                                            <li class="top-color">By Stephanie Watson</li>
  2046.                                            <li class="top-color">18 May 2026</li>
  2047.                                        </ul>
  2048.                                        <p class="top-color"> </p>
  2049.                                    </div>
  2050.                                </div>
  2051.                            </div>
  2052.                        
  2053.                            
  2054.                            
  2055.  
  2056.                        </div>
  2057.                    </div>
  2058.                </div>
  2059.                <!-- end wpo-blog-section -->
  2060.            </div>
  2061.  
  2062.            <div class="col col-lg-4 col-12">
  2063.                
  2064.  
  2065.  
  2066.  
  2067.    
  2068.  
  2069.  
  2070. <!-- Blog Sidebar -->
  2071.  
  2072.    <div class="sidebar mb-3">
  2073.        
  2074.        
  2075.        <div class="sidebar-widget mb-4">
  2076.            <div class="widget-title-wrapper mb-3">
  2077.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2078.                    May 2026 Blog Roll
  2079.                    <span class="title-arrow"></span>
  2080.                </h4>
  2081.            </div>
  2082.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2083.                <ul class="list-unstyled scrollable-sidebar">
  2084.                    
  2085.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2086.                        <a href="https://leyendabk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2087.                            <i class="ti-angle-right me-2 text-primary"></i>
  2088.                            <span class="fw-semibold">casino sites</span>
  2089.                        </a>
  2090.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2091.                    </li>
  2092.                    
  2093.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2094.                        <a href="https://www.tikkun.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2095.                            <i class="ti-angle-right me-2 text-primary"></i>
  2096.                            <span class="fw-semibold">best online casino real money</span>
  2097.                        </a>
  2098.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2099.                    </li>
  2100.                    
  2101.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2102.                        <a href="https://carolinapartners.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2103.                            <i class="ti-angle-right me-2 text-primary"></i>
  2104.                            <span class="fw-semibold">sweepstakes casinos</span>
  2105.                        </a>
  2106.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2107.                    </li>
  2108.                    
  2109.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2110.                        <a href="https://www.turkheritage.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2111.                            <i class="ti-angle-right me-2 text-primary"></i>
  2112.                            <span class="fw-semibold">poker online</span>
  2113.                        </a>
  2114.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2115.                    </li>
  2116.                    
  2117.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2118.                        <a href="https://monkeymart.lol/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2119.                            <i class="ti-angle-right me-2 text-primary"></i>
  2120.                            <span class="fw-semibold">sweeps casinos</span>
  2121.                        </a>
  2122.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2123.                    </li>
  2124.                    
  2125.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2126.                        <a href="https://www.gamblinginsider.com/bitcoin-casinos-instant-withdrawal"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2127.                            <i class="ti-angle-right me-2 text-primary"></i>
  2128.                            <span class="fw-semibold">bitcoin casino instant withdrawal</span>
  2129.                        </a>
  2130.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2131.                    </li>
  2132.                    
  2133.                </ul>
  2134.            </div>
  2135.        </div>
  2136.        
  2137.        <div class="sidebar-widget mb-4">
  2138.            <div class="widget-title-wrapper mb-3">
  2139.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2140.                    April 2026 Blog Roll
  2141.                    <span class="title-arrow"></span>
  2142.                </h4>
  2143.            </div>
  2144.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2145.                <ul class="list-unstyled scrollable-sidebar">
  2146.                    
  2147.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2148.                        <a href="https://www.scenicusa.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2149.                            <i class="ti-angle-right me-2 text-primary"></i>
  2150.                            <span class="fw-semibold">best offshore casinos</span>
  2151.                        </a>
  2152.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2153.                    </li>
  2154.                    
  2155.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2156.                        <a href="https://www.gamblinginsider.com/us/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2157.                            <i class="ti-angle-right me-2 text-primary"></i>
  2158.                            <span class="fw-semibold">online casino</span>
  2159.                        </a>
  2160.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2161.                    </li>
  2162.                    
  2163.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2164.                        <a href="https://www.lightpointe.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2165.                            <i class="ti-angle-right me-2 text-primary"></i>
  2166.                            <span class="fw-semibold">online poker real money</span>
  2167.                        </a>
  2168.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2169.                    </li>
  2170.                    
  2171.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2172.                        <a href="https://tokenist.com/crypto-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2173.                            <i class="ti-angle-right me-2 text-primary"></i>
  2174.                            <span class="fw-semibold">crypto casino</span>
  2175.                        </a>
  2176.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2177.                    </li>
  2178.                    
  2179.                </ul>
  2180.            </div>
  2181.        </div>
  2182.        
  2183.        <div class="sidebar-widget mb-4">
  2184.            <div class="widget-title-wrapper mb-3">
  2185.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2186.                    March 2026 Blog Roll
  2187.                    <span class="title-arrow"></span>
  2188.                </h4>
  2189.            </div>
  2190.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2191.                <ul class="list-unstyled scrollable-sidebar">
  2192.                    
  2193.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2194.                        <a href="https://www.vitascan.me/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2195.                            <i class="ti-angle-right me-2 text-primary"></i>
  2196.                            <span class="fw-semibold">list of sweepstakes casinos</span>
  2197.                        </a>
  2198.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2199.                    </li>
  2200.                    
  2201.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2202.                        <a href="https://smashingideas.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2203.                            <i class="ti-angle-right me-2 text-primary"></i>
  2204.                            <span class="fw-semibold">sweepstakes casino</span>
  2205.                        </a>
  2206.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2207.                    </li>
  2208.                    
  2209.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2210.                        <a href="https://www.cardplayer.com/online-poker"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2211.                            <i class="ti-angle-right me-2 text-primary"></i>
  2212.                            <span class="fw-semibold">best poker sites</span>
  2213.                        </a>
  2214.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2215.                    </li>
  2216.                    
  2217.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2218.                        <a href="https://www.sportscasting.com/casino/crypto/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2219.                            <i class="ti-angle-right me-2 text-primary"></i>
  2220.                            <span class="fw-semibold">crypto casinos</span>
  2221.                        </a>
  2222.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2223.                    </li>
  2224.                    
  2225.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2226.                        <a href="https://plasticsurgery4u.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2227.                            <i class="ti-angle-right me-2 text-primary"></i>
  2228.                            <span class="fw-semibold">best online casinos</span>
  2229.                        </a>
  2230.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2231.                    </li>
  2232.                    
  2233.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2234.                        <a href="https://www.vbprofiles.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2235.                            <i class="ti-angle-right me-2 text-primary"></i>
  2236.                            <span class="fw-semibold">sports betting sites</span>
  2237.                        </a>
  2238.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2239.                    </li>
  2240.                    
  2241.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2242.                        <a href="https://www.oaknyc.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2243.                            <i class="ti-angle-right me-2 text-primary"></i>
  2244.                            <span class="fw-semibold">online gambling new york</span>
  2245.                        </a>
  2246.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2247.                    </li>
  2248.                    
  2249.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2250.                        <a href="https://prophetsofrage.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2251.                            <i class="ti-angle-right me-2 text-primary"></i>
  2252.                            <span class="fw-semibold">crypto casino</span>
  2253.                        </a>
  2254.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2255.                    </li>
  2256.                    
  2257.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2258.                        <a href="https://insidebitcoins.com/crypto-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2259.                            <i class="ti-angle-right me-2 text-primary"></i>
  2260.                            <span class="fw-semibold">bitcoin casino</span>
  2261.                        </a>
  2262.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2263.                    </li>
  2264.                    
  2265.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2266.                        <a href="https://www.gulfquest.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="fw-semibold">best no kyc casinos</span>
  2269.                        </a>
  2270.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2271.                    </li>
  2272.                    
  2273.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2274.                        <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="fw-semibold">no verification casinos</span>
  2277.                        </a>
  2278.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2279.                    </li>
  2280.                    
  2281.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2282.                        <a href="https://www.cryptovibes.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2283.                            <i class="ti-angle-right me-2 text-primary"></i>
  2284.                            <span class="fw-semibold">bitcoin casinos</span>
  2285.                        </a>
  2286.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2287.                    </li>
  2288.                    
  2289.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2290.                        <a href="https://hccdallas.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2291.                            <i class="ti-angle-right me-2 text-primary"></i>
  2292.                            <span class="fw-semibold">online casino</span>
  2293.                        </a>
  2294.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2295.                    </li>
  2296.                    
  2297.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2298.                        <a href="https://communo.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2299.                            <i class="ti-angle-right me-2 text-primary"></i>
  2300.                            <span class="fw-semibold">best online poker sites for real money</span>
  2301.                        </a>
  2302.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2303.                    </li>
  2304.                    
  2305.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2306.                        <a href="https://bmoremedia.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2307.                            <i class="ti-angle-right me-2 text-primary"></i>
  2308.                            <span class="fw-semibold">sweepstakes casinos</span>
  2309.                        </a>
  2310.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2311.                    </li>
  2312.                    
  2313.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2314.                        <a href="https://www.end-violence.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2315.                            <i class="ti-angle-right me-2 text-primary"></i>
  2316.                            <span class="fw-semibold">best offshore sportsbooks</span>
  2317.                        </a>
  2318.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2319.                    </li>
  2320.                    
  2321.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2322.                        <a href="https://www.gamesreviews.com/casino/pennsylvania/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2323.                            <i class="ti-angle-right me-2 text-primary"></i>
  2324.                            <span class="fw-semibold">pa online casinos</span>
  2325.                        </a>
  2326.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2327.                    </li>
  2328.                    
  2329.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2330.                        <a href="https://insidebitcoins.com/crypto-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="fw-semibold">crypto casinos</span>
  2333.                        </a>
  2334.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2335.                    </li>
  2336.                    
  2337.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2338.                        <a href="https://singulardtv.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2339.                            <i class="ti-angle-right me-2 text-primary"></i>
  2340.                            <span class="fw-semibold">online casinos</span>
  2341.                        </a>
  2342.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2343.                    </li>
  2344.                    
  2345.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2346.                        <a href="https://www.borregoenergy.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2347.                            <i class="ti-angle-right me-2 text-primary"></i>
  2348.                            <span class="fw-semibold">no kyc casinos</span>
  2349.                        </a>
  2350.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2351.                    </li>
  2352.                    
  2353.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2354.                        <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2355.                            <i class="ti-angle-right me-2 text-primary"></i>
  2356.                            <span class="fw-semibold">real money online casino</span>
  2357.                        </a>
  2358.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2359.                    </li>
  2360.                    
  2361.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2362.                        <a href="https://www.ginx.tv/en/casino/offshore"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2363.                            <i class="ti-angle-right me-2 text-primary"></i>
  2364.                            <span class="fw-semibold">offshore casino</span>
  2365.                        </a>
  2366.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2367.                    </li>
  2368.                    
  2369.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2370.                        <a href="https://stage773.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2371.                            <i class="ti-angle-right me-2 text-primary"></i>
  2372.                            <span class="fw-semibold">no kyc casinos</span>
  2373.                        </a>
  2374.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2375.                    </li>
  2376.                    
  2377.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2378.                        <a href="https://www.test2treat.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2379.                            <i class="ti-angle-right me-2 text-primary"></i>
  2380.                            <span class="fw-semibold">how to bet on college basketball</span>
  2381.                        </a>
  2382.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2383.                    </li>
  2384.                    
  2385.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2386.                        <a href="https://www.english-for-students.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2387.                            <i class="ti-angle-right me-2 text-primary"></i>
  2388.                            <span class="fw-semibold">crypto casino</span>
  2389.                        </a>
  2390.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2391.                    </li>
  2392.                    
  2393.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2394.                        <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2395.                            <i class="ti-angle-right me-2 text-primary"></i>
  2396.                            <span class="fw-semibold">best offshore casinos</span>
  2397.                        </a>
  2398.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2399.                    </li>
  2400.                    
  2401.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2402.                        <a href="https://xstockvideo.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2403.                            <i class="ti-angle-right me-2 text-primary"></i>
  2404.                            <span class="fw-semibold">online casinos</span>
  2405.                        </a>
  2406.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2407.                    </li>
  2408.                    
  2409.                </ul>
  2410.            </div>
  2411.        </div>
  2412.        
  2413.        <div class="sidebar-widget mb-4">
  2414.            <div class="widget-title-wrapper mb-3">
  2415.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2416.                    February 2026 Blog Roll
  2417.                    <span class="title-arrow"></span>
  2418.                </h4>
  2419.            </div>
  2420.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2421.                <ul class="list-unstyled scrollable-sidebar">
  2422.                    
  2423.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2424.                        <a href="https://chip-in.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2425.                            <i class="ti-angle-right me-2 text-primary"></i>
  2426.                            <span class="fw-semibold">crypto poker</span>
  2427.                        </a>
  2428.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2429.                    </li>
  2430.                    
  2431.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2432.                        <a href="https://www.coachesdatabase.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2433.                            <i class="ti-angle-right me-2 text-primary"></i>
  2434.                            <span class="fw-semibold">best online casinos</span>
  2435.                        </a>
  2436.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2437.                    </li>
  2438.                    
  2439.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2440.                        <a href="https://www.thediscerningbrute.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2441.                            <i class="ti-angle-right me-2 text-primary"></i>
  2442.                            <span class="fw-semibold">online slots</span>
  2443.                        </a>
  2444.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2445.                    </li>
  2446.                    
  2447.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2448.                        <a href="https://augustafreepress.com/betting/best-betting-apps/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2449.                            <i class="ti-angle-right me-2 text-primary"></i>
  2450.                            <span class="fw-semibold">betting apps</span>
  2451.                        </a>
  2452.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2453.                    </li>
  2454.                    
  2455.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2456.                        <a href="https://www.hydrahead.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2457.                            <i class="ti-angle-right me-2 text-primary"></i>
  2458.                            <span class="fw-semibold">online slots</span>
  2459.                        </a>
  2460.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2461.                    </li>
  2462.                    
  2463.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2464.                        <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2465.                            <i class="ti-angle-right me-2 text-primary"></i>
  2466.                            <span class="fw-semibold">online casino</span>
  2467.                        </a>
  2468.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2469.                    </li>
  2470.                    
  2471.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2472.                        <a href="https://www.funai.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2473.                            <i class="ti-angle-right me-2 text-primary"></i>
  2474.                            <span class="fw-semibold">best poker sites</span>
  2475.                        </a>
  2476.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2477.                    </li>
  2478.                    
  2479.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2480.                        <a href="https://riverkennet.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2481.                            <i class="ti-angle-right me-2 text-primary"></i>
  2482.                            <span class="fw-semibold">fast payout casino</span>
  2483.                        </a>
  2484.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2485.                    </li>
  2486.                    
  2487.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2488.                        <a href="https://carolinapartners.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="fw-semibold">social casino</span>
  2491.                        </a>
  2492.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2493.                    </li>
  2494.                    
  2495.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2496.                        <a href="https://www.fortcollinsbrewery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2497.                            <i class="ti-angle-right me-2 text-primary"></i>
  2498.                            <span class="fw-semibold">super bowl</span>
  2499.                        </a>
  2500.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2501.                    </li>
  2502.                    
  2503.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2504.                        <a href="https://augustafreepress.com/casino/new-online-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2505.                            <i class="ti-angle-right me-2 text-primary"></i>
  2506.                            <span class="fw-semibold">best online casinos</span>
  2507.                        </a>
  2508.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2509.                    </li>
  2510.                    
  2511.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2512.                        <a href="https://leyacawilliamsburg.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2513.                            <i class="ti-angle-right me-2 text-primary"></i>
  2514.                            <span class="fw-semibold">real money social casino</span>
  2515.                        </a>
  2516.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2517.                    </li>
  2518.                    
  2519.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2520.                        <a href="https://augustafreepress.com/casino/online-casinos-new-york/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="fw-semibold">ny online casinos</span>
  2523.                        </a>
  2524.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2525.                    </li>
  2526.                    
  2527.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2528.                        <a href="https://www.sportstalkphilly.com/offshore-poker/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2529.                            <i class="ti-angle-right me-2 text-primary"></i>
  2530.                            <span class="fw-semibold">offshore poker</span>
  2531.                        </a>
  2532.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2533.                    </li>
  2534.                    
  2535.                </ul>
  2536.            </div>
  2537.        </div>
  2538.        
  2539.        <div class="sidebar-widget mb-4">
  2540.            <div class="widget-title-wrapper mb-3">
  2541.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2542.                    January 2026 Blog Roll
  2543.                    <span class="title-arrow"></span>
  2544.                </h4>
  2545.            </div>
  2546.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2547.                <ul class="list-unstyled scrollable-sidebar">
  2548.                    
  2549.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2550.                        <a href="https://augustafreepress.com/betting/california-sports-betting/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2551.                            <i class="ti-angle-right me-2 text-primary"></i>
  2552.                            <span class="fw-semibold">sports betting in california</span>
  2553.                        </a>
  2554.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2555.                    </li>
  2556.                    
  2557.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2558.                        <a href="https://www.bqs-outcome.de/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2559.                            <i class="ti-angle-right me-2 text-primary"></i>
  2560.                            <span class="fw-semibold">bitcoin casino deutsch</span>
  2561.                        </a>
  2562.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2563.                    </li>
  2564.                    
  2565.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2566.                        <a href="https://www.funai.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2567.                            <i class="ti-angle-right me-2 text-primary"></i>
  2568.                            <span class="fw-semibold">best online poker sites</span>
  2569.                        </a>
  2570.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2571.                    </li>
  2572.                    
  2573.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2574.                        <a href="https://augustafreepress.com/casino/online-casinos-texas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2575.                            <i class="ti-angle-right me-2 text-primary"></i>
  2576.                            <span class="fw-semibold">texas online casinos</span>
  2577.                        </a>
  2578.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2579.                    </li>
  2580.                    
  2581.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2582.                        <a href="https://leyacawilliamsburg.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2583.                            <i class="ti-angle-right me-2 text-primary"></i>
  2584.                            <span class="fw-semibold">sweepstakes casino</span>
  2585.                        </a>
  2586.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2587.                    </li>
  2588.                    
  2589.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2590.                        <a href="https://batman-news.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2591.                            <i class="ti-angle-right me-2 text-primary"></i>
  2592.                            <span class="fw-semibold">online casino</span>
  2593.                        </a>
  2594.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2595.                    </li>
  2596.                    
  2597.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2598.                        <a href="https://www.latintimes.com/sweet-bonanza-590835"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="fw-semibold">sweet bonanza casinos</span>
  2601.                        </a>
  2602.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2603.                    </li>
  2604.                    
  2605.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2606.                        <a href="https://readwrite.com/gambling/betting/nfl-betting/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2607.                            <i class="ti-angle-right me-2 text-primary"></i>
  2608.                            <span class="fw-semibold">best nfl betting sites</span>
  2609.                        </a>
  2610.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2611.                    </li>
  2612.                    
  2613.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2614.                        <a href="https://csinvesting.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2615.                            <i class="ti-angle-right me-2 text-primary"></i>
  2616.                            <span class="fw-semibold">poker online</span>
  2617.                        </a>
  2618.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2619.                    </li>
  2620.                    
  2621.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2622.                        <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2623.                            <i class="ti-angle-right me-2 text-primary"></i>
  2624.                            <span class="fw-semibold">real money slots</span>
  2625.                        </a>
  2626.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2627.                    </li>
  2628.                    
  2629.                </ul>
  2630.            </div>
  2631.        </div>
  2632.        
  2633.  
  2634.        <!-- Recent Posts Section -->
  2635.        <div class="sidebar-widget mb-3">
  2636.            <div class="widget-title-wrapper mb-3">
  2637.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2638.                    Recent Posts
  2639.                    <span class="title-arrow"></span>
  2640.                </h4>
  2641.            </div>
  2642.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2643.                <div class="recent-post-list">
  2644.                    
  2645.                    
  2646.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2647.                        <div class="post-image me-3 flex-shrink-0">
  2648.                            
  2649.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2650.                            
  2651.                        </div>
  2652.                        <div class="post-content flex-grow-1">
  2653.                            <h6 class="post-title mb-1">
  2654.                                 <a href="/troubling-recollections-resurface-in-davao-city-as-investigators-track-bondi-attack-alleged-attackers-activities/" class="text-decoration-none top-color fw-semibold">
  2655.                                    Troubling Recollections Resurface in Davao City as Investigators Track Bondi Attack Alleged Attackers&#x27; Activities
  2656.                                </a>
  2657.                            </h6>
  2658.                            <div class="post-meta">
  2659.                                <small class="text-muted">
  2660.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2661.                                </small>
  2662.                                <!-- <small class="text-muted ms-2">
  2663.                                    <i class="ti-eye me-1"></i>234 views
  2664.                                </small> -->
  2665.                            </div>
  2666.                        </div>
  2667.                    </div>
  2668.                    
  2669.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2670.                        <div class="post-image me-3 flex-shrink-0">
  2671.                            
  2672.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2673.                            
  2674.                        </div>
  2675.                        <div class="post-content flex-grow-1">
  2676.                            <h6 class="post-title mb-1">
  2677.                                 <a href="/genuine-southern-portugal-exploring-portugal-beyond-the-coastline/" class="text-decoration-none top-color fw-semibold">
  2678.                                    Genuine Southern Portugal: Exploring Portugal Beyond the Coastline
  2679.                                </a>
  2680.                            </h6>
  2681.                            <div class="post-meta">
  2682.                                <small class="text-muted">
  2683.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2684.                                </small>
  2685.                                <!-- <small class="text-muted ms-2">
  2686.                                    <i class="ti-eye me-1"></i>234 views
  2687.                                </small> -->
  2688.                            </div>
  2689.                        </div>
  2690.                    </div>
  2691.                    
  2692.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2693.                        <div class="post-image me-3 flex-shrink-0">
  2694.                            
  2695.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2696.                            
  2697.                        </div>
  2698.                        <div class="post-content flex-grow-1">
  2699.                            <h6 class="post-title mb-1">
  2700.                                 <a href="/david-raya-praises-squad-depth-as-essential-to-silverware-challenge/" class="text-decoration-none top-color fw-semibold">
  2701.                                    David Raya Praises Squad Depth as Essential to Silverware Challenge
  2702.                                </a>
  2703.                            </h6>
  2704.                            <div class="post-meta">
  2705.                                <small class="text-muted">
  2706.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2707.                                </small>
  2708.                                <!-- <small class="text-muted ms-2">
  2709.                                    <i class="ti-eye me-1"></i>234 views
  2710.                                </small> -->
  2711.                            </div>
  2712.                        </div>
  2713.                    </div>
  2714.                    
  2715.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2716.                        <div class="post-image me-3 flex-shrink-0">
  2717.                            
  2718.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2719.                            
  2720.                        </div>
  2721.                        <div class="post-content flex-grow-1">
  2722.                            <h6 class="post-title mb-1">
  2723.                                 <a href="/will-the-new-zealand-rugby-team-regain-their-spark-this-autumn/" class="text-decoration-none top-color fw-semibold">
  2724.                                    Will the New Zealand rugby team regain their spark this autumn?
  2725.                                </a>
  2726.                            </h6>
  2727.                            <div class="post-meta">
  2728.                                <small class="text-muted">
  2729.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2730.                                </small>
  2731.                                <!-- <small class="text-muted ms-2">
  2732.                                    <i class="ti-eye me-1"></i>234 views
  2733.                                </small> -->
  2734.                            </div>
  2735.                        </div>
  2736.                    </div>
  2737.                    
  2738.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2739.                        <div class="post-image me-3 flex-shrink-0">
  2740.                            
  2741.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2742.                            
  2743.                        </div>
  2744.                        <div class="post-content flex-grow-1">
  2745.                            <h6 class="post-title mb-1">
  2746.                                 <a href="/his-overarching-influence-in-the-sporting-world-hit-a-peak-in-2025-the-coming-year-promises-to-go-further/" class="text-decoration-none top-color fw-semibold">
  2747.                                    His Overarching Influence in The Sporting World Hit A Peak in 2025. The Coming Year Promises to Go Further.
  2748.                                </a>
  2749.                            </h6>
  2750.                            <div class="post-meta">
  2751.                                <small class="text-muted">
  2752.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2753.                                </small>
  2754.                                <!-- <small class="text-muted ms-2">
  2755.                                    <i class="ti-eye me-1"></i>234 views
  2756.                                </small> -->
  2757.                            </div>
  2758.                        </div>
  2759.                    </div>
  2760.                    
  2761.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2762.                        <div class="post-image me-3 flex-shrink-0">
  2763.                            
  2764.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2765.                            
  2766.                        </div>
  2767.                        <div class="post-content flex-grow-1">
  2768.                            <h6 class="post-title mb-1">
  2769.                                 <a href="/we-were-let-go-and-were-embracing-it-learn-how-to-secure-a-new-job-that-suits-your-needs/" class="text-decoration-none top-color fw-semibold">
  2770.                                    We Were Let Go, and We&#x27;re Embracing It – Learn How to Secure a New Job That Suits Your Needs
  2771.                                </a>
  2772.                            </h6>
  2773.                            <div class="post-meta">
  2774.                                <small class="text-muted">
  2775.                                    <i class="ti-calendar me-1"></i>18 May 2026
  2776.                                </small>
  2777.                                <!-- <small class="text-muted ms-2">
  2778.                                    <i class="ti-eye me-1"></i>234 views
  2779.                                </small> -->
  2780.                            </div>
  2781.                        </div>
  2782.                    </div>
  2783.                    
  2784.  
  2785.                </div>
  2786.            </div>
  2787.        </div>
  2788.  
  2789.    </div>
  2790.  
  2791.  
  2792. <!-- Sidebar Styles -->
  2793. <style>
  2794.    .sidebar-widget {
  2795.        position: relative;
  2796.    }
  2797.    
  2798.    .widget-title {
  2799.        font-size: 1.1rem;
  2800.        font-weight: 700;
  2801.        display: inline-block;
  2802.        position: relative;
  2803.        z-index: 2;
  2804.        border-radius: 0;
  2805.    }
  2806.    
  2807.    .title-arrow::after {
  2808.        content: '';
  2809.        position: absolute;
  2810.        top: 0;
  2811.        right: -20px;
  2812.        width: 0;
  2813.        height: 0;
  2814.        border-left: 20px solid var(--bs-primary);
  2815.        border-top: 20px solid transparent;
  2816.        border-bottom: 20px solid transparent;
  2817.        z-index: 1;
  2818.    }
  2819.    
  2820.    .widget-content {
  2821.        margin-top: -1px;
  2822.        position: relative;
  2823.        z-index: 1;
  2824.         background-color: var(--card-bg);
  2825.    }
  2826.    
  2827.    .recent-post-item:hover .post-title1 a {
  2828.        color: #dc3545 !important;
  2829.        transition: color 0.3s ease;
  2830.    }
  2831.    
  2832.    .recent-post-item .post-image img {
  2833.        transition: transform 0.3s ease;
  2834.    }
  2835.    
  2836.    .recent-post-item:hover .post-image img {
  2837.        transform: scale(1.05);
  2838.    }
  2839.    
  2840.    .btn:hover {
  2841.        transform: translateY(-1px);
  2842.        transition: all 0.3s ease;
  2843.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2844.    }
  2845.    
  2846.    @media (max-width: 991px) {
  2847.        .sidebar {
  2848.            margin-top: 3rem;
  2849.        }
  2850.    }
  2851.    
  2852.    @media (max-width: 576px) {
  2853.        .widget-title {
  2854.            font-size: 1rem;
  2855.            padding: 0.75rem 1rem !important;
  2856.        }
  2857.        
  2858.        .title-arrow::after {
  2859.            right: -15px;
  2860.            border-left: 15px solid var(--bs-primary);
  2861.            border-top: 15px solid transparent;
  2862.            border-bottom: 15px solid transparent;
  2863.        }
  2864.        
  2865.        .post-image {
  2866.            display: none !important;
  2867.        }
  2868.    }
  2869. </style>
  2870.    
  2871.            </div>
  2872.        </div>
  2873.    </div> <!-- end container -->
  2874. </section>
  2875.  
  2876.    
  2877.        
  2878.        <!-- end wpo-blog-highlights-section -->
  2879.        <!-- start wpo-blog-sponsored-section -->
  2880.        
  2881.  
  2882.  
  2883.  
  2884.    
  2885.  
  2886.  
  2887.  <style>
  2888.    .sponsored-section-v7 {
  2889.      padding: 50px 0;
  2890.    }
  2891.    
  2892.    .sponsored-card-v7 {
  2893.      background: #fafafa;
  2894.      border: none;
  2895.      transition: transform 0.3s ease;
  2896.      height: 100%;
  2897.    }
  2898.    
  2899.    .sponsored-card-v7:hover {
  2900.      transform: translateY(-3px);
  2901.    }
  2902.    
  2903.    .sponsored-image-v7 {
  2904.      position: relative;
  2905.      height: 160px;
  2906.    }
  2907.    
  2908.    .sponsored-image-v7 img {
  2909.      width: 100%;
  2910.      height: 100%;
  2911.      object-fit: cover;
  2912.      border-radius: 10px; /* Apply curve to image */
  2913.    }
  2914.    
  2915.    .sponsored-badge-v7 {
  2916.      position: absolute;
  2917.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  2918.      left: 10px;
  2919.      z-index: 10;
  2920.    
  2921.      /* pill look */
  2922.      display: inline-flex; /* vertical centering */
  2923.      align-items: center;
  2924.      justify-content: center;
  2925.      padding: 8px 16px; /* width = content + padding */
  2926.      border-radius: 999px; /* full pill */
  2927.      white-space: nowrap; /* ek hi line me rahe */
  2928.      /* text */
  2929.      font-size: 12px;
  2930.      text-transform: uppercase;
  2931.      letter-spacing: 0.5px;
  2932.      line-height: 1;
  2933.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  2934.    }
  2935.    
  2936.    /* optional: icon ke saath thoda gap */
  2937.    .sponsored-badge-v7 i,
  2938.    .sponsored-badge-v7 .icon {
  2939.      margin-right: 8px;
  2940.      font-size: 14px;
  2941.      line-height: 1;
  2942.    }
  2943.    
  2944.    .sponsored-content-v7 {
  2945.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  2946.    }
  2947.    
  2948.    .sponsored-title-v7 {
  2949.      font-size: 15px;
  2950.      font-weight: 700;
  2951.      line-height: 1.4;
  2952.      margin-bottom: 8px;
  2953.      color: #333;
  2954.    }
  2955.    
  2956.    .sponsored-title-v7 a {
  2957.      text-decoration: none;
  2958.      font-size: 16px;
  2959.      color: var(--topbar-color);
  2960.    }
  2961.    
  2962.    .sponsored-title-v7 a:hover {
  2963.      color: var(--bs-primary); /* Green hover */
  2964.    }
  2965.    
  2966.    .sponsored-excerpt-v7 {
  2967.      font-size: 12px;
  2968.      font-weight: 400;
  2969.      color:  var(--topbar-color);;
  2970.      margin-bottom: 10px;
  2971.      line-height: 1.5;
  2972.    }
  2973.    
  2974.    .sponsored-meta-v7 {
  2975.      font-size: 11px;
  2976.       color: var(--topbar-color);;
  2977.    }
  2978.    
  2979.    .author-info-v7 {
  2980.      margin-bottom: 5px;
  2981.    }
  2982.    
  2983.    .sponsored-author-img-v7 {
  2984.      width: 30px;
  2985.      height: 30px;
  2986.      border-radius: 50%;
  2987.      object-fit: cover;
  2988.      vertical-align: middle;
  2989.      margin-right: 5px;
  2990.    }
  2991.    
  2992.    .section-title-sponsored-v7 {
  2993.      font-size: 1.9rem;
  2994.      font-weight: 600;
  2995.      text-align: center;
  2996.      margin-bottom: 30px;
  2997.      color: #333;
  2998.      position: relative;
  2999.    }
  3000.    
  3001.    .section-title-sponsored-v7::after {
  3002.      content: '';
  3003.      position: absolute;
  3004.      bottom: -8px;
  3005.      left: 50%;
  3006.      transform: translateX(-50%);
  3007.      width: 100px;
  3008.      height: 3px;
  3009.      background: var(--bs-primary);
  3010.    }
  3011.    
  3012.    @media (max-width: 768px) {
  3013.      .sponsored-section-v7 {
  3014.        padding: 30px 0;
  3015.      }
  3016.      .sponsored-image-v7 {
  3017.        height: 120px;
  3018.      }
  3019.      .sponsored-content-v7 {
  3020.        padding: 35px 12px 12px;
  3021.      }
  3022.  
  3023.      .sponsored-title-v7 {
  3024.        font-size: 14px;
  3025.      }
  3026.      .sponsored-excerpt-v7 {
  3027.        font-size: 11px;
  3028.      }
  3029.      .section-title-sponsored-v7 {
  3030.        font-size: 1.6rem;
  3031.      }
  3032.    }
  3033.  </style>
  3034.  
  3035.  <section class="sponsored-section-v7">
  3036.    <div class="container-fluid fluid-container">
  3037.      <div class="row mb-3">
  3038.        <div class="col-12">
  3039.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3040.        </div>
  3041.      </div>
  3042.  
  3043.      <div class="row g-3 d-flex justify-content-center">
  3044.        
  3045.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3046.            <div class="card sponsored-card-v7">
  3047.              <div class="sponsored-image-v7">
  3048.                
  3049.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3050.                
  3051.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3052.              </div>
  3053.              <div class="sponsored-content-v7">
  3054.                <h3 class="sponsored-title-v7"><a href="/troubling-recollections-resurface-in-davao-city-as-investigators-track-bondi-attack-alleged-attackers-activities/">Troubling Recollections Resurface in Davao City as Investigators Track Bondi Attack Alleged Attackers&#x27; Activities</a></h3>
  3055.                <p class="sponsored-excerpt-v7 "></p>
  3056.                <div class="sponsored-meta-v7">
  3057.                  <div class="author-info-v7">
  3058.                    
  3059.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3060.                    
  3061.                    <span>Stephanie Watson</span>
  3062.                  </div>
  3063.                  <div>18 May 2026</div>
  3064.                </div>
  3065.              </div>
  3066.            </div>
  3067.          </div>
  3068.        
  3069.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3070.            <div class="card sponsored-card-v7">
  3071.              <div class="sponsored-image-v7">
  3072.                
  3073.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3074.                
  3075.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3076.              </div>
  3077.              <div class="sponsored-content-v7">
  3078.                <h3 class="sponsored-title-v7"><a href="/genuine-southern-portugal-exploring-portugal-beyond-the-coastline/">Genuine Southern Portugal: Exploring Portugal Beyond the Coastline</a></h3>
  3079.                <p class="sponsored-excerpt-v7 "></p>
  3080.                <div class="sponsored-meta-v7">
  3081.                  <div class="author-info-v7">
  3082.                    
  3083.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3084.                    
  3085.                    <span>Stephanie Watson</span>
  3086.                  </div>
  3087.                  <div>18 May 2026</div>
  3088.                </div>
  3089.              </div>
  3090.            </div>
  3091.          </div>
  3092.        
  3093.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3094.            <div class="card sponsored-card-v7">
  3095.              <div class="sponsored-image-v7">
  3096.                
  3097.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3098.                
  3099.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3100.              </div>
  3101.              <div class="sponsored-content-v7">
  3102.                <h3 class="sponsored-title-v7"><a href="/david-raya-praises-squad-depth-as-essential-to-silverware-challenge/">David Raya Praises Squad Depth as Essential to Silverware Challenge</a></h3>
  3103.                <p class="sponsored-excerpt-v7 "></p>
  3104.                <div class="sponsored-meta-v7">
  3105.                  <div class="author-info-v7">
  3106.                    
  3107.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3108.                    
  3109.                    <span>Stephanie Watson</span>
  3110.                  </div>
  3111.                  <div>18 May 2026</div>
  3112.                </div>
  3113.              </div>
  3114.            </div>
  3115.          </div>
  3116.        
  3117.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3118.            <div class="card sponsored-card-v7">
  3119.              <div class="sponsored-image-v7">
  3120.                
  3121.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3122.                
  3123.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3124.              </div>
  3125.              <div class="sponsored-content-v7">
  3126.                <h3 class="sponsored-title-v7"><a href="/will-the-new-zealand-rugby-team-regain-their-spark-this-autumn/">Will the New Zealand rugby team regain their spark this autumn?</a></h3>
  3127.                <p class="sponsored-excerpt-v7 "></p>
  3128.                <div class="sponsored-meta-v7">
  3129.                  <div class="author-info-v7">
  3130.                    
  3131.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3132.                    
  3133.                    <span>Stephanie Watson</span>
  3134.                  </div>
  3135.                  <div>18 May 2026</div>
  3136.                </div>
  3137.              </div>
  3138.            </div>
  3139.          </div>
  3140.        
  3141.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3142.            <div class="card sponsored-card-v7">
  3143.              <div class="sponsored-image-v7">
  3144.                
  3145.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3146.                
  3147.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3148.              </div>
  3149.              <div class="sponsored-content-v7">
  3150.                <h3 class="sponsored-title-v7"><a href="/his-overarching-influence-in-the-sporting-world-hit-a-peak-in-2025-the-coming-year-promises-to-go-further/">His Overarching Influence in The Sporting World Hit A Peak in 2025. The Coming Year Promises to Go Further.</a></h3>
  3151.                <p class="sponsored-excerpt-v7 "></p>
  3152.                <div class="sponsored-meta-v7">
  3153.                  <div class="author-info-v7">
  3154.                    
  3155.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3156.                    
  3157.                    <span>Stephanie Watson</span>
  3158.                  </div>
  3159.                  <div>18 May 2026</div>
  3160.                </div>
  3161.              </div>
  3162.            </div>
  3163.          </div>
  3164.        
  3165.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3166.            <div class="card sponsored-card-v7">
  3167.              <div class="sponsored-image-v7">
  3168.                
  3169.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3170.                
  3171.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3172.              </div>
  3173.              <div class="sponsored-content-v7">
  3174.                <h3 class="sponsored-title-v7"><a href="/we-were-let-go-and-were-embracing-it-learn-how-to-secure-a-new-job-that-suits-your-needs/">We Were Let Go, and We&#x27;re Embracing It – Learn How to Secure a New Job That Suits Your Needs</a></h3>
  3175.                <p class="sponsored-excerpt-v7 "></p>
  3176.                <div class="sponsored-meta-v7">
  3177.                  <div class="author-info-v7">
  3178.                    
  3179.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4938f4dd-1862-4030-bfdf-1f8255b93b21_profile.png" alt="Stephanie Watson" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3180.                    
  3181.                    <span>Stephanie Watson</span>
  3182.                  </div>
  3183.                  <div>18 May 2026</div>
  3184.                </div>
  3185.              </div>
  3186.            </div>
  3187.          </div>
  3188.        
  3189.      </div>
  3190.    </div>
  3191.  </section>
  3192.  
  3193.  
  3194.    
  3195.        <!-- end wpo-blog-sponsored-section -->
  3196.        <!-- start wpo-subscribe-section -->
  3197.        
  3198.        <!-- end subscribe-section -->
  3199.        <!-- start of wpo-site-footer-section -->
  3200.        
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206. <footer class="wpo-site-footer-v2">
  3207.  <!-- Top Section - Logo & CTA -->
  3208.  <div class="footer-top-section py-3">
  3209.    <div class="container-fluid fluid-container">
  3210.      <div class="row align-items-center">
  3211.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3212.          
  3213.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/00cc5aaa-cfb8-46bf-b8ef-54792289ed6a_logo.png" alt="Openly Daily" class="footer-logo" />
  3214.          
  3215.          <div class="brand-info">
  3216.            <h3 class="brand-title">Openly Daily</h3>
  3217.          </div>
  3218.        </div>
  3219.      </div>
  3220.    </div>
  3221.  </div>
  3222.  
  3223.  <!-- Main Content Grid -->
  3224.  <div class="footer-main-content py-4">
  3225.    <div class="container-fluid fluid-container px-3">
  3226.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3227.        <!-- Column 1: Quick Links & Top Categories -->
  3228.        <div class="">
  3229.          <div class="footer-column">
  3230.            <h5 class="column-title">Quick Links</h5>
  3231.            <ul class="footer-menu list-unstyled">
  3232.              
  3233.                <li>
  3234.                  <a class="menu-link" href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-labour-minister-with-ambitions-on-leadership/">What Kind of Figure is the Politician Al Carns? Former Marine and Labour Minister with Ambitions on Leadership</a>
  3235.                </li>
  3236.              
  3237.                <li>
  3238.                  <a class="menu-link" href="/swiss-ski-resort-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/">Swiss Ski Resort Blaze Survivors Are Treated in Burns Units Throughout the Continent</a>
  3239.                </li>
  3240.              
  3241.                <li>
  3242.                  <a class="menu-link" href="/leaders-acknowledge-queens-as-the-president-extends-mamdani-a-friendly-greeting/">Leaders Acknowledge Queens as The President Extends Mamdani a Friendly Greeting</a>
  3243.                </li>
  3244.              
  3245.                <li>
  3246.                  <a class="menu-link" href="/a-decade-long-liaison-from-erin-somers-the-midlife-adultery-tale-our-era-has-earned/">A Decade-Long Liaison from Erin Somers: The Midlife Adultery Tale Our Era Has Earned.</a>
  3247.                </li>
  3248.              
  3249.                <li>
  3250.                  <a class="menu-link" href="/president-zelensky-states-ukraine-was-ten-percent-off-from-peace-yet-not-at-any-cost/">President Zelensky States Ukraine Was Ten Percent Off from Peace, Yet Not at Any Cost</a>
  3251.                </li>
  3252.              
  3253.                <li>
  3254.                  <a class="menu-link" href="/the-mighty-neins-opening-sequence-selected-the-wrong-popular-rpg-show-track/">The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Popular RPG Show Track</a>
  3255.                </li>
  3256.              
  3257.            </ul>
  3258.          </div>
  3259.        </div>
  3260.        <div class="">
  3261.          <div class="footer-column mt-4">
  3262.            <h5 class="column-title">Top Categories</h5>
  3263.            <ul class="footer-menu list-unstyled">
  3264.              
  3265.                <li>
  3266.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3267.                </li>
  3268.              
  3269.                <li>
  3270.                  <a class="menu-link" href="/category/business/">Business</a>
  3271.                </li>
  3272.              
  3273.                <li>
  3274.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3275.                </li>
  3276.              
  3277.                <li>
  3278.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3279.                </li>
  3280.              
  3281.                <li>
  3282.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3283.                </li>
  3284.              
  3285.            </ul>
  3286.          </div>
  3287.        </div>
  3288.        <!-- Column 2: Blog Rolls -->
  3289.      <div class="">
  3290.          <div class="footer-column">
  3291.            <h5 class="column-title">Blog Rolls</h5>
  3292.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3293.              
  3294.              
  3295.  
  3296.              
  3297.              
  3298.                
  3299.              
  3300.            </ul>
  3301.          </div>
  3302.        </div>
  3303.      </div>
  3304.    </div>
  3305.  </div>
  3306.  
  3307.  <!-- Tagline Section -->
  3308.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  3309.    <div class="container-fluid fluid-container">
  3310.      <p class="mb-0 text-white text-capitalize">Openly Daily provides daily news updates, analysis, and commentary on politics, social issues, and global events from a transparent perspective.</p>
  3311.    </div>
  3312.  </div>
  3313.  
  3314.  <!-- Footer Bottom -->
  3315.  <div class="footer-bottom py-3">
  3316.    <div class="container-fluid fluid-container">
  3317.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  3318.        <div class="copyright-info">
  3319.          <p class="mb-0 text-color">
  3320.            &copy; 2026 <strong>Openly Daily</strong>. All rights reserved.
  3321.          </p>
  3322.        </div>
  3323.        <div class="utility-links mt-2 mt-md-0">
  3324.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  3325.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  3326.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3327.        </div>
  3328.      </div>
  3329.    </div>
  3330.  </div>
  3331. </footer>
  3332.  
  3333.  
  3334. <style>
  3335.  
  3336. .footer-top-section {
  3337.    border-bottom: 1px solid var(--border-color);
  3338.    background-color: var(--card-bg) !important;
  3339. }
  3340.  
  3341. .footer-logo {
  3342.    height:50px;
  3343.    width: auto;
  3344. }
  3345. .text-color{
  3346.    color: var(--topbar-color) !important;
  3347. }
  3348. .brand-title {
  3349.    font-size: 20px;
  3350.    font-weight: 600;
  3351.    color: var(--topbar-color);
  3352.    margin: 0;
  3353. }
  3354.  
  3355. .footer-main-content {
  3356.    background: var(--card-bg);
  3357. }
  3358.  
  3359. .column-title {
  3360.    font-size: 16px;
  3361.    font-weight: 600;
  3362.    color: var(--topbar-color) !important;
  3363.    margin-bottom: 15px;
  3364. }
  3365.  
  3366. .footer-menu li {
  3367.    margin-bottom: 8px;
  3368. }
  3369.  
  3370. .menu-link {
  3371.    color: var(--topbar-color) !important;
  3372.    text-decoration: none;
  3373.    font-size: 16px;
  3374.    transition: color 0.3s ease;
  3375. }
  3376.  
  3377. .footer-tagline {
  3378.    font-size: 16px;
  3379. }
  3380.  
  3381. .footer-bottom {
  3382.    font-size: 16px;
  3383.    background-color: var(--card-bg) !important;
  3384. }
  3385.  
  3386. .utility-link {
  3387.    color: var(--topbar-color) !important;
  3388.    text-decoration: none;
  3389.    transition: color 0.3s ease;
  3390. }
  3391.  
  3392. .utility-link:hover {
  3393.    color: var(--secondary-color);
  3394. }
  3395.  
  3396. /* Responsive Design */
  3397. @media (max-width: 992px) {
  3398.    .footer-top-section {
  3399.        text-align: start;
  3400.    }
  3401.    .cta-btn {
  3402.        margin-top: 10px;
  3403.    }
  3404. }
  3405.  
  3406. @media (max-width: 768px) {
  3407.    .footer-column {
  3408.        text-align: start;
  3409.    }
  3410.    .footer-tagline {
  3411.        font-size: 13px;
  3412.    }
  3413. }
  3414.  
  3415. @media (max-width: 576px) {
  3416.    .column-title {
  3417.        font-size: 15px;
  3418.    }
  3419.    .menu-link {
  3420.        font-size: 13px;
  3421.    }
  3422.    .cta-btn {
  3423.        font-size: 13px;
  3424.        padding: 7px 15px;
  3425.    }
  3426. }
  3427. </style>
  3428.  
  3429. <script>
  3430. // Prevent default for placeholder links
  3431. document.addEventListener('DOMContentLoaded', function() {
  3432.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3433.        anchor.addEventListener('click', function(e) {
  3434.            e.preventDefault();
  3435.        });
  3436.    });
  3437. });
  3438. document.addEventListener('DOMContentLoaded', function () {
  3439.    var btn = document.getElementById('toggleBlogRollLinks');
  3440.    if (!btn) return; // No extra items, no button
  3441.  
  3442.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3443.  
  3444.    btn.addEventListener('click', function () {
  3445.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3446.            return li.classList.contains('d-none');
  3447.        });
  3448.  
  3449.        extras.forEach(function (li) {
  3450.            if (anyHidden) {
  3451.                li.classList.remove('d-none');
  3452.                li.classList.add('show');
  3453.            } else {
  3454.                li.classList.add('d-none');
  3455.                li.classList.remove('show');
  3456.            }
  3457.        });
  3458.  
  3459.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3460.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3461.    });
  3462. });
  3463.  
  3464. </script>
  3465.  
  3466.        <!-- end of wpo-site-footer-section -->
  3467.    </div>
  3468.    <!-- end of page-wrapper -->
  3469.  
  3470.    <!-- All JavaScript files
  3471.    ================================================== -->
  3472.    
  3473.  
  3474. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3475. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3476. <!-- Plugins for this template -->
  3477. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3478. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3479. <!-- Custom script for this template -->
  3480. <script src="/static/blogapp/assets/js/script.js"></script>
  3481.  
  3482. <script>
  3483. (function () {
  3484. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3485. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3486.  
  3487. function applyFallback(img) {
  3488. if (!img || img.dataset.fallbackApplied === "1") {
  3489. return;
  3490. }
  3491. var failedSrc = img.currentSrc || img.src || "";
  3492. img.dataset.fallbackApplied = "1";
  3493. img.onerror = null;
  3494. img.src = fallbackImageSrc;
  3495. console.warn("[ImageFallback] Replaced broken image:", {
  3496. failedSrc: failedSrc,
  3497. fallbackSrc: fallbackImageSrc,
  3498. alt: img.alt || "",
  3499. });
  3500. }
  3501.  
  3502. document.querySelectorAll("img").forEach(function (img) {
  3503. if (img.complete && img.naturalWidth === 0) {
  3504. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3505. failedSrc: img.currentSrc || img.src || "",
  3506. alt: img.alt || "",
  3507. });
  3508. applyFallback(img);
  3509. }
  3510. });
  3511.  
  3512. document.addEventListener(
  3513. "error",
  3514. function (event) {
  3515. var target = event.target;
  3516. if (target && target.tagName === "IMG") {
  3517. applyFallback(target);
  3518. }
  3519. },
  3520. true
  3521. );
  3522. })();
  3523. </script>
  3524.  
  3525. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3526.  
  3527.  
  3528.  
  3529. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"1ad4cee4667a4922a2375dc60559b14d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3530. </body>
  3531.  
  3532. </html>
  3533.  
  3534.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda