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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  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_26_J97nAjj_mkB2Cel.png">
  14.    
  15.  
  16.    <title>Forge Center: Innovation Hub for Tech Startups and Entrepreneurs</title>
  17.    <meta name="description" content="Forge Center is a collaborative space where tech entrepreneurs and startups connect, innovate, and grow. Explore resources, events, and community support.">
  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://forgecenter.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #4f46e5;
  42.        --bs-primary-rgb: 4f46e5;
  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: #4f46e5;
  53.        --theme-primary-color-s2: #4f46e5;
  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: #4f46e5;
  84.        --link-hover: #4338ca;
  85.        --blog-color: #dbeafe;
  86.        --blog-bg: rgba(79, 70, 229, 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_84">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418.  
  419. <div class="topbar d-sm-flex d-none">
  420.  <div class="container-fluid fluid-container">
  421.    <div class="row">
  422.      <div>
  423.        <div class="pt-2 d-flex  gap-2   pb-0">
  424.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  425.            <div class=" d-flex  ">
  426.              <sapn class="fw-bold ">
  427.                Latest
  428.              </sapn>
  429.            </div>
  430.            <div class="d-flex">
  431.              <sapn class="fw-bold ">
  432.                Update
  433.              </sapn>
  434.            </div>
  435.          </div>
  436.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  437.            <p class="text-center">
  438.              
  439.              <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-your-fungi/" class="px-5 top-color">
  440.                Washing Mushrooms: The Great Debate: A Guide to Preparing Your Fungi
  441.              </a>
  442.              
  443.              <a href="/remains-of-endurance-athlete-apparently-taken-by-shark-recovered-from-pacific-coastline/" class="px-5 top-color">
  444.                Remains of Endurance Athlete Apparently Taken by Shark Recovered from Pacific Coastline
  445.              </a>
  446.              
  447.              <a href="/music-legend-barry-manilow-scheduled-for-surgery-for-cancer-in-his-lung/" class="px-5 top-color">
  448.                Music Legend Barry Manilow Scheduled for Surgery for Cancer in His Lung.
  449.              </a>
  450.              
  451.              <a href="/ex-uk-serviceman-charged-of-murdering-kenyan-female-shows-up-in-courtroom/" class="px-5 top-color">
  452.                Ex UK Serviceman Charged of Murdering Kenyan Female Shows Up in Courtroom
  453.              </a>
  454.              
  455.              <a href="/fda-clears-addyi-a-desire-boosting-treatment-for-women-after-menopause/" class="px-5 top-color">
  456.                FDA Clears Addyi, a Desire-Boosting Treatment for Women After Menopause
  457.              </a>
  458.              
  459.            </p>
  460.          </marquee>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  477.  <div class="container-fluid fluid-container  ">
  478.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  479.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  480.        <!-- Mobile Brand & Search -->
  481.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  482.          
  483.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d11b84f8-9ad6-4efe-84f6-7b493ce3a5bf_logo.png" alt="Forge Center" />
  484.          
  485.        </a>
  486.        <div class="flex-grow-1 d-xl-none d-flex">
  487.          <form class="search-wrapper-v1">
  488.            <input type="search" class="form-control search-input-v1" id="search-input"
  489.              placeholder="Search articles..." aria-label="Search content" />
  490.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  491.              <circle cx="11" cy="11" r="8"></circle>
  492.              <path d="m21 21-4.35-4.35"></path>
  493.            </svg>
  494.          </form>
  495.          <!-- The search results will be displayed here -->
  496.          <div id="search-results" class="search-results-container"></div>
  497.        </div>
  498.  
  499.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  500.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  501.          aria-label="Toggle navigation">
  502.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  503.            <line x1="3" y1="6" x2="21" y2="6"></line>
  504.            <line x1="3" y1="12" x2="21" y2="12"></line>
  505.            <line x1="3" y1="18" x2="21" y2="18"></line>
  506.          </svg>
  507.        </button>
  508.  
  509.        <!-- Desktop Layout -->
  510.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  511.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d11b84f8-9ad6-4efe-84f6-7b493ce3a5bf_logo.png" alt="" />
  512.        </a>
  513.  
  514.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  515.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  516.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  517.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  518.              <circle cx="11" cy="11" r="8"></circle>
  519.              <path d="m21 21-4.35-4.35"></path>
  520.            </svg>
  521.          </form>
  522.           <!-- The search results will be displayed here -->
  523.          <div id="search-results1" class="search-results-container search-v1"></div>
  524.        </div>
  525.        <!-- Navigation Menu -->
  526.      </div>
  527.      <div class="collapse justify-content-end" id="navCollapse-v1">
  528.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  529.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  530.            <div class="d-xl-flex align-items-center gap-2">
  531.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  532.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  533.                <span>More</span>
  534.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  535.                  <circle cx="12" cy="12" r="1"></circle>
  536.                  <circle cx="19" cy="12" r="1"></circle>
  537.                  <circle cx="5" cy="12" r="1"></circle>
  538.                </svg>
  539.              </button>
  540.            </div>
  541.          </li> -->
  542.          <li class="nav-item mb-3">
  543.            <a class="navlink-v1" href="/">
  544.              Home
  545.            </a>
  546.          </li>
  547.          
  548.           <li class="nav-item mb-3">
  549.            <a class="navlink-v1" href="/category/all-posts/">
  550.              All Posts
  551.            </a>
  552.            </li>
  553.            
  554.  
  555.                
  556.                
  557.            
  558.           <li class="nav-item mb-3">
  559.            <a class="navlink-v1" href="/category/business/">
  560.              Business
  561.            </a>
  562.            </li>
  563.            
  564.  
  565.                
  566.                
  567.            
  568.           <li class="nav-item mb-3">
  569.            <a class="navlink-v1" href="/category/esports/">
  570.              Esports
  571.            </a>
  572.            </li>
  573.            
  574.  
  575.                
  576.                
  577.            
  578.           <li class="nav-item mb-3">
  579.            <a class="navlink-v1" href="/category/fashion/">
  580.              Fashion
  581.            </a>
  582.            </li>
  583.            
  584.  
  585.                
  586.                
  587.            
  588.           <li class="nav-item mb-3">
  589.            <a class="navlink-v1" href="/category/featured/">
  590.              Featured
  591.            </a>
  592.            </li>
  593.            
  594.  
  595.                
  596.                
  597.            
  598.          
  599.            <li class="nav-item mb-3 dropdown">
  600.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  601.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  602.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  603.                <li>
  604.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  605.                    Gaming
  606.                  </a>
  607.                </li>
  608.                
  609.  
  610.                
  611.                
  612.            
  613.          
  614.                <li>
  615.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  616.                    Health
  617.                  </a>
  618.                </li>
  619.                
  620.  
  621.                
  622.                
  623.            
  624.          
  625.                <li>
  626.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  627.                    Life &amp; Fitness
  628.                  </a>
  629.                </li>
  630.                
  631.  
  632.                
  633.                
  634.            
  635.          
  636.                <li>
  637.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  638.                    Lifestyle
  639.                  </a>
  640.                </li>
  641.                
  642.  
  643.                
  644.                
  645.            
  646.          
  647.                <li>
  648.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  649.                    News
  650.                  </a>
  651.                </li>
  652.                
  653.  
  654.                
  655.                
  656.            
  657.          
  658.                <li>
  659.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  660.                    Others
  661.                  </a>
  662.                </li>
  663.                
  664.  
  665.                
  666.                
  667.            
  668.          
  669.                <li>
  670.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  671.                    Politics
  672.                  </a>
  673.                </li>
  674.                
  675.  
  676.                
  677.                
  678.            
  679.          
  680.                <li>
  681.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  682.                    Sports
  683.                  </a>
  684.                </li>
  685.                
  686.  
  687.                
  688.                
  689.            
  690.          
  691.                <li>
  692.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  693.                    Tech
  694.                  </a>
  695.                </li>
  696.                
  697.  
  698.                
  699.                
  700.            
  701.          
  702.                <li>
  703.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  704.                    Travel
  705.                  </a>
  706.                </li>
  707.                
  708.  
  709.                
  710.                
  711.              </ul>
  712.            </li>
  713.            
  714.            
  715.            <li class="nav-item mb-3">
  716.              <a class="navlink-v1" href="/page/contact-us/">
  717.                Contact Us
  718.              </a>
  719.            </li>
  720.            <li class="nav-item d-xl-none mt-2">
  721.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  722.                data-bs-target="#sidebar-v1">
  723.                More Options
  724.              </button>
  725.            </li>
  726.        </ul>
  727.      </div>
  728.    </nav>
  729.  </div>
  730.  
  731. </header>
  732.  
  733. <!-- Sidebar -->
  734. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  735.  <div class="offcanvas-header border-bottom">
  736.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  737.      Latest Updates
  738.    </h5>
  739.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  740.  </div>
  741.  <div class="offcanvas-body p-3">
  742.    <div class="mb-4">
  743.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  744.      <div class="vstack gap-3">
  745.        <article class="post-card-v1 d-flex gap-3">
  746.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  747.          <div class="flex-grow-1">
  748.            <small class="text-muted">2 hours ago</small>
  749.            <h6 class="mb-1 lh-sm">
  750.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  751.            </h6>
  752.            <small class="text-muted">Technology</small>
  753.          </div>
  754.        </article>
  755.  
  756.        <article class="post-card-v1 d-flex gap-3">
  757.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  758.          <div class="flex-grow-1">
  759.            <small class="text-muted">5 hours ago</small>
  760.            <h6 class="mb-1 lh-sm">
  761.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  762.            </h6>
  763.            <small class="text-muted">Design</small>
  764.          </div>
  765.        </article>
  766.  
  767.        <article class="post-card-v1 d-flex gap-3">
  768.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  769.          <div class="flex-grow-1">
  770.            <small class="text-muted">1 day ago</small>
  771.            <h6 class="mb-1 lh-sm">
  772.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  773.            </h6>
  774.            <small class="text-muted">Lifestyle</small>
  775.          </div>
  776.        </article>
  777.      </div>
  778.    </div>
  779.  
  780.    <hr />
  781.  
  782.    <div class="contact-info-v1">
  783.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  784.      <div class="small text-muted lh-lg">
  785.        <div class="mb-2">
  786.          <strong>Location:</strong><br />
  787.          123 Innovation Street<br />
  788.          Tech District, CA 94105
  789.        </div>
  790.        <div class="mb-2">
  791.          <strong>Email:</strong><br />
  792.          <a href="/cdn-cgi/l/email-protection#422a272e2e2d022030232c266c212d2f" class="text-decoration-none"><span class="__cf_email__" data-cfemail="84ece1e8e8ebc4e6f6e5eae0aae7ebe9">[email&#160;protected]</span></a>
  793.        </div>
  794.        <div>
  795.          <strong>Phone:</strong><br />
  796.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  797.        </div>
  798.      </div>
  799.    </div>
  800.  </div>
  801. </div>
  802.  
  803. <!-- Custom CSS -->
  804. <style>
  805.  .navbar {
  806.    padding-inline: 20px;
  807.  }
  808.  
  809.  .nav-v1 {
  810.    backdrop-filter: blur(12px);
  811.  }
  812.  
  813.  .brand-v1 img {
  814.    height: 32px;
  815.    transition: transform 0.3s ease;
  816.  }
  817.  
  818.  .brand-v1:hover img {
  819.    transform: scale(1.05);
  820.  }
  821.  
  822.  .search-wrapper-v1 {
  823.    max-width: 600px;
  824.    position: relative;
  825.  }
  826.  
  827.  .search-input-v1 {
  828.    padding: 10px 16px 10px 42px;
  829.    border: 1px solid #e2e8f0;
  830.    border-radius: 24px;
  831.    font-size: 14px;
  832.    transition: all 0.3s ease;
  833.    background: white;
  834.    width: 100%;
  835.    max-width: 400px;
  836.  }
  837.  
  838.  .search-input-v1:focus {
  839.    border-color: #2563eb;
  840.    outline: none;
  841.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  842.    transform: translateY(-1px);
  843.  }
  844.  
  845.  .search-icon-v1 {
  846.    position: absolute;
  847.    left: 14px;
  848.    top: 50%;
  849.    transform: translateY(-50%);
  850.    color: #64748b;
  851.    width: 16px;
  852.    height: 16px;
  853.  }
  854.  
  855.  .navlink-v1 {
  856.    color: #374151;
  857.    font-weight: 500;
  858.    font-size: 15px;
  859.    padding: 8px 16px;
  860.    border-radius: 12px;
  861.    transition: all 0.2s ease;
  862.    text-decoration: none;
  863.    position: relative;
  864.  }
  865.  
  866.  .navlink-v1:hover {
  867.    background: rgba(37, 99, 235, 0.1);
  868.    color: #2563eb;
  869.    transform: translateY(-1px);
  870.  }
  871.  
  872.  .navlink-v1.active-v1 {
  873.    background: #2563eb;
  874.    color: white !important;
  875.  }
  876.  
  877.  .dropdown-v1 {
  878.    border: 1px solid #e2e8f0;
  879.    border-radius: 16px;
  880.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  881.    backdrop-filter: blur(8px);
  882.    background: rgba(255, 255, 255, 0.98);
  883.    padding: 8px 0;
  884.  }
  885.  
  886.  .dropdown-item-v1 {
  887.    padding: 8px 20px;
  888.    font-size: 14px;
  889.    color: #374151 !important;
  890.    transition: all 0.2s ease;
  891.    border-radius: 8px;
  892.    margin: 2px 0px;
  893.  }
  894.  
  895.  .dropdown-item-v1:hover {
  896.    background: rgba(37, 99, 235, 0.1);
  897.    color: #2563eb !important;
  898.  }
  899.  
  900.  .menu-btn-v1 {
  901.    padding: 8px 16px;
  902.    border: 1px solid #e2e8f0;
  903.    border-radius: 12px;
  904.    background: white;
  905.    color: #374151;
  906.    font-weight: 500;
  907.    transition: all 0.2s ease;
  908.  }
  909.  
  910.  .menu-btn-v1:hover {
  911.    border-color: #2563eb;
  912.    color: #2563eb;
  913.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  914.  }
  915.  
  916.  .offcanvas-v1 {
  917.    width: min(360px, 90vw);
  918.    background: white;
  919.    z-index: 1050;
  920.  }
  921.  
  922.  .post-card-v1 {
  923.    padding: 12px;
  924.    border-radius: 12px;
  925.    transition: all 0.2s ease;
  926.    border: 1px solid transparent;
  927.  }
  928.  
  929.  .post-card-v1:hover {
  930.    background: #f8fafc;
  931.    border-color: #e2e8f0;
  932.  }
  933.  
  934.  .post-img-v1 {
  935.    border-radius: 8px;
  936.    transition: transform 0.3s ease;
  937.  }
  938.  
  939.  .post-card-v1:hover .post-img-v1 {
  940.    transform: scale(1.02);
  941.  }
  942.  
  943.  .contact-info-v1 {
  944.    background: #f8fafc;
  945.    padding: 16px;
  946.    border-radius: 12px;
  947.    border: 1px solid #e2e8f0;
  948.  }
  949.  
  950.  @media (max-width: 1200px) {
  951.    .nav-width {
  952.      width: 100%;
  953.    }
  954.  }
  955.  
  956.  @media (max-width: 991px) {
  957.    .navlink-v1 {
  958.      padding: 12px 16px;
  959.      margin: 2px 0;
  960.    }
  961.  
  962.    .search-wrapper-v1 {
  963.      margin: 12px 0;
  964.    }
  965.  }
  966.  
  967.  /* search field */
  968.  .search-results-container {
  969.    position: absolute;
  970.    top: 100%;
  971.    /* Position it below the input field */
  972. left: 10px;
  973.  right: 10px;
  974.    background-color: white;
  975.    border: 1px solid #ddd;
  976.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  977.    max-height: 300px;
  978.    overflow-y: auto;
  979.    z-index: 1000;
  980.    display: none;
  981.    /* Initially hidden */
  982.  }
  983.  
  984.  .search-results-container p {
  985.    margin: 0;
  986.  }
  987.  
  988.  .search-results-container .result-item {
  989.    padding: 10px;
  990.    cursor: pointer;
  991.  }
  992.  
  993.  .search-results-container .result-item:hover {
  994.    background-color: #f0f0f0;
  995.  }
  996. </style>
  997. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  998.  document.addEventListener("DOMContentLoaded", function () {
  999.    console.error("loaded");
  1000.  
  1001.    // Pick input depending on screen size
  1002.    const searchInput = window.innerWidth <= 991
  1003.      ? document.getElementById("search-input")
  1004.      : document.getElementById("search-input1");
  1005.  
  1006.    if (searchInput) {
  1007.      console.log("inside");
  1008.  
  1009.      // Add event listener for keyup
  1010.      searchInput.addEventListener("keyup", function (e) {
  1011.        console.log('test');
  1012.        console.log("Key pressed:", e.key);
  1013.        e.preventDefault();
  1014.  
  1015.        const query = searchInput.value;
  1016.        const searchResults = window.innerWidth <= 991
  1017.          ? document.getElementById("search-results")
  1018.          : document.getElementById("search-results1");
  1019.  
  1020.        console.log("User is typing: " + query);
  1021.  
  1022.        if (query === "") {
  1023.          searchResults.innerHTML = "";
  1024.          searchResults.style.display = "none";
  1025.          return;
  1026.        }
  1027.  
  1028.        searchResults.style.display = "block";
  1029.  
  1030.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1031.          method: "GET",
  1032.          headers: {
  1033.            "X-Requested-With": "XMLHttpRequest",
  1034.          },
  1035.        })
  1036.          .then(response => {
  1037.            console.log("Response Status:", response.status);
  1038.            return response.json();
  1039.          })
  1040.          .then(data => {
  1041.            console.log("Data received:", data);
  1042.            if (data.html) {
  1043.              searchResults.innerHTML = data.html;
  1044.            } else {
  1045.              searchResults.innerHTML = "<p>No results found.</p>";
  1046.            }
  1047.          })
  1048.          .catch(error => {
  1049.            console.error("Error fetching search results:", error);
  1050.          });
  1051.      });
  1052.  
  1053.      // 🔹 Close results when clicking outside
  1054.      document.addEventListener("click", function (e) {
  1055.        const searchResults = window.innerWidth <= 991
  1056.          ? document.getElementById("search-results")
  1057.          : document.getElementById("search-results1");
  1058.  
  1059.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1060.          searchResults.style.display = "none";
  1061.        }
  1062.      });
  1063.  
  1064.    } else {
  1065.      console.error("Search input not found");
  1066.    }
  1067.  });
  1068. </script>
  1069. <script>
  1070.  // Function to check screen size and remove 'navbar-collapse' class
  1071.  function removeNavbarCollapseClass() {
  1072.    const navbar = document.getElementById('navCollapse-v1');
  1073.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1074.    if (window.innerWidth <= 1100) {
  1075.      if (navbar) {
  1076.        navbar.classList.remove('navbar-collapse');
  1077.      }
  1078.    } else {
  1079.      // You can re-add the class if the screen is smaller than 'lg' size
  1080.      if (navbar) {
  1081.        navbar.classList.add('navbar-collapse');
  1082.      }
  1083.    }
  1084.  }
  1085.  
  1086.  // Run the function on page load
  1087.  window.addEventListener('load', removeNavbarCollapseClass);
  1088.  
  1089.  // Also, run the function on window resize to check screen size dynamically
  1090.  window.addEventListener('resize', removeNavbarCollapseClass);
  1091.  
  1092.  
  1093. </script>
  1094.  
  1095.        </header>
  1096.        <!-- end of header -->
  1097.        <!-- start of wpo-blog-hero -->
  1098.        
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106. <div class="blog-hero-v10">
  1107.    <div class="container-fluid fluid-container">
  1108.        
  1109.        <!-- Top Section: Three Equal Featured Articles -->
  1110.  
  1111.        <div class="row g-4 mb-5">
  1112.            
  1113.            <div class="col-lg-4 col-md-6 col-12">
  1114.                <article class="featured-article">
  1115.                    <div class="featured-image-container">
  1116.                        
  1117.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="‘We Need a Helicopter to Search For Them’: Adolescent’s Urgent Plea to Aid Relatives Adrift Off Down Under Coast Disclosed" class="featured-image">
  1118.                            
  1119.                        <div class="category-tag bg-primary-gradient">News</div>
  1120.                    </div>
  1121.                    <div class="featured-content">
  1122.                        <h2 class="featured-title"><a href="/we-need-a-helicopter-to-search-for-them-adolescents-urgent-plea-to-aid-relatives-adrift-off-down-under-coast-disclosed/">
  1123.                                    â€˜We Need a Helicopter to Search For Them’: Adolescent’s Urgent Plea to Aid Relatives Adrift Off Down Under Coast Disclosed
  1124.                                </a></h2>
  1125.                        <p class="featured-summary"></p>
  1126.                        <div class="article-meta">
  1127.                            <span class="author-name">Amanda Hansen</span>
  1128.                            <span class="post-time">May 19</span>
  1129.                        </div>
  1130.                    </div>
  1131.                </article>
  1132.            </div>
  1133.            
  1134.            <div class="col-lg-4 col-md-6 col-12">
  1135.                <article class="featured-article">
  1136.                    <div class="featured-image-container">
  1137.                        
  1138.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Cyclone Catastrophe in the Island Nation Unleashes a Spirit of Volunteerism" class="featured-image">
  1139.                            
  1140.                        <div class="category-tag bg-primary-gradient">News</div>
  1141.                    </div>
  1142.                    <div class="featured-content">
  1143.                        <h2 class="featured-title"><a href="/cyclone-catastrophe-in-the-island-nation-unleashes-a-spirit-of-volunteerism/">
  1144.                                    Cyclone Catastrophe in the Island Nation Unleashes a Spirit of Volunteerism
  1145.                                </a></h2>
  1146.                        <p class="featured-summary"></p>
  1147.                        <div class="article-meta">
  1148.                            <span class="author-name">Amanda Hansen</span>
  1149.                            <span class="post-time">May 18</span>
  1150.                        </div>
  1151.                    </div>
  1152.                </article>
  1153.            </div>
  1154.            
  1155.            <div class="col-lg-4 col-md-6 col-12">
  1156.                <article class="featured-article">
  1157.                    <div class="featured-image-container">
  1158.                        
  1159.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Real Madrid&#x27;s Trent Alexander-Arnold Could Face Liverpool in November&#x27;s European Clash" class="featured-image">
  1160.                            
  1161.                        <div class="category-tag bg-primary-gradient">News</div>
  1162.                    </div>
  1163.                    <div class="featured-content">
  1164.                        <h2 class="featured-title"><a href="/real-madrids-trent-alexander-arnold-could-face-liverpool-in-novembers-european-clash/">
  1165.                                    Real Madrid&#x27;s Trent Alexander-Arnold Could Face Liverpool in November&#x27;s European Clash
  1166.                                </a></h2>
  1167.                        <p class="featured-summary"></p>
  1168.                        <div class="article-meta">
  1169.                            <span class="author-name">Amanda Hansen</span>
  1170.                            <span class="post-time">May 18</span>
  1171.                        </div>
  1172.                    </div>
  1173.                </article>
  1174.            </div>
  1175.            
  1176.        </div>
  1177.  
  1178.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1179.        <div class="row g-4">
  1180.            <div class="col-12">
  1181.                <div class="recent-section">
  1182.                    <h3 class="recent-title">Recent Articles</h3>
  1183.                    <div class="recent-list">
  1184.                        
  1185.                        <div class="recent-item">
  1186.                            <h4 class="recent-article-title"> <a href="/troubling-remembrances-reemerge-in-davao-as-officials-piece-together-bondi-beach-attack-alleged-attackers-activities/">
  1187.                                    Troubling Remembrances Reemerge in Davao as Officials Piece Together Bondi Beach Attack Alleged Attackers&#x27; Activities
  1188.                                </a></h4>
  1189.                            <span class="recent-meta">News • Amanda Hansen • May 18</span>
  1190.                        </div>
  1191.                        
  1192.                        <div class="recent-item">
  1193.                            <h4 class="recent-article-title"> <a href="/genuine-southern-portugal-exploring-portugal-past-the-shoreline/">
  1194.                                    Genuine Southern Portugal: Exploring Portugal Past the Shoreline
  1195.                                </a></h4>
  1196.                            <span class="recent-meta">News • Amanda Hansen • May 18</span>
  1197.                        </div>
  1198.                        
  1199.                    </div>
  1200.                </div>
  1201.            </div>
  1202.        </div>
  1203.    </div>
  1204. </div>
  1205.  
  1206. <style>
  1207. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1208. .blog-hero-v10 {
  1209.    padding: 4rem 0;
  1210. }
  1211.  
  1212. /* Featured Article */
  1213. .featured-article {
  1214.    background: var(--card-bg, #ffffff);
  1215.    border-radius: 8px;
  1216.    transition: box-shadow 0.3s ease;
  1217. }
  1218.  
  1219. .featured-article:hover {
  1220.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1221. }
  1222.  
  1223. .featured-image-container {
  1224.    position: relative;
  1225.    height: 220px;
  1226. }
  1227.  
  1228. .featured-image {
  1229.    width: 100%;
  1230.    height: 100%;
  1231.    object-fit: cover;
  1232.    border-radius: 8px 8px 0 0;
  1233. }
  1234.  
  1235. .featured-content {
  1236.    padding: 1.5rem;
  1237. }
  1238.  
  1239. .featured-title {
  1240.    font-size: 1.4rem;
  1241.    font-weight: 800;
  1242.    color: #111827;
  1243.    margin-bottom: 0.5rem;
  1244.    line-height: 1.3;
  1245. }
  1246.  
  1247. .featured-summary {
  1248.    font-size: 0.95rem;
  1249.    color: #4b5563;
  1250.    line-height: 1.5;
  1251.    margin-bottom: 1rem;
  1252. }
  1253.  
  1254. .article-meta {
  1255.    display: flex;
  1256.    gap: 0.5rem;
  1257.    font-size: 0.85rem;
  1258.    color: #6b7280;
  1259. }
  1260.  
  1261. .author-name {
  1262.    font-weight: 600;
  1263.    color: #374151;
  1264. }
  1265.  
  1266. /* Category Tags - Outlined for Difference */
  1267. .category-tag {
  1268.    position: absolute;
  1269.    bottom: 1rem;
  1270.    left: 1rem;
  1271.    padding: 0.25rem 0.75rem;
  1272.    font-size: 0.75rem;
  1273.    font-weight: 600;
  1274.    text-transform: uppercase;
  1275.    border-radius: 4px;
  1276.    z-index: 2;
  1277. }
  1278.  
  1279. /* Recent Articles Section */
  1280. .recent-section {
  1281.    background: var(--card-bg, #ffffff);
  1282.    border-radius: 8px;
  1283.    padding: 2rem;
  1284. }
  1285.  
  1286. .recent-title {
  1287.    font-size: 1.3rem;
  1288.    font-weight: 700;
  1289.    color: #111827;
  1290.    margin-bottom: 1.25rem;
  1291.    border-bottom: 1px solid #e5e7eb;
  1292.    padding-bottom: 0.75rem;
  1293. }
  1294.  
  1295. .recent-list {
  1296.    display: flex;
  1297.    flex-direction: column;
  1298.    gap: 1rem;
  1299. }
  1300.  
  1301. .recent-item {
  1302.    padding: 1rem 0;
  1303.    border-bottom: 1px solid #f3f4f6;
  1304.    transition: background 0.2s ease;
  1305. }
  1306.  
  1307. .recent-item:last-child {
  1308.    border-bottom: none;
  1309. }
  1310.  
  1311. .recent-item:hover {
  1312.    background: #f9fafb;
  1313. }
  1314.  
  1315. .recent-article-title {
  1316.    font-size: 1rem;
  1317.    font-weight: 600;
  1318.    color: #111827;
  1319.    margin-bottom: 0.25rem;
  1320. }
  1321.  
  1322. .recent-meta {
  1323.    font-size: 0.8rem;
  1324.    color: #6b7280;
  1325. }
  1326.  
  1327. /* Responsive Design */
  1328. @media (max-width: 992px) {
  1329.    .featured-image-container {
  1330.        height: 200px;
  1331.    }
  1332.    
  1333.    .featured-title {
  1334.        font-size: 1.2rem;
  1335.    }
  1336. }
  1337.  
  1338. @media (max-width: 768px) {
  1339.    .featured-content {
  1340.        padding: 1.25rem;
  1341.    }
  1342.    
  1343.    .recent-section {
  1344.        padding: 1.5rem;
  1345.    }
  1346. }
  1347.  
  1348. @media (max-width: 576px) {
  1349.    .featured-title {
  1350.        font-size: 1.1rem;
  1351.    }
  1352.    
  1353.    .recent-article-title {
  1354.        font-size: 0.95rem;
  1355.    }
  1356. }
  1357. </style>
  1358.  
  1359.  
  1360.  
  1361.  
  1362.        <!-- end of wpo-blog-hero -->
  1363.  
  1364.        <!-- start of wpo-breacking-news -->
  1365.        
  1366.        <!-- end of wpo-breacking-news -->
  1367.        
  1368.        <!-- start wpo-blog-highlights-section -->
  1369.        
  1370.  
  1371.  
  1372.  
  1373.    
  1374.  
  1375.  
  1376.  <style>
  1377.    /* Section Header */
  1378.    .section-header-v9 {
  1379.      text-align: center;
  1380.      margin-bottom: 20px;
  1381.    }
  1382.    
  1383.    .section-title-v9 {
  1384.      font-size: 3rem;
  1385.      font-weight: 700;
  1386.      color: var(--topbar-color);
  1387.      margin-bottom: 20px;
  1388.      text-transform: uppercase;
  1389.    }
  1390.    
  1391.    .section-subtitle-v9 {
  1392.      font-size: 1.2rem;
  1393.      color: var(--topbar-color);
  1394.      opacity: 0.5;
  1395.      max-width: 800px;
  1396.      margin: 0 auto;
  1397.      line-height: 1.8;
  1398.    }
  1399.        
  1400.    /* Blog Card */
  1401.    .blog-card-v9 {
  1402.      background: var(--card-bg);
  1403.      border: 1px solid var(--border-color);
  1404.      border-radius: 8px;
  1405.      margin-bottom: 30px;
  1406.      overflow: hidden;
  1407.      opacity: 0;
  1408.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1409.    }
  1410.    
  1411.    .blog-card-v9.fade-in {
  1412.      opacity: 1;
  1413.    }
  1414.    
  1415.    @keyframes fadeIn {
  1416.      from {
  1417.        opacity: 0;
  1418.      }
  1419.      to {
  1420.        opacity: 1;
  1421.      }
  1422.    }
  1423.    
  1424.    .blog-card-v9:hover {
  1425.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1426.    }
  1427.    
  1428.    /* Blog Image */
  1429.    .blog-image-container-v9 {
  1430.      width: 100%;
  1431.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1432.      overflow: hidden;
  1433.    }
  1434.    
  1435.    .blog-image-v9 {
  1436.      width: 100%;
  1437.      height: 100%;
  1438.    }
  1439.    
  1440.    .blog-image-v9 img {
  1441.      width: 100%;
  1442.      height: 100%;
  1443.      object-fit: cover;
  1444.      display: block;
  1445.    }
  1446.    
  1447.    /* Blog Content */
  1448.    .blog-content-v9 {
  1449.      padding: 20px;
  1450.    }
  1451.    
  1452.    .blog-title-v9 {
  1453.      font-size: 1.2rem;
  1454.      font-weight: 600;
  1455.      margin-bottom: 15px;
  1456.      color: var(--topbar-color) !important;
  1457.      text-transform: capitalize;
  1458.    }
  1459.    
  1460.    .blog-meta-v9 {
  1461.      display: flex;
  1462.      align-items: center;
  1463.      gap: 10px;
  1464.      font-size: 0.9rem;
  1465.      color: var(--topbar-color);
  1466.      margin-bottom: 10px;
  1467.    }
  1468.    
  1469.    .blog-meta-v9 span {
  1470.      display: inline-block;
  1471.    }
  1472.    
  1473.    .blog-excerpt-v9 {
  1474.      font-size: 1rem;
  1475.      color: var(--topbar-color);
  1476.      opacity: .6;
  1477.      margin-bottom: 15px;
  1478.      line-height: 1.6;
  1479.    }
  1480.    
  1481.    .blog-actions-v9 {
  1482.      display: flex;
  1483.      justify-content: flex-start;
  1484.    }
  1485.    
  1486.    .blog-read-more-v9 {
  1487.      font-size: 1rem;
  1488.      color: var(--topbar-color);
  1489.      text-decoration: none;
  1490.      transition: color 0.3s ease;
  1491.    }
  1492.    
  1493.    .blog-read-more-v9:hover {
  1494.      color: #2980b9 !important;
  1495.    }
  1496.    
  1497.    /* Responsive Design */
  1498.    @media (max-width: 768px) {
  1499.      .section-title-v9 {
  1500.        font-size: 2.5rem;
  1501.      }
  1502.    
  1503.      .blog-card-v9 {
  1504.        margin-bottom: 20px;
  1505.      }
  1506.    
  1507.      .blog-meta-v9 {
  1508.        font-size: 0.8rem;
  1509.      }
  1510.    
  1511.      .blog-image-container-v9 {
  1512.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1513.      }
  1514.    }
  1515.  </style>
  1516.  
  1517.  <section class="blog-highlights-v9 mt-5">
  1518.    <div class="container-fluid fluid-container">
  1519.      <!-- Section Header -->
  1520.      <div class="row justify-content-center">
  1521.        <div class="col-12 col-lg-10">
  1522.          <div class="section-header-v9">
  1523.            <h2 class="section-title-v9 mb-0">
  1524.                Today's Top Highlights
  1525.                   </h2>
  1526.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1527.          </div>
  1528.        </div>
  1529.      </div>
  1530.  
  1531.      <!-- Blog Grid -->
  1532.      <div class="row ">
  1533.        <div class="col-lg-8">
  1534.          <div class="row d-flex justify-content-center">
  1535.            
  1536.              <div class="col-md-6 pb-3">
  1537.                <article class="blog-card-v9 h-100">
  1538.                  <div class="blog-image-container-v9">
  1539.                    <div class="blog-image-v9">
  1540.                      
  1541.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1542.                      
  1543.                    </div>
  1544.                  </div>
  1545.                  <div class="blog-content-v9">
  1546.                    <h3 class="blog-title-v9 "><a class="top-color" href="/david-raya-highlights-teams-strength-as-key-to-silverware-ambitions/">David Raya Highlights Team&#x27;s Strength as Key to Silverware Ambitions</a></h3>
  1547.                    <div class="blog-meta-v9">
  1548.                      <span>By <strong>Amanda Hansen</strong></span>
  1549.                      <span>•</span>
  1550.                      <span>18 May 2026</span>
  1551.                    </div>
  1552.                    <p class="blog-excerpt-v9"></p>
  1553.                    <div class="blog-actions-v9">
  1554.                      <a href="/david-raya-highlights-teams-strength-as-key-to-silverware-ambitions/" class="blog-read-more-v9">Read More →</a>
  1555.                    </div>
  1556.                  </div>
  1557.                </article>
  1558.              </div>
  1559.            
  1560.              <div class="col-md-6 pb-3">
  1561.                <article class="blog-card-v9 h-100">
  1562.                  <div class="blog-image-container-v9">
  1563.                    <div class="blog-image-v9">
  1564.                      
  1565.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1566.                      
  1567.                    </div>
  1568.                  </div>
  1569.                  <div class="blog-content-v9">
  1570.                    <h3 class="blog-title-v9 "><a class="top-color" href="/will-the-all-blacks-rediscover-their-winning-form-this-autumn/">Will the All Blacks rediscover their winning form this autumn?</a></h3>
  1571.                    <div class="blog-meta-v9">
  1572.                      <span>By <strong>Amanda Hansen</strong></span>
  1573.                      <span>•</span>
  1574.                      <span>18 May 2026</span>
  1575.                    </div>
  1576.                    <p class="blog-excerpt-v9"></p>
  1577.                    <div class="blog-actions-v9">
  1578.                      <a href="/will-the-all-blacks-rediscover-their-winning-form-this-autumn/" class="blog-read-more-v9">Read More →</a>
  1579.                    </div>
  1580.                  </div>
  1581.                </article>
  1582.              </div>
  1583.            
  1584.              <div class="col-md-6 pb-3">
  1585.                <article class="blog-card-v9 h-100">
  1586.                  <div class="blog-image-container-v9">
  1587.                    <div class="blog-image-v9">
  1588.                      
  1589.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1590.                      
  1591.                    </div>
  1592.                  </div>
  1593.                  <div class="blog-content-v9">
  1594.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-presidents-dominant-presence-in-athletics-achieved-new-heights-in-2025-2026-threatens-to-be-even-bigger/">The President&#x27;s Dominant Presence in Athletics Achieved New Heights in 2025. 2026 Threatens to Be Even Bigger.</a></h3>
  1595.                    <div class="blog-meta-v9">
  1596.                      <span>By <strong>Amanda Hansen</strong></span>
  1597.                      <span>•</span>
  1598.                      <span>18 May 2026</span>
  1599.                    </div>
  1600.                    <p class="blog-excerpt-v9"></p>
  1601.                    <div class="blog-actions-v9">
  1602.                      <a href="/the-presidents-dominant-presence-in-athletics-achieved-new-heights-in-2025-2026-threatens-to-be-even-bigger/" class="blog-read-more-v9">Read More →</a>
  1603.                    </div>
  1604.                  </div>
  1605.                </article>
  1606.              </div>
  1607.            
  1608.              <div class="col-md-6 pb-3">
  1609.                <article class="blog-card-v9 h-100">
  1610.                  <div class="blog-image-container-v9">
  1611.                    <div class="blog-image-v9">
  1612.                      
  1613.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1614.                      
  1615.                    </div>
  1616.                  </div>
  1617.                  <div class="blog-content-v9">
  1618.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-got-dismissed-and-were-owning-it-learn-how-to-land-a-new-job-that-works-you-personally/">We Got Dismissed, and We&#x27;re Owning It – Learn How to Land a New Job That Works You Personally</a></h3>
  1619.                    <div class="blog-meta-v9">
  1620.                      <span>By <strong>Amanda Hansen</strong></span>
  1621.                      <span>•</span>
  1622.                      <span>18 May 2026</span>
  1623.                    </div>
  1624.                    <p class="blog-excerpt-v9"></p>
  1625.                    <div class="blog-actions-v9">
  1626.                      <a href="/we-got-dismissed-and-were-owning-it-learn-how-to-land-a-new-job-that-works-you-personally/" class="blog-read-more-v9">Read More →</a>
  1627.                    </div>
  1628.                  </div>
  1629.                </article>
  1630.              </div>
  1631.            
  1632.              <div class="col-md-6 pb-3">
  1633.                <article class="blog-card-v9 h-100">
  1634.                  <div class="blog-image-container-v9">
  1635.                    <div class="blog-image-v9">
  1636.                      
  1637.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1638.                      
  1639.                    </div>
  1640.                  </div>
  1641.                  <div class="blog-content-v9">
  1642.                    <h3 class="blog-title-v9 "><a class="top-color" href="/over-60000-flee-sudanese-city-after-seizure-by-rapid-support-forces-militia-united-nations-says/">Over 60,000 Flee Sudanese City After Seizure by Rapid Support Forces Militia, United Nations Says</a></h3>
  1643.                    <div class="blog-meta-v9">
  1644.                      <span>By <strong>Amanda Hansen</strong></span>
  1645.                      <span>•</span>
  1646.                      <span>17 May 2026</span>
  1647.                    </div>
  1648.                    <p class="blog-excerpt-v9"></p>
  1649.                    <div class="blog-actions-v9">
  1650.                      <a href="/over-60000-flee-sudanese-city-after-seizure-by-rapid-support-forces-militia-united-nations-says/" class="blog-read-more-v9">Read More →</a>
  1651.                    </div>
  1652.                  </div>
  1653.                </article>
  1654.              </div>
  1655.            
  1656.              <div class="col-md-6 pb-3">
  1657.                <article class="blog-card-v9 h-100">
  1658.                  <div class="blog-image-container-v9">
  1659.                    <div class="blog-image-v9">
  1660.                      
  1661.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1662.                      
  1663.                    </div>
  1664.                  </div>
  1665.                  <div class="blog-content-v9">
  1666.                    <h3 class="blog-title-v9 "><a class="top-color" href="/exercise-as-you-work-a-dozen-fitness-enhancing-office-workouts-you-can-do-in-everyday-clothes/">Exercise as you work? A dozen fitness-enhancing office workouts you can do in everyday clothes</a></h3>
  1667.                    <div class="blog-meta-v9">
  1668.                      <span>By <strong>Amanda Hansen</strong></span>
  1669.                      <span>•</span>
  1670.                      <span>17 May 2026</span>
  1671.                    </div>
  1672.                    <p class="blog-excerpt-v9"></p>
  1673.                    <div class="blog-actions-v9">
  1674.                      <a href="/exercise-as-you-work-a-dozen-fitness-enhancing-office-workouts-you-can-do-in-everyday-clothes/" class="blog-read-more-v9">Read More →</a>
  1675.                    </div>
  1676.                  </div>
  1677.                </article>
  1678.              </div>
  1679.            
  1680.              <div class="col-md-6 pb-3">
  1681.                <article class="blog-card-v9 h-100">
  1682.                  <div class="blog-image-container-v9">
  1683.                    <div class="blog-image-v9">
  1684.                      
  1685.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1686.                      
  1687.                    </div>
  1688.                  </div>
  1689.                  <div class="blog-content-v9">
  1690.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117s-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-perspective/">Anno 117&#x27;s Pax Romana&#x27;s Top Secret Turns Out to Be a Stunning First-Person Perspective.</a></h3>
  1691.                    <div class="blog-meta-v9">
  1692.                      <span>By <strong>Amanda Hansen</strong></span>
  1693.                      <span>•</span>
  1694.                      <span>17 May 2026</span>
  1695.                    </div>
  1696.                    <p class="blog-excerpt-v9"></p>
  1697.                    <div class="blog-actions-v9">
  1698.                      <a href="/anno-117s-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-perspective/" class="blog-read-more-v9">Read More →</a>
  1699.                    </div>
  1700.                  </div>
  1701.                </article>
  1702.              </div>
  1703.            
  1704.              <div class="col-md-6 pb-3">
  1705.                <article class="blog-card-v9 h-100">
  1706.                  <div class="blog-image-container-v9">
  1707.                    <div class="blog-image-v9">
  1708.                      
  1709.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1710.                      
  1711.                    </div>
  1712.                  </div>
  1713.                  <div class="blog-content-v9">
  1714.                    <h3 class="blog-title-v9 "><a class="top-color" href="/us-president-donald-trump-says-generally-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/">US President Donald Trump Says &#x27;Generally, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza</a></h3>
  1715.                    <div class="blog-meta-v9">
  1716.                      <span>By <strong>Amanda Hansen</strong></span>
  1717.                      <span>•</span>
  1718.                      <span>17 May 2026</span>
  1719.                    </div>
  1720.                    <p class="blog-excerpt-v9"></p>
  1721.                    <div class="blog-actions-v9">
  1722.                      <a href="/us-president-donald-trump-says-generally-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/" class="blog-read-more-v9">Read More →</a>
  1723.                    </div>
  1724.                  </div>
  1725.                </article>
  1726.              </div>
  1727.            
  1728.              <div class="col-md-6 pb-3">
  1729.                <article class="blog-card-v9 h-100">
  1730.                  <div class="blog-image-container-v9">
  1731.                    <div class="blog-image-v9">
  1732.                      
  1733.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1734.                      
  1735.                    </div>
  1736.                  </div>
  1737.                  <div class="blog-content-v9">
  1738.                    <h3 class="blog-title-v9 "><a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/">‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Band Castle Rat</a></h3>
  1739.                    <div class="blog-meta-v9">
  1740.                      <span>By <strong>Amanda Hansen</strong></span>
  1741.                      <span>•</span>
  1742.                      <span>17 May 2026</span>
  1743.                    </div>
  1744.                    <p class="blog-excerpt-v9"></p>
  1745.                    <div class="blog-actions-v9">
  1746.                      <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-band-castle-rat/" class="blog-read-more-v9">Read More →</a>
  1747.                    </div>
  1748.                  </div>
  1749.                </article>
  1750.              </div>
  1751.            
  1752.              <div class="col-md-6 pb-3">
  1753.                <article class="blog-card-v9 h-100">
  1754.                  <div class="blog-image-container-v9">
  1755.                    <div class="blog-image-v9">
  1756.                      
  1757.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1758.                      
  1759.                    </div>
  1760.                  </div>
  1761.                  <div class="blog-content-v9">
  1762.                    <h3 class="blog-title-v9 "><a class="top-color" href="/who-is-the-politician-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/">Who is the Politician Al Carns? Ex-Royal Marine and Government Minister with Ambitions on Leadership</a></h3>
  1763.                    <div class="blog-meta-v9">
  1764.                      <span>By <strong>Amanda Hansen</strong></span>
  1765.                      <span>•</span>
  1766.                      <span>17 May 2026</span>
  1767.                    </div>
  1768.                    <p class="blog-excerpt-v9"></p>
  1769.                    <div class="blog-actions-v9">
  1770.                      <a href="/who-is-the-politician-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/" class="blog-read-more-v9">Read More →</a>
  1771.                    </div>
  1772.                  </div>
  1773.                </article>
  1774.              </div>
  1775.            
  1776.              <div class="col-md-6 pb-3">
  1777.                <article class="blog-card-v9 h-100">
  1778.                  <div class="blog-image-container-v9">
  1779.                    <div class="blog-image-v9">
  1780.                      
  1781.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1782.                      
  1783.                    </div>
  1784.                  </div>
  1785.                  <div class="blog-content-v9">
  1786.                    <h3 class="blog-title-v9 "><a class="top-color" href="/crans-montana-fire-victims-are-treated-in-burns-units-across-europe/">Crans-Montana Fire Victims Are Treated in Burns Units Across Europe</a></h3>
  1787.                    <div class="blog-meta-v9">
  1788.                      <span>By <strong>Amanda Hansen</strong></span>
  1789.                      <span>•</span>
  1790.                      <span>17 May 2026</span>
  1791.                    </div>
  1792.                    <p class="blog-excerpt-v9"></p>
  1793.                    <div class="blog-actions-v9">
  1794.                      <a href="/crans-montana-fire-victims-are-treated-in-burns-units-across-europe/" class="blog-read-more-v9">Read More →</a>
  1795.                    </div>
  1796.                  </div>
  1797.                </article>
  1798.              </div>
  1799.            
  1800.              <div class="col-md-6 pb-3">
  1801.                <article class="blog-card-v9 h-100">
  1802.                  <div class="blog-image-container-v9">
  1803.                    <div class="blog-image-v9">
  1804.                      
  1805.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1806.                      
  1807.                    </div>
  1808.                  </div>
  1809.                  <div class="blog-content-v9">
  1810.                    <h3 class="blog-title-v9 "><a class="top-color" href="/titans-salute-queens-as-the-president-offers-mamdani-a-cordial-reception/">Titans Salute Queens as The President Offers Mamdani a Cordial Reception</a></h3>
  1811.                    <div class="blog-meta-v9">
  1812.                      <span>By <strong>Amanda Hansen</strong></span>
  1813.                      <span>•</span>
  1814.                      <span>17 May 2026</span>
  1815.                    </div>
  1816.                    <p class="blog-excerpt-v9"></p>
  1817.                    <div class="blog-actions-v9">
  1818.                      <a href="/titans-salute-queens-as-the-president-offers-mamdani-a-cordial-reception/" class="blog-read-more-v9">Read More →</a>
  1819.                    </div>
  1820.                  </div>
  1821.                </article>
  1822.              </div>
  1823.            
  1824.            
  1825.  
  1826.          </div>
  1827.        </div>
  1828.  
  1829.       <div class="col col-lg-4 col-12">
  1830.                
  1831.  
  1832.  
  1833.  
  1834.    
  1835.  
  1836. <!-- Curved Heading Sidebar -->
  1837.    <div class="sidebar mb-3">
  1838.        
  1839.       <div class="sidebar-widget mb-4">
  1840.            <div class="widget-title-wrapper mb-3">
  1841.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1842.                    <div class="title-border"></div>
  1843.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  1844.                </h4>
  1845.            </div>
  1846.            <div class="widget-content shadow-sm rounded-3 p-4">
  1847.                <div class="archives-list scrollable-sidebar">
  1848.                    
  1849.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1850.                        <a href="https://oncallfire.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1851.                            <i class="ti-angle-right me-2 text-primary"></i>
  1852.                            <span class="archive-link top-color fw-semibold"> Casinos Not on GamStop</span>
  1853.                        </a>
  1854.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1855.                    </div>
  1856.                    
  1857.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1858.                        <a href="https://www.fromagesbouffetraditions.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1859.                            <i class="ti-angle-right me-2 text-primary"></i>
  1860.                            <span class="archive-link top-color fw-semibold"> meilleur casino en ligne</span>
  1861.                        </a>
  1862.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1863.                    </div>
  1864.                    
  1865.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1866.                        <a href="https://siberiastationspa.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1867.                            <i class="ti-angle-right me-2 text-primary"></i>
  1868.                            <span class="archive-link top-color fw-semibold"> casino en ligne Québec</span>
  1869.                        </a>
  1870.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1871.                    </div>
  1872.                    
  1873.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1874.                        <a href="https://www.cma2019.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1875.                            <i class="ti-angle-right me-2 text-primary"></i>
  1876.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  1877.                        </a>
  1878.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1879.                    </div>
  1880.                    
  1881.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1882.                        <a href="https://gameplayspace.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1883.                            <i class="ti-angle-right me-2 text-primary"></i>
  1884.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  1885.                        </a>
  1886.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1887.                    </div>
  1888.                    
  1889.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1890.                        <a href="https://www.sheeats.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1891.                            <i class="ti-angle-right me-2 text-primary"></i>
  1892.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  1893.                        </a>
  1894.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1895.                    </div>
  1896.                    
  1897.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1898.                        <a href="https://nordicbridges.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1899.                            <i class="ti-angle-right me-2 text-primary"></i>
  1900.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  1901.                        </a>
  1902.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1903.                    </div>
  1904.                    
  1905.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1906.                        <a href="https://www.cma2019.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1907.                            <i class="ti-angle-right me-2 text-primary"></i>
  1908.                            <span class="archive-link top-color fw-semibold"> casino en ligne payant</span>
  1909.                        </a>
  1910.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1911.                    </div>
  1912.                    
  1913.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1914.                        <a href="https://www.campagnepourlalecture.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1915.                            <i class="ti-angle-right me-2 text-primary"></i>
  1916.                            <span class="archive-link top-color fw-semibold"> casino en ligne le plus payant</span>
  1917.                        </a>
  1918.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1919.                    </div>
  1920.                    
  1921.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1922.                        <a href="https://www.station16gallery.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1923.                            <i class="ti-angle-right me-2 text-primary"></i>
  1924.                            <span class="archive-link top-color fw-semibold"> new sports betting sites</span>
  1925.                        </a>
  1926.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1927.                    </div>
  1928.                    
  1929.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1930.                        <a href="https://alpustheme.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1931.                            <i class="ti-angle-right me-2 text-primary"></i>
  1932.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  1933.                        </a>
  1934.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1935.                    </div>
  1936.                    
  1937.                </div>
  1938. <!--                
  1939.                <div class="text-center mt-4 pt-3 border-top border-color">
  1940.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1941.                        <i class="ti-archive me-1"></i>View All Archives
  1942.                    </a>
  1943.                </div> -->
  1944.            </div>
  1945.        </div>
  1946.        
  1947.       <div class="sidebar-widget mb-4">
  1948.            <div class="widget-title-wrapper mb-3">
  1949.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1950.                    <div class="title-border"></div>
  1951.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  1952.                </h4>
  1953.            </div>
  1954.            <div class="widget-content shadow-sm rounded-3 p-4">
  1955.                <div class="archives-list scrollable-sidebar">
  1956.                    
  1957.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1958.                        <a href="https://www.knexusgroup.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1959.                            <i class="ti-angle-right me-2 text-primary"></i>
  1960.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  1961.                        </a>
  1962.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1963.                    </div>
  1964.                    
  1965.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1966.                        <a href="https://www.childbirthsolutions.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1967.                            <i class="ti-angle-right me-2 text-primary"></i>
  1968.                            <span class="archive-link top-color fw-semibold"> interac online casino</span>
  1969.                        </a>
  1970.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1971.                    </div>
  1972.                    
  1973.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1974.                        <a href="https://www.sustainablehealthsystems.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1975.                            <i class="ti-angle-right me-2 text-primary"></i>
  1976.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  1977.                        </a>
  1978.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1979.                    </div>
  1980.                    
  1981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1982.                        <a href="https://www.thehpalliance.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1983.                            <i class="ti-angle-right me-2 text-primary"></i>
  1984.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  1985.                        </a>
  1986.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1987.                    </div>
  1988.                    
  1989.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1990.                        <a href="https://www.od4d.net/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1991.                            <i class="ti-angle-right me-2 text-primary"></i>
  1992.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  1993.                        </a>
  1994.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1995.                    </div>
  1996.                    
  1997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1998.                        <a href="https://gameplayspace.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  1999.                            <i class="ti-angle-right me-2 text-primary"></i>
  2000.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casino canada</span>
  2001.                        </a>
  2002.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2003.                    </div>
  2004.                    
  2005.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2006.                        <a href="https://projectunderstood.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2007.                            <i class="ti-angle-right me-2 text-primary"></i>
  2008.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2009.                        </a>
  2010.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2011.                    </div>
  2012.                    
  2013.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2014.                        <a href="https://www.gamblinginsider.com/ca/online-casinos" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2015.                            <i class="ti-angle-right me-2 text-primary"></i>
  2016.                            <span class="archive-link top-color fw-semibold"> canadian online casino</span>
  2017.                        </a>
  2018.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2019.                    </div>
  2020.                    
  2021.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2022.                        <a href="https://www.directioninformatique.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2023.                            <i class="ti-angle-right me-2 text-primary"></i>
  2024.                            <span class="archive-link top-color fw-semibold"> casino en ligne le plus payant</span>
  2025.                        </a>
  2026.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2027.                    </div>
  2028.                    
  2029.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2030.                        <a href="https://nac-cnn.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2031.                            <i class="ti-angle-right me-2 text-primary"></i>
  2032.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2033.                        </a>
  2034.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2035.                    </div>
  2036.                    
  2037.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2038.                        <a href="https://worldle-game.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2039.                            <i class="ti-angle-right me-2 text-primary"></i>
  2040.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2041.                        </a>
  2042.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2043.                    </div>
  2044.                    
  2045.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2046.                        <a href="https://hriportal.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2047.                            <i class="ti-angle-right me-2 text-primary"></i>
  2048.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2049.                        </a>
  2050.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2051.                    </div>
  2052.                    
  2053.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2054.                        <a href="https://www.smartsaver.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2055.                            <i class="ti-angle-right me-2 text-primary"></i>
  2056.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  2057.                        </a>
  2058.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2059.                    </div>
  2060.                    
  2061.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2062.                        <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2063.                            <i class="ti-angle-right me-2 text-primary"></i>
  2064.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2065.                        </a>
  2066.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2067.                    </div>
  2068.                    
  2069.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2070.                        <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2071.                            <i class="ti-angle-right me-2 text-primary"></i>
  2072.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2073.                        </a>
  2074.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2075.                    </div>
  2076.                    
  2077.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2078.                        <a href="https://projectunderstood.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2079.                            <i class="ti-angle-right me-2 text-primary"></i>
  2080.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2081.                        </a>
  2082.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2083.                    </div>
  2084.                    
  2085.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2086.                        <a href="https://delbarber.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2087.                            <i class="ti-angle-right me-2 text-primary"></i>
  2088.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2089.                        </a>
  2090.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2091.                    </div>
  2092.                    
  2093.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2094.                        <a href="https://heartandlung.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2095.                            <i class="ti-angle-right me-2 text-primary"></i>
  2096.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2097.                        </a>
  2098.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2099.                    </div>
  2100.                    
  2101.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2102.                        <a href="https://gameplayspace.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2103.                            <i class="ti-angle-right me-2 text-primary"></i>
  2104.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2105.                        </a>
  2106.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2107.                    </div>
  2108.                    
  2109.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2110.                        <a href="https://autismspeaks.ca" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2111.                            <i class="ti-angle-right me-2 text-primary"></i>
  2112.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2113.                        </a>
  2114.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2115.                    </div>
  2116.                    
  2117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2118.                        <a href="https://www.childbirthsolutions.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2119.                            <i class="ti-angle-right me-2 text-primary"></i>
  2120.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2121.                        </a>
  2122.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2123.                    </div>
  2124.                    
  2125.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2126.                        <a href="https://heartandlung.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2127.                            <i class="ti-angle-right me-2 text-primary"></i>
  2128.                            <span class="archive-link top-color fw-semibold"> new casino</span>
  2129.                        </a>
  2130.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2131.                    </div>
  2132.                    
  2133.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2134.                        <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2135.                            <i class="ti-angle-right me-2 text-primary"></i>
  2136.                            <span class="archive-link top-color fw-semibold"> casinos not signed up to Gamban</span>
  2137.                        </a>
  2138.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2139.                    </div>
  2140.                    
  2141.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2142.                        <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2143.                            <i class="ti-angle-right me-2 text-primary"></i>
  2144.                            <span class="archive-link top-color fw-semibold"> meilleur casino en ligne</span>
  2145.                        </a>
  2146.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2147.                    </div>
  2148.                    
  2149.                </div>
  2150. <!--                
  2151.                <div class="text-center mt-4 pt-3 border-top border-color">
  2152.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2153.                        <i class="ti-archive me-1"></i>View All Archives
  2154.                    </a>
  2155.                </div> -->
  2156.            </div>
  2157.        </div>
  2158.        
  2159.       <div class="sidebar-widget mb-4">
  2160.            <div class="widget-title-wrapper mb-3">
  2161.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2162.                    <div class="title-border"></div>
  2163.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2164.                </h4>
  2165.            </div>
  2166.            <div class="widget-content shadow-sm rounded-3 p-4">
  2167.                <div class="archives-list scrollable-sidebar">
  2168.                    
  2169.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2170.                        <a href="https://spacingmontreal.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2171.                            <i class="ti-angle-right me-2 text-primary"></i>
  2172.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2173.                        </a>
  2174.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2175.                    </div>
  2176.                    
  2177.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2178.                        <a href="https://heartandlung.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2179.                            <i class="ti-angle-right me-2 text-primary"></i>
  2180.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2181.                        </a>
  2182.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2183.                    </div>
  2184.                    
  2185.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2186.                        <a href="https://wirkn.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2187.                            <i class="ti-angle-right me-2 text-primary"></i>
  2188.                            <span class="archive-link top-color fw-semibold"> betting sites canada</span>
  2189.                        </a>
  2190.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2191.                    </div>
  2192.                    
  2193.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2194.                        <a href="https://nbhrf.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2195.                            <i class="ti-angle-right me-2 text-primary"></i>
  2196.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2197.                        </a>
  2198.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2199.                    </div>
  2200.                    
  2201.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2202.                        <a href="https://www.od4d.net/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2203.                            <i class="ti-angle-right me-2 text-primary"></i>
  2204.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2205.                        </a>
  2206.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2207.                    </div>
  2208.                    
  2209.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2210.                        <a href="https://bankingombuds.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2211.                            <i class="ti-angle-right me-2 text-primary"></i>
  2212.                            <span class="archive-link top-color fw-semibold"> real money casino</span>
  2213.                        </a>
  2214.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2215.                    </div>
  2216.                    
  2217.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2218.                        <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2219.                            <i class="ti-angle-right me-2 text-primary"></i>
  2220.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  2221.                        </a>
  2222.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2223.                    </div>
  2224.                    
  2225.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2226.                        <a href="https://www.ijic.info/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2227.                            <i class="ti-angle-right me-2 text-primary"></i>
  2228.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2229.                        </a>
  2230.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2231.                    </div>
  2232.                    
  2233.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2234.                        <a href="https://www.station16gallery.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2235.                            <i class="ti-angle-right me-2 text-primary"></i>
  2236.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  2237.                        </a>
  2238.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2239.                    </div>
  2240.                    
  2241.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2242.                        <a href="https://www.uchirestaurant.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2243.                            <i class="ti-angle-right me-2 text-primary"></i>
  2244.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  2245.                        </a>
  2246.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2247.                    </div>
  2248.                    
  2249.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2250.                        <a href="https://globalfrp.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2251.                            <i class="ti-angle-right me-2 text-primary"></i>
  2252.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  2253.                        </a>
  2254.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2255.                    </div>
  2256.                    
  2257.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2258.                        <a href="https://energypoverty.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2259.                            <i class="ti-angle-right me-2 text-primary"></i>
  2260.                            <span class="archive-link top-color fw-semibold"> real money casino</span>
  2261.                        </a>
  2262.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2263.                    </div>
  2264.                    
  2265.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2266.                        <a href="https://torontosversion.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="archive-link top-color fw-semibold"> best online casino canada</span>
  2269.                        </a>
  2270.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2271.                    </div>
  2272.                    
  2273.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2274.                        <a href="https://www.buchabrew.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="archive-link top-color fw-semibold"> new casino canada</span>
  2277.                        </a>
  2278.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2279.                    </div>
  2280.                    
  2281.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2282.                        <a href="https://www.gftc.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2283.                            <i class="ti-angle-right me-2 text-primary"></i>
  2284.                            <span class="archive-link top-color fw-semibold"> betting sites canada</span>
  2285.                        </a>
  2286.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2287.                    </div>
  2288.                    
  2289.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2290.                        <a href="https://microtop.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2291.                            <i class="ti-angle-right me-2 text-primary"></i>
  2292.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2293.                        </a>
  2294.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2295.                    </div>
  2296.                    
  2297.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2298.                        <a href="https://bankingombuds.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2299.                            <i class="ti-angle-right me-2 text-primary"></i>
  2300.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2301.                        </a>
  2302.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2303.                    </div>
  2304.                    
  2305.                </div>
  2306. <!--                
  2307.                <div class="text-center mt-4 pt-3 border-top border-color">
  2308.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2309.                        <i class="ti-archive me-1"></i>View All Archives
  2310.                    </a>
  2311.                </div> -->
  2312.            </div>
  2313.        </div>
  2314.        
  2315.       <div class="sidebar-widget mb-4">
  2316.            <div class="widget-title-wrapper mb-3">
  2317.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2318.                    <div class="title-border"></div>
  2319.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2320.                </h4>
  2321.            </div>
  2322.            <div class="widget-content shadow-sm rounded-3 p-4">
  2323.                <div class="archives-list scrollable-sidebar">
  2324.                    
  2325.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2326.                        <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2327.                            <i class="ti-angle-right me-2 text-primary"></i>
  2328.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  2329.                        </a>
  2330.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2331.                    </div>
  2332.                    
  2333.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2334.                        <a href="https://www.musicaltoronto.org/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2335.                            <i class="ti-angle-right me-2 text-primary"></i>
  2336.                            <span class="archive-link top-color fw-semibold"> fast withdrawal casino</span>
  2337.                        </a>
  2338.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2339.                    </div>
  2340.                    
  2341.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2342.                        <a href="https://bankingombuds.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2343.                            <i class="ti-angle-right me-2 text-primary"></i>
  2344.                            <span class="archive-link top-color fw-semibold"> ontario online casino</span>
  2345.                        </a>
  2346.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2347.                    </div>
  2348.                    
  2349.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2350.                        <a href="https://www.operationspaix.net/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2351.                            <i class="ti-angle-right me-2 text-primary"></i>
  2352.                            <span class="archive-link top-color fw-semibold"> meilleur casino en ligne</span>
  2353.                        </a>
  2354.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2355.                    </div>
  2356.                    
  2357.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2358.                        <a href="https://nordicbridges.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2361.                        </a>
  2362.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2363.                    </div>
  2364.                    
  2365.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2366.                        <a href="https://www.itworldcanada.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2367.                            <i class="ti-angle-right me-2 text-primary"></i>
  2368.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2369.                        </a>
  2370.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2371.                    </div>
  2372.                    
  2373.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2374.                        <a href="https://www.fraserdowns.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2375.                            <i class="ti-angle-right me-2 text-primary"></i>
  2376.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2377.                        </a>
  2378.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2379.                    </div>
  2380.                    
  2381.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2382.                        <a href="https://crystalshawanda.co/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2383.                            <i class="ti-angle-right me-2 text-primary"></i>
  2384.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2385.                        </a>
  2386.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2387.                    </div>
  2388.                    
  2389.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2390.                        <a href="https://micharity.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2393.                        </a>
  2394.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2395.                    </div>
  2396.                    
  2397.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2398.                        <a href="https://www.itworldcanada.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2399.                            <i class="ti-angle-right me-2 text-primary"></i>
  2400.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2401.                        </a>
  2402.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2403.                    </div>
  2404.                    
  2405.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2406.                        <a href="https://clarketheatre.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2409.                        </a>
  2410.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2411.                    </div>
  2412.                    
  2413.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2414.                        <a href="https://www.stuzoclothing.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2417.                        </a>
  2418.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2419.                    </div>
  2420.                    
  2421.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2422.                        <a href="https://torontosversion.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2425.                        </a>
  2426.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2427.                    </div>
  2428.                    
  2429.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2430.                        <a href="https://watergovernance.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2431.                            <i class="ti-angle-right me-2 text-primary"></i>
  2432.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2433.                        </a>
  2434.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2435.                    </div>
  2436.                    
  2437.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2438.                        <a href="https://www.governancevote.ca/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2439.                            <i class="ti-angle-right me-2 text-primary"></i>
  2440.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2441.                        </a>
  2442.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2443.                    </div>
  2444.                    
  2445.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2446.                        <a href="https://autismspeaks.ca" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2447.                            <i class="ti-angle-right me-2 text-primary"></i>
  2448.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2449.                        </a>
  2450.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2451.                    </div>
  2452.                    
  2453.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2454.                        <a href="https://www.devmcgill.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2457.                        </a>
  2458.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2459.                    </div>
  2460.                    
  2461.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2462.                        <a href="https://loplops.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2463.                            <i class="ti-angle-right me-2 text-primary"></i>
  2464.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2465.                        </a>
  2466.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2467.                    </div>
  2468.                    
  2469.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2470.                        <a href="https://www.balmoralresources.com/" class="text-decoration-none d-flex align-items-center " rel="dofollow">
  2471.                            <i class="ti-angle-right me-2 text-primary"></i>
  2472.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2473.                        </a>
  2474.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2475.                    </div>
  2476.                    
  2477.                </div>
  2478. <!--                
  2479.                <div class="text-center mt-4 pt-3 border-top border-color">
  2480.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2481.                        <i class="ti-archive me-1"></i>View All Archives
  2482.                    </a>
  2483.                </div> -->
  2484.            </div>
  2485.        </div>
  2486.        
  2487.  
  2488.       <!-- <div class="sidebar-widget mb-5">
  2489.            <div class="widget-title-wrapper mb-3">
  2490.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2491.                    <div class="title-border"></div>
  2492.                    <i class="ti-folder me-2"></i>Blog Archives
  2493.                </h4>
  2494.            </div>
  2495.            <div class="widget-content shadow-sm rounded-3 p-4">
  2496.                <div class="archives-list">
  2497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2498.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2499.                            <i class="ti-angle-right me-2 text-primary"></i>
  2500.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2501.                        </a>
  2502.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2503.                    </div>
  2504.  
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2506.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2509.                        </a>
  2510.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2511.                    </div>
  2512.  
  2513.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2514.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2515.                            <i class="ti-angle-right me-2 text-primary"></i>
  2516.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2517.                        </a>
  2518.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2519.                    </div>
  2520.  
  2521.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2522.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2523.                            <i class="ti-angle-right me-2 text-primary"></i>
  2524.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2525.                        </a>
  2526.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2527.                    </div>
  2528.  
  2529.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2530.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2533.                        </a>
  2534.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2535.                    </div>
  2536.  
  2537.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2538.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2539.                            <i class="ti-angle-right me-2 text-primary"></i>
  2540.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2541.                        </a>
  2542.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2543.                    </div>
  2544.                </div>
  2545.                
  2546.                <div class="text-center mt-4 pt-3 border-top border-color">
  2547.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2548.                        <i class="ti-archive me-1"></i>View All Archives
  2549.                    </a>
  2550.                </div>
  2551.            </div>
  2552.        </div> -->
  2553.  
  2554.        <div class="sidebar-widget mb-4">
  2555.            <div class="widget-title-wrapper mb-3">
  2556.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2557.                    <div class="title-border-primary"></div>
  2558.                    <i class="ti-star me-2"></i>Popular Posts
  2559.                </h4>
  2560.            </div>
  2561.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2562.                <div class="popular-post-list">
  2563.                    
  2564.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2565.                        <div class="post-content flex-grow-1">
  2566.                            <h6 class="post-title mb-1">
  2567.                                <a href="/the-ten-year-affair-from-author-erin-somers-the-middle-aged-adultery-story-this-generation-deserves/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2568.                                            The Ten Year Affair from author Erin Somers: The Middle-Aged Adultery Story This Generation Deserves.
  2569.                                            </a>
  2570.                            </h6>
  2571.                            <div class="post-meta">
  2572.                                <small class="text-muted">
  2573.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2574.                                </small>
  2575.                                <!-- <small class="text-muted ms-3">
  2576.                                    <i class="ti-eye me-1"></i>1,234 views
  2577.                                </small> -->
  2578.                            </div>
  2579.                        </div>
  2580.                    </div>
  2581.                    
  2582.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2583.                        <div class="post-content flex-grow-1">
  2584.                            <h6 class="post-title mb-1">
  2585.                                <a href="/leader-zelenskyy-declares-ukraine-is-ten-percent-off-from-a-peace-deal-but-not-at-any-price/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2586.                                            Leader Zelenskyy Declares Ukraine Is Ten Percent Off from a Peace Deal, But Not at Any Price
  2587.                                            </a>
  2588.                            </h6>
  2589.                            <div class="post-meta">
  2590.                                <small class="text-muted">
  2591.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2592.                                </small>
  2593.                                <!-- <small class="text-muted ms-3">
  2594.                                    <i class="ti-eye me-1"></i>1,234 views
  2595.                                </small> -->
  2596.                            </div>
  2597.                        </div>
  2598.                    </div>
  2599.                    
  2600.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2601.                        <div class="post-content flex-grow-1">
  2602.                            <h6 class="post-title mb-1">
  2603.                                <a href="/the-mighty-neins-opening-sequence-chose-the-wrong-popular-rpg-show-track/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2604.                                            The Mighty Nein&#x27;s Opening Sequence Chose the Wrong Popular RPG Show Track
  2605.                                            </a>
  2606.                            </h6>
  2607.                            <div class="post-meta">
  2608.                                <small class="text-muted">
  2609.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2610.                                </small>
  2611.                                <!-- <small class="text-muted ms-3">
  2612.                                    <i class="ti-eye me-1"></i>1,234 views
  2613.                                </small> -->
  2614.                            </div>
  2615.                        </div>
  2616.                    </div>
  2617.                    
  2618.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2619.                        <div class="post-content flex-grow-1">
  2620.                            <h6 class="post-title mb-1">
  2621.                                <a href="/trump-war-absent-media-five-challenges-to-environmental-advancement-that-plagued-environmental-conference/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2622.                                            Trump, War, Absent Media: Five Challenges to Environmental Advancement That Plagued Environmental Conference
  2623.                                            </a>
  2624.                            </h6>
  2625.                            <div class="post-meta">
  2626.                                <small class="text-muted">
  2627.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2628.                                </small>
  2629.                                <!-- <small class="text-muted ms-3">
  2630.                                    <i class="ti-eye me-1"></i>1,234 views
  2631.                                </small> -->
  2632.                            </div>
  2633.                        </div>
  2634.                    </div>
  2635.                    
  2636.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2637.                        <div class="post-content flex-grow-1">
  2638.                            <h6 class="post-title mb-1">
  2639.                                <a href="/snap-payments-scheduled-to-end-for-over-40-million-amid-prolonged-us-government-shutdown/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2640.                                            SNAP Payments Scheduled to End for Over 40 Million Amid Prolonged US Government Shutdown
  2641.                                            </a>
  2642.                            </h6>
  2643.                            <div class="post-meta">
  2644.                                <small class="text-muted">
  2645.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2646.                                </small>
  2647.                                <!-- <small class="text-muted ms-3">
  2648.                                    <i class="ti-eye me-1"></i>1,234 views
  2649.                                </small> -->
  2650.                            </div>
  2651.                        </div>
  2652.                    </div>
  2653.                    
  2654.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2655.                        <div class="post-content flex-grow-1">
  2656.                            <h6 class="post-title mb-1">
  2657.                                <a href="/sadness-hits-as-man-dies-after-sea-recovery-off-uk-coast/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2658.                                            Sadness Hits as Man Dies After Sea Recovery Off UK Coast
  2659.                                            </a>
  2660.                            </h6>
  2661.                            <div class="post-meta">
  2662.                                <small class="text-muted">
  2663.                                    <i class="ti-calendar me-1"></i>16 May 2026
  2664.                                </small>
  2665.                                <!-- <small class="text-muted ms-3">
  2666.                                    <i class="ti-eye me-1"></i>1,234 views
  2667.                                </small> -->
  2668.                            </div>
  2669.                        </div>
  2670.                    </div>
  2671.                    
  2672.  
  2673.                </div>
  2674.                
  2675.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2676.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2677.                        <i class="ti-trophy me-1"></i>View All Popular
  2678.                    </a>
  2679.                </div> -->
  2680.            </div>
  2681.        </div>
  2682.  
  2683. </div>
  2684. <style>
  2685.    
  2686.  .widget-content {
  2687.    background-color: var(--card-bg);
  2688.    border: 1px solid var(--border-color);
  2689.  }
  2690. </style>
  2691.  
  2692.    
  2693.            </div>
  2694.      </div>
  2695.    </div>
  2696.  </section>
  2697.  
  2698.  <script>
  2699.    // Intersection Observer for Fade-in Effect
  2700.    document.addEventListener('DOMContentLoaded', function () {
  2701.      const observerOptions = {
  2702.        threshold: 0.2,
  2703.        rootMargin: '0px 0px -50px 0px'
  2704.      }
  2705.    
  2706.      const observer = new IntersectionObserver(function (entries, observer) {
  2707.        entries.forEach((entry) => {
  2708.          if (entry.isIntersecting) {
  2709.            entry.target.classList.add('fade-in')
  2710.            observer.unobserve(entry.target)
  2711.          }
  2712.        })
  2713.      }, observerOptions)
  2714.    
  2715.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2716.        observer.observe(card)
  2717.      })
  2718.    })
  2719.  </script>
  2720.  
  2721.  
  2722.    
  2723.        
  2724.        <!-- end wpo-blog-highlights-section -->
  2725.        <!-- start wpo-blog-sponsored-section -->
  2726.        
  2727.  
  2728.  
  2729.  
  2730.    
  2731.  
  2732.  
  2733.  <style>
  2734.    .sponsored-section-v7 {
  2735.      padding: 50px 0;
  2736.    }
  2737.    
  2738.    .sponsored-card-v7 {
  2739.      background: #fafafa;
  2740.      border: none;
  2741.      transition: transform 0.3s ease;
  2742.      height: 100%;
  2743.    }
  2744.    
  2745.    .sponsored-card-v7:hover {
  2746.      transform: translateY(-3px);
  2747.    }
  2748.    
  2749.    .sponsored-image-v7 {
  2750.      position: relative;
  2751.      height: 160px;
  2752.    }
  2753.    
  2754.    .sponsored-image-v7 img {
  2755.      width: 100%;
  2756.      height: 100%;
  2757.      object-fit: cover;
  2758.      border-radius: 10px; /* Apply curve to image */
  2759.    }
  2760.    
  2761.    .sponsored-badge-v7 {
  2762.      position: absolute;
  2763.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  2764.      left: 10px;
  2765.      z-index: 10;
  2766.    
  2767.      /* pill look */
  2768.      display: inline-flex; /* vertical centering */
  2769.      align-items: center;
  2770.      justify-content: center;
  2771.      padding: 8px 16px; /* width = content + padding */
  2772.      border-radius: 999px; /* full pill */
  2773.      white-space: nowrap; /* ek hi line me rahe */
  2774.      /* text */
  2775.      font-size: 12px;
  2776.      text-transform: uppercase;
  2777.      letter-spacing: 0.5px;
  2778.      line-height: 1;
  2779.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  2780.    }
  2781.    
  2782.    /* optional: icon ke saath thoda gap */
  2783.    .sponsored-badge-v7 i,
  2784.    .sponsored-badge-v7 .icon {
  2785.      margin-right: 8px;
  2786.      font-size: 14px;
  2787.      line-height: 1;
  2788.    }
  2789.    
  2790.    .sponsored-content-v7 {
  2791.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  2792.    }
  2793.    
  2794.    .sponsored-title-v7 {
  2795.      font-size: 15px;
  2796.      font-weight: 700;
  2797.      line-height: 1.4;
  2798.      margin-bottom: 8px;
  2799.      color: #333;
  2800.    }
  2801.    
  2802.    .sponsored-title-v7 a {
  2803.      text-decoration: none;
  2804.      font-size: 16px;
  2805.      color: var(--topbar-color);
  2806.    }
  2807.    
  2808.    .sponsored-title-v7 a:hover {
  2809.      color: var(--bs-primary); /* Green hover */
  2810.    }
  2811.    
  2812.    .sponsored-excerpt-v7 {
  2813.      font-size: 12px;
  2814.      font-weight: 400;
  2815.      color:  var(--topbar-color);;
  2816.      margin-bottom: 10px;
  2817.      line-height: 1.5;
  2818.    }
  2819.    
  2820.    .sponsored-meta-v7 {
  2821.      font-size: 11px;
  2822.       color: var(--topbar-color);;
  2823.    }
  2824.    
  2825.    .author-info-v7 {
  2826.      margin-bottom: 5px;
  2827.    }
  2828.    
  2829.    .sponsored-author-img-v7 {
  2830.      width: 30px;
  2831.      height: 30px;
  2832.      border-radius: 50%;
  2833.      object-fit: cover;
  2834.      vertical-align: middle;
  2835.      margin-right: 5px;
  2836.    }
  2837.    
  2838.    .section-title-sponsored-v7 {
  2839.      font-size: 1.9rem;
  2840.      font-weight: 600;
  2841.      text-align: center;
  2842.      margin-bottom: 30px;
  2843.      color: #333;
  2844.      position: relative;
  2845.    }
  2846.    
  2847.    .section-title-sponsored-v7::after {
  2848.      content: '';
  2849.      position: absolute;
  2850.      bottom: -8px;
  2851.      left: 50%;
  2852.      transform: translateX(-50%);
  2853.      width: 100px;
  2854.      height: 3px;
  2855.      background: var(--bs-primary);
  2856.    }
  2857.    
  2858.    @media (max-width: 768px) {
  2859.      .sponsored-section-v7 {
  2860.        padding: 30px 0;
  2861.      }
  2862.      .sponsored-image-v7 {
  2863.        height: 120px;
  2864.      }
  2865.      .sponsored-content-v7 {
  2866.        padding: 35px 12px 12px;
  2867.      }
  2868.  
  2869.      .sponsored-title-v7 {
  2870.        font-size: 14px;
  2871.      }
  2872.      .sponsored-excerpt-v7 {
  2873.        font-size: 11px;
  2874.      }
  2875.      .section-title-sponsored-v7 {
  2876.        font-size: 1.6rem;
  2877.      }
  2878.    }
  2879.  </style>
  2880.  
  2881.  <section class="sponsored-section-v7">
  2882.    <div class="container-fluid fluid-container">
  2883.      <div class="row mb-3">
  2884.        <div class="col-12">
  2885.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  2886.        </div>
  2887.      </div>
  2888.  
  2889.      <div class="row g-3 d-flex justify-content-center">
  2890.        
  2891.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2892.            <div class="card sponsored-card-v7">
  2893.              <div class="sponsored-image-v7">
  2894.                
  2895.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2896.                
  2897.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2898.              </div>
  2899.              <div class="sponsored-content-v7">
  2900.                <h3 class="sponsored-title-v7"><a href="/the-ten-year-affair-from-author-erin-somers-the-middle-aged-adultery-story-this-generation-deserves/">The Ten Year Affair from author Erin Somers: The Middle-Aged Adultery Story This Generation Deserves.</a></h3>
  2901.                <p class="sponsored-excerpt-v7 "></p>
  2902.                <div class="sponsored-meta-v7">
  2903.                  <div class="author-info-v7">
  2904.                    
  2905.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2906.                    
  2907.                    <span>Amanda Hansen</span>
  2908.                  </div>
  2909.                  <div>16 May 2026</div>
  2910.                </div>
  2911.              </div>
  2912.            </div>
  2913.          </div>
  2914.        
  2915.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2916.            <div class="card sponsored-card-v7">
  2917.              <div class="sponsored-image-v7">
  2918.                
  2919.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2920.                
  2921.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2922.              </div>
  2923.              <div class="sponsored-content-v7">
  2924.                <h3 class="sponsored-title-v7"><a href="/leader-zelenskyy-declares-ukraine-is-ten-percent-off-from-a-peace-deal-but-not-at-any-price/">Leader Zelenskyy Declares Ukraine Is Ten Percent Off from a Peace Deal, But Not at Any Price</a></h3>
  2925.                <p class="sponsored-excerpt-v7 "></p>
  2926.                <div class="sponsored-meta-v7">
  2927.                  <div class="author-info-v7">
  2928.                    
  2929.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2930.                    
  2931.                    <span>Amanda Hansen</span>
  2932.                  </div>
  2933.                  <div>16 May 2026</div>
  2934.                </div>
  2935.              </div>
  2936.            </div>
  2937.          </div>
  2938.        
  2939.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2940.            <div class="card sponsored-card-v7">
  2941.              <div class="sponsored-image-v7">
  2942.                
  2943.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2944.                
  2945.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2946.              </div>
  2947.              <div class="sponsored-content-v7">
  2948.                <h3 class="sponsored-title-v7"><a href="/the-mighty-neins-opening-sequence-chose-the-wrong-popular-rpg-show-track/">The Mighty Nein&#x27;s Opening Sequence Chose the Wrong Popular RPG Show Track</a></h3>
  2949.                <p class="sponsored-excerpt-v7 "></p>
  2950.                <div class="sponsored-meta-v7">
  2951.                  <div class="author-info-v7">
  2952.                    
  2953.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2954.                    
  2955.                    <span>Amanda Hansen</span>
  2956.                  </div>
  2957.                  <div>16 May 2026</div>
  2958.                </div>
  2959.              </div>
  2960.            </div>
  2961.          </div>
  2962.        
  2963.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2964.            <div class="card sponsored-card-v7">
  2965.              <div class="sponsored-image-v7">
  2966.                
  2967.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2968.                
  2969.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2970.              </div>
  2971.              <div class="sponsored-content-v7">
  2972.                <h3 class="sponsored-title-v7"><a href="/trump-war-absent-media-five-challenges-to-environmental-advancement-that-plagued-environmental-conference/">Trump, War, Absent Media: Five Challenges to Environmental Advancement That Plagued Environmental Conference</a></h3>
  2973.                <p class="sponsored-excerpt-v7 "></p>
  2974.                <div class="sponsored-meta-v7">
  2975.                  <div class="author-info-v7">
  2976.                    
  2977.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2978.                    
  2979.                    <span>Amanda Hansen</span>
  2980.                  </div>
  2981.                  <div>16 May 2026</div>
  2982.                </div>
  2983.              </div>
  2984.            </div>
  2985.          </div>
  2986.        
  2987.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2988.            <div class="card sponsored-card-v7">
  2989.              <div class="sponsored-image-v7">
  2990.                
  2991.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2992.                
  2993.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2994.              </div>
  2995.              <div class="sponsored-content-v7">
  2996.                <h3 class="sponsored-title-v7"><a href="/snap-payments-scheduled-to-end-for-over-40-million-amid-prolonged-us-government-shutdown/">SNAP Payments Scheduled to End for Over 40 Million Amid Prolonged US Government Shutdown</a></h3>
  2997.                <p class="sponsored-excerpt-v7 "></p>
  2998.                <div class="sponsored-meta-v7">
  2999.                  <div class="author-info-v7">
  3000.                    
  3001.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3002.                    
  3003.                    <span>Amanda Hansen</span>
  3004.                  </div>
  3005.                  <div>16 May 2026</div>
  3006.                </div>
  3007.              </div>
  3008.            </div>
  3009.          </div>
  3010.        
  3011.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3012.            <div class="card sponsored-card-v7">
  3013.              <div class="sponsored-image-v7">
  3014.                
  3015.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3016.                
  3017.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3018.              </div>
  3019.              <div class="sponsored-content-v7">
  3020.                <h3 class="sponsored-title-v7"><a href="/sadness-hits-as-man-dies-after-sea-recovery-off-uk-coast/">Sadness Hits as Man Dies After Sea Recovery Off UK Coast</a></h3>
  3021.                <p class="sponsored-excerpt-v7 "></p>
  3022.                <div class="sponsored-meta-v7">
  3023.                  <div class="author-info-v7">
  3024.                    
  3025.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db5a267d-ccbd-4ac6-816c-92c43cdb085e_profile.png" alt="Amanda Hansen" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3026.                    
  3027.                    <span>Amanda Hansen</span>
  3028.                  </div>
  3029.                  <div>16 May 2026</div>
  3030.                </div>
  3031.              </div>
  3032.            </div>
  3033.          </div>
  3034.        
  3035.      </div>
  3036.    </div>
  3037.  </section>
  3038.  
  3039.  
  3040.    
  3041.        <!-- end wpo-blog-sponsored-section -->
  3042.        <!-- start wpo-subscribe-section -->
  3043.        
  3044.        <!-- end subscribe-section -->
  3045.        <!-- start of wpo-site-footer-section -->
  3046.        
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3053.  <!-- Main Content: Asymmetrical Layout -->
  3054.  <div class="footer-main-content py-5">
  3055.    <div class="container-fluid fluid-container">
  3056.      <div class="row">
  3057.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3058.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3059.          <div class="brand-logo text-center text-lg-start">
  3060.            
  3061.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d11b84f8-9ad6-4efe-84f6-7b493ce3a5bf_logo.png" alt="Forge Center" class="footer-logo" />
  3062.            
  3063.            <p class="brand-tagline mt-2">Forge Center is a collaborative space where tech entrepreneurs and startups connect, innovate, and grow. Explore resources, events, and community support.</p>
  3064.          </div>
  3065.        </div>
  3066.        <!-- Right: Staggered Links -->
  3067.        <div class="col-lg-9 col-md-8 col-12">
  3068.          <div class="d-flex flex-column gap-4">
  3069.            <!-- Quick Links -->
  3070.            <div class="footer-column offset-content">
  3071.              <h5 class="column-title">Quick Links</h5>
  3072.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3073.                
  3074.                  <li>
  3075.                    <a class="menu-link" href="/line-of-duty-announced-for-7th-series-on-the-british-broadcaster/">Line of Duty Announced for 7th Series on the British Broadcaster</a>
  3076.                  </li>
  3077.                
  3078.                  <li>
  3079.                    <a class="menu-link" href="/emma-raducanu-ends-the-current-season-and-will-keep-coach-through-next-year/">Emma Raducanu ends the current season and will keep coach through next year.</a>
  3080.                  </li>
  3081.                
  3082.                  <li>
  3083.                    <a class="menu-link" href="/three-xbox-game-pass-titles-that-can-validate-your-membership-this-weekend-nov-21-23/">Three Xbox Game Pass Titles That Can Validate Your Membership This Weekend (Nov. 21-23)</a>
  3084.                  </li>
  3085.                
  3086.                  <li>
  3087.                    <a class="menu-link" href="/ashes-pre-series-trash-talk-intensifies-as-stuart-broad-calls-australian-team-the-weakest-since-2010/">Ashes Pre-Series Trash Talk Intensifies as Stuart Broad Calls Australian Team the Weakest Since 2010</a>
  3088.                  </li>
  3089.                
  3090.                  <li>
  3091.                    <a class="menu-link" href="/the-greek-tennis-star-seriously-considered-walking-away-amid-pain-filled-campaign/">The Greek tennis star Seriously Considered Walking Away Amid Pain-Filled Campaign</a>
  3092.                  </li>
  3093.                
  3094.                  <li>
  3095.                    <a class="menu-link" href="/spurs-centre-back-van-de-ven-shares-surprise-at-ange-postecoglou-sacking/">Spurs Centre-Back Van de Ven Shares Surprise At Ange Postecoglou Sacking</a>
  3096.                  </li>
  3097.                
  3098.              </ul>
  3099.            </div>
  3100.            <!-- Top Categories -->
  3101.            <div class="footer-column offset-content offset-right">
  3102.              <h5 class="column-title">Top Categories</h5>
  3103.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3104.                
  3105.                  <li>
  3106.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3107.                  </li>
  3108.                
  3109.                  <li>
  3110.                    <a class="menu-link" href="/category/business/">Business</a>
  3111.                  </li>
  3112.                
  3113.                  <li>
  3114.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3115.                  </li>
  3116.                
  3117.                  <li>
  3118.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3119.                  </li>
  3120.                
  3121.                  <li>
  3122.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3123.                  </li>
  3124.                
  3125.              </ul>
  3126.            </div>
  3127.            <!-- Blog Rolls -->
  3128.           <div class="footer-column offset-content">
  3129.              <h5 class="column-title">Blog Rolls</h5>
  3130.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3131.                
  3132.                
  3133.  
  3134.                
  3135.                
  3136.                  
  3137.                
  3138.              </ul>
  3139.            </div>
  3140.          </div>
  3141.        </div>
  3142.      </div>
  3143.    </div>
  3144.  </div>
  3145.  
  3146.  <!-- Bottom Section -->
  3147.  <div class="footer-bottom bg-primary text-white py-3">
  3148.    <div class="container-fluid fluid-container">
  3149.      <div class="row justify-content-center">
  3150.        <div class="col-12 text-center">
  3151.          <div class="bottom-content">
  3152.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3153.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3154.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3155.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3156.            </div>
  3157.            <div class="copyright-info ">
  3158.              <p class="mb-0 text-white">
  3159.                &copy; 2026 <strong>Forge Center</strong>. All rights reserved.
  3160.              </p>
  3161.            </div>
  3162.          </div>
  3163.        </div>
  3164.      </div>
  3165.    </div>
  3166.  </div>
  3167. </footer>
  3168.  
  3169.  
  3170.  
  3171. <style>
  3172. .footer-logo {
  3173.    height: 60px;
  3174.    width: auto;
  3175. }
  3176.  
  3177. .brand-title {
  3178.    font-size: 24px;
  3179.    font-weight: 700;
  3180.    color: white  !important;
  3181.    margin: 0;
  3182. }
  3183.  
  3184. .brand-tagline {
  3185.    font-size: 14px;
  3186.    color: white  !important;
  3187.    margin: 0;
  3188. }
  3189.  
  3190. .column-title {
  3191.    font-size: 16px;
  3192.    font-weight: 600;
  3193.    color: white !important;
  3194.    margin-bottom: 12px;
  3195. }
  3196.  
  3197. .footer-menu {
  3198.    margin: 0;
  3199. }
  3200.  
  3201. .menu-link {
  3202.    color: white !important;
  3203.    text-decoration: none;
  3204.    font-size: 14px;
  3205.    transition: color 0.3s ease, transform 0.3s ease;
  3206. }
  3207.  
  3208. .menu-link:hover {
  3209.    color: var(--primary-color);
  3210.    transform: scale(1.05);
  3211. }
  3212.  
  3213. .offset-content {
  3214.    margin-left: 20px;
  3215. }
  3216.  
  3217. .footer-bottom {
  3218.    font-size: 13px;
  3219. }
  3220.  
  3221. .utility-link {
  3222.    color: white  !important;
  3223.    text-decoration: none;
  3224.    font-size: 13px;
  3225.    transition: color 0.3s ease;
  3226. }
  3227.  
  3228. .utility-link:hover {
  3229.    color: var(--primary-color);
  3230. }
  3231.  
  3232. .copyright-info p {
  3233.    font-size: 13px;
  3234. }
  3235.  
  3236. /* Responsive Design */
  3237. @media (max-width: 1024px) {
  3238.   .footer-logo{
  3239.    height: 40px;
  3240.    width: auto;
  3241.   }
  3242. }
  3243.  
  3244. @media (max-width: 768px) {
  3245.    .footer-logo {
  3246.        height: 60px;
  3247.    }
  3248.    
  3249.    .column-title {
  3250.        font-size: 15px;
  3251.        text-align: center;
  3252.    }
  3253.    
  3254.    .footer-menu {
  3255.        justify-content: center;
  3256.    }
  3257.    
  3258.    .menu-link {
  3259.        font-size: 13px;
  3260.    }
  3261. }
  3262.  
  3263. @media (max-width: 576px) {
  3264.    .brand-title {
  3265.        font-size: 20px;
  3266.    }
  3267.    
  3268.    .brand-tagline {
  3269.        font-size: 12px;
  3270.    }
  3271.    
  3272.    .cta-btn {
  3273.        font-size: 12px;
  3274.        padding: 5px 12px;
  3275.    }
  3276. }
  3277. </style>
  3278.  
  3279. <script>
  3280. // Prevent default for placeholder links
  3281. document.addEventListener('DOMContentLoaded', function() {
  3282.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3283.        anchor.addEventListener('click', function(e) {
  3284.            e.preventDefault();
  3285.        });
  3286.    });
  3287. });
  3288. document.addEventListener('DOMContentLoaded', function () {
  3289.    var btn = document.getElementById('toggleBlogRollLinks');
  3290.    if (!btn) return; // No extra items, no button
  3291.  
  3292.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3293.  
  3294.    btn.addEventListener('click', function () {
  3295.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3296.            return li.classList.contains('d-none');
  3297.        });
  3298.  
  3299.        extras.forEach(function (li) {
  3300.            if (anyHidden) {
  3301.                li.classList.remove('d-none');
  3302.                li.classList.add('show');
  3303.            } else {
  3304.                li.classList.add('d-none');
  3305.                li.classList.remove('show');
  3306.            }
  3307.        });
  3308.  
  3309.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3310.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3311.    });
  3312. });
  3313.  
  3314. </script>
  3315.  
  3316.        <!-- end of wpo-site-footer-section -->
  3317.    </div>
  3318.    <!-- end of page-wrapper -->
  3319.  
  3320.    <!-- All JavaScript files
  3321.    ================================================== -->
  3322.    
  3323.  
  3324. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3325. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3326. <!-- Plugins for this template -->
  3327. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3328. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3329. <!-- Custom script for this template -->
  3330. <script src="/static/blogapp/assets/js/script.js"></script>
  3331.  
  3332. <script>
  3333. (function () {
  3334. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3335. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3336.  
  3337. function applyFallback(img) {
  3338. if (!img || img.dataset.fallbackApplied === "1") {
  3339. return;
  3340. }
  3341. var failedSrc = img.currentSrc || img.src || "";
  3342. img.dataset.fallbackApplied = "1";
  3343. img.onerror = null;
  3344. img.src = fallbackImageSrc;
  3345. console.warn("[ImageFallback] Replaced broken image:", {
  3346. failedSrc: failedSrc,
  3347. fallbackSrc: fallbackImageSrc,
  3348. alt: img.alt || "",
  3349. });
  3350. }
  3351.  
  3352. document.querySelectorAll("img").forEach(function (img) {
  3353. if (img.complete && img.naturalWidth === 0) {
  3354. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3355. failedSrc: img.currentSrc || img.src || "",
  3356. alt: img.alt || "",
  3357. });
  3358. applyFallback(img);
  3359. }
  3360. });
  3361.  
  3362. document.addEventListener(
  3363. "error",
  3364. function (event) {
  3365. var target = event.target;
  3366. if (target && target.tagName === "IMG") {
  3367. applyFallback(target);
  3368. }
  3369. },
  3370. true
  3371. );
  3372. })();
  3373. </script>
  3374.  
  3375. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3376.  
  3377.  
  3378.  
  3379. <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":"d872f619aed246f4b67a900ac5f91fc4","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3380. </body>
  3381.  
  3382. </html>
  3383.  
  3384.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda