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://londondicestore.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_47_Rd1ubOm_MGKMKV3_EbNcJGF.png">
  14.    
  15.  
  16.    <title>London Dice Store: Premium Dice &amp; Tabletop Gaming Accessories</title>
  17.    <meta name="description" content="Discover premium dice for tabletop gaming at London Dice Store. Shop our curated collection of RPG dice, metal dice, and accessories with fast UK delivery.">
  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://londondicestore.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffca28;
  42.        --bs-primary-rgb: ffca28;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff9e6;
  49.        --bs-dark: #3f2a1d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffca28;
  53.        --theme-primary-color-s2: #ffca28;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f2a1d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f2a1d;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fede8a;
  75.        --navbar-color: #3f2a1d;
  76.        --topbar-bg: #fff9e6;
  77.        --topbar-color: #3f2a1d;
  78.        --footer-bg: #3f2a1d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 14px;
  83.        --link-color: #ffca28;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 202, 40, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_79">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390.  
  391. <div class="topbar d-sm-flex d-none">
  392.  <div class="container-fluid fluid-container">
  393.    <div class="row  ">
  394.      <div>
  395.        <div class="pt-2 d-flex gap-2 pb-0">
  396.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  397.            <div class="d-flex">
  398.              <span class="fw-bold">Latest</span>
  399.            </div>
  400.            <div class="d-flex">
  401.              <span class="fw-bold">Update</span>
  402.            </div>
  403.          </div>
  404.  
  405.          <!-- Add an id to the marquee -->
  406.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  407.            <p class="text-center">
  408.              
  409.               <a href="/the-prime-ministers-sweeping-poll-success-mismanagement-reaches-a-sad-conclusion/" class="px-5 top-color">
  410.                    The Prime Minister&#x27;s Sweeping Poll Success Mismanagement Reaches A Sad Conclusion
  411.                  </a>
  412.              
  413.               <a href="/ten-points-of-debate-from-the-weekends-premier-league-action/" class="px-5 top-color">
  414.                    Ten Points of Debate from the Weekend&#x27;s Premier League Action
  415.                  </a>
  416.              
  417.               <a href="/vladimir-kramnik-rejects-misconduct-in-death-of-us-chess-star-naroditsky/" class="px-5 top-color">
  418.                    Vladimir Kramnik Rejects Misconduct in Death of US Chess Star Naroditsky
  419.                  </a>
  420.              
  421.               <a href="/elon-musks-grok-ai-alters-images-of-females-to-virtually-remove-their-clothes/" class="px-5 top-color">
  422.                    Elon Musk&#x27;s Grok AI Alters Images of Females to Virtually Remove Their Clothes
  423.                  </a>
  424.              
  425.               <a href="/wimbledon-introduces-video-review-system-this-season/" class="px-5 top-color">
  426.                    Wimbledon Introduces Video Review System This Season.
  427.                  </a>
  428.                          
  429.            </p>
  430.          </marquee>
  431.        </div>
  432.      </div>
  433.    </div>
  434.  </div>
  435. </div>
  436.  
  437. <script>
  438.  // Stop/start marquee when hovering or focusing links inside it
  439.  document.addEventListener("DOMContentLoaded", function () {
  440.    const marquee = document.getElementById("newsMarquee");
  441.    if (!marquee) return;
  442.  
  443.    marquee.querySelectorAll("a").forEach((link) => {
  444.      link.addEventListener("mouseenter", () => marquee.stop());
  445.      link.addEventListener("mouseleave", () => marquee.start());
  446.      // keyboard accessibility
  447.      link.addEventListener("focus", () => marquee.stop());
  448.      link.addEventListener("blur", () => marquee.start());
  449.    });
  450.  });
  451. </script>
  452.  
  453.  
  454.  
  455.            
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. <header class="header-v10 mb-4">
  463.    <div class="container-fluid fluid-container">
  464.        <!-- Top Bar -->
  465.        <div class="top-bar-v10">
  466.            <div
  467.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  468.               <div class="col-lg-3 col-md-12 col-12">
  469.                    <div class="brand-section-v10">
  470.                        <a class="logo-link-v9" href="/">
  471.                            
  472.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c47f0128-d764-42ff-b254-c6cd28d3a3af_logo.png" alt="London Dice Store" class="logo-img-v9" />
  473.                            
  474.                        </a>
  475.                    </div>
  476.                </div>
  477.                <div class="col-lg-6 col-md-12 d-inline-block">
  478.                    <div class="search-container-v10">
  479.                        <form class="search-form-v10" action="#" method="get">
  480.                            <div class="search-group-v10">
  481.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  482.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  483.                                <button type="submit" class="search-button-v10">
  484.                                    <i class="ti-search"></i>
  485.                                </button>
  486.                            </div>
  487.                            <div id="search-results" class="search-results-container search-v1"></div>
  488.                        </form>
  489.                    </div>
  490.                </div>
  491.                <div class="col-12 ">
  492.                    <div class="header-utilities-v10">
  493.                        <div class="utility-item-v10 d-lg-none">
  494.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  495.                                <div class="menu-icon-v10">
  496.                                    <span class="menu-bar-v10"></span>
  497.                                    <span class="menu-bar-v10"></span>
  498.                                    <span class="menu-bar-v10"></span>
  499.                                </div>
  500.                            </button>
  501.                        </div>
  502.                    </div>
  503.                </div>
  504.            </div>
  505.        </div>
  506.  
  507.        <!-- Navigation Bar -->
  508.    <nav class="navigation-v10 d-none d-lg-block">
  509.    <div class="nav-container-v10">
  510.        <ul class="nav-menu-v10">
  511.  
  512.            
  513.            <li class="nav-item-v10">
  514.                <a href="/" class="nav-link-v10 active-v10">
  515.                    <div class="link-content-v10">
  516.                        <span class="link-text-v10">Home</span>
  517.                        <div class="link-indicator-v10"></div>
  518.                    </div>
  519.                </a>
  520.            </li>
  521.  
  522.            
  523.            
  524.                
  525.                    
  526.                    
  527.                        <li class="nav-item-v10">
  528.                            <a href="/category/all-posts/" class="nav-link-v10">
  529.                                <div class="link-content-v10">
  530.                                    <span class="link-text-v10">All Posts</span>
  531.                                    <div class="link-indicator-v10"></div>
  532.                                </div>
  533.                            </a>
  534.                        </li>
  535.                    
  536.  
  537.                
  538.  
  539.                
  540.                
  541.            
  542.                
  543.                    
  544.                    
  545.                        <li class="nav-item-v10">
  546.                            <a href="/category/business/" class="nav-link-v10">
  547.                                <div class="link-content-v10">
  548.                                    <span class="link-text-v10">Business</span>
  549.                                    <div class="link-indicator-v10"></div>
  550.                                </div>
  551.                            </a>
  552.                        </li>
  553.                    
  554.  
  555.                
  556.  
  557.                
  558.                
  559.            
  560.                
  561.                    
  562.                    
  563.                        <li class="nav-item-v10">
  564.                            <a href="/category/esports/" class="nav-link-v10">
  565.                                <div class="link-content-v10">
  566.                                    <span class="link-text-v10">Esports</span>
  567.                                    <div class="link-indicator-v10"></div>
  568.                                </div>
  569.                            </a>
  570.                        </li>
  571.                    
  572.  
  573.                
  574.  
  575.                
  576.                
  577.            
  578.                
  579.                    
  580.                    
  581.                        <li class="nav-item-v10">
  582.                            <a href="/category/fashion/" class="nav-link-v10">
  583.                                <div class="link-content-v10">
  584.                                    <span class="link-text-v10">Fashion</span>
  585.                                    <div class="link-indicator-v10"></div>
  586.                                </div>
  587.                            </a>
  588.                        </li>
  589.                    
  590.  
  591.                
  592.  
  593.                
  594.                
  595.            
  596.                
  597.                    
  598.                    
  599.                        <li class="nav-item-v10">
  600.                            <a href="/category/featured/" class="nav-link-v10">
  601.                                <div class="link-content-v10">
  602.                                    <span class="link-text-v10">Featured</span>
  603.                                    <div class="link-indicator-v10"></div>
  604.                                </div>
  605.                            </a>
  606.                        </li>
  607.                    
  608.  
  609.                
  610.  
  611.                
  612.                
  613.            
  614.                
  615.                    
  616.                    
  617.                        <li class="nav-item-v10">
  618.                            <a href="/category/gaming/" class="nav-link-v10">
  619.                                <div class="link-content-v10">
  620.                                    <span class="link-text-v10">Gaming</span>
  621.                                    <div class="link-indicator-v10"></div>
  622.                                </div>
  623.                            </a>
  624.                        </li>
  625.                    
  626.  
  627.                
  628.  
  629.                
  630.                
  631.            
  632.                
  633.                    
  634.                    
  635.                        <li class="nav-item-v10">
  636.                            <a href="/category/health/" class="nav-link-v10">
  637.                                <div class="link-content-v10">
  638.                                    <span class="link-text-v10">Health</span>
  639.                                    <div class="link-indicator-v10"></div>
  640.                                </div>
  641.                            </a>
  642.                        </li>
  643.                    
  644.  
  645.                
  646.  
  647.                
  648.                
  649.            
  650.                
  651.                    
  652.                    
  653.                        <li class="nav-item-v10">
  654.                            <a href="/category/life-fitness/" class="nav-link-v10">
  655.                                <div class="link-content-v10">
  656.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  657.                                    <div class="link-indicator-v10"></div>
  658.                                </div>
  659.                            </a>
  660.                        </li>
  661.                    
  662.  
  663.                
  664.  
  665.                
  666.                
  667.            
  668.                
  669.                    
  670.                    
  671.                        <li class="nav-item-v10">
  672.                            <a href="/category/lifestyle/" class="nav-link-v10">
  673.                                <div class="link-content-v10">
  674.                                    <span class="link-text-v10">Lifestyle</span>
  675.                                    <div class="link-indicator-v10"></div>
  676.                                </div>
  677.                            </a>
  678.                        </li>
  679.                    
  680.  
  681.                
  682.  
  683.                
  684.                
  685.            
  686.                
  687.                    
  688.                    <li class="nav-item-v10 has-submenu-v10">
  689.                        <a href="#" class="nav-link-v10">
  690.                            <div class="link-content-v10">
  691.                                <span class="link-text-v10">More</span>
  692.                                <div class="link-arrow-v10"></div>
  693.                                <div class="link-indicator-v10"></div>
  694.                            </div>
  695.                        </a>
  696.                        <div class="submenu-v10">
  697.                            <div class="submenu-content-v10">
  698.                                <div class="submenu-column-v10">
  699.                                    <ul class="submenu-links-v10">
  700.                                        <li>
  701.                                            <a href="/category/news/" class="submenu-link-v10">
  702.                                                News
  703.                                            </a>
  704.                                        </li>
  705.                
  706.  
  707.                
  708.                
  709.            
  710.                
  711.                                        <li>
  712.                                            <a href="/category/others/" class="submenu-link-v10">
  713.                                                Others
  714.                                            </a>
  715.                                        </li>
  716.                
  717.  
  718.                
  719.                
  720.            
  721.                
  722.                                        <li>
  723.                                            <a href="/category/politics/" class="submenu-link-v10">
  724.                                                Politics
  725.                                            </a>
  726.                                        </li>
  727.                
  728.  
  729.                
  730.                
  731.            
  732.                
  733.                                        <li>
  734.                                            <a href="/category/sports/" class="submenu-link-v10">
  735.                                                Sports
  736.                                            </a>
  737.                                        </li>
  738.                
  739.  
  740.                
  741.                
  742.            
  743.                
  744.                                        <li>
  745.                                            <a href="/category/tech/" class="submenu-link-v10">
  746.                                                Tech
  747.                                            </a>
  748.                                        </li>
  749.                
  750.  
  751.                
  752.                
  753.            
  754.                
  755.                                        <li>
  756.                                            <a href="/category/travel/" class="submenu-link-v10">
  757.                                                Travel
  758.                                            </a>
  759.                                        </li>
  760.                
  761.  
  762.                
  763.                
  764.                                    </ul>
  765.                                </div>
  766.                            </div>
  767.                        </div>
  768.                    </li>
  769.                
  770.            
  771.            <li class="nav-item-v10">
  772.                <a href="/page/contact-us/" class="nav-link-v10">
  773.                    <div class="link-content-v10">
  774.                        <span class="link-text-v10">Contact Us</span>
  775.                        <div class="link-indicator-v10"></div>
  776.                    </div>
  777.                </a>
  778.            </li>
  779.        </ul>
  780.    </div>
  781. </nav>
  782.  
  783.        <!-- Mobile Menu -->
  784.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  785.            <div class="mobile-menu-content-v10">
  786.                <ul class="mobile-menu-list-v10">
  787.  
  788.                    
  789.                    <li class="mobile-menu-item-v10">
  790.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  791.                            <span class="mobile-link-text-v10">Home</span>
  792.                        </a>
  793.                    </li>
  794.  
  795.                    
  796.                    
  797.                    
  798.                    <li class="mobile-menu-item-v10">
  799.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  800.                            <span class="mobile-link-text-v10">All Posts</span>
  801.                        </a>
  802.                    </li>
  803.                    
  804.                    
  805.                    
  806.                    <li class="mobile-menu-item-v10">
  807.                        <a href="/category/business/" class="mobile-menu-link-v10">
  808.                            <span class="mobile-link-text-v10">Business</span>
  809.                        </a>
  810.                    </li>
  811.                    
  812.                    
  813.                    
  814.                    <li class="mobile-menu-item-v10">
  815.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  816.                            <span class="mobile-link-text-v10">Esports</span>
  817.                        </a>
  818.                    </li>
  819.                    
  820.                    
  821.                    
  822.                    <li class="mobile-menu-item-v10">
  823.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  824.                            <span class="mobile-link-text-v10">Fashion</span>
  825.                        </a>
  826.                    </li>
  827.                    
  828.                    
  829.                    
  830.                    <li class="mobile-menu-item-v10">
  831.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  832.                            <span class="mobile-link-text-v10">Featured</span>
  833.                        </a>
  834.                    </li>
  835.                    
  836.                    
  837.                    
  838.                    <li class="mobile-menu-item-v10">
  839.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  840.                            <span class="mobile-link-text-v10">Gaming</span>
  841.                        </a>
  842.                    </li>
  843.                    
  844.                    
  845.                    
  846.                    <li class="mobile-menu-item-v10">
  847.                        <a href="/category/health/" class="mobile-menu-link-v10">
  848.                            <span class="mobile-link-text-v10">Health</span>
  849.                        </a>
  850.                    </li>
  851.                    
  852.                    
  853.                    
  854.                    <li class="mobile-menu-item-v10">
  855.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  856.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  857.                        </a>
  858.                    </li>
  859.                    
  860.                    
  861.                    
  862.                    <li class="mobile-menu-item-v10">
  863.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  864.                            <span class="mobile-link-text-v10">Lifestyle</span>
  865.                        </a>
  866.                    </li>
  867.                    
  868.                    
  869.                    
  870.                    <li class="mobile-menu-item-v10">
  871.                        <a href="/category/news/" class="mobile-menu-link-v10">
  872.                            <span class="mobile-link-text-v10">News</span>
  873.                        </a>
  874.                    </li>
  875.                    
  876.                    
  877.                    
  878.                    <li class="mobile-menu-item-v10">
  879.                        <a href="/category/others/" class="mobile-menu-link-v10">
  880.                            <span class="mobile-link-text-v10">Others</span>
  881.                        </a>
  882.                    </li>
  883.                    
  884.                    
  885.                    
  886.                    <li class="mobile-menu-item-v10">
  887.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  888.                            <span class="mobile-link-text-v10">Politics</span>
  889.                        </a>
  890.                    </li>
  891.                    
  892.                    
  893.                    
  894.                    <li class="mobile-menu-item-v10">
  895.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  896.                            <span class="mobile-link-text-v10">Sports</span>
  897.                        </a>
  898.                    </li>
  899.                    
  900.                    
  901.                    
  902.                    <li class="mobile-menu-item-v10">
  903.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  904.                            <span class="mobile-link-text-v10">Tech</span>
  905.                        </a>
  906.                    </li>
  907.                    
  908.                    
  909.                    
  910.                    <li class="mobile-menu-item-v10">
  911.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  912.                            <span class="mobile-link-text-v10">Travel</span>
  913.                        </a>
  914.                    </li>
  915.                    
  916.                    
  917.  
  918.                </ul>
  919.            </div>
  920.        </div>
  921.  
  922.    </div>
  923. </header>
  924.  
  925. <style>
  926.    .logo-link-v9 img{
  927.        height: 70px;
  928.        width: auto;
  929.        object-fit: cover;
  930.    }
  931.    /* Navbar V10 Styles - Modern Two-Tier Design */
  932.    .header-v10 {
  933.        background: var(--navbar-bg);
  934.        margin-bottom: 10px;
  935.        position: relative;
  936.    }
  937.  
  938.    /* Top Bar */
  939.    .top-bar-v10 {
  940.        padding: 16px 0;
  941.    }
  942.  
  943.    /* Brand Section */
  944.    .brand-section-v10 {
  945.        display: flex;
  946.        align-items: center;
  947.    }
  948.  
  949.    .brand-link-v10 {
  950.        display: flex;
  951.        align-items: center;
  952.        text-decoration: none;
  953.    }
  954.  
  955.    .brand-icon-v10 {
  956.        width: 48px;
  957.        height: 48px;
  958.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  959.        border-radius: 12px;
  960.        display: flex;
  961.        align-items: center;
  962.        justify-content: center;
  963.        padding: 8px;
  964.    }
  965.  
  966.    .brand-img-v10 {
  967.        max-width: 100%;
  968.        max-height: 100%;
  969.        filter: brightness(0) invert(1);
  970.    }
  971.  
  972.    /* Search Container */
  973.    .search-container-v10 {
  974.        max-width: 500px;
  975.        margin-left: auto;
  976.    }
  977.  
  978.    .search-group-v10 {
  979.        display: flex;
  980.        align-items: center;
  981.        background: #f9fafb;
  982.        border: 2px solid #e5e7eb;
  983.        border-radius: 12px;
  984.        overflow: hidden;
  985.        transition: all 0.3s ease;
  986.    }
  987.  
  988.    .search-group-v10:focus-within {
  989.        background: #ffffff;
  990.        border-color: #3b82f6;
  991.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  992.    }
  993.  
  994.    .search-icon-wrapper-v10 {
  995.        padding: 12px 16px;
  996.        display: flex;
  997.        align-items: center;
  998.    }
  999.  
  1000.    .search-icon-v10 {
  1001.        width: 16px;
  1002.        height: 16px;
  1003.        background: #9ca3af;
  1004.        border-radius: 50%;
  1005.        position: relative;
  1006.    }
  1007.  
  1008.    .search-icon-v10::after {
  1009.        content: '';
  1010.        position: absolute;
  1011.        top: 12px;
  1012.        left: 12px;
  1013.        width: 6px;
  1014.        height: 1px;
  1015.        background: #9ca3af;
  1016.        transform: rotate(45deg);
  1017.    }
  1018.  
  1019.    .search-field-v10 {
  1020.        flex: 1;
  1021.        border: none;
  1022.        background: transparent;
  1023.        font-size: 15px;
  1024.        padding: 12px 0;
  1025.        outline: none;
  1026.        color: #1f2937;
  1027.    }
  1028.  
  1029.    .search-field-v10::placeholder {
  1030.        color: #9ca3af;
  1031.    }
  1032.  
  1033.    .search-button-v10 {
  1034.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1035.        color: white;
  1036.        border: none;
  1037.        padding: 14px 15px;
  1038.        font-weight: 600;
  1039.        cursor: pointer;
  1040.        transition: all 0.3s ease;
  1041.    }
  1042.  
  1043.    .search-button-v10:hover {
  1044.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1045.    }
  1046.  
  1047.    /* Header Utilities */
  1048.    .header-utilities-v10 {
  1049.        display: flex;
  1050.        align-items: center;
  1051.        justify-content: flex-end;
  1052.        gap: 8px;
  1053.    }
  1054.  
  1055.    .utility-item-v10 {
  1056.        display: flex;
  1057.    }
  1058.  
  1059.    .theme-toggle-v10,
  1060.    .mobile-search-v10,
  1061.    .menu-trigger-v10 {
  1062.        background: #f9fafb;
  1063.        border: 1px solid #e5e7eb;
  1064.        border-radius: 8px;
  1065.        padding: 10px;
  1066.        cursor: pointer;
  1067.        transition: all 0.3s ease;
  1068.    }
  1069.  
  1070.    .mobile-search-v10:hover,
  1071.    .menu-trigger-v10:hover {
  1072.        background: #f3f4f6;
  1073.        border-color: #d1d5db;
  1074.    }
  1075.  
  1076.    .mobile-search-icon-v10 {
  1077.        width: 16px;
  1078.        height: 16px;
  1079.        background: #6b7280;
  1080.        border-radius: 50%;
  1081.    }
  1082.  
  1083.    .menu-icon-v10 {
  1084.        display: flex;
  1085.        flex-direction: column;
  1086.        gap: 3px;
  1087.        width: 16px;
  1088.    }
  1089.  
  1090.    .menu-bar-v10 {
  1091.        height: 2px;
  1092.        background: #6b7280;
  1093.        border-radius: 1px;
  1094.        transition: all 0.3s ease;
  1095.    }
  1096.  
  1097.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1098.        transform: rotate(45deg) translate(4px, 4px);
  1099.    }
  1100.  
  1101.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1102.        opacity: 0;
  1103.    }
  1104.  
  1105.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1106.        transform: rotate(-45deg) translate(6px, -6px);
  1107.    }
  1108.  
  1109.    /* Navigation */
  1110.    .navigation-v10 {
  1111.        background: var(--navbar-bg);
  1112.    }
  1113.  
  1114.    .nav-container-v10 {
  1115.        padding: 0;
  1116.        display: flex;
  1117.        justify-content: flex-end;
  1118.    }
  1119.  
  1120.    .nav-menu-v10 {
  1121.        list-style: none;
  1122.        padding: 0;
  1123.        margin: 0;
  1124.        display: flex;
  1125.        align-items: stretch;
  1126.    }
  1127.  
  1128.    .nav-item-v10 {
  1129.        position: relative;
  1130.    }
  1131.  
  1132.    .nav-link-v10 {
  1133.        color: #374151;
  1134.        text-decoration: none;
  1135.        display: block;
  1136.        transition: all 0.3s ease;
  1137.    }
  1138.  
  1139.    .link-content-v10 {
  1140.        padding: 16px 20px;
  1141.        display: flex;
  1142.        align-items: center;
  1143.        gap: 6px;
  1144.        position: relative;
  1145.    }
  1146.  
  1147.    .link-text-v10 {
  1148.        font-size: 15px;
  1149.        font-weight: 600;
  1150.    }
  1151.  
  1152.    .link-arrow-v10 {
  1153.        width: 0;
  1154.        height: 0;
  1155.        border-left: 3px solid transparent;
  1156.        border-right: 3px solid transparent;
  1157.        border-top: 3px solid currentColor;
  1158.        transition: transform 0.3s ease;
  1159.    }
  1160.  
  1161.    .link-indicator-v10 {
  1162.        position: absolute;
  1163.        bottom: 0;
  1164.        left: 0;
  1165.        right: 0;
  1166.        height: 3px;
  1167.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1168.        transform: scaleX(0);
  1169.        transition: transform 0.3s ease;
  1170.    }
  1171.  
  1172.    .nav-link-v10:hover,
  1173.    .nav-link-v10.active-v10 {
  1174.        color: white !important;
  1175.        background: var(--bs-primary);
  1176.    }
  1177.  
  1178.    .nav-link-v10:hover .link-indicator-v10,
  1179.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1180.        transform: scaleX(1);
  1181.    }
  1182.  
  1183.    .has-submenu-v10:hover .link-arrow-v10 {
  1184.        transform: rotate(180deg);
  1185.    }
  1186.  
  1187.    /* Submenu */
  1188.    .submenu-v10 {
  1189.        position: absolute;
  1190.        top: 100%;
  1191.        left: 0;
  1192.        background: #ffffff;
  1193.        border: 1px solid #e5e7eb;
  1194.        border-radius: 12px;
  1195.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1196.        opacity: 0;
  1197.        visibility: hidden;
  1198.        transform: translateY(-8px);
  1199.        transition: all 0.3s ease;
  1200.        z-index: 1000;
  1201.        min-width: 400px;
  1202.        padding: 24px;
  1203.        margin-top: 8px;
  1204.    }
  1205.  
  1206.    .has-submenu-v10:hover .submenu-v10 {
  1207.        opacity: 1;
  1208.        visibility: visible;
  1209.        transform: translateY(0);
  1210.    }
  1211.  
  1212.    .submenu-content-v10 {
  1213.        display: grid;
  1214.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1215.        gap: 24px;
  1216.    }
  1217.  
  1218.    .submenu-title-v10 {
  1219.        font-size: 13px;
  1220.        font-weight: 700;
  1221.        color: #3b82f6;
  1222.        margin-bottom: 12px;
  1223.        text-transform: uppercase;
  1224.        letter-spacing: 0.5px;
  1225.    }
  1226.  
  1227.    .submenu-links-v10 {
  1228.        list-style: none;
  1229.        padding: 0;
  1230.        margin: 0;
  1231.    }
  1232.  
  1233.    .submenu-link-v10 {
  1234.        display: block;
  1235.        color: #6b7280 !important;
  1236.        text-decoration: none;
  1237.        font-size: 14px;
  1238.        padding: 8px 0;
  1239.        transition: color 0.3s ease;
  1240.    }
  1241.  
  1242.    .submenu-link-v10:hover {
  1243.        color: #3b82f6 !important;
  1244.    }
  1245.  
  1246.    /* Mobile Search Panel */
  1247.    .mobile-search-panel-v10 {
  1248.        background: #f9fafb;
  1249.        border-bottom: 1px solid #e5e7eb;
  1250.        padding: 12px 0;
  1251.        max-height: 0;
  1252.        overflow: hidden;
  1253.        transition: all 0.3s ease;
  1254.    }
  1255.  
  1256.    .mobile-search-panel-v10.show-v10 {
  1257.        max-height: 80px;
  1258.    }
  1259.  
  1260.    .mobile-search-wrapper-v10 {
  1261.        display: flex;
  1262.        align-items: center;
  1263.        background: #ffffff;
  1264.        border: 1px solid #e5e7eb;
  1265.        border-radius: 8px;
  1266.        overflow: hidden;
  1267.    }
  1268.  
  1269.    .mobile-search-input-v10 {
  1270.        flex: 1;
  1271.        border: none;
  1272.        padding: 12px 16px;
  1273.        font-size: 15px;
  1274.        outline: none;
  1275.        background: transparent;
  1276.    }
  1277.  
  1278.    .mobile-search-btn-v10 {
  1279.        background: #3b82f6;
  1280.        border: none;
  1281.        padding: 12px 16px;
  1282.        cursor: pointer;
  1283.    }
  1284.  
  1285.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1286.        background: white;
  1287.    }
  1288.  
  1289.    /* Mobile Menu */
  1290.    .mobile-menu-v10 {
  1291.        background: #ffffff;
  1292.        border-bottom: 1px solid #e5e7eb;
  1293.        max-height: 0;
  1294.        overflow: hidden;
  1295.        transition: all 0.4s ease;
  1296.    }
  1297.  
  1298.    .mobile-menu-v10.show-v10 {
  1299.        max-height: 500px;
  1300.    }
  1301.  
  1302.    .mobile-menu-content-v10 {
  1303.        padding: 16px 30px;
  1304.    }
  1305.  
  1306.    .mobile-menu-list-v10 {
  1307.        list-style: none;
  1308.        padding: 0;
  1309.        margin: 0;
  1310.    }
  1311.  
  1312.    .mobile-menu-item-v10 {
  1313.        border-bottom: 1px solid #f3f4f6;
  1314.    }
  1315.  
  1316.    .mobile-menu-link-v10,
  1317.    .mobile-menu-toggle-v10 {
  1318.        display: flex;
  1319.        align-items: center;
  1320.        justify-content: space-between;
  1321.        color: #374151;
  1322.        text-decoration: none;
  1323.        font-size: 16px;
  1324.        font-weight: 600;
  1325.        padding: 16px 0;
  1326.        transition: color 0.3s ease;
  1327.        background: none;
  1328.        border: none;
  1329.        width: 100%;
  1330.        cursor: pointer;
  1331.    }
  1332.  
  1333.    .mobile-menu-link-v10:hover,
  1334.    .mobile-menu-toggle-v10:hover,
  1335.    .mobile-menu-link-v10.active-v10 {
  1336.        color: var(--bs-light);
  1337.    }
  1338.  
  1339.    .mobile-toggle-arrow-v10 {
  1340.        width: 0;
  1341.        height: 0;
  1342.        border-left: 4px solid transparent;
  1343.        border-right: 4px solid transparent;
  1344.        border-top: 4px solid currentColor;
  1345.        transition: transform 0.3s ease;
  1346.    }
  1347.  
  1348.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1349.        transform: rotate(180deg);
  1350.    }
  1351.  
  1352.    .mobile-submenu-v10 {
  1353.        list-style: none;
  1354.        padding: 0;
  1355.        margin: 0;
  1356.        max-height: 0;
  1357.        overflow: hidden;
  1358.        transition: all 0.3s ease;
  1359.        background: #f9fafb;
  1360.    }
  1361.  
  1362.    .mobile-submenu-v10.show-v10 {
  1363.        max-height: 200px;
  1364.        padding: 8px 0;
  1365.    }
  1366.  
  1367.    .mobile-submenu-link-v10 {
  1368.        display: block;
  1369.        color: #6b7280;
  1370.        text-decoration: none;
  1371.        font-size: 14px;
  1372.        padding: 10px 20px;
  1373.        transition: color 0.3s ease;
  1374.    }
  1375.  
  1376.    .mobile-submenu-link-v10:hover {
  1377.        color: #3b82f6;
  1378.    }
  1379.  
  1380.    /* Responsive Design */
  1381.    @media (max-width: 768px) {
  1382.        .top-bar-v10 {
  1383.            padding: 12px 0;
  1384.        }
  1385.  
  1386.        .brand-icon-v10 {
  1387.            width: 40px;
  1388.            height: 40px;
  1389.        }
  1390.  
  1391.        .brand-name-v10 {
  1392.            font-size: 18px;
  1393.        }
  1394.  
  1395.        .brand-tagline-v10 {
  1396.            font-size: 11px;
  1397.        }
  1398.    }
  1399.  
  1400.    @media (max-width: 576px) {
  1401.        .brand-text-v10 {
  1402.            display: none;
  1403.        }
  1404.    }
  1405. </style>
  1406.  
  1407. <script>
  1408.    function toggleMobileSearchV10() {
  1409.        const searchPanel = document.getElementById('mobileSearchV10');
  1410.        const searchBtn = document.querySelector('.mobile-search-v10');
  1411.  
  1412.        if (searchPanel) {
  1413.            searchPanel.classList.toggle('show-v10');
  1414.  
  1415.            if (searchPanel.classList.contains('show-v10')) {
  1416.                setTimeout(() => {
  1417.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1418.                    if (input) input.focus();
  1419.                }, 100);
  1420.            }
  1421.        }
  1422.    }
  1423.  
  1424.    function toggleMenuV10() {
  1425.        const mobileMenu = document.getElementById('mobileMenuV10');
  1426.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1427.  
  1428.        if (mobileMenu && menuBtn) {
  1429.            mobileMenu.classList.toggle('show-v10');
  1430.            menuBtn.classList.toggle('active-v10');
  1431.        }
  1432.    }
  1433.  
  1434.    function toggleMobileSubmenuV10(submenuId) {
  1435.        const submenu = document.getElementById(submenuId);
  1436.        if (!submenu) return;
  1437.  
  1438.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1439.  
  1440.        // Close other submenus
  1441.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1442.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1443.  
  1444.        allSubmenus.forEach(menu => {
  1445.            if (menu.id !== submenuId) {
  1446.                menu.classList.remove('show-v10');
  1447.            }
  1448.        });
  1449.  
  1450.        allParents.forEach(parent => {
  1451.            if (parent !== parentItem) {
  1452.                parent.classList.remove('open-v10');
  1453.            }
  1454.        });
  1455.  
  1456.        // Toggle current submenu
  1457.        submenu.classList.toggle('show-v10');
  1458.        if (parentItem) {
  1459.            parentItem.classList.toggle('open-v10');
  1460.        }
  1461.    }
  1462.  
  1463.    // Close menus when clicking outside
  1464.    document.addEventListener('click', function (e) {
  1465.        const mobileMenu = document.getElementById('mobileMenuV10');
  1466.        const mobileSearch = document.getElementById('mobileSearchV10');
  1467.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1468.        const searchBtn = document.querySelector('.mobile-search-v10');
  1469.  
  1470.        // Close mobile menu
  1471.        if (mobileMenu && menuBtn &&
  1472.            !mobileMenu.contains(e.target) &&
  1473.            !menuBtn.contains(e.target)) {
  1474.            mobileMenu.classList.remove('show-v10');
  1475.            menuBtn.classList.remove('active-v10');
  1476.        }
  1477.  
  1478.        // Close mobile search
  1479.        if (mobileSearch && searchBtn &&
  1480.            !mobileSearch.contains(e.target) &&
  1481.            !searchBtn.contains(e.target)) {
  1482.            mobileSearch.classList.remove('show-v10');
  1483.        }
  1484.    });
  1485. </script>
  1486.  
  1487. <script>
  1488.  document.addEventListener("DOMContentLoaded", function () {
  1489.    console.log("loaded");
  1490.  
  1491.     const searchInput = document.getElementById("search-input")
  1492.    const searchResults = document.getElementById("search-results");
  1493.  
  1494.    if (!searchInput || !searchResults) {
  1495.      console.error("Search input/results not found");
  1496.      return;
  1497.    }
  1498.  
  1499.    // Prevent form submission
  1500.    if (searchInput.form) {
  1501.      searchInput.form.addEventListener("submit", function (e) {
  1502.        e.preventDefault();
  1503.      });
  1504.    }
  1505.  
  1506.    // Add event listener for keyup
  1507.    searchInput.addEventListener("keyup", function (e) {
  1508.      console.log("Key pressed:", e.key);
  1509.      e.preventDefault();
  1510.  
  1511.      const query = searchInput.value.trim();
  1512.      console.log("User is typing: " + query);
  1513.  
  1514.      // If empty → clear and hide
  1515.      if (query === "") {
  1516.        searchResults.innerHTML = "";
  1517.        searchResults.style.display = "none";
  1518.        return;
  1519.      }
  1520.  
  1521.      // Show results
  1522.      searchResults.style.display = "block";
  1523.  
  1524.      // Fetch search results
  1525.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1526.        method: "GET",
  1527.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1528.      })
  1529.        .then(response => {
  1530.          console.log("Response Status:", response.status);
  1531.          return response.json();
  1532.        })
  1533.        .then(data => {
  1534.          console.log("Data received:", data);
  1535.          if (data.html) {
  1536.            searchResults.innerHTML = data.html;
  1537.          } else {
  1538.            searchResults.innerHTML = "<p>No results found.</p>";
  1539.          }
  1540.        })
  1541.        .catch(error => {
  1542.          console.error("Error fetching search results:", error);
  1543.        });
  1544.    });
  1545.  
  1546.    // Close results when clicking outside
  1547.    document.addEventListener("click", function (e) {
  1548.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  
  1553.    // Close results on ESC key
  1554.    document.addEventListener("keydown", function (e) {
  1555.      if (e.key === "Escape") {
  1556.        searchResults.style.display = "none";
  1557.      }
  1558.    });
  1559.  });
  1560. </script>
  1561.  
  1562. <style>
  1563.        /* search field */
  1564.  .search-results-container {
  1565.  position: absolute;
  1566.  top: 60%; /* Position it below the input field */
  1567.  left: 10px;
  1568.  right: 10px;
  1569.  background-color: white;
  1570.  border: 1px solid #ddd;
  1571.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1572.  max-height: 300px;
  1573.  overflow-y: auto;
  1574.  z-index: 1000;
  1575.  display: none; /* Initially hidden */
  1576. }
  1577.  
  1578. .search-results-container p {
  1579.  margin: 0;
  1580. }
  1581.  
  1582. .search-results-container .result-item {
  1583.  padding: 10px;
  1584.  cursor: pointer;
  1585. }
  1586.  
  1587. .search-results-container .result-item:hover {
  1588.  background-color: #f0f0f0;
  1589. }
  1590. @media (max-width: 992px) {
  1591.  .search-results-container {
  1592.    top: 70%;
  1593.  }
  1594.    
  1595. }
  1596. </style>
  1597.  
  1598.        </header>
  1599.        <!-- end of header -->
  1600.        <!-- start of wpo-blog-hero -->
  1601.        
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609. <div class="blog-hero-v5">
  1610.  <div class="container-fluid fluid-container">
  1611.    <!-- Hero Header -->
  1612.  
  1613.    <!-- Main Content Grid -->
  1614.    <div class="row g-4">
  1615.      <!-- Large Featured Post - Left Side -->
  1616.      <div class="col-lg-6 col-md-12">
  1617.        
  1618.        
  1619.          
  1620.        <div class="large-featured-card">
  1621.          <div class="card-image-wrapper">
  1622.            
  1623.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1624.            
  1625.            <div class="image-overlay">
  1626.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1627.            </div>
  1628.          </div>
  1629.          <div class="card-content">
  1630.            <h2 class="card-title"><a class="top-color" href="/3-pokemon-games-that-didnt-get-the-adoration-they-deserved/">
  1631.                                        3 Pokemon Games That Didn&#x27;t Get the Adoration They Deserved
  1632.                                    </a></h2>
  1633.            <p class="card-description"></p>
  1634.            <div class="card-footer">
  1635.              <div class="author-section">
  1636.                <div class="author-avatar">
  1637.                  
  1638.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="author-img">
  1639.                    
  1640.                </div>
  1641.                <div class="author-details">
  1642.                  <span class="author-name">Kristin Bray</span>
  1643.                  <span class="publish-date">11 Sep 2026</span>
  1644.                </div>
  1645.              </div>
  1646.              <div class="read-time">
  1647.                <!-- <span>9 min read</span> -->
  1648.              </div>
  1649.            </div>
  1650.          </div>
  1651.        </div>
  1652.  
  1653.        
  1654.      </div>
  1655.      
  1656.  
  1657.      <!-- Right Side - Grid of Posts -->
  1658.      <div class="col-lg-6 col-md-12">
  1659.        <div class="row h-100">
  1660.          
  1661.          
  1662.            
  1663.          <!-- Medium Featured Post -->
  1664.          <div class="col-12 mb-3">
  1665.            <div class="medium-featured-card h-100">
  1666.              <div class="row g-0 h-100">
  1667.                <div class="col-md-6">
  1668.                  <div class="medium-image-wrapper">
  1669.                    
  1670.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1671.                      
  1672.                    <div class="medium-overlay">
  1673.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1674.                    </div>
  1675.                  </div>
  1676.                </div>
  1677.                <div class="col-md-6">
  1678.                  <div class="medium-content">
  1679.                    <h3 class="medium-title"><a class="top-color" href="/searles-last-minute-kick-delivers-emotional-leicester-win-against-bath-rugby/">
  1680.                                        Searle&#x27;s Last-Minute Kick Delivers Emotional Leicester Win Against Bath Rugby
  1681.                                    </a></h3>
  1682.                    <p class="medium-excerpt"></p>
  1683.                    <div class="medium-meta">
  1684.                      <span class="author">By Kristin Bray</span>
  1685.                      <span class="date">10 Sep 2026</span>
  1686.                    </div>
  1687.                  </div>
  1688.                </div>
  1689.              </div>
  1690.            </div>
  1691.          </div>
  1692.  
  1693.          
  1694.          
  1695.  
  1696.          
  1697.            <!-- Small Cards Row -->
  1698.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1699.              <div class="small-card h-100">
  1700.                <div class="small-image-wrapper">
  1701.                    
  1702.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1703.                            style="object-fit: cover;" alt="">
  1704.                    
  1705.                  <span class="small-category bg-primary-gradient">News</span>
  1706.                </div>
  1707.                <div class="small-content">
  1708.                  <h4 class="small-title"> <a class="top-color" href="/the-most-disappointing-games-of-the-year-2025-according-to-aggregate-scores/" >
  1709.                                        The Most Disappointing Games of the Year 2025, According to Aggregate Scores
  1710.                                    </a></h4>
  1711.                  <p class="medium-excerpt"></p>
  1712.                  <div class="small-meta">
  1713.                    <span>By Kristin Bray</span>
  1714.                    <span>10 Sep 2026</span>
  1715.                  </div>
  1716.                </div>
  1717.              </div>
  1718.            </div>
  1719.            
  1720.            <!-- Small Cards Row -->
  1721.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1722.              <div class="small-card h-100">
  1723.                <div class="small-image-wrapper">
  1724.                    
  1725.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1726.                            style="object-fit: cover;" alt="">
  1727.                    
  1728.                  <span class="small-category bg-primary-gradient">News</span>
  1729.                </div>
  1730.                <div class="small-content">
  1731.                  <h4 class="small-title"> <a class="top-color" href="/netflixs-unexpected-new-undead-film-breathes-new-life-into-a-tired-style/" >
  1732.                                        Netflix&#x27;s Unexpected New Undead Film Breathes New Life into a Tired Style
  1733.                                    </a></h4>
  1734.                  <p class="medium-excerpt"></p>
  1735.                  <div class="small-meta">
  1736.                    <span>By Kristin Bray</span>
  1737.                    <span>10 Sep 2026</span>
  1738.                  </div>
  1739.                </div>
  1740.              </div>
  1741.            </div>
  1742.            
  1743.  
  1744.        </div>
  1745.      </div>
  1746.    </div>
  1747.  </div>
  1748. </div>
  1749.  
  1750. <style>
  1751.  /* Blog Hero V5 - Clean Card Grid Design */
  1752.  :root {
  1753.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1754.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1755.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1756.  
  1757.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1758.  }
  1759.  
  1760.  .blog-hero-v5 {
  1761.    padding: 4rem 0;
  1762.  }
  1763.  
  1764.  /* Hero Header */
  1765.  .hero-header {
  1766.    margin-bottom: 2rem;
  1767.  }
  1768.  
  1769.  .hero-title {
  1770.    font-size: 3.5rem;
  1771.    font-weight: 800;
  1772.    color: var(--text-dark);
  1773.    margin-bottom: 1rem;
  1774.    letter-spacing: -0.025em;
  1775.    line-height: 1.1;
  1776.  }
  1777.  
  1778.  .hero-subtitle {
  1779.    font-size: 1.25rem;
  1780.    color: var(--text-light);
  1781.    font-weight: 400;
  1782.    max-width: 600px;
  1783.    margin: 0 auto;
  1784.  }
  1785.  
  1786.  /* Large Featured Card */
  1787.  .large-featured-card {
  1788.    background: var(--card-bg);
  1789.    border-radius: var(--border-radius);
  1790.    box-shadow: var(--shadow-medium);
  1791.    overflow: hidden;
  1792.    height: 100%;
  1793.    transition: var(--transition);
  1794.    border: 1px solid var(--border-color);
  1795.  }
  1796.  
  1797.  .large-featured-card:hover {
  1798.    transform: translateY(-8px);
  1799.    box-shadow: var(--shadow-heavy);
  1800.  }
  1801.  
  1802.  .card-image-wrapper {
  1803.    position: relative;
  1804.    height: 280px;
  1805.    overflow: hidden;
  1806.  }
  1807.  
  1808.  .card-image {
  1809.    width: 100%;
  1810.    height: 100%;
  1811.    object-fit: cover;
  1812.    transition: var(--transition);
  1813.  }
  1814.  
  1815.  .large-featured-card:hover .card-image {
  1816.    transform: scale(1.05);
  1817.  }
  1818.  
  1819.  .image-overlay {
  1820.    position: absolute;
  1821.    top: 1.5rem;
  1822.    left: 1.5rem;
  1823.  }
  1824.  
  1825.  .card-content {
  1826.    padding: 2rem;
  1827.  }
  1828.  
  1829.  .card-title {
  1830.    font-size: 1.75rem;
  1831.    font-weight: 700;
  1832.    color: var(--text-dark);
  1833.    margin-bottom: 1rem;
  1834.    line-height: 1.3;
  1835.  }
  1836.  
  1837.  .card-description {
  1838.    color: var(--text-light);
  1839.    font-size: 1rem;
  1840.    line-height: 1.6;
  1841.    margin-bottom: 2rem;
  1842.  }
  1843.  
  1844.  .card-footer {
  1845.    display: flex;
  1846.    align-items: center;
  1847.    justify-content: space-between;
  1848.  }
  1849.  
  1850.  .author-section {
  1851.    display: flex;
  1852.    align-items: center;
  1853.    gap: 1rem;
  1854.  }
  1855.  
  1856.  .author-avatar {
  1857.    width: 48px;
  1858.    height: 48px;
  1859.    border-radius: 50%;
  1860.    overflow: hidden;
  1861.    border: 2px solid var(--border-color);
  1862.  }
  1863.  
  1864.  .author-avatar img {
  1865.    width: 100%;
  1866.    height: 100%;
  1867.    object-fit: cover;
  1868.  }
  1869.  
  1870.  .author-details {
  1871.    display: flex;
  1872.    flex-direction: column;
  1873.  }
  1874.  
  1875.  .author-name {
  1876.    font-weight: 600;
  1877.    color: var(--text-dark);
  1878.    font-size: 0.95rem;
  1879.  }
  1880.  
  1881.  .publish-date {
  1882.    color: var(--text-light);
  1883.    font-size: 0.875rem;
  1884.  }
  1885.  
  1886.  .read-time {
  1887.    background: var(--card-bg);
  1888.    padding: 0.5rem 1rem;
  1889.    border-radius: 20px;
  1890.    font-size: 0.875rem;
  1891.    color: var(--text-light);
  1892.    font-weight: 500;
  1893.  }
  1894.  
  1895.  /* Category Pills */
  1896.  .category-pill {
  1897.    display: inline-block;
  1898.    padding: 0.5rem 1rem;
  1899.    font-size: 0.75rem;
  1900.    font-weight: 600;
  1901.    text-transform: uppercase;
  1902.    letter-spacing: 0.05em;
  1903.    border-radius: 20px;
  1904.    color: white;
  1905.  }
  1906.  
  1907.  
  1908.  /* Medium Featured Card */
  1909.  .medium-featured-card {
  1910.    background: var(--card-bg);
  1911.    border-radius: var(--border-radius);
  1912.    box-shadow: var(--shadow-light);
  1913.    overflow: hidden;
  1914.    height: 220px;
  1915.    transition: var(--transition);
  1916.    border: 1px solid var(--border-color);
  1917.  }
  1918.  
  1919.  .medium-featured-card:hover {
  1920.    transform: translateY(-4px);
  1921.    box-shadow: var(--shadow-medium);
  1922.  }
  1923.  
  1924.  .medium-image-wrapper {
  1925.    position: relative;
  1926.    height: 100%;
  1927.    overflow: hidden;
  1928.  }
  1929.  
  1930.  .medium-image-wrapper img {
  1931.    width: 100%;
  1932.    height: 100%;
  1933.    object-fit: cover;
  1934.    transition: var(--transition);
  1935.  }
  1936.  
  1937.  .medium-featured-card:hover .medium-image-wrapper img {
  1938.    transform: scale(1.05);
  1939.  }
  1940.  
  1941.  .medium-overlay {
  1942.    position: absolute;
  1943.    top: 1rem;
  1944.    left: 1rem;
  1945.  }
  1946.  
  1947.  .medium-content {
  1948.    padding: 1.5rem;
  1949.    display: flex;
  1950.    flex-direction: column;
  1951.    justify-content: space-between;
  1952.    height: 100%;
  1953.  }
  1954.  
  1955.  .medium-title {
  1956.    font-size: 1.25rem;
  1957.    font-weight: 600;
  1958.    color: var(--text-dark);
  1959.    margin-bottom: 0.75rem;
  1960.    line-height: 1.3;
  1961.  }
  1962.  
  1963.  .medium-excerpt {
  1964.    color: var(--text-light);
  1965.    font-size: 0.9rem;
  1966.    line-height: 1.5;
  1967.    margin-bottom: 1rem;
  1968.    flex-grow: 1;
  1969.  }
  1970.  
  1971.  .medium-meta {
  1972.    display: flex;
  1973.    flex-direction: column;
  1974.    gap: 0.25rem;
  1975.    font-size: 0.8rem;
  1976.  }
  1977.  
  1978.  /* Small Cards */
  1979.  .small-card {
  1980.    background: var(--card-bg);
  1981.    border-radius: var(--border-radius);
  1982.    box-shadow: var(--shadow-light);
  1983.    overflow: hidden;
  1984.    transition: var(--transition);
  1985.    border: 1px solid var(--border-color);
  1986.    display: flex;
  1987.    flex-direction: column;
  1988.  }
  1989.  
  1990.  .small-card:hover {
  1991.    transform: translateY(-4px);
  1992.    box-shadow: var(--shadow-medium);
  1993.  }
  1994.  
  1995.  .small-image-wrapper {
  1996.    position: relative;
  1997.    height: 140px;
  1998.    overflow: hidden;
  1999.    flex-shrink: 0;
  2000.  }
  2001.  
  2002.  .small-image-wrapper img {
  2003.    width: 100%;
  2004.    height: 100%;
  2005.    object-fit: cover;
  2006.    transition: var(--transition);
  2007.  }
  2008.  
  2009.  .small-card:hover .small-image-wrapper img {
  2010.    transform: scale(1.05);
  2011.  }
  2012.  
  2013.  .small-category {
  2014.    position: absolute;
  2015.    top: 0.75rem;
  2016.    left: 0.75rem;
  2017.    padding: 0.25rem 0.75rem;
  2018.    font-size: 0.7rem;
  2019.    font-weight: 600;
  2020.    text-transform: uppercase;
  2021.    border-radius: 12px;
  2022.    color: white;
  2023.  }
  2024.  
  2025.  
  2026.  .small-content {
  2027.    padding: 1rem;
  2028.    flex-grow: 1;
  2029.    display: flex;
  2030.    flex-direction: column;
  2031.    justify-content: space-between;
  2032.  }
  2033.  
  2034.  .small-title {
  2035.    font-size: 1rem;
  2036.    font-weight: 600;
  2037.    color: var(--text-dark);
  2038.    margin-bottom: 0.75rem;
  2039.    line-height: 1.3;
  2040.  }
  2041.  
  2042.  .small-meta {
  2043.    display: flex;
  2044.    justify-content: space-between;
  2045.    font-size: 0.75rem;
  2046.    color: var(--text-light);
  2047.  }
  2048.  
  2049.  /* Stats Section - Removed */
  2050.  
  2051.  /* Responsive Design */
  2052.  @media (max-width: 992px) {
  2053.    .hero-title {
  2054.      font-size: 2.5rem;
  2055.    }
  2056.  
  2057.    .card-content {
  2058.      padding: 1.5rem;
  2059.    }
  2060.  
  2061.    .card-title {
  2062.      font-size: 1.5rem;
  2063.    }
  2064.  
  2065.    .medium-featured-card {
  2066.      height: auto;
  2067.    }
  2068.  
  2069.    .medium-content {
  2070.      height: auto;
  2071.    }
  2072.  }
  2073.  
  2074.  @media (max-width: 768px) {
  2075.    .blog-hero-v5 {
  2076.      padding: 2rem 0;
  2077.    }
  2078.  
  2079.    .hero-title {
  2080.      font-size: 2rem;
  2081.    }
  2082.  
  2083.    .hero-subtitle {
  2084.      font-size: 1rem;
  2085.    }
  2086.  
  2087.    .card-image-wrapper {
  2088.      height: 200px;
  2089.    }
  2090.  
  2091.    .medium-featured-card {
  2092.      height: auto;
  2093.    }
  2094.  
  2095.    .medium-image-wrapper {
  2096.      height: 150px;
  2097.    }
  2098.  
  2099.    .small-image-wrapper {
  2100.      height: 120px;
  2101.    }
  2102.  }
  2103.  
  2104.  @media (max-width: 576px) {
  2105.    .card-footer {
  2106.      flex-direction: column;
  2107.      align-items: flex-start;
  2108.      gap: 1rem;
  2109.    }
  2110.  
  2111.    .stat-number {
  2112.      font-size: 1.5rem;
  2113.    }
  2114.  }
  2115. </style>
  2116.  
  2117.  
  2118.  
  2119.  
  2120.  
  2121.        <!-- end of wpo-blog-hero -->
  2122.  
  2123.        <!-- start of wpo-breacking-news -->
  2124.        
  2125.        <!-- end of wpo-breacking-news -->
  2126.        
  2127.        <!-- start wpo-blog-highlights-section -->
  2128.        
  2129.  
  2130.  
  2131.  
  2132.    
  2133.  
  2134.  
  2135.  
  2136. <style>
  2137.    .blog-highlights-v2 {
  2138.        padding: 60px 0;
  2139.        position: relative;
  2140.        overflow: hidden;
  2141.    }
  2142.    
  2143.    .blog-highlights-v2::before {
  2144.        content: '';
  2145.        position: absolute;
  2146.        top: 0;
  2147.        left: 0;
  2148.        width: 100%;
  2149.        height: 100%;
  2150.        background: var(--body-bg);
  2151.        pointer-events: none;
  2152.    }
  2153.    
  2154.    .blog-card-v2 {
  2155.        border: none;
  2156.        border-radius: 20px;
  2157.        overflow: hidden;
  2158.        background: white;
  2159.        height: 100%;
  2160.        position: relative;
  2161.        transform: translateY(0);
  2162.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2163.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2164.        will-change: transform;
  2165.    }
  2166.    
  2167.    .blog-card-v2::before {
  2168.        content: '';
  2169.        position: absolute;
  2170.        top: 0;
  2171.        left: 0;
  2172.        width: 100%;
  2173.        height: 100%;
  2174.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2175.        transform: translateX(-100%);
  2176.        transition: transform 0.6s ease;
  2177.        z-index: 1;
  2178.    }
  2179.    
  2180.    .blog-card-v2:hover {
  2181.        transform: translateY(-15px) scale(1.02);
  2182.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2183.    }
  2184.    
  2185.    .blog-card-v2:hover::before {
  2186.        transform: translateX(100%);
  2187.    }
  2188.    
  2189.    .blog-image-v2 {
  2190.        position: relative;
  2191.        overflow: hidden;
  2192.        height: 250px;
  2193.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2194.    }
  2195.    
  2196.    .blog-image-v2::after {
  2197.        content: '';
  2198.        position: absolute;
  2199.        top: 0;
  2200.        left: 0;
  2201.        width: 100%;
  2202.        height: 100%;
  2203.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2204.        z-index: 2;
  2205.    }
  2206.    
  2207.    .blog-image-v2 img {
  2208.        width: 100%;
  2209.        height: 100%;
  2210.        object-fit: cover;
  2211.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2212.        transform: scale(1);
  2213.    }
  2214.    
  2215.    .blog-card-v2:hover .blog-image-v2 img {
  2216.        transform: scale(1.1) rotate(2deg);
  2217.    }
  2218.    
  2219.    .blog-category-v2 {
  2220.        position: absolute;
  2221.        top: 20px;
  2222.        left: 20px;
  2223.        padding: 8px 16px;
  2224.        border-radius: 50px;
  2225.        font-size: 12px;
  2226.        font-weight: 700;
  2227.        text-transform: uppercase;
  2228.        letter-spacing: 1px;
  2229.      
  2230.        z-index: 3;
  2231.        transform: translateY(0);
  2232.        transition: all 0.3s ease;
  2233.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2234.    }
  2235.    
  2236.    .blog-card-v2:hover .blog-category-v2 {
  2237.        transform: translateY(-5px);
  2238.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2239.    }
  2240.    
  2241.    .blog-content-v2 {
  2242.        padding: 30px 25px;
  2243.        position: relative;
  2244.        z-index: 2;
  2245.    }
  2246.    
  2247.    .blog-title-v2 {
  2248.        font-size: 18px;
  2249.        font-weight: 700;
  2250.        line-height: 1.4;
  2251.        margin-bottom: 15px;
  2252.        min-height: 50px;
  2253.        position: relative;
  2254.        overflow: hidden;
  2255.    }
  2256.    
  2257.    .blog-title-v2 a {
  2258.        text-decoration: none;
  2259.        position: relative;
  2260.        transition: all 0.3s ease;
  2261.        background-clip: text;
  2262.        -webkit-background-clip: text;
  2263.    }
  2264.    
  2265.    .blog-title-v2 a::after {
  2266.        content: '';
  2267.        position: absolute;
  2268.        bottom: -2px;
  2269.        left: 0;
  2270.        width: 0;
  2271.        height: 2px;
  2272.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2273.        transition: width 0.4s ease;
  2274.    }
  2275.    
  2276.    .blog-card-v2:hover .blog-title-v2 a::after {
  2277.        width: 100%;
  2278.    }
  2279.    
  2280.    .blog-meta-v2 {
  2281.        display: flex;
  2282.        align-items: center;
  2283.        gap: 12px;
  2284.        margin-bottom: 15px;
  2285.        font-size: 13px;
  2286.        padding-bottom: 15px;
  2287.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2288.        position: relative;
  2289.    }
  2290.    
  2291.    .blog-meta-v2::after {
  2292.        content: '';
  2293.        position: absolute;
  2294.        bottom: -2px;
  2295.        left: 0;
  2296.        width: 0;
  2297.        height: 2px;
  2298.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2299.        transition: width 0.5s ease 0.2s;
  2300.    }
  2301.    
  2302.    .blog-card-v2:hover .blog-meta-v2::after {
  2303.        width: 60px;
  2304.    }
  2305.    
  2306.    .blog-author-img-v2 {
  2307.        width: 32px;
  2308.        height: 32px;
  2309.        border-radius: 50%;
  2310.        object-fit: cover;
  2311.        border: 3px solid white;
  2312.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2313.        transition: all 0.3s ease;
  2314.    }
  2315.    
  2316.    .blog-card-v2:hover .blog-author-img-v2 {
  2317.        transform: scale(1.1);
  2318.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2319.    }
  2320.    
  2321.    .blog-excerpt-v2 {
  2322.        font-size: 14px;
  2323.        line-height: 1.6;
  2324.        color: #666;
  2325.        display: -webkit-box;
  2326.        -webkit-line-clamp: 3;
  2327.        -webkit-box-orient: vertical;
  2328.        overflow: hidden;
  2329.        position: relative;
  2330.        opacity: 0.8;
  2331.        transition: opacity 0.3s ease;
  2332.    }
  2333.    
  2334.    .blog-card-v2:hover .blog-excerpt-v2 {
  2335.        opacity: 1;
  2336.    }
  2337.    
  2338.    .section-header-v2 {
  2339.        text-align: center;
  2340.        margin-bottom: 70px;
  2341.        position: relative;
  2342.    }
  2343.    
  2344.    .section-title-v2 {
  2345.        font-size: 3.2rem;
  2346.        font-weight: 800;
  2347.        margin-bottom: 20px;
  2348.        position: relative;
  2349.    }
  2350.    
  2351.    .section-title-v2::after {
  2352.        content: '';
  2353.        position: absolute;
  2354.        bottom: -10px;
  2355.        left: 50%;
  2356.        transform: translateX(-50%);
  2357.        width: 80px;
  2358.        height: 4px;
  2359.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2360.        border-radius: 2px;
  2361.    }
  2362.    
  2363.    .section-subtitle-v2 {
  2364.        font-size: 1.1rem;
  2365.        color: #666;
  2366.        max-width: 600px;
  2367.        margin: 0 auto;
  2368.        line-height: 1.6;
  2369.    }
  2370.    
  2371.    .blog-read-more-v2 {
  2372.        position: absolute;
  2373.        bottom: 25px;
  2374.        right: 25px;
  2375.        width: 45px;
  2376.        height: 45px;
  2377.        border-radius: 50%;
  2378.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2379.        display: flex;
  2380.        align-items: center;
  2381.        justify-content: center;
  2382.        color: white;
  2383.        text-decoration: none;
  2384.        transition: all 0.4s ease;
  2385.        transform: scale(0);
  2386.        opacity: 0;
  2387.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2388.    }
  2389.    
  2390.    .blog-card-v2:hover .blog-read-more-v2 {
  2391.        transform: scale(1);
  2392.        opacity: 1;
  2393.    }
  2394.    
  2395.    .blog-read-more-v2:hover {
  2396.        transform: scale(1.1);
  2397.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2398.    }
  2399.    
  2400.    /* Animation Classes */
  2401.    .animate-on-scroll {
  2402.        opacity: 0;
  2403.        transform: translateY(30px);
  2404.        transition: all 0.6s ease;
  2405.    }
  2406.    
  2407.    .animate-on-scroll.animated {
  2408.        opacity: 1;
  2409.        transform: translateY(0);
  2410.    }
  2411.    
  2412.    /* Staggered Animation */
  2413.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2414.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2415.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2416.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2417.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2418.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2419.  
  2420.    @media (max-width: 768px) {
  2421.        .section-title-v2 {
  2422.            font-size: 2.5rem;
  2423.        }
  2424.        .blog-highlights-v2 {
  2425.            padding: 40px 0;
  2426.        }
  2427.        .blog-content-v2 {
  2428.            padding: 25px 20px;
  2429.        }
  2430.        .blog-card-v2:hover {
  2431.            transform: translateY(-10px) scale(1.01);
  2432.        }
  2433.    }
  2434. </style>
  2435.  
  2436. <section class="blog-highlights-v2">
  2437.    <div class="container-fluid fluid-container">
  2438.        <div class="row">
  2439.            <div class="col-12">
  2440.                <div class="section-header-v2 animate-on-scroll">
  2441.                    <h2 class="section-title-v2 text-primary-gradient">
  2442.                Today's Top Highlights
  2443.                   </h2>
  2444.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2445.                </div>
  2446.            </div>
  2447.        </div>
  2448.        
  2449.        <div class="row">
  2450.            <div class="col-lg-8 col-12">
  2451.                <div class="row g-4">
  2452.                    
  2453.                    <div class="col-lg-6 col-md-6 col-12">
  2454.                        <div class="card blog-card-v2 animate-on-scroll">
  2455.                            <div class="blog-image-v2">
  2456.                                
  2457.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2458.                                
  2459.                                <span class="blog-category-v2 bg-primary-gradient">
  2460.                                    News
  2461.                                </span>
  2462.                            </div>
  2463.                            <div class="blog-content-v2">
  2464.                                <h3 class="blog-title-v2">
  2465.                                    <a class="top-color" href="/im-fully-all-in-with-bayern-kane-reduces-on-premier-league-homecoming/">
  2466.                                    &#x27;I&#x27;m fully all in with Bayern&#x27; - Kane reduces on Premier League homecoming
  2467.                                    </a>
  2468.                                </h3>
  2469.                                <div class="blog-meta-v2">
  2470.                                    
  2471.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2472.                                    
  2473.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2474.                                    <span>By Kristin Bray</span>
  2475.                                    <span style="color: #ccc;">•</span>
  2476.                                    <span style="color: #999;">10 Sep 2026</span>
  2477.                                </div>
  2478.                                <p class="blog-excerpt-v2"></p>
  2479.                              
  2480.                            </div>
  2481.                        </div>
  2482.                    </div>
  2483.                    
  2484.                    <div class="col-lg-6 col-md-6 col-12">
  2485.                        <div class="card blog-card-v2 animate-on-scroll">
  2486.                            <div class="blog-image-v2">
  2487.                                
  2488.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2489.                                
  2490.                                <span class="blog-category-v2 bg-primary-gradient">
  2491.                                    News
  2492.                                </span>
  2493.                            </div>
  2494.                            <div class="blog-content-v2">
  2495.                                <h3 class="blog-title-v2">
  2496.                                    <a class="top-color" href="/brock-purdy-sets-a-career-high-with-five-touchdown-passes-as-49ers-defeat-the-colts/">
  2497.                                    Brock Purdy Sets a Career-High with Five Touchdown Passes as 49ers Defeat the Colts
  2498.                                    </a>
  2499.                                </h3>
  2500.                                <div class="blog-meta-v2">
  2501.                                    
  2502.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2503.                                    
  2504.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2505.                                    <span>By Kristin Bray</span>
  2506.                                    <span style="color: #ccc;">•</span>
  2507.                                    <span style="color: #999;">10 Sep 2026</span>
  2508.                                </div>
  2509.                                <p class="blog-excerpt-v2"></p>
  2510.                              
  2511.                            </div>
  2512.                        </div>
  2513.                    </div>
  2514.                    
  2515.                    <div class="col-lg-6 col-md-6 col-12">
  2516.                        <div class="card blog-card-v2 animate-on-scroll">
  2517.                            <div class="blog-image-v2">
  2518.                                
  2519.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2520.                                
  2521.                                <span class="blog-category-v2 bg-primary-gradient">
  2522.                                    News
  2523.                                </span>
  2524.                            </div>
  2525.                            <div class="blog-content-v2">
  2526.                                <h3 class="blog-title-v2">
  2527.                                    <a class="top-color" href="/joint-british-french-airstrike-strikes-daesh-munitions-store-in-syria/">
  2528.                                    Joint British-French Airstrike Strikes Daesh Munitions Store in Syria
  2529.                                    </a>
  2530.                                </h3>
  2531.                                <div class="blog-meta-v2">
  2532.                                    
  2533.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2534.                                    
  2535.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2536.                                    <span>By Kristin Bray</span>
  2537.                                    <span style="color: #ccc;">•</span>
  2538.                                    <span style="color: #999;">10 Sep 2026</span>
  2539.                                </div>
  2540.                                <p class="blog-excerpt-v2"></p>
  2541.                              
  2542.                            </div>
  2543.                        </div>
  2544.                    </div>
  2545.                    
  2546.                    <div class="col-lg-6 col-md-6 col-12">
  2547.                        <div class="card blog-card-v2 animate-on-scroll">
  2548.                            <div class="blog-image-v2">
  2549.                                
  2550.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2551.                                
  2552.                                <span class="blog-category-v2 bg-primary-gradient">
  2553.                                    News
  2554.                                </span>
  2555.                            </div>
  2556.                            <div class="blog-content-v2">
  2557.                                <h3 class="blog-title-v2">
  2558.                                    <a class="top-color" href="/italian-visionary-confronts-fraud-trial-over-allegations-madonna-statue-wept-blood/">
  2559.                                    Italian Visionary Confronts Fraud Trial Over Allegations Madonna Statue Wept Blood
  2560.                                    </a>
  2561.                                </h3>
  2562.                                <div class="blog-meta-v2">
  2563.                                    
  2564.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2565.                                    
  2566.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2567.                                    <span>By Kristin Bray</span>
  2568.                                    <span style="color: #ccc;">•</span>
  2569.                                    <span style="color: #999;">10 Sep 2026</span>
  2570.                                </div>
  2571.                                <p class="blog-excerpt-v2"></p>
  2572.                              
  2573.                            </div>
  2574.                        </div>
  2575.                    </div>
  2576.                    
  2577.                    <div class="col-lg-6 col-md-6 col-12">
  2578.                        <div class="card blog-card-v2 animate-on-scroll">
  2579.                            <div class="blog-image-v2">
  2580.                                
  2581.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2582.                                
  2583.                                <span class="blog-category-v2 bg-primary-gradient">
  2584.                                    News
  2585.                                </span>
  2586.                            </div>
  2587.                            <div class="blog-content-v2">
  2588.                                <h3 class="blog-title-v2">
  2589.                                    <a class="top-color" href="/us-officials-react-to-arrest-of-venezuelas-president-nicol%C3%A1s-maduro/">
  2590.                                    US Officials React to Arrest of Venezuela&#x27;s President Nicolás Maduro
  2591.                                    </a>
  2592.                                </h3>
  2593.                                <div class="blog-meta-v2">
  2594.                                    
  2595.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2596.                                    
  2597.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2598.                                    <span>By Kristin Bray</span>
  2599.                                    <span style="color: #ccc;">•</span>
  2600.                                    <span style="color: #999;">09 Sep 2026</span>
  2601.                                </div>
  2602.                                <p class="blog-excerpt-v2"></p>
  2603.                              
  2604.                            </div>
  2605.                        </div>
  2606.                    </div>
  2607.                    
  2608.                    <div class="col-lg-6 col-md-6 col-12">
  2609.                        <div class="card blog-card-v2 animate-on-scroll">
  2610.                            <div class="blog-image-v2">
  2611.                                
  2612.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2613.                                
  2614.                                <span class="blog-category-v2 bg-primary-gradient">
  2615.                                    News
  2616.                                </span>
  2617.                            </div>
  2618.                            <div class="blog-content-v2">
  2619.                                <h3 class="blog-title-v2">
  2620.                                    <a class="top-color" href="/government-official-states-mod-investigating-security-risk-from-vehicles-from-china-with-personnel-told-to-refrain-from-confidential-discussions-in-cars/">
  2621.                                    Government Official States MoD Investigating Security Risk from Vehicles from China, with Personnel Told to Refrain from Confidential Discussions in Cars.
  2622.                                    </a>
  2623.                                </h3>
  2624.                                <div class="blog-meta-v2">
  2625.                                    
  2626.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2627.                                    
  2628.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2629.                                    <span>By Kristin Bray</span>
  2630.                                    <span style="color: #ccc;">•</span>
  2631.                                    <span style="color: #999;">09 Sep 2026</span>
  2632.                                </div>
  2633.                                <p class="blog-excerpt-v2"></p>
  2634.                              
  2635.                            </div>
  2636.                        </div>
  2637.                    </div>
  2638.                    
  2639.                    <div class="col-lg-6 col-md-6 col-12">
  2640.                        <div class="card blog-card-v2 animate-on-scroll">
  2641.                            <div class="blog-image-v2">
  2642.                                
  2643.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2644.                                
  2645.                                <span class="blog-category-v2 bg-primary-gradient">
  2646.                                    News
  2647.                                </span>
  2648.                            </div>
  2649.                            <div class="blog-content-v2">
  2650.                                <h3 class="blog-title-v2">
  2651.                                    <a class="top-color" href="/unbeatable-not-anymore-the-reasons-indias-test-cricket-standing-is-in-tatters/">
  2652.                                    Unbeatable Not Anymore: The Reasons India&#x27;s Test Cricket Standing Is in Tatters
  2653.                                    </a>
  2654.                                </h3>
  2655.                                <div class="blog-meta-v2">
  2656.                                    
  2657.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2658.                                    
  2659.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2660.                                    <span>By Kristin Bray</span>
  2661.                                    <span style="color: #ccc;">•</span>
  2662.                                    <span style="color: #999;">09 Sep 2026</span>
  2663.                                </div>
  2664.                                <p class="blog-excerpt-v2"></p>
  2665.                              
  2666.                            </div>
  2667.                        </div>
  2668.                    </div>
  2669.                    
  2670.                    <div class="col-lg-6 col-md-6 col-12">
  2671.                        <div class="card blog-card-v2 animate-on-scroll">
  2672.                            <div class="blog-image-v2">
  2673.                                
  2674.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2675.                                
  2676.                                <span class="blog-category-v2 bg-primary-gradient">
  2677.                                    News
  2678.                                </span>
  2679.                            </div>
  2680.                            <div class="blog-content-v2">
  2681.                                <h3 class="blog-title-v2">
  2682.                                    <a class="top-color" href="/victims-of-catholic-religious-sex-abuse-voice-hope-following-encounter-with-the-pontiff/">
  2683.                                    Victims of Catholic Religious Sex Abuse Voice Hope Following Encounter with the Pontiff
  2684.                                    </a>
  2685.                                </h3>
  2686.                                <div class="blog-meta-v2">
  2687.                                    
  2688.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2689.                                    
  2690.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2691.                                    <span>By Kristin Bray</span>
  2692.                                    <span style="color: #ccc;">•</span>
  2693.                                    <span style="color: #999;">09 Sep 2026</span>
  2694.                                </div>
  2695.                                <p class="blog-excerpt-v2"></p>
  2696.                              
  2697.                            </div>
  2698.                        </div>
  2699.                    </div>
  2700.                    
  2701.                    <div class="col-lg-6 col-md-6 col-12">
  2702.                        <div class="card blog-card-v2 animate-on-scroll">
  2703.                            <div class="blog-image-v2">
  2704.                                
  2705.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2706.                                
  2707.                                <span class="blog-category-v2 bg-primary-gradient">
  2708.                                    News
  2709.                                </span>
  2710.                            </div>
  2711.                            <div class="blog-content-v2">
  2712.                                <h3 class="blog-title-v2">
  2713.                                    <a class="top-color" href="/seven-alleged-individuals-of-german-far-left-organization-stand-trial-over-series-of-violent-incidents/">
  2714.                                    Seven alleged individuals of German far-left organization stand trial over series of violent incidents
  2715.                                    </a>
  2716.                                </h3>
  2717.                                <div class="blog-meta-v2">
  2718.                                    
  2719.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2720.                                    
  2721.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2722.                                    <span>By Kristin Bray</span>
  2723.                                    <span style="color: #ccc;">•</span>
  2724.                                    <span style="color: #999;">09 Sep 2026</span>
  2725.                                </div>
  2726.                                <p class="blog-excerpt-v2"></p>
  2727.                              
  2728.                            </div>
  2729.                        </div>
  2730.                    </div>
  2731.                    
  2732.                    <div class="col-lg-6 col-md-6 col-12">
  2733.                        <div class="card blog-card-v2 animate-on-scroll">
  2734.                            <div class="blog-image-v2">
  2735.                                
  2736.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2737.                                
  2738.                                <span class="blog-category-v2 bg-primary-gradient">
  2739.                                    News
  2740.                                </span>
  2741.                            </div>
  2742.                            <div class="blog-content-v2">
  2743.                                <h3 class="blog-title-v2">
  2744.                                    <a class="top-color" href="/more-pictures-from-jeffrey-epsteins-holdings-released-by-democratic-party-us-congress-members/">
  2745.                                    More Pictures from Jeffrey Epstein&#x27;s Holdings Released by Democratic Party US Congress Members
  2746.                                    </a>
  2747.                                </h3>
  2748.                                <div class="blog-meta-v2">
  2749.                                    
  2750.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2751.                                    
  2752.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2753.                                    <span>By Kristin Bray</span>
  2754.                                    <span style="color: #ccc;">•</span>
  2755.                                    <span style="color: #999;">09 Sep 2026</span>
  2756.                                </div>
  2757.                                <p class="blog-excerpt-v2"></p>
  2758.                              
  2759.                            </div>
  2760.                        </div>
  2761.                    </div>
  2762.                    
  2763.                    <div class="col-lg-6 col-md-6 col-12">
  2764.                        <div class="card blog-card-v2 animate-on-scroll">
  2765.                            <div class="blog-image-v2">
  2766.                                
  2767.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2768.                                
  2769.                                <span class="blog-category-v2 bg-primary-gradient">
  2770.                                    News
  2771.                                </span>
  2772.                            </div>
  2773.                            <div class="blog-content-v2">
  2774.                                <h3 class="blog-title-v2">
  2775.                                    <a class="top-color" href="/federal-reserve-lowers-interest-rates-for-second-time-this-calendar-year-amid-financial-instability/">
  2776.                                    Federal Reserve Lowers Interest Rates for Second Time This Calendar Year Amid Financial Instability
  2777.                                    </a>
  2778.                                </h3>
  2779.                                <div class="blog-meta-v2">
  2780.                                    
  2781.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2782.                                    
  2783.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2784.                                    <span>By Kristin Bray</span>
  2785.                                    <span style="color: #ccc;">•</span>
  2786.                                    <span style="color: #999;">09 Sep 2026</span>
  2787.                                </div>
  2788.                                <p class="blog-excerpt-v2"></p>
  2789.                              
  2790.                            </div>
  2791.                        </div>
  2792.                    </div>
  2793.                    
  2794.                    <div class="col-lg-6 col-md-6 col-12">
  2795.                        <div class="card blog-card-v2 animate-on-scroll">
  2796.                            <div class="blog-image-v2">
  2797.                                
  2798.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2799.                                
  2800.                                <span class="blog-category-v2 bg-primary-gradient">
  2801.                                    News
  2802.                                </span>
  2803.                            </div>
  2804.                            <div class="blog-content-v2">
  2805.                                <h3 class="blog-title-v2">
  2806.                                    <a class="top-color" href="/our-premier-release-of-the-year-the-artists-masterpiece-claims-the-premier-place/">
  2807.                                    Our Premier Release of the Year: The Artist&#x27;s Masterpiece Claims the Premier Place.
  2808.                                    </a>
  2809.                                </h3>
  2810.                                <div class="blog-meta-v2">
  2811.                                    
  2812.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="blog-author-img-v2">
  2813.                                    
  2814.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2815.                                    <span>By Kristin Bray</span>
  2816.                                    <span style="color: #ccc;">•</span>
  2817.                                    <span style="color: #999;">09 Sep 2026</span>
  2818.                                </div>
  2819.                                <p class="blog-excerpt-v2"></p>
  2820.                              
  2821.                            </div>
  2822.                        </div>
  2823.                    </div>
  2824.                    
  2825.                    
  2826.  
  2827.                </div>
  2828.            </div>
  2829.            
  2830.               <div class="col col-lg-4 col-12">
  2831.                
  2832.  
  2833.  
  2834.  
  2835.    
  2836.  
  2837.  
  2838. <!-- Blog Sidebar V2 - Focused Design -->
  2839. <div class="sidebar">
  2840.  <!-- Recent Posts Section -->
  2841.  <div class="sidebar-widget mb-4">
  2842.    <div class="widget-title-wrapper mb-3">
  2843.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2844.        <i class="ti-time me-2"></i>Recent Posts
  2845.        <span class="title-arrow-primary"></span>
  2846.      </h4>
  2847.    </div>
  2848.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2849.      <div class="recent-post-list">
  2850.      
  2851.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2852.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2853.              
  2854.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2855.              
  2856.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2857.          </div>
  2858.          <div class="post-content flex-grow-1">
  2859.            <h6 class="post-title mb-2">
  2860.               <a href="/do-moisture-generators-truly-benefit-indoor-plants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2861.                                            Do Moisture Generators Truly Benefit Indoor Plants?
  2862.                                            </a>
  2863.            </h6>
  2864.            <div class="post-meta">
  2865.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2866.              <!-- <small class="text-muted">
  2867.                <i class="ti-eye me-1"></i>348 views
  2868.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2869.              </small> -->
  2870.            </div>
  2871.          </div>
  2872.        </div>
  2873.        
  2874.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2875.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2876.              
  2877.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2878.              
  2879.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2880.          </div>
  2881.          <div class="post-content flex-grow-1">
  2882.            <h6 class="post-title mb-2">
  2883.               <a href="/weather-balloons-used-to-illegally-transport-tobacco-products-forced-closure-of-vilnius-airport/" class="text-decoration-none top-color fw-semibold lh-sm">
  2884.                                            Weather Balloons Used to Illegally Transport Tobacco Products Forced Closure of Vilnius Airport
  2885.                                            </a>
  2886.            </h6>
  2887.            <div class="post-meta">
  2888.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2889.              <!-- <small class="text-muted">
  2890.                <i class="ti-eye me-1"></i>348 views
  2891.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2892.              </small> -->
  2893.            </div>
  2894.          </div>
  2895.        </div>
  2896.        
  2897.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2898.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2899.              
  2900.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2901.              
  2902.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2903.          </div>
  2904.          <div class="post-content flex-grow-1">
  2905.            <h6 class="post-title mb-2">
  2906.               <a href="/the-bear-cooking-drama-analysis-this-daft-historical-crime-drama-resembles-a-bear-focused-detective-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  2907.                                            The Bear Cooking Drama Analysis: This Daft Historical Crime Drama Resembles A Bear-Focused Detective Series
  2908.                                            </a>
  2909.            </h6>
  2910.            <div class="post-meta">
  2911.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2912.              <!-- <small class="text-muted">
  2913.                <i class="ti-eye me-1"></i>348 views
  2914.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2915.              </small> -->
  2916.            </div>
  2917.          </div>
  2918.        </div>
  2919.        
  2920.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2921.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2922.              
  2923.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2924.              
  2925.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2926.          </div>
  2927.          <div class="post-content flex-grow-1">
  2928.            <h6 class="post-title mb-2">
  2929.               <a href="/ex-vp-dick-cheney-an-examination-on-his-powerful-government-service/" class="text-decoration-none top-color fw-semibold lh-sm">
  2930.                                            Ex- VP Dick Cheney: An Examination on His Powerful Government Service
  2931.                                            </a>
  2932.            </h6>
  2933.            <div class="post-meta">
  2934.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2935.              <!-- <small class="text-muted">
  2936.                <i class="ti-eye me-1"></i>348 views
  2937.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2938.              </small> -->
  2939.            </div>
  2940.          </div>
  2941.        </div>
  2942.        
  2943.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2944.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2945.              
  2946.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2947.              
  2948.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2949.          </div>
  2950.          <div class="post-content flex-grow-1">
  2951.            <h6 class="post-title mb-2">
  2952.               <a href="/cadillac-utilizes-apollo-program-playbook-to-assemble-unit-from-scratch-for-australian-race-debut/" class="text-decoration-none top-color fw-semibold lh-sm">
  2953.                                            Cadillac Utilizes Apollo Program Playbook to Assemble Unit from Scratch for Australian Race Debut.
  2954.                                            </a>
  2955.            </h6>
  2956.            <div class="post-meta">
  2957.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2958.              <!-- <small class="text-muted">
  2959.                <i class="ti-eye me-1"></i>348 views
  2960.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2961.              </small> -->
  2962.            </div>
  2963.          </div>
  2964.        </div>
  2965.        
  2966.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2967.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2968.              
  2969.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2970.              
  2971.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2972.          </div>
  2973.          <div class="post-content flex-grow-1">
  2974.            <h6 class="post-title mb-2">
  2975.               <a href="/officials-in-the-trump-white-house-reportedly-considering-selling-of-student-loan-debt-to-private-investors/" class="text-decoration-none top-color fw-semibold lh-sm">
  2976.                                            Officials in the Trump White House Reportedly Considering Selling of Student Loan Debt to Private Investors
  2977.                                            </a>
  2978.            </h6>
  2979.            <div class="post-meta">
  2980.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>08 Sep 2026</small>
  2981.              <!-- <small class="text-muted">
  2982.                <i class="ti-eye me-1"></i>348 views
  2983.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2984.              </small> -->
  2985.            </div>
  2986.          </div>
  2987.        </div>
  2988.        
  2989.  
  2990.      </div>
  2991.  
  2992.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2993.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2994.      </div> -->
  2995.    </div>
  2996.  </div>
  2997.  
  2998.    
  2999.  <div class="sidebar-widget mb-4">
  3000.    <div class="widget-title-wrapper mb-3">
  3001.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3002.        <i class="ti-calendar me-2"></i>September 2026 Blog Roll
  3003.        <span class="title-arrow"></span>
  3004.      </h4>
  3005.    </div>
  3006.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3007.      <div class="blog-roll-list scrollable-sidebar">
  3008.        
  3009.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.          <a href="https://lefroybeautytherapy.co.uk/" class="text-decoration-none ">
  3011.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.              <i class="ti-angle-right me-2 text-primary"></i>
  3013.               casinos not on gamstop
  3014.            </h6>
  3015.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3016.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3017.            </div> -->
  3018.          </a>
  3019.        </div>
  3020.          
  3021.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.          <a href="https://elevatedcycles.co.uk/" class="text-decoration-none ">
  3023.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3024.              <i class="ti-angle-right me-2 text-primary"></i>
  3025.               casinos not on gamstop
  3026.            </h6>
  3027.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3028.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3029.            </div> -->
  3030.          </a>
  3031.        </div>
  3032.          
  3033.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.          <a href="https://vivienj.co.uk/" class="text-decoration-none ">
  3035.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3036.              <i class="ti-angle-right me-2 text-primary"></i>
  3037.               slots not on gamstop
  3038.            </h6>
  3039.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3040.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3041.            </div> -->
  3042.          </a>
  3043.        </div>
  3044.          
  3045.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.          <a href="https://chorusrehearsal.co.uk/" class="text-decoration-none ">
  3047.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.              <i class="ti-angle-right me-2 text-primary"></i>
  3049.               casinos not on gamstop
  3050.            </h6>
  3051.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3052.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3053.            </div> -->
  3054.          </a>
  3055.        </div>
  3056.          
  3057.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.          <a href="https://dorsetadvocacy.co.uk/" class="text-decoration-none ">
  3059.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3060.              <i class="ti-angle-right me-2 text-primary"></i>
  3061.               trusted casinos not on gamstop
  3062.            </h6>
  3063.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3064.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3065.            </div> -->
  3066.          </a>
  3067.        </div>
  3068.          
  3069.      </div>
  3070.  
  3071.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3072.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3073.      </div> -->
  3074.    </div>
  3075.  </div>
  3076.    
  3077.  <div class="sidebar-widget mb-4">
  3078.    <div class="widget-title-wrapper mb-3">
  3079.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3080.        <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  3081.        <span class="title-arrow"></span>
  3082.      </h4>
  3083.    </div>
  3084.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3085.      <div class="blog-roll-list scrollable-sidebar">
  3086.        
  3087.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  3089.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3090.              <i class="ti-angle-right me-2 text-primary"></i>
  3091.               casinos not on gamestop
  3092.            </h6>
  3093.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3094.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3095.            </div> -->
  3096.          </a>
  3097.        </div>
  3098.          
  3099.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.          <a href="https://www.huhmagazine.co.uk/" class="text-decoration-none ">
  3101.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.              <i class="ti-angle-right me-2 text-primary"></i>
  3103.               new casinos not on gamstop
  3104.            </h6>
  3105.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3106.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3107.            </div> -->
  3108.          </a>
  3109.        </div>
  3110.          
  3111.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  3113.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3114.              <i class="ti-angle-right me-2 text-primary"></i>
  3115.               casino not on gamstop
  3116.            </h6>
  3117.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3118.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3119.            </div> -->
  3120.          </a>
  3121.        </div>
  3122.          
  3123.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3125.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3126.              <i class="ti-angle-right me-2 text-primary"></i>
  3127.               gamstop
  3128.            </h6>
  3129.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3130.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3131.            </div> -->
  3132.          </a>
  3133.        </div>
  3134.          
  3135.      </div>
  3136.  
  3137.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3138.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3139.      </div> -->
  3140.    </div>
  3141.  </div>
  3142.    
  3143.  <!-- <div class="sidebar-widget">
  3144.    <div class="widget-title-wrapper mb-3">
  3145.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3146.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3147.        <span class="title-arrow"></span>
  3148.      </h4>
  3149.    </div>
  3150.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3151.      <div class="blog-roll-list">
  3152.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3153.          <a href="#" class="text-decoration-none">
  3154.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3155.              <i class="ti-angle-right me-2 text-primary"></i>
  3156.              Complete Guide to Django REST Framework
  3157.            </h6>
  3158.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3159.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3160.            </div>
  3161.          </a>
  3162.        </div>
  3163.  
  3164.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3165.          <a href="#" class="text-decoration-none">
  3166.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.              <i class="ti-angle-right me-2 text-primary"></i>
  3168.              Modern JavaScript ES2025 Features
  3169.            </h6>
  3170.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3171.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3172.            </div>
  3173.          </a>
  3174.        </div>
  3175.  
  3176.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3177.          <a href="#" class="text-decoration-none">
  3178.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.              <i class="ti-angle-right me-2 text-primary"></i>
  3180.              Digital Marketing Trends in 2025
  3181.            </h6>
  3182.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3183.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3184.            </div>
  3185.          </a>
  3186.        </div>
  3187.  
  3188.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3189.          <a href="#" class="text-decoration-none">
  3190.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3191.              <i class="ti-angle-right me-2 text-primary"></i>
  3192.              Remote Work Best Practices
  3193.            </h6>
  3194.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3195.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3196.            </div>
  3197.          </a>
  3198.        </div>
  3199.  
  3200.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3201.          <a href="#" class="text-decoration-none">
  3202.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.              <i class="ti-angle-right me-2 text-primary"></i>
  3204.              Sustainable Living Tips for Beginners
  3205.            </h6>
  3206.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3207.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3208.            </div>
  3209.          </a>
  3210.        </div>
  3211.  
  3212.        <div class="blog-roll-item">
  3213.          <a href="#" class="text-decoration-none">
  3214.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.              <i class="ti-angle-right me-2 text-primary"></i>
  3216.              AI and Machine Learning Basics
  3217.            </h6>
  3218.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3219.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3220.            </div>
  3221.          </a>
  3222.        </div>
  3223.      </div>
  3224.  
  3225.      <div class="text-center mt-4 pt-3 border-top border-light">
  3226.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3227.      </div>
  3228.    </div>
  3229.  </div> -->
  3230. </div>
  3231.  
  3232. <!-- Sidebar V2 Styles -->
  3233. <style>
  3234.  .sidebar-widget {
  3235.    position: relative;
  3236.  }
  3237.  
  3238.  .widget-title {
  3239.    font-size: 1.1rem;
  3240.    font-weight: 700;
  3241.    display: inline-block;
  3242.    position: relative;
  3243.    z-index: 2;
  3244.    border-radius: 0;
  3245.  }
  3246.  
  3247.  /* Green arrow for August Blog Roll */
  3248.  .title-arrow::after {
  3249.    content: '';
  3250.    position: absolute;
  3251.    top: 0;
  3252.    right: -22px;
  3253.    width: 0;
  3254.    height: 0;
  3255.    border-left: 22px solid var(--bs-primary);
  3256.    border-top: 22px solid transparent;
  3257.    border-bottom: 22px solid transparent;
  3258.    z-index: 1;
  3259.  }
  3260.  
  3261.  /* Blue arrow for Recent Posts */
  3262.  .title-arrow-primary::after {
  3263.    content: '';
  3264.    position: absolute;
  3265.    top: 0;
  3266.    right: -22px;
  3267.    width: 0;
  3268.    height: 0;
  3269.    border-left: 22px solid var(--bs-primary);
  3270.    border-top: 22px solid transparent;
  3271.    border-bottom: 22px solid transparent;
  3272.    z-index: 1;
  3273.  }
  3274.  
  3275.  .widget-content {
  3276.    margin-top: -1px;
  3277.    position: relative;
  3278.    z-index: 1;
  3279.    background-color: var(--card-bg);
  3280.  }
  3281.  
  3282.  /* Blog Roll Items Hover Effects */
  3283.  .blog-roll-item:hover .blog-title {
  3284.    color: #198754 !important;
  3285.    transform: translateX(5px);
  3286.    transition: all 0.3s ease;
  3287.  }
  3288.  
  3289.  /* Recent Post Items Hover Effects */
  3290.  .recent-post-item:hover .post-title a {
  3291.    color: #0d6efd !important;
  3292.    transition: color 0.3s ease;
  3293.  }
  3294.  
  3295.  .recent-post-item:hover .post-image img {
  3296.    transform: scale(1.05);
  3297.    transition: transform 0.3s ease;
  3298.  }
  3299.  
  3300.  /* Button Hover Effects */
  3301.  .btn:hover {
  3302.    transform: translateY(-2px);
  3303.    transition: all 0.3s ease;
  3304.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3305.  }
  3306.  
  3307.  /* Badge Hover Effects */
  3308.  .badge:hover {
  3309.    transform: scale(1.05);
  3310.    transition: transform 0.3s ease;
  3311.  }
  3312.  
  3313.  @media (max-width: 991px) {
  3314.    .sidebar {
  3315.      margin-top: 3rem;
  3316.    }
  3317.  }
  3318.  
  3319.  @media (max-width: 576px) {
  3320.    .widget-title {
  3321.      font-size: 1rem;
  3322.      padding: 0.75rem 1rem !important;
  3323.    }
  3324.  
  3325.    .title-arrow::after,
  3326.    .title-arrow-primary::after {
  3327.      right: -18px;
  3328.      border-left-width: 18px;
  3329.      border-top-width: 18px;
  3330.      border-bottom-width: 18px;
  3331.    }
  3332.  
  3333.    .post-image {
  3334.      width: 70px !important;
  3335.      height: 55px !important;
  3336.    }
  3337.  
  3338.    .blog-meta {
  3339.      flex-direction: column !important;
  3340.      align-items: flex-start !important;
  3341.      gap: 0.5rem;
  3342.    }
  3343.  }
  3344. </style>
  3345.  
  3346.    
  3347.            </div>
  3348.        </div>
  3349.    </div>
  3350. </section>
  3351.  
  3352. <script>
  3353. // Intersection Observer for scroll animations
  3354. document.addEventListener('DOMContentLoaded', function() {
  3355.    const observerOptions = {
  3356.        threshold: 0.1,
  3357.        rootMargin: '0px 0px -50px 0px'
  3358.    };
  3359.  
  3360.    const observer = new IntersectionObserver(function(entries) {
  3361.        entries.forEach(entry => {
  3362.            if (entry.isIntersecting) {
  3363.                entry.target.classList.add('animated');
  3364.            }
  3365.        });
  3366.    }, observerOptions);
  3367.  
  3368.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3369.        observer.observe(el);
  3370.    });
  3371. });
  3372. </script>
  3373.  
  3374.    
  3375.        
  3376.        <!-- end wpo-blog-highlights-section -->
  3377.        <!-- start wpo-blog-sponsored-section -->
  3378.        
  3379.  
  3380.  
  3381.  
  3382.    
  3383.  
  3384.  
  3385.  
  3386. <style>
  3387.    .sponsored-section-v3 {
  3388.        padding: 0 0 50px;
  3389.    }
  3390.    
  3391.    .sponsored-card-v3 {
  3392.        background: white;
  3393.        border: 1px solid var(--border-color);
  3394.        border-radius: 0;
  3395.        overflow: hidden;
  3396.        transition: all 0.3s ease;
  3397.        height: 100%;
  3398.        position: relative;
  3399.    }
  3400.    
  3401.    .sponsored-card-v3:hover {
  3402.        border-color: #dee2e6;
  3403.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3404.    }
  3405.    
  3406.    .sponsored-image-v3 {
  3407.        position: relative;
  3408.        overflow: hidden;
  3409.        height: 160px;
  3410.    }
  3411.    
  3412.    .sponsored-image-v3 img {
  3413.        width: 100%;
  3414.        height: 100%;
  3415.        object-fit: cover;
  3416.        filter: grayscale(20%);
  3417.        transition: filter 0.3s ease;
  3418.    }
  3419.    
  3420.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3421.        filter: grayscale(0%);
  3422.    }
  3423.    
  3424.    .sponsored-badge-v3 {
  3425.        position: absolute;
  3426.        bottom: auto;
  3427.        left: auto;
  3428.        right: 10px;
  3429.        top: 10px;
  3430.        padding: 8px;
  3431.        font-size: 10px;
  3432.        font-weight: 700;
  3433.        text-transform: uppercase;
  3434.        letter-spacing: 1px;
  3435.        text-align: center;
  3436.    }
  3437.    
  3438.    .sponsored-content-v3 {
  3439.        position: relative;
  3440.        padding: 24px 20px;
  3441.    }
  3442.    
  3443.    .sponsored-title-v3 {
  3444.        font-size: 15px;
  3445.        font-weight: 700;
  3446.        line-height: 1.5;
  3447.        margin-bottom: 18px;
  3448.        min-height: 45px;
  3449.        text-transform: uppercase;
  3450.        letter-spacing: 0.5px;
  3451.    }
  3452.    
  3453.    .sponsored-title-v3 a {
  3454.        text-decoration: none;
  3455.        transition: opacity 0.3s ease;
  3456.    }
  3457.    
  3458.    .sponsored-title-v3 a:hover {
  3459.        opacity: 0.8;
  3460.    }
  3461.    
  3462.    .sponsored-meta-v3 {
  3463.        display: flex;
  3464.        align-items: center;
  3465.        justify-content: space-between;
  3466.        font-size: 11px;
  3467.        font-weight: 600;
  3468.        text-transform: uppercase;
  3469.        letter-spacing: 0.5px;
  3470.        padding-top: 12px;
  3471.        border-top: 1px solid #f1f3f4;
  3472.    }
  3473.    
  3474.    .author-info-v3 {
  3475.        display: flex;
  3476.        align-items: center;
  3477.        gap: 8px;
  3478.    }
  3479.    
  3480.    .sponsored-author-img-v3 {
  3481.        width: 30px;
  3482.        height: 30px;
  3483.        border-radius: 50%;
  3484.        object-fit: cover;
  3485.    }
  3486.    
  3487.    .section-title-sponsored-v3 {
  3488.        font-size: 2.5rem;
  3489.        font-weight: 900;
  3490.        text-align: left;
  3491.        margin-bottom: 30px;
  3492.        letter-spacing: 2px;
  3493.        border-left: 8px solid var(--bs-primary);
  3494.        padding-left: 20px;
  3495.    }
  3496.    
  3497.    .sponsored-overlay-v3 {
  3498.        position: absolute;
  3499.        top: 0;
  3500.        left: 0;
  3501.        right: 0;
  3502.        bottom: 0;
  3503.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3504.        opacity: 0;
  3505.        transition: opacity 0.3s ease;
  3506.    }
  3507.    
  3508.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3509.        opacity: 1;
  3510.    }
  3511.  
  3512.    @media (max-width: 768px) {
  3513.        .sponsored-section-v3 {
  3514.            padding: 0px 0 40px;
  3515.        }
  3516.        .section-title-sponsored-v3 {
  3517.            font-size: 2.2rem;
  3518.            text-align: center;
  3519.            border-left: none;
  3520.            border-bottom: 4px solid;
  3521.            padding-left: 0;
  3522.            padding-bottom: 10px;
  3523.        }
  3524.        .sponsored-content-v3 {
  3525.            padding: 20px 16px;
  3526.        }
  3527.    }
  3528. </style>
  3529.  
  3530. <section class="sponsored-section-v3">
  3531.    <div class="container-fluid fluid-container mt-5">
  3532.        <div class="row">
  3533.            <div class="col-12">
  3534.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3535.            </div>
  3536.        </div>
  3537.        
  3538.        <div class="row g-3">
  3539.            
  3540.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3541.                <div class="card sponsored-card-v3">
  3542.                    <div class="sponsored-overlay-v3"></div>
  3543.                    <div class="sponsored-image-v3">
  3544.                        
  3545.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3546.                        
  3547.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3548.                    </div>
  3549.                    <div class="sponsored-content-v3">
  3550.                        <h3 class="sponsored-title-v3">
  3551.                            <a href="/do-moisture-generators-truly-benefit-indoor-plants/" class="top-color">
  3552.                            Do Moisture Generators Truly Benefit Indoor Plants?
  3553.                            </a>
  3554.                        </h3>
  3555.                        <div class="sponsored-meta-v3">
  3556.                            <div class="author-info-v3">
  3557.                                
  3558.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3559.                                
  3560.                                <span class="top-color">
  3561.                                    Kristin Bray
  3562.                                </span>
  3563.                            </div>
  3564.                            <span class="top-color">08 Sep 2026</span>
  3565.                        </div>
  3566.                    </div>
  3567.                </div>
  3568.            </div>
  3569.            
  3570.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3571.                <div class="card sponsored-card-v3">
  3572.                    <div class="sponsored-overlay-v3"></div>
  3573.                    <div class="sponsored-image-v3">
  3574.                        
  3575.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3576.                        
  3577.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3578.                    </div>
  3579.                    <div class="sponsored-content-v3">
  3580.                        <h3 class="sponsored-title-v3">
  3581.                            <a href="/weather-balloons-used-to-illegally-transport-tobacco-products-forced-closure-of-vilnius-airport/" class="top-color">
  3582.                            Weather Balloons Used to Illegally Transport Tobacco Products Forced Closure of Vilnius Airport
  3583.                            </a>
  3584.                        </h3>
  3585.                        <div class="sponsored-meta-v3">
  3586.                            <div class="author-info-v3">
  3587.                                
  3588.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3589.                                
  3590.                                <span class="top-color">
  3591.                                    Kristin Bray
  3592.                                </span>
  3593.                            </div>
  3594.                            <span class="top-color">08 Sep 2026</span>
  3595.                        </div>
  3596.                    </div>
  3597.                </div>
  3598.            </div>
  3599.            
  3600.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3601.                <div class="card sponsored-card-v3">
  3602.                    <div class="sponsored-overlay-v3"></div>
  3603.                    <div class="sponsored-image-v3">
  3604.                        
  3605.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3606.                        
  3607.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3608.                    </div>
  3609.                    <div class="sponsored-content-v3">
  3610.                        <h3 class="sponsored-title-v3">
  3611.                            <a href="/the-bear-cooking-drama-analysis-this-daft-historical-crime-drama-resembles-a-bear-focused-detective-series/" class="top-color">
  3612.                            The Bear Cooking Drama Analysis: This Daft Historical Crime Drama Resembles A Bear-Focused Detective Series
  3613.                            </a>
  3614.                        </h3>
  3615.                        <div class="sponsored-meta-v3">
  3616.                            <div class="author-info-v3">
  3617.                                
  3618.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3619.                                
  3620.                                <span class="top-color">
  3621.                                    Kristin Bray
  3622.                                </span>
  3623.                            </div>
  3624.                            <span class="top-color">08 Sep 2026</span>
  3625.                        </div>
  3626.                    </div>
  3627.                </div>
  3628.            </div>
  3629.            
  3630.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3631.                <div class="card sponsored-card-v3">
  3632.                    <div class="sponsored-overlay-v3"></div>
  3633.                    <div class="sponsored-image-v3">
  3634.                        
  3635.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3636.                        
  3637.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3638.                    </div>
  3639.                    <div class="sponsored-content-v3">
  3640.                        <h3 class="sponsored-title-v3">
  3641.                            <a href="/ex-vp-dick-cheney-an-examination-on-his-powerful-government-service/" class="top-color">
  3642.                            Ex- VP Dick Cheney: An Examination on His Powerful Government Service
  3643.                            </a>
  3644.                        </h3>
  3645.                        <div class="sponsored-meta-v3">
  3646.                            <div class="author-info-v3">
  3647.                                
  3648.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3649.                                
  3650.                                <span class="top-color">
  3651.                                    Kristin Bray
  3652.                                </span>
  3653.                            </div>
  3654.                            <span class="top-color">08 Sep 2026</span>
  3655.                        </div>
  3656.                    </div>
  3657.                </div>
  3658.            </div>
  3659.            
  3660.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3661.                <div class="card sponsored-card-v3">
  3662.                    <div class="sponsored-overlay-v3"></div>
  3663.                    <div class="sponsored-image-v3">
  3664.                        
  3665.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3666.                        
  3667.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3668.                    </div>
  3669.                    <div class="sponsored-content-v3">
  3670.                        <h3 class="sponsored-title-v3">
  3671.                            <a href="/cadillac-utilizes-apollo-program-playbook-to-assemble-unit-from-scratch-for-australian-race-debut/" class="top-color">
  3672.                            Cadillac Utilizes Apollo Program Playbook to Assemble Unit from Scratch for Australian Race Debut.
  3673.                            </a>
  3674.                        </h3>
  3675.                        <div class="sponsored-meta-v3">
  3676.                            <div class="author-info-v3">
  3677.                                
  3678.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3679.                                
  3680.                                <span class="top-color">
  3681.                                    Kristin Bray
  3682.                                </span>
  3683.                            </div>
  3684.                            <span class="top-color">08 Sep 2026</span>
  3685.                        </div>
  3686.                    </div>
  3687.                </div>
  3688.            </div>
  3689.            
  3690.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3691.                <div class="card sponsored-card-v3">
  3692.                    <div class="sponsored-overlay-v3"></div>
  3693.                    <div class="sponsored-image-v3">
  3694.                        
  3695.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3696.                        
  3697.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3698.                    </div>
  3699.                    <div class="sponsored-content-v3">
  3700.                        <h3 class="sponsored-title-v3">
  3701.                            <a href="/officials-in-the-trump-white-house-reportedly-considering-selling-of-student-loan-debt-to-private-investors/" class="top-color">
  3702.                            Officials in the Trump White House Reportedly Considering Selling of Student Loan Debt to Private Investors
  3703.                            </a>
  3704.                        </h3>
  3705.                        <div class="sponsored-meta-v3">
  3706.                            <div class="author-info-v3">
  3707.                                
  3708.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ab788607-242d-470f-921c-72ab0b50117d_profile.png" alt="Kristin Bray" style="object-fit: cover;" class="sponsored-author-img-v3">
  3709.                                
  3710.                                <span class="top-color">
  3711.                                    Kristin Bray
  3712.                                </span>
  3713.                            </div>
  3714.                            <span class="top-color">08 Sep 2026</span>
  3715.                        </div>
  3716.                    </div>
  3717.                </div>
  3718.            </div>
  3719.            
  3720.        </div>
  3721.    </div>
  3722. </section>
  3723.  
  3724.  
  3725.    
  3726.        <!-- end wpo-blog-sponsored-section -->
  3727.        <!-- start wpo-subscribe-section -->
  3728.        
  3729.        <!-- end subscribe-section -->
  3730.        <!-- start of wpo-site-footer-section -->
  3731.        
  3732.  
  3733.  
  3734.  
  3735.  
  3736.  
  3737. <footer class="wpo-site-footer-v2">
  3738.    <!-- Main Footer Content -->
  3739.    <div class="wpo-main-footer">
  3740.        <div class="container-fluid fluid-container">
  3741.            <div class="row g-4">
  3742.                
  3743.                <!-- Company Info Section -->
  3744.                <div class="col-lg-4 col-md-6 col-12">
  3745.                    <div class="footer-widget company-info-widget">
  3746.                        <div class="widget-header">
  3747.                            <div class="footer-logo">
  3748.                                
  3749.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c47f0128-d764-42ff-b254-c6cd28d3a3af_logo.png" alt="London Dice Store" class="img-fluid footer-logo-img">
  3750.                                
  3751.                            </div>
  3752.                        </div>
  3753.                        <div class="widget-content2 footer-widget-content2">
  3754.                            <p class="company-description-text">
  3755.                                Discover premium dice for tabletop gaming at London Dice Store. Shop our curated collection of RPG dice, metal dice, and accessories with fast UK delivery.
  3756.                            </p>
  3757.                            <div class="contact-info2">
  3758.                                <div class="contact-item">
  3759.                                    <i class="fas fa-envelope"></i>
  3760.                                    <span><a href="/cdn-cgi/l/email-protection#2b47424540586b454e535f494a4840474245405805484446" class="footer-link2"><span class="__cf_email__" data-cfemail="4e222720253d0e202b363a2c2f2d25222720253d602d2123">[email&#160;protected]</span></a></span>
  3761.                                </div>
  3762.                                <!-- <div class="contact-item">
  3763.                                    <i class="fas fa-phone"></i>
  3764.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3765.                                </div> -->
  3766.                            </div>
  3767.                        </div>
  3768.                    </div>
  3769.                </div>
  3770.  
  3771.                <!-- Quick Links Section -->
  3772.                <div class="col-lg-4 col-md-6 col-12">
  3773.                    <div class="footer-widget quick-links-widget">
  3774.                        <div class="widget-header">
  3775.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3776.                        </div>
  3777.                        <div class="widget-content2 footer-widget-content2">
  3778.                            <ul class="footer-links">
  3779.                                
  3780.                                <li><a href="/english-premier-league-showdown-second-placed-bournemouth-travel-to-city/" class="footer-link">English Premier League Showdown: Second-Placed Bournemouth Travel to City</a></li>
  3781.                                
  3782.                                <li><a href="/this-tug-of-war-over-the-cable-news-network-shows-how-flawed-american-media-now-is/" class="footer-link">This Tug-of-War Over the Cable News Network Shows How Flawed American Media Now Is.</a></li>
  3783.                                
  3784.                                <li><a href="/man-admits-sex-offences-against-children-at-summer-camp/" class="footer-link">Man admits sex offences against children at summer camp</a></li>
  3785.                                
  3786.                                <li><a href="/england-and-welsh-placed-together-for-2027-rugby-world-cup-in-australia/" class="footer-link">England and Welsh Placed Together for 2027 Rugby World Cup in Australia</a></li>
  3787.                                
  3788.                                <li><a href="/stronglets-make-historystrong-kazuyoshi-miura-fifty-eight-signs-with-new-football-side/" class="footer-link">&lt;strong&gt;&#x27;Let&#x27;s make history&#x27;&lt;/strong&gt; - Kazuyoshi Miura, fifty-eight, signs with new football side.</a></li>
  3789.                                
  3790.                                <li><a href="/im-the-master-of-the-common-cold-and-i-can-tell-you-how-to-avoid-one/" class="footer-link">I&#x27;m the Master of the Common Cold – and I Can Tell You How to Avoid One</a></li>
  3791.                                
  3792.                            </ul>
  3793.                        </div>
  3794.                    </div>
  3795.                </div>
  3796.  
  3797.                <!-- Blog Rolls Section -->
  3798.          <div class="col-lg-3 col-md-6 col-12">
  3799.    <div class="footer-widget blog-rolls-widget">
  3800.        <div class="widget-header">
  3801.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3802.        </div>
  3803.        <div class="widget-content2 footer-widget-content2">
  3804.            <div class="row">
  3805.                <div class="col-6">
  3806.                    <ul class="footer-links" id="blogroll">
  3807.                        
  3808.                        
  3809.                        
  3810.                        
  3811.                        
  3812.                        
  3813.                        
  3814.                    </ul>
  3815.                </div>
  3816.            </div>
  3817.        </div>
  3818.    </div>
  3819. </div>
  3820.                <!-- Categories Section -->
  3821.                <div class="col-lg-4 col-md-6 col-12">
  3822.                    <div class="footer-widget categories-widget">
  3823.                        <div class="widget-header">
  3824.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3825.                        </div>
  3826.                        <div class="widget-content2 footer-widget-content2">
  3827.                            <div class="row">
  3828.                                <div class="col-6">
  3829.                                    <ul class="footer-links">
  3830.                                        
  3831.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3832.                                            All Posts
  3833.                                        </a></li>
  3834.                                        
  3835.                                        <li> <a href="/category/business/" class="footer-link">
  3836.                                            Business
  3837.                                        </a></li>
  3838.                                        
  3839.                                        <li> <a href="/category/esports/" class="footer-link">
  3840.                                            Esports
  3841.                                        </a></li>
  3842.                                        
  3843.                                        <li> <a href="/category/fashion/" class="footer-link">
  3844.                                            Fashion
  3845.                                        </a></li>
  3846.                                        
  3847.                                        <li> <a href="/category/featured/" class="footer-link">
  3848.                                            Featured
  3849.                                        </a></li>
  3850.                                        
  3851.                                    </ul>
  3852.                                </div>
  3853.                              
  3854.                            </div>
  3855.                        </div>
  3856.                    </div>
  3857.                </div>
  3858.  
  3859.            </div>
  3860.        </div>
  3861.    </div>
  3862.  
  3863.    <!-- Footer Bottom -->
  3864.    <div class="footer-bottom">
  3865.        <div class="container-fluid fluid-container">
  3866.            <div class="row align-items-center">
  3867.                <!-- Copyright -->
  3868.                <div class="col-lg-6 col-md-6 col-12">
  3869.                    <div class="copyright-text">
  3870.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">London Dice Store</strong>.
  3871.                            All rights reserved.
  3872.                        </p>
  3873.                    </div>
  3874.                </div>
  3875.  
  3876.                <!-- Footer Menu -->
  3877.                <div class="col-lg-6 col-md-6 col-12">
  3878.                    <div class="footer-menu">
  3879.                        <ul class="bottom-menu">
  3880.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3881.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3882.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3883.                        </ul>
  3884.                    </div>
  3885.                </div>
  3886.            </div>
  3887.        </div>
  3888.    </div>
  3889.  
  3890. </footer>
  3891.  
  3892. <style>
  3893. /* Footer V2 Styles */
  3894. .wpo-site-footer-v2 {
  3895.    background: var(--footer-bg);
  3896.    color: var(--footer-color);
  3897.    position: relative;
  3898.    overflow: hidden;
  3899. }
  3900.  
  3901. .wpo-site-footer-v2::before {
  3902.    content: '';
  3903.    position: absolute;
  3904.    top: 0;
  3905.    left: 0;
  3906.    right: 0;
  3907.    bottom: 0;
  3908.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3909.    pointer-events: none;
  3910. }
  3911.  
  3912. .wpo-main-footer {
  3913.    padding: 60px 0 40px;
  3914.    position: relative;
  3915.    z-index: 2;
  3916. }
  3917.  
  3918. .footer-widget {
  3919.    margin-bottom: 30px;
  3920. }
  3921.  
  3922. .widget-header {
  3923.    margin-bottom: 25px;
  3924. }
  3925.  
  3926. .widget-title2 {
  3927.    font-size: 20px;
  3928.    font-weight: 700;
  3929.    color: var(--footer-color) !important;
  3930.    margin: 0;
  3931.    position: relative;
  3932.    padding-bottom: 10px;
  3933. }
  3934.  
  3935. .widget-title2::after {
  3936.    content: '';
  3937.    position: absolute;
  3938.    bottom: 0;
  3939.    left: 0;
  3940.    width: 40px;
  3941.    height: 3px;
  3942.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3943.    border-radius: 2px;
  3944. }
  3945.  
  3946. /* Company Info Styles */
  3947. .footer-logo-img {
  3948.    max-height: 100px;
  3949.    margin-bottom: 20px;
  3950. }
  3951.  
  3952. .footer-logo-text {
  3953.    color: var(--footer-color);
  3954. }
  3955.  
  3956. .company-description-text {
  3957.    font-size: 14px;
  3958.    line-height: 1.7;
  3959.    color: var(--footer-color);
  3960.    margin-bottom: 25px;
  3961. }
  3962.  
  3963. .contact-info2 .contact-item {
  3964.    display: flex;
  3965.    align-items: center;
  3966.    margin-bottom: 10px;
  3967.    font-size: 14px;
  3968. }
  3969.  
  3970. .contact-info2 .contact-item i {
  3971.    width: 20px;
  3972.    color: var(--footer-color);
  3973.    margin-right: 10px;
  3974. }
  3975.  
  3976. /* Footer Links Styles */
  3977. .footer-links {
  3978.    list-style: none;
  3979.    padding: 0;
  3980.    margin: 0;
  3981. }
  3982.  
  3983. .footer-links li {
  3984.    margin-bottom: 12px;
  3985. }
  3986. .footer-link2 {
  3987.    color: var(--footer-color) !important;
  3988. }
  3989. .footer-link2:hover {
  3990.    color: blue !important;
  3991. }
  3992. .footer-links a{
  3993.    color: var(--footer-color) !important;
  3994.    text-decoration: none;
  3995.    cursor: pointer;
  3996.    font-size: 14px;
  3997.    transition: all 0.3s ease;
  3998.    position: relative;
  3999. }
  4000.  
  4001. .footer-links a:hover {
  4002.    color: #4f46e5 !important;
  4003.    padding-left: 8px;
  4004. }
  4005.  
  4006. /* Footer Bottom Styles */
  4007. .footer-bottom {
  4008.    background: rgba(0, 0, 0, 0.3);
  4009.    padding: 20px 0;
  4010.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4011.    position: relative;
  4012.    z-index: 2;
  4013. }
  4014.  
  4015. .copyright-text-p {
  4016.    margin: 0;
  4017.    font-size: 14px;
  4018.    color: var(--footer-color);
  4019. }
  4020.  
  4021. .footer-sitename {
  4022.    color: var(--footer-color);
  4023. }
  4024.  
  4025. .bottom-menu {
  4026.    list-style: none;
  4027.    padding: 0;
  4028.    margin: 0;
  4029.    display: flex;
  4030.    justify-content: flex-end;
  4031.    gap: 20px;
  4032. }
  4033.  
  4034. .bottom-menu a {
  4035.    color: var(--footer-color);
  4036.    text-decoration: none;
  4037.    font-size: 14px;
  4038.    transition: color 0.3s ease;
  4039. }
  4040.  
  4041. .bottom-menu a:hover {
  4042.    color: #4f46e5;
  4043. }
  4044.  
  4045. @media (max-width: 768px) {
  4046.    .wpo-main-footer {
  4047.        padding: 40px 0 30px;
  4048.    }
  4049.    
  4050.    .bottom-menu {
  4051.        justify-content: center;
  4052.        margin-top: 15px;
  4053.    }
  4054.    
  4055.    .copyright-text {
  4056.        text-align: center;
  4057.    }
  4058.    
  4059.    .social-links {
  4060.        justify-content: center;
  4061.    }
  4062. }
  4063.  
  4064. @media (max-width: 576px) {
  4065.    .widget-title2 {
  4066.        font-size: 18px;
  4067.    }
  4068.    
  4069.    .newsletter-form .input-group {
  4070.        flex-direction: column;
  4071.    }
  4072.    
  4073.    .newsletter-form .btn {
  4074.        margin-top: 10px;
  4075.        border-radius: 8px;
  4076.    }
  4077.    
  4078.    .newsletter-form .form-control {
  4079.        border-radius: 8px;
  4080.    }
  4081. }
  4082. </style>
  4083.  
  4084.  
  4085. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4086.  document.addEventListener('DOMContentLoaded', function () {
  4087.    var btn = document.getElementById('toggleMore');
  4088.    if (!btn) return; // If there are <=5 items, no need for the button
  4089.  
  4090.    var extras = document.querySelectorAll('#blogroll li.extra');
  4091.  
  4092.    btn.addEventListener('click', function () {
  4093.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4094.        return li.classList.contains('d-none');
  4095.      });
  4096.  
  4097.      extras.forEach(function (li) {
  4098.        if (anyHidden) {
  4099.          li.classList.remove('d-none');
  4100.          li.classList.add('show'); // Show with smooth transition
  4101.        } else {
  4102.          li.classList.add('d-none');
  4103.          li.classList.remove('show'); // Hide smoothly
  4104.        }
  4105.      });
  4106.  
  4107.      // Update the button text and aria-expanded attribute
  4108.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4109.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4110.    });
  4111.  });
  4112. </script>
  4113.        <!-- end of wpo-site-footer-section -->
  4114.    </div>
  4115.    <!-- end of page-wrapper -->
  4116.  
  4117.    <!-- All JavaScript files
  4118.    ================================================== -->
  4119.    
  4120.  
  4121. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4122. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4123. <!-- Plugins for this template -->
  4124. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4125. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4126. <!-- Custom script for this template -->
  4127. <script src="/static/blogapp/assets/js/script.js"></script>
  4128.  
  4129. <script>
  4130. (function () {
  4131. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4132. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4133.  
  4134. function applyFallback(img) {
  4135. if (!img || img.dataset.fallbackApplied === "1") {
  4136. return;
  4137. }
  4138. var failedSrc = img.currentSrc || img.src || "";
  4139. img.dataset.fallbackApplied = "1";
  4140. img.onerror = null;
  4141. img.src = fallbackImageSrc;
  4142. console.warn("[ImageFallback] Replaced broken image:", {
  4143. failedSrc: failedSrc,
  4144. fallbackSrc: fallbackImageSrc,
  4145. alt: img.alt || "",
  4146. });
  4147. }
  4148.  
  4149. document.querySelectorAll("img").forEach(function (img) {
  4150. if (img.complete && img.naturalWidth === 0) {
  4151. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4152. failedSrc: img.currentSrc || img.src || "",
  4153. alt: img.alt || "",
  4154. });
  4155. applyFallback(img);
  4156. }
  4157. });
  4158.  
  4159. document.addEventListener(
  4160. "error",
  4161. function (event) {
  4162. var target = event.target;
  4163. if (target && target.tagName === "IMG") {
  4164. applyFallback(target);
  4165. }
  4166. },
  4167. true
  4168. );
  4169. })();
  4170. </script>
  4171.  
  4172. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4173.  
  4174.  
  4175.  
  4176. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"ac69f3f2566244418cbd96f1050db979","r":1,"spa":2}' crossorigin="anonymous"></script>
  4177. </body>
  4178.  
  4179. </html>
  4180.  
  4181.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda