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://stellarclubspace.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  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="/media/favicon/favicons/KEITHSTON_25_xCeQ3Ah_yfHjoNg_us2ilWG_IDNXXpL_rCA3OYT_GLjUZh9.png">
  14.    
  15.  
  16.    <title>Stellar Club Space: Exploring Astronomy, Space News &amp; Celestial Wonders</title>
  17.    <meta name="description" content="Stellar Club Space is your go-to blog for astronomy insights, space exploration updates, and celestial phenomena. Join our community of space enthusiasts today!">
  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://stellarclubspace.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 10px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_82">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378. <div class="preloader" style="z-index: 1025;">
  379.    <div class="angular-shape">
  380.        <div></div>
  381.        <div></div>
  382.        <div></div>
  383.    </div>
  384.    <div class="spinner">
  385.        <div class="double-bounce1"></div>
  386.        <div class="double-bounce2"></div>
  387.    </div>
  388. </div>  
  389.  
  390.            <!-- end preloader -->
  391.        
  392.        <!-- Start header -->
  393.        <header id="header" class="wpo-site-header">
  394.            
  395.  
  396.  
  397.    
  398.  
  399.  
  400. <div class="top-bg">
  401. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  402.    <span id="current-time"></span>
  403.    
  404.    <div class="unique-news-container2">
  405.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  406.            <!-- News items will be dynamically added here -->
  407.        </div>
  408.    </div>
  409.  
  410.    <div class="contact-info">
  411.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  412.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  413.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  414.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  415.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  416.        </ul>
  417.    </div>
  418. </div>
  419. </div>
  420.  
  421. <script>
  422.  // ----------------- Clock -----------------
  423.  function updateCurrentTime() {
  424.    const currentDate = new Date();
  425.    const day = currentDate.getDate().toString().padStart(2, '0');
  426.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  427.    const month = monthNames[currentDate.getMonth()];
  428.    const year = currentDate.getFullYear();
  429.    const hours = currentDate.getHours().toString().padStart(2, '0');
  430.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  431.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  432.    document.getElementById('current-time').innerHTML =
  433.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  434.  }
  435.  setInterval(updateCurrentTime, 1000);
  436.  updateCurrentTime();
  437.  
  438.  // ----------------- News from Django -----------------
  439.  const newsItems = [
  440.    
  441.      { title: "Starmer\u0027s Historic Election Victory Squandering Reaches Its Tragic Finale", url: "/starmers-historic-election-victory-squandering-reaches-its-tragic-finale/" },
  442.    
  443.      { title: "Key Talking Points from the Weekend\u0027s Premier League Matches", url: "/key-talking-points-from-the-weekends-premier-league-matches/" },
  444.    
  445.      { title: "Former world champion Kramnik Rejects Misconduct in Death of US Chess Star Naroditsky", url: "/former-world-champion-kramnik-rejects-misconduct-in-death-of-us-chess-star-naroditsky/" },
  446.    
  447.      { title: "The Grok AI Modifies Photographs of Women to Digitally Remove Their Clothes", url: "/the-grok-ai-modifies-photographs-of-women-to-digitally-remove-their-clothes/" },
  448.    
  449.      { title: "Wimbledon Adopts Video Challenge Technology This Season.", url: "/wimbledon-adopts-video-challenge-technology-this-season/" }
  450.    
  451.  ];
  452.  
  453.  let currentNewsIndex = 0;
  454.  const newsWrapper = document.getElementById('newsWrapper');
  455.  let newsElements = [];
  456.  
  457.  function createNewsElements() {
  458.      newsItems.forEach((news, index) => {
  459.          const newsElement = document.createElement('div');
  460.          newsElement.className = 'unique-news-item2 top-color';
  461.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  462.          newsWrapper.appendChild(newsElement);
  463.          newsElements.push(newsElement);
  464.      });
  465.      if (newsElements.length > 0) {
  466.          newsElements[0].classList.add('active');
  467.      }
  468.  }
  469.  
  470.  function changeNews() {
  471.      const currentElement = newsElements[currentNewsIndex];
  472.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  473.      const nextElement = newsElements[nextIndex];
  474.  
  475.      currentElement.classList.remove('active');
  476.      currentElement.classList.add('exit-up');
  477.  
  478.      setTimeout(() => {
  479.          nextElement.classList.add('active');
  480.          currentNewsIndex = nextIndex;
  481.          setTimeout(() => {
  482.              currentElement.classList.remove('exit-up');
  483.          }, 100);
  484.      }, 250);
  485.  }
  486.  
  487.  function startNewsRotation() {
  488.      setInterval(changeNews, 5000);
  489.  }
  490.  
  491.  window.onload = function() {
  492.      createNewsElements();
  493.      startNewsRotation();
  494.  };
  495. </script>
  496.  
  497.  
  498.  
  499.            
  500.  
  501.  
  502.  
  503.  
  504.  
  505. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  506.  <div class="container-fluid fluid-container">
  507.    <div class="row flex-wrap align-items-center">
  508.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  509.        <div class="mobail-menu">
  510.          <button type="button" class="navbar-toggler open-btn">
  511.            <span class="sr-only">Toggle navigation</span>
  512.            <span class="icon-bar first-angle"></span>
  513.            <span class="icon-bar middle-angle"></span>
  514.            <span class="icon-bar last-angle"></span>
  515.          </button>
  516.        </div>
  517.      </div>
  518.      <div class="col-lg-2 col-md-6 col-6">
  519.        <div class="navbar-header">
  520.          <a class="navbar-brand" href="/">
  521.            
  522.            <img src="/media/site_logos/ca57972a-5692-4482-bf2a-8b7baae5544c_logo.png" alt="Stellar Club Space" />
  523.            
  524.          </a>
  525.        </div>
  526.  
  527.      </div>
  528.      <div class="col-lg-8 col-md-1 col-1">
  529.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  530.          <button class="menu-close"><i class="ti-close"></i></button>
  531.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  532.            <li>
  533.              <a href="/">
  534.                Home
  535.              </a>
  536.            </li>
  537.            
  538.            
  539.             <li>
  540.              <a href="/category/all-posts/">
  541.                All Posts
  542.              </a>
  543.              </li>
  544.              
  545.  
  546.                  
  547.              
  548.             <li>
  549.              <a href="/category/business/">
  550.                Business
  551.              </a>
  552.              </li>
  553.              
  554.  
  555.                  
  556.              
  557.             <li>
  558.              <a href="/category/esports/">
  559.                Esports
  560.              </a>
  561.              </li>
  562.              
  563.  
  564.                  
  565.              
  566.             <li>
  567.              <a href="/category/fashion/">
  568.                Fashion
  569.              </a>
  570.              </li>
  571.              
  572.  
  573.                  
  574.              
  575.             <li>
  576.              <a href="/category/featured/">
  577.                Featured
  578.              </a>
  579.              </li>
  580.              
  581.  
  582.                  
  583.              
  584.            
  585.              <li class="menu-item-has-children">
  586.                <a href="#">More</a>
  587.                <ul class="sub-menu">
  588.                  <li>
  589.                    <a href="/category/gaming/">
  590.                      Gaming
  591.                    </a>
  592.                  </li>
  593.                  
  594.  
  595.                  
  596.              
  597.            
  598.                  <li>
  599.                    <a href="/category/health/">
  600.                      Health
  601.                    </a>
  602.                  </li>
  603.                  
  604.  
  605.                  
  606.              
  607.            
  608.                  <li>
  609.                    <a href="/category/life-fitness/">
  610.                      Life &amp; Fitness
  611.                    </a>
  612.                  </li>
  613.                  
  614.  
  615.                  
  616.              
  617.            
  618.                  <li>
  619.                    <a href="/category/lifestyle/">
  620.                      Lifestyle
  621.                    </a>
  622.                  </li>
  623.                  
  624.  
  625.                  
  626.              
  627.            
  628.                  <li>
  629.                    <a href="/category/news/">
  630.                      News
  631.                    </a>
  632.                  </li>
  633.                  
  634.  
  635.                  
  636.              
  637.            
  638.                  <li>
  639.                    <a href="/category/others/">
  640.                      Others
  641.                    </a>
  642.                  </li>
  643.                  
  644.  
  645.                  
  646.              
  647.            
  648.                  <li>
  649.                    <a href="/category/politics/">
  650.                      Politics
  651.                    </a>
  652.                  </li>
  653.                  
  654.  
  655.                  
  656.              
  657.            
  658.                  <li>
  659.                    <a href="/category/sports/">
  660.                      Sports
  661.                    </a>
  662.                  </li>
  663.                  
  664.  
  665.                  
  666.              
  667.            
  668.                  <li>
  669.                    <a href="/category/tech/">
  670.                      Tech
  671.                    </a>
  672.                  </li>
  673.                  
  674.  
  675.                  
  676.              
  677.            
  678.                  <li>
  679.                    <a href="/category/travel/">
  680.                      Travel
  681.                    </a>
  682.                  </li>
  683.                  
  684.  
  685.                  
  686.                </ul>
  687.              </li>
  688.              
  689.              
  690.              
  691.              <li>
  692.                <a href="/page/contact-us/">
  693.                  Contact Us
  694.                </a>
  695.              </li>
  696.          </ul>
  697.        </div>
  698.        <!-- end of nav-collapse -->
  699.      </div>
  700.      <div class="col-lg-2 col-md-2 col-2">
  701.        <div class="header-right">
  702.          <div class="header-search-form-wrapper">
  703.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  704.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  705.              <div class="header-search-form">
  706.                <form id="search-form">
  707.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  708.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  709.                </form>
  710.                <div id="search-results" class="search-v1 mt-2"></div>
  711.              </div>
  712.            </div>
  713.          </div>
  714.  
  715.          
  716.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  717.            <div class="header-right-menu">
  718.              <div class="right-menu-toggle-btn">
  719.                <span class="bg-link"></span>
  720.                <span class="bg-link"></span>
  721.                <span class="bg-link"></span>
  722.              </div>
  723.              <div class="header-right-menu-wrap z-1">
  724.                <button class="right-menu-close"><i class="ti-close"></i></button>
  725.                <div class="logo">
  726.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  727.                </div>
  728.                <div class="header-right-sec">
  729.                  <div class="project-widget widget">
  730.                    <h3 class="blog-color">Our Latest News</h3>
  731.                    <div class="posts">
  732.                      <div class="post">
  733.                        <div class="img-holder">
  734.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  735.                        </div>
  736.                        <div class="details">
  737.                          <span class="date blog-color">19 Jun 2022</span>
  738.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  739.                              Know.</a></h4>
  740.                        </div>
  741.                      </div>
  742.                      <div class="post">
  743.                        <div class="img-holder">
  744.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  745.                        </div>
  746.                        <div class="details">
  747.                          <span class="date blog-color">22 May 2022</span>
  748.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  749.                          </h4>
  750.                        </div>
  751.                      </div>
  752.                      <div class="post">
  753.                        <div class="img-holder">
  754.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  755.                        </div>
  756.                        <div class="details">
  757.                          <span class="date blog-color">12 Apr 2022</span>
  758.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  759.                          </h4>
  760.                        </div>
  761.                      </div>
  762.                    </div>
  763.                  </div>
  764.                  <div class="widget wpo-contact-widget">
  765.                    <div class="widget-title">
  766.                      <h3 class="blog-color">Contact Us</h3>
  767.                    </div>
  768.                    <div class="contact-ft">
  769.                      <ul>
  770.                        <li>
  771.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  772.                        </li>
  773.                        <li>
  774.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  775.                          + 8 (123) 123 456 789
  776.                        </li>
  777.                        <li>
  778.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  779.                        </li>
  780.                      </ul>
  781.                    </div>
  782.                  </div>
  783.                </div>
  784.              </div>
  785.              <div class="sidebar-blur"> </div>
  786.            </div>
  787.          </div> -->
  788.        </div>
  789.      </div>
  790.    </div>
  791.    <!-- end of container -->
  792. </nav>
  793. </nav>
  794. <style>
  795.  .navbar-brand img {
  796.    height: 70px;
  797.    object-fit: contain;
  798.  }
  799. </style>
  800. <script>
  801.  // jQuery or vanilla JavaScript to handle the AJAX search
  802.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  803.    e.preventDefault();  // Prevent the form from submitting normally
  804.  
  805.    const query = document.getElementById("search-input").value;
  806.  // Check if the input field is empty
  807.    if (query === "") {
  808.      // Clear the search results if the input is empty
  809.      document.getElementById("search-results").innerHTML = "";
  810.      return; // Exit the function early to avoid making an AJAX request
  811.    }
  812.    // Send AJAX request
  813.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  814.      method: "GET",
  815.        headers: {
  816.          "X-Requested-With": "XMLHttpRequest",
  817.        },
  818.    })
  819.      .then(response => response.json())
  820.      .then(data => {
  821.        if (data.html) {
  822.          document.getElementById("search-results").innerHTML = data.html;
  823.        } else {
  824.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  825.        }
  826.      })
  827.      .catch(error => {
  828.        console.error("Error fetching search results:", error);
  829.      });
  830.  });
  831.  
  832. </script>
  833.  
  834.        </header>
  835.        <!-- end of header -->
  836.        <!-- start of wpo-blog-hero -->
  837.        
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845. <div class="blog-hero-v5">
  846.  <div class="container-fluid fluid-container">
  847.    <!-- Hero Header -->
  848.  
  849.    <!-- Main Content Grid -->
  850.    <div class="row g-4">
  851.      <!-- Large Featured Post - Left Side -->
  852.      <div class="col-lg-6 col-md-12">
  853.        
  854.        
  855.          
  856.        <div class="large-featured-card">
  857.          <div class="card-image-wrapper">
  858.            
  859.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  860.            
  861.            <div class="image-overlay">
  862.              <span class="category-pill fashion bg-primary-gradient">News</span>
  863.            </div>
  864.          </div>
  865.          <div class="card-content">
  866.            <h2 class="card-title"><a class="top-color" href="/3-pokemon-titles-that-failed-to-receive-the-appreciation-they-deserved/">
  867.                                        3 Pokemon Titles That Failed to Receive the Appreciation They Deserved
  868.                                    </a></h2>
  869.            <p class="card-description"></p>
  870.            <div class="card-footer">
  871.              <div class="author-section">
  872.                <div class="author-avatar">
  873.                  
  874.                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="author-img">
  875.                    
  876.                </div>
  877.                <div class="author-details">
  878.                  <span class="author-name">Sarah Campbell</span>
  879.                  <span class="publish-date">11 Sep 2026</span>
  880.                </div>
  881.              </div>
  882.              <div class="read-time">
  883.                <!-- <span>9 min read</span> -->
  884.              </div>
  885.            </div>
  886.          </div>
  887.        </div>
  888.  
  889.        
  890.      </div>
  891.      
  892.  
  893.      <!-- Right Side - Grid of Posts -->
  894.      <div class="col-lg-6 col-md-12">
  895.        <div class="row h-100">
  896.          
  897.          
  898.            
  899.          <!-- Medium Featured Post -->
  900.          <div class="col-12 mb-3">
  901.            <div class="medium-featured-card h-100">
  902.              <div class="row g-0 h-100">
  903.                <div class="col-md-6">
  904.                  <div class="medium-image-wrapper">
  905.                    
  906.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  907.                      
  908.                    <div class="medium-overlay">
  909.                      <span class="category-pill travel bg-primary-gradient">News</span>
  910.                    </div>
  911.                  </div>
  912.                </div>
  913.                <div class="col-md-6">
  914.                  <div class="medium-content">
  915.                    <h3 class="medium-title"><a class="top-color" href="/billy-searles-last-minute-kick-secures-emotional-tigers-victory-against-bath-rugby/">
  916.                                        Billy Searle&#x27;s Last-Minute Kick Secures Emotional Tigers Victory Against Bath Rugby
  917.                                    </a></h3>
  918.                    <p class="medium-excerpt"></p>
  919.                    <div class="medium-meta">
  920.                      <span class="author">By Sarah Campbell</span>
  921.                      <span class="date">10 Sep 2026</span>
  922.                    </div>
  923.                  </div>
  924.                </div>
  925.              </div>
  926.            </div>
  927.          </div>
  928.  
  929.          
  930.          
  931.  
  932.          
  933.            <!-- Small Cards Row -->
  934.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  935.              <div class="small-card h-100">
  936.                <div class="small-image-wrapper">
  937.                    
  938.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  939.                            style="object-fit: cover;" alt="">
  940.                    
  941.                  <span class="small-category bg-primary-gradient">News</span>
  942.                </div>
  943.                <div class="small-content">
  944.                  <h4 class="small-title"> <a class="top-color" href="/the-worst-titles-of-2025-according-to-review-aggregator-metacritic/" >
  945.                                        The Worst Titles of 2025, According to Review Aggregator Metacritic
  946.                                    </a></h4>
  947.                  <p class="medium-excerpt"></p>
  948.                  <div class="small-meta">
  949.                    <span>By Sarah Campbell</span>
  950.                    <span>10 Sep 2026</span>
  951.                  </div>
  952.                </div>
  953.              </div>
  954.            </div>
  955.            
  956.            <!-- Small Cards Row -->
  957.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  958.              <div class="small-card h-100">
  959.                <div class="small-image-wrapper">
  960.                    
  961.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  962.                            style="object-fit: cover;" alt="">
  963.                    
  964.                  <span class="small-category bg-primary-gradient">News</span>
  965.                </div>
  966.                <div class="small-content">
  967.                  <h4 class="small-title"> <a class="top-color" href="/the-streaming-giants-startling-latest-zombie-film-injects-new-life-into-a-stale-genre/" >
  968.                                        The streaming giant&#x27;s Startling Latest Zombie Film Injects New Life into a Stale Genre
  969.                                    </a></h4>
  970.                  <p class="medium-excerpt"></p>
  971.                  <div class="small-meta">
  972.                    <span>By Sarah Campbell</span>
  973.                    <span>10 Sep 2026</span>
  974.                  </div>
  975.                </div>
  976.              </div>
  977.            </div>
  978.            
  979.  
  980.        </div>
  981.      </div>
  982.    </div>
  983.  </div>
  984. </div>
  985.  
  986. <style>
  987.  /* Blog Hero V5 - Clean Card Grid Design */
  988.  :root {
  989.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  990.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  991.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  992.  
  993.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  994.  }
  995.  
  996.  .blog-hero-v5 {
  997.    padding: 4rem 0;
  998.  }
  999.  
  1000.  /* Hero Header */
  1001.  .hero-header {
  1002.    margin-bottom: 2rem;
  1003.  }
  1004.  
  1005.  .hero-title {
  1006.    font-size: 3.5rem;
  1007.    font-weight: 800;
  1008.    color: var(--text-dark);
  1009.    margin-bottom: 1rem;
  1010.    letter-spacing: -0.025em;
  1011.    line-height: 1.1;
  1012.  }
  1013.  
  1014.  .hero-subtitle {
  1015.    font-size: 1.25rem;
  1016.    color: var(--text-light);
  1017.    font-weight: 400;
  1018.    max-width: 600px;
  1019.    margin: 0 auto;
  1020.  }
  1021.  
  1022.  /* Large Featured Card */
  1023.  .large-featured-card {
  1024.    background: var(--card-bg);
  1025.    border-radius: var(--border-radius);
  1026.    box-shadow: var(--shadow-medium);
  1027.    overflow: hidden;
  1028.    height: 100%;
  1029.    transition: var(--transition);
  1030.    border: 1px solid var(--border-color);
  1031.  }
  1032.  
  1033.  .large-featured-card:hover {
  1034.    transform: translateY(-8px);
  1035.    box-shadow: var(--shadow-heavy);
  1036.  }
  1037.  
  1038.  .card-image-wrapper {
  1039.    position: relative;
  1040.    height: 280px;
  1041.    overflow: hidden;
  1042.  }
  1043.  
  1044.  .card-image {
  1045.    width: 100%;
  1046.    height: 100%;
  1047.    object-fit: cover;
  1048.    transition: var(--transition);
  1049.  }
  1050.  
  1051.  .large-featured-card:hover .card-image {
  1052.    transform: scale(1.05);
  1053.  }
  1054.  
  1055.  .image-overlay {
  1056.    position: absolute;
  1057.    top: 1.5rem;
  1058.    left: 1.5rem;
  1059.  }
  1060.  
  1061.  .card-content {
  1062.    padding: 2rem;
  1063.  }
  1064.  
  1065.  .card-title {
  1066.    font-size: 1.75rem;
  1067.    font-weight: 700;
  1068.    color: var(--text-dark);
  1069.    margin-bottom: 1rem;
  1070.    line-height: 1.3;
  1071.  }
  1072.  
  1073.  .card-description {
  1074.    color: var(--text-light);
  1075.    font-size: 1rem;
  1076.    line-height: 1.6;
  1077.    margin-bottom: 2rem;
  1078.  }
  1079.  
  1080.  .card-footer {
  1081.    display: flex;
  1082.    align-items: center;
  1083.    justify-content: space-between;
  1084.  }
  1085.  
  1086.  .author-section {
  1087.    display: flex;
  1088.    align-items: center;
  1089.    gap: 1rem;
  1090.  }
  1091.  
  1092.  .author-avatar {
  1093.    width: 48px;
  1094.    height: 48px;
  1095.    border-radius: 50%;
  1096.    overflow: hidden;
  1097.    border: 2px solid var(--border-color);
  1098.  }
  1099.  
  1100.  .author-avatar img {
  1101.    width: 100%;
  1102.    height: 100%;
  1103.    object-fit: cover;
  1104.  }
  1105.  
  1106.  .author-details {
  1107.    display: flex;
  1108.    flex-direction: column;
  1109.  }
  1110.  
  1111.  .author-name {
  1112.    font-weight: 600;
  1113.    color: var(--text-dark);
  1114.    font-size: 0.95rem;
  1115.  }
  1116.  
  1117.  .publish-date {
  1118.    color: var(--text-light);
  1119.    font-size: 0.875rem;
  1120.  }
  1121.  
  1122.  .read-time {
  1123.    background: var(--card-bg);
  1124.    padding: 0.5rem 1rem;
  1125.    border-radius: 20px;
  1126.    font-size: 0.875rem;
  1127.    color: var(--text-light);
  1128.    font-weight: 500;
  1129.  }
  1130.  
  1131.  /* Category Pills */
  1132.  .category-pill {
  1133.    display: inline-block;
  1134.    padding: 0.5rem 1rem;
  1135.    font-size: 0.75rem;
  1136.    font-weight: 600;
  1137.    text-transform: uppercase;
  1138.    letter-spacing: 0.05em;
  1139.    border-radius: 20px;
  1140.    color: white;
  1141.  }
  1142.  
  1143.  
  1144.  /* Medium Featured Card */
  1145.  .medium-featured-card {
  1146.    background: var(--card-bg);
  1147.    border-radius: var(--border-radius);
  1148.    box-shadow: var(--shadow-light);
  1149.    overflow: hidden;
  1150.    height: 220px;
  1151.    transition: var(--transition);
  1152.    border: 1px solid var(--border-color);
  1153.  }
  1154.  
  1155.  .medium-featured-card:hover {
  1156.    transform: translateY(-4px);
  1157.    box-shadow: var(--shadow-medium);
  1158.  }
  1159.  
  1160.  .medium-image-wrapper {
  1161.    position: relative;
  1162.    height: 100%;
  1163.    overflow: hidden;
  1164.  }
  1165.  
  1166.  .medium-image-wrapper img {
  1167.    width: 100%;
  1168.    height: 100%;
  1169.    object-fit: cover;
  1170.    transition: var(--transition);
  1171.  }
  1172.  
  1173.  .medium-featured-card:hover .medium-image-wrapper img {
  1174.    transform: scale(1.05);
  1175.  }
  1176.  
  1177.  .medium-overlay {
  1178.    position: absolute;
  1179.    top: 1rem;
  1180.    left: 1rem;
  1181.  }
  1182.  
  1183.  .medium-content {
  1184.    padding: 1.5rem;
  1185.    display: flex;
  1186.    flex-direction: column;
  1187.    justify-content: space-between;
  1188.    height: 100%;
  1189.  }
  1190.  
  1191.  .medium-title {
  1192.    font-size: 1.25rem;
  1193.    font-weight: 600;
  1194.    color: var(--text-dark);
  1195.    margin-bottom: 0.75rem;
  1196.    line-height: 1.3;
  1197.  }
  1198.  
  1199.  .medium-excerpt {
  1200.    color: var(--text-light);
  1201.    font-size: 0.9rem;
  1202.    line-height: 1.5;
  1203.    margin-bottom: 1rem;
  1204.    flex-grow: 1;
  1205.  }
  1206.  
  1207.  .medium-meta {
  1208.    display: flex;
  1209.    flex-direction: column;
  1210.    gap: 0.25rem;
  1211.    font-size: 0.8rem;
  1212.  }
  1213.  
  1214.  /* Small Cards */
  1215.  .small-card {
  1216.    background: var(--card-bg);
  1217.    border-radius: var(--border-radius);
  1218.    box-shadow: var(--shadow-light);
  1219.    overflow: hidden;
  1220.    transition: var(--transition);
  1221.    border: 1px solid var(--border-color);
  1222.    display: flex;
  1223.    flex-direction: column;
  1224.  }
  1225.  
  1226.  .small-card:hover {
  1227.    transform: translateY(-4px);
  1228.    box-shadow: var(--shadow-medium);
  1229.  }
  1230.  
  1231.  .small-image-wrapper {
  1232.    position: relative;
  1233.    height: 140px;
  1234.    overflow: hidden;
  1235.    flex-shrink: 0;
  1236.  }
  1237.  
  1238.  .small-image-wrapper img {
  1239.    width: 100%;
  1240.    height: 100%;
  1241.    object-fit: cover;
  1242.    transition: var(--transition);
  1243.  }
  1244.  
  1245.  .small-card:hover .small-image-wrapper img {
  1246.    transform: scale(1.05);
  1247.  }
  1248.  
  1249.  .small-category {
  1250.    position: absolute;
  1251.    top: 0.75rem;
  1252.    left: 0.75rem;
  1253.    padding: 0.25rem 0.75rem;
  1254.    font-size: 0.7rem;
  1255.    font-weight: 600;
  1256.    text-transform: uppercase;
  1257.    border-radius: 12px;
  1258.    color: white;
  1259.  }
  1260.  
  1261.  
  1262.  .small-content {
  1263.    padding: 1rem;
  1264.    flex-grow: 1;
  1265.    display: flex;
  1266.    flex-direction: column;
  1267.    justify-content: space-between;
  1268.  }
  1269.  
  1270.  .small-title {
  1271.    font-size: 1rem;
  1272.    font-weight: 600;
  1273.    color: var(--text-dark);
  1274.    margin-bottom: 0.75rem;
  1275.    line-height: 1.3;
  1276.  }
  1277.  
  1278.  .small-meta {
  1279.    display: flex;
  1280.    justify-content: space-between;
  1281.    font-size: 0.75rem;
  1282.    color: var(--text-light);
  1283.  }
  1284.  
  1285.  /* Stats Section - Removed */
  1286.  
  1287.  /* Responsive Design */
  1288.  @media (max-width: 992px) {
  1289.    .hero-title {
  1290.      font-size: 2.5rem;
  1291.    }
  1292.  
  1293.    .card-content {
  1294.      padding: 1.5rem;
  1295.    }
  1296.  
  1297.    .card-title {
  1298.      font-size: 1.5rem;
  1299.    }
  1300.  
  1301.    .medium-featured-card {
  1302.      height: auto;
  1303.    }
  1304.  
  1305.    .medium-content {
  1306.      height: auto;
  1307.    }
  1308.  }
  1309.  
  1310.  @media (max-width: 768px) {
  1311.    .blog-hero-v5 {
  1312.      padding: 2rem 0;
  1313.    }
  1314.  
  1315.    .hero-title {
  1316.      font-size: 2rem;
  1317.    }
  1318.  
  1319.    .hero-subtitle {
  1320.      font-size: 1rem;
  1321.    }
  1322.  
  1323.    .card-image-wrapper {
  1324.      height: 200px;
  1325.    }
  1326.  
  1327.    .medium-featured-card {
  1328.      height: auto;
  1329.    }
  1330.  
  1331.    .medium-image-wrapper {
  1332.      height: 150px;
  1333.    }
  1334.  
  1335.    .small-image-wrapper {
  1336.      height: 120px;
  1337.    }
  1338.  }
  1339.  
  1340.  @media (max-width: 576px) {
  1341.    .card-footer {
  1342.      flex-direction: column;
  1343.      align-items: flex-start;
  1344.      gap: 1rem;
  1345.    }
  1346.  
  1347.    .stat-number {
  1348.      font-size: 1.5rem;
  1349.    }
  1350.  }
  1351. </style>
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.        <!-- end of wpo-blog-hero -->
  1358.  
  1359.        <!-- start of wpo-breacking-news -->
  1360.        
  1361.        <!-- end of wpo-breacking-news -->
  1362.        
  1363.        <!-- start wpo-blog-highlights-section -->
  1364.        
  1365.  
  1366.  
  1367.  
  1368.    
  1369.  
  1370.  
  1371.  
  1372. <style>
  1373.    .blog-highlights-v2 {
  1374.        padding: 60px 0;
  1375.    }
  1376.    
  1377.    .blog-card-v2 {
  1378.        border: none;
  1379.        border-radius: 16px;
  1380.        overflow: hidden;
  1381.        transition: all 0.3s ease;
  1382.        background: white;
  1383.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1384.    }
  1385.    
  1386.    .blog-card-v2:hover {
  1387.        transform: translateY(-8px);
  1388.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1389.    }
  1390.    
  1391.    .blog-image-v2 {
  1392.        position: relative;
  1393.        overflow: hidden;
  1394.        height: 220px;
  1395.    }
  1396.    
  1397.    .blog-image-v2 img {
  1398.        width: 100%;
  1399.        height: 100%;
  1400.        object-fit: cover;
  1401.        transition: transform 0.3s ease;
  1402.    }
  1403.    
  1404.    .blog-card-v2:hover .blog-image-v2 img {
  1405.        transform: scale(1.05);
  1406.    }
  1407.    
  1408.    .blog-category-v2 {
  1409.        position: absolute;
  1410.        top: 16px;
  1411.        left: 16px;
  1412.        padding: 6px 14px;
  1413.        border-radius: 20px;
  1414.        font-size: 12px;
  1415.        font-weight: 600;
  1416.        text-transform: uppercase;
  1417.        letter-spacing: 0.5px;
  1418.    }
  1419.    
  1420.    .blog-content-v2 {
  1421.        padding: 24px;
  1422.    }
  1423.    
  1424.    .blog-title-v2 {
  1425.        font-size: 18px;
  1426.        font-weight: 700;
  1427.        line-height: 1.4;
  1428.        margin-bottom: 16px;
  1429.    }
  1430.    
  1431.    .blog-title-v2 a {
  1432.        text-decoration: none;
  1433.        transition: color 0.3s ease;
  1434.    }
  1435.    
  1436.    .blog-meta-v2 {
  1437.        display: flex;
  1438.        align-items: center;
  1439.        gap: 12px;
  1440.        margin-bottom: 12px;
  1441.        font-size: 13px;
  1442.    }
  1443.    
  1444.    .blog-author-img {
  1445.        width: 32px;
  1446.        height: 32px;
  1447.        border-radius: 50%;
  1448.        object-fit: cover;
  1449.    }
  1450.    
  1451.    .blog-excerpt-v2 {
  1452.        font-size: 14px;
  1453.        line-height: 1.6;
  1454.        opacity: 0.8;
  1455.    }
  1456.    
  1457.    .section-title-v2 {
  1458.        font-size: 2.5rem;
  1459.        font-weight: 800;
  1460.        text-align: center;
  1461.        margin-bottom: 50px;
  1462.    }
  1463.  
  1464.    @media (max-width: 768px) {
  1465.        .section-title-v2 {
  1466.            font-size: 2rem;
  1467.        }
  1468.        .blog-highlights-v2 {
  1469.            padding: 40px 0;
  1470.        }
  1471.    }
  1472. </style>
  1473.  
  1474. <section class="blog-highlights-v2">
  1475.    <div class="container-fluid fluid-container">
  1476.        <div class="row">
  1477.            <div class="col-12">
  1478.                <h2 class="section-title-v2 top-color">
  1479.                Today's Top Highlights
  1480.                   </h2>
  1481.            </div>
  1482.            
  1483.        </div>
  1484.        
  1485.        <div class="row">
  1486.            <div class="col-lg-8 col-12">
  1487.                <div class="row g-4">
  1488.                    
  1489.                    <div class="col-lg-6 col-md-6 col-12">
  1490.                        <div class="card blog-card-v2 h-100">
  1491.                            <div class="blog-image-v2">
  1492.                                
  1493.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1494.                                
  1495.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1496.                            </div>
  1497.                            <div class="blog-content-v2">
  1498.                                <h3 class="blog-title-v2">
  1499.                                    <a href="/im-fully-all-in-with-bayern-kane-dampens-on-premier-league-return/" class="top-color">
  1500.                                    &#x27;I&#x27;m fully all in with Bayern&#x27; - Kane dampens on Premier League return
  1501.                                    </a>
  1502.                                </h3>
  1503.                                <div class="blog-meta-v2">
  1504.                                    
  1505.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1506.                                    
  1507.                                    
  1508.                                    <span class="top-color">By Sarah Campbell</span>
  1509.                                    <span class="top-color">10 Sep 2026</span>
  1510.                                </div>
  1511.                                <p class="blog-excerpt-v2 top-color"> </p>
  1512.                            </div>
  1513.                        </div>
  1514.                    </div>
  1515.                    
  1516.                    <div class="col-lg-6 col-md-6 col-12">
  1517.                        <div class="card blog-card-v2 h-100">
  1518.                            <div class="blog-image-v2">
  1519.                                
  1520.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1521.                                
  1522.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1523.                            </div>
  1524.                            <div class="blog-content-v2">
  1525.                                <h3 class="blog-title-v2">
  1526.                                    <a href="/brock-purdy-sets-a-career-high-with-five-touchdown-passes-as-san-francisco-dominate-the-indianapolis/" class="top-color">
  1527.                                    Brock Purdy Sets a Career-High with Five Touchdown Passes as San Francisco Dominate the Indianapolis
  1528.                                    </a>
  1529.                                </h3>
  1530.                                <div class="blog-meta-v2">
  1531.                                    
  1532.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1533.                                    
  1534.                                    
  1535.                                    <span class="top-color">By Sarah Campbell</span>
  1536.                                    <span class="top-color">10 Sep 2026</span>
  1537.                                </div>
  1538.                                <p class="blog-excerpt-v2 top-color"> </p>
  1539.                            </div>
  1540.                        </div>
  1541.                    </div>
  1542.                    
  1543.                    <div class="col-lg-6 col-md-6 col-12">
  1544.                        <div class="card blog-card-v2 h-100">
  1545.                            <div class="blog-image-v2">
  1546.                                
  1547.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1548.                                
  1549.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1550.                            </div>
  1551.                            <div class="blog-content-v2">
  1552.                                <h3 class="blog-title-v2">
  1553.                                    <a href="/joint-anglo-french-aerial-assault-hits-islamic-state-arms-cache-in-syria/" class="top-color">
  1554.                                    Joint Anglo-French Aerial Assault Hits Islamic State Arms Cache in Syria
  1555.                                    </a>
  1556.                                </h3>
  1557.                                <div class="blog-meta-v2">
  1558.                                    
  1559.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1560.                                    
  1561.                                    
  1562.                                    <span class="top-color">By Sarah Campbell</span>
  1563.                                    <span class="top-color">10 Sep 2026</span>
  1564.                                </div>
  1565.                                <p class="blog-excerpt-v2 top-color"> </p>
  1566.                            </div>
  1567.                        </div>
  1568.                    </div>
  1569.                    
  1570.                    <div class="col-lg-6 col-md-6 col-12">
  1571.                        <div class="card blog-card-v2 h-100">
  1572.                            <div class="blog-image-v2">
  1573.                                
  1574.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1575.                                
  1576.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1577.                            </div>
  1578.                            <div class="blog-content-v2">
  1579.                                <h3 class="blog-title-v2">
  1580.                                    <a href="/self-proclaimed-mystic-faces-fraud-trial-over-claims-madonna-statue-shed-blood/" class="top-color">
  1581.                                    Self-proclaimed ‘Mystic’ Faces Fraud Trial Over Claims Madonna Statue Shed Blood
  1582.                                    </a>
  1583.                                </h3>
  1584.                                <div class="blog-meta-v2">
  1585.                                    
  1586.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1587.                                    
  1588.                                    
  1589.                                    <span class="top-color">By Sarah Campbell</span>
  1590.                                    <span class="top-color">10 Sep 2026</span>
  1591.                                </div>
  1592.                                <p class="blog-excerpt-v2 top-color"> </p>
  1593.                            </div>
  1594.                        </div>
  1595.                    </div>
  1596.                    
  1597.                    <div class="col-lg-6 col-md-6 col-12">
  1598.                        <div class="card blog-card-v2 h-100">
  1599.                            <div class="blog-image-v2">
  1600.                                
  1601.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1602.                                
  1603.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1604.                            </div>
  1605.                            <div class="blog-content-v2">
  1606.                                <h3 class="blog-title-v2">
  1607.                                    <a href="/us-officials-react-to-capture-of-venezuelan-president-nicol%C3%A1s-maduro/" class="top-color">
  1608.                                    US Officials React to Capture of Venezuelan President Nicolás Maduro
  1609.                                    </a>
  1610.                                </h3>
  1611.                                <div class="blog-meta-v2">
  1612.                                    
  1613.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1614.                                    
  1615.                                    
  1616.                                    <span class="top-color">By Sarah Campbell</span>
  1617.                                    <span class="top-color">09 Sep 2026</span>
  1618.                                </div>
  1619.                                <p class="blog-excerpt-v2 top-color"> </p>
  1620.                            </div>
  1621.                        </div>
  1622.                    </div>
  1623.                    
  1624.                    <div class="col-lg-6 col-md-6 col-12">
  1625.                        <div class="card blog-card-v2 h-100">
  1626.                            <div class="blog-image-v2">
  1627.                                
  1628.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1629.                                
  1630.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1631.                            </div>
  1632.                            <div class="blog-content-v2">
  1633.                                <h3 class="blog-title-v2">
  1634.                                    <a href="/government-official-confirms-ministry-of-defence-examining-security-risk-from-chinese-cars-with-staff-advised-to-avoid-secret-talk-in-vehicles/" class="top-color">
  1635.                                    Government Official Confirms Ministry of Defence Examining Security Risk from Chinese Cars, with Staff Advised to Avoid Secret Talk in Vehicles.
  1636.                                    </a>
  1637.                                </h3>
  1638.                                <div class="blog-meta-v2">
  1639.                                    
  1640.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1641.                                    
  1642.                                    
  1643.                                    <span class="top-color">By Sarah Campbell</span>
  1644.                                    <span class="top-color">09 Sep 2026</span>
  1645.                                </div>
  1646.                                <p class="blog-excerpt-v2 top-color"> </p>
  1647.                            </div>
  1648.                        </div>
  1649.                    </div>
  1650.                    
  1651.                    <div class="col-lg-6 col-md-6 col-12">
  1652.                        <div class="card blog-card-v2 h-100">
  1653.                            <div class="blog-image-v2">
  1654.                                
  1655.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1656.                                
  1657.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1658.                            </div>
  1659.                            <div class="blog-content-v2">
  1660.                                <h3 class="blog-title-v2">
  1661.                                    <a href="/unbeatable-not-anymore-why-indias-test-match-legacy-lies-in-ruins/" class="top-color">
  1662.                                    Unbeatable Not Anymore: Why India&#x27;s Test Match Legacy Lies in Ruins
  1663.                                    </a>
  1664.                                </h3>
  1665.                                <div class="blog-meta-v2">
  1666.                                    
  1667.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1668.                                    
  1669.                                    
  1670.                                    <span class="top-color">By Sarah Campbell</span>
  1671.                                    <span class="top-color">09 Sep 2026</span>
  1672.                                </div>
  1673.                                <p class="blog-excerpt-v2 top-color"> </p>
  1674.                            </div>
  1675.                        </div>
  1676.                    </div>
  1677.                    
  1678.                    <div class="col-lg-6 col-md-6 col-12">
  1679.                        <div class="card blog-card-v2 h-100">
  1680.                            <div class="blog-image-v2">
  1681.                                
  1682.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1683.                                
  1684.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1685.                            </div>
  1686.                            <div class="blog-content-v2">
  1687.                                <h3 class="blog-title-v2">
  1688.                                    <a href="/survivors-of-catholic-clergy-sex-abuse-express-optimism-after-encounter-with-pope-leo/" class="top-color">
  1689.                                    Survivors of Catholic Clergy Sex Abuse Express Optimism After Encounter with Pope Leo
  1690.                                    </a>
  1691.                                </h3>
  1692.                                <div class="blog-meta-v2">
  1693.                                    
  1694.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1695.                                    
  1696.                                    
  1697.                                    <span class="top-color">By Sarah Campbell</span>
  1698.                                    <span class="top-color">09 Sep 2026</span>
  1699.                                </div>
  1700.                                <p class="blog-excerpt-v2 top-color"> </p>
  1701.                            </div>
  1702.                        </div>
  1703.                    </div>
  1704.                    
  1705.                    <div class="col-lg-6 col-md-6 col-12">
  1706.                        <div class="card blog-card-v2 h-100">
  1707.                            <div class="blog-image-v2">
  1708.                                
  1709.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1710.                                
  1711.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1712.                            </div>
  1713.                            <div class="blog-content-v2">
  1714.                                <h3 class="blog-title-v2">
  1715.                                    <a href="/a-group-of-seven-accused-members-of-germanys-far-left-group-stand-trial-over-multiple-violent-incidents/" class="top-color">
  1716.                                    A group of seven accused members of Germany&#x27;s far-left group stand trial over multiple violent incidents
  1717.                                    </a>
  1718.                                </h3>
  1719.                                <div class="blog-meta-v2">
  1720.                                    
  1721.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1722.                                    
  1723.                                    
  1724.                                    <span class="top-color">By Sarah Campbell</span>
  1725.                                    <span class="top-color">09 Sep 2026</span>
  1726.                                </div>
  1727.                                <p class="blog-excerpt-v2 top-color"> </p>
  1728.                            </div>
  1729.                        </div>
  1730.                    </div>
  1731.                    
  1732.                    <div class="col-lg-6 col-md-6 col-12">
  1733.                        <div class="card blog-card-v2 h-100">
  1734.                            <div class="blog-image-v2">
  1735.                                
  1736.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1737.                                
  1738.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1739.                            </div>
  1740.                            <div class="blog-content-v2">
  1741.                                <h3 class="blog-title-v2">
  1742.                                    <a href="/additional-pictures-from-epstein-estate-released-by-democratic-us-congress-members/" class="top-color">
  1743.                                    Additional Pictures from Epstein Estate Released by Democratic US Congress Members
  1744.                                    </a>
  1745.                                </h3>
  1746.                                <div class="blog-meta-v2">
  1747.                                    
  1748.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1749.                                    
  1750.                                    
  1751.                                    <span class="top-color">By Sarah Campbell</span>
  1752.                                    <span class="top-color">09 Sep 2026</span>
  1753.                                </div>
  1754.                                <p class="blog-excerpt-v2 top-color"> </p>
  1755.                            </div>
  1756.                        </div>
  1757.                    </div>
  1758.                    
  1759.                    <div class="col-lg-6 col-md-6 col-12">
  1760.                        <div class="card blog-card-v2 h-100">
  1761.                            <div class="blog-image-v2">
  1762.                                
  1763.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1764.                                
  1765.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1766.                            </div>
  1767.                            <div class="blog-content-v2">
  1768.                                <h3 class="blog-title-v2">
  1769.                                    <a href="/fed-lowers-interest-rates-for-second-time-this-year-amid-financial-instability/" class="top-color">
  1770.                                    Fed Lowers Interest Rates for Second Time This Year Amid Financial Instability
  1771.                                    </a>
  1772.                                </h3>
  1773.                                <div class="blog-meta-v2">
  1774.                                    
  1775.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1776.                                    
  1777.                                    
  1778.                                    <span class="top-color">By Sarah Campbell</span>
  1779.                                    <span class="top-color">09 Sep 2026</span>
  1780.                                </div>
  1781.                                <p class="blog-excerpt-v2 top-color"> </p>
  1782.                            </div>
  1783.                        </div>
  1784.                    </div>
  1785.                    
  1786.                    <div class="col-lg-6 col-md-6 col-12">
  1787.                        <div class="card blog-card-v2 h-100">
  1788.                            <div class="blog-image-v2">
  1789.                                
  1790.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1791.                                
  1792.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1793.                            </div>
  1794.                            <div class="blog-content-v2">
  1795.                                <h3 class="blog-title-v2">
  1796.                                    <a href="/our-top-release-of-2025-the-artists-masterpiece-takes-the-premier-spot/" class="top-color">
  1797.                                    Our Top Release of 2025: The Artist&#x27;s Masterpiece Takes the Premier Spot.
  1798.                                    </a>
  1799.                                </h3>
  1800.                                <div class="blog-meta-v2">
  1801.                                    
  1802.                                        <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="blog-author-img">
  1803.                                    
  1804.                                    
  1805.                                    <span class="top-color">By Sarah Campbell</span>
  1806.                                    <span class="top-color">09 Sep 2026</span>
  1807.                                </div>
  1808.                                <p class="blog-excerpt-v2 top-color"> </p>
  1809.                            </div>
  1810.                        </div>
  1811.                    </div>
  1812.                    
  1813.                    
  1814.  
  1815.                </div>
  1816.            </div>
  1817.            
  1818.          <div class="col col-lg-4 col-12">
  1819.                
  1820.  
  1821.  
  1822.  
  1823.    
  1824.  
  1825. <!-- Curved Heading Sidebar -->
  1826.    <div class="sidebar">
  1827.        
  1828.       <div class="sidebar-widget mb-4">
  1829.            <div class="widget-title-wrapper mb-3">
  1830.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1831.                    <div class="title-border"></div>
  1832.                    <i class="ti-folder me-2"></i>September 2026 Blog Roll
  1833.                </h4>
  1834.            </div>
  1835.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  1836.                <div class="archives-list scrollable-sidebar">
  1837.                    
  1838.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1839.                        <a href="https://valentinaoccasions.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1840.                            <i class="ti-angle-right me-2 text-primary"></i>
  1841.                            <span class="archive-link top-color fw-semibold"> best non gamstop casinos UK</span>
  1842.                        </a>
  1843.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1844.                    </div>
  1845.                
  1846.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1847.                        <a href="https://vasi.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1848.                            <i class="ti-angle-right me-2 text-primary"></i>
  1849.                            <span class="archive-link top-color fw-semibold"> ліцензійні онлайн казино україни</span>
  1850.                        </a>
  1851.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1852.                    </div>
  1853.                
  1854.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1855.                        <a href="https://innovativepaindoctor.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1856.                            <i class="ti-angle-right me-2 text-primary"></i>
  1857.                            <span class="archive-link top-color fw-semibold"> gambling sites</span>
  1858.                        </a>
  1859.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1860.                    </div>
  1861.                
  1862.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1863.                        <a href="https://brightsrestaurantbelfast.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1864.                            <i class="ti-angle-right me-2 text-primary"></i>
  1865.                            <span class="archive-link top-color fw-semibold"> sites not on gamstop</span>
  1866.                        </a>
  1867.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1868.                    </div>
  1869.                
  1870.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1871.                        <a href="https://e-reading.link/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1872.                            <i class="ti-angle-right me-2 text-primary"></i>
  1873.                            <span class="archive-link top-color fw-semibold"> крипто казино с бездепозитным бонусом</span>
  1874.                        </a>
  1875.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1876.                    </div>
  1877.                
  1878.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1879.                        <a href="https://td-san.ru"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1880.                            <i class="ti-angle-right me-2 text-primary"></i>
  1881.                            <span class="archive-link top-color fw-semibold"> zooma</span>
  1882.                        </a>
  1883.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1884.                    </div>
  1885.                
  1886.                </div>
  1887.                
  1888.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  1889.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  1890.                        <i class="ti-archive me-1"></i>View All Archives
  1891.                    </a>
  1892.                </div> -->
  1893.            </div>
  1894.        </div>
  1895.        
  1896.       <div class="sidebar-widget mb-4">
  1897.            <div class="widget-title-wrapper mb-3">
  1898.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1899.                    <div class="title-border"></div>
  1900.                    <i class="ti-folder me-2"></i>August 2026 Blog Roll
  1901.                </h4>
  1902.            </div>
  1903.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  1904.                <div class="archives-list scrollable-sidebar">
  1905.                    
  1906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1907.                        <a href="https://sistrumsistrum.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1908.                            <i class="ti-angle-right me-2 text-primary"></i>
  1909.                            <span class="archive-link top-color fw-semibold"> casino not on gamstop</span>
  1910.                        </a>
  1911.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1912.                    </div>
  1913.                
  1914.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1915.                        <a href="https://www.snacktbh.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1916.                            <i class="ti-angle-right me-2 text-primary"></i>
  1917.                            <span class="archive-link top-color fw-semibold"> best offshore sportsbooks</span>
  1918.                        </a>
  1919.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1920.                    </div>
  1921.                
  1922.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1923.                        <a href="https://coinpoker.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1924.                            <i class="ti-angle-right me-2 text-primary"></i>
  1925.                            <span class="archive-link top-color fw-semibold"> online poker real money</span>
  1926.                        </a>
  1927.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1928.                    </div>
  1929.                
  1930.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1931.                        <a href="https://www.cahuilla.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1932.                            <i class="ti-angle-right me-2 text-primary"></i>
  1933.                            <span class="archive-link top-color fw-semibold"> california sportsbooks</span>
  1934.                        </a>
  1935.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1936.                    </div>
  1937.                
  1938.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1939.                        <a href="https://ukrainian-food.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1940.                            <i class="ti-angle-right me-2 text-primary"></i>
  1941.                            <span class="archive-link top-color fw-semibold"> ліцензійні онлайн казино україни</span>
  1942.                        </a>
  1943.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1944.                    </div>
  1945.                
  1946.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1947.                        <a href="https://pharm.reviews/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1948.                            <i class="ti-angle-right me-2 text-primary"></i>
  1949.                            <span class="archive-link top-color fw-semibold"> покер онлайн</span>
  1950.                        </a>
  1951.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1952.                    </div>
  1953.                
  1954.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1955.                        <a href="https://www.opengovernanceindia.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1956.                            <i class="ti-angle-right me-2 text-primary"></i>
  1957.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  1958.                        </a>
  1959.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1960.                    </div>
  1961.                
  1962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1963.                        <a href="https://www.baugnez44.be/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1964.                            <i class="ti-angle-right me-2 text-primary"></i>
  1965.                            <span class="archive-link top-color fw-semibold"> top 10 casino en ligne belgique</span>
  1966.                        </a>
  1967.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1968.                    </div>
  1969.                
  1970.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1971.                        <a href="https://www.basketballinsiders.org/online-casinos/sweepstakes/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1972.                            <i class="ti-angle-right me-2 text-primary"></i>
  1973.                            <span class="archive-link top-color fw-semibold"> sweepstakes casino</span>
  1974.                        </a>
  1975.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1976.                    </div>
  1977.                
  1978.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1979.                        <a href="https://www.hudsonriverblue.com/online-casinos/texas/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1980.                            <i class="ti-angle-right me-2 text-primary"></i>
  1981.                            <span class="archive-link top-color fw-semibold"> texas online casinos</span>
  1982.                        </a>
  1983.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1984.                    </div>
  1985.                
  1986.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1987.                        <a href="https://www.helpforourheroes.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1988.                            <i class="ti-angle-right me-2 text-primary"></i>
  1989.                            <span class="archive-link top-color fw-semibold"> best poker sites</span>
  1990.                        </a>
  1991.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  1992.                    </div>
  1993.                
  1994.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1995.                        <a href="https://www.brianfagan.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1996.                            <i class="ti-angle-right me-2 text-primary"></i>
  1997.                            <span class="archive-link top-color fw-semibold"> sweeps coins casino</span>
  1998.                        </a>
  1999.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2000.                    </div>
  2001.                
  2002.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2003.                        <a href="https://gaslampfoundation.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2004.                            <i class="ti-angle-right me-2 text-primary"></i>
  2005.                            <span class="archive-link top-color fw-semibold"> offshore casino</span>
  2006.                        </a>
  2007.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2008.                    </div>
  2009.                
  2010.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2011.                        <a href="https://sportsup.gr/kainourgia-online-casino/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2012.                            <i class="ti-angle-right me-2 text-primary"></i>
  2013.                            <span class="archive-link top-color fw-semibold"> καινουργια καζινο</span>
  2014.                        </a>
  2015.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2016.                    </div>
  2017.                
  2018.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2019.                        <a href="https://casinoapps.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2020.                            <i class="ti-angle-right me-2 text-primary"></i>
  2021.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2022.                        </a>
  2023.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2024.                    </div>
  2025.                
  2026.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2027.                        <a href="https://www.gameshub.com/sweepstakes/jackpota/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2028.                            <i class="ti-angle-right me-2 text-primary"></i>
  2029.                            <span class="archive-link top-color fw-semibold"> jackpota promo code</span>
  2030.                        </a>
  2031.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2032.                    </div>
  2033.                
  2034.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2035.                        <a href="https://www.gamblinginsider.com/no/casino-pa-nett"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2036.                            <i class="ti-angle-right me-2 text-primary"></i>
  2037.                            <span class="archive-link top-color fw-semibold"> norske casinoer</span>
  2038.                        </a>
  2039.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2040.                    </div>
  2041.                
  2042.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2043.                        <a href="https://diplom4you.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2044.                            <i class="ti-angle-right me-2 text-primary"></i>
  2045.                            <span class="archive-link top-color fw-semibold"> 10 лучших казино онлайн</span>
  2046.                        </a>
  2047.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2048.                    </div>
  2049.                
  2050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2051.                        <a href="https://locationaffordability.info/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2052.                            <i class="ti-angle-right me-2 text-primary"></i>
  2053.                            <span class="archive-link top-color fw-semibold"> онлайн покер украина</span>
  2054.                        </a>
  2055.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2056.                    </div>
  2057.                
  2058.                </div>
  2059.                
  2060.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2061.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2062.                        <i class="ti-archive me-1"></i>View All Archives
  2063.                    </a>
  2064.                </div> -->
  2065.            </div>
  2066.        </div>
  2067.        
  2068.       <div class="sidebar-widget mb-4">
  2069.            <div class="widget-title-wrapper mb-3">
  2070.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2071.                    <div class="title-border"></div>
  2072.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2073.                </h4>
  2074.            </div>
  2075.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2076.                <div class="archives-list scrollable-sidebar">
  2077.                    
  2078.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2079.                        <a href="https://thelistener.de/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2080.                            <i class="ti-angle-right me-2 text-primary"></i>
  2081.                            <span class="archive-link top-color fw-semibold"> online casino Deutschland</span>
  2082.                        </a>
  2083.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2084.                    </div>
  2085.                
  2086.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2087.                        <a href="https://commandcom.com"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2088.                            <i class="ti-angle-right me-2 text-primary"></i>
  2089.                            <span class="archive-link top-color fw-semibold"> mahjong free</span>
  2090.                        </a>
  2091.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2092.                    </div>
  2093.                
  2094.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2095.                        <a href="https://pseudology.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2096.                            <i class="ti-angle-right me-2 text-primary"></i>
  2097.                            <span class="archive-link top-color fw-semibold"> онлайн казино на реальные деньги</span>
  2098.                        </a>
  2099.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2100.                    </div>
  2101.                
  2102.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2103.                        <a href="https://www.snacktbh.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2104.                            <i class="ti-angle-right me-2 text-primary"></i>
  2105.                            <span class="archive-link top-color fw-semibold"> sports betting sites</span>
  2106.                        </a>
  2107.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2108.                    </div>
  2109.                
  2110.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2111.                        <a href="https://www.exhalelifestyle.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2112.                            <i class="ti-angle-right me-2 text-primary"></i>
  2113.                            <span class="archive-link top-color fw-semibold"> offshore sportsbooks</span>
  2114.                        </a>
  2115.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2116.                    </div>
  2117.                
  2118.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2119.                        <a href="https://www.albanycountyda.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2120.                            <i class="ti-angle-right me-2 text-primary"></i>
  2121.                            <span class="archive-link top-color fw-semibold"> best parlay app</span>
  2122.                        </a>
  2123.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2124.                    </div>
  2125.                
  2126.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2127.                        <a href="https://playit.ch/casino/live"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2128.                            <i class="ti-angle-right me-2 text-primary"></i>
  2129.                            <span class="archive-link top-color fw-semibold"> live casino online</span>
  2130.                        </a>
  2131.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2132.                    </div>
  2133.                
  2134.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2135.                        <a href="https://adventuregamers.com/bedste-casinoer"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2136.                            <i class="ti-angle-right me-2 text-primary"></i>
  2137.                            <span class="archive-link top-color fw-semibold"> bedste online casino</span>
  2138.                        </a>
  2139.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2140.                    </div>
  2141.                
  2142.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2143.                        <a href="https://futurem.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2144.                            <i class="ti-angle-right me-2 text-primary"></i>
  2145.                            <span class="archive-link top-color fw-semibold"> best bitcoin casino</span>
  2146.                        </a>
  2147.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2148.                    </div>
  2149.                
  2150.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2151.                        <a href="https://premiernursingacademy.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2152.                            <i class="ti-angle-right me-2 text-primary"></i>
  2153.                            <span class="archive-link top-color fw-semibold"> mobile casino</span>
  2154.                        </a>
  2155.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2156.                    </div>
  2157.                
  2158.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2159.                        <a href="https://www.americancarcenter.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2160.                            <i class="ti-angle-right me-2 text-primary"></i>
  2161.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  2162.                        </a>
  2163.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2164.                    </div>
  2165.                
  2166.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2167.                        <a href="https://www.wevorce.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2168.                            <i class="ti-angle-right me-2 text-primary"></i>
  2169.                            <span class="archive-link top-color fw-semibold"> sweepstakes casino</span>
  2170.                        </a>
  2171.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2172.                    </div>
  2173.                
  2174.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2175.                        <a href="https://premiernursingacademy.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2176.                            <i class="ti-angle-right me-2 text-primary"></i>
  2177.                            <span class="archive-link top-color fw-semibold"> casino app real money</span>
  2178.                        </a>
  2179.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2180.                    </div>
  2181.                
  2182.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2183.                        <a href="https://www.filo.co/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2184.                            <i class="ti-angle-right me-2 text-primary"></i>
  2185.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2186.                        </a>
  2187.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2188.                    </div>
  2189.                
  2190.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2191.                        <a href="http://uworld.news/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2192.                            <i class="ti-angle-right me-2 text-primary"></i>
  2193.                            <span class="archive-link top-color fw-semibold"> казино онлайн Украины</span>
  2194.                        </a>
  2195.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2196.                    </div>
  2197.                
  2198.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2199.                        <a href="http://infolight.org.ua/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2200.                            <i class="ti-angle-right me-2 text-primary"></i>
  2201.                            <span class="archive-link top-color fw-semibold"> украина онлайн казино</span>
  2202.                        </a>
  2203.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2204.                    </div>
  2205.                
  2206.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2207.                        <a href="http://dnr-news.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2208.                            <i class="ti-angle-right me-2 text-primary"></i>
  2209.                            <span class="archive-link top-color fw-semibold"> казино без верификации</span>
  2210.                        </a>
  2211.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2212.                    </div>
  2213.                
  2214.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2215.                        <a href="http://stengazeta.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2216.                            <i class="ti-angle-right me-2 text-primary"></i>
  2217.                            <span class="archive-link top-color fw-semibold"> крипто казино</span>
  2218.                        </a>
  2219.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2220.                    </div>
  2221.                
  2222.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2223.                        <a href="https://www.valuewalk.com/igaming/parhaat-nettikasinot/uudet/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2224.                            <i class="ti-angle-right me-2 text-primary"></i>
  2225.                            <span class="archive-link top-color fw-semibold"> parhaat uudet nettikasinot</span>
  2226.                        </a>
  2227.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2228.                    </div>
  2229.                
  2230.                </div>
  2231.                
  2232.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2233.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2234.                        <i class="ti-archive me-1"></i>View All Archives
  2235.                    </a>
  2236.                </div> -->
  2237.            </div>
  2238.        </div>
  2239.        
  2240.       <div class="sidebar-widget mb-4">
  2241.            <div class="widget-title-wrapper mb-3">
  2242.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2243.                    <div class="title-border"></div>
  2244.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2245.                </h4>
  2246.            </div>
  2247.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2248.                <div class="archives-list scrollable-sidebar">
  2249.                    
  2250.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2251.                        <a href="http://wisdome.la/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2252.                            <i class="ti-angle-right me-2 text-primary"></i>
  2253.                            <span class="archive-link top-color fw-semibold"> букмекерская контора</span>
  2254.                        </a>
  2255.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2256.                    </div>
  2257.                
  2258.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2259.                        <a href="https://www.escapistmagazine.com/row/nettikasinot/uudet/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2260.                            <i class="ti-angle-right me-2 text-primary"></i>
  2261.                            <span class="archive-link top-color fw-semibold"> uudet parhaat nettikasinot</span>
  2262.                        </a>
  2263.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2264.                    </div>
  2265.                
  2266.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2267.                        <a href="https://sportsbet.io/sports"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2268.                            <i class="ti-angle-right me-2 text-primary"></i>
  2269.                            <span class="archive-link top-color fw-semibold"> sportsbet online sports betting</span>
  2270.                        </a>
  2271.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2272.                    </div>
  2273.                
  2274.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2275.                        <a href="https://gameluster.com/fi/nettikasinot-ilman-lisenssia/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2276.                            <i class="ti-angle-right me-2 text-primary"></i>
  2277.                            <span class="archive-link top-color fw-semibold"> kasinot ilman lisenssiä</span>
  2278.                        </a>
  2279.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2280.                    </div>
  2281.                
  2282.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2283.                        <a href="http://montgomery-herald.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2284.                            <i class="ti-angle-right me-2 text-primary"></i>
  2285.                            <span class="archive-link top-color fw-semibold"> крипто казино</span>
  2286.                        </a>
  2287.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2288.                    </div>
  2289.                
  2290.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2291.                        <a href="http://locationaffordability.info/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2292.                            <i class="ti-angle-right me-2 text-primary"></i>
  2293.                            <span class="archive-link top-color fw-semibold"> покер на деньги онлайн</span>
  2294.                        </a>
  2295.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2296.                    </div>
  2297.                
  2298.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2299.                        <a href="https://www.weecos.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2300.                            <i class="ti-angle-right me-2 text-primary"></i>
  2301.                            <span class="archive-link top-color fw-semibold"> paras nettikasino</span>
  2302.                        </a>
  2303.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2304.                    </div>
  2305.                
  2306.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2307.                        <a href="https://www.showplaceicon.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2308.                            <i class="ti-angle-right me-2 text-primary"></i>
  2309.                            <span class="archive-link top-color fw-semibold"> social casino</span>
  2310.                        </a>
  2311.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2312.                    </div>
  2313.                
  2314.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2315.                        <a href="http://trendcoin.ru/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2316.                            <i class="ti-angle-right me-2 text-primary"></i>
  2317.                            <span class="archive-link top-color fw-semibold"> крипто казино</span>
  2318.                        </a>
  2319.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2320.                    </div>
  2321.                
  2322.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2323.                        <a href="http://lipmag.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2324.                            <i class="ti-angle-right me-2 text-primary"></i>
  2325.                            <span class="archive-link top-color fw-semibold"> онлайн казино</span>
  2326.                        </a>
  2327.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2328.                    </div>
  2329.                
  2330.                </div>
  2331.                
  2332.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2333.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2334.                        <i class="ti-archive me-1"></i>View All Archives
  2335.                    </a>
  2336.                </div> -->
  2337.            </div>
  2338.        </div>
  2339.        
  2340.       <div class="sidebar-widget mb-4">
  2341.            <div class="widget-title-wrapper mb-3">
  2342.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2343.                    <div class="title-border"></div>
  2344.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2345.                </h4>
  2346.            </div>
  2347.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2348.                <div class="archives-list scrollable-sidebar">
  2349.                    
  2350.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2351.                        <a href="https://planetagracza.pl/krypto-kasyna/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2352.                            <i class="ti-angle-right me-2 text-primary"></i>
  2353.                            <span class="archive-link top-color fw-semibold"> najlepsze kasyno bitcoin</span>
  2354.                        </a>
  2355.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2356.                    </div>
  2357.                
  2358.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2359.                        <a href="http://sugarydrinkfacts.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2360.                            <i class="ti-angle-right me-2 text-primary"></i>
  2361.                            <span class="archive-link top-color fw-semibold"> букмекерская контора</span>
  2362.                        </a>
  2363.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2364.                    </div>
  2365.                
  2366.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2367.                        <a href="http://leogaming.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2368.                            <i class="ti-angle-right me-2 text-primary"></i>
  2369.                            <span class="archive-link top-color fw-semibold"> казино україни</span>
  2370.                        </a>
  2371.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2372.                    </div>
  2373.                
  2374.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2375.                        <a href="http://infolight.org.ua/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2376.                            <i class="ti-angle-right me-2 text-primary"></i>
  2377.                            <span class="archive-link top-color fw-semibold"> казино онлайн</span>
  2378.                        </a>
  2379.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2380.                    </div>
  2381.                
  2382.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2383.                        <a href="https://www.heinassaheiluvassa.fi/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2384.                            <i class="ti-angle-right me-2 text-primary"></i>
  2385.                            <span class="archive-link top-color fw-semibold"> nettikasinot</span>
  2386.                        </a>
  2387.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2388.                    </div>
  2389.                
  2390.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2391.                        <a href="http://infolight.org.ua/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2392.                            <i class="ti-angle-right me-2 text-primary"></i>
  2393.                            <span class="archive-link top-color fw-semibold"> онлайн казино україни</span>
  2394.                        </a>
  2395.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2396.                    </div>
  2397.                
  2398.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2399.                        <a href="https://www.footitalia.com/uudet-kasinot/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2400.                            <i class="ti-angle-right me-2 text-primary"></i>
  2401.                            <span class="archive-link top-color fw-semibold"> parhaat uudet kasinot</span>
  2402.                        </a>
  2403.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2404.                    </div>
  2405.                
  2406.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2407.                        <a href="https://wspol.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2408.                            <i class="ti-angle-right me-2 text-primary"></i>
  2409.                            <span class="archive-link top-color fw-semibold"> bukmacherzy z kryptowalutami</span>
  2410.                        </a>
  2411.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2412.                    </div>
  2413.                
  2414.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2415.                        <a href="https://monitorfx.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2416.                            <i class="ti-angle-right me-2 text-primary"></i>
  2417.                            <span class="archive-link top-color fw-semibold"> najlepsze kasyno online</span>
  2418.                        </a>
  2419.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2420.                    </div>
  2421.                
  2422.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2423.                        <a href="https://adventuregamers.com/reviews/winner-island-casino"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2424.                            <i class="ti-angle-right me-2 text-primary"></i>
  2425.                            <span class="archive-link top-color fw-semibold"> winnerisland review</span>
  2426.                        </a>
  2427.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2428.                    </div>
  2429.                
  2430.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2431.                        <a href="https://rebelya.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2432.                            <i class="ti-angle-right me-2 text-primary"></i>
  2433.                            <span class="archive-link top-color fw-semibold"> kasyna bez weryfikacji</span>
  2434.                        </a>
  2435.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2436.                    </div>
  2437.                
  2438.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2439.                        <a href="https://diagnostykajajnika.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2440.                            <i class="ti-angle-right me-2 text-primary"></i>
  2441.                            <span class="archive-link top-color fw-semibold"> kasyno bitcoin</span>
  2442.                        </a>
  2443.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2444.                    </div>
  2445.                
  2446.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2447.                        <a href="https://www.deadline24.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2448.                            <i class="ti-angle-right me-2 text-primary"></i>
  2449.                            <span class="archive-link top-color fw-semibold"> zagraniczni bukmacherzy</span>
  2450.                        </a>
  2451.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2452.                    </div>
  2453.                
  2454.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2455.                        <a href="https://www.cheesefestival.co.za/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2456.                            <i class="ti-angle-right me-2 text-primary"></i>
  2457.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2458.                        </a>
  2459.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2460.                    </div>
  2461.                
  2462.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2463.                        <a href="http://spainvac-ru.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2464.                            <i class="ti-angle-right me-2 text-primary"></i>
  2465.                            <span class="archive-link top-color fw-semibold"> топ казино онлайн</span>
  2466.                        </a>
  2467.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2468.                    </div>
  2469.                
  2470.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2471.                        <a href="http://huami-usa.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2472.                            <i class="ti-angle-right me-2 text-primary"></i>
  2473.                            <span class="archive-link top-color fw-semibold"> казино онлайн</span>
  2474.                        </a>
  2475.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2476.                    </div>
  2477.                
  2478.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2479.                        <a href="http://dianeabroad.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2480.                            <i class="ti-angle-right me-2 text-primary"></i>
  2481.                            <span class="archive-link top-color fw-semibold"> онлайн казино</span>
  2482.                        </a>
  2483.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2484.                    </div>
  2485.                
  2486.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2487.                        <a href="https://wisdome.la/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2488.                            <i class="ti-angle-right me-2 text-primary"></i>
  2489.                            <span class="archive-link top-color fw-semibold"> букмекерская контора</span>
  2490.                        </a>
  2491.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2492.                    </div>
  2493.                
  2494.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2495.                        <a href="https://itpcru.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2496.                            <i class="ti-angle-right me-2 text-primary"></i>
  2497.                            <span class="archive-link top-color fw-semibold"> казино онлайн на деньги</span>
  2498.                        </a>
  2499.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2500.                    </div>
  2501.                
  2502.                </div>
  2503.                
  2504.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2505.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2506.                        <i class="ti-archive me-1"></i>View All Archives
  2507.                    </a>
  2508.                </div> -->
  2509.            </div>
  2510.        </div>
  2511.        
  2512.       <div class="sidebar-widget mb-4">
  2513.            <div class="widget-title-wrapper mb-3">
  2514.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2515.                    <div class="title-border"></div>
  2516.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2517.                </h4>
  2518.            </div>
  2519.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2520.                <div class="archives-list scrollable-sidebar">
  2521.                    
  2522.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2523.                        <a href="http://onlab.us/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2524.                            <i class="ti-angle-right me-2 text-primary"></i>
  2525.                            <span class="archive-link top-color fw-semibold"> казино онлайн</span>
  2526.                        </a>
  2527.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2528.                    </div>
  2529.                
  2530.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2531.                        <a href="http://aafponline.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2532.                            <i class="ti-angle-right me-2 text-primary"></i>
  2533.                            <span class="archive-link top-color fw-semibold"> плинко казино</span>
  2534.                        </a>
  2535.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2536.                    </div>
  2537.                
  2538.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2539.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2540.                            <i class="ti-angle-right me-2 text-primary"></i>
  2541.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2542.                        </a>
  2543.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2544.                    </div>
  2545.                
  2546.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2547.                        <a href="https://44mpa.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2548.                            <i class="ti-angle-right me-2 text-primary"></i>
  2549.                            <span class="archive-link top-color fw-semibold"> legalni bukmacherzy</span>
  2550.                        </a>
  2551.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2552.                    </div>
  2553.                
  2554.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2555.                        <a href="https://golfspillerne.dk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2556.                            <i class="ti-angle-right me-2 text-primary"></i>
  2557.                            <span class="archive-link top-color fw-semibold"> online casino uden rofus</span>
  2558.                        </a>
  2559.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2560.                    </div>
  2561.                
  2562.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2563.                        <a href="http://ciese.org/"  rel="nofollow" class="text-decoration-none d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="archive-link top-color fw-semibold"> kasyno wypłata bez weryfikacji</span>
  2566.                        </a>
  2567.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2568.                    </div>
  2569.                
  2570.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2571.                        <a href="http://airpolonia.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2572.                            <i class="ti-angle-right me-2 text-primary"></i>
  2573.                            <span class="archive-link top-color fw-semibold"> kasyno bez weryfikacji</span>
  2574.                        </a>
  2575.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2576.                    </div>
  2577.                
  2578.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2579.                        <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2580.                            <i class="ti-angle-right me-2 text-primary"></i>
  2581.                            <span class="archive-link top-color fw-semibold"> Non GAMSTOP Casino</span>
  2582.                        </a>
  2583.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2584.                    </div>
  2585.                
  2586.                </div>
  2587.                
  2588.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2589.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2590.                        <i class="ti-archive me-1"></i>View All Archives
  2591.                    </a>
  2592.                </div> -->
  2593.            </div>
  2594.        </div>
  2595.        
  2596.       <div class="sidebar-widget mb-4">
  2597.            <div class="widget-title-wrapper mb-3">
  2598.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2599.                    <div class="title-border"></div>
  2600.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2601.                </h4>
  2602.            </div>
  2603.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2604.                <div class="archives-list scrollable-sidebar">
  2605.                    
  2606.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2607.                        <a href="https://www.gameshub.com/pl/najlepsze-kasyna/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2608.                            <i class="ti-angle-right me-2 text-primary"></i>
  2609.                            <span class="archive-link top-color fw-semibold"> polskie kasyno online</span>
  2610.                        </a>
  2611.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2612.                    </div>
  2613.                
  2614.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2615.                        <a href="http://cieszanowrockfestiwal.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2616.                            <i class="ti-angle-right me-2 text-primary"></i>
  2617.                            <span class="archive-link top-color fw-semibold"> zagraniczne kasyna</span>
  2618.                        </a>
  2619.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2620.                    </div>
  2621.                
  2622.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2623.                        <a href="http://rcpro.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2624.                            <i class="ti-angle-right me-2 text-primary"></i>
  2625.                            <span class="archive-link top-color fw-semibold"> nowi bukmacherzy</span>
  2626.                        </a>
  2627.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2628.                    </div>
  2629.                
  2630.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2631.                        <a href="http://44mpa.pl/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2632.                            <i class="ti-angle-right me-2 text-primary"></i>
  2633.                            <span class="archive-link top-color fw-semibold"> zakłady bukmacherskie online</span>
  2634.                        </a>
  2635.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2636.                    </div>
  2637.                
  2638.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2639.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2640.                            <i class="ti-angle-right me-2 text-primary"></i>
  2641.                            <span class="archive-link top-color fw-semibold"> Non GamStop Casino</span>
  2642.                        </a>
  2643.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2644.                    </div>
  2645.                
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold"> Non GamStop Casinos</span>
  2650.                        </a>
  2651.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2652.                    </div>
  2653.                
  2654.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2655.                        <a href="https://www.andreahelsinki.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2656.                            <i class="ti-angle-right me-2 text-primary"></i>
  2657.                            <span class="archive-link top-color fw-semibold"> pikakasinot</span>
  2658.                        </a>
  2659.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2660.                    </div>
  2661.                
  2662.                </div>
  2663.                
  2664.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2665.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2666.                        <i class="ti-archive me-1"></i>View All Archives
  2667.                    </a>
  2668.                </div> -->
  2669.            </div>
  2670.        </div>
  2671.        
  2672.  
  2673.       <!-- <div class="sidebar-widget mb-5">
  2674.            <div class="widget-title-wrapper mb-3">
  2675.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2676.                    <div class="title-border"></div>
  2677.                    <i class="ti-folder me-2"></i>Blog Archives
  2678.                </h4>
  2679.            </div>
  2680.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2681.                <div class="archives-list">
  2682.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2683.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2684.                            <i class="ti-angle-right me-2 text-primary"></i>
  2685.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2686.                        </a>
  2687.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2688.                    </div>
  2689.  
  2690.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2691.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2692.                            <i class="ti-angle-right me-2 text-primary"></i>
  2693.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2694.                        </a>
  2695.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2696.                    </div>
  2697.  
  2698.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2699.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2700.                            <i class="ti-angle-right me-2 text-primary"></i>
  2701.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2702.                        </a>
  2703.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2704.                    </div>
  2705.  
  2706.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2707.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2708.                            <i class="ti-angle-right me-2 text-primary"></i>
  2709.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2710.                        </a>
  2711.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2712.                    </div>
  2713.  
  2714.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2715.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2716.                            <i class="ti-angle-right me-2 text-primary"></i>
  2717.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2718.                        </a>
  2719.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2720.                    </div>
  2721.  
  2722.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2723.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2724.                            <i class="ti-angle-right me-2 text-primary"></i>
  2725.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2726.                        </a>
  2727.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2728.                    </div>
  2729.                </div>
  2730.                
  2731.                <div class="text-center mt-4 pt-3 border-top border-color">
  2732.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2733.                        <i class="ti-archive me-1"></i>View All Archives
  2734.                    </a>
  2735.                </div>
  2736.            </div>
  2737.        </div> -->
  2738.  
  2739.        <div class="sidebar-widget mb-4">
  2740.            <div class="widget-title-wrapper mb-3">
  2741.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2742.                    <div class="title-border-primary"></div>
  2743.                    <i class="ti-star me-2"></i>Popular Posts
  2744.                </h4>
  2745.            </div>
  2746.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  2747.                <div class="popular-post-list">
  2748.                    
  2749.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2750.                        <div class="post-content flex-grow-1">
  2751.                            <h6 class="post-title mb-1">
  2752.                                 <a href="/do-moisture-generators-really-help-indoor-plants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2753.                                            Do Moisture Generators Really Help Indoor Plants?
  2754.                                            </a>
  2755.                            </h6>
  2756.                            <div class="post-meta">
  2757.                                <small class="text-muted">
  2758.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2759.                                </small>
  2760.                                <!-- <small class="text-muted ms-3">
  2761.                                    <i class="ti-eye me-1"></i>1,234 views
  2762.                                </small> -->
  2763.                            </div>
  2764.                        </div>
  2765.                    </div>
  2766.                    
  2767.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2768.                        <div class="post-content flex-grow-1">
  2769.                            <h6 class="post-title mb-1">
  2770.                                 <a href="/balloons-used-to-illegally-transport-cigarettes-closed-lithuanian-airport/" class="text-decoration-none top-color fw-semibold lh-sm">
  2771.                                            Balloons Used to Illegally Transport Cigarettes Closed Lithuanian Airport
  2772.                                            </a>
  2773.                            </h6>
  2774.                            <div class="post-meta">
  2775.                                <small class="text-muted">
  2776.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2777.                                </small>
  2778.                                <!-- <small class="text-muted ms-3">
  2779.                                    <i class="ti-eye me-1"></i>1,234 views
  2780.                                </small> -->
  2781.                            </div>
  2782.                        </div>
  2783.                    </div>
  2784.                    
  2785.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2786.                        <div class="post-content flex-grow-1">
  2787.                            <h6 class="post-title mb-1">
  2788.                                 <a href="/the-bear-cooking-drama-review-this-daft-historical-crime-drama-is-like-law-order-special-ursine-unit/" class="text-decoration-none top-color fw-semibold lh-sm">
  2789.                                            The Bear Cooking Drama Review: This Daft Historical Crime Drama Is Like Law &amp; Order: Special Ursine Unit
  2790.                                            </a>
  2791.                            </h6>
  2792.                            <div class="post-meta">
  2793.                                <small class="text-muted">
  2794.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2795.                                </small>
  2796.                                <!-- <small class="text-muted ms-3">
  2797.                                    <i class="ti-eye me-1"></i>1,234 views
  2798.                                </small> -->
  2799.                            </div>
  2800.                        </div>
  2801.                    </div>
  2802.                    
  2803.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2804.                        <div class="post-content flex-grow-1">
  2805.                            <h6 class="post-title mb-1">
  2806.                                 <a href="/ex-second-in-command-dick-cheney-a-look-back-on-the-powerful-political-career/" class="text-decoration-none top-color fw-semibold lh-sm">
  2807.                                            Ex- Second-in-Command Dick Cheney: A Look Back on the Powerful Political Career
  2808.                                            </a>
  2809.                            </h6>
  2810.                            <div class="post-meta">
  2811.                                <small class="text-muted">
  2812.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2813.                                </small>
  2814.                                <!-- <small class="text-muted ms-3">
  2815.                                    <i class="ti-eye me-1"></i>1,234 views
  2816.                                </small> -->
  2817.                            </div>
  2818.                        </div>
  2819.                    </div>
  2820.                    
  2821.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2822.                        <div class="post-content flex-grow-1">
  2823.                            <h6 class="post-title mb-1">
  2824.                                 <a href="/cadillac-utilizes-apollo-program-strategy-to-build-unit-from-scratch-for-australian-race-debut/" class="text-decoration-none top-color fw-semibold lh-sm">
  2825.                                            Cadillac Utilizes Apollo Program Strategy to Build Unit from Scratch for Australian Race Debut.
  2826.                                            </a>
  2827.                            </h6>
  2828.                            <div class="post-meta">
  2829.                                <small class="text-muted">
  2830.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2831.                                </small>
  2832.                                <!-- <small class="text-muted ms-3">
  2833.                                    <i class="ti-eye me-1"></i>1,234 views
  2834.                                </small> -->
  2835.                            </div>
  2836.                        </div>
  2837.                    </div>
  2838.                    
  2839.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2840.                        <div class="post-content flex-grow-1">
  2841.                            <h6 class="post-title mb-1">
  2842.                                 <a href="/officials-in-the-trump-white-house-allegedly-considering-sale-of-federal-student-loans-to-private-investors/" class="text-decoration-none top-color fw-semibold lh-sm">
  2843.                                            Officials in the Trump White House Allegedly Considering Sale of Federal Student Loans to Private Investors
  2844.                                            </a>
  2845.                            </h6>
  2846.                            <div class="post-meta">
  2847.                                <small class="text-muted">
  2848.                                    <i class="ti-calendar me-1"></i>08 Sep 2026
  2849.                                </small>
  2850.                                <!-- <small class="text-muted ms-3">
  2851.                                    <i class="ti-eye me-1"></i>1,234 views
  2852.                                </small> -->
  2853.                            </div>
  2854.                        </div>
  2855.                    </div>
  2856.                    
  2857.  
  2858.                </div>
  2859.                
  2860.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2861.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2862.                        <i class="ti-trophy me-1"></i>View All Popular
  2863.                    </a>
  2864.                </div> -->
  2865.            </div>
  2866.        </div>
  2867.  
  2868. </div>
  2869.  
  2870. <style>
  2871.     .widget-content {
  2872.        margin-top: -1px;
  2873.        position: relative;
  2874.        z-index: 1;
  2875.         background-color: var(--card-bg);
  2876.    }
  2877. </style>
  2878.  
  2879.    
  2880.            </div>
  2881.        </div>
  2882.    </div>
  2883. </section>
  2884.  
  2885.    
  2886.        
  2887.        <!-- end wpo-blog-highlights-section -->
  2888.        <!-- start wpo-blog-sponsored-section -->
  2889.        
  2890.  
  2891.  
  2892.  
  2893.    
  2894.  
  2895.  
  2896.  
  2897. <style>
  2898.    .sponsored-section-v3 {
  2899.        padding: 0 0 50px;
  2900.    }
  2901.    
  2902.    .sponsored-card-v3 {
  2903.        background: white;
  2904.        border: 1px solid var(--border-color);
  2905.        border-radius: 0;
  2906.        overflow: hidden;
  2907.        transition: all 0.3s ease;
  2908.        height: 100%;
  2909.        position: relative;
  2910.    }
  2911.    
  2912.    .sponsored-card-v3:hover {
  2913.        border-color: #dee2e6;
  2914.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  2915.    }
  2916.    
  2917.    .sponsored-image-v3 {
  2918.        position: relative;
  2919.        overflow: hidden;
  2920.        height: 160px;
  2921.    }
  2922.    
  2923.    .sponsored-image-v3 img {
  2924.        width: 100%;
  2925.        height: 100%;
  2926.        object-fit: cover;
  2927.        filter: grayscale(20%);
  2928.        transition: filter 0.3s ease;
  2929.    }
  2930.    
  2931.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  2932.        filter: grayscale(0%);
  2933.    }
  2934.    
  2935.    .sponsored-badge-v3 {
  2936.        position: absolute;
  2937.        bottom: auto;
  2938.        left: auto;
  2939.        right: 10px;
  2940.        top: 10px;
  2941.        padding: 8px;
  2942.        font-size: 10px;
  2943.        font-weight: 700;
  2944.        text-transform: uppercase;
  2945.        letter-spacing: 1px;
  2946.        text-align: center;
  2947.    }
  2948.    
  2949.    .sponsored-content-v3 {
  2950.        position: relative;
  2951.        padding: 24px 20px;
  2952.    }
  2953.    
  2954.    .sponsored-title-v3 {
  2955.        font-size: 15px;
  2956.        font-weight: 700;
  2957.        line-height: 1.5;
  2958.        margin-bottom: 18px;
  2959.        min-height: 45px;
  2960.        text-transform: uppercase;
  2961.        letter-spacing: 0.5px;
  2962.    }
  2963.    
  2964.    .sponsored-title-v3 a {
  2965.        text-decoration: none;
  2966.        transition: opacity 0.3s ease;
  2967.    }
  2968.    
  2969.    .sponsored-title-v3 a:hover {
  2970.        opacity: 0.8;
  2971.    }
  2972.    
  2973.    .sponsored-meta-v3 {
  2974.        display: flex;
  2975.        align-items: center;
  2976.        justify-content: space-between;
  2977.        font-size: 11px;
  2978.        font-weight: 600;
  2979.        text-transform: uppercase;
  2980.        letter-spacing: 0.5px;
  2981.        padding-top: 12px;
  2982.        border-top: 1px solid #f1f3f4;
  2983.    }
  2984.    
  2985.    .author-info-v3 {
  2986.        display: flex;
  2987.        align-items: center;
  2988.        gap: 8px;
  2989.    }
  2990.    
  2991.    .sponsored-author-img-v3 {
  2992.        width: 30px;
  2993.        height: 30px;
  2994.        border-radius: 50%;
  2995.        object-fit: cover;
  2996.    }
  2997.    
  2998.    .section-title-sponsored-v3 {
  2999.        font-size: 2.5rem;
  3000.        font-weight: 900;
  3001.        text-align: left;
  3002.        margin-bottom: 30px;
  3003.        letter-spacing: 2px;
  3004.        border-left: 8px solid var(--bs-primary);
  3005.        padding-left: 20px;
  3006.    }
  3007.    
  3008.    .sponsored-overlay-v3 {
  3009.        position: absolute;
  3010.        top: 0;
  3011.        left: 0;
  3012.        right: 0;
  3013.        bottom: 0;
  3014.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3015.        opacity: 0;
  3016.        transition: opacity 0.3s ease;
  3017.    }
  3018.    
  3019.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3020.        opacity: 1;
  3021.    }
  3022.  
  3023.    @media (max-width: 768px) {
  3024.        .sponsored-section-v3 {
  3025.            padding: 0px 0 40px;
  3026.        }
  3027.        .section-title-sponsored-v3 {
  3028.            font-size: 2.2rem;
  3029.            text-align: center;
  3030.            border-left: none;
  3031.            border-bottom: 4px solid;
  3032.            padding-left: 0;
  3033.            padding-bottom: 10px;
  3034.        }
  3035.        .sponsored-content-v3 {
  3036.            padding: 20px 16px;
  3037.        }
  3038.    }
  3039. </style>
  3040.  
  3041. <section class="sponsored-section-v3">
  3042.    <div class="container-fluid fluid-container mt-5">
  3043.        <div class="row">
  3044.            <div class="col-12">
  3045.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3046.            </div>
  3047.        </div>
  3048.        
  3049.        <div class="row g-3">
  3050.            
  3051.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3052.                <div class="card sponsored-card-v3">
  3053.                    <div class="sponsored-overlay-v3"></div>
  3054.                    <div class="sponsored-image-v3">
  3055.                        
  3056.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3057.                        
  3058.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3059.                    </div>
  3060.                    <div class="sponsored-content-v3">
  3061.                        <h3 class="sponsored-title-v3">
  3062.                            <a href="/do-moisture-generators-really-help-indoor-plants/" class="top-color">
  3063.                            Do Moisture Generators Really Help Indoor Plants?
  3064.                            </a>
  3065.                        </h3>
  3066.                        <div class="sponsored-meta-v3">
  3067.                            <div class="author-info-v3">
  3068.                                
  3069.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3070.                                
  3071.                                <span class="top-color">
  3072.                                    Sarah Campbell
  3073.                                </span>
  3074.                            </div>
  3075.                            <span class="top-color">08 Sep 2026</span>
  3076.                        </div>
  3077.                    </div>
  3078.                </div>
  3079.            </div>
  3080.            
  3081.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3082.                <div class="card sponsored-card-v3">
  3083.                    <div class="sponsored-overlay-v3"></div>
  3084.                    <div class="sponsored-image-v3">
  3085.                        
  3086.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3087.                        
  3088.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3089.                    </div>
  3090.                    <div class="sponsored-content-v3">
  3091.                        <h3 class="sponsored-title-v3">
  3092.                            <a href="/balloons-used-to-illegally-transport-cigarettes-closed-lithuanian-airport/" class="top-color">
  3093.                            Balloons Used to Illegally Transport Cigarettes Closed Lithuanian Airport
  3094.                            </a>
  3095.                        </h3>
  3096.                        <div class="sponsored-meta-v3">
  3097.                            <div class="author-info-v3">
  3098.                                
  3099.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3100.                                
  3101.                                <span class="top-color">
  3102.                                    Sarah Campbell
  3103.                                </span>
  3104.                            </div>
  3105.                            <span class="top-color">08 Sep 2026</span>
  3106.                        </div>
  3107.                    </div>
  3108.                </div>
  3109.            </div>
  3110.            
  3111.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3112.                <div class="card sponsored-card-v3">
  3113.                    <div class="sponsored-overlay-v3"></div>
  3114.                    <div class="sponsored-image-v3">
  3115.                        
  3116.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3117.                        
  3118.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3119.                    </div>
  3120.                    <div class="sponsored-content-v3">
  3121.                        <h3 class="sponsored-title-v3">
  3122.                            <a href="/the-bear-cooking-drama-review-this-daft-historical-crime-drama-is-like-law-order-special-ursine-unit/" class="top-color">
  3123.                            The Bear Cooking Drama Review: This Daft Historical Crime Drama Is Like Law &amp; Order: Special Ursine Unit
  3124.                            </a>
  3125.                        </h3>
  3126.                        <div class="sponsored-meta-v3">
  3127.                            <div class="author-info-v3">
  3128.                                
  3129.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3130.                                
  3131.                                <span class="top-color">
  3132.                                    Sarah Campbell
  3133.                                </span>
  3134.                            </div>
  3135.                            <span class="top-color">08 Sep 2026</span>
  3136.                        </div>
  3137.                    </div>
  3138.                </div>
  3139.            </div>
  3140.            
  3141.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3142.                <div class="card sponsored-card-v3">
  3143.                    <div class="sponsored-overlay-v3"></div>
  3144.                    <div class="sponsored-image-v3">
  3145.                        
  3146.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3147.                        
  3148.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3149.                    </div>
  3150.                    <div class="sponsored-content-v3">
  3151.                        <h3 class="sponsored-title-v3">
  3152.                            <a href="/ex-second-in-command-dick-cheney-a-look-back-on-the-powerful-political-career/" class="top-color">
  3153.                            Ex- Second-in-Command Dick Cheney: A Look Back on the Powerful Political Career
  3154.                            </a>
  3155.                        </h3>
  3156.                        <div class="sponsored-meta-v3">
  3157.                            <div class="author-info-v3">
  3158.                                
  3159.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3160.                                
  3161.                                <span class="top-color">
  3162.                                    Sarah Campbell
  3163.                                </span>
  3164.                            </div>
  3165.                            <span class="top-color">08 Sep 2026</span>
  3166.                        </div>
  3167.                    </div>
  3168.                </div>
  3169.            </div>
  3170.            
  3171.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3172.                <div class="card sponsored-card-v3">
  3173.                    <div class="sponsored-overlay-v3"></div>
  3174.                    <div class="sponsored-image-v3">
  3175.                        
  3176.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3177.                        
  3178.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3179.                    </div>
  3180.                    <div class="sponsored-content-v3">
  3181.                        <h3 class="sponsored-title-v3">
  3182.                            <a href="/cadillac-utilizes-apollo-program-strategy-to-build-unit-from-scratch-for-australian-race-debut/" class="top-color">
  3183.                            Cadillac Utilizes Apollo Program Strategy to Build Unit from Scratch for Australian Race Debut.
  3184.                            </a>
  3185.                        </h3>
  3186.                        <div class="sponsored-meta-v3">
  3187.                            <div class="author-info-v3">
  3188.                                
  3189.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3190.                                
  3191.                                <span class="top-color">
  3192.                                    Sarah Campbell
  3193.                                </span>
  3194.                            </div>
  3195.                            <span class="top-color">08 Sep 2026</span>
  3196.                        </div>
  3197.                    </div>
  3198.                </div>
  3199.            </div>
  3200.            
  3201.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3202.                <div class="card sponsored-card-v3">
  3203.                    <div class="sponsored-overlay-v3"></div>
  3204.                    <div class="sponsored-image-v3">
  3205.                        
  3206.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3207.                        
  3208.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3209.                    </div>
  3210.                    <div class="sponsored-content-v3">
  3211.                        <h3 class="sponsored-title-v3">
  3212.                            <a href="/officials-in-the-trump-white-house-allegedly-considering-sale-of-federal-student-loans-to-private-investors/" class="top-color">
  3213.                            Officials in the Trump White House Allegedly Considering Sale of Federal Student Loans to Private Investors
  3214.                            </a>
  3215.                        </h3>
  3216.                        <div class="sponsored-meta-v3">
  3217.                            <div class="author-info-v3">
  3218.                                
  3219.                                    <img src="/media/author_profile/1af2c64b-cfed-4d39-b928-2ee40a7906ff_profile.png" alt="Sarah Campbell" style="object-fit: cover;" class="sponsored-author-img-v3">
  3220.                                
  3221.                                <span class="top-color">
  3222.                                    Sarah Campbell
  3223.                                </span>
  3224.                            </div>
  3225.                            <span class="top-color">08 Sep 2026</span>
  3226.                        </div>
  3227.                    </div>
  3228.                </div>
  3229.            </div>
  3230.            
  3231.        </div>
  3232.    </div>
  3233. </section>
  3234.  
  3235.  
  3236.    
  3237.        <!-- end wpo-blog-sponsored-section -->
  3238.        <!-- start wpo-subscribe-section -->
  3239.        
  3240.        <!-- end subscribe-section -->
  3241.        <!-- start of wpo-site-footer-section -->
  3242.        
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3250. <footer class="footer-v5 bg-primary-gradient border-top">
  3251.    
  3252.    <!-- Main Footer Content -->
  3253.    <div class="container-fluid py-5">
  3254.        
  3255.        <!-- Top Section with Logo and Description -->
  3256.        <div class="row mb-5">
  3257.            <div class="col-12 text-center">
  3258.                <div class="footer-brand mb-4">
  3259.                    
  3260.                        <img src="/media/site_logos/ca57972a-5692-4482-bf2a-8b7baae5544c_logo.png" alt="Stellar Club Space" class="footer-logo mb-3" height="60">
  3261.                    
  3262.                    <h4 class="fw-bold footer-color mb-2">Stellar Club Space</h4>
  3263.                    <p class="footer-color opacity-50">Stellar Club Space is your go-to blog for astronomy insights, space exploration updates, and celestial phenomena. Join our community of space enthusiasts today!</p>
  3264.                </div>
  3265.            </div>
  3266.        </div>
  3267.  
  3268.        <!-- Content Grid -->
  3269.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3270.            
  3271.            <!-- Quick Links Column -->
  3272.            <div class="">
  3273.                <div class="footer-section">
  3274.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3275.                        Quick Links
  3276.                    </h6>
  3277.                    <ul class="list-unstyled footer-links">
  3278.                        
  3279.                        <li class="mb-2">
  3280.                            <a href="/premier-league-clash-runners-up-bournemouth-travel-to-manchester-city/"
  3281.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3282.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3283.                                Premier League Clash: Runners-Up Bournemouth Travel to Manchester City
  3284.                            </a>
  3285.                        </li>
  3286.                        
  3287.                        <li class="mb-2">
  3288.                            <a href="/this-corporate-battle-over-the-cable-news-network-highlights-how-flawed-us-media-truly-is/"
  3289.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3290.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3291.                                This Corporate Battle Over the Cable News Network Highlights How Flawed US Media Truly Is.
  3292.                            </a>
  3293.                        </li>
  3294.                        
  3295.                        <li class="mb-2">
  3296.                            <a href="/man-confesses-to-sex-offences-involving-young-males-at-youth-camp/"
  3297.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3298.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3299.                                Man confesses to sex offences involving young males at youth camp
  3300.                            </a>
  3301.                        </li>
  3302.                        
  3303.                        <li class="mb-2">
  3304.                            <a href="/england-along-with-welsh-placed-in-the-same-group-for-the-2027-world-cup-down-under/"
  3305.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3306.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3307.                                England along with Welsh Placed in the Same Group for the 2027 World Cup Down Under
  3308.                            </a>
  3309.                        </li>
  3310.                        
  3311.                        <li class="mb-2">
  3312.                            <a href="/strongwe-can-forge-historystrong-miura-58-signs-with-a-fresh-football-side/"
  3313.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3314.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3315.                                &lt;strong&gt;We can forge history&#x27;&lt;/strong&gt; - Miura, 58, signs with a fresh football side.
  3316.                            </a>
  3317.                        </li>
  3318.                        
  3319.                        <li class="mb-2">
  3320.                            <a href="/im-the-ruler-of-the-common-cold-and-im-able-to-reveal-tips-for-staying-healthy/"
  3321.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3322.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3323.                                I&#x27;m the Ruler of the Common Cold – and I&#x27;m Able to Reveal Tips for Staying Healthy
  3324.                            </a>
  3325.                        </li>
  3326.                        
  3327.                    </ul>
  3328.                </div>
  3329.            </div>
  3330.  
  3331.            <!-- Resources Column -->
  3332.            <div class="">
  3333.                <div class="footer-section">
  3334.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3335.                        Resources
  3336.                    </h6>
  3337.                   <ul class="footer-links" id="footerLinks">
  3338.        
  3339.        
  3340.  
  3341.        
  3342.        
  3343.        
  3344.        
  3345.    </ul>
  3346.                </div>
  3347.            </div>
  3348.  
  3349.            <!-- Categories Column -->
  3350.            <div class="">
  3351.                <div class="footer-section">
  3352.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3353.                        Categories
  3354.                    </h6>
  3355.                    <div class="category-tags">
  3356.                      
  3357.                                <li>
  3358.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3359.                                        All Posts
  3360.                                    </a>
  3361.                                </li>
  3362.                                
  3363.                                <li>
  3364.                                    <a href="/category/business/" class="footer-link footer-color">
  3365.                                        Business
  3366.                                    </a>
  3367.                                </li>
  3368.                                
  3369.                                <li>
  3370.                                    <a href="/category/esports/" class="footer-link footer-color">
  3371.                                        Esports
  3372.                                    </a>
  3373.                                </li>
  3374.                                
  3375.                                <li>
  3376.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3377.                                        Fashion
  3378.                                    </a>
  3379.                                </li>
  3380.                                
  3381.                                <li>
  3382.                                    <a href="/category/featured/" class="footer-link footer-color">
  3383.                                        Featured
  3384.                                    </a>
  3385.                                </li>
  3386.                                
  3387.                                <li>
  3388.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3389.                                        Gaming
  3390.                                    </a>
  3391.                                </li>
  3392.                                
  3393.                    </div>
  3394.                </div>
  3395.            </div>
  3396.  
  3397.        </div>
  3398.  
  3399.    </div>
  3400.  
  3401.    <!-- Footer Bottom -->
  3402.    <div class="footer-bottom  border-top py-3">
  3403.        <div class="container-fluid fluid-container">
  3404.            <div class=" d-flex justify-content-between flex-wrap">
  3405.                <div class="">
  3406.                    <p class="mb-0 footer-color  ">
  3407.                        © 2026 <span class="fw-semibold footer-color">Stellar Club Space</span>. All rights reserved.
  3408.                    </p>
  3409.                </div>
  3410.                <div class="">
  3411.                    <div class="footer-nav">
  3412.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3413.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3414.                        </a>
  3415.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3416.                            <i class="bi bi-file-text me-1"></i>Terms
  3417.                        </a>
  3418.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3419.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3420.                        </a>
  3421.                    </div>
  3422.                </div>
  3423.            </div>
  3424.        </div>
  3425.    </div>
  3426.  
  3427. </footer>
  3428.  
  3429. <style>
  3430. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3431.  
  3432.  
  3433.  
  3434.  
  3435. .footer-logo {
  3436.    border-radius: 8px;
  3437. }
  3438.  
  3439. /* Footer Sections */
  3440. .footer-section {
  3441.    padding: 0 15px;
  3442. }
  3443.  
  3444. .footer-section h6 {
  3445.    position: relative;
  3446.    padding-bottom: 8px;
  3447. }
  3448.  
  3449. .footer-section h6::after {
  3450.    content: '';
  3451.    position: absolute;
  3452.    bottom: 0;
  3453.    left: 0;
  3454.    width: 30px;
  3455.    height: 2px;
  3456.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3457.    border-radius: 1px;
  3458. }
  3459.  
  3460. /* Links Styling */
  3461. .footer-links a {
  3462.    transition: all 0.3s ease;
  3463.    padding: 4px 0;
  3464.    border-radius: 4px;
  3465. }
  3466.  
  3467. .footer-links a:hover {
  3468.    color: var(--bs-primary) !important;
  3469.    padding-left: 8px;
  3470. }
  3471.  
  3472. .footer-links a:hover i {
  3473.    transform: translateX(2px);
  3474. }
  3475.  
  3476. /* Category Tags */
  3477. .category-tag {
  3478.    transition: all 0.3s ease;
  3479.    padding: 6px 12px !important;
  3480.    font-size: 0.875rem;
  3481. }
  3482.  
  3483.  
  3484.  
  3485. /* Footer Bottom */
  3486. .footer-bottom {
  3487.    backdrop-filter: blur(10px);
  3488. }
  3489.  
  3490. /* Responsive Design */
  3491. @media (max-width: 768px) {
  3492.    .footer-v5 {
  3493.        margin-top: 60px;
  3494.    }
  3495.    
  3496.    .footer-section {
  3497.        text-align:start;
  3498.        margin-bottom: 40px;
  3499.    }
  3500.    
  3501.    .footer-links a,
  3502.    .category-tags {
  3503.        justify-content:start;
  3504.    }
  3505.    
  3506.    .social-links .d-flex {
  3507.        justify-content:start;
  3508.    }
  3509. }
  3510.  
  3511. @media (max-width: 576px) {
  3512.    .footer-brand h4 {
  3513.        font-size: 1.25rem;
  3514.    }
  3515.    
  3516.    .stats-item h5 {
  3517.        font-size: 1.1rem;
  3518.    }
  3519.    
  3520.    .newsletter-form .btn {
  3521.        padding: 8px 12px;
  3522.    }
  3523. }
  3524.  
  3525. /* Animation Classes */
  3526. .fade-in {
  3527.    animation: fadeIn 0.6s ease-in;
  3528. }
  3529.  
  3530. @keyframes fadeIn {
  3531.    from { opacity: 0; transform: translateY(20px); }
  3532.    to { opacity: 1; transform: translateY(0); }
  3533. }
  3534.  
  3535. /* Loading State */
  3536. .loading {
  3537.    pointer-events: none;
  3538.    opacity: 0.7;
  3539. }
  3540.  
  3541. .loading .btn {
  3542.    position: relative;
  3543. }
  3544.  
  3545. .loading .btn::after {
  3546.    content: '';
  3547.    position: absolute;
  3548.    top: 50%;
  3549.    left: 50%;
  3550.    width: 16px;
  3551.    height: 16px;
  3552.    margin: -8px 0 0 -8px;
  3553.    border: 2px solid transparent;
  3554.    border-top-color: currentColor;
  3555.    border-radius: 50%;
  3556.    animation: spin 1s linear infinite;
  3557. }
  3558.  
  3559. @keyframes spin {
  3560.    to { transform: rotate(360deg); }
  3561. }
  3562.  
  3563. /* Utility Classes */
  3564. .text-gradient {
  3565.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3566.    -webkit-background-clip: text;
  3567.    -webkit-text-fill-color: transparent;
  3568.    background-clip: text;
  3569. }
  3570.  
  3571. .hover-lift {
  3572.    transition: transform 0.3s ease;
  3573. }
  3574.  
  3575. .hover-lift:hover {
  3576.    transform: translateY(-2px);
  3577. }
  3578. </style>
  3579.  
  3580.  
  3581. <script>
  3582. document.addEventListener('DOMContentLoaded', function() {
  3583.    
  3584.    // Initialize Bootstrap tooltips
  3585.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3586.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3587.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3588.    });
  3589.  
  3590.    // Newsletter form handling
  3591.    const newsletterForm = document.querySelector('.newsletter-form');
  3592.    if (newsletterForm) {
  3593.        newsletterForm.addEventListener('submit', function(e) {
  3594.            e.preventDefault();
  3595.            
  3596.            const email = this.querySelector('input[name="email"]').value.trim();
  3597.            const submitBtn = this.querySelector('button[type="submit"]');
  3598.            const originalContent = submitBtn.innerHTML;
  3599.            
  3600.            // Validate email
  3601.            if (!email || !isValidEmail(email)) {
  3602.                showToast('Please enter a valid email address', 'error');
  3603.                return;
  3604.            }
  3605.            
  3606.            // Show loading state
  3607.            this.classList.add('loading');
  3608.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3609.            submitBtn.disabled = true;
  3610.            
  3611.            // Simulate API call
  3612.            setTimeout(() => {
  3613.                // Success state
  3614.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3615.                submitBtn.classList.remove('btn-primary');
  3616.                submitBtn.classList.add('btn-success');
  3617.                
  3618.                showToast('Successfully subscribed to newsletter!', 'success');
  3619.                
  3620.                // Reset form
  3621.                setTimeout(() => {
  3622.                    this.classList.remove('loading');
  3623.                    submitBtn.innerHTML = originalContent;
  3624.                    submitBtn.classList.remove('btn-success');
  3625.                    submitBtn.classList.add('btn-primary');
  3626.                    submitBtn.disabled = false;
  3627.                    this.reset();
  3628.                }, 2000);
  3629.                
  3630.            }, 1500);
  3631.        });
  3632.    }
  3633.    
  3634.    // Email validation function
  3635.    function isValidEmail(email) {
  3636.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3637.        return emailRegex.test(email);
  3638.    }
  3639.    
  3640.    // Toast notification function
  3641.    function showToast(message, type = 'info') {
  3642.        // Remove existing toasts
  3643.        const existingToasts = document.querySelectorAll('.custom-toast');
  3644.        existingToasts.forEach(toast => toast.remove());
  3645.        
  3646.        // Create toast
  3647.        const toast = document.createElement('div');
  3648.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3649.        toast.style.zIndex = '9999';
  3650.        toast.innerHTML = `
  3651.            <div class="d-flex align-items-center">
  3652.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3653.                <span>${message}</span>
  3654.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3655.            </div>
  3656.        `;
  3657.        
  3658.        document.body.appendChild(toast);
  3659.        
  3660.        // Auto remove after 4 seconds
  3661.        setTimeout(() => {
  3662.            if (toast && toast.parentNode) {
  3663.                toast.remove();
  3664.            }
  3665.        }, 4000);
  3666.    }
  3667.    
  3668.    // Smooth scroll for internal links
  3669.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3670.        anchor.addEventListener('click', function(e) {
  3671.            e.preventDefault();
  3672.            const target = document.querySelector(this.getAttribute('href'));
  3673.            if (target) {
  3674.                target.scrollIntoView({
  3675.                    behavior: 'smooth',
  3676.                    block: 'start'
  3677.                });
  3678.            }
  3679.        });
  3680.    });
  3681.    
  3682.    // Add fade-in animation to footer sections on scroll
  3683.    const observerOptions = {
  3684.        threshold: 0.1,
  3685.        rootMargin: '0px 0px -50px 0px'
  3686.    };
  3687.    
  3688.    const sectionObserver = new IntersectionObserver((entries) => {
  3689.        entries.forEach(entry => {
  3690.            if (entry.isIntersecting) {
  3691.                entry.target.classList.add('fade-in');
  3692.            }
  3693.        });
  3694.    }, observerOptions);
  3695.    
  3696.    // Observe footer sections
  3697.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3698.        sectionObserver.observe(section);
  3699.    });
  3700.    
  3701.    // Enhanced hover effects for category tags
  3702.    document.querySelectorAll('.category-tag').forEach(tag => {
  3703.        tag.addEventListener('mouseenter', function() {
  3704.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3705.        });
  3706.        
  3707.        tag.addEventListener('mouseleave', function() {
  3708.            this.style.transform = 'translateY(0) scale(1)';
  3709.        });
  3710.    });
  3711.    
  3712.    // Prevent default for demo links
  3713.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3714.        link.addEventListener('click', function(e) {
  3715.            e.preventDefault();
  3716.        });
  3717.    });
  3718.    
  3719.    // Add click ripple effect to buttons
  3720.    document.querySelectorAll('.btn').forEach(btn => {
  3721.        btn.addEventListener('click', function(e) {
  3722.            const ripple = document.createElement('span');
  3723.            const rect = this.getBoundingClientRect();
  3724.            const size = Math.max(rect.width, rect.height);
  3725.            const x = e.clientX - rect.left - size / 2;
  3726.            const y = e.clientY - rect.top - size / 2;
  3727.            
  3728.            ripple.style.cssText = `
  3729.                position: absolute;
  3730.                left: ${x}px;
  3731.                top: ${y}px;
  3732.                width: ${size}px;
  3733.                height: ${size}px;
  3734.                border-radius: 50%;
  3735.                background: rgba(255, 255, 255, 0.4);
  3736.                transform: scale(0);
  3737.                animation: ripple-effect 0.6s linear;
  3738.                pointer-events: none;
  3739.            `;
  3740.            
  3741.            this.style.position = 'relative';
  3742.            this.style.overflow = 'hidden';
  3743.            this.appendChild(ripple);
  3744.            
  3745.            setTimeout(() => ripple.remove(), 600);
  3746.        });
  3747.    });
  3748.    
  3749. });
  3750.  
  3751. // Add ripple animation CSS
  3752. const rippleCSS = document.createElement('style');
  3753. rippleCSS.textContent = `
  3754.    @keyframes ripple-effect {
  3755.        to {
  3756.            transform: scale(4);
  3757.            opacity: 0;
  3758.        }
  3759.    }
  3760. `;
  3761. document.head.appendChild(rippleCSS);
  3762.  
  3763. document.addEventListener('DOMContentLoaded', function () {
  3764.    var btn = document.getElementById('toggleFooterLinks');
  3765.    if (!btn) return; // No extra links, no button
  3766.  
  3767.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3768.  
  3769.    btn.addEventListener('click', function () {
  3770.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3771.            return li.classList.contains('d-none');
  3772.        });
  3773.  
  3774.        extras.forEach(function (li) {
  3775.            if (anyHidden) {
  3776.                li.classList.remove('d-none');
  3777.                li.classList.add('show');
  3778.            } else {
  3779.                li.classList.add('d-none');
  3780.                li.classList.remove('show');
  3781.            }
  3782.        });
  3783.  
  3784.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3785.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3786.    });
  3787. });
  3788.  
  3789. </script>
  3790.  
  3791.        <!-- end of wpo-site-footer-section -->
  3792.    </div>
  3793.    <!-- end of page-wrapper -->
  3794.  
  3795.    <!-- All JavaScript files
  3796.    ================================================== -->
  3797.    
  3798.  
  3799. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3800. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3801. <!-- Plugins for this template -->
  3802. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3803. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3804. <!-- Custom script for this template -->
  3805. <script src="/static/blogapp/assets/js/script.js"></script>
  3806.  
  3807. <script>
  3808. (function () {
  3809. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3810. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3811.  
  3812. function applyFallback(img) {
  3813. if (!img || img.dataset.fallbackApplied === "1") {
  3814. return;
  3815. }
  3816. var failedSrc = img.currentSrc || img.src || "";
  3817. img.dataset.fallbackApplied = "1";
  3818. img.onerror = null;
  3819. img.src = fallbackImageSrc;
  3820. console.warn("[ImageFallback] Replaced broken image:", {
  3821. failedSrc: failedSrc,
  3822. fallbackSrc: fallbackImageSrc,
  3823. alt: img.alt || "",
  3824. });
  3825. }
  3826.  
  3827. document.querySelectorAll("img").forEach(function (img) {
  3828. if (img.complete && img.naturalWidth === 0) {
  3829. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3830. failedSrc: img.currentSrc || img.src || "",
  3831. alt: img.alt || "",
  3832. });
  3833. applyFallback(img);
  3834. }
  3835. });
  3836.  
  3837. document.addEventListener(
  3838. "error",
  3839. function (event) {
  3840. var target = event.target;
  3841. if (target && target.tagName === "IMG") {
  3842. applyFallback(target);
  3843. }
  3844. },
  3845. true
  3846. );
  3847. })();
  3848. </script>
  3849.  
  3850. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3851.  
  3852.  
  3853.  
  3854. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"508792d20c2e466bbc887531abeff44b","r":1,"spa":2}' crossorigin="anonymous"></script>
  3855. </body>
  3856.  
  3857. </html>
  3858.  
  3859.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda