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://consoledouble.pt

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_97_FvtCffP_wX20zXu.png">
  14.    
  15.  
  16.    <title>ConsoleDouble - Your Ultimate Guide to Gaming News and Reviews</title>
  17.    <meta name="description" content="ConsoleDouble offers the latest gaming news, in-depth reviews, and expert insights for all major consoles. Stay updated with trends and tips for gamers.">
  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://consoledouble.pt/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffca28;
  42.        --bs-primary-rgb: ffca28;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff9e6;
  49.        --bs-dark: #3f2a1d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffca28;
  53.        --theme-primary-color-s2: #ffca28;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f2a1d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f2a1d;
  59.        --border-color: #fed7aa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fede8a;
  75.        --navbar-color: #3f2a1d;
  76.        --topbar-bg: #fff9e6;
  77.        --topbar-color: #3f2a1d;
  78.        --footer-bg: #3f2a1d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 14px;
  83.        --link-color: #ffca28;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 202, 40, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_79">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378. <div class="preloader" style="z-index: 1025;">
  379.    <div class="angular-shape">
  380.        <div></div>
  381.        <div></div>
  382.        <div></div>
  383.    </div>
  384.    <div class="spinner">
  385.        <div class="double-bounce1"></div>
  386.        <div class="double-bounce2"></div>
  387.    </div>
  388. </div>  
  389.  
  390.            <!-- end preloader -->
  391.        
  392.        <!-- Start header -->
  393.        <header id="header" class="wpo-site-header">
  394.            
  395.  
  396.  
  397.    
  398.  
  399.  
  400. <div class="top-bg">
  401. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  402.    <span id="current-time"></span>
  403.    
  404.    <div class="unique-news-container2">
  405.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  406.            <!-- News items will be dynamically added here -->
  407.        </div>
  408.    </div>
  409.  
  410.    <div class="contact-info">
  411.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  412.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  413.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  414.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  415.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  416.        </ul>
  417.    </div>
  418. </div>
  419. </div>
  420.  
  421. <script>
  422.  // ----------------- Clock -----------------
  423.  function updateCurrentTime() {
  424.    const currentDate = new Date();
  425.    const day = currentDate.getDate().toString().padStart(2, '0');
  426.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  427.    const month = monthNames[currentDate.getMonth()];
  428.    const year = currentDate.getFullYear();
  429.    const hours = currentDate.getHours().toString().padStart(2, '0');
  430.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  431.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  432.    document.getElementById('current-time').innerHTML =
  433.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  434.  }
  435.  setInterval(updateCurrentTime, 1000);
  436.  updateCurrentTime();
  437.  
  438.  // ----------------- News from Django -----------------
  439.  const newsItems = [
  440.    
  441.      { title: "Jets Legend Nick Mangold Dies at 41 Amid Pursuing Kidney Transplant", url: "/jets-legend-nick-mangold-dies-at-41-amid-pursuing-kidney-transplant/" },
  442.    
  443.      { title: "Presidential Candidate Claims Vote Has Been \u0027Stolen\u0027", url: "/presidential-candidate-claims-vote-has-been-stolen/" },
  444.    
  445.      { title: "The Electric Vehicle Giant Shareholders to Vote on Colossal $1 Trillion Pay Package for CEO the Tech Mogul", url: "/the-electric-vehicle-giant-shareholders-to-vote-on-colossal-1-trillion-pay-package-for-ceo-the-tech-mogul/" },
  446.    
  447.      { title: "Strictly Come Dancing Champions Announced in Spectacular Grand Finale", url: "/strictly-come-dancing-champions-announced-in-spectacular-grand-finale/" },
  448.    
  449.      { title: "Waist\u002Dto\u002DStature Measurement Beats Body Mass Index for Predicting Heart Disease Risk", url: "/waist-to-stature-measurement-beats-body-mass-index-for-predicting-heart-disease-risk/" }
  450.    
  451.  ];
  452.  
  453.  let currentNewsIndex = 0;
  454.  const newsWrapper = document.getElementById('newsWrapper');
  455.  let newsElements = [];
  456.  
  457.  function createNewsElements() {
  458.      newsItems.forEach((news, index) => {
  459.          const newsElement = document.createElement('div');
  460.          newsElement.className = 'unique-news-item2 top-color';
  461.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  462.          newsWrapper.appendChild(newsElement);
  463.          newsElements.push(newsElement);
  464.      });
  465.      if (newsElements.length > 0) {
  466.          newsElements[0].classList.add('active');
  467.      }
  468.  }
  469.  
  470.  function changeNews() {
  471.      const currentElement = newsElements[currentNewsIndex];
  472.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  473.      const nextElement = newsElements[nextIndex];
  474.  
  475.      currentElement.classList.remove('active');
  476.      currentElement.classList.add('exit-up');
  477.  
  478.      setTimeout(() => {
  479.          nextElement.classList.add('active');
  480.          currentNewsIndex = nextIndex;
  481.          setTimeout(() => {
  482.              currentElement.classList.remove('exit-up');
  483.          }, 100);
  484.      }, 250);
  485.  }
  486.  
  487.  function startNewsRotation() {
  488.      setInterval(changeNews, 5000);
  489.  }
  490.  
  491.  window.onload = function() {
  492.      createNewsElements();
  493.      startNewsRotation();
  494.  };
  495. </script>
  496.  
  497.  
  498.  
  499.            
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506. <header class="header-v10 mb-4">
  507.    <div class="container-fluid fluid-container">
  508.        <!-- Top Bar -->
  509.        <div class="top-bar-v10">
  510.            <div
  511.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  512.               <div class="col-lg-3 col-md-12 col-12">
  513.                    <div class="brand-section-v10">
  514.                        <a class="logo-link-v9" href="/">
  515.                            
  516.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/92bf6577-4f26-4301-a425-5cdc170e43f2_logo.png" alt="ConsoleDouble" class="logo-img-v9" />
  517.                            
  518.                        </a>
  519.                    </div>
  520.                </div>
  521.                <div class="col-lg-6 col-md-12 d-inline-block">
  522.                    <div class="search-container-v10">
  523.                        <form class="search-form-v10" action="#" method="get">
  524.                            <div class="search-group-v10">
  525.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  526.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  527.                                <button type="submit" class="search-button-v10">
  528.                                    <i class="ti-search"></i>
  529.                                </button>
  530.                            </div>
  531.                            <div id="search-results" class="search-results-container search-v1"></div>
  532.                        </form>
  533.                    </div>
  534.                </div>
  535.                <div class="col-12 ">
  536.                    <div class="header-utilities-v10">
  537.                        <div class="utility-item-v10 d-lg-none">
  538.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  539.                                <div class="menu-icon-v10">
  540.                                    <span class="menu-bar-v10"></span>
  541.                                    <span class="menu-bar-v10"></span>
  542.                                    <span class="menu-bar-v10"></span>
  543.                                </div>
  544.                            </button>
  545.                        </div>
  546.                    </div>
  547.                </div>
  548.            </div>
  549.        </div>
  550.  
  551.        <!-- Navigation Bar -->
  552.    <nav class="navigation-v10 d-none d-lg-block">
  553.    <div class="nav-container-v10">
  554.        <ul class="nav-menu-v10">
  555.  
  556.            
  557.            <li class="nav-item-v10">
  558.                <a href="/" class="nav-link-v10 active-v10">
  559.                    <div class="link-content-v10">
  560.                        <span class="link-text-v10">Home</span>
  561.                        <div class="link-indicator-v10"></div>
  562.                    </div>
  563.                </a>
  564.            </li>
  565.  
  566.            
  567.            
  568.                
  569.                    
  570.                    
  571.                        <li class="nav-item-v10">
  572.                            <a href="/category/all-posts/" class="nav-link-v10">
  573.                                <div class="link-content-v10">
  574.                                    <span class="link-text-v10">All Posts</span>
  575.                                    <div class="link-indicator-v10"></div>
  576.                                </div>
  577.                            </a>
  578.                        </li>
  579.                    
  580.  
  581.                
  582.  
  583.                
  584.                
  585.            
  586.                
  587.                    
  588.                    
  589.                        <li class="nav-item-v10">
  590.                            <a href="/category/business/" class="nav-link-v10">
  591.                                <div class="link-content-v10">
  592.                                    <span class="link-text-v10">Business</span>
  593.                                    <div class="link-indicator-v10"></div>
  594.                                </div>
  595.                            </a>
  596.                        </li>
  597.                    
  598.  
  599.                
  600.  
  601.                
  602.                
  603.            
  604.                
  605.                    
  606.                    
  607.                        <li class="nav-item-v10">
  608.                            <a href="/category/esports/" class="nav-link-v10">
  609.                                <div class="link-content-v10">
  610.                                    <span class="link-text-v10">Esports</span>
  611.                                    <div class="link-indicator-v10"></div>
  612.                                </div>
  613.                            </a>
  614.                        </li>
  615.                    
  616.  
  617.                
  618.  
  619.                
  620.                
  621.            
  622.                
  623.                    
  624.                    
  625.                        <li class="nav-item-v10">
  626.                            <a href="/category/fashion/" class="nav-link-v10">
  627.                                <div class="link-content-v10">
  628.                                    <span class="link-text-v10">Fashion</span>
  629.                                    <div class="link-indicator-v10"></div>
  630.                                </div>
  631.                            </a>
  632.                        </li>
  633.                    
  634.  
  635.                
  636.  
  637.                
  638.                
  639.            
  640.                
  641.                    
  642.                    
  643.                        <li class="nav-item-v10">
  644.                            <a href="/category/featured/" class="nav-link-v10">
  645.                                <div class="link-content-v10">
  646.                                    <span class="link-text-v10">Featured</span>
  647.                                    <div class="link-indicator-v10"></div>
  648.                                </div>
  649.                            </a>
  650.                        </li>
  651.                    
  652.  
  653.                
  654.  
  655.                
  656.                
  657.            
  658.                
  659.                    
  660.                    
  661.                        <li class="nav-item-v10">
  662.                            <a href="/category/gaming/" class="nav-link-v10">
  663.                                <div class="link-content-v10">
  664.                                    <span class="link-text-v10">Gaming</span>
  665.                                    <div class="link-indicator-v10"></div>
  666.                                </div>
  667.                            </a>
  668.                        </li>
  669.                    
  670.  
  671.                
  672.  
  673.                
  674.                
  675.            
  676.                
  677.                    
  678.                    
  679.                        <li class="nav-item-v10">
  680.                            <a href="/category/health/" class="nav-link-v10">
  681.                                <div class="link-content-v10">
  682.                                    <span class="link-text-v10">Health</span>
  683.                                    <div class="link-indicator-v10"></div>
  684.                                </div>
  685.                            </a>
  686.                        </li>
  687.                    
  688.  
  689.                
  690.  
  691.                
  692.                
  693.            
  694.                
  695.                    
  696.                    
  697.                        <li class="nav-item-v10">
  698.                            <a href="/category/life-fitness/" class="nav-link-v10">
  699.                                <div class="link-content-v10">
  700.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  701.                                    <div class="link-indicator-v10"></div>
  702.                                </div>
  703.                            </a>
  704.                        </li>
  705.                    
  706.  
  707.                
  708.  
  709.                
  710.                
  711.            
  712.                
  713.                    
  714.                    
  715.                        <li class="nav-item-v10">
  716.                            <a href="/category/lifestyle/" class="nav-link-v10">
  717.                                <div class="link-content-v10">
  718.                                    <span class="link-text-v10">Lifestyle</span>
  719.                                    <div class="link-indicator-v10"></div>
  720.                                </div>
  721.                            </a>
  722.                        </li>
  723.                    
  724.  
  725.                
  726.  
  727.                
  728.                
  729.            
  730.                
  731.                    
  732.                    <li class="nav-item-v10 has-submenu-v10">
  733.                        <a href="#" class="nav-link-v10">
  734.                            <div class="link-content-v10">
  735.                                <span class="link-text-v10">More</span>
  736.                                <div class="link-arrow-v10"></div>
  737.                                <div class="link-indicator-v10"></div>
  738.                            </div>
  739.                        </a>
  740.                        <div class="submenu-v10">
  741.                            <div class="submenu-content-v10">
  742.                                <div class="submenu-column-v10">
  743.                                    <ul class="submenu-links-v10">
  744.                                        <li>
  745.                                            <a href="/category/news/" class="submenu-link-v10">
  746.                                                News
  747.                                            </a>
  748.                                        </li>
  749.                
  750.  
  751.                
  752.                
  753.            
  754.                
  755.                                        <li>
  756.                                            <a href="/category/others/" class="submenu-link-v10">
  757.                                                Others
  758.                                            </a>
  759.                                        </li>
  760.                
  761.  
  762.                
  763.                
  764.            
  765.                
  766.                                        <li>
  767.                                            <a href="/category/politics/" class="submenu-link-v10">
  768.                                                Politics
  769.                                            </a>
  770.                                        </li>
  771.                
  772.  
  773.                
  774.                
  775.            
  776.                
  777.                                        <li>
  778.                                            <a href="/category/sports/" class="submenu-link-v10">
  779.                                                Sports
  780.                                            </a>
  781.                                        </li>
  782.                
  783.  
  784.                
  785.                
  786.            
  787.                
  788.                                        <li>
  789.                                            <a href="/category/tech/" class="submenu-link-v10">
  790.                                                Tech
  791.                                            </a>
  792.                                        </li>
  793.                
  794.  
  795.                
  796.                
  797.            
  798.                
  799.                                        <li>
  800.                                            <a href="/category/travel/" class="submenu-link-v10">
  801.                                                Travel
  802.                                            </a>
  803.                                        </li>
  804.                
  805.  
  806.                
  807.                
  808.                                    </ul>
  809.                                </div>
  810.                            </div>
  811.                        </div>
  812.                    </li>
  813.                
  814.            
  815.            <li class="nav-item-v10">
  816.                <a href="/page/contact-us/" class="nav-link-v10">
  817.                    <div class="link-content-v10">
  818.                        <span class="link-text-v10">Contact Us</span>
  819.                        <div class="link-indicator-v10"></div>
  820.                    </div>
  821.                </a>
  822.            </li>
  823.        </ul>
  824.    </div>
  825. </nav>
  826.  
  827.        <!-- Mobile Menu -->
  828.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  829.            <div class="mobile-menu-content-v10">
  830.                <ul class="mobile-menu-list-v10">
  831.  
  832.                    
  833.                    <li class="mobile-menu-item-v10">
  834.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  835.                            <span class="mobile-link-text-v10">Home</span>
  836.                        </a>
  837.                    </li>
  838.  
  839.                    
  840.                    
  841.                    
  842.                    <li class="mobile-menu-item-v10">
  843.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  844.                            <span class="mobile-link-text-v10">All Posts</span>
  845.                        </a>
  846.                    </li>
  847.                    
  848.                    
  849.                    
  850.                    <li class="mobile-menu-item-v10">
  851.                        <a href="/category/business/" class="mobile-menu-link-v10">
  852.                            <span class="mobile-link-text-v10">Business</span>
  853.                        </a>
  854.                    </li>
  855.                    
  856.                    
  857.                    
  858.                    <li class="mobile-menu-item-v10">
  859.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  860.                            <span class="mobile-link-text-v10">Esports</span>
  861.                        </a>
  862.                    </li>
  863.                    
  864.                    
  865.                    
  866.                    <li class="mobile-menu-item-v10">
  867.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  868.                            <span class="mobile-link-text-v10">Fashion</span>
  869.                        </a>
  870.                    </li>
  871.                    
  872.                    
  873.                    
  874.                    <li class="mobile-menu-item-v10">
  875.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  876.                            <span class="mobile-link-text-v10">Featured</span>
  877.                        </a>
  878.                    </li>
  879.                    
  880.                    
  881.                    
  882.                    <li class="mobile-menu-item-v10">
  883.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  884.                            <span class="mobile-link-text-v10">Gaming</span>
  885.                        </a>
  886.                    </li>
  887.                    
  888.                    
  889.                    
  890.                    <li class="mobile-menu-item-v10">
  891.                        <a href="/category/health/" class="mobile-menu-link-v10">
  892.                            <span class="mobile-link-text-v10">Health</span>
  893.                        </a>
  894.                    </li>
  895.                    
  896.                    
  897.                    
  898.                    <li class="mobile-menu-item-v10">
  899.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  900.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  901.                        </a>
  902.                    </li>
  903.                    
  904.                    
  905.                    
  906.                    <li class="mobile-menu-item-v10">
  907.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  908.                            <span class="mobile-link-text-v10">Lifestyle</span>
  909.                        </a>
  910.                    </li>
  911.                    
  912.                    
  913.                    
  914.                    <li class="mobile-menu-item-v10">
  915.                        <a href="/category/news/" class="mobile-menu-link-v10">
  916.                            <span class="mobile-link-text-v10">News</span>
  917.                        </a>
  918.                    </li>
  919.                    
  920.                    
  921.                    
  922.                    <li class="mobile-menu-item-v10">
  923.                        <a href="/category/others/" class="mobile-menu-link-v10">
  924.                            <span class="mobile-link-text-v10">Others</span>
  925.                        </a>
  926.                    </li>
  927.                    
  928.                    
  929.                    
  930.                    <li class="mobile-menu-item-v10">
  931.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  932.                            <span class="mobile-link-text-v10">Politics</span>
  933.                        </a>
  934.                    </li>
  935.                    
  936.                    
  937.                    
  938.                    <li class="mobile-menu-item-v10">
  939.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  940.                            <span class="mobile-link-text-v10">Sports</span>
  941.                        </a>
  942.                    </li>
  943.                    
  944.                    
  945.                    
  946.                    <li class="mobile-menu-item-v10">
  947.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  948.                            <span class="mobile-link-text-v10">Tech</span>
  949.                        </a>
  950.                    </li>
  951.                    
  952.                    
  953.                    
  954.                    <li class="mobile-menu-item-v10">
  955.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  956.                            <span class="mobile-link-text-v10">Travel</span>
  957.                        </a>
  958.                    </li>
  959.                    
  960.                    
  961.  
  962.                </ul>
  963.            </div>
  964.        </div>
  965.  
  966.    </div>
  967. </header>
  968.  
  969. <style>
  970.    .logo-link-v9 img{
  971.        height: 70px;
  972.        width: auto;
  973.        object-fit: cover;
  974.    }
  975.    /* Navbar V10 Styles - Modern Two-Tier Design */
  976.    .header-v10 {
  977.        background: var(--navbar-bg);
  978.        margin-bottom: 10px;
  979.        position: relative;
  980.    }
  981.  
  982.    /* Top Bar */
  983.    .top-bar-v10 {
  984.        padding: 16px 0;
  985.    }
  986.  
  987.    /* Brand Section */
  988.    .brand-section-v10 {
  989.        display: flex;
  990.        align-items: center;
  991.    }
  992.  
  993.    .brand-link-v10 {
  994.        display: flex;
  995.        align-items: center;
  996.        text-decoration: none;
  997.    }
  998.  
  999.    .brand-icon-v10 {
  1000.        width: 48px;
  1001.        height: 48px;
  1002.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1003.        border-radius: 12px;
  1004.        display: flex;
  1005.        align-items: center;
  1006.        justify-content: center;
  1007.        padding: 8px;
  1008.    }
  1009.  
  1010.    .brand-img-v10 {
  1011.        max-width: 100%;
  1012.        max-height: 100%;
  1013.        filter: brightness(0) invert(1);
  1014.    }
  1015.  
  1016.    /* Search Container */
  1017.    .search-container-v10 {
  1018.        max-width: 500px;
  1019.        margin-left: auto;
  1020.    }
  1021.  
  1022.    .search-group-v10 {
  1023.        display: flex;
  1024.        align-items: center;
  1025.        background: #f9fafb;
  1026.        border: 2px solid #e5e7eb;
  1027.        border-radius: 12px;
  1028.        overflow: hidden;
  1029.        transition: all 0.3s ease;
  1030.    }
  1031.  
  1032.    .search-group-v10:focus-within {
  1033.        background: #ffffff;
  1034.        border-color: #3b82f6;
  1035.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1036.    }
  1037.  
  1038.    .search-icon-wrapper-v10 {
  1039.        padding: 12px 16px;
  1040.        display: flex;
  1041.        align-items: center;
  1042.    }
  1043.  
  1044.    .search-icon-v10 {
  1045.        width: 16px;
  1046.        height: 16px;
  1047.        background: #9ca3af;
  1048.        border-radius: 50%;
  1049.        position: relative;
  1050.    }
  1051.  
  1052.    .search-icon-v10::after {
  1053.        content: '';
  1054.        position: absolute;
  1055.        top: 12px;
  1056.        left: 12px;
  1057.        width: 6px;
  1058.        height: 1px;
  1059.        background: #9ca3af;
  1060.        transform: rotate(45deg);
  1061.    }
  1062.  
  1063.    .search-field-v10 {
  1064.        flex: 1;
  1065.        border: none;
  1066.        background: transparent;
  1067.        font-size: 15px;
  1068.        padding: 12px 0;
  1069.        outline: none;
  1070.        color: #1f2937;
  1071.    }
  1072.  
  1073.    .search-field-v10::placeholder {
  1074.        color: #9ca3af;
  1075.    }
  1076.  
  1077.    .search-button-v10 {
  1078.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1079.        color: white;
  1080.        border: none;
  1081.        padding: 14px 15px;
  1082.        font-weight: 600;
  1083.        cursor: pointer;
  1084.        transition: all 0.3s ease;
  1085.    }
  1086.  
  1087.    .search-button-v10:hover {
  1088.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1089.    }
  1090.  
  1091.    /* Header Utilities */
  1092.    .header-utilities-v10 {
  1093.        display: flex;
  1094.        align-items: center;
  1095.        justify-content: flex-end;
  1096.        gap: 8px;
  1097.    }
  1098.  
  1099.    .utility-item-v10 {
  1100.        display: flex;
  1101.    }
  1102.  
  1103.    .theme-toggle-v10,
  1104.    .mobile-search-v10,
  1105.    .menu-trigger-v10 {
  1106.        background: #f9fafb;
  1107.        border: 1px solid #e5e7eb;
  1108.        border-radius: 8px;
  1109.        padding: 10px;
  1110.        cursor: pointer;
  1111.        transition: all 0.3s ease;
  1112.    }
  1113.  
  1114.    .mobile-search-v10:hover,
  1115.    .menu-trigger-v10:hover {
  1116.        background: #f3f4f6;
  1117.        border-color: #d1d5db;
  1118.    }
  1119.  
  1120.    .mobile-search-icon-v10 {
  1121.        width: 16px;
  1122.        height: 16px;
  1123.        background: #6b7280;
  1124.        border-radius: 50%;
  1125.    }
  1126.  
  1127.    .menu-icon-v10 {
  1128.        display: flex;
  1129.        flex-direction: column;
  1130.        gap: 3px;
  1131.        width: 16px;
  1132.    }
  1133.  
  1134.    .menu-bar-v10 {
  1135.        height: 2px;
  1136.        background: #6b7280;
  1137.        border-radius: 1px;
  1138.        transition: all 0.3s ease;
  1139.    }
  1140.  
  1141.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1142.        transform: rotate(45deg) translate(4px, 4px);
  1143.    }
  1144.  
  1145.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1146.        opacity: 0;
  1147.    }
  1148.  
  1149.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1150.        transform: rotate(-45deg) translate(6px, -6px);
  1151.    }
  1152.  
  1153.    /* Navigation */
  1154.    .navigation-v10 {
  1155.        background: var(--navbar-bg);
  1156.    }
  1157.  
  1158.    .nav-container-v10 {
  1159.        padding: 0;
  1160.        display: flex;
  1161.        justify-content: flex-end;
  1162.    }
  1163.  
  1164.    .nav-menu-v10 {
  1165.        list-style: none;
  1166.        padding: 0;
  1167.        margin: 0;
  1168.        display: flex;
  1169.        align-items: stretch;
  1170.    }
  1171.  
  1172.    .nav-item-v10 {
  1173.        position: relative;
  1174.    }
  1175.  
  1176.    .nav-link-v10 {
  1177.        color: #374151;
  1178.        text-decoration: none;
  1179.        display: block;
  1180.        transition: all 0.3s ease;
  1181.    }
  1182.  
  1183.    .link-content-v10 {
  1184.        padding: 16px 20px;
  1185.        display: flex;
  1186.        align-items: center;
  1187.        gap: 6px;
  1188.        position: relative;
  1189.    }
  1190.  
  1191.    .link-text-v10 {
  1192.        font-size: 15px;
  1193.        font-weight: 600;
  1194.    }
  1195.  
  1196.    .link-arrow-v10 {
  1197.        width: 0;
  1198.        height: 0;
  1199.        border-left: 3px solid transparent;
  1200.        border-right: 3px solid transparent;
  1201.        border-top: 3px solid currentColor;
  1202.        transition: transform 0.3s ease;
  1203.    }
  1204.  
  1205.    .link-indicator-v10 {
  1206.        position: absolute;
  1207.        bottom: 0;
  1208.        left: 0;
  1209.        right: 0;
  1210.        height: 3px;
  1211.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1212.        transform: scaleX(0);
  1213.        transition: transform 0.3s ease;
  1214.    }
  1215.  
  1216.    .nav-link-v10:hover,
  1217.    .nav-link-v10.active-v10 {
  1218.        color: white !important;
  1219.        background: var(--bs-primary);
  1220.    }
  1221.  
  1222.    .nav-link-v10:hover .link-indicator-v10,
  1223.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1224.        transform: scaleX(1);
  1225.    }
  1226.  
  1227.    .has-submenu-v10:hover .link-arrow-v10 {
  1228.        transform: rotate(180deg);
  1229.    }
  1230.  
  1231.    /* Submenu */
  1232.    .submenu-v10 {
  1233.        position: absolute;
  1234.        top: 100%;
  1235.        left: 0;
  1236.        background: #ffffff;
  1237.        border: 1px solid #e5e7eb;
  1238.        border-radius: 12px;
  1239.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1240.        opacity: 0;
  1241.        visibility: hidden;
  1242.        transform: translateY(-8px);
  1243.        transition: all 0.3s ease;
  1244.        z-index: 1000;
  1245.        min-width: 400px;
  1246.        padding: 24px;
  1247.        margin-top: 8px;
  1248.    }
  1249.  
  1250.    .has-submenu-v10:hover .submenu-v10 {
  1251.        opacity: 1;
  1252.        visibility: visible;
  1253.        transform: translateY(0);
  1254.    }
  1255.  
  1256.    .submenu-content-v10 {
  1257.        display: grid;
  1258.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1259.        gap: 24px;
  1260.    }
  1261.  
  1262.    .submenu-title-v10 {
  1263.        font-size: 13px;
  1264.        font-weight: 700;
  1265.        color: #3b82f6;
  1266.        margin-bottom: 12px;
  1267.        text-transform: uppercase;
  1268.        letter-spacing: 0.5px;
  1269.    }
  1270.  
  1271.    .submenu-links-v10 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.    }
  1276.  
  1277.    .submenu-link-v10 {
  1278.        display: block;
  1279.        color: #6b7280 !important;
  1280.        text-decoration: none;
  1281.        font-size: 14px;
  1282.        padding: 8px 0;
  1283.        transition: color 0.3s ease;
  1284.    }
  1285.  
  1286.    .submenu-link-v10:hover {
  1287.        color: #3b82f6 !important;
  1288.    }
  1289.  
  1290.    /* Mobile Search Panel */
  1291.    .mobile-search-panel-v10 {
  1292.        background: #f9fafb;
  1293.        border-bottom: 1px solid #e5e7eb;
  1294.        padding: 12px 0;
  1295.        max-height: 0;
  1296.        overflow: hidden;
  1297.        transition: all 0.3s ease;
  1298.    }
  1299.  
  1300.    .mobile-search-panel-v10.show-v10 {
  1301.        max-height: 80px;
  1302.    }
  1303.  
  1304.    .mobile-search-wrapper-v10 {
  1305.        display: flex;
  1306.        align-items: center;
  1307.        background: #ffffff;
  1308.        border: 1px solid #e5e7eb;
  1309.        border-radius: 8px;
  1310.        overflow: hidden;
  1311.    }
  1312.  
  1313.    .mobile-search-input-v10 {
  1314.        flex: 1;
  1315.        border: none;
  1316.        padding: 12px 16px;
  1317.        font-size: 15px;
  1318.        outline: none;
  1319.        background: transparent;
  1320.    }
  1321.  
  1322.    .mobile-search-btn-v10 {
  1323.        background: #3b82f6;
  1324.        border: none;
  1325.        padding: 12px 16px;
  1326.        cursor: pointer;
  1327.    }
  1328.  
  1329.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1330.        background: white;
  1331.    }
  1332.  
  1333.    /* Mobile Menu */
  1334.    .mobile-menu-v10 {
  1335.        background: #ffffff;
  1336.        border-bottom: 1px solid #e5e7eb;
  1337.        max-height: 0;
  1338.        overflow: hidden;
  1339.        transition: all 0.4s ease;
  1340.    }
  1341.  
  1342.    .mobile-menu-v10.show-v10 {
  1343.        max-height: 500px;
  1344.    }
  1345.  
  1346.    .mobile-menu-content-v10 {
  1347.        padding: 16px 30px;
  1348.    }
  1349.  
  1350.    .mobile-menu-list-v10 {
  1351.        list-style: none;
  1352.        padding: 0;
  1353.        margin: 0;
  1354.    }
  1355.  
  1356.    .mobile-menu-item-v10 {
  1357.        border-bottom: 1px solid #f3f4f6;
  1358.    }
  1359.  
  1360.    .mobile-menu-link-v10,
  1361.    .mobile-menu-toggle-v10 {
  1362.        display: flex;
  1363.        align-items: center;
  1364.        justify-content: space-between;
  1365.        color: #374151;
  1366.        text-decoration: none;
  1367.        font-size: 16px;
  1368.        font-weight: 600;
  1369.        padding: 16px 0;
  1370.        transition: color 0.3s ease;
  1371.        background: none;
  1372.        border: none;
  1373.        width: 100%;
  1374.        cursor: pointer;
  1375.    }
  1376.  
  1377.    .mobile-menu-link-v10:hover,
  1378.    .mobile-menu-toggle-v10:hover,
  1379.    .mobile-menu-link-v10.active-v10 {
  1380.        color: var(--bs-light);
  1381.    }
  1382.  
  1383.    .mobile-toggle-arrow-v10 {
  1384.        width: 0;
  1385.        height: 0;
  1386.        border-left: 4px solid transparent;
  1387.        border-right: 4px solid transparent;
  1388.        border-top: 4px solid currentColor;
  1389.        transition: transform 0.3s ease;
  1390.    }
  1391.  
  1392.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1393.        transform: rotate(180deg);
  1394.    }
  1395.  
  1396.    .mobile-submenu-v10 {
  1397.        list-style: none;
  1398.        padding: 0;
  1399.        margin: 0;
  1400.        max-height: 0;
  1401.        overflow: hidden;
  1402.        transition: all 0.3s ease;
  1403.        background: #f9fafb;
  1404.    }
  1405.  
  1406.    .mobile-submenu-v10.show-v10 {
  1407.        max-height: 200px;
  1408.        padding: 8px 0;
  1409.    }
  1410.  
  1411.    .mobile-submenu-link-v10 {
  1412.        display: block;
  1413.        color: #6b7280;
  1414.        text-decoration: none;
  1415.        font-size: 14px;
  1416.        padding: 10px 20px;
  1417.        transition: color 0.3s ease;
  1418.    }
  1419.  
  1420.    .mobile-submenu-link-v10:hover {
  1421.        color: #3b82f6;
  1422.    }
  1423.  
  1424.    /* Responsive Design */
  1425.    @media (max-width: 768px) {
  1426.        .top-bar-v10 {
  1427.            padding: 12px 0;
  1428.        }
  1429.  
  1430.        .brand-icon-v10 {
  1431.            width: 40px;
  1432.            height: 40px;
  1433.        }
  1434.  
  1435.        .brand-name-v10 {
  1436.            font-size: 18px;
  1437.        }
  1438.  
  1439.        .brand-tagline-v10 {
  1440.            font-size: 11px;
  1441.        }
  1442.    }
  1443.  
  1444.    @media (max-width: 576px) {
  1445.        .brand-text-v10 {
  1446.            display: none;
  1447.        }
  1448.    }
  1449. </style>
  1450.  
  1451. <script>
  1452.    function toggleMobileSearchV10() {
  1453.        const searchPanel = document.getElementById('mobileSearchV10');
  1454.        const searchBtn = document.querySelector('.mobile-search-v10');
  1455.  
  1456.        if (searchPanel) {
  1457.            searchPanel.classList.toggle('show-v10');
  1458.  
  1459.            if (searchPanel.classList.contains('show-v10')) {
  1460.                setTimeout(() => {
  1461.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1462.                    if (input) input.focus();
  1463.                }, 100);
  1464.            }
  1465.        }
  1466.    }
  1467.  
  1468.    function toggleMenuV10() {
  1469.        const mobileMenu = document.getElementById('mobileMenuV10');
  1470.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1471.  
  1472.        if (mobileMenu && menuBtn) {
  1473.            mobileMenu.classList.toggle('show-v10');
  1474.            menuBtn.classList.toggle('active-v10');
  1475.        }
  1476.    }
  1477.  
  1478.    function toggleMobileSubmenuV10(submenuId) {
  1479.        const submenu = document.getElementById(submenuId);
  1480.        if (!submenu) return;
  1481.  
  1482.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1483.  
  1484.        // Close other submenus
  1485.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1486.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1487.  
  1488.        allSubmenus.forEach(menu => {
  1489.            if (menu.id !== submenuId) {
  1490.                menu.classList.remove('show-v10');
  1491.            }
  1492.        });
  1493.  
  1494.        allParents.forEach(parent => {
  1495.            if (parent !== parentItem) {
  1496.                parent.classList.remove('open-v10');
  1497.            }
  1498.        });
  1499.  
  1500.        // Toggle current submenu
  1501.        submenu.classList.toggle('show-v10');
  1502.        if (parentItem) {
  1503.            parentItem.classList.toggle('open-v10');
  1504.        }
  1505.    }
  1506.  
  1507.    // Close menus when clicking outside
  1508.    document.addEventListener('click', function (e) {
  1509.        const mobileMenu = document.getElementById('mobileMenuV10');
  1510.        const mobileSearch = document.getElementById('mobileSearchV10');
  1511.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1512.        const searchBtn = document.querySelector('.mobile-search-v10');
  1513.  
  1514.        // Close mobile menu
  1515.        if (mobileMenu && menuBtn &&
  1516.            !mobileMenu.contains(e.target) &&
  1517.            !menuBtn.contains(e.target)) {
  1518.            mobileMenu.classList.remove('show-v10');
  1519.            menuBtn.classList.remove('active-v10');
  1520.        }
  1521.  
  1522.        // Close mobile search
  1523.        if (mobileSearch && searchBtn &&
  1524.            !mobileSearch.contains(e.target) &&
  1525.            !searchBtn.contains(e.target)) {
  1526.            mobileSearch.classList.remove('show-v10');
  1527.        }
  1528.    });
  1529. </script>
  1530.  
  1531. <script>
  1532.  document.addEventListener("DOMContentLoaded", function () {
  1533.    console.log("loaded");
  1534.  
  1535.     const searchInput = document.getElementById("search-input")
  1536.    const searchResults = document.getElementById("search-results");
  1537.  
  1538.    if (!searchInput || !searchResults) {
  1539.      console.error("Search input/results not found");
  1540.      return;
  1541.    }
  1542.  
  1543.    // Prevent form submission
  1544.    if (searchInput.form) {
  1545.      searchInput.form.addEventListener("submit", function (e) {
  1546.        e.preventDefault();
  1547.      });
  1548.    }
  1549.  
  1550.    // Add event listener for keyup
  1551.    searchInput.addEventListener("keyup", function (e) {
  1552.      console.log("Key pressed:", e.key);
  1553.      e.preventDefault();
  1554.  
  1555.      const query = searchInput.value.trim();
  1556.      console.log("User is typing: " + query);
  1557.  
  1558.      // If empty → clear and hide
  1559.      if (query === "") {
  1560.        searchResults.innerHTML = "";
  1561.        searchResults.style.display = "none";
  1562.        return;
  1563.      }
  1564.  
  1565.      // Show results
  1566.      searchResults.style.display = "block";
  1567.  
  1568.      // Fetch search results
  1569.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1570.        method: "GET",
  1571.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1572.      })
  1573.        .then(response => {
  1574.          console.log("Response Status:", response.status);
  1575.          return response.json();
  1576.        })
  1577.        .then(data => {
  1578.          console.log("Data received:", data);
  1579.          if (data.html) {
  1580.            searchResults.innerHTML = data.html;
  1581.          } else {
  1582.            searchResults.innerHTML = "<p>No results found.</p>";
  1583.          }
  1584.        })
  1585.        .catch(error => {
  1586.          console.error("Error fetching search results:", error);
  1587.        });
  1588.    });
  1589.  
  1590.    // Close results when clicking outside
  1591.    document.addEventListener("click", function (e) {
  1592.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1593.        searchResults.style.display = "none";
  1594.      }
  1595.    });
  1596.  
  1597.    // Close results on ESC key
  1598.    document.addEventListener("keydown", function (e) {
  1599.      if (e.key === "Escape") {
  1600.        searchResults.style.display = "none";
  1601.      }
  1602.    });
  1603.  });
  1604. </script>
  1605.  
  1606. <style>
  1607.        /* search field */
  1608.  .search-results-container {
  1609.  position: absolute;
  1610.  top: 60%; /* Position it below the input field */
  1611.  left: 10px;
  1612.  right: 10px;
  1613.  background-color: white;
  1614.  border: 1px solid #ddd;
  1615.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1616.  max-height: 300px;
  1617.  overflow-y: auto;
  1618.  z-index: 1000;
  1619.  display: none; /* Initially hidden */
  1620. }
  1621.  
  1622. .search-results-container p {
  1623.  margin: 0;
  1624. }
  1625.  
  1626. .search-results-container .result-item {
  1627.  padding: 10px;
  1628.  cursor: pointer;
  1629. }
  1630.  
  1631. .search-results-container .result-item:hover {
  1632.  background-color: #f0f0f0;
  1633. }
  1634. @media (max-width: 992px) {
  1635.  .search-results-container {
  1636.    top: 70%;
  1637.  }
  1638.    
  1639. }
  1640. </style>
  1641.  
  1642.        </header>
  1643.        <!-- end of header -->
  1644.        <!-- start of wpo-blog-hero -->
  1645.        
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653. <div class="blog-hero-v6">
  1654.    <div class="container-fluid fluid-container">
  1655.        
  1656.        <!-- Top Section - Two Column Layout -->
  1657.        <div class="row g-4 mb-5">
  1658.            <!-- Main Featured Article - Left -->
  1659.            
  1660.  
  1661.            <div class="col-lg-6 col-md-12">
  1662.                <article class="main-featured">
  1663.                    <div class="featured-image-container">
  1664.                        
  1665.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1666.                                class="featured-image" style="object-fit: cover;" alt="">
  1667.                        
  1668.                        <div class="category-tag bg-primary-gradient">News</div>
  1669.                    </div>
  1670.                    <div class="featured-content">
  1671.                        <h1 class="featured-title"><a class="top-color" href="/environmental-disaster-concerns-as-millions-of-plastic-beads-appear-on-camber-sands/" >
  1672.                                        Environmental Disaster Concerns as Millions of Plastic Beads Appear on Camber Sands
  1673.                                    </a></h1>
  1674.                        <p class="featured-summary"></p>
  1675.                        <div class="article-meta">
  1676.                            <div class="author-info">
  1677.                                
  1678.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="author-pic">
  1679.                                
  1680.                                <div class="author-text">
  1681.                                    <span class="author-name">John Hammond</span>
  1682.                                    <span class="post-time">17 Aug 2026</span>
  1683.                                    
  1684.                                </div>
  1685.                            </div>
  1686.                            <div class="reading-info">
  1687.                                <!-- <span class="read-time">4 min read</span> -->
  1688.                            </div>
  1689.                        </div>
  1690.                    </div>
  1691.                </article>
  1692.            </div>
  1693.            
  1694.  
  1695.            <div class="col-lg-6 col-md-12">
  1696.                <article class="main-featured">
  1697.                    <div class="featured-image-container">
  1698.                        
  1699.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1700.                                class="featured-image" style="object-fit: cover;" alt="">
  1701.                        
  1702.                        <div class="category-tag bg-primary-gradient">News</div>
  1703.                    </div>
  1704.                    <div class="featured-content">
  1705.                        <h1 class="featured-title"><a class="top-color" href="/your-comprehensive-cop30-terminology-buster/" >
  1706.                                        Your Comprehensive COP30 Terminology Buster
  1707.                                    </a></h1>
  1708.                        <p class="featured-summary"></p>
  1709.                        <div class="article-meta">
  1710.                            <div class="author-info">
  1711.                                
  1712.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="author-pic">
  1713.                                
  1714.                                <div class="author-text">
  1715.                                    <span class="author-name">John Hammond</span>
  1716.                                    <span class="post-time">17 Aug 2026</span>
  1717.                                    
  1718.                                </div>
  1719.                            </div>
  1720.                            <div class="reading-info">
  1721.                                <!-- <span class="read-time">4 min read</span> -->
  1722.                            </div>
  1723.                        </div>
  1724.                    </div>
  1725.                </article>
  1726.            </div>
  1727.            
  1728.  
  1729.        </div>
  1730.  
  1731.        <!-- Bottom Section - Three Column Grid -->
  1732.        <div class="row g-4">
  1733.            
  1734.                <div class="col-lg-4 col-md-6 col-12">
  1735.                    <article class="compact-card">
  1736.                        <div class="compact-image">
  1737.                            
  1738.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1739.                                   style="object-fit: cover;" alt="">
  1740.                            
  1741.                            <div class="compact-category bg-primary-gradient">News</div>
  1742.                        </div>
  1743.                        <div class="compact-body">
  1744.                            <h3 class="compact-title"> <a class="top-color" href="/tanzania-security-clampdown-on-scheduled-protest-leaves-city-centers-unusually-quiet/" >
  1745.                                        Tanzania Security Clampdown on Scheduled Protest Leaves City Centers Unusually Quiet.
  1746.                                    </a></h3>
  1747.                            <p class="compact-text"></p>
  1748.                            <div class="compact-footer">
  1749.                                <div class="compact-author">
  1750.                                    
  1751.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1752.                                    
  1753.                                    <span class="compact-name">John Hammond</span>
  1754.                                </div>
  1755.                                <span class="compact-date">17 Aug 2026</span>
  1756.                            </div>
  1757.                        </div>
  1758.                    </article>
  1759.                </div>
  1760.            
  1761.                <div class="col-lg-4 col-md-6 col-12">
  1762.                    <article class="compact-card">
  1763.                        <div class="compact-image">
  1764.                            
  1765.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1766.                                   style="object-fit: cover;" alt="">
  1767.                            
  1768.                            <div class="compact-category bg-primary-gradient">News</div>
  1769.                        </div>
  1770.                        <div class="compact-body">
  1771.                            <h3 class="compact-title"> <a class="top-color" href="/ndiaye-globetrotters-style-skills-and-sobering-football-stats/" >
  1772.                                        Ndiaye, Globetrotters-Style Skills and Sobering Football Stats
  1773.                                    </a></h3>
  1774.                            <p class="compact-text"></p>
  1775.                            <div class="compact-footer">
  1776.                                <div class="compact-author">
  1777.                                    
  1778.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1779.                                    
  1780.                                    <span class="compact-name">John Hammond</span>
  1781.                                </div>
  1782.                                <span class="compact-date">17 Aug 2026</span>
  1783.                            </div>
  1784.                        </div>
  1785.                    </article>
  1786.                </div>
  1787.            
  1788.  
  1789.            <div class="col-lg-4 col-md-12 col-12">
  1790.                <!-- Recent Articles Sidebar -->
  1791.                <div class="recent-section">
  1792.                    <h3 class="recent-title">Recent Articles</h3>
  1793.                    <div class="recent-list">
  1794.                        
  1795.                        <div class="recent-item">
  1796.                            <div class="recent-content">
  1797.                                <h4 class="recent-article-title"><a class="top-color" href="/can-populist-governments-inevitably-wreck-the-economic-system/" >
  1798.                                        Can Populist Governments Inevitably Wreck the Economic System?
  1799.                                    </a></h4>
  1800.                                <span class="recent-date">17 Aug 2026</span>
  1801.                            </div>
  1802.                        </div>
  1803.                        
  1804.                    </div>
  1805.                </div>
  1806.            </div>
  1807.        </div>
  1808.    </div>
  1809. </div>
  1810.  
  1811. <style>
  1812. /* Blog Hero V6 - Magazine Style with White Background */
  1813. .blog-hero-v6 {
  1814.    padding: 3rem 0;
  1815.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1816. }
  1817.  
  1818. /* Main Featured Article */
  1819. .main-featured {
  1820.    background: var(--card-bg);
  1821.    border-radius: 16px;
  1822.    overflow: hidden;
  1823.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1824.    border: 1px solid var(--border-color);
  1825.    transition: all 0.3s ease;
  1826. }
  1827.  
  1828. .main-featured:hover {
  1829.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1830.    transform: translateY(-2px);
  1831. }
  1832.  
  1833. .featured-image-container {
  1834.    position: relative;
  1835.    height: 300px;
  1836.    overflow: hidden;
  1837. }
  1838.  
  1839. .featured-image {
  1840.    width: 100%;
  1841.    height: 100%;
  1842.    object-fit: cover;
  1843.    transition: transform 0.4s ease;
  1844. }
  1845.  
  1846. .main-featured:hover .featured-image {
  1847.    transform: scale(1.03);
  1848. }
  1849.  
  1850. .featured-content {
  1851.    padding: 2.5rem;
  1852. }
  1853.  
  1854. .featured-title {
  1855.    font-size: 2rem;
  1856.    font-weight: 700;
  1857.    color: #1a202c;
  1858.    margin-bottom: 1rem;
  1859.    line-height: 1.25;
  1860.    letter-spacing: -0.025em;
  1861. }
  1862.  
  1863. .featured-summary {
  1864.    font-size: 1.1rem;
  1865.    color: #4a5568;
  1866.    line-height: 1.6;
  1867.    margin-bottom: 2rem;
  1868. }
  1869.  
  1870. /* Category Tags */
  1871. .category-tag {
  1872.    position: absolute;
  1873.    top: 1.5rem;
  1874.    left: 1.5rem;
  1875.    padding: 0.5rem 1rem;
  1876.    font-size: 0.75rem;
  1877.    font-weight: 600;
  1878.    text-transform: uppercase;
  1879.    letter-spacing: 0.1em;
  1880.    color: white;
  1881.    border-radius: 6px;
  1882.    z-index: 2;
  1883. }
  1884.  
  1885.  
  1886. /* Article Meta */
  1887. .article-meta {
  1888.    display: flex;
  1889.    align-items: center;
  1890.    justify-content: space-between;
  1891. }
  1892.  
  1893. .author-info {
  1894.    display: flex;
  1895.    align-items: center;
  1896.    gap: 1rem;
  1897. }
  1898.  
  1899. .author-pic {
  1900.    width: 48px;
  1901.    height: 48px;
  1902.    border-radius: 50%;
  1903.    object-fit: cover;
  1904.    border: 2px solid #e2e8f0;
  1905. }
  1906.  
  1907. .author-text {
  1908.    display: flex;
  1909.    flex-direction: column;
  1910. }
  1911.  
  1912. .author-name {
  1913.    font-weight: 600;
  1914.    color: #2d3748;
  1915.    font-size: 0.95rem;
  1916. }
  1917.  
  1918. .post-time {
  1919.    font-size: 0.85rem;
  1920.    color: #718096;
  1921. }
  1922.  
  1923. .reading-info {
  1924.    display: flex;
  1925.    align-items: center;
  1926. }
  1927.  
  1928. .read-time {
  1929.    font-size: 0.9rem;
  1930.    color: #718096;
  1931.    padding: 0.25rem 0.75rem;
  1932.    background: #f7fafc;
  1933.    border-radius: 15px;
  1934.    font-weight: 500;
  1935. }
  1936.  
  1937. /* Secondary Featured */
  1938. .secondary-featured {
  1939.    background: var(--card-bg);
  1940.    border-radius: 16px;
  1941.    overflow: hidden;
  1942.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1943.    border: 1px solid var(--border-color);
  1944.    height: 100%;
  1945.    transition: all 0.3s ease;
  1946. }
  1947.  
  1948. .secondary-featured:hover {
  1949.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1950.    transform: translateY(-2px);
  1951. }
  1952.  
  1953. .secondary-image-wrapper {
  1954.    position: relative;
  1955.    height: 200px;
  1956.    overflow: hidden;
  1957. }
  1958.  
  1959. .secondary-image-wrapper img {
  1960.    width: 100%;
  1961.    height: 100%;
  1962.    object-fit: cover;
  1963.    transition: transform 0.4s ease;
  1964. }
  1965.  
  1966. .secondary-featured:hover .secondary-image-wrapper img {
  1967.    transform: scale(1.03);
  1968. }
  1969.  
  1970. .secondary-content {
  1971.    padding: 2rem;
  1972. }
  1973.  
  1974. .secondary-title {
  1975.    font-size: 1.5rem;
  1976.    font-weight: 600;
  1977.    color: #1a202c;
  1978.    margin-bottom: 1rem;
  1979.    line-height: 1.3;
  1980. }
  1981.  
  1982. .secondary-excerpt {
  1983.    font-size: 0.95rem;
  1984.    color: #4a5568;
  1985.    line-height: 1.6;
  1986.    margin-bottom: 1.5rem;
  1987. }
  1988.  
  1989. .secondary-meta {
  1990.    display: flex;
  1991.    align-items: center;
  1992.    gap: 0.5rem;
  1993.    font-size: 0.85rem;
  1994.    color: #718096;
  1995. }
  1996.  
  1997. .meta-divider {
  1998.    color: #cbd5e0;
  1999. }
  2000.  
  2001. /* Compact Cards */
  2002. .compact-card {
  2003.    background: var(--card-bg);
  2004.    border-radius: 12px;
  2005.    overflow: hidden;
  2006.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  2007.    border: 1px solid var(--border-color);
  2008.    transition: all 0.3s ease;
  2009.    height: 100%;
  2010.    display: flex;
  2011.    flex-direction: column;
  2012. }
  2013.  
  2014. .compact-card:hover {
  2015.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  2016.    transform: translateY(-3px);
  2017. }
  2018.  
  2019. .compact-image {
  2020.    position: relative;
  2021.    height: 180px;
  2022.    overflow: hidden;
  2023. }
  2024.  
  2025. .compact-image img {
  2026.    width: 100%;
  2027.    height: 100%;
  2028.    object-fit: cover;
  2029.    transition: transform 0.4s ease;
  2030. }
  2031.  
  2032. .compact-card:hover .compact-image img {
  2033.    transform: scale(1.05);
  2034. }
  2035.  
  2036. .compact-category {
  2037.    position: absolute;
  2038.    top: 1rem;
  2039.    left: 1rem;
  2040.    padding: 0.25rem 0.75rem;
  2041.    font-size: 0.7rem;
  2042.    font-weight: 600;
  2043.    text-transform: uppercase;
  2044.    color: white;
  2045.    border-radius: 4px;
  2046. }
  2047.  
  2048. .compact-body {
  2049.    padding: 1.5rem;
  2050.    flex-grow: 1;
  2051.    display: flex;
  2052.    flex-direction: column;
  2053. }
  2054.  
  2055. .compact-title {
  2056.    font-size: 1.1rem;
  2057.    font-weight: 600;
  2058.    color: #1a202c;
  2059.    margin-bottom: 0.75rem;
  2060.    line-height: 1.4;
  2061. }
  2062.  
  2063. .compact-text {
  2064.    font-size: 0.9rem;
  2065.    color: #4a5568;
  2066.    line-height: 1.5;
  2067.    margin-bottom: 1.5rem;
  2068.    flex-grow: 1;
  2069. }
  2070.  
  2071. .compact-footer {
  2072.    display: flex;
  2073.    align-items: center;
  2074.    justify-content: space-between;
  2075.    margin-top: auto;
  2076. }
  2077.  
  2078. .compact-author {
  2079.    display: flex;
  2080.    align-items: center;
  2081.    gap: 0.5rem;
  2082. }
  2083.  
  2084. .compact-avatar {
  2085.    width: 32px;
  2086.    height: 32px;
  2087.    border-radius: 50%;
  2088.    object-fit: cover;
  2089. }
  2090.  
  2091. .compact-name {
  2092.    font-size: 0.85rem;
  2093.    font-weight: 500;
  2094.    color: #2d3748;
  2095. }
  2096.  
  2097. .compact-date {
  2098.    font-size: 0.8rem;
  2099.    color: #718096;
  2100. }
  2101.  
  2102. /* Recent Articles Section */
  2103. .recent-section {
  2104.    background: var(--card-bg);
  2105.    border-radius: 12px;
  2106.    padding: 2rem;
  2107.    border: 1px solid var(--border-color);
  2108.    height: 100%;
  2109. }
  2110.  
  2111. .recent-title {
  2112.    font-size: 1.25rem;
  2113.    font-weight: 700;
  2114.    color: #1a202c;
  2115.    margin-bottom: 1.5rem;
  2116.    padding-bottom: 0.75rem;
  2117.    border-bottom: 2px solid var(--border-color);
  2118. }
  2119.  
  2120. .recent-list {
  2121.    display: flex;
  2122.    flex-direction: column;
  2123.    gap: 1.25rem;
  2124. }
  2125.  
  2126. .recent-item {
  2127.    display: flex;
  2128.    align-items: center;
  2129.    gap: 1rem;
  2130.    padding: 0.8rem;
  2131.    background: var(--card-bg);
  2132.    border-radius: 8px;
  2133.    transition: all 0.2s ease;
  2134.    border: 1px solid var(--border-color);
  2135. }
  2136.  
  2137. .recent-item:hover {
  2138.    transform: translateX(4px);
  2139.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2140. }
  2141.  
  2142. .recent-content {
  2143.    flex-grow: 1;
  2144. }
  2145.  
  2146. .recent-article-title {
  2147.    font-size: 0.95rem;
  2148.    font-weight: 600;
  2149.    color: #1a202c;
  2150.    margin-bottom: 0rem;
  2151.    line-height: 1.3;
  2152. }
  2153.  
  2154. .recent-date {
  2155.    font-size: 0.8rem;
  2156.    color: #718096;
  2157. }
  2158.  
  2159. /* Responsive Design */
  2160. @media (max-width: 992px) {
  2161.    .blog-hero-v6 {
  2162.        padding: 2rem 0;
  2163.    }
  2164.    
  2165.    .featured-title {
  2166.        font-size: 1.75rem;
  2167.    }
  2168.    
  2169.    .secondary-title {
  2170.        font-size: 1.3rem;
  2171.    }
  2172.    
  2173.    .article-meta {
  2174.        flex-direction: column;
  2175.        align-items: flex-start;
  2176.        gap: 1rem;
  2177.    }
  2178. }
  2179.  
  2180. @media (max-width: 768px) {
  2181.    .featured-content,
  2182.    .secondary-content {
  2183.        padding: 1.5rem;
  2184.    }
  2185.    
  2186.    .featured-title {
  2187.        font-size: 1.5rem;
  2188.    }
  2189.    
  2190.    .featured-image-container,
  2191.    .secondary-image-wrapper {
  2192.        height: 200px;
  2193.    }
  2194.    
  2195.    .compact-image {
  2196.        height: 150px;
  2197.    }
  2198.    
  2199.    .recent-section {
  2200.        margin-top: 2rem;
  2201.    }
  2202. }
  2203.  
  2204. @media (max-width: 576px) {
  2205.    .reading-info {
  2206.        margin-top: 1rem;
  2207.    }
  2208.    
  2209.    .secondary-meta {
  2210.        flex-wrap: wrap;
  2211.    }
  2212.    
  2213.    .recent-item {
  2214.        padding: 0.75rem;
  2215.    }
  2216. }
  2217. </style>
  2218.  
  2219.  
  2220.  
  2221.  
  2222.        <!-- end of wpo-blog-hero -->
  2223.  
  2224.        <!-- start of wpo-breacking-news -->
  2225.        
  2226.        <!-- end of wpo-breacking-news -->
  2227.        
  2228.        <!-- start wpo-blog-highlights-section -->
  2229.        
  2230.  
  2231.  
  2232.  
  2233.    
  2234.  
  2235.  
  2236.  <style>
  2237.    /* Section Header */
  2238.    .section-header-v9 {
  2239.      text-align: center;
  2240.      margin-bottom: 20px;
  2241.    }
  2242.    
  2243.    .section-title-v9 {
  2244.      font-size: 3rem;
  2245.      font-weight: 700;
  2246.      color: var(--topbar-color);
  2247.      margin-bottom: 20px;
  2248.      text-transform: uppercase;
  2249.    }
  2250.    
  2251.    .section-subtitle-v9 {
  2252.      font-size: 1.2rem;
  2253.      color: var(--topbar-color);
  2254.      opacity: 0.5;
  2255.      max-width: 800px;
  2256.      margin: 0 auto;
  2257.      line-height: 1.8;
  2258.    }
  2259.        
  2260.    /* Blog Card */
  2261.    .blog-card-v9 {
  2262.      background: var(--card-bg);
  2263.      border: 1px solid var(--border-color);
  2264.      border-radius: 8px;
  2265.      margin-bottom: 30px;
  2266.      overflow: hidden;
  2267.      opacity: 0;
  2268.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2269.    }
  2270.    
  2271.    .blog-card-v9.fade-in {
  2272.      opacity: 1;
  2273.    }
  2274.    
  2275.    @keyframes fadeIn {
  2276.      from {
  2277.        opacity: 0;
  2278.      }
  2279.      to {
  2280.        opacity: 1;
  2281.      }
  2282.    }
  2283.    
  2284.    .blog-card-v9:hover {
  2285.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2286.    }
  2287.    
  2288.    /* Blog Image */
  2289.    .blog-image-container-v9 {
  2290.      width: 100%;
  2291.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2292.      overflow: hidden;
  2293.    }
  2294.    
  2295.    .blog-image-v9 {
  2296.      width: 100%;
  2297.      height: 100%;
  2298.    }
  2299.    
  2300.    .blog-image-v9 img {
  2301.      width: 100%;
  2302.      height: 100%;
  2303.      object-fit: cover;
  2304.      display: block;
  2305.    }
  2306.    
  2307.    /* Blog Content */
  2308.    .blog-content-v9 {
  2309.      padding: 20px;
  2310.    }
  2311.    
  2312.    .blog-title-v9 {
  2313.      font-size: 1.2rem;
  2314.      font-weight: 600;
  2315.      margin-bottom: 15px;
  2316.      color: var(--topbar-color) !important;
  2317.      text-transform: capitalize;
  2318.    }
  2319.    
  2320.    .blog-meta-v9 {
  2321.      display: flex;
  2322.      align-items: center;
  2323.      gap: 10px;
  2324.      font-size: 0.9rem;
  2325.      color: var(--topbar-color);
  2326.      margin-bottom: 10px;
  2327.    }
  2328.    
  2329.    .blog-meta-v9 span {
  2330.      display: inline-block;
  2331.    }
  2332.    
  2333.    .blog-excerpt-v9 {
  2334.      font-size: 1rem;
  2335.      color: var(--topbar-color);
  2336.      opacity: .6;
  2337.      margin-bottom: 15px;
  2338.      line-height: 1.6;
  2339.    }
  2340.    
  2341.    .blog-actions-v9 {
  2342.      display: flex;
  2343.      justify-content: flex-start;
  2344.    }
  2345.    
  2346.    .blog-read-more-v9 {
  2347.      font-size: 1rem;
  2348.      color: var(--topbar-color);
  2349.      text-decoration: none;
  2350.      transition: color 0.3s ease;
  2351.    }
  2352.    
  2353.    .blog-read-more-v9:hover {
  2354.      color: #2980b9 !important;
  2355.    }
  2356.    
  2357.    /* Responsive Design */
  2358.    @media (max-width: 768px) {
  2359.      .section-title-v9 {
  2360.        font-size: 2.5rem;
  2361.      }
  2362.    
  2363.      .blog-card-v9 {
  2364.        margin-bottom: 20px;
  2365.      }
  2366.    
  2367.      .blog-meta-v9 {
  2368.        font-size: 0.8rem;
  2369.      }
  2370.    
  2371.      .blog-image-container-v9 {
  2372.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2373.      }
  2374.    }
  2375.  </style>
  2376.  
  2377.  <section class="blog-highlights-v9 mt-5">
  2378.    <div class="container-fluid fluid-container">
  2379.      <!-- Section Header -->
  2380.      <div class="row justify-content-center">
  2381.        <div class="col-12 col-lg-10">
  2382.          <div class="section-header-v9">
  2383.            <h2 class="section-title-v9 mb-0">
  2384.                Today's Top Highlights
  2385.                   </h2>
  2386.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2387.          </div>
  2388.        </div>
  2389.      </div>
  2390.  
  2391.      <!-- Blog Grid -->
  2392.      <div class="row ">
  2393.        <div class="col-lg-8">
  2394.          <div class="row d-flex justify-content-center">
  2395.            
  2396.              <div class="col-md-6 pb-3">
  2397.                <article class="blog-card-v9 h-100">
  2398.                  <div class="blog-image-container-v9">
  2399.                    <div class="blog-image-v9">
  2400.                      
  2401.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2402.                      
  2403.                    </div>
  2404.                  </div>
  2405.                  <div class="blog-content-v9">
  2406.                    <h3 class="blog-title-v9 "><a class="top-color" href="/beijing-dispatches-maritime-patrol-ships-to-diaoyu-islands-during-tensions-with-japan/">Beijing Dispatches Maritime Patrol Ships to Diaoyu Islands During Tensions with Japan</a></h3>
  2407.                    <div class="blog-meta-v9">
  2408.                      <span>By <strong>John Hammond</strong></span>
  2409.                      <span>•</span>
  2410.                      <span>17 Aug 2026</span>
  2411.                    </div>
  2412.                    <p class="blog-excerpt-v9"></p>
  2413.                    <div class="blog-actions-v9">
  2414.                      <a href="/beijing-dispatches-maritime-patrol-ships-to-diaoyu-islands-during-tensions-with-japan/" class="blog-read-more-v9">Read More →</a>
  2415.                    </div>
  2416.                  </div>
  2417.                </article>
  2418.              </div>
  2419.            
  2420.              <div class="col-md-6 pb-3">
  2421.                <article class="blog-card-v9 h-100">
  2422.                  <div class="blog-image-container-v9">
  2423.                    <div class="blog-image-v9">
  2424.                      
  2425.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2426.                      
  2427.                    </div>
  2428.                  </div>
  2429.                  <div class="blog-content-v9">
  2430.                    <h3 class="blog-title-v9 "><a class="top-color" href="/relatives-distress-over-shoreline-degradation-threatening-coastal-norfolk-burial-sites/">Relatives&#x27; Distress Over Shoreline Degradation Threatening Coastal Norfolk Burial Sites</a></h3>
  2431.                    <div class="blog-meta-v9">
  2432.                      <span>By <strong>John Hammond</strong></span>
  2433.                      <span>•</span>
  2434.                      <span>17 Aug 2026</span>
  2435.                    </div>
  2436.                    <p class="blog-excerpt-v9"></p>
  2437.                    <div class="blog-actions-v9">
  2438.                      <a href="/relatives-distress-over-shoreline-degradation-threatening-coastal-norfolk-burial-sites/" class="blog-read-more-v9">Read More →</a>
  2439.                    </div>
  2440.                  </div>
  2441.                </article>
  2442.              </div>
  2443.            
  2444.              <div class="col-md-6 pb-3">
  2445.                <article class="blog-card-v9 h-100">
  2446.                  <div class="blog-image-container-v9">
  2447.                    <div class="blog-image-v9">
  2448.                      
  2449.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2450.                      
  2451.                    </div>
  2452.                  </div>
  2453.                  <div class="blog-content-v9">
  2454.                    <h3 class="blog-title-v9 "><a class="top-color" href="/wolverhampton-wanderers-rout-woeful-west-ham-to-claim-opening-premier-league-victory-of-the-season/">Wolverhampton Wanderers Rout Woeful West Ham to Claim Opening Premier League Victory of the Season</a></h3>
  2455.                    <div class="blog-meta-v9">
  2456.                      <span>By <strong>John Hammond</strong></span>
  2457.                      <span>•</span>
  2458.                      <span>17 Aug 2026</span>
  2459.                    </div>
  2460.                    <p class="blog-excerpt-v9"></p>
  2461.                    <div class="blog-actions-v9">
  2462.                      <a href="/wolverhampton-wanderers-rout-woeful-west-ham-to-claim-opening-premier-league-victory-of-the-season/" class="blog-read-more-v9">Read More →</a>
  2463.                    </div>
  2464.                  </div>
  2465.                </article>
  2466.              </div>
  2467.            
  2468.              <div class="col-md-6 pb-3">
  2469.                <article class="blog-card-v9 h-100">
  2470.                  <div class="blog-image-container-v9">
  2471.                    <div class="blog-image-v9">
  2472.                      
  2473.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2474.                      
  2475.                    </div>
  2476.                  </div>
  2477.                  <div class="blog-content-v9">
  2478.                    <h3 class="blog-title-v9 "><a class="top-color" href="/plug-in-hybrid-cars-emit-almost-as-much-as-petrol-cars-study-reveals/">Plug in Hybrid Cars Emit Almost as Much as Petrol Cars, Study Reveals</a></h3>
  2479.                    <div class="blog-meta-v9">
  2480.                      <span>By <strong>John Hammond</strong></span>
  2481.                      <span>•</span>
  2482.                      <span>16 Aug 2026</span>
  2483.                    </div>
  2484.                    <p class="blog-excerpt-v9"></p>
  2485.                    <div class="blog-actions-v9">
  2486.                      <a href="/plug-in-hybrid-cars-emit-almost-as-much-as-petrol-cars-study-reveals/" class="blog-read-more-v9">Read More →</a>
  2487.                    </div>
  2488.                  </div>
  2489.                </article>
  2490.              </div>
  2491.            
  2492.              <div class="col-md-6 pb-3">
  2493.                <article class="blog-card-v9 h-100">
  2494.                  <div class="blog-image-container-v9">
  2495.                    <div class="blog-image-v9">
  2496.                      
  2497.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2498.                      
  2499.                    </div>
  2500.                  </div>
  2501.                  <div class="blog-content-v9">
  2502.                    <h3 class="blog-title-v9 "><a class="top-color" href="/its-deeply-saddening-the-way-thirty-confined-beluga-whales-are-now-tools-in-dispute-over-inhumane-treatment/">‘It’s deeply saddening’: the way thirty confined beluga whales are now tools in dispute over inhumane treatment.</a></h3>
  2503.                    <div class="blog-meta-v9">
  2504.                      <span>By <strong>John Hammond</strong></span>
  2505.                      <span>•</span>
  2506.                      <span>16 Aug 2026</span>
  2507.                    </div>
  2508.                    <p class="blog-excerpt-v9"></p>
  2509.                    <div class="blog-actions-v9">
  2510.                      <a href="/its-deeply-saddening-the-way-thirty-confined-beluga-whales-are-now-tools-in-dispute-over-inhumane-treatment/" class="blog-read-more-v9">Read More →</a>
  2511.                    </div>
  2512.                  </div>
  2513.                </article>
  2514.              </div>
  2515.            
  2516.              <div class="col-md-6 pb-3">
  2517.                <article class="blog-card-v9 h-100">
  2518.                  <div class="blog-image-container-v9">
  2519.                    <div class="blog-image-v9">
  2520.                      
  2521.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2522.                      
  2523.                    </div>
  2524.                  </div>
  2525.                  <div class="blog-content-v9">
  2526.                    <h3 class="blog-title-v9 "><a class="top-color" href="/major-difficulties-in-tiny-berlin-this-small-hamlet-separated-in-two-by-the-cold-war-period/">Major Difficulties in ‘Tiny Berlin’: This Small Hamlet Separated in Two by the Cold War Period</a></h3>
  2527.                    <div class="blog-meta-v9">
  2528.                      <span>By <strong>John Hammond</strong></span>
  2529.                      <span>•</span>
  2530.                      <span>16 Aug 2026</span>
  2531.                    </div>
  2532.                    <p class="blog-excerpt-v9"></p>
  2533.                    <div class="blog-actions-v9">
  2534.                      <a href="/major-difficulties-in-tiny-berlin-this-small-hamlet-separated-in-two-by-the-cold-war-period/" class="blog-read-more-v9">Read More →</a>
  2535.                    </div>
  2536.                  </div>
  2537.                </article>
  2538.              </div>
  2539.            
  2540.              <div class="col-md-6 pb-3">
  2541.                <article class="blog-card-v9 h-100">
  2542.                  <div class="blog-image-container-v9">
  2543.                    <div class="blog-image-v9">
  2544.                      
  2545.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2546.                      
  2547.                    </div>
  2548.                  </div>
  2549.                  <div class="blog-content-v9">
  2550.                    <h3 class="blog-title-v9 "><a class="top-color" href="/qatars-short-race-and-grand-prix-qualifying-live-coverage/">Qatar&#x27;s Short Race and Grand Prix Qualifying: Live Coverage</a></h3>
  2551.                    <div class="blog-meta-v9">
  2552.                      <span>By <strong>John Hammond</strong></span>
  2553.                      <span>•</span>
  2554.                      <span>16 Aug 2026</span>
  2555.                    </div>
  2556.                    <p class="blog-excerpt-v9"></p>
  2557.                    <div class="blog-actions-v9">
  2558.                      <a href="/qatars-short-race-and-grand-prix-qualifying-live-coverage/" class="blog-read-more-v9">Read More →</a>
  2559.                    </div>
  2560.                  </div>
  2561.                </article>
  2562.              </div>
  2563.            
  2564.              <div class="col-md-6 pb-3">
  2565.                <article class="blog-card-v9 h-100">
  2566.                  <div class="blog-image-container-v9">
  2567.                    <div class="blog-image-v9">
  2568.                      
  2569.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2570.                      
  2571.                    </div>
  2572.                  </div>
  2573.                  <div class="blog-content-v9">
  2574.                    <h3 class="blog-title-v9 "><a class="top-color" href="/rhythm-and-blues-xmas-concert-recap-an-heartfelt-journey-returning-to-the-nineties/">Rhythm and Blues Xmas Concert Recap: An Heartfelt Journey Returning to the Nineties</a></h3>
  2575.                    <div class="blog-meta-v9">
  2576.                      <span>By <strong>John Hammond</strong></span>
  2577.                      <span>•</span>
  2578.                      <span>16 Aug 2026</span>
  2579.                    </div>
  2580.                    <p class="blog-excerpt-v9"></p>
  2581.                    <div class="blog-actions-v9">
  2582.                      <a href="/rhythm-and-blues-xmas-concert-recap-an-heartfelt-journey-returning-to-the-nineties/" class="blog-read-more-v9">Read More →</a>
  2583.                    </div>
  2584.                  </div>
  2585.                </article>
  2586.              </div>
  2587.            
  2588.              <div class="col-md-6 pb-3">
  2589.                <article class="blog-card-v9 h-100">
  2590.                  <div class="blog-image-container-v9">
  2591.                    <div class="blog-image-v9">
  2592.                      
  2593.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2594.                      
  2595.                    </div>
  2596.                  </div>
  2597.                  <div class="blog-content-v9">
  2598.                    <h3 class="blog-title-v9 "><a class="top-color" href="/azzurri-tennis-icon-nicola-pietrangeli-dies-at-92/">Azzurri Tennis Icon Nicola Pietrangeli Dies at 92</a></h3>
  2599.                    <div class="blog-meta-v9">
  2600.                      <span>By <strong>John Hammond</strong></span>
  2601.                      <span>•</span>
  2602.                      <span>16 Aug 2026</span>
  2603.                    </div>
  2604.                    <p class="blog-excerpt-v9"></p>
  2605.                    <div class="blog-actions-v9">
  2606.                      <a href="/azzurri-tennis-icon-nicola-pietrangeli-dies-at-92/" class="blog-read-more-v9">Read More →</a>
  2607.                    </div>
  2608.                  </div>
  2609.                </article>
  2610.              </div>
  2611.            
  2612.              <div class="col-md-6 pb-3">
  2613.                <article class="blog-card-v9 h-100">
  2614.                  <div class="blog-image-container-v9">
  2615.                    <div class="blog-image-v9">
  2616.                      
  2617.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2618.                      
  2619.                    </div>
  2620.                  </div>
  2621.                  <div class="blog-content-v9">
  2622.                    <h3 class="blog-title-v9 "><a class="top-color" href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-seeking-clemency-whistleblower-alleges-to-house-democrats/">Convicted sex trafficker Ghislaine Maxwell Allegedly Seeking Clemency, Whistleblower Alleges to House Democrats</a></h3>
  2623.                    <div class="blog-meta-v9">
  2624.                      <span>By <strong>John Hammond</strong></span>
  2625.                      <span>•</span>
  2626.                      <span>16 Aug 2026</span>
  2627.                    </div>
  2628.                    <p class="blog-excerpt-v9"></p>
  2629.                    <div class="blog-actions-v9">
  2630.                      <a href="/convicted-sex-trafficker-ghislaine-maxwell-allegedly-seeking-clemency-whistleblower-alleges-to-house-democrats/" class="blog-read-more-v9">Read More →</a>
  2631.                    </div>
  2632.                  </div>
  2633.                </article>
  2634.              </div>
  2635.            
  2636.              <div class="col-md-6 pb-3">
  2637.                <article class="blog-card-v9 h-100">
  2638.                  <div class="blog-image-container-v9">
  2639.                    <div class="blog-image-v9">
  2640.                      
  2641.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2642.                      
  2643.                    </div>
  2644.                  </div>
  2645.                  <div class="blog-content-v9">
  2646.                    <h3 class="blog-title-v9 "><a class="top-color" href="/hurricane-the-storm-intensifies-as-it-heads-toward-jamaica/">Hurricane the storm Intensifies As It Heads Toward Jamaica</a></h3>
  2647.                    <div class="blog-meta-v9">
  2648.                      <span>By <strong>John Hammond</strong></span>
  2649.                      <span>•</span>
  2650.                      <span>16 Aug 2026</span>
  2651.                    </div>
  2652.                    <p class="blog-excerpt-v9"></p>
  2653.                    <div class="blog-actions-v9">
  2654.                      <a href="/hurricane-the-storm-intensifies-as-it-heads-toward-jamaica/" class="blog-read-more-v9">Read More →</a>
  2655.                    </div>
  2656.                  </div>
  2657.                </article>
  2658.              </div>
  2659.            
  2660.              <div class="col-md-6 pb-3">
  2661.                <article class="blog-card-v9 h-100">
  2662.                  <div class="blog-image-container-v9">
  2663.                    <div class="blog-image-v9">
  2664.                      
  2665.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2666.                      
  2667.                    </div>
  2668.                  </div>
  2669.                  <div class="blog-content-v9">
  2670.                    <h3 class="blog-title-v9 "><a class="top-color" href="/premier-division-ten-key-points-to-keep-an-eye-on-this-matchday/">Premier division: ten key points to keep an eye on this matchday</a></h3>
  2671.                    <div class="blog-meta-v9">
  2672.                      <span>By <strong>John Hammond</strong></span>
  2673.                      <span>•</span>
  2674.                      <span>15 Aug 2026</span>
  2675.                    </div>
  2676.                    <p class="blog-excerpt-v9"></p>
  2677.                    <div class="blog-actions-v9">
  2678.                      <a href="/premier-division-ten-key-points-to-keep-an-eye-on-this-matchday/" class="blog-read-more-v9">Read More →</a>
  2679.                    </div>
  2680.                  </div>
  2681.                </article>
  2682.              </div>
  2683.            
  2684.            
  2685.  
  2686.          </div>
  2687.        </div>
  2688.  
  2689.       <div class="col col-lg-4 col-12">
  2690.                
  2691.  
  2692.  
  2693.  
  2694.    
  2695.  
  2696.  
  2697. <!-- Blog Sidebar -->
  2698.  
  2699.    <div class="sidebar mb-3">
  2700.        
  2701.        
  2702.        <div class="sidebar-widget mb-4">
  2703.            <div class="widget-title-wrapper mb-3">
  2704.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2705.                    August 2026 Blog Roll
  2706.                    <span class="title-arrow"></span>
  2707.                </h4>
  2708.            </div>
  2709.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2710.                <ul class="list-unstyled scrollable-sidebar">
  2711.                    
  2712.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2713.                        <a href="https://biocamping.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="fw-semibold">casinos novos portugal</span>
  2716.                        </a>
  2717.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2718.                    </li>
  2719.                    
  2720.                </ul>
  2721.            </div>
  2722.        </div>
  2723.        
  2724.        <div class="sidebar-widget mb-4">
  2725.            <div class="widget-title-wrapper mb-3">
  2726.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2727.                    July 2026 Blog Roll
  2728.                    <span class="title-arrow"></span>
  2729.                </h4>
  2730.            </div>
  2731.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2732.                <ul class="list-unstyled scrollable-sidebar">
  2733.                    
  2734.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2735.                        <a href="https://futebol365.pt/casinos-online/bonus-300/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2736.                            <i class="ti-angle-right me-2 text-primary"></i>
  2737.                            <span class="fw-semibold">casino bónus 300€</span>
  2738.                        </a>
  2739.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2740.                    </li>
  2741.                    
  2742.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2743.                        <a href="https://futebol365.pt/casas-apostas/internacionais/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2744.                            <i class="ti-angle-right me-2 text-primary"></i>
  2745.                            <span class="fw-semibold">sites de apostas internacionais</span>
  2746.                        </a>
  2747.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2748.                    </li>
  2749.                    
  2750.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2751.                        <a href="https://futebol365.pt/casas-apostas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2752.                            <i class="ti-angle-right me-2 text-primary"></i>
  2753.                            <span class="fw-semibold">casas de apostas online</span>
  2754.                        </a>
  2755.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2756.                    </li>
  2757.                    
  2758.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2759.                        <a href="https://futebol365.pt/casinos-online/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2760.                            <i class="ti-angle-right me-2 text-primary"></i>
  2761.                            <span class="fw-semibold">melhores casinos online em Portugal</span>
  2762.                        </a>
  2763.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2764.                    </li>
  2765.                    
  2766.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2767.                        <a href="https://futebol365.pt/casinos-online/sem-cadastro/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2768.                            <i class="ti-angle-right me-2 text-primary"></i>
  2769.                            <span class="fw-semibold">casino online sem cadastro</span>
  2770.                        </a>
  2771.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2772.                    </li>
  2773.                    
  2774.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2775.                        <a href="https://futebol365.pt/casinos-online/europeus/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2776.                            <i class="ti-angle-right me-2 text-primary"></i>
  2777.                            <span class="fw-semibold">melhores casinos online da Europa</span>
  2778.                        </a>
  2779.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2780.                    </li>
  2781.                    
  2782.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2783.                        <a href="https://futebol365.pt/casas-apostas/melhores-odds/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2784.                            <i class="ti-angle-right me-2 text-primary"></i>
  2785.                            <span class="fw-semibold">odds altas nas apostas desportivas</span>
  2786.                        </a>
  2787.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2788.                    </li>
  2789.                    
  2790.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2791.                        <a href="https://futebol365.pt/casas-apostas/sem-licenca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2792.                            <i class="ti-angle-right me-2 text-primary"></i>
  2793.                            <span class="fw-semibold">casas de apostas online sem licença</span>
  2794.                        </a>
  2795.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2796.                    </li>
  2797.                    
  2798.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2799.                        <a href="https://futebol365.pt/casinos-online/bonus-casino/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2800.                            <i class="ti-angle-right me-2 text-primary"></i>
  2801.                            <span class="fw-semibold">ofertas de bónus de casino</span>
  2802.                        </a>
  2803.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2804.                    </li>
  2805.                    
  2806.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2807.                        <a href="https://futebol365.pt/casinos-online/sem-licenca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2808.                            <i class="ti-angle-right me-2 text-primary"></i>
  2809.                            <span class="fw-semibold">melhores casinos sem licença</span>
  2810.                        </a>
  2811.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2812.                    </li>
  2813.                    
  2814.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2815.                        <a href="https://futebol365.pt/casinos-online/novos-casinos-legais/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2816.                            <i class="ti-angle-right me-2 text-primary"></i>
  2817.                            <span class="fw-semibold">melhores novos casinos</span>
  2818.                        </a>
  2819.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2820.                    </li>
  2821.                    
  2822.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2823.                        <a href="https://futebol365.pt/casinos-online/bonus-200/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2824.                            <i class="ti-angle-right me-2 text-primary"></i>
  2825.                            <span class="fw-semibold">casinos com bónus de boas-vindas de 200€</span>
  2826.                        </a>
  2827.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2828.                    </li>
  2829.                    
  2830.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2831.                        <a href="https://futebol365.pt/casinos-online/pagamento-rapido/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2832.                            <i class="ti-angle-right me-2 text-primary"></i>
  2833.                            <span class="fw-semibold">casinos de levantamento rápido</span>
  2834.                        </a>
  2835.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2836.                    </li>
  2837.                    
  2838.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2839.                        <a href="https://futebol365.pt/casas-apostas/sem-verificacao/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2840.                            <i class="ti-angle-right me-2 text-primary"></i>
  2841.                            <span class="fw-semibold">casa de apostas sem KYC</span>
  2842.                        </a>
  2843.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2844.                    </li>
  2845.                    
  2846.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2847.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2848.                            <i class="ti-angle-right me-2 text-primary"></i>
  2849.                            <span class="fw-semibold">apostas online em Portugal</span>
  2850.                        </a>
  2851.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2852.                    </li>
  2853.                    
  2854.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2855.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2856.                            <i class="ti-angle-right me-2 text-primary"></i>
  2857.                            <span class="fw-semibold">plataforma de apostas confiável</span>
  2858.                        </a>
  2859.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2860.                    </li>
  2861.                    
  2862.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2863.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2864.                            <i class="ti-angle-right me-2 text-primary"></i>
  2865.                            <span class="fw-semibold">operadores de apostas desportivas em Portugal</span>
  2866.                        </a>
  2867.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2868.                    </li>
  2869.                    
  2870.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2871.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2872.                            <i class="ti-angle-right me-2 text-primary"></i>
  2873.                            <span class="fw-semibold">sites de casino licenciados</span>
  2874.                        </a>
  2875.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2876.                    </li>
  2877.                    
  2878.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2879.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2880.                            <i class="ti-angle-right me-2 text-primary"></i>
  2881.                            <span class="fw-semibold">sites de casino online confiáveis</span>
  2882.                        </a>
  2883.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2884.                    </li>
  2885.                    
  2886.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2887.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2888.                            <i class="ti-angle-right me-2 text-primary"></i>
  2889.                            <span class="fw-semibold">ranking de casinos internacionais</span>
  2890.                        </a>
  2891.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2892.                    </li>
  2893.                    
  2894.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2895.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2896.                            <i class="ti-angle-right me-2 text-primary"></i>
  2897.                            <span class="fw-semibold">plataformas de casino com licença</span>
  2898.                        </a>
  2899.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2900.                    </li>
  2901.                    
  2902.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2903.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2904.                            <i class="ti-angle-right me-2 text-primary"></i>
  2905.                            <span class="fw-semibold">casino online para jogadores portugueses</span>
  2906.                        </a>
  2907.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2908.                    </li>
  2909.                    
  2910.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2911.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2912.                            <i class="ti-angle-right me-2 text-primary"></i>
  2913.                            <span class="fw-semibold">casino digital em Portugal</span>
  2914.                        </a>
  2915.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2916.                    </li>
  2917.                    
  2918.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2919.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2920.                            <i class="ti-angle-right me-2 text-primary"></i>
  2921.                            <span class="fw-semibold">onde jogar casino online em Portugal</span>
  2922.                        </a>
  2923.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2924.                    </li>
  2925.                    
  2926.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2927.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2928.                            <i class="ti-angle-right me-2 text-primary"></i>
  2929.                            <span class="fw-semibold">apostas futebol online</span>
  2930.                        </a>
  2931.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2932.                    </li>
  2933.                    
  2934.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2935.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2936.                            <i class="ti-angle-right me-2 text-primary"></i>
  2937.                            <span class="fw-semibold">apostas desportivas online</span>
  2938.                        </a>
  2939.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2940.                    </li>
  2941.                    
  2942.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2943.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2944.                            <i class="ti-angle-right me-2 text-primary"></i>
  2945.                            <span class="fw-semibold">casas de apostas licenciadas</span>
  2946.                        </a>
  2947.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2948.                    </li>
  2949.                    
  2950.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2951.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2952.                            <i class="ti-angle-right me-2 text-primary"></i>
  2953.                            <span class="fw-semibold">ranking de casinos online</span>
  2954.                        </a>
  2955.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2956.                    </li>
  2957.                    
  2958.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2959.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2960.                            <i class="ti-angle-right me-2 text-primary"></i>
  2961.                            <span class="fw-semibold">casino portugal</span>
  2962.                        </a>
  2963.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2964.                    </li>
  2965.                    
  2966.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2967.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2968.                            <i class="ti-angle-right me-2 text-primary"></i>
  2969.                            <span class="fw-semibold">casino online sem depósito</span>
  2970.                        </a>
  2971.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2972.                    </li>
  2973.                    
  2974.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2975.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="fw-semibold">melhores casinos online</span>
  2978.                        </a>
  2979.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2980.                    </li>
  2981.                    
  2982.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2983.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="fw-semibold">jogar casino online</span>
  2986.                        </a>
  2987.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2988.                    </li>
  2989.                    
  2990.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2991.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2992.                            <i class="ti-angle-right me-2 text-primary"></i>
  2993.                            <span class="fw-semibold">casino online fiável</span>
  2994.                        </a>
  2995.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2996.                    </li>
  2997.                    
  2998.                </ul>
  2999.            </div>
  3000.        </div>
  3001.        
  3002.        <div class="sidebar-widget mb-4">
  3003.            <div class="widget-title-wrapper mb-3">
  3004.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3005.                    June 2026 Blog Roll
  3006.                    <span class="title-arrow"></span>
  3007.                </h4>
  3008.            </div>
  3009.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3010.                <ul class="list-unstyled scrollable-sidebar">
  3011.                    
  3012.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3013.                        <a href="https://jrs.digital/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3014.                            <i class="ti-angle-right me-2 text-primary"></i>
  3015.                            <span class="fw-semibold">cassinos com pagamentos rápidos</span>
  3016.                        </a>
  3017.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3018.                    </li>
  3019.                    
  3020.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3021.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3022.                            <i class="ti-angle-right me-2 text-primary"></i>
  3023.                            <span class="fw-semibold">plataformas de jogo recomendadas</span>
  3024.                        </a>
  3025.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3026.                    </li>
  3027.                    
  3028.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3029.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3030.                            <i class="ti-angle-right me-2 text-primary"></i>
  3031.                            <span class="fw-semibold">sites de apostas confiáveis</span>
  3032.                        </a>
  3033.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3034.                    </li>
  3035.                    
  3036.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3037.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3038.                            <i class="ti-angle-right me-2 text-primary"></i>
  3039.                            <span class="fw-semibold">plataformas de apostas desportivas</span>
  3040.                        </a>
  3041.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3042.                    </li>
  3043.                    
  3044.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3045.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3046.                            <i class="ti-angle-right me-2 text-primary"></i>
  3047.                            <span class="fw-semibold">plataformas de jogo confiáveis</span>
  3048.                        </a>
  3049.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3050.                    </li>
  3051.                    
  3052.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3053.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3054.                            <i class="ti-angle-right me-2 text-primary"></i>
  3055.                            <span class="fw-semibold">opções de jogo online</span>
  3056.                        </a>
  3057.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3058.                    </li>
  3059.                    
  3060.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3061.                        <a href="ttps://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3062.                            <i class="ti-angle-right me-2 text-primary"></i>
  3063.                            <span class="fw-semibold">sites de casino recomendados</span>
  3064.                        </a>
  3065.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3066.                    </li>
  3067.                    
  3068.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3069.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3070.                            <i class="ti-angle-right me-2 text-primary"></i>
  3071.                            <span class="fw-semibold">casino online de confiança</span>
  3072.                        </a>
  3073.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3074.                    </li>
  3075.                    
  3076.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3077.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3078.                            <i class="ti-angle-right me-2 text-primary"></i>
  3079.                            <span class="fw-semibold">operadores de casino online</span>
  3080.                        </a>
  3081.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3082.                    </li>
  3083.                    
  3084.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3085.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3086.                            <i class="ti-angle-right me-2 text-primary"></i>
  3087.                            <span class="fw-semibold">casinos com dinheiro real em Portugal</span>
  3088.                        </a>
  3089.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3090.                    </li>
  3091.                    
  3092.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3093.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3094.                            <i class="ti-angle-right me-2 text-primary"></i>
  3095.                            <span class="fw-semibold">sites de apostas desportivas</span>
  3096.                        </a>
  3097.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3098.                    </li>
  3099.                    
  3100.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3101.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3102.                            <i class="ti-angle-right me-2 text-primary"></i>
  3103.                            <span class="fw-semibold">melhores casas de apostas</span>
  3104.                        </a>
  3105.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3106.                    </li>
  3107.                    
  3108.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3109.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="fw-semibold">sites de apostas desportivas</span>
  3112.                        </a>
  3113.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3114.                    </li>
  3115.                    
  3116.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3117.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="fw-semibold">casinos licenciados em portugal</span>
  3120.                        </a>
  3121.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3122.                    </li>
  3123.                    
  3124.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3125.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3126.                            <i class="ti-angle-right me-2 text-primary"></i>
  3127.                            <span class="fw-semibold">jogar casino online</span>
  3128.                        </a>
  3129.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3130.                    </li>
  3131.                    
  3132.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3133.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3134.                            <i class="ti-angle-right me-2 text-primary"></i>
  3135.                            <span class="fw-semibold">casino online fiável</span>
  3136.                        </a>
  3137.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3138.                    </li>
  3139.                    
  3140.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3141.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3142.                            <i class="ti-angle-right me-2 text-primary"></i>
  3143.                            <span class="fw-semibold">casino online em portugal</span>
  3144.                        </a>
  3145.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3146.                    </li>
  3147.                    
  3148.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3149.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3150.                            <i class="ti-angle-right me-2 text-primary"></i>
  3151.                            <span class="fw-semibold">casino online seguro</span>
  3152.                        </a>
  3153.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3154.                    </li>
  3155.                    
  3156.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3157.                        <a href="https://capitaofausto.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3158.                            <i class="ti-angle-right me-2 text-primary"></i>
  3159.                            <span class="fw-semibold">casino online ganhar dinheiro</span>
  3160.                        </a>
  3161.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3162.                    </li>
  3163.                    
  3164.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3165.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3166.                            <i class="ti-angle-right me-2 text-primary"></i>
  3167.                            <span class="fw-semibold">casas de apostas portugal</span>
  3168.                        </a>
  3169.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3170.                    </li>
  3171.                    
  3172.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3173.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3174.                            <i class="ti-angle-right me-2 text-primary"></i>
  3175.                            <span class="fw-semibold">casino portugal online</span>
  3176.                        </a>
  3177.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3178.                    </li>
  3179.                    
  3180.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3181.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="fw-semibold">casino pt</span>
  3184.                        </a>
  3185.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3186.                    </li>
  3187.                    
  3188.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3189.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3190.                            <i class="ti-angle-right me-2 text-primary"></i>
  3191.                            <span class="fw-semibold">aposta online</span>
  3192.                        </a>
  3193.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3194.                    </li>
  3195.                    
  3196.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3197.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3198.                            <i class="ti-angle-right me-2 text-primary"></i>
  3199.                            <span class="fw-semibold">ranking de casinos online</span>
  3200.                        </a>
  3201.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3202.                    </li>
  3203.                    
  3204.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3205.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3206.                            <i class="ti-angle-right me-2 text-primary"></i>
  3207.                            <span class="fw-semibold">casas de apostas portugal</span>
  3208.                        </a>
  3209.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3210.                    </li>
  3211.                    
  3212.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3213.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3214.                            <i class="ti-angle-right me-2 text-primary"></i>
  3215.                            <span class="fw-semibold">casino portugal online</span>
  3216.                        </a>
  3217.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3218.                    </li>
  3219.                    
  3220.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3221.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3222.                            <i class="ti-angle-right me-2 text-primary"></i>
  3223.                            <span class="fw-semibold">casinos online</span>
  3224.                        </a>
  3225.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3226.                    </li>
  3227.                    
  3228.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3229.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3230.                            <i class="ti-angle-right me-2 text-primary"></i>
  3231.                            <span class="fw-semibold">melhores casinos online</span>
  3232.                        </a>
  3233.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3234.                    </li>
  3235.                    
  3236.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3237.                        <a href="https://www.retornovoluntario.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3238.                            <i class="ti-angle-right me-2 text-primary"></i>
  3239.                            <span class="fw-semibold">casino de portugal</span>
  3240.                        </a>
  3241.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3242.                    </li>
  3243.                    
  3244.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3245.                        <a href="https://99bitcoins.com/br/portugal/casas-apostas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3246.                            <i class="ti-angle-right me-2 text-primary"></i>
  3247.                            <span class="fw-semibold">casas de apostas</span>
  3248.                        </a>
  3249.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3250.                    </li>
  3251.                    
  3252.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3253.                        <a href="https://www.orizontegolf.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3254.                            <i class="ti-angle-right me-2 text-primary"></i>
  3255.                            <span class="fw-semibold">casas de apostas para portugueses</span>
  3256.                        </a>
  3257.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3258.                    </li>
  3259.                    
  3260.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3261.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3262.                            <i class="ti-angle-right me-2 text-primary"></i>
  3263.                            <span class="fw-semibold">casino online para portugueses</span>
  3264.                        </a>
  3265.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3266.                    </li>
  3267.                    
  3268.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3269.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3270.                            <i class="ti-angle-right me-2 text-primary"></i>
  3271.                            <span class="fw-semibold">casinos online</span>
  3272.                        </a>
  3273.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3274.                    </li>
  3275.                    
  3276.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3277.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3278.                            <i class="ti-angle-right me-2 text-primary"></i>
  3279.                            <span class="fw-semibold">casinos de portugal online</span>
  3280.                        </a>
  3281.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3282.                    </li>
  3283.                    
  3284.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3285.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3286.                            <i class="ti-angle-right me-2 text-primary"></i>
  3287.                            <span class="fw-semibold">melhor casino online portugal</span>
  3288.                        </a>
  3289.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3290.                    </li>
  3291.                    
  3292.                </ul>
  3293.            </div>
  3294.        </div>
  3295.        
  3296.        <div class="sidebar-widget mb-4">
  3297.            <div class="widget-title-wrapper mb-3">
  3298.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3299.                    May 2026 Blog Roll
  3300.                    <span class="title-arrow"></span>
  3301.                </h4>
  3302.            </div>
  3303.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3304.                <ul class="list-unstyled scrollable-sidebar">
  3305.                    
  3306.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3307.                        <a href="https://aprendendosempre.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3308.                            <i class="ti-angle-right me-2 text-primary"></i>
  3309.                            <span class="fw-semibold">cassino online brasil</span>
  3310.                        </a>
  3311.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3312.                    </li>
  3313.                    
  3314.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3315.                        <a href="https://www.garotasgeeks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3316.                            <i class="ti-angle-right me-2 text-primary"></i>
  3317.                            <span class="fw-semibold">casas de apostas bet</span>
  3318.                        </a>
  3319.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3320.                    </li>
  3321.                    
  3322.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3323.                        <a href="https://www.lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3324.                            <i class="ti-angle-right me-2 text-primary"></i>
  3325.                            <span class="fw-semibold">melhores casinos online portugal</span>
  3326.                        </a>
  3327.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3328.                    </li>
  3329.                    
  3330.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3331.                        <a href="https://www.paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3332.                            <i class="ti-angle-right me-2 text-primary"></i>
  3333.                            <span class="fw-semibold">novos casinos online portugal</span>
  3334.                        </a>
  3335.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3336.                    </li>
  3337.                    
  3338.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3339.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3340.                            <i class="ti-angle-right me-2 text-primary"></i>
  3341.                            <span class="fw-semibold">melhor casino online portugal</span>
  3342.                        </a>
  3343.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3344.                    </li>
  3345.                    
  3346.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3347.                        <a href="https://www.circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3348.                            <i class="ti-angle-right me-2 text-primary"></i>
  3349.                            <span class="fw-semibold">casinos online</span>
  3350.                        </a>
  3351.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3352.                    </li>
  3353.                    
  3354.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3355.                        <a href="https://www.estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3356.                            <i class="ti-angle-right me-2 text-primary"></i>
  3357.                            <span class="fw-semibold">casino portugal online</span>
  3358.                        </a>
  3359.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3360.                    </li>
  3361.                    
  3362.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3363.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3364.                            <i class="ti-angle-right me-2 text-primary"></i>
  3365.                            <span class="fw-semibold">casino online</span>
  3366.                        </a>
  3367.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3368.                    </li>
  3369.                    
  3370.                </ul>
  3371.            </div>
  3372.        </div>
  3373.        
  3374.        <div class="sidebar-widget mb-4">
  3375.            <div class="widget-title-wrapper mb-3">
  3376.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3377.                    April 2026 Blog Roll
  3378.                    <span class="title-arrow"></span>
  3379.                </h4>
  3380.            </div>
  3381.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3382.                <ul class="list-unstyled scrollable-sidebar">
  3383.                    
  3384.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3385.                        <a href="https://casocriminal.org"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3386.                            <i class="ti-angle-right me-2 text-primary"></i>
  3387.                            <span class="fw-semibold">cassino sem verificação</span>
  3388.                        </a>
  3389.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3390.                    </li>
  3391.                    
  3392.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3393.                        <a href="https://www.cepesp.io"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3394.                            <i class="ti-angle-right me-2 text-primary"></i>
  3395.                            <span class="fw-semibold">cassino online confiável</span>
  3396.                        </a>
  3397.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3398.                    </li>
  3399.                    
  3400.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3401.                        <a href="https://biblioo.info/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3402.                            <i class="ti-angle-right me-2 text-primary"></i>
  3403.                            <span class="fw-semibold">melhores plataformas de cassino online</span>
  3404.                        </a>
  3405.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3406.                    </li>
  3407.                    
  3408.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3409.                        <a href="https://funcab.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3410.                            <i class="ti-angle-right me-2 text-primary"></i>
  3411.                            <span class="fw-semibold">cassinos online</span>
  3412.                        </a>
  3413.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3414.                    </li>
  3415.                    
  3416.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3417.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3418.                            <i class="ti-angle-right me-2 text-primary"></i>
  3419.                            <span class="fw-semibold">casas de apostas portuguesas</span>
  3420.                        </a>
  3421.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3422.                    </li>
  3423.                    
  3424.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3425.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3426.                            <i class="ti-angle-right me-2 text-primary"></i>
  3427.                            <span class="fw-semibold">casino portugal online</span>
  3428.                        </a>
  3429.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3430.                    </li>
  3431.                    
  3432.                </ul>
  3433.            </div>
  3434.        </div>
  3435.        
  3436.        <div class="sidebar-widget mb-4">
  3437.            <div class="widget-title-wrapper mb-3">
  3438.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3439.                    March 2026 Blog Roll
  3440.                    <span class="title-arrow"></span>
  3441.                </h4>
  3442.            </div>
  3443.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3444.                <ul class="list-unstyled scrollable-sidebar">
  3445.                    
  3446.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3447.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3448.                            <i class="ti-angle-right me-2 text-primary"></i>
  3449.                            <span class="fw-semibold">best online casino portugal</span>
  3450.                        </a>
  3451.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3452.                    </li>
  3453.                    
  3454.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3455.                        <a href="https://www.circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3456.                            <i class="ti-angle-right me-2 text-primary"></i>
  3457.                            <span class="fw-semibold">casino online portugal</span>
  3458.                        </a>
  3459.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3460.                    </li>
  3461.                    
  3462.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3463.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3464.                            <i class="ti-angle-right me-2 text-primary"></i>
  3465.                            <span class="fw-semibold">casinos online</span>
  3466.                        </a>
  3467.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3468.                    </li>
  3469.                    
  3470.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3471.                        <a href="https://www.lafrenchradio.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3472.                            <i class="ti-angle-right me-2 text-primary"></i>
  3473.                            <span class="fw-semibold">casino online</span>
  3474.                        </a>
  3475.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3476.                    </li>
  3477.                    
  3478.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3479.                        <a href="https://www.kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3480.                            <i class="ti-angle-right me-2 text-primary"></i>
  3481.                            <span class="fw-semibold">casas de apostas legais</span>
  3482.                        </a>
  3483.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3484.                    </li>
  3485.                    
  3486.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3487.                        <a href="https://www.mausoleodiaugusto.it/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3488.                            <i class="ti-angle-right me-2 text-primary"></i>
  3489.                            <span class="fw-semibold">migliori casino non aams</span>
  3490.                        </a>
  3491.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3492.                    </li>
  3493.                    
  3494.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3495.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3496.                            <i class="ti-angle-right me-2 text-primary"></i>
  3497.                            <span class="fw-semibold">casinos online portugal</span>
  3498.                        </a>
  3499.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3500.                    </li>
  3501.                    
  3502.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3503.                        <a href="https://www.paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3504.                            <i class="ti-angle-right me-2 text-primary"></i>
  3505.                            <span class="fw-semibold">casino online</span>
  3506.                        </a>
  3507.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3508.                    </li>
  3509.                    
  3510.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3511.                        <a href="https://jrs.digital/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3512.                            <i class="ti-angle-right me-2 text-primary"></i>
  3513.                            <span class="fw-semibold">Cassinos Online</span>
  3514.                        </a>
  3515.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3516.                    </li>
  3517.                    
  3518.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3519.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3520.                            <i class="ti-angle-right me-2 text-primary"></i>
  3521.                            <span class="fw-semibold">jogos casino online</span>
  3522.                        </a>
  3523.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3524.                    </li>
  3525.                    
  3526.                </ul>
  3527.            </div>
  3528.        </div>
  3529.        
  3530.        <div class="sidebar-widget mb-4">
  3531.            <div class="widget-title-wrapper mb-3">
  3532.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3533.                    February 2026 Blog Roll
  3534.                    <span class="title-arrow"></span>
  3535.                </h4>
  3536.            </div>
  3537.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3538.                <ul class="list-unstyled scrollable-sidebar">
  3539.                    
  3540.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3541.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3542.                            <i class="ti-angle-right me-2 text-primary"></i>
  3543.                            <span class="fw-semibold">social casino</span>
  3544.                        </a>
  3545.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3546.                    </li>
  3547.                    
  3548.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3549.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3550.                            <i class="ti-angle-right me-2 text-primary"></i>
  3551.                            <span class="fw-semibold">casino online</span>
  3552.                        </a>
  3553.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3554.                    </li>
  3555.                    
  3556.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3557.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3558.                            <i class="ti-angle-right me-2 text-primary"></i>
  3559.                            <span class="fw-semibold">casas de apostas</span>
  3560.                        </a>
  3561.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3562.                    </li>
  3563.                    
  3564.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3565.                        <a href="https://www.retornovoluntario.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3566.                            <i class="ti-angle-right me-2 text-primary"></i>
  3567.                            <span class="fw-semibold">cassinos online</span>
  3568.                        </a>
  3569.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3570.                    </li>
  3571.                    
  3572.                </ul>
  3573.            </div>
  3574.        </div>
  3575.        
  3576.        <div class="sidebar-widget mb-4">
  3577.            <div class="widget-title-wrapper mb-3">
  3578.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3579.                    January 2026 Blog Roll
  3580.                    <span class="title-arrow"></span>
  3581.                </h4>
  3582.            </div>
  3583.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3584.                <ul class="list-unstyled scrollable-sidebar">
  3585.                    
  3586.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3587.                        <a href="https://metody-platnosci.pl/kasyno-online-blik/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3588.                            <i class="ti-angle-right me-2 text-primary"></i>
  3589.                            <span class="fw-semibold">kasyno blik</span>
  3590.                        </a>
  3591.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3592.                    </li>
  3593.                    
  3594.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3595.                        <a href="https://larocca.cl"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3596.                            <i class="ti-angle-right me-2 text-primary"></i>
  3597.                            <span class="fw-semibold">mejor casino online chile</span>
  3598.                        </a>
  3599.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3600.                    </li>
  3601.                    
  3602.                </ul>
  3603.            </div>
  3604.        </div>
  3605.        
  3606.  
  3607.        <!-- Recent Posts Section -->
  3608.        <div class="sidebar-widget mb-3">
  3609.            <div class="widget-title-wrapper mb-3">
  3610.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3611.                    Recent Posts
  3612.                    <span class="title-arrow"></span>
  3613.                </h4>
  3614.            </div>
  3615.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3616.                <div class="recent-post-list">
  3617.                    
  3618.                    
  3619.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3620.                        <div class="post-image me-3 flex-shrink-0">
  3621.                            
  3622.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3623.                            
  3624.                        </div>
  3625.                        <div class="post-content flex-grow-1">
  3626.                            <h6 class="post-title mb-1">
  3627.                                 <a href="/the-new-mayor-vows-a-fresh-chapter-for-the-big-apple-in-first-speech/" class="text-decoration-none top-color fw-semibold">
  3628.                                    The New Mayor Vows a &#x27;Fresh Chapter&#x27; for The Big Apple in First Speech
  3629.                                </a>
  3630.                            </h6>
  3631.                            <div class="post-meta">
  3632.                                <small class="text-muted">
  3633.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3634.                                </small>
  3635.                                <!-- <small class="text-muted ms-2">
  3636.                                    <i class="ti-eye me-1"></i>234 views
  3637.                                </small> -->
  3638.                            </div>
  3639.                        </div>
  3640.                    </div>
  3641.                    
  3642.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3643.                        <div class="post-image me-3 flex-shrink-0">
  3644.                            
  3645.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3646.                            
  3647.                        </div>
  3648.                        <div class="post-content flex-grow-1">
  3649.                            <h6 class="post-title mb-1">
  3650.                                 <a href="/a-rising-wealth-poverty-gap-the-way-affluence-and-hardship-now-sit-side-by-side-in-england/" class="text-decoration-none top-color fw-semibold">
  3651.                                    A Rising ‘Wealth-Poverty Gap’: The Way Affluence and Hardship Now Sit Side by Side in England.
  3652.                                </a>
  3653.                            </h6>
  3654.                            <div class="post-meta">
  3655.                                <small class="text-muted">
  3656.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3657.                                </small>
  3658.                                <!-- <small class="text-muted ms-2">
  3659.                                    <i class="ti-eye me-1"></i>234 views
  3660.                                </small> -->
  3661.                            </div>
  3662.                        </div>
  3663.                    </div>
  3664.                    
  3665.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3666.                        <div class="post-image me-3 flex-shrink-0">
  3667.                            
  3668.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3669.                            
  3670.                        </div>
  3671.                        <div class="post-content flex-grow-1">
  3672.                            <h6 class="post-title mb-1">
  3673.                                 <a href="/some-within-labour-seek-starmer-gone-he-assures-interviewers-hell-endure-and-britains-economy-is-set-to-get-better/" class="text-decoration-none top-color fw-semibold">
  3674.                                    Some within Labour Seek Starmer Gone. He Assures Interviewers He&#x27;ll Endure – and Britain&#x27;s Economy Is Set to Get Better.
  3675.                                </a>
  3676.                            </h6>
  3677.                            <div class="post-meta">
  3678.                                <small class="text-muted">
  3679.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3680.                                </small>
  3681.                                <!-- <small class="text-muted ms-2">
  3682.                                    <i class="ti-eye me-1"></i>234 views
  3683.                                </small> -->
  3684.                            </div>
  3685.                        </div>
  3686.                    </div>
  3687.                    
  3688.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3689.                        <div class="post-image me-3 flex-shrink-0">
  3690.                            
  3691.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3692.                            
  3693.                        </div>
  3694.                        <div class="post-content flex-grow-1">
  3695.                            <h6 class="post-title mb-1">
  3696.                                 <a href="/appeals-for-renewed-promptness-in-global-warming-negotiations-as-analyses-show-planetary-heating-might-hit-25c/" class="text-decoration-none top-color fw-semibold">
  3697.                                    Appeals for Renewed Promptness in Global Warming Negotiations as Analyses Show Planetary Heating Might Hit 2.5C
  3698.                                </a>
  3699.                            </h6>
  3700.                            <div class="post-meta">
  3701.                                <small class="text-muted">
  3702.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3703.                                </small>
  3704.                                <!-- <small class="text-muted ms-2">
  3705.                                    <i class="ti-eye me-1"></i>234 views
  3706.                                </small> -->
  3707.                            </div>
  3708.                        </div>
  3709.                    </div>
  3710.                    
  3711.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3712.                        <div class="post-image me-3 flex-shrink-0">
  3713.                            
  3714.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3715.                            
  3716.                        </div>
  3717.                        <div class="post-content flex-grow-1">
  3718.                            <h6 class="post-title mb-1">
  3719.                                 <a href="/every-cook-must-train-here-unassuming-turkish-dining-spot-secures-4th-on-ranking-of-londons-best-restaurants/" class="text-decoration-none top-color fw-semibold">
  3720.                                    ‘Every Cook Must Train Here’: Unassuming Turkish Dining Spot Secures 4th on Ranking of London’s Best Restaurants.
  3721.                                </a>
  3722.                            </h6>
  3723.                            <div class="post-meta">
  3724.                                <small class="text-muted">
  3725.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3726.                                </small>
  3727.                                <!-- <small class="text-muted ms-2">
  3728.                                    <i class="ti-eye me-1"></i>234 views
  3729.                                </small> -->
  3730.                            </div>
  3731.                        </div>
  3732.                    </div>
  3733.                    
  3734.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3735.                        <div class="post-image me-3 flex-shrink-0">
  3736.                            
  3737.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3738.                            
  3739.                        </div>
  3740.                        <div class="post-content flex-grow-1">
  3741.                            <h6 class="post-title mb-1">
  3742.                                 <a href="/the-way-secret-recording-revealed-a-multi-million-pound-timeshare-scheme/" class="text-decoration-none top-color fw-semibold">
  3743.                                    The Way Secret Recording Revealed a Multi-Million Pound Timeshare Scheme
  3744.                                </a>
  3745.                            </h6>
  3746.                            <div class="post-meta">
  3747.                                <small class="text-muted">
  3748.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  3749.                                </small>
  3750.                                <!-- <small class="text-muted ms-2">
  3751.                                    <i class="ti-eye me-1"></i>234 views
  3752.                                </small> -->
  3753.                            </div>
  3754.                        </div>
  3755.                    </div>
  3756.                    
  3757.  
  3758.                </div>
  3759.            </div>
  3760.        </div>
  3761.  
  3762.    </div>
  3763.  
  3764.  
  3765. <!-- Sidebar Styles -->
  3766. <style>
  3767.    .sidebar-widget {
  3768.        position: relative;
  3769.    }
  3770.    
  3771.    .widget-title {
  3772.        font-size: 1.1rem;
  3773.        font-weight: 700;
  3774.        display: inline-block;
  3775.        position: relative;
  3776.        z-index: 2;
  3777.        border-radius: 0;
  3778.    }
  3779.    
  3780.    .title-arrow::after {
  3781.        content: '';
  3782.        position: absolute;
  3783.        top: 0;
  3784.        right: -20px;
  3785.        width: 0;
  3786.        height: 0;
  3787.        border-left: 20px solid var(--bs-primary);
  3788.        border-top: 20px solid transparent;
  3789.        border-bottom: 20px solid transparent;
  3790.        z-index: 1;
  3791.    }
  3792.    
  3793.    .widget-content {
  3794.        margin-top: -1px;
  3795.        position: relative;
  3796.        z-index: 1;
  3797.         background-color: var(--card-bg);
  3798.    }
  3799.    
  3800.    .recent-post-item:hover .post-title1 a {
  3801.        color: #dc3545 !important;
  3802.        transition: color 0.3s ease;
  3803.    }
  3804.    
  3805.    .recent-post-item .post-image img {
  3806.        transition: transform 0.3s ease;
  3807.    }
  3808.    
  3809.    .recent-post-item:hover .post-image img {
  3810.        transform: scale(1.05);
  3811.    }
  3812.    
  3813.    .btn:hover {
  3814.        transform: translateY(-1px);
  3815.        transition: all 0.3s ease;
  3816.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3817.    }
  3818.    
  3819.    @media (max-width: 991px) {
  3820.        .sidebar {
  3821.            margin-top: 3rem;
  3822.        }
  3823.    }
  3824.    
  3825.    @media (max-width: 576px) {
  3826.        .widget-title {
  3827.            font-size: 1rem;
  3828.            padding: 0.75rem 1rem !important;
  3829.        }
  3830.        
  3831.        .title-arrow::after {
  3832.            right: -15px;
  3833.            border-left: 15px solid var(--bs-primary);
  3834.            border-top: 15px solid transparent;
  3835.            border-bottom: 15px solid transparent;
  3836.        }
  3837.        
  3838.        .post-image {
  3839.            display: none !important;
  3840.        }
  3841.    }
  3842. </style>
  3843.    
  3844.            </div>
  3845.      </div>
  3846.    </div>
  3847.  </section>
  3848.  
  3849.  <script>
  3850.    // Intersection Observer for Fade-in Effect
  3851.    document.addEventListener('DOMContentLoaded', function () {
  3852.      const observerOptions = {
  3853.        threshold: 0.2,
  3854.        rootMargin: '0px 0px -50px 0px'
  3855.      }
  3856.    
  3857.      const observer = new IntersectionObserver(function (entries, observer) {
  3858.        entries.forEach((entry) => {
  3859.          if (entry.isIntersecting) {
  3860.            entry.target.classList.add('fade-in')
  3861.            observer.unobserve(entry.target)
  3862.          }
  3863.        })
  3864.      }, observerOptions)
  3865.    
  3866.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3867.        observer.observe(card)
  3868.      })
  3869.    })
  3870.  </script>
  3871.  
  3872.  
  3873.    
  3874.        
  3875.        <!-- end wpo-blog-highlights-section -->
  3876.        <!-- start wpo-blog-sponsored-section -->
  3877.        
  3878.  
  3879.  
  3880.  
  3881.    
  3882.  
  3883.  
  3884.  
  3885. <style>
  3886.    .sponsored-section-v2 {
  3887.        padding: 0 0 60px;
  3888.    }
  3889.    
  3890.    .sponsored-card-v2 {
  3891.        background: var(--body-bg);
  3892.        border-radius: 12px;
  3893.        overflow: hidden;
  3894.        transition: all 0.3s ease;
  3895.        border: none;
  3896.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3897.        height: 100%;
  3898.    }
  3899.    
  3900.    .sponsored-card-v2:hover {
  3901.        transform: translateY(-4px);
  3902.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3903.    }
  3904.    
  3905.    .sponsored-image-v2 {
  3906.        position: relative;
  3907.        overflow: hidden;
  3908.        height: 180px;
  3909.    }
  3910.    
  3911.    .sponsored-image-v2 img {
  3912.        width: 100%;
  3913.        height: 100%;
  3914.        object-fit: cover;
  3915.        transition: transform 0.3s ease;
  3916.    }
  3917.    
  3918.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3919.        transform: scale(1.05);
  3920.    }
  3921.    
  3922.    .sponsored-badge-v2 {
  3923.        position: absolute;
  3924.        top: 12px;
  3925.        left: 12px;
  3926.        padding: 6px 12px;
  3927.        border-radius: 15px;
  3928.        font-size: 10px;
  3929.        font-weight: 600;
  3930.        text-transform: uppercase;
  3931.        letter-spacing: 0.5px;
  3932.        color: white;
  3933.    }
  3934.    
  3935.    .sponsored-content-v2 {
  3936.        padding: 20px;
  3937.    }
  3938.    
  3939.    .sponsored-title-v2 {
  3940.        font-size: 16px;
  3941.        font-weight: 600;
  3942.        line-height: 1.4;
  3943.        margin-bottom: 15px;
  3944.        min-height: 44px;
  3945.    }
  3946.    
  3947.    .sponsored-title-v2 a {
  3948.        text-decoration: none;
  3949.        transition: color 0.3s ease;
  3950.    }
  3951.    
  3952.    .sponsored-meta-v2 {
  3953.        display: flex;
  3954.        align-items: center;
  3955.        gap: 10px;
  3956.        font-size: 12px;
  3957.    }
  3958.    
  3959.    .sponsored-author-img-v2 {
  3960.        width: 28px;
  3961.        height: 28px;
  3962.        border-radius: 50%;
  3963.        object-fit: cover;
  3964.    }
  3965.    
  3966.    .section-title-sponsored-v2 {
  3967.        font-size: 2.5rem;
  3968.        font-weight: 700;
  3969.        text-align: center;
  3970.        margin-bottom: 20px;
  3971.        text-transform: capitalize;
  3972.    }
  3973.  
  3974.    @media (max-width: 768px) {
  3975.        .sponsored-section-v2 {
  3976.            padding: 0px 0 40px;
  3977.        }
  3978.        .section-title-sponsored-v2 {
  3979.            font-size: 2rem;
  3980.        }
  3981.        .sponsored-content-v2 {
  3982.            padding: 16px;
  3983.        }
  3984.    }
  3985. </style>
  3986.  
  3987. <section class="sponsored-section-v2">
  3988.    <div class="container-fluid fluid-container">
  3989.        <div class="row">
  3990.            <div class="col-12">
  3991.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3992.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3993.            </div>
  3994.        </div>
  3995.        
  3996.        <div class="row g-4">
  3997.            
  3998.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3999.                <div class="card sponsored-card-v2">
  4000.                    <div class="sponsored-image-v2">
  4001.                        
  4002.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4003.                        
  4004.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4005.                    </div>
  4006.                    <div class="sponsored-content-v2">
  4007.                        <h3 class="sponsored-title-v2">
  4008.                            <a href="/the-new-mayor-vows-a-fresh-chapter-for-the-big-apple-in-first-speech/" class="top-color">
  4009.                            The New Mayor Vows a &#x27;Fresh Chapter&#x27; for The Big Apple in First Speech
  4010.                            </a>
  4011.                        </h3>
  4012.                        <div class="sponsored-meta-v2">
  4013.                            
  4014.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4015.                            
  4016.                            <span class="top-color">By John Hammond</span>
  4017.                            <span class="top-color">•</span>
  4018.                            <span class="top-color">15 Aug 2026</span>
  4019.                        </div>
  4020.                    </div>
  4021.                </div>
  4022.            </div>
  4023.            
  4024.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4025.                <div class="card sponsored-card-v2">
  4026.                    <div class="sponsored-image-v2">
  4027.                        
  4028.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4029.                        
  4030.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4031.                    </div>
  4032.                    <div class="sponsored-content-v2">
  4033.                        <h3 class="sponsored-title-v2">
  4034.                            <a href="/a-rising-wealth-poverty-gap-the-way-affluence-and-hardship-now-sit-side-by-side-in-england/" class="top-color">
  4035.                            A Rising ‘Wealth-Poverty Gap’: The Way Affluence and Hardship Now Sit Side by Side in England.
  4036.                            </a>
  4037.                        </h3>
  4038.                        <div class="sponsored-meta-v2">
  4039.                            
  4040.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4041.                            
  4042.                            <span class="top-color">By John Hammond</span>
  4043.                            <span class="top-color">•</span>
  4044.                            <span class="top-color">15 Aug 2026</span>
  4045.                        </div>
  4046.                    </div>
  4047.                </div>
  4048.            </div>
  4049.            
  4050.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4051.                <div class="card sponsored-card-v2">
  4052.                    <div class="sponsored-image-v2">
  4053.                        
  4054.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4055.                        
  4056.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4057.                    </div>
  4058.                    <div class="sponsored-content-v2">
  4059.                        <h3 class="sponsored-title-v2">
  4060.                            <a href="/some-within-labour-seek-starmer-gone-he-assures-interviewers-hell-endure-and-britains-economy-is-set-to-get-better/" class="top-color">
  4061.                            Some within Labour Seek Starmer Gone. He Assures Interviewers He&#x27;ll Endure – and Britain&#x27;s Economy Is Set to Get Better.
  4062.                            </a>
  4063.                        </h3>
  4064.                        <div class="sponsored-meta-v2">
  4065.                            
  4066.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4067.                            
  4068.                            <span class="top-color">By John Hammond</span>
  4069.                            <span class="top-color">•</span>
  4070.                            <span class="top-color">15 Aug 2026</span>
  4071.                        </div>
  4072.                    </div>
  4073.                </div>
  4074.            </div>
  4075.            
  4076.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4077.                <div class="card sponsored-card-v2">
  4078.                    <div class="sponsored-image-v2">
  4079.                        
  4080.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4081.                        
  4082.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4083.                    </div>
  4084.                    <div class="sponsored-content-v2">
  4085.                        <h3 class="sponsored-title-v2">
  4086.                            <a href="/appeals-for-renewed-promptness-in-global-warming-negotiations-as-analyses-show-planetary-heating-might-hit-25c/" class="top-color">
  4087.                            Appeals for Renewed Promptness in Global Warming Negotiations as Analyses Show Planetary Heating Might Hit 2.5C
  4088.                            </a>
  4089.                        </h3>
  4090.                        <div class="sponsored-meta-v2">
  4091.                            
  4092.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4093.                            
  4094.                            <span class="top-color">By John Hammond</span>
  4095.                            <span class="top-color">•</span>
  4096.                            <span class="top-color">15 Aug 2026</span>
  4097.                        </div>
  4098.                    </div>
  4099.                </div>
  4100.            </div>
  4101.            
  4102.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4103.                <div class="card sponsored-card-v2">
  4104.                    <div class="sponsored-image-v2">
  4105.                        
  4106.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4107.                        
  4108.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4109.                    </div>
  4110.                    <div class="sponsored-content-v2">
  4111.                        <h3 class="sponsored-title-v2">
  4112.                            <a href="/every-cook-must-train-here-unassuming-turkish-dining-spot-secures-4th-on-ranking-of-londons-best-restaurants/" class="top-color">
  4113.                            ‘Every Cook Must Train Here’: Unassuming Turkish Dining Spot Secures 4th on Ranking of London’s Best Restaurants.
  4114.                            </a>
  4115.                        </h3>
  4116.                        <div class="sponsored-meta-v2">
  4117.                            
  4118.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4119.                            
  4120.                            <span class="top-color">By John Hammond</span>
  4121.                            <span class="top-color">•</span>
  4122.                            <span class="top-color">15 Aug 2026</span>
  4123.                        </div>
  4124.                    </div>
  4125.                </div>
  4126.            </div>
  4127.            
  4128.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4129.                <div class="card sponsored-card-v2">
  4130.                    <div class="sponsored-image-v2">
  4131.                        
  4132.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4133.                        
  4134.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4135.                    </div>
  4136.                    <div class="sponsored-content-v2">
  4137.                        <h3 class="sponsored-title-v2">
  4138.                            <a href="/the-way-secret-recording-revealed-a-multi-million-pound-timeshare-scheme/" class="top-color">
  4139.                            The Way Secret Recording Revealed a Multi-Million Pound Timeshare Scheme
  4140.                            </a>
  4141.                        </h3>
  4142.                        <div class="sponsored-meta-v2">
  4143.                            
  4144.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/464d6e13-7e90-40fc-9a6b-0d57b22cebf1_profile.png" alt="John Hammond" style="object-fit: cover;" class="sponsored-author-img-v2">
  4145.                            
  4146.                            <span class="top-color">By John Hammond</span>
  4147.                            <span class="top-color">•</span>
  4148.                            <span class="top-color">15 Aug 2026</span>
  4149.                        </div>
  4150.                    </div>
  4151.                </div>
  4152.            </div>
  4153.            
  4154.        </div>
  4155.    </div>
  4156. </section>
  4157.  
  4158.  
  4159.    
  4160.        <!-- end wpo-blog-sponsored-section -->
  4161.        <!-- start wpo-subscribe-section -->
  4162.        
  4163.        <!-- end subscribe-section -->
  4164.        <!-- start of wpo-site-footer-section -->
  4165.        
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171.  
  4172. <footer class="wpo-site-footer-v2 ">
  4173.    
  4174.    <!-- Main Footer Content -->
  4175.    <div class="container-fluid fluid-container">
  4176.        
  4177.        <!-- Step 1: Brand Section -->
  4178.        <div class="footer-brand-section">
  4179.            <div class="row justify-content-center">
  4180.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4181.                    <div class="brand-wrapper">
  4182.                        
  4183.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/92bf6577-4f26-4301-a425-5cdc170e43f2_logo.png" alt="ConsoleDouble" class="footer-logo mb-3" loading="lazy">
  4184.                        
  4185.                        <h2 class="brand-title">ConsoleDouble</h2>
  4186.                        <p class="brand-description">ConsoleDouble offers the latest gaming news, in-depth reviews, and expert insights for all major consoles. Stay updated with trends and tips for gamers.</p>
  4187.                        
  4188.                    </div>
  4189.                </div>
  4190.            </div>
  4191.        </div>
  4192.  
  4193.        <!-- Step 2: Content Columns with Separators -->
  4194.        <div class="footer-content-section">
  4195.            <div class="content-divider"></div>
  4196.            
  4197.            <div class="row">
  4198.                
  4199.                <!-- Column 1: Important Links -->
  4200.                <div class="col-lg-6 col-md-6 col-12">
  4201.                    <div class="footer-column">
  4202.                        <div class="column-header">
  4203.                            <span class="column-number bg-primary-gradient">01</span>
  4204.                            <h6 class="column-title">Important Pages</h6>
  4205.                        </div>
  4206.                        <div class="column-content">
  4207.                            <ul class="footer-links">
  4208.                                
  4209.                                <li>
  4210.                                    <a href="/amazing-30-map-making-software-bundle-represents-a-online-gaming-game-masters-fantasy/" class="footer-link">
  4211.                                        Amazing $30 Map-Making Software Bundle Represents a Online Gaming Game Master&#x27;s Fantasy
  4212.                                    </a>
  4213.                                </li>
  4214.                                
  4215.                                <li>
  4216.                                    <a href="/cyril-ramaphosa-concludes-g20-summit-amid-us-boycott-and-transition-controversy/" class="footer-link">
  4217.                                        Cyril Ramaphosa Concludes G20 Summit Amid US Boycott and Transition Controversy
  4218.                                    </a>
  4219.                                </li>
  4220.                                
  4221.                                <li>
  4222.                                    <a href="/the-australian-team-sets-a-new-benchmark-as-healy-has-one-peak-left-to-climb/" class="footer-link">
  4223.                                        The Australian Team Sets a New Benchmark as Healy Has One Peak Left to Climb.
  4224.                                    </a>
  4225.                                </li>
  4226.                                
  4227.                                <li>
  4228.                                    <a href="/woman-escapes-law-enforcement-following-high-speed-chase-from-southern-california-into-mexican-territory/" class="footer-link">
  4229.                                        Woman Escapes Law Enforcement Following High-Speed Chase from Southern California into Mexican Territory
  4230.                                    </a>
  4231.                                </li>
  4232.                                
  4233.                                <li>
  4234.                                    <a href="/uk-and-ireland-cinema-takings-hit-a-post-covid-high-as-a-minecraft-movie-leads-the-years-charts/" class="footer-link">
  4235.                                        UK and Ireland Cinema Takings Hit a Post-Covid High as A Minecraft Movie Leads the Year&#x27;s Charts
  4236.                                    </a>
  4237.                                </li>
  4238.                                
  4239.                                <li>
  4240.                                    <a href="/calamity-hits-as-four-lose-lives-during-memorial-for-kenyas-opposition-leader-raila-odinga/" class="footer-link">
  4241.                                        Calamity Hits as Four Lose Lives During Memorial for Kenya&#x27;s Opposition Leader Raila Odinga
  4242.                                    </a>
  4243.                                </li>
  4244.                                
  4245.                            </ul>
  4246.                        </div>
  4247.                    </div>
  4248.                </div>
  4249.  
  4250.                <!-- Column 2: External Links -->
  4251.                 <div class="col-lg-6 col-md-6 col-12">
  4252.                    <div class="footer-column">
  4253.                        <div class="column-header">
  4254.                            <span class="column-number bg-primary-gradient">02</span>
  4255.                            <h6 class="column-title">External Resources</h6>
  4256.                        </div>
  4257.                       <div class="column-content">
  4258.    <ul class="footer-links" id="footerLinks">
  4259.        
  4260.        
  4261.  
  4262.        
  4263.        
  4264.        
  4265.        
  4266.    </ul>
  4267. </div>
  4268.  
  4269.                    </div>
  4270.                </div>
  4271.  
  4272.                <!-- Column 3: Categories -->
  4273.                <div class="col-lg-6 col-md-6 col-12">
  4274.                    <div class="footer-column">
  4275.                        <div class="column-header">
  4276.                            <span class="column-number bg-primary-gradient">02</span>
  4277.                            <h6 class="column-title">Categories</h6>
  4278.                        </div>
  4279.                        <div class="column-content">
  4280.                            <ul class="footer-links">
  4281.                                
  4282.                                <li>
  4283.                                    <a href="/category/all-posts/" class="footer-link">
  4284.                                        All Posts
  4285.                                    </a>
  4286.                                </li>
  4287.                                
  4288.                                <li>
  4289.                                    <a href="/category/business/" class="footer-link">
  4290.                                        Business
  4291.                                    </a>
  4292.                                </li>
  4293.                                
  4294.                                <li>
  4295.                                    <a href="/category/esports/" class="footer-link">
  4296.                                        Esports
  4297.                                    </a>
  4298.                                </li>
  4299.                                
  4300.                                <li>
  4301.                                    <a href="/category/fashion/" class="footer-link">
  4302.                                        Fashion
  4303.                                    </a>
  4304.                                </li>
  4305.                                
  4306.                                <li>
  4307.                                    <a href="/category/featured/" class="footer-link">
  4308.                                        Featured
  4309.                                    </a>
  4310.                                </li>
  4311.                                
  4312.                                <li>
  4313.                                    <a href="/category/gaming/" class="footer-link">
  4314.                                        Gaming
  4315.                                    </a>
  4316.                                </li>
  4317.                                
  4318.                            </ul>
  4319.                        </div>
  4320.                    </div>
  4321.                </div>
  4322.  
  4323.            </div>
  4324.        </div>
  4325.  
  4326.        <!-- Step 3: Footer Bottom -->
  4327.        <div class="footer-bottom-section">
  4328.            <div class="bottom-divider"></div>
  4329.            <div class="d-flex justify-content-between flex-wrap">
  4330.                <div class="">
  4331.                    <p class="copyright-text">
  4332.                        &copy; 2026 <strong>ConsoleDouble</strong> • All rights reserved
  4333.                    </p>
  4334.                </div>
  4335.                <div class="">
  4336.                    <nav class="footer-nav">
  4337.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4338.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4339.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4340.                    </nav>
  4341.                </div>
  4342.            </div>
  4343.        </div>
  4344.  
  4345.    </div>
  4346.  
  4347.    <!-- Background Elements -->
  4348.    <div class="footer-bg-elements">
  4349.        <div class="bg-circle circle-1"></div>
  4350.        <div class="bg-circle circle-2"></div>
  4351.        <div class="bg-line line-1"></div>
  4352.        <div class="bg-line line-2"></div>
  4353.    </div>
  4354.  
  4355. </footer>
  4356.  
  4357. <style>
  4358. /* Footer V2 - Clean Blog Design */
  4359. .wpo-site-footer-v2 {
  4360.    color: var(--footer-color);
  4361.    background-color: var(--card-bg);
  4362.    margin-top: 100px;
  4363. }
  4364.  
  4365.  
  4366.  
  4367. /* Step 2: Brand Section */
  4368. .footer-brand-section {
  4369.    position: relative;
  4370.    z-index: 2;
  4371.    padding: 120px 0 60px;
  4372. }
  4373.  
  4374. .brand-wrapper {
  4375.    max-width: 600px;
  4376.    margin: 0 auto;
  4377. }
  4378.  
  4379. .footer-logo {
  4380.    max-height: 60px;
  4381.    width: auto;
  4382.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4383. }
  4384.  
  4385. .brand-title {
  4386.    font-size: 2.2rem;
  4387.    font-weight: 800;
  4388.    color: var(--footer-color);
  4389.    margin-bottom: 1rem;
  4390.    letter-spacing: -0.02em;
  4391. }
  4392.  
  4393. .brand-description {
  4394.    font-size: 1.1rem;
  4395.    color: var(--footer-color);
  4396.    line-height: 1.6;
  4397.    opacity: .7;
  4398.    margin-bottom: 0;
  4399. }
  4400.  
  4401. /* Step 3: Content Section */
  4402. .footer-content-section {
  4403.    position: relative;
  4404.    z-index: 2;
  4405.    padding: 60px 0;
  4406. }
  4407.  
  4408.  
  4409. .footer-column {
  4410.    margin-bottom: 40px;
  4411.    padding: 0 20px;
  4412. }
  4413.  
  4414. .column-header {
  4415.    display: flex;
  4416.    align-items: center;
  4417.    margin-bottom: 25px;
  4418.    padding-bottom: 15px;
  4419.    border-bottom: 2px solid var(--border-color);
  4420. }
  4421.  
  4422. .column-number {
  4423.    width: 35px;
  4424.    height: 35px;
  4425.    border-radius: 10px;
  4426.    display: flex;
  4427.    align-items: center;
  4428.    justify-content: center;
  4429.    font-weight: 700;
  4430.    font-size: 0.9rem;
  4431.    margin-right: 15px;
  4432. }
  4433.  
  4434. .column-title {
  4435.    font-size: 1.1rem;
  4436.    font-weight: 700;
  4437.    color: var(--footer-color) !important;
  4438.    margin: 0;
  4439. }
  4440.  
  4441. .column-content {
  4442.    padding-left: 50px;
  4443. }
  4444.  
  4445. /* Footer Links */
  4446. .footer-links {
  4447.    list-style: none;
  4448.    padding: 0;
  4449.    margin: 0;
  4450. }
  4451.  
  4452. .footer-links li {
  4453.    margin-bottom: 12px;
  4454.    position: relative;
  4455. }
  4456.  
  4457. .footer-link {
  4458.    color: var(--footer-color) !important;
  4459.    text-decoration: none;
  4460.    font-size: 0.95rem;
  4461.    line-height: 1.5;
  4462.    transition: all 0.8s ease;
  4463.    position: relative;
  4464.    display: inline-flex;
  4465.    align-items: center;
  4466. }
  4467.  
  4468. .footer-link:hover {
  4469.    color: var(--bs-primary);
  4470.    padding-left: 8px;
  4471. }
  4472.  
  4473. .footer-link::before {
  4474.    content: '';
  4475.    position: absolute;
  4476.    left: -15px;
  4477.    top: 50%;
  4478.    transform: translateY(-50%);
  4479.    width: 4px;
  4480.    height: 4px;
  4481.    background: var(--bs-primary);
  4482.    border-radius: 50%;
  4483.    opacity: 0;
  4484.    transition: opacity 0.3s ease;
  4485. }
  4486.  
  4487. .footer-link:hover::before {
  4488.    opacity: 1;
  4489. }
  4490.  
  4491. /* Step 4: Footer Bottom */
  4492. .footer-bottom-section {
  4493.    position: relative;
  4494.    z-index: 2;
  4495.    padding: 30px 0;
  4496. }
  4497.  
  4498. .bottom-divider {
  4499.    width: 100%;
  4500.    height: 1px;
  4501.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4502.    margin-bottom: 30px;
  4503. }
  4504.  
  4505. .copyright-text {
  4506.    color: var(--footer-color);
  4507.    font-size: 0.9rem;
  4508.    margin: 0;
  4509.    line-height: 1.6;
  4510. }
  4511.  
  4512. .footer-nav {
  4513.    display: flex;
  4514.    align-items: center;
  4515.    gap: 20px;
  4516.    justify-content: center;
  4517. }
  4518.  
  4519. .footer-nav-link {
  4520.    color: var(--footer-color) !important;
  4521.    text-decoration: none;
  4522.    font-size: 0.9rem;
  4523.    font-weight: 500;
  4524.    transition: color 0.3s ease;
  4525.    position: relative;
  4526. }
  4527.  
  4528. .footer-nav-link:hover {
  4529.    color: var(--bs-primary);
  4530. }
  4531.  
  4532. .footer-nav-link::after {
  4533.    content: '';
  4534.    position: absolute;
  4535.    bottom: -5px;
  4536.    left: 0;
  4537.    width: 0;
  4538.    height: 2px;
  4539.    background: var(--bs-primary) !important;
  4540.    transition: width 0.3s ease;
  4541. }
  4542.  
  4543. .footer-nav-link:hover::after {
  4544.    width: 100%;
  4545. }
  4546.  
  4547. /* Responsive Design */
  4548. @media (max-width: 992px) {
  4549.    .footer-brand-section {
  4550.        padding: 100px 0 50px;
  4551.    }
  4552.    
  4553.    .brand-title {
  4554.        font-size: 1.8rem;
  4555.    }
  4556.    
  4557.    .column-content {
  4558.        padding-left: 0;
  4559.        padding-top: 10px;
  4560.    }
  4561.    
  4562.    .column-header {
  4563.        flex-direction: column;
  4564.        align-items: flex-start;
  4565.        gap: 10px;
  4566.    }
  4567.    
  4568.    .column-number {
  4569.        align-self: center;
  4570.    }
  4571. }
  4572.  
  4573. @media (max-width: 768px) {
  4574.    .footer-brand-section {
  4575.        padding: 80px 0 40px;
  4576.    }
  4577.    
  4578.    .brand-title {
  4579.        font-size: 1.6rem;
  4580.    }
  4581.    
  4582.    .newsletter-inline {
  4583.        padding: 1.5rem;
  4584.        margin: 0 15px;
  4585.    }
  4586.    
  4587.    .newsletter-form .input-group {
  4588.        flex-direction: column;
  4589.    }
  4590.    
  4591.    .btn-newsletter {
  4592.        border-radius: 0 0 12px 12px;
  4593.    }
  4594.    
  4595.    .newsletter-input {
  4596.        border-radius: 12px 12px 0 0;
  4597.    }
  4598.    
  4599.    .footer-column {
  4600.        padding: 0 15px;
  4601.        margin-bottom: 35px;
  4602.    }
  4603.    
  4604.    .footer-nav {
  4605.        flex-direction: column;
  4606.        gap: 15px;
  4607.        margin-top: 20px;
  4608.    }
  4609. }
  4610.  
  4611. @media (max-width: 576px) {
  4612.    .footer-brand-section {
  4613.        padding: 60px 0 30px;
  4614.    }
  4615.    
  4616.    .brand-title {
  4617.        font-size: 1.4rem;
  4618.    }
  4619.    
  4620.    .brand-description {
  4621.        font-size: 1rem;
  4622.    }
  4623.    
  4624.    .newsletter-title {
  4625.        font-size: 1.1rem;
  4626.    }
  4627.    
  4628.    .column-title {
  4629.        font-size: 1rem;
  4630.    }
  4631.    
  4632.    .footer-column {
  4633.        padding: 0 10px;
  4634.    }
  4635.    
  4636.    .bg-circle, .bg-line {
  4637.        display: none;
  4638.    }
  4639. }
  4640.  
  4641. /* Minimal Animation */
  4642. .footer-column {
  4643.    transition: opacity 0.3s ease;
  4644. }
  4645.  
  4646. .footer-column:hover {
  4647.    opacity: 0.9;
  4648. }
  4649. </style>
  4650.  
  4651. <!-- Bootstrap 5 JS -->
  4652.  
  4653. <script>
  4654. // Scroll to Top Function
  4655. function scrollToTop() {
  4656.    window.scrollTo({
  4657.        top: 0,
  4658.        behavior: 'smooth'
  4659.    });
  4660. }
  4661.  
  4662. // Initialize Footer V2 Features
  4663. document.addEventListener('DOMContentLoaded', function() {
  4664.    
  4665.    // Newsletter Form Enhancement
  4666.    const newsletterForm = document.querySelector('.newsletter-form');
  4667.    if (newsletterForm) {
  4668.        newsletterForm.addEventListener('submit', function(e) {
  4669.            e.preventDefault(); // Remove this in actual implementation
  4670.            
  4671.            const submitBtn = this.querySelector('.btn-newsletter');
  4672.            const originalText = submitBtn.textContent;
  4673.            
  4674.            submitBtn.textContent = 'Subscribing...';
  4675.            submitBtn.disabled = true;
  4676.            
  4677.            // Simulate form processing
  4678.            setTimeout(() => {
  4679.                submitBtn.textContent = 'Subscribed!';
  4680.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4681.                
  4682.                setTimeout(() => {
  4683.                    submitBtn.textContent = originalText;
  4684.                    submitBtn.disabled = false;
  4685.                    submitBtn.style.background = '';
  4686.                    this.reset();
  4687.                }, 2000);
  4688.            }, 1500);
  4689.        });
  4690.    }
  4691.    
  4692.    // Smooth reveal for columns on scroll
  4693.    const observerOptions = {
  4694.        threshold: 0.1,
  4695.        rootMargin: '0px 0px -50px 0px'
  4696.    };
  4697.    
  4698.    const observer = new IntersectionObserver((entries) => {
  4699.        entries.forEach(entry => {
  4700.            if (entry.isIntersecting) {
  4701.                entry.target.style.opacity = '1';
  4702.                entry.target.style.transform = 'translateY(0)';
  4703.            }
  4704.        });
  4705.    }, observerOptions);
  4706.    
  4707.    // Initially hide columns for animation
  4708.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4709.        column.style.opacity = '0';
  4710.        column.style.transform = 'translateY(20px)';
  4711.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4712.        observer.observe(column);
  4713.    });
  4714.    
  4715.    // Prevent default for placeholder links
  4716.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4717.        link.addEventListener('click', function(e) {
  4718.            e.preventDefault();
  4719.        });
  4720.    });
  4721. });
  4722.  
  4723. document.addEventListener('DOMContentLoaded', function () {
  4724.    var btn = document.getElementById('toggleFooterLinks');
  4725.    if (!btn) return; // No extra links, no button
  4726.  
  4727.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4728.  
  4729.    btn.addEventListener('click', function () {
  4730.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4731.            return li.classList.contains('d-none');
  4732.        });
  4733.  
  4734.        extras.forEach(function (li) {
  4735.            if (anyHidden) {
  4736.                li.classList.remove('d-none');
  4737.                li.classList.add('show');
  4738.            } else {
  4739.                li.classList.add('d-none');
  4740.                li.classList.remove('show');
  4741.            }
  4742.        });
  4743.  
  4744.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4745.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4746.    });
  4747. });
  4748.  
  4749. </script>
  4750.  
  4751.        <!-- end of wpo-site-footer-section -->
  4752.    </div>
  4753.    <!-- end of page-wrapper -->
  4754.  
  4755.    <!-- All JavaScript files
  4756.    ================================================== -->
  4757.    
  4758.  
  4759. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4760. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4761. <!-- Plugins for this template -->
  4762. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4763. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4764. <!-- Custom script for this template -->
  4765. <script src="/static/blogapp/assets/js/script.js"></script>
  4766.  
  4767. <script>
  4768. (function () {
  4769. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4770. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4771.  
  4772. function applyFallback(img) {
  4773. if (!img || img.dataset.fallbackApplied === "1") {
  4774. return;
  4775. }
  4776. var failedSrc = img.currentSrc || img.src || "";
  4777. img.dataset.fallbackApplied = "1";
  4778. img.onerror = null;
  4779. img.src = fallbackImageSrc;
  4780. console.warn("[ImageFallback] Replaced broken image:", {
  4781. failedSrc: failedSrc,
  4782. fallbackSrc: fallbackImageSrc,
  4783. alt: img.alt || "",
  4784. });
  4785. }
  4786.  
  4787. document.querySelectorAll("img").forEach(function (img) {
  4788. if (img.complete && img.naturalWidth === 0) {
  4789. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4790. failedSrc: img.currentSrc || img.src || "",
  4791. alt: img.alt || "",
  4792. });
  4793. applyFallback(img);
  4794. }
  4795. });
  4796.  
  4797. document.addEventListener(
  4798. "error",
  4799. function (event) {
  4800. var target = event.target;
  4801. if (target && target.tagName === "IMG") {
  4802. applyFallback(target);
  4803. }
  4804. },
  4805. true
  4806. );
  4807. })();
  4808. </script>
  4809.  
  4810. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4811.  
  4812.  
  4813.  
  4814. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"38b37d73432b484b970c29a030559b6a","r":1}' crossorigin="anonymous"></script>
  4815. </body>
  4816.  
  4817. </html>
  4818.  
  4819.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda