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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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_81_pm0br1z_iaQnwt9_OuYaYx3.png">
  14.    
  15.  
  16.    <title>Vector Gaming: Latest Esports News, Reviews &amp; Gaming Guides</title>
  17.    <meta name="description" content="Vector Gaming delivers up-to-date esports coverage, in-depth game reviews, and expert gaming guides for PC, console, and mobile platforms.">
  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://vectorgaming.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff8c42;
  42.        --bs-primary-rgb: ff8c42;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff8c42;
  53.        --theme-primary-color-s2: #ff8c42;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff8c42;
  84.        --link-hover: #e07b39;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 140, 66, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_57">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407.  
  408. <div class="topbar d-sm-flex d-none">
  409.  <div class="container-fluid fluid-container">
  410.    <div class="row">
  411.      <div>
  412.        <div class="pt-2 d-flex  gap-2   pb-0">
  413.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  414.            <div class=" d-flex  ">
  415.              <sapn class="fw-bold ">
  416.                Latest
  417.              </sapn>
  418.            </div>
  419.            <div class="d-flex">
  420.              <sapn class="fw-bold ">
  421.                Update
  422.              </sapn>
  423.            </div>
  424.          </div>
  425.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  426.            <p class="text-center">
  427.              
  428.              <a href="/shocking-find-bodies-of-missing-mum-and-daughter-located-in-freezing-units-in-the-alpine-nation/" class="px-5 top-color">
  429.                Shocking Find: Bodies of Missing Mum and Daughter Located in Freezing Units in the Alpine Nation
  430.              </a>
  431.              
  432.              <a href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-explained/" class="px-5 top-color">
  433.                Spotify Year-End Recap: Launch Date plus Your Burning Questions Explained
  434.              </a>
  435.              
  436.              <a href="/calm-end-to-messis-visit-to-india-following-disorder-in-kolkata/" class="px-5 top-color">
  437.                Calm End to Messi&#x27;s Visit to India Following Disorder in Kolkata
  438.              </a>
  439.              
  440.              <a href="/esteemed-photographer-brian-harris-life-story-a-life-behind-the-lens/" class="px-5 top-color">
  441.                Esteemed Photographer Brian Harris Life Story: A Life Behind the Lens
  442.              </a>
  443.              
  444.              <a href="/metropolitan-museum-faces-lawsuit-over-allegedly-nazi-looted-van-gogh-masterpiece/" class="px-5 top-color">
  445.                Metropolitan Museum Faces Lawsuit Over Allegedly Nazi-Looted Van Gogh Masterpiece
  446.              </a>
  447.              
  448.            </p>
  449.          </marquee>
  450.        </div>
  451.      </div>
  452.    </div>
  453.  </div>
  454. </div>
  455.  
  456.  
  457.  
  458.  
  459.            
  460.  
  461.  
  462.  
  463.  
  464.  
  465. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  466.  <div class="container-fluid fluid-container  ">
  467.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  468.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  469.        <!-- Mobile Brand & Search -->
  470.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  471.          
  472.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/eab8c1c8-2575-4359-8bff-7291073ed715_logo.png" alt="Vector Gaming" />
  473.          
  474.        </a>
  475.        <div class="flex-grow-1 d-xl-none d-flex">
  476.          <form class="search-wrapper-v1">
  477.            <input type="search" class="form-control search-input-v1" id="search-input"
  478.              placeholder="Search articles..." aria-label="Search content" />
  479.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  480.              <circle cx="11" cy="11" r="8"></circle>
  481.              <path d="m21 21-4.35-4.35"></path>
  482.            </svg>
  483.          </form>
  484.          <!-- The search results will be displayed here -->
  485.          <div id="search-results" class="search-results-container"></div>
  486.        </div>
  487.  
  488.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  489.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  490.          aria-label="Toggle navigation">
  491.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  492.            <line x1="3" y1="6" x2="21" y2="6"></line>
  493.            <line x1="3" y1="12" x2="21" y2="12"></line>
  494.            <line x1="3" y1="18" x2="21" y2="18"></line>
  495.          </svg>
  496.        </button>
  497.  
  498.        <!-- Desktop Layout -->
  499.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  500.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/eab8c1c8-2575-4359-8bff-7291073ed715_logo.png" alt="" />
  501.        </a>
  502.  
  503.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  504.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  505.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  506.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  507.              <circle cx="11" cy="11" r="8"></circle>
  508.              <path d="m21 21-4.35-4.35"></path>
  509.            </svg>
  510.          </form>
  511.           <!-- The search results will be displayed here -->
  512.          <div id="search-results1" class="search-results-container search-v1"></div>
  513.        </div>
  514.        <!-- Navigation Menu -->
  515.      </div>
  516.      <div class="collapse justify-content-end" id="navCollapse-v1">
  517.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  518.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  519.            <div class="d-xl-flex align-items-center gap-2">
  520.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  521.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  522.                <span>More</span>
  523.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  524.                  <circle cx="12" cy="12" r="1"></circle>
  525.                  <circle cx="19" cy="12" r="1"></circle>
  526.                  <circle cx="5" cy="12" r="1"></circle>
  527.                </svg>
  528.              </button>
  529.            </div>
  530.          </li> -->
  531.          <li class="nav-item mb-3">
  532.            <a class="navlink-v1" href="/">
  533.              Home
  534.            </a>
  535.          </li>
  536.          
  537.           <li class="nav-item mb-3">
  538.            <a class="navlink-v1" href="/category/all-posts/">
  539.              All Posts
  540.            </a>
  541.            </li>
  542.            
  543.  
  544.                
  545.                
  546.            
  547.           <li class="nav-item mb-3">
  548.            <a class="navlink-v1" href="/category/business/">
  549.              Business
  550.            </a>
  551.            </li>
  552.            
  553.  
  554.                
  555.                
  556.            
  557.           <li class="nav-item mb-3">
  558.            <a class="navlink-v1" href="/category/esports/">
  559.              Esports
  560.            </a>
  561.            </li>
  562.            
  563.  
  564.                
  565.                
  566.            
  567.           <li class="nav-item mb-3">
  568.            <a class="navlink-v1" href="/category/fashion/">
  569.              Fashion
  570.            </a>
  571.            </li>
  572.            
  573.  
  574.                
  575.                
  576.            
  577.           <li class="nav-item mb-3">
  578.            <a class="navlink-v1" href="/category/featured/">
  579.              Featured
  580.            </a>
  581.            </li>
  582.            
  583.  
  584.                
  585.                
  586.            
  587.          
  588.            <li class="nav-item mb-3 dropdown">
  589.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  590.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  591.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  592.                <li>
  593.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  594.                    Gaming
  595.                  </a>
  596.                </li>
  597.                
  598.  
  599.                
  600.                
  601.            
  602.          
  603.                <li>
  604.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  605.                    Health
  606.                  </a>
  607.                </li>
  608.                
  609.  
  610.                
  611.                
  612.            
  613.          
  614.                <li>
  615.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  616.                    Life &amp; Fitness
  617.                  </a>
  618.                </li>
  619.                
  620.  
  621.                
  622.                
  623.            
  624.          
  625.                <li>
  626.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  627.                    Lifestyle
  628.                  </a>
  629.                </li>
  630.                
  631.  
  632.                
  633.                
  634.            
  635.          
  636.                <li>
  637.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  638.                    News
  639.                  </a>
  640.                </li>
  641.                
  642.  
  643.                
  644.                
  645.            
  646.          
  647.                <li>
  648.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  649.                    Others
  650.                  </a>
  651.                </li>
  652.                
  653.  
  654.                
  655.                
  656.            
  657.          
  658.                <li>
  659.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  660.                    Politics
  661.                  </a>
  662.                </li>
  663.                
  664.  
  665.                
  666.                
  667.            
  668.          
  669.                <li>
  670.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  671.                    Sports
  672.                  </a>
  673.                </li>
  674.                
  675.  
  676.                
  677.                
  678.            
  679.          
  680.                <li>
  681.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  682.                    Tech
  683.                  </a>
  684.                </li>
  685.                
  686.  
  687.                
  688.                
  689.            
  690.          
  691.                <li>
  692.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  693.                    Travel
  694.                  </a>
  695.                </li>
  696.                
  697.  
  698.                
  699.                
  700.              </ul>
  701.            </li>
  702.            
  703.            
  704.            <li class="nav-item mb-3">
  705.              <a class="navlink-v1" href="/page/contact-us/">
  706.                Contact Us
  707.              </a>
  708.            </li>
  709.            <li class="nav-item d-xl-none mt-2">
  710.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  711.                data-bs-target="#sidebar-v1">
  712.                More Options
  713.              </button>
  714.            </li>
  715.        </ul>
  716.      </div>
  717.    </nav>
  718.  </div>
  719.  
  720. </header>
  721.  
  722. <!-- Sidebar -->
  723. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  724.  <div class="offcanvas-header border-bottom">
  725.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  726.      Latest Updates
  727.    </h5>
  728.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  729.  </div>
  730.  <div class="offcanvas-body p-3">
  731.    <div class="mb-4">
  732.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  733.      <div class="vstack gap-3">
  734.        <article class="post-card-v1 d-flex gap-3">
  735.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  736.          <div class="flex-grow-1">
  737.            <small class="text-muted">2 hours ago</small>
  738.            <h6 class="mb-1 lh-sm">
  739.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  740.            </h6>
  741.            <small class="text-muted">Technology</small>
  742.          </div>
  743.        </article>
  744.  
  745.        <article class="post-card-v1 d-flex gap-3">
  746.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  747.          <div class="flex-grow-1">
  748.            <small class="text-muted">5 hours ago</small>
  749.            <h6 class="mb-1 lh-sm">
  750.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  751.            </h6>
  752.            <small class="text-muted">Design</small>
  753.          </div>
  754.        </article>
  755.  
  756.        <article class="post-card-v1 d-flex gap-3">
  757.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  758.          <div class="flex-grow-1">
  759.            <small class="text-muted">1 day ago</small>
  760.            <h6 class="mb-1 lh-sm">
  761.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  762.            </h6>
  763.            <small class="text-muted">Lifestyle</small>
  764.          </div>
  765.        </article>
  766.      </div>
  767.    </div>
  768.  
  769.    <hr />
  770.  
  771.    <div class="contact-info-v1">
  772.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  773.      <div class="small text-muted lh-lg">
  774.        <div class="mb-2">
  775.          <strong>Location:</strong><br />
  776.          123 Innovation Street<br />
  777.          Tech District, CA 94105
  778.        </div>
  779.        <div class="mb-2">
  780.          <strong>Email:</strong><br />
  781.          <a href="/cdn-cgi/l/email-protection#452d2029292a052737242b216b262a28" class="text-decoration-none"><span class="__cf_email__" data-cfemail="1c74797070735c7e6e7d7278327f7371">[email&#160;protected]</span></a>
  782.        </div>
  783.        <div>
  784.          <strong>Phone:</strong><br />
  785.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  786.        </div>
  787.      </div>
  788.    </div>
  789.  </div>
  790. </div>
  791.  
  792. <!-- Custom CSS -->
  793. <style>
  794.  .navbar {
  795.    padding-inline: 20px;
  796.  }
  797.  
  798.  .nav-v1 {
  799.    backdrop-filter: blur(12px);
  800.  }
  801.  
  802.  .brand-v1 img {
  803.    height: 32px;
  804.    transition: transform 0.3s ease;
  805.  }
  806.  
  807.  .brand-v1:hover img {
  808.    transform: scale(1.05);
  809.  }
  810.  
  811.  .search-wrapper-v1 {
  812.    max-width: 600px;
  813.    position: relative;
  814.  }
  815.  
  816.  .search-input-v1 {
  817.    padding: 10px 16px 10px 42px;
  818.    border: 1px solid #e2e8f0;
  819.    border-radius: 24px;
  820.    font-size: 14px;
  821.    transition: all 0.3s ease;
  822.    background: white;
  823.    width: 100%;
  824.    max-width: 400px;
  825.  }
  826.  
  827.  .search-input-v1:focus {
  828.    border-color: #2563eb;
  829.    outline: none;
  830.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  831.    transform: translateY(-1px);
  832.  }
  833.  
  834.  .search-icon-v1 {
  835.    position: absolute;
  836.    left: 14px;
  837.    top: 50%;
  838.    transform: translateY(-50%);
  839.    color: #64748b;
  840.    width: 16px;
  841.    height: 16px;
  842.  }
  843.  
  844.  .navlink-v1 {
  845.    color: #374151;
  846.    font-weight: 500;
  847.    font-size: 15px;
  848.    padding: 8px 16px;
  849.    border-radius: 12px;
  850.    transition: all 0.2s ease;
  851.    text-decoration: none;
  852.    position: relative;
  853.  }
  854.  
  855.  .navlink-v1:hover {
  856.    background: rgba(37, 99, 235, 0.1);
  857.    color: #2563eb;
  858.    transform: translateY(-1px);
  859.  }
  860.  
  861.  .navlink-v1.active-v1 {
  862.    background: #2563eb;
  863.    color: white !important;
  864.  }
  865.  
  866.  .dropdown-v1 {
  867.    border: 1px solid #e2e8f0;
  868.    border-radius: 16px;
  869.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  870.    backdrop-filter: blur(8px);
  871.    background: rgba(255, 255, 255, 0.98);
  872.    padding: 8px 0;
  873.  }
  874.  
  875.  .dropdown-item-v1 {
  876.    padding: 8px 20px;
  877.    font-size: 14px;
  878.    color: #374151 !important;
  879.    transition: all 0.2s ease;
  880.    border-radius: 8px;
  881.    margin: 2px 0px;
  882.  }
  883.  
  884.  .dropdown-item-v1:hover {
  885.    background: rgba(37, 99, 235, 0.1);
  886.    color: #2563eb !important;
  887.  }
  888.  
  889.  .menu-btn-v1 {
  890.    padding: 8px 16px;
  891.    border: 1px solid #e2e8f0;
  892.    border-radius: 12px;
  893.    background: white;
  894.    color: #374151;
  895.    font-weight: 500;
  896.    transition: all 0.2s ease;
  897.  }
  898.  
  899.  .menu-btn-v1:hover {
  900.    border-color: #2563eb;
  901.    color: #2563eb;
  902.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  903.  }
  904.  
  905.  .offcanvas-v1 {
  906.    width: min(360px, 90vw);
  907.    background: white;
  908.    z-index: 1050;
  909.  }
  910.  
  911.  .post-card-v1 {
  912.    padding: 12px;
  913.    border-radius: 12px;
  914.    transition: all 0.2s ease;
  915.    border: 1px solid transparent;
  916.  }
  917.  
  918.  .post-card-v1:hover {
  919.    background: #f8fafc;
  920.    border-color: #e2e8f0;
  921.  }
  922.  
  923.  .post-img-v1 {
  924.    border-radius: 8px;
  925.    transition: transform 0.3s ease;
  926.  }
  927.  
  928.  .post-card-v1:hover .post-img-v1 {
  929.    transform: scale(1.02);
  930.  }
  931.  
  932.  .contact-info-v1 {
  933.    background: #f8fafc;
  934.    padding: 16px;
  935.    border-radius: 12px;
  936.    border: 1px solid #e2e8f0;
  937.  }
  938.  
  939.  @media (max-width: 1200px) {
  940.    .nav-width {
  941.      width: 100%;
  942.    }
  943.  }
  944.  
  945.  @media (max-width: 991px) {
  946.    .navlink-v1 {
  947.      padding: 12px 16px;
  948.      margin: 2px 0;
  949.    }
  950.  
  951.    .search-wrapper-v1 {
  952.      margin: 12px 0;
  953.    }
  954.  }
  955.  
  956.  /* search field */
  957.  .search-results-container {
  958.    position: absolute;
  959.    top: 100%;
  960.    /* Position it below the input field */
  961. left: 10px;
  962.  right: 10px;
  963.    background-color: white;
  964.    border: 1px solid #ddd;
  965.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  966.    max-height: 300px;
  967.    overflow-y: auto;
  968.    z-index: 1000;
  969.    display: none;
  970.    /* Initially hidden */
  971.  }
  972.  
  973.  .search-results-container p {
  974.    margin: 0;
  975.  }
  976.  
  977.  .search-results-container .result-item {
  978.    padding: 10px;
  979.    cursor: pointer;
  980.  }
  981.  
  982.  .search-results-container .result-item:hover {
  983.    background-color: #f0f0f0;
  984.  }
  985. </style>
  986. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  987.  document.addEventListener("DOMContentLoaded", function () {
  988.    console.error("loaded");
  989.  
  990.    // Pick input depending on screen size
  991.    const searchInput = window.innerWidth <= 991
  992.      ? document.getElementById("search-input")
  993.      : document.getElementById("search-input1");
  994.  
  995.    if (searchInput) {
  996.      console.log("inside");
  997.  
  998.      // Add event listener for keyup
  999.      searchInput.addEventListener("keyup", function (e) {
  1000.        console.log('test');
  1001.        console.log("Key pressed:", e.key);
  1002.        e.preventDefault();
  1003.  
  1004.        const query = searchInput.value;
  1005.        const searchResults = window.innerWidth <= 991
  1006.          ? document.getElementById("search-results")
  1007.          : document.getElementById("search-results1");
  1008.  
  1009.        console.log("User is typing: " + query);
  1010.  
  1011.        if (query === "") {
  1012.          searchResults.innerHTML = "";
  1013.          searchResults.style.display = "none";
  1014.          return;
  1015.        }
  1016.  
  1017.        searchResults.style.display = "block";
  1018.  
  1019.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1020.          method: "GET",
  1021.          headers: {
  1022.            "X-Requested-With": "XMLHttpRequest",
  1023.          },
  1024.        })
  1025.          .then(response => {
  1026.            console.log("Response Status:", response.status);
  1027.            return response.json();
  1028.          })
  1029.          .then(data => {
  1030.            console.log("Data received:", data);
  1031.            if (data.html) {
  1032.              searchResults.innerHTML = data.html;
  1033.            } else {
  1034.              searchResults.innerHTML = "<p>No results found.</p>";
  1035.            }
  1036.          })
  1037.          .catch(error => {
  1038.            console.error("Error fetching search results:", error);
  1039.          });
  1040.      });
  1041.  
  1042.      // 🔹 Close results when clicking outside
  1043.      document.addEventListener("click", function (e) {
  1044.        const searchResults = window.innerWidth <= 991
  1045.          ? document.getElementById("search-results")
  1046.          : document.getElementById("search-results1");
  1047.  
  1048.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1049.          searchResults.style.display = "none";
  1050.        }
  1051.      });
  1052.  
  1053.    } else {
  1054.      console.error("Search input not found");
  1055.    }
  1056.  });
  1057. </script>
  1058. <script>
  1059.  // Function to check screen size and remove 'navbar-collapse' class
  1060.  function removeNavbarCollapseClass() {
  1061.    const navbar = document.getElementById('navCollapse-v1');
  1062.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1063.    if (window.innerWidth <= 1100) {
  1064.      if (navbar) {
  1065.        navbar.classList.remove('navbar-collapse');
  1066.      }
  1067.    } else {
  1068.      // You can re-add the class if the screen is smaller than 'lg' size
  1069.      if (navbar) {
  1070.        navbar.classList.add('navbar-collapse');
  1071.      }
  1072.    }
  1073.  }
  1074.  
  1075.  // Run the function on page load
  1076.  window.addEventListener('load', removeNavbarCollapseClass);
  1077.  
  1078.  // Also, run the function on window resize to check screen size dynamically
  1079.  window.addEventListener('resize', removeNavbarCollapseClass);
  1080.  
  1081.  
  1082. </script>
  1083.  
  1084.        </header>
  1085.        <!-- end of header -->
  1086.        <!-- start of wpo-blog-hero -->
  1087.        
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095. <div class="blog-hero-v10">
  1096.    <div class="container-fluid fluid-container">
  1097.        
  1098.        <!-- Top Section: Three Equal Featured Articles -->
  1099.  
  1100.        <div class="row g-4 mb-5">
  1101.            
  1102.            <div class="col-lg-4 col-md-6 col-12">
  1103.                <article class="featured-article">
  1104.                    <div class="featured-image-container">
  1105.                        
  1106.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="American Congressman Calls On Former Prince Andrew to Testify in Epstein Inquiry" class="featured-image">
  1107.                            
  1108.                        <div class="category-tag bg-primary-gradient">News</div>
  1109.                    </div>
  1110.                    <div class="featured-content">
  1111.                        <h2 class="featured-title"><a href="/american-congressman-calls-on-former-prince-andrew-to-testify-in-epstein-inquiry/">
  1112.                                    American Congressman Calls On Former Prince Andrew to Testify in Epstein Inquiry
  1113.                                </a></h2>
  1114.                        <p class="featured-summary"></p>
  1115.                        <div class="article-meta">
  1116.                            <span class="author-name">Audrey Koch</span>
  1117.                            <span class="post-time">May 12</span>
  1118.                        </div>
  1119.                    </div>
  1120.                </article>
  1121.            </div>
  1122.            
  1123.            <div class="col-lg-4 col-md-6 col-12">
  1124.                <article class="featured-article">
  1125.                    <div class="featured-image-container">
  1126.                        
  1127.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Gulf nation to Present Case at British Supreme Court Over Sovereign Immunity in Surveillance Allegations" class="featured-image">
  1128.                            
  1129.                        <div class="category-tag bg-primary-gradient">News</div>
  1130.                    </div>
  1131.                    <div class="featured-content">
  1132.                        <h2 class="featured-title"><a href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-sovereign-immunity-in-surveillance-allegations/">
  1133.                                    The Gulf nation to Present Case at British Supreme Court Over Sovereign Immunity in Surveillance Allegations
  1134.                                </a></h2>
  1135.                        <p class="featured-summary"></p>
  1136.                        <div class="article-meta">
  1137.                            <span class="author-name">Audrey Koch</span>
  1138.                            <span class="post-time">May 12</span>
  1139.                        </div>
  1140.                    </div>
  1141.                </article>
  1142.            </div>
  1143.            
  1144.            <div class="col-lg-4 col-md-6 col-12">
  1145.                <article class="featured-article">
  1146.                    <div class="featured-image-container">
  1147.                        
  1148.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="James Cameron Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’" class="featured-image">
  1149.                            
  1150.                        <div class="category-tag bg-primary-gradient">News</div>
  1151.                    </div>
  1152.                    <div class="featured-content">
  1153.                        <h2 class="featured-title"><a href="/james-cameron-makes-it-clear-ai-doesnt-produce-the-avatar-series/">
  1154.                                    James Cameron Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  1155.                                </a></h2>
  1156.                        <p class="featured-summary"></p>
  1157.                        <div class="article-meta">
  1158.                            <span class="author-name">Audrey Koch</span>
  1159.                            <span class="post-time">May 11</span>
  1160.                        </div>
  1161.                    </div>
  1162.                </article>
  1163.            </div>
  1164.            
  1165.        </div>
  1166.  
  1167.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1168.        <div class="row g-4">
  1169.            <div class="col-12">
  1170.                <div class="recent-section">
  1171.                    <h3 class="recent-title">Recent Articles</h3>
  1172.                    <div class="recent-list">
  1173.                        
  1174.                        <div class="recent-item">
  1175.                            <h4 class="recent-article-title"> <a href="/bound-alone-and-frightened-the-harsh-truth-for-women-made-to-give-birth-in-prison/">
  1176.                                    Bound, Alone and Frightened: The Harsh Truth for Women Made to Give Birth in Prison.
  1177.                                </a></h4>
  1178.                            <span class="recent-meta">News • Audrey Koch • May 11</span>
  1179.                        </div>
  1180.                        
  1181.                        <div class="recent-item">
  1182.                            <h4 class="recent-article-title"> <a href="/a-account-of-unexpected-kindness-the-time-a-student-allowed-me-to-stay-on-her-dormitory-ground/">
  1183.                                    A Account of Unexpected Kindness: The Time a Student Allowed Me to Stay on Her Dormitory Ground
  1184.                                </a></h4>
  1185.                            <span class="recent-meta">News • Audrey Koch • May 11</span>
  1186.                        </div>
  1187.                        
  1188.                    </div>
  1189.                </div>
  1190.            </div>
  1191.        </div>
  1192.    </div>
  1193. </div>
  1194.  
  1195. <style>
  1196. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1197. .blog-hero-v10 {
  1198.    padding: 4rem 0;
  1199. }
  1200.  
  1201. /* Featured Article */
  1202. .featured-article {
  1203.    background: var(--card-bg, #ffffff);
  1204.    border-radius: 8px;
  1205.    transition: box-shadow 0.3s ease;
  1206. }
  1207.  
  1208. .featured-article:hover {
  1209.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1210. }
  1211.  
  1212. .featured-image-container {
  1213.    position: relative;
  1214.    height: 220px;
  1215. }
  1216.  
  1217. .featured-image {
  1218.    width: 100%;
  1219.    height: 100%;
  1220.    object-fit: cover;
  1221.    border-radius: 8px 8px 0 0;
  1222. }
  1223.  
  1224. .featured-content {
  1225.    padding: 1.5rem;
  1226. }
  1227.  
  1228. .featured-title {
  1229.    font-size: 1.4rem;
  1230.    font-weight: 800;
  1231.    color: #111827;
  1232.    margin-bottom: 0.5rem;
  1233.    line-height: 1.3;
  1234. }
  1235.  
  1236. .featured-summary {
  1237.    font-size: 0.95rem;
  1238.    color: #4b5563;
  1239.    line-height: 1.5;
  1240.    margin-bottom: 1rem;
  1241. }
  1242.  
  1243. .article-meta {
  1244.    display: flex;
  1245.    gap: 0.5rem;
  1246.    font-size: 0.85rem;
  1247.    color: #6b7280;
  1248. }
  1249.  
  1250. .author-name {
  1251.    font-weight: 600;
  1252.    color: #374151;
  1253. }
  1254.  
  1255. /* Category Tags - Outlined for Difference */
  1256. .category-tag {
  1257.    position: absolute;
  1258.    bottom: 1rem;
  1259.    left: 1rem;
  1260.    padding: 0.25rem 0.75rem;
  1261.    font-size: 0.75rem;
  1262.    font-weight: 600;
  1263.    text-transform: uppercase;
  1264.    border-radius: 4px;
  1265.    z-index: 2;
  1266. }
  1267.  
  1268. /* Recent Articles Section */
  1269. .recent-section {
  1270.    background: var(--card-bg, #ffffff);
  1271.    border-radius: 8px;
  1272.    padding: 2rem;
  1273. }
  1274.  
  1275. .recent-title {
  1276.    font-size: 1.3rem;
  1277.    font-weight: 700;
  1278.    color: #111827;
  1279.    margin-bottom: 1.25rem;
  1280.    border-bottom: 1px solid #e5e7eb;
  1281.    padding-bottom: 0.75rem;
  1282. }
  1283.  
  1284. .recent-list {
  1285.    display: flex;
  1286.    flex-direction: column;
  1287.    gap: 1rem;
  1288. }
  1289.  
  1290. .recent-item {
  1291.    padding: 1rem 0;
  1292.    border-bottom: 1px solid #f3f4f6;
  1293.    transition: background 0.2s ease;
  1294. }
  1295.  
  1296. .recent-item:last-child {
  1297.    border-bottom: none;
  1298. }
  1299.  
  1300. .recent-item:hover {
  1301.    background: #f9fafb;
  1302. }
  1303.  
  1304. .recent-article-title {
  1305.    font-size: 1rem;
  1306.    font-weight: 600;
  1307.    color: #111827;
  1308.    margin-bottom: 0.25rem;
  1309. }
  1310.  
  1311. .recent-meta {
  1312.    font-size: 0.8rem;
  1313.    color: #6b7280;
  1314. }
  1315.  
  1316. /* Responsive Design */
  1317. @media (max-width: 992px) {
  1318.    .featured-image-container {
  1319.        height: 200px;
  1320.    }
  1321.    
  1322.    .featured-title {
  1323.        font-size: 1.2rem;
  1324.    }
  1325. }
  1326.  
  1327. @media (max-width: 768px) {
  1328.    .featured-content {
  1329.        padding: 1.25rem;
  1330.    }
  1331.    
  1332.    .recent-section {
  1333.        padding: 1.5rem;
  1334.    }
  1335. }
  1336.  
  1337. @media (max-width: 576px) {
  1338.    .featured-title {
  1339.        font-size: 1.1rem;
  1340.    }
  1341.    
  1342.    .recent-article-title {
  1343.        font-size: 0.95rem;
  1344.    }
  1345. }
  1346. </style>
  1347.  
  1348.  
  1349.  
  1350.  
  1351.        <!-- end of wpo-blog-hero -->
  1352.  
  1353.        <!-- start of wpo-breacking-news -->
  1354.        
  1355.        <!-- end of wpo-breacking-news -->
  1356.        
  1357.        <!-- start wpo-blog-highlights-section -->
  1358.        
  1359.  
  1360.  
  1361.  
  1362.    
  1363.  
  1364.  
  1365.  <style>
  1366.    /* Section Header */
  1367.    .section-header-v9 {
  1368.      text-align: center;
  1369.      margin-bottom: 20px;
  1370.    }
  1371.    
  1372.    .section-title-v9 {
  1373.      font-size: 3rem;
  1374.      font-weight: 700;
  1375.      color: var(--topbar-color);
  1376.      margin-bottom: 20px;
  1377.      text-transform: uppercase;
  1378.    }
  1379.    
  1380.    .section-subtitle-v9 {
  1381.      font-size: 1.2rem;
  1382.      color: var(--topbar-color);
  1383.      opacity: 0.5;
  1384.      max-width: 800px;
  1385.      margin: 0 auto;
  1386.      line-height: 1.8;
  1387.    }
  1388.        
  1389.    /* Blog Card */
  1390.    .blog-card-v9 {
  1391.      background: var(--card-bg);
  1392.      border: 1px solid var(--border-color);
  1393.      border-radius: 8px;
  1394.      margin-bottom: 30px;
  1395.      overflow: hidden;
  1396.      opacity: 0;
  1397.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1398.    }
  1399.    
  1400.    .blog-card-v9.fade-in {
  1401.      opacity: 1;
  1402.    }
  1403.    
  1404.    @keyframes fadeIn {
  1405.      from {
  1406.        opacity: 0;
  1407.      }
  1408.      to {
  1409.        opacity: 1;
  1410.      }
  1411.    }
  1412.    
  1413.    .blog-card-v9:hover {
  1414.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1415.    }
  1416.    
  1417.    /* Blog Image */
  1418.    .blog-image-container-v9 {
  1419.      width: 100%;
  1420.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1421.      overflow: hidden;
  1422.    }
  1423.    
  1424.    .blog-image-v9 {
  1425.      width: 100%;
  1426.      height: 100%;
  1427.    }
  1428.    
  1429.    .blog-image-v9 img {
  1430.      width: 100%;
  1431.      height: 100%;
  1432.      object-fit: cover;
  1433.      display: block;
  1434.    }
  1435.    
  1436.    /* Blog Content */
  1437.    .blog-content-v9 {
  1438.      padding: 20px;
  1439.    }
  1440.    
  1441.    .blog-title-v9 {
  1442.      font-size: 1.2rem;
  1443.      font-weight: 600;
  1444.      margin-bottom: 15px;
  1445.      color: var(--topbar-color) !important;
  1446.      text-transform: capitalize;
  1447.    }
  1448.    
  1449.    .blog-meta-v9 {
  1450.      display: flex;
  1451.      align-items: center;
  1452.      gap: 10px;
  1453.      font-size: 0.9rem;
  1454.      color: var(--topbar-color);
  1455.      margin-bottom: 10px;
  1456.    }
  1457.    
  1458.    .blog-meta-v9 span {
  1459.      display: inline-block;
  1460.    }
  1461.    
  1462.    .blog-excerpt-v9 {
  1463.      font-size: 1rem;
  1464.      color: var(--topbar-color);
  1465.      opacity: .6;
  1466.      margin-bottom: 15px;
  1467.      line-height: 1.6;
  1468.    }
  1469.    
  1470.    .blog-actions-v9 {
  1471.      display: flex;
  1472.      justify-content: flex-start;
  1473.    }
  1474.    
  1475.    .blog-read-more-v9 {
  1476.      font-size: 1rem;
  1477.      color: var(--topbar-color);
  1478.      text-decoration: none;
  1479.      transition: color 0.3s ease;
  1480.    }
  1481.    
  1482.    .blog-read-more-v9:hover {
  1483.      color: #2980b9 !important;
  1484.    }
  1485.    
  1486.    /* Responsive Design */
  1487.    @media (max-width: 768px) {
  1488.      .section-title-v9 {
  1489.        font-size: 2.5rem;
  1490.      }
  1491.    
  1492.      .blog-card-v9 {
  1493.        margin-bottom: 20px;
  1494.      }
  1495.    
  1496.      .blog-meta-v9 {
  1497.        font-size: 0.8rem;
  1498.      }
  1499.    
  1500.      .blog-image-container-v9 {
  1501.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1502.      }
  1503.    }
  1504.  </style>
  1505.  
  1506.  <section class="blog-highlights-v9 mt-5">
  1507.    <div class="container-fluid fluid-container">
  1508.      <!-- Section Header -->
  1509.      <div class="row justify-content-center">
  1510.        <div class="col-12 col-lg-10">
  1511.          <div class="section-header-v9">
  1512.            <h2 class="section-title-v9 mb-0">
  1513.                Today's Top Highlights
  1514.                   </h2>
  1515.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1516.          </div>
  1517.        </div>
  1518.      </div>
  1519.  
  1520.      <!-- Blog Grid -->
  1521.      <div class="row ">
  1522.        <div class="col-lg-8">
  1523.          <div class="row d-flex justify-content-center">
  1524.            
  1525.              <div class="col-md-6 pb-3">
  1526.                <article class="blog-card-v9 h-100">
  1527.                  <div class="blog-image-container-v9">
  1528.                    <div class="blog-image-v9">
  1529.                      
  1530.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1531.                      
  1532.                    </div>
  1533.                  </div>
  1534.                  <div class="blog-content-v9">
  1535.                    <h3 class="blog-title-v9 "><a class="top-color" href="/among-those-bombed-out-debris-of-an-residential-building-i-found-a-book-id-translated/">Among those Bombed-Out Debris of an Residential Building, I Found a Book I’d Translated</a></h3>
  1536.                    <div class="blog-meta-v9">
  1537.                      <span>By <strong>Audrey Koch</strong></span>
  1538.                      <span>•</span>
  1539.                      <span>11 May 2026</span>
  1540.                    </div>
  1541.                    <p class="blog-excerpt-v9"></p>
  1542.                    <div class="blog-actions-v9">
  1543.                      <a href="/among-those-bombed-out-debris-of-an-residential-building-i-found-a-book-id-translated/" class="blog-read-more-v9">Read More →</a>
  1544.                    </div>
  1545.                  </div>
  1546.                </article>
  1547.              </div>
  1548.            
  1549.              <div class="col-md-6 pb-3">
  1550.                <article class="blog-card-v9 h-100">
  1551.                  <div class="blog-image-container-v9">
  1552.                    <div class="blog-image-v9">
  1553.                      
  1554.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1555.                      
  1556.                    </div>
  1557.                  </div>
  1558.                  <div class="blog-content-v9">
  1559.                    <h3 class="blog-title-v9 "><a class="top-color" href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-october-10-12/">Three Xbox Game Pass Titles We Are Playing Over the Weekend (October 10-12)</a></h3>
  1560.                    <div class="blog-meta-v9">
  1561.                      <span>By <strong>Audrey Koch</strong></span>
  1562.                      <span>•</span>
  1563.                      <span>11 May 2026</span>
  1564.                    </div>
  1565.                    <p class="blog-excerpt-v9"></p>
  1566.                    <div class="blog-actions-v9">
  1567.                      <a href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-october-10-12/" class="blog-read-more-v9">Read More →</a>
  1568.                    </div>
  1569.                  </div>
  1570.                </article>
  1571.              </div>
  1572.            
  1573.              <div class="col-md-6 pb-3">
  1574.                <article class="blog-card-v9 h-100">
  1575.                  <div class="blog-image-container-v9">
  1576.                    <div class="blog-image-v9">
  1577.                      
  1578.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1579.                      
  1580.                    </div>
  1581.                  </div>
  1582.                  <div class="blog-content-v9">
  1583.                    <h3 class="blog-title-v9 "><a class="top-color" href="/everyday-reality-for-one-hundred-twenty-thousand-asylum-seekers-in-the-vast-refugee-camp-on-the-malians-frontier/">Everyday Reality for one hundred twenty thousand Asylum Seekers in the Vast Refugee Camp on the Malians Frontier.</a></h3>
  1584.                    <div class="blog-meta-v9">
  1585.                      <span>By <strong>Audrey Koch</strong></span>
  1586.                      <span>•</span>
  1587.                      <span>11 May 2026</span>
  1588.                    </div>
  1589.                    <p class="blog-excerpt-v9"></p>
  1590.                    <div class="blog-actions-v9">
  1591.                      <a href="/everyday-reality-for-one-hundred-twenty-thousand-asylum-seekers-in-the-vast-refugee-camp-on-the-malians-frontier/" class="blog-read-more-v9">Read More →</a>
  1592.                    </div>
  1593.                  </div>
  1594.                </article>
  1595.              </div>
  1596.            
  1597.              <div class="col-md-6 pb-3">
  1598.                <article class="blog-card-v9 h-100">
  1599.                  <div class="blog-image-container-v9">
  1600.                    <div class="blog-image-v9">
  1601.                      
  1602.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1603.                      
  1604.                    </div>
  1605.                  </div>
  1606.                  <div class="blog-content-v9">
  1607.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-way-a-us-military-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/">The Way a US Military Veteran Aided María Corina Machado Escape Venezuela</a></h3>
  1608.                    <div class="blog-meta-v9">
  1609.                      <span>By <strong>Audrey Koch</strong></span>
  1610.                      <span>•</span>
  1611.                      <span>11 May 2026</span>
  1612.                    </div>
  1613.                    <p class="blog-excerpt-v9"></p>
  1614.                    <div class="blog-actions-v9">
  1615.                      <a href="/the-way-a-us-military-veteran-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="blog-read-more-v9">Read More →</a>
  1616.                    </div>
  1617.                  </div>
  1618.                </article>
  1619.              </div>
  1620.            
  1621.              <div class="col-md-6 pb-3">
  1622.                <article class="blog-card-v9 h-100">
  1623.                  <div class="blog-image-container-v9">
  1624.                    <div class="blog-image-v9">
  1625.                      
  1626.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1627.                      
  1628.                    </div>
  1629.                  </div>
  1630.                  <div class="blog-content-v9">
  1631.                    <h3 class="blog-title-v9 "><a class="top-color" href="/mastering-the-art-of-speak-dating-like-a-generation-z-51-niche-terms-for-love-intimacy-and-questionable-conduct/">Mastering the Art of Speak Dating Like a Generation Z: 51 Niche Terms for Love, Intimacy and Questionable Conduct</a></h3>
  1632.                    <div class="blog-meta-v9">
  1633.                      <span>By <strong>Audrey Koch</strong></span>
  1634.                      <span>•</span>
  1635.                      <span>11 May 2026</span>
  1636.                    </div>
  1637.                    <p class="blog-excerpt-v9"></p>
  1638.                    <div class="blog-actions-v9">
  1639.                      <a href="/mastering-the-art-of-speak-dating-like-a-generation-z-51-niche-terms-for-love-intimacy-and-questionable-conduct/" class="blog-read-more-v9">Read More →</a>
  1640.                    </div>
  1641.                  </div>
  1642.                </article>
  1643.              </div>
  1644.            
  1645.              <div class="col-md-6 pb-3">
  1646.                <article class="blog-card-v9 h-100">
  1647.                  <div class="blog-image-container-v9">
  1648.                    <div class="blog-image-v9">
  1649.                      
  1650.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1651.                      
  1652.                    </div>
  1653.                  </div>
  1654.                  <div class="blog-content-v9">
  1655.                    <h3 class="blog-title-v9 "><a class="top-color" href="/donald-trump-and-his-supporters-imagine-a-globe-devoid-of-worldwide-regulations-however-they-will-not-succeed/">Donald Trump and His Supporters Imagine a Globe Devoid of Worldwide Regulations – However They Will Not Succeed</a></h3>
  1656.                    <div class="blog-meta-v9">
  1657.                      <span>By <strong>Audrey Koch</strong></span>
  1658.                      <span>•</span>
  1659.                      <span>10 May 2026</span>
  1660.                    </div>
  1661.                    <p class="blog-excerpt-v9"></p>
  1662.                    <div class="blog-actions-v9">
  1663.                      <a href="/donald-trump-and-his-supporters-imagine-a-globe-devoid-of-worldwide-regulations-however-they-will-not-succeed/" class="blog-read-more-v9">Read More →</a>
  1664.                    </div>
  1665.                  </div>
  1666.                </article>
  1667.              </div>
  1668.            
  1669.              <div class="col-md-6 pb-3">
  1670.                <article class="blog-card-v9 h-100">
  1671.                  <div class="blog-image-container-v9">
  1672.                    <div class="blog-image-v9">
  1673.                      
  1674.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1675.                      
  1676.                    </div>
  1677.                  </div>
  1678.                  <div class="blog-content-v9">
  1679.                    <h3 class="blog-title-v9 "><a class="top-color" href="/swedish-squad-announcement-alexander-isak-named-while-viktor-gyokeres-excluded/">Swedish Squad Announcement: Alexander Isak Named While Viktor Gyokeres Excluded</a></h3>
  1680.                    <div class="blog-meta-v9">
  1681.                      <span>By <strong>Audrey Koch</strong></span>
  1682.                      <span>•</span>
  1683.                      <span>10 May 2026</span>
  1684.                    </div>
  1685.                    <p class="blog-excerpt-v9"></p>
  1686.                    <div class="blog-actions-v9">
  1687.                      <a href="/swedish-squad-announcement-alexander-isak-named-while-viktor-gyokeres-excluded/" class="blog-read-more-v9">Read More →</a>
  1688.                    </div>
  1689.                  </div>
  1690.                </article>
  1691.              </div>
  1692.            
  1693.              <div class="col-md-6 pb-3">
  1694.                <article class="blog-card-v9 h-100">
  1695.                  <div class="blog-image-container-v9">
  1696.                    <div class="blog-image-v9">
  1697.                      
  1698.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1699.                      
  1700.                    </div>
  1701.                  </div>
  1702.                  <div class="blog-content-v9">
  1703.                    <h3 class="blog-title-v9 "><a class="top-color" href="/united-arab-emirates-refuses-to-participate-in-gaza-stabilisation-mission-without-clear-legal-framework/">United Arab Emirates Refuses to Participate in Gaza Stabilisation Mission Without Clear Legal Framework</a></h3>
  1704.                    <div class="blog-meta-v9">
  1705.                      <span>By <strong>Audrey Koch</strong></span>
  1706.                      <span>•</span>
  1707.                      <span>10 May 2026</span>
  1708.                    </div>
  1709.                    <p class="blog-excerpt-v9"></p>
  1710.                    <div class="blog-actions-v9">
  1711.                      <a href="/united-arab-emirates-refuses-to-participate-in-gaza-stabilisation-mission-without-clear-legal-framework/" class="blog-read-more-v9">Read More →</a>
  1712.                    </div>
  1713.                  </div>
  1714.                </article>
  1715.              </div>
  1716.            
  1717.              <div class="col-md-6 pb-3">
  1718.                <article class="blog-card-v9 h-100">
  1719.                  <div class="blog-image-container-v9">
  1720.                    <div class="blog-image-v9">
  1721.                      
  1722.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1723.                      
  1724.                    </div>
  1725.                  </div>
  1726.                  <div class="blog-content-v9">
  1727.                    <h3 class="blog-title-v9 "><a class="top-color" href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-governor/">Abigail Spanberger Creates a Landmark as Virginia&#x27;s Initial Woman Governor</a></h3>
  1728.                    <div class="blog-meta-v9">
  1729.                      <span>By <strong>Audrey Koch</strong></span>
  1730.                      <span>•</span>
  1731.                      <span>10 May 2026</span>
  1732.                    </div>
  1733.                    <p class="blog-excerpt-v9"></p>
  1734.                    <div class="blog-actions-v9">
  1735.                      <a href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-governor/" class="blog-read-more-v9">Read More →</a>
  1736.                    </div>
  1737.                  </div>
  1738.                </article>
  1739.              </div>
  1740.            
  1741.              <div class="col-md-6 pb-3">
  1742.                <article class="blog-card-v9 h-100">
  1743.                  <div class="blog-image-container-v9">
  1744.                    <div class="blog-image-v9">
  1745.                      
  1746.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1747.                      
  1748.                    </div>
  1749.                  </div>
  1750.                  <div class="blog-content-v9">
  1751.                    <h3 class="blog-title-v9 "><a class="top-color" href="/when-did-i-get-that-handsome-the-rock-legend-on-watching-the-actor-portray-him-on-screen/">‘When Did I Get That Handsome?’: The Rock Legend on Watching The Actor Portray Him On Screen</a></h3>
  1752.                    <div class="blog-meta-v9">
  1753.                      <span>By <strong>Audrey Koch</strong></span>
  1754.                      <span>•</span>
  1755.                      <span>10 May 2026</span>
  1756.                    </div>
  1757.                    <p class="blog-excerpt-v9"></p>
  1758.                    <div class="blog-actions-v9">
  1759.                      <a href="/when-did-i-get-that-handsome-the-rock-legend-on-watching-the-actor-portray-him-on-screen/" class="blog-read-more-v9">Read More →</a>
  1760.                    </div>
  1761.                  </div>
  1762.                </article>
  1763.              </div>
  1764.            
  1765.              <div class="col-md-6 pb-3">
  1766.                <article class="blog-card-v9 h-100">
  1767.                  <div class="blog-image-container-v9">
  1768.                    <div class="blog-image-v9">
  1769.                      
  1770.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1771.                      
  1772.                    </div>
  1773.                  </div>
  1774.                  <div class="blog-content-v9">
  1775.                    <h3 class="blog-title-v9 "><a class="top-color" href="/jennifer-waltons-first-record-daughters-explores-sorrow-and-elegance/">Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Explores Sorrow and Elegance</a></h3>
  1776.                    <div class="blog-meta-v9">
  1777.                      <span>By <strong>Audrey Koch</strong></span>
  1778.                      <span>•</span>
  1779.                      <span>10 May 2026</span>
  1780.                    </div>
  1781.                    <p class="blog-excerpt-v9"></p>
  1782.                    <div class="blog-actions-v9">
  1783.                      <a href="/jennifer-waltons-first-record-daughters-explores-sorrow-and-elegance/" class="blog-read-more-v9">Read More →</a>
  1784.                    </div>
  1785.                  </div>
  1786.                </article>
  1787.              </div>
  1788.            
  1789.              <div class="col-md-6 pb-3">
  1790.                <article class="blog-card-v9 h-100">
  1791.                  <div class="blog-image-container-v9">
  1792.                    <div class="blog-image-v9">
  1793.                      
  1794.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1795.                      
  1796.                    </div>
  1797.                  </div>
  1798.                  <div class="blog-content-v9">
  1799.                    <h3 class="blog-title-v9 "><a class="top-color" href="/russian-president-vladimir-putin-vows-continuous-crude-oil-deliveries-to-the-indian-nation-in-defiance-of-us-demands/">Russian President Vladimir Putin Vows Continuous Crude Oil Deliveries to the Indian Nation in Defiance of US Demands</a></h3>
  1800.                    <div class="blog-meta-v9">
  1801.                      <span>By <strong>Audrey Koch</strong></span>
  1802.                      <span>•</span>
  1803.                      <span>10 May 2026</span>
  1804.                    </div>
  1805.                    <p class="blog-excerpt-v9"></p>
  1806.                    <div class="blog-actions-v9">
  1807.                      <a href="/russian-president-vladimir-putin-vows-continuous-crude-oil-deliveries-to-the-indian-nation-in-defiance-of-us-demands/" class="blog-read-more-v9">Read More →</a>
  1808.                    </div>
  1809.                  </div>
  1810.                </article>
  1811.              </div>
  1812.            
  1813.            
  1814.  
  1815.          </div>
  1816.        </div>
  1817.  
  1818.       <div class="col col-lg-4 col-12">
  1819.                
  1820.  
  1821.  
  1822.  
  1823.    
  1824.  
  1825. <!-- Curved Heading Sidebar -->
  1826.    <div class="sidebar mb-3">
  1827.        
  1828.       <div class="sidebar-widget mb-5">
  1829.            <div class="widget-title-wrapper mb-3">
  1830.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1831.                    <div class="title-border"></div>
  1832.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  1833.                </h4>
  1834.            </div>
  1835.            <div class="widget-content shadow-sm rounded-3 p-4">
  1836.                <div class="archives-list scrollable-sidebar">
  1837.                    
  1838.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1839.                        <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1840.                            <i class="ti-angle-right me-2 text-primary"></i>
  1841.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1842.                        </a>
  1843.                    </div>
  1844.                    
  1845.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1846.                        <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1847.                            <i class="ti-angle-right me-2 text-primary"></i>
  1848.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  1849.                        </a>
  1850.                    </div>
  1851.                    
  1852.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1853.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1854.                            <i class="ti-angle-right me-2 text-primary"></i>
  1855.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1856.                        </a>
  1857.                    </div>
  1858.                    
  1859.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1860.                        <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1861.                            <i class="ti-angle-right me-2 text-primary"></i>
  1862.                            <span class="archive-link top-color fw-semibold">nouveau casino en ligne</span>
  1863.                        </a>
  1864.                    </div>
  1865.                    
  1866.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1867.                        <a href="https://www.cgq-qgc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1868.                            <i class="ti-angle-right me-2 text-primary"></i>
  1869.                            <span class="archive-link top-color fw-semibold">meilleurs casinos en ligne canada</span>
  1870.                        </a>
  1871.                    </div>
  1872.                    
  1873.  
  1874.                </div>
  1875.            </div>
  1876.        </div>
  1877.        
  1878.       <div class="sidebar-widget mb-5">
  1879.            <div class="widget-title-wrapper mb-3">
  1880.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1881.                    <div class="title-border"></div>
  1882.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  1883.                </h4>
  1884.            </div>
  1885.            <div class="widget-content shadow-sm rounded-3 p-4">
  1886.                <div class="archives-list scrollable-sidebar">
  1887.                    
  1888.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1889.                        <a href="https://dictionaryofarchitectsincanada.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1890.                            <i class="ti-angle-right me-2 text-primary"></i>
  1891.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  1892.                        </a>
  1893.                    </div>
  1894.                    
  1895.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1896.                        <a href="https://makernetwork.app/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1897.                            <i class="ti-angle-right me-2 text-primary"></i>
  1898.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  1899.                        </a>
  1900.                    </div>
  1901.                    
  1902.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1903.                        <a href="https://www.northernstars.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1904.                            <i class="ti-angle-right me-2 text-primary"></i>
  1905.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  1906.                        </a>
  1907.                    </div>
  1908.                    
  1909.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1910.                        <a href="https://www.sheeats.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1911.                            <i class="ti-angle-right me-2 text-primary"></i>
  1912.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  1913.                        </a>
  1914.                    </div>
  1915.                    
  1916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1917.                        <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1918.                            <i class="ti-angle-right me-2 text-primary"></i>
  1919.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1920.                        </a>
  1921.                    </div>
  1922.                    
  1923.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1924.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1925.                            <i class="ti-angle-right me-2 text-primary"></i>
  1926.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1927.                        </a>
  1928.                    </div>
  1929.                    
  1930.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1931.                        <a href="https://www.payequitychrc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1932.                            <i class="ti-angle-right me-2 text-primary"></i>
  1933.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1934.                        </a>
  1935.                    </div>
  1936.                    
  1937.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1938.                        <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1939.                            <i class="ti-angle-right me-2 text-primary"></i>
  1940.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1941.                        </a>
  1942.                    </div>
  1943.                    
  1944.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1945.                        <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1946.                            <i class="ti-angle-right me-2 text-primary"></i>
  1947.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  1948.                        </a>
  1949.                    </div>
  1950.                    
  1951.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1952.                        <a href="https://camanjs.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1953.                            <i class="ti-angle-right me-2 text-primary"></i>
  1954.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  1955.                        </a>
  1956.                    </div>
  1957.                    
  1958.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1959.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1960.                            <i class="ti-angle-right me-2 text-primary"></i>
  1961.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  1962.                        </a>
  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://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1967.                            <i class="ti-angle-right me-2 text-primary"></i>
  1968.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  1969.                        </a>
  1970.                    </div>
  1971.                    
  1972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1973.                        <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1974.                            <i class="ti-angle-right me-2 text-primary"></i>
  1975.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1976.                        </a>
  1977.                    </div>
  1978.                    
  1979.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1980.                        <a href="https://www.albertaoilmagazine.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1981.                            <i class="ti-angle-right me-2 text-primary"></i>
  1982.                            <span class="archive-link top-color fw-semibold">online casino</span>
  1983.                        </a>
  1984.                    </div>
  1985.                    
  1986.  
  1987.                </div>
  1988.            </div>
  1989.        </div>
  1990.        
  1991.       <div class="sidebar-widget mb-5">
  1992.            <div class="widget-title-wrapper mb-3">
  1993.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1994.                    <div class="title-border"></div>
  1995.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  1996.                </h4>
  1997.            </div>
  1998.            <div class="widget-content shadow-sm rounded-3 p-4">
  1999.                <div class="archives-list scrollable-sidebar">
  2000.                    
  2001.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2002.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2003.                            <i class="ti-angle-right me-2 text-primary"></i>
  2004.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2005.                        </a>
  2006.                    </div>
  2007.                    
  2008.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2009.                        <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2010.                            <i class="ti-angle-right me-2 text-primary"></i>
  2011.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2012.                        </a>
  2013.                    </div>
  2014.                    
  2015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2016.                        <a href="https://www.fcadv.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2017.                            <i class="ti-angle-right me-2 text-primary"></i>
  2018.                            <span class="archive-link top-color fw-semibold">new casino</span>
  2019.                        </a>
  2020.                    </div>
  2021.                    
  2022.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2023.                        <a href="https://www.bapress.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2024.                            <i class="ti-angle-right me-2 text-primary"></i>
  2025.                            <span class="archive-link top-color fw-semibold">best sports betting sites canada</span>
  2026.                        </a>
  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://torontosversion.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2031.                            <i class="ti-angle-right me-2 text-primary"></i>
  2032.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2033.                        </a>
  2034.                    </div>
  2035.                    
  2036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2037.                        <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2038.                            <i class="ti-angle-right me-2 text-primary"></i>
  2039.                            <span class="archive-link top-color fw-semibold">new betting sites</span>
  2040.                        </a>
  2041.                    </div>
  2042.                    
  2043.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2044.                        <a href="https://www.larktheatre.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2045.                            <i class="ti-angle-right me-2 text-primary"></i>
  2046.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2047.                        </a>
  2048.                    </div>
  2049.                    
  2050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2051.                        <a href="https://www.unsdgadvocates.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2052.                            <i class="ti-angle-right me-2 text-primary"></i>
  2053.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2054.                        </a>
  2055.                    </div>
  2056.                    
  2057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2058.                        <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2059.                            <i class="ti-angle-right me-2 text-primary"></i>
  2060.                            <span class="archive-link top-color fw-semibold">new betting sites</span>
  2061.                        </a>
  2062.                    </div>
  2063.                    
  2064.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2065.                        <a href="https://torontosversion.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2066.                            <i class="ti-angle-right me-2 text-primary"></i>
  2067.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2068.                        </a>
  2069.                    </div>
  2070.                    
  2071.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2072.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2073.                            <i class="ti-angle-right me-2 text-primary"></i>
  2074.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  2075.                        </a>
  2076.                    </div>
  2077.                    
  2078.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2079.                        <a href="https://www.saltinstitute.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2080.                            <i class="ti-angle-right me-2 text-primary"></i>
  2081.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2082.                        </a>
  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://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2087.                            <i class="ti-angle-right me-2 text-primary"></i>
  2088.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2089.                        </a>
  2090.                    </div>
  2091.                    
  2092.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2093.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2094.                            <i class="ti-angle-right me-2 text-primary"></i>
  2095.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2096.                        </a>
  2097.                    </div>
  2098.                    
  2099.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2100.                        <a href="https://www.unsdgadvocates.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2101.                            <i class="ti-angle-right me-2 text-primary"></i>
  2102.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2103.                        </a>
  2104.                    </div>
  2105.                    
  2106.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2107.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2108.                            <i class="ti-angle-right me-2 text-primary"></i>
  2109.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2110.                        </a>
  2111.                    </div>
  2112.                    
  2113.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2114.                        <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2115.                            <i class="ti-angle-right me-2 text-primary"></i>
  2116.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2117.                        </a>
  2118.                    </div>
  2119.                    
  2120.  
  2121.                </div>
  2122.            </div>
  2123.        </div>
  2124.        
  2125.       <div class="sidebar-widget mb-5">
  2126.            <div class="widget-title-wrapper mb-3">
  2127.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2128.                    <div class="title-border"></div>
  2129.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2130.                </h4>
  2131.            </div>
  2132.            <div class="widget-content shadow-sm rounded-3 p-4">
  2133.                <div class="archives-list scrollable-sidebar">
  2134.                    
  2135.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2136.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2137.                            <i class="ti-angle-right me-2 text-primary"></i>
  2138.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop uk</span>
  2139.                        </a>
  2140.                    </div>
  2141.                    
  2142.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2143.                        <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2144.                            <i class="ti-angle-right me-2 text-primary"></i>
  2145.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2146.                        </a>
  2147.                    </div>
  2148.                    
  2149.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2150.                        <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2151.                            <i class="ti-angle-right me-2 text-primary"></i>
  2152.                            <span class="archive-link top-color fw-semibold">best sports betting sites</span>
  2153.                        </a>
  2154.                    </div>
  2155.                    
  2156.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2157.                        <a href="https://www.cma2014.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2158.                            <i class="ti-angle-right me-2 text-primary"></i>
  2159.                            <span class="archive-link top-color fw-semibold">casino en ligne</span>
  2160.                        </a>
  2161.                    </div>
  2162.                    
  2163.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2164.                        <a href="https://amorebeautifuljourney.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2165.                            <i class="ti-angle-right me-2 text-primary"></i>
  2166.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2167.                        </a>
  2168.                    </div>
  2169.                    
  2170.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2171.                        <a href="https://www.gsa2024.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2172.                            <i class="ti-angle-right me-2 text-primary"></i>
  2173.                            <span class="archive-link top-color fw-semibold">new casino canada</span>
  2174.                        </a>
  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://lovenorthernbc.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  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.                    </div>
  2183.                    
  2184.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2185.                        <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2186.                            <i class="ti-angle-right me-2 text-primary"></i>
  2187.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2188.                        </a>
  2189.                    </div>
  2190.                    
  2191.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2192.                        <a href="https://startuparound.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2193.                            <i class="ti-angle-right me-2 text-primary"></i>
  2194.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2195.                        </a>
  2196.                    </div>
  2197.                    
  2198.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2199.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2200.                            <i class="ti-angle-right me-2 text-primary"></i>
  2201.                            <span class="archive-link top-color fw-semibold">real money casino</span>
  2202.                        </a>
  2203.                    </div>
  2204.                    
  2205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2206.                        <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2207.                            <i class="ti-angle-right me-2 text-primary"></i>
  2208.                            <span class="archive-link top-color fw-semibold">new casino</span>
  2209.                        </a>
  2210.                    </div>
  2211.                    
  2212.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2213.                        <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2214.                            <i class="ti-angle-right me-2 text-primary"></i>
  2215.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  2216.                        </a>
  2217.                    </div>
  2218.                    
  2219.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2220.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2221.                            <i class="ti-angle-right me-2 text-primary"></i>
  2222.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2223.                        </a>
  2224.                    </div>
  2225.                    
  2226.  
  2227.                </div>
  2228.            </div>
  2229.        </div>
  2230.        
  2231. <!--        
  2232.       <div class="sidebar-widget mb-5">
  2233.            <div class="widget-title-wrapper mb-3">
  2234.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2235.                    <div class="title-border"></div>
  2236.                    <i class="ti-folder me-2"></i>Blog Archives
  2237.                </h4>
  2238.            </div>
  2239.            <div class="widget-content shadow-sm rounded-3 p-4">
  2240.                <div class="archives-list">
  2241.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2242.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2243.                            <i class="ti-angle-right me-2 text-primary"></i>
  2244.                            <span class="archive-link top-color fw-semibold">August 2025</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="#" class="text-decoration-none d-flex align-items-center">
  2251.                            <i class="ti-angle-right me-2 text-primary"></i>
  2252.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2253.                        </a>
  2254.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 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="#" class="text-decoration-none d-flex align-items-center">
  2259.                            <i class="ti-angle-right me-2 text-primary"></i>
  2260.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2261.                        </a>
  2262.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 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="#" class="text-decoration-none d-flex align-items-center">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2269.                        </a>
  2270.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 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="#" class="text-decoration-none d-flex align-items-center">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2277.                        </a>
  2278.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2279.                    </div>
  2280.  
  2281.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2282.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2283.                            <i class="ti-angle-right me-2 text-primary"></i>
  2284.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2285.                        </a>
  2286.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2287.                    </div>
  2288.                </div>
  2289.                
  2290.                <div class="text-center mt-4 pt-3 border-top border-color">
  2291.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2292.                        <i class="ti-archive me-1"></i>View All Archives
  2293.                    </a>
  2294.                </div>
  2295.            </div>
  2296.        </div> -->
  2297.        <div class="sidebar-widget mb-4">
  2298.            <div class="widget-title-wrapper mb-3">
  2299.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2300.                    <div class="title-border-primary"></div>
  2301.                    <i class="ti-star me-2"></i>Popular Posts
  2302.                </h4>
  2303.            </div>
  2304.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2305.                <div class="popular-post-list">
  2306.                    
  2307.                    
  2308.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2309.                        <div class="post-content flex-grow-1">
  2310.                            <h6 class="post-title mb-1">
  2311.                                 <a href="/gaza-war-in-visualizations-following-24-months-of-fighting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2312.                                            Gaza War in Visualizations Following 24 Months of Fighting
  2313.                                            </a>
  2314.                            </h6>
  2315.                            <div class="post-meta">
  2316.                                <small class="text-muted">
  2317.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2318.                                </small>
  2319.                                <!-- <small class="text-muted ms-3">
  2320.                                    <i class="ti-eye me-1"></i>1,234 views
  2321.                                </small> -->
  2322.                            </div>
  2323.                        </div>
  2324.                    </div>
  2325.                    
  2326.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2327.                        <div class="post-content flex-grow-1">
  2328.                            <h6 class="post-title mb-1">
  2329.                                 <a href="/democratic-lawmakers-criticize-trump-after-he-suggests-they-should-face-execution/" class="text-decoration-none top-color fw-semibold lh-sm">
  2330.                                            Democratic lawmakers Criticize Trump After He Suggests They Should Face Execution
  2331.                                            </a>
  2332.                            </h6>
  2333.                            <div class="post-meta">
  2334.                                <small class="text-muted">
  2335.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2336.                                </small>
  2337.                                <!-- <small class="text-muted ms-3">
  2338.                                    <i class="ti-eye me-1"></i>1,234 views
  2339.                                </small> -->
  2340.                            </div>
  2341.                        </div>
  2342.                    </div>
  2343.                    
  2344.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2345.                        <div class="post-content flex-grow-1">
  2346.                            <h6 class="post-title mb-1">
  2347.                                 <a href="/these-players-and-trainers-not-born-in-the-united-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2348.                                            These Players and Trainers Not Born in the United States
  2349.                                            </a>
  2350.                            </h6>
  2351.                            <div class="post-meta">
  2352.                                <small class="text-muted">
  2353.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2354.                                </small>
  2355.                                <!-- <small class="text-muted ms-3">
  2356.                                    <i class="ti-eye me-1"></i>1,234 views
  2357.                                </small> -->
  2358.                            </div>
  2359.                        </div>
  2360.                    </div>
  2361.                    
  2362.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2363.                        <div class="post-content flex-grow-1">
  2364.                            <h6 class="post-title mb-1">
  2365.                                 <a href="/russia-blocks-snapchat-and-limits-apples-facetime-state-media-announce/" class="text-decoration-none top-color fw-semibold lh-sm">
  2366.                                            Russia Blocks Snapchat and Limits Apple&#x27;s FaceTime, State Media Announce
  2367.                                            </a>
  2368.                            </h6>
  2369.                            <div class="post-meta">
  2370.                                <small class="text-muted">
  2371.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2372.                                </small>
  2373.                                <!-- <small class="text-muted ms-3">
  2374.                                    <i class="ti-eye me-1"></i>1,234 views
  2375.                                </small> -->
  2376.                            </div>
  2377.                        </div>
  2378.                    </div>
  2379.                    
  2380.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2381.                        <div class="post-content flex-grow-1">
  2382.                            <h6 class="post-title mb-1">
  2383.                                 <a href="/chornobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-needs-significant-restoration-iaea/" class="text-decoration-none top-color fw-semibold lh-sm">
  2384.                                            Chornobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Needs Significant Restoration – IAEA
  2385.                                            </a>
  2386.                            </h6>
  2387.                            <div class="post-meta">
  2388.                                <small class="text-muted">
  2389.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2390.                                </small>
  2391.                                <!-- <small class="text-muted ms-3">
  2392.                                    <i class="ti-eye me-1"></i>1,234 views
  2393.                                </small> -->
  2394.                            </div>
  2395.                        </div>
  2396.                    </div>
  2397.                    
  2398.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2399.                        <div class="post-content flex-grow-1">
  2400.                            <h6 class="post-title mb-1">
  2401.                                 <a href="/the-gunners-host-wolves-in-key-english-top-division-fixture/" class="text-decoration-none top-color fw-semibold lh-sm">
  2402.                                            The Gunners Host Wolves in Key English Top Division Fixture
  2403.                                            </a>
  2404.                            </h6>
  2405.                            <div class="post-meta">
  2406.                                <small class="text-muted">
  2407.                                    <i class="ti-calendar me-1"></i>09 May 2026
  2408.                                </small>
  2409.                                <!-- <small class="text-muted ms-3">
  2410.                                    <i class="ti-eye me-1"></i>1,234 views
  2411.                                </small> -->
  2412.                            </div>
  2413.                        </div>
  2414.                    </div>
  2415.                    
  2416.  
  2417.                </div>
  2418.                
  2419.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2420.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2421.                        <i class="ti-trophy me-1"></i>View All Popular
  2422.                    </a>
  2423.                </div> -->
  2424.            </div>
  2425.        </div>
  2426.  
  2427. </div>
  2428. <style>
  2429.    
  2430.  .widget-content {
  2431.    background-color: var(--card-bg);
  2432.    border: 1px solid var(--border-color);
  2433.  }
  2434. </style>
  2435.  
  2436.    
  2437.            </div>
  2438.      </div>
  2439.    </div>
  2440.  </section>
  2441.  
  2442.  <script>
  2443.    // Intersection Observer for Fade-in Effect
  2444.    document.addEventListener('DOMContentLoaded', function () {
  2445.      const observerOptions = {
  2446.        threshold: 0.2,
  2447.        rootMargin: '0px 0px -50px 0px'
  2448.      }
  2449.    
  2450.      const observer = new IntersectionObserver(function (entries, observer) {
  2451.        entries.forEach((entry) => {
  2452.          if (entry.isIntersecting) {
  2453.            entry.target.classList.add('fade-in')
  2454.            observer.unobserve(entry.target)
  2455.          }
  2456.        })
  2457.      }, observerOptions)
  2458.    
  2459.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2460.        observer.observe(card)
  2461.      })
  2462.    })
  2463.  </script>
  2464.  
  2465.  
  2466.    
  2467.        
  2468.        <!-- end wpo-blog-highlights-section -->
  2469.        <!-- start wpo-blog-sponsored-section -->
  2470.        
  2471.  
  2472.  
  2473.  
  2474.    
  2475.  
  2476.  
  2477.  
  2478. <style>
  2479.    .sponsored-section-v3 {
  2480.        padding: 0 0 50px;
  2481.    }
  2482.    
  2483.    .sponsored-card-v3 {
  2484.        background: white;
  2485.        border: 1px solid var(--border-color);
  2486.        border-radius: 0;
  2487.        overflow: hidden;
  2488.        transition: all 0.3s ease;
  2489.        height: 100%;
  2490.        position: relative;
  2491.    }
  2492.    
  2493.    .sponsored-card-v3:hover {
  2494.        border-color: #dee2e6;
  2495.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  2496.    }
  2497.    
  2498.    .sponsored-image-v3 {
  2499.        position: relative;
  2500.        overflow: hidden;
  2501.        height: 160px;
  2502.    }
  2503.    
  2504.    .sponsored-image-v3 img {
  2505.        width: 100%;
  2506.        height: 100%;
  2507.        object-fit: cover;
  2508.        filter: grayscale(20%);
  2509.        transition: filter 0.3s ease;
  2510.    }
  2511.    
  2512.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  2513.        filter: grayscale(0%);
  2514.    }
  2515.    
  2516.    .sponsored-badge-v3 {
  2517.        position: absolute;
  2518.        bottom: auto;
  2519.        left: auto;
  2520.        right: 10px;
  2521.        top: 10px;
  2522.        padding: 8px;
  2523.        font-size: 10px;
  2524.        font-weight: 700;
  2525.        text-transform: uppercase;
  2526.        letter-spacing: 1px;
  2527.        text-align: center;
  2528.    }
  2529.    
  2530.    .sponsored-content-v3 {
  2531.        position: relative;
  2532.        padding: 24px 20px;
  2533.    }
  2534.    
  2535.    .sponsored-title-v3 {
  2536.        font-size: 15px;
  2537.        font-weight: 700;
  2538.        line-height: 1.5;
  2539.        margin-bottom: 18px;
  2540.        min-height: 45px;
  2541.        text-transform: uppercase;
  2542.        letter-spacing: 0.5px;
  2543.    }
  2544.    
  2545.    .sponsored-title-v3 a {
  2546.        text-decoration: none;
  2547.        transition: opacity 0.3s ease;
  2548.    }
  2549.    
  2550.    .sponsored-title-v3 a:hover {
  2551.        opacity: 0.8;
  2552.    }
  2553.    
  2554.    .sponsored-meta-v3 {
  2555.        display: flex;
  2556.        align-items: center;
  2557.        justify-content: space-between;
  2558.        font-size: 11px;
  2559.        font-weight: 600;
  2560.        text-transform: uppercase;
  2561.        letter-spacing: 0.5px;
  2562.        padding-top: 12px;
  2563.        border-top: 1px solid #f1f3f4;
  2564.    }
  2565.    
  2566.    .author-info-v3 {
  2567.        display: flex;
  2568.        align-items: center;
  2569.        gap: 8px;
  2570.    }
  2571.    
  2572.    .sponsored-author-img-v3 {
  2573.        width: 30px;
  2574.        height: 30px;
  2575.        border-radius: 50%;
  2576.        object-fit: cover;
  2577.    }
  2578.    
  2579.    .section-title-sponsored-v3 {
  2580.        font-size: 2.5rem;
  2581.        font-weight: 900;
  2582.        text-align: left;
  2583.        margin-bottom: 30px;
  2584.        letter-spacing: 2px;
  2585.        border-left: 8px solid var(--bs-primary);
  2586.        padding-left: 20px;
  2587.    }
  2588.    
  2589.    .sponsored-overlay-v3 {
  2590.        position: absolute;
  2591.        top: 0;
  2592.        left: 0;
  2593.        right: 0;
  2594.        bottom: 0;
  2595.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  2596.        opacity: 0;
  2597.        transition: opacity 0.3s ease;
  2598.    }
  2599.    
  2600.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  2601.        opacity: 1;
  2602.    }
  2603.  
  2604.    @media (max-width: 768px) {
  2605.        .sponsored-section-v3 {
  2606.            padding: 0px 0 40px;
  2607.        }
  2608.        .section-title-sponsored-v3 {
  2609.            font-size: 2.2rem;
  2610.            text-align: center;
  2611.            border-left: none;
  2612.            border-bottom: 4px solid;
  2613.            padding-left: 0;
  2614.            padding-bottom: 10px;
  2615.        }
  2616.        .sponsored-content-v3 {
  2617.            padding: 20px 16px;
  2618.        }
  2619.    }
  2620. </style>
  2621.  
  2622. <section class="sponsored-section-v3">
  2623.    <div class="container-fluid fluid-container mt-5">
  2624.        <div class="row">
  2625.            <div class="col-12">
  2626.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  2627.            </div>
  2628.        </div>
  2629.        
  2630.        <div class="row g-3">
  2631.            
  2632.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2633.                <div class="card sponsored-card-v3">
  2634.                    <div class="sponsored-overlay-v3"></div>
  2635.                    <div class="sponsored-image-v3">
  2636.                        
  2637.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2638.                        
  2639.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2640.                    </div>
  2641.                    <div class="sponsored-content-v3">
  2642.                        <h3 class="sponsored-title-v3">
  2643.                            <a href="/gaza-war-in-visualizations-following-24-months-of-fighting/" class="top-color">
  2644.                            Gaza War in Visualizations Following 24 Months of Fighting
  2645.                            </a>
  2646.                        </h3>
  2647.                        <div class="sponsored-meta-v3">
  2648.                            <div class="author-info-v3">
  2649.                                
  2650.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2651.                                
  2652.                                <span class="top-color">
  2653.                                    Audrey Koch
  2654.                                </span>
  2655.                            </div>
  2656.                            <span class="top-color">10 May 2026</span>
  2657.                        </div>
  2658.                    </div>
  2659.                </div>
  2660.            </div>
  2661.            
  2662.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2663.                <div class="card sponsored-card-v3">
  2664.                    <div class="sponsored-overlay-v3"></div>
  2665.                    <div class="sponsored-image-v3">
  2666.                        
  2667.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2668.                        
  2669.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2670.                    </div>
  2671.                    <div class="sponsored-content-v3">
  2672.                        <h3 class="sponsored-title-v3">
  2673.                            <a href="/democratic-lawmakers-criticize-trump-after-he-suggests-they-should-face-execution/" class="top-color">
  2674.                            Democratic lawmakers Criticize Trump After He Suggests They Should Face Execution
  2675.                            </a>
  2676.                        </h3>
  2677.                        <div class="sponsored-meta-v3">
  2678.                            <div class="author-info-v3">
  2679.                                
  2680.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2681.                                
  2682.                                <span class="top-color">
  2683.                                    Audrey Koch
  2684.                                </span>
  2685.                            </div>
  2686.                            <span class="top-color">09 May 2026</span>
  2687.                        </div>
  2688.                    </div>
  2689.                </div>
  2690.            </div>
  2691.            
  2692.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2693.                <div class="card sponsored-card-v3">
  2694.                    <div class="sponsored-overlay-v3"></div>
  2695.                    <div class="sponsored-image-v3">
  2696.                        
  2697.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2698.                        
  2699.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2700.                    </div>
  2701.                    <div class="sponsored-content-v3">
  2702.                        <h3 class="sponsored-title-v3">
  2703.                            <a href="/these-players-and-trainers-not-born-in-the-united-states/" class="top-color">
  2704.                            These Players and Trainers Not Born in the United States
  2705.                            </a>
  2706.                        </h3>
  2707.                        <div class="sponsored-meta-v3">
  2708.                            <div class="author-info-v3">
  2709.                                
  2710.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2711.                                
  2712.                                <span class="top-color">
  2713.                                    Audrey Koch
  2714.                                </span>
  2715.                            </div>
  2716.                            <span class="top-color">09 May 2026</span>
  2717.                        </div>
  2718.                    </div>
  2719.                </div>
  2720.            </div>
  2721.            
  2722.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2723.                <div class="card sponsored-card-v3">
  2724.                    <div class="sponsored-overlay-v3"></div>
  2725.                    <div class="sponsored-image-v3">
  2726.                        
  2727.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2728.                        
  2729.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2730.                    </div>
  2731.                    <div class="sponsored-content-v3">
  2732.                        <h3 class="sponsored-title-v3">
  2733.                            <a href="/russia-blocks-snapchat-and-limits-apples-facetime-state-media-announce/" class="top-color">
  2734.                            Russia Blocks Snapchat and Limits Apple&#x27;s FaceTime, State Media Announce
  2735.                            </a>
  2736.                        </h3>
  2737.                        <div class="sponsored-meta-v3">
  2738.                            <div class="author-info-v3">
  2739.                                
  2740.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2741.                                
  2742.                                <span class="top-color">
  2743.                                    Audrey Koch
  2744.                                </span>
  2745.                            </div>
  2746.                            <span class="top-color">09 May 2026</span>
  2747.                        </div>
  2748.                    </div>
  2749.                </div>
  2750.            </div>
  2751.            
  2752.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2753.                <div class="card sponsored-card-v3">
  2754.                    <div class="sponsored-overlay-v3"></div>
  2755.                    <div class="sponsored-image-v3">
  2756.                        
  2757.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2758.                        
  2759.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2760.                    </div>
  2761.                    <div class="sponsored-content-v3">
  2762.                        <h3 class="sponsored-title-v3">
  2763.                            <a href="/chornobyl-catastrophe-shelter-no-longer-effectively-blocks-radiation-needs-significant-restoration-iaea/" class="top-color">
  2764.                            Chornobyl Catastrophe Shelter No Longer Effectively Blocks Radiation, Needs Significant Restoration – IAEA
  2765.                            </a>
  2766.                        </h3>
  2767.                        <div class="sponsored-meta-v3">
  2768.                            <div class="author-info-v3">
  2769.                                
  2770.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2771.                                
  2772.                                <span class="top-color">
  2773.                                    Audrey Koch
  2774.                                </span>
  2775.                            </div>
  2776.                            <span class="top-color">09 May 2026</span>
  2777.                        </div>
  2778.                    </div>
  2779.                </div>
  2780.            </div>
  2781.            
  2782.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2783.                <div class="card sponsored-card-v3">
  2784.                    <div class="sponsored-overlay-v3"></div>
  2785.                    <div class="sponsored-image-v3">
  2786.                        
  2787.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2788.                        
  2789.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2790.                    </div>
  2791.                    <div class="sponsored-content-v3">
  2792.                        <h3 class="sponsored-title-v3">
  2793.                            <a href="/the-gunners-host-wolves-in-key-english-top-division-fixture/" class="top-color">
  2794.                            The Gunners Host Wolves in Key English Top Division Fixture
  2795.                            </a>
  2796.                        </h3>
  2797.                        <div class="sponsored-meta-v3">
  2798.                            <div class="author-info-v3">
  2799.                                
  2800.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6496a009-7103-4a0d-b7f9-43ad5c66fd3f_profile.png" alt="Audrey Koch" style="object-fit: cover;" class="sponsored-author-img-v3">
  2801.                                
  2802.                                <span class="top-color">
  2803.                                    Audrey Koch
  2804.                                </span>
  2805.                            </div>
  2806.                            <span class="top-color">09 May 2026</span>
  2807.                        </div>
  2808.                    </div>
  2809.                </div>
  2810.            </div>
  2811.            
  2812.        </div>
  2813.    </div>
  2814. </section>
  2815.  
  2816.  
  2817.    
  2818.        <!-- end wpo-blog-sponsored-section -->
  2819.        <!-- start wpo-subscribe-section -->
  2820.        
  2821.        <!-- end subscribe-section -->
  2822.        <!-- start of wpo-site-footer-section -->
  2823.        
  2824.  
  2825.  
  2826.  
  2827.  
  2828.  
  2829.  
  2830. <!-- Footer V4 - Modern Corporate Design -->
  2831. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2832.  
  2833.    <div class="container-fluid fluid-container">
  2834.        
  2835.        <!-- Content Sections -->
  2836.        <div class="content-sections">
  2837.            <div class="row g-5">
  2838.                
  2839.                <!-- Brand Column -->
  2840.                <div class="col-lg-4 col-md-12">
  2841.                    <div class="brand-section">
  2842.                        <div class="brand-header">
  2843.                            
  2844.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/eab8c1c8-2575-4359-8bff-7291073ed715_logo.png" alt="Vector Gaming" class="brand-logo" loading="lazy">
  2845.                            
  2846.                            <div class="brand-text">
  2847.                                <h3 class="brand-name">Vector Gaming</h3>
  2848.                                <span class="brand-type">Digital Publication</span>
  2849.                            </div>
  2850.                        </div>
  2851.                        <p class="brand-description  text-lg-start ">
  2852.                            Vector Gaming delivers up-to-date esports coverage, in-depth game reviews, and expert gaming guides for PC, console, and mobile platforms.
  2853.                        </p>
  2854.                    </div>
  2855.                </div>
  2856.  
  2857.                <!-- Quick Links Column -->
  2858.               <div class="col-lg-4 col-md-6">
  2859.                    <div class="links-section">
  2860.                        <div class="section-title">
  2861.                            <h4 class="title-text">Resources</h4>
  2862.                            <div class="title-decoration"></div>
  2863.                        </div>
  2864.                        <div class="links-container">
  2865.                          
  2866. <div class="link-group">
  2867.    <ul class="link-list" id="externalLinks">
  2868.        
  2869.  
  2870.    
  2871.        
  2872.        
  2873.        
  2874.    </ul>
  2875. </div>
  2876.  
  2877.                        </div>
  2878.                    </div>
  2879.                </div>
  2880.  
  2881.                <!-- Categories Column -->
  2882.                <div class="col-lg-4 col-md-6">
  2883.                    <div class="categories-section">
  2884.                        <div class="section-title">
  2885.                            <h4 class="title-text">Explore Topics</h4>
  2886.                            <div class="title-decoration"></div>
  2887.                        </div>
  2888.                        <div class="categories-container">
  2889.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  2890.                            <div class="categories-cloud">
  2891.                                
  2892.                                <a href="/category/all-posts/" class="category-pill">
  2893.                                    All Posts
  2894.                                </a>
  2895.                                
  2896.                                <a href="/category/business/" class="category-pill">
  2897.                                    Business
  2898.                                </a>
  2899.                                
  2900.                                <a href="/category/esports/" class="category-pill">
  2901.                                    Esports
  2902.                                </a>
  2903.                                
  2904.                                <a href="/category/fashion/" class="category-pill">
  2905.                                    Fashion
  2906.                                </a>
  2907.                                
  2908.                                <a href="/category/featured/" class="category-pill">
  2909.                                    Featured
  2910.                                </a>
  2911.                                
  2912.                                <a href="/category/gaming/" class="category-pill">
  2913.                                    Gaming
  2914.                                </a>
  2915.                                
  2916.                                <a href="/category/health/" class="category-pill">
  2917.                                    Health
  2918.                                </a>
  2919.                                
  2920.                                <a href="/category/life-fitness/" class="category-pill">
  2921.                                    Life &amp; Fitness
  2922.                                </a>
  2923.                                
  2924.                            </div>
  2925.                        </div>
  2926.                    </div>
  2927.                </div>
  2928.  
  2929.            </div>
  2930.        </div>
  2931.  
  2932.        <!-- Footer Bottom -->
  2933.        <div class="footer-bottom">
  2934.            <div class="bottom-border"></div>
  2935.            <div class=" d-flex justify-content-between flex-wrap">
  2936.                <div>
  2937.                    <div class="copyright-info">
  2938.                        <p class="copyright-main">
  2939.                            Â© 2026 <span class="brand-highlight">Vector Gaming</span>. All rights reserved.
  2940.                        </p>
  2941.                        <p class="copyright-sub">
  2942.                            Thoughtfully crafted content for curious minds worldwide.
  2943.                        </p>
  2944.                    </div>
  2945.                </div>
  2946.                <div>
  2947.                    <div class="footer-actions">
  2948.                        <div class="action-links">
  2949.                            <a href="/page/write-for-us/" class="action-link">
  2950.                                <i class="bi bi-shield-check"></i>
  2951.                                <span>Write For Us</span>
  2952.                            </a>
  2953.                            <a href="/page/terms-and-conditions/" class="action-link">
  2954.                                <i class="bi bi-shield-check"></i>
  2955.                                <span>Terms & Conditions</span>
  2956.                            </a>
  2957.                            <a href="/sitemap.xml" class="action-link">
  2958.                                <i class="bi bi-diagram-3"></i>
  2959.                                <span>Sitemap</span>
  2960.                            </a>
  2961.                        </div>
  2962.  
  2963.                    </div>
  2964.                </div>
  2965.            </div>
  2966.        </div>
  2967.  
  2968.    </div>
  2969.  
  2970.    
  2971.  
  2972. </footer>
  2973.  
  2974.  
  2975. <style>
  2976. /* Footer V4 - Modern Corporate Design */
  2977. .wpo-site-footer-v4 {
  2978.    color: var(--footer-color);
  2979.    margin-top: 100px;
  2980. }
  2981.  
  2982.  
  2983. .accent-line {
  2984.    position: absolute;
  2985.    top: 0;
  2986.    height: 100%;
  2987.    width: 33.333%;
  2988.    opacity: 0.8;
  2989. }
  2990.  
  2991. .accent-1 {
  2992.    left: 0;
  2993.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  2994.    animation: slideRight 3s ease-in-out infinite;
  2995. }
  2996.  
  2997. .accent-2 {
  2998.    left: 33.333%;
  2999.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3000.    animation: slideRight 3s ease-in-out infinite 1s;
  3001. }
  3002.  
  3003. .accent-3 {
  3004.    left: 66.666%;
  3005.    background: linear-gradient(90deg, #10b981, #059669);
  3006.    animation: slideRight 3s ease-in-out infinite 2s;
  3007. }
  3008.  
  3009. @keyframes slideRight {
  3010.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3011.    50% { transform: translateX(10px); opacity: 1; }
  3012. }
  3013.  
  3014. /* Content Sections */
  3015. .content-sections {
  3016.    padding: 60px 0;
  3017.    position: relative;
  3018.    z-index: 2;
  3019. }
  3020.  
  3021. /* Brand Section */
  3022. .brand-section {
  3023.    padding-right: 2rem;
  3024. }
  3025.  
  3026. .brand-header {
  3027.    display: flex;
  3028.    align-items: center;
  3029.    margin-bottom: 2rem;
  3030.    gap: 1rem;
  3031. }
  3032.  
  3033. .brand-logo {
  3034.    height: 50px;
  3035.    width: auto;
  3036.    border-radius: 8px;
  3037. }
  3038.  
  3039. .brand-name {
  3040.    font-size: 1.5rem;
  3041.    font-weight: 800;
  3042.    color: var(--footer-color) !important;
  3043.    margin: 0;
  3044. }
  3045.  
  3046. .brand-type {
  3047.    color: var(--footer-color) !important;
  3048.    opacity: 0.8;
  3049.    font-size: 0.85rem;
  3050.    font-weight: 500;
  3051.    text-transform: uppercase;
  3052.    letter-spacing: 0.5px;
  3053. }
  3054.  
  3055. .brand-description {
  3056.    color: var(--footer-color) !important;
  3057.    line-height: 1.7;
  3058.    margin-bottom: 2rem;
  3059.    font-size: 0.95rem;
  3060. }
  3061.  
  3062. .brand-stats {
  3063.    display: flex;
  3064.    align-items: center;
  3065.    gap: 1.5rem;
  3066. }
  3067.  
  3068. .stat-item {
  3069.    text-align: center;
  3070. }
  3071.  
  3072. .stat-number {
  3073.    font-size: 1.5rem;
  3074.    font-weight: 800;
  3075.    color: #3b82f6;
  3076.    display: block;
  3077.    line-height: 1;
  3078. }
  3079.  
  3080. .stat-label {
  3081.    font-size: 0.8rem;
  3082.    color: #94a3b8;
  3083.    margin-top: 0.25rem;
  3084. }
  3085.  
  3086. .stat-divider {
  3087.    width: 1px;
  3088.    height: 40px;
  3089.    background: rgba(255, 255, 255, 0.2);
  3090. }
  3091.  
  3092. /* Links Section */
  3093. .links-section {
  3094.    padding-left: 1rem;
  3095.    padding-right: 1rem;
  3096. }
  3097.  
  3098. .section-title {
  3099.    margin-bottom: 2rem;
  3100.    position: relative;
  3101. }
  3102.  
  3103. .title-text {
  3104.    font-size: 1.3rem;
  3105.    font-weight: 700;
  3106.    color: var(--footer-color) !important;
  3107.    margin-bottom: 0.5rem;
  3108.    text-align: justify !important;
  3109. }
  3110.  
  3111.  
  3112. .link-group {
  3113.    margin-bottom: 2rem;
  3114. }
  3115.  
  3116. .group-title {
  3117.    font-size: 1rem;
  3118.    font-weight: 600;
  3119.    color: #f1f5f9;
  3120.    margin-bottom: 1rem;
  3121.    padding-bottom: 0.5rem;
  3122.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3123. }
  3124.  
  3125. .link-list {
  3126.    list-style: none;
  3127.    padding: 0;
  3128.    margin: 0;
  3129. }
  3130.  
  3131. .link-item {
  3132.    margin-bottom: 0.75rem;
  3133. }
  3134.  
  3135. .link-text {
  3136.    color: var(--footer-color) !important;
  3137.    text-decoration: none;
  3138.    font-size: 0.9rem;
  3139.    display: flex;
  3140.    align-items: center;
  3141.    transition: all 0.3s ease;
  3142.    padding: 0.25rem 0;
  3143. }
  3144.  
  3145. .link-text:hover {
  3146.    color: #3b82f6;
  3147.    padding-left: 0.5rem;
  3148. }
  3149.  
  3150. .link-icon {
  3151.    margin-right: 0.5rem;
  3152.    opacity: 0;
  3153.    transition: opacity 0.3s ease;
  3154. }
  3155.  
  3156. .link-text:hover .link-icon {
  3157.    opacity: 1;
  3158. }
  3159.  
  3160. .external-icon {
  3161.    color: #10b981;
  3162. }
  3163.  
  3164. /* Categories Section */
  3165. .categories-section {
  3166.    padding-left: 1rem;
  3167. }
  3168.  
  3169. .categories-intro {
  3170.    color: #cbd5e1;
  3171.    margin-bottom: 1.5rem;
  3172.    font-size: 0.9rem;
  3173. }
  3174.  
  3175. .categories-cloud {
  3176.    display: flex;
  3177.    flex-wrap: wrap;
  3178.    gap: 0.75rem;
  3179. }
  3180.  
  3181. .category-pill {
  3182.    display: inline-block;
  3183.    padding: 0.5rem 1rem;
  3184.    background: rgba(255, 255, 255, 0.1);
  3185.    border: 1px solid rgba(255, 255, 255, 0.2);
  3186.    border-radius: 20px;
  3187.    color:  var(--footer-color) !important;
  3188.    text-decoration: none;
  3189.    font-size: 0.85rem;
  3190.    opacity: 0.7;
  3191.    font-weight: 500;
  3192.    transition: all 0.3s ease;
  3193. }
  3194.  
  3195. .category-pill:hover {
  3196.    background: #3b82f6;
  3197.    border-color: #3b82f6;
  3198.    color: var(--footer-color) !important;
  3199.    opacity: 1;
  3200.    transform: translateY(-1px);
  3201.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3202. }
  3203.  
  3204. /* Footer Bottom */
  3205. .footer-bottom {
  3206.    padding: 2rem 0;
  3207.    position: relative;
  3208.    z-index: 2;
  3209. }
  3210.  
  3211. .bottom-border {
  3212.    height: 1px;
  3213.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3214.    margin-bottom: 2rem;
  3215. }
  3216.  
  3217. .copyright-main {
  3218.    font-size: 1rem;
  3219.    color: #e2e8f0;
  3220.    margin-bottom: 0.25rem;
  3221. }
  3222.  
  3223. .brand-highlight {
  3224.    color: var(--footer-color);
  3225.    font-weight: 700;
  3226. }
  3227.  
  3228. .copyright-sub {
  3229.    font-size: 0.85rem;
  3230.    color: #94a3b8;
  3231.    margin: 0;
  3232. }
  3233.  
  3234. .footer-actions {
  3235.    display: flex;
  3236.    align-items: center;
  3237.    gap: 2rem;
  3238. }
  3239.  
  3240. .action-links {
  3241.    display: flex;
  3242.    gap: 1.5rem;
  3243. }
  3244.  
  3245. .action-link {
  3246.    display: flex;
  3247.    align-items: center;
  3248.    gap: 0.5rem;
  3249.    color: #cbd5e1;
  3250.    text-decoration: none;
  3251.    font-size: 0.9rem;
  3252.    transition: color 0.3s ease;
  3253. }
  3254.  
  3255. .action-link:hover {
  3256.    color: #3b82f6;
  3257. }
  3258.  
  3259. .scroll-to-top-btn {
  3260.    background: rgba(255, 255, 255, 0.1);
  3261.    border: 1px solid rgba(255, 255, 255, 0.2);
  3262.    color: #cbd5e1;
  3263.    width: 44px;
  3264.    height: 44px;
  3265.    border-radius: 12px;
  3266.    cursor: pointer;
  3267.    transition: all 0.3s ease;
  3268.    display: flex;
  3269.    align-items: center;
  3270.    justify-content: center;
  3271. }
  3272.  
  3273. .scroll-to-top-btn:hover {
  3274.    background: #3b82f6;
  3275.    border-color: #3b82f6;
  3276.    color: white;
  3277.    transform: translateY(-2px);
  3278. }
  3279.  
  3280. /* Background Pattern */
  3281. .footer-pattern {
  3282.    position: absolute;
  3283.    top: 0;
  3284.    left: 0;
  3285.    width: 100%;
  3286.    height: 100%;
  3287.    z-index: 1;
  3288.    overflow: hidden;
  3289. }
  3290.  
  3291. .pattern-grid {
  3292.    position: relative;
  3293.    width: 100%;
  3294.    height: 100%;
  3295. }
  3296.  
  3297. .pattern-dot {
  3298.    position: absolute;
  3299.    width: 2px;
  3300.    height: 2px;
  3301.    background: rgba(255, 255, 255, 0.1);
  3302.    border-radius: 50%;
  3303. }
  3304.  
  3305. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3306. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3307. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3308. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3309. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3310. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3311.  
  3312. /* Responsive Design */
  3313. @media (max-width: 992px) {
  3314.    .newsletter-heading {
  3315.        font-size: 2rem;
  3316.    }
  3317.    
  3318.    .brand-section {
  3319.        padding-right: 0;
  3320.        margin-bottom: 3rem;
  3321.    }
  3322.    
  3323.    .links-section, .categories-section {
  3324.        padding-left: 0;
  3325.        padding-right: 0;
  3326.    }
  3327.    
  3328.    .brand-stats {
  3329.        justify-content: center;
  3330.        margin-top: 2rem;
  3331.    }
  3332. }
  3333.  
  3334. @media (max-width: 768px) {
  3335.    .newsletter-section {
  3336.        padding: 60px 0 40px;
  3337.    }
  3338.    
  3339.    .newsletter-container {
  3340.        padding: 2rem 1.5rem;
  3341.        margin: 0 1rem;
  3342.    }
  3343.    
  3344.    .newsletter-heading {
  3345.        font-size: 1.75rem;
  3346.    }
  3347.    
  3348.    .content-sections {
  3349.        padding: 40px 0;
  3350.    }
  3351.    
  3352.    .brand-header {
  3353.        flex-direction: column;
  3354.        text-align: center;
  3355.    }
  3356.    
  3357.    .footer-actions {
  3358.        flex-direction: column;
  3359.        gap: 1rem;
  3360.        margin-top: 1.5rem;
  3361.    }
  3362.    
  3363.    .action-links {
  3364.        order: 2;
  3365.    }
  3366.    
  3367.    .scroll-to-top-btn {
  3368.        order: 1;
  3369.    }
  3370. }
  3371.  
  3372. @media (max-width: 576px) {
  3373.    .newsletter-container {
  3374.        padding: 1.5rem 1rem;
  3375.    }
  3376.    
  3377.    .newsletter-heading {
  3378.        font-size: 1.5rem;
  3379.    }
  3380.    
  3381.    .brand-stats {
  3382.        flex-direction: column;
  3383.        gap: 1rem;
  3384.    }
  3385.    
  3386.    .stat-divider {
  3387.        width: 40px;
  3388.        height: 1px;
  3389.    }
  3390.    
  3391.    .action-links {
  3392.        flex-direction: column;
  3393.        gap: 0.75rem;
  3394.        text-align: center;
  3395.    }
  3396.    
  3397.    .pattern-dot {
  3398.        display: none;
  3399.    }
  3400. }
  3401. </style>
  3402.  
  3403. <!-- Bootstrap 5 JS -->
  3404.  
  3405. <script>
  3406. // Scroll to Top Function
  3407. document.addEventListener('DOMContentLoaded', function () {
  3408.    var btn = document.getElementById('toggleExternal');
  3409.    if (!btn) return; // No extra items, no button
  3410.  
  3411.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3412.  
  3413.    btn.addEventListener('click', function () {
  3414.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3415.            return li.classList.contains('d-none');
  3416.        });
  3417.  
  3418.        extras.forEach(function (li) {
  3419.            if (anyHidden) {
  3420.                li.classList.remove('d-none');
  3421.                li.classList.add('show');
  3422.            } else {
  3423.                li.classList.add('d-none');
  3424.                li.classList.remove('show');
  3425.            }
  3426.        });
  3427.  
  3428.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3429.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3430.    });
  3431. });
  3432. function scrollToTop() {
  3433.    window.scrollTo({
  3434.        top: 0,
  3435.        behavior: 'smooth'
  3436.    });
  3437. }
  3438.  
  3439. // Initialize Footer V4 Features
  3440. document.addEventListener('DOMContentLoaded', function() {
  3441.    
  3442.    // Newsletter Form Handling
  3443.    const newsletterForm = document.querySelector('.newsletter-form');
  3444.    const emailInput = document.querySelector('.form-input');
  3445.    const submitButton = document.querySelector('.submit-button');
  3446.    const successMessage = document.querySelector('.success-message');
  3447.    const errorMessage = document.querySelector('.error-message');
  3448.    const infoMessage = document.querySelector('.info-message');
  3449.    
  3450.    if (newsletterForm && emailInput && submitButton) {
  3451.        
  3452.        // Form submission
  3453.        newsletterForm.addEventListener('submit', function(e) {
  3454.            e.preventDefault();
  3455.            
  3456.            const email = emailInput.value.trim();
  3457.            
  3458.            // Validate email
  3459.            if (!email || !isValidEmail(email)) {
  3460.                showMessage('error');
  3461.                emailInput.focus();
  3462.                return;
  3463.            }
  3464.            
  3465.            // Show loading state
  3466.            const originalText = submitButton.querySelector('.button-text').textContent;
  3467.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3468.            
  3469.            submitButton.disabled = true;
  3470.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3471.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3472.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3473.            
  3474.            // Simulate API call
  3475.            setTimeout(() => {
  3476.                // Success state
  3477.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3478.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3479.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3480.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3481.                
  3482.                showMessage('success');
  3483.                
  3484.                // Reset after delay
  3485.                setTimeout(() => {
  3486.                    submitButton.querySelector('.button-text').textContent = originalText;
  3487.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3488.                    submitButton.style.background = '';
  3489.                    submitButton.disabled = false;
  3490.                    emailInput.value = '';
  3491.                    showMessage('info');
  3492.                }, 3000);
  3493.                
  3494.            }, 2000);
  3495.        });
  3496.        
  3497.        // Input validation
  3498.        emailInput.addEventListener('blur', function() {
  3499.            const email = this.value.trim();
  3500.            if (email && !isValidEmail(email)) {
  3501.                this.style.borderColor = '#ef4444';
  3502.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3503.            } else if (email && isValidEmail(email)) {
  3504.                this.style.borderColor = '#10b981';
  3505.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3506.            }
  3507.        });
  3508.        
  3509.        emailInput.addEventListener('focus', function() {
  3510.            this.style.borderColor = '#3b82f6';
  3511.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3512.        });
  3513.        
  3514.        // Reset validation styling on input
  3515.        emailInput.addEventListener('input', function() {
  3516.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3517.                this.style.borderColor = '';
  3518.                this.style.boxShadow = '';
  3519.            }
  3520.        });
  3521.    }
  3522.    
  3523.    // Email validation function
  3524.    function isValidEmail(email) {
  3525.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3526.        return emailRegex.test(email);
  3527.    }
  3528.    
  3529.    // Message display function
  3530.    function showMessage(type) {
  3531.        // Hide all messages
  3532.        successMessage.style.display = 'none';
  3533.        errorMessage.style.display = 'none';
  3534.        infoMessage.style.display = 'none';
  3535.        
  3536.        // Show specific message
  3537.        if (type === 'success') {
  3538.            successMessage.style.display = 'block';
  3539.        } else if (type === 'error') {
  3540.            errorMessage.style.display = 'block';
  3541.        } else if (type === 'info') {
  3542.            infoMessage.style.display = 'block';
  3543.        }
  3544.    }
  3545.    
  3546.    // Smooth reveal animations
  3547.    const observerOptions = {
  3548.        threshold: 0.1,
  3549.        rootMargin: '0px 0px -30px 0px'
  3550.    };
  3551.    
  3552.    const sectionObserver = new IntersectionObserver((entries) => {
  3553.        entries.forEach(entry => {
  3554.            if (entry.isIntersecting) {
  3555.                entry.target.style.opacity = '1';
  3556.                entry.target.style.transform = 'translateY(0)';
  3557.            }
  3558.        });
  3559.    }, observerOptions);
  3560.    
  3561.    // Animate sections
  3562.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3563.        section.style.opacity = '0';
  3564.        section.style.transform = 'translateY(20px)';
  3565.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3566.        sectionObserver.observe(section);
  3567.    });
  3568.    
  3569.    // Animate category pills
  3570.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3571.        pill.style.opacity = '0';
  3572.        pill.style.transform = 'translateY(10px)';
  3573.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3574.        
  3575.        setTimeout(() => {
  3576.            pill.style.opacity = '1';
  3577.            pill.style.transform = 'translateY(0)';
  3578.        }, 300 + (index * 100));
  3579.    });
  3580.    
  3581.    // Enhanced link hover effects
  3582.    document.querySelectorAll('.link-text').forEach(link => {
  3583.        link.addEventListener('mouseenter', function() {
  3584.            const icon = this.querySelector('.link-icon');
  3585.            if (icon) {
  3586.                icon.style.transform = 'translateX(4px)';
  3587.            }
  3588.        });
  3589.        
  3590.        link.addEventListener('mouseleave', function() {
  3591.            const icon = this.querySelector('.link-icon');
  3592.            if (icon) {
  3593.                icon.style.transform = 'translateX(0)';
  3594.            }
  3595.        });
  3596.    });
  3597.    
  3598.    // Prevent default for demo links
  3599.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3600.        link.addEventListener('click', function(e) {
  3601.            e.preventDefault();
  3602.        });
  3603.    });
  3604.    
  3605.    // Add ripple effect to submit button
  3606.    submitButton.addEventListener('click', function(e) {
  3607.        const ripple = document.createElement('span');
  3608.        const rect = this.getBoundingClientRect();
  3609.        const size = Math.max(rect.width, rect.height);
  3610.        const x = e.clientX - rect.left - size / 2;
  3611.        const y = e.clientY - rect.top - size / 2;
  3612.        
  3613.        ripple.style.cssText = `
  3614.            position: absolute;
  3615.            width: ${size}px;
  3616.            height: ${size}px;
  3617.            left: ${x}px;
  3618.            top: ${y}px;
  3619.            background: rgba(255, 255, 255, 0.3);
  3620.            border-radius: 50%;
  3621.            transform: scale(0);
  3622.            animation: ripple 0.6s ease-out;
  3623.            pointer-events: none;
  3624.        `;
  3625.        
  3626.        this.appendChild(ripple);
  3627.        
  3628.        setTimeout(() => {
  3629.            ripple.remove();
  3630.        }, 600);
  3631.    });
  3632.    
  3633. });
  3634.  
  3635. // Add CSS for ripple animation
  3636. const rippleStyle = document.createElement('style');
  3637. rippleStyle.textContent = `
  3638.    @keyframes ripple {
  3639.        to {
  3640.            transform: scale(2);
  3641.            opacity: 0;
  3642.        }
  3643.    }
  3644.    
  3645.    @keyframes spin {
  3646.        from { transform: rotate(0deg); }
  3647.        to { transform: rotate(360deg); }
  3648.    }
  3649.    
  3650.    .submit-button {
  3651.        position: relative;
  3652.        overflow: hidden;
  3653.    }
  3654. `;
  3655. document.head.appendChild(rippleStyle);
  3656. </script>
  3657.  
  3658.        <!-- end of wpo-site-footer-section -->
  3659.    </div>
  3660.    <!-- end of page-wrapper -->
  3661.  
  3662.    <!-- All JavaScript files
  3663.    ================================================== -->
  3664.    
  3665.  
  3666. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3667. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3668. <!-- Plugins for this template -->
  3669. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3670. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3671. <!-- Custom script for this template -->
  3672. <script src="/static/blogapp/assets/js/script.js"></script>
  3673.  
  3674. <script>
  3675. (function () {
  3676. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3677. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3678.  
  3679. function applyFallback(img) {
  3680. if (!img || img.dataset.fallbackApplied === "1") {
  3681. return;
  3682. }
  3683. var failedSrc = img.currentSrc || img.src || "";
  3684. img.dataset.fallbackApplied = "1";
  3685. img.onerror = null;
  3686. img.src = fallbackImageSrc;
  3687. console.warn("[ImageFallback] Replaced broken image:", {
  3688. failedSrc: failedSrc,
  3689. fallbackSrc: fallbackImageSrc,
  3690. alt: img.alt || "",
  3691. });
  3692. }
  3693.  
  3694. document.querySelectorAll("img").forEach(function (img) {
  3695. if (img.complete && img.naturalWidth === 0) {
  3696. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3697. failedSrc: img.currentSrc || img.src || "",
  3698. alt: img.alt || "",
  3699. });
  3700. applyFallback(img);
  3701. }
  3702. });
  3703.  
  3704. document.addEventListener(
  3705. "error",
  3706. function (event) {
  3707. var target = event.target;
  3708. if (target && target.tagName === "IMG") {
  3709. applyFallback(target);
  3710. }
  3711. },
  3712. true
  3713. );
  3714. })();
  3715. </script>
  3716.  
  3717. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3718.  
  3719.  
  3720.  
  3721. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"5fed13c9d5e64696ba513e206d4a7b8f","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3722. </body>
  3723.  
  3724. </html>
  3725.  
  3726.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda