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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="montserrat">
  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_72_PMHW7mr_1EMKXy4_CaumNoI_FHYIPou.png">
  14.    
  15.  
  16.    <title>SureFeeds: Latest Tech News, Reviews, and Gadget Insights</title>
  17.    <meta name="description" content="Stay updated with the newest tech trends, gadget reviews, and industry insights. Our blog covers everything from smartphones to AI advancements.">
  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://surefeeds.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e11d48;
  42.        --bs-primary-rgb: e11d48;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #059669;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff1f2;
  49.        --bs-dark: #881337;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e11d48;
  53.        --theme-primary-color-s2: #e11d48;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #111827;
  57.        --text-light-color: #676767;
  58.        --heading-color: #111827;
  59.        --border-color: #fecdd3;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ffe4e6;
  75.        --navbar-color: #881337;
  76.        --topbar-bg: #fff1f2;
  77.        --topbar-color: #881337;
  78.        --footer-bg: #881337;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fecdd3;
  82.        --card-radius: 14px;
  83.        --link-color: #e11d48;
  84.        --link-hover: #be185d;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(225, 29, 72, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-elegant">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  409.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  410.  
  411.    <div class="unique-news-wrapper-container">
  412.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  413.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  414.            <p class="text-center">
  415.              
  416.              <a href="/sitting-with-sir-alex-and-getting-knocked-out-the-photographers-tales/" class="px-5 top-color">
  417.                Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – The Photographer&#x27;s Tales
  418.              </a>
  419.              
  420.              <a href="/gavin-newsom-again-denies-parole-for-manson-follower-patricia-krenwinkel/" class="px-5 top-color">
  421.                Gavin Newsom Again Denies Parole for Manson Follower Patricia Krenwinkel
  422.              </a>
  423.              
  424.              <a href="/suspect-in-brown-university-incident-located-deceased-inside-storage-facility/" class="px-5 top-color">
  425.                Suspect in Brown University Incident Located Deceased Inside Storage Facility.
  426.              </a>
  427.              
  428.              <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-your-fungi/" class="px-5 top-color">
  429.                The Mushroom Cleaning Controversy: How to Properly Prepare Your Fungi
  430.              </a>
  431.              
  432.              <a href="/body-of-triathlete-presumably-killed-by-shark-recovered-from-californian-shore/" class="px-5 top-color">
  433.                Body of Triathlete Presumably Killed by Shark Recovered from Californian Shore
  434.              </a>
  435.              
  436.            </p>
  437.          </marquee>
  438.        </div>
  439.    </div>
  440.  
  441.    <div class="contact-info top-color">
  442.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  443.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  445.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  446.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  447.        </ul>
  448.    </div>
  449. </div>
  450. </div>
  451.  
  452. <script>
  453.    // Build array directly from Django context
  454.    const newsItems = [
  455.        
  456.            { title: "Sitting with Sir Alex and Getting \u0027Knocked Out\u0027 – The Photographer\u0027s Tales", url: "/sitting-with-sir-alex-and-getting-knocked-out-the-photographers-tales/" },
  457.        
  458.            { title: "Gavin Newsom Again Denies Parole for Manson Follower Patricia Krenwinkel", url: "/gavin-newsom-again-denies-parole-for-manson-follower-patricia-krenwinkel/" },
  459.        
  460.            { title: "Suspect in Brown University Incident Located Deceased Inside Storage Facility.", url: "/suspect-in-brown-university-incident-located-deceased-inside-storage-facility/" },
  461.        
  462.            { title: "The Mushroom Cleaning Controversy: How to Properly Prepare Your Fungi", url: "/the-mushroom-cleaning-controversy-how-to-properly-prepare-your-fungi/" },
  463.        
  464.            { title: "Body of Triathlete Presumably Killed by Shark Recovered from Californian Shore", url: "/body-of-triathlete-presumably-killed-by-shark-recovered-from-californian-shore/" }
  465.        
  466.    ];
  467.  
  468.    let currentNewsIndex = 0;
  469.    const newsWrapper = document.getElementById('newsWrapper');
  470.    let currentNewsElement = null;
  471.    let typingInterval = null;
  472.    let isTyping = false;
  473.  
  474.    function createNewsElement() {
  475.        const newsElement = document.createElement('div');
  476.        newsElement.className = 'unique-news-item top-color active';
  477.        newsWrapper.appendChild(newsElement);
  478.        currentNewsElement = newsElement;
  479.    }
  480.  
  481.    function typeText(news, element, callback) {
  482.        let index = 0;
  483.        element.innerHTML = '<span class="unique-cursor"></span>';
  484.  
  485.        typingInterval = setInterval(() => {
  486.            if (index < news.title.length) {
  487.                const currentText = news.title.substring(0, index + 1);
  488.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  489.                index++;
  490.            } else {
  491.                clearInterval(typingInterval);
  492.                setTimeout(() => {
  493.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  494.                    if (callback) callback();
  495.                }, 1000);
  496.            }
  497.        }, 100); // typing speed
  498.    }
  499.  
  500.    function startTyping() {
  501.        if (isTyping) return;
  502.  
  503.        isTyping = true;
  504.        const currentNews = newsItems[currentNewsIndex];
  505.  
  506.        typeText(currentNews, currentNewsElement, () => {
  507.            isTyping = false;
  508.            setTimeout(() => {
  509.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  510.                startTyping();
  511.            }, 5000); // wait before next headline
  512.        });
  513.    }
  514.  
  515.    window.onload = function() {
  516.        createNewsElement();
  517.        startTyping();
  518.    };
  519. </script>
  520.  
  521.  
  522.  
  523.            
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <header class="header-v9 mb-4" role="banner">
  531.  <div class="container-fluid fluid-container">
  532.    <!-- Sticky/Glass Nav Card -->
  533.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  534.      <div class="row align-items-center justify-content-between g-3">
  535.        <!-- Logo -->
  536.       <div class="col-6 col-md-3 col-lg-2">
  537.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  538.            
  539.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/730ddbd3-0834-4436-a7c9-eaa51f93dca9_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  540.            
  541.          </a>
  542.        </div>
  543.  
  544.        <!-- Desktop Nav -->
  545.        <div class="col d-none d-xl-block">
  546.          <nav class="main-nav-v9">
  547.            <ul class="nav-list-v9">
  548.              <!-- Home (static) -->
  549.              <li class="nav-item-v9">
  550.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  551.              </li >
  552.          
  553.              
  554.                
  555.                  <li class="nav-item-v9">
  556.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  557.                  </li>
  558.                
  559.                  <li class="nav-item-v9">
  560.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  561.                  </li>
  562.                
  563.                  <li class="nav-item-v9">
  564.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  565.                  </li>
  566.                
  567.                  <li class="nav-item-v9">
  568.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  569.                  </li>
  570.                
  571.                  <li class="nav-item-v9">
  572.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  573.                  </li>
  574.                
  575.                  <li class="nav-item-v9">
  576.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  577.                  </li>
  578.                
  579.                  <li class="nav-item-v9">
  580.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  581.                  </li>
  582.                
  583.                  <li class="nav-item-v9">
  584.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  585.                  </li>
  586.                
  587.  
  588.                
  589.                  <li class="nav-item-v9 has-dropdown-v9">
  590.                    <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">
  591.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  592.                        <polyline points="6,9 12,15 18,9"></polyline>
  593.                      </svg>
  594.                    </button>
  595.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  596.                      <div class="dropdown-grid-v9">
  597.                        <div class="dropdown-section-v9">
  598.                          
  599.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  600.                          
  601.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  602.                          
  603.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  604.                          
  605.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  606.                          
  607.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  608.                          
  609.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  610.                          
  611.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  612.                          
  613.                        </div>
  614.                      </div>
  615.                    </div>
  616.                  </li>
  617.                
  618.              
  619.                <li class="nav-item-v9">
  620.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  621.              </li >
  622.            </ul>
  623.          </nav>
  624.        </div>
  625.  
  626.        <!-- Actions -->
  627.        <div class="col-6 col-md-3 col-lg-2">
  628.          <div class="nav-actions-v9">
  629.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  630.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  631.                <circle cx="11" cy="11" r="8"></circle>
  632.                <path d="m21 21-4.35-4.35"></path>
  633.              </svg>
  634.            </button>
  635.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  636.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  637.                <line x1="3" y1="6" x2="21" y2="6" />
  638.                <line x1="3" y1="12" x2="21" y2="12" />
  639.                <line x1="3" y1="18" x2="21" y2="18" />
  640.              </svg>
  641.            </button>
  642.          </div>
  643.        </div>
  644.      </div>
  645.  
  646.      <!-- Active underline (animated) -->
  647.      <span class="active-rail-v9" aria-hidden="true"></span>
  648.    </div>
  649.  
  650.    <!-- Search Panel -->
  651.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  652.      <form class="search-form-v9" action="" method="get" role="search">
  653.        <label for="q-v9" class="visually-hidden">Search</label>
  654.        <div class="search-input-wrap-v9">
  655.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  656.            <circle cx="11" cy="11" r="8"></circle>
  657.            <path d="m21 21-4.35-4.35"></path>
  658.          </svg>
  659.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  660.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  661.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  662.              <line x1="18" y1="6" x2="6" y2="18" />
  663.              <line x1="6" y1="6" x2="18" y2="18" />
  664.            </svg>
  665.          </button>
  666.        </div>
  667.        <div class="search-suggest-v9 search-v1" id="search-results">
  668.          
  669.        </div>
  670.      </form>
  671.    </div>
  672.  
  673.    <!-- Mobile Offcanvas -->
  674.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  675.      <div class="mobile-wrap-v9">
  676.        <div class="mobile-head-v9">
  677.          <span class="mobile-title-v9">Menu</span>
  678.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  679.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  680.              <line x1="18" y1="6" x2="6" y2="18" />
  681.              <line x1="6" y1="6" x2="18" y2="18" />
  682.            </svg>
  683.          </button>
  684.        </div>
  685.  
  686.        <ul class="mobile-list-v9">
  687.          <li>
  688.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  689.          </li>
  690.          <li class="">
  691.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  692.          </li >
  693.          
  694.            
  695.              <li>
  696.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  697.              </li>
  698.            
  699.              <li>
  700.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  701.              </li>
  702.            
  703.              <li>
  704.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  705.              </li>
  706.            
  707.              <li>
  708.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  709.              </li>
  710.            
  711.              <li>
  712.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  713.              </li>
  714.            
  715.  
  716.            
  717.          
  718.        </ul>
  719.      </div>
  720.    </aside>
  721.  </div>
  722.  
  723.  <!-- Overlay -->
  724.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  725. </header>
  726.  
  727. <style>
  728.  
  729.  .header-v9 {
  730.    position: relative;
  731.    padding: 14px 0;
  732.    z-index: 50;
  733.  }
  734.  .header-v9.is-scrolled .nav-card-v9 {
  735.    padding: 10px 18px;
  736.    border-radius: 14px;
  737.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  738.  }
  739.  .header-v9.is-scrolled .logo-img-v9 {
  740.    transform: scale(0.92);
  741.  }
  742.  
  743.  /* Card */
  744.  .nav-card-v9 {
  745.    background: var(--navbar-bg);
  746.    backdrop-filter: blur(18px);
  747.    border: 1px solid var(--border-color);
  748.    border-radius: 18px;
  749.    padding: 14px 22px;
  750.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  751.    position: sticky;
  752.    top: 10px;
  753.  }
  754.  
  755.  /* Logo */
  756.  .logo-img-v9 {
  757.    max-height: 60px;
  758.    width: auto;
  759.    transition: transform 0.25s ease, opacity 0.25s ease;
  760.  }
  761.  .logo-link-v9:hover .logo-img-v9 {
  762.    transform: translateY(-1px) scale(1.03);
  763.  }
  764.  
  765.  /* Desktop nav */
  766.  .main-nav-v9 {
  767.    display: flex;
  768.    justify-content: center;
  769.  }
  770.  .nav-list-v9 {
  771.    display: flex;
  772.    gap: 6px;
  773.    list-style: none;
  774.    margin: 0;
  775.    padding: 0;
  776.  }
  777.  .nav-item-v9 {
  778.    position: relative;
  779.  }
  780.  .nav-link-v9 {
  781.    position: relative;
  782.    display: inline-flex;
  783.    align-items: center;
  784.    justify-content: center;
  785.    padding: 10px 10px;
  786.    border-radius: 12px;
  787.    color: var(--navbar-color);
  788.    text-decoration: none;
  789.    font-weight: 500;
  790.    font-size: 15px;
  791.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  792.  }
  793.  .nav-link-v9:hover {
  794.    background: rgba(102, 126, 234, 0.1);
  795.    color: var(--topbar-color);
  796.    transform: translateY(-1px);
  797.  }
  798.  .nav-link-v9.active-v9 {
  799.    color: transparent;
  800.  }
  801.  .nav-link-v9.active-v9::after {
  802.    content: '';
  803.    position: absolute;
  804.    left: 12px;
  805.    right: 12px;
  806.    bottom: 6px;
  807.    height: 3px;
  808.    border-radius: 3px;
  809.    background: var(--sub-nav);
  810.  }
  811.  
  812.  /* Dropdown */
  813.  .has-dropdown-v9 {
  814.    position: relative;
  815.  }
  816.  .nav-more-btn-v9 {
  817.    display: inline-flex;
  818.    gap: 6px;
  819.    align-items: center;
  820.  }
  821.  .chev-v9 {
  822.    transition: transform 0.2s ease;
  823.  }
  824.  .has-dropdown-v9:focus-within .chev-v9,
  825.  .has-dropdown-v9:hover .chev-v9 {
  826.    transform: rotate(180deg);
  827.  }
  828.  
  829.  .dropdown-card-v9 {
  830.    position: absolute;
  831.    top: calc(100% + 14px);
  832.    left: 50%;
  833.    transform: translateX(-50%) translateY(-6px);
  834.    background: var(--navbar-bg);
  835.    border: 1px solid var(--border-color);
  836.    border-radius: 14px;
  837.    padding: 18px;
  838.    min-width: 280px;
  839.    z-index: 200;
  840.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  841.    opacity: 0;
  842.    visibility: hidden;
  843.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  844.  }
  845.  .has-dropdown-v9:hover .dropdown-card-v9,
  846.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  847.    opacity: 1;
  848.    visibility: visible;
  849.    transform: translateX(-50%) translateY(0);
  850.  }
  851.  
  852.  .dropdown-grid-v9 {
  853.    display: grid;
  854.    grid-template-columns: 1fr;
  855.    gap: 10px;
  856.  }
  857.  .dropdown-section-v9 {
  858.    display: grid;
  859.    gap: 6px;
  860.  }
  861.  .dropdown-link-v9 {
  862.    display: flex;
  863.    align-items: center;
  864.    gap: 10px;
  865.    padding: 10px 12px;
  866.    border-radius: 10px;
  867.    text-decoration: none;
  868.    font-size: 14px;
  869.    color: var(--navbar-color);
  870.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  871.  }
  872.  .dropdown-link-v9:hover {
  873.    background: var(--bs-primary);
  874.    color: var(--bs-white);
  875.    transform: translateX(4px);
  876.  }
  877.  .link-dot-v9 {
  878.    width: 6px;
  879.    height: 6px;
  880.    border-radius: 50%;
  881.    border: 1px solid currentColor;
  882.  }
  883.  
  884.  /* Actions */
  885.  .nav-actions-v9 {
  886.    display: flex;
  887.    justify-content: flex-end;
  888.    align-items: center;
  889.    gap: 8px;
  890.  }
  891.  .icon-btn-v9 {
  892.    border: 1px solid var(--border-color);
  893.    background: rgba(102, 126, 234, 0.1);
  894.    color: var(--navbar-color);
  895.    padding: 8px;
  896.    border-radius: 12px;
  897.    cursor: pointer;
  898.    transition: transform 0.2s, background 0.2s, color 0.2s;
  899.  }
  900.  .icon-btn-v9:hover {
  901.    background: var(--sub-nav);
  902.    color: var(--topbar-color) !important;
  903.    transform: translateY(-1px);
  904.  }
  905.  .icon-btn-v9.ghost {
  906.    background: transparent;
  907.  }
  908.  
  909.  /* Search Panel */
  910.  .search-panel-v9 {
  911.    position: fixed;
  912.    top: 14px;
  913.    left: 50%;
  914.    transform: translateX(-50%) translateY(-16px);
  915.    width: min(720px, calc(100% - 40px));
  916.    background: var(--navbar-bg);
  917.    border: 1px solid var(--border-color);
  918.    border-radius: 16px;
  919.    padding: 16px;
  920.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  921.    opacity: 0;
  922.    visibility: hidden;
  923.    z-index: 300;
  924.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  925.  }
  926.  .search-panel-v9.show-v9 {
  927.    opacity: 1;
  928.    visibility: visible;
  929.    transform: translateX(-50%) translateY(0);
  930.  }
  931.  .search-input-wrap-v9 {
  932.    display: flex;
  933.    align-items: center;
  934.    gap: 10px;
  935.    background: rgba(248, 250, 252, 0.8);
  936.    border: 2px solid rgba(102, 126, 234, 0.2);
  937.    border-radius: 12px;
  938.    padding: 6px 8px;
  939.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  940.  }
  941.  .search-input-wrap-v9:focus-within {
  942.    border-color: #667eea;
  943.    background: rgba(255, 255, 255, 0.9);
  944.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  945.  }
  946.  .search-icn-v9 {
  947.    color: #a0aec0;
  948.    margin-left: 6px;
  949.  }
  950.  .search-input-v9 {
  951.    flex: 1;
  952.    border: 0;
  953.    background: transparent;
  954.    outline: none;
  955.    padding: 12px 4px;
  956.    font-size: 16px;
  957.    color: #2d3748;
  958.  }
  959.  .search-suggest-v9 {
  960.    display: grid;
  961.    grid-template-columns: repeat(3, minmax(0, 1fr));
  962.    gap: 8px;
  963.    margin-top: 10px;
  964.  }
  965.  .suggestion-v9 {
  966.    border: 1px solid var(--border-color);
  967.    background: rgba(248, 250, 252, 0.5);
  968.    color: var(--navbar-color);
  969.    padding: 10px 12px;
  970.    border-radius: 10px;
  971.    font-size: 14px;
  972.    text-align: left;
  973.    cursor: pointer;
  974.    transition: background 0.2s, color 0.2s, transform 0.2s;
  975.  }
  976.  .suggestion-v9:hover {
  977.    background: var(--bs-primary) !important ;
  978.    color: var(--bs-white)  !important;
  979.    transform: translateY(-1px);
  980.  }
  981.  
  982.  /* Mobile */
  983.  .mobile-nav-v9 {
  984.    position: fixed;
  985.    right: 0;
  986.    top: 0;
  987.    height: 100vh;
  988.    width: min(86vw, 420px);
  989.    background: var(--card-bg);
  990.    border-left: 1px solid var(--border-color);
  991.    transform: translateX(100%);
  992.    transition: transform 0.3s ease;
  993.    z-index: 350;
  994.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  995.  }
  996.  .mobile-nav-v9.show-v9 {
  997.    transform: translateX(0);
  998.  }
  999.  .mobile-wrap-v9 {
  1000.    display: flex;
  1001.    flex-direction: column;
  1002.    height: 100%;
  1003.  }
  1004.  .mobile-head-v9 {
  1005.    display: flex;
  1006.    align-items: center;
  1007.    justify-content: space-between;
  1008.    padding: 16px;
  1009.    background: var(--navbar-bg);
  1010.  }
  1011.  .mobile-title-v9 {
  1012.    font-weight: 600;
  1013.  }
  1014.  .mobile-list-v9 {
  1015.    list-style: none;
  1016.    padding: 10px 12px 20px;
  1017.    margin: 0;
  1018.    overflow-y: auto;
  1019.  }
  1020.  .mobile-link-v9 {
  1021.    display: flex;
  1022.    align-items: center;
  1023.    justify-content: space-between;
  1024.    padding: 14px 12px;
  1025.    border-radius: 12px;
  1026.    text-decoration: none;
  1027.    color: var(--navbar-color);
  1028.    font-weight: 500;
  1029.    transition: background 0.2s, color 0.2s;
  1030.  }
  1031.  .mobile-link-v9:hover,
  1032.  .mobile-link-v9.active-v9 {
  1033.    background: var(--sub-nav);
  1034.    color: var(--topbar-color);
  1035.  }
  1036.  .mobile-group-v9 {
  1037.    margin-top: 4px;
  1038.  }
  1039.  .mobile-sublist-v9 {
  1040.    list-style: none;
  1041.    margin: 0;
  1042.    padding: 0;
  1043.    max-height: 0;
  1044.    overflow: auto;
  1045.    transition: max-height 0.25s ease;
  1046.    background:var(--navbar-bg);
  1047.    border-radius: 12px;
  1048.    margin-top: 6px;
  1049.  }
  1050.  .mobile-sublist-v9.show-v9 {
  1051.    max-height: 360px;
  1052.    background: var(--navbar-bg);
  1053.    padding: 6px 0;
  1054.  }
  1055.  .mobile-sublink-v9 {
  1056.    display: block;
  1057.    padding: 10px 16px;
  1058.    text-decoration: none;
  1059.    color: var(--navbar-color);
  1060.    border-radius: 10px;
  1061.    font-size: 14px;
  1062.  }
  1063.  .mobile-sublink-v9:hover {
  1064.    background: var(--sub-nav);
  1065.    color: var(--topbar-color);
  1066.  }
  1067.  .mobile-arrow-v9 {
  1068.    transition: transform 0.2s ease;
  1069.  }
  1070.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1071.    transform: rotate(180deg);
  1072.  }
  1073.  
  1074.  /* Overlay */
  1075.  .nav-overlay-v9 {
  1076.    position: fixed;
  1077.    inset: 0;
  1078.    background: rgba(0, 0, 0, 0.35);
  1079.    backdrop-filter: blur(4px);
  1080.    opacity: 0;
  1081.    visibility: hidden;
  1082.    transition: opacity 0.25s, visibility 0.25s;
  1083.    z-index: 200;
  1084.  }
  1085.  .nav-overlay-v9.show-v9 {
  1086.    opacity: 1;
  1087.    visibility: visible;
  1088.  }
  1089.  
  1090.  
  1091.  /* Utils */
  1092.  .visually-hidden {
  1093.    position: absolute !important;
  1094.    height: 1px;
  1095.    width: 1px;
  1096.    overflow: hidden;
  1097.    clip: rect(1px, 1px, 1px, 1px);
  1098.    white-space: nowrap;
  1099.  }
  1100.  
  1101.  /* Responsive tweaks */
  1102.  @media (max-width: 1300px) {
  1103.    .nav-card-v9 {
  1104.      padding: 12px 18px;
  1105.      border-radius: 16px;
  1106.    }
  1107.    .search-panel-v9 {
  1108.      width: calc(100% - 32px);
  1109.    }
  1110.  }
  1111.  @media (max-width: 576px) {
  1112.    .logo-img-v9 {
  1113.      max-height: 38px;
  1114.    }
  1115.  }
  1116. </style>
  1117.  
  1118. <script>
  1119.  /* ============ V9 JS ============ */
  1120.  ;(function () {
  1121.    const overlay = document.getElementById('navOverlayV9')
  1122.    const searchPanel = document.getElementById('searchPanelV9')
  1123.    const mobileNav = document.getElementById('mobileNavV9')
  1124.    const header = document.querySelector('.header-v9')
  1125.  
  1126.    function lockScroll(lock) {
  1127.      document.body.style.overflow = lock ? 'hidden' : ''
  1128.    }
  1129.  
  1130.    window.toggleSearchV9 = function () {
  1131.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1132.      const willOpen = !searchPanel.classList.contains('show-v9')
  1133.  
  1134.      // close mobile if open
  1135.      mobileNav.classList.remove('show-v9')
  1136.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1137.  
  1138.      searchPanel.classList.toggle('show-v9', willOpen)
  1139.      overlay.classList.toggle('show-v9', willOpen)
  1140.      btn?.setAttribute('aria-expanded', String(willOpen))
  1141.      lockScroll(willOpen)
  1142.  
  1143.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1144.    }
  1145.  
  1146.    window.toggleMobileNavV9 = function () {
  1147.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1148.      const willOpen = !mobileNav.classList.contains('show-v9')
  1149.  
  1150.      // close search if open
  1151.      searchPanel.classList.remove('show-v9')
  1152.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1153.  
  1154.      mobileNav.classList.toggle('show-v9', willOpen)
  1155.      overlay.classList.toggle('show-v9', willOpen)
  1156.      btn?.setAttribute('aria-expanded', String(willOpen))
  1157.      lockScroll(willOpen)
  1158.    }
  1159.  
  1160.    window.toggleMobileDropdownV9 = function (id) {
  1161.      const list = document.getElementById(id)
  1162.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1163.      const willOpen = !list.classList.contains('show-v9')
  1164.      // close siblings
  1165.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1166.        if (el.id !== id) el.classList.remove('show-v9')
  1167.      })
  1168.      list.classList.toggle('show-v9', willOpen)
  1169.      btn?.setAttribute('aria-expanded', String(willOpen))
  1170.    }
  1171.  
  1172.    window.closeAllV9 = function () {
  1173.      searchPanel.classList.remove('show-v9')
  1174.      mobileNav.classList.remove('show-v9')
  1175.      overlay.classList.remove('show-v9')
  1176.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1177.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1178.      lockScroll(false)
  1179.    }
  1180.  
  1181.    // ESC to close
  1182.    document.addEventListener('keydown', (e) => {
  1183.      if (e.key === 'Escape') window.closeAllV9()
  1184.    })
  1185.  
  1186.    // Sticky shrink on scroll
  1187.    let lastY = window.scrollY
  1188.    const onScroll = () => {
  1189.      const y = window.scrollY
  1190.      header.classList.toggle('is-scrolled', y > 10)
  1191.      lastY = y
  1192.    }
  1193.    onScroll()
  1194.    window.addEventListener('scroll', onScroll, { passive: true })
  1195.  
  1196.    // Suggestions fill
  1197.    document.addEventListener('click', (e) => {
  1198.      const btn = e.target.closest('.suggestion-v9')
  1199.      if (!btn) return
  1200.      const val = btn.getAttribute('data-fill') || ''
  1201.      const input = document.getElementById('q-v9')
  1202.      if (input) input.value = val
  1203.    })
  1204.  
  1205.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1206.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1207.    const moreCard = document.getElementById('more-desktop-v9')
  1208.    if (moreBtn && moreCard) {
  1209.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1210.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1211.    }
  1212.  })()
  1213. </script>
  1214.  
  1215. <script>
  1216.  document.addEventListener("DOMContentLoaded", function () {
  1217.    console.log("loaded");
  1218.  
  1219.     const searchInput = document.getElementById("search-input")
  1220.    const searchResults = document.getElementById("search-results");
  1221.  
  1222.    if (!searchInput || !searchResults) {
  1223.      console.error("Search input/results not found");
  1224.      return;
  1225.    }
  1226.  
  1227.    // Prevent form submission
  1228.    if (searchInput.form) {
  1229.      searchInput.form.addEventListener("submit", function (e) {
  1230.        e.preventDefault();
  1231.      });
  1232.    }
  1233.  
  1234.    // Add event listener for keyup
  1235.    searchInput.addEventListener("keyup", function (e) {
  1236.      console.log("Key pressed:", e.key);
  1237.      e.preventDefault();
  1238.  
  1239.      const query = searchInput.value.trim();
  1240.      console.log("User is typing: " + query);
  1241.  
  1242.      // If empty → clear and hide
  1243.      if (query === "") {
  1244.        searchResults.innerHTML = "";
  1245.        searchResults.style.display = "none";
  1246.        return;
  1247.      }
  1248.  
  1249.      // Show results
  1250.      searchResults.style.display = "block";
  1251.  
  1252.      // Fetch search results
  1253.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1254.        method: "GET",
  1255.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1256.      })
  1257.        .then(response => {
  1258.          console.log("Response Status:", response.status);
  1259.          return response.json();
  1260.        })
  1261.        .then(data => {
  1262.          console.log("Data received:", data);
  1263.          if (data.html) {
  1264.            searchResults.innerHTML = data.html;
  1265.          } else {
  1266.            searchResults.innerHTML = "<p>No results found.</p>";
  1267.          }
  1268.        })
  1269.        .catch(error => {
  1270.          console.error("Error fetching search results:", error);
  1271.        });
  1272.    });
  1273.  
  1274.    // Close results when clicking outside
  1275.    document.addEventListener("click", function (e) {
  1276.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1277.        searchResults.style.display = "none";
  1278.      }
  1279.    });
  1280.  
  1281.    // Close results on ESC key
  1282.    document.addEventListener("keydown", function (e) {
  1283.      if (e.key === "Escape") {
  1284.        searchResults.style.display = "none";
  1285.      }
  1286.    });
  1287.  });
  1288. </script>
  1289.  
  1290.  
  1291.        </header>
  1292.        <!-- end of header -->
  1293.        <!-- start of wpo-blog-hero -->
  1294.        
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302. <div class="blog-hero-v3 pt-3">
  1303.    <div class="container-fluid fluid-container">
  1304.        <div class="row g-4">
  1305.            
  1306.            
  1307.              
  1308.            <!-- Left Column -->
  1309.            <div class="col-lg-4 col-md-6">
  1310.                <div class="magazine-card tall-card h-100">
  1311.                    <div class="card-image">
  1312.                        
  1313.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1314.                        
  1315.                        <div class="image-overlay"></div>
  1316.                    </div>
  1317.                    <div class="card-content">
  1318.                        <div class="category-pill bg-primary-gradient">News</div>
  1319.                        <h2> <a href="/music-legend-barry-manilow-will-have-a-procedure-for-a-lung-cancer-diagnosis/">
  1320.                                        Music Legend Barry Manilow Will Have a Procedure for a Lung Cancer Diagnosis.
  1321.                                    </a></h2>
  1322.                        <p></p>
  1323.                        <div class="author-section">
  1324.                            
  1325.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="author-img">
  1326.                            
  1327.                            <div class="author-details">
  1328.                                <span class="author-name">Kayla Lewis</span>
  1329.                                <span class="publish-date">19 May 2026</span>
  1330.                            </div>
  1331.                        </div>
  1332.                    </div>
  1333.                </div>
  1334.            </div>
  1335.  
  1336.            
  1337.            
  1338.  
  1339.            <!-- Center Column -->
  1340.            <div class="col-lg-4 col-md-6">
  1341.                <div class="row g-4">
  1342.                    
  1343.                    <div class="col-12">
  1344.                        <div class="magazine-card square-card">
  1345.                            <div class="card-image">
  1346.                            
  1347.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1348.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1349.                            
  1350.                                <div class="floating-category bg-primary-gradient">News</div>
  1351.                            </div>
  1352.                            <div class="card-content compact">
  1353.                                <h3> <a href="/former-british-soldier-charged-of-killing-kenyan-female-appears-in-court/" >
  1354.                                        Former British Soldier Charged of Killing Kenyan Female Appears in Court
  1355.                                    </a></h3>
  1356.                                    
  1357.                                <div class="mini-meta">
  1358.                                    <span>By Kayla Lewis</span>
  1359.                                    <span class="date-dot">• 19 May 2026</span>
  1360.                                </div>
  1361.                            </div>
  1362.                        </div>
  1363.                    </div>
  1364.                    
  1365.                    <div class="col-12">
  1366.                        <div class="magazine-card square-card">
  1367.                            <div class="card-image">
  1368.                            
  1369.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1370.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1371.                            
  1372.                                <div class="floating-category bg-primary-gradient">News</div>
  1373.                            </div>
  1374.                            <div class="card-content compact">
  1375.                                <h3> <a href="/fda-grants-approval-to-addyi-a-desire-boosting-drug-for-postmenopausal/" >
  1376.                                        FDA Grants Approval to Addyi, a Desire-Boosting Drug for Postmenopausal
  1377.                                    </a></h3>
  1378.                                    
  1379.                                <div class="mini-meta">
  1380.                                    <span>By Kayla Lewis</span>
  1381.                                    <span class="date-dot">• 19 May 2026</span>
  1382.                                </div>
  1383.                            </div>
  1384.                        </div>
  1385.                    </div>
  1386.                    
  1387.  
  1388.                </div>
  1389.            </div>
  1390.            
  1391.            
  1392.              
  1393.            <!-- Right Column -->
  1394.            <div class="col-lg-4 col-md-12">
  1395.                <div class="magazine-card featured-card">
  1396.                    <div class="featured-header">
  1397.                        <h4>Featured Story</h4>
  1398.                        <div class="featured-line"></div>
  1399.                    </div>
  1400.                    <div class="card-image featured-img" >
  1401.                    
  1402.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1403.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1404.                    
  1405.                    </div>
  1406.                    <div class="card-content featured-content">
  1407.                        <div class="category-pill bg-primary-gradient">News</div>
  1408.                        <h2><a href="/we-must-have-a-aircraft-to-locate-them-13-year-olds-distress-call-to-save-family-lost-off-down-under-coast-revealed/">
  1409.                                        We Must Have a Aircraft to Locate Them’: 13-Year-Old’s Distress Call to Save Family Lost Off Down Under Coast Revealed
  1410.                                    </a></h2>
  1411.                        
  1412.                        <div class="author-section featured-author">
  1413.                            
  1414.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1415.                            
  1416.                            <div class="author-details">
  1417.                                <span class="author-name">Kayla Lewis</span>
  1418.                                <!-- <span class="author-title">Business Analyst</span> -->
  1419.                                <span class="publish-date">19 May 2026</span>
  1420.                            </div>
  1421.                        </div>
  1422.                    </div>
  1423.                </div>
  1424.            </div>
  1425.  
  1426.            
  1427.            
  1428.        </div>
  1429.    </div>
  1430. </div>
  1431.  
  1432. <style>
  1433. /* Blog Hero V3 - Magazine Style */
  1434. .blog-hero-v3 {
  1435.    padding: 80px 0;
  1436.    position: relative;
  1437. }
  1438.  
  1439. /* Magazine Cards */
  1440. .magazine-card {
  1441.    background: var(--card-bg);
  1442.    border-radius: 20px;
  1443.    overflow: hidden;
  1444.    position: relative;
  1445.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1446.    border: 1px solid var(--border-color);
  1447. }
  1448.  
  1449. .magazine-card:hover {
  1450.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1451. }
  1452.  
  1453. /* Tall Card (Left Column) */
  1454. .tall-card {
  1455.    display: flex;
  1456.    flex-direction: column;
  1457. }
  1458.  
  1459. .tall-card .card-image {
  1460.    height: 300px;
  1461.    position: relative;
  1462.    overflow: hidden;
  1463. }
  1464.  
  1465. .tall-card .card-image img {
  1466.    width: 100%;
  1467.    height: 100%;
  1468.    object-fit: cover;
  1469.    transition: transform 0.6s ease;
  1470. }
  1471.  
  1472. .tall-card:hover .card-image img {
  1473.    transform: scale(1.1) rotate(-2deg);
  1474. }
  1475.  
  1476. .image-overlay {
  1477.    position: absolute;
  1478.    top: 0;
  1479.    left: 0;
  1480.    right: 0;
  1481.    bottom: 0;
  1482.    opacity: 0;
  1483.    transition: opacity 0.3s ease;
  1484. }
  1485.  
  1486. .tall-card:hover .image-overlay {
  1487.    opacity: 1;
  1488. }
  1489.  
  1490. .tall-card .card-content {
  1491.    padding: 20px;
  1492.    flex-grow: 1;
  1493.    display: flex;
  1494.    flex-direction: column;
  1495. }
  1496.  
  1497. .tall-card h2 {
  1498.    font-size: 1.5rem;
  1499.    font-weight: 700;
  1500.    color: #2c3e50;
  1501.    margin: 12px 0;
  1502.    line-height: 1.3;
  1503. }
  1504.  
  1505. .tall-card p {
  1506.    color: #7f8c8d;
  1507.    line-height: 1.6;
  1508.    margin-bottom: 1rem;
  1509.    flex-grow: 1;
  1510. }
  1511.  
  1512. /* Square Cards (Center Column) */
  1513. .square-card {
  1514.    position: relative;
  1515.    overflow: hidden;
  1516. }
  1517.  
  1518. .square-card .card-image {
  1519.    height: 180px;
  1520.    position: relative;
  1521. }
  1522.  
  1523. .square-card .card-image img {
  1524.    width: 100%;
  1525.    height: 100%;
  1526.    object-fit: cover;
  1527.    filter: brightness(1.1) saturate(1.2);
  1528.    transition: all 0.4s ease;
  1529. }
  1530.  
  1531. .square-card:hover .card-image img {
  1532.    transform: scale(1.15);
  1533.    filter: brightness(1.2) saturate(1.4);
  1534. }
  1535.  
  1536. .floating-category {
  1537.    position: absolute;
  1538.    top: 15px;
  1539.    right: 15px;
  1540.    padding: 8px 15px;
  1541.    border-radius: 20px;
  1542.    font-size: 0.75rem;
  1543.    text-transform: uppercase;
  1544.    letter-spacing: 1px;
  1545.    backdrop-filter: blur(10px);
  1546.    border: 1px solid rgba(255, 255, 255, 0.3);
  1547. }
  1548.  
  1549. .square-card .card-content.compact {
  1550.    padding: 1.2rem;
  1551. }
  1552.  
  1553. .square-card h3 {
  1554.    font-size: 1.1rem;
  1555.    font-weight: 600;
  1556.    color: #2c3e50;
  1557.    margin-bottom: 10px;
  1558.    line-height: 1.3;
  1559. }
  1560.  
  1561. .mini-meta {
  1562.    font-size: 0.85rem;
  1563.    color: #95a5a6;
  1564. }
  1565.  
  1566. .date-dot {
  1567.    margin-left: 8px;
  1568. }
  1569.  
  1570. /* Featured Card (Right Column) */
  1571. .featured-card {
  1572.    color: white;
  1573.    position: relative;
  1574.    overflow: hidden;
  1575. }
  1576.  
  1577. .featured-card::before {
  1578.    content: '';
  1579.    position: absolute;
  1580.    top: -50%;
  1581.    right: -50%;
  1582.    width: 200%;
  1583.    height: 200%;
  1584.    pointer-events: none;
  1585. }
  1586.  
  1587.  
  1588.  
  1589. .featured-header {
  1590.    padding: 25px 25px 0;
  1591.    position: relative;
  1592. }
  1593.  
  1594. .featured-header h4 {
  1595.    font-size: 0.9rem;
  1596.    text-transform: uppercase;
  1597.    letter-spacing: 2px;
  1598.    margin: 0;
  1599.    opacity: 0.9;
  1600. }
  1601.  
  1602. .featured-line {
  1603.    width: 50px;
  1604.    height: 2px;
  1605.    background: rgba(255, 255, 255, 0.6);
  1606.    margin-top: 10px;
  1607. }
  1608.  
  1609. .featured-img {
  1610.    height: 200px;
  1611.    margin: 1rem;
  1612.    border-radius: 15px;
  1613.    overflow: hidden;
  1614.    position: relative;
  1615. }
  1616.  
  1617. .featured-img img {
  1618.    width: 100%;
  1619.    height: 100%;
  1620.    object-fit: cover;
  1621.    transition: transform 0.5s ease;
  1622. }
  1623.  
  1624. .featured-card:hover .featured-img img {
  1625.    transform: scale(1.1);
  1626. }
  1627.  
  1628. .featured-content {
  1629.    padding: 0 1rem 1.5rem;
  1630. }
  1631.  
  1632. .featured-content h2 {
  1633.    font-size: 1.4rem;
  1634.    font-weight: 700;
  1635.    margin: 15px 0;
  1636.    line-height: 1.3;
  1637. }
  1638.  
  1639. .featured-content p {
  1640.    font-size: 0.95rem;
  1641.    opacity: 0.9;
  1642.    line-height: 1.6;
  1643.    margin-bottom: 1rem;
  1644. }
  1645.  
  1646. /* Category Pills */
  1647. .category-pill {
  1648.    display: inline-block;
  1649.    padding: 6px 16px;
  1650.    border-radius: 20px;
  1651.    font-size: 0.75rem;
  1652.    text-transform: uppercase;
  1653.    letter-spacing: 1px;
  1654.    margin-bottom: 10px;
  1655.    width: fit-content;
  1656. }
  1657.  
  1658. /* Author Sections */
  1659. .author-section {
  1660.    display: flex;
  1661.    align-items: center;
  1662.    gap: 15px;
  1663.    margin-top: auto;
  1664. }
  1665.  
  1666. .author-img {
  1667.    width: 60px;
  1668.    height: 60px;
  1669.    border-radius: 50%;
  1670.    object-fit: cover;
  1671. }
  1672.  
  1673. .author-details {
  1674.    display: flex;
  1675.    flex-direction: column;
  1676. }
  1677.  
  1678. .author-name {
  1679.    font-weight: 600;
  1680. color: #95a5a6;
  1681.    font-size: 16px;
  1682. }
  1683.  
  1684. .author-title {
  1685.    font-size: 0.8rem;
  1686. color: #95a5a6;
  1687.    font-weight: 500;
  1688. }
  1689.  
  1690. .publish-date {
  1691.    font-size: 0.8rem;
  1692.    color: #95a5a6;
  1693.    margin-top: 2px;
  1694. }
  1695.  
  1696. /* Featured Stats */
  1697. .featured-stats {
  1698.    display: flex;
  1699.    gap: 30px;
  1700.    margin: 20px 0;
  1701. }
  1702.  
  1703. .stat-item {
  1704.    text-align: center;
  1705. }
  1706.  
  1707. .stat-number {
  1708.    display: block;
  1709.    font-size: 1.5rem;
  1710.    font-weight: 700;
  1711.    color: white;
  1712. }
  1713.  
  1714. .stat-label {
  1715.    font-size: 0.8rem;
  1716.    opacity: 0.8;
  1717.    text-transform: uppercase;
  1718.    letter-spacing: 1px;
  1719. }
  1720.  
  1721. /* Read More Button */
  1722. .read-more-btn {
  1723.    padding: 0 30px 30px;
  1724. }
  1725.  
  1726. .btn-read {
  1727.    display: inline-block;
  1728.    padding: 12px 30px;
  1729.    background: linear-gradient(45deg, #667eea, #764ba2);
  1730.    color: white;
  1731.    text-decoration: none;
  1732.    border-radius: 20px;
  1733.    font-weight: 600;
  1734.    text-transform: uppercase;
  1735.    letter-spacing: 1px;
  1736.    font-size: 0.85rem;
  1737.    transition: all 0.3s ease;
  1738.    position: relative;
  1739.    overflow: hidden;
  1740. }
  1741.  
  1742. .btn-read::before {
  1743.    content: '';
  1744.    position: absolute;
  1745.    top: 0;
  1746.    left: -100%;
  1747.    width: 100%;
  1748.    height: 100%;
  1749.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1750.    transition: left 0.5s ease;
  1751. }
  1752.  
  1753. .btn-read:hover::before {
  1754.    left: 100%;
  1755. }
  1756.  
  1757. .btn-read:hover {
  1758.    transform: translateY(-2px);
  1759.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1760.    color: white;
  1761. }
  1762.  
  1763. /* Trending Bar */
  1764. .trending-bar {
  1765.    background: white;
  1766.    border-radius: 20px;
  1767.    padding: 25px 35px;
  1768.    display: flex;
  1769.    align-items: center;
  1770.    gap: 30px;
  1771.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1772.    border-left: 5px solid #667eea;
  1773. }
  1774.  
  1775. .trending-header h5 {
  1776.    margin: 0;
  1777.    font-weight: 700;
  1778.    color: #2c3e50;
  1779.    font-size: 1.1rem;
  1780. }
  1781.  
  1782. .trending-tags {
  1783.    display: flex;
  1784.    flex-wrap: wrap;
  1785.    gap: 15px;
  1786. }
  1787.  
  1788. .trend-tag {
  1789.    padding: 8px 18px;
  1790.    background: #f8f9fa;
  1791.    border: 2px solid #e9ecef;
  1792.    border-radius: 20px;
  1793.    font-size: 0.85rem;
  1794.    font-weight: 500;
  1795.    color: #495057;
  1796.    transition: all 0.3s ease;
  1797.    cursor: pointer;
  1798. }
  1799.  
  1800. .trend-tag:hover {
  1801.    background: #667eea;
  1802.    color: white;
  1803.    border-color: #667eea;
  1804.    transform: translateY(-2px);
  1805. }
  1806.  
  1807. /* Responsive Design */
  1808. @media (max-width: 992px) {
  1809.    .tall-card,
  1810.    .featured-card {
  1811.        height: auto;
  1812.        margin-bottom: 30px;
  1813.    }
  1814.    
  1815.  
  1816.    
  1817.    .trending-bar {
  1818.        flex-direction: column;
  1819.        align-items: flex-start;
  1820.        gap: 20px;
  1821.    }
  1822. }
  1823.  
  1824. @media (max-width: 768px) {
  1825.    .blog-hero-v3 {
  1826.        padding: 40px 0;
  1827.    }
  1828.  
  1829.    
  1830.    .trending-tags {
  1831.        justify-content: center;
  1832.    }
  1833.    
  1834.    .featured-stats {
  1835.        justify-content: center;
  1836.    }
  1837. }
  1838. </style>
  1839.  
  1840.  
  1841.  
  1842.  
  1843.        <!-- end of wpo-blog-hero -->
  1844.  
  1845.        <!-- start of wpo-breacking-news -->
  1846.        
  1847.        <!-- end of wpo-breacking-news -->
  1848.        
  1849.        <!-- start wpo-blog-highlights-section -->
  1850.        
  1851.  
  1852.  
  1853.  
  1854.    
  1855.  
  1856.  
  1857. <section class="wpo-blog-highlights-section">
  1858.    <div class="container-fluid fluid-container">
  1859.        <div class="wpo-section-title">
  1860.            
  1861.                <h2>Today's Top Highlights</h2>
  1862.                    
  1863.        </div>
  1864.        <div class="row">
  1865.            <div class="col col-lg-8 col-12">
  1866.                <!-- start wpo-blog-section -->
  1867.                <div class="wpo-blog-highlights-wrap">
  1868.                    <div class="wpo-blog-items">
  1869.                        <div class="row">
  1870.                            
  1871.                            
  1872.                            <div class="col col-lg-6 col-md-6 col-12">
  1873.                                <div class="wpo-blog-item">
  1874.                                    <div class="wpo-blog-img">
  1875.                                        
  1876.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1877.                                        
  1878.                                        <div class="thumb bg-primary-gradient">News</div>
  1879.                                    </div>
  1880.                                    <div class="wpo-blog-content"  >
  1881.                                        <h2>
  1882.                                            <a href="/los-blancos-trent-alexander-arnold-might-return-to-face-his-former-club-in-novembers-european-fixture/" class="top-color">
  1883.                                            Los Blancos&#x27; Trent Alexander-Arnold Might Return to Face His Former Club in November&#x27;s European Fixture
  1884.                                            </a>
  1885.                                        </h2>
  1886.                                        <ul>
  1887.                                            <li>  
  1888.                                                
  1889.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  1890.                                                
  1891.                                            </li>
  1892.                                            <li class="top-color">By Kayla Lewis</li>
  1893.                                            <li class="top-color">18 May 2026</li>
  1894.                                        </ul>
  1895.                                        <p class="top-color"> </p>
  1896.                                    </div>
  1897.                                </div>
  1898.                            </div>
  1899.                        
  1900.                            
  1901.                            
  1902.                            <div class="col col-lg-6 col-md-6 col-12">
  1903.                                <div class="wpo-blog-item">
  1904.                                    <div class="wpo-blog-img">
  1905.                                        
  1906.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1907.                                        
  1908.                                        <div class="thumb bg-primary-gradient">News</div>
  1909.                                    </div>
  1910.                                    <div class="wpo-blog-content"  >
  1911.                                        <h2>
  1912.                                            <a href="/disturbing-recollections-resurface-in-davao-as-investigators-piece-together-bondi-shooting-suspects-time-in-the-city/" class="top-color">
  1913.                                            Disturbing Recollections Resurface in Davao as Investigators Piece Together Bondi Shooting Suspects’ Time in the City
  1914.                                            </a>
  1915.                                        </h2>
  1916.                                        <ul>
  1917.                                            <li>  
  1918.                                                
  1919.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  1920.                                                
  1921.                                            </li>
  1922.                                            <li class="top-color">By Kayla Lewis</li>
  1923.                                            <li class="top-color">18 May 2026</li>
  1924.                                        </ul>
  1925.                                        <p class="top-color"> </p>
  1926.                                    </div>
  1927.                                </div>
  1928.                            </div>
  1929.                        
  1930.                            
  1931.                            
  1932.                            <div class="col col-lg-6 col-md-6 col-12">
  1933.                                <div class="wpo-blog-item">
  1934.                                    <div class="wpo-blog-img">
  1935.                                        
  1936.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1937.                                        
  1938.                                        <div class="thumb bg-primary-gradient">News</div>
  1939.                                    </div>
  1940.                                    <div class="wpo-blog-content"  >
  1941.                                        <h2>
  1942.                                            <a href="/authentic-southern-portugal-discovering-portugal-away-from-the-coastline/" class="top-color">
  1943.                                            Authentic Southern Portugal: Discovering Portugal Away from the Coastline
  1944.                                            </a>
  1945.                                        </h2>
  1946.                                        <ul>
  1947.                                            <li>  
  1948.                                                
  1949.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  1950.                                                
  1951.                                            </li>
  1952.                                            <li class="top-color">By Kayla Lewis</li>
  1953.                                            <li class="top-color">18 May 2026</li>
  1954.                                        </ul>
  1955.                                        <p class="top-color"> </p>
  1956.                                    </div>
  1957.                                </div>
  1958.                            </div>
  1959.                        
  1960.                            
  1961.                            
  1962.                            <div class="col col-lg-6 col-md-6 col-12">
  1963.                                <div class="wpo-blog-item">
  1964.                                    <div class="wpo-blog-img">
  1965.                                        
  1966.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1967.                                        
  1968.                                        <div class="thumb bg-primary-gradient">News</div>
  1969.                                    </div>
  1970.                                    <div class="wpo-blog-content"  >
  1971.                                        <h2>
  1972.                                            <a href="/arsenals-goalkeeper-highlights-teams-strength-as-key-to-multiple-trophy-challenge/" class="top-color">
  1973.                                            Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Key to Multiple Trophy Challenge
  1974.                                            </a>
  1975.                                        </h2>
  1976.                                        <ul>
  1977.                                            <li>  
  1978.                                                
  1979.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  1980.                                                
  1981.                                            </li>
  1982.                                            <li class="top-color">By Kayla Lewis</li>
  1983.                                            <li class="top-color">18 May 2026</li>
  1984.                                        </ul>
  1985.                                        <p class="top-color"> </p>
  1986.                                    </div>
  1987.                                </div>
  1988.                            </div>
  1989.                        
  1990.                            
  1991.                            
  1992.                            <div class="col col-lg-6 col-md-6 col-12">
  1993.                                <div class="wpo-blog-item">
  1994.                                    <div class="wpo-blog-img">
  1995.                                        
  1996.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1997.                                        
  1998.                                        <div class="thumb bg-primary-gradient">News</div>
  1999.                                    </div>
  2000.                                    <div class="wpo-blog-content"  >
  2001.                                        <h2>
  2002.                                            <a href="/will-the-new-zealand-rugby-team-rediscover-their-spark-in-the-upcoming-matches/" class="top-color">
  2003.                                            Will the New Zealand rugby team rediscover their spark in the upcoming matches?
  2004.                                            </a>
  2005.                                        </h2>
  2006.                                        <ul>
  2007.                                            <li>  
  2008.                                                
  2009.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2010.                                                
  2011.                                            </li>
  2012.                                            <li class="top-color">By Kayla Lewis</li>
  2013.                                            <li class="top-color">18 May 2026</li>
  2014.                                        </ul>
  2015.                                        <p class="top-color"> </p>
  2016.                                    </div>
  2017.                                </div>
  2018.                            </div>
  2019.                        
  2020.                            
  2021.                            
  2022.                            <div class="col col-lg-6 col-md-6 col-12">
  2023.                                <div class="wpo-blog-item">
  2024.                                    <div class="wpo-blog-img">
  2025.                                        
  2026.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2027.                                        
  2028.                                        <div class="thumb bg-primary-gradient">News</div>
  2029.                                    </div>
  2030.                                    <div class="wpo-blog-content"  >
  2031.                                        <h2>
  2032.                                            <a href="/his-dominant-shadow-in-athletics-reached-a-peak-in-2025-2026-threatens-to-be-even-bigger/" class="top-color">
  2033.                                            His Dominant Shadow in Athletics Reached A Peak in 2025. 2026 Threatens to Be Even Bigger.
  2034.                                            </a>
  2035.                                        </h2>
  2036.                                        <ul>
  2037.                                            <li>  
  2038.                                                
  2039.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2040.                                                
  2041.                                            </li>
  2042.                                            <li class="top-color">By Kayla Lewis</li>
  2043.                                            <li class="top-color">18 May 2026</li>
  2044.                                        </ul>
  2045.                                        <p class="top-color"> </p>
  2046.                                    </div>
  2047.                                </div>
  2048.                            </div>
  2049.                        
  2050.                            
  2051.                            
  2052.                            <div class="col col-lg-6 col-md-6 col-12">
  2053.                                <div class="wpo-blog-item">
  2054.                                    <div class="wpo-blog-img">
  2055.                                        
  2056.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2057.                                        
  2058.                                        <div class="thumb bg-primary-gradient">News</div>
  2059.                                    </div>
  2060.                                    <div class="wpo-blog-content"  >
  2061.                                        <h2>
  2062.                                            <a href="/we-got-let-go-and-we-accept-it-learn-how-to-find-a-new-role-that-suits-you-personally/" class="top-color">
  2063.                                            We Got Let Go, and We Accept It – Learn How to Find a New Role That Suits You Personally
  2064.                                            </a>
  2065.                                        </h2>
  2066.                                        <ul>
  2067.                                            <li>  
  2068.                                                
  2069.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2070.                                                
  2071.                                            </li>
  2072.                                            <li class="top-color">By Kayla Lewis</li>
  2073.                                            <li class="top-color">18 May 2026</li>
  2074.                                        </ul>
  2075.                                        <p class="top-color"> </p>
  2076.                                    </div>
  2077.                                </div>
  2078.                            </div>
  2079.                        
  2080.                            
  2081.                            
  2082.                            <div class="col col-lg-6 col-md-6 col-12">
  2083.                                <div class="wpo-blog-item">
  2084.                                    <div class="wpo-blog-img">
  2085.                                        
  2086.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2087.                                        
  2088.                                        <div class="thumb bg-primary-gradient">News</div>
  2089.                                    </div>
  2090.                                    <div class="wpo-blog-content"  >
  2091.                                        <h2>
  2092.                                            <a href="/over-60000-run-from-sudans-city-after-capture-by-rsf-militia-united-nations-reports/" class="top-color">
  2093.                                            Over 60,000 Run from Sudan&#x27;s City After Capture by RSF Militia, United Nations Reports
  2094.                                            </a>
  2095.                                        </h2>
  2096.                                        <ul>
  2097.                                            <li>  
  2098.                                                
  2099.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2100.                                                
  2101.                                            </li>
  2102.                                            <li class="top-color">By Kayla Lewis</li>
  2103.                                            <li class="top-color">17 May 2026</li>
  2104.                                        </ul>
  2105.                                        <p class="top-color"> </p>
  2106.                                    </div>
  2107.                                </div>
  2108.                            </div>
  2109.                        
  2110.                            
  2111.                            
  2112.                            <div class="col col-lg-6 col-md-6 col-12">
  2113.                                <div class="wpo-blog-item">
  2114.                                    <div class="wpo-blog-img">
  2115.                                        
  2116.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2117.                                        
  2118.                                        <div class="thumb bg-primary-gradient">News</div>
  2119.                                    </div>
  2120.                                    <div class="wpo-blog-content"  >
  2121.                                        <h2>
  2122.                                            <a href="/exercise-while-you-work-10-fitness-enhancing-workplace-movements-you-can-do-in-normal-outfits/" class="top-color">
  2123.                                            Exercise while you work? 10 fitness-enhancing workplace movements you can do in normal outfits
  2124.                                            </a>
  2125.                                        </h2>
  2126.                                        <ul>
  2127.                                            <li>  
  2128.                                                
  2129.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2130.                                                
  2131.                                            </li>
  2132.                                            <li class="top-color">By Kayla Lewis</li>
  2133.                                            <li class="top-color">17 May 2026</li>
  2134.                                        </ul>
  2135.                                        <p class="top-color"> </p>
  2136.                                    </div>
  2137.                                </div>
  2138.                            </div>
  2139.                        
  2140.                            
  2141.                            
  2142.                            <div class="col col-lg-6 col-md-6 col-12">
  2143.                                <div class="wpo-blog-item">
  2144.                                    <div class="wpo-blog-img">
  2145.                                        
  2146.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2147.                                        
  2148.                                        <div class="thumb bg-primary-gradient">News</div>
  2149.                                    </div>
  2150.                                    <div class="wpo-blog-content"  >
  2151.                                        <h2>
  2152.                                            <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-breathtaking-first-person-mode/" class="top-color">
  2153.                                            Anno 117 Pax Romana&#x27;s Top Secret Reveals Itself as a Breathtaking First-Person Mode.
  2154.                                            </a>
  2155.                                        </h2>
  2156.                                        <ul>
  2157.                                            <li>  
  2158.                                                
  2159.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2160.                                                
  2161.                                            </li>
  2162.                                            <li class="top-color">By Kayla Lewis</li>
  2163.                                            <li class="top-color">17 May 2026</li>
  2164.                                        </ul>
  2165.                                        <p class="top-color"> </p>
  2166.                                    </div>
  2167.                                </div>
  2168.                            </div>
  2169.                        
  2170.                            
  2171.                            
  2172.                            <div class="col col-lg-6 col-md-6 col-12">
  2173.                                <div class="wpo-blog-item">
  2174.                                    <div class="wpo-blog-img">
  2175.                                        
  2176.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2177.                                        
  2178.                                        <div class="thumb bg-primary-gradient">News</div>
  2179.                                    </div>
  2180.                                    <div class="wpo-blog-content"  >
  2181.                                        <h2>
  2182.                                            <a href="/trump-says-largely-parties-are-aligned-on-subsequent-phases-of-peace-deal-in-gaza/" class="top-color">
  2183.                                            Trump Says &#x27;Largely, Parties Are Aligned&#x27; on Subsequent Phases of Peace Deal in Gaza
  2184.                                            </a>
  2185.                                        </h2>
  2186.                                        <ul>
  2187.                                            <li>  
  2188.                                                
  2189.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2190.                                                
  2191.                                            </li>
  2192.                                            <li class="top-color">By Kayla Lewis</li>
  2193.                                            <li class="top-color">17 May 2026</li>
  2194.                                        </ul>
  2195.                                        <p class="top-color"> </p>
  2196.                                    </div>
  2197.                                </div>
  2198.                            </div>
  2199.                        
  2200.                            
  2201.                            
  2202.                            <div class="col col-lg-6 col-md-6 col-12">
  2203.                                <div class="wpo-blog-item">
  2204.                                    <div class="wpo-blog-img">
  2205.                                        
  2206.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2207.                                        
  2208.                                        <div class="thumb bg-primary-gradient">News</div>
  2209.                                    </div>
  2210.                                    <div class="wpo-blog-content"  >
  2211.                                        <h2>
  2212.                                            <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-heavy-metal-band-castle-rat/" class="top-color">
  2213.                                            ‘I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Heavy Metal Band Castle Rat
  2214.                                            </a>
  2215.                                        </h2>
  2216.                                        <ul>
  2217.                                            <li>  
  2218.                                                
  2219.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;">
  2220.                                                
  2221.                                            </li>
  2222.                                            <li class="top-color">By Kayla Lewis</li>
  2223.                                            <li class="top-color">17 May 2026</li>
  2224.                                        </ul>
  2225.                                        <p class="top-color"> </p>
  2226.                                    </div>
  2227.                                </div>
  2228.                            </div>
  2229.                        
  2230.                            
  2231.                            
  2232.  
  2233.                        </div>
  2234.                    </div>
  2235.                </div>
  2236.                <!-- end wpo-blog-section -->
  2237.            </div>
  2238.  
  2239.            <div class="col col-lg-4 col-12">
  2240.                
  2241.  
  2242.  
  2243.  
  2244.    
  2245.  
  2246.  
  2247. <!-- Blog Sidebar V2 - Focused Design -->
  2248.  <div class="sidebar mb-3">
  2249.    <!-- Recent Posts Section -->
  2250.    <div class="sidebar-widget mb-4">
  2251.      <div class="widget-title-wrapper mb-3">
  2252.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2253.          <i class="ti-time me-2"></i>Recent Posts
  2254.          <span class="title-arrow-primary"></span>
  2255.        </h4>
  2256.      </div>
  2257.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2258.        <div class="recent-post-list">
  2259.          
  2260.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2261.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2262.                
  2263.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2264.                
  2265.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2266.            </div>
  2267.            <div class="post-content flex-grow-1">
  2268.              <h6 class="post-title mb-2">
  2269.                 <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2270.                                            What Kind of Figure is Al Carns? Ex-Royal Marine and Labour Minister with Ambitions on the Top Job
  2271.                                            </a>
  2272.              </h6>
  2273.              <div class="post-meta mb-3">
  2274.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2275.                <!-- <small class="text-muted">
  2276.                  <i class="ti-eye me-1"></i>348 views
  2277.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2278.                </small> -->
  2279.              </div>
  2280.            </div>
  2281.          </div>
  2282.          
  2283.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2284.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2285.                
  2286.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2287.                
  2288.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2289.            </div>
  2290.            <div class="post-content flex-grow-1">
  2291.              <h6 class="post-title mb-2">
  2292.                 <a href="/crans-montana-fire-survivors-receive-care-in-specialist-clinics-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2293.                                            Crans-Montana Fire Survivors Receive Care in Specialist Clinics Across Europe
  2294.                                            </a>
  2295.              </h6>
  2296.              <div class="post-meta mb-3">
  2297.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2298.                <!-- <small class="text-muted">
  2299.                  <i class="ti-eye me-1"></i>348 views
  2300.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2301.                </small> -->
  2302.              </div>
  2303.            </div>
  2304.          </div>
  2305.          
  2306.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2307.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2308.                
  2309.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2310.                
  2311.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2312.            </div>
  2313.            <div class="post-content flex-grow-1">
  2314.              <h6 class="post-title mb-2">
  2315.                 <a href="/leaders-salute-leaders-as-trump-gives-the-mayor-elect-a-friendly-welcome/" class="text-decoration-none top-color fw-semibold lh-sm">
  2316.                                            Leaders Salute Leaders as Trump Gives The Mayor-Elect a Friendly Welcome
  2317.                                            </a>
  2318.              </h6>
  2319.              <div class="post-meta mb-3">
  2320.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2321.                <!-- <small class="text-muted">
  2322.                  <i class="ti-eye me-1"></i>348 views
  2323.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2324.                </small> -->
  2325.              </div>
  2326.            </div>
  2327.          </div>
  2328.          
  2329.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2330.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2331.                
  2332.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2333.                
  2334.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2335.            </div>
  2336.            <div class="post-content flex-grow-1">
  2337.              <h6 class="post-title mb-2">
  2338.                 <a href="/the-ten-year-affair-from-erin-somers-the-midlife-adultery-story-this-generation-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  2339.                                            The Ten Year Affair from Erin Somers: The Midlife Adultery Story This Generation Has Earned.
  2340.                                            </a>
  2341.              </h6>
  2342.              <div class="post-meta mb-3">
  2343.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2344.                <!-- <small class="text-muted">
  2345.                  <i class="ti-eye me-1"></i>348 views
  2346.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2347.                </small> -->
  2348.              </div>
  2349.            </div>
  2350.          </div>
  2351.          
  2352.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2353.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2354.                
  2355.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2356.                
  2357.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2358.            </div>
  2359.            <div class="post-content flex-grow-1">
  2360.              <h6 class="post-title mb-2">
  2361.                 <a href="/leader-zelensky-declares-ukraine-is-10-off-from-peace-yet-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  2362.                                            Leader Zelensky Declares Ukraine Is 10% Off from Peace, Yet Not at Any Possible Price
  2363.                                            </a>
  2364.              </h6>
  2365.              <div class="post-meta mb-3">
  2366.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2367.                <!-- <small class="text-muted">
  2368.                  <i class="ti-eye me-1"></i>348 views
  2369.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2370.                </small> -->
  2371.              </div>
  2372.            </div>
  2373.          </div>
  2374.          
  2375.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2376.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2377.                
  2378.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2379.                
  2380.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2381.            </div>
  2382.            <div class="post-content flex-grow-1">
  2383.              <h6 class="post-title mb-2">
  2384.                 <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2385.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track
  2386.                                            </a>
  2387.              </h6>
  2388.              <div class="post-meta mb-3">
  2389.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2390.                <!-- <small class="text-muted">
  2391.                  <i class="ti-eye me-1"></i>348 views
  2392.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2393.                </small> -->
  2394.              </div>
  2395.            </div>
  2396.          </div>
  2397.          
  2398.  
  2399.        </div>
  2400.  
  2401.        <div class="text-center mt-4 pt-3 border-top border-light">
  2402.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2403.        </div>
  2404.      </div>
  2405.    </div>
  2406.  
  2407.    
  2408.    <div class="sidebar-widget mb-4">
  2409.      <div class="widget-title-wrapper mb-3">
  2410.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2411.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2412.          <span class="title-arrow"></span>
  2413.        </h4>
  2414.      </div>
  2415.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2416.        <div class="blog-roll-list scrollable-sidebar">
  2417.          
  2418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2419.            <a href="https://leyendabk.com/" rel="dofollow" class="text-decoration-none ">
  2420.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2421.                <i class="ti-angle-right me-2 text-primary"></i>
  2422.                top casino sites
  2423.              </h6>
  2424.            </a>
  2425.          </div>
  2426.          
  2427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2428.            <a href="https://www.tikkun.org/" rel="dofollow" class="text-decoration-none ">
  2429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2430.                <i class="ti-angle-right me-2 text-primary"></i>
  2431.                online casino usa
  2432.              </h6>
  2433.            </a>
  2434.          </div>
  2435.          
  2436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/" rel="dofollow" class="text-decoration-none ">
  2438.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.                <i class="ti-angle-right me-2 text-primary"></i>
  2440.                world cup betting
  2441.              </h6>
  2442.            </a>
  2443.          </div>
  2444.          
  2445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.            <a href="https://differentneedzfoundation.org/" rel="dofollow" class="text-decoration-none ">
  2447.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.                <i class="ti-angle-right me-2 text-primary"></i>
  2449.                best sweepstakes casinos
  2450.              </h6>
  2451.            </a>
  2452.          </div>
  2453.          
  2454.      </div>
  2455.    </div>
  2456.    
  2457.    <div class="sidebar-widget mb-4">
  2458.      <div class="widget-title-wrapper mb-3">
  2459.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2460.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2461.          <span class="title-arrow"></span>
  2462.        </h4>
  2463.      </div>
  2464.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2465.        <div class="blog-roll-list scrollable-sidebar">
  2466.          
  2467.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2468.            <a href="https://www.quandora.com/" rel="dofollow" class="text-decoration-none ">
  2469.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2470.                <i class="ti-angle-right me-2 text-primary"></i>
  2471.                sweeps coins casino
  2472.              </h6>
  2473.            </a>
  2474.          </div>
  2475.          
  2476.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2477.            <a href="https://gaslampfoundation.org/" rel="dofollow" class="text-decoration-none ">
  2478.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2479.                <i class="ti-angle-right me-2 text-primary"></i>
  2480.                online casinos
  2481.              </h6>
  2482.            </a>
  2483.          </div>
  2484.          
  2485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2486.            <a href="https://n4g.com/us/online-casinos/offshore/" rel="dofollow" class="text-decoration-none ">
  2487.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2488.                <i class="ti-angle-right me-2 text-primary"></i>
  2489.                offshore casino
  2490.              </h6>
  2491.            </a>
  2492.          </div>
  2493.          
  2494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2495.            <a href="https://prophetsofrage.com/" rel="dofollow" class="text-decoration-none ">
  2496.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2497.                <i class="ti-angle-right me-2 text-primary"></i>
  2498.                crypto casinos
  2499.              </h6>
  2500.            </a>
  2501.          </div>
  2502.          
  2503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2504.            <a href="https://ebbp.org/" rel="dofollow" class="text-decoration-none ">
  2505.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2506.                <i class="ti-angle-right me-2 text-primary"></i>
  2507.                online poker sites
  2508.              </h6>
  2509.            </a>
  2510.          </div>
  2511.          
  2512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2513.            <a href="https://www.english-for-students.com/" rel="dofollow" class="text-decoration-none ">
  2514.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2515.                <i class="ti-angle-right me-2 text-primary"></i>
  2516.                no kyc crypto casinos
  2517.              </h6>
  2518.            </a>
  2519.          </div>
  2520.          
  2521.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2522.            <a href="https://carolinapartners.com/" rel="dofollow" class="text-decoration-none ">
  2523.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2524.                <i class="ti-angle-right me-2 text-primary"></i>
  2525.                sweepstakes casinos
  2526.              </h6>
  2527.            </a>
  2528.          </div>
  2529.          
  2530.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2531.            <a href="https://www.valuewalk.com/cryptocurrency/best-tether-casinos/" rel="dofollow" class="text-decoration-none ">
  2532.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2533.                <i class="ti-angle-right me-2 text-primary"></i>
  2534.                usdt casino
  2535.              </h6>
  2536.            </a>
  2537.          </div>
  2538.          
  2539.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2540.            <a href="https://danceviewtimes.com/" rel="dofollow" class="text-decoration-none ">
  2541.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2542.                <i class="ti-angle-right me-2 text-primary"></i>
  2543.                betting sites
  2544.              </h6>
  2545.            </a>
  2546.          </div>
  2547.          
  2548.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2549.            <a href="https://americarisingpac.org/" rel="dofollow" class="text-decoration-none ">
  2550.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2551.                <i class="ti-angle-right me-2 text-primary"></i>
  2552.                fast withdrawal casinos
  2553.              </h6>
  2554.            </a>
  2555.          </div>
  2556.          
  2557.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2558.            <a href="https://www.bigstepforbiglots.com/" rel="dofollow" class="text-decoration-none ">
  2559.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2560.                <i class="ti-angle-right me-2 text-primary"></i>
  2561.                poker online
  2562.              </h6>
  2563.            </a>
  2564.          </div>
  2565.          
  2566.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2567.            <a href="https://carroll-county.net/" rel="dofollow" class="text-decoration-none ">
  2568.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2569.                <i class="ti-angle-right me-2 text-primary"></i>
  2570.                online casinos
  2571.              </h6>
  2572.            </a>
  2573.          </div>
  2574.          
  2575.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2576.            <a href="https://www.productmanagementtoday.com/" rel="dofollow" class="text-decoration-none ">
  2577.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2578.                <i class="ti-angle-right me-2 text-primary"></i>
  2579.                online casino
  2580.              </h6>
  2581.            </a>
  2582.          </div>
  2583.          
  2584.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2585.            <a href="https://www.vbprofiles.com/" rel="dofollow" class="text-decoration-none ">
  2586.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2587.                <i class="ti-angle-right me-2 text-primary"></i>
  2588.                sports betting sites
  2589.              </h6>
  2590.            </a>
  2591.          </div>
  2592.          
  2593.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2594.            <a href="https://www.ginx.tv/en/betting/new-york" rel="dofollow" class="text-decoration-none ">
  2595.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2596.                <i class="ti-angle-right me-2 text-primary"></i>
  2597.                new york sports betting
  2598.              </h6>
  2599.            </a>
  2600.          </div>
  2601.          
  2602.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2603.            <a href="https://www.gamesreviews.com/casino/arizona/" rel="dofollow" class="text-decoration-none ">
  2604.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2605.                <i class="ti-angle-right me-2 text-primary"></i>
  2606.                best online casino arizona
  2607.              </h6>
  2608.            </a>
  2609.          </div>
  2610.          
  2611.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2612.            <a href="https://starfestdenver.com/" rel="dofollow" class="text-decoration-none ">
  2613.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2614.                <i class="ti-angle-right me-2 text-primary"></i>
  2615.                best crypto casinos
  2616.              </h6>
  2617.            </a>
  2618.          </div>
  2619.          
  2620.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2621.            <a href="https://tradestjamco.com/" rel="dofollow" class="text-decoration-none ">
  2622.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2623.                <i class="ti-angle-right me-2 text-primary"></i>
  2624.                online casino ny
  2625.              </h6>
  2626.            </a>
  2627.          </div>
  2628.          
  2629.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2630.            <a href="https://casinobeats.com/online-casinos/fast-withdrawal-casinos/" rel="dofollow" class="text-decoration-none ">
  2631.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2632.                <i class="ti-angle-right me-2 text-primary"></i>
  2633.                fastest payout online casino
  2634.              </h6>
  2635.            </a>
  2636.          </div>
  2637.          
  2638.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.            <a href="https://leadmonk.io/" rel="dofollow" class="text-decoration-none ">
  2640.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2641.                <i class="ti-angle-right me-2 text-primary"></i>
  2642.                no kyc casinos
  2643.              </h6>
  2644.            </a>
  2645.          </div>
  2646.          
  2647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2648.            <a href="https://www.voicesfromthebalcony.com/" rel="dofollow" class="text-decoration-none ">
  2649.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2650.                <i class="ti-angle-right me-2 text-primary"></i>
  2651.                online casino
  2652.              </h6>
  2653.            </a>
  2654.          </div>
  2655.          
  2656.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.            <a href="https://rumbatime.com/" rel="dofollow" class="text-decoration-none ">
  2658.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2659.                <i class="ti-angle-right me-2 text-primary"></i>
  2660.                online casinos
  2661.              </h6>
  2662.            </a>
  2663.          </div>
  2664.          
  2665.      </div>
  2666.    </div>
  2667.    
  2668.    <div class="sidebar-widget mb-4">
  2669.      <div class="widget-title-wrapper mb-3">
  2670.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2671.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2672.          <span class="title-arrow"></span>
  2673.        </h4>
  2674.      </div>
  2675.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2676.        <div class="blog-roll-list scrollable-sidebar">
  2677.          
  2678.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2679.            <a href="https://www.videogamer.com/casino/online-casinos/" rel="dofollow" class="text-decoration-none ">
  2680.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2681.                <i class="ti-angle-right me-2 text-primary"></i>
  2682.                online casino
  2683.              </h6>
  2684.            </a>
  2685.          </div>
  2686.          
  2687.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2688.            <a href="https://philadelphiaofficeofhomelessservices.org/" rel="dofollow" class="text-decoration-none ">
  2689.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2690.                <i class="ti-angle-right me-2 text-primary"></i>
  2691.                sweepstakes casino
  2692.              </h6>
  2693.            </a>
  2694.          </div>
  2695.          
  2696.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2697.            <a href="https://kindnesscollective.com/" rel="dofollow" class="text-decoration-none ">
  2698.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2699.                <i class="ti-angle-right me-2 text-primary"></i>
  2700.                online casino
  2701.              </h6>
  2702.            </a>
  2703.          </div>
  2704.          
  2705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.            <a href="https://primarycareprogress.org/" rel="dofollow" class="text-decoration-none ">
  2707.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.                <i class="ti-angle-right me-2 text-primary"></i>
  2709.                best online poker sites
  2710.              </h6>
  2711.            </a>
  2712.          </div>
  2713.          
  2714.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2715.            <a href="https://arizonasonoranewsservice.com/" rel="dofollow" class="text-decoration-none ">
  2716.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2717.                <i class="ti-angle-right me-2 text-primary"></i>
  2718.                sweepstakes casino
  2719.              </h6>
  2720.            </a>
  2721.          </div>
  2722.          
  2723.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2724.            <a href="https://www.videogamer.com/casino/offshore-casinos/" rel="dofollow" class="text-decoration-none ">
  2725.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2726.                <i class="ti-angle-right me-2 text-primary"></i>
  2727.                online casino real money
  2728.              </h6>
  2729.            </a>
  2730.          </div>
  2731.          
  2732.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2733.            <a href="https://10000ft.com/" rel="dofollow" class="text-decoration-none ">
  2734.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2735.                <i class="ti-angle-right me-2 text-primary"></i>
  2736.                online casinos
  2737.              </h6>
  2738.            </a>
  2739.          </div>
  2740.          
  2741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.            <a href="https://www.sportscasting.com/online-poker-sites/crypto/" rel="dofollow" class="text-decoration-none ">
  2743.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2744.                <i class="ti-angle-right me-2 text-primary"></i>
  2745.                online poker bitcoin
  2746.              </h6>
  2747.            </a>
  2748.          </div>
  2749.          
  2750.      </div>
  2751.    </div>
  2752.    
  2753.    <div class="sidebar-widget mb-4">
  2754.      <div class="widget-title-wrapper mb-3">
  2755.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2756.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  2757.          <span class="title-arrow"></span>
  2758.        </h4>
  2759.      </div>
  2760.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2761.        <div class="blog-roll-list scrollable-sidebar">
  2762.          
  2763.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.            <a href="https://www.architectureandvision.com/" rel="dofollow" class="text-decoration-none ">
  2765.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.                <i class="ti-angle-right me-2 text-primary"></i>
  2767.                montana online casinos
  2768.              </h6>
  2769.            </a>
  2770.          </div>
  2771.          
  2772.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2773.            <a href="https://www.sportscasting.com/casino/new-york/" rel="dofollow" class="text-decoration-none ">
  2774.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2775.                <i class="ti-angle-right me-2 text-primary"></i>
  2776.                new york online casino
  2777.              </h6>
  2778.            </a>
  2779.          </div>
  2780.          
  2781.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2782.            <a href="https://batman-news.com/" rel="dofollow" class="text-decoration-none ">
  2783.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2784.                <i class="ti-angle-right me-2 text-primary"></i>
  2785.                best online slots
  2786.              </h6>
  2787.            </a>
  2788.          </div>
  2789.          
  2790.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2791.            <a href="https://www.funai.us/" rel="dofollow" class="text-decoration-none ">
  2792.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2793.                <i class="ti-angle-right me-2 text-primary"></i>
  2794.                best online poker real money
  2795.              </h6>
  2796.            </a>
  2797.          </div>
  2798.          
  2799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.            <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774" rel="dofollow" class="text-decoration-none ">
  2801.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.                <i class="ti-angle-right me-2 text-primary"></i>
  2803.                chicken road game casino
  2804.              </h6>
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://www.dcwatch.com/" rel="dofollow" class="text-decoration-none ">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                sports betting apps
  2813.              </h6>
  2814.            </a>
  2815.          </div>
  2816.          
  2817.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2818.            <a href="https://theemeraldcup.com/" rel="dofollow" class="text-decoration-none ">
  2819.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2820.                <i class="ti-angle-right me-2 text-primary"></i>
  2821.                best slots to play online for real money
  2822.              </h6>
  2823.            </a>
  2824.          </div>
  2825.          
  2826.      </div>
  2827.    </div>
  2828.    
  2829.  </div>
  2830.  
  2831. <!-- Sidebar V2 Styles -->
  2832. <style>
  2833.  .sidebar-widget {
  2834.    position: relative;
  2835.  }
  2836.  
  2837.  .widget-title {
  2838.    font-size: 1.1rem;
  2839.    font-weight: 700;
  2840.    display: inline-block;
  2841.    position: relative;
  2842.    z-index: 2;
  2843.    border-radius: 0;
  2844.  }
  2845.  
  2846.  /* Green arrow for August Blog Roll */
  2847.  .title-arrow::after {
  2848.    content: '';
  2849.    position: absolute;
  2850.    top: 0;
  2851.    right: -22px;
  2852.    width: 0;
  2853.    height: 0;
  2854.    border-left: 22px solid var(--bs-primary);
  2855.    border-top: 22px solid transparent;
  2856.    border-bottom: 22px solid transparent;
  2857.    z-index: 1;
  2858.  }
  2859.  
  2860.  /* Blue arrow for Recent Posts */
  2861.  .title-arrow-primary::after {
  2862.    content: '';
  2863.    position: absolute;
  2864.    top: 0;
  2865.    right: -22px;
  2866.    width: 0;
  2867.    height: 0;
  2868.    border-left: 22px solid var(--bs-primary);
  2869.    border-top: 22px solid transparent;
  2870.    border-bottom: 22px solid transparent;
  2871.    z-index: 1;
  2872.  }
  2873.  
  2874.  .widget-content {
  2875.    margin-top: -1px;
  2876.    position: relative;
  2877.    z-index: 1;
  2878.     background-color: var(--card-bg);
  2879.  }
  2880.  
  2881.  /* Blog Roll Items Hover Effects */
  2882.  .blog-roll-item:hover .blog-title {
  2883.    color: #198754 !important;
  2884.    transform: translateX(5px);
  2885.    transition: all 0.3s ease;
  2886.  }
  2887.  
  2888.  /* Recent Post Items Hover Effects */
  2889.  .recent-post-item:hover .post-title a {
  2890.    color: #0d6efd !important;
  2891.    transition: color 0.3s ease;
  2892.  }
  2893.  
  2894.  .recent-post-item:hover .post-image img {
  2895.    transform: scale(1.05);
  2896.    transition: transform 0.3s ease;
  2897.  }
  2898.  
  2899.  /* Button Hover Effects */
  2900.  .btn:hover {
  2901.    transform: translateY(-2px);
  2902.    transition: all 0.3s ease;
  2903.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2904.  }
  2905.  
  2906.  /* Badge Hover Effects */
  2907.  .badge:hover {
  2908.    transform: scale(1.05);
  2909.    transition: transform 0.3s ease;
  2910.  }
  2911.  
  2912.  @media (max-width: 991px) {
  2913.    .sidebar {
  2914.      margin-top: 3rem;
  2915.    }
  2916.  }
  2917.  
  2918.  @media (max-width: 576px) {
  2919.    .widget-title {
  2920.      font-size: 1rem;
  2921.      padding: 0.75rem 1rem !important;
  2922.    }
  2923.  
  2924.    .title-arrow::after,
  2925.    .title-arrow-primary::after {
  2926.      right: -18px;
  2927.      border-left-width: 18px;
  2928.      border-top-width: 18px;
  2929.      border-bottom-width: 18px;
  2930.    }
  2931.  
  2932.    .post-image {
  2933.      width: 70px !important;
  2934.      height: 55px !important;
  2935.    }
  2936.  
  2937.    .blog-meta {
  2938.      flex-direction: column !important;
  2939.      align-items: flex-start !important;
  2940.      gap: 0.5rem;
  2941.    }
  2942.  }
  2943. </style>
  2944.  
  2945.    
  2946.            </div>
  2947.        </div>
  2948.    </div> <!-- end container -->
  2949. </section>
  2950.  
  2951.    
  2952.        
  2953.        <!-- end wpo-blog-highlights-section -->
  2954.        <!-- start wpo-blog-sponsored-section -->
  2955.        
  2956.  
  2957.  
  2958.  
  2959.    
  2960.  
  2961.  
  2962.  
  2963. <style>
  2964.    .sponsored-section-v2 {
  2965.        padding: 0 0 60px;
  2966.    }
  2967.    
  2968.    .sponsored-card-v2 {
  2969.        background: var(--body-bg);
  2970.        border-radius: 12px;
  2971.        overflow: hidden;
  2972.        transition: all 0.3s ease;
  2973.        border: none;
  2974.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  2975.        height: 100%;
  2976.    }
  2977.    
  2978.    .sponsored-card-v2:hover {
  2979.        transform: translateY(-4px);
  2980.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  2981.    }
  2982.    
  2983.    .sponsored-image-v2 {
  2984.        position: relative;
  2985.        overflow: hidden;
  2986.        height: 180px;
  2987.    }
  2988.    
  2989.    .sponsored-image-v2 img {
  2990.        width: 100%;
  2991.        height: 100%;
  2992.        object-fit: cover;
  2993.        transition: transform 0.3s ease;
  2994.    }
  2995.    
  2996.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  2997.        transform: scale(1.05);
  2998.    }
  2999.    
  3000.    .sponsored-badge-v2 {
  3001.        position: absolute;
  3002.        top: 12px;
  3003.        left: 12px;
  3004.        padding: 6px 12px;
  3005.        border-radius: 15px;
  3006.        font-size: 10px;
  3007.        font-weight: 600;
  3008.        text-transform: uppercase;
  3009.        letter-spacing: 0.5px;
  3010.        color: white;
  3011.    }
  3012.    
  3013.    .sponsored-content-v2 {
  3014.        padding: 20px;
  3015.    }
  3016.    
  3017.    .sponsored-title-v2 {
  3018.        font-size: 16px;
  3019.        font-weight: 600;
  3020.        line-height: 1.4;
  3021.        margin-bottom: 15px;
  3022.        min-height: 44px;
  3023.    }
  3024.    
  3025.    .sponsored-title-v2 a {
  3026.        text-decoration: none;
  3027.        transition: color 0.3s ease;
  3028.    }
  3029.    
  3030.    .sponsored-meta-v2 {
  3031.        display: flex;
  3032.        align-items: center;
  3033.        gap: 10px;
  3034.        font-size: 12px;
  3035.    }
  3036.    
  3037.    .sponsored-author-img-v2 {
  3038.        width: 28px;
  3039.        height: 28px;
  3040.        border-radius: 50%;
  3041.        object-fit: cover;
  3042.    }
  3043.    
  3044.    .section-title-sponsored-v2 {
  3045.        font-size: 2.5rem;
  3046.        font-weight: 700;
  3047.        text-align: center;
  3048.        margin-bottom: 20px;
  3049.        text-transform: capitalize;
  3050.    }
  3051.  
  3052.    @media (max-width: 768px) {
  3053.        .sponsored-section-v2 {
  3054.            padding: 0px 0 40px;
  3055.        }
  3056.        .section-title-sponsored-v2 {
  3057.            font-size: 2rem;
  3058.        }
  3059.        .sponsored-content-v2 {
  3060.            padding: 16px;
  3061.        }
  3062.    }
  3063. </style>
  3064.  
  3065. <section class="sponsored-section-v2">
  3066.    <div class="container-fluid fluid-container">
  3067.        <div class="row">
  3068.            <div class="col-12">
  3069.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3070.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3071.            </div>
  3072.        </div>
  3073.        
  3074.        <div class="row g-4">
  3075.            
  3076.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3077.                <div class="card sponsored-card-v2">
  3078.                    <div class="sponsored-image-v2">
  3079.                        
  3080.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3081.                        
  3082.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3083.                    </div>
  3084.                    <div class="sponsored-content-v2">
  3085.                        <h3 class="sponsored-title-v2">
  3086.                            <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="top-color">
  3087.                            What Kind of Figure is Al Carns? Ex-Royal Marine and Labour Minister with Ambitions on the Top Job
  3088.                            </a>
  3089.                        </h3>
  3090.                        <div class="sponsored-meta-v2">
  3091.                            
  3092.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3093.                            
  3094.                            <span class="top-color">By Kayla Lewis</span>
  3095.                            <span class="top-color">•</span>
  3096.                            <span class="top-color">17 May 2026</span>
  3097.                        </div>
  3098.                    </div>
  3099.                </div>
  3100.            </div>
  3101.            
  3102.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3103.                <div class="card sponsored-card-v2">
  3104.                    <div class="sponsored-image-v2">
  3105.                        
  3106.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3107.                        
  3108.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3109.                    </div>
  3110.                    <div class="sponsored-content-v2">
  3111.                        <h3 class="sponsored-title-v2">
  3112.                            <a href="/crans-montana-fire-survivors-receive-care-in-specialist-clinics-across-europe/" class="top-color">
  3113.                            Crans-Montana Fire Survivors Receive Care in Specialist Clinics Across Europe
  3114.                            </a>
  3115.                        </h3>
  3116.                        <div class="sponsored-meta-v2">
  3117.                            
  3118.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3119.                            
  3120.                            <span class="top-color">By Kayla Lewis</span>
  3121.                            <span class="top-color">•</span>
  3122.                            <span class="top-color">17 May 2026</span>
  3123.                        </div>
  3124.                    </div>
  3125.                </div>
  3126.            </div>
  3127.            
  3128.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3129.                <div class="card sponsored-card-v2">
  3130.                    <div class="sponsored-image-v2">
  3131.                        
  3132.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3133.                        
  3134.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3135.                    </div>
  3136.                    <div class="sponsored-content-v2">
  3137.                        <h3 class="sponsored-title-v2">
  3138.                            <a href="/leaders-salute-leaders-as-trump-gives-the-mayor-elect-a-friendly-welcome/" class="top-color">
  3139.                            Leaders Salute Leaders as Trump Gives The Mayor-Elect a Friendly Welcome
  3140.                            </a>
  3141.                        </h3>
  3142.                        <div class="sponsored-meta-v2">
  3143.                            
  3144.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3145.                            
  3146.                            <span class="top-color">By Kayla Lewis</span>
  3147.                            <span class="top-color">•</span>
  3148.                            <span class="top-color">17 May 2026</span>
  3149.                        </div>
  3150.                    </div>
  3151.                </div>
  3152.            </div>
  3153.            
  3154.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3155.                <div class="card sponsored-card-v2">
  3156.                    <div class="sponsored-image-v2">
  3157.                        
  3158.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3159.                        
  3160.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3161.                    </div>
  3162.                    <div class="sponsored-content-v2">
  3163.                        <h3 class="sponsored-title-v2">
  3164.                            <a href="/the-ten-year-affair-from-erin-somers-the-midlife-adultery-story-this-generation-has-earned/" class="top-color">
  3165.                            The Ten Year Affair from Erin Somers: The Midlife Adultery Story This Generation Has Earned.
  3166.                            </a>
  3167.                        </h3>
  3168.                        <div class="sponsored-meta-v2">
  3169.                            
  3170.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3171.                            
  3172.                            <span class="top-color">By Kayla Lewis</span>
  3173.                            <span class="top-color">•</span>
  3174.                            <span class="top-color">16 May 2026</span>
  3175.                        </div>
  3176.                    </div>
  3177.                </div>
  3178.            </div>
  3179.            
  3180.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3181.                <div class="card sponsored-card-v2">
  3182.                    <div class="sponsored-image-v2">
  3183.                        
  3184.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3185.                        
  3186.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3187.                    </div>
  3188.                    <div class="sponsored-content-v2">
  3189.                        <h3 class="sponsored-title-v2">
  3190.                            <a href="/leader-zelensky-declares-ukraine-is-10-off-from-peace-yet-not-at-any-possible-price/" class="top-color">
  3191.                            Leader Zelensky Declares Ukraine Is 10% Off from Peace, Yet Not at Any Possible Price
  3192.                            </a>
  3193.                        </h3>
  3194.                        <div class="sponsored-meta-v2">
  3195.                            
  3196.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3197.                            
  3198.                            <span class="top-color">By Kayla Lewis</span>
  3199.                            <span class="top-color">•</span>
  3200.                            <span class="top-color">16 May 2026</span>
  3201.                        </div>
  3202.                    </div>
  3203.                </div>
  3204.            </div>
  3205.            
  3206.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3207.                <div class="card sponsored-card-v2">
  3208.                    <div class="sponsored-image-v2">
  3209.                        
  3210.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3211.                        
  3212.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3213.                    </div>
  3214.                    <div class="sponsored-content-v2">
  3215.                        <h3 class="sponsored-title-v2">
  3216.                            <a href="/the-mighty-neins-introductory-sequence-selected-the-wrong-popular-rpg-show-track/" class="top-color">
  3217.                            The Mighty Nein&#x27;s Introductory Sequence Selected the Wrong Popular RPG Show Track
  3218.                            </a>
  3219.                        </h3>
  3220.                        <div class="sponsored-meta-v2">
  3221.                            
  3222.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56a99a3f-fa28-459a-9ba3-0ebaca02d61d_profile.png" alt="Kayla Lewis" style="object-fit: cover;" class="sponsored-author-img-v2">
  3223.                            
  3224.                            <span class="top-color">By Kayla Lewis</span>
  3225.                            <span class="top-color">•</span>
  3226.                            <span class="top-color">16 May 2026</span>
  3227.                        </div>
  3228.                    </div>
  3229.                </div>
  3230.            </div>
  3231.            
  3232.        </div>
  3233.    </div>
  3234. </section>
  3235.  
  3236.  
  3237.    
  3238.        <!-- end wpo-blog-sponsored-section -->
  3239.        <!-- start wpo-subscribe-section -->
  3240.        
  3241.        <!-- end subscribe-section -->
  3242.        <!-- start of wpo-site-footer-section -->
  3243.        
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250. <!-- Footer V4 - Modern Corporate Design -->
  3251. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3252.  
  3253.    <div class="container-fluid fluid-container">
  3254.        
  3255.        <!-- Content Sections -->
  3256.        <div class="content-sections">
  3257.            <div class="row g-5">
  3258.                
  3259.                <!-- Brand Column -->
  3260.                <div class="col-lg-4 col-md-12">
  3261.                    <div class="brand-section">
  3262.                        <div class="brand-header">
  3263.                            
  3264.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/730ddbd3-0834-4436-a7c9-eaa51f93dca9_logo.png" alt="SureFeeds" class="brand-logo" loading="lazy">
  3265.                            
  3266.                            <div class="brand-text">
  3267.                                <h3 class="brand-name">SureFeeds</h3>
  3268.                                <span class="brand-type">Digital Publication</span>
  3269.                            </div>
  3270.                        </div>
  3271.                        <p class="brand-description  text-lg-start ">
  3272.                            Stay updated with the newest tech trends, gadget reviews, and industry insights. Our blog covers everything from smartphones to AI advancements.
  3273.                        </p>
  3274.                    </div>
  3275.                </div>
  3276.  
  3277.                <!-- Quick Links Column -->
  3278.               <div class="col-lg-4 col-md-6">
  3279.                    <div class="links-section">
  3280.                        <div class="section-title">
  3281.                            <h4 class="title-text">Resources</h4>
  3282.                            <div class="title-decoration"></div>
  3283.                        </div>
  3284.                        <div class="links-container">
  3285.                          
  3286. <div class="link-group">
  3287.    <ul class="link-list" id="externalLinks">
  3288.        
  3289.  
  3290.    
  3291.        
  3292.        
  3293.        
  3294.    </ul>
  3295. </div>
  3296.  
  3297.                        </div>
  3298.                    </div>
  3299.                </div>
  3300.  
  3301.                <!-- Categories Column -->
  3302.                <div class="col-lg-4 col-md-6">
  3303.                    <div class="categories-section">
  3304.                        <div class="section-title">
  3305.                            <h4 class="title-text">Explore Topics</h4>
  3306.                            <div class="title-decoration"></div>
  3307.                        </div>
  3308.                        <div class="categories-container">
  3309.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3310.                            <div class="categories-cloud">
  3311.                                
  3312.                                <a href="/category/all-posts/" class="category-pill">
  3313.                                    All Posts
  3314.                                </a>
  3315.                                
  3316.                                <a href="/category/business/" class="category-pill">
  3317.                                    Business
  3318.                                </a>
  3319.                                
  3320.                                <a href="/category/esports/" class="category-pill">
  3321.                                    Esports
  3322.                                </a>
  3323.                                
  3324.                                <a href="/category/fashion/" class="category-pill">
  3325.                                    Fashion
  3326.                                </a>
  3327.                                
  3328.                                <a href="/category/featured/" class="category-pill">
  3329.                                    Featured
  3330.                                </a>
  3331.                                
  3332.                                <a href="/category/gaming/" class="category-pill">
  3333.                                    Gaming
  3334.                                </a>
  3335.                                
  3336.                                <a href="/category/health/" class="category-pill">
  3337.                                    Health
  3338.                                </a>
  3339.                                
  3340.                                <a href="/category/life-fitness/" class="category-pill">
  3341.                                    Life &amp; Fitness
  3342.                                </a>
  3343.                                
  3344.                            </div>
  3345.                        </div>
  3346.                    </div>
  3347.                </div>
  3348.  
  3349.            </div>
  3350.        </div>
  3351.  
  3352.        <!-- Footer Bottom -->
  3353.        <div class="footer-bottom">
  3354.            <div class="bottom-border"></div>
  3355.            <div class=" d-flex justify-content-between flex-wrap">
  3356.                <div>
  3357.                    <div class="copyright-info">
  3358.                        <p class="copyright-main">
  3359.                            © 2026 <span class="brand-highlight">SureFeeds</span>. All rights reserved.
  3360.                        </p>
  3361.                        <p class="copyright-sub">
  3362.                            Thoughtfully crafted content for curious minds worldwide.
  3363.                        </p>
  3364.                    </div>
  3365.                </div>
  3366.                <div>
  3367.                    <div class="footer-actions">
  3368.                        <div class="action-links">
  3369.                            <a href="/page/write-for-us/" class="action-link">
  3370.                                <i class="bi bi-shield-check"></i>
  3371.                                <span>Write For Us</span>
  3372.                            </a>
  3373.                            <a href="/page/terms-and-conditions/" class="action-link">
  3374.                                <i class="bi bi-shield-check"></i>
  3375.                                <span>Terms & Conditions</span>
  3376.                            </a>
  3377.                            <a href="/sitemap.xml" class="action-link">
  3378.                                <i class="bi bi-diagram-3"></i>
  3379.                                <span>Sitemap</span>
  3380.                            </a>
  3381.                        </div>
  3382.  
  3383.                    </div>
  3384.                </div>
  3385.            </div>
  3386.        </div>
  3387.  
  3388.    </div>
  3389.  
  3390.    
  3391.  
  3392. </footer>
  3393.  
  3394.  
  3395. <style>
  3396. /* Footer V4 - Modern Corporate Design */
  3397. .wpo-site-footer-v4 {
  3398.    color: var(--footer-color);
  3399.    margin-top: 100px;
  3400. }
  3401.  
  3402.  
  3403. .accent-line {
  3404.    position: absolute;
  3405.    top: 0;
  3406.    height: 100%;
  3407.    width: 33.333%;
  3408.    opacity: 0.8;
  3409. }
  3410.  
  3411. .accent-1 {
  3412.    left: 0;
  3413.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3414.    animation: slideRight 3s ease-in-out infinite;
  3415. }
  3416.  
  3417. .accent-2 {
  3418.    left: 33.333%;
  3419.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3420.    animation: slideRight 3s ease-in-out infinite 1s;
  3421. }
  3422.  
  3423. .accent-3 {
  3424.    left: 66.666%;
  3425.    background: linear-gradient(90deg, #10b981, #059669);
  3426.    animation: slideRight 3s ease-in-out infinite 2s;
  3427. }
  3428.  
  3429. @keyframes slideRight {
  3430.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3431.    50% { transform: translateX(10px); opacity: 1; }
  3432. }
  3433.  
  3434. /* Content Sections */
  3435. .content-sections {
  3436.    padding: 60px 0;
  3437.    position: relative;
  3438.    z-index: 2;
  3439. }
  3440.  
  3441. /* Brand Section */
  3442. .brand-section {
  3443.    padding-right: 2rem;
  3444. }
  3445.  
  3446. .brand-header {
  3447.    display: flex;
  3448.    align-items: center;
  3449.    margin-bottom: 2rem;
  3450.    gap: 1rem;
  3451. }
  3452.  
  3453. .brand-logo {
  3454.    height: 50px;
  3455.    width: auto;
  3456.    border-radius: 8px;
  3457. }
  3458.  
  3459. .brand-name {
  3460.    font-size: 1.5rem;
  3461.    font-weight: 800;
  3462.    color: var(--footer-color) !important;
  3463.    margin: 0;
  3464. }
  3465.  
  3466. .brand-type {
  3467.    color: var(--footer-color) !important;
  3468.    opacity: 0.8;
  3469.    font-size: 0.85rem;
  3470.    font-weight: 500;
  3471.    text-transform: uppercase;
  3472.    letter-spacing: 0.5px;
  3473. }
  3474.  
  3475. .brand-description {
  3476.    color: var(--footer-color) !important;
  3477.    line-height: 1.7;
  3478.    margin-bottom: 2rem;
  3479.    font-size: 0.95rem;
  3480. }
  3481.  
  3482. .brand-stats {
  3483.    display: flex;
  3484.    align-items: center;
  3485.    gap: 1.5rem;
  3486. }
  3487.  
  3488. .stat-item {
  3489.    text-align: center;
  3490. }
  3491.  
  3492. .stat-number {
  3493.    font-size: 1.5rem;
  3494.    font-weight: 800;
  3495.    color: #3b82f6;
  3496.    display: block;
  3497.    line-height: 1;
  3498. }
  3499.  
  3500. .stat-label {
  3501.    font-size: 0.8rem;
  3502.    color: #94a3b8;
  3503.    margin-top: 0.25rem;
  3504. }
  3505.  
  3506. .stat-divider {
  3507.    width: 1px;
  3508.    height: 40px;
  3509.    background: rgba(255, 255, 255, 0.2);
  3510. }
  3511.  
  3512. /* Links Section */
  3513. .links-section {
  3514.    padding-left: 1rem;
  3515.    padding-right: 1rem;
  3516. }
  3517.  
  3518. .section-title {
  3519.    margin-bottom: 2rem;
  3520.    position: relative;
  3521. }
  3522.  
  3523. .title-text {
  3524.    font-size: 1.3rem;
  3525.    font-weight: 700;
  3526.    color: var(--footer-color) !important;
  3527.    margin-bottom: 0.5rem;
  3528.    text-align: justify !important;
  3529. }
  3530.  
  3531.  
  3532. .link-group {
  3533.    margin-bottom: 2rem;
  3534. }
  3535.  
  3536. .group-title {
  3537.    font-size: 1rem;
  3538.    font-weight: 600;
  3539.    color: #f1f5f9;
  3540.    margin-bottom: 1rem;
  3541.    padding-bottom: 0.5rem;
  3542.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3543. }
  3544.  
  3545. .link-list {
  3546.    list-style: none;
  3547.    padding: 0;
  3548.    margin: 0;
  3549. }
  3550.  
  3551. .link-item {
  3552.    margin-bottom: 0.75rem;
  3553. }
  3554.  
  3555. .link-text {
  3556.    color: var(--footer-color) !important;
  3557.    text-decoration: none;
  3558.    font-size: 0.9rem;
  3559.    display: flex;
  3560.    align-items: center;
  3561.    transition: all 0.3s ease;
  3562.    padding: 0.25rem 0;
  3563. }
  3564.  
  3565. .link-text:hover {
  3566.    color: #3b82f6;
  3567.    padding-left: 0.5rem;
  3568. }
  3569.  
  3570. .link-icon {
  3571.    margin-right: 0.5rem;
  3572.    opacity: 0;
  3573.    transition: opacity 0.3s ease;
  3574. }
  3575.  
  3576. .link-text:hover .link-icon {
  3577.    opacity: 1;
  3578. }
  3579.  
  3580. .external-icon {
  3581.    color: #10b981;
  3582. }
  3583.  
  3584. /* Categories Section */
  3585. .categories-section {
  3586.    padding-left: 1rem;
  3587. }
  3588.  
  3589. .categories-intro {
  3590.    color: #cbd5e1;
  3591.    margin-bottom: 1.5rem;
  3592.    font-size: 0.9rem;
  3593. }
  3594.  
  3595. .categories-cloud {
  3596.    display: flex;
  3597.    flex-wrap: wrap;
  3598.    gap: 0.75rem;
  3599. }
  3600.  
  3601. .category-pill {
  3602.    display: inline-block;
  3603.    padding: 0.5rem 1rem;
  3604.    background: rgba(255, 255, 255, 0.1);
  3605.    border: 1px solid rgba(255, 255, 255, 0.2);
  3606.    border-radius: 20px;
  3607.    color:  var(--footer-color) !important;
  3608.    text-decoration: none;
  3609.    font-size: 0.85rem;
  3610.    opacity: 0.7;
  3611.    font-weight: 500;
  3612.    transition: all 0.3s ease;
  3613. }
  3614.  
  3615. .category-pill:hover {
  3616.    background: #3b82f6;
  3617.    border-color: #3b82f6;
  3618.    color: var(--footer-color) !important;
  3619.    opacity: 1;
  3620.    transform: translateY(-1px);
  3621.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3622. }
  3623.  
  3624. /* Footer Bottom */
  3625. .footer-bottom {
  3626.    padding: 2rem 0;
  3627.    position: relative;
  3628.    z-index: 2;
  3629. }
  3630.  
  3631. .bottom-border {
  3632.    height: 1px;
  3633.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3634.    margin-bottom: 2rem;
  3635. }
  3636.  
  3637. .copyright-main {
  3638.    font-size: 1rem;
  3639.    color: #e2e8f0;
  3640.    margin-bottom: 0.25rem;
  3641. }
  3642.  
  3643. .brand-highlight {
  3644.    color: var(--footer-color);
  3645.    font-weight: 700;
  3646. }
  3647.  
  3648. .copyright-sub {
  3649.    font-size: 0.85rem;
  3650.    color: #94a3b8;
  3651.    margin: 0;
  3652. }
  3653.  
  3654. .footer-actions {
  3655.    display: flex;
  3656.    align-items: center;
  3657.    gap: 2rem;
  3658. }
  3659.  
  3660. .action-links {
  3661.    display: flex;
  3662.    gap: 1.5rem;
  3663. }
  3664.  
  3665. .action-link {
  3666.    display: flex;
  3667.    align-items: center;
  3668.    gap: 0.5rem;
  3669.    color: #cbd5e1;
  3670.    text-decoration: none;
  3671.    font-size: 0.9rem;
  3672.    transition: color 0.3s ease;
  3673. }
  3674.  
  3675. .action-link:hover {
  3676.    color: #3b82f6;
  3677. }
  3678.  
  3679. .scroll-to-top-btn {
  3680.    background: rgba(255, 255, 255, 0.1);
  3681.    border: 1px solid rgba(255, 255, 255, 0.2);
  3682.    color: #cbd5e1;
  3683.    width: 44px;
  3684.    height: 44px;
  3685.    border-radius: 12px;
  3686.    cursor: pointer;
  3687.    transition: all 0.3s ease;
  3688.    display: flex;
  3689.    align-items: center;
  3690.    justify-content: center;
  3691. }
  3692.  
  3693. .scroll-to-top-btn:hover {
  3694.    background: #3b82f6;
  3695.    border-color: #3b82f6;
  3696.    color: white;
  3697.    transform: translateY(-2px);
  3698. }
  3699.  
  3700. /* Background Pattern */
  3701. .footer-pattern {
  3702.    position: absolute;
  3703.    top: 0;
  3704.    left: 0;
  3705.    width: 100%;
  3706.    height: 100%;
  3707.    z-index: 1;
  3708.    overflow: hidden;
  3709. }
  3710.  
  3711. .pattern-grid {
  3712.    position: relative;
  3713.    width: 100%;
  3714.    height: 100%;
  3715. }
  3716.  
  3717. .pattern-dot {
  3718.    position: absolute;
  3719.    width: 2px;
  3720.    height: 2px;
  3721.    background: rgba(255, 255, 255, 0.1);
  3722.    border-radius: 50%;
  3723. }
  3724.  
  3725. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3726. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3727. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3728. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3729. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3730. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3731.  
  3732. /* Responsive Design */
  3733. @media (max-width: 992px) {
  3734.    .newsletter-heading {
  3735.        font-size: 2rem;
  3736.    }
  3737.    
  3738.    .brand-section {
  3739.        padding-right: 0;
  3740.        margin-bottom: 3rem;
  3741.    }
  3742.    
  3743.    .links-section, .categories-section {
  3744.        padding-left: 0;
  3745.        padding-right: 0;
  3746.    }
  3747.    
  3748.    .brand-stats {
  3749.        justify-content: center;
  3750.        margin-top: 2rem;
  3751.    }
  3752. }
  3753.  
  3754. @media (max-width: 768px) {
  3755.    .newsletter-section {
  3756.        padding: 60px 0 40px;
  3757.    }
  3758.    
  3759.    .newsletter-container {
  3760.        padding: 2rem 1.5rem;
  3761.        margin: 0 1rem;
  3762.    }
  3763.    
  3764.    .newsletter-heading {
  3765.        font-size: 1.75rem;
  3766.    }
  3767.    
  3768.    .content-sections {
  3769.        padding: 40px 0;
  3770.    }
  3771.    
  3772.    .brand-header {
  3773.        flex-direction: column;
  3774.        text-align: center;
  3775.    }
  3776.    
  3777.    .footer-actions {
  3778.        flex-direction: column;
  3779.        gap: 1rem;
  3780.        margin-top: 1.5rem;
  3781.    }
  3782.    
  3783.    .action-links {
  3784.        order: 2;
  3785.    }
  3786.    
  3787.    .scroll-to-top-btn {
  3788.        order: 1;
  3789.    }
  3790. }
  3791.  
  3792. @media (max-width: 576px) {
  3793.    .newsletter-container {
  3794.        padding: 1.5rem 1rem;
  3795.    }
  3796.    
  3797.    .newsletter-heading {
  3798.        font-size: 1.5rem;
  3799.    }
  3800.    
  3801.    .brand-stats {
  3802.        flex-direction: column;
  3803.        gap: 1rem;
  3804.    }
  3805.    
  3806.    .stat-divider {
  3807.        width: 40px;
  3808.        height: 1px;
  3809.    }
  3810.    
  3811.    .action-links {
  3812.        flex-direction: column;
  3813.        gap: 0.75rem;
  3814.        text-align: center;
  3815.    }
  3816.    
  3817.    .pattern-dot {
  3818.        display: none;
  3819.    }
  3820. }
  3821. </style>
  3822.  
  3823. <!-- Bootstrap 5 JS -->
  3824.  
  3825. <script>
  3826. // Scroll to Top Function
  3827. document.addEventListener('DOMContentLoaded', function () {
  3828.    var btn = document.getElementById('toggleExternal');
  3829.    if (!btn) return; // No extra items, no button
  3830.  
  3831.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3832.  
  3833.    btn.addEventListener('click', function () {
  3834.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3835.            return li.classList.contains('d-none');
  3836.        });
  3837.  
  3838.        extras.forEach(function (li) {
  3839.            if (anyHidden) {
  3840.                li.classList.remove('d-none');
  3841.                li.classList.add('show');
  3842.            } else {
  3843.                li.classList.add('d-none');
  3844.                li.classList.remove('show');
  3845.            }
  3846.        });
  3847.  
  3848.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3849.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3850.    });
  3851. });
  3852. function scrollToTop() {
  3853.    window.scrollTo({
  3854.        top: 0,
  3855.        behavior: 'smooth'
  3856.    });
  3857. }
  3858.  
  3859. // Initialize Footer V4 Features
  3860. document.addEventListener('DOMContentLoaded', function() {
  3861.    
  3862.    // Newsletter Form Handling
  3863.    const newsletterForm = document.querySelector('.newsletter-form');
  3864.    const emailInput = document.querySelector('.form-input');
  3865.    const submitButton = document.querySelector('.submit-button');
  3866.    const successMessage = document.querySelector('.success-message');
  3867.    const errorMessage = document.querySelector('.error-message');
  3868.    const infoMessage = document.querySelector('.info-message');
  3869.    
  3870.    if (newsletterForm && emailInput && submitButton) {
  3871.        
  3872.        // Form submission
  3873.        newsletterForm.addEventListener('submit', function(e) {
  3874.            e.preventDefault();
  3875.            
  3876.            const email = emailInput.value.trim();
  3877.            
  3878.            // Validate email
  3879.            if (!email || !isValidEmail(email)) {
  3880.                showMessage('error');
  3881.                emailInput.focus();
  3882.                return;
  3883.            }
  3884.            
  3885.            // Show loading state
  3886.            const originalText = submitButton.querySelector('.button-text').textContent;
  3887.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3888.            
  3889.            submitButton.disabled = true;
  3890.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3891.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3892.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3893.            
  3894.            // Simulate API call
  3895.            setTimeout(() => {
  3896.                // Success state
  3897.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3898.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3899.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3900.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3901.                
  3902.                showMessage('success');
  3903.                
  3904.                // Reset after delay
  3905.                setTimeout(() => {
  3906.                    submitButton.querySelector('.button-text').textContent = originalText;
  3907.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3908.                    submitButton.style.background = '';
  3909.                    submitButton.disabled = false;
  3910.                    emailInput.value = '';
  3911.                    showMessage('info');
  3912.                }, 3000);
  3913.                
  3914.            }, 2000);
  3915.        });
  3916.        
  3917.        // Input validation
  3918.        emailInput.addEventListener('blur', function() {
  3919.            const email = this.value.trim();
  3920.            if (email && !isValidEmail(email)) {
  3921.                this.style.borderColor = '#ef4444';
  3922.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3923.            } else if (email && isValidEmail(email)) {
  3924.                this.style.borderColor = '#10b981';
  3925.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3926.            }
  3927.        });
  3928.        
  3929.        emailInput.addEventListener('focus', function() {
  3930.            this.style.borderColor = '#3b82f6';
  3931.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3932.        });
  3933.        
  3934.        // Reset validation styling on input
  3935.        emailInput.addEventListener('input', function() {
  3936.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3937.                this.style.borderColor = '';
  3938.                this.style.boxShadow = '';
  3939.            }
  3940.        });
  3941.    }
  3942.    
  3943.    // Email validation function
  3944.    function isValidEmail(email) {
  3945.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3946.        return emailRegex.test(email);
  3947.    }
  3948.    
  3949.    // Message display function
  3950.    function showMessage(type) {
  3951.        // Hide all messages
  3952.        successMessage.style.display = 'none';
  3953.        errorMessage.style.display = 'none';
  3954.        infoMessage.style.display = 'none';
  3955.        
  3956.        // Show specific message
  3957.        if (type === 'success') {
  3958.            successMessage.style.display = 'block';
  3959.        } else if (type === 'error') {
  3960.            errorMessage.style.display = 'block';
  3961.        } else if (type === 'info') {
  3962.            infoMessage.style.display = 'block';
  3963.        }
  3964.    }
  3965.    
  3966.    // Smooth reveal animations
  3967.    const observerOptions = {
  3968.        threshold: 0.1,
  3969.        rootMargin: '0px 0px -30px 0px'
  3970.    };
  3971.    
  3972.    const sectionObserver = new IntersectionObserver((entries) => {
  3973.        entries.forEach(entry => {
  3974.            if (entry.isIntersecting) {
  3975.                entry.target.style.opacity = '1';
  3976.                entry.target.style.transform = 'translateY(0)';
  3977.            }
  3978.        });
  3979.    }, observerOptions);
  3980.    
  3981.    // Animate sections
  3982.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3983.        section.style.opacity = '0';
  3984.        section.style.transform = 'translateY(20px)';
  3985.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3986.        sectionObserver.observe(section);
  3987.    });
  3988.    
  3989.    // Animate category pills
  3990.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3991.        pill.style.opacity = '0';
  3992.        pill.style.transform = 'translateY(10px)';
  3993.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3994.        
  3995.        setTimeout(() => {
  3996.            pill.style.opacity = '1';
  3997.            pill.style.transform = 'translateY(0)';
  3998.        }, 300 + (index * 100));
  3999.    });
  4000.    
  4001.    // Enhanced link hover effects
  4002.    document.querySelectorAll('.link-text').forEach(link => {
  4003.        link.addEventListener('mouseenter', function() {
  4004.            const icon = this.querySelector('.link-icon');
  4005.            if (icon) {
  4006.                icon.style.transform = 'translateX(4px)';
  4007.            }
  4008.        });
  4009.        
  4010.        link.addEventListener('mouseleave', function() {
  4011.            const icon = this.querySelector('.link-icon');
  4012.            if (icon) {
  4013.                icon.style.transform = 'translateX(0)';
  4014.            }
  4015.        });
  4016.    });
  4017.    
  4018.    // Prevent default for demo links
  4019.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4020.        link.addEventListener('click', function(e) {
  4021.            e.preventDefault();
  4022.        });
  4023.    });
  4024.    
  4025.    // Add ripple effect to submit button
  4026.    submitButton.addEventListener('click', function(e) {
  4027.        const ripple = document.createElement('span');
  4028.        const rect = this.getBoundingClientRect();
  4029.        const size = Math.max(rect.width, rect.height);
  4030.        const x = e.clientX - rect.left - size / 2;
  4031.        const y = e.clientY - rect.top - size / 2;
  4032.        
  4033.        ripple.style.cssText = `
  4034.            position: absolute;
  4035.            width: ${size}px;
  4036.            height: ${size}px;
  4037.            left: ${x}px;
  4038.            top: ${y}px;
  4039.            background: rgba(255, 255, 255, 0.3);
  4040.            border-radius: 50%;
  4041.            transform: scale(0);
  4042.            animation: ripple 0.6s ease-out;
  4043.            pointer-events: none;
  4044.        `;
  4045.        
  4046.        this.appendChild(ripple);
  4047.        
  4048.        setTimeout(() => {
  4049.            ripple.remove();
  4050.        }, 600);
  4051.    });
  4052.    
  4053. });
  4054.  
  4055. // Add CSS for ripple animation
  4056. const rippleStyle = document.createElement('style');
  4057. rippleStyle.textContent = `
  4058.    @keyframes ripple {
  4059.        to {
  4060.            transform: scale(2);
  4061.            opacity: 0;
  4062.        }
  4063.    }
  4064.    
  4065.    @keyframes spin {
  4066.        from { transform: rotate(0deg); }
  4067.        to { transform: rotate(360deg); }
  4068.    }
  4069.    
  4070.    .submit-button {
  4071.        position: relative;
  4072.        overflow: hidden;
  4073.    }
  4074. `;
  4075. document.head.appendChild(rippleStyle);
  4076. </script>
  4077.  
  4078.        <!-- end of wpo-site-footer-section -->
  4079.    </div>
  4080.    <!-- end of page-wrapper -->
  4081.  
  4082.    <!-- All JavaScript files
  4083.    ================================================== -->
  4084.    
  4085.  
  4086. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4087. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4088. <!-- Plugins for this template -->
  4089. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4090. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4091. <!-- Custom script for this template -->
  4092. <script src="/static/blogapp/assets/js/script.js"></script>
  4093.  
  4094. <script>
  4095. (function () {
  4096. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4097. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4098.  
  4099. function applyFallback(img) {
  4100. if (!img || img.dataset.fallbackApplied === "1") {
  4101. return;
  4102. }
  4103. var failedSrc = img.currentSrc || img.src || "";
  4104. img.dataset.fallbackApplied = "1";
  4105. img.onerror = null;
  4106. img.src = fallbackImageSrc;
  4107. console.warn("[ImageFallback] Replaced broken image:", {
  4108. failedSrc: failedSrc,
  4109. fallbackSrc: fallbackImageSrc,
  4110. alt: img.alt || "",
  4111. });
  4112. }
  4113.  
  4114. document.querySelectorAll("img").forEach(function (img) {
  4115. if (img.complete && img.naturalWidth === 0) {
  4116. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4117. failedSrc: img.currentSrc || img.src || "",
  4118. alt: img.alt || "",
  4119. });
  4120. applyFallback(img);
  4121. }
  4122. });
  4123.  
  4124. document.addEventListener(
  4125. "error",
  4126. function (event) {
  4127. var target = event.target;
  4128. if (target && target.tagName === "IMG") {
  4129. applyFallback(target);
  4130. }
  4131. },
  4132. true
  4133. );
  4134. })();
  4135. </script>
  4136.  
  4137. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4138.  
  4139.  
  4140.  
  4141. <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":"c5a314ab612f4a739094d35a2ec97e28","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4142. </body>
  4143.  
  4144. </html>
  4145.  
  4146.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda