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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_47_ruw7Pgg_NhG4b5U_K80wiLv_IR8gjqF.png">
  14.    
  15.  
  16.    <title>DeltaCraft: Premium Woodworking Tools &amp; Expert DIY Guides</title>
  17.    <meta name="description" content="Discover DeltaCraft&#x27;s premium woodworking tools, expert tutorials, and DIY project guides. Learn techniques, read reviews, and join our crafting community.">
  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://deltacraft.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #4ea8de;
  42.        --bs-primary-rgb: 4ea8de;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #93c5fd;
  48.        --bs-light: #dbeafe;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #4ea8de;
  53.        --theme-primary-color-s2: #4ea8de;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #dbeafe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #dbeafe;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e3a8a;
  73.        --nav-bg: #1e3a8a;
  74.        --sub-nav: #334155;
  75.        --navbar-color: #dbeafe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #dbeafe;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #dbeafe;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 10px;
  83.        --link-color: #4ea8de;
  84.        --link-hover: #3b82f6;
  85.        --blog-color: #dbeafe;
  86.        --blog-bg: rgba(78, 168, 222, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_47">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar ">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row align-items-center ">
  410.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  411.        <div class="contact-intro ">
  412.          <ul class="d-flex gap-2 align-items-center">
  413.            <li class="update ">
  414.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  415.            </li>
  416.            <li class="top-color">
  417.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  418.                <p class="text-center mb-0">
  419.                  
  420.                  <a href="/sitting-with-sir-alex-and-getting-knocked-out-a-photographers-tales/" class="px-5 top-color">
  421.                    Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Tales
  422.                  </a>
  423.                  
  424.                  <a href="/gavin-newsom-rejects-early-release-for-cult-member-longtime-inmate/" class="px-5 top-color">
  425.                    Gavin Newsom Rejects Early Release for Cult Member Longtime Inmate
  426.                  </a>
  427.                  
  428.                  <a href="/individual-accused-in-brown-university-tragedy-found-discovered-deceased-inside-storage-unit/" class="px-5 top-color">
  429.                    Individual Accused in Brown University Tragedy Found Discovered Deceased Inside Storage Unit.
  430.                  </a>
  431.                  
  432.                  <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-edible-fungi/" class="px-5 top-color">
  433.                    Washing Mushrooms: The Great Debate: A Guide to Preparing Edible Fungi
  434.                  </a>
  435.                  
  436.                  <a href="/body-of-triathlete-seemingly-attacked-by-shark-found-on-california-shore/" class="px-5 top-color">
  437.                    Body of Triathlete Seemingly Attacked by Shark Found on California Shore
  438.                  </a>
  439.                  
  440.                </p>
  441.              </marquee>
  442.            </li>
  443.          </ul>
  444.        </div>
  445.      </div>
  446.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  447.        <div class="contact-info ">
  448.          <ul>
  449.            <li>
  450.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  451.            </li>
  452.            <li>
  453.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  454.            </li>
  455.            <li>
  456.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  457.            </li>
  458.            <li>
  459.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  460.            </li>
  461.          </ul>
  462.        </div>
  463.      </div>
  464.    </div>
  465.  </div>
  466. </div>
  467.  
  468.  
  469.  
  470.  
  471.  
  472.            
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479. <header class="header-v8 mb-4">
  480.    <div class="container-fluid fluid-container">
  481.        <!-- Main Navigation Card -->
  482.        <div class="nav-card-v8">
  483.            <div class="row align-items-center justify-content-between">
  484.                <!-- Logo Section -->
  485.               <div class="col-lg-2 col-md-3 col-6">
  486.                    <div class="logo-section-v8">
  487.                        <a class="logo-link-v8" href="/">
  488.                            
  489.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a58cb33b-d9ea-4c81-b937-895183877bf4_logo.png" alt="DeltaCraft" class="logo-img-v8" />
  490.                            
  491.                        </a>
  492.                    </div>
  493.                </div>
  494.  
  495.                <!-- Navigation Menu -->
  496.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  497.                    <nav class="main-nav-v8">
  498.                        <ul class="nav-list-v8">
  499.  
  500.                            
  501.                            <li class="nav-item-v8">
  502.                                <a href="/" class="nav-link-v8 active-v8"
  503.                                    data-text="Home">Home</a>
  504.                            </li>
  505.  
  506.                            
  507.                            
  508.                             <li class="nav-item-v8">
  509.                                <a href="/category/all-posts/" class="nav-link-v8"
  510.                                    data-text="All Posts">
  511.                                    All Posts
  512.                                </a>
  513.                                </li>
  514.  
  515.                                
  516.  
  517.                                                
  518.                                                
  519.                                
  520.                             <li class="nav-item-v8">
  521.                                <a href="/category/business/" class="nav-link-v8"
  522.                                    data-text="Business">
  523.                                    Business
  524.                                </a>
  525.                                </li>
  526.  
  527.                                
  528.  
  529.                                                
  530.                                                
  531.                                
  532.                             <li class="nav-item-v8">
  533.                                <a href="/category/esports/" class="nav-link-v8"
  534.                                    data-text="Esports">
  535.                                    Esports
  536.                                </a>
  537.                                </li>
  538.  
  539.                                
  540.  
  541.                                                
  542.                                                
  543.                                
  544.                             <li class="nav-item-v8">
  545.                                <a href="/category/fashion/" class="nav-link-v8"
  546.                                    data-text="Fashion">
  547.                                    Fashion
  548.                                </a>
  549.                                </li>
  550.  
  551.                                
  552.  
  553.                                                
  554.                                                
  555.                                
  556.                             <li class="nav-item-v8">
  557.                                <a href="/category/featured/" class="nav-link-v8"
  558.                                    data-text="Featured">
  559.                                    Featured
  560.                                </a>
  561.                                </li>
  562.  
  563.                                
  564.  
  565.                                                
  566.                                                
  567.                                
  568.                             <li class="nav-item-v8">
  569.                                <a href="/category/gaming/" class="nav-link-v8"
  570.                                    data-text="Gaming">
  571.                                    Gaming
  572.                                </a>
  573.                                </li>
  574.  
  575.                                
  576.  
  577.                                                
  578.                                                
  579.                                
  580.                             <li class="nav-item-v8">
  581.                                <a href="/category/health/" class="nav-link-v8"
  582.                                    data-text="Health">
  583.                                    Health
  584.                                </a>
  585.                                </li>
  586.  
  587.                                
  588.  
  589.                                                
  590.                                                
  591.                                
  592.                            
  593.                                
  594.                                
  595.                                <li class="nav-item-v8 has-dropdown-v8">
  596.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  597.                                    <div class="dropdown-card-v8">
  598.                                        <div class="dropdown-grid-v8">
  599.                                            <div class="dropdown-section-v8">
  600.                                                <a href="/category/life-fitness/"
  601.                                                    class="dropdown-link-v8">
  602.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  603.                                                </a>
  604.                                                
  605.  
  606.                                                
  607.  
  608.                                                
  609.                                                
  610.                                
  611.                            
  612.                                                <a href="/category/lifestyle/"
  613.                                                    class="dropdown-link-v8">
  614.                                                    <span class="link-icon-v8"></span> Lifestyle
  615.                                                </a>
  616.                                                
  617.  
  618.                                                
  619.                                                
  620.                                
  621.                            
  622.                                                <a href="/category/news/"
  623.                                                    class="dropdown-link-v8">
  624.                                                    <span class="link-icon-v8"></span> News
  625.                                                </a>
  626.                                                
  627.  
  628.                                                
  629.                                                
  630.                                
  631.                            
  632.                                                <a href="/category/others/"
  633.                                                    class="dropdown-link-v8">
  634.                                                    <span class="link-icon-v8"></span> Others
  635.                                                </a>
  636.                                                
  637.  
  638.                                                
  639.                                                
  640.                                
  641.                            
  642.                                                <a href="/category/politics/"
  643.                                                    class="dropdown-link-v8">
  644.                                                    <span class="link-icon-v8"></span> Politics
  645.                                                </a>
  646.                                                
  647.  
  648.                                                
  649.                                                
  650.                                
  651.                            
  652.                                                <a href="/category/sports/"
  653.                                                    class="dropdown-link-v8">
  654.                                                    <span class="link-icon-v8"></span> Sports
  655.                                                </a>
  656.                                                
  657.  
  658.                                                
  659.                                                
  660.                                
  661.                            
  662.                                                <a href="/category/tech/"
  663.                                                    class="dropdown-link-v8">
  664.                                                    <span class="link-icon-v8"></span> Tech
  665.                                                </a>
  666.                                                
  667.  
  668.                                                
  669.                                                
  670.                                
  671.                            
  672.                                                <a href="/category/travel/"
  673.                                                    class="dropdown-link-v8">
  674.                                                    <span class="link-icon-v8"></span> Travel
  675.                                                </a>
  676.                                                
  677.  
  678.                                                
  679.                                                
  680.                                            </div>
  681.                                        </div>
  682.                                    </div>
  683.                                </li>
  684.                                
  685.                                
  686. <li>
  687.                  <a href="/page/contact-us/">
  688.                     Contact Us
  689.                  </a>
  690.              </li>
  691.                        </ul>
  692.                    </nav>
  693.  
  694.                </div>
  695.  
  696.                <!-- Search & Mobile Toggle -->
  697.                <div class="col-lg-2 col-md-3 col-6">
  698.                    <div class="nav-actions-v8">
  699.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  700.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  701.                                stroke-width="2">
  702.                                <circle cx="11" cy="11" r="8"></circle>
  703.                                <path d="m21 21-4.35-4.35"></path>
  704.                            </svg>
  705.                        </button>
  706.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  707.                            <i class="ti-menu fs-5"></i>
  708.                        </button>
  709.                    </div>
  710.                </div>
  711.            </div>
  712.        </div>
  713.  
  714.        <!-- Floating Search Card -->
  715.        <div class="search-card-v8" id="searchCardV8">
  716.            <div class="search-container-v8">
  717.                <form class="search-form-v8" action="#" method="get">
  718.                    <div class="search-input-wrapper-v8">
  719.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  720.                            stroke="currentColor" stroke-width="2">
  721.                            <circle cx="11" cy="11" r="8"></circle>
  722.                            <path d="m21 21-4.35-4.35"></path>
  723.                        </svg>
  724.                        <input type="search" class="search-input-v8" id="search-input"
  725.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  726.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  727.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  728.                                stroke-width="2">
  729.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  730.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  731.                            </svg>
  732.                        </button>
  733.                    </div>
  734.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  735.                        
  736.                        
  737.                    </div>
  738.                </form>
  739.            </div>
  740.        </div>
  741.  
  742.        <!-- Mobile Navigation Card -->
  743.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  744.            <div class="mobile-nav-content-v8">
  745.                <ul class="mobile-nav-list-v8">
  746.  
  747.                    
  748.                    <li class="mobile-nav-item-v8">
  749.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  750.                            Home
  751.                        </a>
  752.                    </li>
  753.  
  754.                    
  755.                      <li class="mobile-nav-item-v8">
  756.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  757.                            All Posts
  758.                        </a>
  759.                        </li>
  760.  
  761.                        
  762.  
  763.                                
  764.                                
  765.                        
  766.                      <li class="mobile-nav-item-v8">
  767.                        <a href="/category/business/" class="mobile-nav-link-v8">
  768.                            Business
  769.                        </a>
  770.                        </li>
  771.  
  772.                        
  773.  
  774.                                
  775.                                
  776.                        
  777.                      <li class="mobile-nav-item-v8">
  778.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  779.                            Esports
  780.                        </a>
  781.                        </li>
  782.  
  783.                        
  784.  
  785.                                
  786.                                
  787.                        
  788.                      <li class="mobile-nav-item-v8">
  789.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  790.                            Fashion
  791.                        </a>
  792.                        </li>
  793.  
  794.                        
  795.  
  796.                                
  797.                                
  798.                        
  799.                      <li class="mobile-nav-item-v8">
  800.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  801.                            Featured
  802.                        </a>
  803.                        </li>
  804.  
  805.                        
  806.  
  807.                                
  808.                                
  809.                        
  810.                      <li class="mobile-nav-item-v8">
  811.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  812.                            Gaming
  813.                        </a>
  814.                        </li>
  815.  
  816.                        
  817.  
  818.                                
  819.                                
  820.                        
  821.                      <li class="mobile-nav-item-v8">
  822.                        <a href="/category/health/" class="mobile-nav-link-v8">
  823.                            Health
  824.                        </a>
  825.                        </li>
  826.  
  827.                        
  828.  
  829.                                
  830.                                
  831.                        
  832.                    
  833.                        
  834.                        
  835.                        <li class="mobile-nav-item-v8">
  836.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  837.                                More
  838.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  839.                                    stroke="currentColor" stroke-width="2">
  840.                                    <polyline points="6,9 12,15 18,9"></polyline>
  841.                                </svg>
  842.                            </a>
  843.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  844.                                <li>
  845.                                    <a href="/category/life-fitness/"
  846.                                        class="mobile-sub-link-v8">
  847.                                        Life &amp; Fitness
  848.                                    </a>
  849.                                </li>
  850.                                
  851.  
  852.                                
  853.  
  854.                                
  855.                                
  856.                        
  857.                    
  858.                                
  859.                                <li>
  860.                                    <a href="/category/lifestyle/"
  861.                                        class="mobile-sub-link-v8">
  862.                                        Lifestyle
  863.                                    </a>
  864.                                </li>
  865.                                
  866.  
  867.                                
  868.                                
  869.                        
  870.                    
  871.                                
  872.                                <li>
  873.                                    <a href="/category/news/"
  874.                                        class="mobile-sub-link-v8">
  875.                                        News
  876.                                    </a>
  877.                                </li>
  878.                                
  879.  
  880.                                
  881.                                
  882.                        
  883.                    
  884.                                
  885.                                <li>
  886.                                    <a href="/category/others/"
  887.                                        class="mobile-sub-link-v8">
  888.                                        Others
  889.                                    </a>
  890.                                </li>
  891.                                
  892.  
  893.                                
  894.                                
  895.                        
  896.                    
  897.                                
  898.                                <li>
  899.                                    <a href="/category/politics/"
  900.                                        class="mobile-sub-link-v8">
  901.                                        Politics
  902.                                    </a>
  903.                                </li>
  904.                                
  905.  
  906.                                
  907.                                
  908.                        
  909.                    
  910.                                
  911.                                <li>
  912.                                    <a href="/category/sports/"
  913.                                        class="mobile-sub-link-v8">
  914.                                        Sports
  915.                                    </a>
  916.                                </li>
  917.                                
  918.  
  919.                                
  920.                                
  921.                        
  922.                    
  923.                                
  924.                                <li>
  925.                                    <a href="/category/tech/"
  926.                                        class="mobile-sub-link-v8">
  927.                                        Tech
  928.                                    </a>
  929.                                </li>
  930.                                
  931.  
  932.                                
  933.                                
  934.                        
  935.                    
  936.                                
  937.                                <li>
  938.                                    <a href="/category/travel/"
  939.                                        class="mobile-sub-link-v8">
  940.                                        Travel
  941.                                    </a>
  942.                                </li>
  943.                                
  944.  
  945.                                
  946.                                
  947.                            </ul>
  948.                        </li>
  949.                        
  950.                        
  951.  
  952.                </ul>
  953.  
  954.            </div>
  955.        </div>
  956.    </div>
  957.  
  958.    <!-- Background Overlay -->
  959.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  960. </header>
  961.  
  962. <style>
  963.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  964.    .header-v8 {
  965.        padding: 20px 0;
  966.        position: relative;
  967.        min-height: 120px;
  968.    }
  969.  
  970.    /* Main Navigation Card */
  971.    .nav-card-v8 {
  972.        background:var(--navbar-bg);
  973.        backdrop-filter: blur(20px);
  974.        border: 1px solid var(--border-color);
  975.        border-radius: 20px;
  976.        padding: 15px 25px;
  977.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  978.        position: relative;
  979.        z-index: 100;
  980.    }
  981.  
  982.    /* Logo Styles */
  983.    .logo-img-v8 {
  984.        max-height: 60px;
  985.        transition: all 0.3s ease;
  986.    }
  987.  
  988.    .logo-link-v8:hover .logo-img-v8 {
  989.        transform: scale(1.05) rotate(2deg);
  990.    }
  991.  
  992.    /* Main Navigation */
  993.    .nav-list-v8 {
  994.        list-style: none;
  995.        padding: 0;
  996.        margin: 0;
  997.        display: flex;
  998.        align-items: center;
  999.        justify-content: center;
  1000.        gap: 8px;
  1001.    }
  1002.  
  1003.    .nav-item-v8 {
  1004.        position: relative;
  1005.    }
  1006.  
  1007.    .nav-link-v8 {
  1008.        color: #4a5568;
  1009.        text-decoration: none;
  1010.        font-weight: 500;
  1011.        font-size: 15px;
  1012.        padding: 12px 18px;
  1013.        border-radius: 12px;
  1014.        position: relative;
  1015.        transition: all 0.3s ease;
  1016.        display: block;
  1017.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1018.    }
  1019.  
  1020.    .nav-link-v8::before {
  1021.        content: attr(data-text);
  1022.        position: absolute;
  1023.        top: 0;
  1024.        left: 0;
  1025.        right: 0;
  1026.        bottom: 0;
  1027.        display: flex;
  1028.        align-items: center;
  1029.        justify-content: center;
  1030.        background: var(--sub-nav);
  1031.        color: var(--topbar-color);
  1032.        border-radius: 12px;
  1033.        opacity: 0;
  1034.        transform: scale(0.8);
  1035.        transition: all 0.3s ease;
  1036.        font-weight: 600;
  1037.    }
  1038.  
  1039.    .nav-link-v8:hover::before,
  1040.    .nav-link-v8.active-v8::before {
  1041.        opacity: 1;
  1042.        transform: scale(1);
  1043.    }
  1044.  
  1045.    .nav-link-v8:hover,
  1046.    .nav-link-v8.active-v8 {
  1047.        color: transparent;
  1048.        background: rgba(102, 126, 234, 0.1);
  1049.    }
  1050.  
  1051.    /* Dropdown Styles */
  1052.    .dropdown-card-v8 {
  1053.        position: absolute;
  1054.        top: calc(100% + 15px);
  1055.        left: 50%;
  1056.        transform: translateX(-50%);
  1057.        background:var(--navbar-bg);
  1058.        backdrop-filter: blur(20px);
  1059.        border: 1px solid var(--border-color);
  1060.        border-radius: 16px;
  1061.        padding: 25px;
  1062.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1063.        opacity: 0;
  1064.        visibility: hidden;
  1065.        transform: translateX(-50%) translateY(-10px);
  1066.        transition: all 0.3s ease;
  1067.        z-index: 200;
  1068.        min-width: 320px;
  1069.    }
  1070.  
  1071.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1072.        opacity: 1;
  1073.        visibility: visible;
  1074.        transform: translateX(-50%) translateY(0);
  1075.    }
  1076.  
  1077.    .dropdown-grid-v8 {
  1078.        display: grid;
  1079.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1080.        gap: 20px;
  1081.    }
  1082.  
  1083.    .dropdown-header-v8 {
  1084.        font-size: 12px;
  1085.        font-weight: 700;
  1086.        color: #667eea;
  1087.        margin-bottom: 12px;
  1088.        text-transform: uppercase;
  1089.        letter-spacing: 1px;
  1090.    }
  1091.  
  1092.    .dropdown-link-v8 {
  1093.        display: flex;
  1094.        align-items: center;
  1095.        color: var(--navbar-color) !important;;
  1096.        text-decoration: none;
  1097.        font-size: 14px;
  1098.        padding: 10px 12px;
  1099.        border-radius: 10px;
  1100.        transition: all 0.3s ease;
  1101.        margin-bottom: 8px;
  1102.    }
  1103.  
  1104.    .dropdown-link-v8:hover {
  1105.        background:var(--bs-primary);
  1106.        color: var(--bs-white) !important;;
  1107.        transform: translateX(5px);
  1108.    }
  1109.  
  1110.    .link-icon-v8 {
  1111.        margin-right: 10px;
  1112.        height: 5px;
  1113.        width: 5px;
  1114.        border: 1px solid #2d3748;
  1115.        border-radius: 50%;
  1116.    }
  1117.  
  1118.    /* Navigation Actions */
  1119.    .nav-actions-v8 {
  1120.        display: flex;
  1121.        align-items: center;
  1122.        justify-content: flex-end;
  1123.        gap: 10px;
  1124.    }
  1125.  
  1126.    .search-toggle-v8,
  1127.    .mobile-toggle-v8 {
  1128.        background: rgba(102, 126, 234, 0.1);
  1129.        border: none;
  1130.        border-radius: 12px;
  1131.        padding: 12px;
  1132.        cursor: pointer;
  1133.        transition: all 0.3s ease;
  1134.        color: var(--bs-white);
  1135.    }
  1136.  
  1137.    .search-toggle-v8:hover,
  1138.    .mobile-toggle-v8:hover {
  1139.        background: var(--sub-nav);
  1140.        color: var(--topbar-color);
  1141.        transform: scale(1.05);
  1142.    }
  1143.  
  1144.    .mobile-toggle-v8 {
  1145.        flex-direction: column;
  1146.        gap: 3px;
  1147.        padding: 10px 12px;
  1148.    }
  1149.  
  1150.    .toggle-line-v8 {
  1151.        width: 20px;
  1152.        height: 2px;
  1153.        background: currentColor;
  1154.        border-radius: 1px;
  1155.        transition: all 0.3s ease;
  1156.    }
  1157.  
  1158.    /* Floating Search Card */
  1159.    .search-card-v8 {
  1160.        position: absolute;
  1161.        top: 100%;
  1162.        left: 50%;
  1163.        transform: translateX(-50%);
  1164.        width: calc(100% - 40px);
  1165.        max-width: 600px;
  1166.        background:var(--navbar-bg);
  1167.        backdrop-filter: blur(20px);
  1168.        border: 1px solid var(--border-color);
  1169.        border-radius: 20px;
  1170.        padding: 25px;
  1171.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1172.        opacity: 0;
  1173.        visibility: hidden;
  1174.        transform: translateX(-50%) translateY(-20px);
  1175.        transition: all 0.4s ease;
  1176.        z-index: 300;
  1177.        margin-top: 15px;
  1178.    }
  1179.  
  1180.    .search-card-v8.show-v8 {
  1181.        opacity: 1;
  1182.        visibility: visible;
  1183.        transform: translateX(-50%) translateY(0);
  1184.    }
  1185.  
  1186.    .search-input-wrapper-v8 {
  1187.        display: flex;
  1188.        align-items: center;
  1189.        background: rgba(248, 250, 252, 0.8);
  1190.        border: 2px solid rgba(102, 126, 234, 0.2);
  1191.        border-radius: 15px;
  1192.        padding: 5px;
  1193.        margin-bottom: 20px;
  1194.        transition: all 0.3s ease;
  1195.    }
  1196.  
  1197.    .search-input-wrapper-v8:focus-within {
  1198.        border-color: #667eea;
  1199.        background: rgba(255, 255, 255, 0.9);
  1200.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1201.    }
  1202.  
  1203.    .search-icon-v8 {
  1204.        color: #a0aec0;
  1205.        margin: 0 15px;
  1206.        transition: color 0.3s ease;
  1207.    }
  1208.  
  1209.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1210.        color: #667eea;
  1211.    }
  1212.  
  1213.    .search-input-v8 {
  1214.        flex: 1;
  1215.        border: none;
  1216.        background: transparent;
  1217.        font-size: 16px;
  1218.        padding: 15px 0;
  1219.        outline: none;
  1220.        color: #2d3748;
  1221.    }
  1222.  
  1223.    .search-input-v8::placeholder {
  1224.        color: #a0aec0;
  1225.    }
  1226.  
  1227.    .search-close-v8 {
  1228.        background: rgba(160, 174, 192, 0.2);
  1229.        border: none;
  1230.        border-radius: 10px;
  1231.        padding: 8px;
  1232.        margin-right: 8px;
  1233.        cursor: pointer;
  1234.        transition: all 0.3s ease;
  1235.        color: #a0aec0;
  1236.    }
  1237.  
  1238.    .search-close-v8:hover {
  1239.        background: rgba(229, 62, 62, 0.1);
  1240.        color: #e53e3e;
  1241.    }
  1242.  
  1243.    /* Search Suggestions */
  1244.    .search-suggestions-v8 {
  1245.        display: grid;
  1246.        gap: 8px;
  1247.    }
  1248.  
  1249.    .suggestion-item-v8 {
  1250.        display: flex;
  1251.        align-items: center;
  1252.        padding: 12px 15px;
  1253.        background: rgba(248, 250, 252, 0.1);
  1254.        border-radius: 12px;
  1255.        cursor: pointer;
  1256.        transition: all 0.3s ease;
  1257.    }
  1258.  
  1259.    .suggestion-item-v8:hover {
  1260.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1261.        color: white;
  1262.        transform: translateX(5px);
  1263.    }
  1264.  
  1265.    .suggestion-icon-v8 {
  1266.        margin-right: 12px;
  1267.        font-size: 16px;
  1268.    }
  1269.  
  1270.    .suggestion-text-v8 {
  1271.        font-size: 14px;
  1272.        font-weight: 500;
  1273.    }
  1274.  
  1275.    /* Mobile Navigation Card */
  1276.    .mobile-nav-card-v8 {
  1277.        position: absolute;
  1278.        top: 100%;
  1279.        left: 50%;
  1280.        transform: translateX(-50%);
  1281.        width: calc(100% - 40px);
  1282.        background:var(--card-bg);
  1283.        backdrop-filter: blur(20px);
  1284.        border: 1px solid var(--border-color);
  1285.        border-radius: 20px;
  1286.        padding: 20px;
  1287.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1288.        opacity: 0;
  1289.        visibility: hidden;
  1290.        transform: translateX(-50%) translateY(-20px);
  1291.        transition: all 0.4s ease;
  1292.        z-index: 300;
  1293.        margin-top: 15px;
  1294.        max-height: 70vh;
  1295.        overflow-y: auto;
  1296.    }
  1297.  
  1298.    .mobile-nav-card-v8.show-v8 {
  1299.        opacity: 1;
  1300.        visibility: visible;
  1301.        transform: translateX(-50%) translateY(0);
  1302.    }
  1303.  
  1304.    .mobile-nav-list-v8 {
  1305.        list-style: none;
  1306.        padding: 0;
  1307.        margin: 0;
  1308.    }
  1309.  
  1310.    .mobile-nav-item-v8 {
  1311.        margin-bottom: 8px;
  1312.    }
  1313.  
  1314.    .mobile-nav-link-v8 {
  1315.        display: flex;
  1316.        align-items: center;
  1317.        color: var(--navbar-color) !important;
  1318.        text-decoration: none;
  1319.        font-weight: 500;
  1320.        font-size: 16px;
  1321.        padding: 15px;
  1322.        border-radius: 12px;
  1323.        justify-content: space-between;
  1324.    }
  1325.  
  1326.    .mobile-nav-link-v8:hover,
  1327.    .mobile-nav-link-v8.active-v8 {
  1328.        background:var(--sub-nav);
  1329.        color: var(--topbar-color) !important;
  1330.    }
  1331.  
  1332.    .mobile-nav-icon-v8 {
  1333.        font-size: 18px;
  1334.        background-color: var(--navbar-bg) !important;
  1335.        margin-right: 12px;
  1336.    }
  1337.  
  1338.    .mobile-arrow-v8 {
  1339.        transition: transform 0.3s ease;
  1340.    }
  1341.  
  1342.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1343.        transform: rotate(180deg);
  1344.    }
  1345.  
  1346.    .mobile-dropdown-v8 {
  1347.        list-style: none;
  1348.        padding: 0;
  1349.        margin: 0;
  1350.        max-height: 0;
  1351.        overflow: hidden;
  1352.        transition: all 0.3s ease;
  1353.        background: rgba(248, 250, 252, 0.5);
  1354.        border-radius: 12px;
  1355.        margin-top: 8px;
  1356.    }
  1357.  
  1358.    .mobile-dropdown-v8.show-v8 {
  1359.        max-height: 300px;
  1360.        background-color: var(--navbar-bg);
  1361.        padding: 10px 0;
  1362.    }
  1363.  
  1364.    .mobile-sub-link-v8 {
  1365.        display: block;
  1366.        color: var(--navbar-color) !important;
  1367.        text-decoration: none;
  1368.        font-size: 14px;
  1369.        padding: 10px 20px;
  1370.        transition: all 0.3s ease;
  1371.    }
  1372.  
  1373.    .mobile-sub-link-v8:hover {
  1374.        color: var(--topbar-color);
  1375.        background: var(--sub-nav);
  1376.        border-radius: 12px;
  1377.    }
  1378.  
  1379.    /* Background Overlay */
  1380.    .nav-overlay-v8 {
  1381.        position: fixed;
  1382.        top: 0;
  1383.        left: 0;
  1384.        right: 0;
  1385.        bottom: 0;
  1386.        background: rgba(0, 0, 0, 0.3);
  1387.        backdrop-filter: blur(5px);
  1388.        z-index: 250;
  1389.        opacity: 0;
  1390.        visibility: hidden;
  1391.        transition: all 0.3s ease;
  1392.    }
  1393.  
  1394.    .nav-overlay-v8.show-v8 {
  1395.        opacity: 1;
  1396.        visibility: visible;
  1397.    }
  1398.  
  1399.    /* Responsive Design */
  1400.    @media (max-width: 1300px) {
  1401.        .header-v8 {
  1402.            padding: 15px 0;
  1403.        }
  1404.  
  1405.        .nav-card-v8 {
  1406.            padding: 12px 20px;
  1407.            border-radius: 15px;
  1408.        }
  1409.  
  1410.        .search-card-v8,
  1411.        .mobile-nav-card-v8 {
  1412.            width: calc(100% - 40px);
  1413.            padding: 20px;
  1414.        }
  1415.    }
  1416.  
  1417.    @media (max-width: 576px) {
  1418.        .nav-card-v8 {
  1419.            padding: 10px 15px;
  1420.        }
  1421.  
  1422.        .logo-img-v8 {
  1423.            max-height: 35px;
  1424.        }
  1425.    }
  1426. </style>
  1427.  
  1428. <script>
  1429.    let activeCard = null;
  1430.  
  1431.    function toggleSearchV8() {
  1432.        const searchCard = document.getElementById('searchCardV8');
  1433.        const overlay = document.getElementById('navOverlayV8');
  1434.        const mobileNav = document.getElementById('mobileNavV8');
  1435.  
  1436.        // Close mobile nav if open
  1437.        mobileNav.classList.remove('show-v8');
  1438.  
  1439.        if (searchCard.classList.contains('show-v8')) {
  1440.            searchCard.classList.remove('show-v8');
  1441.            overlay.classList.remove('show-v8');
  1442.            activeCard = null;
  1443.        } else {
  1444.            searchCard.classList.add('show-v8');
  1445.            overlay.classList.add('show-v8');
  1446.            activeCard = 'search';
  1447.  
  1448.            // Focus on search input
  1449.            setTimeout(() => {
  1450.                const searchInput = document.querySelector('.search-input-v8');
  1451.                if (searchInput) searchInput.focus();
  1452.            }, 100);
  1453.        }
  1454.    }
  1455.  
  1456.    function toggleMobileNavV8() {
  1457.        const mobileNav = document.getElementById('mobileNavV8');
  1458.        const overlay = document.getElementById('navOverlayV8');
  1459.        const searchCard = document.getElementById('searchCardV8');
  1460.  
  1461.        // Close search if open
  1462.        searchCard.classList.remove('show-v8');
  1463.  
  1464.        if (mobileNav.classList.contains('show-v8')) {
  1465.            mobileNav.classList.remove('show-v8');
  1466.            overlay.classList.remove('show-v8');
  1467.            activeCard = null;
  1468.        } else {
  1469.            mobileNav.classList.add('show-v8');
  1470.            overlay.classList.add('show-v8');
  1471.            activeCard = 'mobile';
  1472.        }
  1473.    }
  1474.  
  1475.    function toggleMobileDropdownV8(dropdownId) {
  1476.        const dropdown = document.getElementById(dropdownId);
  1477.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1478.  
  1479.        // Close other dropdowns
  1480.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1481.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1482.  
  1483.        allDropdowns.forEach(dd => {
  1484.            if (dd.id !== dropdownId) {
  1485.                dd.classList.remove('show-v8');
  1486.            }
  1487.        });
  1488.  
  1489.        allParents.forEach(parent => {
  1490.            if (parent !== parentItem) {
  1491.                parent.classList.remove('open-v8');
  1492.            }
  1493.        });
  1494.  
  1495.        // Toggle current dropdown
  1496.        dropdown.classList.toggle('show-v8');
  1497.        parentItem.classList.toggle('open-v8');
  1498.    }
  1499.  
  1500.    function closeAllV8() {
  1501.        const searchCard = document.getElementById('searchCardV8');
  1502.        const mobileNav = document.getElementById('mobileNavV8');
  1503.        const overlay = document.getElementById('navOverlayV8');
  1504.  
  1505.        searchCard.classList.remove('show-v8');
  1506.        mobileNav.classList.remove('show-v8');
  1507.        overlay.classList.remove('show-v8');
  1508.        activeCard = null;
  1509.    }
  1510.  
  1511.    // Close on escape key
  1512.    document.addEventListener('keydown', function (e) {
  1513.        if (e.key === 'Escape' && activeCard) {
  1514.            closeAllV8();
  1515.        }
  1516.    });
  1517.  
  1518.    // Handle suggestion clicks
  1519.    document.addEventListener('click', function (e) {
  1520.        if (e.target.closest('.suggestion-item-v8')) {
  1521.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1522.            const searchInput = document.querySelector('.search-input-v8');
  1523.            if (searchInput) {
  1524.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1525.            }
  1526.        }
  1527.    });
  1528. </script>
  1529. <script>
  1530.  document.addEventListener("DOMContentLoaded", function () {
  1531.    console.log("loaded");
  1532.  
  1533.     const searchInput = document.getElementById("search-input")
  1534.    const searchResults = document.getElementById("search-results");
  1535.  
  1536.    if (!searchInput || !searchResults) {
  1537.      console.error("Search input/results not found");
  1538.      return;
  1539.    }
  1540.  
  1541.    // Prevent form submission
  1542.    if (searchInput.form) {
  1543.      searchInput.form.addEventListener("submit", function (e) {
  1544.        e.preventDefault();
  1545.      });
  1546.    }
  1547.  
  1548.    // Add event listener for keyup
  1549.    searchInput.addEventListener("keyup", function (e) {
  1550.      console.log("Key pressed:", e.key);
  1551.      e.preventDefault();
  1552.  
  1553.      const query = searchInput.value.trim();
  1554.      console.log("User is typing: " + query);
  1555.  
  1556.      // If empty → clear and hide
  1557.      if (query === "") {
  1558.        searchResults.innerHTML = "";
  1559.        searchResults.style.display = "none";
  1560.        return;
  1561.      }
  1562.  
  1563.      // Show results
  1564.      searchResults.style.display = "block";
  1565.  
  1566.      // Fetch search results
  1567.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1568.        method: "GET",
  1569.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1570.      })
  1571.        .then(response => {
  1572.          console.log("Response Status:", response.status);
  1573.          return response.json();
  1574.        })
  1575.        .then(data => {
  1576.          console.log("Data received:", data);
  1577.          if (data.html) {
  1578.            searchResults.innerHTML = data.html;
  1579.          } else {
  1580.            searchResults.innerHTML = "<p>No results found.</p>";
  1581.          }
  1582.        })
  1583.        .catch(error => {
  1584.          console.error("Error fetching search results:", error);
  1585.        });
  1586.    });
  1587.  
  1588.    // Close results when clicking outside
  1589.    document.addEventListener("click", function (e) {
  1590.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1591.        searchResults.style.display = "none";
  1592.      }
  1593.    });
  1594.  
  1595.    // Close results on ESC key
  1596.    document.addEventListener("keydown", function (e) {
  1597.      if (e.key === "Escape") {
  1598.        searchResults.style.display = "none";
  1599.      }
  1600.    });
  1601.  });
  1602. </script>
  1603.  
  1604.  
  1605.        </header>
  1606.        <!-- end of header -->
  1607.        <!-- start of wpo-blog-hero -->
  1608.        
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616. <div class="blog-hero-v6">
  1617.    <div class="container-fluid fluid-container">
  1618.        
  1619.        <!-- Top Section - Two Column Layout -->
  1620.        <div class="row g-4 mb-5">
  1621.            <!-- Main Featured Article - Left -->
  1622.            
  1623.  
  1624.            <div class="col-lg-6 col-md-12">
  1625.                <article class="main-featured">
  1626.                    <div class="featured-image-container">
  1627.                        
  1628.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1629.                                class="featured-image" style="object-fit: cover;" alt="">
  1630.                        
  1631.                        <div class="category-tag bg-primary-gradient">News</div>
  1632.                    </div>
  1633.                    <div class="featured-content">
  1634.                        <h1 class="featured-title"><a class="top-color" href="/music-legend-barry-manilow-to-undergo-surgery-for-cancer-in-his-lung/" >
  1635.                                        Music Legend Barry Manilow to Undergo Surgery for Cancer in His Lung.
  1636.                                    </a></h1>
  1637.                        <p class="featured-summary"></p>
  1638.                        <div class="article-meta">
  1639.                            <div class="author-info">
  1640.                                
  1641.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="author-pic">
  1642.                                
  1643.                                <div class="author-text">
  1644.                                    <span class="author-name">Tammy Simmons</span>
  1645.                                    <span class="post-time">19 May 2026</span>
  1646.                                    
  1647.                                </div>
  1648.                            </div>
  1649.                            <div class="reading-info">
  1650.                                <!-- <span class="read-time">4 min read</span> -->
  1651.                            </div>
  1652.                        </div>
  1653.                    </div>
  1654.                </article>
  1655.            </div>
  1656.            
  1657.  
  1658.            <div class="col-lg-6 col-md-12">
  1659.                <article class="main-featured">
  1660.                    <div class="featured-image-container">
  1661.                        
  1662.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1663.                                class="featured-image" style="object-fit: cover;" alt="">
  1664.                        
  1665.                        <div class="category-tag bg-primary-gradient">News</div>
  1666.                    </div>
  1667.                    <div class="featured-content">
  1668.                        <h1 class="featured-title"><a class="top-color" href="/ex-uk-soldier-accused-of-murdering-kenyan-woman-appears-in-court/" >
  1669.                                        Ex UK Soldier Accused of Murdering Kenyan Woman Appears in Court
  1670.                                    </a></h1>
  1671.                        <p class="featured-summary"></p>
  1672.                        <div class="article-meta">
  1673.                            <div class="author-info">
  1674.                                
  1675.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="author-pic">
  1676.                                
  1677.                                <div class="author-text">
  1678.                                    <span class="author-name">Tammy Simmons</span>
  1679.                                    <span class="post-time">19 May 2026</span>
  1680.                                    
  1681.                                </div>
  1682.                            </div>
  1683.                            <div class="reading-info">
  1684.                                <!-- <span class="read-time">4 min read</span> -->
  1685.                            </div>
  1686.                        </div>
  1687.                    </div>
  1688.                </article>
  1689.            </div>
  1690.            
  1691.  
  1692.        </div>
  1693.  
  1694.        <!-- Bottom Section - Three Column Grid -->
  1695.        <div class="row g-4">
  1696.            
  1697.                <div class="col-lg-4 col-md-6 col-12">
  1698.                    <article class="compact-card">
  1699.                        <div class="compact-image">
  1700.                            
  1701.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1702.                                   style="object-fit: cover;" alt="">
  1703.                            
  1704.                            <div class="compact-category bg-primary-gradient">News</div>
  1705.                        </div>
  1706.                        <div class="compact-body">
  1707.                            <h3 class="compact-title"> <a class="top-color" href="/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-treatment-for-postmenopausal/" >
  1708.                                        U.S. Food and Drug Administration Approves Flibanserin, a Libido-Enhancing Treatment for Postmenopausal
  1709.                                    </a></h3>
  1710.                            <p class="compact-text"></p>
  1711.                            <div class="compact-footer">
  1712.                                <div class="compact-author">
  1713.                                    
  1714.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1715.                                    
  1716.                                    <span class="compact-name">Tammy Simmons</span>
  1717.                                </div>
  1718.                                <span class="compact-date">19 May 2026</span>
  1719.                            </div>
  1720.                        </div>
  1721.                    </article>
  1722.                </div>
  1723.            
  1724.                <div class="col-lg-4 col-md-6 col-12">
  1725.                    <article class="compact-card">
  1726.                        <div class="compact-image">
  1727.                            
  1728.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1729.                                   style="object-fit: cover;" alt="">
  1730.                            
  1731.                            <div class="compact-category bg-primary-gradient">News</div>
  1732.                        </div>
  1733.                        <div class="compact-body">
  1734.                            <h3 class="compact-title"> <a class="top-color" href="/we-must-have-a-chopper-to-search-for-them-13-year-olds-distress-call-to-save-family-adrift-off-down-under-coast-revealed/" >
  1735.                                        We Must Have a Chopper to Search For Them’: 13-Year-Old’s Distress Call to Save Family Adrift Off Down Under Coast Revealed
  1736.                                    </a></h3>
  1737.                            <p class="compact-text"></p>
  1738.                            <div class="compact-footer">
  1739.                                <div class="compact-author">
  1740.                                    
  1741.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1742.                                    
  1743.                                    <span class="compact-name">Tammy Simmons</span>
  1744.                                </div>
  1745.                                <span class="compact-date">19 May 2026</span>
  1746.                            </div>
  1747.                        </div>
  1748.                    </article>
  1749.                </div>
  1750.            
  1751.  
  1752.            <div class="col-lg-4 col-md-12 col-12">
  1753.                <!-- Recent Articles Sidebar -->
  1754.                <div class="recent-section">
  1755.                    <h3 class="recent-title">Recent Articles</h3>
  1756.                    <div class="recent-list">
  1757.                        
  1758.                        <div class="recent-item">
  1759.                            <div class="recent-content">
  1760.                                <h4 class="recent-article-title"><a class="top-color" href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-volunteerism/" >
  1761.                                        Tropical Storm Disaster in the Island Nation Awakens a Spirit of Volunteerism
  1762.                                    </a></h4>
  1763.                                <span class="recent-date">18 May 2026</span>
  1764.                            </div>
  1765.                        </div>
  1766.                        
  1767.                    </div>
  1768.                </div>
  1769.            </div>
  1770.        </div>
  1771.    </div>
  1772. </div>
  1773.  
  1774. <style>
  1775. /* Blog Hero V6 - Magazine Style with White Background */
  1776. .blog-hero-v6 {
  1777.    padding: 3rem 0;
  1778.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1779. }
  1780.  
  1781. /* Main Featured Article */
  1782. .main-featured {
  1783.    background: var(--card-bg);
  1784.    border-radius: 16px;
  1785.    overflow: hidden;
  1786.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1787.    border: 1px solid var(--border-color);
  1788.    transition: all 0.3s ease;
  1789. }
  1790.  
  1791. .main-featured:hover {
  1792.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1793.    transform: translateY(-2px);
  1794. }
  1795.  
  1796. .featured-image-container {
  1797.    position: relative;
  1798.    height: 300px;
  1799.    overflow: hidden;
  1800. }
  1801.  
  1802. .featured-image {
  1803.    width: 100%;
  1804.    height: 100%;
  1805.    object-fit: cover;
  1806.    transition: transform 0.4s ease;
  1807. }
  1808.  
  1809. .main-featured:hover .featured-image {
  1810.    transform: scale(1.03);
  1811. }
  1812.  
  1813. .featured-content {
  1814.    padding: 2.5rem;
  1815. }
  1816.  
  1817. .featured-title {
  1818.    font-size: 2rem;
  1819.    font-weight: 700;
  1820.    color: #1a202c;
  1821.    margin-bottom: 1rem;
  1822.    line-height: 1.25;
  1823.    letter-spacing: -0.025em;
  1824. }
  1825.  
  1826. .featured-summary {
  1827.    font-size: 1.1rem;
  1828.    color: #4a5568;
  1829.    line-height: 1.6;
  1830.    margin-bottom: 2rem;
  1831. }
  1832.  
  1833. /* Category Tags */
  1834. .category-tag {
  1835.    position: absolute;
  1836.    top: 1.5rem;
  1837.    left: 1.5rem;
  1838.    padding: 0.5rem 1rem;
  1839.    font-size: 0.75rem;
  1840.    font-weight: 600;
  1841.    text-transform: uppercase;
  1842.    letter-spacing: 0.1em;
  1843.    color: white;
  1844.    border-radius: 6px;
  1845.    z-index: 2;
  1846. }
  1847.  
  1848.  
  1849. /* Article Meta */
  1850. .article-meta {
  1851.    display: flex;
  1852.    align-items: center;
  1853.    justify-content: space-between;
  1854. }
  1855.  
  1856. .author-info {
  1857.    display: flex;
  1858.    align-items: center;
  1859.    gap: 1rem;
  1860. }
  1861.  
  1862. .author-pic {
  1863.    width: 48px;
  1864.    height: 48px;
  1865.    border-radius: 50%;
  1866.    object-fit: cover;
  1867.    border: 2px solid #e2e8f0;
  1868. }
  1869.  
  1870. .author-text {
  1871.    display: flex;
  1872.    flex-direction: column;
  1873. }
  1874.  
  1875. .author-name {
  1876.    font-weight: 600;
  1877.    color: #2d3748;
  1878.    font-size: 0.95rem;
  1879. }
  1880.  
  1881. .post-time {
  1882.    font-size: 0.85rem;
  1883.    color: #718096;
  1884. }
  1885.  
  1886. .reading-info {
  1887.    display: flex;
  1888.    align-items: center;
  1889. }
  1890.  
  1891. .read-time {
  1892.    font-size: 0.9rem;
  1893.    color: #718096;
  1894.    padding: 0.25rem 0.75rem;
  1895.    background: #f7fafc;
  1896.    border-radius: 15px;
  1897.    font-weight: 500;
  1898. }
  1899.  
  1900. /* Secondary Featured */
  1901. .secondary-featured {
  1902.    background: var(--card-bg);
  1903.    border-radius: 16px;
  1904.    overflow: hidden;
  1905.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1906.    border: 1px solid var(--border-color);
  1907.    height: 100%;
  1908.    transition: all 0.3s ease;
  1909. }
  1910.  
  1911. .secondary-featured:hover {
  1912.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1913.    transform: translateY(-2px);
  1914. }
  1915.  
  1916. .secondary-image-wrapper {
  1917.    position: relative;
  1918.    height: 200px;
  1919.    overflow: hidden;
  1920. }
  1921.  
  1922. .secondary-image-wrapper img {
  1923.    width: 100%;
  1924.    height: 100%;
  1925.    object-fit: cover;
  1926.    transition: transform 0.4s ease;
  1927. }
  1928.  
  1929. .secondary-featured:hover .secondary-image-wrapper img {
  1930.    transform: scale(1.03);
  1931. }
  1932.  
  1933. .secondary-content {
  1934.    padding: 2rem;
  1935. }
  1936.  
  1937. .secondary-title {
  1938.    font-size: 1.5rem;
  1939.    font-weight: 600;
  1940.    color: #1a202c;
  1941.    margin-bottom: 1rem;
  1942.    line-height: 1.3;
  1943. }
  1944.  
  1945. .secondary-excerpt {
  1946.    font-size: 0.95rem;
  1947.    color: #4a5568;
  1948.    line-height: 1.6;
  1949.    margin-bottom: 1.5rem;
  1950. }
  1951.  
  1952. .secondary-meta {
  1953.    display: flex;
  1954.    align-items: center;
  1955.    gap: 0.5rem;
  1956.    font-size: 0.85rem;
  1957.    color: #718096;
  1958. }
  1959.  
  1960. .meta-divider {
  1961.    color: #cbd5e0;
  1962. }
  1963.  
  1964. /* Compact Cards */
  1965. .compact-card {
  1966.    background: var(--card-bg);
  1967.    border-radius: 12px;
  1968.    overflow: hidden;
  1969.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1970.    border: 1px solid var(--border-color);
  1971.    transition: all 0.3s ease;
  1972.    height: 100%;
  1973.    display: flex;
  1974.    flex-direction: column;
  1975. }
  1976.  
  1977. .compact-card:hover {
  1978.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1979.    transform: translateY(-3px);
  1980. }
  1981.  
  1982. .compact-image {
  1983.    position: relative;
  1984.    height: 180px;
  1985.    overflow: hidden;
  1986. }
  1987.  
  1988. .compact-image img {
  1989.    width: 100%;
  1990.    height: 100%;
  1991.    object-fit: cover;
  1992.    transition: transform 0.4s ease;
  1993. }
  1994.  
  1995. .compact-card:hover .compact-image img {
  1996.    transform: scale(1.05);
  1997. }
  1998.  
  1999. .compact-category {
  2000.    position: absolute;
  2001.    top: 1rem;
  2002.    left: 1rem;
  2003.    padding: 0.25rem 0.75rem;
  2004.    font-size: 0.7rem;
  2005.    font-weight: 600;
  2006.    text-transform: uppercase;
  2007.    color: white;
  2008.    border-radius: 4px;
  2009. }
  2010.  
  2011. .compact-body {
  2012.    padding: 1.5rem;
  2013.    flex-grow: 1;
  2014.    display: flex;
  2015.    flex-direction: column;
  2016. }
  2017.  
  2018. .compact-title {
  2019.    font-size: 1.1rem;
  2020.    font-weight: 600;
  2021.    color: #1a202c;
  2022.    margin-bottom: 0.75rem;
  2023.    line-height: 1.4;
  2024. }
  2025.  
  2026. .compact-text {
  2027.    font-size: 0.9rem;
  2028.    color: #4a5568;
  2029.    line-height: 1.5;
  2030.    margin-bottom: 1.5rem;
  2031.    flex-grow: 1;
  2032. }
  2033.  
  2034. .compact-footer {
  2035.    display: flex;
  2036.    align-items: center;
  2037.    justify-content: space-between;
  2038.    margin-top: auto;
  2039. }
  2040.  
  2041. .compact-author {
  2042.    display: flex;
  2043.    align-items: center;
  2044.    gap: 0.5rem;
  2045. }
  2046.  
  2047. .compact-avatar {
  2048.    width: 32px;
  2049.    height: 32px;
  2050.    border-radius: 50%;
  2051.    object-fit: cover;
  2052. }
  2053.  
  2054. .compact-name {
  2055.    font-size: 0.85rem;
  2056.    font-weight: 500;
  2057.    color: #2d3748;
  2058. }
  2059.  
  2060. .compact-date {
  2061.    font-size: 0.8rem;
  2062.    color: #718096;
  2063. }
  2064.  
  2065. /* Recent Articles Section */
  2066. .recent-section {
  2067.    background: var(--card-bg);
  2068.    border-radius: 12px;
  2069.    padding: 2rem;
  2070.    border: 1px solid var(--border-color);
  2071.    height: 100%;
  2072. }
  2073.  
  2074. .recent-title {
  2075.    font-size: 1.25rem;
  2076.    font-weight: 700;
  2077.    color: #1a202c;
  2078.    margin-bottom: 1.5rem;
  2079.    padding-bottom: 0.75rem;
  2080.    border-bottom: 2px solid var(--border-color);
  2081. }
  2082.  
  2083. .recent-list {
  2084.    display: flex;
  2085.    flex-direction: column;
  2086.    gap: 1.25rem;
  2087. }
  2088.  
  2089. .recent-item {
  2090.    display: flex;
  2091.    align-items: center;
  2092.    gap: 1rem;
  2093.    padding: 0.8rem;
  2094.    background: var(--card-bg);
  2095.    border-radius: 8px;
  2096.    transition: all 0.2s ease;
  2097.    border: 1px solid var(--border-color);
  2098. }
  2099.  
  2100. .recent-item:hover {
  2101.    transform: translateX(4px);
  2102.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2103. }
  2104.  
  2105. .recent-content {
  2106.    flex-grow: 1;
  2107. }
  2108.  
  2109. .recent-article-title {
  2110.    font-size: 0.95rem;
  2111.    font-weight: 600;
  2112.    color: #1a202c;
  2113.    margin-bottom: 0rem;
  2114.    line-height: 1.3;
  2115. }
  2116.  
  2117. .recent-date {
  2118.    font-size: 0.8rem;
  2119.    color: #718096;
  2120. }
  2121.  
  2122. /* Responsive Design */
  2123. @media (max-width: 992px) {
  2124.    .blog-hero-v6 {
  2125.        padding: 2rem 0;
  2126.    }
  2127.    
  2128.    .featured-title {
  2129.        font-size: 1.75rem;
  2130.    }
  2131.    
  2132.    .secondary-title {
  2133.        font-size: 1.3rem;
  2134.    }
  2135.    
  2136.    .article-meta {
  2137.        flex-direction: column;
  2138.        align-items: flex-start;
  2139.        gap: 1rem;
  2140.    }
  2141. }
  2142.  
  2143. @media (max-width: 768px) {
  2144.    .featured-content,
  2145.    .secondary-content {
  2146.        padding: 1.5rem;
  2147.    }
  2148.    
  2149.    .featured-title {
  2150.        font-size: 1.5rem;
  2151.    }
  2152.    
  2153.    .featured-image-container,
  2154.    .secondary-image-wrapper {
  2155.        height: 200px;
  2156.    }
  2157.    
  2158.    .compact-image {
  2159.        height: 150px;
  2160.    }
  2161.    
  2162.    .recent-section {
  2163.        margin-top: 2rem;
  2164.    }
  2165. }
  2166.  
  2167. @media (max-width: 576px) {
  2168.    .reading-info {
  2169.        margin-top: 1rem;
  2170.    }
  2171.    
  2172.    .secondary-meta {
  2173.        flex-wrap: wrap;
  2174.    }
  2175.    
  2176.    .recent-item {
  2177.        padding: 0.75rem;
  2178.    }
  2179. }
  2180. </style>
  2181.  
  2182.  
  2183.  
  2184.  
  2185.        <!-- end of wpo-blog-hero -->
  2186.  
  2187.        <!-- start of wpo-breacking-news -->
  2188.        
  2189.        <!-- end of wpo-breacking-news -->
  2190.        
  2191.        <!-- start wpo-blog-highlights-section -->
  2192.        
  2193.  
  2194.  
  2195.  
  2196.    
  2197.  
  2198.  
  2199.  
  2200. <style>
  2201.    .blog-highlights-v4 {
  2202.        padding: 30px 0;
  2203.        position: relative;
  2204.        min-height: 100vh;
  2205.        background: transparent; /* Solid background color */
  2206.    }
  2207.  
  2208.    /* Blog Container */
  2209.    .blog-container-v4 {
  2210.        position: relative;
  2211.        z-index: 10;
  2212.    }
  2213.  
  2214.    /* Card Design */
  2215.    .blog-card-v4 {
  2216.        border-radius: 25px;
  2217.        background: var(--card-bg);
  2218.        border: 1px solid var(--border-color);
  2219.        position: relative;
  2220.        overflow: hidden;
  2221.        transition: opacity 1.2s ease; /* Fade animation for card */
  2222.    }
  2223.  
  2224.    /* Image Container */
  2225.    .blog-image-container-v4 {
  2226.        height: 280px;
  2227.        border-radius: 20px 20px 0 0;
  2228.        overflow: hidden;
  2229.        position: relative;
  2230.        z-index: 2;
  2231.    }
  2232.  
  2233.    .blog-image-v4 {
  2234.        width: 100%;
  2235.        height: 100%;
  2236.        position: relative;
  2237.        overflow: hidden;
  2238.    }
  2239.  
  2240.    .blog-image-v4 img {
  2241.        width: 100%;
  2242.        height: 100%;
  2243.        object-fit: cover;
  2244.    }
  2245.  
  2246.    /* Category Badge */
  2247.    .blog-category-v4 {
  2248.        position: absolute;
  2249.        top: 20px;
  2250.        left: 20px;
  2251.        padding: 10px 18px;
  2252.        border-radius: 20px;
  2253.        font-size: 11px;
  2254.        font-weight: 700;
  2255.        text-transform: uppercase;
  2256.        letter-spacing: 1.2px;
  2257.        z-index: 5;
  2258.        border: 1px solid rgba(255, 255, 255, 0.3);
  2259.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2260.    }
  2261.  
  2262.    /* Content Area */
  2263.    .blog-content-v4 {
  2264.        padding: 20px 25px 25px;
  2265.        display: flex;
  2266.        flex-direction: column;
  2267.        justify-content: space-between;
  2268.        position: relative;
  2269.        z-index: 2;
  2270.    }
  2271.  
  2272.    /* Title */
  2273.    .blog-title-v4 {
  2274.        font-size: 20px;
  2275.        font-weight: 800;
  2276.        line-height: 1.3;
  2277.        margin-bottom: 8px;
  2278.    }
  2279.  
  2280.    .blog-title-v4 a {
  2281.        text-decoration: none;
  2282.    }
  2283.  
  2284.    /* Meta Information */
  2285.    .blog-meta-v4 {
  2286.        display: flex;
  2287.        align-items: center;
  2288.        gap: 12px;
  2289.        margin-bottom: 15px;
  2290.        font-size: 13px;
  2291.    }
  2292.  
  2293.    .blog-author-img-v4 {
  2294.        width: 35px;
  2295.        height: 35px;
  2296.        border-radius: 50%;
  2297.        border: 2px solid var(--border-color);
  2298.    }
  2299.  
  2300.    /* Excerpt */
  2301.    .blog-excerpt-v4 {
  2302.        font-size: 14px;
  2303.        line-height: 1.6;
  2304.        margin-bottom: 8px;
  2305.        display: -webkit-box;
  2306.        -webkit-line-clamp: 3;
  2307.        -webkit-box-orient: vertical;
  2308.        overflow: hidden;
  2309.    }
  2310.  
  2311.    /* Actions Area */
  2312.    .blog-actions-v4 {
  2313.        display: flex;
  2314.        justify-content: space-between;
  2315.        align-items: center;
  2316.    }
  2317.  
  2318.    .blog-stats-v4 {
  2319.        display: flex;
  2320.        gap: 20px;
  2321.        align-items: center;
  2322.    }
  2323.  
  2324.    .blog-stat-item-v4 {
  2325.        display: flex;
  2326.        align-items: center;
  2327.        gap: 6px;
  2328.        font-size: 12px;
  2329.    }
  2330.  
  2331.    /* Read More Button */
  2332.    .blog-read-more-v4 {
  2333.        width: 40px;
  2334.        height: 40px;
  2335.        border-radius: 50%;
  2336.        background: var(--border-color);
  2337.        border: 2px solid var(--border-color);
  2338.        display: flex;
  2339.        align-items: center;
  2340.        justify-content: center;
  2341.        text-decoration: none;
  2342.    }
  2343.  
  2344.    ..blog-read-more-v4:hover{
  2345.        background-color: #172133;
  2346.    }
  2347.    /* Section Header */
  2348.    .section-header-v4 {
  2349.        text-align: center;
  2350.        margin-bottom: 40px;
  2351.        position: relative;
  2352.        z-index: 15;
  2353.    }
  2354.  
  2355.    .section-title-v4 {
  2356.        font-size: 3.5rem;
  2357.        font-weight: 900;
  2358.        margin-bottom: .5rem;
  2359.    }
  2360.  
  2361.    .section-subtitle-v4 {
  2362.        font-size: 1.4rem;
  2363.        max-width: 700px;
  2364.        margin: 0 auto;
  2365.        line-height: 1.7;
  2366.        font-weight: 300;
  2367.    }
  2368.  
  2369.    /* Scroll Fade Animation */
  2370.    .scroll-trigger {
  2371.        opacity: 0;
  2372.        transition: opacity 1.2s ease;
  2373.    }
  2374.  
  2375.    .scroll-trigger.active {
  2376.        opacity: 1;
  2377.    }
  2378.  
  2379.    /* Responsive Design */
  2380.    @media (max-width: 768px) {
  2381.        .section-title-v4 {
  2382.            font-size: 3rem;
  2383.        }
  2384.        .blog-highlights-v4 {
  2385.            padding: 80px 0;
  2386.        }
  2387.        .blog-card-v4 {
  2388.            height: 450px;
  2389.        }
  2390.        .blog-content-v4 {
  2391.            padding: 15px 20px 20px;
  2392.        }
  2393.    }
  2394. </style>
  2395.  
  2396. <section class="blog-highlights-v4">
  2397.    <div class="container-fluid fluid-container blog-container-v4">
  2398.        <!-- Section Header -->
  2399.        <div class="row">
  2400.            <div class="col-12">
  2401.                <div class="section-header-v4">
  2402.                    <h2 class="section-title-v4">
  2403.                Today's Top Highlights
  2404.                   </h2>
  2405.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2406.                </div>
  2407.            </div>
  2408.        </div>
  2409.        
  2410.        <!-- Blog Grid -->
  2411.        <div class="row">
  2412.            <div class="col-lg-8">
  2413.                <div class="row g-4">
  2414.                    
  2415.                    <div class="col-lg-6 col-md-6">
  2416.                        <article class="blog-card-v4 scroll-trigger">
  2417.                            <div class="blog-image-container-v4">
  2418.                                <div class="blog-image-v4">
  2419.                                    
  2420.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2421.                                    
  2422.                                </div>
  2423.                                
  2424.                                <span class="blog-category-v4 bg-primary-gradient">
  2425.                                    News
  2426.                                </span>
  2427.                            </div>
  2428.                            
  2429.                            <div class="blog-content-v4">
  2430.                                <h3 class="blog-title-v4">
  2431.                                    <a href="/los-blancos-trent-alexander-arnold-might-face-liverpool-in-forthcoming-champions-league-fixture/" class="top-color">
  2432.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Face Liverpool in Forthcoming Champions League Fixture
  2433.                                    </a>
  2434.                                </h3>
  2435.                                <div class="blog-meta-v4">
  2436.                                    
  2437.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2438.                                    
  2439.                                    <span>By <strong>Tammy Simmons</strong></span>
  2440.                                    <span>•</span>
  2441.                                    <span>18 May 2026</span>
  2442.                                </div>
  2443.                                
  2444.                                <p class="blog-excerpt-v4">
  2445.                                    
  2446.                                </p>
  2447.                                
  2448.                                <div class="blog-actions-v4">
  2449.                                    
  2450.                                    <a href="/los-blancos-trent-alexander-arnold-might-face-liverpool-in-forthcoming-champions-league-fixture/" class="blog-read-more-v4 bg-primary-gradient">
  2451.                                        <i class="ti-arrow-right"></i>
  2452.                                    </a>
  2453.                                </div>
  2454.                            </div>
  2455.                        </article>
  2456.                    </div>
  2457.                    
  2458.                    <div class="col-lg-6 col-md-6">
  2459.                        <article class="blog-card-v4 scroll-trigger">
  2460.                            <div class="blog-image-container-v4">
  2461.                                <div class="blog-image-v4">
  2462.                                    
  2463.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2464.                                    
  2465.                                </div>
  2466.                                
  2467.                                <span class="blog-category-v4 bg-primary-gradient">
  2468.                                    News
  2469.                                </span>
  2470.                            </div>
  2471.                            
  2472.                            <div class="blog-content-v4">
  2473.                                <h3 class="blog-title-v4">
  2474.                                    <a href="/disturbing-recollections-resurface-in-davao-city-as-investigators-track-bondi-attack-suspects-activities/" class="top-color">
  2475.                                    Disturbing Recollections Resurface in Davao City as Investigators Track Bondi Attack Suspects’ Activities
  2476.                                    </a>
  2477.                                </h3>
  2478.                                <div class="blog-meta-v4">
  2479.                                    
  2480.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2481.                                    
  2482.                                    <span>By <strong>Tammy Simmons</strong></span>
  2483.                                    <span>•</span>
  2484.                                    <span>18 May 2026</span>
  2485.                                </div>
  2486.                                
  2487.                                <p class="blog-excerpt-v4">
  2488.                                    
  2489.                                </p>
  2490.                                
  2491.                                <div class="blog-actions-v4">
  2492.                                    
  2493.                                    <a href="/disturbing-recollections-resurface-in-davao-city-as-investigators-track-bondi-attack-suspects-activities/" class="blog-read-more-v4 bg-primary-gradient">
  2494.                                        <i class="ti-arrow-right"></i>
  2495.                                    </a>
  2496.                                </div>
  2497.                            </div>
  2498.                        </article>
  2499.                    </div>
  2500.                    
  2501.                    <div class="col-lg-6 col-md-6">
  2502.                        <article class="blog-card-v4 scroll-trigger">
  2503.                            <div class="blog-image-container-v4">
  2504.                                <div class="blog-image-v4">
  2505.                                    
  2506.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2507.                                    
  2508.                                </div>
  2509.                                
  2510.                                <span class="blog-category-v4 bg-primary-gradient">
  2511.                                    News
  2512.                                </span>
  2513.                            </div>
  2514.                            
  2515.                            <div class="blog-content-v4">
  2516.                                <h3 class="blog-title-v4">
  2517.                                    <a href="/genuine-algarve-discovering-portugal-past-the-coastline/" class="top-color">
  2518.                                    Genuine Algarve: Discovering Portugal Past the Coastline
  2519.                                    </a>
  2520.                                </h3>
  2521.                                <div class="blog-meta-v4">
  2522.                                    
  2523.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2524.                                    
  2525.                                    <span>By <strong>Tammy Simmons</strong></span>
  2526.                                    <span>•</span>
  2527.                                    <span>18 May 2026</span>
  2528.                                </div>
  2529.                                
  2530.                                <p class="blog-excerpt-v4">
  2531.                                    
  2532.                                </p>
  2533.                                
  2534.                                <div class="blog-actions-v4">
  2535.                                    
  2536.                                    <a href="/genuine-algarve-discovering-portugal-past-the-coastline/" class="blog-read-more-v4 bg-primary-gradient">
  2537.                                        <i class="ti-arrow-right"></i>
  2538.                                    </a>
  2539.                                </div>
  2540.                            </div>
  2541.                        </article>
  2542.                    </div>
  2543.                    
  2544.                    <div class="col-lg-6 col-md-6">
  2545.                        <article class="blog-card-v4 scroll-trigger">
  2546.                            <div class="blog-image-container-v4">
  2547.                                <div class="blog-image-v4">
  2548.                                    
  2549.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2550.                                    
  2551.                                </div>
  2552.                                
  2553.                                <span class="blog-category-v4 bg-primary-gradient">
  2554.                                    News
  2555.                                </span>
  2556.                            </div>
  2557.                            
  2558.                            <div class="blog-content-v4">
  2559.                                <h3 class="blog-title-v4">
  2560.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" class="top-color">
  2561.                                    Arsenal&#x27;s goalkeeper Highlights Squad Depth as Key to Silverware Pursuit
  2562.                                    </a>
  2563.                                </h3>
  2564.                                <div class="blog-meta-v4">
  2565.                                    
  2566.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2567.                                    
  2568.                                    <span>By <strong>Tammy Simmons</strong></span>
  2569.                                    <span>•</span>
  2570.                                    <span>18 May 2026</span>
  2571.                                </div>
  2572.                                
  2573.                                <p class="blog-excerpt-v4">
  2574.                                    
  2575.                                </p>
  2576.                                
  2577.                                <div class="blog-actions-v4">
  2578.                                    
  2579.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" class="blog-read-more-v4 bg-primary-gradient">
  2580.                                        <i class="ti-arrow-right"></i>
  2581.                                    </a>
  2582.                                </div>
  2583.                            </div>
  2584.                        </article>
  2585.                    </div>
  2586.                    
  2587.                    <div class="col-lg-6 col-md-6">
  2588.                        <article class="blog-card-v4 scroll-trigger">
  2589.                            <div class="blog-image-container-v4">
  2590.                                <div class="blog-image-v4">
  2591.                                    
  2592.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2593.                                    
  2594.                                </div>
  2595.                                
  2596.                                <span class="blog-category-v4 bg-primary-gradient">
  2597.                                    News
  2598.                                </span>
  2599.                            </div>
  2600.                            
  2601.                            <div class="blog-content-v4">
  2602.                                <h3 class="blog-title-v4">
  2603.                                    <a href="/can-the-all-blacks-rediscover-their-spark-in-the-upcoming-matches/" class="top-color">
  2604.                                    Can the All Blacks rediscover their spark in the upcoming matches?
  2605.                                    </a>
  2606.                                </h3>
  2607.                                <div class="blog-meta-v4">
  2608.                                    
  2609.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2610.                                    
  2611.                                    <span>By <strong>Tammy Simmons</strong></span>
  2612.                                    <span>•</span>
  2613.                                    <span>18 May 2026</span>
  2614.                                </div>
  2615.                                
  2616.                                <p class="blog-excerpt-v4">
  2617.                                    
  2618.                                </p>
  2619.                                
  2620.                                <div class="blog-actions-v4">
  2621.                                    
  2622.                                    <a href="/can-the-all-blacks-rediscover-their-spark-in-the-upcoming-matches/" class="blog-read-more-v4 bg-primary-gradient">
  2623.                                        <i class="ti-arrow-right"></i>
  2624.                                    </a>
  2625.                                </div>
  2626.                            </div>
  2627.                        </article>
  2628.                    </div>
  2629.                    
  2630.                    <div class="col-lg-6 col-md-6">
  2631.                        <article class="blog-card-v4 scroll-trigger">
  2632.                            <div class="blog-image-container-v4">
  2633.                                <div class="blog-image-v4">
  2634.                                    
  2635.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2636.                                    
  2637.                                </div>
  2638.                                
  2639.                                <span class="blog-category-v4 bg-primary-gradient">
  2640.                                    News
  2641.                                </span>
  2642.                            </div>
  2643.                            
  2644.                            <div class="blog-content-v4">
  2645.                                <h3 class="blog-title-v4">
  2646.                                    <a href="/the-presidents-unprecedented-presence-in-sports-achieved-new-heights-in-last-year-the-coming-year-looks-set-to-take-it-further/" class="top-color">
  2647.                                    The President&#x27;s Unprecedented Presence in Sports Achieved New Heights in Last Year. The Coming Year Looks Set to Take It Further.
  2648.                                    </a>
  2649.                                </h3>
  2650.                                <div class="blog-meta-v4">
  2651.                                    
  2652.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2653.                                    
  2654.                                    <span>By <strong>Tammy Simmons</strong></span>
  2655.                                    <span>•</span>
  2656.                                    <span>18 May 2026</span>
  2657.                                </div>
  2658.                                
  2659.                                <p class="blog-excerpt-v4">
  2660.                                    
  2661.                                </p>
  2662.                                
  2663.                                <div class="blog-actions-v4">
  2664.                                    
  2665.                                    <a href="/the-presidents-unprecedented-presence-in-sports-achieved-new-heights-in-last-year-the-coming-year-looks-set-to-take-it-further/" class="blog-read-more-v4 bg-primary-gradient">
  2666.                                        <i class="ti-arrow-right"></i>
  2667.                                    </a>
  2668.                                </div>
  2669.                            </div>
  2670.                        </article>
  2671.                    </div>
  2672.                    
  2673.                    <div class="col-lg-6 col-md-6">
  2674.                        <article class="blog-card-v4 scroll-trigger">
  2675.                            <div class="blog-image-container-v4">
  2676.                                <div class="blog-image-v4">
  2677.                                    
  2678.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2679.                                    
  2680.                                </div>
  2681.                                
  2682.                                <span class="blog-category-v4 bg-primary-gradient">
  2683.                                    News
  2684.                                </span>
  2685.                            </div>
  2686.                            
  2687.                            <div class="blog-content-v4">
  2688.                                <h3 class="blog-title-v4">
  2689.                                    <a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-fresh-position-that-works-your-needs/" class="top-color">
  2690.                                    We Got Dismissed, and We&#x27;re Embracing It – Here&#x27;s How to Find a Fresh Position That Works Your Needs
  2691.                                    </a>
  2692.                                </h3>
  2693.                                <div class="blog-meta-v4">
  2694.                                    
  2695.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2696.                                    
  2697.                                    <span>By <strong>Tammy Simmons</strong></span>
  2698.                                    <span>•</span>
  2699.                                    <span>18 May 2026</span>
  2700.                                </div>
  2701.                                
  2702.                                <p class="blog-excerpt-v4">
  2703.                                    
  2704.                                </p>
  2705.                                
  2706.                                <div class="blog-actions-v4">
  2707.                                    
  2708.                                    <a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-fresh-position-that-works-your-needs/" class="blog-read-more-v4 bg-primary-gradient">
  2709.                                        <i class="ti-arrow-right"></i>
  2710.                                    </a>
  2711.                                </div>
  2712.                            </div>
  2713.                        </article>
  2714.                    </div>
  2715.                    
  2716.                    <div class="col-lg-6 col-md-6">
  2717.                        <article class="blog-card-v4 scroll-trigger">
  2718.                            <div class="blog-image-container-v4">
  2719.                                <div class="blog-image-v4">
  2720.                                    
  2721.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2722.                                    
  2723.                                </div>
  2724.                                
  2725.                                <span class="blog-category-v4 bg-primary-gradient">
  2726.                                    News
  2727.                                </span>
  2728.                            </div>
  2729.                            
  2730.                            <div class="blog-content-v4">
  2731.                                <h3 class="blog-title-v4">
  2732.                                    <a href="/over-60000-escape-sudans-city-after-seizure-by-rapid-support-forces-paramilitary-group-united-nations-reports/" class="top-color">
  2733.                                    Over 60,000 Escape Sudan&#x27;s City After Seizure by Rapid Support Forces Paramilitary Group, United Nations Reports
  2734.                                    </a>
  2735.                                </h3>
  2736.                                <div class="blog-meta-v4">
  2737.                                    
  2738.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2739.                                    
  2740.                                    <span>By <strong>Tammy Simmons</strong></span>
  2741.                                    <span>•</span>
  2742.                                    <span>17 May 2026</span>
  2743.                                </div>
  2744.                                
  2745.                                <p class="blog-excerpt-v4">
  2746.                                    
  2747.                                </p>
  2748.                                
  2749.                                <div class="blog-actions-v4">
  2750.                                    
  2751.                                    <a href="/over-60000-escape-sudans-city-after-seizure-by-rapid-support-forces-paramilitary-group-united-nations-reports/" class="blog-read-more-v4 bg-primary-gradient">
  2752.                                        <i class="ti-arrow-right"></i>
  2753.                                    </a>
  2754.                                </div>
  2755.                            </div>
  2756.                        </article>
  2757.                    </div>
  2758.                    
  2759.                    <div class="col-lg-6 col-md-6">
  2760.                        <article class="blog-card-v4 scroll-trigger">
  2761.                            <div class="blog-image-container-v4">
  2762.                                <div class="blog-image-v4">
  2763.                                    
  2764.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2765.                                    
  2766.                                </div>
  2767.                                
  2768.                                <span class="blog-category-v4 bg-primary-gradient">
  2769.                                    News
  2770.                                </span>
  2771.                            </div>
  2772.                            
  2773.                            <div class="blog-content-v4">
  2774.                                <h3 class="blog-title-v4">
  2775.                                    <a href="/work-out-as-you-are-working-a-dozen-fitness-enhancing-desk-workouts-you-can-do-in-everyday-attire/" class="top-color">
  2776.                                    Work out as you are working? A dozen fitness-enhancing desk workouts you can do in everyday attire
  2777.                                    </a>
  2778.                                </h3>
  2779.                                <div class="blog-meta-v4">
  2780.                                    
  2781.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2782.                                    
  2783.                                    <span>By <strong>Tammy Simmons</strong></span>
  2784.                                    <span>•</span>
  2785.                                    <span>17 May 2026</span>
  2786.                                </div>
  2787.                                
  2788.                                <p class="blog-excerpt-v4">
  2789.                                    
  2790.                                </p>
  2791.                                
  2792.                                <div class="blog-actions-v4">
  2793.                                    
  2794.                                    <a href="/work-out-as-you-are-working-a-dozen-fitness-enhancing-desk-workouts-you-can-do-in-everyday-attire/" class="blog-read-more-v4 bg-primary-gradient">
  2795.                                        <i class="ti-arrow-right"></i>
  2796.                                    </a>
  2797.                                </div>
  2798.                            </div>
  2799.                        </article>
  2800.                    </div>
  2801.                    
  2802.                    <div class="col-lg-6 col-md-6">
  2803.                        <article class="blog-card-v4 scroll-trigger">
  2804.                            <div class="blog-image-container-v4">
  2805.                                <div class="blog-image-v4">
  2806.                                    
  2807.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2808.                                    
  2809.                                </div>
  2810.                                
  2811.                                <span class="blog-category-v4 bg-primary-gradient">
  2812.                                    News
  2813.                                </span>
  2814.                            </div>
  2815.                            
  2816.                            <div class="blog-content-v4">
  2817.                                <h3 class="blog-title-v4">
  2818.                                    <a href="/anno-117s-pax-romanas-best-kept-secret-is-a-breathtaking-first-person-mode/" class="top-color">
  2819.                                    Anno 117&#x27;s Pax Romana&#x27;s Best-Kept Secret Is a Breathtaking First-Person Mode.
  2820.                                    </a>
  2821.                                </h3>
  2822.                                <div class="blog-meta-v4">
  2823.                                    
  2824.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2825.                                    
  2826.                                    <span>By <strong>Tammy Simmons</strong></span>
  2827.                                    <span>•</span>
  2828.                                    <span>17 May 2026</span>
  2829.                                </div>
  2830.                                
  2831.                                <p class="blog-excerpt-v4">
  2832.                                    
  2833.                                </p>
  2834.                                
  2835.                                <div class="blog-actions-v4">
  2836.                                    
  2837.                                    <a href="/anno-117s-pax-romanas-best-kept-secret-is-a-breathtaking-first-person-mode/" class="blog-read-more-v4 bg-primary-gradient">
  2838.                                        <i class="ti-arrow-right"></i>
  2839.                                    </a>
  2840.                                </div>
  2841.                            </div>
  2842.                        </article>
  2843.                    </div>
  2844.                    
  2845.                    <div class="col-lg-6 col-md-6">
  2846.                        <article class="blog-card-v4 scroll-trigger">
  2847.                            <div class="blog-image-container-v4">
  2848.                                <div class="blog-image-v4">
  2849.                                    
  2850.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2851.                                    
  2852.                                </div>
  2853.                                
  2854.                                <span class="blog-category-v4 bg-primary-gradient">
  2855.                                    News
  2856.                                </span>
  2857.                            </div>
  2858.                            
  2859.                            <div class="blog-content-v4">
  2860.                                <h3 class="blog-title-v4">
  2861.                                    <a href="/us-president-donald-trump-states-generally-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" class="top-color">
  2862.                                    US President Donald Trump States &#x27;Generally, Agreement Exists&#x27; on Subsequent Phases of Truce Agreement for Gaza
  2863.                                    </a>
  2864.                                </h3>
  2865.                                <div class="blog-meta-v4">
  2866.                                    
  2867.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2868.                                    
  2869.                                    <span>By <strong>Tammy Simmons</strong></span>
  2870.                                    <span>•</span>
  2871.                                    <span>17 May 2026</span>
  2872.                                </div>
  2873.                                
  2874.                                <p class="blog-excerpt-v4">
  2875.                                    
  2876.                                </p>
  2877.                                
  2878.                                <div class="blog-actions-v4">
  2879.                                    
  2880.                                    <a href="/us-president-donald-trump-states-generally-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" class="blog-read-more-v4 bg-primary-gradient">
  2881.                                        <i class="ti-arrow-right"></i>
  2882.                                    </a>
  2883.                                </div>
  2884.                            </div>
  2885.                        </article>
  2886.                    </div>
  2887.                    
  2888.                    <div class="col-lg-6 col-md-6">
  2889.                        <article class="blog-card-v4 scroll-trigger">
  2890.                            <div class="blog-image-container-v4">
  2891.                                <div class="blog-image-v4">
  2892.                                    
  2893.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2894.                                    
  2895.                                </div>
  2896.                                
  2897.                                <span class="blog-category-v4 bg-primary-gradient">
  2898.                                    News
  2899.                                </span>
  2900.                            </div>
  2901.                            
  2902.                            <div class="blog-content-v4">
  2903.                                <h3 class="blog-title-v4">
  2904.                                    <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="top-color">
  2905.                                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Band Castle Rat
  2906.                                    </a>
  2907.                                </h3>
  2908.                                <div class="blog-meta-v4">
  2909.                                    
  2910.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;"  class="blog-author-img-v4">
  2911.                                    
  2912.                                    <span>By <strong>Tammy Simmons</strong></span>
  2913.                                    <span>•</span>
  2914.                                    <span>17 May 2026</span>
  2915.                                </div>
  2916.                                
  2917.                                <p class="blog-excerpt-v4">
  2918.                                    
  2919.                                </p>
  2920.                                
  2921.                                <div class="blog-actions-v4">
  2922.                                    
  2923.                                    <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="blog-read-more-v4 bg-primary-gradient">
  2924.                                        <i class="ti-arrow-right"></i>
  2925.                                    </a>
  2926.                                </div>
  2927.                            </div>
  2928.                        </article>
  2929.                    </div>
  2930.                    
  2931.                    
  2932.  
  2933.                </div>
  2934.            </div>
  2935.            
  2936.             <div class="col col-lg-4 col-12">
  2937.                
  2938.  
  2939.  
  2940.  
  2941.    
  2942.  
  2943.  
  2944. <!-- Blog Sidebar V2 - Focused Design -->
  2945.  <div class="sidebar mb-3">
  2946.    <!-- Recent Posts Section -->
  2947.    <div class="sidebar-widget mb-4">
  2948.      <div class="widget-title-wrapper mb-3">
  2949.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2950.          <i class="ti-time me-2"></i>Recent Posts
  2951.          <span class="title-arrow-primary"></span>
  2952.        </h4>
  2953.      </div>
  2954.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2955.        <div class="recent-post-list">
  2956.          
  2957.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2958.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2959.                
  2960.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2961.                
  2962.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2963.            </div>
  2964.            <div class="post-content flex-grow-1">
  2965.              <h6 class="post-title mb-2">
  2966.                 <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/" class="text-decoration-none top-color fw-semibold lh-sm">
  2967.                                            What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Ambitions on Leadership
  2968.                                            </a>
  2969.              </h6>
  2970.              <div class="post-meta mb-3">
  2971.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2972.                <!-- <small class="text-muted">
  2973.                  <i class="ti-eye me-1"></i>348 views
  2974.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2975.                </small> -->
  2976.              </div>
  2977.            </div>
  2978.          </div>
  2979.          
  2980.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2981.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2982.                
  2983.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2984.                
  2985.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2986.            </div>
  2987.            <div class="post-content flex-grow-1">
  2988.              <h6 class="post-title mb-2">
  2989.                 <a href="/swiss-ski-resort-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2990.                                            Swiss Ski Resort Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  2991.                                            </a>
  2992.              </h6>
  2993.              <div class="post-meta mb-3">
  2994.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2995.                <!-- <small class="text-muted">
  2996.                  <i class="ti-eye me-1"></i>348 views
  2997.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2998.                </small> -->
  2999.              </div>
  3000.            </div>
  3001.          </div>
  3002.          
  3003.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3004.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3005.                
  3006.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3007.                
  3008.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3009.            </div>
  3010.            <div class="post-content flex-grow-1">
  3011.              <h6 class="post-title mb-2">
  3012.                 <a href="/queens-acknowledge-queens-as-the-president-offers-mamdani-a-warm-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  3013.                                            Queens Acknowledge Queens as The President Offers Mamdani a Warm Greeting
  3014.                                            </a>
  3015.              </h6>
  3016.              <div class="post-meta mb-3">
  3017.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  3018.                <!-- <small class="text-muted">
  3019.                  <i class="ti-eye me-1"></i>348 views
  3020.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3021.                </small> -->
  3022.              </div>
  3023.            </div>
  3024.          </div>
  3025.          
  3026.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3027.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3028.                
  3029.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3030.                
  3031.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3032.            </div>
  3033.            <div class="post-content flex-grow-1">
  3034.              <h6 class="post-title mb-2">
  3035.                 <a href="/the-ten-year-affair-by-erin-somers-a-middle-aged-infidelity-tale-this-generation-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  3036.                                            The Ten Year Affair by Erin Somers: A Middle-Aged Infidelity Tale This Generation Deserves.
  3037.                                            </a>
  3038.              </h6>
  3039.              <div class="post-meta mb-3">
  3040.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3041.                <!-- <small class="text-muted">
  3042.                  <i class="ti-eye me-1"></i>348 views
  3043.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3044.                </small> -->
  3045.              </div>
  3046.            </div>
  3047.          </div>
  3048.          
  3049.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3050.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3051.                
  3052.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3053.                
  3054.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3055.            </div>
  3056.            <div class="post-content flex-grow-1">
  3057.              <h6 class="post-title mb-2">
  3058.                 <a href="/president-zelenskyy-states-ukraine-was-10-away-from-peace-yet-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  3059.                                            President Zelenskyy States Ukraine Was 10% Away from Peace, Yet Not at Any Possible Price
  3060.                                            </a>
  3061.              </h6>
  3062.              <div class="post-meta mb-3">
  3063.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3064.                <!-- <small class="text-muted">
  3065.                  <i class="ti-eye me-1"></i>348 views
  3066.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3067.                </small> -->
  3068.              </div>
  3069.            </div>
  3070.          </div>
  3071.          
  3072.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3073.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3074.                
  3075.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  3076.                
  3077.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3078.            </div>
  3079.            <div class="post-content flex-grow-1">
  3080.              <h6 class="post-title mb-2">
  3081.                 <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/" class="text-decoration-none top-color fw-semibold lh-sm">
  3082.                                            The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song
  3083.                                            </a>
  3084.              </h6>
  3085.              <div class="post-meta mb-3">
  3086.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  3087.                <!-- <small class="text-muted">
  3088.                  <i class="ti-eye me-1"></i>348 views
  3089.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3090.                </small> -->
  3091.              </div>
  3092.            </div>
  3093.          </div>
  3094.          
  3095.  
  3096.        </div>
  3097.  
  3098.        <div class="text-center mt-4 pt-3 border-top border-light">
  3099.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3100.        </div>
  3101.      </div>
  3102.    </div>
  3103.  
  3104.    
  3105.    <div class="sidebar-widget mb-4">
  3106.      <div class="widget-title-wrapper mb-3">
  3107.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3108.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3109.          <span class="title-arrow"></span>
  3110.        </h4>
  3111.      </div>
  3112.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3113.        <div class="blog-roll-list scrollable-sidebar">
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://www.fromagesbouffetraditions.ca/" rel="dofollow" class="text-decoration-none ">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                casino en ligne
  3120.              </h6>
  3121.            </a>
  3122.          </div>
  3123.          
  3124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3125.            <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none ">
  3126.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3127.                <i class="ti-angle-right me-2 text-primary"></i>
  3128.                casino en ligne
  3129.              </h6>
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                casinos en ligne
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                canadian online casinos
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                best online casino canada
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                best payout casino canada
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://www.cma2019.ca/" rel="dofollow" class="text-decoration-none ">
  3171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                meilleurs casinos en ligne
  3174.              </h6>
  3175.            </a>
  3176.          </div>
  3177.          
  3178.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.            <a href="https://www.campagnepourlalecture.ca/" rel="dofollow" class="text-decoration-none ">
  3180.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.                <i class="ti-angle-right me-2 text-primary"></i>
  3182.                casino en ligne Québec
  3183.              </h6>
  3184.            </a>
  3185.          </div>
  3186.          
  3187.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.            <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none ">
  3189.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3190.                <i class="ti-angle-right me-2 text-primary"></i>
  3191.                sports betting sites
  3192.              </h6>
  3193.            </a>
  3194.          </div>
  3195.          
  3196.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3197.            <a href="https://www.phlebology.org/" rel="dofollow" class="text-decoration-none ">
  3198.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3199.                <i class="ti-angle-right me-2 text-primary"></i>
  3200.                online casinos canada
  3201.              </h6>
  3202.            </a>
  3203.          </div>
  3204.          
  3205.      </div>
  3206.    </div>
  3207.    
  3208.    <div class="sidebar-widget mb-4">
  3209.      <div class="widget-title-wrapper mb-3">
  3210.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3211.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3212.          <span class="title-arrow"></span>
  3213.        </h4>
  3214.      </div>
  3215.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3216.        <div class="blog-roll-list scrollable-sidebar">
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none ">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                real money casino
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                new casino canada
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                online casino canada
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                online casino canada
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://www.gamblinginsider.com/ca/online-casinos" rel="dofollow" class="text-decoration-none ">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                online casinos
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://www.directioninformatique.com/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                casinos en ligne
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://www.activehealthykids.ca/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                canadian online casinos
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://phpartners.org/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                online casino
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://hriportal.ca/" rel="dofollow" class="text-decoration-none ">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                online casino
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://www.smartsaver.org/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                online casino canada
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://www.itwc.ca/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                online casino canada
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                online casinos
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none ">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                online casino canada
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                online casinos
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://prince-edward-county.com/" rel="dofollow" class="text-decoration-none ">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                online casinos
  3349.              </h6>
  3350.            </a>
  3351.          </div>
  3352.          
  3353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3354.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  3355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3356.                <i class="ti-angle-right me-2 text-primary"></i>
  3357.                online casino
  3358.              </h6>
  3359.            </a>
  3360.          </div>
  3361.          
  3362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.            <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none ">
  3364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.                <i class="ti-angle-right me-2 text-primary"></i>
  3366.                online casino
  3367.              </h6>
  3368.            </a>
  3369.          </div>
  3370.          
  3371.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3372.            <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/" rel="dofollow" class="text-decoration-none ">
  3373.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3374.                <i class="ti-angle-right me-2 text-primary"></i>
  3375.                casino en ligne canada
  3376.              </h6>
  3377.            </a>
  3378.          </div>
  3379.          
  3380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3381.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  3382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3383.                <i class="ti-angle-right me-2 text-primary"></i>
  3384.                online casino canada
  3385.              </h6>
  3386.            </a>
  3387.          </div>
  3388.          
  3389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3390.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  3391.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3392.                <i class="ti-angle-right me-2 text-primary"></i>
  3393.                online casino canada
  3394.              </h6>
  3395.            </a>
  3396.          </div>
  3397.          
  3398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3399.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3401.                <i class="ti-angle-right me-2 text-primary"></i>
  3402.                online casino canada
  3403.              </h6>
  3404.            </a>
  3405.          </div>
  3406.          
  3407.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3408.            <a href="https://www.seattletradealliance.com/" rel="dofollow" class="text-decoration-none ">
  3409.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3410.                <i class="ti-angle-right me-2 text-primary"></i>
  3411.                no kyc crypto casinos
  3412.              </h6>
  3413.            </a>
  3414.          </div>
  3415.          
  3416.      </div>
  3417.    </div>
  3418.    
  3419.    <div class="sidebar-widget mb-4">
  3420.      <div class="widget-title-wrapper mb-3">
  3421.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3422.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3423.          <span class="title-arrow"></span>
  3424.        </h4>
  3425.      </div>
  3426.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3427.        <div class="blog-roll-list scrollable-sidebar">
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                online casinos
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                online casino
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                online casino
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3457.            <a href="https://www.esportsbets.com/casino/quebec/" rel="dofollow" class="text-decoration-none ">
  3458.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.                <i class="ti-angle-right me-2 text-primary"></i>
  3460.                meilleur casino en ligne
  3461.              </h6>
  3462.            </a>
  3463.          </div>
  3464.          
  3465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.            <a href="https://www.footitalia.com/casino-en-ligne-canada/" rel="dofollow" class="text-decoration-none ">
  3467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.                <i class="ti-angle-right me-2 text-primary"></i>
  3469.                casino en ligne canadien
  3470.              </h6>
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://www.b2bmarketingzone.com/" rel="dofollow" class="text-decoration-none ">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                online casinos
  3479.              </h6>
  3480.            </a>
  3481.          </div>
  3482.          
  3483.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3484.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  3485.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3486.                <i class="ti-angle-right me-2 text-primary"></i>
  3487.                online casino
  3488.              </h6>
  3489.            </a>
  3490.          </div>
  3491.          
  3492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3493.            <a href="https://www.bluecanoetheatrical.ca/" rel="dofollow" class="text-decoration-none ">
  3494.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3495.                <i class="ti-angle-right me-2 text-primary"></i>
  3496.                online casino canada
  3497.              </h6>
  3498.            </a>
  3499.          </div>
  3500.          
  3501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.            <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none ">
  3503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.                <i class="ti-angle-right me-2 text-primary"></i>
  3505.                betting sites
  3506.              </h6>
  3507.            </a>
  3508.          </div>
  3509.          
  3510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3511.            <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none ">
  3512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3513.                <i class="ti-angle-right me-2 text-primary"></i>
  3514.                online casinos
  3515.              </h6>
  3516.            </a>
  3517.          </div>
  3518.          
  3519.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3520.            <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none ">
  3521.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3522.                <i class="ti-angle-right me-2 text-primary"></i>
  3523.                online casino canada
  3524.              </h6>
  3525.            </a>
  3526.          </div>
  3527.          
  3528.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3529.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  3530.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3531.                <i class="ti-angle-right me-2 text-primary"></i>
  3532.                online casino canada
  3533.              </h6>
  3534.            </a>
  3535.          </div>
  3536.          
  3537.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.            <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="text-decoration-none ">
  3539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.                <i class="ti-angle-right me-2 text-primary"></i>
  3541.                online casino
  3542.              </h6>
  3543.            </a>
  3544.          </div>
  3545.          
  3546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3547.            <a href="https://www.uchirestaurant.ca/" rel="dofollow" class="text-decoration-none ">
  3548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3549.                <i class="ti-angle-right me-2 text-primary"></i>
  3550.                casino en ligne
  3551.              </h6>
  3552.            </a>
  3553.          </div>
  3554.          
  3555.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3556.            <a href="https://startuparound.com/" rel="dofollow" class="text-decoration-none ">
  3557.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3558.                <i class="ti-angle-right me-2 text-primary"></i>
  3559.                online casino
  3560.              </h6>
  3561.            </a>
  3562.          </div>
  3563.          
  3564.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3565.            <a href="https://kindexchange.ca/" rel="dofollow" class="text-decoration-none ">
  3566.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3567.                <i class="ti-angle-right me-2 text-primary"></i>
  3568.                online casino
  3569.              </h6>
  3570.            </a>
  3571.          </div>
  3572.          
  3573.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  3575.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.                <i class="ti-angle-right me-2 text-primary"></i>
  3577.                esports betting sites
  3578.              </h6>
  3579.            </a>
  3580.          </div>
  3581.          
  3582.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3583.            <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none ">
  3584.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3585.                <i class="ti-angle-right me-2 text-primary"></i>
  3586.                online casino
  3587.              </h6>
  3588.            </a>
  3589.          </div>
  3590.          
  3591.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3592.            <a href="https://www.safepetottawa.com/" rel="dofollow" class="text-decoration-none ">
  3593.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3594.                <i class="ti-angle-right me-2 text-primary"></i>
  3595.                online casino
  3596.              </h6>
  3597.            </a>
  3598.          </div>
  3599.          
  3600.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3601.            <a href="https://margelo.io/" rel="dofollow" class="text-decoration-none ">
  3602.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3603.                <i class="ti-angle-right me-2 text-primary"></i>
  3604.                betting sites
  3605.              </h6>
  3606.            </a>
  3607.          </div>
  3608.          
  3609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3610.            <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none ">
  3611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3612.                <i class="ti-angle-right me-2 text-primary"></i>
  3613.                online casino
  3614.              </h6>
  3615.            </a>
  3616.          </div>
  3617.          
  3618.      </div>
  3619.    </div>
  3620.    
  3621.    <div class="sidebar-widget mb-4">
  3622.      <div class="widget-title-wrapper mb-3">
  3623.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3624.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3625.          <span class="title-arrow"></span>
  3626.        </h4>
  3627.      </div>
  3628.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3629.        <div class="blog-roll-list scrollable-sidebar">
  3630.          
  3631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3632.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3634.                <i class="ti-angle-right me-2 text-primary"></i>
  3635.                new sports betting sites uk
  3636.              </h6>
  3637.            </a>
  3638.          </div>
  3639.          
  3640.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3641.            <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none ">
  3642.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3643.                <i class="ti-angle-right me-2 text-primary"></i>
  3644.                online casinos canada
  3645.              </h6>
  3646.            </a>
  3647.          </div>
  3648.          
  3649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3650.            <a href="https://www.musicaltoronto.org/" rel="dofollow" class="text-decoration-none ">
  3651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3652.                <i class="ti-angle-right me-2 text-primary"></i>
  3653.                online casinos canada
  3654.              </h6>
  3655.            </a>
  3656.          </div>
  3657.          
  3658.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3659.            <a href="https://espacelafontaine.com/" rel="dofollow" class="text-decoration-none ">
  3660.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3661.                <i class="ti-angle-right me-2 text-primary"></i>
  3662.                meilleur casino en ligne canada
  3663.              </h6>
  3664.            </a>
  3665.          </div>
  3666.          
  3667.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3668.            <a href="https://reseaurural.fr/" rel="dofollow" class="text-decoration-none ">
  3669.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3670.                <i class="ti-angle-right me-2 text-primary"></i>
  3671.                casino en ligne
  3672.              </h6>
  3673.            </a>
  3674.          </div>
  3675.          
  3676.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3677.            <a href="https://www.ijic.info/" rel="dofollow" class="text-decoration-none ">
  3678.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3679.                <i class="ti-angle-right me-2 text-primary"></i>
  3680.                online casinos canada
  3681.              </h6>
  3682.            </a>
  3683.          </div>
  3684.          
  3685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  3687.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3688.                <i class="ti-angle-right me-2 text-primary"></i>
  3689.                online casino
  3690.              </h6>
  3691.            </a>
  3692.          </div>
  3693.          
  3694.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3695.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  3696.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3697.                <i class="ti-angle-right me-2 text-primary"></i>
  3698.                online casino
  3699.              </h6>
  3700.            </a>
  3701.          </div>
  3702.          
  3703.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3704.            <a href="https://clarketheatre.ca/" rel="dofollow" class="text-decoration-none ">
  3705.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3706.                <i class="ti-angle-right me-2 text-primary"></i>
  3707.                online casino canada
  3708.              </h6>
  3709.            </a>
  3710.          </div>
  3711.          
  3712.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3713.            <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none ">
  3714.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3715.                <i class="ti-angle-right me-2 text-primary"></i>
  3716.                online casino
  3717.              </h6>
  3718.            </a>
  3719.          </div>
  3720.          
  3721.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3722.            <a href="https://clarketheatre.ca/" rel="dofollow" class="text-decoration-none ">
  3723.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3724.                <i class="ti-angle-right me-2 text-primary"></i>
  3725.                online casino
  3726.              </h6>
  3727.            </a>
  3728.          </div>
  3729.          
  3730.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3731.            <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none ">
  3732.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3733.                <i class="ti-angle-right me-2 text-primary"></i>
  3734.                online casino
  3735.              </h6>
  3736.            </a>
  3737.          </div>
  3738.          
  3739.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3740.            <a href="https://www.stuzoclothing.com/" rel="dofollow" class="text-decoration-none ">
  3741.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3742.                <i class="ti-angle-right me-2 text-primary"></i>
  3743.                online casinos canada
  3744.              </h6>
  3745.            </a>
  3746.          </div>
  3747.          
  3748.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3749.            <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none ">
  3750.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3751.                <i class="ti-angle-right me-2 text-primary"></i>
  3752.                online casinos
  3753.              </h6>
  3754.            </a>
  3755.          </div>
  3756.          
  3757.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3758.            <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none ">
  3759.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3760.                <i class="ti-angle-right me-2 text-primary"></i>
  3761.                online casinos
  3762.              </h6>
  3763.            </a>
  3764.          </div>
  3765.          
  3766.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3767.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  3768.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3769.                <i class="ti-angle-right me-2 text-primary"></i>
  3770.                online casinos
  3771.              </h6>
  3772.            </a>
  3773.          </div>
  3774.          
  3775.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3776.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  3777.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3778.                <i class="ti-angle-right me-2 text-primary"></i>
  3779.                online casinos
  3780.              </h6>
  3781.            </a>
  3782.          </div>
  3783.          
  3784.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3785.            <a href="https://loplops.com/" rel="dofollow" class="text-decoration-none ">
  3786.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3787.                <i class="ti-angle-right me-2 text-primary"></i>
  3788.                online casinos canada
  3789.              </h6>
  3790.            </a>
  3791.          </div>
  3792.          
  3793.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3794.            <a href="https://www.balmoralresources.com/" rel="dofollow" class="text-decoration-none ">
  3795.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3796.                <i class="ti-angle-right me-2 text-primary"></i>
  3797.                online casinos canada
  3798.              </h6>
  3799.            </a>
  3800.          </div>
  3801.          
  3802.      </div>
  3803.    </div>
  3804.    
  3805.  </div>
  3806.  
  3807. <!-- Sidebar V2 Styles -->
  3808. <style>
  3809.  .sidebar-widget {
  3810.    position: relative;
  3811.  }
  3812.  
  3813.  .widget-title {
  3814.    font-size: 1.1rem;
  3815.    font-weight: 700;
  3816.    display: inline-block;
  3817.    position: relative;
  3818.    z-index: 2;
  3819.    border-radius: 0;
  3820.  }
  3821.  
  3822.  /* Green arrow for August Blog Roll */
  3823.  .title-arrow::after {
  3824.    content: '';
  3825.    position: absolute;
  3826.    top: 0;
  3827.    right: -22px;
  3828.    width: 0;
  3829.    height: 0;
  3830.    border-left: 22px solid var(--bs-primary);
  3831.    border-top: 22px solid transparent;
  3832.    border-bottom: 22px solid transparent;
  3833.    z-index: 1;
  3834.  }
  3835.  
  3836.  /* Blue arrow for Recent Posts */
  3837.  .title-arrow-primary::after {
  3838.    content: '';
  3839.    position: absolute;
  3840.    top: 0;
  3841.    right: -22px;
  3842.    width: 0;
  3843.    height: 0;
  3844.    border-left: 22px solid var(--bs-primary);
  3845.    border-top: 22px solid transparent;
  3846.    border-bottom: 22px solid transparent;
  3847.    z-index: 1;
  3848.  }
  3849.  
  3850.  .widget-content {
  3851.    margin-top: -1px;
  3852.    position: relative;
  3853.    z-index: 1;
  3854.     background-color: var(--card-bg);
  3855.  }
  3856.  
  3857.  /* Blog Roll Items Hover Effects */
  3858.  .blog-roll-item:hover .blog-title {
  3859.    color: #198754 !important;
  3860.    transform: translateX(5px);
  3861.    transition: all 0.3s ease;
  3862.  }
  3863.  
  3864.  /* Recent Post Items Hover Effects */
  3865.  .recent-post-item:hover .post-title a {
  3866.    color: #0d6efd !important;
  3867.    transition: color 0.3s ease;
  3868.  }
  3869.  
  3870.  .recent-post-item:hover .post-image img {
  3871.    transform: scale(1.05);
  3872.    transition: transform 0.3s ease;
  3873.  }
  3874.  
  3875.  /* Button Hover Effects */
  3876.  .btn:hover {
  3877.    transform: translateY(-2px);
  3878.    transition: all 0.3s ease;
  3879.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3880.  }
  3881.  
  3882.  /* Badge Hover Effects */
  3883.  .badge:hover {
  3884.    transform: scale(1.05);
  3885.    transition: transform 0.3s ease;
  3886.  }
  3887.  
  3888.  @media (max-width: 991px) {
  3889.    .sidebar {
  3890.      margin-top: 3rem;
  3891.    }
  3892.  }
  3893.  
  3894.  @media (max-width: 576px) {
  3895.    .widget-title {
  3896.      font-size: 1rem;
  3897.      padding: 0.75rem 1rem !important;
  3898.    }
  3899.  
  3900.    .title-arrow::after,
  3901.    .title-arrow-primary::after {
  3902.      right: -18px;
  3903.      border-left-width: 18px;
  3904.      border-top-width: 18px;
  3905.      border-bottom-width: 18px;
  3906.    }
  3907.  
  3908.    .post-image {
  3909.      width: 70px !important;
  3910.      height: 55px !important;
  3911.    }
  3912.  
  3913.    .blog-meta {
  3914.      flex-direction: column !important;
  3915.      align-items: flex-start !important;
  3916.      gap: 0.5rem;
  3917.    }
  3918.  }
  3919. </style>
  3920.  
  3921.    
  3922.            </div>
  3923.        </div>
  3924.    </div>
  3925. </section>
  3926.  
  3927. <script>
  3928. document.addEventListener('DOMContentLoaded', function() {
  3929.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3930.    const observerOptions = {
  3931.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3932.        rootMargin: '0px 0px -100px 0px'
  3933.    };
  3934.  
  3935.    // Group cards into pairs (assuming two cards per row)
  3936.    const cards = document.querySelectorAll('.scroll-trigger');
  3937.    const cardPairs = [];
  3938.    for (let i = 0; i < cards.length; i += 2) {
  3939.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3940.    }
  3941.  
  3942.    const observer = new IntersectionObserver(function(entries) {
  3943.        entries.forEach(entry => {
  3944.            const card = entry.target;
  3945.            // Find the pair index for the current card
  3946.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3947.            const pair = cardPairs[pairIndex];
  3948.  
  3949.            if (entry.isIntersecting) {
  3950.                // Fade in the pair with a delay based on pair index
  3951.                pair.forEach((cardInPair, index) => {
  3952.                    setTimeout(() => {
  3953.                        cardInPair.classList.add('active');
  3954.                    }, pairIndex * 300); // 300ms delay between pairs
  3955.                });
  3956.            } else {
  3957.                // Fade out the pair when exiting viewport
  3958.                pair.forEach(cardInPair => {
  3959.                    cardInPair.classList.remove('active');
  3960.                });
  3961.            }
  3962.        });
  3963.    }, observerOptions);
  3964.  
  3965.    // Observe each card individually
  3966.    cards.forEach(card => {
  3967.        observer.observe(card);
  3968.    });
  3969. });
  3970. </script>
  3971.  
  3972.    
  3973.        
  3974.        <!-- end wpo-blog-highlights-section -->
  3975.        <!-- start wpo-blog-sponsored-section -->
  3976.        
  3977.  
  3978.  
  3979.  
  3980.    
  3981.  
  3982.  
  3983.  
  3984. <style>
  3985.    .sponsored-section-v3 {
  3986.        padding: 50px 0;
  3987.    }
  3988.    
  3989.    .sponsored-card-v3 {
  3990.        background: var(--card-bg);
  3991.        border: 1px solid var(--border-color);
  3992.        border-radius: 4px;
  3993.        transition: transform 0.3s ease;
  3994.        height: 100%;
  3995.    }
  3996.    
  3997.    .sponsored-card-v3:hover {
  3998.        transform: scale(1.02);
  3999.    }
  4000.    
  4001.    .sponsored-image-v3 {
  4002.        position: relative;
  4003.        height: 170px;
  4004.        border-bottom: 1px solid var(--border-color);
  4005.    }
  4006.    
  4007.    .sponsored-image-v3 img {
  4008.        width: 100%;
  4009.        height: 100%;
  4010.        object-fit: cover;
  4011.    }
  4012.    
  4013.    .sponsored-badge-v3 {
  4014.        position: absolute;
  4015.        top: 10px;
  4016.        right: 10px;
  4017.        padding: 5px 8px;
  4018.        font-size: 11px;
  4019.        font-weight: 600;
  4020.        text-transform: uppercase;
  4021.        border-radius: 50%;
  4022.    }
  4023.    
  4024.    .sponsored-content-v3 {
  4025.        position: relative;
  4026.        padding: 18px;
  4027.    }
  4028.    
  4029.    .sponsored-title-v3 {
  4030.        font-size: 16px;
  4031.        font-weight: 700;
  4032.        line-height: 1.5;
  4033.        margin-bottom: 8px;
  4034.    }
  4035.    
  4036.    .sponsored-title-v3 a {
  4037.        text-decoration: none;
  4038.        color: #333;
  4039.    }
  4040.    
  4041.    .sponsored-title-v3 a:hover {
  4042.        color: #0056b3; /* Darker blue for hover */
  4043.    }
  4044.    
  4045.    .sponsored-excerpt-v3 {
  4046.        font-size: 13px;
  4047.        font-weight: 400;
  4048.        color: #868e96;
  4049.        margin-bottom: 12px;
  4050.        line-height: 1.5;
  4051.    }
  4052.    
  4053.    .sponsored-meta-v3 {
  4054.        font-size: 12px;
  4055.        color: #6c757d;
  4056.    }
  4057.    
  4058.    .author-info-v3 {
  4059.        display: flex;
  4060.        align-items: center;
  4061.        gap: 6px;
  4062.        margin-bottom: 6px;
  4063.    }
  4064.    
  4065.    .sponsored-author-img-v3 {
  4066.        width: 24px;
  4067.        height: 24px;
  4068.        border-radius: 50%;
  4069.        object-fit: cover;
  4070.    }
  4071.    
  4072.    .section-title-sponsored-v3 {
  4073.        font-size: 2rem;
  4074.        font-weight: 600;
  4075.        text-align: left;
  4076.        margin-bottom: 25px;
  4077.        color: #333;
  4078.        border-bottom: 3px solid var(--bs-primary);
  4079.        padding-bottom: 10px;
  4080.    }
  4081.  
  4082.    @media (max-width: 768px) {
  4083.        .sponsored-section-v3 {
  4084.            padding: 30px 0;
  4085.        }
  4086.        .sponsored-content-v3 {
  4087.            padding: 15px;
  4088.        }
  4089.        .sponsored-title-v3 {
  4090.            font-size: 15px;
  4091.        }
  4092.        .sponsored-excerpt-v3 {
  4093.            font-size: 12px;
  4094.        }
  4095.        .section-title-sponsored-v3 {
  4096.            font-size: 1.8rem;
  4097.        }
  4098.    }
  4099. </style>
  4100.  
  4101. <section class="sponsored-section-v3">
  4102.    <div class="container-fluid fluid-container">
  4103.        <div class="row">
  4104.            <div class="col-12">
  4105.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  4106.            </div>
  4107.        </div>
  4108.        
  4109.        <div class="row g-4">
  4110.            
  4111.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4112.                <div class="card sponsored-card-v3">
  4113.                    <div class="sponsored-image-v3">
  4114.                        
  4115.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4116.                        
  4117.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4118.                    </div>
  4119.                    <div class="sponsored-content-v3">
  4120.                        <h3 class="sponsored-title-v3">
  4121.                            <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/" class="top-color">
  4122.                            What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Ambitions on Leadership
  4123.                            </a>
  4124.                        </h3>
  4125.                        <p class="sponsored-excerpt-v3">
  4126.                            
  4127.                        </p>
  4128.                        <div class="sponsored-meta-v3">
  4129.                            <div class="author-info-v3">
  4130.                                
  4131.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4132.                                
  4133.                                <span>
  4134.                                    Tammy Simmons
  4135.                                </span>
  4136.                            </div>
  4137.                            <div class="d-flex gap-2">
  4138.                                <i class="ti-calendar"></i> 17 May 2026
  4139.                            </div>
  4140.                        </div>
  4141.                    </div>
  4142.                </div>
  4143.            </div>
  4144.            
  4145.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4146.                <div class="card sponsored-card-v3">
  4147.                    <div class="sponsored-image-v3">
  4148.                        
  4149.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4150.                        
  4151.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4152.                    </div>
  4153.                    <div class="sponsored-content-v3">
  4154.                        <h3 class="sponsored-title-v3">
  4155.                            <a href="/swiss-ski-resort-fire-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  4156.                            Swiss Ski Resort Fire Survivors Are Treated in Specialist Clinics Throughout the Continent
  4157.                            </a>
  4158.                        </h3>
  4159.                        <p class="sponsored-excerpt-v3">
  4160.                            
  4161.                        </p>
  4162.                        <div class="sponsored-meta-v3">
  4163.                            <div class="author-info-v3">
  4164.                                
  4165.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4166.                                
  4167.                                <span>
  4168.                                    Tammy Simmons
  4169.                                </span>
  4170.                            </div>
  4171.                            <div class="d-flex gap-2">
  4172.                                <i class="ti-calendar"></i> 17 May 2026
  4173.                            </div>
  4174.                        </div>
  4175.                    </div>
  4176.                </div>
  4177.            </div>
  4178.            
  4179.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4180.                <div class="card sponsored-card-v3">
  4181.                    <div class="sponsored-image-v3">
  4182.                        
  4183.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4184.                        
  4185.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4186.                    </div>
  4187.                    <div class="sponsored-content-v3">
  4188.                        <h3 class="sponsored-title-v3">
  4189.                            <a href="/queens-acknowledge-queens-as-the-president-offers-mamdani-a-warm-greeting/" class="top-color">
  4190.                            Queens Acknowledge Queens as The President Offers Mamdani a Warm Greeting
  4191.                            </a>
  4192.                        </h3>
  4193.                        <p class="sponsored-excerpt-v3">
  4194.                            
  4195.                        </p>
  4196.                        <div class="sponsored-meta-v3">
  4197.                            <div class="author-info-v3">
  4198.                                
  4199.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4200.                                
  4201.                                <span>
  4202.                                    Tammy Simmons
  4203.                                </span>
  4204.                            </div>
  4205.                            <div class="d-flex gap-2">
  4206.                                <i class="ti-calendar"></i> 17 May 2026
  4207.                            </div>
  4208.                        </div>
  4209.                    </div>
  4210.                </div>
  4211.            </div>
  4212.            
  4213.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4214.                <div class="card sponsored-card-v3">
  4215.                    <div class="sponsored-image-v3">
  4216.                        
  4217.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4218.                        
  4219.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4220.                    </div>
  4221.                    <div class="sponsored-content-v3">
  4222.                        <h3 class="sponsored-title-v3">
  4223.                            <a href="/the-ten-year-affair-by-erin-somers-a-middle-aged-infidelity-tale-this-generation-deserves/" class="top-color">
  4224.                            The Ten Year Affair by Erin Somers: A Middle-Aged Infidelity Tale This Generation Deserves.
  4225.                            </a>
  4226.                        </h3>
  4227.                        <p class="sponsored-excerpt-v3">
  4228.                            
  4229.                        </p>
  4230.                        <div class="sponsored-meta-v3">
  4231.                            <div class="author-info-v3">
  4232.                                
  4233.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4234.                                
  4235.                                <span>
  4236.                                    Tammy Simmons
  4237.                                </span>
  4238.                            </div>
  4239.                            <div class="d-flex gap-2">
  4240.                                <i class="ti-calendar"></i> 16 May 2026
  4241.                            </div>
  4242.                        </div>
  4243.                    </div>
  4244.                </div>
  4245.            </div>
  4246.            
  4247.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4248.                <div class="card sponsored-card-v3">
  4249.                    <div class="sponsored-image-v3">
  4250.                        
  4251.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4252.                        
  4253.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4254.                    </div>
  4255.                    <div class="sponsored-content-v3">
  4256.                        <h3 class="sponsored-title-v3">
  4257.                            <a href="/president-zelenskyy-states-ukraine-was-10-away-from-peace-yet-not-at-any-possible-price/" class="top-color">
  4258.                            President Zelenskyy States Ukraine Was 10% Away from Peace, Yet Not at Any Possible Price
  4259.                            </a>
  4260.                        </h3>
  4261.                        <p class="sponsored-excerpt-v3">
  4262.                            
  4263.                        </p>
  4264.                        <div class="sponsored-meta-v3">
  4265.                            <div class="author-info-v3">
  4266.                                
  4267.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4268.                                
  4269.                                <span>
  4270.                                    Tammy Simmons
  4271.                                </span>
  4272.                            </div>
  4273.                            <div class="d-flex gap-2">
  4274.                                <i class="ti-calendar"></i> 16 May 2026
  4275.                            </div>
  4276.                        </div>
  4277.                    </div>
  4278.                </div>
  4279.            </div>
  4280.            
  4281.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4282.                <div class="card sponsored-card-v3">
  4283.                    <div class="sponsored-image-v3">
  4284.                        
  4285.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4286.                        
  4287.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4288.                    </div>
  4289.                    <div class="sponsored-content-v3">
  4290.                        <h3 class="sponsored-title-v3">
  4291.                            <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-song/" class="top-color">
  4292.                            The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Song
  4293.                            </a>
  4294.                        </h3>
  4295.                        <p class="sponsored-excerpt-v3">
  4296.                            
  4297.                        </p>
  4298.                        <div class="sponsored-meta-v3">
  4299.                            <div class="author-info-v3">
  4300.                                
  4301.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eb508ba9-a730-484b-b8ae-4039815e5853_profile.png" alt="Tammy Simmons" style="object-fit: cover;" class="sponsored-author-img-v3">
  4302.                                
  4303.                                <span>
  4304.                                    Tammy Simmons
  4305.                                </span>
  4306.                            </div>
  4307.                            <div class="d-flex gap-2">
  4308.                                <i class="ti-calendar"></i> 16 May 2026
  4309.                            </div>
  4310.                        </div>
  4311.                    </div>
  4312.                </div>
  4313.            </div>
  4314.            
  4315.        </div>
  4316.    </div>
  4317. </section>
  4318.  
  4319.  
  4320.    
  4321.        <!-- end wpo-blog-sponsored-section -->
  4322.        <!-- start wpo-subscribe-section -->
  4323.        
  4324.        <!-- end subscribe-section -->
  4325.        <!-- start of wpo-site-footer-section -->
  4326.        
  4327.  
  4328.  
  4329.  
  4330.  
  4331.  
  4332. <footer class="wpo-site-footer-v2">
  4333.    <!-- Main Footer Content -->
  4334.    <div class="wpo-main-footer">
  4335.        <div class="container-fluid fluid-container">
  4336.            <div class="row g-4">
  4337.                
  4338.                <!-- Company Info Section -->
  4339.                <div class="col-lg-4 col-md-6 col-12">
  4340.                    <div class="footer-widget company-info-widget">
  4341.                        <div class="widget-header">
  4342.                            <div class="footer-logo">
  4343.                                
  4344.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a58cb33b-d9ea-4c81-b937-895183877bf4_logo.png" alt="DeltaCraft" class="img-fluid footer-logo-img">
  4345.                                
  4346.                            </div>
  4347.                        </div>
  4348.                        <div class="widget-content2 footer-widget-content2">
  4349.                            <p class="company-description-text">
  4350.                                Discover DeltaCraft&#x27;s premium woodworking tools, expert tutorials, and DIY project guides. Learn techniques, read reviews, and join our crafting community.
  4351.                            </p>
  4352.                            <div class="contact-info2">
  4353.                                <div class="contact-item">
  4354.                                    <i class="fas fa-envelope"></i>
  4355.                                    <span><a href="/cdn-cgi/l/email-protection#d9b5b0b7b2aa99b7bca1adbbb8bab2b5b0b7b2aaf7bab6b4" class="footer-link2"><span class="__cf_email__" data-cfemail="e78b8e898c94a789829f938586848c8b8e898c94c984888a">[email&#160;protected]</span></a></span>
  4356.                                </div>
  4357.                                <!-- <div class="contact-item">
  4358.                                    <i class="fas fa-phone"></i>
  4359.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  4360.                                </div> -->
  4361.                            </div>
  4362.                        </div>
  4363.                    </div>
  4364.                </div>
  4365.  
  4366.                <!-- Quick Links Section -->
  4367.                <div class="col-lg-4 col-md-6 col-12">
  4368.                    <div class="footer-widget quick-links-widget">
  4369.                        <div class="widget-header">
  4370.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  4371.                        </div>
  4372.                        <div class="widget-content2 footer-widget-content2">
  4373.                            <ul class="footer-links">
  4374.                                
  4375.                                <li><a href="/gop-senator-asserts-agreement-is-possible-on-health-care-as-crucial-tax-credits-set-to-expire/" class="footer-link">GOP Senator Asserts &#x27;Agreement Is Possible&#x27; on Health Care as Crucial Tax Credits Set to Expire.</a></li>
  4376.                                
  4377.                                <li><a href="/administration-denounces-democrat-hoax-as-additional-jeffrey-epstein-photographs-disclosed/" class="footer-link">Administration Denounces &#x27;Democrat Hoax&#x27; as Additional Jeffrey Epstein Photographs Disclosed</a></li>
  4378.                                
  4379.                                <li><a href="/the-defender-departs-international-stage-long-after-her-name-was-etched-into-soccer-greats/" class="footer-link">The Defender Departs International Stage Long After Her Name Was Etched Into Soccer Greats</a></li>
  4380.                                
  4381.                                <li><a href="/line-of-duty-announced-for-seventh-season-on-bbc/" class="footer-link">Line of Duty Announced for Seventh Season on BBC</a></li>
  4382.                                
  4383.                                <li><a href="/emma-raducanu-ends-the-current-season-and-has-decided-to-continue-with-coach-into-the-2026-season/" class="footer-link">Emma Raducanu ends the current season and has decided to continue with coach into the 2026 season.</a></li>
  4384.                                
  4385.                                <li><a href="/three-xbox-game-pass-games-that-can-validate-your-subscription-this-weekend-nov-21-23/" class="footer-link">Three Xbox Game Pass Games That Can Validate Your Subscription This Weekend (Nov. 21-23)</a></li>
  4386.                                
  4387.                            </ul>
  4388.                        </div>
  4389.                    </div>
  4390.                </div>
  4391.  
  4392.                <!-- Blog Rolls Section -->
  4393.          <div class="col-lg-3 col-md-6 col-12">
  4394.    <div class="footer-widget blog-rolls-widget">
  4395.        <div class="widget-header">
  4396.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  4397.        </div>
  4398.        <div class="widget-content2 footer-widget-content2">
  4399.            <div class="row">
  4400.                <div class="col-6">
  4401.                    <ul class="footer-links" id="blogroll">
  4402.                        
  4403.                        
  4404.                        
  4405.                        
  4406.                        
  4407.                        
  4408.                        
  4409.                    </ul>
  4410.                </div>
  4411.            </div>
  4412.        </div>
  4413.    </div>
  4414. </div>
  4415.                <!-- Categories Section -->
  4416.                <div class="col-lg-4 col-md-6 col-12">
  4417.                    <div class="footer-widget categories-widget">
  4418.                        <div class="widget-header">
  4419.                            <h4 class="widget-title2 categories-title">Categories</h4>
  4420.                        </div>
  4421.                        <div class="widget-content2 footer-widget-content2">
  4422.                            <div class="row">
  4423.                                <div class="col-6">
  4424.                                    <ul class="footer-links">
  4425.                                        
  4426.                                        <li> <a href="/category/all-posts/" class="footer-link">
  4427.                                            All Posts
  4428.                                        </a></li>
  4429.                                        
  4430.                                        <li> <a href="/category/business/" class="footer-link">
  4431.                                            Business
  4432.                                        </a></li>
  4433.                                        
  4434.                                        <li> <a href="/category/esports/" class="footer-link">
  4435.                                            Esports
  4436.                                        </a></li>
  4437.                                        
  4438.                                        <li> <a href="/category/fashion/" class="footer-link">
  4439.                                            Fashion
  4440.                                        </a></li>
  4441.                                        
  4442.                                        <li> <a href="/category/featured/" class="footer-link">
  4443.                                            Featured
  4444.                                        </a></li>
  4445.                                        
  4446.                                    </ul>
  4447.                                </div>
  4448.                              
  4449.                            </div>
  4450.                        </div>
  4451.                    </div>
  4452.                </div>
  4453.  
  4454.            </div>
  4455.        </div>
  4456.    </div>
  4457.  
  4458.    <!-- Footer Bottom -->
  4459.    <div class="footer-bottom">
  4460.        <div class="container-fluid fluid-container">
  4461.            <div class="row align-items-center">
  4462.                <!-- Copyright -->
  4463.                <div class="col-lg-6 col-md-6 col-12">
  4464.                    <div class="copyright-text">
  4465.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">DeltaCraft</strong>.
  4466.                            All rights reserved.
  4467.                        </p>
  4468.                    </div>
  4469.                </div>
  4470.  
  4471.                <!-- Footer Menu -->
  4472.                <div class="col-lg-6 col-md-6 col-12">
  4473.                    <div class="footer-menu">
  4474.                        <ul class="bottom-menu">
  4475.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  4476.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  4477.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  4478.                        </ul>
  4479.                    </div>
  4480.                </div>
  4481.            </div>
  4482.        </div>
  4483.    </div>
  4484.  
  4485. </footer>
  4486.  
  4487. <style>
  4488. /* Footer V2 Styles */
  4489. .wpo-site-footer-v2 {
  4490.    background: var(--footer-bg);
  4491.    color: var(--footer-color);
  4492.    position: relative;
  4493.    overflow: hidden;
  4494. }
  4495.  
  4496. .wpo-site-footer-v2::before {
  4497.    content: '';
  4498.    position: absolute;
  4499.    top: 0;
  4500.    left: 0;
  4501.    right: 0;
  4502.    bottom: 0;
  4503.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  4504.    pointer-events: none;
  4505. }
  4506.  
  4507. .wpo-main-footer {
  4508.    padding: 60px 0 40px;
  4509.    position: relative;
  4510.    z-index: 2;
  4511. }
  4512.  
  4513. .footer-widget {
  4514.    margin-bottom: 30px;
  4515. }
  4516.  
  4517. .widget-header {
  4518.    margin-bottom: 25px;
  4519. }
  4520.  
  4521. .widget-title2 {
  4522.    font-size: 20px;
  4523.    font-weight: 700;
  4524.    color: var(--footer-color) !important;
  4525.    margin: 0;
  4526.    position: relative;
  4527.    padding-bottom: 10px;
  4528. }
  4529.  
  4530. .widget-title2::after {
  4531.    content: '';
  4532.    position: absolute;
  4533.    bottom: 0;
  4534.    left: 0;
  4535.    width: 40px;
  4536.    height: 3px;
  4537.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  4538.    border-radius: 2px;
  4539. }
  4540.  
  4541. /* Company Info Styles */
  4542. .footer-logo-img {
  4543.    max-height: 100px;
  4544.    margin-bottom: 20px;
  4545. }
  4546.  
  4547. .footer-logo-text {
  4548.    color: var(--footer-color);
  4549. }
  4550.  
  4551. .company-description-text {
  4552.    font-size: 14px;
  4553.    line-height: 1.7;
  4554.    color: var(--footer-color);
  4555.    margin-bottom: 25px;
  4556. }
  4557.  
  4558. .contact-info2 .contact-item {
  4559.    display: flex;
  4560.    align-items: center;
  4561.    margin-bottom: 10px;
  4562.    font-size: 14px;
  4563. }
  4564.  
  4565. .contact-info2 .contact-item i {
  4566.    width: 20px;
  4567.    color: var(--footer-color);
  4568.    margin-right: 10px;
  4569. }
  4570.  
  4571. /* Footer Links Styles */
  4572. .footer-links {
  4573.    list-style: none;
  4574.    padding: 0;
  4575.    margin: 0;
  4576. }
  4577.  
  4578. .footer-links li {
  4579.    margin-bottom: 12px;
  4580. }
  4581. .footer-link2 {
  4582.    color: var(--footer-color) !important;
  4583. }
  4584. .footer-link2:hover {
  4585.    color: blue !important;
  4586. }
  4587. .footer-links a{
  4588.    color: var(--footer-color) !important;
  4589.    text-decoration: none;
  4590.    cursor: pointer;
  4591.    font-size: 14px;
  4592.    transition: all 0.3s ease;
  4593.    position: relative;
  4594. }
  4595.  
  4596. .footer-links a:hover {
  4597.    color: #4f46e5 !important;
  4598.    padding-left: 8px;
  4599. }
  4600.  
  4601. /* Footer Bottom Styles */
  4602. .footer-bottom {
  4603.    background: rgba(0, 0, 0, 0.3);
  4604.    padding: 20px 0;
  4605.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4606.    position: relative;
  4607.    z-index: 2;
  4608. }
  4609.  
  4610. .copyright-text-p {
  4611.    margin: 0;
  4612.    font-size: 14px;
  4613.    color: var(--footer-color);
  4614. }
  4615.  
  4616. .footer-sitename {
  4617.    color: var(--footer-color);
  4618. }
  4619.  
  4620. .bottom-menu {
  4621.    list-style: none;
  4622.    padding: 0;
  4623.    margin: 0;
  4624.    display: flex;
  4625.    justify-content: flex-end;
  4626.    gap: 20px;
  4627. }
  4628.  
  4629. .bottom-menu a {
  4630.    color: var(--footer-color);
  4631.    text-decoration: none;
  4632.    font-size: 14px;
  4633.    transition: color 0.3s ease;
  4634. }
  4635.  
  4636. .bottom-menu a:hover {
  4637.    color: #4f46e5;
  4638. }
  4639.  
  4640. @media (max-width: 768px) {
  4641.    .wpo-main-footer {
  4642.        padding: 40px 0 30px;
  4643.    }
  4644.    
  4645.    .bottom-menu {
  4646.        justify-content: center;
  4647.        margin-top: 15px;
  4648.    }
  4649.    
  4650.    .copyright-text {
  4651.        text-align: center;
  4652.    }
  4653.    
  4654.    .social-links {
  4655.        justify-content: center;
  4656.    }
  4657. }
  4658.  
  4659. @media (max-width: 576px) {
  4660.    .widget-title2 {
  4661.        font-size: 18px;
  4662.    }
  4663.    
  4664.    .newsletter-form .input-group {
  4665.        flex-direction: column;
  4666.    }
  4667.    
  4668.    .newsletter-form .btn {
  4669.        margin-top: 10px;
  4670.        border-radius: 8px;
  4671.    }
  4672.    
  4673.    .newsletter-form .form-control {
  4674.        border-radius: 8px;
  4675.    }
  4676. }
  4677. </style>
  4678.  
  4679.  
  4680. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4681.  document.addEventListener('DOMContentLoaded', function () {
  4682.    var btn = document.getElementById('toggleMore');
  4683.    if (!btn) return; // If there are <=5 items, no need for the button
  4684.  
  4685.    var extras = document.querySelectorAll('#blogroll li.extra');
  4686.  
  4687.    btn.addEventListener('click', function () {
  4688.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4689.        return li.classList.contains('d-none');
  4690.      });
  4691.  
  4692.      extras.forEach(function (li) {
  4693.        if (anyHidden) {
  4694.          li.classList.remove('d-none');
  4695.          li.classList.add('show'); // Show with smooth transition
  4696.        } else {
  4697.          li.classList.add('d-none');
  4698.          li.classList.remove('show'); // Hide smoothly
  4699.        }
  4700.      });
  4701.  
  4702.      // Update the button text and aria-expanded attribute
  4703.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4704.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4705.    });
  4706.  });
  4707. </script>
  4708.        <!-- end of wpo-site-footer-section -->
  4709.    </div>
  4710.    <!-- end of page-wrapper -->
  4711.  
  4712.    <!-- All JavaScript files
  4713.    ================================================== -->
  4714.    
  4715.  
  4716. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4717. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4718. <!-- Plugins for this template -->
  4719. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4720. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4721. <!-- Custom script for this template -->
  4722. <script src="/static/blogapp/assets/js/script.js"></script>
  4723.  
  4724. <script>
  4725. (function () {
  4726. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4727. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4728.  
  4729. function applyFallback(img) {
  4730. if (!img || img.dataset.fallbackApplied === "1") {
  4731. return;
  4732. }
  4733. var failedSrc = img.currentSrc || img.src || "";
  4734. img.dataset.fallbackApplied = "1";
  4735. img.onerror = null;
  4736. img.src = fallbackImageSrc;
  4737. console.warn("[ImageFallback] Replaced broken image:", {
  4738. failedSrc: failedSrc,
  4739. fallbackSrc: fallbackImageSrc,
  4740. alt: img.alt || "",
  4741. });
  4742. }
  4743.  
  4744. document.querySelectorAll("img").forEach(function (img) {
  4745. if (img.complete && img.naturalWidth === 0) {
  4746. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4747. failedSrc: img.currentSrc || img.src || "",
  4748. alt: img.alt || "",
  4749. });
  4750. applyFallback(img);
  4751. }
  4752. });
  4753.  
  4754. document.addEventListener(
  4755. "error",
  4756. function (event) {
  4757. var target = event.target;
  4758. if (target && target.tagName === "IMG") {
  4759. applyFallback(target);
  4760. }
  4761. },
  4762. true
  4763. );
  4764. })();
  4765. </script>
  4766.  
  4767. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4768.  
  4769.  
  4770.  
  4771. <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":"325f0caaeec94d8f959843fa85125ba5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4772. </body>
  4773.  
  4774. </html>
  4775.  
  4776.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda