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://freshlyspace.us

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="futura">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-28T110546.117_s1KDjic_UajKMyC_gG2hhmn.png">
  14.    
  15.  
  16.    <title>FreshlySpace: Discover Fresh Ideas for Modern Living &amp; Design</title>
  17.    <meta name="description" content="Explore innovative home design, lifestyle tips, and sustainable living ideas at FreshlySpace. Get inspired with practical advice for modern homes.">
  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://freshlyspace.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #475569;
  42.        --bs-primary-rgb: 475569;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #38bdf8;
  48.        --bs-light: #f8fafc;
  49.        --bs-dark: #0f172a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #475569;
  53.        --theme-primary-color-s2: #475569;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #334155;
  57.        --text-light-color: #676767;
  58.        --heading-color: #334155;
  59.        --border-color: #e2e8f0;
  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: #f1f5f9;
  75.        --navbar-color: #475569;
  76.        --topbar-bg: #f8fafc;
  77.        --topbar-color: #334155;
  78.        --footer-bg: #475569;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #e2e8f0;
  82.        --card-radius: 8px;
  83.        --link-color: #475569;
  84.        --link-hover: #334155;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(71, 85, 105, 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-corporate">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388.  
  389. <div class="topbar d-sm-flex d-none">
  390.  <div class="container-fluid fluid-container">
  391.    <div class="row  ">
  392.      <div>
  393.        <div class="pt-2 d-flex gap-2 pb-0">
  394.          <div class="">
  395.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  396.          </div>
  397.  
  398.          <!-- Add an id to the marquee -->
  399.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  400.            <p class="text-center">
  401.              
  402.               <a href="/teacher-killed-and-25-female-students-kidnapped-in-gunbattle-at-nigerian-school/" class="px-5 top-color">
  403.                    Teacher Killed and 25 Female Students Kidnapped in Gunbattle at Nigerian School
  404.                  </a>
  405.              
  406.               <a href="/the-english-team-v-fiji-autumn-nations-series-overview/" class="px-5 top-color">
  407.                    The English Team v Fiji – Autumn Nations Series Overview
  408.                  </a>
  409.              
  410.               <a href="/mikel-arteta-acknowledges-extended-role-hinges-on-securing-major-honors/" class="px-5 top-color">
  411.                    Mikel Arteta Acknowledges Extended Role Hinges on Securing Major Honors.
  412.                  </a>
  413.              
  414.               <a href="/eintracht-frankfurt-battles-the-reds-in-ucl-fixture/" class="px-5 top-color">
  415.                    Eintracht Frankfurt Battles The Reds in UCL Fixture
  416.                  </a>
  417.              
  418.               <a href="/holocaust-camp-survivor-eva-schloss-dies-at-96-years-old-as-king-charles-leads-tributes/" class="px-5 top-color">
  419.                    Holocaust Camp Survivor Eva Schloss Dies at 96 Years Old as King Charles Leads Tributes
  420.                  </a>
  421.              
  422.            </p>
  423.          </marquee>
  424.        </div>
  425.      </div>
  426.    </div>
  427.  </div>
  428. </div>
  429. <style>
  430.  .tilt-button {
  431.  padding: 0.5rem 1rem;
  432.  white-space: nowrap;
  433.  font-weight: bold;
  434.  display: inline-block;
  435.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  436.  transition: background 0.3s ease;
  437. }
  438.  
  439.  
  440. </style>
  441. <script>
  442.  // Stop/start marquee when hovering or focusing links inside it
  443.  document.addEventListener("DOMContentLoaded", function () {
  444.    const marquee = document.getElementById("newsMarquee");
  445.    if (!marquee) return;
  446.  
  447.    marquee.querySelectorAll("a").forEach((link) => {
  448.      link.addEventListener("mouseenter", () => marquee.stop());
  449.      link.addEventListener("mouseleave", () => marquee.start());
  450.      // keyboard accessibility
  451.      link.addEventListener("focus", () => marquee.stop());
  452.      link.addEventListener("blur", () => marquee.start());
  453.    });
  454.  });
  455. </script>
  456.  
  457.  
  458.  
  459.            
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. <header class="custom-header mb-4">
  467.    <!-- Logo Section - Top Centered -->
  468.    <div class="logo-container">
  469.        <div class="container-fluid fluid-container">
  470.            <a class="brand-link" href="/">
  471.                
  472.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b4fa220a-f156-4ff9-a13f-d9cd33ff284a_logo.png" alt="FreshlySpace" />
  473.                
  474.            </a>
  475.        </div>
  476.    </div>
  477.  
  478.    <!-- Navigation Section -->
  479.    <div class="navigation-container">
  480.        <div class="container-fluid fluid-container">
  481.            <div class="nav-content">
  482.                <!-- Mobile toggle button -->
  483.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  484.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  485.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  486.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  487.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  488.                    </svg>
  489.                </button>
  490.  
  491.                <!-- Navigation Links - Left Side -->
  492.                <nav class="primary-nav navbar navbar-expand-lg">
  493.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  494.  
  495.                        
  496.                        <li class="nav-item">
  497.                            <a href="/" class="nav-link active">HOME</a>
  498.                        </li>
  499.                        
  500.                        
  501.                         <li class="nav-item">
  502.                            <a href="/category/all-posts/" class="nav-link">
  503.                                ALL POSTS
  504.                            </a>
  505.                            </li>
  506.  
  507.                            
  508.  
  509.                                    
  510.                                    
  511.                            
  512.                         <li class="nav-item">
  513.                            <a href="/category/business/" class="nav-link">
  514.                                BUSINESS
  515.                            </a>
  516.                            </li>
  517.  
  518.                            
  519.  
  520.                                    
  521.                                    
  522.                            
  523.                         <li class="nav-item">
  524.                            <a href="/category/esports/" class="nav-link">
  525.                                ESPORTS
  526.                            </a>
  527.                            </li>
  528.  
  529.                            
  530.  
  531.                                    
  532.                                    
  533.                            
  534.                         <li class="nav-item">
  535.                            <a href="/category/fashion/" class="nav-link">
  536.                                FASHION
  537.                            </a>
  538.                            </li>
  539.  
  540.                            
  541.  
  542.                                    
  543.                                    
  544.                            
  545.                         <li class="nav-item">
  546.                            <a href="/category/featured/" class="nav-link">
  547.                                FEATURED
  548.                            </a>
  549.                            </li>
  550.  
  551.                            
  552.  
  553.                                    
  554.                                    
  555.                            
  556.                        
  557.                            
  558.                            <li class="nav-item dropdown">
  559.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  560.                                    data-bs-toggle="dropdown" aria-expanded="false">
  561.                                    More
  562.                                </a>
  563.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  564.                                    <li>
  565.                                        <a class="dropdown-item"
  566.                                            href="/category/gaming/">
  567.                                            GAMING
  568.                                        </a>
  569.                                    </li>
  570.  
  571.                                    
  572.  
  573.                                    
  574.                                    
  575.                            
  576.                        
  577.                                    <li>
  578.                                        <a class="dropdown-item"
  579.                                            href="/category/health/">
  580.                                            HEALTH
  581.                                        </a>
  582.                                    </li>
  583.                                    
  584.  
  585.                                    
  586.                                    
  587.                            
  588.                        
  589.                                    <li>
  590.                                        <a class="dropdown-item"
  591.                                            href="/category/life-fitness/">
  592.                                            LIFE &amp; FITNESS
  593.                                        </a>
  594.                                    </li>
  595.                                    
  596.  
  597.                                    
  598.                                    
  599.                            
  600.                        
  601.                                    <li>
  602.                                        <a class="dropdown-item"
  603.                                            href="/category/lifestyle/">
  604.                                            LIFESTYLE
  605.                                        </a>
  606.                                    </li>
  607.                                    
  608.  
  609.                                    
  610.                                    
  611.                            
  612.                        
  613.                                    <li>
  614.                                        <a class="dropdown-item"
  615.                                            href="/category/news/">
  616.                                            NEWS
  617.                                        </a>
  618.                                    </li>
  619.                                    
  620.  
  621.                                    
  622.                                    
  623.                            
  624.                        
  625.                                    <li>
  626.                                        <a class="dropdown-item"
  627.                                            href="/category/others/">
  628.                                            OTHERS
  629.                                        </a>
  630.                                    </li>
  631.                                    
  632.  
  633.                                    
  634.                                    
  635.                            
  636.                        
  637.                                    <li>
  638.                                        <a class="dropdown-item"
  639.                                            href="/category/politics/">
  640.                                            POLITICS
  641.                                        </a>
  642.                                    </li>
  643.                                    
  644.  
  645.                                    
  646.                                    
  647.                            
  648.                        
  649.                                    <li>
  650.                                        <a class="dropdown-item"
  651.                                            href="/category/sports/">
  652.                                            SPORTS
  653.                                        </a>
  654.                                    </li>
  655.                                    
  656.  
  657.                                    
  658.                                    
  659.                            
  660.                        
  661.                                    <li>
  662.                                        <a class="dropdown-item"
  663.                                            href="/category/tech/">
  664.                                            TECH
  665.                                        </a>
  666.                                    </li>
  667.                                    
  668.  
  669.                                    
  670.                                    
  671.                            
  672.                        
  673.                                    <li>
  674.                                        <a class="dropdown-item"
  675.                                            href="/category/travel/">
  676.                                            TRAVEL
  677.                                        </a>
  678.                                    </li>
  679.                                    
  680.  
  681.                                    
  682.                                    
  683.                                </ul>
  684.                            </li>
  685.                            
  686.                            
  687. <li>
  688.                  <a href="/page/contact-us/">
  689.                     Contact Us
  690.                  </a>
  691.              </li>
  692.                    </ul>
  693.                </nav>
  694.  
  695.  
  696.                <!-- Search - Right Side -->
  697.                <div class="search-wrapper">
  698.                    <input type="search" class="search-input-field" placeholder="Search...">
  699.                    <!-- <button class="search-submit-btn" type="submit">
  700.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  701.                            stroke-width="2">
  702.                            <circle cx="11" cy="11" r="8"></circle>
  703.                            <path d="m21 21-4.35-4.35"></path>
  704.                        </svg>
  705.                    </button> -->
  706.                        <!-- The search results will be displayed here -->
  707.          <div id="search-results" class="search-results-container search-v1"></div>
  708.                </div>
  709.            </div>
  710.        </div>
  711.    </div>
  712. </header>
  713.  
  714.  
  715. <script>
  716.    function toggleNav() {
  717.        const nav = document.getElementById('primaryNav');
  718.        const toggle = document.querySelector('.mobile-nav-toggle');
  719.  
  720.        nav.classList.toggle('show');
  721.        toggle.classList.toggle('active');
  722.    }
  723.  
  724.    // Close nav when clicking outside
  725.    document.addEventListener('click', function (event) {
  726.        const nav = document.getElementById('primaryNav');
  727.        const toggle = document.querySelector('.mobile-nav-toggle');
  728.  
  729.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  730.            nav.classList.remove('show');
  731.            toggle.classList.remove('active');
  732.        }
  733.    });
  734.  
  735.    // Close nav when window is resized to desktop
  736.    window.addEventListener('resize', function () {
  737.        if (window.innerWidth > 768) {
  738.            document.getElementById('primaryNav').classList.remove('show');
  739.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  740.        }
  741.    });
  742.  
  743. </script>
  744.  
  745. <style>
  746.    .custom-header {
  747.        background: var(--navbar-bg);
  748.        border-bottom: 1px solid var(--border-color);
  749.        position: sticky;
  750.        top: 0;
  751.        z-index: 1000;
  752.        padding: 0px 10px;
  753.    }
  754.  
  755.    /* Logo Section - Top Centered */
  756.    .logo-container {
  757.        text-align: center;
  758.        padding: 10px 0;
  759.        background: var(--navbar-bg);
  760.        border-bottom: 1px solid var(--border-color);
  761.    }
  762.  
  763.    .brand-link {
  764.        display: inline-flex;
  765.        align-items: center;
  766.        text-decoration: none;
  767.    }
  768.  
  769.    .brand-link img {
  770.        height: 100px;
  771.        width: auto;
  772.    }
  773.  
  774.    /* Navigation Section */
  775.    .navigation-container {
  776.        background: var(--navbar-bg);
  777.        padding: 0;
  778.    }
  779.  
  780.    .nav-content {
  781.        display: flex;
  782.        align-items: center;
  783.        justify-content: space-between;
  784.        min-height: 60px;
  785.        position: relative;
  786.    }
  787.  
  788.    /* Mobile toggle button */
  789.    .mobile-nav-toggle {
  790.        display: none;
  791.        background: var(--navbar-bg);
  792.        border: 2px solid var(--bs-primary);
  793.        color: var(--navbar-color);
  794.        padding: 8px;
  795.        border-radius: 12px;
  796.        cursor: pointer;
  797.        transition: all 0.3s ease;
  798.    }
  799.  
  800.    .mobile-nav-toggle:hover {
  801.        background: var(--bs-primary);
  802.        color: var(--link-color) !important;
  803.    }
  804.  
  805.    /* Navigation Links - Left Side */
  806.    .primary-nav {
  807.        flex: 1;
  808.    }
  809.  
  810.    .nav-links-list {
  811.        display: flex;
  812.        list-style: none;
  813.        margin: 0;
  814.        padding: 0;
  815.        gap: 5px;
  816.        align-items: center;
  817.    }
  818.  
  819.    .nav-item {
  820.        display: block;
  821.        padding: 8px 16px;
  822.        color: #333;
  823.        text-decoration: none;
  824.        font-weight: 500;
  825.        font-size: 14px;
  826.        text-transform: uppercase;
  827.        letter-spacing: 0.5px;
  828.        border-radius: 12px;
  829.        transition: all 0.3s ease;
  830.        white-space: nowrap;
  831.    }
  832.  
  833.    .nav-item:hover {
  834.        background: rgba(0, 123, 255, 0.19);
  835.        color: var(--navbar-color);
  836.    }
  837.  
  838.    .nav-item.active {
  839.        background: var(--bs-primary);
  840.        color: var(--link-color) !important;
  841.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  842.    }
  843.  
  844.    /* Search Container - Right Side */
  845.    .search-wrapper {
  846.        display: flex;
  847.        align-items: center;
  848.        gap: 8px;
  849.    }
  850.  
  851.    .search-input-field {
  852.        padding: 12px 18px;
  853.        border: 2px solid var(--border-color);
  854.        border-radius: 12px;
  855.        background: var(--navbar-bg);
  856.        color: var(--navbar-color);
  857.        font-size: 14px;
  858.        width: 250px;
  859.        transition: all 0.3s ease;
  860.    }
  861.  
  862.    .search-input-field::placeholder {
  863.        color: #6c757d;
  864.    }
  865.  
  866.    .search-input-field:focus {
  867.        outline: none;
  868.        background: white;
  869.        border-color: var(--bs-primary);
  870.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  871.    }
  872.  
  873.    .search-submit-btn {
  874.        background: var(--bs-primary);
  875.        border: none;
  876.        color: white;
  877.        padding: 12px;
  878.        border-radius: 12px;
  879.        cursor: pointer;
  880.        transition: all 0.3s ease;
  881.        display: flex;
  882.        align-items: center;
  883.        justify-content: center;
  884.    }
  885.  
  886.    .search-submit-btn:hover {
  887.        transform: scale(1.05);
  888.        opacity: 0.7;
  889.    }
  890.  
  891.    /* Tablet responsiveness */
  892.    @media (max-width: 1200px) {
  893.        .nav-item {
  894.            font-size: 13px;
  895.        }
  896.  
  897.        .search-input-field {
  898.            width: 220px;
  899.        }
  900.    }
  901.  
  902.    @media (max-width: 1024px) {
  903.        .nav-item {
  904.            font-size: 13px;
  905.        }
  906.  
  907.        .search-input-field {
  908.            width: 200px;
  909.        }
  910.    }
  911.  
  912.    @media (max-width: 900px) {
  913.        .nav-item {
  914.            font-size: 12px;
  915.        }
  916.  
  917.        .search-input-field {
  918.            width: 180px;
  919.        }
  920.    }
  921.  
  922.    /* Mobile responsiveness */
  923.    @media (max-width: 768px) {
  924.        .container-fluid {
  925.            padding: 0 15px;
  926.        }
  927.  
  928.        .logo-container {
  929.            padding: 15px 0;
  930.        }
  931.  
  932.        .brand-link img {
  933.            height: 40px;
  934.        }
  935.  
  936.        /* Show mobile toggle */
  937.        .mobile-nav-toggle {
  938.            display: block;
  939.        }
  940.  
  941.        .nav-content {
  942.            min-height: 50px;
  943.            padding: 10px 0;
  944.        }
  945.  
  946.        /* Hide navigation on mobile by default */
  947.        .primary-nav {
  948.            position: absolute;
  949.            top: 100%;
  950.            left: 0;
  951.            right: 0;
  952.            background: var(--navbar-bg);
  953.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  954.            border-radius: 0 0 10px 10px;
  955.            transform: translateY(-100%);
  956.            opacity: 0;
  957.            visibility: hidden;
  958.            transition: all 0.3s ease;
  959.            z-index: 999;
  960.        }
  961.  
  962.        /* Show navigation when toggled */
  963.        .primary-nav.show {
  964.            transform: translateY(0);
  965.            opacity: 1;
  966.            visibility: visible;
  967.        }
  968.  
  969.        .nav-links-list {
  970.            flex-direction: column;
  971.            gap: 0;
  972.            padding: 15px 0;
  973.        }
  974.  
  975.        .nav-item {
  976.            border-bottom: 1px solid #eee;
  977.            text-align: left;
  978.            border-radius: 0;
  979.            width: 100%;
  980.        }
  981.  
  982.        .nav-item:last-child {
  983.            border-bottom: none;
  984.        }
  985.  
  986.        /* Search stays visible on mobile - right side */
  987.        .search-wrapper {
  988.            margin-left: auto;
  989.        }
  990.  
  991.        .search-input-field {
  992.            width: 160px;
  993.            padding: 10px 15px;
  994.            font-size: 13px;
  995.        }
  996.  
  997.        .search-submit-btn {
  998.            padding: 10px;
  999.        }
  1000.    }
  1001.  
  1002.    @media (max-width: 576px) {
  1003.        .logo-container {
  1004.            padding: 12px 0;
  1005.        }
  1006.  
  1007.        .brand-link img {
  1008.            height: 35px;
  1009.        }
  1010.  
  1011.        .search-input-field {
  1012.            width: 140px;
  1013.            font-size: 12px;
  1014.        }
  1015.  
  1016.        .nav-content {
  1017.            gap: 10px;
  1018.        }
  1019.    }
  1020.  
  1021.    @media (max-width: 480px) {
  1022.        .container-fluid {
  1023.            padding: 0 10px;
  1024.        }
  1025.  
  1026.        .search-input-field {
  1027.            width: 120px;
  1028.        }
  1029.  
  1030.        .mobile-nav-toggle {
  1031.            padding: 6px;
  1032.        }
  1033.  
  1034.        .nav-item {
  1035.            font-size: 13px;
  1036.        }
  1037.    }
  1038.  
  1039.    @media (max-width: 400px) {
  1040.        .search-input-field {
  1041.            width: 100px;
  1042.            font-size: 11px;
  1043.            padding: 8px 12px;
  1044.        }
  1045.  
  1046.        .search-submit-btn {
  1047.            padding: 8px;
  1048.        }
  1049.  
  1050.        .search-submit-btn svg {
  1051.            width: 14px;
  1052.            height: 14px;
  1053.        }
  1054.    }
  1055.  
  1056.      /* search field */
  1057.  .search-results-container {
  1058.  position: absolute;
  1059.  top: 100%; /* Position it below the input field */
  1060.  left: 0;
  1061.  right: 0;
  1062.  background-color: white;
  1063.  border: 1px solid #ddd;
  1064.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1065.  max-height: 300px;
  1066.  overflow-y: auto;
  1067.  z-index: 1000;
  1068.  display: none; /* Initially hidden */
  1069. }
  1070.  
  1071. .search-results-container p {
  1072.  margin: 0;
  1073. }
  1074.  
  1075. .search-results-container .result-item {
  1076.  padding: 10px;
  1077.  cursor: pointer;
  1078. }
  1079.  
  1080. .search-results-container .result-item:hover {
  1081.  background-color: #f0f0f0;
  1082. }
  1083.  
  1084. </style>
  1085.  
  1086. <script>
  1087.  document.addEventListener("DOMContentLoaded", function () {
  1088.    const searchInput = document.querySelector(".search-input-field");
  1089.    const searchResults = document.getElementById("search-results");
  1090.  
  1091.    if (!searchInput || !searchResults) return; // Safety check
  1092.  
  1093.    // 🔍 Handle typing
  1094.    searchInput.addEventListener("keyup", function (e) {
  1095.      e.preventDefault();
  1096.  
  1097.      const query = searchInput.value.trim();
  1098.  
  1099.      if (query === "") {
  1100.        searchResults.innerHTML = "";
  1101.        searchResults.style.display = "none";
  1102.        return;
  1103.      }
  1104.  
  1105.      searchResults.style.display = "block";
  1106.  
  1107.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1108.        method: "GET",
  1109.        headers: {
  1110.          "X-Requested-With": "XMLHttpRequest",
  1111.        },
  1112.      })
  1113.        .then(response => response.json())
  1114.        .then(data => {
  1115.          if (data.html) {
  1116.            searchResults.innerHTML = data.html;
  1117.          } else {
  1118.            searchResults.innerHTML = "<p>No results found.</p>";
  1119.          }
  1120.        })
  1121.        .catch(error => {
  1122.          console.error("Error fetching search results:", error);
  1123.        });
  1124.    });
  1125.  
  1126.    // 🖱️ Close results when clicking outside
  1127.    document.addEventListener("click", function (e) {
  1128.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1129.        searchResults.style.display = "none";
  1130.      }
  1131.    });
  1132.  
  1133.    // ⌨️ Close results when pressing Escape
  1134.    document.addEventListener("keydown", function (e) {
  1135.      if (e.key === "Escape") {
  1136.        searchResults.style.display = "none";
  1137.      }
  1138.    });
  1139.  });
  1140. </script>
  1141.  
  1142.        </header>
  1143.        <!-- end of header -->
  1144.        <!-- start of wpo-blog-hero -->
  1145.        
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153. <style>
  1154. .blog-hero-section {
  1155.    padding: 3rem 0;
  1156. }
  1157.  
  1158.  
  1159. .hero-grid {
  1160.    display: grid;
  1161.    grid-template-columns: 2fr 1fr 1fr;
  1162.    grid-template-rows: 1fr 1fr;
  1163.    gap: 1.5rem;
  1164.    height: 500px;
  1165. }
  1166.  
  1167. .hero-card {
  1168.    background: var(--card-bg);
  1169.    border-radius: 12px;
  1170.    overflow: hidden;
  1171.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1172.    transition: all 0.3s ease;
  1173.    position: relative;
  1174. }
  1175.  
  1176. .hero-card:hover {
  1177.    transform: translateY(-8px);
  1178.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1179. }
  1180.  
  1181. .main-hero {
  1182.    grid-row: 1 / -1;
  1183.    grid-column: 1;
  1184. }
  1185.  
  1186. .card-image {
  1187.    width: 100%;
  1188.    height: 60%;
  1189.    object-fit: cover;
  1190.    transition: transform 0.3s ease;
  1191. }
  1192.  
  1193. .main-hero .card-image {
  1194.    height: 65%;
  1195. }
  1196.  
  1197. .hero-card:hover .card-image {
  1198.    transform: scale(1.05);
  1199. }
  1200.  
  1201. .card-content {
  1202.    padding: 1.5rem;
  1203.    height: 40%;
  1204.    display: flex;
  1205.    flex-direction: column;
  1206.    justify-content: space-between;
  1207. }
  1208.  
  1209. .main-hero .card-content {
  1210.    height: 35%;
  1211. }
  1212.  
  1213. .category-badge {
  1214.    display: inline-block;
  1215.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1216.    color: white;
  1217.    padding: 0.4rem 1rem;
  1218.    border-radius: 20px;
  1219.    font-size: 0.8rem;
  1220.    font-weight: 600;
  1221.    text-transform: uppercase;
  1222.    letter-spacing: 0.5px;
  1223.    margin-bottom: 0.8rem;
  1224.    width: fit-content;
  1225. }
  1226.  
  1227. .card-title {
  1228.    font-size: 1.1rem;
  1229.    font-weight: 700;
  1230.    line-height: 1.4;
  1231.    margin-bottom: 0.5rem;
  1232. }
  1233.  
  1234. .main-hero .card-title {
  1235.    font-size: 1.6rem;
  1236.    line-height: 1.3;
  1237.    margin-bottom: 0.8rem;
  1238. }
  1239.  
  1240. .card-title a {
  1241.    color: var(--top-color);
  1242.    text-decoration: none;
  1243.    transition: color 0.3s ease;
  1244. }
  1245.  
  1246.  
  1247. .card-description {
  1248.    color: var(--top-color);
  1249.    line-height: 1.6;
  1250.    margin-bottom: 1rem;
  1251.    display: -webkit-box;
  1252.    -webkit-line-clamp: 2;
  1253.    -webkit-box-orient: vertical;
  1254.    overflow: hidden;
  1255. }
  1256.  
  1257. .main-hero .card-description {
  1258.    -webkit-line-clamp: 3;
  1259. }
  1260.  
  1261. .card-meta {
  1262.    display: flex;
  1263.    align-items: center;
  1264.    justify-content: space-between;
  1265.    margin-top: auto;
  1266. }
  1267.  
  1268. .author-section {
  1269.    display: flex;
  1270.    align-items: center;
  1271.    gap: 0.8rem;
  1272. }
  1273.  
  1274. .author-avatar {
  1275.    width: 35px;
  1276.    height: 35px;
  1277.    border-radius: 50%;
  1278.    object-fit: cover;
  1279.    border: 2px solid #f8f9fa;
  1280. }
  1281.  
  1282. .author-name {
  1283.    color: #667eea;
  1284.    text-decoration: none;
  1285.    font-weight: 600;
  1286.    font-size: 0.9rem;
  1287. }
  1288.  
  1289. .author-name:hover {
  1290.    text-decoration: underline;
  1291. }
  1292.  
  1293. .publish-date {
  1294.    color: #95a5a6;
  1295.    font-size: 0.85rem;
  1296.    font-weight: 500;
  1297. }
  1298.  
  1299. .side-card-1 {
  1300.    grid-column: 2;
  1301.    grid-row: 1;
  1302. }
  1303.  
  1304. .side-card-2 {
  1305.    grid-column: 3;
  1306.    grid-row: 1;
  1307. }
  1308.  
  1309. .side-card-3 {
  1310.    grid-column: 2 / 4;
  1311.    grid-row: 2;
  1312. }
  1313.  
  1314. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1315. @media (min-width: 992px) {
  1316.    
  1317.    .main-hero .card-image,
  1318.    .side-card-1 .card-image,
  1319.    .side-card-2 .card-image {
  1320.        height: 100%;
  1321.    }
  1322.    
  1323.    .main-hero .card-content,
  1324.    .side-card-1 .card-content,
  1325.    .side-card-2 .card-content {
  1326.        position: absolute;
  1327.        bottom: 0;
  1328.        left: 0;
  1329.        right: 0;
  1330.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1331.        color: white;
  1332.        padding: 2rem 1.5rem 1.5rem;
  1333.        height: auto;
  1334.    }
  1335.    
  1336.    .main-hero .card-content {
  1337.        padding: 3rem 2rem 2rem;
  1338.    }
  1339.    
  1340.    .main-hero .category-badge,
  1341.    .side-card-1 .category-badge,
  1342.    .side-card-2 .category-badge {
  1343.      
  1344.        margin-bottom: 0.8rem;
  1345.    }
  1346.    
  1347.    .main-hero .card-title a,
  1348.    .side-card-1 .card-title a,
  1349.    .side-card-2 .card-title a {
  1350.        color: white;
  1351.    }
  1352.    
  1353.    .main-hero .card-description {
  1354.        color: #f8f9fa;
  1355.    }
  1356.    
  1357.    .main-hero .author-name,
  1358.    .side-card-1 .author-name,
  1359.    .side-card-2 .author-name {
  1360.        color: #f8f9fa;
  1361.    }
  1362.    
  1363.    .main-hero .publish-date,
  1364.    .side-card-1 .publish-date,
  1365.    .side-card-2 .publish-date {
  1366.        color: #e9ecef;
  1367.    }
  1368. }
  1369.  
  1370. .side-card-3 {
  1371.    display: flex;
  1372.    flex-direction: row;
  1373. }
  1374.  
  1375. .side-card-3 .card-image {
  1376.    width: 40%;
  1377.    height: 100%;
  1378. }
  1379.  
  1380. .side-card-3 .card-content {
  1381.    width: 60%;
  1382.    height: 100%;
  1383.    padding: 1.5rem;
  1384. }
  1385.  
  1386. /* Mobile Responsive */
  1387. @media (max-width: 992px) {
  1388.    .hero-grid {
  1389.        grid-template-columns: 1fr;
  1390.        grid-template-rows: auto;
  1391.        height: auto;
  1392.        gap: 1rem;
  1393.    }
  1394.    
  1395.    .main-hero {
  1396.        grid-row: 1;
  1397.        grid-column: 1;
  1398.    }
  1399.    
  1400.    .side-card-1, .side-card-2, .side-card-3 {
  1401.        grid-column: 1;
  1402.        grid-row: auto;
  1403.    }
  1404.    
  1405.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1406.    .main-hero .card-content,
  1407.    .side-card-1 .card-content,
  1408.    .side-card-2 .card-content {
  1409.        position: relative;
  1410.        background: var(--card-bg);
  1411.        color: inherit;
  1412.        padding: 1.5rem;
  1413.        height: auto;
  1414.    }
  1415.    
  1416.    .main-hero .card-image,
  1417.    .side-card-1 .card-image,
  1418.    .side-card-2 .card-image {
  1419.        height: 200px;
  1420.    }
  1421.    
  1422.    .main-hero .card-image {
  1423.        height: 250px;
  1424.    }
  1425.    
  1426.    .main-hero .category-badge,
  1427.    .side-card-1 .category-badge,
  1428.    .side-card-2 .category-badge {
  1429.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1430.        color: white;
  1431.    }
  1432.    
  1433.    .main-hero .card-title a,
  1434.    .side-card-1 .card-title a,
  1435.    .side-card-2 .card-title a {
  1436.        color: var(--top-color);
  1437.    }
  1438.    
  1439.    .main-hero .card-description {
  1440.        color: #7f8c8d;
  1441.    }
  1442.    
  1443.    .main-hero .author-name,
  1444.    .side-card-1 .author-name,
  1445.    .side-card-2 .author-name {
  1446.        color: #667eea;
  1447.    }
  1448.    
  1449.    .main-hero .publish-date,
  1450.    .side-card-1 .publish-date,
  1451.    .side-card-2 .publish-date {
  1452.        color: #95a5a6;
  1453.    }
  1454.    
  1455.    .side-card-3 {
  1456.        flex-direction: column;
  1457.    }
  1458.    
  1459.    .side-card-3 .card-image {
  1460.        width: 100%;
  1461.        height: 200px;
  1462.    }
  1463.    
  1464.    .side-card-3 .card-content {
  1465.        width: 100%;
  1466.        height: auto;
  1467.    }
  1468.    
  1469.    .card-image {
  1470.        height: 200px;
  1471.    }
  1472.    
  1473.    .main-hero .card-image {
  1474.        height: 250px;
  1475.    }
  1476.    
  1477.    .main-hero .card-content {
  1478.        height: auto;
  1479.    }
  1480. }
  1481. </style>
  1482.  
  1483. <div class="blog-hero-section">
  1484.    <div class="container-fluid fluid-container">
  1485.        <div class="hero-grid">
  1486.            <!-- Main Featured Post -->
  1487.            
  1488.                              
  1489.                    <article class="hero-card main-hero">
  1490.                        
  1491.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Authorities Proceeds with Full Eradication Plan to Cull 400 Flightless Birds" class="card-image">
  1492.                        
  1493.                        
  1494.                        <div class="card-content">
  1495.                            <div>
  1496.                                <span class="category-badge">News</span>
  1497.                                <h2 class="card-title">
  1498.                                    <a href="/authorities-proceeds-with-full-eradication-plan-to-cull-400-flightless-birds/">
  1499.                                        Authorities Proceeds with Full Eradication Plan to Cull 400 Flightless Birds
  1500.                                    </a>
  1501.                                </h2>
  1502.                                <p class="card-description"></p>
  1503.                            </div>
  1504.                            
  1505.                            <div class="card-meta">
  1506.                                <div class="author-section">
  1507.                                    
  1508.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" class="author-avatar">
  1509.                                    
  1510.                                    <a href="#" class="author-name">Katie Browning</a>
  1511.                                </div>
  1512.                                <span class="publish-date">Jul 19, 2026</span>
  1513.                            </div>
  1514.                        </div>
  1515.                    </article>
  1516.                
  1517.            
  1518.  
  1519.            <!-- Side Cards -->
  1520.            
  1521.                <article class="hero-card side-card-1">
  1522.                    
  1523.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="As Beachgoers Fled Violence, Viral Image Shows Beach Patrol Running ‘All Out’ In the Direction of the Location." class="card-image">
  1524.                    
  1525.                    
  1526.                    <div class="card-content">
  1527.                        <div>
  1528.                            <span class="category-badge">News</span>
  1529.                            <h3 class="card-title">
  1530.                                <a href="/as-beachgoers-fled-violence-viral-image-shows-beach-patrol-running-all-out-in-the-direction-of-the-location/">
  1531.                                    As Beachgoers Fled Violence, Viral Image Shows Beach Patrol Running ‘All Out’ In the Direction of the Location.
  1532.                                </a>
  1533.                            </h3>
  1534.                            <p class="card-description"></p>
  1535.                        </div>
  1536.                        
  1537.                        <div class="card-meta">
  1538.                            <div class="author-section">
  1539.                                <a href="#" class="author-name">Katie Browning</a>
  1540.                            </div>
  1541.                            <span class="publish-date">Jul 19</span>
  1542.                        </div>
  1543.                    </div>
  1544.                </article>
  1545.            
  1546.                <article class="hero-card side-card-2">
  1547.                    
  1548.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Manchester City&#x27;s manager Voices Remorse Over Broadcast Crew Incident Following Defeat to Magpies" class="card-image">
  1549.                    
  1550.                    
  1551.                    <div class="card-content">
  1552.                        <div>
  1553.                            <span class="category-badge">News</span>
  1554.                            <h3 class="card-title">
  1555.                                <a href="/manchester-citys-manager-voices-remorse-over-broadcast-crew-incident-following-defeat-to-magpies/">
  1556.                                    Manchester City&#x27;s manager Voices Remorse Over Broadcast Crew Incident Following Defeat to Magpies
  1557.                                </a>
  1558.                            </h3>
  1559.                            <p class="card-description"></p>
  1560.                        </div>
  1561.                        
  1562.                        <div class="card-meta">
  1563.                            <div class="author-section">
  1564.                                <a href="#" class="author-name">Katie Browning</a>
  1565.                            </div>
  1566.                            <span class="publish-date">Jul 19</span>
  1567.                        </div>
  1568.                    </div>
  1569.                </article>
  1570.            
  1571.                <article class="hero-card side-card-3">
  1572.                    
  1573.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Aston Villa versus Forest: Premier League Build-Up" class="card-image">
  1574.                    
  1575.                    
  1576.                    <div class="card-content">
  1577.                        <div>
  1578.                            <span class="category-badge">News</span>
  1579.                            <h3 class="card-title">
  1580.                                <a href="/aston-villa-versus-forest-premier-league-build-up/">
  1581.                                    Aston Villa versus Forest: Premier League Build-Up
  1582.                                </a>
  1583.                            </h3>
  1584.                            <p class="card-description"></p>
  1585.                        </div>
  1586.                        
  1587.                        <div class="card-meta">
  1588.                            <div class="author-section">
  1589.                                <a href="#" class="author-name">Katie Browning</a>
  1590.                            </div>
  1591.                            <span class="publish-date">Jul 19</span>
  1592.                        </div>
  1593.                    </div>
  1594.                </article>
  1595.            
  1596.        </div>
  1597.    </div>
  1598. </div>
  1599.  
  1600.  
  1601.  
  1602.  
  1603.        <!-- end of wpo-blog-hero -->
  1604.  
  1605.        <!-- start of wpo-breacking-news -->
  1606.        
  1607.        <!-- end of wpo-breacking-news -->
  1608.        
  1609.        <!-- start wpo-blog-highlights-section -->
  1610.        
  1611.  
  1612.  
  1613.  
  1614.    
  1615.  
  1616.  
  1617.  
  1618.  
  1619. <style>
  1620.    .blog-highlights-v3 {
  1621.        padding: 80px 0;
  1622.        position: relative;
  1623.        overflow: hidden;
  1624.    }
  1625.    
  1626.    .blog-highlights-v3::before {
  1627.        content: '';
  1628.        position: absolute;
  1629.        top: 0;
  1630.        left: 0;
  1631.        width: 100%;
  1632.        height: 100%;
  1633.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1634.        z-index: 0;
  1635.    }
  1636.    
  1637.    .masonry-container {
  1638.        display: grid;
  1639.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1640.        grid-gap: 25px;
  1641.    }
  1642.    
  1643.    .blog-card-v3 {
  1644.        border: 1px solid var(--border-color) !important;
  1645.        border-radius: 25px;
  1646.        overflow: hidden;
  1647.        background: var(--card-bg);
  1648.        backdrop-filter: blur(10px);
  1649.        border: 1px solid var(--border-color);
  1650.        position: relative;
  1651.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1652.        cursor: pointer;
  1653.        transform: translateY(0) rotateX(0) rotateY(0);
  1654.        transform-style: preserve-3d;
  1655.        perspective: 1000px;
  1656.        z-index: 1;
  1657.    }
  1658.    .span-21 { grid-row-end: span 21; }
  1659.    .span-22 { grid-row-end: span 22; }
  1660.    
  1661.    .blog-card-v3::before {
  1662.        content: '';
  1663.        position: absolute;
  1664.        top: 0;
  1665.        left: 0;
  1666.        width: 100%;
  1667.        height: 100%;
  1668.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1669.        opacity: 0;
  1670.        transition: opacity 0.3s ease;
  1671.        z-index: 1;
  1672.    }
  1673.    
  1674.    .blog-card-v3:hover {
  1675.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1676.        box-shadow:
  1677.            0 30px 60px rgba(0,0,0,0.15),
  1678.            0 15px 30px rgba(0,0,0,0.1),
  1679.            inset 0 1px 0 rgba(255,255,255,0.3);
  1680.        z-index: 10;
  1681.    }
  1682.    
  1683.    .blog-card-v3:hover::before {
  1684.        opacity: 1;
  1685.    }
  1686.    
  1687.    .blog-image-v3 {
  1688.        position: relative;
  1689.        overflow: hidden;
  1690.        height: 50%;
  1691.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1692.    }
  1693.    
  1694.    .blog-image-v3::after {
  1695.        content: '';
  1696.        position: absolute;
  1697.        top: 0;
  1698.        left: 0;
  1699.        width: 100%;
  1700.        height: 100%;
  1701.        background:
  1702.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1703.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1704.        z-index: 2;
  1705.    }
  1706.    
  1707.    .blog-image-v3 img {
  1708.        width: 100%;
  1709.        height: 100%;
  1710.        object-fit: cover;
  1711.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1712.        transform: scale(1);
  1713.        filter: brightness(1) saturate(1);
  1714.    }
  1715.    
  1716.    .blog-card-v3:hover .blog-image-v3 img {
  1717.        transform: scale(1.15);
  1718.        filter: brightness(1.1) saturate(1.2);
  1719.    }
  1720.    
  1721.    .blog-floating-elements {
  1722.        position: absolute;
  1723.        top: 0;
  1724.        left: 0;
  1725.        width: 100%;
  1726.        height: 100%;
  1727.        pointer-events: none;
  1728.        z-index: 3;
  1729.    }
  1730.    
  1731.    .floating-dot {
  1732.        position: absolute;
  1733.        width: 8px;
  1734.        height: 8px;
  1735.        background: rgba(255,255,255,0.6);
  1736.        border-radius: 50%;
  1737.        animation: float 3s ease-in-out infinite;
  1738.    }
  1739.    
  1740.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1741.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1742.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1743.    
  1744.    @keyframes float {
  1745.        0%, 100% { transform: translateY(0px); }
  1746.        50% { transform: translateY(-10px); }
  1747.    }
  1748.    
  1749.    .blog-category-v3 {
  1750.        position: absolute;
  1751.        top: 25px;
  1752.        right: 25px;
  1753.        padding: 10px 18px;
  1754.        border-radius: 30px;
  1755.        font-size: 11px;
  1756.        font-weight: 800;
  1757.        text-transform: uppercase;
  1758.        letter-spacing: 1.2px;
  1759.        backdrop-filter: blur(10px);
  1760.        z-index: 4;
  1761.        transform: translateY(0) scale(1);
  1762.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1763.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1764.        border: 1px solid rgba(255,255,255,0.3);
  1765.    }
  1766.    
  1767.    .blog-card-v3:hover .blog-category-v3 {
  1768.        transform: translateY(-10px) scale(1.1);
  1769.        background: rgba(var(--card-bg),1);
  1770.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1771.    }
  1772.    
  1773.    .blog-content-v3 {
  1774.        padding: 35px 30px 30px;
  1775.        height: 50%;
  1776.        display: flex;
  1777.        flex-direction: column;
  1778.        justify-content: space-between;
  1779.        position: relative;
  1780.        z-index: 2;
  1781.    }
  1782.    
  1783.    .blog-title-v3 {
  1784.        font-size: 19px;
  1785.        font-weight: 700;
  1786.        line-height: 1.3;
  1787.        margin-bottom: 18px;
  1788.        position: relative;
  1789.    }
  1790.    
  1791.    .blog-title-v3 a {
  1792.        text-decoration: none;
  1793.        color: var(--top-color) !important;
  1794.        transition: all 0.3s ease;
  1795.        position: relative;
  1796.        display: inline-block;
  1797.    }
  1798.    
  1799.    .blog-title-v3 a::before {
  1800.        content: '';
  1801.        position: absolute;
  1802.        bottom: -3px;
  1803.        left: 0;
  1804.        width: 0;
  1805.        height: 3px;
  1806.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1807.        border-radius: 2px;
  1808.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1809.    }
  1810.    
  1811.    .blog-card-v3:hover .blog-title-v3 a::before {
  1812.        width: 100%;
  1813.    }
  1814.    
  1815.    .blog-meta-v3 {
  1816.        display: flex;
  1817.        align-items: center;
  1818.        gap: 15px;
  1819.        margin-bottom: 18px;
  1820.        font-size: 13px;
  1821.        color: #7f8c8d;
  1822.        padding-bottom: 18px;
  1823.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1824.        position: relative;
  1825.    }
  1826.    
  1827.    .blog-meta-v3::after {
  1828.        content: '';
  1829.        position: absolute;
  1830.        bottom: -1px;
  1831.        left: 0;
  1832.        width: 0;
  1833.        height: 1px;
  1834.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1835.        transition: width 0.6s ease 0.3s;
  1836.    }
  1837.    
  1838.    .blog-card-v3:hover .blog-meta-v3::after {
  1839.        width: 80px;
  1840.    }
  1841.    
  1842.    .blog-author-img-v3 {
  1843.        width: 35px;
  1844.        height: 35px;
  1845.        border-radius: 50%;
  1846.        object-fit: cover;
  1847.        border: 3px solid rgba(255,255,255,0.8);
  1848.        transition: all 0.4s ease;
  1849.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1850.    }
  1851.    
  1852.    .blog-card-v3:hover .blog-author-img-v3 {
  1853.        transform: scale(1.15);
  1854.        border-color: rgba(102, 126, 234, 0.5);
  1855.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1856.    }
  1857.    
  1858.    .blog-excerpt-v3 {
  1859.        font-size: 14px;
  1860.        line-height: 1.7;
  1861.        color: #5a6c7d;
  1862.        margin-bottom: 20px;
  1863.        display: -webkit-box;
  1864.        -webkit-line-clamp: 3;
  1865.        -webkit-box-orient: vertical;
  1866.        overflow: hidden;
  1867.        opacity: 0.9;
  1868.        transition: opacity 0.3s ease;
  1869.    }
  1870.    
  1871.    .blog-card-v3:hover .blog-excerpt-v3 {
  1872.        opacity: 1;
  1873.    }
  1874.    
  1875.    .blog-actions-v3 {
  1876.        display: flex;
  1877.        justify-content: space-between;
  1878.        align-items: center;
  1879.    }
  1880.    
  1881.    .blog-read-time-v3 {
  1882.        font-size: 12px;
  1883.        color: #95a5a6;
  1884.        display: flex;
  1885.        align-items: center;
  1886.        gap: 6px;
  1887.    }
  1888.    
  1889.    .blog-read-more-v3 {
  1890.        width: 50px;
  1891.        height: 50px;
  1892.        border-radius: 50%;
  1893.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1894.        display: flex;
  1895.        align-items: center;
  1896.        justify-content: center;
  1897.        color: white;
  1898.        text-decoration: none;
  1899.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1900.        transform: scale(0) rotate(0deg);
  1901.        opacity: 0;
  1902.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1903.        position: relative;
  1904.        overflow: hidden;
  1905.    }
  1906.    
  1907.    .blog-read-more-v3::before {
  1908.        content: '';
  1909.        position: absolute;
  1910.        top: 50%;
  1911.        left: 50%;
  1912.        width: 0;
  1913.        height: 0;
  1914.        background: rgba(255,255,255,0.2);
  1915.        border-radius: 50%;
  1916.        transition: all 0.6s ease;
  1917.        transform: translate(-50%, -50%);
  1918.    }
  1919.    
  1920.    .blog-card-v3:hover .blog-read-more-v3 {
  1921.        transform: scale(1) rotate(360deg);
  1922.        opacity: 1;
  1923.    }
  1924.    
  1925.    .blog-read-more-v3:hover::before {
  1926.        width: 100%;
  1927.        height: 100%;
  1928.    }
  1929.    
  1930.    .section-header-v3 {
  1931.        text-align: center;
  1932.        margin-bottom: 80px;
  1933.        position: relative;
  1934.        z-index: 2;
  1935.    }
  1936.    
  1937.    .section-title-v3 {
  1938.        font-size: 3.5rem;
  1939.        font-weight: 900;
  1940.        margin-bottom: 25px;
  1941.        color: #2c3e50;
  1942.        position: relative;
  1943.        display: inline-block;
  1944.    }
  1945.    
  1946.    .section-title-v3::before {
  1947.        content: '';
  1948.        position: absolute;
  1949.        top: -15px;
  1950.        right: -15px;
  1951.        width: 30px;
  1952.        height: 30px;
  1953.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1954.        border-radius: 50%;
  1955.        opacity: 0.3;
  1956.        animation: pulse 2s infinite;
  1957.    }
  1958.    
  1959.    @keyframes pulse {
  1960.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1961.        50% { transform: scale(1.2); opacity: 0.6; }
  1962.    }
  1963.    
  1964.    .section-subtitle-v3 {
  1965.        font-size: 1.2rem;
  1966.        color: #7f8c8d;
  1967.        max-width: 700px;
  1968.        margin: 0 auto;
  1969.        line-height: 1.7;
  1970.        font-weight: 300;
  1971.    }
  1972.    
  1973.    .scroll-reveal {
  1974.        opacity: 0;
  1975.        transform: translateY(50px) scale(0.9);
  1976.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1977.    }
  1978.    
  1979.    .scroll-reveal.revealed {
  1980.        opacity: 1;
  1981.        transform: translateY(0) scale(1);
  1982.    }
  1983.    
  1984.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1985.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1986.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1987.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1988.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1989.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1990.  
  1991.    @media (max-width: 768px) {
  1992.        .masonry-container {
  1993.            display: flex;
  1994.            flex-direction: column;
  1995.            grid-gap: 20px;
  1996.        }
  1997.        .blog-card-v3:nth-child(n) {
  1998.            grid-row-end: span 20;
  1999.        }
  2000.        .section-title-v3 {
  2001.            font-size: 2.8rem;
  2002.        }
  2003.        .blog-highlights-v3 {
  2004.            padding: 60px 0;
  2005.        }
  2006.        .blog-content-v3 {
  2007.            padding: 25px 20px;
  2008.        }
  2009.        .blog-card-v3:hover {
  2010.            transform: translateY(-15px) scale(1.02);
  2011.        }
  2012.        .blog-image-v3{
  2013.            max-height: 350px;
  2014.            height: 100%;
  2015.        }
  2016.    }
  2017. </style>
  2018.  
  2019. <section class="blog-highlights-v3">
  2020.    <div class="container-fluid fluid-container">
  2021.        <div class="row">
  2022.            <div class="col-12">
  2023.                 <div class="wpo-section-title">
  2024.            <h2>
  2025.                Today's Top Highlights
  2026.                   </h2>
  2027.        </div>
  2028.            </div>
  2029.        </div>
  2030.        
  2031.        <div class="row">
  2032.            <div class="col-lg-8 col-12">
  2033.                <div class="masonry-container">
  2034.                    
  2035.                    <div class="blog-card-v3 scroll-reveal span-21">
  2036.                        <div class="blog-image-v3">
  2037.                            
  2038.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2039.                            
  2040.                            <div class="blog-floating-elements">
  2041.                                <div class="floating-dot"></div>
  2042.                                <div class="floating-dot"></div>
  2043.                                <div class="floating-dot"></div>
  2044.                            </div>
  2045.                            <span class="blog-category-v3 bg-primary-gradient">
  2046.                                News
  2047.                            </span>
  2048.                        </div>
  2049.                        <div class="blog-content-v3">
  2050.                            <h3 class="blog-title-v3">
  2051.                                <a href="/the-labour-government-told-stronger-eu-trade-ties-are-a-strategic-necessity-for-uk-firms/" >
  2052.                                The Labour Government Told Stronger EU Trade Ties Are a &#x27;Strategic Necessity&#x27; for UK Firms
  2053.                                </a>
  2054.                            </h3>
  2055.                            <div class="blog-meta-v3">
  2056.                                
  2057.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2058.                                
  2059.                                <span>By Katie Browning</span>
  2060.                                <span>•</span>
  2061.                                <span>19 Jul 2026</span>
  2062.                            </div>
  2063.                            
  2064.                            <div class="blog-actions-v3">
  2065.                                <div class="blog-read-time-v3">
  2066.                                    <i class="far fa-clock"></i>
  2067.                                    <!-- <span>5 min read</span> -->
  2068.                                </div>
  2069.                                <a href="/the-labour-government-told-stronger-eu-trade-ties-are-a-strategic-necessity-for-uk-firms/"  class="blog-read-more-v3">
  2070.                                    <i class="ti-arrow-right"></i>
  2071.                                </a>
  2072.                            </div>
  2073.                        </div>
  2074.                    </div>
  2075.                    
  2076.                    <div class="blog-card-v3 scroll-reveal span-22">
  2077.                        <div class="blog-image-v3">
  2078.                            
  2079.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2080.                            
  2081.                            <div class="blog-floating-elements">
  2082.                                <div class="floating-dot"></div>
  2083.                                <div class="floating-dot"></div>
  2084.                                <div class="floating-dot"></div>
  2085.                            </div>
  2086.                            <span class="blog-category-v3 bg-primary-gradient">
  2087.                                News
  2088.                            </span>
  2089.                        </div>
  2090.                        <div class="blog-content-v3">
  2091.                            <h3 class="blog-title-v3">
  2092.                                <a href="/racism-returning-in-uk-politics-leaving-citizens-very-scared-starmer-says/" >
  2093.                                Racism Returning in UK Politics, Leaving Citizens Very Scared, Starmer Says
  2094.                                </a>
  2095.                            </h3>
  2096.                            <div class="blog-meta-v3">
  2097.                                
  2098.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2099.                                
  2100.                                <span>By Katie Browning</span>
  2101.                                <span>•</span>
  2102.                                <span>18 Jul 2026</span>
  2103.                            </div>
  2104.                            
  2105.                            <div class="blog-actions-v3">
  2106.                                <div class="blog-read-time-v3">
  2107.                                    <i class="far fa-clock"></i>
  2108.                                    <!-- <span>5 min read</span> -->
  2109.                                </div>
  2110.                                <a href="/racism-returning-in-uk-politics-leaving-citizens-very-scared-starmer-says/"  class="blog-read-more-v3">
  2111.                                    <i class="ti-arrow-right"></i>
  2112.                                </a>
  2113.                            </div>
  2114.                        </div>
  2115.                    </div>
  2116.                    
  2117.                    <div class="blog-card-v3 scroll-reveal span-21">
  2118.                        <div class="blog-image-v3">
  2119.                            
  2120.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2121.                            
  2122.                            <div class="blog-floating-elements">
  2123.                                <div class="floating-dot"></div>
  2124.                                <div class="floating-dot"></div>
  2125.                                <div class="floating-dot"></div>
  2126.                            </div>
  2127.                            <span class="blog-category-v3 bg-primary-gradient">
  2128.                                News
  2129.                            </span>
  2130.                        </div>
  2131.                        <div class="blog-content-v3">
  2132.                            <h3 class="blog-title-v3">
  2133.                                <a href="/as-the-original-author-championed-equal-opportunity-as-the-essential-to-conservative-electoral-victory-but-the-former-prime-minister-neglected-the-agenda-now-look-at-us/" >
  2134.                                As the original author championed equal opportunity as the essential to Conservative electoral victory – but the former Prime Minister neglected the agenda. Now look at us.
  2135.                                </a>
  2136.                            </h3>
  2137.                            <div class="blog-meta-v3">
  2138.                                
  2139.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2140.                                
  2141.                                <span>By Katie Browning</span>
  2142.                                <span>•</span>
  2143.                                <span>18 Jul 2026</span>
  2144.                            </div>
  2145.                            
  2146.                            <div class="blog-actions-v3">
  2147.                                <div class="blog-read-time-v3">
  2148.                                    <i class="far fa-clock"></i>
  2149.                                    <!-- <span>5 min read</span> -->
  2150.                                </div>
  2151.                                <a href="/as-the-original-author-championed-equal-opportunity-as-the-essential-to-conservative-electoral-victory-but-the-former-prime-minister-neglected-the-agenda-now-look-at-us/"  class="blog-read-more-v3">
  2152.                                    <i class="ti-arrow-right"></i>
  2153.                                </a>
  2154.                            </div>
  2155.                        </div>
  2156.                    </div>
  2157.                    
  2158.                    <div class="blog-card-v3 scroll-reveal span-22">
  2159.                        <div class="blog-image-v3">
  2160.                            
  2161.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2162.                            
  2163.                            <div class="blog-floating-elements">
  2164.                                <div class="floating-dot"></div>
  2165.                                <div class="floating-dot"></div>
  2166.                                <div class="floating-dot"></div>
  2167.                            </div>
  2168.                            <span class="blog-category-v3 bg-primary-gradient">
  2169.                                News
  2170.                            </span>
  2171.                        </div>
  2172.                        <div class="blog-content-v3">
  2173.                            <h3 class="blog-title-v3">
  2174.                                <a href="/overtake-mode-active-aero-decoding-f1s-updated-technical-terminology/" >
  2175.                                Overtake Mode &amp; Active Aero - Decoding F1&#x27;s Updated Technical Terminology
  2176.                                </a>
  2177.                            </h3>
  2178.                            <div class="blog-meta-v3">
  2179.                                
  2180.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2181.                                
  2182.                                <span>By Katie Browning</span>
  2183.                                <span>•</span>
  2184.                                <span>18 Jul 2026</span>
  2185.                            </div>
  2186.                            
  2187.                            <div class="blog-actions-v3">
  2188.                                <div class="blog-read-time-v3">
  2189.                                    <i class="far fa-clock"></i>
  2190.                                    <!-- <span>5 min read</span> -->
  2191.                                </div>
  2192.                                <a href="/overtake-mode-active-aero-decoding-f1s-updated-technical-terminology/"  class="blog-read-more-v3">
  2193.                                    <i class="ti-arrow-right"></i>
  2194.                                </a>
  2195.                            </div>
  2196.                        </div>
  2197.                    </div>
  2198.                    
  2199.                    <div class="blog-card-v3 scroll-reveal span-21">
  2200.                        <div class="blog-image-v3">
  2201.                            
  2202.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2203.                            
  2204.                            <div class="blog-floating-elements">
  2205.                                <div class="floating-dot"></div>
  2206.                                <div class="floating-dot"></div>
  2207.                                <div class="floating-dot"></div>
  2208.                            </div>
  2209.                            <span class="blog-category-v3 bg-primary-gradient">
  2210.                                News
  2211.                            </span>
  2212.                        </div>
  2213.                        <div class="blog-content-v3">
  2214.                            <h3 class="blog-title-v3">
  2215.                                <a href="/rage-against-lamine-real-madrid-celebrate-cl%C3%A1sico-victory-following-provocative-comments/" >
  2216.                                Rage Against Lamine: Real Madrid Celebrate Clásico Victory Following Provocative Comments
  2217.                                </a>
  2218.                            </h3>
  2219.                            <div class="blog-meta-v3">
  2220.                                
  2221.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2222.                                
  2223.                                <span>By Katie Browning</span>
  2224.                                <span>•</span>
  2225.                                <span>18 Jul 2026</span>
  2226.                            </div>
  2227.                            
  2228.                            <div class="blog-actions-v3">
  2229.                                <div class="blog-read-time-v3">
  2230.                                    <i class="far fa-clock"></i>
  2231.                                    <!-- <span>5 min read</span> -->
  2232.                                </div>
  2233.                                <a href="/rage-against-lamine-real-madrid-celebrate-cl%C3%A1sico-victory-following-provocative-comments/"  class="blog-read-more-v3">
  2234.                                    <i class="ti-arrow-right"></i>
  2235.                                </a>
  2236.                            </div>
  2237.                        </div>
  2238.                    </div>
  2239.                    
  2240.                    <div class="blog-card-v3 scroll-reveal span-22">
  2241.                        <div class="blog-image-v3">
  2242.                            
  2243.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2244.                            
  2245.                            <div class="blog-floating-elements">
  2246.                                <div class="floating-dot"></div>
  2247.                                <div class="floating-dot"></div>
  2248.                                <div class="floating-dot"></div>
  2249.                            </div>
  2250.                            <span class="blog-category-v3 bg-primary-gradient">
  2251.                                News
  2252.                            </span>
  2253.                        </div>
  2254.                        <div class="blog-content-v3">
  2255.                            <h3 class="blog-title-v3">
  2256.                                <a href="/lando-norris-secures-first-formula-one-world-title-in-abu-dhabi-despite-max-verstappens-race-win/" >
  2257.                                Lando Norris Secures First Formula One World Title in Abu Dhabi Despite Max Verstappen&#x27;s Race Win.
  2258.                                </a>
  2259.                            </h3>
  2260.                            <div class="blog-meta-v3">
  2261.                                
  2262.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2263.                                
  2264.                                <span>By Katie Browning</span>
  2265.                                <span>•</span>
  2266.                                <span>18 Jul 2026</span>
  2267.                            </div>
  2268.                            
  2269.                            <div class="blog-actions-v3">
  2270.                                <div class="blog-read-time-v3">
  2271.                                    <i class="far fa-clock"></i>
  2272.                                    <!-- <span>5 min read</span> -->
  2273.                                </div>
  2274.                                <a href="/lando-norris-secures-first-formula-one-world-title-in-abu-dhabi-despite-max-verstappens-race-win/"  class="blog-read-more-v3">
  2275.                                    <i class="ti-arrow-right"></i>
  2276.                                </a>
  2277.                            </div>
  2278.                        </div>
  2279.                    </div>
  2280.                    
  2281.                    <div class="blog-card-v3 scroll-reveal span-21">
  2282.                        <div class="blog-image-v3">
  2283.                            
  2284.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2285.                            
  2286.                            <div class="blog-floating-elements">
  2287.                                <div class="floating-dot"></div>
  2288.                                <div class="floating-dot"></div>
  2289.                                <div class="floating-dot"></div>
  2290.                            </div>
  2291.                            <span class="blog-category-v3 bg-primary-gradient">
  2292.                                News
  2293.                            </span>
  2294.                        </div>
  2295.                        <div class="blog-content-v3">
  2296.                            <h3 class="blog-title-v3">
  2297.                                <a href="/im-getting-constant-stick-about-the-series-being-over-prior-to-my-arrival/" >
  2298.                                &#x27;I&#x27;m getting constant stick&#x27; about the series being over prior to my arrival.
  2299.                                </a>
  2300.                            </h3>
  2301.                            <div class="blog-meta-v3">
  2302.                                
  2303.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2304.                                
  2305.                                <span>By Katie Browning</span>
  2306.                                <span>•</span>
  2307.                                <span>18 Jul 2026</span>
  2308.                            </div>
  2309.                            
  2310.                            <div class="blog-actions-v3">
  2311.                                <div class="blog-read-time-v3">
  2312.                                    <i class="far fa-clock"></i>
  2313.                                    <!-- <span>5 min read</span> -->
  2314.                                </div>
  2315.                                <a href="/im-getting-constant-stick-about-the-series-being-over-prior-to-my-arrival/"  class="blog-read-more-v3">
  2316.                                    <i class="ti-arrow-right"></i>
  2317.                                </a>
  2318.                            </div>
  2319.                        </div>
  2320.                    </div>
  2321.                    
  2322.                    <div class="blog-card-v3 scroll-reveal span-22">
  2323.                        <div class="blog-image-v3">
  2324.                            
  2325.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                            
  2327.                            <div class="blog-floating-elements">
  2328.                                <div class="floating-dot"></div>
  2329.                                <div class="floating-dot"></div>
  2330.                                <div class="floating-dot"></div>
  2331.                            </div>
  2332.                            <span class="blog-category-v3 bg-primary-gradient">
  2333.                                News
  2334.                            </span>
  2335.                        </div>
  2336.                        <div class="blog-content-v3">
  2337.                            <h3 class="blog-title-v3">
  2338.                                <a href="/diplomatic-strains-involving-venezuela-rise-following-purported-final-offer-from-president-trump-to-maduro/" >
  2339.                                Diplomatic Strains involving Venezuela Rise Following Purported Final Offer from President Trump to Maduro.
  2340.                                </a>
  2341.                            </h3>
  2342.                            <div class="blog-meta-v3">
  2343.                                
  2344.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2345.                                
  2346.                                <span>By Katie Browning</span>
  2347.                                <span>•</span>
  2348.                                <span>18 Jul 2026</span>
  2349.                            </div>
  2350.                            
  2351.                            <div class="blog-actions-v3">
  2352.                                <div class="blog-read-time-v3">
  2353.                                    <i class="far fa-clock"></i>
  2354.                                    <!-- <span>5 min read</span> -->
  2355.                                </div>
  2356.                                <a href="/diplomatic-strains-involving-venezuela-rise-following-purported-final-offer-from-president-trump-to-maduro/"  class="blog-read-more-v3">
  2357.                                    <i class="ti-arrow-right"></i>
  2358.                                </a>
  2359.                            </div>
  2360.                        </div>
  2361.                    </div>
  2362.                    
  2363.                    <div class="blog-card-v3 scroll-reveal span-21">
  2364.                        <div class="blog-image-v3">
  2365.                            
  2366.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2367.                            
  2368.                            <div class="blog-floating-elements">
  2369.                                <div class="floating-dot"></div>
  2370.                                <div class="floating-dot"></div>
  2371.                                <div class="floating-dot"></div>
  2372.                            </div>
  2373.                            <span class="blog-category-v3 bg-primary-gradient">
  2374.                                News
  2375.                            </span>
  2376.                        </div>
  2377.                        <div class="blog-content-v3">
  2378.                            <h3 class="blog-title-v3">
  2379.                                <a href="/kpop-demon-hunters-star-shares-how-her-personal-path-mirrored-main-characters-story/" >
  2380.                                KPop Demon Hunters Star Shares How Her Personal Path Mirrored Main Character&#x27;s Story
  2381.                                </a>
  2382.                            </h3>
  2383.                            <div class="blog-meta-v3">
  2384.                                
  2385.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2386.                                
  2387.                                <span>By Katie Browning</span>
  2388.                                <span>•</span>
  2389.                                <span>18 Jul 2026</span>
  2390.                            </div>
  2391.                            
  2392.                            <div class="blog-actions-v3">
  2393.                                <div class="blog-read-time-v3">
  2394.                                    <i class="far fa-clock"></i>
  2395.                                    <!-- <span>5 min read</span> -->
  2396.                                </div>
  2397.                                <a href="/kpop-demon-hunters-star-shares-how-her-personal-path-mirrored-main-characters-story/"  class="blog-read-more-v3">
  2398.                                    <i class="ti-arrow-right"></i>
  2399.                                </a>
  2400.                            </div>
  2401.                        </div>
  2402.                    </div>
  2403.                    
  2404.                    <div class="blog-card-v3 scroll-reveal span-22">
  2405.                        <div class="blog-image-v3">
  2406.                            
  2407.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2408.                            
  2409.                            <div class="blog-floating-elements">
  2410.                                <div class="floating-dot"></div>
  2411.                                <div class="floating-dot"></div>
  2412.                                <div class="floating-dot"></div>
  2413.                            </div>
  2414.                            <span class="blog-category-v3 bg-primary-gradient">
  2415.                                News
  2416.                            </span>
  2417.                        </div>
  2418.                        <div class="blog-content-v3">
  2419.                            <h3 class="blog-title-v3">
  2420.                                <a href="/nesers-key-scalps-before-the-aussies-cruise-to-two-zero-ashes-advantage-over-england/" >
  2421.                                Neser&#x27;s Key Scalps Before The Aussies Cruise to Two-Zero Ashes Advantage Over England
  2422.                                </a>
  2423.                            </h3>
  2424.                            <div class="blog-meta-v3">
  2425.                                
  2426.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2427.                                
  2428.                                <span>By Katie Browning</span>
  2429.                                <span>•</span>
  2430.                                <span>17 Jul 2026</span>
  2431.                            </div>
  2432.                            
  2433.                            <div class="blog-actions-v3">
  2434.                                <div class="blog-read-time-v3">
  2435.                                    <i class="far fa-clock"></i>
  2436.                                    <!-- <span>5 min read</span> -->
  2437.                                </div>
  2438.                                <a href="/nesers-key-scalps-before-the-aussies-cruise-to-two-zero-ashes-advantage-over-england/"  class="blog-read-more-v3">
  2439.                                    <i class="ti-arrow-right"></i>
  2440.                                </a>
  2441.                            </div>
  2442.                        </div>
  2443.                    </div>
  2444.                    
  2445.                    <div class="blog-card-v3 scroll-reveal span-21">
  2446.                        <div class="blog-image-v3">
  2447.                            
  2448.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2449.                            
  2450.                            <div class="blog-floating-elements">
  2451.                                <div class="floating-dot"></div>
  2452.                                <div class="floating-dot"></div>
  2453.                                <div class="floating-dot"></div>
  2454.                            </div>
  2455.                            <span class="blog-category-v3 bg-primary-gradient">
  2456.                                News
  2457.                            </span>
  2458.                        </div>
  2459.                        <div class="blog-content-v3">
  2460.                            <h3 class="blog-title-v3">
  2461.                                <a href="/the-former-england-manager-shares-direction-on-youth-development-rather-than-club-management/" >
  2462.                                The former England manager Shares Direction on Youth Development Rather than Club Management
  2463.                                </a>
  2464.                            </h3>
  2465.                            <div class="blog-meta-v3">
  2466.                                
  2467.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2468.                                
  2469.                                <span>By Katie Browning</span>
  2470.                                <span>•</span>
  2471.                                <span>17 Jul 2026</span>
  2472.                            </div>
  2473.                            
  2474.                            <div class="blog-actions-v3">
  2475.                                <div class="blog-read-time-v3">
  2476.                                    <i class="far fa-clock"></i>
  2477.                                    <!-- <span>5 min read</span> -->
  2478.                                </div>
  2479.                                <a href="/the-former-england-manager-shares-direction-on-youth-development-rather-than-club-management/"  class="blog-read-more-v3">
  2480.                                    <i class="ti-arrow-right"></i>
  2481.                                </a>
  2482.                            </div>
  2483.                        </div>
  2484.                    </div>
  2485.                    
  2486.                    <div class="blog-card-v3 scroll-reveal span-22">
  2487.                        <div class="blog-image-v3">
  2488.                            
  2489.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2490.                            
  2491.                            <div class="blog-floating-elements">
  2492.                                <div class="floating-dot"></div>
  2493.                                <div class="floating-dot"></div>
  2494.                                <div class="floating-dot"></div>
  2495.                            </div>
  2496.                            <span class="blog-category-v3 bg-primary-gradient">
  2497.                                News
  2498.                            </span>
  2499.                        </div>
  2500.                        <div class="blog-content-v3">
  2501.                            <h3 class="blog-title-v3">
  2502.                                <a href="/california-is-fully-drought-free-for-the-first-instance-in-a-quarter-century/" >
  2503.                                California is Fully Drought-Free for the First Instance in a Quarter Century.
  2504.                                </a>
  2505.                            </h3>
  2506.                            <div class="blog-meta-v3">
  2507.                                
  2508.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="blog-author-img-v3">
  2509.                                
  2510.                                <span>By Katie Browning</span>
  2511.                                <span>•</span>
  2512.                                <span>17 Jul 2026</span>
  2513.                            </div>
  2514.                            
  2515.                            <div class="blog-actions-v3">
  2516.                                <div class="blog-read-time-v3">
  2517.                                    <i class="far fa-clock"></i>
  2518.                                    <!-- <span>5 min read</span> -->
  2519.                                </div>
  2520.                                <a href="/california-is-fully-drought-free-for-the-first-instance-in-a-quarter-century/"  class="blog-read-more-v3">
  2521.                                    <i class="ti-arrow-right"></i>
  2522.                                </a>
  2523.                            </div>
  2524.                        </div>
  2525.                    </div>
  2526.                    
  2527.                    
  2528.  
  2529.                </div>
  2530.            </div>
  2531.            
  2532.               <div class="col col-lg-4 col-12">
  2533.                
  2534.  
  2535.  
  2536.  
  2537.    
  2538.  
  2539.  
  2540. <!-- Blog Sidebar V2 - Focused Design -->
  2541.  <div class="sidebar mb-3">
  2542.    <!-- Recent Posts Section -->
  2543.    <div class="sidebar-widget mb-5">
  2544.      <div class="widget-title-wrapper mb-3">
  2545.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2546.          <i class="ti-time me-2"></i>Recent Posts
  2547.          <span class="title-arrow-primary"></span>
  2548.        </h4>
  2549.      </div>
  2550.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2551.        <div class="recent-post-list">
  2552.          
  2553.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2554.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2555.                
  2556.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2557.              
  2558.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2559.            </div>
  2560.            <div class="post-content flex-grow-1">
  2561.              <h6 class="post-title mb-2">
  2562.                 <a href="/dak-prescott-leads-dallas-cowboys-past-reeling-commanders-to-kick-off-holiday-triple-header/" class="text-decoration-none top-color fw-semibold lh-sm">
  2563.                                            Dak Prescott Leads Dallas Cowboys Past Reeling Commanders to Kick Off Holiday Triple-Header.
  2564.                                            </a>
  2565.              </h6>
  2566.              <div class="post-meta mb-3">
  2567.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2568.                <!-- <small class="text-muted">
  2569.                  <i class="ti-eye me-1"></i>348 views
  2570.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2571.                </small> -->
  2572.              </div>
  2573.            </div>
  2574.          </div>
  2575.        
  2576.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2577.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2578.                
  2579.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2580.              
  2581.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2582.            </div>
  2583.            <div class="post-content flex-grow-1">
  2584.              <h6 class="post-title mb-2">
  2585.                 <a href="/aggressive-coercive-hegemonic-the-resurgence-of-the-ugly-american/" class="text-decoration-none top-color fw-semibold lh-sm">
  2586.                                            Aggressive, Coercive, Hegemonic: the Resurgence of the Ugly American
  2587.                                            </a>
  2588.              </h6>
  2589.              <div class="post-meta mb-3">
  2590.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2591.                <!-- <small class="text-muted">
  2592.                  <i class="ti-eye me-1"></i>348 views
  2593.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2594.                </small> -->
  2595.              </div>
  2596.            </div>
  2597.          </div>
  2598.        
  2599.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2600.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2601.                
  2602.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2603.              
  2604.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2605.            </div>
  2606.            <div class="post-content flex-grow-1">
  2607.              <h6 class="post-title mb-2">
  2608.                 <a href="/english-premier-league-news-roundup-cole-palmer-ready-for-the-blues-comeback-idrissa-gueyes-unsuccessful-appeal-mystery/" class="text-decoration-none top-color fw-semibold lh-sm">
  2609.                                            English Premier League News Roundup: Cole Palmer Ready for The Blues Comeback; Idrissa Gueye&#x27;s Unsuccessful Appeal Mystery
  2610.                                            </a>
  2611.              </h6>
  2612.              <div class="post-meta mb-3">
  2613.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2614.                <!-- <small class="text-muted">
  2615.                  <i class="ti-eye me-1"></i>348 views
  2616.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2617.                </small> -->
  2618.              </div>
  2619.            </div>
  2620.          </div>
  2621.        
  2622.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2623.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2624.                
  2625.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2626.              
  2627.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2628.            </div>
  2629.            <div class="post-content flex-grow-1">
  2630.              <h6 class="post-title mb-2">
  2631.                 <a href="/two-victims-named-in-the-ivy-league-school-attack-as-police-continue-search-for-gunman/" class="text-decoration-none top-color fw-semibold lh-sm">
  2632.                                            Two Victims Named in the Ivy League School Attack as Police Continue Search for Gunman.
  2633.                                            </a>
  2634.              </h6>
  2635.              <div class="post-meta mb-3">
  2636.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2637.                <!-- <small class="text-muted">
  2638.                  <i class="ti-eye me-1"></i>348 views
  2639.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2640.                </small> -->
  2641.              </div>
  2642.            </div>
  2643.          </div>
  2644.        
  2645.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2646.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2647.                
  2648.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2649.              
  2650.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2651.            </div>
  2652.            <div class="post-content flex-grow-1">
  2653.              <h6 class="post-title mb-2">
  2654.                 <a href="/2025s-premier-horror-feature-comes-back-to-imax-just-in-time-for-october-festivities/" class="text-decoration-none top-color fw-semibold lh-sm">
  2655.                                            2025&#x27;s Premier Horror Feature Comes Back to IMAX Just in Time for October Festivities
  2656.                                            </a>
  2657.              </h6>
  2658.              <div class="post-meta mb-3">
  2659.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2660.                <!-- <small class="text-muted">
  2661.                  <i class="ti-eye me-1"></i>348 views
  2662.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2663.                </small> -->
  2664.              </div>
  2665.            </div>
  2666.          </div>
  2667.        
  2668.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2669.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2670.                
  2671.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2672.              
  2673.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2674.            </div>
  2675.            <div class="post-content flex-grow-1">
  2676.              <h6 class="post-title mb-2">
  2677.                 <a href="/holocaust-victims-call-on-nigel-farage-to-say-sorry-over-claimed-antisemitic-comments/" class="text-decoration-none top-color fw-semibold lh-sm">
  2678.                                            Holocaust Victims Call On Nigel Farage to Say Sorry Over Claimed Antisemitic Comments.
  2679.                                            </a>
  2680.              </h6>
  2681.              <div class="post-meta mb-3">
  2682.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 Jul 2026</small>
  2683.                <!-- <small class="text-muted">
  2684.                  <i class="ti-eye me-1"></i>348 views
  2685.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2686.                </small> -->
  2687.              </div>
  2688.            </div>
  2689.          </div>
  2690.        
  2691.        </div>
  2692.  
  2693.        <div class="text-center mt-4 pt-3 border-top border-light">
  2694.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2695.        </div>
  2696.      </div>
  2697.    </div>
  2698.  
  2699.    
  2700.    <div class="sidebar-widget mb-4">
  2701.      <div class="widget-title-wrapper mb-3">
  2702.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2703.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2704.          <span class="title-arrow"></span>
  2705.        </h4>
  2706.      </div>
  2707.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2708.        <div class="blog-roll-list scrollable-sidebar">
  2709.          
  2710.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.            <a href="https://www.stitcherstudios.com/vpn-casinos" class="text-decoration-none " rel="dofollow">
  2712.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.                <i class="ti-angle-right me-2 text-primary"></i>
  2714.                vpn online casino
  2715.              </h6>
  2716.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2717.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2718.              </div> -->
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://fishduck.com/crypto-casinos/" class="text-decoration-none " rel="dofollow">
  2724.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                crypto casinos
  2727.              </h6>
  2728.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2729.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2730.              </div> -->
  2731.            </a>
  2732.          </div>
  2733.          
  2734.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.            <a href="https://www.cardplayer.com/online-casinos/sweepstakes-casinos" class="text-decoration-none " rel="dofollow">
  2736.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.                <i class="ti-angle-right me-2 text-primary"></i>
  2738.                social casino
  2739.              </h6>
  2740.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2741.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2742.              </div> -->
  2743.            </a>
  2744.          </div>
  2745.          
  2746.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.            <a href="https://stateofthestates.org/" class="text-decoration-none " rel="dofollow">
  2748.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.                <i class="ti-angle-right me-2 text-primary"></i>
  2750.                offshore sports betting
  2751.              </h6>
  2752.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.              </div> -->
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://www.cardplayer.com/online-casinos" class="text-decoration-none " rel="dofollow">
  2760.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                best online casino
  2763.              </h6>
  2764.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2765.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2766.              </div> -->
  2767.            </a>
  2768.          </div>
  2769.          
  2770.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2771.            <a href="https://gamingamerica.com/online-casinos/slots" class="text-decoration-none " rel="dofollow">
  2772.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2773.                <i class="ti-angle-right me-2 text-primary"></i>
  2774.                top online slots
  2775.              </h6>
  2776.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2777.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2778.              </div> -->
  2779.            </a>
  2780.          </div>
  2781.          
  2782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.            <a href="https://burgerrecords.com/" class="text-decoration-none " rel="dofollow">
  2784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.                <i class="ti-angle-right me-2 text-primary"></i>
  2786.                list of sweepstakes casinos
  2787.              </h6>
  2788.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2789.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2790.              </div> -->
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://coinpoker.com/" class="text-decoration-none " rel="dofollow">
  2796.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                online poker
  2799.              </h6>
  2800.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2801.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2802.              </div> -->
  2803.            </a>
  2804.          </div>
  2805.          
  2806.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2807.            <a href="https://mppdistribution.com/" class="text-decoration-none " rel="dofollow">
  2808.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2809.                <i class="ti-angle-right me-2 text-primary"></i>
  2810.                mi online casino
  2811.              </h6>
  2812.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2813.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2814.              </div> -->
  2815.            </a>
  2816.          </div>
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://10000ft.com/" class="text-decoration-none " rel="dofollow">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                offshore casinos
  2823.              </h6>
  2824.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2825.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2826.              </div> -->
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://smartfootball.com/" class="text-decoration-none " rel="dofollow">
  2832.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.                <i class="ti-angle-right me-2 text-primary"></i>
  2834.                betting sites
  2835.              </h6>
  2836.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2837.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2838.              </div> -->
  2839.            </a>
  2840.          </div>
  2841.          
  2842.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.            <a href="https://www.trybento.co/" class="text-decoration-none " rel="dofollow">
  2844.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.                <i class="ti-angle-right me-2 text-primary"></i>
  2846.                best crypto casinos
  2847.              </h6>
  2848.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.              </div> -->
  2851.            </a>
  2852.          </div>
  2853.          
  2854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.            <a href="https://www.eatsa.com/" class="text-decoration-none " rel="dofollow">
  2856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.                <i class="ti-angle-right me-2 text-primary"></i>
  2858.                bitcoin casinos
  2859.              </h6>
  2860.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2861.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2862.              </div> -->
  2863.            </a>
  2864.          </div>
  2865.          
  2866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.            <a href="https://futurem.org/" class="text-decoration-none " rel="dofollow">
  2868.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.                <i class="ti-angle-right me-2 text-primary"></i>
  2870.                crypto casinos
  2871.              </h6>
  2872.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2873.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2874.              </div> -->
  2875.            </a>
  2876.          </div>
  2877.          
  2878.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2879.            <a href="https://www.wevorce.com/" class="text-decoration-none " rel="dofollow">
  2880.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2881.                <i class="ti-angle-right me-2 text-primary"></i>
  2882.                sweepstakes casinos
  2883.              </h6>
  2884.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2885.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2886.              </div> -->
  2887.            </a>
  2888.          </div>
  2889.          
  2890.  
  2891.        </div>
  2892. <!--
  2893.        <div class="text-center mt-4 pt-3 border-top border-light">
  2894.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2895.        </div> -->
  2896.      </div>
  2897.    </div>
  2898.    
  2899.    <div class="sidebar-widget mb-4">
  2900.      <div class="widget-title-wrapper mb-3">
  2901.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2902.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2903.          <span class="title-arrow"></span>
  2904.        </h4>
  2905.      </div>
  2906.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2907.        <div class="blog-roll-list scrollable-sidebar">
  2908.          
  2909.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2910.            <a href="https://www.brianfagan.com/" class="text-decoration-none " rel="dofollow">
  2911.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2912.                <i class="ti-angle-right me-2 text-primary"></i>
  2913.                sweepstakes casino
  2914.              </h6>
  2915.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2916.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2917.              </div> -->
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://idesignarch.com/" class="text-decoration-none " rel="dofollow">
  2923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                sweeps casinos
  2926.              </h6>
  2927.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2928.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2929.              </div> -->
  2930.            </a>
  2931.          </div>
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://www.brianfagan.com/" class="text-decoration-none " rel="dofollow">
  2935.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                online sweepstakes casinos
  2938.              </h6>
  2939.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2940.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2941.              </div> -->
  2942.            </a>
  2943.          </div>
  2944.          
  2945.  
  2946.        </div>
  2947. <!--
  2948.        <div class="text-center mt-4 pt-3 border-top border-light">
  2949.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2950.        </div> -->
  2951.      </div>
  2952.    </div>
  2953.    
  2954.    <div class="sidebar-widget mb-4">
  2955.      <div class="widget-title-wrapper mb-3">
  2956.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2957.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2958.          <span class="title-arrow"></span>
  2959.        </h4>
  2960.      </div>
  2961.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2962.        <div class="blog-roll-list scrollable-sidebar">
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://www.decktowel.com/" class="text-decoration-none " rel="dofollow">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                best bitcoin casinos
  2969.              </h6>
  2970.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2971.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2972.              </div> -->
  2973.            </a>
  2974.          </div>
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://leyendabk.com/" class="text-decoration-none " rel="dofollow">
  2978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                best online casinos
  2981.              </h6>
  2982.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.              </div> -->
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://www.tikkun.org/" class="text-decoration-none " rel="dofollow">
  2990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                casino real money
  2993.              </h6>
  2994.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.              </div> -->
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://www.gonorthwest.com/" class="text-decoration-none " rel="dofollow">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                list of sweepstakes casinos
  3005.              </h6>
  3006.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.              </div> -->
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.bagatellesttropez.com/" class="text-decoration-none " rel="dofollow">
  3014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                mobile casinos
  3017.              </h6>
  3018.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.              </div> -->
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://shakr.com/" class="text-decoration-none " rel="dofollow">
  3026.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                sweeps coins casino
  3029.              </h6>
  3030.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3031.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3032.              </div> -->
  3033.            </a>
  3034.          </div>
  3035.          
  3036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.            <a href="https://barefootspas.com/" class="text-decoration-none " rel="dofollow">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                list of sweepstakes casinos
  3041.              </h6>
  3042.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3043.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3044.              </div> -->
  3045.            </a>
  3046.          </div>
  3047.          
  3048.  
  3049.        </div>
  3050. <!--
  3051.        <div class="text-center mt-4 pt-3 border-top border-light">
  3052.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3053.        </div> -->
  3054.      </div>
  3055.    </div>
  3056.    
  3057.    <div class="sidebar-widget mb-4">
  3058.      <div class="widget-title-wrapper mb-3">
  3059.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3060.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3061.          <span class="title-arrow"></span>
  3062.        </h4>
  3063.      </div>
  3064.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3065.        <div class="blog-roll-list scrollable-sidebar">
  3066.          
  3067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3068.            <a href="https://www.gamblinginsider.com/us/online-casinos" class="text-decoration-none " rel="dofollow">
  3069.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3070.                <i class="ti-angle-right me-2 text-primary"></i>
  3071.                US online casinos
  3072.              </h6>
  3073.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3074.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3075.              </div> -->
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://www.handsupunited.org/" class="text-decoration-none " rel="dofollow">
  3081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                offshore betting sites
  3084.              </h6>
  3085.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3086.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3087.              </div> -->
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://casinobeats.com/online-casinos/bonuses/" class="text-decoration-none " rel="dofollow">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                online casino bonus
  3096.              </h6>
  3097.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3098.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3099.              </div> -->
  3100.            </a>
  3101.          </div>
  3102.          
  3103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3104.            <a href="https://dripkit.coffee/" class="text-decoration-none " rel="dofollow">
  3105.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                online casino
  3108.              </h6>
  3109.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3110.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3111.              </div> -->
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://gamebirdsclothing.co.uk" class="text-decoration-none " rel="dofollow">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                top non uk gambling sites for real money
  3120.              </h6>
  3121.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3122.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3123.              </div> -->
  3124.            </a>
  3125.          </div>
  3126.          
  3127.  
  3128.        </div>
  3129. <!--
  3130.        <div class="text-center mt-4 pt-3 border-top border-light">
  3131.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3132.        </div> -->
  3133.      </div>
  3134.    </div>
  3135.    
  3136.    <div class="sidebar-widget mb-4">
  3137.      <div class="widget-title-wrapper mb-3">
  3138.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3139.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3140.          <span class="title-arrow"></span>
  3141.        </h4>
  3142.      </div>
  3143.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3144.        <div class="blog-roll-list scrollable-sidebar">
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://www.americancatholic.org/" class="text-decoration-none " rel="dofollow">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                online casino canada
  3151.              </h6>
  3152.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3153.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3154.              </div> -->
  3155.            </a>
  3156.          </div>
  3157.          
  3158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.            <a href="https://yaysweepstakes.com/" class="text-decoration-none " rel="dofollow">
  3160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3161.                <i class="ti-angle-right me-2 text-primary"></i>
  3162.                sweepstakes casinos
  3163.              </h6>
  3164.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3165.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3166.              </div> -->
  3167.            </a>
  3168.          </div>
  3169.          
  3170.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3171.            <a href="https://kinetabio.com/" class="text-decoration-none " rel="dofollow">
  3172.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3173.                <i class="ti-angle-right me-2 text-primary"></i>
  3174.                sweeps coins casino
  3175.              </h6>
  3176.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3177.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3178.              </div> -->
  3179.            </a>
  3180.          </div>
  3181.          
  3182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.            <a href="https://www.best-job-interview.com/" class="text-decoration-none " rel="dofollow">
  3184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.                <i class="ti-angle-right me-2 text-primary"></i>
  3186.                online poker real money
  3187.              </h6>
  3188.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3189.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3190.              </div> -->
  3191.            </a>
  3192.          </div>
  3193.          
  3194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.            <a href="https://www.cardplayer.com/betting/best-offshore-sportsbooks" class="text-decoration-none " rel="dofollow">
  3196.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3197.                <i class="ti-angle-right me-2 text-primary"></i>
  3198.                offshore sportsbooks
  3199.              </h6>
  3200.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3201.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3202.              </div> -->
  3203.            </a>
  3204.          </div>
  3205.          
  3206.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3207.            <a href="https://www.test2treat.org/" class="text-decoration-none " rel="dofollow">
  3208.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3209.                <i class="ti-angle-right me-2 text-primary"></i>
  3210.                march madness betting sites
  3211.              </h6>
  3212.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3213.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3214.              </div> -->
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://www.cardplayer.com/online-casinos" class="text-decoration-none " rel="dofollow">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                online casino
  3223.              </h6>
  3224.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3225.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3226.              </div> -->
  3227.            </a>
  3228.          </div>
  3229.          
  3230.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3231.            <a href="https://www.ravenszone.net/" class="text-decoration-none " rel="dofollow">
  3232.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3233.                <i class="ti-angle-right me-2 text-primary"></i>
  3234.                anonymous bitcoin casinos
  3235.              </h6>
  3236.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3237.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3238.              </div> -->
  3239.            </a>
  3240.          </div>
  3241.          
  3242.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3243.            <a href="https://maineanencyclopedia.com/" class="text-decoration-none " rel="dofollow">
  3244.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3245.                <i class="ti-angle-right me-2 text-primary"></i>
  3246.                crypto casinos
  3247.              </h6>
  3248.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3249.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3250.              </div> -->
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://www.gulfquest.org/" class="text-decoration-none " rel="dofollow">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                bitcoin casino
  3259.              </h6>
  3260.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3261.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3262.              </div> -->
  3263.            </a>
  3264.          </div>
  3265.          
  3266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3267.            <a href="https://www.ginx.tv/en/casino" class="text-decoration-none " rel="dofollow">
  3268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3269.                <i class="ti-angle-right me-2 text-primary"></i>
  3270.                real money online casino
  3271.              </h6>
  3272.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3273.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3274.              </div> -->
  3275.            </a>
  3276.          </div>
  3277.          
  3278.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3279.            <a href="https://www.studiozstpaul.com/" class="text-decoration-none " rel="dofollow">
  3280.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3281.                <i class="ti-angle-right me-2 text-primary"></i>
  3282.                minnesota online casino
  3283.              </h6>
  3284.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3285.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3286.              </div> -->
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://pay-equity.org/" class="text-decoration-none " rel="dofollow">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                online casino
  3295.              </h6>
  3296.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3297.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3298.              </div> -->
  3299.            </a>
  3300.          </div>
  3301.          
  3302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.            <a href="https://digitalstage.net/" class="text-decoration-none " rel="dofollow">
  3304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3305.                <i class="ti-angle-right me-2 text-primary"></i>
  3306.                no kyc casinos
  3307.              </h6>
  3308.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3309.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3310.              </div> -->
  3311.            </a>
  3312.          </div>
  3313.          
  3314.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3315.            <a href="https://gamingamerica.com/online-casinos/sweepstakes/" class="text-decoration-none " rel="dofollow">
  3316.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3317.                <i class="ti-angle-right me-2 text-primary"></i>
  3318.                sweeps casinos
  3319.              </h6>
  3320.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3321.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3322.              </div> -->
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://theemeraldcup.com/" class="text-decoration-none " rel="dofollow">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                online slots real money
  3331.              </h6>
  3332.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3333.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3334.              </div> -->
  3335.            </a>
  3336.          </div>
  3337.          
  3338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.            <a href="https://theuijunkie.com/" class="text-decoration-none " rel="dofollow">
  3340.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3341.                <i class="ti-angle-right me-2 text-primary"></i>
  3342.                online slots
  3343.              </h6>
  3344.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3345.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3346.              </div> -->
  3347.            </a>
  3348.          </div>
  3349.          
  3350.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3351.            <a href="https://rumbatime.com/" class="text-decoration-none " rel="dofollow">
  3352.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3353.                <i class="ti-angle-right me-2 text-primary"></i>
  3354.                best online casino
  3355.              </h6>
  3356.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3357.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3358.              </div> -->
  3359.            </a>
  3360.          </div>
  3361.          
  3362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.            <a href="https://www.berkeleywellness.com/" class="text-decoration-none " rel="dofollow">
  3364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.                <i class="ti-angle-right me-2 text-primary"></i>
  3366.                online casino
  3367.              </h6>
  3368.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3369.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3370.              </div> -->
  3371.            </a>
  3372.          </div>
  3373.          
  3374.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3375.            <a href="https://www.nysportsday.com/sports-betting/bonus/" class="text-decoration-none " rel="dofollow">
  3376.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3377.                <i class="ti-angle-right me-2 text-primary"></i>
  3378.                best ny sportsbook promos
  3379.              </h6>
  3380.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3381.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3382.              </div> -->
  3383.            </a>
  3384.          </div>
  3385.          
  3386.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3387.            <a href="https://gamblingindustrynews.com/crypto-casinos/" class="text-decoration-none " rel="dofollow">
  3388.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3389.                <i class="ti-angle-right me-2 text-primary"></i>
  3390.                crypto casino
  3391.              </h6>
  3392.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3393.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3394.              </div> -->
  3395.            </a>
  3396.          </div>
  3397.          
  3398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3399.            <a href="https://www.end-violence.org/" class="text-decoration-none " rel="dofollow">
  3400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3401.                <i class="ti-angle-right me-2 text-primary"></i>
  3402.                sports betting
  3403.              </h6>
  3404.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3405.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3406.              </div> -->
  3407.            </a>
  3408.          </div>
  3409.          
  3410.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3411.            <a href="https://awaare.org/" class="text-decoration-none " rel="dofollow">
  3412.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3413.                <i class="ti-angle-right me-2 text-primary"></i>
  3414.                best online poker sites
  3415.              </h6>
  3416.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3417.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3418.              </div> -->
  3419.            </a>
  3420.          </div>
  3421.          
  3422.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3423.            <a href="https://gamingamerica.com/online-casinos/credit-card" class="text-decoration-none " rel="dofollow">
  3424.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3425.                <i class="ti-angle-right me-2 text-primary"></i>
  3426.                best credit card casino
  3427.              </h6>
  3428.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3429.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3430.              </div> -->
  3431.            </a>
  3432.          </div>
  3433.          
  3434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3435.            <a href="https://www.eatfarewell.com/" class="text-decoration-none " rel="dofollow">
  3436.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3437.                <i class="ti-angle-right me-2 text-primary"></i>
  3438.                no kyc crypto casinos
  3439.              </h6>
  3440.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3441.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3442.              </div> -->
  3443.            </a>
  3444.          </div>
  3445.          
  3446.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3447.            <a href="https://macphersonspub.com/" class="text-decoration-none " rel="dofollow">
  3448.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3449.                <i class="ti-angle-right me-2 text-primary"></i>
  3450.                instant withdrawal casino
  3451.              </h6>
  3452.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3453.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3454.              </div> -->
  3455.            </a>
  3456.          </div>
  3457.          
  3458.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3459.            <a href="https://www.test2treat.org/" class="text-decoration-none " rel="dofollow">
  3460.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3461.                <i class="ti-angle-right me-2 text-primary"></i>
  3462.                march madness betting promos
  3463.              </h6>
  3464.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3465.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3466.              </div> -->
  3467.            </a>
  3468.          </div>
  3469.          
  3470.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3471.            <a href="https://casinobeats.com/online-casinos/" class="text-decoration-none " rel="dofollow">
  3472.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3473.                <i class="ti-angle-right me-2 text-primary"></i>
  3474.                top online casinos
  3475.              </h6>
  3476.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3477.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3478.              </div> -->
  3479.            </a>
  3480.          </div>
  3481.          
  3482.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3483.            <a href="https://www.ginx.tv/en/casino/bonuses" class="text-decoration-none " rel="dofollow">
  3484.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3485.                <i class="ti-angle-right me-2 text-primary"></i>
  3486.                casino bonus
  3487.              </h6>
  3488.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3489.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3490.              </div> -->
  3491.            </a>
  3492.          </div>
  3493.          
  3494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3495.            <a href="https://www.berkeleywellness.com/" class="text-decoration-none " rel="dofollow">
  3496.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3497.                <i class="ti-angle-right me-2 text-primary"></i>
  3498.                online casino real money
  3499.              </h6>
  3500.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3501.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3502.              </div> -->
  3503.            </a>
  3504.          </div>
  3505.          
  3506.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3507.            <a href="https://collectvox.com/" class="text-decoration-none " rel="dofollow">
  3508.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3509.                <i class="ti-angle-right me-2 text-primary"></i>
  3510.                bitcoin casinos
  3511.              </h6>
  3512.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3513.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3514.              </div> -->
  3515.            </a>
  3516.          </div>
  3517.          
  3518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3519.            <a href="https://www.thediscerningbrute.com/" class="text-decoration-none " rel="dofollow">
  3520.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3521.                <i class="ti-angle-right me-2 text-primary"></i>
  3522.                real money slots
  3523.              </h6>
  3524.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3525.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3526.              </div> -->
  3527.            </a>
  3528.          </div>
  3529.          
  3530.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3531.            <a href="https://www.sportscasting.com/casino/fastest-payout/" class="text-decoration-none " rel="dofollow">
  3532.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3533.                <i class="ti-angle-right me-2 text-primary"></i>
  3534.                fast withdrawal casinos
  3535.              </h6>
  3536.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3537.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3538.              </div> -->
  3539.            </a>
  3540.          </div>
  3541.          
  3542.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3543.            <a href="https://www.filo.co/" class="text-decoration-none " rel="dofollow">
  3544.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3545.                <i class="ti-angle-right me-2 text-primary"></i>
  3546.                no kyc casinos
  3547.              </h6>
  3548.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3549.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3550.              </div> -->
  3551.            </a>
  3552.          </div>
  3553.          
  3554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3555.            <a href="https://liveoutlaw.com/" class="text-decoration-none " rel="dofollow">
  3556.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3557.                <i class="ti-angle-right me-2 text-primary"></i>
  3558.                online casinos
  3559.              </h6>
  3560.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3561.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3562.              </div> -->
  3563.            </a>
  3564.          </div>
  3565.          
  3566.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3567.            <a href="https://wpcrux.com/" class="text-decoration-none " rel="dofollow">
  3568.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3569.                <i class="ti-angle-right me-2 text-primary"></i>
  3570.                no kyc crypto casinos
  3571.              </h6>
  3572.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3573.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3574.              </div> -->
  3575.            </a>
  3576.          </div>
  3577.          
  3578.  
  3579.        </div>
  3580. <!--
  3581.        <div class="text-center mt-4 pt-3 border-top border-light">
  3582.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3583.        </div> -->
  3584.      </div>
  3585.    </div>
  3586.    
  3587.    <div class="sidebar-widget mb-4">
  3588.      <div class="widget-title-wrapper mb-3">
  3589.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3590.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3591.          <span class="title-arrow"></span>
  3592.        </h4>
  3593.      </div>
  3594.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3595.        <div class="blog-roll-list scrollable-sidebar">
  3596.          
  3597.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3598.            <a href="https://diverseabilitymagazine.com/" class="text-decoration-none " rel="dofollow">
  3599.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3600.                <i class="ti-angle-right me-2 text-primary"></i>
  3601.                list of sweepstakes casinos
  3602.              </h6>
  3603.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3604.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3605.              </div> -->
  3606.            </a>
  3607.          </div>
  3608.          
  3609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3610.            <a href="https://hivenyc.org/" class="text-decoration-none " rel="dofollow">
  3611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3612.                <i class="ti-angle-right me-2 text-primary"></i>
  3613.                real money slots
  3614.              </h6>
  3615.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3616.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3617.              </div> -->
  3618.            </a>
  3619.          </div>
  3620.          
  3621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3622.            <a href="https://liveoutlaw.com/" class="text-decoration-none " rel="dofollow">
  3623.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3624.                <i class="ti-angle-right me-2 text-primary"></i>
  3625.                best online casinos
  3626.              </h6>
  3627.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3628.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3629.              </div> -->
  3630.            </a>
  3631.          </div>
  3632.          
  3633.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3634.            <a href="https://www.ginx.tv/en/betting/offshore-sportsbooks" class="text-decoration-none " rel="dofollow">
  3635.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3636.                <i class="ti-angle-right me-2 text-primary"></i>
  3637.                offshore betting
  3638.              </h6>
  3639.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3640.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3641.              </div> -->
  3642.            </a>
  3643.          </div>
  3644.          
  3645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3646.            <a href="https://www.funai.us/" class="text-decoration-none " rel="dofollow">
  3647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3648.                <i class="ti-angle-right me-2 text-primary"></i>
  3649.                best online poker sites
  3650.              </h6>
  3651.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3652.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3653.              </div> -->
  3654.            </a>
  3655.          </div>
  3656.          
  3657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3658.            <a href="https://www.airplanetips.com/" class="text-decoration-none " rel="dofollow">
  3659.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3660.                <i class="ti-angle-right me-2 text-primary"></i>
  3661.                fast payout casino
  3662.              </h6>
  3663.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3664.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3665.              </div> -->
  3666.            </a>
  3667.          </div>
  3668.          
  3669.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3670.            <a href="https://augustafreepress.com/casino/best-real-money-casino-apps/" class="text-decoration-none " rel="dofollow">
  3671.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3672.                <i class="ti-angle-right me-2 text-primary"></i>
  3673.                casino apps
  3674.              </h6>
  3675.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3676.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3677.              </div> -->
  3678.            </a>
  3679.          </div>
  3680.          
  3681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3682.            <a href="https://www.ampersandla.com/" class="text-decoration-none " rel="dofollow">
  3683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3684.                <i class="ti-angle-right me-2 text-primary"></i>
  3685.                fast payout casino
  3686.              </h6>
  3687.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3688.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3689.              </div> -->
  3690.            </a>
  3691.          </div>
  3692.          
  3693.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3694.            <a href="https://caretransitions.org/" class="text-decoration-none " rel="dofollow">
  3695.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3696.                <i class="ti-angle-right me-2 text-primary"></i>
  3697.                usdt casino
  3698.              </h6>
  3699.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3700.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3701.              </div> -->
  3702.            </a>
  3703.          </div>
  3704.          
  3705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3706.            <a href="https://www.sylo.io/" class="text-decoration-none " rel="dofollow">
  3707.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3708.                <i class="ti-angle-right me-2 text-primary"></i>
  3709.                crypto casino
  3710.              </h6>
  3711.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3712.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3713.              </div> -->
  3714.            </a>
  3715.          </div>
  3716.          
  3717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3718.            <a href="https://kindnesscollective.com/" class="text-decoration-none " rel="dofollow">
  3719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3720.                <i class="ti-angle-right me-2 text-primary"></i>
  3721.                casino online
  3722.              </h6>
  3723.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3724.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3725.              </div> -->
  3726.            </a>
  3727.          </div>
  3728.          
  3729.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3730.            <a href="https://visitmacysusa.com/" class="text-decoration-none " rel="dofollow">
  3731.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3732.                <i class="ti-angle-right me-2 text-primary"></i>
  3733.                instant withdrawal casinos
  3734.              </h6>
  3735.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3736.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3737.              </div> -->
  3738.            </a>
  3739.          </div>
  3740.          
  3741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3742.            <a href="https://www.end-violence.org/" class="text-decoration-none " rel="dofollow">
  3743.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3744.                <i class="ti-angle-right me-2 text-primary"></i>
  3745.                sports betting apps
  3746.              </h6>
  3747.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3748.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3749.              </div> -->
  3750.            </a>
  3751.          </div>
  3752.          
  3753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3754.            <a href="https://newgroundmag.com/" class="text-decoration-none " rel="dofollow">
  3755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3756.                <i class="ti-angle-right me-2 text-primary"></i>
  3757.                betting sites
  3758.              </h6>
  3759.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3760.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3761.              </div> -->
  3762.            </a>
  3763.          </div>
  3764.          
  3765.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3766.            <a href="https://www.ogfj.com/" class="text-decoration-none " rel="dofollow">
  3767.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3768.                <i class="ti-angle-right me-2 text-primary"></i>
  3769.                online casinos
  3770.              </h6>
  3771.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3772.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3773.              </div> -->
  3774.            </a>
  3775.          </div>
  3776.          
  3777.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3778.            <a href="https://vanderpumppets.com/" class="text-decoration-none " rel="dofollow">
  3779.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3780.                <i class="ti-angle-right me-2 text-primary"></i>
  3781.                sweeps coins casino
  3782.              </h6>
  3783.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3784.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3785.              </div> -->
  3786.            </a>
  3787.          </div>
  3788.          
  3789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3790.            <a href="https://www.fortcollinsbrewery.com/" class="text-decoration-none " rel="dofollow">
  3791.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3792.                <i class="ti-angle-right me-2 text-primary"></i>
  3793.                super bowl betting apps
  3794.              </h6>
  3795.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3796.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3797.              </div> -->
  3798.            </a>
  3799.          </div>
  3800.          
  3801.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3802.            <a href="https://readwrite.com/gambling/poker/" class="text-decoration-none " rel="dofollow">
  3803.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3804.                <i class="ti-angle-right me-2 text-primary"></i>
  3805.                online poker
  3806.              </h6>
  3807.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3808.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3809.              </div> -->
  3810.            </a>
  3811.          </div>
  3812.          
  3813.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3814.            <a href="https://esportsarena.com/" class="text-decoration-none " rel="dofollow">
  3815.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3816.                <i class="ti-angle-right me-2 text-primary"></i>
  3817.                offshore online sportsbooks
  3818.              </h6>
  3819.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3820.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3821.              </div> -->
  3822.            </a>
  3823.          </div>
  3824.          
  3825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3826.            <a href="https://piperlibraryfiles.com/" class="text-decoration-none " rel="dofollow">
  3827.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3828.                <i class="ti-angle-right me-2 text-primary"></i>
  3829.                free online poker
  3830.              </h6>
  3831.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3832.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3833.              </div> -->
  3834.            </a>
  3835.          </div>
  3836.          
  3837.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3838.            <a href="https://www.sportscasting.com/betting/crypto/" class="text-decoration-none " rel="dofollow">
  3839.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3840.                <i class="ti-angle-right me-2 text-primary"></i>
  3841.                betting sites that accept bitcoin
  3842.              </h6>
  3843.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3844.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3845.              </div> -->
  3846.            </a>
  3847.          </div>
  3848.          
  3849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3850.            <a href="https://gamingamerica.com/betting-sites/apps" class="text-decoration-none " rel="dofollow">
  3851.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3852.                <i class="ti-angle-right me-2 text-primary"></i>
  3853.                best betting app
  3854.              </h6>
  3855.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3856.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3857.              </div> -->
  3858.            </a>
  3859.          </div>
  3860.          
  3861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3862.            <a href="https://www.showplaceicon.com/" class="text-decoration-none " rel="dofollow">
  3863.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3864.                <i class="ti-angle-right me-2 text-primary"></i>
  3865.                list of sweepstakes casinos
  3866.              </h6>
  3867.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3868.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3869.              </div> -->
  3870.            </a>
  3871.          </div>
  3872.          
  3873.  
  3874.        </div>
  3875. <!--
  3876.        <div class="text-center mt-4 pt-3 border-top border-light">
  3877.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3878.        </div> -->
  3879.      </div>
  3880.    </div>
  3881.    
  3882.    <div class="sidebar-widget mb-4">
  3883.      <div class="widget-title-wrapper mb-3">
  3884.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3885.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3886.          <span class="title-arrow"></span>
  3887.        </h4>
  3888.      </div>
  3889.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3890.        <div class="blog-roll-list scrollable-sidebar">
  3891.          
  3892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3893.            <a href="https://www.powentertainment.com/" class="text-decoration-none " rel="dofollow">
  3894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3895.                <i class="ti-angle-right me-2 text-primary"></i>
  3896.                offshore casino online
  3897.              </h6>
  3898.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3899.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3900.              </div> -->
  3901.            </a>
  3902.          </div>
  3903.          
  3904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3905.            <a href="https://leadmonk.io/" class="text-decoration-none " rel="dofollow">
  3906.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3907.                <i class="ti-angle-right me-2 text-primary"></i>
  3908.                crypto casino
  3909.              </h6>
  3910.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3911.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3912.              </div> -->
  3913.            </a>
  3914.          </div>
  3915.          
  3916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3917.            <a href="https://www.tastynalder.com/" class="text-decoration-none " rel="dofollow">
  3918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3919.                <i class="ti-angle-right me-2 text-primary"></i>
  3920.                No KYC Crypto Casinos
  3921.              </h6>
  3922.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3923.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3924.              </div> -->
  3925.            </a>
  3926.          </div>
  3927.          
  3928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3929.            <a href="https://www.gameshub.com/online-casino/california/" class="text-decoration-none " rel="dofollow">
  3930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3931.                <i class="ti-angle-right me-2 text-primary"></i>
  3932.                online casino california
  3933.              </h6>
  3934.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3935.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3936.              </div> -->
  3937.            </a>
  3938.          </div>
  3939.          
  3940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3941.            <a href="https://www.globalwaters.org/" class="text-decoration-none " rel="dofollow">
  3942.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3943.                <i class="ti-angle-right me-2 text-primary"></i>
  3944.                casino app
  3945.              </h6>
  3946.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3947.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3948.              </div> -->
  3949.            </a>
  3950.          </div>
  3951.          
  3952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3953.            <a href="https://www.videogamer.com/casino/online-casinos/" class="text-decoration-none " rel="dofollow">
  3954.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3955.                <i class="ti-angle-right me-2 text-primary"></i>
  3956.                online casinos
  3957.              </h6>
  3958.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3959.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3960.              </div> -->
  3961.            </a>
  3962.          </div>
  3963.          
  3964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3965.            <a href="https://www.wearecognitive.com/" class="text-decoration-none " rel="dofollow">
  3966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3967.                <i class="ti-angle-right me-2 text-primary"></i>
  3968.                best online poker
  3969.              </h6>
  3970.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3971.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3972.              </div> -->
  3973.            </a>
  3974.          </div>
  3975.          
  3976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3977.            <a href="https://csinvesting.org/" class="text-decoration-none " rel="dofollow">
  3978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3979.                <i class="ti-angle-right me-2 text-primary"></i>
  3980.                best online poker sites
  3981.              </h6>
  3982.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3983.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3984.              </div> -->
  3985.            </a>
  3986.          </div>
  3987.          
  3988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3989.            <a href="https://theemeraldcup.com/" class="text-decoration-none " rel="dofollow">
  3990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3991.                <i class="ti-angle-right me-2 text-primary"></i>
  3992.                real money slots
  3993.              </h6>
  3994.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3995.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3996.              </div> -->
  3997.            </a>
  3998.          </div>
  3999.          
  4000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4001.            <a href="https://cubicsdr.com/" class="text-decoration-none " rel="dofollow">
  4002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4003.                <i class="ti-angle-right me-2 text-primary"></i>
  4004.                list of sweepstakes casinos usa
  4005.              </h6>
  4006.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4007.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4008.              </div> -->
  4009.            </a>
  4010.          </div>
  4011.          
  4012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4013.            <a href="https://www.latintimes.com/mines-gambling-590837" class="text-decoration-none " rel="dofollow">
  4014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4015.                <i class="ti-angle-right me-2 text-primary"></i>
  4016.                best mines gambling sites
  4017.              </h6>
  4018.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4019.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4020.              </div> -->
  4021.            </a>
  4022.          </div>
  4023.          
  4024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4025.            <a href="https://xupermask.com/" class="text-decoration-none " rel="dofollow">
  4026.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4027.                <i class="ti-angle-right me-2 text-primary"></i>
  4028.                sweeps casinos
  4029.              </h6>
  4030.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4031.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4032.              </div> -->
  4033.            </a>
  4034.          </div>
  4035.          
  4036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4037.            <a href="https://aquanicaragua.com/" class="text-decoration-none " rel="dofollow">
  4038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4039.                <i class="ti-angle-right me-2 text-primary"></i>
  4040.                online slots real money texas
  4041.              </h6>
  4042.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4043.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4044.              </div> -->
  4045.            </a>
  4046.          </div>
  4047.          
  4048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4049.            <a href="https://www.stitcherstudios.com/" class="text-decoration-none " rel="dofollow">
  4050.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4051.                <i class="ti-angle-right me-2 text-primary"></i>
  4052.                no kyc casinos
  4053.              </h6>
  4054.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4055.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4056.              </div> -->
  4057.            </a>
  4058.          </div>
  4059.          
  4060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4061.            <a href="http://walnutcreekmagazine.com/" class="text-decoration-none " rel="dofollow">
  4062.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4063.                <i class="ti-angle-right me-2 text-primary"></i>
  4064.                california betting sites
  4065.              </h6>
  4066.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4067.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4068.              </div> -->
  4069.            </a>
  4070.          </div>
  4071.          
  4072.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4073.            <a href="https://topsweepscoinscasino.com/" class="text-decoration-none " rel="dofollow">
  4074.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4075.                <i class="ti-angle-right me-2 text-primary"></i>
  4076.                new sweeps casinos
  4077.              </h6>
  4078.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4079.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4080.              </div> -->
  4081.            </a>
  4082.          </div>
  4083.          
  4084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4085.            <a href="https://kartoffelfilms.com/" class="text-decoration-none " rel="dofollow">
  4086.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4087.                <i class="ti-angle-right me-2 text-primary"></i>
  4088.                poker online real money
  4089.              </h6>
  4090.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4091.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4092.              </div> -->
  4093.            </a>
  4094.          </div>
  4095.          
  4096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4097.            <a href="http://pianu.com/" class="text-decoration-none " rel="dofollow">
  4098.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4099.                <i class="ti-angle-right me-2 text-primary"></i>
  4100.                plinko game
  4101.              </h6>
  4102.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4103.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4104.              </div> -->
  4105.            </a>
  4106.          </div>
  4107.          
  4108.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4109.            <a href="https://www.mylvad.com/" class="text-decoration-none " rel="dofollow">
  4110.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4111.                <i class="ti-angle-right me-2 text-primary"></i>
  4112.                betting bonus
  4113.              </h6>
  4114.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4115.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4116.              </div> -->
  4117.            </a>
  4118.          </div>
  4119.          
  4120.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4121.            <a href="https://readwrite.com/gambling/betting/california/" class="text-decoration-none " rel="dofollow">
  4122.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4123.                <i class="ti-angle-right me-2 text-primary"></i>
  4124.                colorado online gambling
  4125.              </h6>
  4126.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4127.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4128.              </div> -->
  4129.            </a>
  4130.          </div>
  4131.          
  4132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4133.            <a href="https://www.judicialselection.us/" class="text-decoration-none " rel="dofollow">
  4134.              <h6 class="blog-title top-color mb-2 fw-semibold">
  4135.                <i class="ti-angle-right me-2 text-primary"></i>
  4136.                us online casinos
  4137.              </h6>
  4138.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4139.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4140.              </div> -->
  4141.            </a>
  4142.          </div>
  4143.          
  4144.  
  4145.        </div>
  4146. <!--
  4147.        <div class="text-center mt-4 pt-3 border-top border-light">
  4148.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4149.        </div> -->
  4150.      </div>
  4151.    </div>
  4152.    
  4153.  </div>
  4154.  
  4155. <!-- Sidebar V2 Styles -->
  4156. <style>
  4157.  .sidebar-widget {
  4158.    position: relative;
  4159.  }
  4160.  
  4161.  .widget-title {
  4162.    font-size: 1.1rem;
  4163.    font-weight: 700;
  4164.    display: inline-block;
  4165.    position: relative;
  4166.    z-index: 2;
  4167.    border-radius: 0;
  4168.  }
  4169.  
  4170.  /* Green arrow for August Blog Roll */
  4171.  .title-arrow::after {
  4172.    content: '';
  4173.    position: absolute;
  4174.    top: 0;
  4175.    right: -22px;
  4176.    width: 0;
  4177.    height: 0;
  4178.    border-left: 22px solid var(--bs-primary);
  4179.    border-top: 22px solid transparent;
  4180.    border-bottom: 22px solid transparent;
  4181.    z-index: 1;
  4182.  }
  4183.  
  4184.  /* Blue arrow for Recent Posts */
  4185.  .title-arrow-primary::after {
  4186.    content: '';
  4187.    position: absolute;
  4188.    top: 0;
  4189.    right: -22px;
  4190.    width: 0;
  4191.    height: 0;
  4192.    border-left: 22px solid var(--bs-primary);
  4193.    border-top: 22px solid transparent;
  4194.    border-bottom: 22px solid transparent;
  4195.    z-index: 1;
  4196.  }
  4197.  
  4198.  .widget-content {
  4199.    margin-top: -1px;
  4200.    position: relative;
  4201.    z-index: 1;
  4202.     background-color: var(--card-bg);
  4203.  }
  4204.  
  4205.  /* Blog Roll Items Hover Effects */
  4206.  .blog-roll-item:hover .blog-title {
  4207.    color: #198754 !important;
  4208.    transform: translateX(5px);
  4209.    transition: all 0.3s ease;
  4210.  }
  4211.  
  4212.  /* Recent Post Items Hover Effects */
  4213.  .recent-post-item:hover .post-title a {
  4214.    color: #0d6efd !important;
  4215.    transition: color 0.3s ease;
  4216.  }
  4217.  
  4218.  .recent-post-item:hover .post-image img {
  4219.    transform: scale(1.05);
  4220.    transition: transform 0.3s ease;
  4221.  }
  4222.  
  4223.  /* Button Hover Effects */
  4224.  .btn:hover {
  4225.    transform: translateY(-2px);
  4226.    transition: all 0.3s ease;
  4227.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4228.  }
  4229.  
  4230.  /* Badge Hover Effects */
  4231.  .badge:hover {
  4232.    transform: scale(1.05);
  4233.    transition: transform 0.3s ease;
  4234.  }
  4235.  
  4236.  @media (max-width: 991px) {
  4237.    .sidebar {
  4238.      margin-top: 3rem;
  4239.    }
  4240.  }
  4241.  
  4242.  @media (max-width: 576px) {
  4243.    .widget-title {
  4244.      font-size: 1rem;
  4245.      padding: 0.75rem 1rem !important;
  4246.    }
  4247.  
  4248.    .title-arrow::after,
  4249.    .title-arrow-primary::after {
  4250.      right: -18px;
  4251.      border-left-width: 18px;
  4252.      border-top-width: 18px;
  4253.      border-bottom-width: 18px;
  4254.    }
  4255.  
  4256.    .post-image {
  4257.      width: 70px !important;
  4258.      height: 55px !important;
  4259.    }
  4260.  
  4261.    .blog-meta {
  4262.      flex-direction: column !important;
  4263.      align-items: flex-start !important;
  4264.      gap: 0.5rem;
  4265.    }
  4266.  }
  4267. </style>
  4268.  
  4269.    
  4270.            </div>
  4271.        </div>
  4272.    </div>
  4273. </section>
  4274.  
  4275. <script>
  4276. // Enhanced Intersection Observer with staggered animations
  4277. document.addEventListener('DOMContentLoaded', function() {
  4278.    const observerOptions = {
  4279.        threshold: 0.1,
  4280.        rootMargin: '0px 0px -100px 0px'
  4281.    };
  4282.  
  4283.    const observer = new IntersectionObserver(function(entries) {
  4284.        entries.forEach(entry => {
  4285.            if (entry.isIntersecting) {
  4286.                setTimeout(() => {
  4287.                    entry.target.classList.add('revealed');
  4288.                }, 100);
  4289.            }
  4290.        });
  4291.    }, observerOptions);
  4292.  
  4293.    // Observe all scroll-reveal elements
  4294.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  4295.        observer.observe(el);
  4296.    });
  4297.  
  4298.    // Add parallax effect to floating dots
  4299.    document.addEventListener('mousemove', function(e) {
  4300.        const cards = document.querySelectorAll('.blog-card-v3');
  4301.        cards.forEach(card => {
  4302.            const rect = card.getBoundingClientRect();
  4303.            const x = (e.clientX - rect.left) / rect.width;
  4304.            const y = (e.clientY - rect.top) / rect.height;
  4305.            
  4306.            const dots = card.querySelectorAll('.floating-dot');
  4307.            dots.forEach((dot, index) => {
  4308.                const moveX = (x - 0.5) * (10 + index * 5);
  4309.                const moveY = (y - 0.5) * (10 + index * 5);
  4310.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  4311.            });
  4312.        });
  4313.    });
  4314. });
  4315. </script>
  4316.  
  4317.    
  4318.        
  4319.        <!-- end wpo-blog-highlights-section -->
  4320.        <!-- start wpo-blog-sponsored-section -->
  4321.        
  4322.  
  4323.  
  4324.  
  4325.    
  4326.  
  4327.  
  4328.  
  4329. <style>
  4330.    .sponsored-section-v3 {
  4331.        padding: 0 0 50px;
  4332.    }
  4333.    
  4334.    .sponsored-card-v3 {
  4335.        background: white;
  4336.        border: 1px solid var(--border-color);
  4337.        border-radius: 0;
  4338.        overflow: hidden;
  4339.        transition: all 0.3s ease;
  4340.        height: 100%;
  4341.        position: relative;
  4342.    }
  4343.    
  4344.    .sponsored-card-v3:hover {
  4345.        border-color: #dee2e6;
  4346.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  4347.    }
  4348.    
  4349.    .sponsored-image-v3 {
  4350.        position: relative;
  4351.        overflow: hidden;
  4352.        height: 160px;
  4353.    }
  4354.    
  4355.    .sponsored-image-v3 img {
  4356.        width: 100%;
  4357.        height: 100%;
  4358.        object-fit: cover;
  4359.        filter: grayscale(20%);
  4360.        transition: filter 0.3s ease;
  4361.    }
  4362.    
  4363.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  4364.        filter: grayscale(0%);
  4365.    }
  4366.    
  4367.    .sponsored-badge-v3 {
  4368.        position: absolute;
  4369.        bottom: auto;
  4370.        left: auto;
  4371.        right: 10px;
  4372.        top: 10px;
  4373.        padding: 8px;
  4374.        font-size: 10px;
  4375.        font-weight: 700;
  4376.        text-transform: uppercase;
  4377.        letter-spacing: 1px;
  4378.        text-align: center;
  4379.    }
  4380.    
  4381.    .sponsored-content-v3 {
  4382.        position: relative;
  4383.        padding: 24px 20px;
  4384.    }
  4385.    
  4386.    .sponsored-title-v3 {
  4387.        font-size: 15px;
  4388.        font-weight: 700;
  4389.        line-height: 1.5;
  4390.        margin-bottom: 18px;
  4391.        min-height: 45px;
  4392.        text-transform: uppercase;
  4393.        letter-spacing: 0.5px;
  4394.    }
  4395.    
  4396.    .sponsored-title-v3 a {
  4397.        text-decoration: none;
  4398.        transition: opacity 0.3s ease;
  4399.    }
  4400.    
  4401.    .sponsored-title-v3 a:hover {
  4402.        opacity: 0.8;
  4403.    }
  4404.    
  4405.    .sponsored-meta-v3 {
  4406.        display: flex;
  4407.        align-items: center;
  4408.        justify-content: space-between;
  4409.        font-size: 11px;
  4410.        font-weight: 600;
  4411.        text-transform: uppercase;
  4412.        letter-spacing: 0.5px;
  4413.        padding-top: 12px;
  4414.        border-top: 1px solid #f1f3f4;
  4415.    }
  4416.    
  4417.    .author-info-v3 {
  4418.        display: flex;
  4419.        align-items: center;
  4420.        gap: 8px;
  4421.    }
  4422.    
  4423.    .sponsored-author-img-v3 {
  4424.        width: 30px;
  4425.        height: 30px;
  4426.        border-radius: 50%;
  4427.        object-fit: cover;
  4428.    }
  4429.    
  4430.    .section-title-sponsored-v3 {
  4431.        font-size: 2.5rem;
  4432.        font-weight: 900;
  4433.        text-align: left;
  4434.        margin-bottom: 30px;
  4435.        letter-spacing: 2px;
  4436.        border-left: 8px solid var(--bs-primary);
  4437.        padding-left: 20px;
  4438.    }
  4439.    
  4440.    .sponsored-overlay-v3 {
  4441.        position: absolute;
  4442.        top: 0;
  4443.        left: 0;
  4444.        right: 0;
  4445.        bottom: 0;
  4446.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  4447.        opacity: 0;
  4448.        transition: opacity 0.3s ease;
  4449.    }
  4450.    
  4451.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  4452.        opacity: 1;
  4453.    }
  4454.  
  4455.    @media (max-width: 768px) {
  4456.        .sponsored-section-v3 {
  4457.            padding: 0px 0 40px;
  4458.        }
  4459.        .section-title-sponsored-v3 {
  4460.            font-size: 2.2rem;
  4461.            text-align: center;
  4462.            border-left: none;
  4463.            border-bottom: 4px solid;
  4464.            padding-left: 0;
  4465.            padding-bottom: 10px;
  4466.        }
  4467.        .sponsored-content-v3 {
  4468.            padding: 20px 16px;
  4469.        }
  4470.    }
  4471. </style>
  4472.  
  4473. <section class="sponsored-section-v3">
  4474.    <div class="container-fluid fluid-container mt-5">
  4475.        <div class="row">
  4476.            <div class="col-12">
  4477.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  4478.            </div>
  4479.        </div>
  4480.        
  4481.        <div class="row g-3">
  4482.            
  4483.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4484.                <div class="card sponsored-card-v3">
  4485.                    <div class="sponsored-overlay-v3"></div>
  4486.                    <div class="sponsored-image-v3">
  4487.                        
  4488.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4489.                        
  4490.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4491.                    </div>
  4492.                    <div class="sponsored-content-v3">
  4493.                        <h3 class="sponsored-title-v3">
  4494.                            <a href="/dak-prescott-leads-dallas-cowboys-past-reeling-commanders-to-kick-off-holiday-triple-header/" class="top-color">
  4495.                            Dak Prescott Leads Dallas Cowboys Past Reeling Commanders to Kick Off Holiday Triple-Header.
  4496.                            </a>
  4497.                        </h3>
  4498.                        <div class="sponsored-meta-v3">
  4499.                            <div class="author-info-v3">
  4500.                                
  4501.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4502.                                
  4503.                                <span class="top-color">
  4504.                                    Katie Browning
  4505.                                </span>
  4506.                            </div>
  4507.                            <span class="top-color">17 Jul 2026</span>
  4508.                        </div>
  4509.                    </div>
  4510.                </div>
  4511.            </div>
  4512.            
  4513.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4514.                <div class="card sponsored-card-v3">
  4515.                    <div class="sponsored-overlay-v3"></div>
  4516.                    <div class="sponsored-image-v3">
  4517.                        
  4518.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4519.                        
  4520.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4521.                    </div>
  4522.                    <div class="sponsored-content-v3">
  4523.                        <h3 class="sponsored-title-v3">
  4524.                            <a href="/aggressive-coercive-hegemonic-the-resurgence-of-the-ugly-american/" class="top-color">
  4525.                            Aggressive, Coercive, Hegemonic: the Resurgence of the Ugly American
  4526.                            </a>
  4527.                        </h3>
  4528.                        <div class="sponsored-meta-v3">
  4529.                            <div class="author-info-v3">
  4530.                                
  4531.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4532.                                
  4533.                                <span class="top-color">
  4534.                                    Katie Browning
  4535.                                </span>
  4536.                            </div>
  4537.                            <span class="top-color">17 Jul 2026</span>
  4538.                        </div>
  4539.                    </div>
  4540.                </div>
  4541.            </div>
  4542.            
  4543.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4544.                <div class="card sponsored-card-v3">
  4545.                    <div class="sponsored-overlay-v3"></div>
  4546.                    <div class="sponsored-image-v3">
  4547.                        
  4548.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4549.                        
  4550.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4551.                    </div>
  4552.                    <div class="sponsored-content-v3">
  4553.                        <h3 class="sponsored-title-v3">
  4554.                            <a href="/english-premier-league-news-roundup-cole-palmer-ready-for-the-blues-comeback-idrissa-gueyes-unsuccessful-appeal-mystery/" class="top-color">
  4555.                            English Premier League News Roundup: Cole Palmer Ready for The Blues Comeback; Idrissa Gueye&#x27;s Unsuccessful Appeal Mystery
  4556.                            </a>
  4557.                        </h3>
  4558.                        <div class="sponsored-meta-v3">
  4559.                            <div class="author-info-v3">
  4560.                                
  4561.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4562.                                
  4563.                                <span class="top-color">
  4564.                                    Katie Browning
  4565.                                </span>
  4566.                            </div>
  4567.                            <span class="top-color">17 Jul 2026</span>
  4568.                        </div>
  4569.                    </div>
  4570.                </div>
  4571.            </div>
  4572.            
  4573.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4574.                <div class="card sponsored-card-v3">
  4575.                    <div class="sponsored-overlay-v3"></div>
  4576.                    <div class="sponsored-image-v3">
  4577.                        
  4578.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4579.                        
  4580.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4581.                    </div>
  4582.                    <div class="sponsored-content-v3">
  4583.                        <h3 class="sponsored-title-v3">
  4584.                            <a href="/two-victims-named-in-the-ivy-league-school-attack-as-police-continue-search-for-gunman/" class="top-color">
  4585.                            Two Victims Named in the Ivy League School Attack as Police Continue Search for Gunman.
  4586.                            </a>
  4587.                        </h3>
  4588.                        <div class="sponsored-meta-v3">
  4589.                            <div class="author-info-v3">
  4590.                                
  4591.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4592.                                
  4593.                                <span class="top-color">
  4594.                                    Katie Browning
  4595.                                </span>
  4596.                            </div>
  4597.                            <span class="top-color">17 Jul 2026</span>
  4598.                        </div>
  4599.                    </div>
  4600.                </div>
  4601.            </div>
  4602.            
  4603.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4604.                <div class="card sponsored-card-v3">
  4605.                    <div class="sponsored-overlay-v3"></div>
  4606.                    <div class="sponsored-image-v3">
  4607.                        
  4608.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4609.                        
  4610.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4611.                    </div>
  4612.                    <div class="sponsored-content-v3">
  4613.                        <h3 class="sponsored-title-v3">
  4614.                            <a href="/2025s-premier-horror-feature-comes-back-to-imax-just-in-time-for-october-festivities/" class="top-color">
  4615.                            2025&#x27;s Premier Horror Feature Comes Back to IMAX Just in Time for October Festivities
  4616.                            </a>
  4617.                        </h3>
  4618.                        <div class="sponsored-meta-v3">
  4619.                            <div class="author-info-v3">
  4620.                                
  4621.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4622.                                
  4623.                                <span class="top-color">
  4624.                                    Katie Browning
  4625.                                </span>
  4626.                            </div>
  4627.                            <span class="top-color">17 Jul 2026</span>
  4628.                        </div>
  4629.                    </div>
  4630.                </div>
  4631.            </div>
  4632.            
  4633.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4634.                <div class="card sponsored-card-v3">
  4635.                    <div class="sponsored-overlay-v3"></div>
  4636.                    <div class="sponsored-image-v3">
  4637.                        
  4638.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4639.                        
  4640.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4641.                    </div>
  4642.                    <div class="sponsored-content-v3">
  4643.                        <h3 class="sponsored-title-v3">
  4644.                            <a href="/holocaust-victims-call-on-nigel-farage-to-say-sorry-over-claimed-antisemitic-comments/" class="top-color">
  4645.                            Holocaust Victims Call On Nigel Farage to Say Sorry Over Claimed Antisemitic Comments.
  4646.                            </a>
  4647.                        </h3>
  4648.                        <div class="sponsored-meta-v3">
  4649.                            <div class="author-info-v3">
  4650.                                
  4651.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a42a7c90-d83c-4beb-ab4f-78e395564da2_profile.png" alt="Katie Browning" style="object-fit: cover;" class="sponsored-author-img-v3">
  4652.                                
  4653.                                <span class="top-color">
  4654.                                    Katie Browning
  4655.                                </span>
  4656.                            </div>
  4657.                            <span class="top-color">16 Jul 2026</span>
  4658.                        </div>
  4659.                    </div>
  4660.                </div>
  4661.            </div>
  4662.            
  4663.        </div>
  4664.    </div>
  4665. </section>
  4666.  
  4667.  
  4668.    
  4669.        <!-- end wpo-blog-sponsored-section -->
  4670.        <!-- start wpo-subscribe-section -->
  4671.        
  4672.        <!-- end subscribe-section -->
  4673.        <!-- start of wpo-site-footer-section -->
  4674.        
  4675.  
  4676.  
  4677.  
  4678.  
  4679.  
  4680.  
  4681. <footer class="wpo-site-footer-v2 ">
  4682.    
  4683.    <!-- Main Footer Content -->
  4684.    <div class="container-fluid fluid-container">
  4685.        
  4686.        <!-- Step 1: Brand Section -->
  4687.        <div class="footer-brand-section">
  4688.            <div class="row justify-content-center">
  4689.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4690.                    <div class="brand-wrapper">
  4691.                        
  4692.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b4fa220a-f156-4ff9-a13f-d9cd33ff284a_logo.png" alt="FreshlySpace" class="footer-logo mb-3" loading="lazy">
  4693.                        
  4694.                        <h2 class="brand-title">FreshlySpace</h2>
  4695.                        <p class="brand-description">Explore innovative home design, lifestyle tips, and sustainable living ideas at FreshlySpace. Get inspired with practical advice for modern homes.</p>
  4696.                        
  4697.                    </div>
  4698.                </div>
  4699.            </div>
  4700.        </div>
  4701.  
  4702.        <!-- Step 2: Content Columns with Separators -->
  4703.        <div class="footer-content-section">
  4704.            <div class="content-divider"></div>
  4705.            
  4706.            <div class="row">
  4707.                
  4708.                <!-- Column 1: Important Links -->
  4709.                <div class="col-lg-6 col-md-6 col-12">
  4710.                    <div class="footer-column">
  4711.                        <div class="column-header">
  4712.                            <span class="column-number bg-primary-gradient">01</span>
  4713.                            <h6 class="column-title">Important Pages</h6>
  4714.                        </div>
  4715.                        <div class="column-content">
  4716.                            <ul class="footer-links">
  4717.                                
  4718.                                <li>
  4719.                                    <a href="/the-siblings-from-dagestan-excelling-in-mixed-martial-arts-and-with-manchester-united/" class="footer-link">
  4720.                                        The Siblings from Dagestan Excelling in Mixed Martial Arts and with Manchester United.
  4721.                                    </a>
  4722.                                </li>
  4723.                                
  4724.                                <li>
  4725.                                    <a href="/nigeria-confirms-it-provided-key-information-for-us-led-airstrikes-as-us-official-predicts-of-additional-attacks/" class="footer-link">
  4726.                                        Nigeria Confirms It Provided Key Information for US-Led Airstrikes as US Official Predicts of Additional Attacks
  4727.                                    </a>
  4728.                                </li>
  4729.                                
  4730.                                <li>
  4731.                                    <a href="/what-lies-ahead-in-the-james-comey-and-letitia-james-court-battles/" class="footer-link">
  4732.                                        What Lies Ahead in the James Comey and Letitia James Court Battles?
  4733.                                    </a>
  4734.                                </li>
  4735.                                
  4736.                                <li>
  4737.                                    <a href="/indias-batter-shreyas-iyer-recovering-in-medical-facility-after-torn-spleen-incident/" class="footer-link">
  4738.                                        India&#x27;s Batter Shreyas Iyer Recovering in Medical Facility After Torn Spleen Incident
  4739.                                    </a>
  4740.                                </li>
  4741.                                
  4742.                                <li>
  4743.                                    <a href="/always-fatigued-a-simple-cause-might-surprise-you/" class="footer-link">
  4744.                                        Always Fatigued? A Simple Cause Might Surprise You
  4745.                                    </a>
  4746.                                </li>
  4747.                                
  4748.                                <li>
  4749.                                    <a href="/red-bull-reveals-substantial-2026-driver-roster-hadjar-steps-up-teenager-lindblad-gets-f1-drive/" class="footer-link">
  4750.                                        Red Bull Reveals Substantial 2026 Driver Roster: Hadjar Steps Up, Teenager Lindblad Gets F1 Drive.
  4751.                                    </a>
  4752.                                </li>
  4753.                                
  4754.                            </ul>
  4755.                        </div>
  4756.                    </div>
  4757.                </div>
  4758.  
  4759.                <!-- Column 2: External Links -->
  4760.                 <div class="col-lg-6 col-md-6 col-12">
  4761.                    <div class="footer-column">
  4762.                        <div class="column-header">
  4763.                            <span class="column-number bg-primary-gradient">02</span>
  4764.                            <h6 class="column-title">External Resources</h6>
  4765.                        </div>
  4766.                       <div class="column-content">
  4767.    <ul class="footer-links" id="footerLinks">
  4768.        
  4769.        
  4770.  
  4771.        
  4772.        
  4773.        
  4774.        
  4775.    </ul>
  4776. </div>
  4777.  
  4778.                    </div>
  4779.                </div>
  4780.  
  4781.                <!-- Column 3: Categories -->
  4782.                <div class="col-lg-6 col-md-6 col-12">
  4783.                    <div class="footer-column">
  4784.                        <div class="column-header">
  4785.                            <span class="column-number bg-primary-gradient">02</span>
  4786.                            <h6 class="column-title">Categories</h6>
  4787.                        </div>
  4788.                        <div class="column-content">
  4789.                            <ul class="footer-links">
  4790.                                
  4791.                                <li>
  4792.                                    <a href="/category/all-posts/" class="footer-link">
  4793.                                        All Posts
  4794.                                    </a>
  4795.                                </li>
  4796.                                
  4797.                                <li>
  4798.                                    <a href="/category/business/" class="footer-link">
  4799.                                        Business
  4800.                                    </a>
  4801.                                </li>
  4802.                                
  4803.                                <li>
  4804.                                    <a href="/category/esports/" class="footer-link">
  4805.                                        Esports
  4806.                                    </a>
  4807.                                </li>
  4808.                                
  4809.                                <li>
  4810.                                    <a href="/category/fashion/" class="footer-link">
  4811.                                        Fashion
  4812.                                    </a>
  4813.                                </li>
  4814.                                
  4815.                                <li>
  4816.                                    <a href="/category/featured/" class="footer-link">
  4817.                                        Featured
  4818.                                    </a>
  4819.                                </li>
  4820.                                
  4821.                                <li>
  4822.                                    <a href="/category/gaming/" class="footer-link">
  4823.                                        Gaming
  4824.                                    </a>
  4825.                                </li>
  4826.                                
  4827.                            </ul>
  4828.                        </div>
  4829.                    </div>
  4830.                </div>
  4831.  
  4832.            </div>
  4833.        </div>
  4834.  
  4835.        <!-- Step 3: Footer Bottom -->
  4836.        <div class="footer-bottom-section">
  4837.            <div class="bottom-divider"></div>
  4838.            <div class="d-flex justify-content-between flex-wrap">
  4839.                <div class="">
  4840.                    <p class="copyright-text">
  4841.                        &copy; 2026 <strong>FreshlySpace</strong> • All rights reserved
  4842.                    </p>
  4843.                </div>
  4844.                <div class="">
  4845.                    <nav class="footer-nav">
  4846.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4847.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4848.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4849.                    </nav>
  4850.                </div>
  4851.            </div>
  4852.        </div>
  4853.  
  4854.    </div>
  4855.  
  4856.    <!-- Background Elements -->
  4857.    <div class="footer-bg-elements">
  4858.        <div class="bg-circle circle-1"></div>
  4859.        <div class="bg-circle circle-2"></div>
  4860.        <div class="bg-line line-1"></div>
  4861.        <div class="bg-line line-2"></div>
  4862.    </div>
  4863.  
  4864. </footer>
  4865.  
  4866. <style>
  4867. /* Footer V2 - Clean Blog Design */
  4868. .wpo-site-footer-v2 {
  4869.    color: var(--footer-color);
  4870.    background-color: var(--card-bg);
  4871.    margin-top: 100px;
  4872. }
  4873.  
  4874.  
  4875.  
  4876. /* Step 2: Brand Section */
  4877. .footer-brand-section {
  4878.    position: relative;
  4879.    z-index: 2;
  4880.    padding: 120px 0 60px;
  4881. }
  4882.  
  4883. .brand-wrapper {
  4884.    max-width: 600px;
  4885.    margin: 0 auto;
  4886. }
  4887.  
  4888. .footer-logo {
  4889.    max-height: 60px;
  4890.    width: auto;
  4891.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4892. }
  4893.  
  4894. .brand-title {
  4895.    font-size: 2.2rem;
  4896.    font-weight: 800;
  4897.    color: var(--footer-color);
  4898.    margin-bottom: 1rem;
  4899.    letter-spacing: -0.02em;
  4900. }
  4901.  
  4902. .brand-description {
  4903.    font-size: 1.1rem;
  4904.    color: var(--footer-color);
  4905.    line-height: 1.6;
  4906.    opacity: .7;
  4907.    margin-bottom: 0;
  4908. }
  4909.  
  4910. /* Step 3: Content Section */
  4911. .footer-content-section {
  4912.    position: relative;
  4913.    z-index: 2;
  4914.    padding: 60px 0;
  4915. }
  4916.  
  4917.  
  4918. .footer-column {
  4919.    margin-bottom: 40px;
  4920.    padding: 0 20px;
  4921. }
  4922.  
  4923. .column-header {
  4924.    display: flex;
  4925.    align-items: center;
  4926.    margin-bottom: 25px;
  4927.    padding-bottom: 15px;
  4928.    border-bottom: 2px solid var(--border-color);
  4929. }
  4930.  
  4931. .column-number {
  4932.    width: 35px;
  4933.    height: 35px;
  4934.    border-radius: 10px;
  4935.    display: flex;
  4936.    align-items: center;
  4937.    justify-content: center;
  4938.    font-weight: 700;
  4939.    font-size: 0.9rem;
  4940.    margin-right: 15px;
  4941. }
  4942.  
  4943. .column-title {
  4944.    font-size: 1.1rem;
  4945.    font-weight: 700;
  4946.    color: var(--footer-color) !important;
  4947.    margin: 0;
  4948. }
  4949.  
  4950. .column-content {
  4951.    padding-left: 50px;
  4952. }
  4953.  
  4954. /* Footer Links */
  4955. .footer-links {
  4956.    list-style: none;
  4957.    padding: 0;
  4958.    margin: 0;
  4959. }
  4960.  
  4961. .footer-links li {
  4962.    margin-bottom: 12px;
  4963.    position: relative;
  4964. }
  4965.  
  4966. .footer-link {
  4967.    color: var(--footer-color) !important;
  4968.    text-decoration: none;
  4969.    font-size: 0.95rem;
  4970.    line-height: 1.5;
  4971.    transition: all 0.8s ease;
  4972.    position: relative;
  4973.    display: inline-flex;
  4974.    align-items: center;
  4975. }
  4976.  
  4977. .footer-link:hover {
  4978.    color: var(--bs-primary);
  4979.    padding-left: 8px;
  4980. }
  4981.  
  4982. .footer-link::before {
  4983.    content: '';
  4984.    position: absolute;
  4985.    left: -15px;
  4986.    top: 50%;
  4987.    transform: translateY(-50%);
  4988.    width: 4px;
  4989.    height: 4px;
  4990.    background: var(--bs-primary);
  4991.    border-radius: 50%;
  4992.    opacity: 0;
  4993.    transition: opacity 0.3s ease;
  4994. }
  4995.  
  4996. .footer-link:hover::before {
  4997.    opacity: 1;
  4998. }
  4999.  
  5000. /* Step 4: Footer Bottom */
  5001. .footer-bottom-section {
  5002.    position: relative;
  5003.    z-index: 2;
  5004.    padding: 30px 0;
  5005. }
  5006.  
  5007. .bottom-divider {
  5008.    width: 100%;
  5009.    height: 1px;
  5010.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  5011.    margin-bottom: 30px;
  5012. }
  5013.  
  5014. .copyright-text {
  5015.    color: var(--footer-color);
  5016.    font-size: 0.9rem;
  5017.    margin: 0;
  5018.    line-height: 1.6;
  5019. }
  5020.  
  5021. .footer-nav {
  5022.    display: flex;
  5023.    align-items: center;
  5024.    gap: 20px;
  5025.    justify-content: center;
  5026. }
  5027.  
  5028. .footer-nav-link {
  5029.    color: var(--footer-color) !important;
  5030.    text-decoration: none;
  5031.    font-size: 0.9rem;
  5032.    font-weight: 500;
  5033.    transition: color 0.3s ease;
  5034.    position: relative;
  5035. }
  5036.  
  5037. .footer-nav-link:hover {
  5038.    color: var(--bs-primary);
  5039. }
  5040.  
  5041. .footer-nav-link::after {
  5042.    content: '';
  5043.    position: absolute;
  5044.    bottom: -5px;
  5045.    left: 0;
  5046.    width: 0;
  5047.    height: 2px;
  5048.    background: var(--bs-primary) !important;
  5049.    transition: width 0.3s ease;
  5050. }
  5051.  
  5052. .footer-nav-link:hover::after {
  5053.    width: 100%;
  5054. }
  5055.  
  5056. /* Responsive Design */
  5057. @media (max-width: 992px) {
  5058.    .footer-brand-section {
  5059.        padding: 100px 0 50px;
  5060.    }
  5061.    
  5062.    .brand-title {
  5063.        font-size: 1.8rem;
  5064.    }
  5065.    
  5066.    .column-content {
  5067.        padding-left: 0;
  5068.        padding-top: 10px;
  5069.    }
  5070.    
  5071.    .column-header {
  5072.        flex-direction: column;
  5073.        align-items: flex-start;
  5074.        gap: 10px;
  5075.    }
  5076.    
  5077.    .column-number {
  5078.        align-self: center;
  5079.    }
  5080. }
  5081.  
  5082. @media (max-width: 768px) {
  5083.    .footer-brand-section {
  5084.        padding: 80px 0 40px;
  5085.    }
  5086.    
  5087.    .brand-title {
  5088.        font-size: 1.6rem;
  5089.    }
  5090.    
  5091.    .newsletter-inline {
  5092.        padding: 1.5rem;
  5093.        margin: 0 15px;
  5094.    }
  5095.    
  5096.    .newsletter-form .input-group {
  5097.        flex-direction: column;
  5098.    }
  5099.    
  5100.    .btn-newsletter {
  5101.        border-radius: 0 0 12px 12px;
  5102.    }
  5103.    
  5104.    .newsletter-input {
  5105.        border-radius: 12px 12px 0 0;
  5106.    }
  5107.    
  5108.    .footer-column {
  5109.        padding: 0 15px;
  5110.        margin-bottom: 35px;
  5111.    }
  5112.    
  5113.    .footer-nav {
  5114.        flex-direction: column;
  5115.        gap: 15px;
  5116.        margin-top: 20px;
  5117.    }
  5118. }
  5119.  
  5120. @media (max-width: 576px) {
  5121.    .footer-brand-section {
  5122.        padding: 60px 0 30px;
  5123.    }
  5124.    
  5125.    .brand-title {
  5126.        font-size: 1.4rem;
  5127.    }
  5128.    
  5129.    .brand-description {
  5130.        font-size: 1rem;
  5131.    }
  5132.    
  5133.    .newsletter-title {
  5134.        font-size: 1.1rem;
  5135.    }
  5136.    
  5137.    .column-title {
  5138.        font-size: 1rem;
  5139.    }
  5140.    
  5141.    .footer-column {
  5142.        padding: 0 10px;
  5143.    }
  5144.    
  5145.    .bg-circle, .bg-line {
  5146.        display: none;
  5147.    }
  5148. }
  5149.  
  5150. /* Minimal Animation */
  5151. .footer-column {
  5152.    transition: opacity 0.3s ease;
  5153. }
  5154.  
  5155. .footer-column:hover {
  5156.    opacity: 0.9;
  5157. }
  5158. </style>
  5159.  
  5160. <!-- Bootstrap 5 JS -->
  5161.  
  5162. <script>
  5163. // Scroll to Top Function
  5164. function scrollToTop() {
  5165.    window.scrollTo({
  5166.        top: 0,
  5167.        behavior: 'smooth'
  5168.    });
  5169. }
  5170.  
  5171. // Initialize Footer V2 Features
  5172. document.addEventListener('DOMContentLoaded', function() {
  5173.    
  5174.    // Newsletter Form Enhancement
  5175.    const newsletterForm = document.querySelector('.newsletter-form');
  5176.    if (newsletterForm) {
  5177.        newsletterForm.addEventListener('submit', function(e) {
  5178.            e.preventDefault(); // Remove this in actual implementation
  5179.            
  5180.            const submitBtn = this.querySelector('.btn-newsletter');
  5181.            const originalText = submitBtn.textContent;
  5182.            
  5183.            submitBtn.textContent = 'Subscribing...';
  5184.            submitBtn.disabled = true;
  5185.            
  5186.            // Simulate form processing
  5187.            setTimeout(() => {
  5188.                submitBtn.textContent = 'Subscribed!';
  5189.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5190.                
  5191.                setTimeout(() => {
  5192.                    submitBtn.textContent = originalText;
  5193.                    submitBtn.disabled = false;
  5194.                    submitBtn.style.background = '';
  5195.                    this.reset();
  5196.                }, 2000);
  5197.            }, 1500);
  5198.        });
  5199.    }
  5200.    
  5201.    // Smooth reveal for columns on scroll
  5202.    const observerOptions = {
  5203.        threshold: 0.1,
  5204.        rootMargin: '0px 0px -50px 0px'
  5205.    };
  5206.    
  5207.    const observer = new IntersectionObserver((entries) => {
  5208.        entries.forEach(entry => {
  5209.            if (entry.isIntersecting) {
  5210.                entry.target.style.opacity = '1';
  5211.                entry.target.style.transform = 'translateY(0)';
  5212.            }
  5213.        });
  5214.    }, observerOptions);
  5215.    
  5216.    // Initially hide columns for animation
  5217.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  5218.        column.style.opacity = '0';
  5219.        column.style.transform = 'translateY(20px)';
  5220.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  5221.        observer.observe(column);
  5222.    });
  5223.    
  5224.    // Prevent default for placeholder links
  5225.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5226.        link.addEventListener('click', function(e) {
  5227.            e.preventDefault();
  5228.        });
  5229.    });
  5230. });
  5231.  
  5232. document.addEventListener('DOMContentLoaded', function () {
  5233.    var btn = document.getElementById('toggleFooterLinks');
  5234.    if (!btn) return; // No extra links, no button
  5235.  
  5236.    var extras = document.querySelectorAll('#footerLinks li.extra');
  5237.  
  5238.    btn.addEventListener('click', function () {
  5239.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5240.            return li.classList.contains('d-none');
  5241.        });
  5242.  
  5243.        extras.forEach(function (li) {
  5244.            if (anyHidden) {
  5245.                li.classList.remove('d-none');
  5246.                li.classList.add('show');
  5247.            } else {
  5248.                li.classList.add('d-none');
  5249.                li.classList.remove('show');
  5250.            }
  5251.        });
  5252.  
  5253.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5254.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5255.    });
  5256. });
  5257.  
  5258. </script>
  5259.  
  5260.        <!-- end of wpo-site-footer-section -->
  5261.    </div>
  5262.    <!-- end of page-wrapper -->
  5263.  
  5264.    <!-- All JavaScript files
  5265.    ================================================== -->
  5266.    
  5267.  
  5268. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5269. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5270. <!-- Plugins for this template -->
  5271. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5272. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5273. <!-- Custom script for this template -->
  5274. <script src="/static/blogapp/assets/js/script.js"></script>
  5275.  
  5276. <script>
  5277. (function () {
  5278. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5279. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5280.  
  5281. function applyFallback(img) {
  5282. if (!img || img.dataset.fallbackApplied === "1") {
  5283. return;
  5284. }
  5285. var failedSrc = img.currentSrc || img.src || "";
  5286. img.dataset.fallbackApplied = "1";
  5287. img.onerror = null;
  5288. img.src = fallbackImageSrc;
  5289. console.warn("[ImageFallback] Replaced broken image:", {
  5290. failedSrc: failedSrc,
  5291. fallbackSrc: fallbackImageSrc,
  5292. alt: img.alt || "",
  5293. });
  5294. }
  5295.  
  5296. document.querySelectorAll("img").forEach(function (img) {
  5297. if (img.complete && img.naturalWidth === 0) {
  5298. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5299. failedSrc: img.currentSrc || img.src || "",
  5300. alt: img.alt || "",
  5301. });
  5302. applyFallback(img);
  5303. }
  5304. });
  5305.  
  5306. document.addEventListener(
  5307. "error",
  5308. function (event) {
  5309. var target = event.target;
  5310. if (target && target.tagName === "IMG") {
  5311. applyFallback(target);
  5312. }
  5313. },
  5314. true
  5315. );
  5316. })();
  5317. </script>
  5318.  
  5319. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5320.  
  5321.  
  5322.  
  5323. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"3cb724fb58104e23841a6b8c0c32aa16","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5324. </body>
  5325.  
  5326. </html>
  5327.  
  5328.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda