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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  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_28_0TygAfk_KSW0AWV.png">
  14.    
  15.  
  16.    <title>TrendOnline360 UK: Latest Digital Marketing &amp; Tech Trends</title>
  17.    <meta name="description" content="TrendOnline360 UK covers the latest in digital marketing, technology, and online business strategies. Stay updated with expert insights and practical tips for success.">
  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://trendonline360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00d1b2;
  42.        --bs-primary-rgb: 00d1b2;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00d1b2;
  53.        --theme-primary-color-s2: #00d1b2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #00d1b2;
  84.        --link-hover: #00b398;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 209, 178, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_76">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row">
  409.      <div>
  410.        <div class="pt-2 d-flex  gap-2   pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  412.            <div class=" d-flex  ">
  413.              <sapn class="fw-bold ">
  414.                Latest
  415.              </sapn>
  416.            </div>
  417.            <div class="d-flex">
  418.              <sapn class="fw-bold ">
  419.                Update
  420.              </sapn>
  421.            </div>
  422.          </div>
  423.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  424.            <p class="text-center">
  425.              
  426.              <a href="/witness-in-prince-harry-legal-action-alleges-admission-was-fabricated/" class="px-5 top-color">
  427.                Witness in Prince Harry Legal Action Alleges Admission Was Fabricated
  428.              </a>
  429.              
  430.              <a href="/the-gunners-debated-partnership-agreement-with-visit-rwanda-set-to-end-next-year/" class="px-5 top-color">
  431.                The Gunners&#x27; Debated Partnership Agreement with Visit Rwanda Set to End Next Year
  432.              </a>
  433.              
  434.              <a href="/the-blues-automatic-qualification-ambitions-suffer-a-setback-by-defeat-at-atalanta/" class="px-5 top-color">
  435.                The Blues&#x27; Automatic Qualification Ambitions Suffer a Setback by Defeat at Atalanta
  436.              </a>
  437.              
  438.              <a href="/czech-republics-populist-prime-minister-elect-declines-to-divest-business-empire-amid-ethical-row/" class="px-5 top-color">
  439.                Czech Republic&#x27;s Populist Prime Minister-Elect Declines to Divest Business Empire Amid Ethical Row
  440.              </a>
  441.              
  442.              <a href="/finally-addressing-the-modding-gap-the-games-new-quest-corrects-a-longstanding-issue/" class="px-5 top-color">
  443.                Finally Addressing the Modding Gap: The Game&#x27;s New Quest Corrects a Longstanding Issue
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.      </div>
  450.    </div>
  451.  </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457.            
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <header class="header-v7 py-2 mb-4">
  465.    <!-- Top Bar -->
  466.    <div class="top-bar-v7">
  467.        <div class="container-fluid fluid-container">
  468.            <div class="row align-items-center justify-content-center">
  469.                <div class="col-lg-3 col-md-4">
  470.                    <div class="logo-section-v7">
  471.                        <a class="brand-link-v7" href="/">
  472.                            
  473.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8021310-cd74-4e5b-9cde-6ce3f537122c_logo.png" alt="TrendOnline360 UK" class="logo-img-v7" />
  474.                            
  475.                        </a>
  476.                    </div>
  477.                </div>
  478.                <div class="col-lg-6 col-md-5">
  479.                    <div class="search-bar-v7">
  480.                        <form class="search-form-v7" action="#" method="get">
  481.                            <div class="search-container-v7">
  482.                                <input id="search-input" type="search" class="search-input-v7"
  483.                                    placeholder="Search articles, tutorials, news..." name="q">
  484.                                <button type="submit" class="search-btn-v7">
  485.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  486.                                        stroke-width="2">
  487.                                        <circle cx="11" cy="11" r="8"></circle>
  488.                                        <path d="m21 21-4.35-4.35"></path>
  489.                                    </svg>
  490.                                </button>
  491.                            </div>
  492.                            <div id="search-results" class="search-results-container search-v1"></div>
  493.                        </form>
  494.                    </div>
  495.                </div>
  496.                <div class="col-lg-3 col-md-3">
  497.                    <!-- Empty column for spacing -->
  498.                </div>
  499.            </div>
  500.        </div>
  501.    </div>
  502.  
  503.    <!-- Main Navigation -->
  504.    <div class="main-nav-v7">
  505.        <div class="container-fluid">
  506.            <div class="nav-wrapper-v7">
  507.  
  508.                <!-- Sidebar Navigation -->
  509.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  510.                    <div class="nav-header-v7">
  511.                        <h6 class="nav-title-v7">Navigation</h6>
  512.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  513.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  514.                                stroke-width="2">
  515.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  516.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  517.                            </svg>
  518.                        </button>
  519.                    </div>
  520.  
  521.                    <ul class="sidebar-menu-v7">
  522.                        <li class="sidebar-item-v7">
  523.                            <a href='/' class="sidebar-link-v7 active-v7">
  524.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  525.                                    stroke="currentColor" stroke-width="2">
  526.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  527.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  528.                                </svg>
  529.                                Home
  530.                            </a>
  531.                        </li>
  532.  
  533.                        <li class="sidebar-item-v7 has-submenu-v7">
  534.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  535.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  536.                                    stroke="currentColor" stroke-width="2">
  537.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  538.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  539.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  540.                                </svg>
  541.                                Technology
  542.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  543.                                    stroke="currentColor" stroke-width="2">
  544.                                    <polyline points="6,9 12,15 18,9"></polyline>
  545.                                </svg>
  546.                            </a>
  547.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  548.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  549.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  550.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  551.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  552.                            </ul>
  553.                        </li>
  554.  
  555.                        <li class="sidebar-item-v7 has-submenu-v7">
  556.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  557.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  558.                                    stroke="currentColor" stroke-width="2">
  559.                                    <path
  560.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  561.                                    </path>
  562.                                </svg>
  563.                                Business
  564.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  565.                                    stroke="currentColor" stroke-width="2">
  566.                                    <polyline points="6,9 12,15 18,9"></polyline>
  567.                                </svg>
  568.                            </a>
  569.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  570.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  571.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  572.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  573.                            </ul>
  574.                        </li>
  575.  
  576.                        <li class="sidebar-item-v7">
  577.                            <a href="#" class="sidebar-link-v7">
  578.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  579.                                    stroke="currentColor" stroke-width="2">
  580.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  581.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  582.                                </svg>
  583.                                Tutorials
  584.                            </a>
  585.                        </li>
  586.  
  587.                        <li class="sidebar-item-v7">
  588.                            <a href="#" class="sidebar-link-v7">
  589.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polygon
  592.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  593.                                    </polygon>
  594.                                </svg>
  595.                                Reviews
  596.                            </a>
  597.                        </li>
  598.  
  599.                        <li class="sidebar-item-v7">
  600.                            <a href="#" class="sidebar-link-v7">
  601.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  602.                                    stroke="currentColor" stroke-width="2">
  603.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  604.                                </svg>
  605.                                News
  606.                            </a>
  607.                        </li>
  608.  
  609.                        <li class="sidebar-item-v7">
  610.                            <a href="#" class="sidebar-link-v7">
  611.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <circle cx="12" cy="12" r="3"></circle>
  614.                                    <path
  615.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  616.                                    </path>
  617.                                </svg>
  618.                                About
  619.                            </a>
  620.                        </li>
  621.  
  622.                        <li class="sidebar-item-v7">
  623.                            <a href="#" class="sidebar-link-v7">
  624.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  625.                                    stroke="currentColor" stroke-width="2">
  626.                                    <path
  627.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  628.                                    </path>
  629.                                    <polyline points="22,6 12,13 2,6"></polyline>
  630.                                </svg>
  631.                                Contact
  632.                            </a>
  633.                        </li>
  634.                    </ul>
  635.                </nav>
  636.                <div class="sidebar-blur"></div>
  637.  
  638.                <!-- Main Content Area -->
  639.                <div class="content-area-v7">
  640.                    <!-- Horizontal Nav for Desktop -->
  641.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  642.                        <ul class="horizontal-menu-v7">
  643.  
  644.                            
  645.                            <li class="horizontal-item-v7">
  646.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  647.                            </li>
  648.  
  649.                            
  650.                            
  651.                             <li class="horizontal-item-v7">
  652.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  653.                                    All Posts
  654.                                </a>
  655.                                </li>
  656.  
  657.                                
  658.  
  659.                                        
  660.                                        
  661.                                
  662.                             <li class="horizontal-item-v7">
  663.                                <a href="/category/business/" class="horizontal-link-v7">
  664.                                    Business
  665.                                </a>
  666.                                </li>
  667.  
  668.                                
  669.  
  670.                                        
  671.                                        
  672.                                
  673.                             <li class="horizontal-item-v7">
  674.                                <a href="/category/esports/" class="horizontal-link-v7">
  675.                                    Esports
  676.                                </a>
  677.                                </li>
  678.  
  679.                                
  680.  
  681.                                        
  682.                                        
  683.                                
  684.                             <li class="horizontal-item-v7">
  685.                                <a href="/category/fashion/" class="horizontal-link-v7">
  686.                                    Fashion
  687.                                </a>
  688.                                </li>
  689.  
  690.                                
  691.  
  692.                                        
  693.                                        
  694.                                
  695.                             <li class="horizontal-item-v7">
  696.                                <a href="/category/featured/" class="horizontal-link-v7">
  697.                                    Featured
  698.                                </a>
  699.                                </li>
  700.  
  701.                                
  702.  
  703.                                        
  704.                                        
  705.                                
  706.                             <li class="horizontal-item-v7">
  707.                                <a href="/category/gaming/" class="horizontal-link-v7">
  708.                                    Gaming
  709.                                </a>
  710.                                </li>
  711.  
  712.                                
  713.  
  714.                                        
  715.                                        
  716.                                
  717.                             <li class="horizontal-item-v7">
  718.                                <a href="/category/health/" class="horizontal-link-v7">
  719.                                    Health
  720.                                </a>
  721.                                </li>
  722.  
  723.                                
  724.  
  725.                                        
  726.                                        
  727.                                
  728.                            
  729.                                
  730.                                <li class="horizontal-item-v7 dropdown-v7">
  731.                                    <a href="#" class="horizontal-link-v7">More</a>
  732.                                    <div class="horizontal-dropdown-v7">
  733.                                        <a href="/category/life-fitness/"
  734.                                            class="dropdown-item-v7">
  735.                                            Life &amp; Fitness
  736.                                        </a>
  737.                                        
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                            
  743.                                        <a href="/category/lifestyle/"
  744.                                            class="dropdown-item-v7">
  745.                                            Lifestyle
  746.                                        </a>
  747.                                        
  748.  
  749.                                        
  750.                                        
  751.                                
  752.                            
  753.                                        <a href="/category/news/"
  754.                                            class="dropdown-item-v7">
  755.                                            News
  756.                                        </a>
  757.                                        
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                        <a href="/category/others/"
  764.                                            class="dropdown-item-v7">
  765.                                            Others
  766.                                        </a>
  767.                                        
  768.  
  769.                                        
  770.                                        
  771.                                
  772.                            
  773.                                        <a href="/category/politics/"
  774.                                            class="dropdown-item-v7">
  775.                                            Politics
  776.                                        </a>
  777.                                        
  778.  
  779.                                        
  780.                                        
  781.                                
  782.                            
  783.                                        <a href="/category/sports/"
  784.                                            class="dropdown-item-v7">
  785.                                            Sports
  786.                                        </a>
  787.                                        
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                        <a href="/category/tech/"
  794.                                            class="dropdown-item-v7">
  795.                                            Tech
  796.                                        </a>
  797.                                        
  798.  
  799.                                        
  800.                                        
  801.                                
  802.                            
  803.                                        <a href="/category/travel/"
  804.                                            class="dropdown-item-v7">
  805.                                            Travel
  806.                                        </a>
  807.                                        
  808.  
  809.                                        
  810.                                        
  811.                                    </div>
  812.                                </li>
  813.                                
  814.                                
  815. <li>
  816.                  <a href="/page/contact-us/">
  817.                     Contact Us
  818.                  </a>
  819.              </li>
  820.                        </ul>
  821.                    </nav>
  822.  
  823.  
  824.                    <!-- Mobile Menu Button -->
  825.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  826.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  827.                            stroke-width="2">
  828.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  829.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  830.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  831.                        </svg>
  832.                        Menu
  833.                    </button>
  834.                </div>
  835.            </div>
  836.        </div>
  837.    </div>
  838.  
  839.    <!-- Overlay for mobile sidebar -->
  840.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  841. </header>
  842.  
  843. <style>
  844.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  845.    .header-v7 {
  846.        position: relative;
  847.        background: var(--navbar-bg);
  848.    }
  849.  
  850.    /* Top Bar Styles */
  851.    .top-bar-v7 {
  852.        padding: 15px 0;
  853.        border-bottom: 1px solid var(--border-color);
  854.        background: var(--navbar-bg);
  855.    }
  856.  
  857.    .logo-img-v7 {
  858.        max-height: 70px;
  859.        transition: transform 0.3s ease;
  860.    }
  861.  
  862.    .logo-img-v7:hover {
  863.        transform: scale(1.05);
  864.    }
  865.  
  866.    /* Search Bar Styles */
  867.    .search-container-v7 {
  868.        position: relative;
  869.        display: flex;
  870.        align-items: center;
  871.        background: transparent;
  872.        border: 2px solid var(--border-color);
  873.        border-radius: 8px;
  874.        overflow: hidden;
  875.        transition: all 0.3s ease;
  876.    }
  877.  
  878.    .search-container-v7:focus-within {
  879.        border-color: #007bff33;
  880.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  881.    }
  882.  
  883.    .search-input-v7 {
  884.        color: var(--topbar-color) !important;
  885.        flex: 1;
  886.        border: none;
  887.        padding: 12px 16px;
  888.        font-size: 14px;
  889.        outline: none;
  890.        background: transparent;
  891.    }
  892.  
  893.    .search-input-v7::placeholder {
  894.        color: #a0aec0;
  895.    }
  896.  
  897.    .search-btn-v7 {
  898.        background: var(--bs-primary);
  899.        color: white;
  900.        border: none;
  901.        padding: 12px 16px;
  902.        cursor: pointer;
  903.        transition: background 0.3s ease;
  904.    }
  905.  
  906.    .search-btn-v7:hover {
  907.        background: #3182ce;
  908.    }
  909.  
  910.    /* Header Actions */
  911.    .header-actions-v7 {
  912.        display: flex;
  913.        align-items: center;
  914.        gap: 15px;
  915.        justify-content: flex-end;
  916.    }
  917.  
  918.    .notification-btn-v7,
  919.    .profile-btn-v7 {
  920.        background: none;
  921.        border: none;
  922.        padding: 8px;
  923.        border-radius: 8px;
  924.        cursor: pointer;
  925.        transition: background 0.3s ease;
  926.        position: relative;
  927.    }
  928.  
  929.    .notification-btn-v7:hover,
  930.    .profile-btn-v7:hover {
  931.        background: #f1f5f9;
  932.    }
  933.  
  934.    .notification-badge-v7 {
  935.        position: absolute;
  936.        top: 2px;
  937.        right: 2px;
  938.        background: #e53e3e;
  939.        color: white;
  940.        font-size: 16px;
  941.        font-weight: 600;
  942.        width: 16px;
  943.        height: 16px;
  944.        border-radius: 50%;
  945.        display: flex;
  946.        align-items: center;
  947.        justify-content: center;
  948.    }
  949.  
  950.    .profile-avatar-v7 {
  951.        width: 32px;
  952.        height: 32px;
  953.        background: var(--border-color);
  954.        border-radius: 50%;
  955.        display: flex;
  956.        align-items: center;
  957.        justify-content: center;
  958.    }
  959.  
  960.    /* Main Navigation */
  961.    .main-nav-v7 {
  962.        background: var(--navbar-bg);
  963.    }
  964.  
  965.    .nav-wrapper-v7 {
  966.        display: flex;
  967.        align-items: center;
  968.        justify-content: center;
  969.        min-height: 60px;
  970.    }
  971.  
  972.    /* Sidebar Navigation */
  973.    .sidebar-nav-v7 {
  974.        position: fixed;
  975.        top: 0;
  976.        left: -350px;
  977.        width: 350px;
  978.        height: 100vh;
  979.        background: var(--navbar-bg);
  980.        z-index: 1000;
  981.        transition: left 0.3s ease;
  982.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  983.        overflow-y: auto;
  984.    }
  985.  
  986.    .sidebar-nav-v7.show-v7 {
  987.        left: 0;
  988.    }
  989.  
  990.    .nav-header-v7 {
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: space-between;
  994.        padding: 20px 25px;
  995.        border-bottom: 1px solid var(--border-color);
  996.        background: var(--navbar-bg);
  997.    }
  998.  
  999.    .nav-title-v7 {
  1000.        font-size: 16px;
  1001.        font-weight: 600;
  1002.        color: #2d3748;
  1003.        margin: 0;
  1004.    }
  1005.  
  1006.    .sidebar-close-v7 {
  1007.        background: none;
  1008.        border: none;
  1009.        padding: 8px;
  1010.        cursor: pointer;
  1011.        border-radius: 6px;
  1012.        transition: background 0.3s ease;
  1013.    }
  1014.  
  1015.    .sidebar-close-v7:hover {
  1016.        background: var(--border-color);
  1017.    }
  1018.  
  1019.    .sidebar-menu-v7 {
  1020.        list-style: none;
  1021.        padding: 20px 0;
  1022.        margin: 0;
  1023.    }
  1024.  
  1025.    .sidebar-item-v7 {
  1026.        margin-bottom: 5px;
  1027.    }
  1028.  
  1029.    .sidebar-link-v7 {
  1030.        display: flex;
  1031.        align-items: center;
  1032.        color: #4a5568;
  1033.        text-decoration: none;
  1034.        padding: 15px 25px;
  1035.        font-size: 15px;
  1036.        font-weight: 500;
  1037.        transition: all 0.3s ease;
  1038.        position: relative;
  1039.    }
  1040.  
  1041.    .sidebar-link-v7:hover,
  1042.    .sidebar-link-v7.active-v7 {
  1043.        color: #007bff;
  1044.        background: var(--border-color);
  1045.    }
  1046.  
  1047.    .sidebar-link-v7.active-v7::before {
  1048.        content: '';
  1049.        position: absolute;
  1050.        left: 0;
  1051.        top: 0;
  1052.        bottom: 0;
  1053.        width: 4px;
  1054.        background: #007bff;
  1055.    }
  1056.  
  1057.    .sidebar-icon-v7 {
  1058.        margin-right: 12px;
  1059.        color: currentColor;
  1060.    }
  1061.  
  1062.    .submenu-arrow-v7 {
  1063.        margin-left: auto;
  1064.        transition: transform 0.3s ease;
  1065.    }
  1066.  
  1067.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1068.        transform: rotate(180deg);
  1069.    }
  1070.  
  1071.    .sidebar-submenu-v7 {
  1072.        list-style: none;
  1073.        padding: 0;
  1074.        margin: 0;
  1075.        max-height: 0;
  1076.        overflow: hidden;
  1077.        transition: max-height 0.3s ease;
  1078.        background: var(--navbar-bg);
  1079.    }
  1080.  
  1081.    .sidebar-submenu-v7.show-v7 {
  1082.        max-height: 300px;
  1083.        padding: 10px 0;
  1084.    }
  1085.  
  1086.    .sidebar-sublink-v7 {
  1087.        display: block;
  1088.        color: #718096;
  1089.        text-decoration: none;
  1090.        padding: 10px 25px 10px 55px;
  1091.        font-size: 14px;
  1092.        transition: all 0.3s ease;
  1093.    }
  1094.  
  1095.    .sidebar-sublink-v7:hover {
  1096.        color: #007bff;
  1097.        background: var(--border-color);
  1098.    }
  1099.  
  1100.    /* Sidebar Footer */
  1101.    .sidebar-footer-v7 {
  1102.        padding: 25px;
  1103.        margin-top: auto;
  1104.        border-top: 1px solid var(--border-color);
  1105.    }
  1106.  
  1107.    .sidebar-cta-v7 {
  1108.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1109.        padding: 20px;
  1110.        border-radius: 12px;
  1111.        text-align: center;
  1112.        color: white;
  1113.    }
  1114.  
  1115.    .cta-title-v7 {
  1116.        font-size: 14px;
  1117.        font-weight: 600;
  1118.        margin: 0 0 5px 0;
  1119.    }
  1120.  
  1121.    .cta-text-v7 {
  1122.        font-size: 12px;
  1123.        margin: 0 0 15px 0;
  1124.        opacity: 0.9;
  1125.    }
  1126.  
  1127.    .cta-btn-v7 {
  1128.        background: rgba(255, 255, 255, 0.2);
  1129.        color: white;
  1130.        border: 1px solid rgba(255, 255, 255, 0.3);
  1131.        padding: 8px 20px;
  1132.        border-radius: 20px;
  1133.        font-size: 12px;
  1134.        font-weight: 500;
  1135.        cursor: pointer;
  1136.        transition: all 0.3s ease;
  1137.    }
  1138.  
  1139.    .cta-btn-v7:hover {
  1140.        background: rgba(255, 255, 255, 0.3);
  1141.    }
  1142.  
  1143.    /* Horizontal Navigation for Desktop */
  1144.    .horizontal-nav-v7 {
  1145.        flex: 1;
  1146.        display: flex;
  1147.        justify-content: center;
  1148.    }
  1149.  
  1150.    .horizontal-menu-v7 {
  1151.        list-style: none;
  1152.        padding: 0;
  1153.        margin: 0;
  1154.        display: flex;
  1155.        align-items: center;
  1156.    }
  1157.  
  1158.    .horizontal-item-v7 {
  1159.        position: relative;
  1160.        margin-right: 30px;
  1161.    }
  1162.  
  1163.    .horizontal-link-v7 {
  1164.        color: #4a5568;
  1165.        text-decoration: none;
  1166.        font-size: 16px;
  1167.        font-weight: 500;
  1168.        padding: 20px 0;
  1169.        position: relative;
  1170.        transition: color 0.3s ease;
  1171.    }
  1172.  
  1173.    .horizontal-link-v7::after {
  1174.        content: '';
  1175.        position: absolute;
  1176.        bottom: 0;
  1177.        left: 0;
  1178.        width: 0;
  1179.        height: 2px;
  1180.        background: #007bff;
  1181.        transition: width 0.3s ease;
  1182.    }
  1183.  
  1184.    .horizontal-link-v7:hover,
  1185.    .horizontal-link-v7.active-v7 {
  1186.        color: #007bff;
  1187.        font-weight: 600;
  1188.    }
  1189.  
  1190.    .horizontal-link-v7:hover::after,
  1191.    .horizontal-link-v7.active-v7::after {
  1192.        width: 100%;
  1193.    }
  1194.  
  1195.    /* Horizontal Dropdown */
  1196.    .horizontal-dropdown-v7 {
  1197.        position: absolute;
  1198.        top: 100%;
  1199.        left: 0;
  1200.        background: var(--navbar-bg);
  1201.        min-width: 200px;
  1202.        border-radius: 8px;
  1203.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1204.        opacity: 0;
  1205.        visibility: hidden;
  1206.        transform: translateY(-10px);
  1207.        transition: all 0.3s ease;
  1208.        padding: 10px 0;
  1209.        z-index: 100;
  1210.    }
  1211.  
  1212.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1213.        opacity: 1;
  1214.        visibility: visible;
  1215.        transform: translateY(0);
  1216.    }
  1217.  
  1218.    .dropdown-item-v7 {
  1219.        display: block;
  1220.        color: #4a5568;
  1221.        text-decoration: none;
  1222.        padding: 12px 20px;
  1223.        font-size: 14px;
  1224.        transition: all 0.3s ease;
  1225.    }
  1226.  
  1227.    .dropdown-item-v7:hover {
  1228.        color: #007bff;
  1229.        background: #565758ff;
  1230.    }
  1231.  
  1232.    /* Mobile Menu Button */
  1233.    .mobile-menu-btn-v7 {
  1234.        background: none;
  1235.        border: 1px solid var(--border-color);
  1236.        padding: 10px 15px;
  1237.        border-radius: 8px;
  1238.        cursor: pointer;
  1239.        display: flex;
  1240.        align-items: center;
  1241.        gap: 8px;
  1242.        font-size: 14px;
  1243.        font-weight: 500;
  1244.        color: #4a5568;
  1245.        transition: all 0.3s ease;
  1246.        margin: 0 auto;
  1247.    }
  1248.  
  1249.    .mobile-menu-btn-v7:hover {
  1250.        border-color: #cbd5e0;
  1251.        opacity: 0.7;
  1252.    }
  1253.  
  1254.    /* Sidebar Overlay */
  1255.    .sidebar-overlay-v7 {
  1256.        position: fixed;
  1257.        top: 0;
  1258.        left: 0;
  1259.        right: 0;
  1260.        bottom: 0;
  1261.        background: rgba(0, 0, 0, 0.5);
  1262.        z-index: 999;
  1263.        opacity: 0;
  1264.        visibility: hidden;
  1265.        transition: all 0.3s ease;
  1266.    }
  1267.  
  1268.    .sidebar-overlay-v7.show-v7 {
  1269.        opacity: 1;
  1270.        visibility: visible;
  1271.    }
  1272.  
  1273.    /* Responsive Design */
  1274.    @media (max-width: 991px) {
  1275.        .top-bar-v7 .col-lg-6 {
  1276.            order: 3;
  1277.            margin-top: 15px;
  1278.        }
  1279.  
  1280.        .header-actions-v7 {
  1281.            justify-content: flex-start;
  1282.        }
  1283.    }
  1284.  
  1285.    @media (max-width: 768px) {
  1286.        .sidebar-nav-v7 {
  1287.            width: 300px;
  1288.            left: -300px;
  1289.        }
  1290.  
  1291.        .search-container-v7 {
  1292.            margin-top: 10px;
  1293.        }
  1294.    }
  1295. </style>
  1296.  
  1297. <script>
  1298.    function openSidebarV7() {
  1299.        const sidebar = document.getElementById('sidebarNavV7');
  1300.        const overlay = document.getElementById('sidebarOverlayV7');
  1301.  
  1302.        sidebar.classList.add('show-v7');
  1303.        overlay.classList.add('show-v7');
  1304.        document.body.style.overflow = 'hidden';
  1305.    }
  1306.  
  1307.    function closeSidebarV7() {
  1308.        const sidebar = document.getElementById('sidebarNavV7');
  1309.        const overlay = document.getElementById('sidebarOverlayV7');
  1310.  
  1311.        sidebar.classList.remove('show-v7');
  1312.        overlay.classList.remove('show-v7');
  1313.        document.body.style.overflow = '';
  1314.    }
  1315.  
  1316.    function toggleSubmenuV7(submenuId) {
  1317.        const submenu = document.getElementById(submenuId);
  1318.        const parentItem = submenu.closest('.sidebar-item-v7');
  1319.  
  1320.        // Close other open submenus
  1321.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1322.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1323.  
  1324.        allSubmenus.forEach(menu => {
  1325.            if (menu.id !== submenuId) {
  1326.                menu.classList.remove('show-v7');
  1327.            }
  1328.        });
  1329.  
  1330.        allParentItems.forEach(item => {
  1331.            if (item !== parentItem) {
  1332.                item.classList.remove('open-v7');
  1333.            }
  1334.        });
  1335.  
  1336.        // Toggle current submenu
  1337.        submenu.classList.toggle('show-v7');
  1338.        parentItem.classList.toggle('open-v7');
  1339.    }
  1340.  
  1341.    // Close sidebar when clicking outside
  1342.    document.addEventListener('click', function (event) {
  1343.        const sidebar = document.getElementById('sidebarNavV7');
  1344.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1345.  
  1346.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1347.            closeSidebarV7();
  1348.        }
  1349.    });
  1350.  
  1351.    // Handle window resize
  1352.    window.addEventListener('resize', function () {
  1353.        if (window.innerWidth >= 992) {
  1354.            closeSidebarV7();
  1355.        }
  1356.    });
  1357. </script>
  1358.  
  1359. <script>
  1360.  document.addEventListener("DOMContentLoaded", function () {
  1361.    console.log("loaded");
  1362.  
  1363.     const searchInput = document.getElementById("search-input")
  1364.    const searchResults = document.getElementById("search-results");
  1365.  
  1366.    if (!searchInput || !searchResults) {
  1367.      console.error("Search input/results not found");
  1368.      return;
  1369.    }
  1370.  
  1371.    // Prevent form submission
  1372.    if (searchInput.form) {
  1373.      searchInput.form.addEventListener("submit", function (e) {
  1374.        e.preventDefault();
  1375.      });
  1376.    }
  1377.  
  1378.    // Add event listener for keyup
  1379.    searchInput.addEventListener("keyup", function (e) {
  1380.      console.log("Key pressed:", e.key);
  1381.      e.preventDefault();
  1382.  
  1383.      const query = searchInput.value.trim();
  1384.      console.log("User is typing: " + query);
  1385.  
  1386.      // If empty → clear and hide
  1387.      if (query === "") {
  1388.        searchResults.innerHTML = "";
  1389.        searchResults.style.display = "none";
  1390.        return;
  1391.      }
  1392.  
  1393.      // Show results
  1394.      searchResults.style.display = "block";
  1395.  
  1396.      // Fetch search results
  1397.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1398.        method: "GET",
  1399.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1400.      })
  1401.        .then(response => {
  1402.          console.log("Response Status:", response.status);
  1403.          return response.json();
  1404.        })
  1405.        .then(data => {
  1406.          console.log("Data received:", data);
  1407.          if (data.html) {
  1408.            searchResults.innerHTML = data.html;
  1409.          } else {
  1410.            searchResults.innerHTML = "<p>No results found.</p>";
  1411.          }
  1412.        })
  1413.        .catch(error => {
  1414.          console.error("Error fetching search results:", error);
  1415.        });
  1416.    });
  1417.  
  1418.    // Close results when clicking outside
  1419.    document.addEventListener("click", function (e) {
  1420.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1421.        searchResults.style.display = "none";
  1422.      }
  1423.    });
  1424.  
  1425.    // Close results on ESC key
  1426.    document.addEventListener("keydown", function (e) {
  1427.      if (e.key === "Escape") {
  1428.        searchResults.style.display = "none";
  1429.      }
  1430.    });
  1431.  });
  1432. </script>
  1433.  
  1434. <style>
  1435.        /* search field */
  1436.  .search-results-container {
  1437.  position: absolute;
  1438.  top: 100%; /* Position it below the input field */
  1439.  left: 10px;
  1440.  right: 10px;
  1441.  background-color: white;
  1442.  border: 1px solid #ddd;
  1443.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1444.  max-height: 300px;
  1445.  overflow-y: auto;
  1446.  z-index: 1000;
  1447.  display: none; /* Initially hidden */
  1448. }
  1449.  
  1450. .search-results-container p {
  1451.  margin: 0;
  1452. }
  1453.  
  1454. .search-results-container .result-item {
  1455.  padding: 10px;
  1456.  cursor: pointer;
  1457. }
  1458.  
  1459. .search-results-container .result-item:hover {
  1460.  background-color: #f0f0f0;
  1461. }
  1462. </style>
  1463.  
  1464.        </header>
  1465.        <!-- end of header -->
  1466.        <!-- start of wpo-blog-hero -->
  1467.        
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475. <style>
  1476. .blog-hero-section {
  1477.    padding: 3rem 0;
  1478. }
  1479.  
  1480.  
  1481. .hero-grid {
  1482.    display: grid;
  1483.    grid-template-columns: 2fr 1fr 1fr;
  1484.    grid-template-rows: 1fr 1fr;
  1485.    gap: 1.5rem;
  1486.    height: 500px;
  1487. }
  1488.  
  1489. .hero-card {
  1490.    background: var(--card-bg);
  1491.    border-radius: 12px;
  1492.    overflow: hidden;
  1493.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1494.    transition: all 0.3s ease;
  1495.    position: relative;
  1496. }
  1497.  
  1498. .hero-card:hover {
  1499.    transform: translateY(-8px);
  1500.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1501. }
  1502.  
  1503. .main-hero {
  1504.    grid-row: 1 / -1;
  1505.    grid-column: 1;
  1506. }
  1507.  
  1508. .card-image {
  1509.    width: 100%;
  1510.    height: 60%;
  1511.    object-fit: cover;
  1512.    transition: transform 0.3s ease;
  1513. }
  1514.  
  1515. .main-hero .card-image {
  1516.    height: 65%;
  1517. }
  1518.  
  1519. .hero-card:hover .card-image {
  1520.    transform: scale(1.05);
  1521. }
  1522.  
  1523. .card-content {
  1524.    padding: 1.5rem;
  1525.    height: 40%;
  1526.    display: flex;
  1527.    flex-direction: column;
  1528.    justify-content: space-between;
  1529. }
  1530.  
  1531. .main-hero .card-content {
  1532.    height: 35%;
  1533. }
  1534.  
  1535. .category-badge {
  1536.    display: inline-block;
  1537.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1538.    color: white;
  1539.    padding: 0.4rem 1rem;
  1540.    border-radius: 20px;
  1541.    font-size: 0.8rem;
  1542.    font-weight: 600;
  1543.    text-transform: uppercase;
  1544.    letter-spacing: 0.5px;
  1545.    margin-bottom: 0.8rem;
  1546.    width: fit-content;
  1547. }
  1548.  
  1549. .card-title {
  1550.    font-size: 1.1rem;
  1551.    font-weight: 700;
  1552.    line-height: 1.4;
  1553.    margin-bottom: 0.5rem;
  1554. }
  1555.  
  1556. .main-hero .card-title {
  1557.    font-size: 1.6rem;
  1558.    line-height: 1.3;
  1559.    margin-bottom: 0.8rem;
  1560. }
  1561.  
  1562. .card-title a {
  1563.    color: var(--top-color);
  1564.    text-decoration: none;
  1565.    transition: color 0.3s ease;
  1566. }
  1567.  
  1568.  
  1569. .card-description {
  1570.    color: var(--top-color);
  1571.    line-height: 1.6;
  1572.    margin-bottom: 1rem;
  1573.    display: -webkit-box;
  1574.    -webkit-line-clamp: 2;
  1575.    -webkit-box-orient: vertical;
  1576.    overflow: hidden;
  1577. }
  1578.  
  1579. .main-hero .card-description {
  1580.    -webkit-line-clamp: 3;
  1581. }
  1582.  
  1583. .card-meta {
  1584.    display: flex;
  1585.    align-items: center;
  1586.    justify-content: space-between;
  1587.    margin-top: auto;
  1588. }
  1589.  
  1590. .author-section {
  1591.    display: flex;
  1592.    align-items: center;
  1593.    gap: 0.8rem;
  1594. }
  1595.  
  1596. .author-avatar {
  1597.    width: 35px;
  1598.    height: 35px;
  1599.    border-radius: 50%;
  1600.    object-fit: cover;
  1601.    border: 2px solid #f8f9fa;
  1602. }
  1603.  
  1604. .author-name {
  1605.    color: #667eea;
  1606.    text-decoration: none;
  1607.    font-weight: 600;
  1608.    font-size: 0.9rem;
  1609. }
  1610.  
  1611. .author-name:hover {
  1612.    text-decoration: underline;
  1613. }
  1614.  
  1615. .publish-date {
  1616.    color: #95a5a6;
  1617.    font-size: 0.85rem;
  1618.    font-weight: 500;
  1619. }
  1620.  
  1621. .side-card-1 {
  1622.    grid-column: 2;
  1623.    grid-row: 1;
  1624. }
  1625.  
  1626. .side-card-2 {
  1627.    grid-column: 3;
  1628.    grid-row: 1;
  1629. }
  1630.  
  1631. .side-card-3 {
  1632.    grid-column: 2 / 4;
  1633.    grid-row: 2;
  1634. }
  1635.  
  1636. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1637. @media (min-width: 992px) {
  1638.    
  1639.    .main-hero .card-image,
  1640.    .side-card-1 .card-image,
  1641.    .side-card-2 .card-image {
  1642.        height: 100%;
  1643.    }
  1644.    
  1645.    .main-hero .card-content,
  1646.    .side-card-1 .card-content,
  1647.    .side-card-2 .card-content {
  1648.        position: absolute;
  1649.        bottom: 0;
  1650.        left: 0;
  1651.        right: 0;
  1652.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1653.        color: white;
  1654.        padding: 2rem 1.5rem 1.5rem;
  1655.        height: auto;
  1656.    }
  1657.    
  1658.    .main-hero .card-content {
  1659.        padding: 3rem 2rem 2rem;
  1660.    }
  1661.    
  1662.    .main-hero .category-badge,
  1663.    .side-card-1 .category-badge,
  1664.    .side-card-2 .category-badge {
  1665.      
  1666.        margin-bottom: 0.8rem;
  1667.    }
  1668.    
  1669.    .main-hero .card-title a,
  1670.    .side-card-1 .card-title a,
  1671.    .side-card-2 .card-title a {
  1672.        color: white;
  1673.    }
  1674.    
  1675.    .main-hero .card-description {
  1676.        color: #f8f9fa;
  1677.    }
  1678.    
  1679.    .main-hero .author-name,
  1680.    .side-card-1 .author-name,
  1681.    .side-card-2 .author-name {
  1682.        color: #f8f9fa;
  1683.    }
  1684.    
  1685.    .main-hero .publish-date,
  1686.    .side-card-1 .publish-date,
  1687.    .side-card-2 .publish-date {
  1688.        color: #e9ecef;
  1689.    }
  1690. }
  1691.  
  1692. .side-card-3 {
  1693.    display: flex;
  1694.    flex-direction: row;
  1695. }
  1696.  
  1697. .side-card-3 .card-image {
  1698.    width: 40%;
  1699.    height: 100%;
  1700. }
  1701.  
  1702. .side-card-3 .card-content {
  1703.    width: 60%;
  1704.    height: 100%;
  1705.    padding: 1.5rem;
  1706. }
  1707.  
  1708. /* Mobile Responsive */
  1709. @media (max-width: 992px) {
  1710.    .hero-grid {
  1711.        grid-template-columns: 1fr;
  1712.        grid-template-rows: auto;
  1713.        height: auto;
  1714.        gap: 1rem;
  1715.    }
  1716.    
  1717.    .main-hero {
  1718.        grid-row: 1;
  1719.        grid-column: 1;
  1720.    }
  1721.    
  1722.    .side-card-1, .side-card-2, .side-card-3 {
  1723.        grid-column: 1;
  1724.        grid-row: auto;
  1725.    }
  1726.    
  1727.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1728.    .main-hero .card-content,
  1729.    .side-card-1 .card-content,
  1730.    .side-card-2 .card-content {
  1731.        position: relative;
  1732.        background: var(--card-bg);
  1733.        color: inherit;
  1734.        padding: 1.5rem;
  1735.        height: auto;
  1736.    }
  1737.    
  1738.    .main-hero .card-image,
  1739.    .side-card-1 .card-image,
  1740.    .side-card-2 .card-image {
  1741.        height: 200px;
  1742.    }
  1743.    
  1744.    .main-hero .card-image {
  1745.        height: 250px;
  1746.    }
  1747.    
  1748.    .main-hero .category-badge,
  1749.    .side-card-1 .category-badge,
  1750.    .side-card-2 .category-badge {
  1751.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1752.        color: white;
  1753.    }
  1754.    
  1755.    .main-hero .card-title a,
  1756.    .side-card-1 .card-title a,
  1757.    .side-card-2 .card-title a {
  1758.        color: var(--top-color);
  1759.    }
  1760.    
  1761.    .main-hero .card-description {
  1762.        color: #7f8c8d;
  1763.    }
  1764.    
  1765.    .main-hero .author-name,
  1766.    .side-card-1 .author-name,
  1767.    .side-card-2 .author-name {
  1768.        color: #667eea;
  1769.    }
  1770.    
  1771.    .main-hero .publish-date,
  1772.    .side-card-1 .publish-date,
  1773.    .side-card-2 .publish-date {
  1774.        color: #95a5a6;
  1775.    }
  1776.    
  1777.    .side-card-3 {
  1778.        flex-direction: column;
  1779.    }
  1780.    
  1781.    .side-card-3 .card-image {
  1782.        width: 100%;
  1783.        height: 200px;
  1784.    }
  1785.    
  1786.    .side-card-3 .card-content {
  1787.        width: 100%;
  1788.        height: auto;
  1789.    }
  1790.    
  1791.    .card-image {
  1792.        height: 200px;
  1793.    }
  1794.    
  1795.    .main-hero .card-image {
  1796.        height: 250px;
  1797.    }
  1798.    
  1799.    .main-hero .card-content {
  1800.        height: auto;
  1801.    }
  1802. }
  1803. </style>
  1804.  
  1805. <div class="blog-hero-section">
  1806.    <div class="container-fluid fluid-container">
  1807.        <div class="hero-grid">
  1808.            <!-- Main Featured Post -->
  1809.            
  1810.                              
  1811.                    <article class="hero-card main-hero">
  1812.                        
  1813.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="An Event That Changed Me: A Dove Plummeted From Above – Guiding Me to a Secret Underground Aid Organization" class="card-image">
  1814.                        
  1815.                        
  1816.                        <div class="card-content">
  1817.                            <div>
  1818.                                <span class="category-badge">News</span>
  1819.                                <h2 class="card-title">
  1820.                                    <a href="/an-event-that-changed-me-a-dove-plummeted-from-above-guiding-me-to-a-secret-underground-aid-organization/">
  1821.                                        An Event That Changed Me: A Dove Plummeted From Above – Guiding Me to a Secret Underground Aid Organization
  1822.                                    </a>
  1823.                                </h2>
  1824.                                <p class="card-description"></p>
  1825.                            </div>
  1826.                            
  1827.                            <div class="card-meta">
  1828.                                <div class="author-section">
  1829.                                    
  1830.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" class="author-avatar">
  1831.                                    
  1832.                                    <a href="#" class="author-name">Susan Lane</a>
  1833.                                </div>
  1834.                                <span class="publish-date">Jun 08, 2026</span>
  1835.                            </div>
  1836.                        </div>
  1837.                    </article>
  1838.                
  1839.            
  1840.  
  1841.            <!-- Side Cards -->
  1842.            
  1843.                <article class="hero-card side-card-1">
  1844.                    
  1845.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Liverpool&#x27;s Star Extends Statement to Liverpool Dressing Room, Discloses Curtis Jones" class="card-image">
  1846.                    
  1847.                    
  1848.                    <div class="card-content">
  1849.                        <div>
  1850.                            <span class="category-badge">News</span>
  1851.                            <h3 class="card-title">
  1852.                                <a href="/liverpools-star-extends-statement-to-liverpool-dressing-room-discloses-curtis-jones/">
  1853.                                    Liverpool&#x27;s Star Extends Statement to Liverpool Dressing Room, Discloses Curtis Jones
  1854.                                </a>
  1855.                            </h3>
  1856.                            <p class="card-description"></p>
  1857.                        </div>
  1858.                        
  1859.                        <div class="card-meta">
  1860.                            <div class="author-section">
  1861.                                <a href="#" class="author-name">Susan Lane</a>
  1862.                            </div>
  1863.                            <span class="publish-date">Jun 08</span>
  1864.                        </div>
  1865.                    </div>
  1866.                </article>
  1867.            
  1868.                <article class="hero-card side-card-2">
  1869.                    
  1870.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Michelle Obama Shares Outfit Stories: Must-Listen Podcasts This Week" class="card-image">
  1871.                    
  1872.                    
  1873.                    <div class="card-content">
  1874.                        <div>
  1875.                            <span class="category-badge">News</span>
  1876.                            <h3 class="card-title">
  1877.                                <a href="/michelle-obama-shares-outfit-stories-must-listen-podcasts-this-week/">
  1878.                                    Michelle Obama Shares Outfit Stories: Must-Listen Podcasts This Week
  1879.                                </a>
  1880.                            </h3>
  1881.                            <p class="card-description"></p>
  1882.                        </div>
  1883.                        
  1884.                        <div class="card-meta">
  1885.                            <div class="author-section">
  1886.                                <a href="#" class="author-name">Susan Lane</a>
  1887.                            </div>
  1888.                            <span class="publish-date">Jun 07</span>
  1889.                        </div>
  1890.                    </div>
  1891.                </article>
  1892.            
  1893.                <article class="hero-card side-card-3">
  1894.                    
  1895.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Australia&#x27;s Failed Bid to Host Cop31 Looks Chaotic – Yet It May Actually Be the Optimal Outcome Achievable" class="card-image">
  1896.                    
  1897.                    
  1898.                    <div class="card-content">
  1899.                        <div>
  1900.                            <span class="category-badge">News</span>
  1901.                            <h3 class="card-title">
  1902.                                <a href="/australias-failed-bid-to-host-cop31-looks-chaotic-yet-it-may-actually-be-the-optimal-outcome-achievable/">
  1903.                                    Australia&#x27;s Failed Bid to Host Cop31 Looks Chaotic – Yet It May Actually Be the Optimal Outcome Achievable
  1904.                                </a>
  1905.                            </h3>
  1906.                            <p class="card-description"></p>
  1907.                        </div>
  1908.                        
  1909.                        <div class="card-meta">
  1910.                            <div class="author-section">
  1911.                                <a href="#" class="author-name">Susan Lane</a>
  1912.                            </div>
  1913.                            <span class="publish-date">Jun 07</span>
  1914.                        </div>
  1915.                    </div>
  1916.                </article>
  1917.            
  1918.        </div>
  1919.    </div>
  1920. </div>
  1921.  
  1922.  
  1923.  
  1924.  
  1925.        <!-- end of wpo-blog-hero -->
  1926.  
  1927.        <!-- start of wpo-breacking-news -->
  1928.        
  1929.        <!-- end of wpo-breacking-news -->
  1930.        
  1931.        <!-- start wpo-blog-highlights-section -->
  1932.        
  1933.  
  1934.  
  1935.  
  1936.    
  1937.  
  1938.  
  1939.  
  1940. <style>
  1941.    /* General Section Styling */
  1942.    .blog-highlights-v10 {
  1943.        padding: 20px 0;  /* Adjusted padding for distinction */
  1944.        position: relative;
  1945.    }
  1946.  
  1947.    /* Section Header */
  1948.    .section-header-v10 {
  1949.        text-align: left;  /* Left-aligned for uniqueness */
  1950.        margin-bottom: 50px;
  1951.        padding-left: 15px;
  1952.    }
  1953.  
  1954.    .section-title-v10 {
  1955.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1956.        font-weight: 800;
  1957.        color: #1a1a1a;
  1958.        margin-bottom: 15px;
  1959.        text-transform: none;  /* No uppercase for modern look */
  1960.    }
  1961.  
  1962.    .section-subtitle-v10 {
  1963.        font-size: 1.05rem;
  1964.        color: #555;
  1965.        max-width: 650px;
  1966.        line-height: 1.6;
  1967.    }
  1968.  
  1969.  
  1970.    /* Blog Card */
  1971.    .blog-card-v10 {
  1972.        background: var(--card-bg);
  1973.        border-radius: 10px;  /* Softer corners */
  1974.        margin-bottom: 35px;
  1975.        overflow: hidden;
  1976.        opacity: 0;  /* Initially hidden for animation */
  1977.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1978.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1979.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1980.    }
  1981.  
  1982.    .blog-card-v10.visible {
  1983.        opacity: 1;
  1984.        transform: rotate(0deg);  /* Straighten on appearance */
  1985.    }
  1986.  
  1987.    @keyframes fadeRotateIn {
  1988.        from {
  1989.            opacity: 0;
  1990.            transform: rotate(1.5deg);
  1991.        }
  1992.        to {
  1993.            opacity: 1;
  1994.            transform: rotate(0deg);
  1995.        }
  1996.    }
  1997.  
  1998.    .blog-card-v10:hover {
  1999.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2000.    }
  2001.  
  2002.    /* Blog Image */
  2003.    .blog-image-container-v10 {
  2004.        width: 100%;
  2005.        height: 240px;  /* Unique height for v10 */
  2006.        overflow: hidden;
  2007.        position: relative;
  2008.    }
  2009.  
  2010.    .blog-image-v10 img {
  2011.        width: 100%;
  2012.        height: 100%;
  2013.        object-fit: cover;
  2014.    }
  2015.  
  2016.    /* Blog Content */
  2017.    .blog-content-v10 {
  2018.        padding: 20px 22px;  /* Adjusted padding */
  2019.        text-align: left;
  2020.    }
  2021.  
  2022.    .blog-title-v10 {
  2023.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2024.        font-weight: 700;
  2025.        margin-bottom: 12px;
  2026.        color: #1a1a1a;
  2027.    }
  2028.  
  2029.    .blog-meta-v10 {
  2030.        font-size: 0.85rem;
  2031.        color: #777;
  2032.        margin-bottom: 12px;
  2033.        font-style: italic;  /* Italic for distinction */
  2034.    }
  2035.  
  2036.    .blog-excerpt-v10 {
  2037.        font-size: 0.95rem;
  2038.        color: #555;
  2039.        margin-bottom: 15px;
  2040.        line-height: 1.6;
  2041.    }
  2042.  
  2043.    .blog-actions-v10 {
  2044.        display: inline-block;
  2045.    }
  2046.  
  2047.    .blog-read-more-v10 {
  2048.        font-size: 0.95rem;
  2049.        color: #e74c3c;  /* Red accent for uniqueness */
  2050.        text-decoration: none;
  2051.        font-weight: 600;
  2052.        transition: color 0.3s ease;
  2053.    }
  2054.  
  2055.    .blog-read-more-v10:hover {
  2056.        color: #c0392b;  /* Darker red on hover */
  2057.    }
  2058.    /* Responsive Design */
  2059.    @media (max-width: 768px) {
  2060.        .section-title-v10 {
  2061.            font-size: 2.4rem;
  2062.        }
  2063.  
  2064.        .section-header-v10 {
  2065.            padding-left: 10px;
  2066.        }
  2067.        
  2068.        .blog-card-v10 {
  2069.            margin-bottom: 20px;
  2070.        }
  2071.  
  2072.        .blog-meta-v10 {
  2073.            font-size: 0.75rem;
  2074.        }
  2075.  
  2076.        .blog-image-container-v10 {
  2077.            height: 170px;  /* Adjusted for mobile */
  2078.        }
  2079.  
  2080.        .sidebar-v10 {
  2081.            padding: 15px;
  2082.        }
  2083.    }
  2084. </style>
  2085.  
  2086. <section class="blog-highlights-v10">
  2087.    <div class="container-fluid fluid-container">
  2088.        <!-- Section Header -->
  2089.        <div class="row">
  2090.            <div class="col-12 col-lg-10">  
  2091.                <div class="section-header-v10">
  2092.                    <h2 class="section-title-v10">
  2093.                Today's Top Highlights
  2094.                   </h2>
  2095.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2096.                </div>
  2097.            </div>
  2098.        </div>
  2099.        
  2100.        <!-- Blog Grid and Sidebar -->
  2101.        <div class="row">
  2102.            <div class="col-lg-8">
  2103.                <div class="row">
  2104.                    
  2105.                    <div class="col-md-6 col-sm-12">  
  2106.                        <article class="blog-card-v10">
  2107.                            <div class="blog-image-container-v10">
  2108.                                <div class="blog-image-v10 h-100">
  2109.                                    
  2110.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2111.                                    
  2112.                                </div>
  2113.                            </div>
  2114.                            <div class="blog-content-v10">
  2115.                                <h3 class="blog-title-v10">
  2116.                                     <a class="top-color" href="/former-us-president-endorsed-contender-asfura-proclaimed-new-head-of-state-of-the-central-american-nation/" >
  2117.                                    Former US President-Endorsed Contender Asfura Proclaimed New Head of State of the Central American Nation
  2118.                                    </a>
  2119.                                </h3>
  2120.                                <div class="blog-meta-v10">
  2121.                                    <span>By Susan Lane • 07 Jun 2026</span>
  2122.                                </div>
  2123.                                <p class="blog-excerpt-v10">
  2124.                                    
  2125.                                </p>
  2126.                                <div class="blog-actions-v10">
  2127.                                    <a href="/former-us-president-endorsed-contender-asfura-proclaimed-new-head-of-state-of-the-central-american-nation/" class="blog-read-more-v10">Read More</a>
  2128.                                </div>
  2129.                            </div>
  2130.                        </article>
  2131.                    </div>
  2132.                    
  2133.                    <div class="col-md-6 col-sm-12">  
  2134.                        <article class="blog-card-v10">
  2135.                            <div class="blog-image-container-v10">
  2136.                                <div class="blog-image-v10 h-100">
  2137.                                    
  2138.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2139.                                    
  2140.                                </div>
  2141.                            </div>
  2142.                            <div class="blog-content-v10">
  2143.                                <h3 class="blog-title-v10">
  2144.                                     <a class="top-color" href="/alleged-utah-activist-killer-makes-first-physical-appearance-before-judge/" >
  2145.                                    Alleged Utah activist Killer Makes First Physical Appearance Before Judge.
  2146.                                    </a>
  2147.                                </h3>
  2148.                                <div class="blog-meta-v10">
  2149.                                    <span>By Susan Lane • 07 Jun 2026</span>
  2150.                                </div>
  2151.                                <p class="blog-excerpt-v10">
  2152.                                    
  2153.                                </p>
  2154.                                <div class="blog-actions-v10">
  2155.                                    <a href="/alleged-utah-activist-killer-makes-first-physical-appearance-before-judge/" class="blog-read-more-v10">Read More</a>
  2156.                                </div>
  2157.                            </div>
  2158.                        </article>
  2159.                    </div>
  2160.                    
  2161.                    <div class="col-md-6 col-sm-12">  
  2162.                        <article class="blog-card-v10">
  2163.                            <div class="blog-image-container-v10">
  2164.                                <div class="blog-image-v10 h-100">
  2165.                                    
  2166.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2167.                                    
  2168.                                </div>
  2169.                            </div>
  2170.                            <div class="blog-content-v10">
  2171.                                <h3 class="blog-title-v10">
  2172.                                     <a class="top-color" href="/harsh-winter-storms-claim-five-lives-in-the-gaza-strip-amidst-desperate-living-situations-in-makeshift-shelters/" >
  2173.                                    Harsh Winter Storms Claim Five Lives in the Gaza Strip Amidst Desperate Living Situations in Makeshift Shelters.
  2174.                                    </a>
  2175.                                </h3>
  2176.                                <div class="blog-meta-v10">
  2177.                                    <span>By Susan Lane • 07 Jun 2026</span>
  2178.                                </div>
  2179.                                <p class="blog-excerpt-v10">
  2180.                                    
  2181.                                </p>
  2182.                                <div class="blog-actions-v10">
  2183.                                    <a href="/harsh-winter-storms-claim-five-lives-in-the-gaza-strip-amidst-desperate-living-situations-in-makeshift-shelters/" class="blog-read-more-v10">Read More</a>
  2184.                                </div>
  2185.                            </div>
  2186.                        </article>
  2187.                    </div>
  2188.                    
  2189.                    <div class="col-md-6 col-sm-12">  
  2190.                        <article class="blog-card-v10">
  2191.                            <div class="blog-image-container-v10">
  2192.                                <div class="blog-image-v10 h-100">
  2193.                                    
  2194.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2195.                                    
  2196.                                </div>
  2197.                            </div>
  2198.                            <div class="blog-content-v10">
  2199.                                <h3 class="blog-title-v10">
  2200.                                     <a class="top-color" href="/the-israeli-government-approves-nineteen-additional-outposts-in-contested-palestinian-territories/" >
  2201.                                    The Israeli government Approves Nineteen Additional Outposts in Contested Palestinian Territories
  2202.                                    </a>
  2203.                                </h3>
  2204.                                <div class="blog-meta-v10">
  2205.                                    <span>By Susan Lane • 07 Jun 2026</span>
  2206.                                </div>
  2207.                                <p class="blog-excerpt-v10">
  2208.                                    
  2209.                                </p>
  2210.                                <div class="blog-actions-v10">
  2211.                                    <a href="/the-israeli-government-approves-nineteen-additional-outposts-in-contested-palestinian-territories/" class="blog-read-more-v10">Read More</a>
  2212.                                </div>
  2213.                            </div>
  2214.                        </article>
  2215.                    </div>
  2216.                    
  2217.                    <div class="col-md-6 col-sm-12">  
  2218.                        <article class="blog-card-v10">
  2219.                            <div class="blog-image-container-v10">
  2220.                                <div class="blog-image-v10 h-100">
  2221.                                    
  2222.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2223.                                    
  2224.                                </div>
  2225.                            </div>
  2226.                            <div class="blog-content-v10">
  2227.                                <h3 class="blog-title-v10">
  2228.                                     <a class="top-color" href="/english-top-flight-youth-search-leaves-inflated-transfer-scene-and-failing/" >
  2229.                                    English Top-Flight Youth Search Leaves Inflated Transfer Scene and Failing
  2230.                                    </a>
  2231.                                </h3>
  2232.                                <div class="blog-meta-v10">
  2233.                                    <span>By Susan Lane • 07 Jun 2026</span>
  2234.                                </div>
  2235.                                <p class="blog-excerpt-v10">
  2236.                                    
  2237.                                </p>
  2238.                                <div class="blog-actions-v10">
  2239.                                    <a href="/english-top-flight-youth-search-leaves-inflated-transfer-scene-and-failing/" class="blog-read-more-v10">Read More</a>
  2240.                                </div>
  2241.                            </div>
  2242.                        </article>
  2243.                    </div>
  2244.                    
  2245.                    <div class="col-md-6 col-sm-12">  
  2246.                        <article class="blog-card-v10">
  2247.                            <div class="blog-image-container-v10">
  2248.                                <div class="blog-image-v10 h-100">
  2249.                                    
  2250.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2251.                                    
  2252.                                </div>
  2253.                            </div>
  2254.                            <div class="blog-content-v10">
  2255.                                <h3 class="blog-title-v10">
  2256.                                     <a class="top-color" href="/japans-economy-declines-as-overseas-sales-are-hit-by-us-tariffs/" >
  2257.                                    Japan&#x27;s Economy Declines as Overseas Sales Are Hit by US Tariffs
  2258.                                    </a>
  2259.                                </h3>
  2260.                                <div class="blog-meta-v10">
  2261.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2262.                                </div>
  2263.                                <p class="blog-excerpt-v10">
  2264.                                    
  2265.                                </p>
  2266.                                <div class="blog-actions-v10">
  2267.                                    <a href="/japans-economy-declines-as-overseas-sales-are-hit-by-us-tariffs/" class="blog-read-more-v10">Read More</a>
  2268.                                </div>
  2269.                            </div>
  2270.                        </article>
  2271.                    </div>
  2272.                    
  2273.                    <div class="col-md-6 col-sm-12">  
  2274.                        <article class="blog-card-v10">
  2275.                            <div class="blog-image-container-v10">
  2276.                                <div class="blog-image-v10 h-100">
  2277.                                    
  2278.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2279.                                    
  2280.                                </div>
  2281.                            </div>
  2282.                            <div class="blog-content-v10">
  2283.                                <h3 class="blog-title-v10">
  2284.                                     <a class="top-color" href="/a-savage-murder-of-an-orphan-brings-to-light-on-youth-maltreatment-in-somalia/" >
  2285.                                    A Savage Murder of an Orphan Brings to Light on Youth Maltreatment in Somalia
  2286.                                    </a>
  2287.                                </h3>
  2288.                                <div class="blog-meta-v10">
  2289.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2290.                                </div>
  2291.                                <p class="blog-excerpt-v10">
  2292.                                    
  2293.                                </p>
  2294.                                <div class="blog-actions-v10">
  2295.                                    <a href="/a-savage-murder-of-an-orphan-brings-to-light-on-youth-maltreatment-in-somalia/" class="blog-read-more-v10">Read More</a>
  2296.                                </div>
  2297.                            </div>
  2298.                        </article>
  2299.                    </div>
  2300.                    
  2301.                    <div class="col-md-6 col-sm-12">  
  2302.                        <article class="blog-card-v10">
  2303.                            <div class="blog-image-container-v10">
  2304.                                <div class="blog-image-v10 h-100">
  2305.                                    
  2306.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                    
  2308.                                </div>
  2309.                            </div>
  2310.                            <div class="blog-content-v10">
  2311.                                <h3 class="blog-title-v10">
  2312.                                     <a class="top-color" href="/100-meter-dash-review-captivating-animation-of-emerging-sports-stars-in-search-for-physical-and-spiritual-high/" >
  2313.                                    100-Meter Dash Review – Captivating Animation of Emerging Sports Stars in Search for Physical and Spiritual High
  2314.                                    </a>
  2315.                                </h3>
  2316.                                <div class="blog-meta-v10">
  2317.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2318.                                </div>
  2319.                                <p class="blog-excerpt-v10">
  2320.                                    
  2321.                                </p>
  2322.                                <div class="blog-actions-v10">
  2323.                                    <a href="/100-meter-dash-review-captivating-animation-of-emerging-sports-stars-in-search-for-physical-and-spiritual-high/" class="blog-read-more-v10">Read More</a>
  2324.                                </div>
  2325.                            </div>
  2326.                        </article>
  2327.                    </div>
  2328.                    
  2329.                    <div class="col-md-6 col-sm-12">  
  2330.                        <article class="blog-card-v10">
  2331.                            <div class="blog-image-container-v10">
  2332.                                <div class="blog-image-v10 h-100">
  2333.                                    
  2334.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2335.                                    
  2336.                                </div>
  2337.                            </div>
  2338.                            <div class="blog-content-v10">
  2339.                                <h3 class="blog-title-v10">
  2340.                                     <a class="top-color" href="/new-year-old-cautionary-tales-what-can-films-set-in-2026-show-us/" >
  2341.                                    New Year, Old Cautionary Tales: What Can Films Set in 2026 Show Us?
  2342.                                    </a>
  2343.                                </h3>
  2344.                                <div class="blog-meta-v10">
  2345.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2346.                                </div>
  2347.                                <p class="blog-excerpt-v10">
  2348.                                    
  2349.                                </p>
  2350.                                <div class="blog-actions-v10">
  2351.                                    <a href="/new-year-old-cautionary-tales-what-can-films-set-in-2026-show-us/" class="blog-read-more-v10">Read More</a>
  2352.                                </div>
  2353.                            </div>
  2354.                        </article>
  2355.                    </div>
  2356.                    
  2357.                    <div class="col-md-6 col-sm-12">  
  2358.                        <article class="blog-card-v10">
  2359.                            <div class="blog-image-container-v10">
  2360.                                <div class="blog-image-v10 h-100">
  2361.                                    
  2362.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2363.                                    
  2364.                                </div>
  2365.                            </div>
  2366.                            <div class="blog-content-v10">
  2367.                                <h3 class="blog-title-v10">
  2368.                                     <a class="top-color" href="/australias-alex-careys-stunning-ton-aids-australia-regroup-from-early-english-test-series-charge/" >
  2369.                                    Australia&#x27;s Alex Carey&#x27;s Stunning Ton Aids Australia Regroup From Early English Test Series Charge.
  2370.                                    </a>
  2371.                                </h3>
  2372.                                <div class="blog-meta-v10">
  2373.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2374.                                </div>
  2375.                                <p class="blog-excerpt-v10">
  2376.                                    
  2377.                                </p>
  2378.                                <div class="blog-actions-v10">
  2379.                                    <a href="/australias-alex-careys-stunning-ton-aids-australia-regroup-from-early-english-test-series-charge/" class="blog-read-more-v10">Read More</a>
  2380.                                </div>
  2381.                            </div>
  2382.                        </article>
  2383.                    </div>
  2384.                    
  2385.                    <div class="col-md-6 col-sm-12">  
  2386.                        <article class="blog-card-v10">
  2387.                            <div class="blog-image-container-v10">
  2388.                                <div class="blog-image-v10 h-100">
  2389.                                    
  2390.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2391.                                    
  2392.                                </div>
  2393.                            </div>
  2394.                            <div class="blog-content-v10">
  2395.                                <h3 class="blog-title-v10">
  2396.                                     <a class="top-color" href="/whos-leading-in-the-pursuit-for-the-european-golden-shoe/" >
  2397.                                    Who&#x27;s Leading in the Pursuit for the European Golden Shoe?
  2398.                                    </a>
  2399.                                </h3>
  2400.                                <div class="blog-meta-v10">
  2401.                                    <span>By Susan Lane • 06 Jun 2026</span>
  2402.                                </div>
  2403.                                <p class="blog-excerpt-v10">
  2404.                                    
  2405.                                </p>
  2406.                                <div class="blog-actions-v10">
  2407.                                    <a href="/whos-leading-in-the-pursuit-for-the-european-golden-shoe/" class="blog-read-more-v10">Read More</a>
  2408.                                </div>
  2409.                            </div>
  2410.                        </article>
  2411.                    </div>
  2412.                    
  2413.                    <div class="col-md-6 col-sm-12">  
  2414.                        <article class="blog-card-v10">
  2415.                            <div class="blog-image-container-v10">
  2416.                                <div class="blog-image-v10 h-100">
  2417.                                    
  2418.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2419.                                    
  2420.                                </div>
  2421.                            </div>
  2422.                            <div class="blog-content-v10">
  2423.                                <h3 class="blog-title-v10">
  2424.                                     <a class="top-color" href="/louvre-heist-shines-spotlight-on-protection-issues/" >
  2425.                                    Louvre Heist Shines Spotlight on Protection Issues
  2426.                                    </a>
  2427.                                </h3>
  2428.                                <div class="blog-meta-v10">
  2429.                                    <span>By Susan Lane • 05 Jun 2026</span>
  2430.                                </div>
  2431.                                <p class="blog-excerpt-v10">
  2432.                                    
  2433.                                </p>
  2434.                                <div class="blog-actions-v10">
  2435.                                    <a href="/louvre-heist-shines-spotlight-on-protection-issues/" class="blog-read-more-v10">Read More</a>
  2436.                                </div>
  2437.                            </div>
  2438.                        </article>
  2439.                    </div>
  2440.                    
  2441.                    
  2442.  
  2443.                </div>
  2444.            </div>
  2445.  
  2446.            <!-- Sidebar -->
  2447.                   <div class="col col-lg-4 col-12">
  2448.                <div class="sidebar-v10">
  2449.                      
  2450.  
  2451.  
  2452.  
  2453.    
  2454.  
  2455.  
  2456. <!-- Blog Sidebar V2 - Focused Design -->
  2457. <div class="sidebar">
  2458.  <!-- Recent Posts Section -->
  2459.  <div class="sidebar-widget mb-4">
  2460.    <div class="widget-title-wrapper mb-3">
  2461.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2462.        <i class="ti-time me-2"></i>Recent Posts
  2463.        <span class="title-arrow-primary"></span>
  2464.      </h4>
  2465.    </div>
  2466.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2467.      <div class="recent-post-list">
  2468.      
  2469.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2470.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2471.              
  2472.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2473.              
  2474.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2475.          </div>
  2476.          <div class="post-content flex-grow-1">
  2477.            <h6 class="post-title mb-2">
  2478.               <a href="/ten-beginners-tips-to-learn-before-beginning-clair-obscur-expedition-33/" class="text-decoration-none top-color fw-semibold lh-sm">
  2479.                                            Ten Beginner&#x27;s Tips to Learn Before Beginning Clair Obscur: Expedition 33
  2480.                                            </a>
  2481.            </h6>
  2482.            <div class="post-meta">
  2483.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2484.              <!-- <small class="text-muted">
  2485.                <i class="ti-eye me-1"></i>348 views
  2486.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2487.              </small> -->
  2488.            </div>
  2489.          </div>
  2490.        </div>
  2491.        
  2492.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2493.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2494.              
  2495.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2496.              
  2497.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2498.          </div>
  2499.          <div class="post-content flex-grow-1">
  2500.            <h6 class="post-title mb-2">
  2501.               <a href="/the-reasons-the-duke-of-york-is-giving-up-his-official-titles-and-what-it-means-for-the-monarchy/" class="text-decoration-none top-color fw-semibold lh-sm">
  2502.                                            The Reasons the Duke of York is Giving Up His Official Titles – and What It Means for the Monarchy
  2503.                                            </a>
  2504.            </h6>
  2505.            <div class="post-meta">
  2506.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2507.              <!-- <small class="text-muted">
  2508.                <i class="ti-eye me-1"></i>348 views
  2509.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2510.              </small> -->
  2511.            </div>
  2512.          </div>
  2513.        </div>
  2514.        
  2515.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2516.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2517.              
  2518.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2519.              
  2520.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2521.          </div>
  2522.          <div class="post-content flex-grow-1">
  2523.            <h6 class="post-title mb-2">
  2524.               <a href="/judicial-body-confirms-conviction-for-opposition-leader-pritam-singh/" class="text-decoration-none top-color fw-semibold lh-sm">
  2525.                                            Judicial Body Confirms Conviction for Opposition Leader Pritam Singh
  2526.                                            </a>
  2527.            </h6>
  2528.            <div class="post-meta">
  2529.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2530.              <!-- <small class="text-muted">
  2531.                <i class="ti-eye me-1"></i>348 views
  2532.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2533.              </small> -->
  2534.            </div>
  2535.          </div>
  2536.        </div>
  2537.        
  2538.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2539.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2540.              
  2541.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2542.              
  2543.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2544.          </div>
  2545.          <div class="post-content flex-grow-1">
  2546.            <h6 class="post-title mb-2">
  2547.               <a href="/police-believed-stephen-yaxley-lennon-had-terrorist-data-on-mobile-device-court-hears/" class="text-decoration-none top-color fw-semibold lh-sm">
  2548.                                            Police Believed Stephen Yaxley-Lennon Had Terrorist Data on Mobile Device, Court Hears.
  2549.                                            </a>
  2550.            </h6>
  2551.            <div class="post-meta">
  2552.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2553.              <!-- <small class="text-muted">
  2554.                <i class="ti-eye me-1"></i>348 views
  2555.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2556.              </small> -->
  2557.            </div>
  2558.          </div>
  2559.        </div>
  2560.        
  2561.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2562.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2563.              
  2564.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2565.              
  2566.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2567.          </div>
  2568.          <div class="post-content flex-grow-1">
  2569.            <h6 class="post-title mb-2">
  2570.               <a href="/over-36000-sudanese-citizens-have-escaped-since-fall-of-el-fasher-to-rapid-support-forces-reports-un-agency/" class="text-decoration-none top-color fw-semibold lh-sm">
  2571.                                            Over 36,000 Sudanese citizens have escaped since fall of El Fasher to Rapid Support Forces, reports UN agency
  2572.                                            </a>
  2573.            </h6>
  2574.            <div class="post-meta">
  2575.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2576.              <!-- <small class="text-muted">
  2577.                <i class="ti-eye me-1"></i>348 views
  2578.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2579.              </small> -->
  2580.            </div>
  2581.          </div>
  2582.        </div>
  2583.        
  2584.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2585.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2586.              
  2587.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2588.              
  2589.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2590.          </div>
  2591.          <div class="post-content flex-grow-1">
  2592.            <h6 class="post-title mb-2">
  2593.               <a href="/no-mckenna-celtic-fc-discussions-as-craig-bellamy-commits-to-welsh-national-team/" class="text-decoration-none top-color fw-semibold lh-sm">
  2594.                                            No McKenna Celtic FC Discussions as Craig Bellamy Commits to Welsh National Team
  2595.                                            </a>
  2596.            </h6>
  2597.            <div class="post-meta">
  2598.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2599.              <!-- <small class="text-muted">
  2600.                <i class="ti-eye me-1"></i>348 views
  2601.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2602.              </small> -->
  2603.            </div>
  2604.          </div>
  2605.        </div>
  2606.        
  2607.  
  2608.      </div>
  2609.  
  2610.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2611.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2612.      </div> -->
  2613.    </div>
  2614.  </div>
  2615.  
  2616.    
  2617.  <div class="sidebar-widget mb-4">
  2618.    <div class="widget-title-wrapper mb-3">
  2619.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2620.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2621.        <span class="title-arrow"></span>
  2622.      </h4>
  2623.    </div>
  2624.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2625.      <div class="blog-roll-list scrollable-sidebar">
  2626.        
  2627.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2628.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  2629.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2630.              <i class="ti-angle-right me-2 text-primary"></i>
  2631.               non gamstop casino
  2632.            </h6>
  2633.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2634.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2635.            </div> -->
  2636.          </a>
  2637.        </div>
  2638.          
  2639.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2640.          <a href="https://visitfortwilliam.co.uk/" class="text-decoration-none ">
  2641.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2642.              <i class="ti-angle-right me-2 text-primary"></i>
  2643.               best non gamstop casinos
  2644.            </h6>
  2645.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2646.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2647.            </div> -->
  2648.          </a>
  2649.        </div>
  2650.          
  2651.      </div>
  2652.  
  2653.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2654.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2655.      </div> -->
  2656.    </div>
  2657.  </div>
  2658.    
  2659.  <div class="sidebar-widget mb-4">
  2660.    <div class="widget-title-wrapper mb-3">
  2661.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2662.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2663.        <span class="title-arrow"></span>
  2664.      </h4>
  2665.    </div>
  2666.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2667.      <div class="blog-roll-list scrollable-sidebar">
  2668.        
  2669.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.          <a href="https://www.skydiveukltd.com" class="text-decoration-none ">
  2671.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2672.              <i class="ti-angle-right me-2 text-primary"></i>
  2673.               best UK non GamStop casinos
  2674.            </h6>
  2675.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2676.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2677.            </div> -->
  2678.          </a>
  2679.        </div>
  2680.          
  2681.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.          <a href="https://cobdenchambers.co.uk/" class="text-decoration-none ">
  2683.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.              <i class="ti-angle-right me-2 text-primary"></i>
  2685.               free bonus no deposit casino europe
  2686.            </h6>
  2687.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2688.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2689.            </div> -->
  2690.          </a>
  2691.        </div>
  2692.          
  2693.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.          <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none ">
  2695.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.              <i class="ti-angle-right me-2 text-primary"></i>
  2697.               non gamstop casinos
  2698.            </h6>
  2699.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2700.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2701.            </div> -->
  2702.          </a>
  2703.        </div>
  2704.          
  2705.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.          <a href="https://www.helptobuy.org.uk/" class="text-decoration-none ">
  2707.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.              <i class="ti-angle-right me-2 text-primary"></i>
  2709.               casinos not on gamstop
  2710.            </h6>
  2711.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2712.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2713.            </div> -->
  2714.          </a>
  2715.        </div>
  2716.          
  2717.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2719.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.              <i class="ti-angle-right me-2 text-primary"></i>
  2721.               online casino sites
  2722.            </h6>
  2723.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2724.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2725.            </div> -->
  2726.          </a>
  2727.        </div>
  2728.          
  2729.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2730.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  2731.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2732.              <i class="ti-angle-right me-2 text-primary"></i>
  2733.               casinos not on GamStop
  2734.            </h6>
  2735.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2736.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2737.            </div> -->
  2738.          </a>
  2739.        </div>
  2740.          
  2741.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2743.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2744.              <i class="ti-angle-right me-2 text-primary"></i>
  2745.               best UK casino sites
  2746.            </h6>
  2747.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2748.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2749.            </div> -->
  2750.          </a>
  2751.        </div>
  2752.          
  2753.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.          <a href="https://craftanddough.co.uk/" class="text-decoration-none ">
  2755.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.              <i class="ti-angle-right me-2 text-primary"></i>
  2757.               top online casinos that accept credit cards
  2758.            </h6>
  2759.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2760.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2761.            </div> -->
  2762.          </a>
  2763.        </div>
  2764.          
  2765.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2766.          <a href="https://www.mayfieldnurseries.org.uk" class="text-decoration-none ">
  2767.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2768.              <i class="ti-angle-right me-2 text-primary"></i>
  2769.               new bookmakers
  2770.            </h6>
  2771.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2772.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2773.            </div> -->
  2774.          </a>
  2775.        </div>
  2776.          
  2777.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2778.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2779.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2780.              <i class="ti-angle-right me-2 text-primary"></i>
  2781.               casinos not on GamStop
  2782.            </h6>
  2783.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2784.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2785.            </div> -->
  2786.          </a>
  2787.        </div>
  2788.          
  2789.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.          <a href="https://www.londonart.co.uk/" class="text-decoration-none ">
  2791.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2792.              <i class="ti-angle-right me-2 text-primary"></i>
  2793.               london escort
  2794.            </h6>
  2795.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2796.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2797.            </div> -->
  2798.          </a>
  2799.        </div>
  2800.          
  2801.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2802.          <a href="https://www.pgldevonshire.org.uk/" class="text-decoration-none ">
  2803.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2804.              <i class="ti-angle-right me-2 text-primary"></i>
  2805.               credit card casinos in the uk
  2806.            </h6>
  2807.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2808.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2809.            </div> -->
  2810.          </a>
  2811.        </div>
  2812.          
  2813.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2814.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2815.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2816.              <i class="ti-angle-right me-2 text-primary"></i>
  2817.               online casinos
  2818.            </h6>
  2819.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2820.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2821.            </div> -->
  2822.          </a>
  2823.        </div>
  2824.          
  2825.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2827.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2828.              <i class="ti-angle-right me-2 text-primary"></i>
  2829.               casinos not on GamStop
  2830.            </h6>
  2831.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2832.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2833.            </div> -->
  2834.          </a>
  2835.        </div>
  2836.          
  2837.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2838.          <a href="https://www.wildandgame.co.uk" class="text-decoration-none ">
  2839.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2840.              <i class="ti-angle-right me-2 text-primary"></i>
  2841.               best casino not on GamStop
  2842.            </h6>
  2843.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2844.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2845.            </div> -->
  2846.          </a>
  2847.        </div>
  2848.          
  2849.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2850.          <a href="https://playmonster.co.uk" class="text-decoration-none ">
  2851.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2852.              <i class="ti-angle-right me-2 text-primary"></i>
  2853.               casino sites not on GamStop
  2854.            </h6>
  2855.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2856.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2857.            </div> -->
  2858.          </a>
  2859.        </div>
  2860.          
  2861.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2862.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  2863.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2864.              <i class="ti-angle-right me-2 text-primary"></i>
  2865.               slots not on GamStop
  2866.            </h6>
  2867.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2868.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2869.            </div> -->
  2870.          </a>
  2871.        </div>
  2872.          
  2873.      </div>
  2874.  
  2875.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2876.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2877.      </div> -->
  2878.    </div>
  2879.  </div>
  2880.    
  2881.  <div class="sidebar-widget mb-4">
  2882.    <div class="widget-title-wrapper mb-3">
  2883.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2884.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2885.        <span class="title-arrow"></span>
  2886.      </h4>
  2887.    </div>
  2888.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2889.      <div class="blog-roll-list scrollable-sidebar">
  2890.        
  2891.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2892.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  2893.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2894.              <i class="ti-angle-right me-2 text-primary"></i>
  2895.               casinos not on GamStop
  2896.            </h6>
  2897.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2898.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2899.            </div> -->
  2900.          </a>
  2901.        </div>
  2902.          
  2903.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.          <a href="https://bedforddaycarehospice.org.uk/" class="text-decoration-none ">
  2905.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.              <i class="ti-angle-right me-2 text-primary"></i>
  2907.               no kyc casinos
  2908.            </h6>
  2909.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2910.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2911.            </div> -->
  2912.          </a>
  2913.        </div>
  2914.          
  2915.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.          <a href="https://www.glasshouserestaurant.co.uk/" class="text-decoration-none ">
  2917.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2918.              <i class="ti-angle-right me-2 text-primary"></i>
  2919.               crypto casino
  2920.            </h6>
  2921.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2922.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2923.            </div> -->
  2924.          </a>
  2925.        </div>
  2926.          
  2927.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.          <a href="https://orangegenie.com/non-gamstop-casinos" class="text-decoration-none ">
  2929.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.              <i class="ti-angle-right me-2 text-primary"></i>
  2931.               casinos not on GamStop
  2932.            </h6>
  2933.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2934.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2935.            </div> -->
  2936.          </a>
  2937.        </div>
  2938.          
  2939.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.          <a href="https://marketingstudylab.co.uk" class="text-decoration-none ">
  2941.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.              <i class="ti-angle-right me-2 text-primary"></i>
  2943.               sites with credit card betting
  2944.            </h6>
  2945.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2946.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2947.            </div> -->
  2948.          </a>
  2949.        </div>
  2950.          
  2951.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.          <a href="https://maxxia.co.uk/" class="text-decoration-none ">
  2953.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2954.              <i class="ti-angle-right me-2 text-primary"></i>
  2955.               best no kyc casinos
  2956.            </h6>
  2957.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2958.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2959.            </div> -->
  2960.          </a>
  2961.        </div>
  2962.          
  2963.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.          <a href="https://damiangreen.co.uk" class="text-decoration-none ">
  2965.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.              <i class="ti-angle-right me-2 text-primary"></i>
  2967.               low payment casino UK
  2968.            </h6>
  2969.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2970.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2971.            </div> -->
  2972.          </a>
  2973.        </div>
  2974.          
  2975.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.          <a href="https://www.bwacademy.co.uk/" class="text-decoration-none ">
  2977.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.              <i class="ti-angle-right me-2 text-primary"></i>
  2979.               best payout online casinos
  2980.            </h6>
  2981.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2982.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2983.            </div> -->
  2984.          </a>
  2985.        </div>
  2986.          
  2987.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  2989.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2990.              <i class="ti-angle-right me-2 text-primary"></i>
  2991.               UK casino not on GamStop
  2992.            </h6>
  2993.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2994.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2995.            </div> -->
  2996.          </a>
  2997.        </div>
  2998.          
  2999.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3000.          <a href="https://www.bunker-51.com/" class="text-decoration-none ">
  3001.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3002.              <i class="ti-angle-right me-2 text-primary"></i>
  3003.               UK casinos not on GamStop
  3004.            </h6>
  3005.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3006.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3007.            </div> -->
  3008.          </a>
  3009.        </div>
  3010.          
  3011.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3013.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.              <i class="ti-angle-right me-2 text-primary"></i>
  3015.               casino not on GamStop
  3016.            </h6>
  3017.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3018.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3019.            </div> -->
  3020.          </a>
  3021.        </div>
  3022.          
  3023.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3025.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.              <i class="ti-angle-right me-2 text-primary"></i>
  3027.               casinos not on GamStop
  3028.            </h6>
  3029.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3030.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3031.            </div> -->
  3032.          </a>
  3033.        </div>
  3034.          
  3035.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3037.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3038.              <i class="ti-angle-right me-2 text-primary"></i>
  3039.               casino not on gamestop
  3040.            </h6>
  3041.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3042.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3043.            </div> -->
  3044.          </a>
  3045.        </div>
  3046.          
  3047.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.          <a href="https://thenewoxford.com/" class="text-decoration-none ">
  3049.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.              <i class="ti-angle-right me-2 text-primary"></i>
  3051.               new non GamStop casinos
  3052.            </h6>
  3053.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3054.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3055.            </div> -->
  3056.          </a>
  3057.        </div>
  3058.          
  3059.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3061.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.              <i class="ti-angle-right me-2 text-primary"></i>
  3063.               non UK gambling sites
  3064.            </h6>
  3065.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3066.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3067.            </div> -->
  3068.          </a>
  3069.        </div>
  3070.          
  3071.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3072.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3073.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3074.              <i class="ti-angle-right me-2 text-primary"></i>
  3075.               best online casinos not on gamstop
  3076.            </h6>
  3077.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3078.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3079.            </div> -->
  3080.          </a>
  3081.        </div>
  3082.          
  3083.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.          <a href="https://www.schoolnet.co.uk/" class="text-decoration-none ">
  3085.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.              <i class="ti-angle-right me-2 text-primary"></i>
  3087.               casino not on gamstop
  3088.            </h6>
  3089.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3090.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3091.            </div> -->
  3092.          </a>
  3093.        </div>
  3094.          
  3095.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.          <a href="https://www.ktponline.org.uk/" class="text-decoration-none ">
  3097.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3098.              <i class="ti-angle-right me-2 text-primary"></i>
  3099.               non GamStop casino UK
  3100.            </h6>
  3101.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3102.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3103.            </div> -->
  3104.          </a>
  3105.        </div>
  3106.          
  3107.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3108.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3109.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3110.              <i class="ti-angle-right me-2 text-primary"></i>
  3111.               Non UK Casino Accepting UK Players
  3112.            </h6>
  3113.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3114.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3115.            </div> -->
  3116.          </a>
  3117.        </div>
  3118.          
  3119.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3121.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.              <i class="ti-angle-right me-2 text-primary"></i>
  3123.               slots not on Gamstop
  3124.            </h6>
  3125.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3126.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3127.            </div> -->
  3128.          </a>
  3129.        </div>
  3130.          
  3131.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3133.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.              <i class="ti-angle-right me-2 text-primary"></i>
  3135.               online casino
  3136.            </h6>
  3137.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3138.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3139.            </div> -->
  3140.          </a>
  3141.        </div>
  3142.          
  3143.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3144.          <a href="https://www.livingcoasts.org.uk/" class="text-decoration-none ">
  3145.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3146.              <i class="ti-angle-right me-2 text-primary"></i>
  3147.               online casino
  3148.            </h6>
  3149.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3150.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3151.            </div> -->
  3152.          </a>
  3153.        </div>
  3154.          
  3155.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3156.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3157.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3158.              <i class="ti-angle-right me-2 text-primary"></i>
  3159.               casino not on gamstop
  3160.            </h6>
  3161.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3162.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3163.            </div> -->
  3164.          </a>
  3165.        </div>
  3166.          
  3167.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.          <a href="https://www.jackpotjill.shop/en/" class="text-decoration-none ">
  3169.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.              <i class="ti-angle-right me-2 text-primary"></i>
  3171.               online casino australia
  3172.            </h6>
  3173.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3174.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3175.            </div> -->
  3176.          </a>
  3177.        </div>
  3178.          
  3179.      </div>
  3180.  
  3181.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3182.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3183.      </div> -->
  3184.    </div>
  3185.  </div>
  3186.    
  3187.  <div class="sidebar-widget mb-4">
  3188.    <div class="widget-title-wrapper mb-3">
  3189.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3190.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3191.        <span class="title-arrow"></span>
  3192.      </h4>
  3193.    </div>
  3194.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3195.      <div class="blog-roll-list scrollable-sidebar">
  3196.        
  3197.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3198.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3199.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3200.              <i class="ti-angle-right me-2 text-primary"></i>
  3201.               betting apps not on gamstop
  3202.            </h6>
  3203.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3204.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3205.            </div> -->
  3206.          </a>
  3207.        </div>
  3208.          
  3209.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3211.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.              <i class="ti-angle-right me-2 text-primary"></i>
  3213.               online bookmakers not on gamstop
  3214.            </h6>
  3215.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3216.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3217.            </div> -->
  3218.          </a>
  3219.        </div>
  3220.          
  3221.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3223.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.              <i class="ti-angle-right me-2 text-primary"></i>
  3225.               football betting sites not on gamstop
  3226.            </h6>
  3227.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3228.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3229.            </div> -->
  3230.          </a>
  3231.        </div>
  3232.          
  3233.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3234.          <a href="https://www.outset.org/" class="text-decoration-none ">
  3235.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3236.              <i class="ti-angle-right me-2 text-primary"></i>
  3237.               best betting sites uk
  3238.            </h6>
  3239.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3240.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3241.            </div> -->
  3242.          </a>
  3243.        </div>
  3244.          
  3245.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3247.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.              <i class="ti-angle-right me-2 text-primary"></i>
  3249.               Casino Without Gamstop
  3250.            </h6>
  3251.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3252.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3253.            </div> -->
  3254.          </a>
  3255.        </div>
  3256.          
  3257.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3259.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.              <i class="ti-angle-right me-2 text-primary"></i>
  3261.               Casino Without Gamstop
  3262.            </h6>
  3263.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3264.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3265.            </div> -->
  3266.          </a>
  3267.        </div>
  3268.          
  3269.      </div>
  3270.  
  3271.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3272.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3273.      </div> -->
  3274.    </div>
  3275.  </div>
  3276.    
  3277.  <div class="sidebar-widget mb-4">
  3278.    <div class="widget-title-wrapper mb-3">
  3279.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3280.        <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3281.        <span class="title-arrow"></span>
  3282.      </h4>
  3283.    </div>
  3284.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3285.      <div class="blog-roll-list scrollable-sidebar">
  3286.        
  3287.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3288.          <a href="https://www.bestaustraliancasinosites.com/online-pokies/" class="text-decoration-none ">
  3289.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3290.              <i class="ti-angle-right me-2 text-primary"></i>
  3291.               bestaustraliancasinosites real money online pokies
  3292.            </h6>
  3293.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3294.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3295.            </div> -->
  3296.          </a>
  3297.        </div>
  3298.          
  3299.      </div>
  3300.  
  3301.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3302.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3303.      </div> -->
  3304.    </div>
  3305.  </div>
  3306.    
  3307.  <!-- <div class="sidebar-widget">
  3308.    <div class="widget-title-wrapper mb-3">
  3309.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3310.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3311.        <span class="title-arrow"></span>
  3312.      </h4>
  3313.    </div>
  3314.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3315.      <div class="blog-roll-list">
  3316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3317.          <a href="#" class="text-decoration-none">
  3318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3319.              <i class="ti-angle-right me-2 text-primary"></i>
  3320.              Complete Guide to Django REST Framework
  3321.            </h6>
  3322.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3324.            </div>
  3325.          </a>
  3326.        </div>
  3327.  
  3328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3329.          <a href="#" class="text-decoration-none">
  3330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3331.              <i class="ti-angle-right me-2 text-primary"></i>
  3332.              Modern JavaScript ES2025 Features
  3333.            </h6>
  3334.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3336.            </div>
  3337.          </a>
  3338.        </div>
  3339.  
  3340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3341.          <a href="#" class="text-decoration-none">
  3342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3343.              <i class="ti-angle-right me-2 text-primary"></i>
  3344.              Digital Marketing Trends in 2025
  3345.            </h6>
  3346.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3348.            </div>
  3349.          </a>
  3350.        </div>
  3351.  
  3352.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3353.          <a href="#" class="text-decoration-none">
  3354.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3355.              <i class="ti-angle-right me-2 text-primary"></i>
  3356.              Remote Work Best Practices
  3357.            </h6>
  3358.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3359.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3360.            </div>
  3361.          </a>
  3362.        </div>
  3363.  
  3364.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3365.          <a href="#" class="text-decoration-none">
  3366.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3367.              <i class="ti-angle-right me-2 text-primary"></i>
  3368.              Sustainable Living Tips for Beginners
  3369.            </h6>
  3370.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3371.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3372.            </div>
  3373.          </a>
  3374.        </div>
  3375.  
  3376.        <div class="blog-roll-item">
  3377.          <a href="#" class="text-decoration-none">
  3378.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3379.              <i class="ti-angle-right me-2 text-primary"></i>
  3380.              AI and Machine Learning Basics
  3381.            </h6>
  3382.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3383.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3384.            </div>
  3385.          </a>
  3386.        </div>
  3387.      </div>
  3388.  
  3389.      <div class="text-center mt-4 pt-3 border-top border-light">
  3390.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3391.      </div>
  3392.    </div>
  3393.  </div> -->
  3394. </div>
  3395.  
  3396. <!-- Sidebar V2 Styles -->
  3397. <style>
  3398.  .sidebar-widget {
  3399.    position: relative;
  3400.  }
  3401.  
  3402.  .widget-title {
  3403.    font-size: 1.1rem;
  3404.    font-weight: 700;
  3405.    display: inline-block;
  3406.    position: relative;
  3407.    z-index: 2;
  3408.    border-radius: 0;
  3409.  }
  3410.  
  3411.  /* Green arrow for August Blog Roll */
  3412.  .title-arrow::after {
  3413.    content: '';
  3414.    position: absolute;
  3415.    top: 0;
  3416.    right: -22px;
  3417.    width: 0;
  3418.    height: 0;
  3419.    border-left: 22px solid var(--bs-primary);
  3420.    border-top: 22px solid transparent;
  3421.    border-bottom: 22px solid transparent;
  3422.    z-index: 1;
  3423.  }
  3424.  
  3425.  /* Blue arrow for Recent Posts */
  3426.  .title-arrow-primary::after {
  3427.    content: '';
  3428.    position: absolute;
  3429.    top: 0;
  3430.    right: -22px;
  3431.    width: 0;
  3432.    height: 0;
  3433.    border-left: 22px solid var(--bs-primary);
  3434.    border-top: 22px solid transparent;
  3435.    border-bottom: 22px solid transparent;
  3436.    z-index: 1;
  3437.  }
  3438.  
  3439.  .widget-content {
  3440.    margin-top: -1px;
  3441.    position: relative;
  3442.    z-index: 1;
  3443.    background-color: var(--card-bg);
  3444.  }
  3445.  
  3446.  /* Blog Roll Items Hover Effects */
  3447.  .blog-roll-item:hover .blog-title {
  3448.    color: #198754 !important;
  3449.    transform: translateX(5px);
  3450.    transition: all 0.3s ease;
  3451.  }
  3452.  
  3453.  /* Recent Post Items Hover Effects */
  3454.  .recent-post-item:hover .post-title a {
  3455.    color: #0d6efd !important;
  3456.    transition: color 0.3s ease;
  3457.  }
  3458.  
  3459.  .recent-post-item:hover .post-image img {
  3460.    transform: scale(1.05);
  3461.    transition: transform 0.3s ease;
  3462.  }
  3463.  
  3464.  /* Button Hover Effects */
  3465.  .btn:hover {
  3466.    transform: translateY(-2px);
  3467.    transition: all 0.3s ease;
  3468.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3469.  }
  3470.  
  3471.  /* Badge Hover Effects */
  3472.  .badge:hover {
  3473.    transform: scale(1.05);
  3474.    transition: transform 0.3s ease;
  3475.  }
  3476.  
  3477.  @media (max-width: 991px) {
  3478.    .sidebar {
  3479.      margin-top: 3rem;
  3480.    }
  3481.  }
  3482.  
  3483.  @media (max-width: 576px) {
  3484.    .widget-title {
  3485.      font-size: 1rem;
  3486.      padding: 0.75rem 1rem !important;
  3487.    }
  3488.  
  3489.    .title-arrow::after,
  3490.    .title-arrow-primary::after {
  3491.      right: -18px;
  3492.      border-left-width: 18px;
  3493.      border-top-width: 18px;
  3494.      border-bottom-width: 18px;
  3495.    }
  3496.  
  3497.    .post-image {
  3498.      width: 70px !important;
  3499.      height: 55px !important;
  3500.    }
  3501.  
  3502.    .blog-meta {
  3503.      flex-direction: column !important;
  3504.      align-items: flex-start !important;
  3505.      gap: 0.5rem;
  3506.    }
  3507.  }
  3508. </style>
  3509.  
  3510.    
  3511.                </div>
  3512.            </div>
  3513.        </div>
  3514.    </div>
  3515. </section>
  3516.  
  3517. <script>
  3518.    // Intersection Observer for Fade-in with Slight Rotation
  3519.    document.addEventListener('DOMContentLoaded', function() {
  3520.        const observerOptions = {
  3521.            threshold: 0.15, // Trigger when 15% of the card is visible
  3522.            rootMargin: '0px 0px -50px 0px',
  3523.        };
  3524.  
  3525.        const observer = new IntersectionObserver(function(entries, observer) {
  3526.            entries.forEach(entry => {
  3527.                if (entry.isIntersecting) {
  3528.                    entry.target.classList.add('visible');
  3529.                    observer.unobserve(entry.target);
  3530.                }
  3531.            });
  3532.        }, observerOptions);
  3533.  
  3534.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3535.            observer.observe(card);
  3536.        });
  3537.    });
  3538. </script>
  3539.  
  3540.    
  3541.        
  3542.        <!-- end wpo-blog-highlights-section -->
  3543.        <!-- start wpo-blog-sponsored-section -->
  3544.        
  3545.  
  3546.  
  3547.  
  3548.    
  3549.  
  3550.  
  3551.  
  3552. <section class="wpo-blog-sponsored-section section-padding">
  3553.    <div class="container-fluid fluid-container">
  3554.        <div class="wpo-section-title">
  3555.            <h2>sponsored news</h2>
  3556.        </div>
  3557.        <div class="row">
  3558.            <div class="wpo-blog-sponsored-wrap">
  3559.                <div class="wpo-blog-items">
  3560.                    <div class="row">
  3561.                        
  3562.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3563.                            <div class="wpo-blog-item">
  3564.                                <div class="wpo-blog-img">
  3565.                                    
  3566.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3567.                                    
  3568.                                    <div class="thumb bg-primary-gradient ">News</div>
  3569.                                </div>
  3570.                                <div class="wpo-blog-content">
  3571.                                    <h2>  <a href="/ten-beginners-tips-to-learn-before-beginning-clair-obscur-expedition-33/" class="top-color">
  3572.                                            Ten Beginner&#x27;s Tips to Learn Before Beginning Clair Obscur: Expedition 33
  3573.                                            </a>
  3574.                                    </h2>
  3575.                                    <ul>
  3576.                                        <li>
  3577.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3578.                                                </li>
  3579.                                        <li class="top-color">By Susan Lane</li>
  3580.                                        <li  class="top-color">05 Jun 2026</li>
  3581.                                    </ul>
  3582.                                </div>
  3583.                            </div>
  3584.                        </div>
  3585.                        
  3586.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3587.                            <div class="wpo-blog-item">
  3588.                                <div class="wpo-blog-img">
  3589.                                    
  3590.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3591.                                    
  3592.                                    <div class="thumb bg-primary-gradient ">News</div>
  3593.                                </div>
  3594.                                <div class="wpo-blog-content">
  3595.                                    <h2>  <a href="/the-reasons-the-duke-of-york-is-giving-up-his-official-titles-and-what-it-means-for-the-monarchy/" class="top-color">
  3596.                                            The Reasons the Duke of York is Giving Up His Official Titles – and What It Means for the Monarchy
  3597.                                            </a>
  3598.                                    </h2>
  3599.                                    <ul>
  3600.                                        <li>
  3601.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3602.                                                </li>
  3603.                                        <li class="top-color">By Susan Lane</li>
  3604.                                        <li  class="top-color">05 Jun 2026</li>
  3605.                                    </ul>
  3606.                                </div>
  3607.                            </div>
  3608.                        </div>
  3609.                        
  3610.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3611.                            <div class="wpo-blog-item">
  3612.                                <div class="wpo-blog-img">
  3613.                                    
  3614.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3615.                                    
  3616.                                    <div class="thumb bg-primary-gradient ">News</div>
  3617.                                </div>
  3618.                                <div class="wpo-blog-content">
  3619.                                    <h2>  <a href="/judicial-body-confirms-conviction-for-opposition-leader-pritam-singh/" class="top-color">
  3620.                                            Judicial Body Confirms Conviction for Opposition Leader Pritam Singh
  3621.                                            </a>
  3622.                                    </h2>
  3623.                                    <ul>
  3624.                                        <li>
  3625.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3626.                                                </li>
  3627.                                        <li class="top-color">By Susan Lane</li>
  3628.                                        <li  class="top-color">05 Jun 2026</li>
  3629.                                    </ul>
  3630.                                </div>
  3631.                            </div>
  3632.                        </div>
  3633.                        
  3634.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3635.                            <div class="wpo-blog-item">
  3636.                                <div class="wpo-blog-img">
  3637.                                    
  3638.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3639.                                    
  3640.                                    <div class="thumb bg-primary-gradient ">News</div>
  3641.                                </div>
  3642.                                <div class="wpo-blog-content">
  3643.                                    <h2>  <a href="/police-believed-stephen-yaxley-lennon-had-terrorist-data-on-mobile-device-court-hears/" class="top-color">
  3644.                                            Police Believed Stephen Yaxley-Lennon Had Terrorist Data on Mobile Device, Court Hears.
  3645.                                            </a>
  3646.                                    </h2>
  3647.                                    <ul>
  3648.                                        <li>
  3649.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3650.                                                </li>
  3651.                                        <li class="top-color">By Susan Lane</li>
  3652.                                        <li  class="top-color">05 Jun 2026</li>
  3653.                                    </ul>
  3654.                                </div>
  3655.                            </div>
  3656.                        </div>
  3657.                        
  3658.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3659.                            <div class="wpo-blog-item">
  3660.                                <div class="wpo-blog-img">
  3661.                                    
  3662.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3663.                                    
  3664.                                    <div class="thumb bg-primary-gradient ">News</div>
  3665.                                </div>
  3666.                                <div class="wpo-blog-content">
  3667.                                    <h2>  <a href="/over-36000-sudanese-citizens-have-escaped-since-fall-of-el-fasher-to-rapid-support-forces-reports-un-agency/" class="top-color">
  3668.                                            Over 36,000 Sudanese citizens have escaped since fall of El Fasher to Rapid Support Forces, reports UN agency
  3669.                                            </a>
  3670.                                    </h2>
  3671.                                    <ul>
  3672.                                        <li>
  3673.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3674.                                                </li>
  3675.                                        <li class="top-color">By Susan Lane</li>
  3676.                                        <li  class="top-color">05 Jun 2026</li>
  3677.                                    </ul>
  3678.                                </div>
  3679.                            </div>
  3680.                        </div>
  3681.                        
  3682.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3683.                            <div class="wpo-blog-item">
  3684.                                <div class="wpo-blog-img">
  3685.                                    
  3686.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3687.                                    
  3688.                                    <div class="thumb bg-primary-gradient ">News</div>
  3689.                                </div>
  3690.                                <div class="wpo-blog-content">
  3691.                                    <h2>  <a href="/no-mckenna-celtic-fc-discussions-as-craig-bellamy-commits-to-welsh-national-team/" class="top-color">
  3692.                                            No McKenna Celtic FC Discussions as Craig Bellamy Commits to Welsh National Team
  3693.                                            </a>
  3694.                                    </h2>
  3695.                                    <ul>
  3696.                                        <li>
  3697.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/69cebb18-cc72-4edd-a0ed-986c28221cb1_profile.png" alt="Susan Lane" style="object-fit: cover;">
  3698.                                                </li>
  3699.                                        <li class="top-color">By Susan Lane</li>
  3700.                                        <li  class="top-color">05 Jun 2026</li>
  3701.                                    </ul>
  3702.                                </div>
  3703.                            </div>
  3704.                        </div>
  3705.                        
  3706.  
  3707.                    </div>
  3708.                </div>
  3709.            </div>
  3710.        </div>
  3711.    </div> <!-- end container -->
  3712. </section>
  3713.  
  3714.  
  3715.    
  3716.        <!-- end wpo-blog-sponsored-section -->
  3717.        <!-- start wpo-subscribe-section -->
  3718.        
  3719.        <!-- end subscribe-section -->
  3720.        <!-- start of wpo-site-footer-section -->
  3721.        
  3722.  
  3723.  
  3724.  
  3725.  
  3726.  
  3727.  
  3728. <footer class="wpo-site-footer">
  3729.    <div class="wpo-upper-footer">
  3730.        <div class="container-fluid fluid-container">
  3731.            <div class="row">
  3732.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3733.                    <div class="widget about-widget">
  3734.                        <div class="logo widget-title">
  3735.                            
  3736.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8021310-cd74-4e5b-9cde-6ce3f537122c_logo.png" alt="TrendOnline360 UK" style="height: 50px;width: auto;">
  3737.                            
  3738.                        </div>
  3739.                        <p>TrendOnline360 UK covers the latest in digital marketing, technology, and online business strategies. Stay updated with expert insights and practical tips for success.</p>
  3740.                    </div>
  3741.                </div>
  3742.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3743.                    <div class="widget link-widget">
  3744.                        <div class="widget-title">
  3745.                            <h3 class="footer-color">Important Link</h3>
  3746.                        </div>
  3747.                        <ul>
  3748.                            
  3749.                            <li><a href="/ben-jerrys-co-founder-states-unilever-prevented-pro-palestinian-frozen-dessert-flavor/">Ben &amp; Jerry&#x27;s Co-Founder States Unilever Prevented Pro-Palestinian Frozen Dessert Flavor</a></li>
  3750.                            
  3751.                            <li><a href="/court-throws-out-drakes-legal-case-over-kendrick-lamars-hit-not-like-us/">Court Throws Out Drake&#x27;s Legal Case Over Kendrick Lamar’s Hit Not Like Us</a></li>
  3752.                            
  3753.                            <li><a href="/information-available-about-the-those-lost-of-the-bondi-shooting/">Information Available About the Those Lost of the Bondi Shooting</a></li>
  3754.                            
  3755.                            <li><a href="/jujutsu-kaisen-execution-strives-to-fix-the-series-major-controversy/">JuJutsu Kaisen: Execution Strives to Fix the Series&#x27; Major Controversy</a></li>
  3756.                            
  3757.                            <li><a href="/the-way-donald-trump-secured-a-gaza-strip-breakthrough-that-eluded-joe-biden/">The Way Donald Trump Secured a Gaza Strip Breakthrough That Eluded Joe Biden</a></li>
  3758.                            
  3759.                            <li><a href="/world-war-ii-munitions-torpedo-heads-and-mines-how-marine-life-prosper-on-abandoned-weapons/">World War II Munitions, Torpedo Heads and Mines: How Marine Life Prosper on Abandoned Weapons</a></li>
  3760.                            
  3761.                        </ul>
  3762.                    </div>
  3763.                </div>
  3764.      <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3765.  <div class="widget tag-widget">
  3766.    <div class="widget-title">
  3767.      <h3 class="footer-color">Blog Rolls</h3>
  3768.    </div>
  3769.  
  3770.    <ul id="blogroll">
  3771.      
  3772.      
  3773.  
  3774.      
  3775.      
  3776.        
  3777.      
  3778.    </ul>
  3779.  </div>
  3780. </div>
  3781.  
  3782.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3783.                    <div class="widget social-widget">
  3784.                        <div class="widget-title">
  3785.                            <h3 class="footer-color">Social Media</h3>
  3786.                        </div>
  3787.                        <ul>
  3788.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/1.png"
  3789.                                            alt=""></i> Facebook</a>
  3790.                            </li>
  3791.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/2.png"
  3792.                                            alt=""></i> Twitter</a>
  3793.                            </li>
  3794.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/3.png"
  3795.                                            alt=""></i> Instagram</a>
  3796.                            </li>
  3797.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/4.png"
  3798.                                            alt=""></i> Youtube</a>
  3799.                            </li>
  3800.                        </ul>
  3801.                    </div>
  3802.                </div>
  3803.            </div>
  3804.        </div> <!-- end container -->
  3805.    </div>
  3806.    <div class="top-bg">
  3807.    <div class="container-fluid fluid-container">
  3808.        <div class="row">
  3809.            <div class="col col-xs-12">
  3810.                <p class="top-color text-center">
  3811.                    Copyright &copy;  
  3812.                    <a href="https://TrendOnline360 UK" class="top-color">TrendOnline360 UK</a>.
  3813.                    All Rights Reserved.
  3814.                    |
  3815.                    <a href="/page/write-for-us/" class="top-color">Write For Us</a>
  3816.                    |
  3817.                    <a href="/sitemap.xml" class="top-color">Sitemap</a>
  3818.                    |
  3819.                    <a href="/page/terms-and-conditions/" class="top-color">Terms &amp; Conditions</a>
  3820.                    
  3821.                </p>
  3822.            </div>
  3823.        </div>
  3824.    </div>
  3825. </div>
  3826. </footer>
  3827.  
  3828. <script>
  3829.  document.addEventListener('DOMContentLoaded', function () {
  3830.    var btn = document.getElementById('toggleMore');
  3831.    if (!btn) return; // <=5 items, button nahi hoga
  3832.  
  3833.    var extras = document.querySelectorAll('#blogroll li.extra');
  3834.  
  3835.    btn.addEventListener('click', function () {
  3836.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3837.        return li.classList.contains('d-none');
  3838.      });
  3839.  
  3840.      extras.forEach(function (li) {
  3841.        if (anyHidden) li.classList.remove('d-none');
  3842.        else li.classList.add('d-none');
  3843.      });
  3844.  
  3845.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3846.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3847.    });
  3848.  });
  3849. </script>
  3850.  
  3851.        <!-- end of wpo-site-footer-section -->
  3852.    </div>
  3853.    <!-- end of page-wrapper -->
  3854.  
  3855.    <!-- All JavaScript files
  3856.    ================================================== -->
  3857.    
  3858.  
  3859. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3860. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3861. <!-- Plugins for this template -->
  3862. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3863. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3864. <!-- Custom script for this template -->
  3865. <script src="/static/blogapp/assets/js/script.js"></script>
  3866.  
  3867. <script>
  3868. (function () {
  3869. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3870. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3871.  
  3872. function applyFallback(img) {
  3873. if (!img || img.dataset.fallbackApplied === "1") {
  3874. return;
  3875. }
  3876. var failedSrc = img.currentSrc || img.src || "";
  3877. img.dataset.fallbackApplied = "1";
  3878. img.onerror = null;
  3879. img.src = fallbackImageSrc;
  3880. console.warn("[ImageFallback] Replaced broken image:", {
  3881. failedSrc: failedSrc,
  3882. fallbackSrc: fallbackImageSrc,
  3883. alt: img.alt || "",
  3884. });
  3885. }
  3886.  
  3887. document.querySelectorAll("img").forEach(function (img) {
  3888. if (img.complete && img.naturalWidth === 0) {
  3889. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3890. failedSrc: img.currentSrc || img.src || "",
  3891. alt: img.alt || "",
  3892. });
  3893. applyFallback(img);
  3894. }
  3895. });
  3896.  
  3897. document.addEventListener(
  3898. "error",
  3899. function (event) {
  3900. var target = event.target;
  3901. if (target && target.tagName === "IMG") {
  3902. applyFallback(target);
  3903. }
  3904. },
  3905. true
  3906. );
  3907. })();
  3908. </script>
  3909.  
  3910. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3911.  
  3912.  
  3913.  
  3914. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"a50599783c8f4bfb9a62a2fedc7b98f3","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3915. </body>
  3916.  
  3917. </html>
  3918.  
  3919.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda