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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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_-_2025-04-28T175042.250_ZDMmPDS.png">
  14.    
  15.  
  16.    <title>Dynamic Drive: Web Development Resources and Tutorials</title>
  17.    <meta name="description" content="Dynamic Drive offers free web development resources, including DHTML scripts, CSS tutorials, and tools for creating interactive websites and applications.">
  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://dynamicdrive.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_83">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  424.            <div class="d-flex">
  425.              <span class="fw-bold">Latest</span>
  426.            </div>
  427.            <div class="d-flex">
  428.              <span class="fw-bold">Update</span>
  429.            </div>
  430.          </div>
  431.  
  432.          <!-- Add an id to the marquee -->
  433.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  434.            <p class="text-center">
  435.              
  436.               <a href="/californias-governor-confirms-he-is-considering-a-2028-presidential-run/" class="px-5 top-color">
  437.                    California&#x27;s Governor Confirms He Is Considering a 2028 Presidential Run
  438.                  </a>
  439.              
  440.               <a href="/some-groups-on-the-left-and-right-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-financial-revitalization/" class="px-5 top-color">
  441.                    Some groups on the left and right who offer only discontent: The government is proceeding with the job of financial revitalization.
  442.                  </a>
  443.              
  444.               <a href="/andy-burnham-would-probably-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/" class="px-5 top-color">
  445.                    Andy Burnham Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, Says Labour Deputy Leader
  446.                  </a>
  447.              
  448.               <a href="/former-british-broadcasting-corporation-advisers-face-parliamentary-questioning-in-the-wake-of-allegations-of-bias-in-unauthorized-memorandum/" class="px-5 top-color">
  449.                    Former British Broadcasting Corporation Advisers Face Parliamentary Questioning In the Wake of Allegations of Bias in Unauthorized Memorandum
  450.                  </a>
  451.              
  452.               <a href="/the-blue-jays-earn-fall-classic-showdown-versus-los-angeles-dodgers/" class="px-5 top-color">
  453.                    The Blue Jays Earn Fall Classic Showdown Versus Los Angeles Dodgers
  454.                  </a>
  455.              
  456.            </p>
  457.          </marquee>
  458.        </div>
  459.      </div>
  460.    </div>
  461.  </div>
  462. </div>
  463.  
  464. <script>
  465.  // Stop/start marquee when hovering or focusing links inside it
  466.  document.addEventListener("DOMContentLoaded", function () {
  467.    const marquee = document.getElementById("newsMarquee");
  468.    if (!marquee) return;
  469.  
  470.    marquee.querySelectorAll("a").forEach((link) => {
  471.      link.addEventListener("mouseenter", () => marquee.stop());
  472.      link.addEventListener("mouseleave", () => marquee.start());
  473.      // keyboard accessibility
  474.      link.addEventListener("focus", () => marquee.stop());
  475.      link.addEventListener("blur", () => marquee.start());
  476.    });
  477.  });
  478. </script>
  479.  
  480.  
  481.  
  482.            
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. <header class="header-v9 mb-4" role="banner">
  490.  <div class="container-fluid fluid-container">
  491.    <!-- Sticky/Glass Nav Card -->
  492.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  493.      <div class="row align-items-center justify-content-between g-3">
  494.        <!-- Logo -->
  495.       <div class="col-6 col-md-3 col-lg-2">
  496.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  497.            
  498.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/90223f9e-e777-4858-b2e3-ff9417b7f91b_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  499.            
  500.          </a>
  501.        </div>
  502.  
  503.        <!-- Desktop Nav -->
  504.        <div class="col d-none d-xl-block">
  505.          <nav class="main-nav-v9">
  506.            <ul class="nav-list-v9">
  507.              <!-- Home (static) -->
  508.              <li class="nav-item-v9">
  509.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  510.              </li >
  511.          
  512.              
  513.                
  514.                  <li class="nav-item-v9">
  515.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  516.                  </li>
  517.                
  518.                  <li class="nav-item-v9">
  519.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  520.                  </li>
  521.                
  522.                  <li class="nav-item-v9">
  523.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  524.                  </li>
  525.                
  526.                  <li class="nav-item-v9">
  527.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  528.                  </li>
  529.                
  530.                  <li class="nav-item-v9">
  531.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  532.                  </li>
  533.                
  534.                  <li class="nav-item-v9">
  535.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  536.                  </li>
  537.                
  538.                  <li class="nav-item-v9">
  539.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  540.                  </li>
  541.                
  542.                  <li class="nav-item-v9">
  543.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  544.                  </li>
  545.                
  546.  
  547.                
  548.                  <li class="nav-item-v9 has-dropdown-v9">
  549.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  550.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  551.                        <polyline points="6,9 12,15 18,9"></polyline>
  552.                      </svg>
  553.                    </button>
  554.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  555.                      <div class="dropdown-grid-v9">
  556.                        <div class="dropdown-section-v9">
  557.                          
  558.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  559.                          
  560.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  561.                          
  562.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  563.                          
  564.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  565.                          
  566.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  567.                          
  568.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  569.                          
  570.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  571.                          
  572.                        </div>
  573.                      </div>
  574.                    </div>
  575.                  </li>
  576.                
  577.              
  578.                <li class="nav-item-v9">
  579.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  580.              </li >
  581.            </ul>
  582.          </nav>
  583.        </div>
  584.  
  585.        <!-- Actions -->
  586.        <div class="col-6 col-md-3 col-lg-2">
  587.          <div class="nav-actions-v9">
  588.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  589.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  590.                <circle cx="11" cy="11" r="8"></circle>
  591.                <path d="m21 21-4.35-4.35"></path>
  592.              </svg>
  593.            </button>
  594.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  595.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  596.                <line x1="3" y1="6" x2="21" y2="6" />
  597.                <line x1="3" y1="12" x2="21" y2="12" />
  598.                <line x1="3" y1="18" x2="21" y2="18" />
  599.              </svg>
  600.            </button>
  601.          </div>
  602.        </div>
  603.      </div>
  604.  
  605.      <!-- Active underline (animated) -->
  606.      <span class="active-rail-v9" aria-hidden="true"></span>
  607.    </div>
  608.  
  609.    <!-- Search Panel -->
  610.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  611.      <form class="search-form-v9" action="" method="get" role="search">
  612.        <label for="q-v9" class="visually-hidden">Search</label>
  613.        <div class="search-input-wrap-v9">
  614.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  615.            <circle cx="11" cy="11" r="8"></circle>
  616.            <path d="m21 21-4.35-4.35"></path>
  617.          </svg>
  618.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  619.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  620.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  621.              <line x1="18" y1="6" x2="6" y2="18" />
  622.              <line x1="6" y1="6" x2="18" y2="18" />
  623.            </svg>
  624.          </button>
  625.        </div>
  626.        <div class="search-suggest-v9 search-v1" id="search-results">
  627.          
  628.        </div>
  629.      </form>
  630.    </div>
  631.  
  632.    <!-- Mobile Offcanvas -->
  633.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  634.      <div class="mobile-wrap-v9">
  635.        <div class="mobile-head-v9">
  636.          <span class="mobile-title-v9">Menu</span>
  637.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  638.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  639.              <line x1="18" y1="6" x2="6" y2="18" />
  640.              <line x1="6" y1="6" x2="18" y2="18" />
  641.            </svg>
  642.          </button>
  643.        </div>
  644.  
  645.        <ul class="mobile-list-v9">
  646.          <li>
  647.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  648.          </li>
  649.          <li class="">
  650.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  651.          </li >
  652.          
  653.            
  654.              <li>
  655.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  656.              </li>
  657.            
  658.              <li>
  659.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  660.              </li>
  661.            
  662.              <li>
  663.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  664.              </li>
  665.            
  666.              <li>
  667.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  668.              </li>
  669.            
  670.              <li>
  671.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  672.              </li>
  673.            
  674.  
  675.            
  676.          
  677.        </ul>
  678.      </div>
  679.    </aside>
  680.  </div>
  681.  
  682.  <!-- Overlay -->
  683.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  684. </header>
  685.  
  686. <style>
  687.  
  688.  .header-v9 {
  689.    position: relative;
  690.    padding: 14px 0;
  691.    z-index: 50;
  692.  }
  693.  .header-v9.is-scrolled .nav-card-v9 {
  694.    padding: 10px 18px;
  695.    border-radius: 14px;
  696.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  697.  }
  698.  .header-v9.is-scrolled .logo-img-v9 {
  699.    transform: scale(0.92);
  700.  }
  701.  
  702.  /* Card */
  703.  .nav-card-v9 {
  704.    background: var(--navbar-bg);
  705.    backdrop-filter: blur(18px);
  706.    border: 1px solid var(--border-color);
  707.    border-radius: 18px;
  708.    padding: 14px 22px;
  709.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  710.    position: sticky;
  711.    top: 10px;
  712.  }
  713.  
  714.  /* Logo */
  715.  .logo-img-v9 {
  716.    max-height: 60px;
  717.    width: auto;
  718.    transition: transform 0.25s ease, opacity 0.25s ease;
  719.  }
  720.  .logo-link-v9:hover .logo-img-v9 {
  721.    transform: translateY(-1px) scale(1.03);
  722.  }
  723.  
  724.  /* Desktop nav */
  725.  .main-nav-v9 {
  726.    display: flex;
  727.    justify-content: center;
  728.  }
  729.  .nav-list-v9 {
  730.    display: flex;
  731.    gap: 6px;
  732.    list-style: none;
  733.    margin: 0;
  734.    padding: 0;
  735.  }
  736.  .nav-item-v9 {
  737.    position: relative;
  738.  }
  739.  .nav-link-v9 {
  740.    position: relative;
  741.    display: inline-flex;
  742.    align-items: center;
  743.    justify-content: center;
  744.    padding: 10px 10px;
  745.    border-radius: 12px;
  746.    color: var(--navbar-color);
  747.    text-decoration: none;
  748.    font-weight: 500;
  749.    font-size: 15px;
  750.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  751.  }
  752.  .nav-link-v9:hover {
  753.    background: rgba(102, 126, 234, 0.1);
  754.    color: var(--topbar-color);
  755.    transform: translateY(-1px);
  756.  }
  757.  .nav-link-v9.active-v9 {
  758.    color: transparent;
  759.  }
  760.  .nav-link-v9.active-v9::after {
  761.    content: '';
  762.    position: absolute;
  763.    left: 12px;
  764.    right: 12px;
  765.    bottom: 6px;
  766.    height: 3px;
  767.    border-radius: 3px;
  768.    background: var(--sub-nav);
  769.  }
  770.  
  771.  /* Dropdown */
  772.  .has-dropdown-v9 {
  773.    position: relative;
  774.  }
  775.  .nav-more-btn-v9 {
  776.    display: inline-flex;
  777.    gap: 6px;
  778.    align-items: center;
  779.  }
  780.  .chev-v9 {
  781.    transition: transform 0.2s ease;
  782.  }
  783.  .has-dropdown-v9:focus-within .chev-v9,
  784.  .has-dropdown-v9:hover .chev-v9 {
  785.    transform: rotate(180deg);
  786.  }
  787.  
  788.  .dropdown-card-v9 {
  789.    position: absolute;
  790.    top: calc(100% + 14px);
  791.    left: 50%;
  792.    transform: translateX(-50%) translateY(-6px);
  793.    background: var(--navbar-bg);
  794.    border: 1px solid var(--border-color);
  795.    border-radius: 14px;
  796.    padding: 18px;
  797.    min-width: 280px;
  798.    z-index: 200;
  799.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  800.    opacity: 0;
  801.    visibility: hidden;
  802.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  803.  }
  804.  .has-dropdown-v9:hover .dropdown-card-v9,
  805.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  806.    opacity: 1;
  807.    visibility: visible;
  808.    transform: translateX(-50%) translateY(0);
  809.  }
  810.  
  811.  .dropdown-grid-v9 {
  812.    display: grid;
  813.    grid-template-columns: 1fr;
  814.    gap: 10px;
  815.  }
  816.  .dropdown-section-v9 {
  817.    display: grid;
  818.    gap: 6px;
  819.  }
  820.  .dropdown-link-v9 {
  821.    display: flex;
  822.    align-items: center;
  823.    gap: 10px;
  824.    padding: 10px 12px;
  825.    border-radius: 10px;
  826.    text-decoration: none;
  827.    font-size: 14px;
  828.    color: var(--navbar-color);
  829.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  830.  }
  831.  .dropdown-link-v9:hover {
  832.    background: var(--bs-primary);
  833.    color: var(--bs-white);
  834.    transform: translateX(4px);
  835.  }
  836.  .link-dot-v9 {
  837.    width: 6px;
  838.    height: 6px;
  839.    border-radius: 50%;
  840.    border: 1px solid currentColor;
  841.  }
  842.  
  843.  /* Actions */
  844.  .nav-actions-v9 {
  845.    display: flex;
  846.    justify-content: flex-end;
  847.    align-items: center;
  848.    gap: 8px;
  849.  }
  850.  .icon-btn-v9 {
  851.    border: 1px solid var(--border-color);
  852.    background: rgba(102, 126, 234, 0.1);
  853.    color: var(--navbar-color);
  854.    padding: 8px;
  855.    border-radius: 12px;
  856.    cursor: pointer;
  857.    transition: transform 0.2s, background 0.2s, color 0.2s;
  858.  }
  859.  .icon-btn-v9:hover {
  860.    background: var(--sub-nav);
  861.    color: var(--topbar-color) !important;
  862.    transform: translateY(-1px);
  863.  }
  864.  .icon-btn-v9.ghost {
  865.    background: transparent;
  866.  }
  867.  
  868.  /* Search Panel */
  869.  .search-panel-v9 {
  870.    position: fixed;
  871.    top: 14px;
  872.    left: 50%;
  873.    transform: translateX(-50%) translateY(-16px);
  874.    width: min(720px, calc(100% - 40px));
  875.    background: var(--navbar-bg);
  876.    border: 1px solid var(--border-color);
  877.    border-radius: 16px;
  878.    padding: 16px;
  879.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  880.    opacity: 0;
  881.    visibility: hidden;
  882.    z-index: 300;
  883.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  884.  }
  885.  .search-panel-v9.show-v9 {
  886.    opacity: 1;
  887.    visibility: visible;
  888.    transform: translateX(-50%) translateY(0);
  889.  }
  890.  .search-input-wrap-v9 {
  891.    display: flex;
  892.    align-items: center;
  893.    gap: 10px;
  894.    background: rgba(248, 250, 252, 0.8);
  895.    border: 2px solid rgba(102, 126, 234, 0.2);
  896.    border-radius: 12px;
  897.    padding: 6px 8px;
  898.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  899.  }
  900.  .search-input-wrap-v9:focus-within {
  901.    border-color: #667eea;
  902.    background: rgba(255, 255, 255, 0.9);
  903.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  904.  }
  905.  .search-icn-v9 {
  906.    color: #a0aec0;
  907.    margin-left: 6px;
  908.  }
  909.  .search-input-v9 {
  910.    flex: 1;
  911.    border: 0;
  912.    background: transparent;
  913.    outline: none;
  914.    padding: 12px 4px;
  915.    font-size: 16px;
  916.    color: #2d3748;
  917.  }
  918.  .search-suggest-v9 {
  919.    display: grid;
  920.    grid-template-columns: repeat(3, minmax(0, 1fr));
  921.    gap: 8px;
  922.    margin-top: 10px;
  923.  }
  924.  .suggestion-v9 {
  925.    border: 1px solid var(--border-color);
  926.    background: rgba(248, 250, 252, 0.5);
  927.    color: var(--navbar-color);
  928.    padding: 10px 12px;
  929.    border-radius: 10px;
  930.    font-size: 14px;
  931.    text-align: left;
  932.    cursor: pointer;
  933.    transition: background 0.2s, color 0.2s, transform 0.2s;
  934.  }
  935.  .suggestion-v9:hover {
  936.    background: var(--bs-primary) !important ;
  937.    color: var(--bs-white)  !important;
  938.    transform: translateY(-1px);
  939.  }
  940.  
  941.  /* Mobile */
  942.  .mobile-nav-v9 {
  943.    position: fixed;
  944.    right: 0;
  945.    top: 0;
  946.    height: 100vh;
  947.    width: min(86vw, 420px);
  948.    background: var(--card-bg);
  949.    border-left: 1px solid var(--border-color);
  950.    transform: translateX(100%);
  951.    transition: transform 0.3s ease;
  952.    z-index: 350;
  953.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  954.  }
  955.  .mobile-nav-v9.show-v9 {
  956.    transform: translateX(0);
  957.  }
  958.  .mobile-wrap-v9 {
  959.    display: flex;
  960.    flex-direction: column;
  961.    height: 100%;
  962.  }
  963.  .mobile-head-v9 {
  964.    display: flex;
  965.    align-items: center;
  966.    justify-content: space-between;
  967.    padding: 16px;
  968.    background: var(--navbar-bg);
  969.  }
  970.  .mobile-title-v9 {
  971.    font-weight: 600;
  972.  }
  973.  .mobile-list-v9 {
  974.    list-style: none;
  975.    padding: 10px 12px 20px;
  976.    margin: 0;
  977.    overflow-y: auto;
  978.  }
  979.  .mobile-link-v9 {
  980.    display: flex;
  981.    align-items: center;
  982.    justify-content: space-between;
  983.    padding: 14px 12px;
  984.    border-radius: 12px;
  985.    text-decoration: none;
  986.    color: var(--navbar-color);
  987.    font-weight: 500;
  988.    transition: background 0.2s, color 0.2s;
  989.  }
  990.  .mobile-link-v9:hover,
  991.  .mobile-link-v9.active-v9 {
  992.    background: var(--sub-nav);
  993.    color: var(--topbar-color);
  994.  }
  995.  .mobile-group-v9 {
  996.    margin-top: 4px;
  997.  }
  998.  .mobile-sublist-v9 {
  999.    list-style: none;
  1000.    margin: 0;
  1001.    padding: 0;
  1002.    max-height: 0;
  1003.    overflow: auto;
  1004.    transition: max-height 0.25s ease;
  1005.    background:var(--navbar-bg);
  1006.    border-radius: 12px;
  1007.    margin-top: 6px;
  1008.  }
  1009.  .mobile-sublist-v9.show-v9 {
  1010.    max-height: 360px;
  1011.    background: var(--navbar-bg);
  1012.    padding: 6px 0;
  1013.  }
  1014.  .mobile-sublink-v9 {
  1015.    display: block;
  1016.    padding: 10px 16px;
  1017.    text-decoration: none;
  1018.    color: var(--navbar-color);
  1019.    border-radius: 10px;
  1020.    font-size: 14px;
  1021.  }
  1022.  .mobile-sublink-v9:hover {
  1023.    background: var(--sub-nav);
  1024.    color: var(--topbar-color);
  1025.  }
  1026.  .mobile-arrow-v9 {
  1027.    transition: transform 0.2s ease;
  1028.  }
  1029.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1030.    transform: rotate(180deg);
  1031.  }
  1032.  
  1033.  /* Overlay */
  1034.  .nav-overlay-v9 {
  1035.    position: fixed;
  1036.    inset: 0;
  1037.    background: rgba(0, 0, 0, 0.35);
  1038.    backdrop-filter: blur(4px);
  1039.    opacity: 0;
  1040.    visibility: hidden;
  1041.    transition: opacity 0.25s, visibility 0.25s;
  1042.    z-index: 200;
  1043.  }
  1044.  .nav-overlay-v9.show-v9 {
  1045.    opacity: 1;
  1046.    visibility: visible;
  1047.  }
  1048.  
  1049.  
  1050.  /* Utils */
  1051.  .visually-hidden {
  1052.    position: absolute !important;
  1053.    height: 1px;
  1054.    width: 1px;
  1055.    overflow: hidden;
  1056.    clip: rect(1px, 1px, 1px, 1px);
  1057.    white-space: nowrap;
  1058.  }
  1059.  
  1060.  /* Responsive tweaks */
  1061.  @media (max-width: 1300px) {
  1062.    .nav-card-v9 {
  1063.      padding: 12px 18px;
  1064.      border-radius: 16px;
  1065.    }
  1066.    .search-panel-v9 {
  1067.      width: calc(100% - 32px);
  1068.    }
  1069.  }
  1070.  @media (max-width: 576px) {
  1071.    .logo-img-v9 {
  1072.      max-height: 38px;
  1073.    }
  1074.  }
  1075. </style>
  1076.  
  1077. <script>
  1078.  /* ============ V9 JS ============ */
  1079.  ;(function () {
  1080.    const overlay = document.getElementById('navOverlayV9')
  1081.    const searchPanel = document.getElementById('searchPanelV9')
  1082.    const mobileNav = document.getElementById('mobileNavV9')
  1083.    const header = document.querySelector('.header-v9')
  1084.  
  1085.    function lockScroll(lock) {
  1086.      document.body.style.overflow = lock ? 'hidden' : ''
  1087.    }
  1088.  
  1089.    window.toggleSearchV9 = function () {
  1090.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1091.      const willOpen = !searchPanel.classList.contains('show-v9')
  1092.  
  1093.      // close mobile if open
  1094.      mobileNav.classList.remove('show-v9')
  1095.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1096.  
  1097.      searchPanel.classList.toggle('show-v9', willOpen)
  1098.      overlay.classList.toggle('show-v9', willOpen)
  1099.      btn?.setAttribute('aria-expanded', String(willOpen))
  1100.      lockScroll(willOpen)
  1101.  
  1102.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1103.    }
  1104.  
  1105.    window.toggleMobileNavV9 = function () {
  1106.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1107.      const willOpen = !mobileNav.classList.contains('show-v9')
  1108.  
  1109.      // close search if open
  1110.      searchPanel.classList.remove('show-v9')
  1111.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1112.  
  1113.      mobileNav.classList.toggle('show-v9', willOpen)
  1114.      overlay.classList.toggle('show-v9', willOpen)
  1115.      btn?.setAttribute('aria-expanded', String(willOpen))
  1116.      lockScroll(willOpen)
  1117.    }
  1118.  
  1119.    window.toggleMobileDropdownV9 = function (id) {
  1120.      const list = document.getElementById(id)
  1121.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1122.      const willOpen = !list.classList.contains('show-v9')
  1123.      // close siblings
  1124.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1125.        if (el.id !== id) el.classList.remove('show-v9')
  1126.      })
  1127.      list.classList.toggle('show-v9', willOpen)
  1128.      btn?.setAttribute('aria-expanded', String(willOpen))
  1129.    }
  1130.  
  1131.    window.closeAllV9 = function () {
  1132.      searchPanel.classList.remove('show-v9')
  1133.      mobileNav.classList.remove('show-v9')
  1134.      overlay.classList.remove('show-v9')
  1135.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1136.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1137.      lockScroll(false)
  1138.    }
  1139.  
  1140.    // ESC to close
  1141.    document.addEventListener('keydown', (e) => {
  1142.      if (e.key === 'Escape') window.closeAllV9()
  1143.    })
  1144.  
  1145.    // Sticky shrink on scroll
  1146.    let lastY = window.scrollY
  1147.    const onScroll = () => {
  1148.      const y = window.scrollY
  1149.      header.classList.toggle('is-scrolled', y > 10)
  1150.      lastY = y
  1151.    }
  1152.    onScroll()
  1153.    window.addEventListener('scroll', onScroll, { passive: true })
  1154.  
  1155.    // Suggestions fill
  1156.    document.addEventListener('click', (e) => {
  1157.      const btn = e.target.closest('.suggestion-v9')
  1158.      if (!btn) return
  1159.      const val = btn.getAttribute('data-fill') || ''
  1160.      const input = document.getElementById('q-v9')
  1161.      if (input) input.value = val
  1162.    })
  1163.  
  1164.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1165.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1166.    const moreCard = document.getElementById('more-desktop-v9')
  1167.    if (moreBtn && moreCard) {
  1168.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1169.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1170.    }
  1171.  })()
  1172. </script>
  1173.  
  1174. <script>
  1175.  document.addEventListener("DOMContentLoaded", function () {
  1176.    console.log("loaded");
  1177.  
  1178.     const searchInput = document.getElementById("search-input")
  1179.    const searchResults = document.getElementById("search-results");
  1180.  
  1181.    if (!searchInput || !searchResults) {
  1182.      console.error("Search input/results not found");
  1183.      return;
  1184.    }
  1185.  
  1186.    // Prevent form submission
  1187.    if (searchInput.form) {
  1188.      searchInput.form.addEventListener("submit", function (e) {
  1189.        e.preventDefault();
  1190.      });
  1191.    }
  1192.  
  1193.    // Add event listener for keyup
  1194.    searchInput.addEventListener("keyup", function (e) {
  1195.      console.log("Key pressed:", e.key);
  1196.      e.preventDefault();
  1197.  
  1198.      const query = searchInput.value.trim();
  1199.      console.log("User is typing: " + query);
  1200.  
  1201.      // If empty → clear and hide
  1202.      if (query === "") {
  1203.        searchResults.innerHTML = "";
  1204.        searchResults.style.display = "none";
  1205.        return;
  1206.      }
  1207.  
  1208.      // Show results
  1209.      searchResults.style.display = "block";
  1210.  
  1211.      // Fetch search results
  1212.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1213.        method: "GET",
  1214.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1215.      })
  1216.        .then(response => {
  1217.          console.log("Response Status:", response.status);
  1218.          return response.json();
  1219.        })
  1220.        .then(data => {
  1221.          console.log("Data received:", data);
  1222.          if (data.html) {
  1223.            searchResults.innerHTML = data.html;
  1224.          } else {
  1225.            searchResults.innerHTML = "<p>No results found.</p>";
  1226.          }
  1227.        })
  1228.        .catch(error => {
  1229.          console.error("Error fetching search results:", error);
  1230.        });
  1231.    });
  1232.  
  1233.    // Close results when clicking outside
  1234.    document.addEventListener("click", function (e) {
  1235.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1236.        searchResults.style.display = "none";
  1237.      }
  1238.    });
  1239.  
  1240.    // Close results on ESC key
  1241.    document.addEventListener("keydown", function (e) {
  1242.      if (e.key === "Escape") {
  1243.        searchResults.style.display = "none";
  1244.      }
  1245.    });
  1246.  });
  1247. </script>
  1248.  
  1249.  
  1250.        </header>
  1251.        <!-- end of header -->
  1252.        <!-- start of wpo-blog-hero -->
  1253.        
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261. <style>
  1262. .blog-hero-section {
  1263.    padding: 3rem 0;
  1264. }
  1265.  
  1266.  
  1267. .hero-grid {
  1268.    display: grid;
  1269.    grid-template-columns: 2fr 1fr 1fr;
  1270.    grid-template-rows: 1fr 1fr;
  1271.    gap: 1.5rem;
  1272.    height: 500px;
  1273. }
  1274.  
  1275. .hero-card {
  1276.    background: var(--card-bg);
  1277.    border-radius: 12px;
  1278.    overflow: hidden;
  1279.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1280.    transition: all 0.3s ease;
  1281.    position: relative;
  1282. }
  1283.  
  1284. .hero-card:hover {
  1285.    transform: translateY(-8px);
  1286.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1287. }
  1288.  
  1289. .main-hero {
  1290.    grid-row: 1 / -1;
  1291.    grid-column: 1;
  1292. }
  1293.  
  1294. .card-image {
  1295.    width: 100%;
  1296.    height: 60%;
  1297.    object-fit: cover;
  1298.    transition: transform 0.3s ease;
  1299. }
  1300.  
  1301. .main-hero .card-image {
  1302.    height: 65%;
  1303. }
  1304.  
  1305. .hero-card:hover .card-image {
  1306.    transform: scale(1.05);
  1307. }
  1308.  
  1309. .card-content {
  1310.    padding: 1.5rem;
  1311.    height: 40%;
  1312.    display: flex;
  1313.    flex-direction: column;
  1314.    justify-content: space-between;
  1315. }
  1316.  
  1317. .main-hero .card-content {
  1318.    height: 35%;
  1319. }
  1320.  
  1321. .category-badge {
  1322.    display: inline-block;
  1323.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1324.    color: white;
  1325.    padding: 0.4rem 1rem;
  1326.    border-radius: 20px;
  1327.    font-size: 0.8rem;
  1328.    font-weight: 600;
  1329.    text-transform: uppercase;
  1330.    letter-spacing: 0.5px;
  1331.    margin-bottom: 0.8rem;
  1332.    width: fit-content;
  1333. }
  1334.  
  1335. .card-title {
  1336.    font-size: 1.1rem;
  1337.    font-weight: 700;
  1338.    line-height: 1.4;
  1339.    margin-bottom: 0.5rem;
  1340. }
  1341.  
  1342. .main-hero .card-title {
  1343.    font-size: 1.6rem;
  1344.    line-height: 1.3;
  1345.    margin-bottom: 0.8rem;
  1346. }
  1347.  
  1348. .card-title a {
  1349.    color: var(--top-color);
  1350.    text-decoration: none;
  1351.    transition: color 0.3s ease;
  1352. }
  1353.  
  1354.  
  1355. .card-description {
  1356.    color: var(--top-color);
  1357.    line-height: 1.6;
  1358.    margin-bottom: 1rem;
  1359.    display: -webkit-box;
  1360.    -webkit-line-clamp: 2;
  1361.    -webkit-box-orient: vertical;
  1362.    overflow: hidden;
  1363. }
  1364.  
  1365. .main-hero .card-description {
  1366.    -webkit-line-clamp: 3;
  1367. }
  1368.  
  1369. .card-meta {
  1370.    display: flex;
  1371.    align-items: center;
  1372.    justify-content: space-between;
  1373.    margin-top: auto;
  1374. }
  1375.  
  1376. .author-section {
  1377.    display: flex;
  1378.    align-items: center;
  1379.    gap: 0.8rem;
  1380. }
  1381.  
  1382. .author-avatar {
  1383.    width: 35px;
  1384.    height: 35px;
  1385.    border-radius: 50%;
  1386.    object-fit: cover;
  1387.    border: 2px solid #f8f9fa;
  1388. }
  1389.  
  1390. .author-name {
  1391.    color: #667eea;
  1392.    text-decoration: none;
  1393.    font-weight: 600;
  1394.    font-size: 0.9rem;
  1395. }
  1396.  
  1397. .author-name:hover {
  1398.    text-decoration: underline;
  1399. }
  1400.  
  1401. .publish-date {
  1402.    color: #95a5a6;
  1403.    font-size: 0.85rem;
  1404.    font-weight: 500;
  1405. }
  1406.  
  1407. .side-card-1 {
  1408.    grid-column: 2;
  1409.    grid-row: 1;
  1410. }
  1411.  
  1412. .side-card-2 {
  1413.    grid-column: 3;
  1414.    grid-row: 1;
  1415. }
  1416.  
  1417. .side-card-3 {
  1418.    grid-column: 2 / 4;
  1419.    grid-row: 2;
  1420. }
  1421.  
  1422. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1423. @media (min-width: 992px) {
  1424.    
  1425.    .main-hero .card-image,
  1426.    .side-card-1 .card-image,
  1427.    .side-card-2 .card-image {
  1428.        height: 100%;
  1429.    }
  1430.    
  1431.    .main-hero .card-content,
  1432.    .side-card-1 .card-content,
  1433.    .side-card-2 .card-content {
  1434.        position: absolute;
  1435.        bottom: 0;
  1436.        left: 0;
  1437.        right: 0;
  1438.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1439.        color: white;
  1440.        padding: 2rem 1.5rem 1.5rem;
  1441.        height: auto;
  1442.    }
  1443.    
  1444.    .main-hero .card-content {
  1445.        padding: 3rem 2rem 2rem;
  1446.    }
  1447.    
  1448.    .main-hero .category-badge,
  1449.    .side-card-1 .category-badge,
  1450.    .side-card-2 .category-badge {
  1451.      
  1452.        margin-bottom: 0.8rem;
  1453.    }
  1454.    
  1455.    .main-hero .card-title a,
  1456.    .side-card-1 .card-title a,
  1457.    .side-card-2 .card-title a {
  1458.        color: white;
  1459.    }
  1460.    
  1461.    .main-hero .card-description {
  1462.        color: #f8f9fa;
  1463.    }
  1464.    
  1465.    .main-hero .author-name,
  1466.    .side-card-1 .author-name,
  1467.    .side-card-2 .author-name {
  1468.        color: #f8f9fa;
  1469.    }
  1470.    
  1471.    .main-hero .publish-date,
  1472.    .side-card-1 .publish-date,
  1473.    .side-card-2 .publish-date {
  1474.        color: #e9ecef;
  1475.    }
  1476. }
  1477.  
  1478. .side-card-3 {
  1479.    display: flex;
  1480.    flex-direction: row;
  1481. }
  1482.  
  1483. .side-card-3 .card-image {
  1484.    width: 40%;
  1485.    height: 100%;
  1486. }
  1487.  
  1488. .side-card-3 .card-content {
  1489.    width: 60%;
  1490.    height: 100%;
  1491.    padding: 1.5rem;
  1492. }
  1493.  
  1494. /* Mobile Responsive */
  1495. @media (max-width: 992px) {
  1496.    .hero-grid {
  1497.        grid-template-columns: 1fr;
  1498.        grid-template-rows: auto;
  1499.        height: auto;
  1500.        gap: 1rem;
  1501.    }
  1502.    
  1503.    .main-hero {
  1504.        grid-row: 1;
  1505.        grid-column: 1;
  1506.    }
  1507.    
  1508.    .side-card-1, .side-card-2, .side-card-3 {
  1509.        grid-column: 1;
  1510.        grid-row: auto;
  1511.    }
  1512.    
  1513.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1514.    .main-hero .card-content,
  1515.    .side-card-1 .card-content,
  1516.    .side-card-2 .card-content {
  1517.        position: relative;
  1518.        background: var(--card-bg);
  1519.        color: inherit;
  1520.        padding: 1.5rem;
  1521.        height: auto;
  1522.    }
  1523.    
  1524.    .main-hero .card-image,
  1525.    .side-card-1 .card-image,
  1526.    .side-card-2 .card-image {
  1527.        height: 200px;
  1528.    }
  1529.    
  1530.    .main-hero .card-image {
  1531.        height: 250px;
  1532.    }
  1533.    
  1534.    .main-hero .category-badge,
  1535.    .side-card-1 .category-badge,
  1536.    .side-card-2 .category-badge {
  1537.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1538.        color: white;
  1539.    }
  1540.    
  1541.    .main-hero .card-title a,
  1542.    .side-card-1 .card-title a,
  1543.    .side-card-2 .card-title a {
  1544.        color: var(--top-color);
  1545.    }
  1546.    
  1547.    .main-hero .card-description {
  1548.        color: #7f8c8d;
  1549.    }
  1550.    
  1551.    .main-hero .author-name,
  1552.    .side-card-1 .author-name,
  1553.    .side-card-2 .author-name {
  1554.        color: #667eea;
  1555.    }
  1556.    
  1557.    .main-hero .publish-date,
  1558.    .side-card-1 .publish-date,
  1559.    .side-card-2 .publish-date {
  1560.        color: #95a5a6;
  1561.    }
  1562.    
  1563.    .side-card-3 {
  1564.        flex-direction: column;
  1565.    }
  1566.    
  1567.    .side-card-3 .card-image {
  1568.        width: 100%;
  1569.        height: 200px;
  1570.    }
  1571.    
  1572.    .side-card-3 .card-content {
  1573.        width: 100%;
  1574.        height: auto;
  1575.    }
  1576.    
  1577.    .card-image {
  1578.        height: 200px;
  1579.    }
  1580.    
  1581.    .main-hero .card-image {
  1582.        height: 250px;
  1583.    }
  1584.    
  1585.    .main-hero .card-content {
  1586.        height: auto;
  1587.    }
  1588. }
  1589. </style>
  1590.  
  1591. <div class="blog-hero-section">
  1592.    <div class="container-fluid fluid-container">
  1593.        <div class="hero-grid">
  1594.            <!-- Main Featured Post -->
  1595.            
  1596.                              
  1597.                    <article class="hero-card main-hero">
  1598.                        
  1599.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The visitors Include the off-spinner in Line-up for The Ashes series Initial Match" class="card-image">
  1600.                        
  1601.                        
  1602.                        <div class="card-content">
  1603.                            <div>
  1604.                                <span class="category-badge">News</span>
  1605.                                <h2 class="card-title">
  1606.                                    <a href="/the-visitors-include-the-off-spinner-in-line-up-for-the-ashes-series-initial-match/">
  1607.                                        The visitors Include the off-spinner in Line-up for The Ashes series Initial Match
  1608.                                    </a>
  1609.                                </h2>
  1610.                                <p class="card-description"></p>
  1611.                            </div>
  1612.                            
  1613.                            <div class="card-meta">
  1614.                                <div class="author-section">
  1615.                                    
  1616.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" class="author-avatar">
  1617.                                    
  1618.                                    <a href="#" class="author-name">Tracy Edwards</a>
  1619.                                </div>
  1620.                                <span class="publish-date">May 13, 2026</span>
  1621.                            </div>
  1622.                        </div>
  1623.                    </article>
  1624.                
  1625.            
  1626.  
  1627.            <!-- Side Cards -->
  1628.            
  1629.                <article class="hero-card side-card-1">
  1630.                    
  1631.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Olympian and Several Eritreans Freed After 18 Years Without Trial, Relatives Say" class="card-image">
  1632.                    
  1633.                    
  1634.                    <div class="card-content">
  1635.                        <div>
  1636.                            <span class="category-badge">News</span>
  1637.                            <h3 class="card-title">
  1638.                                <a href="/olympian-and-several-eritreans-freed-after-18-years-without-trial-relatives-say/">
  1639.                                    Olympian and Several Eritreans Freed After 18 Years Without Trial, Relatives Say
  1640.                                </a>
  1641.                            </h3>
  1642.                            <p class="card-description"></p>
  1643.                        </div>
  1644.                        
  1645.                        <div class="card-meta">
  1646.                            <div class="author-section">
  1647.                                <a href="#" class="author-name">Tracy Edwards</a>
  1648.                            </div>
  1649.                            <span class="publish-date">May 13</span>
  1650.                        </div>
  1651.                    </div>
  1652.                </article>
  1653.            
  1654.                <article class="hero-card side-card-2">
  1655.                    
  1656.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade" class="card-image">
  1657.                    
  1658.                    
  1659.                    <div class="card-content">
  1660.                        <div>
  1661.                            <span class="category-badge">News</span>
  1662.                            <h3 class="card-title">
  1663.                                <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/">
  1664.                                    The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  1665.                                </a>
  1666.                            </h3>
  1667.                            <p class="card-description"></p>
  1668.                        </div>
  1669.                        
  1670.                        <div class="card-meta">
  1671.                            <div class="author-section">
  1672.                                <a href="#" class="author-name">Tracy Edwards</a>
  1673.                            </div>
  1674.                            <span class="publish-date">May 12</span>
  1675.                        </div>
  1676.                    </div>
  1677.                </article>
  1678.            
  1679.                <article class="hero-card side-card-3">
  1680.                    
  1681.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Disturbing Unearthing: Bodies of Missing Mum and Daughter Found in Freezers in Austria" class="card-image">
  1682.                    
  1683.                    
  1684.                    <div class="card-content">
  1685.                        <div>
  1686.                            <span class="category-badge">News</span>
  1687.                            <h3 class="card-title">
  1688.                                <a href="/disturbing-unearthing-bodies-of-missing-mum-and-daughter-found-in-freezers-in-austria/">
  1689.                                    Disturbing Unearthing: Bodies of Missing Mum and Daughter Found in Freezers in Austria
  1690.                                </a>
  1691.                            </h3>
  1692.                            <p class="card-description"></p>
  1693.                        </div>
  1694.                        
  1695.                        <div class="card-meta">
  1696.                            <div class="author-section">
  1697.                                <a href="#" class="author-name">Tracy Edwards</a>
  1698.                            </div>
  1699.                            <span class="publish-date">May 12</span>
  1700.                        </div>
  1701.                    </div>
  1702.                </article>
  1703.            
  1704.        </div>
  1705.    </div>
  1706. </div>
  1707.  
  1708.  
  1709.  
  1710.  
  1711.        <!-- end of wpo-blog-hero -->
  1712.  
  1713.        <!-- start of wpo-breacking-news -->
  1714.        
  1715.        <!-- end of wpo-breacking-news -->
  1716.        
  1717.        <!-- start wpo-blog-highlights-section -->
  1718.        
  1719.  
  1720.  
  1721.  
  1722.    
  1723.  
  1724.  
  1725.  
  1726. <style>
  1727.    .blog-highlights-v3 {
  1728.        padding: 0px 0;
  1729.    }
  1730.    
  1731.    .blog-card-v3 {
  1732.        border: 1px solid #e9ecef;
  1733.        border-radius: 8px;
  1734.        overflow: hidden;
  1735.        transition: all 0.3s ease;
  1736.        background: white;
  1737.        height: 100%;
  1738.    }
  1739.    
  1740.    .blog-card-v3:hover {
  1741.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1742.    }
  1743.    
  1744.    .blog-image-v3 {
  1745.        position: relative;
  1746.        overflow: hidden;
  1747.        height: 200px;
  1748.    }
  1749.    
  1750.    .blog-image-v3 img {
  1751.        width: 100%;
  1752.        height: 100%;
  1753.        object-fit: cover;
  1754.        transition: opacity 0.3s ease;
  1755.    }
  1756.    
  1757.    .blog-card-v3:hover .blog-image-v3 img {
  1758.        opacity: 0.9;
  1759.    }
  1760.    
  1761.    .blog-category-v3 {
  1762.        position: absolute;
  1763.        top: 12px;
  1764.        right: 12px;
  1765.        padding: 4px 12px;
  1766.        border-radius: 4px;
  1767.        font-size: 11px;
  1768.        font-weight: 600;
  1769.        text-transform: uppercase;
  1770.        letter-spacing: 0.8px;
  1771.    }
  1772.    
  1773.    .blog-content-v3 {
  1774.        padding: 20px;
  1775.    }
  1776.    
  1777.    .blog-title-v3 {
  1778.        font-size: 16px;
  1779.        font-weight: 600;
  1780.        line-height: 1.5;
  1781.        margin-bottom: 12px;
  1782.        min-height: 48px;
  1783.    }
  1784.    
  1785.    .blog-title-v3 a {
  1786.        text-decoration: none;
  1787.        transition: color 0.2s ease;
  1788.    }
  1789.    
  1790.    .blog-meta-v3 {
  1791.        display: flex;
  1792.        align-items: center;
  1793.        gap: 8px;
  1794.        margin-bottom: 10px;
  1795.        font-size: 12px;
  1796.        border-bottom: 1px solid #f1f3f4;
  1797.        padding-bottom: 10px;
  1798.    }
  1799.    
  1800.    .blog-author-img-v3 {
  1801.        width: 24px;
  1802.        height: 24px;
  1803.        border-radius: 50%;
  1804.        object-fit: cover;
  1805.    }
  1806.    
  1807.    .blog-excerpt-v3 {
  1808.        font-size: 13px;
  1809.        line-height: 1.5;
  1810.        opacity: 0.7;
  1811.        display: -webkit-box;
  1812.        -webkit-line-clamp: 2;
  1813.        -webkit-box-orient: vertical;
  1814.        overflow: hidden;
  1815.    }
  1816.    
  1817.    .section-title-v3 {
  1818.        font-size: 2.8rem;
  1819.        font-weight: 700;
  1820.        text-align: center;
  1821.        margin-bottom: 20px;
  1822.    }
  1823.    
  1824.    .section-subtitle-v3 {
  1825.        text-align: center;
  1826.        font-size: 1rem;
  1827.        opacity: 0.7;
  1828.        margin-bottom: 60px;
  1829.    }
  1830.  
  1831.    @media (max-width: 768px) {
  1832.        .section-title-v3 {
  1833.            font-size: 2.2rem;
  1834.        }
  1835.        .blog-highlights-v3 {
  1836.            padding: 0px 0;
  1837.        }
  1838.        .blog-content-v3 {
  1839.            padding: 16px;
  1840.        }
  1841.    }
  1842. </style>
  1843.  
  1844. <section class="blog-highlights-v3">
  1845.    <div class="container-fluid fluid-container">
  1846.        <div class="row">
  1847.            <div class="col-12">
  1848.                <h2 class="section-title-v3 top-color">
  1849.                Today's Top Highlights
  1850.                   </h2>
  1851.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1852.            </div>
  1853.        </div>
  1854.        
  1855.        <div class="row">
  1856.            <div class="col-lg-8 col-12">
  1857.                <div class="row g-3">
  1858.                    
  1859.                    <div class="col-lg-6 col-md-6 col-12">
  1860.                        <div class="card blog-card-v3">
  1861.                            <div class="blog-image-v3">
  1862.                                
  1863.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1864.                                
  1865.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1866.                            </div>
  1867.                            <div class="blog-content-v3">
  1868.                                <h3 class="blog-title-v3">
  1869.                                    <a href="/calm-finish-to-messis-visit-to-india-after-unrest-in-kolkata/" class="top-color">
  1870.                                    Calm Finish to Messi&#x27;s Visit to India After Unrest in Kolkata
  1871.                                    </a>
  1872.                                </h3>
  1873.                                <div class="blog-meta-v3">
  1874.                                    
  1875.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  1876.                                    
  1877.                                    
  1878.                                    <span class="top-color">By Tracy Edwards</span>
  1879.                                    <span class="top-color">•</span>
  1880.                                    <span class="top-color">12 May 2026</span>
  1881.                                </div>
  1882.                                <p class="blog-excerpt-v3 top-color"></p>
  1883.                            </div>
  1884.                        </div>
  1885.                    </div>
  1886.                    
  1887.                    <div class="col-lg-6 col-md-6 col-12">
  1888.                        <div class="card blog-card-v3">
  1889.                            <div class="blog-image-v3">
  1890.                                
  1891.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1892.                                
  1893.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1894.                            </div>
  1895.                            <div class="blog-content-v3">
  1896.                                <h3 class="blog-title-v3">
  1897.                                    <a href="/esteemed-photographer-brian-harris-life-story-an-existence-through-the-lens/" class="top-color">
  1898.                                    Esteemed Photographer Brian Harris Life Story: An Existence Through the Lens
  1899.                                    </a>
  1900.                                </h3>
  1901.                                <div class="blog-meta-v3">
  1902.                                    
  1903.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  1904.                                    
  1905.                                    
  1906.                                    <span class="top-color">By Tracy Edwards</span>
  1907.                                    <span class="top-color">•</span>
  1908.                                    <span class="top-color">12 May 2026</span>
  1909.                                </div>
  1910.                                <p class="blog-excerpt-v3 top-color"></p>
  1911.                            </div>
  1912.                        </div>
  1913.                    </div>
  1914.                    
  1915.                    <div class="col-lg-6 col-md-6 col-12">
  1916.                        <div class="card blog-card-v3">
  1917.                            <div class="blog-image-v3">
  1918.                                
  1919.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1920.                                
  1921.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1922.                            </div>
  1923.                            <div class="blog-content-v3">
  1924.                                <h3 class="blog-title-v3">
  1925.                                    <a href="/metropolitan-museum-confronts-lawsuit-over-allegedly-nazi-looted-van-gogh-artwork/" class="top-color">
  1926.                                    Metropolitan Museum Confronts Lawsuit Over Allegedly Nazi-Looted Van Gogh Artwork
  1927.                                    </a>
  1928.                                </h3>
  1929.                                <div class="blog-meta-v3">
  1930.                                    
  1931.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  1932.                                    
  1933.                                    
  1934.                                    <span class="top-color">By Tracy Edwards</span>
  1935.                                    <span class="top-color">•</span>
  1936.                                    <span class="top-color">12 May 2026</span>
  1937.                                </div>
  1938.                                <p class="blog-excerpt-v3 top-color"></p>
  1939.                            </div>
  1940.                        </div>
  1941.                    </div>
  1942.                    
  1943.                    <div class="col-lg-6 col-md-6 col-12">
  1944.                        <div class="card blog-card-v3">
  1945.                            <div class="blog-image-v3">
  1946.                                
  1947.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1948.                                
  1949.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1950.                            </div>
  1951.                            <div class="blog-content-v3">
  1952.                                <h3 class="blog-title-v3">
  1953.                                    <a href="/american-lawmaker-calls-on-former-prince-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="top-color">
  1954.                                    American Lawmaker Calls On Former Prince Andrew to Testify in Jeffrey Epstein Inquiry
  1955.                                    </a>
  1956.                                </h3>
  1957.                                <div class="blog-meta-v3">
  1958.                                    
  1959.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  1960.                                    
  1961.                                    
  1962.                                    <span class="top-color">By Tracy Edwards</span>
  1963.                                    <span class="top-color">•</span>
  1964.                                    <span class="top-color">12 May 2026</span>
  1965.                                </div>
  1966.                                <p class="blog-excerpt-v3 top-color"></p>
  1967.                            </div>
  1968.                        </div>
  1969.                    </div>
  1970.                    
  1971.                    <div class="col-lg-6 col-md-6 col-12">
  1972.                        <div class="card blog-card-v3">
  1973.                            <div class="blog-image-v3">
  1974.                                
  1975.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1976.                                
  1977.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1978.                            </div>
  1979.                            <div class="blog-content-v3">
  1980.                                <h3 class="blog-title-v3">
  1981.                                    <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-state-immunity-in-spyware-allegations/" class="top-color">
  1982.                                    The Gulf nation to Argue at UK Supreme Court Over State Immunity in Spyware Allegations
  1983.                                    </a>
  1984.                                </h3>
  1985.                                <div class="blog-meta-v3">
  1986.                                    
  1987.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  1988.                                    
  1989.                                    
  1990.                                    <span class="top-color">By Tracy Edwards</span>
  1991.                                    <span class="top-color">•</span>
  1992.                                    <span class="top-color">12 May 2026</span>
  1993.                                </div>
  1994.                                <p class="blog-excerpt-v3 top-color"></p>
  1995.                            </div>
  1996.                        </div>
  1997.                    </div>
  1998.                    
  1999.                    <div class="col-lg-6 col-md-6 col-12">
  2000.                        <div class="card blog-card-v3">
  2001.                            <div class="blog-image-v3">
  2002.                                
  2003.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2004.                                
  2005.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2006.                            </div>
  2007.                            <div class="blog-content-v3">
  2008.                                <h3 class="blog-title-v3">
  2009.                                    <a href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" class="top-color">
  2010.                                    The Visionary Filmmaker Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  2011.                                    </a>
  2012.                                </h3>
  2013.                                <div class="blog-meta-v3">
  2014.                                    
  2015.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2016.                                    
  2017.                                    
  2018.                                    <span class="top-color">By Tracy Edwards</span>
  2019.                                    <span class="top-color">•</span>
  2020.                                    <span class="top-color">11 May 2026</span>
  2021.                                </div>
  2022.                                <p class="blog-excerpt-v3 top-color"></p>
  2023.                            </div>
  2024.                        </div>
  2025.                    </div>
  2026.                    
  2027.                    <div class="col-lg-6 col-md-6 col-12">
  2028.                        <div class="card blog-card-v3">
  2029.                            <div class="blog-image-v3">
  2030.                                
  2031.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2032.                                
  2033.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2034.                            </div>
  2035.                            <div class="blog-content-v3">
  2036.                                <h3 class="blog-title-v3">
  2037.                                    <a href="/shackled-isolated-and-terrified-the-bleak-reality-for-female-inmates-forced-to-deliver-in-incarceration/" class="top-color">
  2038.                                    Shackled, Isolated and Terrified: The Bleak Reality for Female Inmates Forced to Deliver in Incarceration.
  2039.                                    </a>
  2040.                                </h3>
  2041.                                <div class="blog-meta-v3">
  2042.                                    
  2043.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2044.                                    
  2045.                                    
  2046.                                    <span class="top-color">By Tracy Edwards</span>
  2047.                                    <span class="top-color">•</span>
  2048.                                    <span class="top-color">11 May 2026</span>
  2049.                                </div>
  2050.                                <p class="blog-excerpt-v3 top-color"></p>
  2051.                            </div>
  2052.                        </div>
  2053.                    </div>
  2054.                    
  2055.                    <div class="col-lg-6 col-md-6 col-12">
  2056.                        <div class="card blog-card-v3">
  2057.                            <div class="blog-image-v3">
  2058.                                
  2059.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2060.                                
  2061.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2062.                            </div>
  2063.                            <div class="blog-content-v3">
  2064.                                <h3 class="blog-title-v3">
  2065.                                    <a href="/an-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-sleep-on-her-dormitory-floor/" class="top-color">
  2066.                                    An Account of Surprising Kindness: The Time a University Student Allowed Me to Sleep on Her Dormitory Floor
  2067.                                    </a>
  2068.                                </h3>
  2069.                                <div class="blog-meta-v3">
  2070.                                    
  2071.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2072.                                    
  2073.                                    
  2074.                                    <span class="top-color">By Tracy Edwards</span>
  2075.                                    <span class="top-color">•</span>
  2076.                                    <span class="top-color">11 May 2026</span>
  2077.                                </div>
  2078.                                <p class="blog-excerpt-v3 top-color"></p>
  2079.                            </div>
  2080.                        </div>
  2081.                    </div>
  2082.                    
  2083.                    <div class="col-lg-6 col-md-6 col-12">
  2084.                        <div class="card blog-card-v3">
  2085.                            <div class="blog-image-v3">
  2086.                                
  2087.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2088.                                
  2089.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2090.                            </div>
  2091.                            <div class="blog-content-v3">
  2092.                                <h3 class="blog-title-v3">
  2093.                                    <a href="/amid-those-ruined-debris-of-an-residential-building-i-saw-a-book-id-translated/" class="top-color">
  2094.                                    Amid those Ruined Debris of an Residential Building, I Saw a Book I’d Translated
  2095.                                    </a>
  2096.                                </h3>
  2097.                                <div class="blog-meta-v3">
  2098.                                    
  2099.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2100.                                    
  2101.                                    
  2102.                                    <span class="top-color">By Tracy Edwards</span>
  2103.                                    <span class="top-color">•</span>
  2104.                                    <span class="top-color">11 May 2026</span>
  2105.                                </div>
  2106.                                <p class="blog-excerpt-v3 top-color"></p>
  2107.                            </div>
  2108.                        </div>
  2109.                    </div>
  2110.                    
  2111.                    <div class="col-lg-6 col-md-6 col-12">
  2112.                        <div class="card blog-card-v3">
  2113.                            <div class="blog-image-v3">
  2114.                                
  2115.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2116.                                
  2117.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2118.                            </div>
  2119.                            <div class="blog-content-v3">
  2120.                                <h3 class="blog-title-v3">
  2121.                                    <a href="/3-game-pass-games-were-playing-this-weekend-october-10-12/" class="top-color">
  2122.                                    3 Game Pass Games We&#x27;re Playing This Weekend (October 10-12)
  2123.                                    </a>
  2124.                                </h3>
  2125.                                <div class="blog-meta-v3">
  2126.                                    
  2127.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2128.                                    
  2129.                                    
  2130.                                    <span class="top-color">By Tracy Edwards</span>
  2131.                                    <span class="top-color">•</span>
  2132.                                    <span class="top-color">11 May 2026</span>
  2133.                                </div>
  2134.                                <p class="blog-excerpt-v3 top-color"></p>
  2135.                            </div>
  2136.                        </div>
  2137.                    </div>
  2138.                    
  2139.                    <div class="col-lg-6 col-md-6 col-12">
  2140.                        <div class="card blog-card-v3">
  2141.                            <div class="blog-image-v3">
  2142.                                
  2143.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2144.                                
  2145.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2146.                            </div>
  2147.                            <div class="blog-content-v3">
  2148.                                <h3 class="blog-title-v3">
  2149.                                    <a href="/life-for-120000-displaced-people-in-mauritanias-vast-mbera-camp-on-the-malians-frontier/" class="top-color">
  2150.                                    Life for 120,000 Displaced People in Mauritania&#x27;s Vast Mbera Camp on the Malians Frontier.
  2151.                                    </a>
  2152.                                </h3>
  2153.                                <div class="blog-meta-v3">
  2154.                                    
  2155.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2156.                                    
  2157.                                    
  2158.                                    <span class="top-color">By Tracy Edwards</span>
  2159.                                    <span class="top-color">•</span>
  2160.                                    <span class="top-color">11 May 2026</span>
  2161.                                </div>
  2162.                                <p class="blog-excerpt-v3 top-color"></p>
  2163.                            </div>
  2164.                        </div>
  2165.                    </div>
  2166.                    
  2167.                    <div class="col-lg-6 col-md-6 col-12">
  2168.                        <div class="card blog-card-v3">
  2169.                            <div class="blog-image-v3">
  2170.                                
  2171.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2172.                                
  2173.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2174.                            </div>
  2175.                            <div class="blog-content-v3">
  2176.                                <h3 class="blog-title-v3">
  2177.                                    <a href="/the-way-a-american-military-veteran-assisted-the-venezuelan-opposition-leader-flee-her-homeland/" class="top-color">
  2178.                                    The Way a American Military Veteran Assisted the Venezuelan Opposition Leader Flee Her Homeland
  2179.                                    </a>
  2180.                                </h3>
  2181.                                <div class="blog-meta-v3">
  2182.                                    
  2183.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="blog-author-img-v3">
  2184.                                    
  2185.                                    
  2186.                                    <span class="top-color">By Tracy Edwards</span>
  2187.                                    <span class="top-color">•</span>
  2188.                                    <span class="top-color">11 May 2026</span>
  2189.                                </div>
  2190.                                <p class="blog-excerpt-v3 top-color"></p>
  2191.                            </div>
  2192.                        </div>
  2193.                    </div>
  2194.                    
  2195.                    
  2196.  
  2197.                </div>
  2198.            </div>
  2199.            
  2200.             <div class="col col-lg-4 col-12">
  2201.                
  2202.  
  2203.  
  2204.  
  2205.    
  2206.  
  2207.  
  2208. <!-- Blog Sidebar V2 - Focused Design -->
  2209.  <div class="sidebar mb-3">
  2210.    <!-- Recent Posts Section -->
  2211.    <div class="sidebar-widget mb-4">
  2212.      <div class="widget-title-wrapper mb-3">
  2213.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2214.          <i class="ti-time me-2"></i>Recent Posts
  2215.          <span class="title-arrow-primary"></span>
  2216.        </h4>
  2217.      </div>
  2218.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2219.        <div class="recent-post-list">
  2220.          
  2221.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2222.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2223.              
  2224.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2225.              
  2226.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2227.            </div>
  2228.            <div class="post-content flex-grow-1">
  2229.              <h6 class="post-title mb-2">
  2230.                <a href="/a-guide-to-speak-dating-like-gen-z-51-ultra-specific-terms-for-love-intimacy-and-bad-behaviour/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2231.                                            A Guide to Speak Dating Like Gen Z: 51 Ultra-Specific Terms for Love, Intimacy and Bad Behaviour
  2232.                                            </a>
  2233.              </h6>
  2234.              <div class="post-meta">
  2235.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2236.                <!-- <small class="text-muted">
  2237.                  <i class="ti-eye me-1"></i>348 views
  2238.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2239.                </small> -->
  2240.              </div>
  2241.            </div>
  2242.          </div>
  2243.          
  2244.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2245.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2246.              
  2247.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2248.              
  2249.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2250.            </div>
  2251.            <div class="post-content flex-grow-1">
  2252.              <h6 class="post-title mb-2">
  2253.                <a href="/donald-trump-and-his-followers-envision-a-world-lacking-global-legal-norms-yet-they-will-not-attain-this-goal/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2254.                                            Donald Trump and His Followers Envision a World Lacking Global Legal Norms – Yet They Will Not Attain This Goal
  2255.                                            </a>
  2256.              </h6>
  2257.              <div class="post-meta">
  2258.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2259.                <!-- <small class="text-muted">
  2260.                  <i class="ti-eye me-1"></i>348 views
  2261.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2262.                </small> -->
  2263.              </div>
  2264.            </div>
  2265.          </div>
  2266.          
  2267.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2268.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2269.              
  2270.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2271.              
  2272.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2273.            </div>
  2274.            <div class="post-content flex-grow-1">
  2275.              <h6 class="post-title mb-2">
  2276.                <a href="/swedish-team-lineup-alexander-isak-selected-while-viktor-gyokeres-misses-out/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2277.                                            Swedish Team Lineup: Alexander Isak Selected While Viktor Gyokeres Misses Out
  2278.                                            </a>
  2279.              </h6>
  2280.              <div class="post-meta">
  2281.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2282.                <!-- <small class="text-muted">
  2283.                  <i class="ti-eye me-1"></i>348 views
  2284.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2285.                </small> -->
  2286.              </div>
  2287.            </div>
  2288.          </div>
  2289.          
  2290.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2291.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2292.              
  2293.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2294.              
  2295.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2296.            </div>
  2297.            <div class="post-content flex-grow-1">
  2298.              <h6 class="post-title mb-2">
  2299.                <a href="/uae-declines-to-join-gazan-stabilisation-force-without-clear-juridical-structure/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2300.                                            UAE Declines to Join Gazan Stabilisation Force Without Clear Juridical Structure
  2301.                                            </a>
  2302.              </h6>
  2303.              <div class="post-meta">
  2304.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2305.                <!-- <small class="text-muted">
  2306.                  <i class="ti-eye me-1"></i>348 views
  2307.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2308.                </small> -->
  2309.              </div>
  2310.            </div>
  2311.          </div>
  2312.          
  2313.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2314.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2315.              
  2316.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2317.              
  2318.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2319.            </div>
  2320.            <div class="post-content flex-grow-1">
  2321.              <h6 class="post-title mb-2">
  2322.                <a href="/abigail-spanberger-establishes-a-landmark-as-first-female-state-leader/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2323.                                            Abigail Spanberger Establishes a Landmark as First Female State Leader
  2324.                                            </a>
  2325.              </h6>
  2326.              <div class="post-meta">
  2327.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2328.                <!-- <small class="text-muted">
  2329.                  <i class="ti-eye me-1"></i>348 views
  2330.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2331.                </small> -->
  2332.              </div>
  2333.            </div>
  2334.          </div>
  2335.          
  2336.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2337.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2338.              
  2339.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2340.              
  2341.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2342.            </div>
  2343.            <div class="post-content flex-grow-1">
  2344.              <h6 class="post-title mb-2">
  2345.                <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-the-actor-play-him-on-screen/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2346.                                            ‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing The Actor Play Him On Screen
  2347.                                            </a>
  2348.              </h6>
  2349.              <div class="post-meta">
  2350.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2351.                <!-- <small class="text-muted">
  2352.                  <i class="ti-eye me-1"></i>348 views
  2353.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2354.                </small> -->
  2355.              </div>
  2356.            </div>
  2357.          </div>
  2358.          
  2359.  
  2360.        </div>
  2361.  
  2362.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2363.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2364.        </div> -->
  2365.      </div>
  2366.    </div>
  2367.    
  2368.    
  2369.    <div class="sidebar-widget mb-4">
  2370.      <div class="widget-title-wrapper mb-3">
  2371.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2372.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2373.          <span class="title-arrow"></span>
  2374.        </h4>
  2375.      </div>
  2376.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2377.        <div class="blog-roll-list scrollable-sidebar">
  2378.          
  2379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2380.            <a href="https://on360.ca/"  rel="dofollow" class="text-decoration-none ">
  2381.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2382.                <i class="ti-angle-right me-2 text-primary"></i>
  2383.                 online casino canada
  2384.              </h6>
  2385.            </a>
  2386.          </div>
  2387.          
  2388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.            <a href="https://camanjs.com/"  rel="dofollow" class="text-decoration-none ">
  2390.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2391.                <i class="ti-angle-right me-2 text-primary"></i>
  2392.                 online casino canada
  2393.              </h6>
  2394.            </a>
  2395.          </div>
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://www.cma2019.ca/"  rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                 meilleurs casinos en ligne
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://www.campagnepourlalecture.ca/"  rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                 meilleur casino en ligne canada
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none ">
  2417.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                 best sports betting sites canada
  2420.              </h6>
  2421.            </a>
  2422.          </div>
  2423.          
  2424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.            <a href="https://www.knexusgroup.com/"  rel="dofollow" class="text-decoration-none ">
  2426.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2427.                <i class="ti-angle-right me-2 text-primary"></i>
  2428.                 online casino
  2429.              </h6>
  2430.            </a>
  2431.          </div>
  2432.          
  2433.  
  2434.        </div>
  2435.  
  2436.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2437.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2438.        </div> -->
  2439.      </div>
  2440.    </div>
  2441.    
  2442.    <div class="sidebar-widget mb-4">
  2443.      <div class="widget-title-wrapper mb-3">
  2444.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2445.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2446.          <span class="title-arrow"></span>
  2447.        </h4>
  2448.      </div>
  2449.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2450.        <div class="blog-roll-list scrollable-sidebar">
  2451.          
  2452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.            <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none ">
  2454.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2455.                <i class="ti-angle-right me-2 text-primary"></i>
  2456.                 online casino canada
  2457.              </h6>
  2458.            </a>
  2459.          </div>
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none ">
  2463.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                 online casinos canada
  2466.              </h6>
  2467.            </a>
  2468.          </div>
  2469.          
  2470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2471.            <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none ">
  2472.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2473.                <i class="ti-angle-right me-2 text-primary"></i>
  2474.                 online casino real money
  2475.              </h6>
  2476.            </a>
  2477.          </div>
  2478.          
  2479.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2480.            <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none ">
  2481.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2482.                <i class="ti-angle-right me-2 text-primary"></i>
  2483.                 online casino
  2484.              </h6>
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none ">
  2490.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                 online casino canada
  2493.              </h6>
  2494.            </a>
  2495.          </div>
  2496.          
  2497.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2498.            <a href="https://www.hyperionbrewing.com/"  rel="dofollow" class="text-decoration-none ">
  2499.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2500.                <i class="ti-angle-right me-2 text-primary"></i>
  2501.                 crypto casinos
  2502.              </h6>
  2503.            </a>
  2504.          </div>
  2505.          
  2506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.            <a href="https://www.directioninformatique.com/"  rel="dofollow" class="text-decoration-none ">
  2508.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2509.                <i class="ti-angle-right me-2 text-primary"></i>
  2510.                 meilleurs casinos en ligne
  2511.              </h6>
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none ">
  2517.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                 ontario online casino
  2520.              </h6>
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://phpartners.org/"  rel="dofollow" class="text-decoration-none ">
  2526.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                 online casinos
  2529.              </h6>
  2530.            </a>
  2531.          </div>
  2532.          
  2533.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2534.            <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none ">
  2535.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2536.                <i class="ti-angle-right me-2 text-primary"></i>
  2537.                 online casino
  2538.              </h6>
  2539.            </a>
  2540.          </div>
  2541.          
  2542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.            <a href="https://www.smartsaver.org/"  rel="dofollow" class="text-decoration-none ">
  2544.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2545.                <i class="ti-angle-right me-2 text-primary"></i>
  2546.                 online casino canada
  2547.              </h6>
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none ">
  2553.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                 online casino canada
  2556.              </h6>
  2557.            </a>
  2558.          </div>
  2559.          
  2560.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.            <a href="https://www.itwc.ca/"  rel="dofollow" class="text-decoration-none ">
  2562.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2563.                <i class="ti-angle-right me-2 text-primary"></i>
  2564.                 online casino canada
  2565.              </h6>
  2566.            </a>
  2567.          </div>
  2568.          
  2569.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2570.            <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none ">
  2571.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2572.                <i class="ti-angle-right me-2 text-primary"></i>
  2573.                 online casino canada
  2574.              </h6>
  2575.            </a>
  2576.          </div>
  2577.          
  2578.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2579.            <a href="https://www.albertaoilmagazine.com/"  rel="dofollow" class="text-decoration-none ">
  2580.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2581.                <i class="ti-angle-right me-2 text-primary"></i>
  2582.                 online casinos
  2583.              </h6>
  2584.            </a>
  2585.          </div>
  2586.          
  2587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2588.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2589.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2590.                <i class="ti-angle-right me-2 text-primary"></i>
  2591.                 online casinos
  2592.              </h6>
  2593.            </a>
  2594.          </div>
  2595.          
  2596.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2597.            <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none ">
  2598.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2599.                <i class="ti-angle-right me-2 text-primary"></i>
  2600.                 online casino
  2601.              </h6>
  2602.            </a>
  2603.          </div>
  2604.          
  2605.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2606.            <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none ">
  2607.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2608.                <i class="ti-angle-right me-2 text-primary"></i>
  2609.                 online casino
  2610.              </h6>
  2611.            </a>
  2612.          </div>
  2613.          
  2614.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2615.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2616.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2617.                <i class="ti-angle-right me-2 text-primary"></i>
  2618.                 non GAMSTOP casino
  2619.              </h6>
  2620.            </a>
  2621.          </div>
  2622.          
  2623.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2624.            <a href="https://espacelafontaine.com/"  rel="dofollow" class="text-decoration-none ">
  2625.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2626.                <i class="ti-angle-right me-2 text-primary"></i>
  2627.                 meilleur casino en ligne canada
  2628.              </h6>
  2629.            </a>
  2630.          </div>
  2631.          
  2632.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2633.            <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none ">
  2634.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2635.                <i class="ti-angle-right me-2 text-primary"></i>
  2636.                 online casino
  2637.              </h6>
  2638.            </a>
  2639.          </div>
  2640.          
  2641.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2642.            <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none ">
  2643.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2644.                <i class="ti-angle-right me-2 text-primary"></i>
  2645.                 online casinos canada
  2646.              </h6>
  2647.            </a>
  2648.          </div>
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                 online casino canada
  2655.              </h6>
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://www.sfparksalliance.org/"  rel="dofollow" class="text-decoration-none ">
  2661.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                 best no kyc casino
  2664.              </h6>
  2665.            </a>
  2666.          </div>
  2667.          
  2668.  
  2669.        </div>
  2670.  
  2671.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2672.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2673.        </div> -->
  2674.      </div>
  2675.    </div>
  2676.    
  2677.    <div class="sidebar-widget mb-4">
  2678.      <div class="widget-title-wrapper mb-3">
  2679.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2680.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2681.          <span class="title-arrow"></span>
  2682.        </h4>
  2683.      </div>
  2684.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2685.        <div class="blog-roll-list scrollable-sidebar">
  2686.          
  2687.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2688.            <a href="https://www.sustainablehealthsystems.ca/"  rel="dofollow" class="text-decoration-none ">
  2689.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2690.                <i class="ti-angle-right me-2 text-primary"></i>
  2691.                 online casino
  2692.              </h6>
  2693.            </a>
  2694.          </div>
  2695.          
  2696.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2697.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2698.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2699.                <i class="ti-angle-right me-2 text-primary"></i>
  2700.                 online casino
  2701.              </h6>
  2702.            </a>
  2703.          </div>
  2704.          
  2705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.            <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none ">
  2707.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2708.                <i class="ti-angle-right me-2 text-primary"></i>
  2709.                 online casino
  2710.              </h6>
  2711.            </a>
  2712.          </div>
  2713.          
  2714.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2715.            <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none ">
  2716.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2717.                <i class="ti-angle-right me-2 text-primary"></i>
  2718.                 betting sites
  2719.              </h6>
  2720.            </a>
  2721.          </div>
  2722.          
  2723.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2724.            <a href="https://www.b2bmarketingzone.com/"  rel="dofollow" class="text-decoration-none ">
  2725.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2726.                <i class="ti-angle-right me-2 text-primary"></i>
  2727.                 online casino canada
  2728.              </h6>
  2729.            </a>
  2730.          </div>
  2731.          
  2732.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2733.            <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none ">
  2734.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2735.                <i class="ti-angle-right me-2 text-primary"></i>
  2736.                 online casino
  2737.              </h6>
  2738.            </a>
  2739.          </div>
  2740.          
  2741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.            <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none ">
  2743.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2744.                <i class="ti-angle-right me-2 text-primary"></i>
  2745.                 online casino canada
  2746.              </h6>
  2747.            </a>
  2748.          </div>
  2749.          
  2750.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2751.            <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none ">
  2752.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2753.                <i class="ti-angle-right me-2 text-primary"></i>
  2754.                 online casino canada
  2755.              </h6>
  2756.            </a>
  2757.          </div>
  2758.          
  2759.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2760.            <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none ">
  2761.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2762.                <i class="ti-angle-right me-2 text-primary"></i>
  2763.                 betting sites
  2764.              </h6>
  2765.            </a>
  2766.          </div>
  2767.          
  2768.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2769.            <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none ">
  2770.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2771.                <i class="ti-angle-right me-2 text-primary"></i>
  2772.                 online casino canada
  2773.              </h6>
  2774.            </a>
  2775.          </div>
  2776.          
  2777.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2778.            <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none ">
  2779.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2780.                <i class="ti-angle-right me-2 text-primary"></i>
  2781.                 online casino canada
  2782.              </h6>
  2783.            </a>
  2784.          </div>
  2785.          
  2786.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2787.            <a href="https://www.uchirestaurant.ca/"  rel="dofollow" class="text-decoration-none ">
  2788.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2789.                <i class="ti-angle-right me-2 text-primary"></i>
  2790.                 casino en ligne
  2791.              </h6>
  2792.            </a>
  2793.          </div>
  2794.          
  2795.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.            <a href="https://startuparound.com/"  rel="dofollow" class="text-decoration-none ">
  2797.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2798.                <i class="ti-angle-right me-2 text-primary"></i>
  2799.                 online casino canada
  2800.              </h6>
  2801.            </a>
  2802.          </div>
  2803.          
  2804.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2805.            <a href="https://kindexchange.ca/"  rel="dofollow" class="text-decoration-none ">
  2806.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2807.                <i class="ti-angle-right me-2 text-primary"></i>
  2808.                 online casinos
  2809.              </h6>
  2810.            </a>
  2811.          </div>
  2812.          
  2813.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2814.            <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none ">
  2815.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2816.                <i class="ti-angle-right me-2 text-primary"></i>
  2817.                 online casinos
  2818.              </h6>
  2819.            </a>
  2820.          </div>
  2821.          
  2822.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.            <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none ">
  2824.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2825.                <i class="ti-angle-right me-2 text-primary"></i>
  2826.                 online casinos
  2827.              </h6>
  2828.            </a>
  2829.          </div>
  2830.          
  2831.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.            <a href="https://www.thedrivefm.ca/"  rel="dofollow" class="text-decoration-none ">
  2833.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2834.                <i class="ti-angle-right me-2 text-primary"></i>
  2835.                 betting sites canada
  2836.              </h6>
  2837.            </a>
  2838.          </div>
  2839.          
  2840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2841.            <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none ">
  2842.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2843.                <i class="ti-angle-right me-2 text-primary"></i>
  2844.                 best sports betting sites
  2845.              </h6>
  2846.            </a>
  2847.          </div>
  2848.          
  2849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2850.            <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none ">
  2851.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2852.                <i class="ti-angle-right me-2 text-primary"></i>
  2853.                 online casino
  2854.              </h6>
  2855.            </a>
  2856.          </div>
  2857.          
  2858.  
  2859.        </div>
  2860.  
  2861.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2862.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2863.        </div> -->
  2864.      </div>
  2865.    </div>
  2866.    
  2867.    <div class="sidebar-widget mb-4">
  2868.      <div class="widget-title-wrapper mb-3">
  2869.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2870.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2871.          <span class="title-arrow"></span>
  2872.        </h4>
  2873.      </div>
  2874.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2875.        <div class="blog-roll-list scrollable-sidebar">
  2876.          
  2877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2879.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2880.                <i class="ti-angle-right me-2 text-primary"></i>
  2881.                 new sports betting sites uk
  2882.              </h6>
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                 online casinos canada
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://www.operationspaix.net/"  rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                 casino en ligne
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://www.ijic.info/"  rel="dofollow" class="text-decoration-none ">
  2906.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                 canadian online casinos
  2909.              </h6>
  2910.            </a>
  2911.          </div>
  2912.          
  2913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.            <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none ">
  2915.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2916.                <i class="ti-angle-right me-2 text-primary"></i>
  2917.                 online casino
  2918.              </h6>
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none ">
  2924.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                 online casino
  2927.              </h6>
  2928.            </a>
  2929.          </div>
  2930.          
  2931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.            <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none ">
  2933.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2934.                <i class="ti-angle-right me-2 text-primary"></i>
  2935.                 best online casino canada
  2936.              </h6>
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none ">
  2942.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                 online casino
  2945.              </h6>
  2946.            </a>
  2947.          </div>
  2948.          
  2949.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.            <a href="https://www.stuzoclothing.com/"  rel="dofollow" class="text-decoration-none ">
  2951.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2952.                <i class="ti-angle-right me-2 text-primary"></i>
  2953.                 canadian online casinos
  2954.              </h6>
  2955.            </a>
  2956.          </div>
  2957.          
  2958.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2959.            <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none ">
  2960.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2961.                <i class="ti-angle-right me-2 text-primary"></i>
  2962.                 online casino
  2963.              </h6>
  2964.            </a>
  2965.          </div>
  2966.          
  2967.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2968.            <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none ">
  2969.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2970.                <i class="ti-angle-right me-2 text-primary"></i>
  2971.                 online casino
  2972.              </h6>
  2973.            </a>
  2974.          </div>
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none ">
  2978.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                 online casino canada
  2981.              </h6>
  2982.            </a>
  2983.          </div>
  2984.          
  2985.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.            <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none ">
  2987.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2988.                <i class="ti-angle-right me-2 text-primary"></i>
  2989.                 online casino
  2990.              </h6>
  2991.            </a>
  2992.          </div>
  2993.          
  2994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2995.            <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none ">
  2996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2997.                <i class="ti-angle-right me-2 text-primary"></i>
  2998.                 online casino
  2999.              </h6>
  3000.            </a>
  3001.          </div>
  3002.          
  3003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.            <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none ">
  3005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3006.                <i class="ti-angle-right me-2 text-primary"></i>
  3007.                 online casino
  3008.              </h6>
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none ">
  3014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                 online casino
  3017.              </h6>
  3018.            </a>
  3019.          </div>
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://www.northernstars.ca/"  rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                 online casino
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.  
  3031.        </div>
  3032.  
  3033.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3034.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3035.        </div> -->
  3036.      </div>
  3037.    </div>
  3038.    
  3039.  </div>
  3040.  
  3041. <!-- Sidebar V2 Styles -->
  3042. <style>
  3043.  .sidebar-widget {
  3044.    position: relative;
  3045.  }
  3046.  
  3047.  .widget-title {
  3048.    font-size: 1.1rem;
  3049.    font-weight: 700;
  3050.    display: inline-block;
  3051.    position: relative;
  3052.    z-index: 2;
  3053.    border-radius: 0;
  3054.  }
  3055.  
  3056.  /* Green arrow for August Blog Roll */
  3057.  .title-arrow::after {
  3058.    content: '';
  3059.    position: absolute;
  3060.    top: 0;
  3061.    right: -22px;
  3062.    width: 0;
  3063.    height: 0;
  3064.    border-left: 22px solid var(--bs-primary);
  3065.    border-top: 22px solid transparent;
  3066.    border-bottom: 22px solid transparent;
  3067.    z-index: 1;
  3068.  }
  3069.  
  3070.  /* Blue arrow for Recent Posts */
  3071.  .title-arrow-primary::after {
  3072.    content: '';
  3073.    position: absolute;
  3074.    top: 0;
  3075.    right: -22px;
  3076.    width: 0;
  3077.    height: 0;
  3078.    border-left: 22px solid var(--bs-primary);
  3079.    border-top: 22px solid transparent;
  3080.    border-bottom: 22px solid transparent;
  3081.    z-index: 1;
  3082.  }
  3083.  
  3084.  .widget-content {
  3085.    margin-top: -1px;
  3086.    position: relative;
  3087.    z-index: 1;
  3088.     background-color: var(--card-bg);
  3089.  }
  3090.  
  3091.  /* Blog Roll Items Hover Effects */
  3092.  .blog-roll-item:hover .post-title {
  3093.    color: #198754 !important;
  3094.    transform: translateX(5px);
  3095.    transition: all 0.3s ease;
  3096.  }
  3097.  
  3098.  /* Recent Post Items Hover Effects */
  3099.  .recent-post-item:hover .post-title a {
  3100.    color: #0d6efd !important;
  3101.    transition: color 0.3s ease;
  3102.  }
  3103.  
  3104.  .recent-post-item:hover .post-image img {
  3105.    transform: scale(1.05);
  3106.    transition: transform 0.3s ease;
  3107.  }
  3108.  
  3109.  /* Button Hover Effects */
  3110.  .btn:hover {
  3111.    transform: translateY(-2px);
  3112.    transition: all 0.3s ease;
  3113.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3114.  }
  3115.  
  3116.  /* Badge Hover Effects */
  3117.  .badge:hover {
  3118.    transform: scale(1.05);
  3119.    transition: transform 0.3s ease;
  3120.  }
  3121.  
  3122.  @media (max-width: 991px) {
  3123.    .sidebar {
  3124.      margin-top: 3rem;
  3125.    }
  3126.  }
  3127.  
  3128.  @media (max-width: 576px) {
  3129.    .widget-title {
  3130.      font-size: 1rem;
  3131.      padding: 0.75rem 1rem !important;
  3132.    }
  3133.  
  3134.    .title-arrow::after,
  3135.    .title-arrow-primary::after {
  3136.      right: -18px;
  3137.      border-left-width: 18px;
  3138.      border-top-width: 18px;
  3139.      border-bottom-width: 18px;
  3140.    }
  3141.  
  3142.    .post-image {
  3143.      width: 70px !important;
  3144.      height: 55px !important;
  3145.    }
  3146.  
  3147.    .blog-meta {
  3148.      flex-direction: column !important;
  3149.      align-items: flex-start !important;
  3150.      gap: 0.5rem;
  3151.    }
  3152.  }
  3153. </style>
  3154.  
  3155.    
  3156.            </div>
  3157.        </div>
  3158.    </div>
  3159. </section>
  3160.  
  3161.    
  3162.        
  3163.        <!-- end wpo-blog-highlights-section -->
  3164.        <!-- start wpo-blog-sponsored-section -->
  3165.        
  3166.  
  3167.  
  3168.  
  3169.    
  3170.  
  3171.  
  3172.  <style>
  3173.    .sponsored-section-v7 {
  3174.      padding: 50px 0;
  3175.    }
  3176.    
  3177.    .sponsored-card-v7 {
  3178.      background: #fafafa;
  3179.      border: none;
  3180.      transition: transform 0.3s ease;
  3181.      height: 100%;
  3182.    }
  3183.    
  3184.    .sponsored-card-v7:hover {
  3185.      transform: translateY(-3px);
  3186.    }
  3187.    
  3188.    .sponsored-image-v7 {
  3189.      position: relative;
  3190.      height: 160px;
  3191.    }
  3192.    
  3193.    .sponsored-image-v7 img {
  3194.      width: 100%;
  3195.      height: 100%;
  3196.      object-fit: cover;
  3197.      border-radius: 10px; /* Apply curve to image */
  3198.    }
  3199.    
  3200.    .sponsored-badge-v7 {
  3201.      position: absolute;
  3202.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3203.      left: 10px;
  3204.      z-index: 10;
  3205.    
  3206.      /* pill look */
  3207.      display: inline-flex; /* vertical centering */
  3208.      align-items: center;
  3209.      justify-content: center;
  3210.      padding: 8px 16px; /* width = content + padding */
  3211.      border-radius: 999px; /* full pill */
  3212.      white-space: nowrap; /* ek hi line me rahe */
  3213.      /* text */
  3214.      font-size: 12px;
  3215.      text-transform: uppercase;
  3216.      letter-spacing: 0.5px;
  3217.      line-height: 1;
  3218.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3219.    }
  3220.    
  3221.    /* optional: icon ke saath thoda gap */
  3222.    .sponsored-badge-v7 i,
  3223.    .sponsored-badge-v7 .icon {
  3224.      margin-right: 8px;
  3225.      font-size: 14px;
  3226.      line-height: 1;
  3227.    }
  3228.    
  3229.    .sponsored-content-v7 {
  3230.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3231.    }
  3232.    
  3233.    .sponsored-title-v7 {
  3234.      font-size: 15px;
  3235.      font-weight: 700;
  3236.      line-height: 1.4;
  3237.      margin-bottom: 8px;
  3238.      color: #333;
  3239.    }
  3240.    
  3241.    .sponsored-title-v7 a {
  3242.      text-decoration: none;
  3243.      font-size: 16px;
  3244.      color: var(--topbar-color);
  3245.    }
  3246.    
  3247.    .sponsored-title-v7 a:hover {
  3248.      color: var(--bs-primary); /* Green hover */
  3249.    }
  3250.    
  3251.    .sponsored-excerpt-v7 {
  3252.      font-size: 12px;
  3253.      font-weight: 400;
  3254.      color:  var(--topbar-color);;
  3255.      margin-bottom: 10px;
  3256.      line-height: 1.5;
  3257.    }
  3258.    
  3259.    .sponsored-meta-v7 {
  3260.      font-size: 11px;
  3261.       color: var(--topbar-color);;
  3262.    }
  3263.    
  3264.    .author-info-v7 {
  3265.      margin-bottom: 5px;
  3266.    }
  3267.    
  3268.    .sponsored-author-img-v7 {
  3269.      width: 30px;
  3270.      height: 30px;
  3271.      border-radius: 50%;
  3272.      object-fit: cover;
  3273.      vertical-align: middle;
  3274.      margin-right: 5px;
  3275.    }
  3276.    
  3277.    .section-title-sponsored-v7 {
  3278.      font-size: 1.9rem;
  3279.      font-weight: 600;
  3280.      text-align: center;
  3281.      margin-bottom: 30px;
  3282.      color: #333;
  3283.      position: relative;
  3284.    }
  3285.    
  3286.    .section-title-sponsored-v7::after {
  3287.      content: '';
  3288.      position: absolute;
  3289.      bottom: -8px;
  3290.      left: 50%;
  3291.      transform: translateX(-50%);
  3292.      width: 100px;
  3293.      height: 3px;
  3294.      background: var(--bs-primary);
  3295.    }
  3296.    
  3297.    @media (max-width: 768px) {
  3298.      .sponsored-section-v7 {
  3299.        padding: 30px 0;
  3300.      }
  3301.      .sponsored-image-v7 {
  3302.        height: 120px;
  3303.      }
  3304.      .sponsored-content-v7 {
  3305.        padding: 35px 12px 12px;
  3306.      }
  3307.  
  3308.      .sponsored-title-v7 {
  3309.        font-size: 14px;
  3310.      }
  3311.      .sponsored-excerpt-v7 {
  3312.        font-size: 11px;
  3313.      }
  3314.      .section-title-sponsored-v7 {
  3315.        font-size: 1.6rem;
  3316.      }
  3317.    }
  3318.  </style>
  3319.  
  3320.  <section class="sponsored-section-v7">
  3321.    <div class="container-fluid fluid-container">
  3322.      <div class="row mb-3">
  3323.        <div class="col-12">
  3324.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3325.        </div>
  3326.      </div>
  3327.  
  3328.      <div class="row g-3 d-flex justify-content-center">
  3329.        
  3330.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3331.            <div class="card sponsored-card-v7">
  3332.              <div class="sponsored-image-v7">
  3333.                
  3334.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3335.                
  3336.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3337.              </div>
  3338.              <div class="sponsored-content-v7">
  3339.                <h3 class="sponsored-title-v7"><a href="/a-guide-to-speak-dating-like-gen-z-51-ultra-specific-terms-for-love-intimacy-and-bad-behaviour/">A Guide to Speak Dating Like Gen Z: 51 Ultra-Specific Terms for Love, Intimacy and Bad Behaviour</a></h3>
  3340.                <p class="sponsored-excerpt-v7 "></p>
  3341.                <div class="sponsored-meta-v7">
  3342.                  <div class="author-info-v7">
  3343.                    
  3344.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3345.                    
  3346.                    <span>Tracy Edwards</span>
  3347.                  </div>
  3348.                  <div>11 May 2026</div>
  3349.                </div>
  3350.              </div>
  3351.            </div>
  3352.          </div>
  3353.        
  3354.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3355.            <div class="card sponsored-card-v7">
  3356.              <div class="sponsored-image-v7">
  3357.                
  3358.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3359.                
  3360.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3361.              </div>
  3362.              <div class="sponsored-content-v7">
  3363.                <h3 class="sponsored-title-v7"><a href="/donald-trump-and-his-followers-envision-a-world-lacking-global-legal-norms-yet-they-will-not-attain-this-goal/">Donald Trump and His Followers Envision a World Lacking Global Legal Norms – Yet They Will Not Attain This Goal</a></h3>
  3364.                <p class="sponsored-excerpt-v7 "></p>
  3365.                <div class="sponsored-meta-v7">
  3366.                  <div class="author-info-v7">
  3367.                    
  3368.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3369.                    
  3370.                    <span>Tracy Edwards</span>
  3371.                  </div>
  3372.                  <div>10 May 2026</div>
  3373.                </div>
  3374.              </div>
  3375.            </div>
  3376.          </div>
  3377.        
  3378.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3379.            <div class="card sponsored-card-v7">
  3380.              <div class="sponsored-image-v7">
  3381.                
  3382.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3383.                
  3384.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3385.              </div>
  3386.              <div class="sponsored-content-v7">
  3387.                <h3 class="sponsored-title-v7"><a href="/swedish-team-lineup-alexander-isak-selected-while-viktor-gyokeres-misses-out/">Swedish Team Lineup: Alexander Isak Selected While Viktor Gyokeres Misses Out</a></h3>
  3388.                <p class="sponsored-excerpt-v7 "></p>
  3389.                <div class="sponsored-meta-v7">
  3390.                  <div class="author-info-v7">
  3391.                    
  3392.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3393.                    
  3394.                    <span>Tracy Edwards</span>
  3395.                  </div>
  3396.                  <div>10 May 2026</div>
  3397.                </div>
  3398.              </div>
  3399.            </div>
  3400.          </div>
  3401.        
  3402.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3403.            <div class="card sponsored-card-v7">
  3404.              <div class="sponsored-image-v7">
  3405.                
  3406.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3407.                
  3408.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3409.              </div>
  3410.              <div class="sponsored-content-v7">
  3411.                <h3 class="sponsored-title-v7"><a href="/uae-declines-to-join-gazan-stabilisation-force-without-clear-juridical-structure/">UAE Declines to Join Gazan Stabilisation Force Without Clear Juridical Structure</a></h3>
  3412.                <p class="sponsored-excerpt-v7 "></p>
  3413.                <div class="sponsored-meta-v7">
  3414.                  <div class="author-info-v7">
  3415.                    
  3416.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3417.                    
  3418.                    <span>Tracy Edwards</span>
  3419.                  </div>
  3420.                  <div>10 May 2026</div>
  3421.                </div>
  3422.              </div>
  3423.            </div>
  3424.          </div>
  3425.        
  3426.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3427.            <div class="card sponsored-card-v7">
  3428.              <div class="sponsored-image-v7">
  3429.                
  3430.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3431.                
  3432.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3433.              </div>
  3434.              <div class="sponsored-content-v7">
  3435.                <h3 class="sponsored-title-v7"><a href="/abigail-spanberger-establishes-a-landmark-as-first-female-state-leader/">Abigail Spanberger Establishes a Landmark as First Female State Leader</a></h3>
  3436.                <p class="sponsored-excerpt-v7 "></p>
  3437.                <div class="sponsored-meta-v7">
  3438.                  <div class="author-info-v7">
  3439.                    
  3440.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3441.                    
  3442.                    <span>Tracy Edwards</span>
  3443.                  </div>
  3444.                  <div>10 May 2026</div>
  3445.                </div>
  3446.              </div>
  3447.            </div>
  3448.          </div>
  3449.        
  3450.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3451.            <div class="card sponsored-card-v7">
  3452.              <div class="sponsored-image-v7">
  3453.                
  3454.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3455.                
  3456.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3457.              </div>
  3458.              <div class="sponsored-content-v7">
  3459.                <h3 class="sponsored-title-v7"><a href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-the-actor-play-him-on-screen/">‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing The Actor Play Him On Screen</a></h3>
  3460.                <p class="sponsored-excerpt-v7 "></p>
  3461.                <div class="sponsored-meta-v7">
  3462.                  <div class="author-info-v7">
  3463.                    
  3464.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d97f8b8e-b949-4e63-bbcf-d30254bf6556_profile.png" alt="Tracy Edwards" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3465.                    
  3466.                    <span>Tracy Edwards</span>
  3467.                  </div>
  3468.                  <div>10 May 2026</div>
  3469.                </div>
  3470.              </div>
  3471.            </div>
  3472.          </div>
  3473.        
  3474.      </div>
  3475.    </div>
  3476.  </section>
  3477.  
  3478.  
  3479.    
  3480.        <!-- end wpo-blog-sponsored-section -->
  3481.        <!-- start wpo-subscribe-section -->
  3482.        
  3483.        <!-- end subscribe-section -->
  3484.        <!-- start of wpo-site-footer-section -->
  3485.        
  3486.  
  3487.  
  3488.  
  3489.  
  3490.  
  3491.  
  3492. <footer class="wpo-site-footer-v2 ">
  3493.    
  3494.    <!-- Main Footer Content -->
  3495.    <div class="container-fluid fluid-container">
  3496.        
  3497.        <!-- Step 1: Brand Section -->
  3498.        <div class="footer-brand-section">
  3499.            <div class="row justify-content-center">
  3500.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3501.                    <div class="brand-wrapper">
  3502.                        
  3503.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/90223f9e-e777-4858-b2e3-ff9417b7f91b_logo.png" alt="Dynamic Drive" class="footer-logo mb-3" loading="lazy">
  3504.                        
  3505.                        <h2 class="brand-title">Dynamic Drive</h2>
  3506.                        <p class="brand-description">Dynamic Drive offers free web development resources, including DHTML scripts, CSS tutorials, and tools for creating interactive websites and applications.</p>
  3507.                        
  3508.                    </div>
  3509.                </div>
  3510.            </div>
  3511.        </div>
  3512.  
  3513.        <!-- Step 2: Content Columns with Separators -->
  3514.        <div class="footer-content-section">
  3515.            <div class="content-divider"></div>
  3516.            
  3517.            <div class="row">
  3518.                
  3519.                <!-- Column 1: Important Links -->
  3520.                <div class="col-lg-6 col-md-6 col-12">
  3521.                    <div class="footer-column">
  3522.                        <div class="column-header">
  3523.                            <span class="column-number bg-primary-gradient">01</span>
  3524.                            <h6 class="column-title">Important Pages</h6>
  3525.                        </div>
  3526.                        <div class="column-content">
  3527.                            <ul class="footer-links">
  3528.                                
  3529.                                <li>
  3530.                                    <a href="/russian-authorities-blocks-snapchat-and-limits-apples-facetime-officials-say/" class="footer-link">
  3531.                                        Russian Authorities Blocks Snapchat and Limits Apple&#x27;s FaceTime, Officials Say
  3532.                                    </a>
  3533.                                </li>
  3534.                                
  3535.                                <li>
  3536.                                    <a href="/chornobyl-disaster-shelter-no-longer-effectively-blocks-harmful-radiation-needs-significant-repair-international-atomic-energy-agency/" class="footer-link">
  3537.                                        Chornobyl Disaster Shelter No Longer Effectively Blocks Harmful Radiation, Needs Significant Repair – International Atomic Energy Agency
  3538.                                    </a>
  3539.                                </li>
  3540.                                
  3541.                                <li>
  3542.                                    <a href="/arsenal-host-wolverhampton-wanderers-in-key-english-top-division-clash/" class="footer-link">
  3543.                                        Arsenal Host Wolverhampton Wanderers in Key English Top Division Clash
  3544.                                    </a>
  3545.                                </li>
  3546.                                
  3547.                                <li>
  3548.                                    <a href="/neanderthals-and-modern-humans-may-have-engaging-in-intimate-contact-scientists-suggest/" class="footer-link">
  3549.                                        Neanderthals and Modern Humans May Have Engaging in Intimate Contact, Scientists Suggest
  3550.                                    </a>
  3551.                                </li>
  3552.                                
  3553.                                <li>
  3554.                                    <a href="/actor-denies-anti-vaccine-views-following-voicing-controversial-coronavirus-feature/" class="footer-link">
  3555.                                        Actor Denies Anti-Vaccine Views Following Voicing Controversial Coronavirus Feature
  3556.                                    </a>
  3557.                                </li>
  3558.                                
  3559.                                <li>
  3560.                                    <a href="/volcano-semeru-outburst-in-the-southeast-asian-nation-prompts-emergency-relocations/" class="footer-link">
  3561.                                        Volcano Semeru Outburst in the Southeast Asian nation Prompts Emergency Relocations
  3562.                                    </a>
  3563.                                </li>
  3564.                                
  3565.                            </ul>
  3566.                        </div>
  3567.                    </div>
  3568.                </div>
  3569.  
  3570.                <!-- Column 2: External Links -->
  3571.                 <div class="col-lg-6 col-md-6 col-12">
  3572.                    <div class="footer-column">
  3573.                        <div class="column-header">
  3574.                            <span class="column-number bg-primary-gradient">02</span>
  3575.                            <h6 class="column-title">External Resources</h6>
  3576.                        </div>
  3577.                       <div class="column-content">
  3578.    <ul class="footer-links" id="footerLinks">
  3579.        
  3580.        
  3581.  
  3582.        
  3583.        
  3584.        
  3585.        
  3586.    </ul>
  3587. </div>
  3588.  
  3589.                    </div>
  3590.                </div>
  3591.  
  3592.                <!-- Column 3: Categories -->
  3593.                <div class="col-lg-6 col-md-6 col-12">
  3594.                    <div class="footer-column">
  3595.                        <div class="column-header">
  3596.                            <span class="column-number bg-primary-gradient">02</span>
  3597.                            <h6 class="column-title">Categories</h6>
  3598.                        </div>
  3599.                        <div class="column-content">
  3600.                            <ul class="footer-links">
  3601.                                
  3602.                                <li>
  3603.                                    <a href="/category/all-posts/" class="footer-link">
  3604.                                        All Posts
  3605.                                    </a>
  3606.                                </li>
  3607.                                
  3608.                                <li>
  3609.                                    <a href="/category/business/" class="footer-link">
  3610.                                        Business
  3611.                                    </a>
  3612.                                </li>
  3613.                                
  3614.                                <li>
  3615.                                    <a href="/category/esports/" class="footer-link">
  3616.                                        Esports
  3617.                                    </a>
  3618.                                </li>
  3619.                                
  3620.                                <li>
  3621.                                    <a href="/category/fashion/" class="footer-link">
  3622.                                        Fashion
  3623.                                    </a>
  3624.                                </li>
  3625.                                
  3626.                                <li>
  3627.                                    <a href="/category/featured/" class="footer-link">
  3628.                                        Featured
  3629.                                    </a>
  3630.                                </li>
  3631.                                
  3632.                                <li>
  3633.                                    <a href="/category/gaming/" class="footer-link">
  3634.                                        Gaming
  3635.                                    </a>
  3636.                                </li>
  3637.                                
  3638.                            </ul>
  3639.                        </div>
  3640.                    </div>
  3641.                </div>
  3642.  
  3643.            </div>
  3644.        </div>
  3645.  
  3646.        <!-- Step 3: Footer Bottom -->
  3647.        <div class="footer-bottom-section">
  3648.            <div class="bottom-divider"></div>
  3649.            <div class="d-flex justify-content-between flex-wrap">
  3650.                <div class="">
  3651.                    <p class="copyright-text">
  3652.                        &copy; 2026 <strong>Dynamic Drive</strong> • All rights reserved
  3653.                    </p>
  3654.                </div>
  3655.                <div class="">
  3656.                    <nav class="footer-nav">
  3657.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3658.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3659.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3660.                    </nav>
  3661.                </div>
  3662.            </div>
  3663.        </div>
  3664.  
  3665.    </div>
  3666.  
  3667.    <!-- Background Elements -->
  3668.    <div class="footer-bg-elements">
  3669.        <div class="bg-circle circle-1"></div>
  3670.        <div class="bg-circle circle-2"></div>
  3671.        <div class="bg-line line-1"></div>
  3672.        <div class="bg-line line-2"></div>
  3673.    </div>
  3674.  
  3675. </footer>
  3676.  
  3677. <style>
  3678. /* Footer V2 - Clean Blog Design */
  3679. .wpo-site-footer-v2 {
  3680.    color: var(--footer-color);
  3681.    background-color: var(--card-bg);
  3682.    margin-top: 100px;
  3683. }
  3684.  
  3685.  
  3686.  
  3687. /* Step 2: Brand Section */
  3688. .footer-brand-section {
  3689.    position: relative;
  3690.    z-index: 2;
  3691.    padding: 120px 0 60px;
  3692. }
  3693.  
  3694. .brand-wrapper {
  3695.    max-width: 600px;
  3696.    margin: 0 auto;
  3697. }
  3698.  
  3699. .footer-logo {
  3700.    max-height: 60px;
  3701.    width: auto;
  3702.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3703. }
  3704.  
  3705. .brand-title {
  3706.    font-size: 2.2rem;
  3707.    font-weight: 800;
  3708.    color: var(--footer-color);
  3709.    margin-bottom: 1rem;
  3710.    letter-spacing: -0.02em;
  3711. }
  3712.  
  3713. .brand-description {
  3714.    font-size: 1.1rem;
  3715.    color: var(--footer-color);
  3716.    line-height: 1.6;
  3717.    opacity: .7;
  3718.    margin-bottom: 0;
  3719. }
  3720.  
  3721. /* Step 3: Content Section */
  3722. .footer-content-section {
  3723.    position: relative;
  3724.    z-index: 2;
  3725.    padding: 60px 0;
  3726. }
  3727.  
  3728.  
  3729. .footer-column {
  3730.    margin-bottom: 40px;
  3731.    padding: 0 20px;
  3732. }
  3733.  
  3734. .column-header {
  3735.    display: flex;
  3736.    align-items: center;
  3737.    margin-bottom: 25px;
  3738.    padding-bottom: 15px;
  3739.    border-bottom: 2px solid var(--border-color);
  3740. }
  3741.  
  3742. .column-number {
  3743.    width: 35px;
  3744.    height: 35px;
  3745.    border-radius: 10px;
  3746.    display: flex;
  3747.    align-items: center;
  3748.    justify-content: center;
  3749.    font-weight: 700;
  3750.    font-size: 0.9rem;
  3751.    margin-right: 15px;
  3752. }
  3753.  
  3754. .column-title {
  3755.    font-size: 1.1rem;
  3756.    font-weight: 700;
  3757.    color: var(--footer-color) !important;
  3758.    margin: 0;
  3759. }
  3760.  
  3761. .column-content {
  3762.    padding-left: 50px;
  3763. }
  3764.  
  3765. /* Footer Links */
  3766. .footer-links {
  3767.    list-style: none;
  3768.    padding: 0;
  3769.    margin: 0;
  3770. }
  3771.  
  3772. .footer-links li {
  3773.    margin-bottom: 12px;
  3774.    position: relative;
  3775. }
  3776.  
  3777. .footer-link {
  3778.    color: var(--footer-color) !important;
  3779.    text-decoration: none;
  3780.    font-size: 0.95rem;
  3781.    line-height: 1.5;
  3782.    transition: all 0.8s ease;
  3783.    position: relative;
  3784.    display: inline-flex;
  3785.    align-items: center;
  3786. }
  3787.  
  3788. .footer-link:hover {
  3789.    color: var(--bs-primary);
  3790.    padding-left: 8px;
  3791. }
  3792.  
  3793. .footer-link::before {
  3794.    content: '';
  3795.    position: absolute;
  3796.    left: -15px;
  3797.    top: 50%;
  3798.    transform: translateY(-50%);
  3799.    width: 4px;
  3800.    height: 4px;
  3801.    background: var(--bs-primary);
  3802.    border-radius: 50%;
  3803.    opacity: 0;
  3804.    transition: opacity 0.3s ease;
  3805. }
  3806.  
  3807. .footer-link:hover::before {
  3808.    opacity: 1;
  3809. }
  3810.  
  3811. /* Step 4: Footer Bottom */
  3812. .footer-bottom-section {
  3813.    position: relative;
  3814.    z-index: 2;
  3815.    padding: 30px 0;
  3816. }
  3817.  
  3818. .bottom-divider {
  3819.    width: 100%;
  3820.    height: 1px;
  3821.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3822.    margin-bottom: 30px;
  3823. }
  3824.  
  3825. .copyright-text {
  3826.    color: var(--footer-color);
  3827.    font-size: 0.9rem;
  3828.    margin: 0;
  3829.    line-height: 1.6;
  3830. }
  3831.  
  3832. .footer-nav {
  3833.    display: flex;
  3834.    align-items: center;
  3835.    gap: 20px;
  3836.    justify-content: center;
  3837. }
  3838.  
  3839. .footer-nav-link {
  3840.    color: var(--footer-color) !important;
  3841.    text-decoration: none;
  3842.    font-size: 0.9rem;
  3843.    font-weight: 500;
  3844.    transition: color 0.3s ease;
  3845.    position: relative;
  3846. }
  3847.  
  3848. .footer-nav-link:hover {
  3849.    color: var(--bs-primary);
  3850. }
  3851.  
  3852. .footer-nav-link::after {
  3853.    content: '';
  3854.    position: absolute;
  3855.    bottom: -5px;
  3856.    left: 0;
  3857.    width: 0;
  3858.    height: 2px;
  3859.    background: var(--bs-primary) !important;
  3860.    transition: width 0.3s ease;
  3861. }
  3862.  
  3863. .footer-nav-link:hover::after {
  3864.    width: 100%;
  3865. }
  3866.  
  3867. /* Responsive Design */
  3868. @media (max-width: 992px) {
  3869.    .footer-brand-section {
  3870.        padding: 100px 0 50px;
  3871.    }
  3872.    
  3873.    .brand-title {
  3874.        font-size: 1.8rem;
  3875.    }
  3876.    
  3877.    .column-content {
  3878.        padding-left: 0;
  3879.        padding-top: 10px;
  3880.    }
  3881.    
  3882.    .column-header {
  3883.        flex-direction: column;
  3884.        align-items: flex-start;
  3885.        gap: 10px;
  3886.    }
  3887.    
  3888.    .column-number {
  3889.        align-self: center;
  3890.    }
  3891. }
  3892.  
  3893. @media (max-width: 768px) {
  3894.    .footer-brand-section {
  3895.        padding: 80px 0 40px;
  3896.    }
  3897.    
  3898.    .brand-title {
  3899.        font-size: 1.6rem;
  3900.    }
  3901.    
  3902.    .newsletter-inline {
  3903.        padding: 1.5rem;
  3904.        margin: 0 15px;
  3905.    }
  3906.    
  3907.    .newsletter-form .input-group {
  3908.        flex-direction: column;
  3909.    }
  3910.    
  3911.    .btn-newsletter {
  3912.        border-radius: 0 0 12px 12px;
  3913.    }
  3914.    
  3915.    .newsletter-input {
  3916.        border-radius: 12px 12px 0 0;
  3917.    }
  3918.    
  3919.    .footer-column {
  3920.        padding: 0 15px;
  3921.        margin-bottom: 35px;
  3922.    }
  3923.    
  3924.    .footer-nav {
  3925.        flex-direction: column;
  3926.        gap: 15px;
  3927.        margin-top: 20px;
  3928.    }
  3929. }
  3930.  
  3931. @media (max-width: 576px) {
  3932.    .footer-brand-section {
  3933.        padding: 60px 0 30px;
  3934.    }
  3935.    
  3936.    .brand-title {
  3937.        font-size: 1.4rem;
  3938.    }
  3939.    
  3940.    .brand-description {
  3941.        font-size: 1rem;
  3942.    }
  3943.    
  3944.    .newsletter-title {
  3945.        font-size: 1.1rem;
  3946.    }
  3947.    
  3948.    .column-title {
  3949.        font-size: 1rem;
  3950.    }
  3951.    
  3952.    .footer-column {
  3953.        padding: 0 10px;
  3954.    }
  3955.    
  3956.    .bg-circle, .bg-line {
  3957.        display: none;
  3958.    }
  3959. }
  3960.  
  3961. /* Minimal Animation */
  3962. .footer-column {
  3963.    transition: opacity 0.3s ease;
  3964. }
  3965.  
  3966. .footer-column:hover {
  3967.    opacity: 0.9;
  3968. }
  3969. </style>
  3970.  
  3971. <!-- Bootstrap 5 JS -->
  3972.  
  3973. <script>
  3974. // Scroll to Top Function
  3975. function scrollToTop() {
  3976.    window.scrollTo({
  3977.        top: 0,
  3978.        behavior: 'smooth'
  3979.    });
  3980. }
  3981.  
  3982. // Initialize Footer V2 Features
  3983. document.addEventListener('DOMContentLoaded', function() {
  3984.    
  3985.    // Newsletter Form Enhancement
  3986.    const newsletterForm = document.querySelector('.newsletter-form');
  3987.    if (newsletterForm) {
  3988.        newsletterForm.addEventListener('submit', function(e) {
  3989.            e.preventDefault(); // Remove this in actual implementation
  3990.            
  3991.            const submitBtn = this.querySelector('.btn-newsletter');
  3992.            const originalText = submitBtn.textContent;
  3993.            
  3994.            submitBtn.textContent = 'Subscribing...';
  3995.            submitBtn.disabled = true;
  3996.            
  3997.            // Simulate form processing
  3998.            setTimeout(() => {
  3999.                submitBtn.textContent = 'Subscribed!';
  4000.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4001.                
  4002.                setTimeout(() => {
  4003.                    submitBtn.textContent = originalText;
  4004.                    submitBtn.disabled = false;
  4005.                    submitBtn.style.background = '';
  4006.                    this.reset();
  4007.                }, 2000);
  4008.            }, 1500);
  4009.        });
  4010.    }
  4011.    
  4012.    // Smooth reveal for columns on scroll
  4013.    const observerOptions = {
  4014.        threshold: 0.1,
  4015.        rootMargin: '0px 0px -50px 0px'
  4016.    };
  4017.    
  4018.    const observer = new IntersectionObserver((entries) => {
  4019.        entries.forEach(entry => {
  4020.            if (entry.isIntersecting) {
  4021.                entry.target.style.opacity = '1';
  4022.                entry.target.style.transform = 'translateY(0)';
  4023.            }
  4024.        });
  4025.    }, observerOptions);
  4026.    
  4027.    // Initially hide columns for animation
  4028.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4029.        column.style.opacity = '0';
  4030.        column.style.transform = 'translateY(20px)';
  4031.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4032.        observer.observe(column);
  4033.    });
  4034.    
  4035.    // Prevent default for placeholder links
  4036.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4037.        link.addEventListener('click', function(e) {
  4038.            e.preventDefault();
  4039.        });
  4040.    });
  4041. });
  4042.  
  4043. document.addEventListener('DOMContentLoaded', function () {
  4044.    var btn = document.getElementById('toggleFooterLinks');
  4045.    if (!btn) return; // No extra links, no button
  4046.  
  4047.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4048.  
  4049.    btn.addEventListener('click', function () {
  4050.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4051.            return li.classList.contains('d-none');
  4052.        });
  4053.  
  4054.        extras.forEach(function (li) {
  4055.            if (anyHidden) {
  4056.                li.classList.remove('d-none');
  4057.                li.classList.add('show');
  4058.            } else {
  4059.                li.classList.add('d-none');
  4060.                li.classList.remove('show');
  4061.            }
  4062.        });
  4063.  
  4064.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4065.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4066.    });
  4067. });
  4068.  
  4069. </script>
  4070.  
  4071.        <!-- end of wpo-site-footer-section -->
  4072.    </div>
  4073.    <!-- end of page-wrapper -->
  4074.  
  4075.    <!-- All JavaScript files
  4076.    ================================================== -->
  4077.    
  4078.  
  4079. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4080. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4081. <!-- Plugins for this template -->
  4082. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4083. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4084. <!-- Custom script for this template -->
  4085. <script src="/static/blogapp/assets/js/script.js"></script>
  4086.  
  4087. <script>
  4088. (function () {
  4089. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4090. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4091.  
  4092. function applyFallback(img) {
  4093. if (!img || img.dataset.fallbackApplied === "1") {
  4094. return;
  4095. }
  4096. var failedSrc = img.currentSrc || img.src || "";
  4097. img.dataset.fallbackApplied = "1";
  4098. img.onerror = null;
  4099. img.src = fallbackImageSrc;
  4100. console.warn("[ImageFallback] Replaced broken image:", {
  4101. failedSrc: failedSrc,
  4102. fallbackSrc: fallbackImageSrc,
  4103. alt: img.alt || "",
  4104. });
  4105. }
  4106.  
  4107. document.querySelectorAll("img").forEach(function (img) {
  4108. if (img.complete && img.naturalWidth === 0) {
  4109. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4110. failedSrc: img.currentSrc || img.src || "",
  4111. alt: img.alt || "",
  4112. });
  4113. applyFallback(img);
  4114. }
  4115. });
  4116.  
  4117. document.addEventListener(
  4118. "error",
  4119. function (event) {
  4120. var target = event.target;
  4121. if (target && target.tagName === "IMG") {
  4122. applyFallback(target);
  4123. }
  4124. },
  4125. true
  4126. );
  4127. })();
  4128. </script>
  4129.  
  4130. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4131.  
  4132.  
  4133.  
  4134. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"427412f77f034fcfafead2249cf898cc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4135. </body>
  4136.  
  4137. </html>
  4138.  
  4139.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda