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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T145053.024_fBUNAnN_6xhOA1j_ud2qOgP_8fIOUlX.png">
  14.    
  15.  
  16.    <title>Jackify World: Exploring Tech Innovations and Digital Lifestyle Trends</title>
  17.    <meta name="description" content="Discover insights on technology, digital culture, and lifestyle trends at Jackify World. Stay updated with expert analysis and practical tips for modern living.">
  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://jackifyworld.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 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_8">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/the-gal%C3%A1pagos-islands-had-no-indigenous-amphibians-until-countless-numbers-of-frogs-made-their-home/" class="px-5 top-color">
  425.                    The Galápagos Islands Had No Indigenous Amphibians. Until Countless Numbers of Frogs Made Their Home
  426.                  </a>
  427.              
  428.               <a href="/sitting-with-ferguson-and-being-knocked-out-the-photographers-tales/" class="px-5 top-color">
  429.                    Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Tales
  430.                  </a>
  431.              
  432.               <a href="/californias-governor-again-denies-early-release-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  433.                    California&#x27;s Governor Again Denies Early Release for Cult Member Patricia Krenwinkel
  434.                  </a>
  435.              
  436.               <a href="/individual-accused-in-brown-university-tragedy-located-dead-inside-self-storage-unit/" class="px-5 top-color">
  437.                    Individual Accused in Brown University Tragedy Located Dead Inside Self-Storage Unit.
  438.                  </a>
  439.              
  440.               <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="px-5 top-color">
  441.                    The Mushroom Cleaning Controversy: A Guide to Preparing Mushrooms
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <nav class="navigation navbar navbar-expand-lg mb-4">
  478.  <div class="container-fluid fluid-container">
  479.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  480.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  481.          <a class="navbar-brand" href="/">
  482.              
  483.                  Jackify World
  484.              
  485.          </a>
  486.      </div>
  487.      <div class="">
  488.        <div class="style-card">
  489.          <div class="minimal-search mb-md-4 mb-0">
  490.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  491.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  492.              <circle cx="11" cy="11" r="8"></circle>
  493.              <path d="m21 21-4.35-4.35"></path>
  494.            </svg>
  495.          </div>
  496.          <!-- The search results will be displayed here -->
  497.          <div id="search-results" class="search-results-container search-v1"></div>
  498.        </div>
  499.      </div>
  500.      <div class=" d-flex flex-wrap">
  501.        <div class="navbar-header d-lg-none d-none d-md-flex">
  502.          <a class="navbar-brand" href='/'><img src="" alt="" /></a>
  503.        </div>
  504.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  505.          <button class="menu-close"><i class="ti-close"></i></button>
  506.  
  507.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  508.    <li>
  509.      <a href="/">
  510.        Home
  511.      </a>
  512.    </li>
  513.  
  514.  
  515.    <li>
  516.      <a href="/category/all-posts/">
  517.        All Posts
  518.      </a>
  519.    </li>
  520.  
  521.    <li>
  522.      <a href="/category/business/">
  523.        Business
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/esports/">
  529.        Esports
  530.      </a>
  531.    </li>
  532.  
  533.  
  534.  
  535.  <div class="navbar-header d-lg-block d-none">
  536.    <a class="navbar-brand" href="/">
  537.      <img src="" alt="" />
  538.    </a>
  539.  </div>
  540.  
  541.  
  542.  
  543.    
  544.    
  545.    
  546.      <li>
  547.        <a href="/category/fashion/">
  548.          Fashion
  549.        </a>
  550.      </li>
  551.    
  552.      <li>
  553.        <a href="/category/featured/">
  554.          Featured
  555.        </a>
  556.      </li>
  557.    
  558.  
  559.    
  560.    
  561.      <li class="menu-item-has-children">
  562.        <a href="#">More</a>
  563.        <ul class="sub-menu">
  564.          
  565.            <li>
  566.              <a href="/category/gaming/">
  567.                Gaming
  568.              </a>
  569.            </li>
  570.          
  571.            <li>
  572.              <a href="/category/health/">
  573.                Health
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/life-fitness/">
  579.                Life &amp; Fitness
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/lifestyle/">
  585.                Lifestyle
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/news/">
  591.                News
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/others/">
  597.                Others
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/politics/">
  603.                Politics
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/sports/">
  609.                Sports
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/tech/">
  615.                Tech
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/travel/">
  621.                Travel
  622.              </a>
  623.            </li>
  624.          
  625.        </ul>
  626.      </li>
  627.    
  628.  
  629.  
  630. <li>
  631.                  <a href="/page/contact-us/">
  632.                     Contact Us
  633.                  </a>
  634.              </li>
  635. </ul>
  636.  
  637.        </div>
  638.        <div class="sidebar-blur"></div>
  639.        <!-- end of nav-collapse -->
  640.      </div>
  641.      <div class="me-3">
  642.        <div class="mobail-menu d-xl-none d-block">
  643.          <button type="button" class="navbar-toggler open-btn">
  644.            <span class="sr-only">Toggle navigation</span>
  645.            <span class="icon-bar first-angle"></span>
  646.            <span class="icon-bar middle-angle"></span>
  647.            <span class="icon-bar last-angle"></span>
  648.          </button>
  649.        </div>
  650.        <!-- <div class="header-right">
  651.          <div class="header-right-menu-wrapper d-xl-block d-none">
  652.            <div class="header-right-menu">
  653.              <div class="right-menu-toggle-btn">
  654.                <span></span>
  655.                <span></span>
  656.                <span></span>
  657.              </div>
  658.              <div class="header-right-menu-wrap" style="z-index: 999;">
  659.                <button class="right-menu-close"><i class="ti-close"></i></button>
  660.                <div class="logo">
  661.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  662.                </div>
  663.                <div class="header-right-sec">
  664.                  <div class="project-widget widget">
  665.                    <h3 class="text-white">Our Latest News</h3>
  666.                    <div class="posts">
  667.                      <div class="post">
  668.                        <div class="img-holder">
  669.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  670.                        </div>
  671.                        <div class="details">
  672.                          <span class="date">19 Jun 2022</span>
  673.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  674.                        </div>
  675.                      </div>
  676.                      <div class="post">
  677.                        <div class="img-holder">
  678.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  679.                        </div>
  680.                        <div class="details">
  681.                          <span class="date">22 May 2022</span>
  682.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  683.                        </div>
  684.                      </div>
  685.                      <div class="post">
  686.                        <div class="img-holder">
  687.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  688.                        </div>
  689.                        <div class="details">
  690.                          <span class="date">12 Apr 2022</span>
  691.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  692.                        </div>
  693.                      </div>
  694.                    </div>
  695.                  </div>
  696.                  <div class="widget wpo-contact-widget">
  697.                    <div class="widget-title">
  698.                      <h3 class="text-white">Contact Us</h3>
  699.                    </div>
  700.                    <div class="contact-ft">
  701.                      <ul>
  702.                        <li>
  703.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  704.                        </li>
  705.                        <li>
  706.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  707.                          + 8 (123) 123 456 789
  708.                        </li>
  709.                        <li>
  710.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  711.                        </li>
  712.                      </ul>
  713.                    </div>
  714.                  </div>
  715.                </div>
  716.              </div>
  717.              <div class="sidebar-blur"></div>
  718.            </div>
  719.          </div>
  720.        </div> -->
  721.      </div>
  722.    </div>
  723.  </div>
  724.  <!-- end of container -->
  725. </nav>
  726. <style>
  727.  .navbar-brand img{
  728.    height: 70px;
  729.    object-fit: contain;
  730.  }
  731.    /* search field */
  732.  .search-results-container {
  733.  position: absolute;
  734.  top: 100%; /* Position it below the input field */
  735. left: 10px;
  736.  right: 10px;
  737.  background-color: white;
  738.  border: 1px solid #ddd;
  739.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  740.  max-height: 300px;
  741.  overflow-y: auto;
  742.  z-index: 1000;
  743.  display: none; /* Initially hidden */
  744. }
  745.  
  746. .search-results-container p {
  747.  margin: 0;
  748. }
  749.  
  750. .search-results-container .result-item {
  751.  padding: 10px;
  752.  cursor: pointer;
  753. }
  754.  
  755. .search-results-container .result-item:hover {
  756.  background-color: #f0f0f0;
  757. }
  758. @media (max-width:576px) {
  759.  .w-sm-full{
  760.    padding-top: 10px;
  761.    width: 100%;
  762.  }
  763.  .m-s-0{
  764.    margin-top: 0px !important;
  765.  }
  766. }
  767. @media (max-width:768px) {
  768. .search-icon{
  769. top: 50%;
  770. }
  771. }
  772.  
  773.  
  774. </style>
  775. <script>
  776.  const searchInput = document.querySelector(".search-input");
  777.  const searchResults = document.getElementById("search-results");
  778.  
  779.  // Handle typing
  780.  searchInput.addEventListener("keyup", function (e) {
  781.    e.preventDefault();
  782.  
  783.    const query = searchInput.value;
  784.  
  785.    if (query === "") {
  786.      searchResults.innerHTML = "";
  787.      searchResults.style.display = "none";
  788.      return;
  789.    }
  790.  
  791.    searchResults.style.display = "block";
  792.  
  793.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  794.      method: "GET",
  795.      headers: {
  796.        "X-Requested-With": "XMLHttpRequest",
  797.      },
  798.    })
  799.      .then(response => response.json())
  800.      .then(data => {
  801.        if (data.html) {
  802.          searchResults.innerHTML = data.html;
  803.        } else {
  804.          searchResults.innerHTML = "<p>No results found.</p>";
  805.        }
  806.      })
  807.      .catch(error => {
  808.        console.error("Error fetching search results:", error);
  809.      });
  810.  });
  811.  
  812.  // Close results when clicking outside
  813.  document.addEventListener("click", function (e) {
  814.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  815.      searchResults.style.display = "none";
  816.    }
  817.  });
  818. </script>
  819.  
  820.  
  821.        </header>
  822.        <!-- end of header -->
  823.        <!-- start of wpo-blog-hero -->
  824.        
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. <div class="blog-hero-v8 my-5">
  833.  <div class="container-fluid fluid-container">
  834.    <!-- Full-Width Featured Article -->
  835.    <div class="row g-4 mb-5">
  836.      <div class="col-12">
  837.        
  838.        
  839.          
  840.        <article class="full-featured">
  841.          <div class="featured-image-container">
  842.            
  843.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Body of Endurance Athlete Seemingly Attacked by Shark Found on Californian Coastline" class="featured-image" />
  844.            
  845.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  846.          </div>
  847.          <div class="featured-content">
  848.            <h1 class="featured-title">
  849.              <a href="/body-of-endurance-athlete-seemingly-attacked-by-shark-found-on-californian-coastline/">Body of Endurance Athlete Seemingly Attacked by Shark Found on Californian Coastline</a>
  850.            </h1>
  851.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  852.            <div class="article-meta">
  853.              <div class="author-info">
  854.                
  855.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Andrea Coffey's Profile" class="author-pic" />
  856.                
  857.                <div class="author-text">
  858.                  <span class="author-name">Andrea Coffey</span>
  859.                  
  860.                  <span class="post-time">May 19, 2026</span>
  861.                </div>
  862.              </div>
  863.              <div class="reading-info">
  864.                
  865.              </div>
  866.            </div>
  867.          </div>
  868.        </article>
  869.  
  870.        
  871.        
  872.      </div>
  873.    </div>
  874.  
  875.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  876.    <div class="row g-4">
  877.      
  878.      <div class="col-lg-3 col-md-6 col-12">
  879.        <article class="compact-card">
  880.          <div class="compact-image">
  881.            
  882.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Iconic Singer Barry Manilow to Undergo Surgery for Cancer in His Lung." />
  883.            
  884.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  885.          </div>
  886.          <div class="compact-body">
  887.            <h3 class="compact-title">
  888.              <a href="/iconic-singer-barry-manilow-to-undergo-surgery-for-cancer-in-his-lung/">Iconic Singer Barry Manilow to Undergo Surgery for Cancer in His Lung.</a>
  889.            </h3>
  890.            <p class="compact-text"></p>
  891.            <div class="compact-footer">
  892.              <div class="compact-author">
  893.                
  894.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Andrea Coffey's Profile" class="compact-avatar" />
  895.                
  896.                <span class="compact-name">Andrea …</span>
  897.              </div>
  898.              <span class="compact-date">May 19</span>
  899.            </div>
  900.          </div>
  901.        </article>
  902.      </div>
  903.      
  904.      <div class="col-lg-3 col-md-6 col-12">
  905.        <article class="compact-card">
  906.          <div class="compact-image">
  907.            
  908.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Ex British Serviceman Charged of Killing Kenyan Woman Shows Up in Court" />
  909.            
  910.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  911.          </div>
  912.          <div class="compact-body">
  913.            <h3 class="compact-title">
  914.              <a href="/ex-british-serviceman-charged-of-killing-kenyan-woman-shows-up-in-court/">Ex British Serviceman Charged of Killing Kenyan Woman Shows Up in Court</a>
  915.            </h3>
  916.            <p class="compact-text"></p>
  917.            <div class="compact-footer">
  918.              <div class="compact-author">
  919.                
  920.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Andrea Coffey's Profile" class="compact-avatar" />
  921.                
  922.                <span class="compact-name">Andrea …</span>
  923.              </div>
  924.              <span class="compact-date">May 19</span>
  925.            </div>
  926.          </div>
  927.        </article>
  928.      </div>
  929.      
  930.      <div class="col-lg-3 col-md-6 col-12">
  931.        <article class="compact-card">
  932.          <div class="compact-image">
  933.            
  934.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="FDA Clears Flibanserin, a Desire-Boosting Drug for Postmenopausal" />
  935.            
  936.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  937.          </div>
  938.          <div class="compact-body">
  939.            <h3 class="compact-title">
  940.              <a href="/fda-clears-flibanserin-a-desire-boosting-drug-for-postmenopausal/">FDA Clears Flibanserin, a Desire-Boosting Drug for Postmenopausal</a>
  941.            </h3>
  942.            <p class="compact-text"></p>
  943.            <div class="compact-footer">
  944.              <div class="compact-author">
  945.                
  946.                  <img src="/static/blogapp/assets/images/blog/blog-avater/img-1.jpg" alt="Andrea Coffey's Profile" class="compact-avatar" />
  947.                
  948.                <span class="compact-name">Andrea …</span>
  949.              </div>
  950.              <span class="compact-date">May 19</span>
  951.            </div>
  952.          </div>
  953.        </article>
  954.      </div>
  955.      
  956.  
  957.      <!-- Recent Articles Sidebar -->
  958.      <div class="col-lg-3 col-md-6 col-12">
  959.        <div class="recent-section">
  960.          <h3 class="recent-title">Recent Articles</h3>
  961.          <div class="recent-list">
  962.            
  963.            <div class="recent-item">
  964.              <div class="recent-content">
  965.                <h4 class="recent-article-title">
  966.                  <a href="/we-must-have-a-aircraft-to-search-for-them-teenagers-urgent-plea-to-rescue-relatives-adrift-off-aussie-coast-unveiled/">We Must Have a Aircraft to Search For …</a>
  967.                </h4>
  968.                <span class="recent-date">May 19, 2026</span>
  969.              </div>
  970.            </div>
  971.            
  972.          </div>
  973.        </div>
  974.      </div>
  975.    </div>
  976.  </div>
  977. </div>
  978.  
  979.  
  980.  
  981. <style>
  982.  /* Full-Width Featured Article */
  983.  .full-featured {
  984.    background: var(--card-bg, #ffffff);
  985.    border-radius: 12px;
  986.    overflow: hidden;
  987.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  988.    border: 1px solid var(--border-color, #e5e7eb);
  989.    transition: box-shadow 0.3s ease;
  990.  }
  991.  
  992.  .full-featured:hover {
  993.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  994.  }
  995.  
  996.  .featured-image-container {
  997.    position: relative;
  998.    height: 400px;
  999.    overflow: hidden;
  1000.  }
  1001.  
  1002.  .featured-image {
  1003.    width: 100%;
  1004.    height: 100%;
  1005.    object-fit: cover;
  1006.  }
  1007.  
  1008.  .featured-content {
  1009.    padding: 2rem;
  1010.  }
  1011.  
  1012.  .featured-title {
  1013.    font-size: 2.5rem;
  1014.    font-weight: 700;
  1015.    color: #111827;
  1016.    margin-bottom: 1rem;
  1017.    line-height: 1.2;
  1018.  }
  1019.  
  1020.  .featured-title a {
  1021.    color: inherit;
  1022.    text-decoration: none;
  1023.  }
  1024.  
  1025.  .featured-title a:hover {
  1026.    color: #3b82f6;
  1027.    transition: color 0.3s ease;
  1028.  }
  1029.  
  1030.  .featured-summary {
  1031.    font-size: 1.1rem;
  1032.    color: #4b5563;
  1033.    line-height: 1.6;
  1034.    margin-bottom: 1.5rem;
  1035.  }
  1036.  
  1037.  /* Category Tags - Dynamic Colors */
  1038.  .category-tag {
  1039.    position: absolute;
  1040.    top: 1rem;
  1041.    left: 1rem;
  1042.    padding: 0.4rem 1.2rem;
  1043.    font-size: 0.8rem;
  1044.    font-weight: 600;
  1045.    text-transform: uppercase;
  1046.    color: white;
  1047.    border-radius: 20px;
  1048.    z-index: 2;
  1049.  }
  1050.  
  1051.  /* Category Colors */
  1052.  
  1053.  .business-tag, .business-cat { background-color: #10b981; }
  1054.  
  1055.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1056.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1057.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1058.  .health-tag, .health-cat { background-color: #84cc16; }
  1059.  
  1060.  /* Article Meta */
  1061.  .article-meta {
  1062.    display: flex;
  1063.    align-items: center;
  1064.    justify-content: space-between;
  1065.    font-size: 0.9rem;
  1066.    color: #6b7280;
  1067.  }
  1068.  
  1069.  .author-info {
  1070.    display: flex;
  1071.    align-items: center;
  1072.    gap: 0.75rem;
  1073.  }
  1074.  
  1075.  .author-pic {
  1076.    width: 40px;
  1077.    height: 40px;
  1078.    border-radius: 50%;
  1079.    object-fit: cover;
  1080.  }
  1081.  
  1082.  .author-name {
  1083.    font-weight: 600;
  1084.    color: var(--topbar-color, #111827);
  1085.  }
  1086.  
  1087.  .post-time {
  1088.    font-size: 0.85rem;
  1089.    color: #6b7280;
  1090.  }
  1091.  
  1092.  .read-time {
  1093.    background: #f3f4f6;
  1094.    padding: 0.25rem 0.75rem;
  1095.    border-radius: 12px;
  1096.    font-size: 0.8rem;
  1097.  }
  1098.  
  1099.  /* Compact Cards */
  1100.  .compact-card {
  1101.    background: var(--card-bg, #ffffff);
  1102.    border-radius: 12px;
  1103.    overflow: hidden;
  1104.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1105.    border: 1px solid var(--border-color, #e5e7eb);
  1106.    transition: box-shadow 0.3s ease;
  1107.    height: 100%;
  1108.  }
  1109.  
  1110.  .compact-card:hover {
  1111.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1112.  }
  1113.  
  1114.  .compact-image {
  1115.    position: relative;
  1116.    height: 160px;
  1117.    overflow: hidden;
  1118.  }
  1119.  
  1120.  .compact-image img {
  1121.    width: 100%;
  1122.    height: 100%;
  1123.    object-fit: cover;
  1124.  }
  1125.  
  1126.  .compact-category {
  1127.    position: absolute;
  1128.    top: 0.75rem;
  1129.    left: 0.75rem;
  1130.    padding: 0.3rem 1rem;
  1131.    font-size: 0.75rem;
  1132.    border-radius: 20px;
  1133.    color: white;
  1134.    font-weight: 600;
  1135.    text-transform: uppercase;
  1136.  }
  1137.  
  1138.  .compact-body {
  1139.    padding: 1.25rem;
  1140.  }
  1141.  
  1142.  .compact-title {
  1143.    font-size: 1.1rem;
  1144.    font-weight: 600;
  1145.    color: #111827;
  1146.    margin-bottom: 0.5rem;
  1147.    line-height: 1.3;
  1148.  }
  1149.  
  1150.  .compact-title a {
  1151.    color: inherit;
  1152.    text-decoration: none;
  1153.  }
  1154.  
  1155.  .compact-title a:hover {
  1156.    color: #3b82f6;
  1157.    transition: color 0.3s ease;
  1158.  }
  1159.  
  1160.  .compact-text {
  1161.    font-size: 0.9rem;
  1162.    color: #4b5563;
  1163.    line-height: 1.5;
  1164.  }
  1165.  
  1166.  .compact-footer {
  1167.    display: flex;
  1168.    justify-content: space-between;
  1169.    align-items: center;
  1170.    margin-top: 1rem;
  1171.    font-size: 0.85rem;
  1172.    color: #6b7280;
  1173.  }
  1174.  
  1175.  .compact-author {
  1176.    display: flex;
  1177.    align-items: center;
  1178.    gap: 0.5rem;
  1179.  }
  1180.  
  1181.  .compact-avatar {
  1182.    width: 28px;
  1183.    height: 28px;
  1184.    border-radius: 50%;
  1185.    object-fit: cover;
  1186.  }
  1187.  
  1188.  .compact-name {
  1189.    color: var(--topbar-color, #111827);
  1190.    font-weight: 500;
  1191.  }
  1192.  
  1193.  /* Recent Articles Sidebar */
  1194.  .recent-section {
  1195.    background: var(--card-bg, #ffffff);
  1196.    border-radius: 12px;
  1197.    padding: 1.5rem;
  1198.    border: 1px solid var(--border-color, #e5e7eb);
  1199.    height: 100%;
  1200.  }
  1201.  
  1202.  .recent-title {
  1203.    font-size: 1.2rem;
  1204.    font-weight: 700;
  1205.    color: #111827;
  1206.    margin-bottom: 1rem;
  1207.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1208.    padding-bottom: 0.5rem;
  1209.  }
  1210.  
  1211.  .recent-list {
  1212.    display: flex;
  1213.    flex-direction: column;
  1214.    gap: 1rem;
  1215.  }
  1216.  
  1217.  .recent-item {
  1218.    padding: 0.75rem;
  1219.    border-radius: 8px;
  1220.    transition: background 0.2s ease;
  1221.    border: 1px solid var(--border-color, #e5e7eb);
  1222.  }
  1223.  
  1224.  .recent-item:hover {
  1225.    background: var(--card-bg);
  1226.  }
  1227.  
  1228.  .recent-article-title {
  1229.    font-size: 0.95rem;
  1230.    font-weight: 500;
  1231.    color: var(--topbar-color, #111827);
  1232.    margin-bottom: 0.25rem;
  1233.  }
  1234.  
  1235.  .recent-article-title a {
  1236.    color: inherit;
  1237.    text-decoration: none;
  1238.  }
  1239.  
  1240.  .recent-article-title a:hover {
  1241.    color: #3b82f6;
  1242.    transition: color 0.3s ease;
  1243.  }
  1244.  
  1245.  .recent-date {
  1246.    font-size: 0.8rem;
  1247.    color: #6b7280;
  1248.  }
  1249.  
  1250.  /* Responsive Design */
  1251.  @media (max-width: 992px) {
  1252.    .featured-image-container {
  1253.      height: 300px;
  1254.    }
  1255.    
  1256.    .featured-title {
  1257.      font-size: 2rem;
  1258.    }
  1259.    
  1260.    .compact-image {
  1261.      height: 140px;
  1262.    }
  1263.  }
  1264.  
  1265.  @media (max-width: 768px) {
  1266.    .featured-content,
  1267.    .compact-body {
  1268.      padding: 1.5rem;
  1269.    }
  1270.    
  1271.    .article-meta {
  1272.      flex-direction: column;
  1273.      align-items: flex-start;
  1274.      gap: 0.75rem;
  1275.    }
  1276.    
  1277.    .recent-section {
  1278.      margin-top: 2rem;
  1279.    }
  1280.  }
  1281.  
  1282.  @media (max-width: 576px) {
  1283.    .featured-title {
  1284.      font-size: 1.8rem;
  1285.    }
  1286.    
  1287.    .compact-title {
  1288.      font-size: 1rem;
  1289.    }
  1290.    
  1291.    .featured-content {
  1292.      padding: 1rem;
  1293.    }
  1294.    
  1295.    .compact-body {
  1296.      padding: 1rem;
  1297.    }
  1298.  }
  1299. </style>
  1300.  
  1301.  
  1302.        <!-- end of wpo-blog-hero -->
  1303.  
  1304.        <!-- start of wpo-breacking-news -->
  1305.        
  1306.        <!-- end of wpo-breacking-news -->
  1307.        
  1308.        <!-- start wpo-blog-highlights-section -->
  1309.        
  1310.  
  1311.  
  1312.  
  1313.    
  1314.  
  1315.  
  1316.  
  1317.  
  1318. <style>
  1319.    .blog-highlights-v3 {
  1320.        padding: 80px 0;
  1321.        position: relative;
  1322.        overflow: hidden;
  1323.    }
  1324.    
  1325.    .blog-highlights-v3::before {
  1326.        content: '';
  1327.        position: absolute;
  1328.        top: 0;
  1329.        left: 0;
  1330.        width: 100%;
  1331.        height: 100%;
  1332.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1333.        z-index: 0;
  1334.    }
  1335.    
  1336.    .masonry-container {
  1337.        display: grid;
  1338.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1339.        grid-gap: 25px;
  1340.    }
  1341.    
  1342.    .blog-card-v3 {
  1343.        border: 1px solid var(--border-color) !important;
  1344.        border-radius: 25px;
  1345.        overflow: hidden;
  1346.        background: var(--card-bg);
  1347.        backdrop-filter: blur(10px);
  1348.        border: 1px solid var(--border-color);
  1349.        position: relative;
  1350.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1351.        cursor: pointer;
  1352.        transform: translateY(0) rotateX(0) rotateY(0);
  1353.        transform-style: preserve-3d;
  1354.        perspective: 1000px;
  1355.        z-index: 1;
  1356.    }
  1357.    .span-21 { grid-row-end: span 21; }
  1358.    .span-22 { grid-row-end: span 22; }
  1359.    
  1360.    .blog-card-v3::before {
  1361.        content: '';
  1362.        position: absolute;
  1363.        top: 0;
  1364.        left: 0;
  1365.        width: 100%;
  1366.        height: 100%;
  1367.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1368.        opacity: 0;
  1369.        transition: opacity 0.3s ease;
  1370.        z-index: 1;
  1371.    }
  1372.    
  1373.    .blog-card-v3:hover {
  1374.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1375.        box-shadow:
  1376.            0 30px 60px rgba(0,0,0,0.15),
  1377.            0 15px 30px rgba(0,0,0,0.1),
  1378.            inset 0 1px 0 rgba(255,255,255,0.3);
  1379.        z-index: 10;
  1380.    }
  1381.    
  1382.    .blog-card-v3:hover::before {
  1383.        opacity: 1;
  1384.    }
  1385.    
  1386.    .blog-image-v3 {
  1387.        position: relative;
  1388.        overflow: hidden;
  1389.        height: 50%;
  1390.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1391.    }
  1392.    
  1393.    .blog-image-v3::after {
  1394.        content: '';
  1395.        position: absolute;
  1396.        top: 0;
  1397.        left: 0;
  1398.        width: 100%;
  1399.        height: 100%;
  1400.        background:
  1401.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1402.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1403.        z-index: 2;
  1404.    }
  1405.    
  1406.    .blog-image-v3 img {
  1407.        width: 100%;
  1408.        height: 100%;
  1409.        object-fit: cover;
  1410.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1411.        transform: scale(1);
  1412.        filter: brightness(1) saturate(1);
  1413.    }
  1414.    
  1415.    .blog-card-v3:hover .blog-image-v3 img {
  1416.        transform: scale(1.15);
  1417.        filter: brightness(1.1) saturate(1.2);
  1418.    }
  1419.    
  1420.    .blog-floating-elements {
  1421.        position: absolute;
  1422.        top: 0;
  1423.        left: 0;
  1424.        width: 100%;
  1425.        height: 100%;
  1426.        pointer-events: none;
  1427.        z-index: 3;
  1428.    }
  1429.    
  1430.    .floating-dot {
  1431.        position: absolute;
  1432.        width: 8px;
  1433.        height: 8px;
  1434.        background: rgba(255,255,255,0.6);
  1435.        border-radius: 50%;
  1436.        animation: float 3s ease-in-out infinite;
  1437.    }
  1438.    
  1439.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1440.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1441.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1442.    
  1443.    @keyframes float {
  1444.        0%, 100% { transform: translateY(0px); }
  1445.        50% { transform: translateY(-10px); }
  1446.    }
  1447.    
  1448.    .blog-category-v3 {
  1449.        position: absolute;
  1450.        top: 25px;
  1451.        right: 25px;
  1452.        padding: 10px 18px;
  1453.        border-radius: 30px;
  1454.        font-size: 11px;
  1455.        font-weight: 800;
  1456.        text-transform: uppercase;
  1457.        letter-spacing: 1.2px;
  1458.        backdrop-filter: blur(10px);
  1459.        z-index: 4;
  1460.        transform: translateY(0) scale(1);
  1461.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1462.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1463.        border: 1px solid rgba(255,255,255,0.3);
  1464.    }
  1465.    
  1466.    .blog-card-v3:hover .blog-category-v3 {
  1467.        transform: translateY(-10px) scale(1.1);
  1468.        background: rgba(var(--card-bg),1);
  1469.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1470.    }
  1471.    
  1472.    .blog-content-v3 {
  1473.        padding: 35px 30px 30px;
  1474.        height: 50%;
  1475.        display: flex;
  1476.        flex-direction: column;
  1477.        justify-content: space-between;
  1478.        position: relative;
  1479.        z-index: 2;
  1480.    }
  1481.    
  1482.    .blog-title-v3 {
  1483.        font-size: 19px;
  1484.        font-weight: 700;
  1485.        line-height: 1.3;
  1486.        margin-bottom: 18px;
  1487.        position: relative;
  1488.    }
  1489.    
  1490.    .blog-title-v3 a {
  1491.        text-decoration: none;
  1492.        color: var(--top-color) !important;
  1493.        transition: all 0.3s ease;
  1494.        position: relative;
  1495.        display: inline-block;
  1496.    }
  1497.    
  1498.    .blog-title-v3 a::before {
  1499.        content: '';
  1500.        position: absolute;
  1501.        bottom: -3px;
  1502.        left: 0;
  1503.        width: 0;
  1504.        height: 3px;
  1505.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1506.        border-radius: 2px;
  1507.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1508.    }
  1509.    
  1510.    .blog-card-v3:hover .blog-title-v3 a::before {
  1511.        width: 100%;
  1512.    }
  1513.    
  1514.    .blog-meta-v3 {
  1515.        display: flex;
  1516.        align-items: center;
  1517.        gap: 15px;
  1518.        margin-bottom: 18px;
  1519.        font-size: 13px;
  1520.        color: #7f8c8d;
  1521.        padding-bottom: 18px;
  1522.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1523.        position: relative;
  1524.    }
  1525.    
  1526.    .blog-meta-v3::after {
  1527.        content: '';
  1528.        position: absolute;
  1529.        bottom: -1px;
  1530.        left: 0;
  1531.        width: 0;
  1532.        height: 1px;
  1533.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1534.        transition: width 0.6s ease 0.3s;
  1535.    }
  1536.    
  1537.    .blog-card-v3:hover .blog-meta-v3::after {
  1538.        width: 80px;
  1539.    }
  1540.    
  1541.    .blog-author-img-v3 {
  1542.        width: 35px;
  1543.        height: 35px;
  1544.        border-radius: 50%;
  1545.        object-fit: cover;
  1546.        border: 3px solid rgba(255,255,255,0.8);
  1547.        transition: all 0.4s ease;
  1548.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1549.    }
  1550.    
  1551.    .blog-card-v3:hover .blog-author-img-v3 {
  1552.        transform: scale(1.15);
  1553.        border-color: rgba(102, 126, 234, 0.5);
  1554.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1555.    }
  1556.    
  1557.    .blog-excerpt-v3 {
  1558.        font-size: 14px;
  1559.        line-height: 1.7;
  1560.        color: #5a6c7d;
  1561.        margin-bottom: 20px;
  1562.        display: -webkit-box;
  1563.        -webkit-line-clamp: 3;
  1564.        -webkit-box-orient: vertical;
  1565.        overflow: hidden;
  1566.        opacity: 0.9;
  1567.        transition: opacity 0.3s ease;
  1568.    }
  1569.    
  1570.    .blog-card-v3:hover .blog-excerpt-v3 {
  1571.        opacity: 1;
  1572.    }
  1573.    
  1574.    .blog-actions-v3 {
  1575.        display: flex;
  1576.        justify-content: space-between;
  1577.        align-items: center;
  1578.    }
  1579.    
  1580.    .blog-read-time-v3 {
  1581.        font-size: 12px;
  1582.        color: #95a5a6;
  1583.        display: flex;
  1584.        align-items: center;
  1585.        gap: 6px;
  1586.    }
  1587.    
  1588.    .blog-read-more-v3 {
  1589.        width: 50px;
  1590.        height: 50px;
  1591.        border-radius: 50%;
  1592.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1593.        display: flex;
  1594.        align-items: center;
  1595.        justify-content: center;
  1596.        color: white;
  1597.        text-decoration: none;
  1598.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1599.        transform: scale(0) rotate(0deg);
  1600.        opacity: 0;
  1601.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1602.        position: relative;
  1603.        overflow: hidden;
  1604.    }
  1605.    
  1606.    .blog-read-more-v3::before {
  1607.        content: '';
  1608.        position: absolute;
  1609.        top: 50%;
  1610.        left: 50%;
  1611.        width: 0;
  1612.        height: 0;
  1613.        background: rgba(255,255,255,0.2);
  1614.        border-radius: 50%;
  1615.        transition: all 0.6s ease;
  1616.        transform: translate(-50%, -50%);
  1617.    }
  1618.    
  1619.    .blog-card-v3:hover .blog-read-more-v3 {
  1620.        transform: scale(1) rotate(360deg);
  1621.        opacity: 1;
  1622.    }
  1623.    
  1624.    .blog-read-more-v3:hover::before {
  1625.        width: 100%;
  1626.        height: 100%;
  1627.    }
  1628.    
  1629.    .section-header-v3 {
  1630.        text-align: center;
  1631.        margin-bottom: 80px;
  1632.        position: relative;
  1633.        z-index: 2;
  1634.    }
  1635.    
  1636.    .section-title-v3 {
  1637.        font-size: 3.5rem;
  1638.        font-weight: 900;
  1639.        margin-bottom: 25px;
  1640.        color: #2c3e50;
  1641.        position: relative;
  1642.        display: inline-block;
  1643.    }
  1644.    
  1645.    .section-title-v3::before {
  1646.        content: '';
  1647.        position: absolute;
  1648.        top: -15px;
  1649.        right: -15px;
  1650.        width: 30px;
  1651.        height: 30px;
  1652.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1653.        border-radius: 50%;
  1654.        opacity: 0.3;
  1655.        animation: pulse 2s infinite;
  1656.    }
  1657.    
  1658.    @keyframes pulse {
  1659.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1660.        50% { transform: scale(1.2); opacity: 0.6; }
  1661.    }
  1662.    
  1663.    .section-subtitle-v3 {
  1664.        font-size: 1.2rem;
  1665.        color: #7f8c8d;
  1666.        max-width: 700px;
  1667.        margin: 0 auto;
  1668.        line-height: 1.7;
  1669.        font-weight: 300;
  1670.    }
  1671.    
  1672.    .scroll-reveal {
  1673.        opacity: 0;
  1674.        transform: translateY(50px) scale(0.9);
  1675.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1676.    }
  1677.    
  1678.    .scroll-reveal.revealed {
  1679.        opacity: 1;
  1680.        transform: translateY(0) scale(1);
  1681.    }
  1682.    
  1683.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1684.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1685.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1686.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1687.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1688.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1689.  
  1690.    @media (max-width: 768px) {
  1691.        .masonry-container {
  1692.            display: flex;
  1693.            flex-direction: column;
  1694.            grid-gap: 20px;
  1695.        }
  1696.        .blog-card-v3:nth-child(n) {
  1697.            grid-row-end: span 20;
  1698.        }
  1699.        .section-title-v3 {
  1700.            font-size: 2.8rem;
  1701.        }
  1702.        .blog-highlights-v3 {
  1703.            padding: 60px 0;
  1704.        }
  1705.        .blog-content-v3 {
  1706.            padding: 25px 20px;
  1707.        }
  1708.        .blog-card-v3:hover {
  1709.            transform: translateY(-15px) scale(1.02);
  1710.        }
  1711.        .blog-image-v3{
  1712.            max-height: 350px;
  1713.            height: 100%;
  1714.        }
  1715.    }
  1716. </style>
  1717.  
  1718. <section class="blog-highlights-v3">
  1719.    <div class="container-fluid fluid-container">
  1720.        <div class="row">
  1721.            <div class="col-12">
  1722.                 <div class="wpo-section-title">
  1723.            <h2>
  1724.                Today's Top Highlights
  1725.                   </h2>
  1726.        </div>
  1727.            </div>
  1728.        </div>
  1729.        
  1730.        <div class="row">
  1731.            <div class="col-lg-8 col-12">
  1732.                <div class="masonry-container">
  1733.                    
  1734.                    <div class="blog-card-v3 scroll-reveal span-21">
  1735.                        <div class="blog-image-v3">
  1736.                            
  1737.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1738.                            
  1739.                            <div class="blog-floating-elements">
  1740.                                <div class="floating-dot"></div>
  1741.                                <div class="floating-dot"></div>
  1742.                                <div class="floating-dot"></div>
  1743.                            </div>
  1744.                            <span class="blog-category-v3 bg-primary-gradient">
  1745.                                News
  1746.                            </span>
  1747.                        </div>
  1748.                        <div class="blog-content-v3">
  1749.                            <h3 class="blog-title-v3">
  1750.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-volunteerism/" >
  1751.                                Tropical Storm Disaster in the Island Nation Awakens a Spirit of Volunteerism
  1752.                                </a>
  1753.                            </h3>
  1754.                            <div class="blog-meta-v3">
  1755.                                
  1756.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1757.                                
  1758.                                <span>By Andrea Coffey</span>
  1759.                                <span>•</span>
  1760.                                <span>18 May 2026</span>
  1761.                            </div>
  1762.                            
  1763.                            <div class="blog-actions-v3">
  1764.                                <div class="blog-read-time-v3">
  1765.                                    <i class="far fa-clock"></i>
  1766.                                    <!-- <span>5 min read</span> -->
  1767.                                </div>
  1768.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-volunteerism/"  class="blog-read-more-v3">
  1769.                                    <i class="ti-arrow-right"></i>
  1770.                                </a>
  1771.                            </div>
  1772.                        </div>
  1773.                    </div>
  1774.                    
  1775.                    <div class="blog-card-v3 scroll-reveal span-22">
  1776.                        <div class="blog-image-v3">
  1777.                            
  1778.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1779.                            
  1780.                            <div class="blog-floating-elements">
  1781.                                <div class="floating-dot"></div>
  1782.                                <div class="floating-dot"></div>
  1783.                                <div class="floating-dot"></div>
  1784.                            </div>
  1785.                            <span class="blog-category-v3 bg-primary-gradient">
  1786.                                News
  1787.                            </span>
  1788.                        </div>
  1789.                        <div class="blog-content-v3">
  1790.                            <h3 class="blog-title-v3">
  1791.                                <a href="/real-madrids-alexander-arnold-could-play-against-liverpool-in-upcoming-champions-league-fixture/" >
  1792.                                Real Madrid&#x27;s Alexander-Arnold Could Play Against Liverpool in Upcoming Champions League Fixture
  1793.                                </a>
  1794.                            </h3>
  1795.                            <div class="blog-meta-v3">
  1796.                                
  1797.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1798.                                
  1799.                                <span>By Andrea Coffey</span>
  1800.                                <span>•</span>
  1801.                                <span>18 May 2026</span>
  1802.                            </div>
  1803.                            
  1804.                            <div class="blog-actions-v3">
  1805.                                <div class="blog-read-time-v3">
  1806.                                    <i class="far fa-clock"></i>
  1807.                                    <!-- <span>5 min read</span> -->
  1808.                                </div>
  1809.                                <a href="/real-madrids-alexander-arnold-could-play-against-liverpool-in-upcoming-champions-league-fixture/"  class="blog-read-more-v3">
  1810.                                    <i class="ti-arrow-right"></i>
  1811.                                </a>
  1812.                            </div>
  1813.                        </div>
  1814.                    </div>
  1815.                    
  1816.                    <div class="blog-card-v3 scroll-reveal span-21">
  1817.                        <div class="blog-image-v3">
  1818.                            
  1819.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1820.                            
  1821.                            <div class="blog-floating-elements">
  1822.                                <div class="floating-dot"></div>
  1823.                                <div class="floating-dot"></div>
  1824.                                <div class="floating-dot"></div>
  1825.                            </div>
  1826.                            <span class="blog-category-v3 bg-primary-gradient">
  1827.                                News
  1828.                            </span>
  1829.                        </div>
  1830.                        <div class="blog-content-v3">
  1831.                            <h3 class="blog-title-v3">
  1832.                                <a href="/disturbing-memories-reemerge-in-davao-as-authorities-piece-together-bondi-attack-suspects-activities/" >
  1833.                                Disturbing Memories Reemerge in Davao as Authorities Piece Together Bondi Attack Suspects’ Activities
  1834.                                </a>
  1835.                            </h3>
  1836.                            <div class="blog-meta-v3">
  1837.                                
  1838.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1839.                                
  1840.                                <span>By Andrea Coffey</span>
  1841.                                <span>•</span>
  1842.                                <span>18 May 2026</span>
  1843.                            </div>
  1844.                            
  1845.                            <div class="blog-actions-v3">
  1846.                                <div class="blog-read-time-v3">
  1847.                                    <i class="far fa-clock"></i>
  1848.                                    <!-- <span>5 min read</span> -->
  1849.                                </div>
  1850.                                <a href="/disturbing-memories-reemerge-in-davao-as-authorities-piece-together-bondi-attack-suspects-activities/"  class="blog-read-more-v3">
  1851.                                    <i class="ti-arrow-right"></i>
  1852.                                </a>
  1853.                            </div>
  1854.                        </div>
  1855.                    </div>
  1856.                    
  1857.                    <div class="blog-card-v3 scroll-reveal span-22">
  1858.                        <div class="blog-image-v3">
  1859.                            
  1860.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1861.                            
  1862.                            <div class="blog-floating-elements">
  1863.                                <div class="floating-dot"></div>
  1864.                                <div class="floating-dot"></div>
  1865.                                <div class="floating-dot"></div>
  1866.                            </div>
  1867.                            <span class="blog-category-v3 bg-primary-gradient">
  1868.                                News
  1869.                            </span>
  1870.                        </div>
  1871.                        <div class="blog-content-v3">
  1872.                            <h3 class="blog-title-v3">
  1873.                                <a href="/genuine-southern-portugal-exploring-portugal-beyond-the-shoreline/" >
  1874.                                Genuine Southern Portugal: Exploring Portugal Beyond the Shoreline
  1875.                                </a>
  1876.                            </h3>
  1877.                            <div class="blog-meta-v3">
  1878.                                
  1879.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1880.                                
  1881.                                <span>By Andrea Coffey</span>
  1882.                                <span>•</span>
  1883.                                <span>18 May 2026</span>
  1884.                            </div>
  1885.                            
  1886.                            <div class="blog-actions-v3">
  1887.                                <div class="blog-read-time-v3">
  1888.                                    <i class="far fa-clock"></i>
  1889.                                    <!-- <span>5 min read</span> -->
  1890.                                </div>
  1891.                                <a href="/genuine-southern-portugal-exploring-portugal-beyond-the-shoreline/"  class="blog-read-more-v3">
  1892.                                    <i class="ti-arrow-right"></i>
  1893.                                </a>
  1894.                            </div>
  1895.                        </div>
  1896.                    </div>
  1897.                    
  1898.                    <div class="blog-card-v3 scroll-reveal span-21">
  1899.                        <div class="blog-image-v3">
  1900.                            
  1901.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1902.                            
  1903.                            <div class="blog-floating-elements">
  1904.                                <div class="floating-dot"></div>
  1905.                                <div class="floating-dot"></div>
  1906.                                <div class="floating-dot"></div>
  1907.                            </div>
  1908.                            <span class="blog-category-v3 bg-primary-gradient">
  1909.                                News
  1910.                            </span>
  1911.                        </div>
  1912.                        <div class="blog-content-v3">
  1913.                            <h3 class="blog-title-v3">
  1914.                                <a href="/arsenals-goalkeeper-backs-teams-strength-as-vital-to-silverware-pursuit/" >
  1915.                                Arsenal&#x27;s goalkeeper Backs Team&#x27;s Strength as Vital to Silverware Pursuit
  1916.                                </a>
  1917.                            </h3>
  1918.                            <div class="blog-meta-v3">
  1919.                                
  1920.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1921.                                
  1922.                                <span>By Andrea Coffey</span>
  1923.                                <span>•</span>
  1924.                                <span>18 May 2026</span>
  1925.                            </div>
  1926.                            
  1927.                            <div class="blog-actions-v3">
  1928.                                <div class="blog-read-time-v3">
  1929.                                    <i class="far fa-clock"></i>
  1930.                                    <!-- <span>5 min read</span> -->
  1931.                                </div>
  1932.                                <a href="/arsenals-goalkeeper-backs-teams-strength-as-vital-to-silverware-pursuit/"  class="blog-read-more-v3">
  1933.                                    <i class="ti-arrow-right"></i>
  1934.                                </a>
  1935.                            </div>
  1936.                        </div>
  1937.                    </div>
  1938.                    
  1939.                    <div class="blog-card-v3 scroll-reveal span-22">
  1940.                        <div class="blog-image-v3">
  1941.                            
  1942.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1943.                            
  1944.                            <div class="blog-floating-elements">
  1945.                                <div class="floating-dot"></div>
  1946.                                <div class="floating-dot"></div>
  1947.                                <div class="floating-dot"></div>
  1948.                            </div>
  1949.                            <span class="blog-category-v3 bg-primary-gradient">
  1950.                                News
  1951.                            </span>
  1952.                        </div>
  1953.                        <div class="blog-content-v3">
  1954.                            <h3 class="blog-title-v3">
  1955.                                <a href="/can-the-new-zealand-rugby-team-regain-their-spark-in-the-upcoming-matches/" >
  1956.                                Can the New Zealand rugby team regain their spark in the upcoming matches?
  1957.                                </a>
  1958.                            </h3>
  1959.                            <div class="blog-meta-v3">
  1960.                                
  1961.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  1962.                                
  1963.                                <span>By Andrea Coffey</span>
  1964.                                <span>•</span>
  1965.                                <span>18 May 2026</span>
  1966.                            </div>
  1967.                            
  1968.                            <div class="blog-actions-v3">
  1969.                                <div class="blog-read-time-v3">
  1970.                                    <i class="far fa-clock"></i>
  1971.                                    <!-- <span>5 min read</span> -->
  1972.                                </div>
  1973.                                <a href="/can-the-new-zealand-rugby-team-regain-their-spark-in-the-upcoming-matches/"  class="blog-read-more-v3">
  1974.                                    <i class="ti-arrow-right"></i>
  1975.                                </a>
  1976.                            </div>
  1977.                        </div>
  1978.                    </div>
  1979.                    
  1980.                    <div class="blog-card-v3 scroll-reveal span-21">
  1981.                        <div class="blog-image-v3">
  1982.                            
  1983.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1984.                            
  1985.                            <div class="blog-floating-elements">
  1986.                                <div class="floating-dot"></div>
  1987.                                <div class="floating-dot"></div>
  1988.                                <div class="floating-dot"></div>
  1989.                            </div>
  1990.                            <span class="blog-category-v3 bg-primary-gradient">
  1991.                                News
  1992.                            </span>
  1993.                        </div>
  1994.                        <div class="blog-content-v3">
  1995.                            <h3 class="blog-title-v3">
  1996.                                <a href="/the-presidents-dominant-influence-in-sports-hit-a-peak-in-last-year-2026-promises-to-be-even-bigger/" >
  1997.                                The President&#x27;s Dominant Influence in Sports Hit A Peak in Last Year. 2026 Promises to Be Even Bigger.
  1998.                                </a>
  1999.                            </h3>
  2000.                            <div class="blog-meta-v3">
  2001.                                
  2002.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2003.                                
  2004.                                <span>By Andrea Coffey</span>
  2005.                                <span>•</span>
  2006.                                <span>18 May 2026</span>
  2007.                            </div>
  2008.                            
  2009.                            <div class="blog-actions-v3">
  2010.                                <div class="blog-read-time-v3">
  2011.                                    <i class="far fa-clock"></i>
  2012.                                    <!-- <span>5 min read</span> -->
  2013.                                </div>
  2014.                                <a href="/the-presidents-dominant-influence-in-sports-hit-a-peak-in-last-year-2026-promises-to-be-even-bigger/"  class="blog-read-more-v3">
  2015.                                    <i class="ti-arrow-right"></i>
  2016.                                </a>
  2017.                            </div>
  2018.                        </div>
  2019.                    </div>
  2020.                    
  2021.                    <div class="blog-card-v3 scroll-reveal span-22">
  2022.                        <div class="blog-image-v3">
  2023.                            
  2024.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2025.                            
  2026.                            <div class="blog-floating-elements">
  2027.                                <div class="floating-dot"></div>
  2028.                                <div class="floating-dot"></div>
  2029.                                <div class="floating-dot"></div>
  2030.                            </div>
  2031.                            <span class="blog-category-v3 bg-primary-gradient">
  2032.                                News
  2033.                            </span>
  2034.                        </div>
  2035.                        <div class="blog-content-v3">
  2036.                            <h3 class="blog-title-v3">
  2037.                                <a href="/we-got-dismissed-and-we-accept-it-this-is-how-to-land-a-fresh-position-that-suits-you-personally/" >
  2038.                                We Got Dismissed, and We Accept It – This Is How to Land a Fresh Position That Suits You Personally
  2039.                                </a>
  2040.                            </h3>
  2041.                            <div class="blog-meta-v3">
  2042.                                
  2043.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2044.                                
  2045.                                <span>By Andrea Coffey</span>
  2046.                                <span>•</span>
  2047.                                <span>18 May 2026</span>
  2048.                            </div>
  2049.                            
  2050.                            <div class="blog-actions-v3">
  2051.                                <div class="blog-read-time-v3">
  2052.                                    <i class="far fa-clock"></i>
  2053.                                    <!-- <span>5 min read</span> -->
  2054.                                </div>
  2055.                                <a href="/we-got-dismissed-and-we-accept-it-this-is-how-to-land-a-fresh-position-that-suits-you-personally/"  class="blog-read-more-v3">
  2056.                                    <i class="ti-arrow-right"></i>
  2057.                                </a>
  2058.                            </div>
  2059.                        </div>
  2060.                    </div>
  2061.                    
  2062.                    <div class="blog-card-v3 scroll-reveal span-21">
  2063.                        <div class="blog-image-v3">
  2064.                            
  2065.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2066.                            
  2067.                            <div class="blog-floating-elements">
  2068.                                <div class="floating-dot"></div>
  2069.                                <div class="floating-dot"></div>
  2070.                                <div class="floating-dot"></div>
  2071.                            </div>
  2072.                            <span class="blog-category-v3 bg-primary-gradient">
  2073.                                News
  2074.                            </span>
  2075.                        </div>
  2076.                        <div class="blog-content-v3">
  2077.                            <h3 class="blog-title-v3">
  2078.                                <a href="/work-out-as-you-work-ten-fitness-enhancing-desk-exercises-you-can-do-in-everyday-clothes/" >
  2079.                                Work out as you work? Ten fitness-enhancing desk exercises you can do in everyday clothes
  2080.                                </a>
  2081.                            </h3>
  2082.                            <div class="blog-meta-v3">
  2083.                                
  2084.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2085.                                
  2086.                                <span>By Andrea Coffey</span>
  2087.                                <span>•</span>
  2088.                                <span>17 May 2026</span>
  2089.                            </div>
  2090.                            
  2091.                            <div class="blog-actions-v3">
  2092.                                <div class="blog-read-time-v3">
  2093.                                    <i class="far fa-clock"></i>
  2094.                                    <!-- <span>5 min read</span> -->
  2095.                                </div>
  2096.                                <a href="/work-out-as-you-work-ten-fitness-enhancing-desk-exercises-you-can-do-in-everyday-clothes/"  class="blog-read-more-v3">
  2097.                                    <i class="ti-arrow-right"></i>
  2098.                                </a>
  2099.                            </div>
  2100.                        </div>
  2101.                    </div>
  2102.                    
  2103.                    <div class="blog-card-v3 scroll-reveal span-22">
  2104.                        <div class="blog-image-v3">
  2105.                            
  2106.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2107.                            
  2108.                            <div class="blog-floating-elements">
  2109.                                <div class="floating-dot"></div>
  2110.                                <div class="floating-dot"></div>
  2111.                                <div class="floating-dot"></div>
  2112.                            </div>
  2113.                            <span class="blog-category-v3 bg-primary-gradient">
  2114.                                News
  2115.                            </span>
  2116.                        </div>
  2117.                        <div class="blog-content-v3">
  2118.                            <h3 class="blog-title-v3">
  2119.                                <a href="/anno-117-pax-romanas-hidden-gem-is-a-impressive-first-person-mode/" >
  2120.                                Anno 117: Pax Romana&#x27;s Hidden Gem Is a Impressive First-Person Mode.
  2121.                                </a>
  2122.                            </h3>
  2123.                            <div class="blog-meta-v3">
  2124.                                
  2125.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2126.                                
  2127.                                <span>By Andrea Coffey</span>
  2128.                                <span>•</span>
  2129.                                <span>17 May 2026</span>
  2130.                            </div>
  2131.                            
  2132.                            <div class="blog-actions-v3">
  2133.                                <div class="blog-read-time-v3">
  2134.                                    <i class="far fa-clock"></i>
  2135.                                    <!-- <span>5 min read</span> -->
  2136.                                </div>
  2137.                                <a href="/anno-117-pax-romanas-hidden-gem-is-a-impressive-first-person-mode/"  class="blog-read-more-v3">
  2138.                                    <i class="ti-arrow-right"></i>
  2139.                                </a>
  2140.                            </div>
  2141.                        </div>
  2142.                    </div>
  2143.                    
  2144.                    <div class="blog-card-v3 scroll-reveal span-21">
  2145.                        <div class="blog-image-v3">
  2146.                            
  2147.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2148.                            
  2149.                            <div class="blog-floating-elements">
  2150.                                <div class="floating-dot"></div>
  2151.                                <div class="floating-dot"></div>
  2152.                                <div class="floating-dot"></div>
  2153.                            </div>
  2154.                            <span class="blog-category-v3 bg-primary-gradient">
  2155.                                Others
  2156.                            </span>
  2157.                        </div>
  2158.                        <div class="blog-content-v3">
  2159.                            <h3 class="blog-title-v3">
  2160.                                <a href="/the-ultimate-guide-for-selecting-best-internet-based-slot-options-ba0c/" >
  2161.                                The Ultimate Guide for Selecting Best Internet-Based Slot Options
  2162.                                </a>
  2163.                            </h3>
  2164.                            <div class="blog-meta-v3">
  2165.                                
  2166.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2167.                                
  2168.                                <span>By Andrea Coffey</span>
  2169.                                <span>•</span>
  2170.                                <span>17 May 2026</span>
  2171.                            </div>
  2172.                            
  2173.                            <div class="blog-actions-v3">
  2174.                                <div class="blog-read-time-v3">
  2175.                                    <i class="far fa-clock"></i>
  2176.                                    <!-- <span>5 min read</span> -->
  2177.                                </div>
  2178.                                <a href="/the-ultimate-guide-for-selecting-best-internet-based-slot-options-ba0c/"  class="blog-read-more-v3">
  2179.                                    <i class="ti-arrow-right"></i>
  2180.                                </a>
  2181.                            </div>
  2182.                        </div>
  2183.                    </div>
  2184.                    
  2185.                    <div class="blog-card-v3 scroll-reveal span-22">
  2186.                        <div class="blog-image-v3">
  2187.                            
  2188.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2189.                            
  2190.                            <div class="blog-floating-elements">
  2191.                                <div class="floating-dot"></div>
  2192.                                <div class="floating-dot"></div>
  2193.                                <div class="floating-dot"></div>
  2194.                            </div>
  2195.                            <span class="blog-category-v3 bg-primary-gradient">
  2196.                                Others
  2197.                            </span>
  2198.                        </div>
  2199.                        <div class="blog-content-v3">
  2200.                            <h3 class="blog-title-v3">
  2201.                                <a href="/the-ultimate-guide-for-selecting-best-internet-based-slot-options/" >
  2202.                                The Ultimate Guide for Selecting Best Internet-Based Slot Options
  2203.                                </a>
  2204.                            </h3>
  2205.                            <div class="blog-meta-v3">
  2206.                                
  2207.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="blog-author-img-v3">
  2208.                                
  2209.                                <span>By Andrea Coffey</span>
  2210.                                <span>•</span>
  2211.                                <span>17 May 2026</span>
  2212.                            </div>
  2213.                            
  2214.                            <div class="blog-actions-v3">
  2215.                                <div class="blog-read-time-v3">
  2216.                                    <i class="far fa-clock"></i>
  2217.                                    <!-- <span>5 min read</span> -->
  2218.                                </div>
  2219.                                <a href="/the-ultimate-guide-for-selecting-best-internet-based-slot-options/"  class="blog-read-more-v3">
  2220.                                    <i class="ti-arrow-right"></i>
  2221.                                </a>
  2222.                            </div>
  2223.                        </div>
  2224.                    </div>
  2225.                    
  2226.                    
  2227.  
  2228.                </div>
  2229.            </div>
  2230.            
  2231.               <div class="col col-lg-4 col-12">
  2232.                
  2233.  
  2234.  
  2235.  
  2236.    
  2237.  
  2238.  
  2239. <!-- Blog Sidebar V2 - Focused Design -->
  2240.  <div class="sidebar mb-3">
  2241.    <!-- Recent Posts Section -->
  2242.    <div class="sidebar-widget mb-4">
  2243.      <div class="widget-title-wrapper mb-3">
  2244.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2245.          <i class="ti-time me-2"></i>Recent Posts
  2246.          <span class="title-arrow-primary"></span>
  2247.        </h4>
  2248.      </div>
  2249.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2250.        <div class="recent-post-list">
  2251.          
  2252.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2253.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2254.                
  2255.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2256.                
  2257.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2258.            </div>
  2259.            <div class="post-content flex-grow-1">
  2260.              <h6 class="post-title mb-2">
  2261.                 <a href="/trump-says-for-the-most-part-agreement-exists-on-subsequent-phases-of-gaza-ceasefire-plan/" class="text-decoration-none top-color fw-semibold lh-sm">
  2262.                                            Trump Says &#x27;For the Most Part, Agreement Exists&#x27; on Subsequent Phases of Gaza Ceasefire Plan
  2263.                                            </a>
  2264.              </h6>
  2265.              <div class="post-meta mb-3">
  2266.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2267.                <!-- <small class="text-muted">
  2268.                  <i class="ti-eye me-1"></i>348 views
  2269.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2270.                </small> -->
  2271.              </div>
  2272.            </div>
  2273.          </div>
  2274.          
  2275.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2276.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2277.                
  2278.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2279.                
  2280.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2281.            </div>
  2282.            <div class="post-content flex-grow-1">
  2283.              <h6 class="post-title mb-2">
  2284.                 <a href="/swiss-ski-resort-blaze-victims-are-treated-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2285.                                            Swiss Ski Resort Blaze Victims Are Treated in Burns Units Throughout the Continent
  2286.                                            </a>
  2287.              </h6>
  2288.              <div class="post-meta mb-3">
  2289.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2290.                <!-- <small class="text-muted">
  2291.                  <i class="ti-eye me-1"></i>348 views
  2292.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2293.                </small> -->
  2294.              </div>
  2295.            </div>
  2296.          </div>
  2297.          
  2298.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2299.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2300.                
  2301.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2302.                
  2303.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2304.            </div>
  2305.            <div class="post-content flex-grow-1">
  2306.              <h6 class="post-title mb-2">
  2307.                 <a href="/the-fascinating-tale-of-online-casino-slot-games-from-past-to-present/" class="text-decoration-none top-color fw-semibold lh-sm">
  2308.                                            The Fascinating Tale of Online Casino Slot Games: From Past to Present
  2309.                                            </a>
  2310.              </h6>
  2311.              <div class="post-meta mb-3">
  2312.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2313.                <!-- <small class="text-muted">
  2314.                  <i class="ti-eye me-1"></i>348 views
  2315.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2316.                </small> -->
  2317.              </div>
  2318.            </div>
  2319.          </div>
  2320.          
  2321.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2322.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2323.                
  2324.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2325.                
  2326.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2327.            </div>
  2328.            <div class="post-content flex-grow-1">
  2329.              <h6 class="post-title mb-2">
  2330.                 <a href="/leaders-recognise-queens-as-trump-offers-the-mayor-elect-a-warm-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  2331.                                            Leaders Recognise Queens as Trump Offers The Mayor-Elect a Warm Reception
  2332.                                            </a>
  2333.              </h6>
  2334.              <div class="post-meta mb-3">
  2335.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2336.                <!-- <small class="text-muted">
  2337.                  <i class="ti-eye me-1"></i>348 views
  2338.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2339.                </small> -->
  2340.              </div>
  2341.            </div>
  2342.          </div>
  2343.          
  2344.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2345.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2346.                
  2347.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2348.                
  2349.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2350.            </div>
  2351.            <div class="post-content flex-grow-1">
  2352.              <h6 class="post-title mb-2">
  2353.                 <a href="/the-ten-year-affair-from-author-erin-somers-the-midlife-adultery-tale-this-generation-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2354.                                            The Ten Year Affair from author Erin Somers: The Midlife Adultery Tale This Generation Needs.
  2355.                                            </a>
  2356.              </h6>
  2357.              <div class="post-meta mb-3">
  2358.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2359.                <!-- <small class="text-muted">
  2360.                  <i class="ti-eye me-1"></i>348 views
  2361.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2362.                </small> -->
  2363.              </div>
  2364.            </div>
  2365.          </div>
  2366.          
  2367.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2368.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2369.                
  2370.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2371.                
  2372.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2373.            </div>
  2374.            <div class="post-content flex-grow-1">
  2375.              <h6 class="post-title mb-2">
  2376.                 <a href="/president-zelensky-says-ukraine-is-10-away-from-a-peace-deal-but-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2377.                                            President Zelensky Says Ukraine Is 10% Away from a Peace Deal, But Not at Any Possible Cost
  2378.                                            </a>
  2379.              </h6>
  2380.              <div class="post-meta mb-3">
  2381.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2382.                <!-- <small class="text-muted">
  2383.                  <i class="ti-eye me-1"></i>348 views
  2384.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2385.                </small> -->
  2386.              </div>
  2387.            </div>
  2388.          </div>
  2389.          
  2390.  
  2391.        </div>
  2392.  
  2393.        <div class="text-center mt-4 pt-3 border-top border-light">
  2394.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2395.        </div>
  2396.      </div>
  2397.    </div>
  2398.  
  2399.    
  2400.    <div class="sidebar-widget mb-4">
  2401.      <div class="widget-title-wrapper mb-3">
  2402.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2403.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2404.          <span class="title-arrow"></span>
  2405.        </h4>
  2406.      </div>
  2407.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2408.        <div class="blog-roll-list scrollable-sidebar">
  2409.          
  2410.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2411.            <a href="https://esports-news.co.uk/gambling-sites/fat-pirate-review/" rel="dofollow" class="text-decoration-none ">
  2412.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2413.                <i class="ti-angle-right me-2 text-primary"></i>
  2414.                fat pirate review
  2415.              </h6>
  2416.            </a>
  2417.          </div>
  2418.          
  2419.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2420.            <a href="https://esports-news.co.uk/gambling-sites/westace-review/" rel="dofollow" class="text-decoration-none ">
  2421.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2422.                <i class="ti-angle-right me-2 text-primary"></i>
  2423.                westace casino
  2424.              </h6>
  2425.            </a>
  2426.          </div>
  2427.          
  2428.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2429.            <a href="https://bottlebling.co.uk/" rel="dofollow" class="text-decoration-none ">
  2430.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2431.                <i class="ti-angle-right me-2 text-primary"></i>
  2432.                online casino
  2433.              </h6>
  2434.            </a>
  2435.          </div>
  2436.          
  2437.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2438.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  2439.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2440.                <i class="ti-angle-right me-2 text-primary"></i>
  2441.                casino not on gamstop
  2442.              </h6>
  2443.            </a>
  2444.          </div>
  2445.          
  2446.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2447.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  2448.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2449.                <i class="ti-angle-right me-2 text-primary"></i>
  2450.                casino not on gamstop
  2451.              </h6>
  2452.            </a>
  2453.          </div>
  2454.          
  2455.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2456.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2457.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2458.                <i class="ti-angle-right me-2 text-primary"></i>
  2459.                online casinos
  2460.              </h6>
  2461.            </a>
  2462.          </div>
  2463.          
  2464.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2465.            <a href="https://thebirchesmedicalpractice.co.uk/" rel="dofollow" class="text-decoration-none ">
  2466.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2467.                <i class="ti-angle-right me-2 text-primary"></i>
  2468.                non gamstop casino
  2469.              </h6>
  2470.            </a>
  2471.          </div>
  2472.          
  2473.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2474.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2475.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2476.                <i class="ti-angle-right me-2 text-primary"></i>
  2477.                casinos not on gamstop
  2478.              </h6>
  2479.            </a>
  2480.          </div>
  2481.          
  2482.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2483.            <a href="https://evildeadrise.co.uk" rel="dofollow" class="text-decoration-none ">
  2484.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2485.                <i class="ti-angle-right me-2 text-primary"></i>
  2486.                non gamstop casinos uk
  2487.              </h6>
  2488.            </a>
  2489.          </div>
  2490.          
  2491.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2492.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2493.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2494.                <i class="ti-angle-right me-2 text-primary"></i>
  2495.                non gamstop casinos
  2496.              </h6>
  2497.            </a>
  2498.          </div>
  2499.          
  2500.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2501.            <a href="https://nursingnotes.co.uk/" rel="dofollow" class="text-decoration-none ">
  2502.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2503.                <i class="ti-angle-right me-2 text-primary"></i>
  2504.                online casino list
  2505.              </h6>
  2506.            </a>
  2507.          </div>
  2508.          
  2509.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2510.            <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none ">
  2511.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2512.                <i class="ti-angle-right me-2 text-primary"></i>
  2513.                non gamstop casino
  2514.              </h6>
  2515.            </a>
  2516.          </div>
  2517.          
  2518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2519.            <a href="https://www.gohacking.com/" rel="dofollow" class="text-decoration-none ">
  2520.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2521.                <i class="ti-angle-right me-2 text-primary"></i>
  2522.                non gamstop poker sites
  2523.              </h6>
  2524.            </a>
  2525.          </div>
  2526.          
  2527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2528.            <a href="https://dabet.uk/" rel="dofollow" class="text-decoration-none ">
  2529.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2530.                <i class="ti-angle-right me-2 text-primary"></i>
  2531.                best betting sites
  2532.              </h6>
  2533.            </a>
  2534.          </div>
  2535.          
  2536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2538.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2539.                <i class="ti-angle-right me-2 text-primary"></i>
  2540.                best uk non gamstop casinos
  2541.              </h6>
  2542.            </a>
  2543.          </div>
  2544.          
  2545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2546.            <a href="https://britishicehockey.co.uk/" rel="dofollow" class="text-decoration-none ">
  2547.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2548.                <i class="ti-angle-right me-2 text-primary"></i>
  2549.                casino not on gamstop
  2550.              </h6>
  2551.            </a>
  2552.          </div>
  2553.          
  2554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2555.            <a href="https://gamingamerica.com/non-gamstop-casinos" rel="dofollow" class="text-decoration-none ">
  2556.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2557.                <i class="ti-angle-right me-2 text-primary"></i>
  2558.                casinos not on gamstop
  2559.              </h6>
  2560.            </a>
  2561.          </div>
  2562.          
  2563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2564.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2565.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2566.                <i class="ti-angle-right me-2 text-primary"></i>
  2567.                non gamstop casinos
  2568.              </h6>
  2569.            </a>
  2570.          </div>
  2571.          
  2572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2573.            <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none ">
  2574.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2575.                <i class="ti-angle-right me-2 text-primary"></i>
  2576.                best online betting sites uk
  2577.              </h6>
  2578.            </a>
  2579.          </div>
  2580.          
  2581.      </div>
  2582.    </div>
  2583.    
  2584.    <div class="sidebar-widget mb-4">
  2585.      <div class="widget-title-wrapper mb-3">
  2586.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2587.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2588.          <span class="title-arrow"></span>
  2589.        </h4>
  2590.      </div>
  2591.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2592.        <div class="blog-roll-list scrollable-sidebar">
  2593.          
  2594.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2595.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2596.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2597.                <i class="ti-angle-right me-2 text-primary"></i>
  2598.                casino sites UK
  2599.              </h6>
  2600.            </a>
  2601.          </div>
  2602.          
  2603.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2604.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2605.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2606.                <i class="ti-angle-right me-2 text-primary"></i>
  2607.                casinos not on GamStop
  2608.              </h6>
  2609.            </a>
  2610.          </div>
  2611.          
  2612.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2613.            <a href="https://www.artigiano.co.uk/" rel="dofollow" class="text-decoration-none ">
  2614.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2615.                <i class="ti-angle-right me-2 text-primary"></i>
  2616.                non gamstop casinos UK
  2617.              </h6>
  2618.            </a>
  2619.          </div>
  2620.          
  2621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2622.            <a href="https://www.thecakestore.co.uk/" rel="dofollow" class="text-decoration-none ">
  2623.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2624.                <i class="ti-angle-right me-2 text-primary"></i>
  2625.                crypto gambling UK
  2626.              </h6>
  2627.            </a>
  2628.          </div>
  2629.          
  2630.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2631.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2632.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2633.                <i class="ti-angle-right me-2 text-primary"></i>
  2634.                casino not on gamstop
  2635.              </h6>
  2636.            </a>
  2637.          </div>
  2638.          
  2639.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2640.            <a href="https://nva.org.uk/" rel="dofollow" class="text-decoration-none ">
  2641.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2642.                <i class="ti-angle-right me-2 text-primary"></i>
  2643.                non gamstop casinos
  2644.              </h6>
  2645.            </a>
  2646.          </div>
  2647.          
  2648.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2649.            <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none ">
  2650.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2651.                <i class="ti-angle-right me-2 text-primary"></i>
  2652.                non gamstop casino
  2653.              </h6>
  2654.            </a>
  2655.          </div>
  2656.          
  2657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2658.            <a href="https://www.uberrock.co.uk/" rel="dofollow" class="text-decoration-none ">
  2659.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2660.                <i class="ti-angle-right me-2 text-primary"></i>
  2661.                non gamstop casinos
  2662.              </h6>
  2663.            </a>
  2664.          </div>
  2665.          
  2666.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2667.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2668.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2669.                <i class="ti-angle-right me-2 text-primary"></i>
  2670.                casino not on gamstop
  2671.              </h6>
  2672.            </a>
  2673.          </div>
  2674.          
  2675.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2676.            <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none ">
  2677.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2678.                <i class="ti-angle-right me-2 text-primary"></i>
  2679.                casino not on gamstop
  2680.              </h6>
  2681.            </a>
  2682.          </div>
  2683.          
  2684.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2685.            <a href="https://straightfromyard.co.uk/" rel="dofollow" class="text-decoration-none ">
  2686.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2687.                <i class="ti-angle-right me-2 text-primary"></i>
  2688.                casino not on gamstop
  2689.              </h6>
  2690.            </a>
  2691.          </div>
  2692.          
  2693.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2695.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.                <i class="ti-angle-right me-2 text-primary"></i>
  2697.                slots not on gamstop
  2698.              </h6>
  2699.            </a>
  2700.          </div>
  2701.          
  2702.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2703.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2704.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2705.                <i class="ti-angle-right me-2 text-primary"></i>
  2706.                casino not on gamstop
  2707.              </h6>
  2708.            </a>
  2709.          </div>
  2710.          
  2711.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2712.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2713.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2714.                <i class="ti-angle-right me-2 text-primary"></i>
  2715.                casino not on gamstop
  2716.              </h6>
  2717.            </a>
  2718.          </div>
  2719.          
  2720.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2721.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2722.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2723.                <i class="ti-angle-right me-2 text-primary"></i>
  2724.                casino not on gamstop
  2725.              </h6>
  2726.            </a>
  2727.          </div>
  2728.          
  2729.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2730.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2731.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2732.                <i class="ti-angle-right me-2 text-primary"></i>
  2733.                casino not on gamstop
  2734.              </h6>
  2735.            </a>
  2736.          </div>
  2737.          
  2738.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2739.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2740.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2741.                <i class="ti-angle-right me-2 text-primary"></i>
  2742.                casino not on gamstop
  2743.              </h6>
  2744.            </a>
  2745.          </div>
  2746.          
  2747.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2748.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2749.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2750.                <i class="ti-angle-right me-2 text-primary"></i>
  2751.                online casinos not on gamstop
  2752.              </h6>
  2753.            </a>
  2754.          </div>
  2755.          
  2756.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2757.            <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="text-decoration-none ">
  2758.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2759.                <i class="ti-angle-right me-2 text-primary"></i>
  2760.                casino not on gamstop
  2761.              </h6>
  2762.            </a>
  2763.          </div>
  2764.          
  2765.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2766.            <a href="https://www.nhsborders.org.uk/" rel="dofollow" class="text-decoration-none ">
  2767.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2768.                <i class="ti-angle-right me-2 text-primary"></i>
  2769.                bitcoin casinos UK
  2770.              </h6>
  2771.            </a>
  2772.          </div>
  2773.          
  2774.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2775.            <a href="https://swtrains.co.uk/" rel="dofollow" class="text-decoration-none ">
  2776.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2777.                <i class="ti-angle-right me-2 text-primary"></i>
  2778.                spinshark casino reviews
  2779.              </h6>
  2780.            </a>
  2781.          </div>
  2782.          
  2783.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2784.            <a href="https://microhowto.info" rel="dofollow" class="text-decoration-none ">
  2785.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2786.                <i class="ti-angle-right me-2 text-primary"></i>
  2787.                casinos not on gamstop
  2788.              </h6>
  2789.            </a>
  2790.          </div>
  2791.          
  2792.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2793.            <a href="https://unbound.co.uk" rel="dofollow" class="text-decoration-none ">
  2794.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2795.                <i class="ti-angle-right me-2 text-primary"></i>
  2796.                non gamstop casinos
  2797.              </h6>
  2798.            </a>
  2799.          </div>
  2800.          
  2801.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2802.            <a href="https://ineosbritannia.com" rel="dofollow" class="text-decoration-none ">
  2803.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2804.                <i class="ti-angle-right me-2 text-primary"></i>
  2805.                casino not on gamstop
  2806.              </h6>
  2807.            </a>
  2808.          </div>
  2809.          
  2810.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2811.            <a href="https://www.lytshuiszilver.nl/" rel="dofollow" class="text-decoration-none ">
  2812.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2813.                <i class="ti-angle-right me-2 text-primary"></i>
  2814.                online casino zonder cruks
  2815.              </h6>
  2816.            </a>
  2817.          </div>
  2818.          
  2819.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2820.            <a href="https://www.nabaiji.co.uk/" rel="dofollow" class="text-decoration-none ">
  2821.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2822.                <i class="ti-angle-right me-2 text-primary"></i>
  2823.                poker rooms not on gamstop
  2824.              </h6>
  2825.            </a>
  2826.          </div>
  2827.          
  2828.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2829.            <a href="https://www.capturingourcoast.co.uk/" rel="dofollow" class="text-decoration-none ">
  2830.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2831.                <i class="ti-angle-right me-2 text-primary"></i>
  2832.                non gamstop casinos
  2833.              </h6>
  2834.            </a>
  2835.          </div>
  2836.          
  2837.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2838.            <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none ">
  2839.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2840.                <i class="ti-angle-right me-2 text-primary"></i>
  2841.                non gamstop casino
  2842.              </h6>
  2843.            </a>
  2844.          </div>
  2845.          
  2846.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2847.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2848.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2849.                <i class="ti-angle-right me-2 text-primary"></i>
  2850.                casino not on gamstop
  2851.              </h6>
  2852.            </a>
  2853.          </div>
  2854.          
  2855.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2856.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2857.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2858.                <i class="ti-angle-right me-2 text-primary"></i>
  2859.                casino not on gamstop
  2860.              </h6>
  2861.            </a>
  2862.          </div>
  2863.          
  2864.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2865.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2866.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2867.                <i class="ti-angle-right me-2 text-primary"></i>
  2868.                casino not on gamstop
  2869.              </h6>
  2870.            </a>
  2871.          </div>
  2872.          
  2873.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2874.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2875.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2876.                <i class="ti-angle-right me-2 text-primary"></i>
  2877.                uk casinos not on gamstop
  2878.              </h6>
  2879.            </a>
  2880.          </div>
  2881.          
  2882.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2884.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.                <i class="ti-angle-right me-2 text-primary"></i>
  2886.                Non UK Casinos That Accept UK Players
  2887.              </h6>
  2888.            </a>
  2889.          </div>
  2890.          
  2891.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2892.            <a href="https://www.homeworkworkspace.com" rel="dofollow" class="text-decoration-none ">
  2893.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2894.                <i class="ti-angle-right me-2 text-primary"></i>
  2895.                non GamStop casinos
  2896.              </h6>
  2897.            </a>
  2898.          </div>
  2899.          
  2900.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2901.            <a href="https://stephenwalter.co.uk/" rel="dofollow" class="text-decoration-none ">
  2902.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2903.                <i class="ti-angle-right me-2 text-primary"></i>
  2904.                best betting sites
  2905.              </h6>
  2906.            </a>
  2907.          </div>
  2908.          
  2909.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2910.            <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="text-decoration-none ">
  2911.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2912.                <i class="ti-angle-right me-2 text-primary"></i>
  2913.                top online casinos in uk
  2914.              </h6>
  2915.            </a>
  2916.          </div>
  2917.          
  2918.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.            <a href="https://www.pearlysociety.co.uk/" rel="dofollow" class="text-decoration-none ">
  2920.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.                <i class="ti-angle-right me-2 text-primary"></i>
  2922.                no kyc casino
  2923.              </h6>
  2924.            </a>
  2925.          </div>
  2926.          
  2927.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2928.            <a href="https://londonnewsonline.co.uk/en-gb/" rel="dofollow" class="text-decoration-none ">
  2929.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2930.                <i class="ti-angle-right me-2 text-primary"></i>
  2931.                casinos not on gamstop
  2932.              </h6>
  2933.            </a>
  2934.          </div>
  2935.          
  2936.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2937.            <a href="https://www.squarebox.co.uk/" rel="dofollow" class="text-decoration-none ">
  2938.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2939.                <i class="ti-angle-right me-2 text-primary"></i>
  2940.                non gamstop casinos uk
  2941.              </h6>
  2942.            </a>
  2943.          </div>
  2944.          
  2945.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2946.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  2947.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2948.                <i class="ti-angle-right me-2 text-primary"></i>
  2949.                casino sites not on gamstop
  2950.              </h6>
  2951.            </a>
  2952.          </div>
  2953.          
  2954.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.            <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="text-decoration-none ">
  2956.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.                <i class="ti-angle-right me-2 text-primary"></i>
  2958.                best uk non gamstop casinos
  2959.              </h6>
  2960.            </a>
  2961.          </div>
  2962.          
  2963.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2964.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2965.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2966.                <i class="ti-angle-right me-2 text-primary"></i>
  2967.                casinos without GAMSTOP
  2968.              </h6>
  2969.            </a>
  2970.          </div>
  2971.          
  2972.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2973.            <a href="https://www.impact-awards.co.uk" rel="dofollow" class="text-decoration-none ">
  2974.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2975.                <i class="ti-angle-right me-2 text-primary"></i>
  2976.                casino not on GamStop
  2977.              </h6>
  2978.            </a>
  2979.          </div>
  2980.          
  2981.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2982.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2983.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2984.                <i class="ti-angle-right me-2 text-primary"></i>
  2985.                casino not on GamStop UK
  2986.              </h6>
  2987.            </a>
  2988.          </div>
  2989.          
  2990.      </div>
  2991.    </div>
  2992.    
  2993.    <div class="sidebar-widget mb-4">
  2994.      <div class="widget-title-wrapper mb-3">
  2995.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2996.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2997.          <span class="title-arrow"></span>
  2998.        </h4>
  2999.      </div>
  3000.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3001.        <div class="blog-roll-list scrollable-sidebar">
  3002.          
  3003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.            <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="text-decoration-none ">
  3005.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3006.                <i class="ti-angle-right me-2 text-primary"></i>
  3007.                non GamStop casinos
  3008.              </h6>
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.bmag.org.uk/" rel="dofollow" class="text-decoration-none ">
  3014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                UK online casinos
  3017.              </h6>
  3018.            </a>
  3019.          </div>
  3020.          
  3021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  3023.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3024.                <i class="ti-angle-right me-2 text-primary"></i>
  3025.                casinos not on GamStop
  3026.              </h6>
  3027.            </a>
  3028.          </div>
  3029.          
  3030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3031.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3032.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3033.                <i class="ti-angle-right me-2 text-primary"></i>
  3034.                new non GamStop casinos
  3035.              </h6>
  3036.            </a>
  3037.          </div>
  3038.          
  3039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  3041.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3042.                <i class="ti-angle-right me-2 text-primary"></i>
  3043.                Non UK Casinos
  3044.              </h6>
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://www.gcaf.co.uk/" rel="dofollow" class="text-decoration-none ">
  3050.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                bitcoin sports betting sites
  3053.              </h6>
  3054.            </a>
  3055.          </div>
  3056.          
  3057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.            <a href="https://www.nmds-sc-online.org.uk/" rel="dofollow" class="text-decoration-none ">
  3059.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3060.                <i class="ti-angle-right me-2 text-primary"></i>
  3061.                best betting sites uk
  3062.              </h6>
  3063.            </a>
  3064.          </div>
  3065.          
  3066.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3067.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3068.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3069.                <i class="ti-angle-right me-2 text-primary"></i>
  3070.                casinos not on GamStop
  3071.              </h6>
  3072.            </a>
  3073.          </div>
  3074.          
  3075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3077.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3078.                <i class="ti-angle-right me-2 text-primary"></i>
  3079.                casinos not on GamStop
  3080.              </h6>
  3081.            </a>
  3082.          </div>
  3083.          
  3084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  3086.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3087.                <i class="ti-angle-right me-2 text-primary"></i>
  3088.                casino not on gamstop
  3089.              </h6>
  3090.            </a>
  3091.          </div>
  3092.          
  3093.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3094.            <a href="https://www.cressbrook.co.uk/" rel="dofollow" class="text-decoration-none ">
  3095.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3096.                <i class="ti-angle-right me-2 text-primary"></i>
  3097.                non gamstop casino
  3098.              </h6>
  3099.            </a>
  3100.          </div>
  3101.          
  3102.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3103.            <a href="https://citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  3104.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3105.                <i class="ti-angle-right me-2 text-primary"></i>
  3106.                non gamstop casinos
  3107.              </h6>
  3108.            </a>
  3109.          </div>
  3110.          
  3111.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.            <a href="https://www.ukrmb.co.uk/" rel="dofollow" class="text-decoration-none ">
  3113.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3114.                <i class="ti-angle-right me-2 text-primary"></i>
  3115.                best uk non gamstop casinos
  3116.              </h6>
  3117.            </a>
  3118.          </div>
  3119.          
  3120.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3121.            <a href="https://www.techandplay.org/" rel="dofollow" class="text-decoration-none ">
  3122.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3123.                <i class="ti-angle-right me-2 text-primary"></i>
  3124.                non uk betting sites
  3125.              </h6>
  3126.            </a>
  3127.          </div>
  3128.          
  3129.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3130.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3131.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3132.                <i class="ti-angle-right me-2 text-primary"></i>
  3133.                Non GamStop Casino
  3134.              </h6>
  3135.            </a>
  3136.          </div>
  3137.          
  3138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3139.            <a href="https://www.socresonline.org.uk/" rel="dofollow" class="text-decoration-none ">
  3140.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3141.                <i class="ti-angle-right me-2 text-primary"></i>
  3142.                bitcoin casinos
  3143.              </h6>
  3144.            </a>
  3145.          </div>
  3146.          
  3147.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3148.            <a href="https://www.toop.eu/" rel="dofollow" class="text-decoration-none ">
  3149.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3150.                <i class="ti-angle-right me-2 text-primary"></i>
  3151.                non gamstop casinos
  3152.              </h6>
  3153.            </a>
  3154.          </div>
  3155.          
  3156.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3157.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3158.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3159.                <i class="ti-angle-right me-2 text-primary"></i>
  3160.                Non GAMSTOP Casino
  3161.              </h6>
  3162.            </a>
  3163.          </div>
  3164.          
  3165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3166.            <a href="https://thefoodmarket.com/" rel="dofollow" class="text-decoration-none ">
  3167.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3168.                <i class="ti-angle-right me-2 text-primary"></i>
  3169.                crypto casino UK
  3170.              </h6>
  3171.            </a>
  3172.          </div>
  3173.          
  3174.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3175.            <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="text-decoration-none ">
  3176.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3177.                <i class="ti-angle-right me-2 text-primary"></i>
  3178.                non gamstop casino
  3179.              </h6>
  3180.            </a>
  3181.          </div>
  3182.          
  3183.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3184.            <a href="https://www.marblearchcavesgeopark.com/" rel="dofollow" class="text-decoration-none ">
  3185.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3186.                <i class="ti-angle-right me-2 text-primary"></i>
  3187.                online casinos
  3188.              </h6>
  3189.            </a>
  3190.          </div>
  3191.          
  3192.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3193.            <a href="https://heartofswlep.co.uk/" rel="dofollow" class="text-decoration-none ">
  3194.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3195.                <i class="ti-angle-right me-2 text-primary"></i>
  3196.                non gamstop casino
  3197.              </h6>
  3198.            </a>
  3199.          </div>
  3200.          
  3201.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3202.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3203.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3204.                <i class="ti-angle-right me-2 text-primary"></i>
  3205.                non gamstop casino
  3206.              </h6>
  3207.            </a>
  3208.          </div>
  3209.          
  3210.      </div>
  3211.    </div>
  3212.    
  3213.    <div class="sidebar-widget mb-4">
  3214.      <div class="widget-title-wrapper mb-3">
  3215.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3216.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3217.          <span class="title-arrow"></span>
  3218.        </h4>
  3219.      </div>
  3220.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3221.        <div class="blog-roll-list scrollable-sidebar">
  3222.          
  3223.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  3225.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3226.                <i class="ti-angle-right me-2 text-primary"></i>
  3227.                best non gamstop casinos uk
  3228.              </h6>
  3229.            </a>
  3230.          </div>
  3231.          
  3232.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3233.            <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="text-decoration-none ">
  3234.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3235.                <i class="ti-angle-right me-2 text-primary"></i>
  3236.                casino online uk
  3237.              </h6>
  3238.            </a>
  3239.          </div>
  3240.          
  3241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3242.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  3243.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3244.                <i class="ti-angle-right me-2 text-primary"></i>
  3245.                non gamstop casino
  3246.              </h6>
  3247.            </a>
  3248.          </div>
  3249.          
  3250.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3251.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  3252.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3253.                <i class="ti-angle-right me-2 text-primary"></i>
  3254.                casinos not on gamstop
  3255.              </h6>
  3256.            </a>
  3257.          </div>
  3258.          
  3259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.            <a href="https://plasticoceans.uk/" rel="dofollow" class="text-decoration-none ">
  3261.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3262.                <i class="ti-angle-right me-2 text-primary"></i>
  3263.                casinos not on gamstop
  3264.              </h6>
  3265.            </a>
  3266.          </div>
  3267.          
  3268.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  3270.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3271.                <i class="ti-angle-right me-2 text-primary"></i>
  3272.                new uk betting sites
  3273.              </h6>
  3274.            </a>
  3275.          </div>
  3276.          
  3277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3278.            <a href="https://www.mesaonline.org/" rel="dofollow" class="text-decoration-none ">
  3279.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3280.                <i class="ti-angle-right me-2 text-primary"></i>
  3281.                casino not on gamstop
  3282.              </h6>
  3283.            </a>
  3284.          </div>
  3285.          
  3286.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3287.            <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none ">
  3288.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3289.                <i class="ti-angle-right me-2 text-primary"></i>
  3290.                online casinos
  3291.              </h6>
  3292.            </a>
  3293.          </div>
  3294.          
  3295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.            <a href="https://www.lsx.org.uk/" rel="dofollow" class="text-decoration-none ">
  3297.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.                <i class="ti-angle-right me-2 text-primary"></i>
  3299.                uk betting sites
  3300.              </h6>
  3301.            </a>
  3302.          </div>
  3303.          
  3304.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.            <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none ">
  3306.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3307.                <i class="ti-angle-right me-2 text-primary"></i>
  3308.                non gamstop casinos
  3309.              </h6>
  3310.            </a>
  3311.          </div>
  3312.          
  3313.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3314.            <a href="https://www.bshg.org.uk/" rel="dofollow" class="text-decoration-none ">
  3315.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3316.                <i class="ti-angle-right me-2 text-primary"></i>
  3317.                online casinos
  3318.              </h6>
  3319.            </a>
  3320.          </div>
  3321.          
  3322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3323.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  3324.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3325.                <i class="ti-angle-right me-2 text-primary"></i>
  3326.                online casinos
  3327.              </h6>
  3328.            </a>
  3329.          </div>
  3330.          
  3331.      </div>
  3332.    </div>
  3333.    
  3334.  </div>
  3335.  
  3336. <!-- Sidebar V2 Styles -->
  3337. <style>
  3338.  .sidebar-widget {
  3339.    position: relative;
  3340.  }
  3341.  
  3342.  .widget-title {
  3343.    font-size: 1.1rem;
  3344.    font-weight: 700;
  3345.    display: inline-block;
  3346.    position: relative;
  3347.    z-index: 2;
  3348.    border-radius: 0;
  3349.  }
  3350.  
  3351.  /* Green arrow for August Blog Roll */
  3352.  .title-arrow::after {
  3353.    content: '';
  3354.    position: absolute;
  3355.    top: 0;
  3356.    right: -22px;
  3357.    width: 0;
  3358.    height: 0;
  3359.    border-left: 22px solid var(--bs-primary);
  3360.    border-top: 22px solid transparent;
  3361.    border-bottom: 22px solid transparent;
  3362.    z-index: 1;
  3363.  }
  3364.  
  3365.  /* Blue arrow for Recent Posts */
  3366.  .title-arrow-primary::after {
  3367.    content: '';
  3368.    position: absolute;
  3369.    top: 0;
  3370.    right: -22px;
  3371.    width: 0;
  3372.    height: 0;
  3373.    border-left: 22px solid var(--bs-primary);
  3374.    border-top: 22px solid transparent;
  3375.    border-bottom: 22px solid transparent;
  3376.    z-index: 1;
  3377.  }
  3378.  
  3379.  .widget-content {
  3380.    margin-top: -1px;
  3381.    position: relative;
  3382.    z-index: 1;
  3383.     background-color: var(--card-bg);
  3384.  }
  3385.  
  3386.  /* Blog Roll Items Hover Effects */
  3387.  .blog-roll-item:hover .blog-title {
  3388.    color: #198754 !important;
  3389.    transform: translateX(5px);
  3390.    transition: all 0.3s ease;
  3391.  }
  3392.  
  3393.  /* Recent Post Items Hover Effects */
  3394.  .recent-post-item:hover .post-title a {
  3395.    color: #0d6efd !important;
  3396.    transition: color 0.3s ease;
  3397.  }
  3398.  
  3399.  .recent-post-item:hover .post-image img {
  3400.    transform: scale(1.05);
  3401.    transition: transform 0.3s ease;
  3402.  }
  3403.  
  3404.  /* Button Hover Effects */
  3405.  .btn:hover {
  3406.    transform: translateY(-2px);
  3407.    transition: all 0.3s ease;
  3408.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3409.  }
  3410.  
  3411.  /* Badge Hover Effects */
  3412.  .badge:hover {
  3413.    transform: scale(1.05);
  3414.    transition: transform 0.3s ease;
  3415.  }
  3416.  
  3417.  @media (max-width: 991px) {
  3418.    .sidebar {
  3419.      margin-top: 3rem;
  3420.    }
  3421.  }
  3422.  
  3423.  @media (max-width: 576px) {
  3424.    .widget-title {
  3425.      font-size: 1rem;
  3426.      padding: 0.75rem 1rem !important;
  3427.    }
  3428.  
  3429.    .title-arrow::after,
  3430.    .title-arrow-primary::after {
  3431.      right: -18px;
  3432.      border-left-width: 18px;
  3433.      border-top-width: 18px;
  3434.      border-bottom-width: 18px;
  3435.    }
  3436.  
  3437.    .post-image {
  3438.      width: 70px !important;
  3439.      height: 55px !important;
  3440.    }
  3441.  
  3442.    .blog-meta {
  3443.      flex-direction: column !important;
  3444.      align-items: flex-start !important;
  3445.      gap: 0.5rem;
  3446.    }
  3447.  }
  3448. </style>
  3449.  
  3450.    
  3451.            </div>
  3452.        </div>
  3453.    </div>
  3454. </section>
  3455.  
  3456. <script>
  3457. // Enhanced Intersection Observer with staggered animations
  3458. document.addEventListener('DOMContentLoaded', function() {
  3459.    const observerOptions = {
  3460.        threshold: 0.1,
  3461.        rootMargin: '0px 0px -100px 0px'
  3462.    };
  3463.  
  3464.    const observer = new IntersectionObserver(function(entries) {
  3465.        entries.forEach(entry => {
  3466.            if (entry.isIntersecting) {
  3467.                setTimeout(() => {
  3468.                    entry.target.classList.add('revealed');
  3469.                }, 100);
  3470.            }
  3471.        });
  3472.    }, observerOptions);
  3473.  
  3474.    // Observe all scroll-reveal elements
  3475.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3476.        observer.observe(el);
  3477.    });
  3478.  
  3479.    // Add parallax effect to floating dots
  3480.    document.addEventListener('mousemove', function(e) {
  3481.        const cards = document.querySelectorAll('.blog-card-v3');
  3482.        cards.forEach(card => {
  3483.            const rect = card.getBoundingClientRect();
  3484.            const x = (e.clientX - rect.left) / rect.width;
  3485.            const y = (e.clientY - rect.top) / rect.height;
  3486.            
  3487.            const dots = card.querySelectorAll('.floating-dot');
  3488.            dots.forEach((dot, index) => {
  3489.                const moveX = (x - 0.5) * (10 + index * 5);
  3490.                const moveY = (y - 0.5) * (10 + index * 5);
  3491.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3492.            });
  3493.        });
  3494.    });
  3495. });
  3496. </script>
  3497.  
  3498.    
  3499.        
  3500.        <!-- end wpo-blog-highlights-section -->
  3501.        <!-- start wpo-blog-sponsored-section -->
  3502.        
  3503.  
  3504.  
  3505.  
  3506.    
  3507.  
  3508.  
  3509.  
  3510. <style>
  3511.    .sponsored-section-v6 {
  3512.        padding: 45px 0;
  3513.        background: transparent;
  3514.    }
  3515.    
  3516.    .sponsored-card-v6 {
  3517.        background: #ffffff;
  3518.        border: 1px solid #f8f8f8;
  3519.        transition: opacity 0.3s ease;
  3520.        height: 100%;
  3521.    }
  3522.    
  3523.    .sponsored-card-v6:hover {
  3524.        opacity: 0.95;
  3525.    }
  3526.    
  3527.    .sponsored-image-v6 {
  3528.        position: relative;
  3529.        height: 170px;
  3530.    }
  3531.    
  3532.    .sponsored-image-v6 img {
  3533.        width: 100%;
  3534.        height: 100%;
  3535.        object-fit: cover;
  3536.    }
  3537.    
  3538.    .sponsored-image-v6::after {
  3539.        content: '';
  3540.        position: absolute;
  3541.        top: 0;
  3542.        left: 0;
  3543.        right: 0;
  3544.        bottom: 0;
  3545.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3546.    }
  3547.    
  3548.    .sponsored-badge-v6 {
  3549.        position: absolute;
  3550.        top: 10px;
  3551.        left: 10px;
  3552.        padding: 5px 12px;
  3553.        font-size: 12px;
  3554.        font-weight: 600;
  3555.        text-transform: uppercase;
  3556.        border-radius: 4px;
  3557.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3558.    }
  3559.    
  3560.    .sponsored-content-v6 {
  3561.        padding: 12px;
  3562.    }
  3563.    
  3564.    .sponsored-title-v6 {
  3565.        font-size: 14px;
  3566.        font-weight: 700;
  3567.        line-height: 1.3;
  3568.        margin-bottom: 6px;
  3569.        color: #333;
  3570.    }
  3571.    
  3572.    .sponsored-title-v6 a {
  3573.        text-decoration: none;
  3574.        color: #333;
  3575.    }
  3576.    
  3577.    .sponsored-title-v6 a:hover {
  3578.        color: #fd7e14; /* Orange hover */
  3579.    }
  3580.    
  3581.    .sponsored-excerpt-v6 {
  3582.        font-size: 12px;
  3583.        font-weight: 600;
  3584.        color: #868e96;
  3585.        margin-bottom: 8px;
  3586.        line-height: 1.4;
  3587.    }
  3588.    
  3589.    .sponsored-meta-v6 {
  3590.        font-size: 11px;
  3591.        color: #6c757d;
  3592.    }
  3593.    
  3594.    .author-info-v6 {
  3595.        display: inline;
  3596.        margin-right: 10px;
  3597.    }
  3598.    
  3599.    .sponsored-author-img-v6 {
  3600.        width: 20px;
  3601.        height: 20px;
  3602.        border-radius: 50%;
  3603.        object-fit: cover;
  3604.        vertical-align: middle;
  3605.        margin-right: 4px;
  3606.    }
  3607.    
  3608.    .section-title-sponsored-v6 {
  3609.        font-size: 1.9rem;
  3610.        font-weight: 600;
  3611.        text-align: left;
  3612.        margin-bottom: 25px;
  3613.        color: #333;
  3614.        border-left: 4px solid #fd7e14;
  3615.        padding-left: 15px;
  3616.    }
  3617.  
  3618.    @media (max-width: 768px) {
  3619.        .sponsored-section-v6 {
  3620.            padding: 25px 0;
  3621.        }
  3622.        .sponsored-image-v6 {
  3623.            height: 130px;
  3624.        }
  3625.        .sponsored-content-v6 {
  3626.            padding: 10px;
  3627.        }
  3628.        .sponsored-title-v6 {
  3629.            font-size: 13px;
  3630.        }
  3631.        .sponsored-excerpt-v6 {
  3632.            font-size: 11px;
  3633.        }
  3634.        .section-title-sponsored-v6 {
  3635.            font-size: 1.6rem;
  3636.            padding-left: 10px;
  3637.        }
  3638.    }
  3639. </style>
  3640.  
  3641. <section class="sponsored-section-v6">
  3642.    <div class="container-fluid fluid-container">
  3643.        <div class="row">
  3644.            <div class="col-12">
  3645.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3646.            </div>
  3647.        </div>
  3648.        
  3649.        <div class="row g-3">
  3650.            
  3651.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3652.                <div class="card sponsored-card-v6">
  3653.                    <div class="sponsored-image-v6">
  3654.                        
  3655.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3656.                        
  3657.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3658.                    </div>
  3659.                    <div class="sponsored-content-v6">
  3660.                        <h3 class="sponsored-title-v6">
  3661.                            <a href="/trump-says-for-the-most-part-agreement-exists-on-subsequent-phases-of-gaza-ceasefire-plan/" >
  3662.                                            Trump Says &#x27;For the Most Part, Agreement Exists&#x27; on Subsequent Phases of Gaza Ceasefire Plan
  3663.                                            </a>
  3664.                        </h3>
  3665.                        <p class="sponsored-excerpt-v6">
  3666.                            
  3667.                        </p>
  3668.                        <div class="sponsored-meta-v6">
  3669.                            <span class="author-info-v6">
  3670.                                
  3671.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3672.                                
  3673.                               Andrea Coffey
  3674.                            </span>
  3675.                            | 17 May 2026
  3676.                        </div>
  3677.                    </div>
  3678.                </div>
  3679.            </div>
  3680.            
  3681.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3682.                <div class="card sponsored-card-v6">
  3683.                    <div class="sponsored-image-v6">
  3684.                        
  3685.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3686.                        
  3687.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3688.                    </div>
  3689.                    <div class="sponsored-content-v6">
  3690.                        <h3 class="sponsored-title-v6">
  3691.                            <a href="/swiss-ski-resort-blaze-victims-are-treated-in-burns-units-throughout-the-continent/" >
  3692.                                            Swiss Ski Resort Blaze Victims Are Treated in Burns Units Throughout the Continent
  3693.                                            </a>
  3694.                        </h3>
  3695.                        <p class="sponsored-excerpt-v6">
  3696.                            
  3697.                        </p>
  3698.                        <div class="sponsored-meta-v6">
  3699.                            <span class="author-info-v6">
  3700.                                
  3701.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3702.                                
  3703.                               Andrea Coffey
  3704.                            </span>
  3705.                            | 17 May 2026
  3706.                        </div>
  3707.                    </div>
  3708.                </div>
  3709.            </div>
  3710.            
  3711.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3712.                <div class="card sponsored-card-v6">
  3713.                    <div class="sponsored-image-v6">
  3714.                        
  3715.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3716.                        
  3717.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3718.                    </div>
  3719.                    <div class="sponsored-content-v6">
  3720.                        <h3 class="sponsored-title-v6">
  3721.                            <a href="/the-fascinating-tale-of-online-casino-slot-games-from-past-to-present/" >
  3722.                                            The Fascinating Tale of Online Casino Slot Games: From Past to Present
  3723.                                            </a>
  3724.                        </h3>
  3725.                        <p class="sponsored-excerpt-v6">
  3726.                            
  3727.                        </p>
  3728.                        <div class="sponsored-meta-v6">
  3729.                            <span class="author-info-v6">
  3730.                                
  3731.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3732.                                
  3733.                               Andrea Coffey
  3734.                            </span>
  3735.                            | 17 May 2026
  3736.                        </div>
  3737.                    </div>
  3738.                </div>
  3739.            </div>
  3740.            
  3741.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3742.                <div class="card sponsored-card-v6">
  3743.                    <div class="sponsored-image-v6">
  3744.                        
  3745.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3746.                        
  3747.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3748.                    </div>
  3749.                    <div class="sponsored-content-v6">
  3750.                        <h3 class="sponsored-title-v6">
  3751.                            <a href="/leaders-recognise-queens-as-trump-offers-the-mayor-elect-a-warm-reception/" >
  3752.                                            Leaders Recognise Queens as Trump Offers The Mayor-Elect a Warm Reception
  3753.                                            </a>
  3754.                        </h3>
  3755.                        <p class="sponsored-excerpt-v6">
  3756.                            
  3757.                        </p>
  3758.                        <div class="sponsored-meta-v6">
  3759.                            <span class="author-info-v6">
  3760.                                
  3761.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3762.                                
  3763.                               Andrea Coffey
  3764.                            </span>
  3765.                            | 17 May 2026
  3766.                        </div>
  3767.                    </div>
  3768.                </div>
  3769.            </div>
  3770.            
  3771.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3772.                <div class="card sponsored-card-v6">
  3773.                    <div class="sponsored-image-v6">
  3774.                        
  3775.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3776.                        
  3777.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3778.                    </div>
  3779.                    <div class="sponsored-content-v6">
  3780.                        <h3 class="sponsored-title-v6">
  3781.                            <a href="/the-ten-year-affair-from-author-erin-somers-the-midlife-adultery-tale-this-generation-needs/" >
  3782.                                            The Ten Year Affair from author Erin Somers: The Midlife Adultery Tale This Generation Needs.
  3783.                                            </a>
  3784.                        </h3>
  3785.                        <p class="sponsored-excerpt-v6">
  3786.                            
  3787.                        </p>
  3788.                        <div class="sponsored-meta-v6">
  3789.                            <span class="author-info-v6">
  3790.                                
  3791.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3792.                                
  3793.                               Andrea Coffey
  3794.                            </span>
  3795.                            | 16 May 2026
  3796.                        </div>
  3797.                    </div>
  3798.                </div>
  3799.            </div>
  3800.            
  3801.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3802.                <div class="card sponsored-card-v6">
  3803.                    <div class="sponsored-image-v6">
  3804.                        
  3805.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3806.                        
  3807.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3808.                    </div>
  3809.                    <div class="sponsored-content-v6">
  3810.                        <h3 class="sponsored-title-v6">
  3811.                            <a href="/president-zelensky-says-ukraine-is-10-away-from-a-peace-deal-but-not-at-any-possible-cost/" >
  3812.                                            President Zelensky Says Ukraine Is 10% Away from a Peace Deal, But Not at Any Possible Cost
  3813.                                            </a>
  3814.                        </h3>
  3815.                        <p class="sponsored-excerpt-v6">
  3816.                            
  3817.                        </p>
  3818.                        <div class="sponsored-meta-v6">
  3819.                            <span class="author-info-v6">
  3820.                                
  3821.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Andrea Coffey" class="sponsored-author-img-v6">
  3822.                                
  3823.                               Andrea Coffey
  3824.                            </span>
  3825.                            | 16 May 2026
  3826.                        </div>
  3827.                    </div>
  3828.                </div>
  3829.            </div>
  3830.            
  3831.        </div>
  3832.    </div>
  3833. </section>
  3834.  
  3835.  
  3836.    
  3837.        <!-- end wpo-blog-sponsored-section -->
  3838.        <!-- start wpo-subscribe-section -->
  3839.        
  3840.        <!-- end subscribe-section -->
  3841.        <!-- start of wpo-site-footer-section -->
  3842.        
  3843.  
  3844.  
  3845.  
  3846.  
  3847.  
  3848.  
  3849. <footer class="wpo-site-footer-v2 ">
  3850.    
  3851.    <!-- Main Footer Content -->
  3852.    <div class="container-fluid fluid-container">
  3853.        
  3854.        <!-- Step 1: Brand Section -->
  3855.        <div class="footer-brand-section">
  3856.            <div class="row justify-content-center">
  3857.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3858.                    <div class="brand-wrapper">
  3859.                        
  3860.                        <h2 class="brand-title">Jackify World</h2>
  3861.                        <p class="brand-description">Discover insights on technology, digital culture, and lifestyle trends at Jackify World. Stay updated with expert analysis and practical tips for modern living.</p>
  3862.                        
  3863.                    </div>
  3864.                </div>
  3865.            </div>
  3866.        </div>
  3867.  
  3868.        <!-- Step 2: Content Columns with Separators -->
  3869.        <div class="footer-content-section">
  3870.            <div class="content-divider"></div>
  3871.            
  3872.            <div class="row">
  3873.                
  3874.                <!-- Column 1: Important Links -->
  3875.                <div class="col-lg-6 col-md-6 col-12">
  3876.                    <div class="footer-column">
  3877.                        <div class="column-header">
  3878.                            <span class="column-number bg-primary-gradient">01</span>
  3879.                            <h6 class="column-title">Important Pages</h6>
  3880.                        </div>
  3881.                        <div class="column-content">
  3882.                            <ul class="footer-links">
  3883.                                
  3884.                                <li>
  3885.                                    <a href="/republican-senator-says-agreement-can-be-had-on-healthcare-as-crucial-tax-credits-set-to-expire/" class="footer-link">
  3886.                                        Republican Senator Says &#x27;Agreement Can Be Had&#x27; on Healthcare as Crucial Tax Credits Set to Expire.
  3887.                                    </a>
  3888.                                </li>
  3889.                                
  3890.                                <li>
  3891.                                    <a href="/mastering-the-technique-of-internet-based-slot-games-a-beginners-guide/" class="footer-link">
  3892.                                        Mastering the Technique of Internet-based Slot Games: A Beginner&#x27;s Guide
  3893.                                    </a>
  3894.                                </li>
  3895.                                
  3896.                                <li>
  3897.                                    <a href="/delving-into-the-most-popular-themes-in-online-slot-games/" class="footer-link">
  3898.                                        Delving into the Most Popular Themes in Online Slot Games
  3899.                                    </a>
  3900.                                </li>
  3901.                                
  3902.                                <li>
  3903.                                    <a href="/administration-denounces-democratic-fabrication-as-additional-epstein-estate-images-released/" class="footer-link">
  3904.                                        Administration Denounces &#x27;Democratic Fabrication&#x27; as Additional Epstein Estate Images Released
  3905.                                    </a>
  3906.                                </li>
  3907.                                
  3908.                                <li>
  3909.                                    <a href="/millie-bright-exits-international-stage-long-after-her-reputation-was-carved-into-soccer-legends/" class="footer-link">
  3910.                                        Millie Bright Exits International Stage Long After Her Reputation Was Carved Into Soccer Legends
  3911.                                    </a>
  3912.                                </li>
  3913.                                
  3914.                                <li>
  3915.                                    <a href="/the-hit-drama-confirmed-for-7th-series-on-the-british-broadcaster/" class="footer-link">
  3916.                                        The Hit Drama Confirmed for 7th Series on the British Broadcaster
  3917.                                    </a>
  3918.                                </li>
  3919.                                
  3920.                            </ul>
  3921.                        </div>
  3922.                    </div>
  3923.                </div>
  3924.  
  3925.                <!-- Column 2: External Links -->
  3926.                 <div class="col-lg-6 col-md-6 col-12">
  3927.                    <div class="footer-column">
  3928.                        <div class="column-header">
  3929.                            <span class="column-number bg-primary-gradient">02</span>
  3930.                            <h6 class="column-title">External Resources</h6>
  3931.                        </div>
  3932.                       <div class="column-content">
  3933.    <ul class="footer-links" id="footerLinks">
  3934.        
  3935.        
  3936.  
  3937.        
  3938.        
  3939.        
  3940.        
  3941.    </ul>
  3942. </div>
  3943.  
  3944.                    </div>
  3945.                </div>
  3946.  
  3947.                <!-- Column 3: Categories -->
  3948.                <div class="col-lg-6 col-md-6 col-12">
  3949.                    <div class="footer-column">
  3950.                        <div class="column-header">
  3951.                            <span class="column-number bg-primary-gradient">02</span>
  3952.                            <h6 class="column-title">Categories</h6>
  3953.                        </div>
  3954.                        <div class="column-content">
  3955.                            <ul class="footer-links">
  3956.                                
  3957.                                <li>
  3958.                                    <a href="/category/all-posts/" class="footer-link">
  3959.                                        All Posts
  3960.                                    </a>
  3961.                                </li>
  3962.                                
  3963.                                <li>
  3964.                                    <a href="/category/business/" class="footer-link">
  3965.                                        Business
  3966.                                    </a>
  3967.                                </li>
  3968.                                
  3969.                                <li>
  3970.                                    <a href="/category/esports/" class="footer-link">
  3971.                                        Esports
  3972.                                    </a>
  3973.                                </li>
  3974.                                
  3975.                                <li>
  3976.                                    <a href="/category/fashion/" class="footer-link">
  3977.                                        Fashion
  3978.                                    </a>
  3979.                                </li>
  3980.                                
  3981.                                <li>
  3982.                                    <a href="/category/featured/" class="footer-link">
  3983.                                        Featured
  3984.                                    </a>
  3985.                                </li>
  3986.                                
  3987.                                <li>
  3988.                                    <a href="/category/gaming/" class="footer-link">
  3989.                                        Gaming
  3990.                                    </a>
  3991.                                </li>
  3992.                                
  3993.                            </ul>
  3994.                        </div>
  3995.                    </div>
  3996.                </div>
  3997.  
  3998.            </div>
  3999.        </div>
  4000.  
  4001.        <!-- Step 3: Footer Bottom -->
  4002.        <div class="footer-bottom-section">
  4003.            <div class="bottom-divider"></div>
  4004.            <div class="d-flex justify-content-between flex-wrap">
  4005.                <div class="">
  4006.                    <p class="copyright-text">
  4007.                        &copy; 2026 <strong>Jackify World</strong> • All rights reserved
  4008.                    </p>
  4009.                </div>
  4010.                <div class="">
  4011.                    <nav class="footer-nav">
  4012.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4013.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4014.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4015.                    </nav>
  4016.                </div>
  4017.            </div>
  4018.        </div>
  4019.  
  4020.    </div>
  4021.  
  4022.    <!-- Background Elements -->
  4023.    <div class="footer-bg-elements">
  4024.        <div class="bg-circle circle-1"></div>
  4025.        <div class="bg-circle circle-2"></div>
  4026.        <div class="bg-line line-1"></div>
  4027.        <div class="bg-line line-2"></div>
  4028.    </div>
  4029.  
  4030. </footer>
  4031.  
  4032. <style>
  4033. /* Footer V2 - Clean Blog Design */
  4034. .wpo-site-footer-v2 {
  4035.    color: var(--footer-color);
  4036.    background-color: var(--card-bg);
  4037.    margin-top: 100px;
  4038. }
  4039.  
  4040.  
  4041.  
  4042. /* Step 2: Brand Section */
  4043. .footer-brand-section {
  4044.    position: relative;
  4045.    z-index: 2;
  4046.    padding: 120px 0 60px;
  4047. }
  4048.  
  4049. .brand-wrapper {
  4050.    max-width: 600px;
  4051.    margin: 0 auto;
  4052. }
  4053.  
  4054. .footer-logo {
  4055.    max-height: 60px;
  4056.    width: auto;
  4057.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4058. }
  4059.  
  4060. .brand-title {
  4061.    font-size: 2.2rem;
  4062.    font-weight: 800;
  4063.    color: var(--footer-color);
  4064.    margin-bottom: 1rem;
  4065.    letter-spacing: -0.02em;
  4066. }
  4067.  
  4068. .brand-description {
  4069.    font-size: 1.1rem;
  4070.    color: var(--footer-color);
  4071.    line-height: 1.6;
  4072.    opacity: .7;
  4073.    margin-bottom: 0;
  4074. }
  4075.  
  4076. /* Step 3: Content Section */
  4077. .footer-content-section {
  4078.    position: relative;
  4079.    z-index: 2;
  4080.    padding: 60px 0;
  4081. }
  4082.  
  4083.  
  4084. .footer-column {
  4085.    margin-bottom: 40px;
  4086.    padding: 0 20px;
  4087. }
  4088.  
  4089. .column-header {
  4090.    display: flex;
  4091.    align-items: center;
  4092.    margin-bottom: 25px;
  4093.    padding-bottom: 15px;
  4094.    border-bottom: 2px solid var(--border-color);
  4095. }
  4096.  
  4097. .column-number {
  4098.    width: 35px;
  4099.    height: 35px;
  4100.    border-radius: 10px;
  4101.    display: flex;
  4102.    align-items: center;
  4103.    justify-content: center;
  4104.    font-weight: 700;
  4105.    font-size: 0.9rem;
  4106.    margin-right: 15px;
  4107. }
  4108.  
  4109. .column-title {
  4110.    font-size: 1.1rem;
  4111.    font-weight: 700;
  4112.    color: var(--footer-color) !important;
  4113.    margin: 0;
  4114. }
  4115.  
  4116. .column-content {
  4117.    padding-left: 50px;
  4118. }
  4119.  
  4120. /* Footer Links */
  4121. .footer-links {
  4122.    list-style: none;
  4123.    padding: 0;
  4124.    margin: 0;
  4125. }
  4126.  
  4127. .footer-links li {
  4128.    margin-bottom: 12px;
  4129.    position: relative;
  4130. }
  4131.  
  4132. .footer-link {
  4133.    color: var(--footer-color) !important;
  4134.    text-decoration: none;
  4135.    font-size: 0.95rem;
  4136.    line-height: 1.5;
  4137.    transition: all 0.8s ease;
  4138.    position: relative;
  4139.    display: inline-flex;
  4140.    align-items: center;
  4141. }
  4142.  
  4143. .footer-link:hover {
  4144.    color: var(--bs-primary);
  4145.    padding-left: 8px;
  4146. }
  4147.  
  4148. .footer-link::before {
  4149.    content: '';
  4150.    position: absolute;
  4151.    left: -15px;
  4152.    top: 50%;
  4153.    transform: translateY(-50%);
  4154.    width: 4px;
  4155.    height: 4px;
  4156.    background: var(--bs-primary);
  4157.    border-radius: 50%;
  4158.    opacity: 0;
  4159.    transition: opacity 0.3s ease;
  4160. }
  4161.  
  4162. .footer-link:hover::before {
  4163.    opacity: 1;
  4164. }
  4165.  
  4166. /* Step 4: Footer Bottom */
  4167. .footer-bottom-section {
  4168.    position: relative;
  4169.    z-index: 2;
  4170.    padding: 30px 0;
  4171. }
  4172.  
  4173. .bottom-divider {
  4174.    width: 100%;
  4175.    height: 1px;
  4176.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4177.    margin-bottom: 30px;
  4178. }
  4179.  
  4180. .copyright-text {
  4181.    color: var(--footer-color);
  4182.    font-size: 0.9rem;
  4183.    margin: 0;
  4184.    line-height: 1.6;
  4185. }
  4186.  
  4187. .footer-nav {
  4188.    display: flex;
  4189.    align-items: center;
  4190.    gap: 20px;
  4191.    justify-content: center;
  4192. }
  4193.  
  4194. .footer-nav-link {
  4195.    color: var(--footer-color) !important;
  4196.    text-decoration: none;
  4197.    font-size: 0.9rem;
  4198.    font-weight: 500;
  4199.    transition: color 0.3s ease;
  4200.    position: relative;
  4201. }
  4202.  
  4203. .footer-nav-link:hover {
  4204.    color: var(--bs-primary);
  4205. }
  4206.  
  4207. .footer-nav-link::after {
  4208.    content: '';
  4209.    position: absolute;
  4210.    bottom: -5px;
  4211.    left: 0;
  4212.    width: 0;
  4213.    height: 2px;
  4214.    background: var(--bs-primary) !important;
  4215.    transition: width 0.3s ease;
  4216. }
  4217.  
  4218. .footer-nav-link:hover::after {
  4219.    width: 100%;
  4220. }
  4221.  
  4222. /* Responsive Design */
  4223. @media (max-width: 992px) {
  4224.    .footer-brand-section {
  4225.        padding: 100px 0 50px;
  4226.    }
  4227.    
  4228.    .brand-title {
  4229.        font-size: 1.8rem;
  4230.    }
  4231.    
  4232.    .column-content {
  4233.        padding-left: 0;
  4234.        padding-top: 10px;
  4235.    }
  4236.    
  4237.    .column-header {
  4238.        flex-direction: column;
  4239.        align-items: flex-start;
  4240.        gap: 10px;
  4241.    }
  4242.    
  4243.    .column-number {
  4244.        align-self: center;
  4245.    }
  4246. }
  4247.  
  4248. @media (max-width: 768px) {
  4249.    .footer-brand-section {
  4250.        padding: 80px 0 40px;
  4251.    }
  4252.    
  4253.    .brand-title {
  4254.        font-size: 1.6rem;
  4255.    }
  4256.    
  4257.    .newsletter-inline {
  4258.        padding: 1.5rem;
  4259.        margin: 0 15px;
  4260.    }
  4261.    
  4262.    .newsletter-form .input-group {
  4263.        flex-direction: column;
  4264.    }
  4265.    
  4266.    .btn-newsletter {
  4267.        border-radius: 0 0 12px 12px;
  4268.    }
  4269.    
  4270.    .newsletter-input {
  4271.        border-radius: 12px 12px 0 0;
  4272.    }
  4273.    
  4274.    .footer-column {
  4275.        padding: 0 15px;
  4276.        margin-bottom: 35px;
  4277.    }
  4278.    
  4279.    .footer-nav {
  4280.        flex-direction: column;
  4281.        gap: 15px;
  4282.        margin-top: 20px;
  4283.    }
  4284. }
  4285.  
  4286. @media (max-width: 576px) {
  4287.    .footer-brand-section {
  4288.        padding: 60px 0 30px;
  4289.    }
  4290.    
  4291.    .brand-title {
  4292.        font-size: 1.4rem;
  4293.    }
  4294.    
  4295.    .brand-description {
  4296.        font-size: 1rem;
  4297.    }
  4298.    
  4299.    .newsletter-title {
  4300.        font-size: 1.1rem;
  4301.    }
  4302.    
  4303.    .column-title {
  4304.        font-size: 1rem;
  4305.    }
  4306.    
  4307.    .footer-column {
  4308.        padding: 0 10px;
  4309.    }
  4310.    
  4311.    .bg-circle, .bg-line {
  4312.        display: none;
  4313.    }
  4314. }
  4315.  
  4316. /* Minimal Animation */
  4317. .footer-column {
  4318.    transition: opacity 0.3s ease;
  4319. }
  4320.  
  4321. .footer-column:hover {
  4322.    opacity: 0.9;
  4323. }
  4324. </style>
  4325.  
  4326. <!-- Bootstrap 5 JS -->
  4327.  
  4328. <script>
  4329. // Scroll to Top Function
  4330. function scrollToTop() {
  4331.    window.scrollTo({
  4332.        top: 0,
  4333.        behavior: 'smooth'
  4334.    });
  4335. }
  4336.  
  4337. // Initialize Footer V2 Features
  4338. document.addEventListener('DOMContentLoaded', function() {
  4339.    
  4340.    // Newsletter Form Enhancement
  4341.    const newsletterForm = document.querySelector('.newsletter-form');
  4342.    if (newsletterForm) {
  4343.        newsletterForm.addEventListener('submit', function(e) {
  4344.            e.preventDefault(); // Remove this in actual implementation
  4345.            
  4346.            const submitBtn = this.querySelector('.btn-newsletter');
  4347.            const originalText = submitBtn.textContent;
  4348.            
  4349.            submitBtn.textContent = 'Subscribing...';
  4350.            submitBtn.disabled = true;
  4351.            
  4352.            // Simulate form processing
  4353.            setTimeout(() => {
  4354.                submitBtn.textContent = 'Subscribed!';
  4355.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4356.                
  4357.                setTimeout(() => {
  4358.                    submitBtn.textContent = originalText;
  4359.                    submitBtn.disabled = false;
  4360.                    submitBtn.style.background = '';
  4361.                    this.reset();
  4362.                }, 2000);
  4363.            }, 1500);
  4364.        });
  4365.    }
  4366.    
  4367.    // Smooth reveal for columns on scroll
  4368.    const observerOptions = {
  4369.        threshold: 0.1,
  4370.        rootMargin: '0px 0px -50px 0px'
  4371.    };
  4372.    
  4373.    const observer = new IntersectionObserver((entries) => {
  4374.        entries.forEach(entry => {
  4375.            if (entry.isIntersecting) {
  4376.                entry.target.style.opacity = '1';
  4377.                entry.target.style.transform = 'translateY(0)';
  4378.            }
  4379.        });
  4380.    }, observerOptions);
  4381.    
  4382.    // Initially hide columns for animation
  4383.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4384.        column.style.opacity = '0';
  4385.        column.style.transform = 'translateY(20px)';
  4386.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4387.        observer.observe(column);
  4388.    });
  4389.    
  4390.    // Prevent default for placeholder links
  4391.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4392.        link.addEventListener('click', function(e) {
  4393.            e.preventDefault();
  4394.        });
  4395.    });
  4396. });
  4397.  
  4398. document.addEventListener('DOMContentLoaded', function () {
  4399.    var btn = document.getElementById('toggleFooterLinks');
  4400.    if (!btn) return; // No extra links, no button
  4401.  
  4402.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4403.  
  4404.    btn.addEventListener('click', function () {
  4405.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4406.            return li.classList.contains('d-none');
  4407.        });
  4408.  
  4409.        extras.forEach(function (li) {
  4410.            if (anyHidden) {
  4411.                li.classList.remove('d-none');
  4412.                li.classList.add('show');
  4413.            } else {
  4414.                li.classList.add('d-none');
  4415.                li.classList.remove('show');
  4416.            }
  4417.        });
  4418.  
  4419.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4420.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4421.    });
  4422. });
  4423.  
  4424. </script>
  4425.  
  4426.        <!-- end of wpo-site-footer-section -->
  4427.    </div>
  4428.    <!-- end of page-wrapper -->
  4429.  
  4430.    <!-- All JavaScript files
  4431.    ================================================== -->
  4432.    
  4433.  
  4434. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4435. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4436. <!-- Plugins for this template -->
  4437. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4438. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4439. <!-- Custom script for this template -->
  4440. <script src="/static/blogapp/assets/js/script.js"></script>
  4441.  
  4442. <script>
  4443. (function () {
  4444. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4445. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4446.  
  4447. function applyFallback(img) {
  4448. if (!img || img.dataset.fallbackApplied === "1") {
  4449. return;
  4450. }
  4451. var failedSrc = img.currentSrc || img.src || "";
  4452. img.dataset.fallbackApplied = "1";
  4453. img.onerror = null;
  4454. img.src = fallbackImageSrc;
  4455. console.warn("[ImageFallback] Replaced broken image:", {
  4456. failedSrc: failedSrc,
  4457. fallbackSrc: fallbackImageSrc,
  4458. alt: img.alt || "",
  4459. });
  4460. }
  4461.  
  4462. document.querySelectorAll("img").forEach(function (img) {
  4463. if (img.complete && img.naturalWidth === 0) {
  4464. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4465. failedSrc: img.currentSrc || img.src || "",
  4466. alt: img.alt || "",
  4467. });
  4468. applyFallback(img);
  4469. }
  4470. });
  4471.  
  4472. document.addEventListener(
  4473. "error",
  4474. function (event) {
  4475. var target = event.target;
  4476. if (target && target.tagName === "IMG") {
  4477. applyFallback(target);
  4478. }
  4479. },
  4480. true
  4481. );
  4482. })();
  4483. </script>
  4484.  
  4485. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4486.  
  4487.  
  4488.  
  4489. <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":"2a00b34e63634196a09868617fff8754","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4490. </body>
  4491.  
  4492. </html>
  4493.  
  4494.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda