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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  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_94_o3iuYBJ_HjqlVAF_I9pbz2Q.png">
  14.    
  15.  
  16.    <title>Oddify Global: Unique Perspectives on Modern Culture and Technology</title>
  17.    <meta name="description" content="Oddify Global explores the intersection of technology, culture, and innovation with insightful articles and fresh perspectives on global trends and digital transformation.">
  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://oddifyglobal.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff66b3;
  42.        --bs-primary-rgb: ff66b3;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #f472b6;
  48.        --bs-light: #fce7f3;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff66b3;
  53.        --theme-primary-color-s2: #ff66b3;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  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: #f9d3e3;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fce7f3;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff66b3;
  84.        --link-hover: #ff3399;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 102, 179, 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_16">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  424.            <div class="d-flex">
  425.              <span class="fw-bold">Latest</span>
  426.            </div>
  427.            <div class="d-flex">
  428.              <span class="fw-bold">Update</span>
  429.            </div>
  430.          </div>
  431.  
  432.          <!-- Add an id to the marquee -->
  433.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  434.            <p class="text-center">
  435.              
  436.               <a href="/why-psg-are-focusing-on-homegrown-players-to-protect-their-continental-crown/" class="px-5 top-color">
  437.                    Why PSG Are Focusing On Homegrown Players to Protect Their Continental Crown
  438.                  </a>
  439.              
  440.               <a href="/democrats-allege-trump-of-harassment-tactic-as-fbi-requests-interviews/" class="px-5 top-color">
  441.                    Democrats Allege Trump of ‘Harassment’ Tactic as FBI Requests Interviews
  442.                  </a>
  443.              
  444.               <a href="/a-banner-twelve-months-for-launching-the-orb/" class="px-5 top-color">
  445.                    A Banner Twelve Months for Launching The Orb
  446.                  </a>
  447.              
  448.               <a href="/food-delivery-fresh-from-the-west-philippine-sea-an-intense-expedition-through-resupply-routes-in-the-regional-tension/" class="px-5 top-color">
  449.                    Food Delivery: Fresh from the West Philippine Sea – An Intense Expedition Through Resupply Routes in the Regional Tension.
  450.                  </a>
  451.              
  452.               <a href="/celebrity-traitors-finale-mistakenly-made-available-a-full-day-prematurely-beyond-the-uk/" class="px-5 top-color">
  453.                    Celebrity Traitors Finale Mistakenly Made Available A Full Day Prematurely Beyond the UK
  454.                  </a>
  455.                          
  456.            </p>
  457.          </marquee>
  458.        </div>
  459.      </div>
  460.    </div>
  461.  </div>
  462. </div>
  463.  
  464. <script>
  465.  // Stop/start marquee when hovering or focusing links inside it
  466.  document.addEventListener("DOMContentLoaded", function () {
  467.    const marquee = document.getElementById("newsMarquee");
  468.    if (!marquee) return;
  469.  
  470.    marquee.querySelectorAll("a").forEach((link) => {
  471.      link.addEventListener("mouseenter", () => marquee.stop());
  472.      link.addEventListener("mouseleave", () => marquee.start());
  473.      // keyboard accessibility
  474.      link.addEventListener("focus", () => marquee.stop());
  475.      link.addEventListener("blur", () => marquee.start());
  476.    });
  477.  });
  478. </script>
  479.  
  480.  
  481.  
  482.            
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. <header class="header-v7 py-2 mb-4">
  490.    <!-- Top Bar -->
  491.    <div class="top-bar-v7">
  492.        <div class="container-fluid fluid-container">
  493.            <div class="row align-items-center justify-content-center">
  494.                <div class="col-lg-3 col-md-4">
  495.                    <div class="logo-section-v7">
  496.                        <a class="brand-link-v7" href="/">
  497.                            
  498.                                Oddify Global
  499.                            
  500.                        </a>
  501.                    </div>
  502.                </div>
  503.                <div class="col-lg-6 col-md-5">
  504.                    <div class="search-bar-v7">
  505.                        <form class="search-form-v7" action="#" method="get">
  506.                            <div class="search-container-v7">
  507.                                <input id="search-input" type="search" class="search-input-v7"
  508.                                    placeholder="Search articles, tutorials, news..." name="q">
  509.                                <button type="submit" class="search-btn-v7">
  510.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  511.                                        stroke-width="2">
  512.                                        <circle cx="11" cy="11" r="8"></circle>
  513.                                        <path d="m21 21-4.35-4.35"></path>
  514.                                    </svg>
  515.                                </button>
  516.                            </div>
  517.                            <div id="search-results" class="search-results-container search-v1"></div>
  518.                        </form>
  519.                    </div>
  520.                </div>
  521.                <div class="col-lg-3 col-md-3">
  522.                    <!-- Empty column for spacing -->
  523.                </div>
  524.            </div>
  525.        </div>
  526.    </div>
  527.  
  528.    <!-- Main Navigation -->
  529.    <div class="main-nav-v7">
  530.        <div class="container-fluid">
  531.            <div class="nav-wrapper-v7">
  532.  
  533.                <!-- Sidebar Navigation -->
  534.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  535.                    <div class="nav-header-v7">
  536.                        <h6 class="nav-title-v7">Navigation</h6>
  537.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  538.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  539.                                stroke-width="2">
  540.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  541.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  542.                            </svg>
  543.                        </button>
  544.                    </div>
  545.  
  546.                    <ul class="sidebar-menu-v7">
  547.                        <li class="sidebar-item-v7">
  548.                            <a href='/' class="sidebar-link-v7 active-v7">
  549.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  550.                                    stroke="currentColor" stroke-width="2">
  551.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  552.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  553.                                </svg>
  554.                                Home
  555.                            </a>
  556.                        </li>
  557.  
  558.                        <li class="sidebar-item-v7 has-submenu-v7">
  559.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  560.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  561.                                    stroke="currentColor" stroke-width="2">
  562.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  563.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  564.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  565.                                </svg>
  566.                                Technology
  567.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  568.                                    stroke="currentColor" stroke-width="2">
  569.                                    <polyline points="6,9 12,15 18,9"></polyline>
  570.                                </svg>
  571.                            </a>
  572.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  573.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  574.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  575.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  576.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  577.                            </ul>
  578.                        </li>
  579.  
  580.                        <li class="sidebar-item-v7 has-submenu-v7">
  581.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  582.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  583.                                    stroke="currentColor" stroke-width="2">
  584.                                    <path
  585.                                        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">
  586.                                    </path>
  587.                                </svg>
  588.                                Business
  589.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polyline points="6,9 12,15 18,9"></polyline>
  592.                                </svg>
  593.                            </a>
  594.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  595.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  596.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  597.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  598.                            </ul>
  599.                        </li>
  600.  
  601.                        <li class="sidebar-item-v7">
  602.                            <a href="#" class="sidebar-link-v7">
  603.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  604.                                    stroke="currentColor" stroke-width="2">
  605.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  606.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  607.                                </svg>
  608.                                Tutorials
  609.                            </a>
  610.                        </li>
  611.  
  612.                        <li class="sidebar-item-v7">
  613.                            <a href="#" class="sidebar-link-v7">
  614.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  615.                                    stroke="currentColor" stroke-width="2">
  616.                                    <polygon
  617.                                        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">
  618.                                    </polygon>
  619.                                </svg>
  620.                                Reviews
  621.                            </a>
  622.                        </li>
  623.  
  624.                        <li class="sidebar-item-v7">
  625.                            <a href="#" class="sidebar-link-v7">
  626.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  627.                                    stroke="currentColor" stroke-width="2">
  628.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  629.                                </svg>
  630.                                News
  631.                            </a>
  632.                        </li>
  633.  
  634.                        <li class="sidebar-item-v7">
  635.                            <a href="#" class="sidebar-link-v7">
  636.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  637.                                    stroke="currentColor" stroke-width="2">
  638.                                    <circle cx="12" cy="12" r="3"></circle>
  639.                                    <path
  640.                                        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">
  641.                                    </path>
  642.                                </svg>
  643.                                About
  644.                            </a>
  645.                        </li>
  646.  
  647.                        <li class="sidebar-item-v7">
  648.                            <a href="#" class="sidebar-link-v7">
  649.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  650.                                    stroke="currentColor" stroke-width="2">
  651.                                    <path
  652.                                        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">
  653.                                    </path>
  654.                                    <polyline points="22,6 12,13 2,6"></polyline>
  655.                                </svg>
  656.                                Contact
  657.                            </a>
  658.                        </li>
  659.                    </ul>
  660.                </nav>
  661.                <div class="sidebar-blur"></div>
  662.  
  663.                <!-- Main Content Area -->
  664.                <div class="content-area-v7">
  665.                    <!-- Horizontal Nav for Desktop -->
  666.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  667.                        <ul class="horizontal-menu-v7">
  668.  
  669.                            
  670.                            <li class="horizontal-item-v7">
  671.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  672.                            </li>
  673.  
  674.                            
  675.                            
  676.                             <li class="horizontal-item-v7">
  677.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  678.                                    All Posts
  679.                                </a>
  680.                                </li>
  681.  
  682.                                
  683.  
  684.                                        
  685.                                        
  686.                                
  687.                             <li class="horizontal-item-v7">
  688.                                <a href="/category/business/" class="horizontal-link-v7">
  689.                                    Business
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                        
  696.                                        
  697.                                
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/esports/" class="horizontal-link-v7">
  700.                                    Esports
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/fashion/" class="horizontal-link-v7">
  711.                                    Fashion
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/featured/" class="horizontal-link-v7">
  722.                                    Featured
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/gaming/" class="horizontal-link-v7">
  733.                                    Gaming
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                             <li class="horizontal-item-v7">
  743.                                <a href="/category/health/" class="horizontal-link-v7">
  744.                                    Health
  745.                                </a>
  746.                                </li>
  747.  
  748.                                
  749.  
  750.                                        
  751.                                        
  752.                                
  753.                            
  754.                                
  755.                                <li class="horizontal-item-v7 dropdown-v7">
  756.                                    <a href="#" class="horizontal-link-v7">More</a>
  757.                                    <div class="horizontal-dropdown-v7">
  758.                                        <a href="/category/life-fitness/"
  759.                                            class="dropdown-item-v7">
  760.                                            Life &amp; Fitness
  761.                                        </a>
  762.                                        
  763.  
  764.                                        
  765.                                        
  766.                                
  767.                            
  768.                                        <a href="/category/lifestyle/"
  769.                                            class="dropdown-item-v7">
  770.                                            Lifestyle
  771.                                        </a>
  772.                                        
  773.  
  774.                                        
  775.                                        
  776.                                
  777.                            
  778.                                        <a href="/category/news/"
  779.                                            class="dropdown-item-v7">
  780.                                            News
  781.                                        </a>
  782.                                        
  783.  
  784.                                        
  785.                                        
  786.                                
  787.                            
  788.                                        <a href="/category/others/"
  789.                                            class="dropdown-item-v7">
  790.                                            Others
  791.                                        </a>
  792.                                        
  793.  
  794.                                        
  795.                                        
  796.                                
  797.                            
  798.                                        <a href="/category/politics/"
  799.                                            class="dropdown-item-v7">
  800.                                            Politics
  801.                                        </a>
  802.                                        
  803.  
  804.                                        
  805.                                        
  806.                                
  807.                            
  808.                                        <a href="/category/sports/"
  809.                                            class="dropdown-item-v7">
  810.                                            Sports
  811.                                        </a>
  812.                                        
  813.  
  814.                                        
  815.                                        
  816.                                
  817.                            
  818.                                        <a href="/category/tech/"
  819.                                            class="dropdown-item-v7">
  820.                                            Tech
  821.                                        </a>
  822.                                        
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                            
  828.                                        <a href="/category/travel/"
  829.                                            class="dropdown-item-v7">
  830.                                            Travel
  831.                                        </a>
  832.                                        
  833.  
  834.                                        
  835.                                        
  836.                                    </div>
  837.                                </li>
  838.                                
  839.                                
  840. <li>
  841.                  <a href="/page/contact-us/">
  842.                     Contact Us
  843.                  </a>
  844.              </li>
  845.                        </ul>
  846.                    </nav>
  847.  
  848.  
  849.                    <!-- Mobile Menu Button -->
  850.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  851.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  852.                            stroke-width="2">
  853.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  854.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  855.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  856.                        </svg>
  857.                        Menu
  858.                    </button>
  859.                </div>
  860.            </div>
  861.        </div>
  862.    </div>
  863.  
  864.    <!-- Overlay for mobile sidebar -->
  865.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  866. </header>
  867.  
  868. <style>
  869.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  870.    .header-v7 {
  871.        position: relative;
  872.        background: var(--navbar-bg);
  873.    }
  874.  
  875.    /* Top Bar Styles */
  876.    .top-bar-v7 {
  877.        padding: 15px 0;
  878.        border-bottom: 1px solid var(--border-color);
  879.        background: var(--navbar-bg);
  880.    }
  881.  
  882.    .logo-img-v7 {
  883.        max-height: 70px;
  884.        transition: transform 0.3s ease;
  885.    }
  886.  
  887.    .logo-img-v7:hover {
  888.        transform: scale(1.05);
  889.    }
  890.  
  891.    /* Search Bar Styles */
  892.    .search-container-v7 {
  893.        position: relative;
  894.        display: flex;
  895.        align-items: center;
  896.        background: transparent;
  897.        border: 2px solid var(--border-color);
  898.        border-radius: 8px;
  899.        overflow: hidden;
  900.        transition: all 0.3s ease;
  901.    }
  902.  
  903.    .search-container-v7:focus-within {
  904.        border-color: #007bff33;
  905.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  906.    }
  907.  
  908.    .search-input-v7 {
  909.        color: var(--topbar-color) !important;
  910.        flex: 1;
  911.        border: none;
  912.        padding: 12px 16px;
  913.        font-size: 14px;
  914.        outline: none;
  915.        background: transparent;
  916.    }
  917.  
  918.    .search-input-v7::placeholder {
  919.        color: #a0aec0;
  920.    }
  921.  
  922.    .search-btn-v7 {
  923.        background: var(--bs-primary);
  924.        color: white;
  925.        border: none;
  926.        padding: 12px 16px;
  927.        cursor: pointer;
  928.        transition: background 0.3s ease;
  929.    }
  930.  
  931.    .search-btn-v7:hover {
  932.        background: #3182ce;
  933.    }
  934.  
  935.    /* Header Actions */
  936.    .header-actions-v7 {
  937.        display: flex;
  938.        align-items: center;
  939.        gap: 15px;
  940.        justify-content: flex-end;
  941.    }
  942.  
  943.    .notification-btn-v7,
  944.    .profile-btn-v7 {
  945.        background: none;
  946.        border: none;
  947.        padding: 8px;
  948.        border-radius: 8px;
  949.        cursor: pointer;
  950.        transition: background 0.3s ease;
  951.        position: relative;
  952.    }
  953.  
  954.    .notification-btn-v7:hover,
  955.    .profile-btn-v7:hover {
  956.        background: #f1f5f9;
  957.    }
  958.  
  959.    .notification-badge-v7 {
  960.        position: absolute;
  961.        top: 2px;
  962.        right: 2px;
  963.        background: #e53e3e;
  964.        color: white;
  965.        font-size: 16px;
  966.        font-weight: 600;
  967.        width: 16px;
  968.        height: 16px;
  969.        border-radius: 50%;
  970.        display: flex;
  971.        align-items: center;
  972.        justify-content: center;
  973.    }
  974.  
  975.    .profile-avatar-v7 {
  976.        width: 32px;
  977.        height: 32px;
  978.        background: var(--border-color);
  979.        border-radius: 50%;
  980.        display: flex;
  981.        align-items: center;
  982.        justify-content: center;
  983.    }
  984.  
  985.    /* Main Navigation */
  986.    .main-nav-v7 {
  987.        background: var(--navbar-bg);
  988.    }
  989.  
  990.    .nav-wrapper-v7 {
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: center;
  994.        min-height: 60px;
  995.    }
  996.  
  997.    /* Sidebar Navigation */
  998.    .sidebar-nav-v7 {
  999.        position: fixed;
  1000.        top: 0;
  1001.        left: -350px;
  1002.        width: 350px;
  1003.        height: 100vh;
  1004.        background: var(--navbar-bg);
  1005.        z-index: 1000;
  1006.        transition: left 0.3s ease;
  1007.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1008.        overflow-y: auto;
  1009.    }
  1010.  
  1011.    .sidebar-nav-v7.show-v7 {
  1012.        left: 0;
  1013.    }
  1014.  
  1015.    .nav-header-v7 {
  1016.        display: flex;
  1017.        align-items: center;
  1018.        justify-content: space-between;
  1019.        padding: 20px 25px;
  1020.        border-bottom: 1px solid var(--border-color);
  1021.        background: var(--navbar-bg);
  1022.    }
  1023.  
  1024.    .nav-title-v7 {
  1025.        font-size: 16px;
  1026.        font-weight: 600;
  1027.        color: #2d3748;
  1028.        margin: 0;
  1029.    }
  1030.  
  1031.    .sidebar-close-v7 {
  1032.        background: none;
  1033.        border: none;
  1034.        padding: 8px;
  1035.        cursor: pointer;
  1036.        border-radius: 6px;
  1037.        transition: background 0.3s ease;
  1038.    }
  1039.  
  1040.    .sidebar-close-v7:hover {
  1041.        background: var(--border-color);
  1042.    }
  1043.  
  1044.    .sidebar-menu-v7 {
  1045.        list-style: none;
  1046.        padding: 20px 0;
  1047.        margin: 0;
  1048.    }
  1049.  
  1050.    .sidebar-item-v7 {
  1051.        margin-bottom: 5px;
  1052.    }
  1053.  
  1054.    .sidebar-link-v7 {
  1055.        display: flex;
  1056.        align-items: center;
  1057.        color: #4a5568;
  1058.        text-decoration: none;
  1059.        padding: 15px 25px;
  1060.        font-size: 15px;
  1061.        font-weight: 500;
  1062.        transition: all 0.3s ease;
  1063.        position: relative;
  1064.    }
  1065.  
  1066.    .sidebar-link-v7:hover,
  1067.    .sidebar-link-v7.active-v7 {
  1068.        color: #007bff;
  1069.        background: var(--border-color);
  1070.    }
  1071.  
  1072.    .sidebar-link-v7.active-v7::before {
  1073.        content: '';
  1074.        position: absolute;
  1075.        left: 0;
  1076.        top: 0;
  1077.        bottom: 0;
  1078.        width: 4px;
  1079.        background: #007bff;
  1080.    }
  1081.  
  1082.    .sidebar-icon-v7 {
  1083.        margin-right: 12px;
  1084.        color: currentColor;
  1085.    }
  1086.  
  1087.    .submenu-arrow-v7 {
  1088.        margin-left: auto;
  1089.        transition: transform 0.3s ease;
  1090.    }
  1091.  
  1092.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1093.        transform: rotate(180deg);
  1094.    }
  1095.  
  1096.    .sidebar-submenu-v7 {
  1097.        list-style: none;
  1098.        padding: 0;
  1099.        margin: 0;
  1100.        max-height: 0;
  1101.        overflow: hidden;
  1102.        transition: max-height 0.3s ease;
  1103.        background: var(--navbar-bg);
  1104.    }
  1105.  
  1106.    .sidebar-submenu-v7.show-v7 {
  1107.        max-height: 300px;
  1108.        padding: 10px 0;
  1109.    }
  1110.  
  1111.    .sidebar-sublink-v7 {
  1112.        display: block;
  1113.        color: #718096;
  1114.        text-decoration: none;
  1115.        padding: 10px 25px 10px 55px;
  1116.        font-size: 14px;
  1117.        transition: all 0.3s ease;
  1118.    }
  1119.  
  1120.    .sidebar-sublink-v7:hover {
  1121.        color: #007bff;
  1122.        background: var(--border-color);
  1123.    }
  1124.  
  1125.    /* Sidebar Footer */
  1126.    .sidebar-footer-v7 {
  1127.        padding: 25px;
  1128.        margin-top: auto;
  1129.        border-top: 1px solid var(--border-color);
  1130.    }
  1131.  
  1132.    .sidebar-cta-v7 {
  1133.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1134.        padding: 20px;
  1135.        border-radius: 12px;
  1136.        text-align: center;
  1137.        color: white;
  1138.    }
  1139.  
  1140.    .cta-title-v7 {
  1141.        font-size: 14px;
  1142.        font-weight: 600;
  1143.        margin: 0 0 5px 0;
  1144.    }
  1145.  
  1146.    .cta-text-v7 {
  1147.        font-size: 12px;
  1148.        margin: 0 0 15px 0;
  1149.        opacity: 0.9;
  1150.    }
  1151.  
  1152.    .cta-btn-v7 {
  1153.        background: rgba(255, 255, 255, 0.2);
  1154.        color: white;
  1155.        border: 1px solid rgba(255, 255, 255, 0.3);
  1156.        padding: 8px 20px;
  1157.        border-radius: 20px;
  1158.        font-size: 12px;
  1159.        font-weight: 500;
  1160.        cursor: pointer;
  1161.        transition: all 0.3s ease;
  1162.    }
  1163.  
  1164.    .cta-btn-v7:hover {
  1165.        background: rgba(255, 255, 255, 0.3);
  1166.    }
  1167.  
  1168.    /* Horizontal Navigation for Desktop */
  1169.    .horizontal-nav-v7 {
  1170.        flex: 1;
  1171.        display: flex;
  1172.        justify-content: center;
  1173.    }
  1174.  
  1175.    .horizontal-menu-v7 {
  1176.        list-style: none;
  1177.        padding: 0;
  1178.        margin: 0;
  1179.        display: flex;
  1180.        align-items: center;
  1181.    }
  1182.  
  1183.    .horizontal-item-v7 {
  1184.        position: relative;
  1185.        margin-right: 30px;
  1186.    }
  1187.  
  1188.    .horizontal-link-v7 {
  1189.        color: #4a5568;
  1190.        text-decoration: none;
  1191.        font-size: 16px;
  1192.        font-weight: 500;
  1193.        padding: 20px 0;
  1194.        position: relative;
  1195.        transition: color 0.3s ease;
  1196.    }
  1197.  
  1198.    .horizontal-link-v7::after {
  1199.        content: '';
  1200.        position: absolute;
  1201.        bottom: 0;
  1202.        left: 0;
  1203.        width: 0;
  1204.        height: 2px;
  1205.        background: #007bff;
  1206.        transition: width 0.3s ease;
  1207.    }
  1208.  
  1209.    .horizontal-link-v7:hover,
  1210.    .horizontal-link-v7.active-v7 {
  1211.        color: #007bff;
  1212.        font-weight: 600;
  1213.    }
  1214.  
  1215.    .horizontal-link-v7:hover::after,
  1216.    .horizontal-link-v7.active-v7::after {
  1217.        width: 100%;
  1218.    }
  1219.  
  1220.    /* Horizontal Dropdown */
  1221.    .horizontal-dropdown-v7 {
  1222.        position: absolute;
  1223.        top: 100%;
  1224.        left: 0;
  1225.        background: var(--navbar-bg);
  1226.        min-width: 200px;
  1227.        border-radius: 8px;
  1228.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1229.        opacity: 0;
  1230.        visibility: hidden;
  1231.        transform: translateY(-10px);
  1232.        transition: all 0.3s ease;
  1233.        padding: 10px 0;
  1234.        z-index: 100;
  1235.    }
  1236.  
  1237.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1238.        opacity: 1;
  1239.        visibility: visible;
  1240.        transform: translateY(0);
  1241.    }
  1242.  
  1243.    .dropdown-item-v7 {
  1244.        display: block;
  1245.        color: #4a5568;
  1246.        text-decoration: none;
  1247.        padding: 12px 20px;
  1248.        font-size: 14px;
  1249.        transition: all 0.3s ease;
  1250.    }
  1251.  
  1252.    .dropdown-item-v7:hover {
  1253.        color: #007bff;
  1254.        background: #565758ff;
  1255.    }
  1256.  
  1257.    /* Mobile Menu Button */
  1258.    .mobile-menu-btn-v7 {
  1259.        background: none;
  1260.        border: 1px solid var(--border-color);
  1261.        padding: 10px 15px;
  1262.        border-radius: 8px;
  1263.        cursor: pointer;
  1264.        display: flex;
  1265.        align-items: center;
  1266.        gap: 8px;
  1267.        font-size: 14px;
  1268.        font-weight: 500;
  1269.        color: #4a5568;
  1270.        transition: all 0.3s ease;
  1271.        margin: 0 auto;
  1272.    }
  1273.  
  1274.    .mobile-menu-btn-v7:hover {
  1275.        border-color: #cbd5e0;
  1276.        opacity: 0.7;
  1277.    }
  1278.  
  1279.    /* Sidebar Overlay */
  1280.    .sidebar-overlay-v7 {
  1281.        position: fixed;
  1282.        top: 0;
  1283.        left: 0;
  1284.        right: 0;
  1285.        bottom: 0;
  1286.        background: rgba(0, 0, 0, 0.5);
  1287.        z-index: 999;
  1288.        opacity: 0;
  1289.        visibility: hidden;
  1290.        transition: all 0.3s ease;
  1291.    }
  1292.  
  1293.    .sidebar-overlay-v7.show-v7 {
  1294.        opacity: 1;
  1295.        visibility: visible;
  1296.    }
  1297.  
  1298.    /* Responsive Design */
  1299.    @media (max-width: 991px) {
  1300.        .top-bar-v7 .col-lg-6 {
  1301.            order: 3;
  1302.            margin-top: 15px;
  1303.        }
  1304.  
  1305.        .header-actions-v7 {
  1306.            justify-content: flex-start;
  1307.        }
  1308.    }
  1309.  
  1310.    @media (max-width: 768px) {
  1311.        .sidebar-nav-v7 {
  1312.            width: 300px;
  1313.            left: -300px;
  1314.        }
  1315.  
  1316.        .search-container-v7 {
  1317.            margin-top: 10px;
  1318.        }
  1319.    }
  1320. </style>
  1321.  
  1322. <script>
  1323.    function openSidebarV7() {
  1324.        const sidebar = document.getElementById('sidebarNavV7');
  1325.        const overlay = document.getElementById('sidebarOverlayV7');
  1326.  
  1327.        sidebar.classList.add('show-v7');
  1328.        overlay.classList.add('show-v7');
  1329.        document.body.style.overflow = 'hidden';
  1330.    }
  1331.  
  1332.    function closeSidebarV7() {
  1333.        const sidebar = document.getElementById('sidebarNavV7');
  1334.        const overlay = document.getElementById('sidebarOverlayV7');
  1335.  
  1336.        sidebar.classList.remove('show-v7');
  1337.        overlay.classList.remove('show-v7');
  1338.        document.body.style.overflow = '';
  1339.    }
  1340.  
  1341.    function toggleSubmenuV7(submenuId) {
  1342.        const submenu = document.getElementById(submenuId);
  1343.        const parentItem = submenu.closest('.sidebar-item-v7');
  1344.  
  1345.        // Close other open submenus
  1346.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1347.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1348.  
  1349.        allSubmenus.forEach(menu => {
  1350.            if (menu.id !== submenuId) {
  1351.                menu.classList.remove('show-v7');
  1352.            }
  1353.        });
  1354.  
  1355.        allParentItems.forEach(item => {
  1356.            if (item !== parentItem) {
  1357.                item.classList.remove('open-v7');
  1358.            }
  1359.        });
  1360.  
  1361.        // Toggle current submenu
  1362.        submenu.classList.toggle('show-v7');
  1363.        parentItem.classList.toggle('open-v7');
  1364.    }
  1365.  
  1366.    // Close sidebar when clicking outside
  1367.    document.addEventListener('click', function (event) {
  1368.        const sidebar = document.getElementById('sidebarNavV7');
  1369.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1370.  
  1371.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1372.            closeSidebarV7();
  1373.        }
  1374.    });
  1375.  
  1376.    // Handle window resize
  1377.    window.addEventListener('resize', function () {
  1378.        if (window.innerWidth >= 992) {
  1379.            closeSidebarV7();
  1380.        }
  1381.    });
  1382. </script>
  1383.  
  1384. <script>
  1385.  document.addEventListener("DOMContentLoaded", function () {
  1386.    console.log("loaded");
  1387.  
  1388.     const searchInput = document.getElementById("search-input")
  1389.    const searchResults = document.getElementById("search-results");
  1390.  
  1391.    if (!searchInput || !searchResults) {
  1392.      console.error("Search input/results not found");
  1393.      return;
  1394.    }
  1395.  
  1396.    // Prevent form submission
  1397.    if (searchInput.form) {
  1398.      searchInput.form.addEventListener("submit", function (e) {
  1399.        e.preventDefault();
  1400.      });
  1401.    }
  1402.  
  1403.    // Add event listener for keyup
  1404.    searchInput.addEventListener("keyup", function (e) {
  1405.      console.log("Key pressed:", e.key);
  1406.      e.preventDefault();
  1407.  
  1408.      const query = searchInput.value.trim();
  1409.      console.log("User is typing: " + query);
  1410.  
  1411.      // If empty → clear and hide
  1412.      if (query === "") {
  1413.        searchResults.innerHTML = "";
  1414.        searchResults.style.display = "none";
  1415.        return;
  1416.      }
  1417.  
  1418.      // Show results
  1419.      searchResults.style.display = "block";
  1420.  
  1421.      // Fetch search results
  1422.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1423.        method: "GET",
  1424.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1425.      })
  1426.        .then(response => {
  1427.          console.log("Response Status:", response.status);
  1428.          return response.json();
  1429.        })
  1430.        .then(data => {
  1431.          console.log("Data received:", data);
  1432.          if (data.html) {
  1433.            searchResults.innerHTML = data.html;
  1434.          } else {
  1435.            searchResults.innerHTML = "<p>No results found.</p>";
  1436.          }
  1437.        })
  1438.        .catch(error => {
  1439.          console.error("Error fetching search results:", error);
  1440.        });
  1441.    });
  1442.  
  1443.    // Close results when clicking outside
  1444.    document.addEventListener("click", function (e) {
  1445.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1446.        searchResults.style.display = "none";
  1447.      }
  1448.    });
  1449.  
  1450.    // Close results on ESC key
  1451.    document.addEventListener("keydown", function (e) {
  1452.      if (e.key === "Escape") {
  1453.        searchResults.style.display = "none";
  1454.      }
  1455.    });
  1456.  });
  1457. </script>
  1458.  
  1459. <style>
  1460.        /* search field */
  1461.  .search-results-container {
  1462.  position: absolute;
  1463.  top: 100%; /* Position it below the input field */
  1464.  left: 10px;
  1465.  right: 10px;
  1466.  background-color: white;
  1467.  border: 1px solid #ddd;
  1468.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1469.  max-height: 300px;
  1470.  overflow-y: auto;
  1471.  z-index: 1000;
  1472.  display: none; /* Initially hidden */
  1473. }
  1474.  
  1475. .search-results-container p {
  1476.  margin: 0;
  1477. }
  1478.  
  1479. .search-results-container .result-item {
  1480.  padding: 10px;
  1481.  cursor: pointer;
  1482. }
  1483.  
  1484. .search-results-container .result-item:hover {
  1485.  background-color: #f0f0f0;
  1486. }
  1487. </style>
  1488.  
  1489.        </header>
  1490.        <!-- end of header -->
  1491.        <!-- start of wpo-blog-hero -->
  1492.        
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500. <div class="blog-hero-v5">
  1501.  <div class="container-fluid fluid-container">
  1502.    <!-- Hero Header -->
  1503.  
  1504.    <!-- Main Content Grid -->
  1505.    <div class="row g-4">
  1506.      <!-- Large Featured Post - Left Side -->
  1507.      <div class="col-lg-6 col-md-12">
  1508.        
  1509.        
  1510.          
  1511.        <div class="large-featured-card">
  1512.          <div class="card-image-wrapper">
  1513.            
  1514.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1515.            
  1516.            <div class="image-overlay">
  1517.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1518.            </div>
  1519.          </div>
  1520.          <div class="card-content">
  1521.            <h2 class="card-title"><a class="top-color" href="/jamaican-icon-jimmy-cliff-music-superstar-and-cultural-figure-passes-away-at-81-years-of-age/">
  1522.                                        Jamaican Icon Jimmy Cliff, Music Superstar and Cultural Figure, Passes Away at 81 Years of Age
  1523.                                    </a></h2>
  1524.            <p class="card-description"></p>
  1525.            <div class="card-footer">
  1526.              <div class="author-section">
  1527.                <div class="author-avatar">
  1528.                  
  1529.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen" class="author-img">
  1530.                    
  1531.                </div>
  1532.                <div class="author-details">
  1533.                  <span class="author-name">Patricia Nielsen</span>
  1534.                  <span class="publish-date">20 May 2026</span>
  1535.                </div>
  1536.              </div>
  1537.              <div class="read-time">
  1538.                <!-- <span>9 min read</span> -->
  1539.              </div>
  1540.            </div>
  1541.          </div>
  1542.        </div>
  1543.  
  1544.        
  1545.      </div>
  1546.      
  1547.  
  1548.      <!-- Right Side - Grid of Posts -->
  1549.      <div class="col-lg-6 col-md-12">
  1550.        <div class="row h-100">
  1551.          
  1552.          
  1553.            
  1554.          <!-- Medium Featured Post -->
  1555.          <div class="col-12 mb-3">
  1556.            <div class="medium-featured-card h-100">
  1557.              <div class="row g-0 h-100">
  1558.                <div class="col-md-6">
  1559.                  <div class="medium-image-wrapper">
  1560.                    
  1561.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1562.                      
  1563.                    <div class="medium-overlay">
  1564.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1565.                    </div>
  1566.                  </div>
  1567.                </div>
  1568.                <div class="col-md-6">
  1569.                  <div class="medium-content">
  1570.                    <h3 class="medium-title"><a class="top-color" href="/blasts-hit-kyiv-claiming-a-military-members-life-and-injuring-four-in-militant-attack/">
  1571.                                        Blasts Hit Kyiv, Claiming a Military Member&#x27;s Life and Injuring Four in Militant Attack
  1572.                                    </a></h3>
  1573.                    <p class="medium-excerpt"></p>
  1574.                    <div class="medium-meta">
  1575.                      <span class="author">By Patricia Nielsen</span>
  1576.                      <span class="date">20 May 2026</span>
  1577.                    </div>
  1578.                  </div>
  1579.                </div>
  1580.              </div>
  1581.            </div>
  1582.          </div>
  1583.  
  1584.          
  1585.          
  1586.  
  1587.          
  1588.            <!-- Small Cards Row -->
  1589.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1590.              <div class="small-card h-100">
  1591.                <div class="small-image-wrapper">
  1592.                    
  1593.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1594.                            style="object-fit: cover;" alt="">
  1595.                    
  1596.                  <span class="small-category bg-primary-gradient">News</span>
  1597.                </div>
  1598.                <div class="small-content">
  1599.                  <h4 class="small-title"> <a class="top-color" href="/unwavering-address-defends-narcotics-vessel-operations-during-examination/" >
  1600.                                        Unwavering Address Defends Narcotics Vessel Operations During Examination
  1601.                                    </a></h4>
  1602.                  <p class="medium-excerpt"></p>
  1603.                  <div class="small-meta">
  1604.                    <span>By Patricia Nielsen</span>
  1605.                    <span>20 May 2026</span>
  1606.                  </div>
  1607.                </div>
  1608.              </div>
  1609.            </div>
  1610.            
  1611.            <!-- Small Cards Row -->
  1612.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1613.              <div class="small-card h-100">
  1614.                <div class="small-image-wrapper">
  1615.                    
  1616.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1617.                            style="object-fit: cover;" alt="">
  1618.                    
  1619.                  <span class="small-category bg-primary-gradient">News</span>
  1620.                </div>
  1621.                <div class="small-content">
  1622.                  <h4 class="small-title"> <a class="top-color" href="/jail-recorded-conversation-tapes-prompt-doubts-regarding-former-abercrombie-ceos-fitness-for-legal-case/" >
  1623.                                        Jail Recorded Conversation Tapes Prompt Doubts Regarding Former Abercrombie CEO&#x27;s Fitness for Legal Case
  1624.                                    </a></h4>
  1625.                  <p class="medium-excerpt"></p>
  1626.                  <div class="small-meta">
  1627.                    <span>By Patricia Nielsen</span>
  1628.                    <span>20 May 2026</span>
  1629.                  </div>
  1630.                </div>
  1631.              </div>
  1632.            </div>
  1633.            
  1634.  
  1635.        </div>
  1636.      </div>
  1637.    </div>
  1638.  </div>
  1639. </div>
  1640.  
  1641. <style>
  1642.  /* Blog Hero V5 - Clean Card Grid Design */
  1643.  :root {
  1644.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1645.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1646.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1647.  
  1648.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1649.  }
  1650.  
  1651.  .blog-hero-v5 {
  1652.    padding: 4rem 0;
  1653.  }
  1654.  
  1655.  /* Hero Header */
  1656.  .hero-header {
  1657.    margin-bottom: 2rem;
  1658.  }
  1659.  
  1660.  .hero-title {
  1661.    font-size: 3.5rem;
  1662.    font-weight: 800;
  1663.    color: var(--text-dark);
  1664.    margin-bottom: 1rem;
  1665.    letter-spacing: -0.025em;
  1666.    line-height: 1.1;
  1667.  }
  1668.  
  1669.  .hero-subtitle {
  1670.    font-size: 1.25rem;
  1671.    color: var(--text-light);
  1672.    font-weight: 400;
  1673.    max-width: 600px;
  1674.    margin: 0 auto;
  1675.  }
  1676.  
  1677.  /* Large Featured Card */
  1678.  .large-featured-card {
  1679.    background: var(--card-bg);
  1680.    border-radius: var(--border-radius);
  1681.    box-shadow: var(--shadow-medium);
  1682.    overflow: hidden;
  1683.    height: 100%;
  1684.    transition: var(--transition);
  1685.    border: 1px solid var(--border-color);
  1686.  }
  1687.  
  1688.  .large-featured-card:hover {
  1689.    transform: translateY(-8px);
  1690.    box-shadow: var(--shadow-heavy);
  1691.  }
  1692.  
  1693.  .card-image-wrapper {
  1694.    position: relative;
  1695.    height: 280px;
  1696.    overflow: hidden;
  1697.  }
  1698.  
  1699.  .card-image {
  1700.    width: 100%;
  1701.    height: 100%;
  1702.    object-fit: cover;
  1703.    transition: var(--transition);
  1704.  }
  1705.  
  1706.  .large-featured-card:hover .card-image {
  1707.    transform: scale(1.05);
  1708.  }
  1709.  
  1710.  .image-overlay {
  1711.    position: absolute;
  1712.    top: 1.5rem;
  1713.    left: 1.5rem;
  1714.  }
  1715.  
  1716.  .card-content {
  1717.    padding: 2rem;
  1718.  }
  1719.  
  1720.  .card-title {
  1721.    font-size: 1.75rem;
  1722.    font-weight: 700;
  1723.    color: var(--text-dark);
  1724.    margin-bottom: 1rem;
  1725.    line-height: 1.3;
  1726.  }
  1727.  
  1728.  .card-description {
  1729.    color: var(--text-light);
  1730.    font-size: 1rem;
  1731.    line-height: 1.6;
  1732.    margin-bottom: 2rem;
  1733.  }
  1734.  
  1735.  .card-footer {
  1736.    display: flex;
  1737.    align-items: center;
  1738.    justify-content: space-between;
  1739.  }
  1740.  
  1741.  .author-section {
  1742.    display: flex;
  1743.    align-items: center;
  1744.    gap: 1rem;
  1745.  }
  1746.  
  1747.  .author-avatar {
  1748.    width: 48px;
  1749.    height: 48px;
  1750.    border-radius: 50%;
  1751.    overflow: hidden;
  1752.    border: 2px solid var(--border-color);
  1753.  }
  1754.  
  1755.  .author-avatar img {
  1756.    width: 100%;
  1757.    height: 100%;
  1758.    object-fit: cover;
  1759.  }
  1760.  
  1761.  .author-details {
  1762.    display: flex;
  1763.    flex-direction: column;
  1764.  }
  1765.  
  1766.  .author-name {
  1767.    font-weight: 600;
  1768.    color: var(--text-dark);
  1769.    font-size: 0.95rem;
  1770.  }
  1771.  
  1772.  .publish-date {
  1773.    color: var(--text-light);
  1774.    font-size: 0.875rem;
  1775.  }
  1776.  
  1777.  .read-time {
  1778.    background: var(--card-bg);
  1779.    padding: 0.5rem 1rem;
  1780.    border-radius: 20px;
  1781.    font-size: 0.875rem;
  1782.    color: var(--text-light);
  1783.    font-weight: 500;
  1784.  }
  1785.  
  1786.  /* Category Pills */
  1787.  .category-pill {
  1788.    display: inline-block;
  1789.    padding: 0.5rem 1rem;
  1790.    font-size: 0.75rem;
  1791.    font-weight: 600;
  1792.    text-transform: uppercase;
  1793.    letter-spacing: 0.05em;
  1794.    border-radius: 20px;
  1795.    color: white;
  1796.  }
  1797.  
  1798.  
  1799.  /* Medium Featured Card */
  1800.  .medium-featured-card {
  1801.    background: var(--card-bg);
  1802.    border-radius: var(--border-radius);
  1803.    box-shadow: var(--shadow-light);
  1804.    overflow: hidden;
  1805.    height: 220px;
  1806.    transition: var(--transition);
  1807.    border: 1px solid var(--border-color);
  1808.  }
  1809.  
  1810.  .medium-featured-card:hover {
  1811.    transform: translateY(-4px);
  1812.    box-shadow: var(--shadow-medium);
  1813.  }
  1814.  
  1815.  .medium-image-wrapper {
  1816.    position: relative;
  1817.    height: 100%;
  1818.    overflow: hidden;
  1819.  }
  1820.  
  1821.  .medium-image-wrapper img {
  1822.    width: 100%;
  1823.    height: 100%;
  1824.    object-fit: cover;
  1825.    transition: var(--transition);
  1826.  }
  1827.  
  1828.  .medium-featured-card:hover .medium-image-wrapper img {
  1829.    transform: scale(1.05);
  1830.  }
  1831.  
  1832.  .medium-overlay {
  1833.    position: absolute;
  1834.    top: 1rem;
  1835.    left: 1rem;
  1836.  }
  1837.  
  1838.  .medium-content {
  1839.    padding: 1.5rem;
  1840.    display: flex;
  1841.    flex-direction: column;
  1842.    justify-content: space-between;
  1843.    height: 100%;
  1844.  }
  1845.  
  1846.  .medium-title {
  1847.    font-size: 1.25rem;
  1848.    font-weight: 600;
  1849.    color: var(--text-dark);
  1850.    margin-bottom: 0.75rem;
  1851.    line-height: 1.3;
  1852.  }
  1853.  
  1854.  .medium-excerpt {
  1855.    color: var(--text-light);
  1856.    font-size: 0.9rem;
  1857.    line-height: 1.5;
  1858.    margin-bottom: 1rem;
  1859.    flex-grow: 1;
  1860.  }
  1861.  
  1862.  .medium-meta {
  1863.    display: flex;
  1864.    flex-direction: column;
  1865.    gap: 0.25rem;
  1866.    font-size: 0.8rem;
  1867.  }
  1868.  
  1869.  /* Small Cards */
  1870.  .small-card {
  1871.    background: var(--card-bg);
  1872.    border-radius: var(--border-radius);
  1873.    box-shadow: var(--shadow-light);
  1874.    overflow: hidden;
  1875.    transition: var(--transition);
  1876.    border: 1px solid var(--border-color);
  1877.    display: flex;
  1878.    flex-direction: column;
  1879.  }
  1880.  
  1881.  .small-card:hover {
  1882.    transform: translateY(-4px);
  1883.    box-shadow: var(--shadow-medium);
  1884.  }
  1885.  
  1886.  .small-image-wrapper {
  1887.    position: relative;
  1888.    height: 140px;
  1889.    overflow: hidden;
  1890.    flex-shrink: 0;
  1891.  }
  1892.  
  1893.  .small-image-wrapper img {
  1894.    width: 100%;
  1895.    height: 100%;
  1896.    object-fit: cover;
  1897.    transition: var(--transition);
  1898.  }
  1899.  
  1900.  .small-card:hover .small-image-wrapper img {
  1901.    transform: scale(1.05);
  1902.  }
  1903.  
  1904.  .small-category {
  1905.    position: absolute;
  1906.    top: 0.75rem;
  1907.    left: 0.75rem;
  1908.    padding: 0.25rem 0.75rem;
  1909.    font-size: 0.7rem;
  1910.    font-weight: 600;
  1911.    text-transform: uppercase;
  1912.    border-radius: 12px;
  1913.    color: white;
  1914.  }
  1915.  
  1916.  
  1917.  .small-content {
  1918.    padding: 1rem;
  1919.    flex-grow: 1;
  1920.    display: flex;
  1921.    flex-direction: column;
  1922.    justify-content: space-between;
  1923.  }
  1924.  
  1925.  .small-title {
  1926.    font-size: 1rem;
  1927.    font-weight: 600;
  1928.    color: var(--text-dark);
  1929.    margin-bottom: 0.75rem;
  1930.    line-height: 1.3;
  1931.  }
  1932.  
  1933.  .small-meta {
  1934.    display: flex;
  1935.    justify-content: space-between;
  1936.    font-size: 0.75rem;
  1937.    color: var(--text-light);
  1938.  }
  1939.  
  1940.  /* Stats Section - Removed */
  1941.  
  1942.  /* Responsive Design */
  1943.  @media (max-width: 992px) {
  1944.    .hero-title {
  1945.      font-size: 2.5rem;
  1946.    }
  1947.  
  1948.    .card-content {
  1949.      padding: 1.5rem;
  1950.    }
  1951.  
  1952.    .card-title {
  1953.      font-size: 1.5rem;
  1954.    }
  1955.  
  1956.    .medium-featured-card {
  1957.      height: auto;
  1958.    }
  1959.  
  1960.    .medium-content {
  1961.      height: auto;
  1962.    }
  1963.  }
  1964.  
  1965.  @media (max-width: 768px) {
  1966.    .blog-hero-v5 {
  1967.      padding: 2rem 0;
  1968.    }
  1969.  
  1970.    .hero-title {
  1971.      font-size: 2rem;
  1972.    }
  1973.  
  1974.    .hero-subtitle {
  1975.      font-size: 1rem;
  1976.    }
  1977.  
  1978.    .card-image-wrapper {
  1979.      height: 200px;
  1980.    }
  1981.  
  1982.    .medium-featured-card {
  1983.      height: auto;
  1984.    }
  1985.  
  1986.    .medium-image-wrapper {
  1987.      height: 150px;
  1988.    }
  1989.  
  1990.    .small-image-wrapper {
  1991.      height: 120px;
  1992.    }
  1993.  }
  1994.  
  1995.  @media (max-width: 576px) {
  1996.    .card-footer {
  1997.      flex-direction: column;
  1998.      align-items: flex-start;
  1999.      gap: 1rem;
  2000.    }
  2001.  
  2002.    .stat-number {
  2003.      font-size: 1.5rem;
  2004.    }
  2005.  }
  2006. </style>
  2007.  
  2008.  
  2009.  
  2010.  
  2011.  
  2012.        <!-- end of wpo-blog-hero -->
  2013.  
  2014.        <!-- start of wpo-breacking-news -->
  2015.        
  2016.        <!-- end of wpo-breacking-news -->
  2017.        
  2018.        <!-- start wpo-blog-highlights-section -->
  2019.        
  2020.  
  2021.  
  2022.  
  2023.    
  2024.  
  2025.  
  2026.  
  2027. <style>
  2028.    /* General Section Styling */
  2029.    .blog-highlights-v10 {
  2030.        padding: 20px 0;  /* Adjusted padding for distinction */
  2031.        position: relative;
  2032.    }
  2033.  
  2034.    /* Section Header */
  2035.    .section-header-v10 {
  2036.        text-align: left;  /* Left-aligned for uniqueness */
  2037.        margin-bottom: 50px;
  2038.        padding-left: 15px;
  2039.    }
  2040.  
  2041.    .section-title-v10 {
  2042.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  2043.        font-weight: 800;
  2044.        color: #1a1a1a;
  2045.        margin-bottom: 15px;
  2046.        text-transform: none;  /* No uppercase for modern look */
  2047.    }
  2048.  
  2049.    .section-subtitle-v10 {
  2050.        font-size: 1.05rem;
  2051.        color: #555;
  2052.        max-width: 650px;
  2053.        line-height: 1.6;
  2054.    }
  2055.  
  2056.  
  2057.    /* Blog Card */
  2058.    .blog-card-v10 {
  2059.        background: var(--card-bg);
  2060.        border-radius: 10px;  /* Softer corners */
  2061.        margin-bottom: 35px;
  2062.        overflow: hidden;
  2063.        opacity: 0;  /* Initially hidden for animation */
  2064.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  2065.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  2066.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  2067.    }
  2068.  
  2069.    .blog-card-v10.visible {
  2070.        opacity: 1;
  2071.        transform: rotate(0deg);  /* Straighten on appearance */
  2072.    }
  2073.  
  2074.    @keyframes fadeRotateIn {
  2075.        from {
  2076.            opacity: 0;
  2077.            transform: rotate(1.5deg);
  2078.        }
  2079.        to {
  2080.            opacity: 1;
  2081.            transform: rotate(0deg);
  2082.        }
  2083.    }
  2084.  
  2085.    .blog-card-v10:hover {
  2086.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2087.    }
  2088.  
  2089.    /* Blog Image */
  2090.    .blog-image-container-v10 {
  2091.        width: 100%;
  2092.        height: 240px;  /* Unique height for v10 */
  2093.        overflow: hidden;
  2094.        position: relative;
  2095.    }
  2096.  
  2097.    .blog-image-v10 img {
  2098.        width: 100%;
  2099.        height: 100%;
  2100.        object-fit: cover;
  2101.    }
  2102.  
  2103.    /* Blog Content */
  2104.    .blog-content-v10 {
  2105.        padding: 20px 22px;  /* Adjusted padding */
  2106.        text-align: left;
  2107.    }
  2108.  
  2109.    .blog-title-v10 {
  2110.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2111.        font-weight: 700;
  2112.        margin-bottom: 12px;
  2113.        color: #1a1a1a;
  2114.    }
  2115.  
  2116.    .blog-meta-v10 {
  2117.        font-size: 0.85rem;
  2118.        color: #777;
  2119.        margin-bottom: 12px;
  2120.        font-style: italic;  /* Italic for distinction */
  2121.    }
  2122.  
  2123.    .blog-excerpt-v10 {
  2124.        font-size: 0.95rem;
  2125.        color: #555;
  2126.        margin-bottom: 15px;
  2127.        line-height: 1.6;
  2128.    }
  2129.  
  2130.    .blog-actions-v10 {
  2131.        display: inline-block;
  2132.    }
  2133.  
  2134.    .blog-read-more-v10 {
  2135.        font-size: 0.95rem;
  2136.        color: #e74c3c;  /* Red accent for uniqueness */
  2137.        text-decoration: none;
  2138.        font-weight: 600;
  2139.        transition: color 0.3s ease;
  2140.    }
  2141.  
  2142.    .blog-read-more-v10:hover {
  2143.        color: #c0392b;  /* Darker red on hover */
  2144.    }
  2145.    /* Responsive Design */
  2146.    @media (max-width: 768px) {
  2147.        .section-title-v10 {
  2148.            font-size: 2.4rem;
  2149.        }
  2150.  
  2151.        .section-header-v10 {
  2152.            padding-left: 10px;
  2153.        }
  2154.        
  2155.        .blog-card-v10 {
  2156.            margin-bottom: 20px;
  2157.        }
  2158.  
  2159.        .blog-meta-v10 {
  2160.            font-size: 0.75rem;
  2161.        }
  2162.  
  2163.        .blog-image-container-v10 {
  2164.            height: 170px;  /* Adjusted for mobile */
  2165.        }
  2166.  
  2167.        .sidebar-v10 {
  2168.            padding: 15px;
  2169.        }
  2170.    }
  2171. </style>
  2172.  
  2173. <section class="blog-highlights-v10">
  2174.    <div class="container-fluid fluid-container">
  2175.        <!-- Section Header -->
  2176.        <div class="row">
  2177.            <div class="col-12 col-lg-10">  
  2178.                <div class="section-header-v10">
  2179.                    <h2 class="section-title-v10">
  2180.                Today's Top Highlights
  2181.                   </h2>
  2182.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2183.                </div>
  2184.            </div>
  2185.        </div>
  2186.        
  2187.        <!-- Blog Grid and Sidebar -->
  2188.        <div class="row">
  2189.            <div class="col-lg-8">
  2190.                <div class="row">
  2191.                    
  2192.                    <div class="col-md-6 col-sm-12">  
  2193.                        <article class="blog-card-v10">
  2194.                            <div class="blog-image-container-v10">
  2195.                                <div class="blog-image-v10 h-100">
  2196.                                    
  2197.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2198.                                    
  2199.                                </div>
  2200.                            </div>
  2201.                            <div class="blog-content-v10">
  2202.                                <h3 class="blog-title-v10">
  2203.                                     <a class="top-color" href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-hundreds-of-thousands-of-frogs-invaded/" >
  2204.                                    Galápagos Had No Indigenous Amphibians. Then Hundreds of Thousands of Frogs Invaded
  2205.                                    </a>
  2206.                                </h3>
  2207.                                <div class="blog-meta-v10">
  2208.                                    <span>By Patricia Nielsen • 20 May 2026</span>
  2209.                                </div>
  2210.                                <p class="blog-excerpt-v10">
  2211.                                    
  2212.                                </p>
  2213.                                <div class="blog-actions-v10">
  2214.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-hundreds-of-thousands-of-frogs-invaded/" class="blog-read-more-v10">Read More</a>
  2215.                                </div>
  2216.                            </div>
  2217.                        </article>
  2218.                    </div>
  2219.                    
  2220.                    <div class="col-md-6 col-sm-12">  
  2221.                        <article class="blog-card-v10">
  2222.                            <div class="blog-image-container-v10">
  2223.                                <div class="blog-image-v10 h-100">
  2224.                                    
  2225.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2226.                                    
  2227.                                </div>
  2228.                            </div>
  2229.                            <div class="blog-content-v10">
  2230.                                <h3 class="blog-title-v10">
  2231.                                     <a class="top-color" href="/sitting-with-sir-alex-and-being-knocked-out-the-lenswomans-stories/" >
  2232.                                    Sitting with Sir Alex and Being &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Stories
  2233.                                    </a>
  2234.                                </h3>
  2235.                                <div class="blog-meta-v10">
  2236.                                    <span>By Patricia Nielsen • 20 May 2026</span>
  2237.                                </div>
  2238.                                <p class="blog-excerpt-v10">
  2239.                                    
  2240.                                </p>
  2241.                                <div class="blog-actions-v10">
  2242.                                    <a href="/sitting-with-sir-alex-and-being-knocked-out-the-lenswomans-stories/" class="blog-read-more-v10">Read More</a>
  2243.                                </div>
  2244.                            </div>
  2245.                        </article>
  2246.                    </div>
  2247.                    
  2248.                    <div class="col-md-6 col-sm-12">  
  2249.                        <article class="blog-card-v10">
  2250.                            <div class="blog-image-container-v10">
  2251.                                <div class="blog-image-v10 h-100">
  2252.                                    
  2253.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2254.                                    
  2255.                                </div>
  2256.                            </div>
  2257.                            <div class="blog-content-v10">
  2258.                                <h3 class="blog-title-v10">
  2259.                                     <a class="top-color" href="/californias-governor-again-denies-parole-for-manson-follower-longtime-inmate/" >
  2260.                                    California&#x27;s Governor Again Denies Parole for Manson Follower Longtime Inmate
  2261.                                    </a>
  2262.                                </h3>
  2263.                                <div class="blog-meta-v10">
  2264.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2265.                                </div>
  2266.                                <p class="blog-excerpt-v10">
  2267.                                    
  2268.                                </p>
  2269.                                <div class="blog-actions-v10">
  2270.                                    <a href="/californias-governor-again-denies-parole-for-manson-follower-longtime-inmate/" class="blog-read-more-v10">Read More</a>
  2271.                                </div>
  2272.                            </div>
  2273.                        </article>
  2274.                    </div>
  2275.                    
  2276.                    <div class="col-md-6 col-sm-12">  
  2277.                        <article class="blog-card-v10">
  2278.                            <div class="blog-image-container-v10">
  2279.                                <div class="blog-image-v10 h-100">
  2280.                                    
  2281.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2282.                                    
  2283.                                </div>
  2284.                            </div>
  2285.                            <div class="blog-content-v10">
  2286.                                <h3 class="blog-title-v10">
  2287.                                     <a class="top-color" href="/person-of-interest-in-ivy-league-campus-shooting-located-dead-inside-self-storage-unit/" >
  2288.                                    Person of Interest in Ivy League Campus Shooting Located Dead Inside Self-Storage Unit.
  2289.                                    </a>
  2290.                                </h3>
  2291.                                <div class="blog-meta-v10">
  2292.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2293.                                </div>
  2294.                                <p class="blog-excerpt-v10">
  2295.                                    
  2296.                                </p>
  2297.                                <div class="blog-actions-v10">
  2298.                                    <a href="/person-of-interest-in-ivy-league-campus-shooting-located-dead-inside-self-storage-unit/" class="blog-read-more-v10">Read More</a>
  2299.                                </div>
  2300.                            </div>
  2301.                        </article>
  2302.                    </div>
  2303.                    
  2304.                    <div class="col-md-6 col-sm-12">  
  2305.                        <article class="blog-card-v10">
  2306.                            <div class="blog-image-container-v10">
  2307.                                <div class="blog-image-v10 h-100">
  2308.                                    
  2309.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2310.                                    
  2311.                                </div>
  2312.                            </div>
  2313.                            <div class="blog-content-v10">
  2314.                                <h3 class="blog-title-v10">
  2315.                                     <a class="top-color" href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-your-fungi/" >
  2316.                                    Washing Mushrooms: The Great Debate: How to Properly Prepare Your Fungi
  2317.                                    </a>
  2318.                                </h3>
  2319.                                <div class="blog-meta-v10">
  2320.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2321.                                </div>
  2322.                                <p class="blog-excerpt-v10">
  2323.                                    
  2324.                                </p>
  2325.                                <div class="blog-actions-v10">
  2326.                                    <a href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-your-fungi/" class="blog-read-more-v10">Read More</a>
  2327.                                </div>
  2328.                            </div>
  2329.                        </article>
  2330.                    </div>
  2331.                    
  2332.                    <div class="col-md-6 col-sm-12">  
  2333.                        <article class="blog-card-v10">
  2334.                            <div class="blog-image-container-v10">
  2335.                                <div class="blog-image-v10 h-100">
  2336.                                    
  2337.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2338.                                    
  2339.                                </div>
  2340.                            </div>
  2341.                            <div class="blog-content-v10">
  2342.                                <h3 class="blog-title-v10">
  2343.                                     <a class="top-color" href="/body-of-competitive-swimmer-apparently-attacked-by-predator-found-on-pacific-beach/" >
  2344.                                    Body of Competitive Swimmer Apparently Attacked by Predator Found on Pacific Beach
  2345.                                    </a>
  2346.                                </h3>
  2347.                                <div class="blog-meta-v10">
  2348.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2349.                                </div>
  2350.                                <p class="blog-excerpt-v10">
  2351.                                    
  2352.                                </p>
  2353.                                <div class="blog-actions-v10">
  2354.                                    <a href="/body-of-competitive-swimmer-apparently-attacked-by-predator-found-on-pacific-beach/" class="blog-read-more-v10">Read More</a>
  2355.                                </div>
  2356.                            </div>
  2357.                        </article>
  2358.                    </div>
  2359.                    
  2360.                    <div class="col-md-6 col-sm-12">  
  2361.                        <article class="blog-card-v10">
  2362.                            <div class="blog-image-container-v10">
  2363.                                <div class="blog-image-v10 h-100">
  2364.                                    
  2365.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2366.                                    
  2367.                                </div>
  2368.                            </div>
  2369.                            <div class="blog-content-v10">
  2370.                                <h3 class="blog-title-v10">
  2371.                                     <a class="top-color" href="/music-legend-barry-manilow-will-have-a-procedure-for-a-lung-cancer-diagnosis/" >
  2372.                                    Music Legend Barry Manilow Will Have a Procedure for a Lung Cancer Diagnosis.
  2373.                                    </a>
  2374.                                </h3>
  2375.                                <div class="blog-meta-v10">
  2376.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2377.                                </div>
  2378.                                <p class="blog-excerpt-v10">
  2379.                                    
  2380.                                </p>
  2381.                                <div class="blog-actions-v10">
  2382.                                    <a href="/music-legend-barry-manilow-will-have-a-procedure-for-a-lung-cancer-diagnosis/" class="blog-read-more-v10">Read More</a>
  2383.                                </div>
  2384.                            </div>
  2385.                        </article>
  2386.                    </div>
  2387.                    
  2388.                    <div class="col-md-6 col-sm-12">  
  2389.                        <article class="blog-card-v10">
  2390.                            <div class="blog-image-container-v10">
  2391.                                <div class="blog-image-v10 h-100">
  2392.                                    
  2393.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2394.                                    
  2395.                                </div>
  2396.                            </div>
  2397.                            <div class="blog-content-v10">
  2398.                                <h3 class="blog-title-v10">
  2399.                                     <a class="top-color" href="/former-british-serviceman-charged-of-killing-kenyan-woman-shows-up-in-courtroom/" >
  2400.                                    Former British Serviceman Charged of Killing Kenyan Woman Shows Up in Courtroom
  2401.                                    </a>
  2402.                                </h3>
  2403.                                <div class="blog-meta-v10">
  2404.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2405.                                </div>
  2406.                                <p class="blog-excerpt-v10">
  2407.                                    
  2408.                                </p>
  2409.                                <div class="blog-actions-v10">
  2410.                                    <a href="/former-british-serviceman-charged-of-killing-kenyan-woman-shows-up-in-courtroom/" class="blog-read-more-v10">Read More</a>
  2411.                                </div>
  2412.                            </div>
  2413.                        </article>
  2414.                    </div>
  2415.                    
  2416.                    <div class="col-md-6 col-sm-12">  
  2417.                        <article class="blog-card-v10">
  2418.                            <div class="blog-image-container-v10">
  2419.                                <div class="blog-image-v10 h-100">
  2420.                                    
  2421.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2422.                                    
  2423.                                </div>
  2424.                            </div>
  2425.                            <div class="blog-content-v10">
  2426.                                <h3 class="blog-title-v10">
  2427.                                     <a class="top-color" href="/fda-clears-addyi-a-libido-enhancing-treatment-for-postmenopausal/" >
  2428.                                    FDA Clears Addyi, a Libido-Enhancing Treatment for Postmenopausal
  2429.                                    </a>
  2430.                                </h3>
  2431.                                <div class="blog-meta-v10">
  2432.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2433.                                </div>
  2434.                                <p class="blog-excerpt-v10">
  2435.                                    
  2436.                                </p>
  2437.                                <div class="blog-actions-v10">
  2438.                                    <a href="/fda-clears-addyi-a-libido-enhancing-treatment-for-postmenopausal/" class="blog-read-more-v10">Read More</a>
  2439.                                </div>
  2440.                            </div>
  2441.                        </article>
  2442.                    </div>
  2443.                    
  2444.                    <div class="col-md-6 col-sm-12">  
  2445.                        <article class="blog-card-v10">
  2446.                            <div class="blog-image-container-v10">
  2447.                                <div class="blog-image-v10 h-100">
  2448.                                    
  2449.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2450.                                    
  2451.                                </div>
  2452.                            </div>
  2453.                            <div class="blog-content-v10">
  2454.                                <h3 class="blog-title-v10">
  2455.                                     <a class="top-color" href="/we-must-have-a-chopper-to-locate-them-adolescents-distress-call-to-aid-family-stranded-off-down-under-coast-revealed/" >
  2456.                                    We Must Have a Chopper to Locate Them’: Adolescent’s Distress Call to Aid Family Stranded Off Down Under Coast Revealed
  2457.                                    </a>
  2458.                                </h3>
  2459.                                <div class="blog-meta-v10">
  2460.                                    <span>By Patricia Nielsen • 19 May 2026</span>
  2461.                                </div>
  2462.                                <p class="blog-excerpt-v10">
  2463.                                    
  2464.                                </p>
  2465.                                <div class="blog-actions-v10">
  2466.                                    <a href="/we-must-have-a-chopper-to-locate-them-adolescents-distress-call-to-aid-family-stranded-off-down-under-coast-revealed/" class="blog-read-more-v10">Read More</a>
  2467.                                </div>
  2468.                            </div>
  2469.                        </article>
  2470.                    </div>
  2471.                    
  2472.                    <div class="col-md-6 col-sm-12">  
  2473.                        <article class="blog-card-v10">
  2474.                            <div class="blog-image-container-v10">
  2475.                                <div class="blog-image-v10 h-100">
  2476.                                    
  2477.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2478.                                    
  2479.                                </div>
  2480.                            </div>
  2481.                            <div class="blog-content-v10">
  2482.                                <h3 class="blog-title-v10">
  2483.                                     <a class="top-color" href="/cyclone-catastrophe-in-sri-lanka-awakens-a-wave-of-volunteerism/" >
  2484.                                    Cyclone Catastrophe in Sri Lanka Awakens a Wave of Volunteerism
  2485.                                    </a>
  2486.                                </h3>
  2487.                                <div class="blog-meta-v10">
  2488.                                    <span>By Patricia Nielsen • 18 May 2026</span>
  2489.                                </div>
  2490.                                <p class="blog-excerpt-v10">
  2491.                                    
  2492.                                </p>
  2493.                                <div class="blog-actions-v10">
  2494.                                    <a href="/cyclone-catastrophe-in-sri-lanka-awakens-a-wave-of-volunteerism/" class="blog-read-more-v10">Read More</a>
  2495.                                </div>
  2496.                            </div>
  2497.                        </article>
  2498.                    </div>
  2499.                    
  2500.                    <div class="col-md-6 col-sm-12">  
  2501.                        <article class="blog-card-v10">
  2502.                            <div class="blog-image-container-v10">
  2503.                                <div class="blog-image-v10 h-100">
  2504.                                    
  2505.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2506.                                    
  2507.                                </div>
  2508.                            </div>
  2509.                            <div class="blog-content-v10">
  2510.                                <h3 class="blog-title-v10">
  2511.                                     <a class="top-color" href="/real-madrids-trent-alexander-arnold-might-return-to-face-liverpool-in-upcoming-european-clash/" >
  2512.                                    Real Madrid&#x27;s Trent Alexander-Arnold Might Return to Face Liverpool in Upcoming European Clash
  2513.                                    </a>
  2514.                                </h3>
  2515.                                <div class="blog-meta-v10">
  2516.                                    <span>By Patricia Nielsen • 18 May 2026</span>
  2517.                                </div>
  2518.                                <p class="blog-excerpt-v10">
  2519.                                    
  2520.                                </p>
  2521.                                <div class="blog-actions-v10">
  2522.                                    <a href="/real-madrids-trent-alexander-arnold-might-return-to-face-liverpool-in-upcoming-european-clash/" class="blog-read-more-v10">Read More</a>
  2523.                                </div>
  2524.                            </div>
  2525.                        </article>
  2526.                    </div>
  2527.                    
  2528.                    
  2529.  
  2530.                </div>
  2531.            </div>
  2532.  
  2533.            <!-- Sidebar -->
  2534.                   <div class="col col-lg-4 col-12">
  2535.                <div class="sidebar-v10">
  2536.                      
  2537.  
  2538.  
  2539.  
  2540.    
  2541.  
  2542. <!-- Curved Heading Sidebar -->
  2543.    <div class="sidebar mb-3">
  2544.        
  2545.       <div class="sidebar-widget mb-5">
  2546.            <div class="widget-title-wrapper mb-3">
  2547.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2548.                    <div class="title-border"></div>
  2549.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2550.                </h4>
  2551.            </div>
  2552.            <div class="widget-content shadow-sm rounded-3 p-4">
  2553.                <div class="archives-list scrollable-sidebar">
  2554.                    
  2555.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2556.                        <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2557.                            <i class="ti-angle-right me-2 text-primary"></i>
  2558.                            <span class="archive-link top-color fw-semibold">winnerisland casino</span>
  2559.                        </a>
  2560.                    </div>
  2561.                    
  2562.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2563.                        <a href="https://esports-news.co.uk/gambling-sites/harry-casino-review/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="archive-link top-color fw-semibold">harry casino</span>
  2566.                        </a>
  2567.                    </div>
  2568.                    
  2569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2570.                        <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2573.                        </a>
  2574.                    </div>
  2575.                    
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2580.                        </a>
  2581.                    </div>
  2582.                    
  2583.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2584.                        <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2585.                            <i class="ti-angle-right me-2 text-primary"></i>
  2586.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2587.                        </a>
  2588.                    </div>
  2589.                    
  2590.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2591.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2592.                            <i class="ti-angle-right me-2 text-primary"></i>
  2593.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2594.                        </a>
  2595.                    </div>
  2596.                    
  2597.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2598.                        <a href="https://tasminlittle.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="archive-link top-color fw-semibold">no gamstop casino</span>
  2601.                        </a>
  2602.                    </div>
  2603.                    
  2604.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2605.                        <a href="https://dickensworld.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2606.                            <i class="ti-angle-right me-2 text-primary"></i>
  2607.                            <span class="archive-link top-color fw-semibold">non gamstop casino uk</span>
  2608.                        </a>
  2609.                    </div>
  2610.                    
  2611.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2612.                        <a href="https://nbss.ie/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="archive-link top-color fw-semibold">casino online</span>
  2615.                        </a>
  2616.                    </div>
  2617.                    
  2618.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2619.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2620.                            <i class="ti-angle-right me-2 text-primary"></i>
  2621.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2622.                        </a>
  2623.                    </div>
  2624.                    
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2629.                        </a>
  2630.                    </div>
  2631.                    
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://www.kylebooks.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2636.                        </a>
  2637.                    </div>
  2638.                    
  2639.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2640.                        <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2641.                            <i class="ti-angle-right me-2 text-primary"></i>
  2642.                            <span class="archive-link top-color fw-semibold">brand new non gamstop casinos</span>
  2643.                        </a>
  2644.                    </div>
  2645.                    
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://www.microhowto.info/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  2650.                        </a>
  2651.                    </div>
  2652.                    
  2653.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2654.                        <a href="https://www.skinsupport.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2655.                            <i class="ti-angle-right me-2 text-primary"></i>
  2656.                            <span class="archive-link top-color fw-semibold">casino sites not on gamstop</span>
  2657.                        </a>
  2658.                    </div>
  2659.                    
  2660.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2661.                        <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2662.                            <i class="ti-angle-right me-2 text-primary"></i>
  2663.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2664.                        </a>
  2665.                    </div>
  2666.                    
  2667.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2668.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="archive-link top-color fw-semibold">best uk non GamStop casinos</span>
  2671.                        </a>
  2672.                    </div>
  2673.                    
  2674.  
  2675.                </div>
  2676.            </div>
  2677.        </div>
  2678.        
  2679.       <div class="sidebar-widget mb-5">
  2680.            <div class="widget-title-wrapper mb-3">
  2681.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2682.                    <div class="title-border"></div>
  2683.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2684.                </h4>
  2685.            </div>
  2686.            <div class="widget-content shadow-sm rounded-3 p-4">
  2687.                <div class="archives-list scrollable-sidebar">
  2688.                    
  2689.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2690.                        <a href="https://www.kingking.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="archive-link top-color fw-semibold">slots not on GamStop</span>
  2693.                        </a>
  2694.                    </div>
  2695.                    
  2696.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2697.                        <a href="https://www.tamworthinformed.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2700.                        </a>
  2701.                    </div>
  2702.                    
  2703.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2704.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2705.                            <i class="ti-angle-right me-2 text-primary"></i>
  2706.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2707.                        </a>
  2708.                    </div>
  2709.                    
  2710.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2711.                        <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2712.                            <i class="ti-angle-right me-2 text-primary"></i>
  2713.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2714.                        </a>
  2715.                    </div>
  2716.                    
  2717.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2718.                        <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2719.                            <i class="ti-angle-right me-2 text-primary"></i>
  2720.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2721.                        </a>
  2722.                    </div>
  2723.                    
  2724.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2725.                        <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2726.                            <i class="ti-angle-right me-2 text-primary"></i>
  2727.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2728.                        </a>
  2729.                    </div>
  2730.                    
  2731.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2732.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2733.                            <i class="ti-angle-right me-2 text-primary"></i>
  2734.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2735.                        </a>
  2736.                    </div>
  2737.                    
  2738.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2739.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2740.                            <i class="ti-angle-right me-2 text-primary"></i>
  2741.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  2742.                        </a>
  2743.                    </div>
  2744.                    
  2745.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2746.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2749.                        </a>
  2750.                    </div>
  2751.                    
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2756.                        </a>
  2757.                    </div>
  2758.                    
  2759.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2760.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2761.                            <i class="ti-angle-right me-2 text-primary"></i>
  2762.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2763.                        </a>
  2764.                    </div>
  2765.                    
  2766.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2767.                        <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2768.                            <i class="ti-angle-right me-2 text-primary"></i>
  2769.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2770.                        </a>
  2771.                    </div>
  2772.                    
  2773.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2774.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2775.                            <i class="ti-angle-right me-2 text-primary"></i>
  2776.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2777.                        </a>
  2778.                    </div>
  2779.                    
  2780.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2781.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2782.                            <i class="ti-angle-right me-2 text-primary"></i>
  2783.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2784.                        </a>
  2785.                    </div>
  2786.                    
  2787.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2788.                        <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2789.                            <i class="ti-angle-right me-2 text-primary"></i>
  2790.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2791.                        </a>
  2792.                    </div>
  2793.                    
  2794.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2795.                        <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2796.                            <i class="ti-angle-right me-2 text-primary"></i>
  2797.                            <span class="archive-link top-color fw-semibold">gambling sites not on gamstop</span>
  2798.                        </a>
  2799.                    </div>
  2800.                    
  2801.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2802.                        <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="archive-link top-color fw-semibold">best UK casino sites</span>
  2805.                        </a>
  2806.                    </div>
  2807.                    
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold">crypto casinos UK</span>
  2812.                        </a>
  2813.                    </div>
  2814.                    
  2815.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2816.                        <a href="https://www.qualityofcarenetwork.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="archive-link top-color fw-semibold">lolajack</span>
  2819.                        </a>
  2820.                    </div>
  2821.                    
  2822.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2823.                        <a href="https://idolmag.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2824.                            <i class="ti-angle-right me-2 text-primary"></i>
  2825.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2826.                        </a>
  2827.                    </div>
  2828.                    
  2829.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2830.                        <a href="https://savethedatemagazine.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2831.                            <i class="ti-angle-right me-2 text-primary"></i>
  2832.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2833.                        </a>
  2834.                    </div>
  2835.                    
  2836.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2837.                        <a href="https://englandspastforeveryone.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2838.                            <i class="ti-angle-right me-2 text-primary"></i>
  2839.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2840.                        </a>
  2841.                    </div>
  2842.                    
  2843.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2844.                        <a href="https://angelaeagle.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2845.                            <i class="ti-angle-right me-2 text-primary"></i>
  2846.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2847.                        </a>
  2848.                    </div>
  2849.                    
  2850.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2851.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2852.                            <i class="ti-angle-right me-2 text-primary"></i>
  2853.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  2854.                        </a>
  2855.                    </div>
  2856.                    
  2857.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2858.                        <a href="https://www.botanical-society-scotland.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2859.                            <i class="ti-angle-right me-2 text-primary"></i>
  2860.                            <span class="archive-link top-color fw-semibold">new betting sites UK</span>
  2861.                        </a>
  2862.                    </div>
  2863.                    
  2864.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2865.                        <a href="https://www.economicjournal.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2866.                            <i class="ti-angle-right me-2 text-primary"></i>
  2867.                            <span class="archive-link top-color fw-semibold">bookies not on gamstop</span>
  2868.                        </a>
  2869.                    </div>
  2870.                    
  2871.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2872.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2873.                            <i class="ti-angle-right me-2 text-primary"></i>
  2874.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2875.                        </a>
  2876.                    </div>
  2877.                    
  2878.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2879.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2880.                            <i class="ti-angle-right me-2 text-primary"></i>
  2881.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2882.                        </a>
  2883.                    </div>
  2884.                    
  2885.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2886.                        <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2887.                            <i class="ti-angle-right me-2 text-primary"></i>
  2888.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2889.                        </a>
  2890.                    </div>
  2891.                    
  2892.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2893.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="archive-link top-color fw-semibold">Non UKGC Licensed Casinos</span>
  2896.                        </a>
  2897.                    </div>
  2898.                    
  2899.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2900.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2901.                            <i class="ti-angle-right me-2 text-primary"></i>
  2902.                            <span class="archive-link top-color fw-semibold">Non UK Gambling Sites</span>
  2903.                        </a>
  2904.                    </div>
  2905.                    
  2906.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2907.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2908.                            <i class="ti-angle-right me-2 text-primary"></i>
  2909.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2910.                        </a>
  2911.                    </div>
  2912.                    
  2913.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2914.                        <a href="http://circdata-solutions.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="archive-link top-color fw-semibold">top online casinos</span>
  2917.                        </a>
  2918.                    </div>
  2919.                    
  2920.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2921.                        <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2922.                            <i class="ti-angle-right me-2 text-primary"></i>
  2923.                            <span class="archive-link top-color fw-semibold">best online casinos uk</span>
  2924.                        </a>
  2925.                    </div>
  2926.                    
  2927.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2928.                        <a href="https://lessplastic.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2929.                            <i class="ti-angle-right me-2 text-primary"></i>
  2930.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2931.                        </a>
  2932.                    </div>
  2933.                    
  2934.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2935.                        <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="archive-link top-color fw-semibold">non gamstop casino uk</span>
  2938.                        </a>
  2939.                    </div>
  2940.                    
  2941.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2942.                        <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2943.                            <i class="ti-angle-right me-2 text-primary"></i>
  2944.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2945.                        </a>
  2946.                    </div>
  2947.                    
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2952.                        </a>
  2953.                    </div>
  2954.                    
  2955.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2956.                        <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2957.                            <i class="ti-angle-right me-2 text-primary"></i>
  2958.                            <span class="archive-link top-color fw-semibold">best casinos not on GamStop UK</span>
  2959.                        </a>
  2960.                    </div>
  2961.                    
  2962.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2963.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2964.                            <i class="ti-angle-right me-2 text-primary"></i>
  2965.                            <span class="archive-link top-color fw-semibold">slot sites not on GamStop</span>
  2966.                        </a>
  2967.                    </div>
  2968.                    
  2969.  
  2970.                </div>
  2971.            </div>
  2972.        </div>
  2973.        
  2974.       <div class="sidebar-widget mb-5">
  2975.            <div class="widget-title-wrapper mb-3">
  2976.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2977.                    <div class="title-border"></div>
  2978.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2979.                </h4>
  2980.            </div>
  2981.            <div class="widget-content shadow-sm rounded-3 p-4">
  2982.                <div class="archives-list scrollable-sidebar">
  2983.                    
  2984.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2985.                        <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2986.                            <i class="ti-angle-right me-2 text-primary"></i>
  2987.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2988.                        </a>
  2989.                    </div>
  2990.                    
  2991.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2992.                        <a href="https://www.moneymakesense.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2993.                            <i class="ti-angle-right me-2 text-primary"></i>
  2994.                            <span class="archive-link top-color fw-semibold">casino sites not on GAMSTOP</span>
  2995.                        </a>
  2996.                    </div>
  2997.                    
  2998.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2999.                        <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3000.                            <i class="ti-angle-right me-2 text-primary"></i>
  3001.                            <span class="archive-link top-color fw-semibold">new online casino sites</span>
  3002.                        </a>
  3003.                    </div>
  3004.                    
  3005.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3006.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3007.                            <i class="ti-angle-right me-2 text-primary"></i>
  3008.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3009.                        </a>
  3010.                    </div>
  3011.                    
  3012.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3013.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3014.                            <i class="ti-angle-right me-2 text-primary"></i>
  3015.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3016.                        </a>
  3017.                    </div>
  3018.                    
  3019.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3020.                        <a href="https://www.roostblog.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3021.                            <i class="ti-angle-right me-2 text-primary"></i>
  3022.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3023.                        </a>
  3024.                    </div>
  3025.                    
  3026.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3027.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3028.                            <i class="ti-angle-right me-2 text-primary"></i>
  3029.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3030.                        </a>
  3031.                    </div>
  3032.                    
  3033.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3034.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3037.                        </a>
  3038.                    </div>
  3039.                    
  3040.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3041.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3042.                            <i class="ti-angle-right me-2 text-primary"></i>
  3043.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3044.                        </a>
  3045.                    </div>
  3046.                    
  3047.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3048.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3049.                            <i class="ti-angle-right me-2 text-primary"></i>
  3050.                            <span class="archive-link top-color fw-semibold">Non GAMSTOP Casinos</span>
  3051.                        </a>
  3052.                    </div>
  3053.                    
  3054.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3055.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3056.                            <i class="ti-angle-right me-2 text-primary"></i>
  3057.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  3058.                        </a>
  3059.                    </div>
  3060.                    
  3061.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3062.                        <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3063.                            <i class="ti-angle-right me-2 text-primary"></i>
  3064.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  3065.                        </a>
  3066.                    </div>
  3067.                    
  3068.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3069.                        <a href="https://www.cressbrook.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  3072.                        </a>
  3073.                    </div>
  3074.                    
  3075.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3076.                        <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3077.                            <i class="ti-angle-right me-2 text-primary"></i>
  3078.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3079.                        </a>
  3080.                    </div>
  3081.                    
  3082.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3083.                        <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  3086.                        </a>
  3087.                    </div>
  3088.                    
  3089.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3090.                        <a href="https://www.strawberrysoup.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3091.                            <i class="ti-angle-right me-2 text-primary"></i>
  3092.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3093.                        </a>
  3094.                    </div>
  3095.                    
  3096.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3097.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3098.                            <i class="ti-angle-right me-2 text-primary"></i>
  3099.                            <span class="archive-link top-color fw-semibold">Non GamStop Casino</span>
  3100.                        </a>
  3101.                    </div>
  3102.                    
  3103.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3104.                        <a href="https://epik.org.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3107.                        </a>
  3108.                    </div>
  3109.                    
  3110.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3111.                        <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3112.                            <i class="ti-angle-right me-2 text-primary"></i>
  3113.                            <span class="archive-link top-color fw-semibold">casino sites not on gamstop</span>
  3114.                        </a>
  3115.                    </div>
  3116.                    
  3117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3118.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3119.                            <i class="ti-angle-right me-2 text-primary"></i>
  3120.                            <span class="archive-link top-color fw-semibold">Non Gamstop Casinos</span>
  3121.                        </a>
  3122.                    </div>
  3123.                    
  3124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3125.                        <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3128.                        </a>
  3129.                    </div>
  3130.                    
  3131.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3132.                        <a href="https://www.marblearchcavesgeopark.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3133.                            <i class="ti-angle-right me-2 text-primary"></i>
  3134.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3135.                        </a>
  3136.                    </div>
  3137.                    
  3138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3139.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3140.                            <i class="ti-angle-right me-2 text-primary"></i>
  3141.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3142.                        </a>
  3143.                    </div>
  3144.                    
  3145.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3146.                        <a href="https://www.bttad.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3147.                            <i class="ti-angle-right me-2 text-primary"></i>
  3148.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3149.                        </a>
  3150.                    </div>
  3151.                    
  3152.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3153.                        <a href="https://gamblingindustrynews.com/crypto-casinos/uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3154.                            <i class="ti-angle-right me-2 text-primary"></i>
  3155.                            <span class="archive-link top-color fw-semibold">bitcoin casinos</span>
  3156.                        </a>
  3157.                    </div>
  3158.                    
  3159.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3160.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3163.                        </a>
  3164.                    </div>
  3165.                    
  3166.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3167.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3168.                            <i class="ti-angle-right me-2 text-primary"></i>
  3169.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3170.                        </a>
  3171.                    </div>
  3172.                    
  3173.  
  3174.                </div>
  3175.            </div>
  3176.        </div>
  3177.        
  3178.       <div class="sidebar-widget mb-5">
  3179.            <div class="widget-title-wrapper mb-3">
  3180.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3181.                    <div class="title-border"></div>
  3182.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3183.                </h4>
  3184.            </div>
  3185.            <div class="widget-content shadow-sm rounded-3 p-4">
  3186.                <div class="archives-list scrollable-sidebar">
  3187.                    
  3188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3189.                        <a href="https://croftersrights.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3190.                            <i class="ti-angle-right me-2 text-primary"></i>
  3191.                            <span class="archive-link top-color fw-semibold">casino sites not on gamstop</span>
  3192.                        </a>
  3193.                    </div>
  3194.                    
  3195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3196.                        <a href="https://www.ncpqsw.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3197.                            <i class="ti-angle-right me-2 text-primary"></i>
  3198.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3199.                        </a>
  3200.                    </div>
  3201.                    
  3202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3203.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3204.                            <i class="ti-angle-right me-2 text-primary"></i>
  3205.                            <span class="archive-link top-color fw-semibold">non gamstop betting</span>
  3206.                        </a>
  3207.                    </div>
  3208.                    
  3209.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3210.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3211.                            <i class="ti-angle-right me-2 text-primary"></i>
  3212.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  3213.                        </a>
  3214.                    </div>
  3215.                    
  3216.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3217.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3218.                            <i class="ti-angle-right me-2 text-primary"></i>
  3219.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  3220.                        </a>
  3221.                    </div>
  3222.                    
  3223.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3224.                        <a href="https://free2learn.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3225.                            <i class="ti-angle-right me-2 text-primary"></i>
  3226.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3227.                        </a>
  3228.                    </div>
  3229.                    
  3230.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3231.                        <a href="https://jst.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3232.                            <i class="ti-angle-right me-2 text-primary"></i>
  3233.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3234.                        </a>
  3235.                    </div>
  3236.                    
  3237.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3238.                        <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3239.                            <i class="ti-angle-right me-2 text-primary"></i>
  3240.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3241.                        </a>
  3242.                    </div>
  3243.                    
  3244.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3245.                        <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3246.                            <i class="ti-angle-right me-2 text-primary"></i>
  3247.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  3248.                        </a>
  3249.                    </div>
  3250.                    
  3251.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3252.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3253.                            <i class="ti-angle-right me-2 text-primary"></i>
  3254.                            <span class="archive-link top-color fw-semibold">uk casinos not on gamstop</span>
  3255.                        </a>
  3256.                    </div>
  3257.                    
  3258.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3259.                        <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3260.                            <i class="ti-angle-right me-2 text-primary"></i>
  3261.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3262.                        </a>
  3263.                    </div>
  3264.                    
  3265.  
  3266.                </div>
  3267.            </div>
  3268.        </div>
  3269.        
  3270. <!--        
  3271.       <div class="sidebar-widget mb-5">
  3272.            <div class="widget-title-wrapper mb-3">
  3273.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3274.                    <div class="title-border"></div>
  3275.                    <i class="ti-folder me-2"></i>Blog Archives
  3276.                </h4>
  3277.            </div>
  3278.            <div class="widget-content shadow-sm rounded-3 p-4">
  3279.                <div class="archives-list">
  3280.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3281.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3282.                            <i class="ti-angle-right me-2 text-primary"></i>
  3283.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3284.                        </a>
  3285.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3286.                    </div>
  3287.  
  3288.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3289.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3290.                            <i class="ti-angle-right me-2 text-primary"></i>
  3291.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3292.                        </a>
  3293.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3294.                    </div>
  3295.  
  3296.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3297.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3298.                            <i class="ti-angle-right me-2 text-primary"></i>
  3299.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3300.                        </a>
  3301.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3302.                    </div>
  3303.  
  3304.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3305.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3306.                            <i class="ti-angle-right me-2 text-primary"></i>
  3307.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3308.                        </a>
  3309.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3310.                    </div>
  3311.  
  3312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3313.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3314.                            <i class="ti-angle-right me-2 text-primary"></i>
  3315.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3316.                        </a>
  3317.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3318.                    </div>
  3319.  
  3320.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3321.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3322.                            <i class="ti-angle-right me-2 text-primary"></i>
  3323.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3324.                        </a>
  3325.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3326.                    </div>
  3327.                </div>
  3328.                
  3329.                <div class="text-center mt-4 pt-3 border-top border-color">
  3330.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3331.                        <i class="ti-archive me-1"></i>View All Archives
  3332.                    </a>
  3333.                </div>
  3334.            </div>
  3335.        </div> -->
  3336.        <div class="sidebar-widget mb-4">
  3337.            <div class="widget-title-wrapper mb-3">
  3338.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3339.                    <div class="title-border-primary"></div>
  3340.                    <i class="ti-star me-2"></i>Popular Posts
  3341.                </h4>
  3342.            </div>
  3343.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3344.                <div class="popular-post-list">
  3345.                    
  3346.                    
  3347.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3348.                        <div class="post-content flex-grow-1">
  3349.                            <h6 class="post-title mb-1">
  3350.                                 <a href="/worrying-memories-resurface-in-davao-as-authorities-piece-together-bondi-beach-attack-alleged-attackers-activities/" class="text-decoration-none top-color fw-semibold lh-sm">
  3351.                                            Worrying Memories Resurface in Davao as Authorities Piece Together Bondi Beach Attack Alleged Attackers&#x27; Activities
  3352.                                            </a>
  3353.                            </h6>
  3354.                            <div class="post-meta">
  3355.                                <small class="text-muted">
  3356.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3357.                                </small>
  3358.                                <!-- <small class="text-muted ms-3">
  3359.                                    <i class="ti-eye me-1"></i>1,234 views
  3360.                                </small> -->
  3361.                            </div>
  3362.                        </div>
  3363.                    </div>
  3364.                    
  3365.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3366.                        <div class="post-content flex-grow-1">
  3367.                            <h6 class="post-title mb-1">
  3368.                                 <a href="/authentic-southern-portugal-uncovering-portugal-past-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  3369.                                            Authentic Southern Portugal: Uncovering Portugal Past the Coastline
  3370.                                            </a>
  3371.                            </h6>
  3372.                            <div class="post-meta">
  3373.                                <small class="text-muted">
  3374.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3375.                                </small>
  3376.                                <!-- <small class="text-muted ms-3">
  3377.                                    <i class="ti-eye me-1"></i>1,234 views
  3378.                                </small> -->
  3379.                            </div>
  3380.                        </div>
  3381.                    </div>
  3382.                    
  3383.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3384.                        <div class="post-content flex-grow-1">
  3385.                            <h6 class="post-title mb-1">
  3386.                                 <a href="/david-raya-praises-squad-depth-as-key-to-silverware-pursuit/" class="text-decoration-none top-color fw-semibold lh-sm">
  3387.                                            David Raya Praises Squad Depth as Key to Silverware Pursuit
  3388.                                            </a>
  3389.                            </h6>
  3390.                            <div class="post-meta">
  3391.                                <small class="text-muted">
  3392.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3393.                                </small>
  3394.                                <!-- <small class="text-muted ms-3">
  3395.                                    <i class="ti-eye me-1"></i>1,234 views
  3396.                                </small> -->
  3397.                            </div>
  3398.                        </div>
  3399.                    </div>
  3400.                    
  3401.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3402.                        <div class="post-content flex-grow-1">
  3403.                            <h6 class="post-title mb-1">
  3404.                                 <a href="/can-the-all-blacks-regain-their-magic-in-the-upcoming-matches/" class="text-decoration-none top-color fw-semibold lh-sm">
  3405.                                            Can the All Blacks regain their magic in the upcoming matches?
  3406.                                            </a>
  3407.                            </h6>
  3408.                            <div class="post-meta">
  3409.                                <small class="text-muted">
  3410.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3411.                                </small>
  3412.                                <!-- <small class="text-muted ms-3">
  3413.                                    <i class="ti-eye me-1"></i>1,234 views
  3414.                                </small> -->
  3415.                            </div>
  3416.                        </div>
  3417.                    </div>
  3418.                    
  3419.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3420.                        <div class="post-content flex-grow-1">
  3421.                            <h6 class="post-title mb-1">
  3422.                                 <a href="/trumps-dominant-shadow-in-athletics-hit-an-apex-in-2025-the-coming-year-looks-set-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  3423.                                            Trump&#x27;s Dominant Shadow in Athletics Hit An Apex in 2025. The Coming Year Looks Set to Take It Further.
  3424.                                            </a>
  3425.                            </h6>
  3426.                            <div class="post-meta">
  3427.                                <small class="text-muted">
  3428.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3429.                                </small>
  3430.                                <!-- <small class="text-muted ms-3">
  3431.                                    <i class="ti-eye me-1"></i>1,234 views
  3432.                                </small> -->
  3433.                            </div>
  3434.                        </div>
  3435.                    </div>
  3436.                    
  3437.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3438.                        <div class="post-content flex-grow-1">
  3439.                            <h6 class="post-title mb-1">
  3440.                                 <a href="/we-got-fired-and-were-embracing-it-learn-how-to-secure-a-new-role-that-fits-you-personally/" class="text-decoration-none top-color fw-semibold lh-sm">
  3441.                                            We Got Fired, and We&#x27;re Embracing It – Learn How to Secure a New Role That Fits You Personally
  3442.                                            </a>
  3443.                            </h6>
  3444.                            <div class="post-meta">
  3445.                                <small class="text-muted">
  3446.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3447.                                </small>
  3448.                                <!-- <small class="text-muted ms-3">
  3449.                                    <i class="ti-eye me-1"></i>1,234 views
  3450.                                </small> -->
  3451.                            </div>
  3452.                        </div>
  3453.                    </div>
  3454.                    
  3455.  
  3456.                </div>
  3457.                
  3458.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3459.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3460.                        <i class="ti-trophy me-1"></i>View All Popular
  3461.                    </a>
  3462.                </div> -->
  3463.            </div>
  3464.        </div>
  3465.  
  3466. </div>
  3467. <style>
  3468.    
  3469.  .widget-content {
  3470.    background-color: var(--card-bg);
  3471.    border: 1px solid var(--border-color);
  3472.  }
  3473. </style>
  3474.  
  3475.    
  3476.                </div>
  3477.            </div>
  3478.        </div>
  3479.    </div>
  3480. </section>
  3481.  
  3482. <script>
  3483.    // Intersection Observer for Fade-in with Slight Rotation
  3484.    document.addEventListener('DOMContentLoaded', function() {
  3485.        const observerOptions = {
  3486.            threshold: 0.15, // Trigger when 15% of the card is visible
  3487.            rootMargin: '0px 0px -50px 0px',
  3488.        };
  3489.  
  3490.        const observer = new IntersectionObserver(function(entries, observer) {
  3491.            entries.forEach(entry => {
  3492.                if (entry.isIntersecting) {
  3493.                    entry.target.classList.add('visible');
  3494.                    observer.unobserve(entry.target);
  3495.                }
  3496.            });
  3497.        }, observerOptions);
  3498.  
  3499.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3500.            observer.observe(card);
  3501.        });
  3502.    });
  3503. </script>
  3504.  
  3505.    
  3506.        
  3507.        <!-- end wpo-blog-highlights-section -->
  3508.        <!-- start wpo-blog-sponsored-section -->
  3509.        
  3510.  
  3511.  
  3512.  
  3513.    
  3514.  
  3515.  
  3516.  
  3517. <section class="wpo-blog-sponsored-section section-padding">
  3518.    <div class="container-fluid fluid-container">
  3519.        <div class="wpo-section-title">
  3520.            <h2>sponsored news</h2>
  3521.        </div>
  3522.        <div class="row">
  3523.            <div class="wpo-blog-sponsored-wrap">
  3524.                <div class="wpo-blog-items">
  3525.                    <div class="row">
  3526.                        
  3527.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3528.                            <div class="wpo-blog-item">
  3529.                                <div class="wpo-blog-img">
  3530.                                    
  3531.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3532.                                    
  3533.                                    <div class="thumb bg-primary-gradient ">News</div>
  3534.                                </div>
  3535.                                <div class="wpo-blog-content">
  3536.                                    <h2>  <a href="/worrying-memories-resurface-in-davao-as-authorities-piece-together-bondi-beach-attack-alleged-attackers-activities/" class="top-color">
  3537.                                            Worrying Memories Resurface in Davao as Authorities Piece Together Bondi Beach Attack Alleged Attackers&#x27; Activities
  3538.                                            </a>
  3539.                                    </h2>
  3540.                                    <ul>
  3541.                                        <li>
  3542.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3543.                                                </li>
  3544.                                        <li class="top-color">By Patricia Nielsen</li>
  3545.                                        <li  class="top-color">18 May 2026</li>
  3546.                                    </ul>
  3547.                                </div>
  3548.                            </div>
  3549.                        </div>
  3550.                        
  3551.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3552.                            <div class="wpo-blog-item">
  3553.                                <div class="wpo-blog-img">
  3554.                                    
  3555.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3556.                                    
  3557.                                    <div class="thumb bg-primary-gradient ">News</div>
  3558.                                </div>
  3559.                                <div class="wpo-blog-content">
  3560.                                    <h2>  <a href="/authentic-southern-portugal-uncovering-portugal-past-the-coastline/" class="top-color">
  3561.                                            Authentic Southern Portugal: Uncovering Portugal Past the Coastline
  3562.                                            </a>
  3563.                                    </h2>
  3564.                                    <ul>
  3565.                                        <li>
  3566.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3567.                                                </li>
  3568.                                        <li class="top-color">By Patricia Nielsen</li>
  3569.                                        <li  class="top-color">18 May 2026</li>
  3570.                                    </ul>
  3571.                                </div>
  3572.                            </div>
  3573.                        </div>
  3574.                        
  3575.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3576.                            <div class="wpo-blog-item">
  3577.                                <div class="wpo-blog-img">
  3578.                                    
  3579.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3580.                                    
  3581.                                    <div class="thumb bg-primary-gradient ">News</div>
  3582.                                </div>
  3583.                                <div class="wpo-blog-content">
  3584.                                    <h2>  <a href="/david-raya-praises-squad-depth-as-key-to-silverware-pursuit/" class="top-color">
  3585.                                            David Raya Praises Squad Depth as Key to Silverware Pursuit
  3586.                                            </a>
  3587.                                    </h2>
  3588.                                    <ul>
  3589.                                        <li>
  3590.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3591.                                                </li>
  3592.                                        <li class="top-color">By Patricia Nielsen</li>
  3593.                                        <li  class="top-color">18 May 2026</li>
  3594.                                    </ul>
  3595.                                </div>
  3596.                            </div>
  3597.                        </div>
  3598.                        
  3599.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3600.                            <div class="wpo-blog-item">
  3601.                                <div class="wpo-blog-img">
  3602.                                    
  3603.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3604.                                    
  3605.                                    <div class="thumb bg-primary-gradient ">News</div>
  3606.                                </div>
  3607.                                <div class="wpo-blog-content">
  3608.                                    <h2>  <a href="/can-the-all-blacks-regain-their-magic-in-the-upcoming-matches/" class="top-color">
  3609.                                            Can the All Blacks regain their magic in the upcoming matches?
  3610.                                            </a>
  3611.                                    </h2>
  3612.                                    <ul>
  3613.                                        <li>
  3614.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3615.                                                </li>
  3616.                                        <li class="top-color">By Patricia Nielsen</li>
  3617.                                        <li  class="top-color">18 May 2026</li>
  3618.                                    </ul>
  3619.                                </div>
  3620.                            </div>
  3621.                        </div>
  3622.                        
  3623.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3624.                            <div class="wpo-blog-item">
  3625.                                <div class="wpo-blog-img">
  3626.                                    
  3627.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3628.                                    
  3629.                                    <div class="thumb bg-primary-gradient ">News</div>
  3630.                                </div>
  3631.                                <div class="wpo-blog-content">
  3632.                                    <h2>  <a href="/trumps-dominant-shadow-in-athletics-hit-an-apex-in-2025-the-coming-year-looks-set-to-take-it-further/" class="top-color">
  3633.                                            Trump&#x27;s Dominant Shadow in Athletics Hit An Apex in 2025. The Coming Year Looks Set to Take It Further.
  3634.                                            </a>
  3635.                                    </h2>
  3636.                                    <ul>
  3637.                                        <li>
  3638.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3639.                                                </li>
  3640.                                        <li class="top-color">By Patricia Nielsen</li>
  3641.                                        <li  class="top-color">18 May 2026</li>
  3642.                                    </ul>
  3643.                                </div>
  3644.                            </div>
  3645.                        </div>
  3646.                        
  3647.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3648.                            <div class="wpo-blog-item">
  3649.                                <div class="wpo-blog-img">
  3650.                                    
  3651.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3652.                                    
  3653.                                    <div class="thumb bg-primary-gradient ">News</div>
  3654.                                </div>
  3655.                                <div class="wpo-blog-content">
  3656.                                    <h2>  <a href="/we-got-fired-and-were-embracing-it-learn-how-to-secure-a-new-role-that-fits-you-personally/" class="top-color">
  3657.                                            We Got Fired, and We&#x27;re Embracing It – Learn How to Secure a New Role That Fits You Personally
  3658.                                            </a>
  3659.                                    </h2>
  3660.                                    <ul>
  3661.                                        <li>
  3662.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Patricia Nielsen">
  3663.                                                </li>
  3664.                                        <li class="top-color">By Patricia Nielsen</li>
  3665.                                        <li  class="top-color">18 May 2026</li>
  3666.                                    </ul>
  3667.                                </div>
  3668.                            </div>
  3669.                        </div>
  3670.                        
  3671.  
  3672.                    </div>
  3673.                </div>
  3674.            </div>
  3675.        </div>
  3676.    </div> <!-- end container -->
  3677. </section>
  3678.  
  3679.  
  3680.    
  3681.        <!-- end wpo-blog-sponsored-section -->
  3682.        <!-- start wpo-subscribe-section -->
  3683.        
  3684.        <!-- end subscribe-section -->
  3685.        <!-- start of wpo-site-footer-section -->
  3686.        
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692. <footer class="wpo-site-footer-v2">
  3693.    <!-- Main Footer Content -->
  3694.    <div class="wpo-main-footer">
  3695.        <div class="container-fluid fluid-container">
  3696.            <div class="row g-4">
  3697.                
  3698.                <!-- Company Info Section -->
  3699.                <div class="col-lg-4 col-md-6 col-12">
  3700.                    <div class="footer-widget company-info-widget">
  3701.                        <div class="widget-header">
  3702.                            <div class="footer-logo">
  3703.                                
  3704.                                    <h2 class="footer-logo-text">Oddify Global</h2>
  3705.                                
  3706.                            </div>
  3707.                        </div>
  3708.                        <div class="widget-content2 footer-widget-content2">
  3709.                            <p class="company-description-text">
  3710.                                Oddify Global explores the intersection of technology, culture, and innovation with insightful articles and fresh perspectives on global trends and digital transformation.
  3711.                            </p>
  3712.                            <div class="contact-info2">
  3713.                                <div class="contact-item">
  3714.                                    <i class="fas fa-envelope"></i>
  3715.                                    <span><a href="/cdn-cgi/l/email-protection#8ce0e5e2e7ffcce2e9f4f8eeedefe7e0e5e2e7ffa2efe3e1" class="footer-link2"><span class="__cf_email__" data-cfemail="90fcf9fefbe3d0fef5e8e4f2f1f3fbfcf9fefbe3bef3fffd">[email&#160;protected]</span></a></span>
  3716.                                </div>
  3717.                                <!-- <div class="contact-item">
  3718.                                    <i class="fas fa-phone"></i>
  3719.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3720.                                </div> -->
  3721.                            </div>
  3722.                        </div>
  3723.                    </div>
  3724.                </div>
  3725.  
  3726.                <!-- Quick Links Section -->
  3727.                <div class="col-lg-4 col-md-6 col-12">
  3728.                    <div class="footer-widget quick-links-widget">
  3729.                        <div class="widget-header">
  3730.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3731.                        </div>
  3732.                        <div class="widget-content2 footer-widget-content2">
  3733.                            <ul class="footer-links">
  3734.                                
  3735.                                <li><a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/" class="footer-link">‘My Fantasy Is to Ride a Unicorn Nightly’: Swords’n’Sorcery Heavy Metal Band Castle Rat</a></li>
  3736.                                
  3737.                                <li><a href="/crack-the-code-tips-for-winning-big-in-slot-games/" class="footer-link">Crack the Code: Tips for Winning Big in Slot Games</a></li>
  3738.                                
  3739.                                <li><a href="/crans-montana-blaze-victims-are-treated-in-burns-units-across-europe/" class="footer-link">Crans-Montana Blaze Victims Are Treated in Burns Units Across Europe</a></li>
  3740.                                
  3741.                                <li><a href="/queens-acknowledge-titans-as-trump-extends-the-mayor-elect-a-warm-greeting/" class="footer-link">Queens Acknowledge Titans as Trump Extends The Mayor-Elect a Warm Greeting</a></li>
  3742.                                
  3743.                                <li><a href="/the-ten-year-affair-by-author-erin-somers-a-middle-aged-infidelity-tale-this-era-has-earned/" class="footer-link">The Ten Year Affair by author Erin Somers: A Middle-Aged Infidelity Tale This Era Has Earned.</a></li>
  3744.                                
  3745.                                <li><a href="/president-zelenskyy-states-the-nation-is-ten-percent-away-from-peace-yet-not-at-any-price/" class="footer-link">President Zelenskyy States The Nation Is Ten Percent Away from Peace, Yet Not at Any Price</a></li>
  3746.                                
  3747.                            </ul>
  3748.                        </div>
  3749.                    </div>
  3750.                </div>
  3751.  
  3752.                <!-- Blog Rolls Section -->
  3753.          <div class="col-lg-3 col-md-6 col-12">
  3754.    <div class="footer-widget blog-rolls-widget">
  3755.        <div class="widget-header">
  3756.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3757.        </div>
  3758.        <div class="widget-content2 footer-widget-content2">
  3759.            <div class="row">
  3760.                <div class="col-6">
  3761.                    <ul class="footer-links" id="blogroll">
  3762.                        
  3763.                        
  3764.                        
  3765.                        
  3766.                        
  3767.                        
  3768.                        
  3769.                    </ul>
  3770.                </div>
  3771.            </div>
  3772.        </div>
  3773.    </div>
  3774. </div>
  3775.                <!-- Categories Section -->
  3776.                <div class="col-lg-4 col-md-6 col-12">
  3777.                    <div class="footer-widget categories-widget">
  3778.                        <div class="widget-header">
  3779.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3780.                        </div>
  3781.                        <div class="widget-content2 footer-widget-content2">
  3782.                            <div class="row">
  3783.                                <div class="col-6">
  3784.                                    <ul class="footer-links">
  3785.                                        
  3786.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3787.                                            All Posts
  3788.                                        </a></li>
  3789.                                        
  3790.                                        <li> <a href="/category/business/" class="footer-link">
  3791.                                            Business
  3792.                                        </a></li>
  3793.                                        
  3794.                                        <li> <a href="/category/esports/" class="footer-link">
  3795.                                            Esports
  3796.                                        </a></li>
  3797.                                        
  3798.                                        <li> <a href="/category/fashion/" class="footer-link">
  3799.                                            Fashion
  3800.                                        </a></li>
  3801.                                        
  3802.                                        <li> <a href="/category/featured/" class="footer-link">
  3803.                                            Featured
  3804.                                        </a></li>
  3805.                                        
  3806.                                    </ul>
  3807.                                </div>
  3808.                              
  3809.                            </div>
  3810.                        </div>
  3811.                    </div>
  3812.                </div>
  3813.  
  3814.            </div>
  3815.        </div>
  3816.    </div>
  3817.  
  3818.    <!-- Footer Bottom -->
  3819.    <div class="footer-bottom">
  3820.        <div class="container-fluid fluid-container">
  3821.            <div class="row align-items-center">
  3822.                <!-- Copyright -->
  3823.                <div class="col-lg-6 col-md-6 col-12">
  3824.                    <div class="copyright-text">
  3825.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Oddify Global</strong>.
  3826.                            All rights reserved.
  3827.                        </p>
  3828.                    </div>
  3829.                </div>
  3830.  
  3831.                <!-- Footer Menu -->
  3832.                <div class="col-lg-6 col-md-6 col-12">
  3833.                    <div class="footer-menu">
  3834.                        <ul class="bottom-menu">
  3835.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3836.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3837.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3838.                        </ul>
  3839.                    </div>
  3840.                </div>
  3841.            </div>
  3842.        </div>
  3843.    </div>
  3844.  
  3845. </footer>
  3846.  
  3847. <style>
  3848. /* Footer V2 Styles */
  3849. .wpo-site-footer-v2 {
  3850.    background: var(--footer-bg);
  3851.    color: var(--footer-color);
  3852.    position: relative;
  3853.    overflow: hidden;
  3854. }
  3855.  
  3856. .wpo-site-footer-v2::before {
  3857.    content: '';
  3858.    position: absolute;
  3859.    top: 0;
  3860.    left: 0;
  3861.    right: 0;
  3862.    bottom: 0;
  3863.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3864.    pointer-events: none;
  3865. }
  3866.  
  3867. .wpo-main-footer {
  3868.    padding: 60px 0 40px;
  3869.    position: relative;
  3870.    z-index: 2;
  3871. }
  3872.  
  3873. .footer-widget {
  3874.    margin-bottom: 30px;
  3875. }
  3876.  
  3877. .widget-header {
  3878.    margin-bottom: 25px;
  3879. }
  3880.  
  3881. .widget-title2 {
  3882.    font-size: 20px;
  3883.    font-weight: 700;
  3884.    color: var(--footer-color) !important;
  3885.    margin: 0;
  3886.    position: relative;
  3887.    padding-bottom: 10px;
  3888. }
  3889.  
  3890. .widget-title2::after {
  3891.    content: '';
  3892.    position: absolute;
  3893.    bottom: 0;
  3894.    left: 0;
  3895.    width: 40px;
  3896.    height: 3px;
  3897.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3898.    border-radius: 2px;
  3899. }
  3900.  
  3901. /* Company Info Styles */
  3902. .footer-logo-img {
  3903.    max-height: 100px;
  3904.    margin-bottom: 20px;
  3905. }
  3906.  
  3907. .footer-logo-text {
  3908.    color: var(--footer-color);
  3909. }
  3910.  
  3911. .company-description-text {
  3912.    font-size: 14px;
  3913.    line-height: 1.7;
  3914.    color: var(--footer-color);
  3915.    margin-bottom: 25px;
  3916. }
  3917.  
  3918. .contact-info2 .contact-item {
  3919.    display: flex;
  3920.    align-items: center;
  3921.    margin-bottom: 10px;
  3922.    font-size: 14px;
  3923. }
  3924.  
  3925. .contact-info2 .contact-item i {
  3926.    width: 20px;
  3927.    color: var(--footer-color);
  3928.    margin-right: 10px;
  3929. }
  3930.  
  3931. /* Footer Links Styles */
  3932. .footer-links {
  3933.    list-style: none;
  3934.    padding: 0;
  3935.    margin: 0;
  3936. }
  3937.  
  3938. .footer-links li {
  3939.    margin-bottom: 12px;
  3940. }
  3941. .footer-link2 {
  3942.    color: var(--footer-color) !important;
  3943. }
  3944. .footer-link2:hover {
  3945.    color: blue !important;
  3946. }
  3947. .footer-links a{
  3948.    color: var(--footer-color) !important;
  3949.    text-decoration: none;
  3950.    cursor: pointer;
  3951.    font-size: 14px;
  3952.    transition: all 0.3s ease;
  3953.    position: relative;
  3954. }
  3955.  
  3956. .footer-links a:hover {
  3957.    color: #4f46e5 !important;
  3958.    padding-left: 8px;
  3959. }
  3960.  
  3961. /* Footer Bottom Styles */
  3962. .footer-bottom {
  3963.    background: rgba(0, 0, 0, 0.3);
  3964.    padding: 20px 0;
  3965.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3966.    position: relative;
  3967.    z-index: 2;
  3968. }
  3969.  
  3970. .copyright-text-p {
  3971.    margin: 0;
  3972.    font-size: 14px;
  3973.    color: var(--footer-color);
  3974. }
  3975.  
  3976. .footer-sitename {
  3977.    color: var(--footer-color);
  3978. }
  3979.  
  3980. .bottom-menu {
  3981.    list-style: none;
  3982.    padding: 0;
  3983.    margin: 0;
  3984.    display: flex;
  3985.    justify-content: flex-end;
  3986.    gap: 20px;
  3987. }
  3988.  
  3989. .bottom-menu a {
  3990.    color: var(--footer-color);
  3991.    text-decoration: none;
  3992.    font-size: 14px;
  3993.    transition: color 0.3s ease;
  3994. }
  3995.  
  3996. .bottom-menu a:hover {
  3997.    color: #4f46e5;
  3998. }
  3999.  
  4000. @media (max-width: 768px) {
  4001.    .wpo-main-footer {
  4002.        padding: 40px 0 30px;
  4003.    }
  4004.    
  4005.    .bottom-menu {
  4006.        justify-content: center;
  4007.        margin-top: 15px;
  4008.    }
  4009.    
  4010.    .copyright-text {
  4011.        text-align: center;
  4012.    }
  4013.    
  4014.    .social-links {
  4015.        justify-content: center;
  4016.    }
  4017. }
  4018.  
  4019. @media (max-width: 576px) {
  4020.    .widget-title2 {
  4021.        font-size: 18px;
  4022.    }
  4023.    
  4024.    .newsletter-form .input-group {
  4025.        flex-direction: column;
  4026.    }
  4027.    
  4028.    .newsletter-form .btn {
  4029.        margin-top: 10px;
  4030.        border-radius: 8px;
  4031.    }
  4032.    
  4033.    .newsletter-form .form-control {
  4034.        border-radius: 8px;
  4035.    }
  4036. }
  4037. </style>
  4038.  
  4039.  
  4040. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4041.  document.addEventListener('DOMContentLoaded', function () {
  4042.    var btn = document.getElementById('toggleMore');
  4043.    if (!btn) return; // If there are <=5 items, no need for the button
  4044.  
  4045.    var extras = document.querySelectorAll('#blogroll li.extra');
  4046.  
  4047.    btn.addEventListener('click', function () {
  4048.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4049.        return li.classList.contains('d-none');
  4050.      });
  4051.  
  4052.      extras.forEach(function (li) {
  4053.        if (anyHidden) {
  4054.          li.classList.remove('d-none');
  4055.          li.classList.add('show'); // Show with smooth transition
  4056.        } else {
  4057.          li.classList.add('d-none');
  4058.          li.classList.remove('show'); // Hide smoothly
  4059.        }
  4060.      });
  4061.  
  4062.      // Update the button text and aria-expanded attribute
  4063.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4064.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4065.    });
  4066.  });
  4067. </script>
  4068.        <!-- end of wpo-site-footer-section -->
  4069.    </div>
  4070.    <!-- end of page-wrapper -->
  4071.  
  4072.    <!-- All JavaScript files
  4073.    ================================================== -->
  4074.    
  4075.  
  4076. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4077. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4078. <!-- Plugins for this template -->
  4079. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4080. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4081. <!-- Custom script for this template -->
  4082. <script src="/static/blogapp/assets/js/script.js"></script>
  4083.  
  4084. <script>
  4085. (function () {
  4086. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4087. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4088.  
  4089. function applyFallback(img) {
  4090. if (!img || img.dataset.fallbackApplied === "1") {
  4091. return;
  4092. }
  4093. var failedSrc = img.currentSrc || img.src || "";
  4094. img.dataset.fallbackApplied = "1";
  4095. img.onerror = null;
  4096. img.src = fallbackImageSrc;
  4097. console.warn("[ImageFallback] Replaced broken image:", {
  4098. failedSrc: failedSrc,
  4099. fallbackSrc: fallbackImageSrc,
  4100. alt: img.alt || "",
  4101. });
  4102. }
  4103.  
  4104. document.querySelectorAll("img").forEach(function (img) {
  4105. if (img.complete && img.naturalWidth === 0) {
  4106. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4107. failedSrc: img.currentSrc || img.src || "",
  4108. alt: img.alt || "",
  4109. });
  4110. applyFallback(img);
  4111. }
  4112. });
  4113.  
  4114. document.addEventListener(
  4115. "error",
  4116. function (event) {
  4117. var target = event.target;
  4118. if (target && target.tagName === "IMG") {
  4119. applyFallback(target);
  4120. }
  4121. },
  4122. true
  4123. );
  4124. })();
  4125. </script>
  4126.  
  4127. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4128.  
  4129.  
  4130.  
  4131. <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":"62b435494f8d46478e19ef26ace2d3bc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4132. </body>
  4133.  
  4134. </html>
  4135.  
  4136.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda