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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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_21_t3bObjw_RA110Vt.png">
  14.    
  15.  
  16.    <title>Smart Online: Digital Marketing &amp; Business Growth Strategies</title>
  17.    <meta name="description" content="Smart Online offers expert insights on digital marketing, SEO, and business growth strategies to help entrepreneurs succeed in the competitive online marketplace.">
  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://smartonline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #b7410e;
  42.        --bs-primary-rgb: b7410e;
  43.        --bs-secondary: #8b5a2b;
  44.        --bs-success: #228b22;
  45.        --bs-danger: #8b0000;
  46.        --bs-warning: #cd853f;
  47.        --bs-info: #d2691e;
  48.        --bs-light: #fffaf0;
  49.        --bs-dark: #3c2005;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #b7410e;
  53.        --theme-primary-color-s2: #b7410e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c2005;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c2005;
  59.        --border-color: #deb887;
  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: #f5deb3;
  75.        --navbar-color: #3c2005;
  76.        --topbar-bg: #fffaf0;
  77.        --topbar-color: #3c2005;
  78.        --footer-bg: #3c2005;
  79.        --footer-color: #fffaf0;
  80.        --card-bg: #ffffff;
  81.        --card-border: #deb887;
  82.        --card-radius: 10px;
  83.        --link-color: #b7410e;
  84.        --link-hover: #9a3412;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(183, 65, 14, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_35">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  407.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  408.  
  409.    <div class="unique-news-wrapper-container">
  410.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  411.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  412.            <p class="text-center">
  413.              
  414.              <a href="/the-mushroom-cleaning-controversy-expert-tips-for-preparing-your-fungi/" class="px-5 top-color">
  415.                The Mushroom Cleaning Controversy: Expert Tips for Preparing Your Fungi
  416.              </a>
  417.              
  418.              <a href="/remains-of-endurance-athlete-presumably-taken-by-shark-found-on-pacific-shore/" class="px-5 top-color">
  419.                Remains of Endurance Athlete Presumably Taken by Shark Found on Pacific Shore
  420.              </a>
  421.              
  422.              <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-cancer-in-his-lung/" class="px-5 top-color">
  423.                Iconic Singer Barry Manilow Will Have a Procedure for Cancer in His Lung.
  424.              </a>
  425.              
  426.              <a href="/ex-british-soldier-charged-of-killing-kenya-woman-shows-up-in-court/" class="px-5 top-color">
  427.                Ex British Soldier Charged of Killing Kenya Woman Shows Up in Court
  428.              </a>
  429.              
  430.              <a href="/fda-grants-approval-to-flibanserin-a-libido-enhancing-medication-for-women-after-menopause/" class="px-5 top-color">
  431.                FDA Grants Approval to Flibanserin, a Libido-Enhancing Medication for Women After Menopause
  432.              </a>
  433.              
  434.            </p>
  435.          </marquee>
  436.        </div>
  437.    </div>
  438.  
  439.    <div class="contact-info top-color">
  440.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  441.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  442.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  443.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  445.        </ul>
  446.    </div>
  447. </div>
  448. </div>
  449.  
  450. <script>
  451.    // Build array directly from Django context
  452.    const newsItems = [
  453.        
  454.            { title: "The Mushroom Cleaning Controversy: Expert Tips for Preparing Your Fungi", url: "/the-mushroom-cleaning-controversy-expert-tips-for-preparing-your-fungi/" },
  455.        
  456.            { title: "Remains of Endurance Athlete Presumably Taken by Shark Found on Pacific Shore", url: "/remains-of-endurance-athlete-presumably-taken-by-shark-found-on-pacific-shore/" },
  457.        
  458.            { title: "Iconic Singer Barry Manilow Will Have a Procedure for Cancer in His Lung.", url: "/iconic-singer-barry-manilow-will-have-a-procedure-for-cancer-in-his-lung/" },
  459.        
  460.            { title: "Ex British Soldier Charged of Killing Kenya Woman Shows Up in Court", url: "/ex-british-soldier-charged-of-killing-kenya-woman-shows-up-in-court/" },
  461.        
  462.            { title: "FDA Grants Approval to Flibanserin, a Libido\u002DEnhancing Medication for Women After Menopause", url: "/fda-grants-approval-to-flibanserin-a-libido-enhancing-medication-for-women-after-menopause/" }
  463.        
  464.    ];
  465.  
  466.    let currentNewsIndex = 0;
  467.    const newsWrapper = document.getElementById('newsWrapper');
  468.    let currentNewsElement = null;
  469.    let typingInterval = null;
  470.    let isTyping = false;
  471.  
  472.    function createNewsElement() {
  473.        const newsElement = document.createElement('div');
  474.        newsElement.className = 'unique-news-item top-color active';
  475.        newsWrapper.appendChild(newsElement);
  476.        currentNewsElement = newsElement;
  477.    }
  478.  
  479.    function typeText(news, element, callback) {
  480.        let index = 0;
  481.        element.innerHTML = '<span class="unique-cursor"></span>';
  482.  
  483.        typingInterval = setInterval(() => {
  484.            if (index < news.title.length) {
  485.                const currentText = news.title.substring(0, index + 1);
  486.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  487.                index++;
  488.            } else {
  489.                clearInterval(typingInterval);
  490.                setTimeout(() => {
  491.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  492.                    if (callback) callback();
  493.                }, 1000);
  494.            }
  495.        }, 100); // typing speed
  496.    }
  497.  
  498.    function startTyping() {
  499.        if (isTyping) return;
  500.  
  501.        isTyping = true;
  502.        const currentNews = newsItems[currentNewsIndex];
  503.  
  504.        typeText(currentNews, currentNewsElement, () => {
  505.            isTyping = false;
  506.            setTimeout(() => {
  507.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  508.                startTyping();
  509.            }, 5000); // wait before next headline
  510.        });
  511.    }
  512.  
  513.    window.onload = function() {
  514.        createNewsElement();
  515.        startTyping();
  516.    };
  517. </script>
  518.  
  519.  
  520.  
  521.            
  522.  
  523.  
  524.  
  525.  
  526.  
  527. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  528.  <div class="container-fluid fluid-container">
  529.    <div class="row flex-wrap align-items-center">
  530.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  531.        <div class="mobail-menu">
  532.          <button type="button" class="navbar-toggler open-btn">
  533.            <span class="sr-only">Toggle navigation</span>
  534.            <span class="icon-bar first-angle"></span>
  535.            <span class="icon-bar middle-angle"></span>
  536.            <span class="icon-bar last-angle"></span>
  537.          </button>
  538.        </div>
  539.      </div>
  540.      <div class="col-lg-2 col-md-6 col-6">
  541.        <div class="navbar-header">
  542.          <a class="navbar-brand" href="/">
  543.            
  544.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8a5cbba-2444-4414-9795-b99c48482069_logo.png" alt="Smart Online" />
  545.            
  546.          </a>
  547.        </div>
  548.  
  549.      </div>
  550.      <div class="col-lg-8 col-md-1 col-1">
  551.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  552.          <button class="menu-close"><i class="ti-close"></i></button>
  553.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  554.            <li>
  555.              <a href="/">
  556.                Home
  557.              </a>
  558.            </li>
  559.            
  560.            
  561.             <li>
  562.              <a href="/category/all-posts/">
  563.                All Posts
  564.              </a>
  565.              </li>
  566.              
  567.  
  568.                  
  569.              
  570.             <li>
  571.              <a href="/category/business/">
  572.                Business
  573.              </a>
  574.              </li>
  575.              
  576.  
  577.                  
  578.              
  579.             <li>
  580.              <a href="/category/esports/">
  581.                Esports
  582.              </a>
  583.              </li>
  584.              
  585.  
  586.                  
  587.              
  588.             <li>
  589.              <a href="/category/fashion/">
  590.                Fashion
  591.              </a>
  592.              </li>
  593.              
  594.  
  595.                  
  596.              
  597.             <li>
  598.              <a href="/category/featured/">
  599.                Featured
  600.              </a>
  601.              </li>
  602.              
  603.  
  604.                  
  605.              
  606.            
  607.              <li class="menu-item-has-children">
  608.                <a href="#">More</a>
  609.                <ul class="sub-menu">
  610.                  <li>
  611.                    <a href="/category/gaming/">
  612.                      Gaming
  613.                    </a>
  614.                  </li>
  615.                  
  616.  
  617.                  
  618.              
  619.            
  620.                  <li>
  621.                    <a href="/category/health/">
  622.                      Health
  623.                    </a>
  624.                  </li>
  625.                  
  626.  
  627.                  
  628.              
  629.            
  630.                  <li>
  631.                    <a href="/category/life-fitness/">
  632.                      Life &amp; Fitness
  633.                    </a>
  634.                  </li>
  635.                  
  636.  
  637.                  
  638.              
  639.            
  640.                  <li>
  641.                    <a href="/category/lifestyle/">
  642.                      Lifestyle
  643.                    </a>
  644.                  </li>
  645.                  
  646.  
  647.                  
  648.              
  649.            
  650.                  <li>
  651.                    <a href="/category/news/">
  652.                      News
  653.                    </a>
  654.                  </li>
  655.                  
  656.  
  657.                  
  658.              
  659.            
  660.                  <li>
  661.                    <a href="/category/others/">
  662.                      Others
  663.                    </a>
  664.                  </li>
  665.                  
  666.  
  667.                  
  668.              
  669.            
  670.                  <li>
  671.                    <a href="/category/politics/">
  672.                      Politics
  673.                    </a>
  674.                  </li>
  675.                  
  676.  
  677.                  
  678.              
  679.            
  680.                  <li>
  681.                    <a href="/category/sports/">
  682.                      Sports
  683.                    </a>
  684.                  </li>
  685.                  
  686.  
  687.                  
  688.              
  689.            
  690.                  <li>
  691.                    <a href="/category/tech/">
  692.                      Tech
  693.                    </a>
  694.                  </li>
  695.                  
  696.  
  697.                  
  698.              
  699.            
  700.                  <li>
  701.                    <a href="/category/travel/">
  702.                      Travel
  703.                    </a>
  704.                  </li>
  705.                  
  706.  
  707.                  
  708.                </ul>
  709.              </li>
  710.              
  711.              
  712.              
  713.              <li>
  714.                <a href="/page/contact-us/">
  715.                  Contact Us
  716.                </a>
  717.              </li>
  718.          </ul>
  719.        </div>
  720.        <!-- end of nav-collapse -->
  721.      </div>
  722.      <div class="col-lg-2 col-md-2 col-2">
  723.        <div class="header-right">
  724.          <div class="header-search-form-wrapper">
  725.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  726.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  727.              <div class="header-search-form">
  728.                <form id="search-form">
  729.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  730.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  731.                </form>
  732.                <div id="search-results" class="search-v1 mt-2"></div>
  733.              </div>
  734.            </div>
  735.          </div>
  736.  
  737.          
  738.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  739.            <div class="header-right-menu">
  740.              <div class="right-menu-toggle-btn">
  741.                <span class="bg-link"></span>
  742.                <span class="bg-link"></span>
  743.                <span class="bg-link"></span>
  744.              </div>
  745.              <div class="header-right-menu-wrap z-1">
  746.                <button class="right-menu-close"><i class="ti-close"></i></button>
  747.                <div class="logo">
  748.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  749.                </div>
  750.                <div class="header-right-sec">
  751.                  <div class="project-widget widget">
  752.                    <h3 class="blog-color">Our Latest News</h3>
  753.                    <div class="posts">
  754.                      <div class="post">
  755.                        <div class="img-holder">
  756.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  757.                        </div>
  758.                        <div class="details">
  759.                          <span class="date blog-color">19 Jun 2022</span>
  760.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  761.                              Know.</a></h4>
  762.                        </div>
  763.                      </div>
  764.                      <div class="post">
  765.                        <div class="img-holder">
  766.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  767.                        </div>
  768.                        <div class="details">
  769.                          <span class="date blog-color">22 May 2022</span>
  770.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  771.                          </h4>
  772.                        </div>
  773.                      </div>
  774.                      <div class="post">
  775.                        <div class="img-holder">
  776.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  777.                        </div>
  778.                        <div class="details">
  779.                          <span class="date blog-color">12 Apr 2022</span>
  780.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  781.                          </h4>
  782.                        </div>
  783.                      </div>
  784.                    </div>
  785.                  </div>
  786.                  <div class="widget wpo-contact-widget">
  787.                    <div class="widget-title">
  788.                      <h3 class="blog-color">Contact Us</h3>
  789.                    </div>
  790.                    <div class="contact-ft">
  791.                      <ul>
  792.                        <li>
  793.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  794.                        </li>
  795.                        <li>
  796.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  797.                          + 8 (123) 123 456 789
  798.                        </li>
  799.                        <li>
  800.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  801.                        </li>
  802.                      </ul>
  803.                    </div>
  804.                  </div>
  805.                </div>
  806.              </div>
  807.              <div class="sidebar-blur"> </div>
  808.            </div>
  809.          </div> -->
  810.        </div>
  811.      </div>
  812.    </div>
  813.    <!-- end of container -->
  814. </nav>
  815. </nav>
  816. <style>
  817.  .navbar-brand img {
  818.    height: 70px;
  819.    object-fit: contain;
  820.  }
  821. </style>
  822. <script>
  823.  // jQuery or vanilla JavaScript to handle the AJAX search
  824.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  825.    e.preventDefault();  // Prevent the form from submitting normally
  826.  
  827.    const query = document.getElementById("search-input").value;
  828.  // Check if the input field is empty
  829.    if (query === "") {
  830.      // Clear the search results if the input is empty
  831.      document.getElementById("search-results").innerHTML = "";
  832.      return; // Exit the function early to avoid making an AJAX request
  833.    }
  834.    // Send AJAX request
  835.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  836.      method: "GET",
  837.        headers: {
  838.          "X-Requested-With": "XMLHttpRequest",
  839.        },
  840.    })
  841.      .then(response => response.json())
  842.      .then(data => {
  843.        if (data.html) {
  844.          document.getElementById("search-results").innerHTML = data.html;
  845.        } else {
  846.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  847.        }
  848.      })
  849.      .catch(error => {
  850.        console.error("Error fetching search results:", error);
  851.      });
  852.  });
  853.  
  854. </script>
  855.  
  856.        </header>
  857.        <!-- end of header -->
  858.        <!-- start of wpo-blog-hero -->
  859.        
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867. <div class="blog-hero-v2">
  868.  <div class="container-fluid fluid-container">
  869.    <div class="row">
  870.      <!-- Main Featured Post -->
  871.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  872.        
  873.        
  874.        
  875.          
  876.        <div class="featured-post">
  877.          <div class="post-image">
  878.            
  879.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  880.              class="img-fluid" alt="">
  881.            
  882.            <div class="post-overlay">
  883.              <div class="post-content">
  884.                <span class="category-badge bg-primary-gradient">News</span>
  885.                <h1 class="post-title1 blog-color">
  886.                  <a href="/we-must-have-a-helicopter-to-go-find-them-teenagers-emergency-call-to-rescue-family-adrift-off-australian-coast-unveiled/" class="blog-color">
  887.                    We Must Have a Helicopter to Go Find Them’: Teenager’s Emergency Call to Rescue Family Adrift Off Australian Coast Unveiled
  888.                  </a>
  889.                </h1>
  890.                <p class="post-excerpt"></p>
  891.                <div class="post-meta">
  892.                  <div class="author-info">
  893.                    
  894.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell"
  895.                      style="object-fit: cover;" class="author-avatar">
  896.                    
  897.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Wanda Harrell</a></span>
  898.                  </div>
  899.                  <span class="post-date">19 May 2026</span>
  900.                </div>
  901.              </div>
  902.            </div>
  903.          </div>
  904.        </div>
  905.  
  906.        
  907.        
  908.      </div>
  909.  
  910.      <!-- Side Posts -->
  911.      <div class="col-lg-4 col-md-12">
  912.        <div class="row h-100">
  913.        
  914.  
  915.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  916.            <div class="side-post h-100">
  917.              <div class="row g-0 h-100">
  918.                <div class="col-5">
  919.                  <div class="side-post-image">
  920.                    
  921.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  922.                      style="object-fit: cover;" alt="">
  923.                    
  924.                  </div>
  925.                </div>
  926.                <div class="col-7">
  927.                  <div class="side-post-content">
  928.                    <div>
  929.                      <span class="category-badge bg-primary-gradient">News</span>
  930.                      <h3> <a href="/tropical-storm-disaster-in-the-island-nation-ignites-a-wave-of-community-action/" class="line-clamp-2">
  931.                          Tropical Storm Disaster in the Island Nation Ignites a Wave of Community Action
  932.                        </a></h3>
  933.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  934.                    </div>
  935.                    <div class="side-post-meta">
  936.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Wanda Harrell</a></span>
  937.                    </div>
  938.                  </div>
  939.                </div>
  940.              </div>
  941.            </div>
  942.          </div>
  943.  
  944.          
  945.  
  946.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  947.            <div class="side-post h-100">
  948.              <div class="row g-0 h-100">
  949.                <div class="col-5">
  950.                  <div class="side-post-image">
  951.                    
  952.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  953.                      style="object-fit: cover;" alt="">
  954.                    
  955.                  </div>
  956.                </div>
  957.                <div class="col-7">
  958.                  <div class="side-post-content">
  959.                    <div>
  960.                      <span class="category-badge bg-primary-gradient">News</span>
  961.                      <h3> <a href="/real-madrids-trent-alexander-arnold-may-face-his-former-club-in-forthcoming-champions-league-fixture/" class="line-clamp-2">
  962.                          Real Madrid&#x27;s Trent Alexander-Arnold May Face His Former Club in Forthcoming Champions League Fixture
  963.                        </a></h3>
  964.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  965.                    </div>
  966.                    <div class="side-post-meta">
  967.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Wanda Harrell</a></span>
  968.                    </div>
  969.                  </div>
  970.                </div>
  971.              </div>
  972.            </div>
  973.          </div>
  974.  
  975.          
  976.  
  977.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  978.            <div class="side-post h-100">
  979.              <div class="row g-0 h-100">
  980.                <div class="col-5">
  981.                  <div class="side-post-image">
  982.                    
  983.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  984.                      style="object-fit: cover;" alt="">
  985.                    
  986.                  </div>
  987.                </div>
  988.                <div class="col-7">
  989.                  <div class="side-post-content">
  990.                    <div>
  991.                      <span class="category-badge bg-primary-gradient">News</span>
  992.                      <h3> <a href="/worrying-remembrances-return-in-davao-as-authorities-trace-bondi-attack-alleged-attackers-movements/" class="line-clamp-2">
  993.                          Worrying Remembrances Return in Davao as Authorities Trace Bondi Attack Alleged Attackers&#x27; Movements
  994.                        </a></h3>
  995.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  996.                    </div>
  997.                    <div class="side-post-meta">
  998.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Wanda Harrell</a></span>
  999.                    </div>
  1000.                  </div>
  1001.                </div>
  1002.              </div>
  1003.            </div>
  1004.          </div>
  1005.  
  1006.          
  1007.        </div>
  1008.      </div>
  1009.    </div>
  1010.  </div>
  1011. </div>
  1012.  
  1013. <style>
  1014.  /* Blog Hero V2 Styles */
  1015.  .blog-hero-v2 {
  1016.    padding: 60px 0;
  1017.  }
  1018.  
  1019.  /* Featured Post Styles */
  1020.  .featured-post {
  1021.    position: relative;
  1022.    border-radius: 20px;
  1023.    overflow: hidden;
  1024.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1025.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1026.  }
  1027.  
  1028.  .featured-post:hover {
  1029.    transform: translateY(-5px);
  1030.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1031.  }
  1032.  
  1033.  .featured-post .post-image {
  1034.    position: relative;
  1035.    height: 500px;
  1036.    overflow: hidden;
  1037.  }
  1038.  
  1039.  .featured-post .post-image img {
  1040.    width: 100%;
  1041.    height: 100%;
  1042.    object-fit: cover;
  1043.    transition: transform 0.5s ease;
  1044.  }
  1045.  
  1046.  .featured-post:hover .post-image img {
  1047.    transform: scale(1.05);
  1048.  }
  1049.  
  1050.  .post-overlay {
  1051.    position: absolute;
  1052.    top: 0;
  1053.    left: 0;
  1054.    right: 0;
  1055.    bottom: 0;
  1056.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1057.    display: flex;
  1058.    align-items: flex-end;
  1059.    padding: 40px;
  1060.  }
  1061.  
  1062.  .post-content .post-title1 {
  1063.    color: white;
  1064.    font-size: 2.5rem;
  1065.    font-weight: 700;
  1066.    margin: 15px 0;
  1067.    line-height: 1.2;
  1068.  }
  1069.  
  1070.  .post-content .post-excerpt {
  1071.    color: rgba(255, 255, 255, 0.9);
  1072.    font-size: 1.1rem;
  1073.    margin-bottom: 20px;
  1074.    line-height: 1.6;
  1075.  }
  1076.  
  1077.  /* Category Badges */
  1078.  .category-badge {
  1079.    display: inline-block;
  1080.    padding: 4px 8px;
  1081.    font-size: 0.75rem;
  1082.    font-weight: 600;
  1083.    text-transform: uppercase;
  1084.    letter-spacing: 0.5px;
  1085.    border-radius: 25px;
  1086.    text-align: center;
  1087.    width: fit-content;
  1088.  }
  1089.  
  1090.  /* Post Meta */
  1091.  .post-meta {
  1092.    display: flex;
  1093.    align-items: center;
  1094.    justify-content: space-between;
  1095.    margin-top: 25px;
  1096.  }
  1097.  
  1098.  .author-info {
  1099.    display: flex;
  1100.    align-items: center;
  1101.    gap: 12px;
  1102.  }
  1103.  
  1104.  .author-avatar {
  1105.    width: 45px !important;
  1106.    height: 45px !important;
  1107.    border-radius: 50%;
  1108.    border: 3px solid white;
  1109.  }
  1110.  
  1111.  .author-name,
  1112.  .post-date {
  1113.    color: rgba(255, 255, 255, 0.9);
  1114.    font-weight: 500;
  1115.  }
  1116.  
  1117.  .author-name {
  1118.    text-decoration: none;
  1119.  }
  1120.  
  1121.  .author-name:hover {
  1122.    color: white;
  1123.  }
  1124.  
  1125.  /* Side Posts */
  1126.  .side-post {
  1127.    background: var(--card-bg);
  1128.    border-radius: 15px;
  1129.    border: 1px solid var(--border-color);
  1130.    overflow: hidden;
  1131.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1132.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1133.    height: auto;
  1134.  }
  1135.  
  1136.  .side-post:hover {
  1137.    transform: translateY(-3px);
  1138.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1139.  }
  1140.  
  1141.  .side-post-image {
  1142.    max-height: 155px;
  1143.    height: 100%;
  1144.    overflow: hidden;
  1145.  }
  1146.  
  1147.  .side-post-image img {
  1148.    width: 100%;
  1149.    height: 100%;
  1150.    object-fit: cover;
  1151.    transition: transform 0.3s ease;
  1152.  }
  1153.  
  1154.  .side-post:hover .side-post-image img {
  1155.    transform: scale(1.1);
  1156.  }
  1157.  
  1158.  .side-post-content {
  1159.    padding: 8px 16px;
  1160.    display: flex;
  1161.    flex-direction: column;
  1162.    justify-content: space-between;
  1163.    height: 100%;
  1164.  }
  1165.  
  1166.  .side-post-content h3 {
  1167.    font-size: 1rem;
  1168.    font-weight: 600;
  1169.    margin: 8px 0;
  1170.    line-height: 1.4;
  1171.  }
  1172.  
  1173.  .side-post-content h3 a {
  1174.    color: #333;
  1175.    text-decoration: none;
  1176.    transition: color 0.3s ease;
  1177.  }
  1178.  
  1179.  .side-post-content h3 a:hover {
  1180.    color: #007bff;
  1181.  }
  1182.  
  1183.  .side-post-meta {
  1184.    font-size: 0.8rem;
  1185.    color: #666;
  1186.    display: flex;
  1187.    flex-direction: column;
  1188.    gap: 4px;
  1189.  }
  1190.  
  1191.  .side-post-meta a {
  1192.    color: #007bff;
  1193.    text-decoration: none;
  1194.  }
  1195.  
  1196.  .side-post-meta a:hover {
  1197.    text-decoration: underline;
  1198.  }
  1199.  
  1200.  /* Responsive Design */
  1201.  @media (max-width: 768px) {
  1202.    .blog-hero-v2 {
  1203.      padding: 30px 0;
  1204.    }
  1205.  
  1206.    .featured-post .post-image {
  1207.      height: 350px;
  1208.    }
  1209.  
  1210.    .post-overlay {
  1211.      padding: 25px;
  1212.    }
  1213.  
  1214.    .post-content .post-title1 {
  1215.      font-size: 1.8rem;
  1216.    }
  1217.  
  1218.    .post-content .post-excerpt {
  1219.      font-size: 1rem;
  1220.      margin-bottom: 15px;
  1221.    }
  1222.  
  1223.    .post-meta {
  1224.      flex-direction: column;
  1225.      align-items: flex-start;
  1226.      gap: 10px;
  1227.    }
  1228.  
  1229.    .side-post {
  1230.      height: auto;
  1231.    }
  1232.  
  1233.    .side-post-content {
  1234.      height: auto;
  1235.      padding: 15px;
  1236.    }
  1237.  }
  1238.  
  1239.  @media (max-width: 576px) {
  1240.    .post-content .post-title1 {
  1241.      font-size: 1.5rem;
  1242.    }
  1243.  
  1244.    .side-post-content h3 {
  1245.      font-size: 0.9rem;
  1246.    }
  1247.  
  1248.    .side-post-image img {}
  1249.  }
  1250. </style>
  1251.  
  1252.  
  1253.  
  1254.  
  1255.        <!-- end of wpo-blog-hero -->
  1256.  
  1257.        <!-- start of wpo-breacking-news -->
  1258.        
  1259.        <!-- end of wpo-breacking-news -->
  1260.        
  1261.        <!-- start wpo-blog-highlights-section -->
  1262.        
  1263.  
  1264.  
  1265.  
  1266.    
  1267.  
  1268.  
  1269.  
  1270. <style>
  1271.    .blog-highlights-v2 {
  1272.        padding: 60px 0;
  1273.        position: relative;
  1274.        overflow: hidden;
  1275.    }
  1276.    
  1277.    .blog-highlights-v2::before {
  1278.        content: '';
  1279.        position: absolute;
  1280.        top: 0;
  1281.        left: 0;
  1282.        width: 100%;
  1283.        height: 100%;
  1284.        background: var(--body-bg);
  1285.        pointer-events: none;
  1286.    }
  1287.    
  1288.    .blog-card-v2 {
  1289.        border: none;
  1290.        border-radius: 20px;
  1291.        overflow: hidden;
  1292.        background: white;
  1293.        height: 100%;
  1294.        position: relative;
  1295.        transform: translateY(0);
  1296.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1297.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1298.        will-change: transform;
  1299.    }
  1300.    
  1301.    .blog-card-v2::before {
  1302.        content: '';
  1303.        position: absolute;
  1304.        top: 0;
  1305.        left: 0;
  1306.        width: 100%;
  1307.        height: 100%;
  1308.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1309.        transform: translateX(-100%);
  1310.        transition: transform 0.6s ease;
  1311.        z-index: 1;
  1312.    }
  1313.    
  1314.    .blog-card-v2:hover {
  1315.        transform: translateY(-15px) scale(1.02);
  1316.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1317.    }
  1318.    
  1319.    .blog-card-v2:hover::before {
  1320.        transform: translateX(100%);
  1321.    }
  1322.    
  1323.    .blog-image-v2 {
  1324.        position: relative;
  1325.        overflow: hidden;
  1326.        height: 250px;
  1327.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1328.    }
  1329.    
  1330.    .blog-image-v2::after {
  1331.        content: '';
  1332.        position: absolute;
  1333.        top: 0;
  1334.        left: 0;
  1335.        width: 100%;
  1336.        height: 100%;
  1337.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1338.        z-index: 2;
  1339.    }
  1340.    
  1341.    .blog-image-v2 img {
  1342.        width: 100%;
  1343.        height: 100%;
  1344.        object-fit: cover;
  1345.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1346.        transform: scale(1);
  1347.    }
  1348.    
  1349.    .blog-card-v2:hover .blog-image-v2 img {
  1350.        transform: scale(1.1) rotate(2deg);
  1351.    }
  1352.    
  1353.    .blog-category-v2 {
  1354.        position: absolute;
  1355.        top: 20px;
  1356.        left: 20px;
  1357.        padding: 8px 16px;
  1358.        border-radius: 50px;
  1359.        font-size: 12px;
  1360.        font-weight: 700;
  1361.        text-transform: uppercase;
  1362.        letter-spacing: 1px;
  1363.      
  1364.        z-index: 3;
  1365.        transform: translateY(0);
  1366.        transition: all 0.3s ease;
  1367.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1368.    }
  1369.    
  1370.    .blog-card-v2:hover .blog-category-v2 {
  1371.        transform: translateY(-5px);
  1372.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1373.    }
  1374.    
  1375.    .blog-content-v2 {
  1376.        padding: 30px 25px;
  1377.        position: relative;
  1378.        z-index: 2;
  1379.    }
  1380.    
  1381.    .blog-title-v2 {
  1382.        font-size: 18px;
  1383.        font-weight: 700;
  1384.        line-height: 1.4;
  1385.        margin-bottom: 15px;
  1386.        min-height: 50px;
  1387.        position: relative;
  1388.        overflow: hidden;
  1389.    }
  1390.    
  1391.    .blog-title-v2 a {
  1392.        text-decoration: none;
  1393.        position: relative;
  1394.        transition: all 0.3s ease;
  1395.        background-clip: text;
  1396.        -webkit-background-clip: text;
  1397.    }
  1398.    
  1399.    .blog-title-v2 a::after {
  1400.        content: '';
  1401.        position: absolute;
  1402.        bottom: -2px;
  1403.        left: 0;
  1404.        width: 0;
  1405.        height: 2px;
  1406.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1407.        transition: width 0.4s ease;
  1408.    }
  1409.    
  1410.    .blog-card-v2:hover .blog-title-v2 a::after {
  1411.        width: 100%;
  1412.    }
  1413.    
  1414.    .blog-meta-v2 {
  1415.        display: flex;
  1416.        align-items: center;
  1417.        gap: 12px;
  1418.        margin-bottom: 15px;
  1419.        font-size: 13px;
  1420.        padding-bottom: 15px;
  1421.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1422.        position: relative;
  1423.    }
  1424.    
  1425.    .blog-meta-v2::after {
  1426.        content: '';
  1427.        position: absolute;
  1428.        bottom: -2px;
  1429.        left: 0;
  1430.        width: 0;
  1431.        height: 2px;
  1432.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1433.        transition: width 0.5s ease 0.2s;
  1434.    }
  1435.    
  1436.    .blog-card-v2:hover .blog-meta-v2::after {
  1437.        width: 60px;
  1438.    }
  1439.    
  1440.    .blog-author-img-v2 {
  1441.        width: 32px;
  1442.        height: 32px;
  1443.        border-radius: 50%;
  1444.        object-fit: cover;
  1445.        border: 3px solid white;
  1446.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1447.        transition: all 0.3s ease;
  1448.    }
  1449.    
  1450.    .blog-card-v2:hover .blog-author-img-v2 {
  1451.        transform: scale(1.1);
  1452.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1453.    }
  1454.    
  1455.    .blog-excerpt-v2 {
  1456.        font-size: 14px;
  1457.        line-height: 1.6;
  1458.        color: #666;
  1459.        display: -webkit-box;
  1460.        -webkit-line-clamp: 3;
  1461.        -webkit-box-orient: vertical;
  1462.        overflow: hidden;
  1463.        position: relative;
  1464.        opacity: 0.8;
  1465.        transition: opacity 0.3s ease;
  1466.    }
  1467.    
  1468.    .blog-card-v2:hover .blog-excerpt-v2 {
  1469.        opacity: 1;
  1470.    }
  1471.    
  1472.    .section-header-v2 {
  1473.        text-align: center;
  1474.        margin-bottom: 70px;
  1475.        position: relative;
  1476.    }
  1477.    
  1478.    .section-title-v2 {
  1479.        font-size: 3.2rem;
  1480.        font-weight: 800;
  1481.        margin-bottom: 20px;
  1482.        position: relative;
  1483.    }
  1484.    
  1485.    .section-title-v2::after {
  1486.        content: '';
  1487.        position: absolute;
  1488.        bottom: -10px;
  1489.        left: 50%;
  1490.        transform: translateX(-50%);
  1491.        width: 80px;
  1492.        height: 4px;
  1493.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1494.        border-radius: 2px;
  1495.    }
  1496.    
  1497.    .section-subtitle-v2 {
  1498.        font-size: 1.1rem;
  1499.        color: #666;
  1500.        max-width: 600px;
  1501.        margin: 0 auto;
  1502.        line-height: 1.6;
  1503.    }
  1504.    
  1505.    .blog-read-more-v2 {
  1506.        position: absolute;
  1507.        bottom: 25px;
  1508.        right: 25px;
  1509.        width: 45px;
  1510.        height: 45px;
  1511.        border-radius: 50%;
  1512.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1513.        display: flex;
  1514.        align-items: center;
  1515.        justify-content: center;
  1516.        color: white;
  1517.        text-decoration: none;
  1518.        transition: all 0.4s ease;
  1519.        transform: scale(0);
  1520.        opacity: 0;
  1521.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1522.    }
  1523.    
  1524.    .blog-card-v2:hover .blog-read-more-v2 {
  1525.        transform: scale(1);
  1526.        opacity: 1;
  1527.    }
  1528.    
  1529.    .blog-read-more-v2:hover {
  1530.        transform: scale(1.1);
  1531.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1532.    }
  1533.    
  1534.    /* Animation Classes */
  1535.    .animate-on-scroll {
  1536.        opacity: 0;
  1537.        transform: translateY(30px);
  1538.        transition: all 0.6s ease;
  1539.    }
  1540.    
  1541.    .animate-on-scroll.animated {
  1542.        opacity: 1;
  1543.        transform: translateY(0);
  1544.    }
  1545.    
  1546.    /* Staggered Animation */
  1547.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1548.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1549.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1550.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1551.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1552.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1553.  
  1554.    @media (max-width: 768px) {
  1555.        .section-title-v2 {
  1556.            font-size: 2.5rem;
  1557.        }
  1558.        .blog-highlights-v2 {
  1559.            padding: 40px 0;
  1560.        }
  1561.        .blog-content-v2 {
  1562.            padding: 25px 20px;
  1563.        }
  1564.        .blog-card-v2:hover {
  1565.            transform: translateY(-10px) scale(1.01);
  1566.        }
  1567.    }
  1568. </style>
  1569.  
  1570. <section class="blog-highlights-v2">
  1571.    <div class="container-fluid fluid-container">
  1572.        <div class="row">
  1573.            <div class="col-12">
  1574.                <div class="section-header-v2 animate-on-scroll">
  1575.                    <h2 class="section-title-v2 text-primary-gradient">
  1576.                Today's Top Highlights
  1577.                   </h2>
  1578.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1579.                </div>
  1580.            </div>
  1581.        </div>
  1582.        
  1583.        <div class="row">
  1584.            <div class="col-lg-8 col-12">
  1585.                <div class="row g-4">
  1586.                    
  1587.                    <div class="col-lg-6 col-md-6 col-12">
  1588.                        <div class="card blog-card-v2 animate-on-scroll">
  1589.                            <div class="blog-image-v2">
  1590.                                
  1591.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1592.                                
  1593.                                <span class="blog-category-v2 bg-primary-gradient">
  1594.                                    News
  1595.                                </span>
  1596.                            </div>
  1597.                            <div class="blog-content-v2">
  1598.                                <h3 class="blog-title-v2">
  1599.                                    <a class="top-color" href="/arsenals-goalkeeper-backs-teams-strength-as-vital-to-multiple-trophy-challenge/">
  1600.                                    Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Vital to Multiple Trophy Challenge
  1601.                                    </a>
  1602.                                </h3>
  1603.                                <div class="blog-meta-v2">
  1604.                                    
  1605.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1606.                                    
  1607.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1608.                                    <span>By Wanda Harrell</span>
  1609.                                    <span style="color: #ccc;">•</span>
  1610.                                    <span style="color: #999;">18 May 2026</span>
  1611.                                </div>
  1612.                                <p class="blog-excerpt-v2"></p>
  1613.                              
  1614.                            </div>
  1615.                        </div>
  1616.                    </div>
  1617.                    
  1618.                    <div class="col-lg-6 col-md-6 col-12">
  1619.                        <div class="card blog-card-v2 animate-on-scroll">
  1620.                            <div class="blog-image-v2">
  1621.                                
  1622.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1623.                                
  1624.                                <span class="blog-category-v2 bg-primary-gradient">
  1625.                                    News
  1626.                                </span>
  1627.                            </div>
  1628.                            <div class="blog-content-v2">
  1629.                                <h3 class="blog-title-v2">
  1630.                                    <a class="top-color" href="/can-the-new-zealand-rugby-team-rediscover-their-magic-in-the-upcoming-matches/">
  1631.                                    Can the New Zealand rugby team rediscover their magic in the upcoming matches?
  1632.                                    </a>
  1633.                                </h3>
  1634.                                <div class="blog-meta-v2">
  1635.                                    
  1636.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1637.                                    
  1638.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1639.                                    <span>By Wanda Harrell</span>
  1640.                                    <span style="color: #ccc;">•</span>
  1641.                                    <span style="color: #999;">18 May 2026</span>
  1642.                                </div>
  1643.                                <p class="blog-excerpt-v2"></p>
  1644.                              
  1645.                            </div>
  1646.                        </div>
  1647.                    </div>
  1648.                    
  1649.                    <div class="col-lg-6 col-md-6 col-12">
  1650.                        <div class="card blog-card-v2 animate-on-scroll">
  1651.                            <div class="blog-image-v2">
  1652.                                
  1653.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1654.                                
  1655.                                <span class="blog-category-v2 bg-primary-gradient">
  1656.                                    News
  1657.                                </span>
  1658.                            </div>
  1659.                            <div class="blog-content-v2">
  1660.                                <h3 class="blog-title-v2">
  1661.                                    <a class="top-color" href="/the-presidents-unprecedented-influence-in-athletics-reached-an-apex-in-2025-2026-looks-set-to-go-further/">
  1662.                                    The President&#x27;s Unprecedented Influence in Athletics Reached An Apex in 2025. 2026 Looks Set to Go Further.
  1663.                                    </a>
  1664.                                </h3>
  1665.                                <div class="blog-meta-v2">
  1666.                                    
  1667.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1668.                                    
  1669.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1670.                                    <span>By Wanda Harrell</span>
  1671.                                    <span style="color: #ccc;">•</span>
  1672.                                    <span style="color: #999;">18 May 2026</span>
  1673.                                </div>
  1674.                                <p class="blog-excerpt-v2"></p>
  1675.                              
  1676.                            </div>
  1677.                        </div>
  1678.                    </div>
  1679.                    
  1680.                    <div class="col-lg-6 col-md-6 col-12">
  1681.                        <div class="card blog-card-v2 animate-on-scroll">
  1682.                            <div class="blog-image-v2">
  1683.                                
  1684.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1685.                                
  1686.                                <span class="blog-category-v2 bg-primary-gradient">
  1687.                                    News
  1688.                                </span>
  1689.                            </div>
  1690.                            <div class="blog-content-v2">
  1691.                                <h3 class="blog-title-v2">
  1692.                                    <a class="top-color" href="/we-were-let-go-and-were-owning-it-this-is-how-to-secure-a-new-job-that-fits-for-you/">
  1693.                                    We Were Let Go, and We&#x27;re Owning It – This Is How to Secure a New Job That Fits for You
  1694.                                    </a>
  1695.                                </h3>
  1696.                                <div class="blog-meta-v2">
  1697.                                    
  1698.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1699.                                    
  1700.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1701.                                    <span>By Wanda Harrell</span>
  1702.                                    <span style="color: #ccc;">•</span>
  1703.                                    <span style="color: #999;">18 May 2026</span>
  1704.                                </div>
  1705.                                <p class="blog-excerpt-v2"></p>
  1706.                              
  1707.                            </div>
  1708.                        </div>
  1709.                    </div>
  1710.                    
  1711.                    <div class="col-lg-6 col-md-6 col-12">
  1712.                        <div class="card blog-card-v2 animate-on-scroll">
  1713.                            <div class="blog-image-v2">
  1714.                                
  1715.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1716.                                
  1717.                                <span class="blog-category-v2 bg-primary-gradient">
  1718.                                    News
  1719.                                </span>
  1720.                            </div>
  1721.                            <div class="blog-content-v2">
  1722.                                <h3 class="blog-title-v2">
  1723.                                    <a class="top-color" href="/more-than-60000-escape-sudans-city-after-seizure-by-rapid-support-forces-paramilitary-group-un-reports/">
  1724.                                    More than 60,000 Escape Sudan&#x27;s City After Seizure by Rapid Support Forces Paramilitary Group, UN Reports
  1725.                                    </a>
  1726.                                </h3>
  1727.                                <div class="blog-meta-v2">
  1728.                                    
  1729.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1730.                                    
  1731.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1732.                                    <span>By Wanda Harrell</span>
  1733.                                    <span style="color: #ccc;">•</span>
  1734.                                    <span style="color: #999;">17 May 2026</span>
  1735.                                </div>
  1736.                                <p class="blog-excerpt-v2"></p>
  1737.                              
  1738.                            </div>
  1739.                        </div>
  1740.                    </div>
  1741.                    
  1742.                    <div class="col-lg-6 col-md-6 col-12">
  1743.                        <div class="card blog-card-v2 animate-on-scroll">
  1744.                            <div class="blog-image-v2">
  1745.                                
  1746.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1747.                                
  1748.                                <span class="blog-category-v2 bg-primary-gradient">
  1749.                                    News
  1750.                                </span>
  1751.                            </div>
  1752.                            <div class="blog-content-v2">
  1753.                                <h3 class="blog-title-v2">
  1754.                                    <a class="top-color" href="/exercise-while-you-are-working-ten-fitness-enhancing-workplace-movements-you-can-do-in-regular-outfits/">
  1755.                                    Exercise while you are working? Ten fitness-enhancing workplace movements you can do in regular outfits
  1756.                                    </a>
  1757.                                </h3>
  1758.                                <div class="blog-meta-v2">
  1759.                                    
  1760.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1761.                                    
  1762.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1763.                                    <span>By Wanda Harrell</span>
  1764.                                    <span style="color: #ccc;">•</span>
  1765.                                    <span style="color: #999;">17 May 2026</span>
  1766.                                </div>
  1767.                                <p class="blog-excerpt-v2"></p>
  1768.                              
  1769.                            </div>
  1770.                        </div>
  1771.                    </div>
  1772.                    
  1773.                    <div class="col-lg-6 col-md-6 col-12">
  1774.                        <div class="card blog-card-v2 animate-on-scroll">
  1775.                            <div class="blog-image-v2">
  1776.                                
  1777.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1778.                                
  1779.                                <span class="blog-category-v2 bg-primary-gradient">
  1780.                                    News
  1781.                                </span>
  1782.                            </div>
  1783.                            <div class="blog-content-v2">
  1784.                                <h3 class="blog-title-v2">
  1785.                                    <a class="top-color" href="/anno-117-pax-romanas-hidden-gem-is-a-breathtaking-first-person-mode/">
  1786.                                    Anno 117: Pax Romana&#x27;s Hidden Gem Is a Breathtaking First-Person Mode.
  1787.                                    </a>
  1788.                                </h3>
  1789.                                <div class="blog-meta-v2">
  1790.                                    
  1791.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1792.                                    
  1793.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1794.                                    <span>By Wanda Harrell</span>
  1795.                                    <span style="color: #ccc;">•</span>
  1796.                                    <span style="color: #999;">17 May 2026</span>
  1797.                                </div>
  1798.                                <p class="blog-excerpt-v2"></p>
  1799.                              
  1800.                            </div>
  1801.                        </div>
  1802.                    </div>
  1803.                    
  1804.                    <div class="col-lg-6 col-md-6 col-12">
  1805.                        <div class="card blog-card-v2 animate-on-scroll">
  1806.                            <div class="blog-image-v2">
  1807.                                
  1808.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1809.                                
  1810.                                <span class="blog-category-v2 bg-primary-gradient">
  1811.                                    News
  1812.                                </span>
  1813.                            </div>
  1814.                            <div class="blog-content-v2">
  1815.                                <h3 class="blog-title-v2">
  1816.                                    <a class="top-color" href="/us-president-donald-trump-states-for-the-most-part-agreement-exists-on-following-steps-of-gaza-ceasefire-plan/">
  1817.                                    US President Donald Trump States &#x27;For the Most Part, Agreement Exists&#x27; on Following Steps of Gaza Ceasefire Plan
  1818.                                    </a>
  1819.                                </h3>
  1820.                                <div class="blog-meta-v2">
  1821.                                    
  1822.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1823.                                    
  1824.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1825.                                    <span>By Wanda Harrell</span>
  1826.                                    <span style="color: #ccc;">•</span>
  1827.                                    <span style="color: #999;">17 May 2026</span>
  1828.                                </div>
  1829.                                <p class="blog-excerpt-v2"></p>
  1830.                              
  1831.                            </div>
  1832.                        </div>
  1833.                    </div>
  1834.                    
  1835.                    <div class="col-lg-6 col-md-6 col-12">
  1836.                        <div class="card blog-card-v2 animate-on-scroll">
  1837.                            <div class="blog-image-v2">
  1838.                                
  1839.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1840.                                
  1841.                                <span class="blog-category-v2 bg-primary-gradient">
  1842.                                    News
  1843.                                </span>
  1844.                            </div>
  1845.                            <div class="blog-content-v2">
  1846.                                <h3 class="blog-title-v2">
  1847.                                    <a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-metal-group-castle-rat/">
  1848.                                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Metal Group Castle Rat
  1849.                                    </a>
  1850.                                </h3>
  1851.                                <div class="blog-meta-v2">
  1852.                                    
  1853.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1854.                                    
  1855.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1856.                                    <span>By Wanda Harrell</span>
  1857.                                    <span style="color: #ccc;">•</span>
  1858.                                    <span style="color: #999;">17 May 2026</span>
  1859.                                </div>
  1860.                                <p class="blog-excerpt-v2"></p>
  1861.                              
  1862.                            </div>
  1863.                        </div>
  1864.                    </div>
  1865.                    
  1866.                    <div class="col-lg-6 col-md-6 col-12">
  1867.                        <div class="card blog-card-v2 animate-on-scroll">
  1868.                            <div class="blog-image-v2">
  1869.                                
  1870.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1871.                                
  1872.                                <span class="blog-category-v2 bg-primary-gradient">
  1873.                                    News
  1874.                                </span>
  1875.                            </div>
  1876.                            <div class="blog-content-v2">
  1877.                                <h3 class="blog-title-v2">
  1878.                                    <a class="top-color" href="/who-is-the-politician-al-carns-ex-royal-marine-and-labour-minister-with-ambitions-on-leadership/">
  1879.                                    Who is the Politician Al Carns? Ex-Royal Marine and Labour Minister with Ambitions on Leadership
  1880.                                    </a>
  1881.                                </h3>
  1882.                                <div class="blog-meta-v2">
  1883.                                    
  1884.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1885.                                    
  1886.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1887.                                    <span>By Wanda Harrell</span>
  1888.                                    <span style="color: #ccc;">•</span>
  1889.                                    <span style="color: #999;">17 May 2026</span>
  1890.                                </div>
  1891.                                <p class="blog-excerpt-v2"></p>
  1892.                              
  1893.                            </div>
  1894.                        </div>
  1895.                    </div>
  1896.                    
  1897.                    <div class="col-lg-6 col-md-6 col-12">
  1898.                        <div class="card blog-card-v2 animate-on-scroll">
  1899.                            <div class="blog-image-v2">
  1900.                                
  1901.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1902.                                
  1903.                                <span class="blog-category-v2 bg-primary-gradient">
  1904.                                    News
  1905.                                </span>
  1906.                            </div>
  1907.                            <div class="blog-content-v2">
  1908.                                <h3 class="blog-title-v2">
  1909.                                    <a class="top-color" href="/swiss-ski-resort-blaze-survivors-are-treated-in-specialist-clinics-across-europe/">
  1910.                                    Swiss Ski Resort Blaze Survivors Are Treated in Specialist Clinics Across Europe
  1911.                                    </a>
  1912.                                </h3>
  1913.                                <div class="blog-meta-v2">
  1914.                                    
  1915.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1916.                                    
  1917.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1918.                                    <span>By Wanda Harrell</span>
  1919.                                    <span style="color: #ccc;">•</span>
  1920.                                    <span style="color: #999;">17 May 2026</span>
  1921.                                </div>
  1922.                                <p class="blog-excerpt-v2"></p>
  1923.                              
  1924.                            </div>
  1925.                        </div>
  1926.                    </div>
  1927.                    
  1928.                    <div class="col-lg-6 col-md-6 col-12">
  1929.                        <div class="card blog-card-v2 animate-on-scroll">
  1930.                            <div class="blog-image-v2">
  1931.                                
  1932.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1933.                                
  1934.                                <span class="blog-category-v2 bg-primary-gradient">
  1935.                                    News
  1936.                                </span>
  1937.                            </div>
  1938.                            <div class="blog-content-v2">
  1939.                                <h3 class="blog-title-v2">
  1940.                                    <a class="top-color" href="/leaders-recognise-leaders-as-the-president-offers-the-mayor-elect-a-cordial-greeting/">
  1941.                                    Leaders Recognise Leaders as The President Offers The Mayor-Elect a Cordial Greeting
  1942.                                    </a>
  1943.                                </h3>
  1944.                                <div class="blog-meta-v2">
  1945.                                    
  1946.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="blog-author-img-v2">
  1947.                                    
  1948.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  1949.                                    <span>By Wanda Harrell</span>
  1950.                                    <span style="color: #ccc;">•</span>
  1951.                                    <span style="color: #999;">17 May 2026</span>
  1952.                                </div>
  1953.                                <p class="blog-excerpt-v2"></p>
  1954.                              
  1955.                            </div>
  1956.                        </div>
  1957.                    </div>
  1958.                    
  1959.                    
  1960.  
  1961.                </div>
  1962.            </div>
  1963.            
  1964.               <div class="col col-lg-4 col-12">
  1965.                
  1966.  
  1967.  
  1968.  
  1969.    
  1970.  
  1971.  
  1972. <!-- Blog Sidebar -->
  1973.  
  1974.    <div class="sidebar mb-3">
  1975.        
  1976.        
  1977.        <div class="sidebar-widget mb-4">
  1978.            <div class="widget-title-wrapper mb-3">
  1979.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  1980.                    May 2026 Blog Roll
  1981.                    <span class="title-arrow"></span>
  1982.                </h4>
  1983.            </div>
  1984.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  1985.                <ul class="list-unstyled scrollable-sidebar">
  1986.                    
  1987.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1988.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1989.                            <i class="ti-angle-right me-2 text-primary"></i>
  1990.                            <span class="fw-semibold">online casino</span>
  1991.                        </a>
  1992.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  1993.                    </li>
  1994.                    
  1995.                    <li class="mb-3 pb-2 border-bottom border-light ">
  1996.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  1997.                            <i class="ti-angle-right me-2 text-primary"></i>
  1998.                            <span class="fw-semibold">online casino canada</span>
  1999.                        </a>
  2000.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2001.                    </li>
  2002.                    
  2003.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2004.                        <a href="https://maliciousaireport.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2005.                            <i class="ti-angle-right me-2 text-primary"></i>
  2006.                            <span class="fw-semibold">canadian online casinos</span>
  2007.                        </a>
  2008.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2009.                    </li>
  2010.                    
  2011.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2012.                        <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2013.                            <i class="ti-angle-right me-2 text-primary"></i>
  2014.                            <span class="fw-semibold">casino en ligne payant</span>
  2015.                        </a>
  2016.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2017.                    </li>
  2018.                    
  2019.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2020.                        <a href="https://www.cgq-qgc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2021.                            <i class="ti-angle-right me-2 text-primary"></i>
  2022.                            <span class="fw-semibold">casino en ligne argent reel</span>
  2023.                        </a>
  2024.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2025.                    </li>
  2026.                    
  2027.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2028.                        <a href="https://bestsportsbettingcanada.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2029.                            <i class="ti-angle-right me-2 text-primary"></i>
  2030.                            <span class="fw-semibold">sports betting sites</span>
  2031.                        </a>
  2032.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2033.                    </li>
  2034.                    
  2035.                </ul>
  2036.            </div>
  2037.        </div>
  2038.        
  2039.        <div class="sidebar-widget mb-4">
  2040.            <div class="widget-title-wrapper mb-3">
  2041.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2042.                    April 2026 Blog Roll
  2043.                    <span class="title-arrow"></span>
  2044.                </h4>
  2045.            </div>
  2046.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2047.                <ul class="list-unstyled scrollable-sidebar">
  2048.                    
  2049.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2050.                        <a href="https://www.thelonelyhour.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2051.                            <i class="ti-angle-right me-2 text-primary"></i>
  2052.                            <span class="fw-semibold">instant withdrawal casino canada</span>
  2053.                        </a>
  2054.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2055.                    </li>
  2056.                    
  2057.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2058.                        <a href="https://www.gameshub.com/canada/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2059.                            <i class="ti-angle-right me-2 text-primary"></i>
  2060.                            <span class="fw-semibold">canadian online casinos</span>
  2061.                        </a>
  2062.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2063.                    </li>
  2064.                    
  2065.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2066.                        <a href="https://www.itwc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2067.                            <i class="ti-angle-right me-2 text-primary"></i>
  2068.                            <span class="fw-semibold">canadian online casinos</span>
  2069.                        </a>
  2070.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2071.                    </li>
  2072.                    
  2073.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2074.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2075.                            <i class="ti-angle-right me-2 text-primary"></i>
  2076.                            <span class="fw-semibold">ontario online casino</span>
  2077.                        </a>
  2078.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2079.                    </li>
  2080.                    
  2081.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2082.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2083.                            <i class="ti-angle-right me-2 text-primary"></i>
  2084.                            <span class="fw-semibold">online casino</span>
  2085.                        </a>
  2086.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2087.                    </li>
  2088.                    
  2089.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2090.                        <a href="https://trueviralnews.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2091.                            <i class="ti-angle-right me-2 text-primary"></i>
  2092.                            <span class="fw-semibold">online casinos</span>
  2093.                        </a>
  2094.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2095.                    </li>
  2096.                    
  2097.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2098.                        <a href="https://www.sheeats.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2099.                            <i class="ti-angle-right me-2 text-primary"></i>
  2100.                            <span class="fw-semibold">online casinos</span>
  2101.                        </a>
  2102.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2103.                    </li>
  2104.                    
  2105.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2106.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2107.                            <i class="ti-angle-right me-2 text-primary"></i>
  2108.                            <span class="fw-semibold">real money casino</span>
  2109.                        </a>
  2110.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2111.                    </li>
  2112.                    
  2113.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2114.                        <a href="https://www.goodfoodawards.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2115.                            <i class="ti-angle-right me-2 text-primary"></i>
  2116.                            <span class="fw-semibold">online casino</span>
  2117.                        </a>
  2118.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2119.                    </li>
  2120.                    
  2121.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2122.                        <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2123.                            <i class="ti-angle-right me-2 text-primary"></i>
  2124.                            <span class="fw-semibold">online casino canada</span>
  2125.                        </a>
  2126.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2127.                    </li>
  2128.                    
  2129.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2130.                        <a href="https://camanjs.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2131.                            <i class="ti-angle-right me-2 text-primary"></i>
  2132.                            <span class="fw-semibold">online casino canada</span>
  2133.                        </a>
  2134.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2135.                    </li>
  2136.                    
  2137.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2138.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2139.                            <i class="ti-angle-right me-2 text-primary"></i>
  2140.                            <span class="fw-semibold">online casino canada</span>
  2141.                        </a>
  2142.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2143.                    </li>
  2144.                    
  2145.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2146.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2147.                            <i class="ti-angle-right me-2 text-primary"></i>
  2148.                            <span class="fw-semibold">online casinos</span>
  2149.                        </a>
  2150.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2151.                    </li>
  2152.                    
  2153.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2154.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2155.                            <i class="ti-angle-right me-2 text-primary"></i>
  2156.                            <span class="fw-semibold">best online casino canada</span>
  2157.                        </a>
  2158.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2159.                    </li>
  2160.                    
  2161.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2162.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2163.                            <i class="ti-angle-right me-2 text-primary"></i>
  2164.                            <span class="fw-semibold">best online casino canada</span>
  2165.                        </a>
  2166.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2167.                    </li>
  2168.                    
  2169.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2170.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2171.                            <i class="ti-angle-right me-2 text-primary"></i>
  2172.                            <span class="fw-semibold">online casino</span>
  2173.                        </a>
  2174.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2175.                    </li>
  2176.                    
  2177.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2178.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2179.                            <i class="ti-angle-right me-2 text-primary"></i>
  2180.                            <span class="fw-semibold">online casinos</span>
  2181.                        </a>
  2182.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2183.                    </li>
  2184.                    
  2185.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2186.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2187.                            <i class="ti-angle-right me-2 text-primary"></i>
  2188.                            <span class="fw-semibold">Casino Not on GAMSTOP</span>
  2189.                        </a>
  2190.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2191.                    </li>
  2192.                    
  2193.                </ul>
  2194.            </div>
  2195.        </div>
  2196.        
  2197.        <div class="sidebar-widget mb-4">
  2198.            <div class="widget-title-wrapper mb-3">
  2199.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2200.                    March 2026 Blog Roll
  2201.                    <span class="title-arrow"></span>
  2202.                </h4>
  2203.            </div>
  2204.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2205.                <ul class="list-unstyled scrollable-sidebar">
  2206.                    
  2207.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2208.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2209.                            <i class="ti-angle-right me-2 text-primary"></i>
  2210.                            <span class="fw-semibold">online casino canada</span>
  2211.                        </a>
  2212.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2213.                    </li>
  2214.                    
  2215.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2216.                        <a href="https://synapsec.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2217.                            <i class="ti-angle-right me-2 text-primary"></i>
  2218.                            <span class="fw-semibold">casino en ligne canadien</span>
  2219.                        </a>
  2220.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2221.                    </li>
  2222.                    
  2223.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2224.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2225.                            <i class="ti-angle-right me-2 text-primary"></i>
  2226.                            <span class="fw-semibold">online casino</span>
  2227.                        </a>
  2228.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2229.                    </li>
  2230.                    
  2231.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2232.                        <a href="https://savinglivesatbirth.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2233.                            <i class="ti-angle-right me-2 text-primary"></i>
  2234.                            <span class="fw-semibold">best online casino canada</span>
  2235.                        </a>
  2236.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2237.                    </li>
  2238.                    
  2239.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2240.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2241.                            <i class="ti-angle-right me-2 text-primary"></i>
  2242.                            <span class="fw-semibold">new casino canada</span>
  2243.                        </a>
  2244.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2245.                    </li>
  2246.                    
  2247.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2248.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2249.                            <i class="ti-angle-right me-2 text-primary"></i>
  2250.                            <span class="fw-semibold">betting sites</span>
  2251.                        </a>
  2252.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2253.                    </li>
  2254.                    
  2255.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2256.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2257.                            <i class="ti-angle-right me-2 text-primary"></i>
  2258.                            <span class="fw-semibold">betting sites</span>
  2259.                        </a>
  2260.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2261.                    </li>
  2262.                    
  2263.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2264.                        <a href="https://www.northernstars.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2265.                            <i class="ti-angle-right me-2 text-primary"></i>
  2266.                            <span class="fw-semibold">online casino canada</span>
  2267.                        </a>
  2268.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2269.                    </li>
  2270.                    
  2271.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2272.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2273.                            <i class="ti-angle-right me-2 text-primary"></i>
  2274.                            <span class="fw-semibold">betting sites canada</span>
  2275.                        </a>
  2276.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2277.                    </li>
  2278.                    
  2279.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2280.                        <a href="https://www.skyscan.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2281.                            <i class="ti-angle-right me-2 text-primary"></i>
  2282.                            <span class="fw-semibold">online casino</span>
  2283.                        </a>
  2284.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2285.                    </li>
  2286.                    
  2287.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2288.                        <a href="https://cruxgg.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2289.                            <i class="ti-angle-right me-2 text-primary"></i>
  2290.                            <span class="fw-semibold">online casinos</span>
  2291.                        </a>
  2292.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2293.                    </li>
  2294.                    
  2295.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2296.                        <a href="https://microtop.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2297.                            <i class="ti-angle-right me-2 text-primary"></i>
  2298.                            <span class="fw-semibold">online casino canada</span>
  2299.                        </a>
  2300.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2301.                    </li>
  2302.                    
  2303.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2304.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2305.                            <i class="ti-angle-right me-2 text-primary"></i>
  2306.                            <span class="fw-semibold">online casino canada</span>
  2307.                        </a>
  2308.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2309.                    </li>
  2310.                    
  2311.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2312.                        <a href="https://www.biomilq.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2313.                            <i class="ti-angle-right me-2 text-primary"></i>
  2314.                            <span class="fw-semibold">online casino</span>
  2315.                        </a>
  2316.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2317.                    </li>
  2318.                    
  2319.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2320.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2321.                            <i class="ti-angle-right me-2 text-primary"></i>
  2322.                            <span class="fw-semibold">online casino canada</span>
  2323.                        </a>
  2324.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2325.                    </li>
  2326.                    
  2327.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2328.                        <a href="https://www.tvarchive.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2329.                            <i class="ti-angle-right me-2 text-primary"></i>
  2330.                            <span class="fw-semibold">online casino</span>
  2331.                        </a>
  2332.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2333.                    </li>
  2334.                    
  2335.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2336.                        <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2337.                            <i class="ti-angle-right me-2 text-primary"></i>
  2338.                            <span class="fw-semibold">online casino</span>
  2339.                        </a>
  2340.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2341.                    </li>
  2342.                    
  2343.                </ul>
  2344.            </div>
  2345.        </div>
  2346.        
  2347.        <div class="sidebar-widget mb-4">
  2348.            <div class="widget-title-wrapper mb-3">
  2349.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2350.                    February 2026 Blog Roll
  2351.                    <span class="title-arrow"></span>
  2352.                </h4>
  2353.            </div>
  2354.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2355.                <ul class="list-unstyled scrollable-sidebar">
  2356.                    
  2357.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2358.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="fw-semibold">non gamstop betting sites</span>
  2361.                        </a>
  2362.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2363.                    </li>
  2364.                    
  2365.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2366.                        <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2367.                            <i class="ti-angle-right me-2 text-primary"></i>
  2368.                            <span class="fw-semibold">online casinos</span>
  2369.                        </a>
  2370.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2371.                    </li>
  2372.                    
  2373.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2374.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2375.                            <i class="ti-angle-right me-2 text-primary"></i>
  2376.                            <span class="fw-semibold">sports betting sites canada</span>
  2377.                        </a>
  2378.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2379.                    </li>
  2380.                    
  2381.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2382.                        <a href="https://scena.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2383.                            <i class="ti-angle-right me-2 text-primary"></i>
  2384.                            <span class="fw-semibold">casino en ligne</span>
  2385.                        </a>
  2386.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2387.                    </li>
  2388.                    
  2389.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2390.                        <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="fw-semibold">betting sites</span>
  2393.                        </a>
  2394.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2395.                    </li>
  2396.                    
  2397.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2398.                        <a href="https://daydreaminginparadise.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="fw-semibold">online casinos</span>
  2401.                        </a>
  2402.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2403.                    </li>
  2404.                    
  2405.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2406.                        <a href="https://visualgenome.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="fw-semibold">best online casinos</span>
  2409.                        </a>
  2410.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2411.                    </li>
  2412.                    
  2413.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2414.                        <a href="https://loplops.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="fw-semibold">online casino</span>
  2417.                        </a>
  2418.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2419.                    </li>
  2420.                    
  2421.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2422.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="fw-semibold">best online casinos</span>
  2425.                        </a>
  2426.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2427.                    </li>
  2428.                    
  2429.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2430.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="fw-semibold">best online casinos</span>
  2433.                        </a>
  2434.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2435.                    </li>
  2436.                    
  2437.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2438.                        <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="fw-semibold">online casinos canada</span>
  2441.                        </a>
  2442.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2443.                    </li>
  2444.                    
  2445.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2446.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="fw-semibold">best online casinos</span>
  2449.                        </a>
  2450.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2451.                    </li>
  2452.                    
  2453.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2454.                        <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="fw-semibold">online casino canada</span>
  2457.                        </a>
  2458.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2459.                    </li>
  2460.                    
  2461.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2462.                        <a href="https://torontosversion.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="fw-semibold">online casino</span>
  2465.                        </a>
  2466.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2467.                    </li>
  2468.                    
  2469.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2470.                        <a href="https://lovenorthernbc.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="fw-semibold">online casino</span>
  2473.                        </a>
  2474.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2475.                    </li>
  2476.                    
  2477.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2478.                        <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="fw-semibold">online casino</span>
  2481.                        </a>
  2482.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2483.                    </li>
  2484.                    
  2485.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2486.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2487.                            <i class="ti-angle-right me-2 text-primary"></i>
  2488.                            <span class="fw-semibold">online casino</span>
  2489.                        </a>
  2490.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2491.                    </li>
  2492.                    
  2493.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2494.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2495.                            <i class="ti-angle-right me-2 text-primary"></i>
  2496.                            <span class="fw-semibold">online casinos</span>
  2497.                        </a>
  2498.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2499.                    </li>
  2500.                    
  2501.                </ul>
  2502.            </div>
  2503.        </div>
  2504.        
  2505.  
  2506.        <!-- Recent Posts Section -->
  2507.        <div class="sidebar-widget mb-3">
  2508.            <div class="widget-title-wrapper mb-3">
  2509.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2510.                    Recent Posts
  2511.                    <span class="title-arrow"></span>
  2512.                </h4>
  2513.            </div>
  2514.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2515.                <div class="recent-post-list">
  2516.                    
  2517.                    
  2518.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2519.                        <div class="post-image me-3 flex-shrink-0">
  2520.                            
  2521.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2522.                            
  2523.                        </div>
  2524.                        <div class="post-content flex-grow-1">
  2525.                            <h6 class="post-title mb-1">
  2526.                                 <a href="/the-ten-year-affair-by-author-erin-somers-the-middle-aged-adultery-story-our-era-deserves/" class="text-decoration-none top-color fw-semibold">
  2527.                                    The Ten Year Affair by author Erin Somers: The Middle-Aged Adultery Story Our Era Deserves.
  2528.                                </a>
  2529.                            </h6>
  2530.                            <div class="post-meta">
  2531.                                <small class="text-muted">
  2532.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2533.                                </small>
  2534.                                <!-- <small class="text-muted ms-2">
  2535.                                    <i class="ti-eye me-1"></i>234 views
  2536.                                </small> -->
  2537.                            </div>
  2538.                        </div>
  2539.                    </div>
  2540.                    
  2541.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2542.                        <div class="post-image me-3 flex-shrink-0">
  2543.                            
  2544.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2545.                            
  2546.                        </div>
  2547.                        <div class="post-content flex-grow-1">
  2548.                            <h6 class="post-title mb-1">
  2549.                                 <a href="/leader-zelenskyy-says-the-nation-was-10-off-from-peace-but-not-at-any-cost/" class="text-decoration-none top-color fw-semibold">
  2550.                                    Leader Zelenskyy Says The Nation Was 10% Off from Peace, But Not at Any Cost
  2551.                                </a>
  2552.                            </h6>
  2553.                            <div class="post-meta">
  2554.                                <small class="text-muted">
  2555.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2556.                                </small>
  2557.                                <!-- <small class="text-muted ms-2">
  2558.                                    <i class="ti-eye me-1"></i>234 views
  2559.                                </small> -->
  2560.                            </div>
  2561.                        </div>
  2562.                    </div>
  2563.                    
  2564.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2565.                        <div class="post-image me-3 flex-shrink-0">
  2566.                            
  2567.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2568.                            
  2569.                        </div>
  2570.                        <div class="post-content flex-grow-1">
  2571.                            <h6 class="post-title mb-1">
  2572.                                 <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/" class="text-decoration-none top-color fw-semibold">
  2573.                                    The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  2574.                                </a>
  2575.                            </h6>
  2576.                            <div class="post-meta">
  2577.                                <small class="text-muted">
  2578.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2579.                                </small>
  2580.                                <!-- <small class="text-muted ms-2">
  2581.                                    <i class="ti-eye me-1"></i>234 views
  2582.                                </small> -->
  2583.                            </div>
  2584.                        </div>
  2585.                    </div>
  2586.                    
  2587.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2588.                        <div class="post-image me-3 flex-shrink-0">
  2589.                            
  2590.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2591.                            
  2592.                        </div>
  2593.                        <div class="post-content flex-grow-1">
  2594.                            <h6 class="post-title mb-1">
  2595.                                 <a href="/trump-international-tensions-limited-coverage-major-obstacles-to-global-warming-solutions-that-dogged-climate-summit/" class="text-decoration-none top-color fw-semibold">
  2596.                                    Trump, International Tensions, Limited Coverage: Major Obstacles to Global Warming Solutions That Dogged Climate Summit
  2597.                                </a>
  2598.                            </h6>
  2599.                            <div class="post-meta">
  2600.                                <small class="text-muted">
  2601.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2602.                                </small>
  2603.                                <!-- <small class="text-muted ms-2">
  2604.                                    <i class="ti-eye me-1"></i>234 views
  2605.                                </small> -->
  2606.                            </div>
  2607.                        </div>
  2608.                    </div>
  2609.                    
  2610.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2611.                        <div class="post-image me-3 flex-shrink-0">
  2612.                            
  2613.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2614.                            
  2615.                        </div>
  2616.                        <div class="post-content flex-grow-1">
  2617.                            <h6 class="post-title mb-1">
  2618.                                 <a href="/food-benefits-expected-to-cease-for-tens-of-millions-during-prolonged-us-government-shutdown/" class="text-decoration-none top-color fw-semibold">
  2619.                                    Food Benefits Expected to Cease for Tens of Millions During Prolonged US Government Shutdown
  2620.                                </a>
  2621.                            </h6>
  2622.                            <div class="post-meta">
  2623.                                <small class="text-muted">
  2624.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2625.                                </small>
  2626.                                <!-- <small class="text-muted ms-2">
  2627.                                    <i class="ti-eye me-1"></i>234 views
  2628.                                </small> -->
  2629.                            </div>
  2630.                        </div>
  2631.                    </div>
  2632.                    
  2633.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2634.                        <div class="post-image me-3 flex-shrink-0">
  2635.                            
  2636.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2637.                            
  2638.                        </div>
  2639.                        <div class="post-content flex-grow-1">
  2640.                            <h6 class="post-title mb-1">
  2641.                                 <a href="/sadness-occurs-as-person-passes-away-after-ocean-rescue-off-uk-shoreline/" class="text-decoration-none top-color fw-semibold">
  2642.                                    Sadness Occurs as Person Passes Away After Ocean Rescue Off UK Shoreline
  2643.                                </a>
  2644.                            </h6>
  2645.                            <div class="post-meta">
  2646.                                <small class="text-muted">
  2647.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2648.                                </small>
  2649.                                <!-- <small class="text-muted ms-2">
  2650.                                    <i class="ti-eye me-1"></i>234 views
  2651.                                </small> -->
  2652.                            </div>
  2653.                        </div>
  2654.                    </div>
  2655.                    
  2656.  
  2657.                </div>
  2658.            </div>
  2659.        </div>
  2660.  
  2661.    </div>
  2662.  
  2663.  
  2664. <!-- Sidebar Styles -->
  2665. <style>
  2666.    .sidebar-widget {
  2667.        position: relative;
  2668.    }
  2669.    
  2670.    .widget-title {
  2671.        font-size: 1.1rem;
  2672.        font-weight: 700;
  2673.        display: inline-block;
  2674.        position: relative;
  2675.        z-index: 2;
  2676.        border-radius: 0;
  2677.    }
  2678.    
  2679.    .title-arrow::after {
  2680.        content: '';
  2681.        position: absolute;
  2682.        top: 0;
  2683.        right: -20px;
  2684.        width: 0;
  2685.        height: 0;
  2686.        border-left: 20px solid var(--bs-primary);
  2687.        border-top: 20px solid transparent;
  2688.        border-bottom: 20px solid transparent;
  2689.        z-index: 1;
  2690.    }
  2691.    
  2692.    .widget-content {
  2693.        margin-top: -1px;
  2694.        position: relative;
  2695.        z-index: 1;
  2696.         background-color: var(--card-bg);
  2697.    }
  2698.    
  2699.    .recent-post-item:hover .post-title1 a {
  2700.        color: #dc3545 !important;
  2701.        transition: color 0.3s ease;
  2702.    }
  2703.    
  2704.    .recent-post-item .post-image img {
  2705.        transition: transform 0.3s ease;
  2706.    }
  2707.    
  2708.    .recent-post-item:hover .post-image img {
  2709.        transform: scale(1.05);
  2710.    }
  2711.    
  2712.    .btn:hover {
  2713.        transform: translateY(-1px);
  2714.        transition: all 0.3s ease;
  2715.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2716.    }
  2717.    
  2718.    @media (max-width: 991px) {
  2719.        .sidebar {
  2720.            margin-top: 3rem;
  2721.        }
  2722.    }
  2723.    
  2724.    @media (max-width: 576px) {
  2725.        .widget-title {
  2726.            font-size: 1rem;
  2727.            padding: 0.75rem 1rem !important;
  2728.        }
  2729.        
  2730.        .title-arrow::after {
  2731.            right: -15px;
  2732.            border-left: 15px solid var(--bs-primary);
  2733.            border-top: 15px solid transparent;
  2734.            border-bottom: 15px solid transparent;
  2735.        }
  2736.        
  2737.        .post-image {
  2738.            display: none !important;
  2739.        }
  2740.    }
  2741. </style>
  2742.    
  2743.            </div>
  2744.        </div>
  2745.    </div>
  2746. </section>
  2747.  
  2748. <script>
  2749. // Intersection Observer for scroll animations
  2750. document.addEventListener('DOMContentLoaded', function() {
  2751.    const observerOptions = {
  2752.        threshold: 0.1,
  2753.        rootMargin: '0px 0px -50px 0px'
  2754.    };
  2755.  
  2756.    const observer = new IntersectionObserver(function(entries) {
  2757.        entries.forEach(entry => {
  2758.            if (entry.isIntersecting) {
  2759.                entry.target.classList.add('animated');
  2760.            }
  2761.        });
  2762.    }, observerOptions);
  2763.  
  2764.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  2765.        observer.observe(el);
  2766.    });
  2767. });
  2768. </script>
  2769.  
  2770.    
  2771.        
  2772.        <!-- end wpo-blog-highlights-section -->
  2773.        <!-- start wpo-blog-sponsored-section -->
  2774.        
  2775.  
  2776.  
  2777.  
  2778.    
  2779.  
  2780.  
  2781.  
  2782. <style>
  2783.    .sponsored-section-v5 {
  2784.        padding: 40px 0;
  2785.    }
  2786.    
  2787.    .sponsored-card-v5 {
  2788.        background: var(--card-bg);
  2789.        border: 1px solid #f5f5f5;
  2790.        border-radius: var(--border-radius);
  2791.        transition: border-color 0.3s ease;
  2792.        height: 100%;
  2793.    }
  2794.    
  2795.    .sponsored-card-v5:hover {
  2796.        border-color: var(--bs-primary);
  2797.    }
  2798.    
  2799.    .sponsored-image-v5 {
  2800.        position: relative;
  2801.        background: var(--card-bg);
  2802.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  2803.        margin: 15px 15px 0;
  2804.    }
  2805.    
  2806.    .sponsored-image-v5 img {
  2807.        width: 100%;
  2808.        height: 140px;
  2809.        object-fit: cover;
  2810.        border-radius: var(--border-radius);
  2811.    }
  2812.    
  2813.    .sponsored-badge-v5 {
  2814.        position: absolute;
  2815.        top: 6px;
  2816.        left: 8px;
  2817.        padding: 4px 10px;
  2818.        font-size: 11px;
  2819.        font-weight: 600;
  2820.        text-transform: uppercase;    
  2821.        border-radius: var(--border-radius);
  2822.    }
  2823.    
  2824.    .sponsored-badge-v5::before {
  2825.        content: '';
  2826.        position: absolute;
  2827.        top: 8px;
  2828.        left: -10px;
  2829.        border-top: 10px solid var(--bs-primary);
  2830.        border-left: 10px solid transparent;
  2831.        transform: rotate(45deg);
  2832.    }
  2833.    
  2834.    .sponsored-content-v5 {
  2835.        padding: 15px;
  2836.    }
  2837.    
  2838.    .sponsored-title-v5 {
  2839.        font-size: 15px;
  2840.        font-weight: 700;
  2841.        line-height: 1.4;
  2842.        margin-bottom: 8px;
  2843.        color: #333;
  2844.    }
  2845.    
  2846.    .sponsored-title-v5 a {
  2847.        text-decoration: none;
  2848.        color: #333;
  2849.    }
  2850.    
  2851.    .sponsored-title-v5 a:hover {
  2852.        color: var(--bs-primary); /* Purple hover */
  2853.    }
  2854.    
  2855.    .sponsored-excerpt-v5 {
  2856.        font-size: 12px;
  2857.        font-style: italic;
  2858.        color: #868e96;
  2859.        margin-bottom: 10px;
  2860.        line-height: 1.5;
  2861.    }
  2862.    
  2863.    .sponsored-meta-v5 {
  2864.        font-size: 11px;
  2865.        color: #6c757d;
  2866.    }
  2867.    
  2868.    .author-info-v5 {
  2869.        margin-bottom: 5px;
  2870.    }
  2871.    
  2872.    .sponsored-author-img-v5 {
  2873.        width: 22px;
  2874.        height: 22px;
  2875.        border-radius: var(--border-radius);
  2876.        object-fit: cover;
  2877.        vertical-align: middle;
  2878.        margin-right: 5px;
  2879.    }
  2880.    
  2881.    .section-title-sponsored-v5 {
  2882.        font-size: 2.1rem;
  2883.        font-weight: 700;
  2884.        text-align: center;
  2885.        margin-bottom: 30px;
  2886.        color: #333;
  2887.        position: relative;
  2888.    }
  2889.    
  2890.    .section-title-sponsored-v5::after {
  2891.        content: '';
  2892.        position: absolute;
  2893.        bottom: -10px;
  2894.        left: 50%;
  2895.        transform: translateX(-50%);
  2896.        width: 80px;
  2897.        height: 2px;
  2898.        background: var(--bs-primary);
  2899.        box-shadow: 0 2px 0 0 var(--bs-primary);
  2900.    }
  2901.  
  2902.    @media (max-width: 768px) {
  2903.        .sponsored-section-v5 {
  2904.            padding: 25px 0;
  2905.        }
  2906.        .sponsored-image-v5 {
  2907.            margin: 10px 10px 0;
  2908.            padding: 8px;
  2909.        }
  2910.        .sponsored-image-v5 img {
  2911.            height: 120px;
  2912.        }
  2913.        .sponsored-content-v5 {
  2914.            padding: 12px;
  2915.        }
  2916.        .sponsored-title-v5 {
  2917.            font-size: 14px;
  2918.        }
  2919.        .sponsored-excerpt-v5 {
  2920.            font-size: 11px;
  2921.        }
  2922.        .section-title-sponsored-v5 {
  2923.            font-size: 1.7rem;
  2924.        }
  2925.    }
  2926. </style>
  2927.  
  2928. <section class="sponsored-section-v5">
  2929.    <div class="container-fluid fluid-container">
  2930.        <div class="row">
  2931.            <div class="col-12">
  2932.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  2933.            </div>
  2934.        </div>
  2935.        
  2936.        <div class="row g-3">
  2937.            
  2938.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2939.                <div class="card sponsored-card-v5">
  2940.                    <div class="sponsored-image-v5">
  2941.                        
  2942.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2943.                        
  2944.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2945.                    </div>
  2946.                    <div class="sponsored-content-v5">
  2947.                        <h3 class="sponsored-title-v5">
  2948.                            <a href="/the-ten-year-affair-by-author-erin-somers-the-middle-aged-adultery-story-our-era-deserves/" >
  2949.                                            The Ten Year Affair by author Erin Somers: The Middle-Aged Adultery Story Our Era Deserves.
  2950.                                            </a>
  2951.                        </h3>
  2952.                        <p class="sponsored-excerpt-v5">
  2953.                          
  2954.                        </p>
  2955.                        <div class="sponsored-meta-v5">
  2956.                            <div class="author-info-v5">
  2957.                                
  2958.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  2959.                                
  2960.                                <span>
  2961.                                    Wanda Harrell
  2962.                                </span>
  2963.                            </div>
  2964.                            <div>16 May 2026</div>
  2965.                        </div>
  2966.                    </div>
  2967.                </div>
  2968.            </div>
  2969.            
  2970.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2971.                <div class="card sponsored-card-v5">
  2972.                    <div class="sponsored-image-v5">
  2973.                        
  2974.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2975.                        
  2976.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  2977.                    </div>
  2978.                    <div class="sponsored-content-v5">
  2979.                        <h3 class="sponsored-title-v5">
  2980.                            <a href="/leader-zelenskyy-says-the-nation-was-10-off-from-peace-but-not-at-any-cost/" >
  2981.                                            Leader Zelenskyy Says The Nation Was 10% Off from Peace, But Not at Any Cost
  2982.                                            </a>
  2983.                        </h3>
  2984.                        <p class="sponsored-excerpt-v5">
  2985.                          
  2986.                        </p>
  2987.                        <div class="sponsored-meta-v5">
  2988.                            <div class="author-info-v5">
  2989.                                
  2990.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  2991.                                
  2992.                                <span>
  2993.                                    Wanda Harrell
  2994.                                </span>
  2995.                            </div>
  2996.                            <div>16 May 2026</div>
  2997.                        </div>
  2998.                    </div>
  2999.                </div>
  3000.            </div>
  3001.            
  3002.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3003.                <div class="card sponsored-card-v5">
  3004.                    <div class="sponsored-image-v5">
  3005.                        
  3006.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3007.                        
  3008.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3009.                    </div>
  3010.                    <div class="sponsored-content-v5">
  3011.                        <h3 class="sponsored-title-v5">
  3012.                            <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/" >
  3013.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  3014.                                            </a>
  3015.                        </h3>
  3016.                        <p class="sponsored-excerpt-v5">
  3017.                          
  3018.                        </p>
  3019.                        <div class="sponsored-meta-v5">
  3020.                            <div class="author-info-v5">
  3021.                                
  3022.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  3023.                                
  3024.                                <span>
  3025.                                    Wanda Harrell
  3026.                                </span>
  3027.                            </div>
  3028.                            <div>16 May 2026</div>
  3029.                        </div>
  3030.                    </div>
  3031.                </div>
  3032.            </div>
  3033.            
  3034.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3035.                <div class="card sponsored-card-v5">
  3036.                    <div class="sponsored-image-v5">
  3037.                        
  3038.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3039.                        
  3040.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3041.                    </div>
  3042.                    <div class="sponsored-content-v5">
  3043.                        <h3 class="sponsored-title-v5">
  3044.                            <a href="/trump-international-tensions-limited-coverage-major-obstacles-to-global-warming-solutions-that-dogged-climate-summit/" >
  3045.                                            Trump, International Tensions, Limited Coverage: Major Obstacles to Global Warming Solutions That Dogged Climate Summit
  3046.                                            </a>
  3047.                        </h3>
  3048.                        <p class="sponsored-excerpt-v5">
  3049.                          
  3050.                        </p>
  3051.                        <div class="sponsored-meta-v5">
  3052.                            <div class="author-info-v5">
  3053.                                
  3054.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  3055.                                
  3056.                                <span>
  3057.                                    Wanda Harrell
  3058.                                </span>
  3059.                            </div>
  3060.                            <div>16 May 2026</div>
  3061.                        </div>
  3062.                    </div>
  3063.                </div>
  3064.            </div>
  3065.            
  3066.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3067.                <div class="card sponsored-card-v5">
  3068.                    <div class="sponsored-image-v5">
  3069.                        
  3070.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3071.                        
  3072.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3073.                    </div>
  3074.                    <div class="sponsored-content-v5">
  3075.                        <h3 class="sponsored-title-v5">
  3076.                            <a href="/food-benefits-expected-to-cease-for-tens-of-millions-during-prolonged-us-government-shutdown/" >
  3077.                                            Food Benefits Expected to Cease for Tens of Millions During Prolonged US Government Shutdown
  3078.                                            </a>
  3079.                        </h3>
  3080.                        <p class="sponsored-excerpt-v5">
  3081.                          
  3082.                        </p>
  3083.                        <div class="sponsored-meta-v5">
  3084.                            <div class="author-info-v5">
  3085.                                
  3086.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  3087.                                
  3088.                                <span>
  3089.                                    Wanda Harrell
  3090.                                </span>
  3091.                            </div>
  3092.                            <div>16 May 2026</div>
  3093.                        </div>
  3094.                    </div>
  3095.                </div>
  3096.            </div>
  3097.            
  3098.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3099.                <div class="card sponsored-card-v5">
  3100.                    <div class="sponsored-image-v5">
  3101.                        
  3102.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3103.                        
  3104.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3105.                    </div>
  3106.                    <div class="sponsored-content-v5">
  3107.                        <h3 class="sponsored-title-v5">
  3108.                            <a href="/sadness-occurs-as-person-passes-away-after-ocean-rescue-off-uk-shoreline/" >
  3109.                                            Sadness Occurs as Person Passes Away After Ocean Rescue Off UK Shoreline
  3110.                                            </a>
  3111.                        </h3>
  3112.                        <p class="sponsored-excerpt-v5">
  3113.                          
  3114.                        </p>
  3115.                        <div class="sponsored-meta-v5">
  3116.                            <div class="author-info-v5">
  3117.                                
  3118.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/337cf9fe-8eb0-42c2-a244-d0d5289da64c_profile.png" alt="Wanda Harrell" style="object-fit: cover;" class="sponsored-author-img-v5">
  3119.                                
  3120.                                <span>
  3121.                                    Wanda Harrell
  3122.                                </span>
  3123.                            </div>
  3124.                            <div>16 May 2026</div>
  3125.                        </div>
  3126.                    </div>
  3127.                </div>
  3128.            </div>
  3129.            
  3130.        </div>
  3131.    </div>
  3132. </section>
  3133.  
  3134.  
  3135.    
  3136.        <!-- end wpo-blog-sponsored-section -->
  3137.        <!-- start wpo-subscribe-section -->
  3138.        
  3139.        <!-- end subscribe-section -->
  3140.        <!-- start of wpo-site-footer-section -->
  3141.        
  3142.  
  3143.  
  3144.  
  3145.  
  3146.  
  3147.  
  3148. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3149. <footer class="footer-v5 bg-primary-gradient border-top">
  3150.    
  3151.    <!-- Main Footer Content -->
  3152.    <div class="container-fluid py-5">
  3153.        
  3154.        <!-- Top Section with Logo and Description -->
  3155.        <div class="row mb-5">
  3156.            <div class="col-12 text-center">
  3157.                <div class="footer-brand mb-4">
  3158.                    
  3159.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8a5cbba-2444-4414-9795-b99c48482069_logo.png" alt="Smart Online" class="footer-logo mb-3" height="60">
  3160.                    
  3161.                    <h4 class="fw-bold footer-color mb-2">Smart Online</h4>
  3162.                    <p class="footer-color opacity-50">Smart Online offers expert insights on digital marketing, SEO, and business growth strategies to help entrepreneurs succeed in the competitive online marketplace.</p>
  3163.                </div>
  3164.            </div>
  3165.        </div>
  3166.  
  3167.        <!-- Content Grid -->
  3168.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3169.            
  3170.            <!-- Quick Links Column -->
  3171.            <div class="">
  3172.                <div class="footer-section">
  3173.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3174.                        Quick Links
  3175.                    </h6>
  3176.                    <ul class="list-unstyled footer-links">
  3177.                        
  3178.                        <li class="mb-2">
  3179.                            <a href="/line-of-duty-confirmed-for-seventh-season-on-bbc/"
  3180.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3181.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3182.                                Line of Duty Confirmed for Seventh Season on BBC
  3183.                            </a>
  3184.                        </li>
  3185.                        
  3186.                        <li class="mb-2">
  3187.                            <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-this-years-campaign-and-plans-to-retain-trainer-for-2026/"
  3188.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3189.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3190.                                The 22-year-old tennis player Emma Raducanu wraps up this year&#x27;s campaign and plans to retain trainer for 2026.
  3191.                            </a>
  3192.                        </li>
  3193.                        
  3194.                        <li class="mb-2">
  3195.                            <a href="/three-xbox-game-pass-games-that-will-justify-your-subscription-this-weekend-nov-21-23/"
  3196.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3197.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3198.                                Three Xbox Game Pass Games That Will Justify Your Subscription This Weekend (Nov. 21-23)
  3199.                            </a>
  3200.                        </li>
  3201.                        
  3202.                        <li class="mb-2">
  3203.                            <a href="/ashes-pre-series-trash-talk-intensifies-as-broad-labels-australian-team-the-worst-after-2010/"
  3204.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3205.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3206.                                Ashes Pre-Series Trash Talk Intensifies as Broad Labels Australian Team the Worst After 2010
  3207.                            </a>
  3208.                        </li>
  3209.                        
  3210.                        <li class="mb-2">
  3211.                            <a href="/stefanos-tsitsipas-seriously-considered-retirement-amid-pain-filled-campaign/"
  3212.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3213.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3214.                                Stefanos Tsitsipas Seriously Considered Retirement Amid Pain-Filled Campaign
  3215.                            </a>
  3216.                        </li>
  3217.                        
  3218.                        <li class="mb-2">
  3219.                            <a href="/spurs-defender-van-de-ven-shares-surprise-over-postecoglou-dismissal/"
  3220.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3221.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3222.                                Spurs Defender Van de Ven Shares Surprise Over Postecoglou Dismissal
  3223.                            </a>
  3224.                        </li>
  3225.                        
  3226.                    </ul>
  3227.                </div>
  3228.            </div>
  3229.  
  3230.            <!-- Resources Column -->
  3231.            <div class="">
  3232.                <div class="footer-section">
  3233.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3234.                        Resources
  3235.                    </h6>
  3236.                   <ul class="footer-links" id="footerLinks">
  3237.        
  3238.        
  3239.  
  3240.        
  3241.        
  3242.        
  3243.        
  3244.    </ul>
  3245.                </div>
  3246.            </div>
  3247.  
  3248.            <!-- Categories Column -->
  3249.            <div class="">
  3250.                <div class="footer-section">
  3251.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3252.                        Categories
  3253.                    </h6>
  3254.                    <div class="category-tags">
  3255.                      
  3256.                                <li>
  3257.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3258.                                        All Posts
  3259.                                    </a>
  3260.                                </li>
  3261.                                
  3262.                                <li>
  3263.                                    <a href="/category/business/" class="footer-link footer-color">
  3264.                                        Business
  3265.                                    </a>
  3266.                                </li>
  3267.                                
  3268.                                <li>
  3269.                                    <a href="/category/esports/" class="footer-link footer-color">
  3270.                                        Esports
  3271.                                    </a>
  3272.                                </li>
  3273.                                
  3274.                                <li>
  3275.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3276.                                        Fashion
  3277.                                    </a>
  3278.                                </li>
  3279.                                
  3280.                                <li>
  3281.                                    <a href="/category/featured/" class="footer-link footer-color">
  3282.                                        Featured
  3283.                                    </a>
  3284.                                </li>
  3285.                                
  3286.                                <li>
  3287.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3288.                                        Gaming
  3289.                                    </a>
  3290.                                </li>
  3291.                                
  3292.                    </div>
  3293.                </div>
  3294.            </div>
  3295.  
  3296.        </div>
  3297.  
  3298.    </div>
  3299.  
  3300.    <!-- Footer Bottom -->
  3301.    <div class="footer-bottom  border-top py-3">
  3302.        <div class="container-fluid fluid-container">
  3303.            <div class=" d-flex justify-content-between flex-wrap">
  3304.                <div class="">
  3305.                    <p class="mb-0 footer-color  ">
  3306.                        © 2026 <span class="fw-semibold footer-color">Smart Online</span>. All rights reserved.
  3307.                    </p>
  3308.                </div>
  3309.                <div class="">
  3310.                    <div class="footer-nav">
  3311.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3312.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3313.                        </a>
  3314.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3315.                            <i class="bi bi-file-text me-1"></i>Terms
  3316.                        </a>
  3317.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3318.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3319.                        </a>
  3320.                    </div>
  3321.                </div>
  3322.            </div>
  3323.        </div>
  3324.    </div>
  3325.  
  3326. </footer>
  3327.  
  3328. <style>
  3329. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3330.  
  3331.  
  3332.  
  3333.  
  3334. .footer-logo {
  3335.    border-radius: 8px;
  3336. }
  3337.  
  3338. /* Footer Sections */
  3339. .footer-section {
  3340.    padding: 0 15px;
  3341. }
  3342.  
  3343. .footer-section h6 {
  3344.    position: relative;
  3345.    padding-bottom: 8px;
  3346. }
  3347.  
  3348. .footer-section h6::after {
  3349.    content: '';
  3350.    position: absolute;
  3351.    bottom: 0;
  3352.    left: 0;
  3353.    width: 30px;
  3354.    height: 2px;
  3355.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3356.    border-radius: 1px;
  3357. }
  3358.  
  3359. /* Links Styling */
  3360. .footer-links a {
  3361.    transition: all 0.3s ease;
  3362.    padding: 4px 0;
  3363.    border-radius: 4px;
  3364. }
  3365.  
  3366. .footer-links a:hover {
  3367.    color: var(--bs-primary) !important;
  3368.    padding-left: 8px;
  3369. }
  3370.  
  3371. .footer-links a:hover i {
  3372.    transform: translateX(2px);
  3373. }
  3374.  
  3375. /* Category Tags */
  3376. .category-tag {
  3377.    transition: all 0.3s ease;
  3378.    padding: 6px 12px !important;
  3379.    font-size: 0.875rem;
  3380. }
  3381.  
  3382.  
  3383.  
  3384. /* Footer Bottom */
  3385. .footer-bottom {
  3386.    backdrop-filter: blur(10px);
  3387. }
  3388.  
  3389. /* Responsive Design */
  3390. @media (max-width: 768px) {
  3391.    .footer-v5 {
  3392.        margin-top: 60px;
  3393.    }
  3394.    
  3395.    .footer-section {
  3396.        text-align:start;
  3397.        margin-bottom: 40px;
  3398.    }
  3399.    
  3400.    .footer-links a,
  3401.    .category-tags {
  3402.        justify-content:start;
  3403.    }
  3404.    
  3405.    .social-links .d-flex {
  3406.        justify-content:start;
  3407.    }
  3408. }
  3409.  
  3410. @media (max-width: 576px) {
  3411.    .footer-brand h4 {
  3412.        font-size: 1.25rem;
  3413.    }
  3414.    
  3415.    .stats-item h5 {
  3416.        font-size: 1.1rem;
  3417.    }
  3418.    
  3419.    .newsletter-form .btn {
  3420.        padding: 8px 12px;
  3421.    }
  3422. }
  3423.  
  3424. /* Animation Classes */
  3425. .fade-in {
  3426.    animation: fadeIn 0.6s ease-in;
  3427. }
  3428.  
  3429. @keyframes fadeIn {
  3430.    from { opacity: 0; transform: translateY(20px); }
  3431.    to { opacity: 1; transform: translateY(0); }
  3432. }
  3433.  
  3434. /* Loading State */
  3435. .loading {
  3436.    pointer-events: none;
  3437.    opacity: 0.7;
  3438. }
  3439.  
  3440. .loading .btn {
  3441.    position: relative;
  3442. }
  3443.  
  3444. .loading .btn::after {
  3445.    content: '';
  3446.    position: absolute;
  3447.    top: 50%;
  3448.    left: 50%;
  3449.    width: 16px;
  3450.    height: 16px;
  3451.    margin: -8px 0 0 -8px;
  3452.    border: 2px solid transparent;
  3453.    border-top-color: currentColor;
  3454.    border-radius: 50%;
  3455.    animation: spin 1s linear infinite;
  3456. }
  3457.  
  3458. @keyframes spin {
  3459.    to { transform: rotate(360deg); }
  3460. }
  3461.  
  3462. /* Utility Classes */
  3463. .text-gradient {
  3464.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3465.    -webkit-background-clip: text;
  3466.    -webkit-text-fill-color: transparent;
  3467.    background-clip: text;
  3468. }
  3469.  
  3470. .hover-lift {
  3471.    transition: transform 0.3s ease;
  3472. }
  3473.  
  3474. .hover-lift:hover {
  3475.    transform: translateY(-2px);
  3476. }
  3477. </style>
  3478.  
  3479.  
  3480. <script>
  3481. document.addEventListener('DOMContentLoaded', function() {
  3482.    
  3483.    // Initialize Bootstrap tooltips
  3484.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3485.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3486.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3487.    });
  3488.  
  3489.    // Newsletter form handling
  3490.    const newsletterForm = document.querySelector('.newsletter-form');
  3491.    if (newsletterForm) {
  3492.        newsletterForm.addEventListener('submit', function(e) {
  3493.            e.preventDefault();
  3494.            
  3495.            const email = this.querySelector('input[name="email"]').value.trim();
  3496.            const submitBtn = this.querySelector('button[type="submit"]');
  3497.            const originalContent = submitBtn.innerHTML;
  3498.            
  3499.            // Validate email
  3500.            if (!email || !isValidEmail(email)) {
  3501.                showToast('Please enter a valid email address', 'error');
  3502.                return;
  3503.            }
  3504.            
  3505.            // Show loading state
  3506.            this.classList.add('loading');
  3507.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3508.            submitBtn.disabled = true;
  3509.            
  3510.            // Simulate API call
  3511.            setTimeout(() => {
  3512.                // Success state
  3513.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3514.                submitBtn.classList.remove('btn-primary');
  3515.                submitBtn.classList.add('btn-success');
  3516.                
  3517.                showToast('Successfully subscribed to newsletter!', 'success');
  3518.                
  3519.                // Reset form
  3520.                setTimeout(() => {
  3521.                    this.classList.remove('loading');
  3522.                    submitBtn.innerHTML = originalContent;
  3523.                    submitBtn.classList.remove('btn-success');
  3524.                    submitBtn.classList.add('btn-primary');
  3525.                    submitBtn.disabled = false;
  3526.                    this.reset();
  3527.                }, 2000);
  3528.                
  3529.            }, 1500);
  3530.        });
  3531.    }
  3532.    
  3533.    // Email validation function
  3534.    function isValidEmail(email) {
  3535.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3536.        return emailRegex.test(email);
  3537.    }
  3538.    
  3539.    // Toast notification function
  3540.    function showToast(message, type = 'info') {
  3541.        // Remove existing toasts
  3542.        const existingToasts = document.querySelectorAll('.custom-toast');
  3543.        existingToasts.forEach(toast => toast.remove());
  3544.        
  3545.        // Create toast
  3546.        const toast = document.createElement('div');
  3547.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3548.        toast.style.zIndex = '9999';
  3549.        toast.innerHTML = `
  3550.            <div class="d-flex align-items-center">
  3551.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3552.                <span>${message}</span>
  3553.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3554.            </div>
  3555.        `;
  3556.        
  3557.        document.body.appendChild(toast);
  3558.        
  3559.        // Auto remove after 4 seconds
  3560.        setTimeout(() => {
  3561.            if (toast && toast.parentNode) {
  3562.                toast.remove();
  3563.            }
  3564.        }, 4000);
  3565.    }
  3566.    
  3567.    // Smooth scroll for internal links
  3568.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3569.        anchor.addEventListener('click', function(e) {
  3570.            e.preventDefault();
  3571.            const target = document.querySelector(this.getAttribute('href'));
  3572.            if (target) {
  3573.                target.scrollIntoView({
  3574.                    behavior: 'smooth',
  3575.                    block: 'start'
  3576.                });
  3577.            }
  3578.        });
  3579.    });
  3580.    
  3581.    // Add fade-in animation to footer sections on scroll
  3582.    const observerOptions = {
  3583.        threshold: 0.1,
  3584.        rootMargin: '0px 0px -50px 0px'
  3585.    };
  3586.    
  3587.    const sectionObserver = new IntersectionObserver((entries) => {
  3588.        entries.forEach(entry => {
  3589.            if (entry.isIntersecting) {
  3590.                entry.target.classList.add('fade-in');
  3591.            }
  3592.        });
  3593.    }, observerOptions);
  3594.    
  3595.    // Observe footer sections
  3596.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3597.        sectionObserver.observe(section);
  3598.    });
  3599.    
  3600.    // Enhanced hover effects for category tags
  3601.    document.querySelectorAll('.category-tag').forEach(tag => {
  3602.        tag.addEventListener('mouseenter', function() {
  3603.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3604.        });
  3605.        
  3606.        tag.addEventListener('mouseleave', function() {
  3607.            this.style.transform = 'translateY(0) scale(1)';
  3608.        });
  3609.    });
  3610.    
  3611.    // Prevent default for demo links
  3612.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3613.        link.addEventListener('click', function(e) {
  3614.            e.preventDefault();
  3615.        });
  3616.    });
  3617.    
  3618.    // Add click ripple effect to buttons
  3619.    document.querySelectorAll('.btn').forEach(btn => {
  3620.        btn.addEventListener('click', function(e) {
  3621.            const ripple = document.createElement('span');
  3622.            const rect = this.getBoundingClientRect();
  3623.            const size = Math.max(rect.width, rect.height);
  3624.            const x = e.clientX - rect.left - size / 2;
  3625.            const y = e.clientY - rect.top - size / 2;
  3626.            
  3627.            ripple.style.cssText = `
  3628.                position: absolute;
  3629.                left: ${x}px;
  3630.                top: ${y}px;
  3631.                width: ${size}px;
  3632.                height: ${size}px;
  3633.                border-radius: 50%;
  3634.                background: rgba(255, 255, 255, 0.4);
  3635.                transform: scale(0);
  3636.                animation: ripple-effect 0.6s linear;
  3637.                pointer-events: none;
  3638.            `;
  3639.            
  3640.            this.style.position = 'relative';
  3641.            this.style.overflow = 'hidden';
  3642.            this.appendChild(ripple);
  3643.            
  3644.            setTimeout(() => ripple.remove(), 600);
  3645.        });
  3646.    });
  3647.    
  3648. });
  3649.  
  3650. // Add ripple animation CSS
  3651. const rippleCSS = document.createElement('style');
  3652. rippleCSS.textContent = `
  3653.    @keyframes ripple-effect {
  3654.        to {
  3655.            transform: scale(4);
  3656.            opacity: 0;
  3657.        }
  3658.    }
  3659. `;
  3660. document.head.appendChild(rippleCSS);
  3661.  
  3662. document.addEventListener('DOMContentLoaded', function () {
  3663.    var btn = document.getElementById('toggleFooterLinks');
  3664.    if (!btn) return; // No extra links, no button
  3665.  
  3666.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3667.  
  3668.    btn.addEventListener('click', function () {
  3669.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3670.            return li.classList.contains('d-none');
  3671.        });
  3672.  
  3673.        extras.forEach(function (li) {
  3674.            if (anyHidden) {
  3675.                li.classList.remove('d-none');
  3676.                li.classList.add('show');
  3677.            } else {
  3678.                li.classList.add('d-none');
  3679.                li.classList.remove('show');
  3680.            }
  3681.        });
  3682.  
  3683.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3684.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3685.    });
  3686. });
  3687.  
  3688. </script>
  3689.  
  3690.        <!-- end of wpo-site-footer-section -->
  3691.    </div>
  3692.    <!-- end of page-wrapper -->
  3693.  
  3694.    <!-- All JavaScript files
  3695.    ================================================== -->
  3696.    
  3697.  
  3698. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3699. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3700. <!-- Plugins for this template -->
  3701. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3702. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3703. <!-- Custom script for this template -->
  3704. <script src="/static/blogapp/assets/js/script.js"></script>
  3705.  
  3706. <script>
  3707. (function () {
  3708. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3709. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3710.  
  3711. function applyFallback(img) {
  3712. if (!img || img.dataset.fallbackApplied === "1") {
  3713. return;
  3714. }
  3715. var failedSrc = img.currentSrc || img.src || "";
  3716. img.dataset.fallbackApplied = "1";
  3717. img.onerror = null;
  3718. img.src = fallbackImageSrc;
  3719. console.warn("[ImageFallback] Replaced broken image:", {
  3720. failedSrc: failedSrc,
  3721. fallbackSrc: fallbackImageSrc,
  3722. alt: img.alt || "",
  3723. });
  3724. }
  3725.  
  3726. document.querySelectorAll("img").forEach(function (img) {
  3727. if (img.complete && img.naturalWidth === 0) {
  3728. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3729. failedSrc: img.currentSrc || img.src || "",
  3730. alt: img.alt || "",
  3731. });
  3732. applyFallback(img);
  3733. }
  3734. });
  3735.  
  3736. document.addEventListener(
  3737. "error",
  3738. function (event) {
  3739. var target = event.target;
  3740. if (target && target.tagName === "IMG") {
  3741. applyFallback(target);
  3742. }
  3743. },
  3744. true
  3745. );
  3746. })();
  3747. </script>
  3748.  
  3749. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3750.  
  3751.  
  3752.  
  3753. <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":"7276b61655c944feb961252ffb63ad91","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3754. </body>
  3755.  
  3756. </html>
  3757.  
  3758.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda