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://optixexchange.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_-_2025-04-28T174924.199_SOX2Lkp_t1zG22v.png">
  14.    
  15.  
  16.    <title>Optix Exchange: UK&#x27;s Premier Tech Blog for Latest Innovations</title>
  17.    <meta name="description" content="Optix Exchange delivers expert insights on technology trends, reviews, and industry news. Stay updated with cutting-edge developments in the UK tech scene.">
  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://optixexchange.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #134e4a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 14px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <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_44">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "The Reason PSG Are Focusing On Homegrown Players to Protect Their European Crown", url: "/the-reason-psg-are-focusing-on-homegrown-players-to-protect-their-european-crown/" },
  516.        
  517.            { title: "Democratic lawmakers Accuse Trump of ‘Intimidation’ Tactic as FBI Requests Meetings", url: "/democratic-lawmakers-accuse-trump-of-intimidation-tactic-as-fbi-requests-meetings/" },
  518.        
  519.            { title: "A Remarkable Twelve Months for Kicking Balls", url: "/a-remarkable-twelve-months-for-kicking-balls/" },
  520.        
  521.            { title: "Food Delivery: Fresh from the West Philippine Sea – A Compelling Journey Along Supply Lines amid the Regional Tension.", url: "/food-delivery-fresh-from-the-west-philippine-sea-a-compelling-journey-along-supply-lines-amid-the-regional-tension/" },
  522.        
  523.            { title: "Celebrity Traitors Finale Accidentally Made Available A Full Day Prematurely Outside the UK", url: "/celebrity-traitors-finale-accidentally-made-available-a-full-day-prematurely-outside-the-uk/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v7 py-2 mb-4">
  586.    <!-- Top Bar -->
  587.    <div class="top-bar-v7">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-center">
  590.                <div class="col-lg-3 col-md-4">
  591.                    <div class="logo-section-v7">
  592.                        <a class="brand-link-v7" href="/">
  593.                            
  594.                                Optix Exchange
  595.                            
  596.                        </a>
  597.                    </div>
  598.                </div>
  599.                <div class="col-lg-6 col-md-5">
  600.                    <div class="search-bar-v7">
  601.                        <form class="search-form-v7" action="#" method="get">
  602.                            <div class="search-container-v7">
  603.                                <input id="search-input" type="search" class="search-input-v7"
  604.                                    placeholder="Search articles, tutorials, news..." name="q">
  605.                                <button type="submit" class="search-btn-v7">
  606.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  607.                                        stroke-width="2">
  608.                                        <circle cx="11" cy="11" r="8"></circle>
  609.                                        <path d="m21 21-4.35-4.35"></path>
  610.                                    </svg>
  611.                                </button>
  612.                            </div>
  613.                            <div id="search-results" class="search-results-container search-v1"></div>
  614.                        </form>
  615.                    </div>
  616.                </div>
  617.                <div class="col-lg-3 col-md-3">
  618.                    <!-- Empty column for spacing -->
  619.                </div>
  620.            </div>
  621.        </div>
  622.    </div>
  623.  
  624.    <!-- Main Navigation -->
  625.    <div class="main-nav-v7">
  626.        <div class="container-fluid">
  627.            <div class="nav-wrapper-v7">
  628.  
  629.                <!-- Sidebar Navigation -->
  630.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  631.                    <div class="nav-header-v7">
  632.                        <h6 class="nav-title-v7">Navigation</h6>
  633.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  634.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  635.                                stroke-width="2">
  636.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  637.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  638.                            </svg>
  639.                        </button>
  640.                    </div>
  641.  
  642.                    <ul class="sidebar-menu-v7">
  643.                        <li class="sidebar-item-v7">
  644.                            <a href='/' class="sidebar-link-v7 active-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  648.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  649.                                </svg>
  650.                                Home
  651.                            </a>
  652.                        </li>
  653.  
  654.                        <li class="sidebar-item-v7 has-submenu-v7">
  655.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  656.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  657.                                    stroke="currentColor" stroke-width="2">
  658.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  659.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  660.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  661.                                </svg>
  662.                                Technology
  663.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <polyline points="6,9 12,15 18,9"></polyline>
  666.                                </svg>
  667.                            </a>
  668.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  669.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  670.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  671.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  672.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  673.                            </ul>
  674.                        </li>
  675.  
  676.                        <li class="sidebar-item-v7 has-submenu-v7">
  677.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  678.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  679.                                    stroke="currentColor" stroke-width="2">
  680.                                    <path
  681.                                        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">
  682.                                    </path>
  683.                                </svg>
  684.                                Business
  685.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  686.                                    stroke="currentColor" stroke-width="2">
  687.                                    <polyline points="6,9 12,15 18,9"></polyline>
  688.                                </svg>
  689.                            </a>
  690.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  691.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  692.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  693.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  694.                            </ul>
  695.                        </li>
  696.  
  697.                        <li class="sidebar-item-v7">
  698.                            <a href="#" class="sidebar-link-v7">
  699.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  700.                                    stroke="currentColor" stroke-width="2">
  701.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  702.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  703.                                </svg>
  704.                                Tutorials
  705.                            </a>
  706.                        </li>
  707.  
  708.                        <li class="sidebar-item-v7">
  709.                            <a href="#" class="sidebar-link-v7">
  710.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  711.                                    stroke="currentColor" stroke-width="2">
  712.                                    <polygon
  713.                                        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">
  714.                                    </polygon>
  715.                                </svg>
  716.                                Reviews
  717.                            </a>
  718.                        </li>
  719.  
  720.                        <li class="sidebar-item-v7">
  721.                            <a href="#" class="sidebar-link-v7">
  722.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  723.                                    stroke="currentColor" stroke-width="2">
  724.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  725.                                </svg>
  726.                                News
  727.                            </a>
  728.                        </li>
  729.  
  730.                        <li class="sidebar-item-v7">
  731.                            <a href="#" class="sidebar-link-v7">
  732.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  733.                                    stroke="currentColor" stroke-width="2">
  734.                                    <circle cx="12" cy="12" r="3"></circle>
  735.                                    <path
  736.                                        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">
  737.                                    </path>
  738.                                </svg>
  739.                                About
  740.                            </a>
  741.                        </li>
  742.  
  743.                        <li class="sidebar-item-v7">
  744.                            <a href="#" class="sidebar-link-v7">
  745.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  746.                                    stroke="currentColor" stroke-width="2">
  747.                                    <path
  748.                                        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">
  749.                                    </path>
  750.                                    <polyline points="22,6 12,13 2,6"></polyline>
  751.                                </svg>
  752.                                Contact
  753.                            </a>
  754.                        </li>
  755.                    </ul>
  756.                </nav>
  757.                <div class="sidebar-blur"></div>
  758.  
  759.                <!-- Main Content Area -->
  760.                <div class="content-area-v7">
  761.                    <!-- Horizontal Nav for Desktop -->
  762.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  763.                        <ul class="horizontal-menu-v7">
  764.  
  765.                            
  766.                            <li class="horizontal-item-v7">
  767.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  768.                            </li>
  769.  
  770.                            
  771.                            
  772.                             <li class="horizontal-item-v7">
  773.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  774.                                    All Posts
  775.                                </a>
  776.                                </li>
  777.  
  778.                                
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                             <li class="horizontal-item-v7">
  784.                                <a href="/category/business/" class="horizontal-link-v7">
  785.                                    Business
  786.                                </a>
  787.                                </li>
  788.  
  789.                                
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                             <li class="horizontal-item-v7">
  795.                                <a href="/category/esports/" class="horizontal-link-v7">
  796.                                    Esports
  797.                                </a>
  798.                                </li>
  799.  
  800.                                
  801.  
  802.                                        
  803.                                        
  804.                                
  805.                             <li class="horizontal-item-v7">
  806.                                <a href="/category/fashion/" class="horizontal-link-v7">
  807.                                    Fashion
  808.                                </a>
  809.                                </li>
  810.  
  811.                                
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                             <li class="horizontal-item-v7">
  817.                                <a href="/category/featured/" class="horizontal-link-v7">
  818.                                    Featured
  819.                                </a>
  820.                                </li>
  821.  
  822.                                
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                             <li class="horizontal-item-v7">
  828.                                <a href="/category/gaming/" class="horizontal-link-v7">
  829.                                    Gaming
  830.                                </a>
  831.                                </li>
  832.  
  833.                                
  834.  
  835.                                        
  836.                                        
  837.                                
  838.                             <li class="horizontal-item-v7">
  839.                                <a href="/category/health/" class="horizontal-link-v7">
  840.                                    Health
  841.                                </a>
  842.                                </li>
  843.  
  844.                                
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                
  851.                                <li class="horizontal-item-v7 dropdown-v7">
  852.                                    <a href="#" class="horizontal-link-v7">More</a>
  853.                                    <div class="horizontal-dropdown-v7">
  854.                                        <a href="/category/life-fitness/"
  855.                                            class="dropdown-item-v7">
  856.                                            Life &amp; Fitness
  857.                                        </a>
  858.                                        
  859.  
  860.                                        
  861.                                        
  862.                                
  863.                            
  864.                                        <a href="/category/lifestyle/"
  865.                                            class="dropdown-item-v7">
  866.                                            Lifestyle
  867.                                        </a>
  868.                                        
  869.  
  870.                                        
  871.                                        
  872.                                
  873.                            
  874.                                        <a href="/category/news/"
  875.                                            class="dropdown-item-v7">
  876.                                            News
  877.                                        </a>
  878.                                        
  879.  
  880.                                        
  881.                                        
  882.                                
  883.                            
  884.                                        <a href="/category/others/"
  885.                                            class="dropdown-item-v7">
  886.                                            Others
  887.                                        </a>
  888.                                        
  889.  
  890.                                        
  891.                                        
  892.                                
  893.                            
  894.                                        <a href="/category/politics/"
  895.                                            class="dropdown-item-v7">
  896.                                            Politics
  897.                                        </a>
  898.                                        
  899.  
  900.                                        
  901.                                        
  902.                                
  903.                            
  904.                                        <a href="/category/sports/"
  905.                                            class="dropdown-item-v7">
  906.                                            Sports
  907.                                        </a>
  908.                                        
  909.  
  910.                                        
  911.                                        
  912.                                
  913.                            
  914.                                        <a href="/category/tech/"
  915.                                            class="dropdown-item-v7">
  916.                                            Tech
  917.                                        </a>
  918.                                        
  919.  
  920.                                        
  921.                                        
  922.                                
  923.                            
  924.                                        <a href="/category/travel/"
  925.                                            class="dropdown-item-v7">
  926.                                            Travel
  927.                                        </a>
  928.                                        
  929.  
  930.                                        
  931.                                        
  932.                                    </div>
  933.                                </li>
  934.                                
  935.                                
  936. <li>
  937.                  <a href="/page/contact-us/">
  938.                     Contact Us
  939.                  </a>
  940.              </li>
  941.                        </ul>
  942.                    </nav>
  943.  
  944.  
  945.                    <!-- Mobile Menu Button -->
  946.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  947.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  948.                            stroke-width="2">
  949.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  950.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  951.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  952.                        </svg>
  953.                        Menu
  954.                    </button>
  955.                </div>
  956.            </div>
  957.        </div>
  958.    </div>
  959.  
  960.    <!-- Overlay for mobile sidebar -->
  961.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  962. </header>
  963.  
  964. <style>
  965.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  966.    .header-v7 {
  967.        position: relative;
  968.        background: var(--navbar-bg);
  969.    }
  970.  
  971.    /* Top Bar Styles */
  972.    .top-bar-v7 {
  973.        padding: 15px 0;
  974.        border-bottom: 1px solid var(--border-color);
  975.        background: var(--navbar-bg);
  976.    }
  977.  
  978.    .logo-img-v7 {
  979.        max-height: 70px;
  980.        transition: transform 0.3s ease;
  981.    }
  982.  
  983.    .logo-img-v7:hover {
  984.        transform: scale(1.05);
  985.    }
  986.  
  987.    /* Search Bar Styles */
  988.    .search-container-v7 {
  989.        position: relative;
  990.        display: flex;
  991.        align-items: center;
  992.        background: transparent;
  993.        border: 2px solid var(--border-color);
  994.        border-radius: 8px;
  995.        overflow: hidden;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-container-v7:focus-within {
  1000.        border-color: #007bff33;
  1001.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1002.    }
  1003.  
  1004.    .search-input-v7 {
  1005.        color: var(--topbar-color) !important;
  1006.        flex: 1;
  1007.        border: none;
  1008.        padding: 12px 16px;
  1009.        font-size: 14px;
  1010.        outline: none;
  1011.        background: transparent;
  1012.    }
  1013.  
  1014.    .search-input-v7::placeholder {
  1015.        color: #a0aec0;
  1016.    }
  1017.  
  1018.    .search-btn-v7 {
  1019.        background: var(--bs-primary);
  1020.        color: white;
  1021.        border: none;
  1022.        padding: 12px 16px;
  1023.        cursor: pointer;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .search-btn-v7:hover {
  1028.        background: #3182ce;
  1029.    }
  1030.  
  1031.    /* Header Actions */
  1032.    .header-actions-v7 {
  1033.        display: flex;
  1034.        align-items: center;
  1035.        gap: 15px;
  1036.        justify-content: flex-end;
  1037.    }
  1038.  
  1039.    .notification-btn-v7,
  1040.    .profile-btn-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        border-radius: 8px;
  1045.        cursor: pointer;
  1046.        transition: background 0.3s ease;
  1047.        position: relative;
  1048.    }
  1049.  
  1050.    .notification-btn-v7:hover,
  1051.    .profile-btn-v7:hover {
  1052.        background: #f1f5f9;
  1053.    }
  1054.  
  1055.    .notification-badge-v7 {
  1056.        position: absolute;
  1057.        top: 2px;
  1058.        right: 2px;
  1059.        background: #e53e3e;
  1060.        color: white;
  1061.        font-size: 16px;
  1062.        font-weight: 600;
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        border-radius: 50%;
  1066.        display: flex;
  1067.        align-items: center;
  1068.        justify-content: center;
  1069.    }
  1070.  
  1071.    .profile-avatar-v7 {
  1072.        width: 32px;
  1073.        height: 32px;
  1074.        background: var(--border-color);
  1075.        border-radius: 50%;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.    }
  1080.  
  1081.    /* Main Navigation */
  1082.    .main-nav-v7 {
  1083.        background: var(--navbar-bg);
  1084.    }
  1085.  
  1086.    .nav-wrapper-v7 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        justify-content: center;
  1090.        min-height: 60px;
  1091.    }
  1092.  
  1093.    /* Sidebar Navigation */
  1094.    .sidebar-nav-v7 {
  1095.        position: fixed;
  1096.        top: 0;
  1097.        left: -350px;
  1098.        width: 350px;
  1099.        height: 100vh;
  1100.        background: var(--navbar-bg);
  1101.        z-index: 1000;
  1102.        transition: left 0.3s ease;
  1103.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1104.        overflow-y: auto;
  1105.    }
  1106.  
  1107.    .sidebar-nav-v7.show-v7 {
  1108.        left: 0;
  1109.    }
  1110.  
  1111.    .nav-header-v7 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        justify-content: space-between;
  1115.        padding: 20px 25px;
  1116.        border-bottom: 1px solid var(--border-color);
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .nav-title-v7 {
  1121.        font-size: 16px;
  1122.        font-weight: 600;
  1123.        color: #2d3748;
  1124.        margin: 0;
  1125.    }
  1126.  
  1127.    .sidebar-close-v7 {
  1128.        background: none;
  1129.        border: none;
  1130.        padding: 8px;
  1131.        cursor: pointer;
  1132.        border-radius: 6px;
  1133.        transition: background 0.3s ease;
  1134.    }
  1135.  
  1136.    .sidebar-close-v7:hover {
  1137.        background: var(--border-color);
  1138.    }
  1139.  
  1140.    .sidebar-menu-v7 {
  1141.        list-style: none;
  1142.        padding: 20px 0;
  1143.        margin: 0;
  1144.    }
  1145.  
  1146.    .sidebar-item-v7 {
  1147.        margin-bottom: 5px;
  1148.    }
  1149.  
  1150.    .sidebar-link-v7 {
  1151.        display: flex;
  1152.        align-items: center;
  1153.        color: #4a5568;
  1154.        text-decoration: none;
  1155.        padding: 15px 25px;
  1156.        font-size: 15px;
  1157.        font-weight: 500;
  1158.        transition: all 0.3s ease;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .sidebar-link-v7:hover,
  1163.    .sidebar-link-v7.active-v7 {
  1164.        color: #007bff;
  1165.        background: var(--border-color);
  1166.    }
  1167.  
  1168.    .sidebar-link-v7.active-v7::before {
  1169.        content: '';
  1170.        position: absolute;
  1171.        left: 0;
  1172.        top: 0;
  1173.        bottom: 0;
  1174.        width: 4px;
  1175.        background: #007bff;
  1176.    }
  1177.  
  1178.    .sidebar-icon-v7 {
  1179.        margin-right: 12px;
  1180.        color: currentColor;
  1181.    }
  1182.  
  1183.    .submenu-arrow-v7 {
  1184.        margin-left: auto;
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1189.        transform: rotate(180deg);
  1190.    }
  1191.  
  1192.    .sidebar-submenu-v7 {
  1193.        list-style: none;
  1194.        padding: 0;
  1195.        margin: 0;
  1196.        max-height: 0;
  1197.        overflow: hidden;
  1198.        transition: max-height 0.3s ease;
  1199.        background: var(--navbar-bg);
  1200.    }
  1201.  
  1202.    .sidebar-submenu-v7.show-v7 {
  1203.        max-height: 300px;
  1204.        padding: 10px 0;
  1205.    }
  1206.  
  1207.    .sidebar-sublink-v7 {
  1208.        display: block;
  1209.        color: #718096;
  1210.        text-decoration: none;
  1211.        padding: 10px 25px 10px 55px;
  1212.        font-size: 14px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .sidebar-sublink-v7:hover {
  1217.        color: #007bff;
  1218.        background: var(--border-color);
  1219.    }
  1220.  
  1221.    /* Sidebar Footer */
  1222.    .sidebar-footer-v7 {
  1223.        padding: 25px;
  1224.        margin-top: auto;
  1225.        border-top: 1px solid var(--border-color);
  1226.    }
  1227.  
  1228.    .sidebar-cta-v7 {
  1229.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1230.        padding: 20px;
  1231.        border-radius: 12px;
  1232.        text-align: center;
  1233.        color: white;
  1234.    }
  1235.  
  1236.    .cta-title-v7 {
  1237.        font-size: 14px;
  1238.        font-weight: 600;
  1239.        margin: 0 0 5px 0;
  1240.    }
  1241.  
  1242.    .cta-text-v7 {
  1243.        font-size: 12px;
  1244.        margin: 0 0 15px 0;
  1245.        opacity: 0.9;
  1246.    }
  1247.  
  1248.    .cta-btn-v7 {
  1249.        background: rgba(255, 255, 255, 0.2);
  1250.        color: white;
  1251.        border: 1px solid rgba(255, 255, 255, 0.3);
  1252.        padding: 8px 20px;
  1253.        border-radius: 20px;
  1254.        font-size: 12px;
  1255.        font-weight: 500;
  1256.        cursor: pointer;
  1257.        transition: all 0.3s ease;
  1258.    }
  1259.  
  1260.    .cta-btn-v7:hover {
  1261.        background: rgba(255, 255, 255, 0.3);
  1262.    }
  1263.  
  1264.    /* Horizontal Navigation for Desktop */
  1265.    .horizontal-nav-v7 {
  1266.        flex: 1;
  1267.        display: flex;
  1268.        justify-content: center;
  1269.    }
  1270.  
  1271.    .horizontal-menu-v7 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.        display: flex;
  1276.        align-items: center;
  1277.    }
  1278.  
  1279.    .horizontal-item-v7 {
  1280.        position: relative;
  1281.        margin-right: 30px;
  1282.    }
  1283.  
  1284.    .horizontal-link-v7 {
  1285.        color: #4a5568;
  1286.        text-decoration: none;
  1287.        font-size: 16px;
  1288.        font-weight: 500;
  1289.        padding: 20px 0;
  1290.        position: relative;
  1291.        transition: color 0.3s ease;
  1292.    }
  1293.  
  1294.    .horizontal-link-v7::after {
  1295.        content: '';
  1296.        position: absolute;
  1297.        bottom: 0;
  1298.        left: 0;
  1299.        width: 0;
  1300.        height: 2px;
  1301.        background: #007bff;
  1302.        transition: width 0.3s ease;
  1303.    }
  1304.  
  1305.    .horizontal-link-v7:hover,
  1306.    .horizontal-link-v7.active-v7 {
  1307.        color: #007bff;
  1308.        font-weight: 600;
  1309.    }
  1310.  
  1311.    .horizontal-link-v7:hover::after,
  1312.    .horizontal-link-v7.active-v7::after {
  1313.        width: 100%;
  1314.    }
  1315.  
  1316.    /* Horizontal Dropdown */
  1317.    .horizontal-dropdown-v7 {
  1318.        position: absolute;
  1319.        top: 100%;
  1320.        left: 0;
  1321.        background: var(--navbar-bg);
  1322.        min-width: 200px;
  1323.        border-radius: 8px;
  1324.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1325.        opacity: 0;
  1326.        visibility: hidden;
  1327.        transform: translateY(-10px);
  1328.        transition: all 0.3s ease;
  1329.        padding: 10px 0;
  1330.        z-index: 100;
  1331.    }
  1332.  
  1333.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateY(0);
  1337.    }
  1338.  
  1339.    .dropdown-item-v7 {
  1340.        display: block;
  1341.        color: #4a5568;
  1342.        text-decoration: none;
  1343.        padding: 12px 20px;
  1344.        font-size: 14px;
  1345.        transition: all 0.3s ease;
  1346.    }
  1347.  
  1348.    .dropdown-item-v7:hover {
  1349.        color: #007bff;
  1350.        background: #565758ff;
  1351.    }
  1352.  
  1353.    /* Mobile Menu Button */
  1354.    .mobile-menu-btn-v7 {
  1355.        background: none;
  1356.        border: 1px solid var(--border-color);
  1357.        padding: 10px 15px;
  1358.        border-radius: 8px;
  1359.        cursor: pointer;
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 8px;
  1363.        font-size: 14px;
  1364.        font-weight: 500;
  1365.        color: #4a5568;
  1366.        transition: all 0.3s ease;
  1367.        margin: 0 auto;
  1368.    }
  1369.  
  1370.    .mobile-menu-btn-v7:hover {
  1371.        border-color: #cbd5e0;
  1372.        opacity: 0.7;
  1373.    }
  1374.  
  1375.    /* Sidebar Overlay */
  1376.    .sidebar-overlay-v7 {
  1377.        position: fixed;
  1378.        top: 0;
  1379.        left: 0;
  1380.        right: 0;
  1381.        bottom: 0;
  1382.        background: rgba(0, 0, 0, 0.5);
  1383.        z-index: 999;
  1384.        opacity: 0;
  1385.        visibility: hidden;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .sidebar-overlay-v7.show-v7 {
  1390.        opacity: 1;
  1391.        visibility: visible;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 991px) {
  1396.        .top-bar-v7 .col-lg-6 {
  1397.            order: 3;
  1398.            margin-top: 15px;
  1399.        }
  1400.  
  1401.        .header-actions-v7 {
  1402.            justify-content: flex-start;
  1403.        }
  1404.    }
  1405.  
  1406.    @media (max-width: 768px) {
  1407.        .sidebar-nav-v7 {
  1408.            width: 300px;
  1409.            left: -300px;
  1410.        }
  1411.  
  1412.        .search-container-v7 {
  1413.            margin-top: 10px;
  1414.        }
  1415.    }
  1416. </style>
  1417.  
  1418. <script>
  1419.    function openSidebarV7() {
  1420.        const sidebar = document.getElementById('sidebarNavV7');
  1421.        const overlay = document.getElementById('sidebarOverlayV7');
  1422.  
  1423.        sidebar.classList.add('show-v7');
  1424.        overlay.classList.add('show-v7');
  1425.        document.body.style.overflow = 'hidden';
  1426.    }
  1427.  
  1428.    function closeSidebarV7() {
  1429.        const sidebar = document.getElementById('sidebarNavV7');
  1430.        const overlay = document.getElementById('sidebarOverlayV7');
  1431.  
  1432.        sidebar.classList.remove('show-v7');
  1433.        overlay.classList.remove('show-v7');
  1434.        document.body.style.overflow = '';
  1435.    }
  1436.  
  1437.    function toggleSubmenuV7(submenuId) {
  1438.        const submenu = document.getElementById(submenuId);
  1439.        const parentItem = submenu.closest('.sidebar-item-v7');
  1440.  
  1441.        // Close other open submenus
  1442.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1443.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1444.  
  1445.        allSubmenus.forEach(menu => {
  1446.            if (menu.id !== submenuId) {
  1447.                menu.classList.remove('show-v7');
  1448.            }
  1449.        });
  1450.  
  1451.        allParentItems.forEach(item => {
  1452.            if (item !== parentItem) {
  1453.                item.classList.remove('open-v7');
  1454.            }
  1455.        });
  1456.  
  1457.        // Toggle current submenu
  1458.        submenu.classList.toggle('show-v7');
  1459.        parentItem.classList.toggle('open-v7');
  1460.    }
  1461.  
  1462.    // Close sidebar when clicking outside
  1463.    document.addEventListener('click', function (event) {
  1464.        const sidebar = document.getElementById('sidebarNavV7');
  1465.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1466.  
  1467.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1468.            closeSidebarV7();
  1469.        }
  1470.    });
  1471.  
  1472.    // Handle window resize
  1473.    window.addEventListener('resize', function () {
  1474.        if (window.innerWidth >= 992) {
  1475.            closeSidebarV7();
  1476.        }
  1477.    });
  1478. </script>
  1479.  
  1480. <script>
  1481.  document.addEventListener("DOMContentLoaded", function () {
  1482.    console.log("loaded");
  1483.  
  1484.     const searchInput = document.getElementById("search-input")
  1485.    const searchResults = document.getElementById("search-results");
  1486.  
  1487.    if (!searchInput || !searchResults) {
  1488.      console.error("Search input/results not found");
  1489.      return;
  1490.    }
  1491.  
  1492.    // Prevent form submission
  1493.    if (searchInput.form) {
  1494.      searchInput.form.addEventListener("submit", function (e) {
  1495.        e.preventDefault();
  1496.      });
  1497.    }
  1498.  
  1499.    // Add event listener for keyup
  1500.    searchInput.addEventListener("keyup", function (e) {
  1501.      console.log("Key pressed:", e.key);
  1502.      e.preventDefault();
  1503.  
  1504.      const query = searchInput.value.trim();
  1505.      console.log("User is typing: " + query);
  1506.  
  1507.      // If empty → clear and hide
  1508.      if (query === "") {
  1509.        searchResults.innerHTML = "";
  1510.        searchResults.style.display = "none";
  1511.        return;
  1512.      }
  1513.  
  1514.      // Show results
  1515.      searchResults.style.display = "block";
  1516.  
  1517.      // Fetch search results
  1518.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1519.        method: "GET",
  1520.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1521.      })
  1522.        .then(response => {
  1523.          console.log("Response Status:", response.status);
  1524.          return response.json();
  1525.        })
  1526.        .then(data => {
  1527.          console.log("Data received:", data);
  1528.          if (data.html) {
  1529.            searchResults.innerHTML = data.html;
  1530.          } else {
  1531.            searchResults.innerHTML = "<p>No results found.</p>";
  1532.          }
  1533.        })
  1534.        .catch(error => {
  1535.          console.error("Error fetching search results:", error);
  1536.        });
  1537.    });
  1538.  
  1539.    // Close results when clicking outside
  1540.    document.addEventListener("click", function (e) {
  1541.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1542.        searchResults.style.display = "none";
  1543.      }
  1544.    });
  1545.  
  1546.    // Close results on ESC key
  1547.    document.addEventListener("keydown", function (e) {
  1548.      if (e.key === "Escape") {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  });
  1553. </script>
  1554.  
  1555. <style>
  1556.        /* search field */
  1557.  .search-results-container {
  1558.  position: absolute;
  1559.  top: 100%; /* Position it below the input field */
  1560.  left: 10px;
  1561.  right: 10px;
  1562.  background-color: white;
  1563.  border: 1px solid #ddd;
  1564.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1565.  max-height: 300px;
  1566.  overflow-y: auto;
  1567.  z-index: 1000;
  1568.  display: none; /* Initially hidden */
  1569. }
  1570.  
  1571. .search-results-container p {
  1572.  margin: 0;
  1573. }
  1574.  
  1575. .search-results-container .result-item {
  1576.  padding: 10px;
  1577.  cursor: pointer;
  1578. }
  1579.  
  1580. .search-results-container .result-item:hover {
  1581.  background-color: #f0f0f0;
  1582. }
  1583. </style>
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <div class="blog-hero-v8 my-5">
  1597.  <div class="container-fluid fluid-container">
  1598.    <!-- Full-Width Featured Article -->
  1599.    <div class="row g-4 mb-5">
  1600.      <div class="col-12">
  1601.        
  1602.        
  1603.          
  1604.        <article class="full-featured">
  1605.          <div class="featured-image-container">
  1606.            
  1607.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Jamaican Icon Jimmy Cliff, Music Superstar and Cultural Figure, Dies at 81 Years of Age" class="featured-image" />
  1608.            
  1609.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1610.          </div>
  1611.          <div class="featured-content">
  1612.            <h1 class="featured-title">
  1613.              <a href="/jamaican-icon-jimmy-cliff-music-superstar-and-cultural-figure-dies-at-81-years-of-age/">Jamaican Icon Jimmy Cliff, Music Superstar and Cultural Figure, Dies at 81 Years of Age</a>
  1614.            </h1>
  1615.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1616.            <div class="article-meta">
  1617.              <div class="author-info">
  1618.                
  1619.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Maria Webb's Profile" class="author-pic" />
  1620.                
  1621.                <div class="author-text">
  1622.                  <span class="author-name">Maria Webb</span>
  1623.                  
  1624.                  <span class="post-time">May 20, 2026</span>
  1625.                </div>
  1626.              </div>
  1627.              <div class="reading-info">
  1628.                
  1629.              </div>
  1630.            </div>
  1631.          </div>
  1632.        </article>
  1633.  
  1634.        
  1635.        
  1636.      </div>
  1637.    </div>
  1638.  
  1639.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1640.    <div class="row g-4">
  1641.      
  1642.      <div class="col-lg-3 col-md-6 col-12">
  1643.        <article class="compact-card">
  1644.          <div class="compact-image">
  1645.            
  1646.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Blasts Hit Kyiv, Taking a Soldier&#x27;s Life and Injuring Four in Militant Attack" />
  1647.            
  1648.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1649.          </div>
  1650.          <div class="compact-body">
  1651.            <h3 class="compact-title">
  1652.              <a href="/blasts-hit-kyiv-taking-a-soldiers-life-and-injuring-four-in-militant-attack/">Blasts Hit Kyiv, Taking a Soldier&#x27;s Life and Injuring Four in Militant Attack</a>
  1653.            </h3>
  1654.            <p class="compact-text"></p>
  1655.            <div class="compact-footer">
  1656.              <div class="compact-author">
  1657.                
  1658.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Maria Webb's Profile" class="compact-avatar" />
  1659.                
  1660.                <span class="compact-name">Maria …</span>
  1661.              </div>
  1662.              <span class="compact-date">May 20</span>
  1663.            </div>
  1664.          </div>
  1665.        </article>
  1666.      </div>
  1667.      
  1668.      <div class="col-lg-3 col-md-6 col-12">
  1669.        <article class="compact-card">
  1670.          <div class="compact-image">
  1671.            
  1672.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Defiant Remarks Upholds ‘Drug Boat’ Strikes Amid Scrutiny" />
  1673.            
  1674.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1675.          </div>
  1676.          <div class="compact-body">
  1677.            <h3 class="compact-title">
  1678.              <a href="/defiant-remarks-upholds-drug-boat-strikes-amid-scrutiny/">Defiant Remarks Upholds ‘Drug Boat’ Strikes Amid Scrutiny</a>
  1679.            </h3>
  1680.            <p class="compact-text"></p>
  1681.            <div class="compact-footer">
  1682.              <div class="compact-author">
  1683.                
  1684.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Maria Webb's Profile" class="compact-avatar" />
  1685.                
  1686.                <span class="compact-name">Maria …</span>
  1687.              </div>
  1688.              <span class="compact-date">May 20</span>
  1689.            </div>
  1690.          </div>
  1691.        </article>
  1692.      </div>
  1693.      
  1694.      <div class="col-lg-3 col-md-6 col-12">
  1695.        <article class="compact-card">
  1696.          <div class="compact-image">
  1697.            
  1698.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Correctional Facility Recorded Conversation Recordings Raise Doubts About Former Abercrombie Executive&#x27;s Competency for Legal Case" />
  1699.            
  1700.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1701.          </div>
  1702.          <div class="compact-body">
  1703.            <h3 class="compact-title">
  1704.              <a href="/correctional-facility-recorded-conversation-recordings-raise-doubts-about-former-abercrombie-executives-competency-for-legal-case/">Correctional Facility Recorded Conversation Recordings Raise Doubts About Former Abercrombie Executive&#x27;s Competency for Legal Case</a>
  1705.            </h3>
  1706.            <p class="compact-text"></p>
  1707.            <div class="compact-footer">
  1708.              <div class="compact-author">
  1709.                
  1710.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Maria Webb's Profile" class="compact-avatar" />
  1711.                
  1712.                <span class="compact-name">Maria …</span>
  1713.              </div>
  1714.              <span class="compact-date">May 20</span>
  1715.            </div>
  1716.          </div>
  1717.        </article>
  1718.      </div>
  1719.      
  1720.  
  1721.      <!-- Recent Articles Sidebar -->
  1722.      <div class="col-lg-3 col-md-6 col-12">
  1723.        <div class="recent-section">
  1724.          <h3 class="recent-title">Recent Articles</h3>
  1725.          <div class="recent-list">
  1726.            
  1727.            <div class="recent-item">
  1728.              <div class="recent-content">
  1729.                <h4 class="recent-article-title">
  1730.                  <a href="/long-forgotten-bach-works-performed-for-first-time-in-three-centuries/">Long-Forgotten Bach Works Performed for First Time in …</a>
  1731.                </h4>
  1732.                <span class="recent-date">May 20, 2026</span>
  1733.              </div>
  1734.            </div>
  1735.            
  1736.          </div>
  1737.        </div>
  1738.      </div>
  1739.    </div>
  1740.  </div>
  1741. </div>
  1742.  
  1743.  
  1744.  
  1745. <style>
  1746.  /* Full-Width Featured Article */
  1747.  .full-featured {
  1748.    background: var(--card-bg, #ffffff);
  1749.    border-radius: 12px;
  1750.    overflow: hidden;
  1751.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1752.    border: 1px solid var(--border-color, #e5e7eb);
  1753.    transition: box-shadow 0.3s ease;
  1754.  }
  1755.  
  1756.  .full-featured:hover {
  1757.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1758.  }
  1759.  
  1760.  .featured-image-container {
  1761.    position: relative;
  1762.    height: 400px;
  1763.    overflow: hidden;
  1764.  }
  1765.  
  1766.  .featured-image {
  1767.    width: 100%;
  1768.    height: 100%;
  1769.    object-fit: cover;
  1770.  }
  1771.  
  1772.  .featured-content {
  1773.    padding: 2rem;
  1774.  }
  1775.  
  1776.  .featured-title {
  1777.    font-size: 2.5rem;
  1778.    font-weight: 700;
  1779.    color: #111827;
  1780.    margin-bottom: 1rem;
  1781.    line-height: 1.2;
  1782.  }
  1783.  
  1784.  .featured-title a {
  1785.    color: inherit;
  1786.    text-decoration: none;
  1787.  }
  1788.  
  1789.  .featured-title a:hover {
  1790.    color: #3b82f6;
  1791.    transition: color 0.3s ease;
  1792.  }
  1793.  
  1794.  .featured-summary {
  1795.    font-size: 1.1rem;
  1796.    color: #4b5563;
  1797.    line-height: 1.6;
  1798.    margin-bottom: 1.5rem;
  1799.  }
  1800.  
  1801.  /* Category Tags - Dynamic Colors */
  1802.  .category-tag {
  1803.    position: absolute;
  1804.    top: 1rem;
  1805.    left: 1rem;
  1806.    padding: 0.4rem 1.2rem;
  1807.    font-size: 0.8rem;
  1808.    font-weight: 600;
  1809.    text-transform: uppercase;
  1810.    color: white;
  1811.    border-radius: 20px;
  1812.    z-index: 2;
  1813.  }
  1814.  
  1815.  /* Category Colors */
  1816.  
  1817.  .business-tag, .business-cat { background-color: #10b981; }
  1818.  
  1819.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1820.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1821.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1822.  .health-tag, .health-cat { background-color: #84cc16; }
  1823.  
  1824.  /* Article Meta */
  1825.  .article-meta {
  1826.    display: flex;
  1827.    align-items: center;
  1828.    justify-content: space-between;
  1829.    font-size: 0.9rem;
  1830.    color: #6b7280;
  1831.  }
  1832.  
  1833.  .author-info {
  1834.    display: flex;
  1835.    align-items: center;
  1836.    gap: 0.75rem;
  1837.  }
  1838.  
  1839.  .author-pic {
  1840.    width: 40px;
  1841.    height: 40px;
  1842.    border-radius: 50%;
  1843.    object-fit: cover;
  1844.  }
  1845.  
  1846.  .author-name {
  1847.    font-weight: 600;
  1848.    color: var(--topbar-color, #111827);
  1849.  }
  1850.  
  1851.  .post-time {
  1852.    font-size: 0.85rem;
  1853.    color: #6b7280;
  1854.  }
  1855.  
  1856.  .read-time {
  1857.    background: #f3f4f6;
  1858.    padding: 0.25rem 0.75rem;
  1859.    border-radius: 12px;
  1860.    font-size: 0.8rem;
  1861.  }
  1862.  
  1863.  /* Compact Cards */
  1864.  .compact-card {
  1865.    background: var(--card-bg, #ffffff);
  1866.    border-radius: 12px;
  1867.    overflow: hidden;
  1868.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1869.    border: 1px solid var(--border-color, #e5e7eb);
  1870.    transition: box-shadow 0.3s ease;
  1871.    height: 100%;
  1872.  }
  1873.  
  1874.  .compact-card:hover {
  1875.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1876.  }
  1877.  
  1878.  .compact-image {
  1879.    position: relative;
  1880.    height: 160px;
  1881.    overflow: hidden;
  1882.  }
  1883.  
  1884.  .compact-image img {
  1885.    width: 100%;
  1886.    height: 100%;
  1887.    object-fit: cover;
  1888.  }
  1889.  
  1890.  .compact-category {
  1891.    position: absolute;
  1892.    top: 0.75rem;
  1893.    left: 0.75rem;
  1894.    padding: 0.3rem 1rem;
  1895.    font-size: 0.75rem;
  1896.    border-radius: 20px;
  1897.    color: white;
  1898.    font-weight: 600;
  1899.    text-transform: uppercase;
  1900.  }
  1901.  
  1902.  .compact-body {
  1903.    padding: 1.25rem;
  1904.  }
  1905.  
  1906.  .compact-title {
  1907.    font-size: 1.1rem;
  1908.    font-weight: 600;
  1909.    color: #111827;
  1910.    margin-bottom: 0.5rem;
  1911.    line-height: 1.3;
  1912.  }
  1913.  
  1914.  .compact-title a {
  1915.    color: inherit;
  1916.    text-decoration: none;
  1917.  }
  1918.  
  1919.  .compact-title a:hover {
  1920.    color: #3b82f6;
  1921.    transition: color 0.3s ease;
  1922.  }
  1923.  
  1924.  .compact-text {
  1925.    font-size: 0.9rem;
  1926.    color: #4b5563;
  1927.    line-height: 1.5;
  1928.  }
  1929.  
  1930.  .compact-footer {
  1931.    display: flex;
  1932.    justify-content: space-between;
  1933.    align-items: center;
  1934.    margin-top: 1rem;
  1935.    font-size: 0.85rem;
  1936.    color: #6b7280;
  1937.  }
  1938.  
  1939.  .compact-author {
  1940.    display: flex;
  1941.    align-items: center;
  1942.    gap: 0.5rem;
  1943.  }
  1944.  
  1945.  .compact-avatar {
  1946.    width: 28px;
  1947.    height: 28px;
  1948.    border-radius: 50%;
  1949.    object-fit: cover;
  1950.  }
  1951.  
  1952.  .compact-name {
  1953.    color: var(--topbar-color, #111827);
  1954.    font-weight: 500;
  1955.  }
  1956.  
  1957.  /* Recent Articles Sidebar */
  1958.  .recent-section {
  1959.    background: var(--card-bg, #ffffff);
  1960.    border-radius: 12px;
  1961.    padding: 1.5rem;
  1962.    border: 1px solid var(--border-color, #e5e7eb);
  1963.    height: 100%;
  1964.  }
  1965.  
  1966.  .recent-title {
  1967.    font-size: 1.2rem;
  1968.    font-weight: 700;
  1969.    color: #111827;
  1970.    margin-bottom: 1rem;
  1971.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1972.    padding-bottom: 0.5rem;
  1973.  }
  1974.  
  1975.  .recent-list {
  1976.    display: flex;
  1977.    flex-direction: column;
  1978.    gap: 1rem;
  1979.  }
  1980.  
  1981.  .recent-item {
  1982.    padding: 0.75rem;
  1983.    border-radius: 8px;
  1984.    transition: background 0.2s ease;
  1985.    border: 1px solid var(--border-color, #e5e7eb);
  1986.  }
  1987.  
  1988.  .recent-item:hover {
  1989.    background: var(--card-bg);
  1990.  }
  1991.  
  1992.  .recent-article-title {
  1993.    font-size: 0.95rem;
  1994.    font-weight: 500;
  1995.    color: var(--topbar-color, #111827);
  1996.    margin-bottom: 0.25rem;
  1997.  }
  1998.  
  1999.  .recent-article-title a {
  2000.    color: inherit;
  2001.    text-decoration: none;
  2002.  }
  2003.  
  2004.  .recent-article-title a:hover {
  2005.    color: #3b82f6;
  2006.    transition: color 0.3s ease;
  2007.  }
  2008.  
  2009.  .recent-date {
  2010.    font-size: 0.8rem;
  2011.    color: #6b7280;
  2012.  }
  2013.  
  2014.  /* Responsive Design */
  2015.  @media (max-width: 992px) {
  2016.    .featured-image-container {
  2017.      height: 300px;
  2018.    }
  2019.    
  2020.    .featured-title {
  2021.      font-size: 2rem;
  2022.    }
  2023.    
  2024.    .compact-image {
  2025.      height: 140px;
  2026.    }
  2027.  }
  2028.  
  2029.  @media (max-width: 768px) {
  2030.    .featured-content,
  2031.    .compact-body {
  2032.      padding: 1.5rem;
  2033.    }
  2034.    
  2035.    .article-meta {
  2036.      flex-direction: column;
  2037.      align-items: flex-start;
  2038.      gap: 0.75rem;
  2039.    }
  2040.    
  2041.    .recent-section {
  2042.      margin-top: 2rem;
  2043.    }
  2044.  }
  2045.  
  2046.  @media (max-width: 576px) {
  2047.    .featured-title {
  2048.      font-size: 1.8rem;
  2049.    }
  2050.    
  2051.    .compact-title {
  2052.      font-size: 1rem;
  2053.    }
  2054.    
  2055.    .featured-content {
  2056.      padding: 1rem;
  2057.    }
  2058.    
  2059.    .compact-body {
  2060.      padding: 1rem;
  2061.    }
  2062.  }
  2063. </style>
  2064.  
  2065.  
  2066.        <!-- end of wpo-blog-hero -->
  2067.  
  2068.        <!-- start of wpo-breacking-news -->
  2069.        
  2070.        <!-- end of wpo-breacking-news -->
  2071.        
  2072.        <!-- start wpo-blog-highlights-section -->
  2073.        
  2074.  
  2075.  
  2076.  
  2077.    
  2078.  
  2079.  
  2080.  
  2081. <style>
  2082.    .blog-highlights-v4 {
  2083.        padding: 30px 0;
  2084.        position: relative;
  2085.        min-height: 100vh;
  2086.        background: transparent; /* Solid background color */
  2087.    }
  2088.  
  2089.    /* Blog Container */
  2090.    .blog-container-v4 {
  2091.        position: relative;
  2092.        z-index: 10;
  2093.    }
  2094.  
  2095.    /* Card Design */
  2096.    .blog-card-v4 {
  2097.        border-radius: 25px;
  2098.        background: var(--card-bg);
  2099.        border: 1px solid var(--border-color);
  2100.        position: relative;
  2101.        overflow: hidden;
  2102.        transition: opacity 1.2s ease; /* Fade animation for card */
  2103.    }
  2104.  
  2105.    /* Image Container */
  2106.    .blog-image-container-v4 {
  2107.        height: 280px;
  2108.        border-radius: 20px 20px 0 0;
  2109.        overflow: hidden;
  2110.        position: relative;
  2111.        z-index: 2;
  2112.    }
  2113.  
  2114.    .blog-image-v4 {
  2115.        width: 100%;
  2116.        height: 100%;
  2117.        position: relative;
  2118.        overflow: hidden;
  2119.    }
  2120.  
  2121.    .blog-image-v4 img {
  2122.        width: 100%;
  2123.        height: 100%;
  2124.        object-fit: cover;
  2125.    }
  2126.  
  2127.    /* Category Badge */
  2128.    .blog-category-v4 {
  2129.        position: absolute;
  2130.        top: 20px;
  2131.        left: 20px;
  2132.        padding: 10px 18px;
  2133.        border-radius: 20px;
  2134.        font-size: 11px;
  2135.        font-weight: 700;
  2136.        text-transform: uppercase;
  2137.        letter-spacing: 1.2px;
  2138.        z-index: 5;
  2139.        border: 1px solid rgba(255, 255, 255, 0.3);
  2140.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2141.    }
  2142.  
  2143.    /* Content Area */
  2144.    .blog-content-v4 {
  2145.        padding: 20px 25px 25px;
  2146.        display: flex;
  2147.        flex-direction: column;
  2148.        justify-content: space-between;
  2149.        position: relative;
  2150.        z-index: 2;
  2151.    }
  2152.  
  2153.    /* Title */
  2154.    .blog-title-v4 {
  2155.        font-size: 20px;
  2156.        font-weight: 800;
  2157.        line-height: 1.3;
  2158.        margin-bottom: 8px;
  2159.    }
  2160.  
  2161.    .blog-title-v4 a {
  2162.        text-decoration: none;
  2163.    }
  2164.  
  2165.    /* Meta Information */
  2166.    .blog-meta-v4 {
  2167.        display: flex;
  2168.        align-items: center;
  2169.        gap: 12px;
  2170.        margin-bottom: 15px;
  2171.        font-size: 13px;
  2172.    }
  2173.  
  2174.    .blog-author-img-v4 {
  2175.        width: 35px;
  2176.        height: 35px;
  2177.        border-radius: 50%;
  2178.        border: 2px solid var(--border-color);
  2179.    }
  2180.  
  2181.    /* Excerpt */
  2182.    .blog-excerpt-v4 {
  2183.        font-size: 14px;
  2184.        line-height: 1.6;
  2185.        margin-bottom: 8px;
  2186.        display: -webkit-box;
  2187.        -webkit-line-clamp: 3;
  2188.        -webkit-box-orient: vertical;
  2189.        overflow: hidden;
  2190.    }
  2191.  
  2192.    /* Actions Area */
  2193.    .blog-actions-v4 {
  2194.        display: flex;
  2195.        justify-content: space-between;
  2196.        align-items: center;
  2197.    }
  2198.  
  2199.    .blog-stats-v4 {
  2200.        display: flex;
  2201.        gap: 20px;
  2202.        align-items: center;
  2203.    }
  2204.  
  2205.    .blog-stat-item-v4 {
  2206.        display: flex;
  2207.        align-items: center;
  2208.        gap: 6px;
  2209.        font-size: 12px;
  2210.    }
  2211.  
  2212.    /* Read More Button */
  2213.    .blog-read-more-v4 {
  2214.        width: 40px;
  2215.        height: 40px;
  2216.        border-radius: 50%;
  2217.        background: var(--border-color);
  2218.        border: 2px solid var(--border-color);
  2219.        display: flex;
  2220.        align-items: center;
  2221.        justify-content: center;
  2222.        text-decoration: none;
  2223.    }
  2224.  
  2225.    ..blog-read-more-v4:hover{
  2226.        background-color: #172133;
  2227.    }
  2228.    /* Section Header */
  2229.    .section-header-v4 {
  2230.        text-align: center;
  2231.        margin-bottom: 40px;
  2232.        position: relative;
  2233.        z-index: 15;
  2234.    }
  2235.  
  2236.    .section-title-v4 {
  2237.        font-size: 3.5rem;
  2238.        font-weight: 900;
  2239.        margin-bottom: .5rem;
  2240.    }
  2241.  
  2242.    .section-subtitle-v4 {
  2243.        font-size: 1.4rem;
  2244.        max-width: 700px;
  2245.        margin: 0 auto;
  2246.        line-height: 1.7;
  2247.        font-weight: 300;
  2248.    }
  2249.  
  2250.    /* Scroll Fade Animation */
  2251.    .scroll-trigger {
  2252.        opacity: 0;
  2253.        transition: opacity 1.2s ease;
  2254.    }
  2255.  
  2256.    .scroll-trigger.active {
  2257.        opacity: 1;
  2258.    }
  2259.  
  2260.    /* Responsive Design */
  2261.    @media (max-width: 768px) {
  2262.        .section-title-v4 {
  2263.            font-size: 3rem;
  2264.        }
  2265.        .blog-highlights-v4 {
  2266.            padding: 80px 0;
  2267.        }
  2268.        .blog-card-v4 {
  2269.            height: 450px;
  2270.        }
  2271.        .blog-content-v4 {
  2272.            padding: 15px 20px 20px;
  2273.        }
  2274.    }
  2275. </style>
  2276.  
  2277. <section class="blog-highlights-v4">
  2278.    <div class="container-fluid fluid-container blog-container-v4">
  2279.        <!-- Section Header -->
  2280.        <div class="row">
  2281.            <div class="col-12">
  2282.                <div class="section-header-v4">
  2283.                    <h2 class="section-title-v4">
  2284.                Today's Top Highlights
  2285.                   </h2>
  2286.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2287.                </div>
  2288.            </div>
  2289.        </div>
  2290.        
  2291.        <!-- Blog Grid -->
  2292.        <div class="row">
  2293.            <div class="col-lg-8">
  2294.                <div class="row g-4">
  2295.                    
  2296.                    <div class="col-lg-6 col-md-6">
  2297.                        <article class="blog-card-v4 scroll-trigger">
  2298.                            <div class="blog-image-container-v4">
  2299.                                <div class="blog-image-v4">
  2300.                                    
  2301.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2302.                                    
  2303.                                </div>
  2304.                                
  2305.                                <span class="blog-category-v4 bg-primary-gradient">
  2306.                                    News
  2307.                                </span>
  2308.                            </div>
  2309.                            
  2310.                            <div class="blog-content-v4">
  2311.                                <h3 class="blog-title-v4">
  2312.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-hundreds-of-thousands-of-amphibians-invaded/" class="top-color">
  2313.                                    Galápagos Had No Indigenous Amphibians. Then Hundreds of Thousands of Amphibians Invaded
  2314.                                    </a>
  2315.                                </h3>
  2316.                                <div class="blog-meta-v4">
  2317.                                    
  2318.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2319.                                    
  2320.                                    <span>By <strong>Maria Webb</strong></span>
  2321.                                    <span>•</span>
  2322.                                    <span>20 May 2026</span>
  2323.                                </div>
  2324.                                
  2325.                                <p class="blog-excerpt-v4">
  2326.                                    
  2327.                                </p>
  2328.                                
  2329.                                <div class="blog-actions-v4">
  2330.                                    
  2331.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-hundreds-of-thousands-of-amphibians-invaded/" class="blog-read-more-v4 bg-primary-gradient">
  2332.                                        <i class="ti-arrow-right"></i>
  2333.                                    </a>
  2334.                                </div>
  2335.                            </div>
  2336.                        </article>
  2337.                    </div>
  2338.                    
  2339.                    <div class="col-lg-6 col-md-6">
  2340.                        <article class="blog-card-v4 scroll-trigger">
  2341.                            <div class="blog-image-container-v4">
  2342.                                <div class="blog-image-v4">
  2343.                                    
  2344.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2345.                                    
  2346.                                </div>
  2347.                                
  2348.                                <span class="blog-category-v4 bg-primary-gradient">
  2349.                                    News
  2350.                                </span>
  2351.                            </div>
  2352.                            
  2353.                            <div class="blog-content-v4">
  2354.                                <h3 class="blog-title-v4">
  2355.                                    <a href="/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-lenswomans-stories/" class="top-color">
  2356.                                    Sharing a Dugout with Ferguson and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Stories
  2357.                                    </a>
  2358.                                </h3>
  2359.                                <div class="blog-meta-v4">
  2360.                                    
  2361.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2362.                                    
  2363.                                    <span>By <strong>Maria Webb</strong></span>
  2364.                                    <span>•</span>
  2365.                                    <span>20 May 2026</span>
  2366.                                </div>
  2367.                                
  2368.                                <p class="blog-excerpt-v4">
  2369.                                    
  2370.                                </p>
  2371.                                
  2372.                                <div class="blog-actions-v4">
  2373.                                    
  2374.                                    <a href="/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-lenswomans-stories/" class="blog-read-more-v4 bg-primary-gradient">
  2375.                                        <i class="ti-arrow-right"></i>
  2376.                                    </a>
  2377.                                </div>
  2378.                            </div>
  2379.                        </article>
  2380.                    </div>
  2381.                    
  2382.                    <div class="col-lg-6 col-md-6">
  2383.                        <article class="blog-card-v4 scroll-trigger">
  2384.                            <div class="blog-image-container-v4">
  2385.                                <div class="blog-image-v4">
  2386.                                    
  2387.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2388.                                    
  2389.                                </div>
  2390.                                
  2391.                                <span class="blog-category-v4 bg-primary-gradient">
  2392.                                    News
  2393.                                </span>
  2394.                            </div>
  2395.                            
  2396.                            <div class="blog-content-v4">
  2397.                                <h3 class="blog-title-v4">
  2398.                                    <a href="/californias-governor-blocks-early-release-for-cult-member-patricia-krenwinkel/" class="top-color">
  2399.                                    California&#x27;s Governor Blocks Early Release for Cult Member Patricia Krenwinkel
  2400.                                    </a>
  2401.                                </h3>
  2402.                                <div class="blog-meta-v4">
  2403.                                    
  2404.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2405.                                    
  2406.                                    <span>By <strong>Maria Webb</strong></span>
  2407.                                    <span>•</span>
  2408.                                    <span>19 May 2026</span>
  2409.                                </div>
  2410.                                
  2411.                                <p class="blog-excerpt-v4">
  2412.                                    
  2413.                                </p>
  2414.                                
  2415.                                <div class="blog-actions-v4">
  2416.                                    
  2417.                                    <a href="/californias-governor-blocks-early-release-for-cult-member-patricia-krenwinkel/" class="blog-read-more-v4 bg-primary-gradient">
  2418.                                        <i class="ti-arrow-right"></i>
  2419.                                    </a>
  2420.                                </div>
  2421.                            </div>
  2422.                        </article>
  2423.                    </div>
  2424.                    
  2425.                    <div class="col-lg-6 col-md-6">
  2426.                        <article class="blog-card-v4 scroll-trigger">
  2427.                            <div class="blog-image-container-v4">
  2428.                                <div class="blog-image-v4">
  2429.                                    
  2430.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2431.                                    
  2432.                                </div>
  2433.                                
  2434.                                <span class="blog-category-v4 bg-primary-gradient">
  2435.                                    News
  2436.                                </span>
  2437.                            </div>
  2438.                            
  2439.                            <div class="blog-content-v4">
  2440.                                <h3 class="blog-title-v4">
  2441.                                    <a href="/individual-accused-in-ivy-league-campus-shooting-located-deceased-inside-self-storage-unit/" class="top-color">
  2442.                                    Individual Accused in Ivy League Campus Shooting Located Deceased Inside Self-Storage Unit.
  2443.                                    </a>
  2444.                                </h3>
  2445.                                <div class="blog-meta-v4">
  2446.                                    
  2447.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2448.                                    
  2449.                                    <span>By <strong>Maria Webb</strong></span>
  2450.                                    <span>•</span>
  2451.                                    <span>19 May 2026</span>
  2452.                                </div>
  2453.                                
  2454.                                <p class="blog-excerpt-v4">
  2455.                                    
  2456.                                </p>
  2457.                                
  2458.                                <div class="blog-actions-v4">
  2459.                                    
  2460.                                    <a href="/individual-accused-in-ivy-league-campus-shooting-located-deceased-inside-self-storage-unit/" class="blog-read-more-v4 bg-primary-gradient">
  2461.                                        <i class="ti-arrow-right"></i>
  2462.                                    </a>
  2463.                                </div>
  2464.                            </div>
  2465.                        </article>
  2466.                    </div>
  2467.                    
  2468.                    <div class="col-lg-6 col-md-6">
  2469.                        <article class="blog-card-v4 scroll-trigger">
  2470.                            <div class="blog-image-container-v4">
  2471.                                <div class="blog-image-v4">
  2472.                                    
  2473.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2474.                                    
  2475.                                </div>
  2476.                                
  2477.                                <span class="blog-category-v4 bg-primary-gradient">
  2478.                                    News
  2479.                                </span>
  2480.                            </div>
  2481.                            
  2482.                            <div class="blog-content-v4">
  2483.                                <h3 class="blog-title-v4">
  2484.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="top-color">
  2485.                                    Washing Mushrooms: The Great Debate: A Guide to Preparing Mushrooms
  2486.                                    </a>
  2487.                                </h3>
  2488.                                <div class="blog-meta-v4">
  2489.                                    
  2490.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2491.                                    
  2492.                                    <span>By <strong>Maria Webb</strong></span>
  2493.                                    <span>•</span>
  2494.                                    <span>19 May 2026</span>
  2495.                                </div>
  2496.                                
  2497.                                <p class="blog-excerpt-v4">
  2498.                                    
  2499.                                </p>
  2500.                                
  2501.                                <div class="blog-actions-v4">
  2502.                                    
  2503.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-mushrooms/" class="blog-read-more-v4 bg-primary-gradient">
  2504.                                        <i class="ti-arrow-right"></i>
  2505.                                    </a>
  2506.                                </div>
  2507.                            </div>
  2508.                        </article>
  2509.                    </div>
  2510.                    
  2511.                    <div class="col-lg-6 col-md-6">
  2512.                        <article class="blog-card-v4 scroll-trigger">
  2513.                            <div class="blog-image-container-v4">
  2514.                                <div class="blog-image-v4">
  2515.                                    
  2516.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                                    
  2518.                                </div>
  2519.                                
  2520.                                <span class="blog-category-v4 bg-primary-gradient">
  2521.                                    News
  2522.                                </span>
  2523.                            </div>
  2524.                            
  2525.                            <div class="blog-content-v4">
  2526.                                <h3 class="blog-title-v4">
  2527.                                    <a href="/remains-of-triathlete-seemingly-taken-by-shark-recovered-from-pacific-shore/" class="top-color">
  2528.                                    Remains of Triathlete Seemingly Taken by Shark Recovered from Pacific Shore
  2529.                                    </a>
  2530.                                </h3>
  2531.                                <div class="blog-meta-v4">
  2532.                                    
  2533.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2534.                                    
  2535.                                    <span>By <strong>Maria Webb</strong></span>
  2536.                                    <span>•</span>
  2537.                                    <span>19 May 2026</span>
  2538.                                </div>
  2539.                                
  2540.                                <p class="blog-excerpt-v4">
  2541.                                    
  2542.                                </p>
  2543.                                
  2544.                                <div class="blog-actions-v4">
  2545.                                    
  2546.                                    <a href="/remains-of-triathlete-seemingly-taken-by-shark-recovered-from-pacific-shore/" class="blog-read-more-v4 bg-primary-gradient">
  2547.                                        <i class="ti-arrow-right"></i>
  2548.                                    </a>
  2549.                                </div>
  2550.                            </div>
  2551.                        </article>
  2552.                    </div>
  2553.                    
  2554.                    <div class="col-lg-6 col-md-6">
  2555.                        <article class="blog-card-v4 scroll-trigger">
  2556.                            <div class="blog-image-container-v4">
  2557.                                <div class="blog-image-v4">
  2558.                                    
  2559.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2560.                                    
  2561.                                </div>
  2562.                                
  2563.                                <span class="blog-category-v4 bg-primary-gradient">
  2564.                                    News
  2565.                                </span>
  2566.                            </div>
  2567.                            
  2568.                            <div class="blog-content-v4">
  2569.                                <h3 class="blog-title-v4">
  2570.                                    <a href="/barry-manilow-to-undergo-a-procedure-for-cancer-in-his-lung/" class="top-color">
  2571.                                    Barry Manilow to Undergo a Procedure for Cancer in His Lung.
  2572.                                    </a>
  2573.                                </h3>
  2574.                                <div class="blog-meta-v4">
  2575.                                    
  2576.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2577.                                    
  2578.                                    <span>By <strong>Maria Webb</strong></span>
  2579.                                    <span>•</span>
  2580.                                    <span>19 May 2026</span>
  2581.                                </div>
  2582.                                
  2583.                                <p class="blog-excerpt-v4">
  2584.                                    
  2585.                                </p>
  2586.                                
  2587.                                <div class="blog-actions-v4">
  2588.                                    
  2589.                                    <a href="/barry-manilow-to-undergo-a-procedure-for-cancer-in-his-lung/" class="blog-read-more-v4 bg-primary-gradient">
  2590.                                        <i class="ti-arrow-right"></i>
  2591.                                    </a>
  2592.                                </div>
  2593.                            </div>
  2594.                        </article>
  2595.                    </div>
  2596.                    
  2597.                    <div class="col-lg-6 col-md-6">
  2598.                        <article class="blog-card-v4 scroll-trigger">
  2599.                            <div class="blog-image-container-v4">
  2600.                                <div class="blog-image-v4">
  2601.                                    
  2602.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2603.                                    
  2604.                                </div>
  2605.                                
  2606.                                <span class="blog-category-v4 bg-primary-gradient">
  2607.                                    News
  2608.                                </span>
  2609.                            </div>
  2610.                            
  2611.                            <div class="blog-content-v4">
  2612.                                <h3 class="blog-title-v4">
  2613.                                    <a href="/former-british-soldier-accused-of-killing-kenya-female-appears-in-courtroom/" class="top-color">
  2614.                                    Former British Soldier Accused of Killing Kenya Female Appears in Courtroom
  2615.                                    </a>
  2616.                                </h3>
  2617.                                <div class="blog-meta-v4">
  2618.                                    
  2619.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2620.                                    
  2621.                                    <span>By <strong>Maria Webb</strong></span>
  2622.                                    <span>•</span>
  2623.                                    <span>19 May 2026</span>
  2624.                                </div>
  2625.                                
  2626.                                <p class="blog-excerpt-v4">
  2627.                                    
  2628.                                </p>
  2629.                                
  2630.                                <div class="blog-actions-v4">
  2631.                                    
  2632.                                    <a href="/former-british-soldier-accused-of-killing-kenya-female-appears-in-courtroom/" class="blog-read-more-v4 bg-primary-gradient">
  2633.                                        <i class="ti-arrow-right"></i>
  2634.                                    </a>
  2635.                                </div>
  2636.                            </div>
  2637.                        </article>
  2638.                    </div>
  2639.                    
  2640.                    <div class="col-lg-6 col-md-6">
  2641.                        <article class="blog-card-v4 scroll-trigger">
  2642.                            <div class="blog-image-container-v4">
  2643.                                <div class="blog-image-v4">
  2644.                                    
  2645.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2646.                                    
  2647.                                </div>
  2648.                                
  2649.                                <span class="blog-category-v4 bg-primary-gradient">
  2650.                                    News
  2651.                                </span>
  2652.                            </div>
  2653.                            
  2654.                            <div class="blog-content-v4">
  2655.                                <h3 class="blog-title-v4">
  2656.                                    <a href="/fda-clears-addyi-a-desire-boosting-medication-for-postmenopausal/" class="top-color">
  2657.                                    FDA Clears Addyi, a Desire-Boosting Medication for Postmenopausal
  2658.                                    </a>
  2659.                                </h3>
  2660.                                <div class="blog-meta-v4">
  2661.                                    
  2662.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2663.                                    
  2664.                                    <span>By <strong>Maria Webb</strong></span>
  2665.                                    <span>•</span>
  2666.                                    <span>19 May 2026</span>
  2667.                                </div>
  2668.                                
  2669.                                <p class="blog-excerpt-v4">
  2670.                                    
  2671.                                </p>
  2672.                                
  2673.                                <div class="blog-actions-v4">
  2674.                                    
  2675.                                    <a href="/fda-clears-addyi-a-desire-boosting-medication-for-postmenopausal/" class="blog-read-more-v4 bg-primary-gradient">
  2676.                                        <i class="ti-arrow-right"></i>
  2677.                                    </a>
  2678.                                </div>
  2679.                            </div>
  2680.                        </article>
  2681.                    </div>
  2682.                    
  2683.                    <div class="col-lg-6 col-md-6">
  2684.                        <article class="blog-card-v4 scroll-trigger">
  2685.                            <div class="blog-image-container-v4">
  2686.                                <div class="blog-image-v4">
  2687.                                    
  2688.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2689.                                    
  2690.                                </div>
  2691.                                
  2692.                                <span class="blog-category-v4 bg-primary-gradient">
  2693.                                    News
  2694.                                </span>
  2695.                            </div>
  2696.                            
  2697.                            <div class="blog-content-v4">
  2698.                                <h3 class="blog-title-v4">
  2699.                                    <a href="/we-must-have-a-helicopter-to-search-for-them-adolescents-urgent-plea-to-aid-family-adrift-off-down-under-coast-revealed/" class="top-color">
  2700.                                    We Must Have a Helicopter to Search For Them’: Adolescent’s Urgent Plea to Aid Family Adrift Off Down Under Coast Revealed
  2701.                                    </a>
  2702.                                </h3>
  2703.                                <div class="blog-meta-v4">
  2704.                                    
  2705.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2706.                                    
  2707.                                    <span>By <strong>Maria Webb</strong></span>
  2708.                                    <span>•</span>
  2709.                                    <span>19 May 2026</span>
  2710.                                </div>
  2711.                                
  2712.                                <p class="blog-excerpt-v4">
  2713.                                    
  2714.                                </p>
  2715.                                
  2716.                                <div class="blog-actions-v4">
  2717.                                    
  2718.                                    <a href="/we-must-have-a-helicopter-to-search-for-them-adolescents-urgent-plea-to-aid-family-adrift-off-down-under-coast-revealed/" class="blog-read-more-v4 bg-primary-gradient">
  2719.                                        <i class="ti-arrow-right"></i>
  2720.                                    </a>
  2721.                                </div>
  2722.                            </div>
  2723.                        </article>
  2724.                    </div>
  2725.                    
  2726.                    <div class="col-lg-6 col-md-6">
  2727.                        <article class="blog-card-v4 scroll-trigger">
  2728.                            <div class="blog-image-container-v4">
  2729.                                <div class="blog-image-v4">
  2730.                                    
  2731.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2732.                                    
  2733.                                </div>
  2734.                                
  2735.                                <span class="blog-category-v4 bg-primary-gradient">
  2736.                                    News
  2737.                                </span>
  2738.                            </div>
  2739.                            
  2740.                            <div class="blog-content-v4">
  2741.                                <h3 class="blog-title-v4">
  2742.                                    <a href="/cyclone-disaster-in-the-island-nation-awakens-a-spirit-of-volunteerism/" class="top-color">
  2743.                                    Cyclone Disaster in the Island Nation Awakens a Spirit of Volunteerism
  2744.                                    </a>
  2745.                                </h3>
  2746.                                <div class="blog-meta-v4">
  2747.                                    
  2748.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2749.                                    
  2750.                                    <span>By <strong>Maria Webb</strong></span>
  2751.                                    <span>•</span>
  2752.                                    <span>18 May 2026</span>
  2753.                                </div>
  2754.                                
  2755.                                <p class="blog-excerpt-v4">
  2756.                                    
  2757.                                </p>
  2758.                                
  2759.                                <div class="blog-actions-v4">
  2760.                                    
  2761.                                    <a href="/cyclone-disaster-in-the-island-nation-awakens-a-spirit-of-volunteerism/" class="blog-read-more-v4 bg-primary-gradient">
  2762.                                        <i class="ti-arrow-right"></i>
  2763.                                    </a>
  2764.                                </div>
  2765.                            </div>
  2766.                        </article>
  2767.                    </div>
  2768.                    
  2769.                    <div class="col-lg-6 col-md-6">
  2770.                        <article class="blog-card-v4 scroll-trigger">
  2771.                            <div class="blog-image-container-v4">
  2772.                                <div class="blog-image-v4">
  2773.                                    
  2774.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2775.                                    
  2776.                                </div>
  2777.                                
  2778.                                <span class="blog-category-v4 bg-primary-gradient">
  2779.                                    News
  2780.                                </span>
  2781.                            </div>
  2782.                            
  2783.                            <div class="blog-content-v4">
  2784.                                <h3 class="blog-title-v4">
  2785.                                    <a href="/los-blancos-trent-alexander-arnold-might-return-to-face-liverpool-in-upcoming-european-clash/" class="top-color">
  2786.                                    Los Blancos&#x27; Trent Alexander-Arnold Might Return to Face Liverpool in Upcoming European Clash
  2787.                                    </a>
  2788.                                </h3>
  2789.                                <div class="blog-meta-v4">
  2790.                                    
  2791.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Maria Webb"  class="blog-author-img-v4">
  2792.                                    
  2793.                                    <span>By <strong>Maria Webb</strong></span>
  2794.                                    <span>•</span>
  2795.                                    <span>18 May 2026</span>
  2796.                                </div>
  2797.                                
  2798.                                <p class="blog-excerpt-v4">
  2799.                                    
  2800.                                </p>
  2801.                                
  2802.                                <div class="blog-actions-v4">
  2803.                                    
  2804.                                    <a href="/los-blancos-trent-alexander-arnold-might-return-to-face-liverpool-in-upcoming-european-clash/" class="blog-read-more-v4 bg-primary-gradient">
  2805.                                        <i class="ti-arrow-right"></i>
  2806.                                    </a>
  2807.                                </div>
  2808.                            </div>
  2809.                        </article>
  2810.                    </div>
  2811.                    
  2812.                    
  2813.  
  2814.                </div>
  2815.            </div>
  2816.            
  2817.             <div class="col col-lg-4 col-12">
  2818.                
  2819.  
  2820.  
  2821.  
  2822.    
  2823.  
  2824.  
  2825. <!-- Blog Sidebar V2 - Focused Design -->
  2826.  <div class="sidebar mb-3">
  2827.    <!-- Recent Posts Section -->
  2828.    <div class="sidebar-widget mb-4">
  2829.      <div class="widget-title-wrapper mb-3">
  2830.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2831.          <i class="ti-time me-2"></i>Recent Posts
  2832.          <span class="title-arrow-primary"></span>
  2833.        </h4>
  2834.      </div>
  2835.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2836.        <div class="recent-post-list">
  2837.          
  2838.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2839.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2840.                
  2841.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2842.                
  2843.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2844.            </div>
  2845.            <div class="post-content flex-grow-1">
  2846.              <h6 class="post-title mb-2">
  2847.                 <a href="/worrying-remembrances-resurface-in-davao-as-officials-track-bondi-shooting-suspects-time-in-the-city/" class="text-decoration-none top-color fw-semibold lh-sm">
  2848.                                            Worrying Remembrances Resurface in Davao as Officials Track Bondi Shooting Suspects’ Time in the City
  2849.                                            </a>
  2850.              </h6>
  2851.              <div class="post-meta mb-3">
  2852.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2853.                <!-- <small class="text-muted">
  2854.                  <i class="ti-eye me-1"></i>348 views
  2855.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2856.                </small> -->
  2857.              </div>
  2858.            </div>
  2859.          </div>
  2860.          
  2861.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2862.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2863.                
  2864.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2865.                
  2866.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2867.            </div>
  2868.            <div class="post-content flex-grow-1">
  2869.              <h6 class="post-title mb-2">
  2870.                 <a href="/authentic-algarve-exploring-portugal-away-from-the-beach/" class="text-decoration-none top-color fw-semibold lh-sm">
  2871.                                            Authentic Algarve: Exploring Portugal Away from the Beach
  2872.                                            </a>
  2873.              </h6>
  2874.              <div class="post-meta mb-3">
  2875.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2876.                <!-- <small class="text-muted">
  2877.                  <i class="ti-eye me-1"></i>348 views
  2878.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2879.                </small> -->
  2880.              </div>
  2881.            </div>
  2882.          </div>
  2883.          
  2884.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2885.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2886.                
  2887.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2888.                
  2889.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2890.            </div>
  2891.            <div class="post-content flex-grow-1">
  2892.              <h6 class="post-title mb-2">
  2893.                 <a href="/david-raya-backs-teams-strength-as-key-to-multiple-trophy-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  2894.                                            David Raya Backs Team&#x27;s Strength as Key to Multiple Trophy Challenge
  2895.                                            </a>
  2896.              </h6>
  2897.              <div class="post-meta mb-3">
  2898.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2899.                <!-- <small class="text-muted">
  2900.                  <i class="ti-eye me-1"></i>348 views
  2901.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2902.                </small> -->
  2903.              </div>
  2904.            </div>
  2905.          </div>
  2906.          
  2907.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2908.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2909.                
  2910.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2911.                
  2912.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2913.            </div>
  2914.            <div class="post-content flex-grow-1">
  2915.              <h6 class="post-title mb-2">
  2916.                 <a href="/will-the-new-zealand-rugby-team-find-their-spark-this-autumn/" class="text-decoration-none top-color fw-semibold lh-sm">
  2917.                                            Will the New Zealand rugby team find their spark this autumn?
  2918.                                            </a>
  2919.              </h6>
  2920.              <div class="post-meta mb-3">
  2921.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2922.                <!-- <small class="text-muted">
  2923.                  <i class="ti-eye me-1"></i>348 views
  2924.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2925.                </small> -->
  2926.              </div>
  2927.            </div>
  2928.          </div>
  2929.          
  2930.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2931.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2932.                
  2933.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2934.                
  2935.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2936.            </div>
  2937.            <div class="post-content flex-grow-1">
  2938.              <h6 class="post-title mb-2">
  2939.                 <a href="/trumps-overarching-shadow-in-the-sporting-world-achieved-a-peak-in-2025-next-year-promises-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  2940.                                            Trump&#x27;s Overarching Shadow in The Sporting World Achieved A Peak in 2025. Next Year Promises to Take It Further.
  2941.                                            </a>
  2942.              </h6>
  2943.              <div class="post-meta mb-3">
  2944.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2945.                <!-- <small class="text-muted">
  2946.                  <i class="ti-eye me-1"></i>348 views
  2947.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2948.                </small> -->
  2949.              </div>
  2950.            </div>
  2951.          </div>
  2952.          
  2953.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2954.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2955.                
  2956.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2957.                
  2958.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2959.            </div>
  2960.            <div class="post-content flex-grow-1">
  2961.              <h6 class="post-title mb-2">
  2962.                 <a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-new-role-that-suits-you-personally/" class="text-decoration-none top-color fw-semibold lh-sm">
  2963.                                            We Got Dismissed, and We&#x27;re Embracing It – Here&#x27;s How to Find a New Role That Suits You Personally
  2964.                                            </a>
  2965.              </h6>
  2966.              <div class="post-meta mb-3">
  2967.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2968.                <!-- <small class="text-muted">
  2969.                  <i class="ti-eye me-1"></i>348 views
  2970.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2971.                </small> -->
  2972.              </div>
  2973.            </div>
  2974.          </div>
  2975.          
  2976.  
  2977.        </div>
  2978.  
  2979.        <div class="text-center mt-4 pt-3 border-top border-light">
  2980.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2981.        </div>
  2982.      </div>
  2983.    </div>
  2984.  
  2985.    
  2986.    <div class="sidebar-widget mb-4">
  2987.      <div class="widget-title-wrapper mb-3">
  2988.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2989.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2990.          <span class="title-arrow"></span>
  2991.        </h4>
  2992.      </div>
  2993.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2994.        <div class="blog-roll-list scrollable-sidebar">
  2995.          
  2996.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.            <a href="https://www.merchantstavern.co.uk/" rel="dofollow" class="text-decoration-none ">
  2998.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2999.                <i class="ti-angle-right me-2 text-primary"></i>
  3000.                non gamstop casino
  3001.              </h6>
  3002.            </a>
  3003.          </div>
  3004.          
  3005.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3006.            <a href="https://esports-news.co.uk/gambling-sites/" rel="dofollow" class="text-decoration-none ">
  3007.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3008.                <i class="ti-angle-right me-2 text-primary"></i>
  3009.                top casino sites
  3010.              </h6>
  3011.            </a>
  3012.          </div>
  3013.          
  3014.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.            <a href="https://www.britishicehockey.co.uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  3016.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3017.                <i class="ti-angle-right me-2 text-primary"></i>
  3018.                best non gamstop casinos
  3019.              </h6>
  3020.            </a>
  3021.          </div>
  3022.          
  3023.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3024.            <a href="https://esports-news.co.uk/gambling-sites/harry-casino-review/" rel="dofollow" class="text-decoration-none ">
  3025.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3026.                <i class="ti-angle-right me-2 text-primary"></i>
  3027.                harry casino
  3028.              </h6>
  3029.            </a>
  3030.          </div>
  3031.          
  3032.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3033.            <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/" rel="dofollow" class="text-decoration-none ">
  3034.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3035.                <i class="ti-angle-right me-2 text-primary"></i>
  3036.                winnerisland casino
  3037.              </h6>
  3038.            </a>
  3039.          </div>
  3040.          
  3041.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3042.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  3043.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3044.                <i class="ti-angle-right me-2 text-primary"></i>
  3045.                casino not on gamstop
  3046.              </h6>
  3047.            </a>
  3048.          </div>
  3049.          
  3050.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3051.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  3052.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3053.                <i class="ti-angle-right me-2 text-primary"></i>
  3054.                best non gamstop casinos
  3055.              </h6>
  3056.            </a>
  3057.          </div>
  3058.          
  3059.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3060.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  3061.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3062.                <i class="ti-angle-right me-2 text-primary"></i>
  3063.                best casinos not on gamstop
  3064.              </h6>
  3065.            </a>
  3066.          </div>
  3067.          
  3068.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3069.            <a href="https://www.britishicehockey.co.uk/betting-sites/" rel="dofollow" class="text-decoration-none ">
  3070.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3071.                <i class="ti-angle-right me-2 text-primary"></i>
  3072.                best online betting sites
  3073.              </h6>
  3074.            </a>
  3075.          </div>
  3076.          
  3077.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3078.            <a href="https://nbss.ie/" rel="dofollow" class="text-decoration-none ">
  3079.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3080.                <i class="ti-angle-right me-2 text-primary"></i>
  3081.                irish online casino
  3082.              </h6>
  3083.            </a>
  3084.          </div>
  3085.          
  3086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3087.            <a href="https://www.copyrighthub.co.uk/" rel="dofollow" class="text-decoration-none ">
  3088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3089.                <i class="ti-angle-right me-2 text-primary"></i>
  3090.                non gamstop casino
  3091.              </h6>
  3092.            </a>
  3093.          </div>
  3094.          
  3095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.            <a href="https://esports-news.co.uk/online-casinos/" rel="dofollow" class="text-decoration-none ">
  3097.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3098.                <i class="ti-angle-right me-2 text-primary"></i>
  3099.                casino not on gamstop
  3100.              </h6>
  3101.            </a>
  3102.          </div>
  3103.          
  3104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3106.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.                <i class="ti-angle-right me-2 text-primary"></i>
  3108.                best non gamstop casinos
  3109.              </h6>
  3110.            </a>
  3111.          </div>
  3112.          
  3113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  3115.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3116.                <i class="ti-angle-right me-2 text-primary"></i>
  3117.                uk casinos not on gamstop
  3118.              </h6>
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  3124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                new non gamstop casinos
  3127.              </h6>
  3128.            </a>
  3129.          </div>
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                non gamstop casinos
  3136.              </h6>
  3137.            </a>
  3138.          </div>
  3139.          
  3140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.            <a href="https://www.cornwallmuseumspartnership.org.uk/" rel="dofollow" class="text-decoration-none ">
  3142.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.                <i class="ti-angle-right me-2 text-primary"></i>
  3144.                non gamstop casinos uk
  3145.              </h6>
  3146.            </a>
  3147.          </div>
  3148.          
  3149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.            <a href="https://www.focus12.co.uk/" rel="dofollow" class="text-decoration-none ">
  3151.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.                <i class="ti-angle-right me-2 text-primary"></i>
  3153.                online casino
  3154.              </h6>
  3155.            </a>
  3156.          </div>
  3157.          
  3158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  3160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3161.                <i class="ti-angle-right me-2 text-primary"></i>
  3162.                online casino
  3163.              </h6>
  3164.            </a>
  3165.          </div>
  3166.          
  3167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.                <i class="ti-angle-right me-2 text-primary"></i>
  3171.                casinos not on gamstop
  3172.              </h6>
  3173.            </a>
  3174.          </div>
  3175.          
  3176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  3178.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.                <i class="ti-angle-right me-2 text-primary"></i>
  3180.                non gamstop casino
  3181.              </h6>
  3182.            </a>
  3183.          </div>
  3184.          
  3185.      </div>
  3186.    </div>
  3187.    
  3188.    <div class="sidebar-widget mb-4">
  3189.      <div class="widget-title-wrapper mb-3">
  3190.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3191.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3192.          <span class="title-arrow"></span>
  3193.        </h4>
  3194.      </div>
  3195.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3196.        <div class="blog-roll-list scrollable-sidebar">
  3197.          
  3198.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3200.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.                <i class="ti-angle-right me-2 text-primary"></i>
  3202.                casino sites
  3203.              </h6>
  3204.            </a>
  3205.          </div>
  3206.          
  3207.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.            <a href="https://www.tamworthinformed.co.uk/" rel="dofollow" class="text-decoration-none ">
  3209.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3210.                <i class="ti-angle-right me-2 text-primary"></i>
  3211.                casinos not on gamstop
  3212.              </h6>
  3213.            </a>
  3214.          </div>
  3215.          
  3216.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3217.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  3218.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3219.                <i class="ti-angle-right me-2 text-primary"></i>
  3220.                non gamstop casinos
  3221.              </h6>
  3222.            </a>
  3223.          </div>
  3224.          
  3225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3226.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3227.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3228.                <i class="ti-angle-right me-2 text-primary"></i>
  3229.                casinos not on gamstop
  3230.              </h6>
  3231.            </a>
  3232.          </div>
  3233.          
  3234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3236.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3237.                <i class="ti-angle-right me-2 text-primary"></i>
  3238.                casino not on gamstop
  3239.              </h6>
  3240.            </a>
  3241.          </div>
  3242.          
  3243.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3245.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.                <i class="ti-angle-right me-2 text-primary"></i>
  3247.                online casinos not on gamstop
  3248.              </h6>
  3249.            </a>
  3250.          </div>
  3251.          
  3252.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3253.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  3254.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3255.                <i class="ti-angle-right me-2 text-primary"></i>
  3256.                uk casinos not on gamstop
  3257.              </h6>
  3258.            </a>
  3259.          </div>
  3260.          
  3261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3264.                <i class="ti-angle-right me-2 text-primary"></i>
  3265.                online casinos not on gamstop
  3266.              </h6>
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                online casinos not on gamstop
  3275.              </h6>
  3276.            </a>
  3277.          </div>
  3278.          
  3279.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  3281.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.                <i class="ti-angle-right me-2 text-primary"></i>
  3283.                online casinos not on gamstop
  3284.              </h6>
  3285.            </a>
  3286.          </div>
  3287.          
  3288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3289.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  3290.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3291.                <i class="ti-angle-right me-2 text-primary"></i>
  3292.                online casinos not on gamstop
  3293.              </h6>
  3294.            </a>
  3295.          </div>
  3296.          
  3297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3298.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  3299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3300.                <i class="ti-angle-right me-2 text-primary"></i>
  3301.                online casinos not on gamstop
  3302.              </h6>
  3303.            </a>
  3304.          </div>
  3305.          
  3306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3307.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3308.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3309.                <i class="ti-angle-right me-2 text-primary"></i>
  3310.                online casinos not on gamstop
  3311.              </h6>
  3312.            </a>
  3313.          </div>
  3314.          
  3315.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3316.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3317.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3318.                <i class="ti-angle-right me-2 text-primary"></i>
  3319.                online casinos not on gamstop
  3320.              </h6>
  3321.            </a>
  3322.          </div>
  3323.          
  3324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3325.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3326.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3327.                <i class="ti-angle-right me-2 text-primary"></i>
  3328.                online casinos not on gamstop
  3329.              </h6>
  3330.            </a>
  3331.          </div>
  3332.          
  3333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3334.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  3335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3336.                <i class="ti-angle-right me-2 text-primary"></i>
  3337.                online casinos not on gamstop
  3338.              </h6>
  3339.            </a>
  3340.          </div>
  3341.          
  3342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3343.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  3344.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3345.                <i class="ti-angle-right me-2 text-primary"></i>
  3346.                casinos not on GamStop
  3347.              </h6>
  3348.            </a>
  3349.          </div>
  3350.          
  3351.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3352.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  3353.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3354.                <i class="ti-angle-right me-2 text-primary"></i>
  3355.                non GamStop casinos UK
  3356.              </h6>
  3357.            </a>
  3358.          </div>
  3359.          
  3360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3361.            <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none ">
  3362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3363.                <i class="ti-angle-right me-2 text-primary"></i>
  3364.                crypto casino
  3365.              </h6>
  3366.            </a>
  3367.          </div>
  3368.          
  3369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.            <a href="https://www.qualityofcarenetwork.org/" rel="dofollow" class="text-decoration-none ">
  3371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.                <i class="ti-angle-right me-2 text-primary"></i>
  3373.                lolajack
  3374.              </h6>
  3375.            </a>
  3376.          </div>
  3377.          
  3378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3379.            <a href="https://kscience.co.uk" rel="dofollow" class="text-decoration-none ">
  3380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3381.                <i class="ti-angle-right me-2 text-primary"></i>
  3382.                non gamstop casinos
  3383.              </h6>
  3384.            </a>
  3385.          </div>
  3386.          
  3387.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3388.            <a href="https://hauckht.co.uk" rel="dofollow" class="text-decoration-none ">
  3389.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3390.                <i class="ti-angle-right me-2 text-primary"></i>
  3391.                casino not on gamstop
  3392.              </h6>
  3393.            </a>
  3394.          </div>
  3395.          
  3396.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3397.            <a href="https://makemegenius.com" rel="dofollow" class="text-decoration-none ">
  3398.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3399.                <i class="ti-angle-right me-2 text-primary"></i>
  3400.                casinos not on gamstop
  3401.              </h6>
  3402.            </a>
  3403.          </div>
  3404.          
  3405.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3406.            <a href="https://superdao.co/" rel="dofollow" class="text-decoration-none ">
  3407.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.                <i class="ti-angle-right me-2 text-primary"></i>
  3409.                best crypto casinos
  3410.              </h6>
  3411.            </a>
  3412.          </div>
  3413.          
  3414.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3415.            <a href="https://www.economicjournal.co.uk/" rel="dofollow" class="text-decoration-none ">
  3416.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3417.                <i class="ti-angle-right me-2 text-primary"></i>
  3418.                betting apps not on gamstop
  3419.              </h6>
  3420.            </a>
  3421.          </div>
  3422.          
  3423.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3424.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  3425.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3426.                <i class="ti-angle-right me-2 text-primary"></i>
  3427.                casino not on gamstop
  3428.              </h6>
  3429.            </a>
  3430.          </div>
  3431.          
  3432.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3433.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  3434.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3435.                <i class="ti-angle-right me-2 text-primary"></i>
  3436.                casino not on gamstop
  3437.              </h6>
  3438.            </a>
  3439.          </div>
  3440.          
  3441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  3443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.                <i class="ti-angle-right me-2 text-primary"></i>
  3445.                casino not on gamstop
  3446.              </h6>
  3447.            </a>
  3448.          </div>
  3449.          
  3450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3451.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3452.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3453.                <i class="ti-angle-right me-2 text-primary"></i>
  3454.                non UK casino
  3455.              </h6>
  3456.            </a>
  3457.          </div>
  3458.          
  3459.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3460.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  3461.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3462.                <i class="ti-angle-right me-2 text-primary"></i>
  3463.                online casinos
  3464.              </h6>
  3465.            </a>
  3466.          </div>
  3467.          
  3468.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3469.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3470.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3471.                <i class="ti-angle-right me-2 text-primary"></i>
  3472.                top 50 online casinos uk
  3473.              </h6>
  3474.            </a>
  3475.          </div>
  3476.          
  3477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.            <a href="https://www.invo.org.uk/" rel="dofollow" class="text-decoration-none ">
  3479.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3480.                <i class="ti-angle-right me-2 text-primary"></i>
  3481.                best non Gamstop casinos
  3482.              </h6>
  3483.            </a>
  3484.          </div>
  3485.          
  3486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3487.            <a href="https://www.cressbrook.co.uk/" rel="dofollow" class="text-decoration-none ">
  3488.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3489.                <i class="ti-angle-right me-2 text-primary"></i>
  3490.                best uk non gamstop casinos
  3491.              </h6>
  3492.            </a>
  3493.          </div>
  3494.          
  3495.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3496.            <a href="https://www.avon-tyres.co.uk/" rel="dofollow" class="text-decoration-none ">
  3497.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3498.                <i class="ti-angle-right me-2 text-primary"></i>
  3499.                uk casinos not on gamstop
  3500.              </h6>
  3501.            </a>
  3502.          </div>
  3503.          
  3504.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3505.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3506.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3507.                <i class="ti-angle-right me-2 text-primary"></i>
  3508.                non gamstop casino uk
  3509.              </h6>
  3510.            </a>
  3511.          </div>
  3512.          
  3513.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.            <a href="https://www.testandverification.com/" rel="dofollow" class="text-decoration-none ">
  3515.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3516.                <i class="ti-angle-right me-2 text-primary"></i>
  3517.                non gamstop casinos uk
  3518.              </h6>
  3519.            </a>
  3520.          </div>
  3521.          
  3522.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3523.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  3524.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3525.                <i class="ti-angle-right me-2 text-primary"></i>
  3526.                GAMSTOP excluded sites
  3527.              </h6>
  3528.            </a>
  3529.          </div>
  3530.          
  3531.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3532.            <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none ">
  3533.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3534.                <i class="ti-angle-right me-2 text-primary"></i>
  3535.                games not on GamStop
  3536.              </h6>
  3537.            </a>
  3538.          </div>
  3539.          
  3540.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3541.            <a href="https://www.edinburghfoody.com" rel="dofollow" class="text-decoration-none ">
  3542.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3543.                <i class="ti-angle-right me-2 text-primary"></i>
  3544.                non GamStop casino
  3545.              </h6>
  3546.            </a>
  3547.          </div>
  3548.          
  3549.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3550.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none ">
  3551.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3552.                <i class="ti-angle-right me-2 text-primary"></i>
  3553.                non GamStop casinos
  3554.              </h6>
  3555.            </a>
  3556.          </div>
  3557.          
  3558.      </div>
  3559.    </div>
  3560.    
  3561.    <div class="sidebar-widget mb-4">
  3562.      <div class="widget-title-wrapper mb-3">
  3563.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3564.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3565.          <span class="title-arrow"></span>
  3566.        </h4>
  3567.      </div>
  3568.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3569.        <div class="blog-roll-list scrollable-sidebar">
  3570.          
  3571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3572.            <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="text-decoration-none ">
  3573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3574.                <i class="ti-angle-right me-2 text-primary"></i>
  3575.                online casinos
  3576.              </h6>
  3577.            </a>
  3578.          </div>
  3579.          
  3580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3581.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  3582.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3583.                <i class="ti-angle-right me-2 text-primary"></i>
  3584.                Spinshark non Gamstop
  3585.              </h6>
  3586.            </a>
  3587.          </div>
  3588.          
  3589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3590.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  3591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3592.                <i class="ti-angle-right me-2 text-primary"></i>
  3593.                non GamStop casinos
  3594.              </h6>
  3595.            </a>
  3596.          </div>
  3597.          
  3598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3599.            <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none ">
  3600.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3601.                <i class="ti-angle-right me-2 text-primary"></i>
  3602.                non GamStop sites
  3603.              </h6>
  3604.            </a>
  3605.          </div>
  3606.          
  3607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3608.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3609.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3610.                <i class="ti-angle-right me-2 text-primary"></i>
  3611.                Non UK Casinos Accepting UK Players
  3612.              </h6>
  3613.            </a>
  3614.          </div>
  3615.          
  3616.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3617.            <a href="https://www.roostblog.com/" rel="dofollow" class="text-decoration-none ">
  3618.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3619.                <i class="ti-angle-right me-2 text-primary"></i>
  3620.                non gamstop casino uk
  3621.              </h6>
  3622.            </a>
  3623.          </div>
  3624.          
  3625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3626.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3627.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3628.                <i class="ti-angle-right me-2 text-primary"></i>
  3629.                casino not on GamStop
  3630.              </h6>
  3631.            </a>
  3632.          </div>
  3633.          
  3634.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3635.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3636.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3637.                <i class="ti-angle-right me-2 text-primary"></i>
  3638.                gambling sites not on GamStop
  3639.              </h6>
  3640.            </a>
  3641.          </div>
  3642.          
  3643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3644.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3645.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3646.                <i class="ti-angle-right me-2 text-primary"></i>
  3647.                non gamstop casino
  3648.              </h6>
  3649.            </a>
  3650.          </div>
  3651.          
  3652.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3653.            <a href="https://robinhoodtax.org/" rel="dofollow" class="text-decoration-none ">
  3654.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3655.                <i class="ti-angle-right me-2 text-primary"></i>
  3656.                non gamstop casinos
  3657.              </h6>
  3658.            </a>
  3659.          </div>
  3660.          
  3661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3662.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3663.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3664.                <i class="ti-angle-right me-2 text-primary"></i>
  3665.                UK Casinos Not on GAMSTOP
  3666.              </h6>
  3667.            </a>
  3668.          </div>
  3669.          
  3670.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3671.            <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="text-decoration-none ">
  3672.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3673.                <i class="ti-angle-right me-2 text-primary"></i>
  3674.                best non gamstop casinos
  3675.              </h6>
  3676.            </a>
  3677.          </div>
  3678.          
  3679.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3680.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3681.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3682.                <i class="ti-angle-right me-2 text-primary"></i>
  3683.                casinos not on gamstop
  3684.              </h6>
  3685.            </a>
  3686.          </div>
  3687.          
  3688.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3689.            <a href="https://aboutcookies.org.uk" rel="dofollow" class="text-decoration-none ">
  3690.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3691.                <i class="ti-angle-right me-2 text-primary"></i>
  3692.                non gamstop casino
  3693.              </h6>
  3694.            </a>
  3695.          </div>
  3696.          
  3697.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3698.            <a href="https://www.broomhillart.co.uk/" rel="dofollow" class="text-decoration-none ">
  3699.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3700.                <i class="ti-angle-right me-2 text-primary"></i>
  3701.                new betting sites uk
  3702.              </h6>
  3703.            </a>
  3704.          </div>
  3705.          
  3706.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3707.            <a href="https://epik.org.uk/casinos-not-on-gamstop/" rel="dofollow" class="text-decoration-none ">
  3708.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3709.                <i class="ti-angle-right me-2 text-primary"></i>
  3710.                online casinos
  3711.              </h6>
  3712.            </a>
  3713.          </div>
  3714.          
  3715.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3716.            <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none ">
  3717.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3718.                <i class="ti-angle-right me-2 text-primary"></i>
  3719.                uk online casinos not on gamstop
  3720.              </h6>
  3721.            </a>
  3722.          </div>
  3723.          
  3724.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3725.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3726.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3727.                <i class="ti-angle-right me-2 text-primary"></i>
  3728.                Non-Gamstop Casinos
  3729.              </h6>
  3730.            </a>
  3731.          </div>
  3732.          
  3733.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3734.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  3735.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3736.                <i class="ti-angle-right me-2 text-primary"></i>
  3737.                non gamstop casinos
  3738.              </h6>
  3739.            </a>
  3740.          </div>
  3741.          
  3742.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3743.            <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="text-decoration-none ">
  3744.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3745.                <i class="ti-angle-right me-2 text-primary"></i>
  3746.                online casinos
  3747.              </h6>
  3748.            </a>
  3749.          </div>
  3750.          
  3751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3752.            <a href="https://www.bttad.org/" rel="dofollow" class="text-decoration-none ">
  3753.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3754.                <i class="ti-angle-right me-2 text-primary"></i>
  3755.                online casinos
  3756.              </h6>
  3757.            </a>
  3758.          </div>
  3759.          
  3760.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3761.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3762.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3763.                <i class="ti-angle-right me-2 text-primary"></i>
  3764.                non gamstop casinos
  3765.              </h6>
  3766.            </a>
  3767.          </div>
  3768.          
  3769.      </div>
  3770.    </div>
  3771.    
  3772.    <div class="sidebar-widget mb-4">
  3773.      <div class="widget-title-wrapper mb-3">
  3774.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3775.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3776.          <span class="title-arrow"></span>
  3777.        </h4>
  3778.      </div>
  3779.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3780.        <div class="blog-roll-list scrollable-sidebar">
  3781.          
  3782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3783.            <a href="https://www.ncpqsw.com/" rel="dofollow" class="text-decoration-none ">
  3784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3785.                <i class="ti-angle-right me-2 text-primary"></i>
  3786.                non gamstop casinos uk
  3787.              </h6>
  3788.            </a>
  3789.          </div>
  3790.          
  3791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3792.            <a href="https://croftersrights.co.uk/" rel="dofollow" class="text-decoration-none ">
  3793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3794.                <i class="ti-angle-right me-2 text-primary"></i>
  3795.                best casinos not on gamstop
  3796.              </h6>
  3797.            </a>
  3798.          </div>
  3799.          
  3800.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3801.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3802.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3803.                <i class="ti-angle-right me-2 text-primary"></i>
  3804.                casino not on gamstop
  3805.              </h6>
  3806.            </a>
  3807.          </div>
  3808.          
  3809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3810.            <a href="https://www.money-mentor.org/" rel="dofollow" class="text-decoration-none ">
  3811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3812.                <i class="ti-angle-right me-2 text-primary"></i>
  3813.                no verification casino
  3814.              </h6>
  3815.            </a>
  3816.          </div>
  3817.          
  3818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3819.            <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none ">
  3820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3821.                <i class="ti-angle-right me-2 text-primary"></i>
  3822.                betting sites not on gamstop
  3823.              </h6>
  3824.            </a>
  3825.          </div>
  3826.          
  3827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3828.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3830.                <i class="ti-angle-right me-2 text-primary"></i>
  3831.                betting sites not on gamstop
  3832.              </h6>
  3833.            </a>
  3834.          </div>
  3835.          
  3836.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3837.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3838.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3839.                <i class="ti-angle-right me-2 text-primary"></i>
  3840.                non gamstop betting
  3841.              </h6>
  3842.            </a>
  3843.          </div>
  3844.          
  3845.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3846.            <a href="https://free2learn.org.uk/" rel="dofollow" class="text-decoration-none ">
  3847.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3848.                <i class="ti-angle-right me-2 text-primary"></i>
  3849.                best non gamstop casinos
  3850.              </h6>
  3851.            </a>
  3852.          </div>
  3853.          
  3854.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3855.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  3856.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3857.                <i class="ti-angle-right me-2 text-primary"></i>
  3858.                online casinos
  3859.              </h6>
  3860.            </a>
  3861.          </div>
  3862.          
  3863.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3864.            <a href="https://esports-news.co.uk/online-casinos/crypto/" rel="dofollow" class="text-decoration-none ">
  3865.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3866.                <i class="ti-angle-right me-2 text-primary"></i>
  3867.                crypto casino uk
  3868.              </h6>
  3869.            </a>
  3870.          </div>
  3871.          
  3872.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3873.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3874.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3875.                <i class="ti-angle-right me-2 text-primary"></i>
  3876.                non gamstop casino
  3877.              </h6>
  3878.            </a>
  3879.          </div>
  3880.          
  3881.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3882.            <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none ">
  3883.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3884.                <i class="ti-angle-right me-2 text-primary"></i>
  3885.                online casinos not on gamstop
  3886.              </h6>
  3887.            </a>
  3888.          </div>
  3889.          
  3890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3891.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3892.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3893.                <i class="ti-angle-right me-2 text-primary"></i>
  3894.                non gamstop casinos
  3895.              </h6>
  3896.            </a>
  3897.          </div>
  3898.          
  3899.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3900.            <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none ">
  3901.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3902.                <i class="ti-angle-right me-2 text-primary"></i>
  3903.                casino not on gamstop
  3904.              </h6>
  3905.            </a>
  3906.          </div>
  3907.          
  3908.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3909.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  3910.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3911.                <i class="ti-angle-right me-2 text-primary"></i>
  3912.                casino not on gamstop
  3913.              </h6>
  3914.            </a>
  3915.          </div>
  3916.          
  3917.      </div>
  3918.    </div>
  3919.    
  3920.  </div>
  3921.  
  3922. <!-- Sidebar V2 Styles -->
  3923. <style>
  3924.  .sidebar-widget {
  3925.    position: relative;
  3926.  }
  3927.  
  3928.  .widget-title {
  3929.    font-size: 1.1rem;
  3930.    font-weight: 700;
  3931.    display: inline-block;
  3932.    position: relative;
  3933.    z-index: 2;
  3934.    border-radius: 0;
  3935.  }
  3936.  
  3937.  /* Green arrow for August Blog Roll */
  3938.  .title-arrow::after {
  3939.    content: '';
  3940.    position: absolute;
  3941.    top: 0;
  3942.    right: -22px;
  3943.    width: 0;
  3944.    height: 0;
  3945.    border-left: 22px solid var(--bs-primary);
  3946.    border-top: 22px solid transparent;
  3947.    border-bottom: 22px solid transparent;
  3948.    z-index: 1;
  3949.  }
  3950.  
  3951.  /* Blue arrow for Recent Posts */
  3952.  .title-arrow-primary::after {
  3953.    content: '';
  3954.    position: absolute;
  3955.    top: 0;
  3956.    right: -22px;
  3957.    width: 0;
  3958.    height: 0;
  3959.    border-left: 22px solid var(--bs-primary);
  3960.    border-top: 22px solid transparent;
  3961.    border-bottom: 22px solid transparent;
  3962.    z-index: 1;
  3963.  }
  3964.  
  3965.  .widget-content {
  3966.    margin-top: -1px;
  3967.    position: relative;
  3968.    z-index: 1;
  3969.     background-color: var(--card-bg);
  3970.  }
  3971.  
  3972.  /* Blog Roll Items Hover Effects */
  3973.  .blog-roll-item:hover .blog-title {
  3974.    color: #198754 !important;
  3975.    transform: translateX(5px);
  3976.    transition: all 0.3s ease;
  3977.  }
  3978.  
  3979.  /* Recent Post Items Hover Effects */
  3980.  .recent-post-item:hover .post-title a {
  3981.    color: #0d6efd !important;
  3982.    transition: color 0.3s ease;
  3983.  }
  3984.  
  3985.  .recent-post-item:hover .post-image img {
  3986.    transform: scale(1.05);
  3987.    transition: transform 0.3s ease;
  3988.  }
  3989.  
  3990.  /* Button Hover Effects */
  3991.  .btn:hover {
  3992.    transform: translateY(-2px);
  3993.    transition: all 0.3s ease;
  3994.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3995.  }
  3996.  
  3997.  /* Badge Hover Effects */
  3998.  .badge:hover {
  3999.    transform: scale(1.05);
  4000.    transition: transform 0.3s ease;
  4001.  }
  4002.  
  4003.  @media (max-width: 991px) {
  4004.    .sidebar {
  4005.      margin-top: 3rem;
  4006.    }
  4007.  }
  4008.  
  4009.  @media (max-width: 576px) {
  4010.    .widget-title {
  4011.      font-size: 1rem;
  4012.      padding: 0.75rem 1rem !important;
  4013.    }
  4014.  
  4015.    .title-arrow::after,
  4016.    .title-arrow-primary::after {
  4017.      right: -18px;
  4018.      border-left-width: 18px;
  4019.      border-top-width: 18px;
  4020.      border-bottom-width: 18px;
  4021.    }
  4022.  
  4023.    .post-image {
  4024.      width: 70px !important;
  4025.      height: 55px !important;
  4026.    }
  4027.  
  4028.    .blog-meta {
  4029.      flex-direction: column !important;
  4030.      align-items: flex-start !important;
  4031.      gap: 0.5rem;
  4032.    }
  4033.  }
  4034. </style>
  4035.  
  4036.    
  4037.            </div>
  4038.        </div>
  4039.    </div>
  4040. </section>
  4041.  
  4042. <script>
  4043. document.addEventListener('DOMContentLoaded', function() {
  4044.    // Intersection Observer for Fade Animation on Scroll Up and Down
  4045.    const observerOptions = {
  4046.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  4047.        rootMargin: '0px 0px -100px 0px'
  4048.    };
  4049.  
  4050.    // Group cards into pairs (assuming two cards per row)
  4051.    const cards = document.querySelectorAll('.scroll-trigger');
  4052.    const cardPairs = [];
  4053.    for (let i = 0; i < cards.length; i += 2) {
  4054.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  4055.    }
  4056.  
  4057.    const observer = new IntersectionObserver(function(entries) {
  4058.        entries.forEach(entry => {
  4059.            const card = entry.target;
  4060.            // Find the pair index for the current card
  4061.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  4062.            const pair = cardPairs[pairIndex];
  4063.  
  4064.            if (entry.isIntersecting) {
  4065.                // Fade in the pair with a delay based on pair index
  4066.                pair.forEach((cardInPair, index) => {
  4067.                    setTimeout(() => {
  4068.                        cardInPair.classList.add('active');
  4069.                    }, pairIndex * 300); // 300ms delay between pairs
  4070.                });
  4071.            } else {
  4072.                // Fade out the pair when exiting viewport
  4073.                pair.forEach(cardInPair => {
  4074.                    cardInPair.classList.remove('active');
  4075.                });
  4076.            }
  4077.        });
  4078.    }, observerOptions);
  4079.  
  4080.    // Observe each card individually
  4081.    cards.forEach(card => {
  4082.        observer.observe(card);
  4083.    });
  4084. });
  4085. </script>
  4086.  
  4087.    
  4088.        
  4089.        <!-- end wpo-blog-highlights-section -->
  4090.        <!-- start wpo-blog-sponsored-section -->
  4091.        
  4092.  
  4093.  
  4094.  
  4095.    
  4096.  
  4097.  
  4098.  <style>
  4099.    .sponsored-card-v10 {
  4100.      border: 1px solid var(--bs-primary); /* Cyan border */
  4101.      transition: border-color 0.3s ease;
  4102.      min-height: 350px;
  4103.    }
  4104.    
  4105.    .sponsored-content-v10 {
  4106.      flex: 1; /* text area stretch kare */
  4107.    }
  4108.    .sponsored-card-v10:hover {
  4109.      border-color: var(--bs-primary);
  4110.      opacity: 0.8;
  4111.    }
  4112.    
  4113.    .sponsored-content-v10 {
  4114.      padding: 12px;
  4115.      border-radius: 12px 12px 0px 0px;
  4116.      background: var(--card-bg);
  4117.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  4118.    }
  4119.    
  4120.    .sponsored-image-v10 {
  4121.      height: 180px;
  4122.    }
  4123.    
  4124.    .sponsored-image-v10 img {
  4125.      width: 100%;
  4126.      height: 100%;
  4127.      border-radius: 0px 0px 12px 12px;
  4128.      object-fit: cover;
  4129.    }
  4130.    
  4131.    .sponsored-badge-v10 {
  4132.      display: inline-block;
  4133.      position: relative;
  4134.      padding: 4px 8px;
  4135.      border-radius: var(--border-radius);
  4136.      font-size: 11px;
  4137.      font-weight: 600;
  4138.      text-transform: uppercase;
  4139.      color: white;
  4140.      margin-bottom: 8px;
  4141.    }
  4142.    
  4143.    .sponsored-badge-v10::after {
  4144.      content: '';
  4145.      position: absolute;
  4146.      top: 0;
  4147.      right: -8px;
  4148.    }
  4149.    
  4150.    .sponsored-title-v10 {
  4151.      font-size: 14px;
  4152.      font-weight: 700;
  4153.      line-height: 1.3;
  4154.      margin-bottom: 6px;
  4155.      color: #333;
  4156.    }
  4157.    
  4158.    .sponsored-title-v10 a {
  4159.      text-decoration: none;
  4160.      color: var(--topbar-color);
  4161.    }
  4162.    
  4163.    .sponsored-title-v10 a:hover {
  4164.      color: var(--bs-primary); /* Cyan hover */
  4165.    }
  4166.    
  4167.    .sponsored-excerpt-v10 {
  4168.      font-size: 11px;
  4169.      font-weight: 400;
  4170.      color: #6c757d;
  4171.      margin-bottom: 6px;
  4172.      line-height: 1.4;
  4173.    }
  4174.    
  4175.    .sponsored-meta-v10 {
  4176.      font-size: 10px;
  4177.      color: #6c757d;
  4178.    }
  4179.    
  4180.    .author-info-v10 {
  4181.      margin-bottom: 4px;
  4182.    }
  4183.    
  4184.    .sponsored-author-img-v10 {
  4185.      width: 18px;
  4186.      height: 18px;
  4187.      border-radius: 50%;
  4188.      object-fit: cover;
  4189.      vertical-align: middle;
  4190.      margin-right: 4px;
  4191.    }
  4192.    
  4193.    .section-title-sponsored-v10 {
  4194.      font-size: 1.8rem;
  4195.      font-weight: 600;
  4196.      text-align: left;
  4197.      margin-bottom: 25px;
  4198.      color: #333;
  4199.      position: relative;
  4200.    }
  4201.    
  4202.    .section-title-sponsored-v10::after {
  4203.      content: '';
  4204.      position: absolute;
  4205.      bottom: -6px;
  4206.      left: 0;
  4207.      width: 60px;
  4208.      height: 2px;
  4209.      background: var(--bs-primary);
  4210.    }
  4211.    
  4212.    @media (max-width: 768px) {
  4213.      .sponsored-section-v10 {
  4214.        padding: 30px 0;
  4215.      }
  4216.      .sponsored-image-v10 {
  4217.        height: 180px;
  4218.      }
  4219.      .sponsored-content-v10 {
  4220.        padding: 10px;
  4221.      }
  4222.      .sponsored-title-v10 {
  4223.        font-size: 13px;
  4224.      }
  4225.      .sponsored-excerpt-v10 {
  4226.        font-size: 10px;
  4227.      }
  4228.      .sponsored-badge-v10 {
  4229.        font-size: 10px;
  4230.        padding: 3px 6px;
  4231.      }
  4232.      .sponsored-meta-v10 {
  4233.        font-size: 9px;
  4234.      }
  4235.      .section-title-sponsored-v10 {
  4236.        font-size: 1.5rem;
  4237.      }
  4238.    }
  4239.  </style>
  4240.  
  4241.  <section class="sponsored-section-v10 my-5">
  4242.    <div class="container-fluid fluid-container">
  4243.      <div class="row">
  4244.        <div class="col-12">
  4245.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  4246.        </div>
  4247.      </div>
  4248.  
  4249.      <div class="row g-3 d-flex align-items-center">
  4250.        
  4251.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4252.            <div class="card sponsored-card-v10 h-100 w-100">
  4253.              <div class="sponsored-content-v10">
  4254.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4255.                <h3 class="sponsored-title-v10"><a href="/worrying-remembrances-resurface-in-davao-as-officials-track-bondi-shooting-suspects-time-in-the-city/">Worrying Remembrances Resurface in Davao as Officials Track Bondi Shooting Suspects’ Time in the City</a></h3>
  4256.                <p class="sponsored-excerpt-v10"></p>
  4257.                <div class="sponsored-meta-v10">
  4258.                  <div class="author-info-v10">
  4259.                    
  4260.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4261.                    
  4262.                    <span>Maria Webb</span>
  4263.                  </div>
  4264.                  <div>18 May 2026</div>
  4265.                </div>
  4266.              </div>
  4267.              <div class="sponsored-image-v10">
  4268.                
  4269.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4270.                
  4271.              </div>
  4272.            </div>
  4273.          </div>
  4274.        
  4275.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4276.            <div class="card sponsored-card-v10 h-100 w-100">
  4277.              <div class="sponsored-content-v10">
  4278.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4279.                <h3 class="sponsored-title-v10"><a href="/authentic-algarve-exploring-portugal-away-from-the-beach/">Authentic Algarve: Exploring Portugal Away from the Beach</a></h3>
  4280.                <p class="sponsored-excerpt-v10"></p>
  4281.                <div class="sponsored-meta-v10">
  4282.                  <div class="author-info-v10">
  4283.                    
  4284.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4285.                    
  4286.                    <span>Maria Webb</span>
  4287.                  </div>
  4288.                  <div>18 May 2026</div>
  4289.                </div>
  4290.              </div>
  4291.              <div class="sponsored-image-v10">
  4292.                
  4293.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4294.                
  4295.              </div>
  4296.            </div>
  4297.          </div>
  4298.        
  4299.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4300.            <div class="card sponsored-card-v10 h-100 w-100">
  4301.              <div class="sponsored-content-v10">
  4302.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4303.                <h3 class="sponsored-title-v10"><a href="/david-raya-backs-teams-strength-as-key-to-multiple-trophy-challenge/">David Raya Backs Team&#x27;s Strength as Key to Multiple Trophy Challenge</a></h3>
  4304.                <p class="sponsored-excerpt-v10"></p>
  4305.                <div class="sponsored-meta-v10">
  4306.                  <div class="author-info-v10">
  4307.                    
  4308.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4309.                    
  4310.                    <span>Maria Webb</span>
  4311.                  </div>
  4312.                  <div>18 May 2026</div>
  4313.                </div>
  4314.              </div>
  4315.              <div class="sponsored-image-v10">
  4316.                
  4317.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4318.                
  4319.              </div>
  4320.            </div>
  4321.          </div>
  4322.        
  4323.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4324.            <div class="card sponsored-card-v10 h-100 w-100">
  4325.              <div class="sponsored-content-v10">
  4326.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4327.                <h3 class="sponsored-title-v10"><a href="/will-the-new-zealand-rugby-team-find-their-spark-this-autumn/">Will the New Zealand rugby team find their spark this autumn?</a></h3>
  4328.                <p class="sponsored-excerpt-v10"></p>
  4329.                <div class="sponsored-meta-v10">
  4330.                  <div class="author-info-v10">
  4331.                    
  4332.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4333.                    
  4334.                    <span>Maria Webb</span>
  4335.                  </div>
  4336.                  <div>18 May 2026</div>
  4337.                </div>
  4338.              </div>
  4339.              <div class="sponsored-image-v10">
  4340.                
  4341.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4342.                
  4343.              </div>
  4344.            </div>
  4345.          </div>
  4346.        
  4347.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4348.            <div class="card sponsored-card-v10 h-100 w-100">
  4349.              <div class="sponsored-content-v10">
  4350.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4351.                <h3 class="sponsored-title-v10"><a href="/trumps-overarching-shadow-in-the-sporting-world-achieved-a-peak-in-2025-next-year-promises-to-take-it-further/">Trump&#x27;s Overarching Shadow in The Sporting World Achieved A Peak in 2025. Next Year Promises to Take It Further.</a></h3>
  4352.                <p class="sponsored-excerpt-v10"></p>
  4353.                <div class="sponsored-meta-v10">
  4354.                  <div class="author-info-v10">
  4355.                    
  4356.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4357.                    
  4358.                    <span>Maria Webb</span>
  4359.                  </div>
  4360.                  <div>18 May 2026</div>
  4361.                </div>
  4362.              </div>
  4363.              <div class="sponsored-image-v10">
  4364.                
  4365.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4366.                
  4367.              </div>
  4368.            </div>
  4369.          </div>
  4370.        
  4371.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  4372.            <div class="card sponsored-card-v10 h-100 w-100">
  4373.              <div class="sponsored-content-v10">
  4374.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  4375.                <h3 class="sponsored-title-v10"><a href="/we-got-dismissed-and-were-embracing-it-heres-how-to-find-a-new-role-that-suits-you-personally/">We Got Dismissed, and We&#x27;re Embracing It – Here&#x27;s How to Find a New Role That Suits You Personally</a></h3>
  4376.                <p class="sponsored-excerpt-v10"></p>
  4377.                <div class="sponsored-meta-v10">
  4378.                  <div class="author-info-v10">
  4379.                    
  4380.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Maria Webb" />
  4381.                    
  4382.                    <span>Maria Webb</span>
  4383.                  </div>
  4384.                  <div>18 May 2026</div>
  4385.                </div>
  4386.              </div>
  4387.              <div class="sponsored-image-v10">
  4388.                
  4389.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4390.                
  4391.              </div>
  4392.            </div>
  4393.          </div>
  4394.        
  4395.      </div>
  4396.    </div>
  4397.  </section>
  4398.  
  4399.  
  4400.    
  4401.        <!-- end wpo-blog-sponsored-section -->
  4402.        <!-- start wpo-subscribe-section -->
  4403.        
  4404.        <!-- end subscribe-section -->
  4405.        <!-- start of wpo-site-footer-section -->
  4406.        
  4407.  
  4408.  
  4409.  
  4410.  
  4411.  
  4412.  
  4413. <!-- Footer V4 - Modern Corporate Design -->
  4414. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4415.  
  4416.    <div class="container-fluid fluid-container">
  4417.        
  4418.        <!-- Content Sections -->
  4419.        <div class="content-sections">
  4420.            <div class="row g-5">
  4421.                
  4422.                <!-- Brand Column -->
  4423.                <div class="col-lg-4 col-md-12">
  4424.                    <div class="brand-section">
  4425.                        <div class="brand-header">
  4426.                            
  4427.                            <div class="brand-text">
  4428.                                <h3 class="brand-name">Optix Exchange</h3>
  4429.                                <span class="brand-type">Digital Publication</span>
  4430.                            </div>
  4431.                        </div>
  4432.                        <p class="brand-description  text-lg-start ">
  4433.                            Optix Exchange delivers expert insights on technology trends, reviews, and industry news. Stay updated with cutting-edge developments in the UK tech scene.
  4434.                        </p>
  4435.                    </div>
  4436.                </div>
  4437.  
  4438.                <!-- Quick Links Column -->
  4439.               <div class="col-lg-4 col-md-6">
  4440.                    <div class="links-section">
  4441.                        <div class="section-title">
  4442.                            <h4 class="title-text">Resources</h4>
  4443.                            <div class="title-decoration"></div>
  4444.                        </div>
  4445.                        <div class="links-container">
  4446.                          
  4447. <div class="link-group">
  4448.    <ul class="link-list" id="externalLinks">
  4449.        
  4450.  
  4451.    
  4452.        
  4453.        
  4454.        
  4455.    </ul>
  4456. </div>
  4457.  
  4458.                        </div>
  4459.                    </div>
  4460.                </div>
  4461.  
  4462.                <!-- Categories Column -->
  4463.                <div class="col-lg-4 col-md-6">
  4464.                    <div class="categories-section">
  4465.                        <div class="section-title">
  4466.                            <h4 class="title-text">Explore Topics</h4>
  4467.                            <div class="title-decoration"></div>
  4468.                        </div>
  4469.                        <div class="categories-container">
  4470.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4471.                            <div class="categories-cloud">
  4472.                                
  4473.                                <a href="/category/all-posts/" class="category-pill">
  4474.                                    All Posts
  4475.                                </a>
  4476.                                
  4477.                                <a href="/category/business/" class="category-pill">
  4478.                                    Business
  4479.                                </a>
  4480.                                
  4481.                                <a href="/category/esports/" class="category-pill">
  4482.                                    Esports
  4483.                                </a>
  4484.                                
  4485.                                <a href="/category/fashion/" class="category-pill">
  4486.                                    Fashion
  4487.                                </a>
  4488.                                
  4489.                                <a href="/category/featured/" class="category-pill">
  4490.                                    Featured
  4491.                                </a>
  4492.                                
  4493.                                <a href="/category/gaming/" class="category-pill">
  4494.                                    Gaming
  4495.                                </a>
  4496.                                
  4497.                                <a href="/category/health/" class="category-pill">
  4498.                                    Health
  4499.                                </a>
  4500.                                
  4501.                                <a href="/category/life-fitness/" class="category-pill">
  4502.                                    Life &amp; Fitness
  4503.                                </a>
  4504.                                
  4505.                            </div>
  4506.                        </div>
  4507.                    </div>
  4508.                </div>
  4509.  
  4510.            </div>
  4511.        </div>
  4512.  
  4513.        <!-- Footer Bottom -->
  4514.        <div class="footer-bottom">
  4515.            <div class="bottom-border"></div>
  4516.            <div class=" d-flex justify-content-between flex-wrap">
  4517.                <div>
  4518.                    <div class="copyright-info">
  4519.                        <p class="copyright-main">
  4520.                            © 2026 <span class="brand-highlight">Optix Exchange</span>. All rights reserved.
  4521.                        </p>
  4522.                        <p class="copyright-sub">
  4523.                            Thoughtfully crafted content for curious minds worldwide.
  4524.                        </p>
  4525.                    </div>
  4526.                </div>
  4527.                <div>
  4528.                    <div class="footer-actions">
  4529.                        <div class="action-links">
  4530.                            <a href="/page/write-for-us/" class="action-link">
  4531.                                <i class="bi bi-shield-check"></i>
  4532.                                <span>Write For Us</span>
  4533.                            </a>
  4534.                            <a href="/page/terms-and-conditions/" class="action-link">
  4535.                                <i class="bi bi-shield-check"></i>
  4536.                                <span>Terms & Conditions</span>
  4537.                            </a>
  4538.                            <a href="/sitemap.xml" class="action-link">
  4539.                                <i class="bi bi-diagram-3"></i>
  4540.                                <span>Sitemap</span>
  4541.                            </a>
  4542.                        </div>
  4543.  
  4544.                    </div>
  4545.                </div>
  4546.            </div>
  4547.        </div>
  4548.  
  4549.    </div>
  4550.  
  4551.    
  4552.  
  4553. </footer>
  4554.  
  4555.  
  4556. <style>
  4557. /* Footer V4 - Modern Corporate Design */
  4558. .wpo-site-footer-v4 {
  4559.    color: var(--footer-color);
  4560.    margin-top: 100px;
  4561. }
  4562.  
  4563.  
  4564. .accent-line {
  4565.    position: absolute;
  4566.    top: 0;
  4567.    height: 100%;
  4568.    width: 33.333%;
  4569.    opacity: 0.8;
  4570. }
  4571.  
  4572. .accent-1 {
  4573.    left: 0;
  4574.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4575.    animation: slideRight 3s ease-in-out infinite;
  4576. }
  4577.  
  4578. .accent-2 {
  4579.    left: 33.333%;
  4580.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4581.    animation: slideRight 3s ease-in-out infinite 1s;
  4582. }
  4583.  
  4584. .accent-3 {
  4585.    left: 66.666%;
  4586.    background: linear-gradient(90deg, #10b981, #059669);
  4587.    animation: slideRight 3s ease-in-out infinite 2s;
  4588. }
  4589.  
  4590. @keyframes slideRight {
  4591.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4592.    50% { transform: translateX(10px); opacity: 1; }
  4593. }
  4594.  
  4595. /* Content Sections */
  4596. .content-sections {
  4597.    padding: 60px 0;
  4598.    position: relative;
  4599.    z-index: 2;
  4600. }
  4601.  
  4602. /* Brand Section */
  4603. .brand-section {
  4604.    padding-right: 2rem;
  4605. }
  4606.  
  4607. .brand-header {
  4608.    display: flex;
  4609.    align-items: center;
  4610.    margin-bottom: 2rem;
  4611.    gap: 1rem;
  4612. }
  4613.  
  4614. .brand-logo {
  4615.    height: 50px;
  4616.    width: auto;
  4617.    border-radius: 8px;
  4618. }
  4619.  
  4620. .brand-name {
  4621.    font-size: 1.5rem;
  4622.    font-weight: 800;
  4623.    color: var(--footer-color) !important;
  4624.    margin: 0;
  4625. }
  4626.  
  4627. .brand-type {
  4628.    color: var(--footer-color) !important;
  4629.    opacity: 0.8;
  4630.    font-size: 0.85rem;
  4631.    font-weight: 500;
  4632.    text-transform: uppercase;
  4633.    letter-spacing: 0.5px;
  4634. }
  4635.  
  4636. .brand-description {
  4637.    color: var(--footer-color) !important;
  4638.    line-height: 1.7;
  4639.    margin-bottom: 2rem;
  4640.    font-size: 0.95rem;
  4641. }
  4642.  
  4643. .brand-stats {
  4644.    display: flex;
  4645.    align-items: center;
  4646.    gap: 1.5rem;
  4647. }
  4648.  
  4649. .stat-item {
  4650.    text-align: center;
  4651. }
  4652.  
  4653. .stat-number {
  4654.    font-size: 1.5rem;
  4655.    font-weight: 800;
  4656.    color: #3b82f6;
  4657.    display: block;
  4658.    line-height: 1;
  4659. }
  4660.  
  4661. .stat-label {
  4662.    font-size: 0.8rem;
  4663.    color: #94a3b8;
  4664.    margin-top: 0.25rem;
  4665. }
  4666.  
  4667. .stat-divider {
  4668.    width: 1px;
  4669.    height: 40px;
  4670.    background: rgba(255, 255, 255, 0.2);
  4671. }
  4672.  
  4673. /* Links Section */
  4674. .links-section {
  4675.    padding-left: 1rem;
  4676.    padding-right: 1rem;
  4677. }
  4678.  
  4679. .section-title {
  4680.    margin-bottom: 2rem;
  4681.    position: relative;
  4682. }
  4683.  
  4684. .title-text {
  4685.    font-size: 1.3rem;
  4686.    font-weight: 700;
  4687.    color: var(--footer-color) !important;
  4688.    margin-bottom: 0.5rem;
  4689.    text-align: justify !important;
  4690. }
  4691.  
  4692.  
  4693. .link-group {
  4694.    margin-bottom: 2rem;
  4695. }
  4696.  
  4697. .group-title {
  4698.    font-size: 1rem;
  4699.    font-weight: 600;
  4700.    color: #f1f5f9;
  4701.    margin-bottom: 1rem;
  4702.    padding-bottom: 0.5rem;
  4703.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4704. }
  4705.  
  4706. .link-list {
  4707.    list-style: none;
  4708.    padding: 0;
  4709.    margin: 0;
  4710. }
  4711.  
  4712. .link-item {
  4713.    margin-bottom: 0.75rem;
  4714. }
  4715.  
  4716. .link-text {
  4717.    color: var(--footer-color) !important;
  4718.    text-decoration: none;
  4719.    font-size: 0.9rem;
  4720.    display: flex;
  4721.    align-items: center;
  4722.    transition: all 0.3s ease;
  4723.    padding: 0.25rem 0;
  4724. }
  4725.  
  4726. .link-text:hover {
  4727.    color: #3b82f6;
  4728.    padding-left: 0.5rem;
  4729. }
  4730.  
  4731. .link-icon {
  4732.    margin-right: 0.5rem;
  4733.    opacity: 0;
  4734.    transition: opacity 0.3s ease;
  4735. }
  4736.  
  4737. .link-text:hover .link-icon {
  4738.    opacity: 1;
  4739. }
  4740.  
  4741. .external-icon {
  4742.    color: #10b981;
  4743. }
  4744.  
  4745. /* Categories Section */
  4746. .categories-section {
  4747.    padding-left: 1rem;
  4748. }
  4749.  
  4750. .categories-intro {
  4751.    color: #cbd5e1;
  4752.    margin-bottom: 1.5rem;
  4753.    font-size: 0.9rem;
  4754. }
  4755.  
  4756. .categories-cloud {
  4757.    display: flex;
  4758.    flex-wrap: wrap;
  4759.    gap: 0.75rem;
  4760. }
  4761.  
  4762. .category-pill {
  4763.    display: inline-block;
  4764.    padding: 0.5rem 1rem;
  4765.    background: rgba(255, 255, 255, 0.1);
  4766.    border: 1px solid rgba(255, 255, 255, 0.2);
  4767.    border-radius: 20px;
  4768.    color:  var(--footer-color) !important;
  4769.    text-decoration: none;
  4770.    font-size: 0.85rem;
  4771.    opacity: 0.7;
  4772.    font-weight: 500;
  4773.    transition: all 0.3s ease;
  4774. }
  4775.  
  4776. .category-pill:hover {
  4777.    background: #3b82f6;
  4778.    border-color: #3b82f6;
  4779.    color: var(--footer-color) !important;
  4780.    opacity: 1;
  4781.    transform: translateY(-1px);
  4782.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4783. }
  4784.  
  4785. /* Footer Bottom */
  4786. .footer-bottom {
  4787.    padding: 2rem 0;
  4788.    position: relative;
  4789.    z-index: 2;
  4790. }
  4791.  
  4792. .bottom-border {
  4793.    height: 1px;
  4794.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4795.    margin-bottom: 2rem;
  4796. }
  4797.  
  4798. .copyright-main {
  4799.    font-size: 1rem;
  4800.    color: #e2e8f0;
  4801.    margin-bottom: 0.25rem;
  4802. }
  4803.  
  4804. .brand-highlight {
  4805.    color: var(--footer-color);
  4806.    font-weight: 700;
  4807. }
  4808.  
  4809. .copyright-sub {
  4810.    font-size: 0.85rem;
  4811.    color: #94a3b8;
  4812.    margin: 0;
  4813. }
  4814.  
  4815. .footer-actions {
  4816.    display: flex;
  4817.    align-items: center;
  4818.    gap: 2rem;
  4819. }
  4820.  
  4821. .action-links {
  4822.    display: flex;
  4823.    gap: 1.5rem;
  4824. }
  4825.  
  4826. .action-link {
  4827.    display: flex;
  4828.    align-items: center;
  4829.    gap: 0.5rem;
  4830.    color: #cbd5e1;
  4831.    text-decoration: none;
  4832.    font-size: 0.9rem;
  4833.    transition: color 0.3s ease;
  4834. }
  4835.  
  4836. .action-link:hover {
  4837.    color: #3b82f6;
  4838. }
  4839.  
  4840. .scroll-to-top-btn {
  4841.    background: rgba(255, 255, 255, 0.1);
  4842.    border: 1px solid rgba(255, 255, 255, 0.2);
  4843.    color: #cbd5e1;
  4844.    width: 44px;
  4845.    height: 44px;
  4846.    border-radius: 12px;
  4847.    cursor: pointer;
  4848.    transition: all 0.3s ease;
  4849.    display: flex;
  4850.    align-items: center;
  4851.    justify-content: center;
  4852. }
  4853.  
  4854. .scroll-to-top-btn:hover {
  4855.    background: #3b82f6;
  4856.    border-color: #3b82f6;
  4857.    color: white;
  4858.    transform: translateY(-2px);
  4859. }
  4860.  
  4861. /* Background Pattern */
  4862. .footer-pattern {
  4863.    position: absolute;
  4864.    top: 0;
  4865.    left: 0;
  4866.    width: 100%;
  4867.    height: 100%;
  4868.    z-index: 1;
  4869.    overflow: hidden;
  4870. }
  4871.  
  4872. .pattern-grid {
  4873.    position: relative;
  4874.    width: 100%;
  4875.    height: 100%;
  4876. }
  4877.  
  4878. .pattern-dot {
  4879.    position: absolute;
  4880.    width: 2px;
  4881.    height: 2px;
  4882.    background: rgba(255, 255, 255, 0.1);
  4883.    border-radius: 50%;
  4884. }
  4885.  
  4886. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4887. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4888. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4889. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4890. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4891. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4892.  
  4893. /* Responsive Design */
  4894. @media (max-width: 992px) {
  4895.    .newsletter-heading {
  4896.        font-size: 2rem;
  4897.    }
  4898.    
  4899.    .brand-section {
  4900.        padding-right: 0;
  4901.        margin-bottom: 3rem;
  4902.    }
  4903.    
  4904.    .links-section, .categories-section {
  4905.        padding-left: 0;
  4906.        padding-right: 0;
  4907.    }
  4908.    
  4909.    .brand-stats {
  4910.        justify-content: center;
  4911.        margin-top: 2rem;
  4912.    }
  4913. }
  4914.  
  4915. @media (max-width: 768px) {
  4916.    .newsletter-section {
  4917.        padding: 60px 0 40px;
  4918.    }
  4919.    
  4920.    .newsletter-container {
  4921.        padding: 2rem 1.5rem;
  4922.        margin: 0 1rem;
  4923.    }
  4924.    
  4925.    .newsletter-heading {
  4926.        font-size: 1.75rem;
  4927.    }
  4928.    
  4929.    .content-sections {
  4930.        padding: 40px 0;
  4931.    }
  4932.    
  4933.    .brand-header {
  4934.        flex-direction: column;
  4935.        text-align: center;
  4936.    }
  4937.    
  4938.    .footer-actions {
  4939.        flex-direction: column;
  4940.        gap: 1rem;
  4941.        margin-top: 1.5rem;
  4942.    }
  4943.    
  4944.    .action-links {
  4945.        order: 2;
  4946.    }
  4947.    
  4948.    .scroll-to-top-btn {
  4949.        order: 1;
  4950.    }
  4951. }
  4952.  
  4953. @media (max-width: 576px) {
  4954.    .newsletter-container {
  4955.        padding: 1.5rem 1rem;
  4956.    }
  4957.    
  4958.    .newsletter-heading {
  4959.        font-size: 1.5rem;
  4960.    }
  4961.    
  4962.    .brand-stats {
  4963.        flex-direction: column;
  4964.        gap: 1rem;
  4965.    }
  4966.    
  4967.    .stat-divider {
  4968.        width: 40px;
  4969.        height: 1px;
  4970.    }
  4971.    
  4972.    .action-links {
  4973.        flex-direction: column;
  4974.        gap: 0.75rem;
  4975.        text-align: center;
  4976.    }
  4977.    
  4978.    .pattern-dot {
  4979.        display: none;
  4980.    }
  4981. }
  4982. </style>
  4983.  
  4984. <!-- Bootstrap 5 JS -->
  4985.  
  4986. <script>
  4987. // Scroll to Top Function
  4988. document.addEventListener('DOMContentLoaded', function () {
  4989.    var btn = document.getElementById('toggleExternal');
  4990.    if (!btn) return; // No extra items, no button
  4991.  
  4992.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4993.  
  4994.    btn.addEventListener('click', function () {
  4995.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4996.            return li.classList.contains('d-none');
  4997.        });
  4998.  
  4999.        extras.forEach(function (li) {
  5000.            if (anyHidden) {
  5001.                li.classList.remove('d-none');
  5002.                li.classList.add('show');
  5003.            } else {
  5004.                li.classList.add('d-none');
  5005.                li.classList.remove('show');
  5006.            }
  5007.        });
  5008.  
  5009.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5010.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5011.    });
  5012. });
  5013. function scrollToTop() {
  5014.    window.scrollTo({
  5015.        top: 0,
  5016.        behavior: 'smooth'
  5017.    });
  5018. }
  5019.  
  5020. // Initialize Footer V4 Features
  5021. document.addEventListener('DOMContentLoaded', function() {
  5022.    
  5023.    // Newsletter Form Handling
  5024.    const newsletterForm = document.querySelector('.newsletter-form');
  5025.    const emailInput = document.querySelector('.form-input');
  5026.    const submitButton = document.querySelector('.submit-button');
  5027.    const successMessage = document.querySelector('.success-message');
  5028.    const errorMessage = document.querySelector('.error-message');
  5029.    const infoMessage = document.querySelector('.info-message');
  5030.    
  5031.    if (newsletterForm && emailInput && submitButton) {
  5032.        
  5033.        // Form submission
  5034.        newsletterForm.addEventListener('submit', function(e) {
  5035.            e.preventDefault();
  5036.            
  5037.            const email = emailInput.value.trim();
  5038.            
  5039.            // Validate email
  5040.            if (!email || !isValidEmail(email)) {
  5041.                showMessage('error');
  5042.                emailInput.focus();
  5043.                return;
  5044.            }
  5045.            
  5046.            // Show loading state
  5047.            const originalText = submitButton.querySelector('.button-text').textContent;
  5048.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  5049.            
  5050.            submitButton.disabled = true;
  5051.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5052.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5053.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5054.            
  5055.            // Simulate API call
  5056.            setTimeout(() => {
  5057.                // Success state
  5058.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5059.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5060.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5061.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5062.                
  5063.                showMessage('success');
  5064.                
  5065.                // Reset after delay
  5066.                setTimeout(() => {
  5067.                    submitButton.querySelector('.button-text').textContent = originalText;
  5068.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5069.                    submitButton.style.background = '';
  5070.                    submitButton.disabled = false;
  5071.                    emailInput.value = '';
  5072.                    showMessage('info');
  5073.                }, 3000);
  5074.                
  5075.            }, 2000);
  5076.        });
  5077.        
  5078.        // Input validation
  5079.        emailInput.addEventListener('blur', function() {
  5080.            const email = this.value.trim();
  5081.            if (email && !isValidEmail(email)) {
  5082.                this.style.borderColor = '#ef4444';
  5083.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5084.            } else if (email && isValidEmail(email)) {
  5085.                this.style.borderColor = '#10b981';
  5086.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5087.            }
  5088.        });
  5089.        
  5090.        emailInput.addEventListener('focus', function() {
  5091.            this.style.borderColor = '#3b82f6';
  5092.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5093.        });
  5094.        
  5095.        // Reset validation styling on input
  5096.        emailInput.addEventListener('input', function() {
  5097.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5098.                this.style.borderColor = '';
  5099.                this.style.boxShadow = '';
  5100.            }
  5101.        });
  5102.    }
  5103.    
  5104.    // Email validation function
  5105.    function isValidEmail(email) {
  5106.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5107.        return emailRegex.test(email);
  5108.    }
  5109.    
  5110.    // Message display function
  5111.    function showMessage(type) {
  5112.        // Hide all messages
  5113.        successMessage.style.display = 'none';
  5114.        errorMessage.style.display = 'none';
  5115.        infoMessage.style.display = 'none';
  5116.        
  5117.        // Show specific message
  5118.        if (type === 'success') {
  5119.            successMessage.style.display = 'block';
  5120.        } else if (type === 'error') {
  5121.            errorMessage.style.display = 'block';
  5122.        } else if (type === 'info') {
  5123.            infoMessage.style.display = 'block';
  5124.        }
  5125.    }
  5126.    
  5127.    // Smooth reveal animations
  5128.    const observerOptions = {
  5129.        threshold: 0.1,
  5130.        rootMargin: '0px 0px -30px 0px'
  5131.    };
  5132.    
  5133.    const sectionObserver = new IntersectionObserver((entries) => {
  5134.        entries.forEach(entry => {
  5135.            if (entry.isIntersecting) {
  5136.                entry.target.style.opacity = '1';
  5137.                entry.target.style.transform = 'translateY(0)';
  5138.            }
  5139.        });
  5140.    }, observerOptions);
  5141.    
  5142.    // Animate sections
  5143.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5144.        section.style.opacity = '0';
  5145.        section.style.transform = 'translateY(20px)';
  5146.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5147.        sectionObserver.observe(section);
  5148.    });
  5149.    
  5150.    // Animate category pills
  5151.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5152.        pill.style.opacity = '0';
  5153.        pill.style.transform = 'translateY(10px)';
  5154.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5155.        
  5156.        setTimeout(() => {
  5157.            pill.style.opacity = '1';
  5158.            pill.style.transform = 'translateY(0)';
  5159.        }, 300 + (index * 100));
  5160.    });
  5161.    
  5162.    // Enhanced link hover effects
  5163.    document.querySelectorAll('.link-text').forEach(link => {
  5164.        link.addEventListener('mouseenter', function() {
  5165.            const icon = this.querySelector('.link-icon');
  5166.            if (icon) {
  5167.                icon.style.transform = 'translateX(4px)';
  5168.            }
  5169.        });
  5170.        
  5171.        link.addEventListener('mouseleave', function() {
  5172.            const icon = this.querySelector('.link-icon');
  5173.            if (icon) {
  5174.                icon.style.transform = 'translateX(0)';
  5175.            }
  5176.        });
  5177.    });
  5178.    
  5179.    // Prevent default for demo links
  5180.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5181.        link.addEventListener('click', function(e) {
  5182.            e.preventDefault();
  5183.        });
  5184.    });
  5185.    
  5186.    // Add ripple effect to submit button
  5187.    submitButton.addEventListener('click', function(e) {
  5188.        const ripple = document.createElement('span');
  5189.        const rect = this.getBoundingClientRect();
  5190.        const size = Math.max(rect.width, rect.height);
  5191.        const x = e.clientX - rect.left - size / 2;
  5192.        const y = e.clientY - rect.top - size / 2;
  5193.        
  5194.        ripple.style.cssText = `
  5195.            position: absolute;
  5196.            width: ${size}px;
  5197.            height: ${size}px;
  5198.            left: ${x}px;
  5199.            top: ${y}px;
  5200.            background: rgba(255, 255, 255, 0.3);
  5201.            border-radius: 50%;
  5202.            transform: scale(0);
  5203.            animation: ripple 0.6s ease-out;
  5204.            pointer-events: none;
  5205.        `;
  5206.        
  5207.        this.appendChild(ripple);
  5208.        
  5209.        setTimeout(() => {
  5210.            ripple.remove();
  5211.        }, 600);
  5212.    });
  5213.    
  5214. });
  5215.  
  5216. // Add CSS for ripple animation
  5217. const rippleStyle = document.createElement('style');
  5218. rippleStyle.textContent = `
  5219.    @keyframes ripple {
  5220.        to {
  5221.            transform: scale(2);
  5222.            opacity: 0;
  5223.        }
  5224.    }
  5225.    
  5226.    @keyframes spin {
  5227.        from { transform: rotate(0deg); }
  5228.        to { transform: rotate(360deg); }
  5229.    }
  5230.    
  5231.    .submit-button {
  5232.        position: relative;
  5233.        overflow: hidden;
  5234.    }
  5235. `;
  5236. document.head.appendChild(rippleStyle);
  5237. </script>
  5238.  
  5239.        <!-- end of wpo-site-footer-section -->
  5240.    </div>
  5241.    <!-- end of page-wrapper -->
  5242.  
  5243.    <!-- All JavaScript files
  5244.    ================================================== -->
  5245.    
  5246.  
  5247. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5248. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5249. <!-- Plugins for this template -->
  5250. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5251. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5252. <!-- Custom script for this template -->
  5253. <script src="/static/blogapp/assets/js/script.js"></script>
  5254.  
  5255. <script>
  5256. (function () {
  5257. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5258. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5259.  
  5260. function applyFallback(img) {
  5261. if (!img || img.dataset.fallbackApplied === "1") {
  5262. return;
  5263. }
  5264. var failedSrc = img.currentSrc || img.src || "";
  5265. img.dataset.fallbackApplied = "1";
  5266. img.onerror = null;
  5267. img.src = fallbackImageSrc;
  5268. console.warn("[ImageFallback] Replaced broken image:", {
  5269. failedSrc: failedSrc,
  5270. fallbackSrc: fallbackImageSrc,
  5271. alt: img.alt || "",
  5272. });
  5273. }
  5274.  
  5275. document.querySelectorAll("img").forEach(function (img) {
  5276. if (img.complete && img.naturalWidth === 0) {
  5277. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5278. failedSrc: img.currentSrc || img.src || "",
  5279. alt: img.alt || "",
  5280. });
  5281. applyFallback(img);
  5282. }
  5283. });
  5284.  
  5285. document.addEventListener(
  5286. "error",
  5287. function (event) {
  5288. var target = event.target;
  5289. if (target && target.tagName === "IMG") {
  5290. applyFallback(target);
  5291. }
  5292. },
  5293. true
  5294. );
  5295. })();
  5296. </script>
  5297.  
  5298. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5299.  
  5300.  
  5301.  
  5302. <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":"dcbcd8cf8cdb475aa6f1f36ad65098ef","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5303. </body>
  5304.  
  5305. </html>
  5306.  
  5307.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda