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: "Excellent Online Performance Choices for November", url: "/excellent-online-performance-choices-for-november/" },
  442.    
  443.      { title: "Intense Winds Leave Numerous Homes Without Power in New Zealand", url: "/intense-winds-leave-numerous-homes-without-power-in-new-zealand/" },
  444.    
  445.      { title: "Cars in German City Found Smeared with Swastikas in Human Blood, Law Enforcement State", url: "/cars-in-german-city-found-smeared-with-swastikas-in-human-blood-law-enforcement-state/" },
  446.    
  447.      { title: "Trump\u0027s Ambitious Statement on US Energy Investment in Venezuela Draws Industry Caution.", url: "/trumps-ambitious-statement-on-us-energy-investment-in-venezuela-draws-industry-caution/" },
  448.    
  449.      { title: "Film Analysis of Merv – A Four\u002DLegged Actor Commands the Show in the Streaming Giant’s By\u002Dthe\u002DBook Christmas Romcom", url: "/film-analysis-of-merv-a-four-legged-actor-commands-the-show-in-the-streaming-giants-by-the-book-christmas-romcom/" }
  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="/childrens-quiz-learning-about-this-legend-of-dracula-and-the-way-bees-produce-sweet-nectar/" >
  1672.                                        Children&#x27;s Quiz: Learning About this Legend of Dracula and the Way Bees Produce Sweet Nectar
  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">04 Sep 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="/the-holiday-bikini-a-recipe/" >
  1706.                                        The Holiday Bikini – A Recipe
  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">04 Sep 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="/uk-councils-plan-to-dispose-of-community-hubs-and-leisure-facilities-to-balance-books/" >
  1745.                                        UK Councils Plan to Dispose of Community Hubs and Leisure Facilities to Balance Books
  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">04 Sep 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="/counter-strikes-virtual-economy-undergoes-a-billions-in-value-plunge/" >
  1772.                                        Counter-Strike&#x27;s Virtual Economy Undergoes a Billions in Value Plunge
  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">04 Sep 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="/the-pundits-projections-against-esports-england-ace-daniel-stingray-ray/" >
  1798.                                        The Pundit&#x27;s Projections against eSports England Ace Daniel &#x27;Stingray&#x27; Ray
  1799.                                    </a></h4>
  1800.                                <span class="recent-date">04 Sep 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="/british-broadcasting-corporation-branded-as-totally-false-information-by-the-former-presidents-spokesperson/">British Broadcasting Corporation Branded as &quot;Totally False Information&quot; by the Former President&#x27;s Spokesperson</a></h3>
  2407.                    <div class="blog-meta-v9">
  2408.                      <span>By <strong>John Hammond</strong></span>
  2409.                      <span>•</span>
  2410.                      <span>04 Sep 2026</span>
  2411.                    </div>
  2412.                    <p class="blog-excerpt-v9"></p>
  2413.                    <div class="blog-actions-v9">
  2414.                      <a href="/british-broadcasting-corporation-branded-as-totally-false-information-by-the-former-presidents-spokesperson/" 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="/the-iconic-game-turns-20-how-a-plastic-axe-bridged-the-gap-between-music-generations/">The Iconic Game Turns 20 – How a Plastic Axe Bridged the Gap Between Music Generations</a></h3>
  2431.                    <div class="blog-meta-v9">
  2432.                      <span>By <strong>John Hammond</strong></span>
  2433.                      <span>•</span>
  2434.                      <span>04 Sep 2026</span>
  2435.                    </div>
  2436.                    <p class="blog-excerpt-v9"></p>
  2437.                    <div class="blog-actions-v9">
  2438.                      <a href="/the-iconic-game-turns-20-how-a-plastic-axe-bridged-the-gap-between-music-generations/" 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="/a-caution-for-keir-starmer-drawn-from-his-own-past-without-boldness-on-brexit-and-the-eu-your-party-challengers-will-be/">A Caution for Keir Starmer drawn from His Own Past: Without Boldness on Brexit and the EU, Your Party Challengers Will Be.</a></h3>
  2455.                    <div class="blog-meta-v9">
  2456.                      <span>By <strong>John Hammond</strong></span>
  2457.                      <span>•</span>
  2458.                      <span>04 Sep 2026</span>
  2459.                    </div>
  2460.                    <p class="blog-excerpt-v9"></p>
  2461.                    <div class="blog-actions-v9">
  2462.                      <a href="/a-caution-for-keir-starmer-drawn-from-his-own-past-without-boldness-on-brexit-and-the-eu-your-party-challengers-will-be/" 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="/tell-us-about-your-favorite-frosty-hike-in-the-britain/">Tell Us About Your Favorite Frosty Hike in the Britain</a></h3>
  2479.                    <div class="blog-meta-v9">
  2480.                      <span>By <strong>John Hammond</strong></span>
  2481.                      <span>•</span>
  2482.                      <span>03 Sep 2026</span>
  2483.                    </div>
  2484.                    <p class="blog-excerpt-v9"></p>
  2485.                    <div class="blog-actions-v9">
  2486.                      <a href="/tell-us-about-your-favorite-frosty-hike-in-the-britain/" 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="/six-britons-jailed-for-1m-fire-attack-on-warehouse-holding-aid-for-ukraine/">Six Britons Jailed for £1m Fire Attack on Warehouse Holding Aid for Ukraine</a></h3>
  2503.                    <div class="blog-meta-v9">
  2504.                      <span>By <strong>John Hammond</strong></span>
  2505.                      <span>•</span>
  2506.                      <span>03 Sep 2026</span>
  2507.                    </div>
  2508.                    <p class="blog-excerpt-v9"></p>
  2509.                    <div class="blog-actions-v9">
  2510.                      <a href="/six-britons-jailed-for-1m-fire-attack-on-warehouse-holding-aid-for-ukraine/" 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="/the-baldurs-gate-3-creators-unveil-a-fresh-divinity-declaring-it-their-most-ambitious-rpg-to-date/">The Baldur&#x27;s Gate 3 Creators Unveil a Fresh Divinity, Declaring it Their Most Ambitious RPG to Date</a></h3>
  2527.                    <div class="blog-meta-v9">
  2528.                      <span>By <strong>John Hammond</strong></span>
  2529.                      <span>•</span>
  2530.                      <span>03 Sep 2026</span>
  2531.                    </div>
  2532.                    <p class="blog-excerpt-v9"></p>
  2533.                    <div class="blog-actions-v9">
  2534.                      <a href="/the-baldurs-gate-3-creators-unveil-a-fresh-divinity-declaring-it-their-most-ambitious-rpg-to-date/" 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="/us-forces-targeted-a-big-plant-in-the-venezuelan-nation-trump-asserted-without-providing-details/">US Forces Targeted a &#x27;Big Plant&#x27; in the Venezuelan nation, Trump Asserted Without Providing Details.</a></h3>
  2551.                    <div class="blog-meta-v9">
  2552.                      <span>By <strong>John Hammond</strong></span>
  2553.                      <span>•</span>
  2554.                      <span>03 Sep 2026</span>
  2555.                    </div>
  2556.                    <p class="blog-excerpt-v9"></p>
  2557.                    <div class="blog-actions-v9">
  2558.                      <a href="/us-forces-targeted-a-big-plant-in-the-venezuelan-nation-trump-asserted-without-providing-details/" 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="/state-military-forces-now-protecting-government-property-in-chicago-area-authority-says/">State Military Forces Now Protecting Government Property in Chicago Area, Authority Says</a></h3>
  2575.                    <div class="blog-meta-v9">
  2576.                      <span>By <strong>John Hammond</strong></span>
  2577.                      <span>•</span>
  2578.                      <span>03 Sep 2026</span>
  2579.                    </div>
  2580.                    <p class="blog-excerpt-v9"></p>
  2581.                    <div class="blog-actions-v9">
  2582.                      <a href="/state-military-forces-now-protecting-government-property-in-chicago-area-authority-says/" 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="/nobel-peace-laureate-narges-mohammadi-allegedly-detained-in-iran-according-to-advocates/">Nobel Peace Laureate Narges Mohammadi Allegedly Detained in Iran, According to Advocates</a></h3>
  2599.                    <div class="blog-meta-v9">
  2600.                      <span>By <strong>John Hammond</strong></span>
  2601.                      <span>•</span>
  2602.                      <span>03 Sep 2026</span>
  2603.                    </div>
  2604.                    <p class="blog-excerpt-v9"></p>
  2605.                    <div class="blog-actions-v9">
  2606.                      <a href="/nobel-peace-laureate-narges-mohammadi-allegedly-detained-in-iran-according-to-advocates/" 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="/toto-wolff-preparing-to-divest-shareholding-pricing-mercedes-f1-at-46bn/">Toto Wolff Preparing to Divest Shareholding Pricing Mercedes F1 at £4.6bn</a></h3>
  2623.                    <div class="blog-meta-v9">
  2624.                      <span>By <strong>John Hammond</strong></span>
  2625.                      <span>•</span>
  2626.                      <span>03 Sep 2026</span>
  2627.                    </div>
  2628.                    <p class="blog-excerpt-v9"></p>
  2629.                    <div class="blog-actions-v9">
  2630.                      <a href="/toto-wolff-preparing-to-divest-shareholding-pricing-mercedes-f1-at-46bn/" 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="/magic-the-gatherings-most-popular-cube-at-last-makes-its-debut-on-arena/">Magic: The Gathering&#x27;s Most Popular Cube At Last Makes Its Debut on Arena</a></h3>
  2647.                    <div class="blog-meta-v9">
  2648.                      <span>By <strong>John Hammond</strong></span>
  2649.                      <span>•</span>
  2650.                      <span>03 Sep 2026</span>
  2651.                    </div>
  2652.                    <p class="blog-excerpt-v9"></p>
  2653.                    <div class="blog-actions-v9">
  2654.                      <a href="/magic-the-gatherings-most-popular-cube-at-last-makes-its-debut-on-arena/" 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="/world-health-organization-sounds-alert-over-critical-lack-of-obesity-jabs/">World Health Organization Sounds Alert Over Critical Lack of Obesity Jabs</a></h3>
  2671.                    <div class="blog-meta-v9">
  2672.                      <span>By <strong>John Hammond</strong></span>
  2673.                      <span>•</span>
  2674.                      <span>02 Sep 2026</span>
  2675.                    </div>
  2676.                    <p class="blog-excerpt-v9"></p>
  2677.                    <div class="blog-actions-v9">
  2678.                      <a href="/world-health-organization-sounds-alert-over-critical-lack-of-obesity-jabs/" 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.                    September 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://eco.nomia.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 online legais em 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.                    August 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://www.heraldicacivica.pt/"  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">melhores casinos online</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://www.ancoraverde.pt/"  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">melhores casinos online</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://biocamping.pt/"  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">casinos novos portugal</span>
  2754.                        </a>
  2755.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2756.                    </li>
  2757.                    
  2758.                </ul>
  2759.            </div>
  2760.        </div>
  2761.        
  2762.        <div class="sidebar-widget mb-4">
  2763.            <div class="widget-title-wrapper mb-3">
  2764.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2765.                    July 2026 Blog Roll
  2766.                    <span class="title-arrow"></span>
  2767.                </h4>
  2768.            </div>
  2769.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2770.                <ul class="list-unstyled scrollable-sidebar">
  2771.                    
  2772.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2773.                        <a href="https://futebol365.pt/casinos-online/bonus-300/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2774.                            <i class="ti-angle-right me-2 text-primary"></i>
  2775.                            <span class="fw-semibold">casino bónus 300€</span>
  2776.                        </a>
  2777.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2778.                    </li>
  2779.                    
  2780.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2781.                        <a href="https://futebol365.pt/casas-apostas/internacionais/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2782.                            <i class="ti-angle-right me-2 text-primary"></i>
  2783.                            <span class="fw-semibold">sites de apostas internacionais</span>
  2784.                        </a>
  2785.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2786.                    </li>
  2787.                    
  2788.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2789.                        <a href="https://futebol365.pt/casas-apostas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2790.                            <i class="ti-angle-right me-2 text-primary"></i>
  2791.                            <span class="fw-semibold">casas de apostas online</span>
  2792.                        </a>
  2793.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2794.                    </li>
  2795.                    
  2796.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2797.                        <a href="https://futebol365.pt/casinos-online/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2798.                            <i class="ti-angle-right me-2 text-primary"></i>
  2799.                            <span class="fw-semibold">melhores casinos online em Portugal</span>
  2800.                        </a>
  2801.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2802.                    </li>
  2803.                    
  2804.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2805.                        <a href="https://futebol365.pt/casinos-online/sem-cadastro/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2806.                            <i class="ti-angle-right me-2 text-primary"></i>
  2807.                            <span class="fw-semibold">casino online sem cadastro</span>
  2808.                        </a>
  2809.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2810.                    </li>
  2811.                    
  2812.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2813.                        <a href="https://futebol365.pt/casinos-online/europeus/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2814.                            <i class="ti-angle-right me-2 text-primary"></i>
  2815.                            <span class="fw-semibold">melhores casinos online da Europa</span>
  2816.                        </a>
  2817.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2818.                    </li>
  2819.                    
  2820.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2821.                        <a href="https://futebol365.pt/casas-apostas/melhores-odds/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2822.                            <i class="ti-angle-right me-2 text-primary"></i>
  2823.                            <span class="fw-semibold">odds altas nas apostas desportivas</span>
  2824.                        </a>
  2825.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2826.                    </li>
  2827.                    
  2828.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2829.                        <a href="https://futebol365.pt/casas-apostas/sem-licenca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2830.                            <i class="ti-angle-right me-2 text-primary"></i>
  2831.                            <span class="fw-semibold">casas de apostas online sem licença</span>
  2832.                        </a>
  2833.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2834.                    </li>
  2835.                    
  2836.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2837.                        <a href="https://futebol365.pt/casinos-online/bonus-casino/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2838.                            <i class="ti-angle-right me-2 text-primary"></i>
  2839.                            <span class="fw-semibold">ofertas de bónus de casino</span>
  2840.                        </a>
  2841.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2842.                    </li>
  2843.                    
  2844.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2845.                        <a href="https://futebol365.pt/casinos-online/sem-licenca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2846.                            <i class="ti-angle-right me-2 text-primary"></i>
  2847.                            <span class="fw-semibold">melhores casinos sem licença</span>
  2848.                        </a>
  2849.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2850.                    </li>
  2851.                    
  2852.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2853.                        <a href="https://futebol365.pt/casinos-online/novos-casinos-legais/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2854.                            <i class="ti-angle-right me-2 text-primary"></i>
  2855.                            <span class="fw-semibold">melhores novos casinos</span>
  2856.                        </a>
  2857.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2858.                    </li>
  2859.                    
  2860.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2861.                        <a href="https://futebol365.pt/casinos-online/bonus-200/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2862.                            <i class="ti-angle-right me-2 text-primary"></i>
  2863.                            <span class="fw-semibold">casinos com bónus de boas-vindas de 200€</span>
  2864.                        </a>
  2865.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2866.                    </li>
  2867.                    
  2868.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2869.                        <a href="https://futebol365.pt/casinos-online/pagamento-rapido/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2870.                            <i class="ti-angle-right me-2 text-primary"></i>
  2871.                            <span class="fw-semibold">casinos de levantamento rápido</span>
  2872.                        </a>
  2873.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2874.                    </li>
  2875.                    
  2876.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2877.                        <a href="https://futebol365.pt/casas-apostas/sem-verificacao/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2878.                            <i class="ti-angle-right me-2 text-primary"></i>
  2879.                            <span class="fw-semibold">casa de apostas sem KYC</span>
  2880.                        </a>
  2881.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2882.                    </li>
  2883.                    
  2884.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2885.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="fw-semibold">apostas online em Portugal</span>
  2888.                        </a>
  2889.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2890.                    </li>
  2891.                    
  2892.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2893.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="fw-semibold">plataforma de apostas confiável</span>
  2896.                        </a>
  2897.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2898.                    </li>
  2899.                    
  2900.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2901.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2902.                            <i class="ti-angle-right me-2 text-primary"></i>
  2903.                            <span class="fw-semibold">operadores de apostas desportivas em Portugal</span>
  2904.                        </a>
  2905.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2906.                    </li>
  2907.                    
  2908.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2909.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2910.                            <i class="ti-angle-right me-2 text-primary"></i>
  2911.                            <span class="fw-semibold">sites de casino licenciados</span>
  2912.                        </a>
  2913.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2914.                    </li>
  2915.                    
  2916.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2917.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="fw-semibold">sites de casino online confiáveis</span>
  2920.                        </a>
  2921.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2922.                    </li>
  2923.                    
  2924.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2925.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2926.                            <i class="ti-angle-right me-2 text-primary"></i>
  2927.                            <span class="fw-semibold">ranking de casinos internacionais</span>
  2928.                        </a>
  2929.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2930.                    </li>
  2931.                    
  2932.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2933.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="fw-semibold">plataformas de casino com licença</span>
  2936.                        </a>
  2937.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2938.                    </li>
  2939.                    
  2940.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2941.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="fw-semibold">casino online para jogadores portugueses</span>
  2944.                        </a>
  2945.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2946.                    </li>
  2947.                    
  2948.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2949.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="fw-semibold">casino digital em Portugal</span>
  2952.                        </a>
  2953.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2954.                    </li>
  2955.                    
  2956.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2957.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2958.                            <i class="ti-angle-right me-2 text-primary"></i>
  2959.                            <span class="fw-semibold">onde jogar casino online em Portugal</span>
  2960.                        </a>
  2961.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2962.                    </li>
  2963.                    
  2964.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2965.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="fw-semibold">apostas futebol online</span>
  2968.                        </a>
  2969.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2970.                    </li>
  2971.                    
  2972.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2973.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="fw-semibold">apostas desportivas online</span>
  2976.                        </a>
  2977.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2978.                    </li>
  2979.                    
  2980.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2981.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="fw-semibold">casas de apostas licenciadas</span>
  2984.                        </a>
  2985.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2986.                    </li>
  2987.                    
  2988.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2989.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="fw-semibold">ranking de casinos online</span>
  2992.                        </a>
  2993.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2994.                    </li>
  2995.                    
  2996.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2997.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="fw-semibold">casino portugal</span>
  3000.                        </a>
  3001.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3002.                    </li>
  3003.                    
  3004.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3005.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="fw-semibold">casino online sem depósito</span>
  3008.                        </a>
  3009.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3010.                    </li>
  3011.                    
  3012.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3013.                        <a href="https://www.estadodedireitosempre.com/"  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">melhores casinos online</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://estoril-portugal.com/"  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">jogar casino online</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://www.retornovoluntario.pt/"  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">casino online fiável</span>
  3032.                        </a>
  3033.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3034.                    </li>
  3035.                    
  3036.                </ul>
  3037.            </div>
  3038.        </div>
  3039.        
  3040.        <div class="sidebar-widget mb-4">
  3041.            <div class="widget-title-wrapper mb-3">
  3042.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3043.                    June 2026 Blog Roll
  3044.                    <span class="title-arrow"></span>
  3045.                </h4>
  3046.            </div>
  3047.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3048.                <ul class="list-unstyled scrollable-sidebar">
  3049.                    
  3050.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3051.                        <a href="https://jrs.digital/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3052.                            <i class="ti-angle-right me-2 text-primary"></i>
  3053.                            <span class="fw-semibold">cassinos com pagamentos rápidos</span>
  3054.                        </a>
  3055.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3056.                    </li>
  3057.                    
  3058.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3059.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3060.                            <i class="ti-angle-right me-2 text-primary"></i>
  3061.                            <span class="fw-semibold">plataformas de jogo recomendadas</span>
  3062.                        </a>
  3063.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3064.                    </li>
  3065.                    
  3066.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3067.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3068.                            <i class="ti-angle-right me-2 text-primary"></i>
  3069.                            <span class="fw-semibold">sites de apostas confiáveis</span>
  3070.                        </a>
  3071.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3072.                    </li>
  3073.                    
  3074.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3075.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3076.                            <i class="ti-angle-right me-2 text-primary"></i>
  3077.                            <span class="fw-semibold">plataformas de apostas desportivas</span>
  3078.                        </a>
  3079.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3080.                    </li>
  3081.                    
  3082.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3083.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3084.                            <i class="ti-angle-right me-2 text-primary"></i>
  3085.                            <span class="fw-semibold">plataformas de jogo confiáveis</span>
  3086.                        </a>
  3087.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3088.                    </li>
  3089.                    
  3090.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3091.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3092.                            <i class="ti-angle-right me-2 text-primary"></i>
  3093.                            <span class="fw-semibold">opções de jogo online</span>
  3094.                        </a>
  3095.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3096.                    </li>
  3097.                    
  3098.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3099.                        <a href="ttps://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3100.                            <i class="ti-angle-right me-2 text-primary"></i>
  3101.                            <span class="fw-semibold">sites de casino recomendados</span>
  3102.                        </a>
  3103.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3104.                    </li>
  3105.                    
  3106.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3107.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3108.                            <i class="ti-angle-right me-2 text-primary"></i>
  3109.                            <span class="fw-semibold">casino online de confiança</span>
  3110.                        </a>
  3111.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3112.                    </li>
  3113.                    
  3114.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3115.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3116.                            <i class="ti-angle-right me-2 text-primary"></i>
  3117.                            <span class="fw-semibold">operadores de casino online</span>
  3118.                        </a>
  3119.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3120.                    </li>
  3121.                    
  3122.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3123.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3124.                            <i class="ti-angle-right me-2 text-primary"></i>
  3125.                            <span class="fw-semibold">casinos com dinheiro real em Portugal</span>
  3126.                        </a>
  3127.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3128.                    </li>
  3129.                    
  3130.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3131.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3132.                            <i class="ti-angle-right me-2 text-primary"></i>
  3133.                            <span class="fw-semibold">sites de apostas desportivas</span>
  3134.                        </a>
  3135.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3136.                    </li>
  3137.                    
  3138.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3139.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3140.                            <i class="ti-angle-right me-2 text-primary"></i>
  3141.                            <span class="fw-semibold">melhores casas de apostas</span>
  3142.                        </a>
  3143.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3144.                    </li>
  3145.                    
  3146.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3147.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3148.                            <i class="ti-angle-right me-2 text-primary"></i>
  3149.                            <span class="fw-semibold">sites de apostas desportivas</span>
  3150.                        </a>
  3151.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3152.                    </li>
  3153.                    
  3154.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3155.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3156.                            <i class="ti-angle-right me-2 text-primary"></i>
  3157.                            <span class="fw-semibold">casinos licenciados em portugal</span>
  3158.                        </a>
  3159.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3160.                    </li>
  3161.                    
  3162.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3163.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3164.                            <i class="ti-angle-right me-2 text-primary"></i>
  3165.                            <span class="fw-semibold">jogar casino online</span>
  3166.                        </a>
  3167.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3168.                    </li>
  3169.                    
  3170.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3171.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3172.                            <i class="ti-angle-right me-2 text-primary"></i>
  3173.                            <span class="fw-semibold">casino online fiável</span>
  3174.                        </a>
  3175.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3176.                    </li>
  3177.                    
  3178.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3179.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3180.                            <i class="ti-angle-right me-2 text-primary"></i>
  3181.                            <span class="fw-semibold">casino online em portugal</span>
  3182.                        </a>
  3183.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3184.                    </li>
  3185.                    
  3186.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3187.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3188.                            <i class="ti-angle-right me-2 text-primary"></i>
  3189.                            <span class="fw-semibold">casino online seguro</span>
  3190.                        </a>
  3191.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3192.                    </li>
  3193.                    
  3194.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3195.                        <a href="https://capitaofausto.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3196.                            <i class="ti-angle-right me-2 text-primary"></i>
  3197.                            <span class="fw-semibold">casino online ganhar dinheiro</span>
  3198.                        </a>
  3199.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3200.                    </li>
  3201.                    
  3202.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3203.                        <a href="https://www.aisti.eu/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3204.                            <i class="ti-angle-right me-2 text-primary"></i>
  3205.                            <span class="fw-semibold">casas de apostas portugal</span>
  3206.                        </a>
  3207.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3208.                    </li>
  3209.                    
  3210.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3211.                        <a href="https://paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3212.                            <i class="ti-angle-right me-2 text-primary"></i>
  3213.                            <span class="fw-semibold">casino portugal online</span>
  3214.                        </a>
  3215.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3216.                    </li>
  3217.                    
  3218.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3219.                        <a href="https://lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3220.                            <i class="ti-angle-right me-2 text-primary"></i>
  3221.                            <span class="fw-semibold">casino pt</span>
  3222.                        </a>
  3223.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3224.                    </li>
  3225.                    
  3226.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3227.                        <a href="https://kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3228.                            <i class="ti-angle-right me-2 text-primary"></i>
  3229.                            <span class="fw-semibold">aposta online</span>
  3230.                        </a>
  3231.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3232.                    </li>
  3233.                    
  3234.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3235.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3236.                            <i class="ti-angle-right me-2 text-primary"></i>
  3237.                            <span class="fw-semibold">ranking de casinos online</span>
  3238.                        </a>
  3239.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3240.                    </li>
  3241.                    
  3242.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3243.                        <a href="https://kawek.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3244.                            <i class="ti-angle-right me-2 text-primary"></i>
  3245.                            <span class="fw-semibold">casas de apostas portugal</span>
  3246.                        </a>
  3247.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3248.                    </li>
  3249.                    
  3250.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3251.                        <a href="https://www.estadodedireitosempre.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3252.                            <i class="ti-angle-right me-2 text-primary"></i>
  3253.                            <span class="fw-semibold">casino portugal online</span>
  3254.                        </a>
  3255.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3256.                    </li>
  3257.                    
  3258.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3259.                        <a href="https://circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3260.                            <i class="ti-angle-right me-2 text-primary"></i>
  3261.                            <span class="fw-semibold">casinos online</span>
  3262.                        </a>
  3263.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3264.                    </li>
  3265.                    
  3266.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3267.                        <a href="https://estoril-portugal.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3268.                            <i class="ti-angle-right me-2 text-primary"></i>
  3269.                            <span class="fw-semibold">melhores casinos online</span>
  3270.                        </a>
  3271.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3272.                    </li>
  3273.                    
  3274.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3275.                        <a href="https://www.retornovoluntario.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3276.                            <i class="ti-angle-right me-2 text-primary"></i>
  3277.                            <span class="fw-semibold">casino de portugal</span>
  3278.                        </a>
  3279.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3280.                    </li>
  3281.                    
  3282.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3283.                        <a href="https://99bitcoins.com/br/portugal/casas-apostas/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3284.                            <i class="ti-angle-right me-2 text-primary"></i>
  3285.                            <span class="fw-semibold">casas de apostas</span>
  3286.                        </a>
  3287.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3288.                    </li>
  3289.                    
  3290.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3291.                        <a href="https://www.orizontegolf.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3292.                            <i class="ti-angle-right me-2 text-primary"></i>
  3293.                            <span class="fw-semibold">casas de apostas para portugueses</span>
  3294.                        </a>
  3295.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3296.                    </li>
  3297.                    
  3298.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3299.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3300.                            <i class="ti-angle-right me-2 text-primary"></i>
  3301.                            <span class="fw-semibold">casino online para portugueses</span>
  3302.                        </a>
  3303.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3304.                    </li>
  3305.                    
  3306.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3307.                        <a href="https://www.retornovoluntario.pt/"  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">casinos online</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.aerobus.pt/"  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">casinos de portugal online</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.retornovoluntario.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">melhor casino online portugal</span>
  3326.                        </a>
  3327.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3328.                    </li>
  3329.                    
  3330.                </ul>
  3331.            </div>
  3332.        </div>
  3333.        
  3334.        <div class="sidebar-widget mb-4">
  3335.            <div class="widget-title-wrapper mb-3">
  3336.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3337.                    May 2026 Blog Roll
  3338.                    <span class="title-arrow"></span>
  3339.                </h4>
  3340.            </div>
  3341.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3342.                <ul class="list-unstyled scrollable-sidebar">
  3343.                    
  3344.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3345.                        <a href="https://aprendendosempre.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3346.                            <i class="ti-angle-right me-2 text-primary"></i>
  3347.                            <span class="fw-semibold">cassino online brasil</span>
  3348.                        </a>
  3349.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3350.                    </li>
  3351.                    
  3352.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3353.                        <a href="https://www.garotasgeeks.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3354.                            <i class="ti-angle-right me-2 text-primary"></i>
  3355.                            <span class="fw-semibold">casas de apostas bet</span>
  3356.                        </a>
  3357.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3358.                    </li>
  3359.                    
  3360.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3361.                        <a href="https://www.lafrenchradio.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3362.                            <i class="ti-angle-right me-2 text-primary"></i>
  3363.                            <span class="fw-semibold">melhores casinos online portugal</span>
  3364.                        </a>
  3365.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3366.                    </li>
  3367.                    
  3368.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3369.                        <a href="https://www.paisefilhos.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3370.                            <i class="ti-angle-right me-2 text-primary"></i>
  3371.                            <span class="fw-semibold">novos casinos online portugal</span>
  3372.                        </a>
  3373.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3374.                    </li>
  3375.                    
  3376.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3377.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3378.                            <i class="ti-angle-right me-2 text-primary"></i>
  3379.                            <span class="fw-semibold">melhor casino online portugal</span>
  3380.                        </a>
  3381.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3382.                    </li>
  3383.                    
  3384.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3385.                        <a href="https://www.circulaseguro.pt/"  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">casinos online</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.estoril-portugal.com/"  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">casino portugal online</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://www.retornovoluntario.pt/"  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">casino online</span>
  3404.                        </a>
  3405.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3406.                    </li>
  3407.                    
  3408.                </ul>
  3409.            </div>
  3410.        </div>
  3411.        
  3412.        <div class="sidebar-widget mb-4">
  3413.            <div class="widget-title-wrapper mb-3">
  3414.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3415.                    April 2026 Blog Roll
  3416.                    <span class="title-arrow"></span>
  3417.                </h4>
  3418.            </div>
  3419.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3420.                <ul class="list-unstyled scrollable-sidebar">
  3421.                    
  3422.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3423.                        <a href="https://casocriminal.org"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3424.                            <i class="ti-angle-right me-2 text-primary"></i>
  3425.                            <span class="fw-semibold">cassino sem verificação</span>
  3426.                        </a>
  3427.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3428.                    </li>
  3429.                    
  3430.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3431.                        <a href="https://www.cepesp.io"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3432.                            <i class="ti-angle-right me-2 text-primary"></i>
  3433.                            <span class="fw-semibold">cassino online confiável</span>
  3434.                        </a>
  3435.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3436.                    </li>
  3437.                    
  3438.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3439.                        <a href="https://biblioo.info/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3440.                            <i class="ti-angle-right me-2 text-primary"></i>
  3441.                            <span class="fw-semibold">melhores plataformas de cassino online</span>
  3442.                        </a>
  3443.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3444.                    </li>
  3445.                    
  3446.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3447.                        <a href="https://funcab.org/"  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">cassinos online</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://kawek.net/"  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">casas de apostas portuguesas</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.retornovoluntario.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">casino portugal online</span>
  3466.                        </a>
  3467.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3468.                    </li>
  3469.                    
  3470.                </ul>
  3471.            </div>
  3472.        </div>
  3473.        
  3474.        <div class="sidebar-widget mb-4">
  3475.            <div class="widget-title-wrapper mb-3">
  3476.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3477.                    March 2026 Blog Roll
  3478.                    <span class="title-arrow"></span>
  3479.                </h4>
  3480.            </div>
  3481.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3482.                <ul class="list-unstyled scrollable-sidebar">
  3483.                    
  3484.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3485.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3486.                            <i class="ti-angle-right me-2 text-primary"></i>
  3487.                            <span class="fw-semibold">best online casino portugal</span>
  3488.                        </a>
  3489.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3490.                    </li>
  3491.                    
  3492.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3493.                        <a href="https://www.circulaseguro.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3494.                            <i class="ti-angle-right me-2 text-primary"></i>
  3495.                            <span class="fw-semibold">casino online portugal</span>
  3496.                        </a>
  3497.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3498.                    </li>
  3499.                    
  3500.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3501.                        <a href="https://www.aerobus.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3502.                            <i class="ti-angle-right me-2 text-primary"></i>
  3503.                            <span class="fw-semibold">casinos online</span>
  3504.                        </a>
  3505.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3506.                    </li>
  3507.                    
  3508.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3509.                        <a href="https://www.lafrenchradio.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3510.                            <i class="ti-angle-right me-2 text-primary"></i>
  3511.                            <span class="fw-semibold">casino online</span>
  3512.                        </a>
  3513.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3514.                    </li>
  3515.                    
  3516.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3517.                        <a href="https://www.kome-lisboa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3518.                            <i class="ti-angle-right me-2 text-primary"></i>
  3519.                            <span class="fw-semibold">casas de apostas legais</span>
  3520.                        </a>
  3521.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3522.                    </li>
  3523.                    
  3524.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3525.                        <a href="https://www.mausoleodiaugusto.it/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3526.                            <i class="ti-angle-right me-2 text-primary"></i>
  3527.                            <span class="fw-semibold">migliori casino non aams</span>
  3528.                        </a>
  3529.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3530.                    </li>
  3531.                    
  3532.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3533.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3534.                            <i class="ti-angle-right me-2 text-primary"></i>
  3535.                            <span class="fw-semibold">casinos online portugal</span>
  3536.                        </a>
  3537.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3538.                    </li>
  3539.                    
  3540.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3541.                        <a href="https://www.paisefilhos.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">casino online</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://jrs.digital/"  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">Cassinos 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://www.retornovoluntario.pt/"  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">jogos casino online</span>
  3560.                        </a>
  3561.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3562.                    </li>
  3563.                    
  3564.                </ul>
  3565.            </div>
  3566.        </div>
  3567.        
  3568.        <div class="sidebar-widget mb-4">
  3569.            <div class="widget-title-wrapper mb-3">
  3570.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3571.                    February 2026 Blog Roll
  3572.                    <span class="title-arrow"></span>
  3573.                </h4>
  3574.            </div>
  3575.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3576.                <ul class="list-unstyled scrollable-sidebar">
  3577.                    
  3578.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3579.                        <a href="https://www.retornovoluntario.pt/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3580.                            <i class="ti-angle-right me-2 text-primary"></i>
  3581.                            <span class="fw-semibold">social casino</span>
  3582.                        </a>
  3583.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3584.                    </li>
  3585.                    
  3586.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3587.                        <a href="https://www.aerobus.pt/"  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">casino online</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://kawek.net/"  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">casas de apostas</span>
  3598.                        </a>
  3599.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3600.                    </li>
  3601.                    
  3602.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3603.                        <a href="https://www.retornovoluntario.pt"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3604.                            <i class="ti-angle-right me-2 text-primary"></i>
  3605.                            <span class="fw-semibold">cassinos online</span>
  3606.                        </a>
  3607.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3608.                    </li>
  3609.                    
  3610.                </ul>
  3611.            </div>
  3612.        </div>
  3613.        
  3614.        <div class="sidebar-widget mb-4">
  3615.            <div class="widget-title-wrapper mb-3">
  3616.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3617.                    January 2026 Blog Roll
  3618.                    <span class="title-arrow"></span>
  3619.                </h4>
  3620.            </div>
  3621.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3622.                <ul class="list-unstyled scrollable-sidebar">
  3623.                    
  3624.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3625.                        <a href="https://metody-platnosci.pl/kasyno-online-blik/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3626.                            <i class="ti-angle-right me-2 text-primary"></i>
  3627.                            <span class="fw-semibold">kasyno blik</span>
  3628.                        </a>
  3629.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3630.                    </li>
  3631.                    
  3632.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3633.                        <a href="https://larocca.cl"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3634.                            <i class="ti-angle-right me-2 text-primary"></i>
  3635.                            <span class="fw-semibold">mejor casino online chile</span>
  3636.                        </a>
  3637.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3638.                    </li>
  3639.                    
  3640.                </ul>
  3641.            </div>
  3642.        </div>
  3643.        
  3644.  
  3645.        <!-- Recent Posts Section -->
  3646.        <div class="sidebar-widget mb-3">
  3647.            <div class="widget-title-wrapper mb-3">
  3648.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3649.                    Recent Posts
  3650.                    <span class="title-arrow"></span>
  3651.                </h4>
  3652.            </div>
  3653.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3654.                <div class="recent-post-list">
  3655.                    
  3656.                    
  3657.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3658.                        <div class="post-image me-3 flex-shrink-0">
  3659.                            
  3660.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3661.                            
  3662.                        </div>
  3663.                        <div class="post-content flex-grow-1">
  3664.                            <h6 class="post-title mb-1">
  3665.                                 <a href="/the-himalayan-nations-political-scene-sees-significant-partnership-formed-between-media-personality-and-former-musician-mayor/" class="text-decoration-none top-color fw-semibold">
  3666.                                    The Himalayan nation&#x27;s Political Scene Sees Significant Partnership Formed Between Media Personality and Former Musician Mayor
  3667.                                </a>
  3668.                            </h6>
  3669.                            <div class="post-meta">
  3670.                                <small class="text-muted">
  3671.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3672.                                </small>
  3673.                                <!-- <small class="text-muted ms-2">
  3674.                                    <i class="ti-eye me-1"></i>234 views
  3675.                                </small> -->
  3676.                            </div>
  3677.                        </div>
  3678.                    </div>
  3679.                    
  3680.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3681.                        <div class="post-image me-3 flex-shrink-0">
  3682.                            
  3683.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3684.                            
  3685.                        </div>
  3686.                        <div class="post-content flex-grow-1">
  3687.                            <h6 class="post-title mb-1">
  3688.                                 <a href="/israeli-forces-launches-assault-on-iran-as-blasts-heard-in-the-capital/" class="text-decoration-none top-color fw-semibold">
  3689.                                    Israeli Forces Launches Assault on Iran as Blasts Heard in the Capital
  3690.                                </a>
  3691.                            </h6>
  3692.                            <div class="post-meta">
  3693.                                <small class="text-muted">
  3694.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3695.                                </small>
  3696.                                <!-- <small class="text-muted ms-2">
  3697.                                    <i class="ti-eye me-1"></i>234 views
  3698.                                </small> -->
  3699.                            </div>
  3700.                        </div>
  3701.                    </div>
  3702.                    
  3703.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3704.                        <div class="post-image me-3 flex-shrink-0">
  3705.                            
  3706.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3707.                            
  3708.                        </div>
  3709.                        <div class="post-content flex-grow-1">
  3710.                            <h6 class="post-title mb-1">
  3711.                                 <a href="/masculine-bonds-evolve-differently-female-friendships-other-ought-we-cease-attempting-to-push-men-more-like-women/" class="text-decoration-none top-color fw-semibold">
  3712.                                    Masculine Bonds Evolve Differently, Female Friendships Other. Ought We Cease Attempting to Push Men More Like Women?
  3713.                                </a>
  3714.                            </h6>
  3715.                            <div class="post-meta">
  3716.                                <small class="text-muted">
  3717.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3718.                                </small>
  3719.                                <!-- <small class="text-muted ms-2">
  3720.                                    <i class="ti-eye me-1"></i>234 views
  3721.                                </small> -->
  3722.                            </div>
  3723.                        </div>
  3724.                    </div>
  3725.                    
  3726.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3727.                        <div class="post-image me-3 flex-shrink-0">
  3728.                            
  3729.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3730.                            
  3731.                        </div>
  3732.                        <div class="post-content flex-grow-1">
  3733.                            <h6 class="post-title mb-1">
  3734.                                 <a href="/ill-stamp-all-over-serious-boxer-paul-joshua/" class="text-decoration-none top-color fw-semibold">
  3735.                                    I&#x27;ll stamp all over &#x27;serious boxer&#x27; Paul - Joshua
  3736.                                </a>
  3737.                            </h6>
  3738.                            <div class="post-meta">
  3739.                                <small class="text-muted">
  3740.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3741.                                </small>
  3742.                                <!-- <small class="text-muted ms-2">
  3743.                                    <i class="ti-eye me-1"></i>234 views
  3744.                                </small> -->
  3745.                            </div>
  3746.                        </div>
  3747.                    </div>
  3748.                    
  3749.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3750.                        <div class="post-image me-3 flex-shrink-0">
  3751.                            
  3752.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3753.                            
  3754.                        </div>
  3755.                        <div class="post-content flex-grow-1">
  3756.                            <h6 class="post-title mb-1">
  3757.                                 <a href="/could-additional-countries-emulate-australias-in-prohibiting-social-platforms-for-youth-under-sixteen/" class="text-decoration-none top-color fw-semibold">
  3758.                                    Could Additional Countries Emulate Australia&#x27;s in Prohibiting Social Platforms for Youth Under Sixteen?
  3759.                                </a>
  3760.                            </h6>
  3761.                            <div class="post-meta">
  3762.                                <small class="text-muted">
  3763.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3764.                                </small>
  3765.                                <!-- <small class="text-muted ms-2">
  3766.                                    <i class="ti-eye me-1"></i>234 views
  3767.                                </small> -->
  3768.                            </div>
  3769.                        </div>
  3770.                    </div>
  3771.                    
  3772.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3773.                        <div class="post-image me-3 flex-shrink-0">
  3774.                            
  3775.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3776.                            
  3777.                        </div>
  3778.                        <div class="post-content flex-grow-1">
  3779.                            <h6 class="post-title mb-1">
  3780.                                 <a href="/american-attack-on-venezuela-raises-concerns-of-potential-greenland-takeover/" class="text-decoration-none top-color fw-semibold">
  3781.                                    American Attack on Venezuela Raises Concerns of Potential Greenland Takeover.
  3782.                                </a>
  3783.                            </h6>
  3784.                            <div class="post-meta">
  3785.                                <small class="text-muted">
  3786.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  3787.                                </small>
  3788.                                <!-- <small class="text-muted ms-2">
  3789.                                    <i class="ti-eye me-1"></i>234 views
  3790.                                </small> -->
  3791.                            </div>
  3792.                        </div>
  3793.                    </div>
  3794.                    
  3795.  
  3796.                </div>
  3797.            </div>
  3798.        </div>
  3799.  
  3800.    </div>
  3801.  
  3802.  
  3803. <!-- Sidebar Styles -->
  3804. <style>
  3805.    .sidebar-widget {
  3806.        position: relative;
  3807.    }
  3808.    
  3809.    .widget-title {
  3810.        font-size: 1.1rem;
  3811.        font-weight: 700;
  3812.        display: inline-block;
  3813.        position: relative;
  3814.        z-index: 2;
  3815.        border-radius: 0;
  3816.    }
  3817.    
  3818.    .title-arrow::after {
  3819.        content: '';
  3820.        position: absolute;
  3821.        top: 0;
  3822.        right: -20px;
  3823.        width: 0;
  3824.        height: 0;
  3825.        border-left: 20px solid var(--bs-primary);
  3826.        border-top: 20px solid transparent;
  3827.        border-bottom: 20px solid transparent;
  3828.        z-index: 1;
  3829.    }
  3830.    
  3831.    .widget-content {
  3832.        margin-top: -1px;
  3833.        position: relative;
  3834.        z-index: 1;
  3835.         background-color: var(--card-bg);
  3836.    }
  3837.    
  3838.    .recent-post-item:hover .post-title1 a {
  3839.        color: #dc3545 !important;
  3840.        transition: color 0.3s ease;
  3841.    }
  3842.    
  3843.    .recent-post-item .post-image img {
  3844.        transition: transform 0.3s ease;
  3845.    }
  3846.    
  3847.    .recent-post-item:hover .post-image img {
  3848.        transform: scale(1.05);
  3849.    }
  3850.    
  3851.    .btn:hover {
  3852.        transform: translateY(-1px);
  3853.        transition: all 0.3s ease;
  3854.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3855.    }
  3856.    
  3857.    @media (max-width: 991px) {
  3858.        .sidebar {
  3859.            margin-top: 3rem;
  3860.        }
  3861.    }
  3862.    
  3863.    @media (max-width: 576px) {
  3864.        .widget-title {
  3865.            font-size: 1rem;
  3866.            padding: 0.75rem 1rem !important;
  3867.        }
  3868.        
  3869.        .title-arrow::after {
  3870.            right: -15px;
  3871.            border-left: 15px solid var(--bs-primary);
  3872.            border-top: 15px solid transparent;
  3873.            border-bottom: 15px solid transparent;
  3874.        }
  3875.        
  3876.        .post-image {
  3877.            display: none !important;
  3878.        }
  3879.    }
  3880. </style>
  3881.    
  3882.            </div>
  3883.      </div>
  3884.    </div>
  3885.  </section>
  3886.  
  3887.  <script>
  3888.    // Intersection Observer for Fade-in Effect
  3889.    document.addEventListener('DOMContentLoaded', function () {
  3890.      const observerOptions = {
  3891.        threshold: 0.2,
  3892.        rootMargin: '0px 0px -50px 0px'
  3893.      }
  3894.    
  3895.      const observer = new IntersectionObserver(function (entries, observer) {
  3896.        entries.forEach((entry) => {
  3897.          if (entry.isIntersecting) {
  3898.            entry.target.classList.add('fade-in')
  3899.            observer.unobserve(entry.target)
  3900.          }
  3901.        })
  3902.      }, observerOptions)
  3903.    
  3904.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3905.        observer.observe(card)
  3906.      })
  3907.    })
  3908.  </script>
  3909.  
  3910.  
  3911.    
  3912.        
  3913.        <!-- end wpo-blog-highlights-section -->
  3914.        <!-- start wpo-blog-sponsored-section -->
  3915.        
  3916.  
  3917.  
  3918.  
  3919.    
  3920.  
  3921.  
  3922.  
  3923. <style>
  3924.    .sponsored-section-v2 {
  3925.        padding: 0 0 60px;
  3926.    }
  3927.    
  3928.    .sponsored-card-v2 {
  3929.        background: var(--body-bg);
  3930.        border-radius: 12px;
  3931.        overflow: hidden;
  3932.        transition: all 0.3s ease;
  3933.        border: none;
  3934.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3935.        height: 100%;
  3936.    }
  3937.    
  3938.    .sponsored-card-v2:hover {
  3939.        transform: translateY(-4px);
  3940.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3941.    }
  3942.    
  3943.    .sponsored-image-v2 {
  3944.        position: relative;
  3945.        overflow: hidden;
  3946.        height: 180px;
  3947.    }
  3948.    
  3949.    .sponsored-image-v2 img {
  3950.        width: 100%;
  3951.        height: 100%;
  3952.        object-fit: cover;
  3953.        transition: transform 0.3s ease;
  3954.    }
  3955.    
  3956.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3957.        transform: scale(1.05);
  3958.    }
  3959.    
  3960.    .sponsored-badge-v2 {
  3961.        position: absolute;
  3962.        top: 12px;
  3963.        left: 12px;
  3964.        padding: 6px 12px;
  3965.        border-radius: 15px;
  3966.        font-size: 10px;
  3967.        font-weight: 600;
  3968.        text-transform: uppercase;
  3969.        letter-spacing: 0.5px;
  3970.        color: white;
  3971.    }
  3972.    
  3973.    .sponsored-content-v2 {
  3974.        padding: 20px;
  3975.    }
  3976.    
  3977.    .sponsored-title-v2 {
  3978.        font-size: 16px;
  3979.        font-weight: 600;
  3980.        line-height: 1.4;
  3981.        margin-bottom: 15px;
  3982.        min-height: 44px;
  3983.    }
  3984.    
  3985.    .sponsored-title-v2 a {
  3986.        text-decoration: none;
  3987.        transition: color 0.3s ease;
  3988.    }
  3989.    
  3990.    .sponsored-meta-v2 {
  3991.        display: flex;
  3992.        align-items: center;
  3993.        gap: 10px;
  3994.        font-size: 12px;
  3995.    }
  3996.    
  3997.    .sponsored-author-img-v2 {
  3998.        width: 28px;
  3999.        height: 28px;
  4000.        border-radius: 50%;
  4001.        object-fit: cover;
  4002.    }
  4003.    
  4004.    .section-title-sponsored-v2 {
  4005.        font-size: 2.5rem;
  4006.        font-weight: 700;
  4007.        text-align: center;
  4008.        margin-bottom: 20px;
  4009.        text-transform: capitalize;
  4010.    }
  4011.  
  4012.    @media (max-width: 768px) {
  4013.        .sponsored-section-v2 {
  4014.            padding: 0px 0 40px;
  4015.        }
  4016.        .section-title-sponsored-v2 {
  4017.            font-size: 2rem;
  4018.        }
  4019.        .sponsored-content-v2 {
  4020.            padding: 16px;
  4021.        }
  4022.    }
  4023. </style>
  4024.  
  4025. <section class="sponsored-section-v2">
  4026.    <div class="container-fluid fluid-container">
  4027.        <div class="row">
  4028.            <div class="col-12">
  4029.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  4030.                <div class="section-title-sponsored-v2::after top-bg"></div>
  4031.            </div>
  4032.        </div>
  4033.        
  4034.        <div class="row g-4">
  4035.            
  4036.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4037.                <div class="card sponsored-card-v2">
  4038.                    <div class="sponsored-image-v2">
  4039.                        
  4040.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4041.                        
  4042.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4043.                    </div>
  4044.                    <div class="sponsored-content-v2">
  4045.                        <h3 class="sponsored-title-v2">
  4046.                            <a href="/the-himalayan-nations-political-scene-sees-significant-partnership-formed-between-media-personality-and-former-musician-mayor/" class="top-color">
  4047.                            The Himalayan nation&#x27;s Political Scene Sees Significant Partnership Formed Between Media Personality and Former Musician Mayor
  4048.                            </a>
  4049.                        </h3>
  4050.                        <div class="sponsored-meta-v2">
  4051.                            
  4052.                                <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">
  4053.                            
  4054.                            <span class="top-color">By John Hammond</span>
  4055.                            <span class="top-color">•</span>
  4056.                            <span class="top-color">02 Sep 2026</span>
  4057.                        </div>
  4058.                    </div>
  4059.                </div>
  4060.            </div>
  4061.            
  4062.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4063.                <div class="card sponsored-card-v2">
  4064.                    <div class="sponsored-image-v2">
  4065.                        
  4066.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4067.                        
  4068.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4069.                    </div>
  4070.                    <div class="sponsored-content-v2">
  4071.                        <h3 class="sponsored-title-v2">
  4072.                            <a href="/israeli-forces-launches-assault-on-iran-as-blasts-heard-in-the-capital/" class="top-color">
  4073.                            Israeli Forces Launches Assault on Iran as Blasts Heard in the Capital
  4074.                            </a>
  4075.                        </h3>
  4076.                        <div class="sponsored-meta-v2">
  4077.                            
  4078.                                <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">
  4079.                            
  4080.                            <span class="top-color">By John Hammond</span>
  4081.                            <span class="top-color">•</span>
  4082.                            <span class="top-color">02 Sep 2026</span>
  4083.                        </div>
  4084.                    </div>
  4085.                </div>
  4086.            </div>
  4087.            
  4088.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4089.                <div class="card sponsored-card-v2">
  4090.                    <div class="sponsored-image-v2">
  4091.                        
  4092.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4093.                        
  4094.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4095.                    </div>
  4096.                    <div class="sponsored-content-v2">
  4097.                        <h3 class="sponsored-title-v2">
  4098.                            <a href="/masculine-bonds-evolve-differently-female-friendships-other-ought-we-cease-attempting-to-push-men-more-like-women/" class="top-color">
  4099.                            Masculine Bonds Evolve Differently, Female Friendships Other. Ought We Cease Attempting to Push Men More Like Women?
  4100.                            </a>
  4101.                        </h3>
  4102.                        <div class="sponsored-meta-v2">
  4103.                            
  4104.                                <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">
  4105.                            
  4106.                            <span class="top-color">By John Hammond</span>
  4107.                            <span class="top-color">•</span>
  4108.                            <span class="top-color">02 Sep 2026</span>
  4109.                        </div>
  4110.                    </div>
  4111.                </div>
  4112.            </div>
  4113.            
  4114.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4115.                <div class="card sponsored-card-v2">
  4116.                    <div class="sponsored-image-v2">
  4117.                        
  4118.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4119.                        
  4120.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4121.                    </div>
  4122.                    <div class="sponsored-content-v2">
  4123.                        <h3 class="sponsored-title-v2">
  4124.                            <a href="/ill-stamp-all-over-serious-boxer-paul-joshua/" class="top-color">
  4125.                            I&#x27;ll stamp all over &#x27;serious boxer&#x27; Paul - Joshua
  4126.                            </a>
  4127.                        </h3>
  4128.                        <div class="sponsored-meta-v2">
  4129.                            
  4130.                                <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">
  4131.                            
  4132.                            <span class="top-color">By John Hammond</span>
  4133.                            <span class="top-color">•</span>
  4134.                            <span class="top-color">02 Sep 2026</span>
  4135.                        </div>
  4136.                    </div>
  4137.                </div>
  4138.            </div>
  4139.            
  4140.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4141.                <div class="card sponsored-card-v2">
  4142.                    <div class="sponsored-image-v2">
  4143.                        
  4144.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4145.                        
  4146.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4147.                    </div>
  4148.                    <div class="sponsored-content-v2">
  4149.                        <h3 class="sponsored-title-v2">
  4150.                            <a href="/could-additional-countries-emulate-australias-in-prohibiting-social-platforms-for-youth-under-sixteen/" class="top-color">
  4151.                            Could Additional Countries Emulate Australia&#x27;s in Prohibiting Social Platforms for Youth Under Sixteen?
  4152.                            </a>
  4153.                        </h3>
  4154.                        <div class="sponsored-meta-v2">
  4155.                            
  4156.                                <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">
  4157.                            
  4158.                            <span class="top-color">By John Hammond</span>
  4159.                            <span class="top-color">•</span>
  4160.                            <span class="top-color">02 Sep 2026</span>
  4161.                        </div>
  4162.                    </div>
  4163.                </div>
  4164.            </div>
  4165.            
  4166.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4167.                <div class="card sponsored-card-v2">
  4168.                    <div class="sponsored-image-v2">
  4169.                        
  4170.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4171.                        
  4172.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  4173.                    </div>
  4174.                    <div class="sponsored-content-v2">
  4175.                        <h3 class="sponsored-title-v2">
  4176.                            <a href="/american-attack-on-venezuela-raises-concerns-of-potential-greenland-takeover/" class="top-color">
  4177.                            American Attack on Venezuela Raises Concerns of Potential Greenland Takeover.
  4178.                            </a>
  4179.                        </h3>
  4180.                        <div class="sponsored-meta-v2">
  4181.                            
  4182.                                <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">
  4183.                            
  4184.                            <span class="top-color">By John Hammond</span>
  4185.                            <span class="top-color">•</span>
  4186.                            <span class="top-color">02 Sep 2026</span>
  4187.                        </div>
  4188.                    </div>
  4189.                </div>
  4190.            </div>
  4191.            
  4192.        </div>
  4193.    </div>
  4194. </section>
  4195.  
  4196.  
  4197.    
  4198.        <!-- end wpo-blog-sponsored-section -->
  4199.        <!-- start wpo-subscribe-section -->
  4200.        
  4201.        <!-- end subscribe-section -->
  4202.        <!-- start of wpo-site-footer-section -->
  4203.        
  4204.  
  4205.  
  4206.  
  4207.  
  4208.  
  4209.  
  4210. <footer class="wpo-site-footer-v2 ">
  4211.    
  4212.    <!-- Main Footer Content -->
  4213.    <div class="container-fluid fluid-container">
  4214.        
  4215.        <!-- Step 1: Brand Section -->
  4216.        <div class="footer-brand-section">
  4217.            <div class="row justify-content-center">
  4218.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4219.                    <div class="brand-wrapper">
  4220.                        
  4221.                            <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">
  4222.                        
  4223.                        <h2 class="brand-title">ConsoleDouble</h2>
  4224.                        <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>
  4225.                        
  4226.                    </div>
  4227.                </div>
  4228.            </div>
  4229.        </div>
  4230.  
  4231.        <!-- Step 2: Content Columns with Separators -->
  4232.        <div class="footer-content-section">
  4233.            <div class="content-divider"></div>
  4234.            
  4235.            <div class="row">
  4236.                
  4237.                <!-- Column 1: Important Links -->
  4238.                <div class="col-lg-6 col-md-6 col-12">
  4239.                    <div class="footer-column">
  4240.                        <div class="column-header">
  4241.                            <span class="column-number bg-primary-gradient">01</span>
  4242.                            <h6 class="column-title">Important Pages</h6>
  4243.                        </div>
  4244.                        <div class="column-content">
  4245.                            <ul class="footer-links">
  4246.                                
  4247.                                <li>
  4248.                                    <a href="/exploring-the-four-spent-the-day-together-from-author-chris-kraus-a-cult-writer-explores-fresh-territory/" class="footer-link">
  4249.                                        Exploring The Four Spent the Day Together from author Chris Kraus – A Cult Writer Explores Fresh Territory
  4250.                                    </a>
  4251.                                </li>
  4252.                                
  4253.                                <li>
  4254.                                    <a href="/final-hours-to-the-next-year-a-new-years-eve-menu/" class="footer-link">
  4255.                                        Final Hours to the Next Year: A New Year&#x27;s Eve Menu.
  4256.                                    </a>
  4257.                                </li>
  4258.                                
  4259.                                <li>
  4260.                                    <a href="/2k-brings-onboard-apex-legends-developer-to-boost-struggling-action-game-ambitious-title/" class="footer-link">
  4261.                                        2K Brings Onboard Apex Legends Developer to Boost Struggling Action Game Ambitious Title
  4262.                                    </a>
  4263.                                </li>
  4264.                                
  4265.                                <li>
  4266.                                    <a href="/jair-bolsonaro-taken-into-custody-after-being-deemed-a-flight-risk/" class="footer-link">
  4267.                                        Jair Bolsonaro taken into custody after being deemed a flight risk
  4268.                                    </a>
  4269.                                </li>
  4270.                                
  4271.                                <li>
  4272.                                    <a href="/democratic-lawmakers-condemn-raid-on-venezuela-as-gop-backs-trump-after-closed-door-session/" class="footer-link">
  4273.                                        Democratic Lawmakers Condemn Raid on Venezuela as GOP Backs Trump After Closed-Door Session.
  4274.                                    </a>
  4275.                                </li>
  4276.                                
  4277.                                <li>
  4278.                                    <a href="/morgan-rogers-scoring-streak-propels-aston-villas-improbable-championship-bid/" class="footer-link">
  4279.                                        Morgan Rogers&#x27; Scoring Streak Propels Aston Villa&#x27;s Improbable Championship Bid
  4280.                                    </a>
  4281.                                </li>
  4282.                                
  4283.                            </ul>
  4284.                        </div>
  4285.                    </div>
  4286.                </div>
  4287.  
  4288.                <!-- Column 2: External Links -->
  4289.                 <div class="col-lg-6 col-md-6 col-12">
  4290.                    <div class="footer-column">
  4291.                        <div class="column-header">
  4292.                            <span class="column-number bg-primary-gradient">02</span>
  4293.                            <h6 class="column-title">External Resources</h6>
  4294.                        </div>
  4295.                       <div class="column-content">
  4296.    <ul class="footer-links" id="footerLinks">
  4297.        
  4298.        
  4299.  
  4300.        
  4301.        
  4302.        
  4303.        
  4304.    </ul>
  4305. </div>
  4306.  
  4307.                    </div>
  4308.                </div>
  4309.  
  4310.                <!-- Column 3: Categories -->
  4311.                <div class="col-lg-6 col-md-6 col-12">
  4312.                    <div class="footer-column">
  4313.                        <div class="column-header">
  4314.                            <span class="column-number bg-primary-gradient">02</span>
  4315.                            <h6 class="column-title">Categories</h6>
  4316.                        </div>
  4317.                        <div class="column-content">
  4318.                            <ul class="footer-links">
  4319.                                
  4320.                                <li>
  4321.                                    <a href="/category/all-posts/" class="footer-link">
  4322.                                        All Posts
  4323.                                    </a>
  4324.                                </li>
  4325.                                
  4326.                                <li>
  4327.                                    <a href="/category/business/" class="footer-link">
  4328.                                        Business
  4329.                                    </a>
  4330.                                </li>
  4331.                                
  4332.                                <li>
  4333.                                    <a href="/category/esports/" class="footer-link">
  4334.                                        Esports
  4335.                                    </a>
  4336.                                </li>
  4337.                                
  4338.                                <li>
  4339.                                    <a href="/category/fashion/" class="footer-link">
  4340.                                        Fashion
  4341.                                    </a>
  4342.                                </li>
  4343.                                
  4344.                                <li>
  4345.                                    <a href="/category/featured/" class="footer-link">
  4346.                                        Featured
  4347.                                    </a>
  4348.                                </li>
  4349.                                
  4350.                                <li>
  4351.                                    <a href="/category/gaming/" class="footer-link">
  4352.                                        Gaming
  4353.                                    </a>
  4354.                                </li>
  4355.                                
  4356.                            </ul>
  4357.                        </div>
  4358.                    </div>
  4359.                </div>
  4360.  
  4361.            </div>
  4362.        </div>
  4363.  
  4364.        <!-- Step 3: Footer Bottom -->
  4365.        <div class="footer-bottom-section">
  4366.            <div class="bottom-divider"></div>
  4367.            <div class="d-flex justify-content-between flex-wrap">
  4368.                <div class="">
  4369.                    <p class="copyright-text">
  4370.                        &copy; 2026 <strong>ConsoleDouble</strong> • All rights reserved
  4371.                    </p>
  4372.                </div>
  4373.                <div class="">
  4374.                    <nav class="footer-nav">
  4375.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4376.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4377.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4378.                    </nav>
  4379.                </div>
  4380.            </div>
  4381.        </div>
  4382.  
  4383.    </div>
  4384.  
  4385.    <!-- Background Elements -->
  4386.    <div class="footer-bg-elements">
  4387.        <div class="bg-circle circle-1"></div>
  4388.        <div class="bg-circle circle-2"></div>
  4389.        <div class="bg-line line-1"></div>
  4390.        <div class="bg-line line-2"></div>
  4391.    </div>
  4392.  
  4393. </footer>
  4394.  
  4395. <style>
  4396. /* Footer V2 - Clean Blog Design */
  4397. .wpo-site-footer-v2 {
  4398.    color: var(--footer-color);
  4399.    background-color: var(--card-bg);
  4400.    margin-top: 100px;
  4401. }
  4402.  
  4403.  
  4404.  
  4405. /* Step 2: Brand Section */
  4406. .footer-brand-section {
  4407.    position: relative;
  4408.    z-index: 2;
  4409.    padding: 120px 0 60px;
  4410. }
  4411.  
  4412. .brand-wrapper {
  4413.    max-width: 600px;
  4414.    margin: 0 auto;
  4415. }
  4416.  
  4417. .footer-logo {
  4418.    max-height: 60px;
  4419.    width: auto;
  4420.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4421. }
  4422.  
  4423. .brand-title {
  4424.    font-size: 2.2rem;
  4425.    font-weight: 800;
  4426.    color: var(--footer-color);
  4427.    margin-bottom: 1rem;
  4428.    letter-spacing: -0.02em;
  4429. }
  4430.  
  4431. .brand-description {
  4432.    font-size: 1.1rem;
  4433.    color: var(--footer-color);
  4434.    line-height: 1.6;
  4435.    opacity: .7;
  4436.    margin-bottom: 0;
  4437. }
  4438.  
  4439. /* Step 3: Content Section */
  4440. .footer-content-section {
  4441.    position: relative;
  4442.    z-index: 2;
  4443.    padding: 60px 0;
  4444. }
  4445.  
  4446.  
  4447. .footer-column {
  4448.    margin-bottom: 40px;
  4449.    padding: 0 20px;
  4450. }
  4451.  
  4452. .column-header {
  4453.    display: flex;
  4454.    align-items: center;
  4455.    margin-bottom: 25px;
  4456.    padding-bottom: 15px;
  4457.    border-bottom: 2px solid var(--border-color);
  4458. }
  4459.  
  4460. .column-number {
  4461.    width: 35px;
  4462.    height: 35px;
  4463.    border-radius: 10px;
  4464.    display: flex;
  4465.    align-items: center;
  4466.    justify-content: center;
  4467.    font-weight: 700;
  4468.    font-size: 0.9rem;
  4469.    margin-right: 15px;
  4470. }
  4471.  
  4472. .column-title {
  4473.    font-size: 1.1rem;
  4474.    font-weight: 700;
  4475.    color: var(--footer-color) !important;
  4476.    margin: 0;
  4477. }
  4478.  
  4479. .column-content {
  4480.    padding-left: 50px;
  4481. }
  4482.  
  4483. /* Footer Links */
  4484. .footer-links {
  4485.    list-style: none;
  4486.    padding: 0;
  4487.    margin: 0;
  4488. }
  4489.  
  4490. .footer-links li {
  4491.    margin-bottom: 12px;
  4492.    position: relative;
  4493. }
  4494.  
  4495. .footer-link {
  4496.    color: var(--footer-color) !important;
  4497.    text-decoration: none;
  4498.    font-size: 0.95rem;
  4499.    line-height: 1.5;
  4500.    transition: all 0.8s ease;
  4501.    position: relative;
  4502.    display: inline-flex;
  4503.    align-items: center;
  4504. }
  4505.  
  4506. .footer-link:hover {
  4507.    color: var(--bs-primary);
  4508.    padding-left: 8px;
  4509. }
  4510.  
  4511. .footer-link::before {
  4512.    content: '';
  4513.    position: absolute;
  4514.    left: -15px;
  4515.    top: 50%;
  4516.    transform: translateY(-50%);
  4517.    width: 4px;
  4518.    height: 4px;
  4519.    background: var(--bs-primary);
  4520.    border-radius: 50%;
  4521.    opacity: 0;
  4522.    transition: opacity 0.3s ease;
  4523. }
  4524.  
  4525. .footer-link:hover::before {
  4526.    opacity: 1;
  4527. }
  4528.  
  4529. /* Step 4: Footer Bottom */
  4530. .footer-bottom-section {
  4531.    position: relative;
  4532.    z-index: 2;
  4533.    padding: 30px 0;
  4534. }
  4535.  
  4536. .bottom-divider {
  4537.    width: 100%;
  4538.    height: 1px;
  4539.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4540.    margin-bottom: 30px;
  4541. }
  4542.  
  4543. .copyright-text {
  4544.    color: var(--footer-color);
  4545.    font-size: 0.9rem;
  4546.    margin: 0;
  4547.    line-height: 1.6;
  4548. }
  4549.  
  4550. .footer-nav {
  4551.    display: flex;
  4552.    align-items: center;
  4553.    gap: 20px;
  4554.    justify-content: center;
  4555. }
  4556.  
  4557. .footer-nav-link {
  4558.    color: var(--footer-color) !important;
  4559.    text-decoration: none;
  4560.    font-size: 0.9rem;
  4561.    font-weight: 500;
  4562.    transition: color 0.3s ease;
  4563.    position: relative;
  4564. }
  4565.  
  4566. .footer-nav-link:hover {
  4567.    color: var(--bs-primary);
  4568. }
  4569.  
  4570. .footer-nav-link::after {
  4571.    content: '';
  4572.    position: absolute;
  4573.    bottom: -5px;
  4574.    left: 0;
  4575.    width: 0;
  4576.    height: 2px;
  4577.    background: var(--bs-primary) !important;
  4578.    transition: width 0.3s ease;
  4579. }
  4580.  
  4581. .footer-nav-link:hover::after {
  4582.    width: 100%;
  4583. }
  4584.  
  4585. /* Responsive Design */
  4586. @media (max-width: 992px) {
  4587.    .footer-brand-section {
  4588.        padding: 100px 0 50px;
  4589.    }
  4590.    
  4591.    .brand-title {
  4592.        font-size: 1.8rem;
  4593.    }
  4594.    
  4595.    .column-content {
  4596.        padding-left: 0;
  4597.        padding-top: 10px;
  4598.    }
  4599.    
  4600.    .column-header {
  4601.        flex-direction: column;
  4602.        align-items: flex-start;
  4603.        gap: 10px;
  4604.    }
  4605.    
  4606.    .column-number {
  4607.        align-self: center;
  4608.    }
  4609. }
  4610.  
  4611. @media (max-width: 768px) {
  4612.    .footer-brand-section {
  4613.        padding: 80px 0 40px;
  4614.    }
  4615.    
  4616.    .brand-title {
  4617.        font-size: 1.6rem;
  4618.    }
  4619.    
  4620.    .newsletter-inline {
  4621.        padding: 1.5rem;
  4622.        margin: 0 15px;
  4623.    }
  4624.    
  4625.    .newsletter-form .input-group {
  4626.        flex-direction: column;
  4627.    }
  4628.    
  4629.    .btn-newsletter {
  4630.        border-radius: 0 0 12px 12px;
  4631.    }
  4632.    
  4633.    .newsletter-input {
  4634.        border-radius: 12px 12px 0 0;
  4635.    }
  4636.    
  4637.    .footer-column {
  4638.        padding: 0 15px;
  4639.        margin-bottom: 35px;
  4640.    }
  4641.    
  4642.    .footer-nav {
  4643.        flex-direction: column;
  4644.        gap: 15px;
  4645.        margin-top: 20px;
  4646.    }
  4647. }
  4648.  
  4649. @media (max-width: 576px) {
  4650.    .footer-brand-section {
  4651.        padding: 60px 0 30px;
  4652.    }
  4653.    
  4654.    .brand-title {
  4655.        font-size: 1.4rem;
  4656.    }
  4657.    
  4658.    .brand-description {
  4659.        font-size: 1rem;
  4660.    }
  4661.    
  4662.    .newsletter-title {
  4663.        font-size: 1.1rem;
  4664.    }
  4665.    
  4666.    .column-title {
  4667.        font-size: 1rem;
  4668.    }
  4669.    
  4670.    .footer-column {
  4671.        padding: 0 10px;
  4672.    }
  4673.    
  4674.    .bg-circle, .bg-line {
  4675.        display: none;
  4676.    }
  4677. }
  4678.  
  4679. /* Minimal Animation */
  4680. .footer-column {
  4681.    transition: opacity 0.3s ease;
  4682. }
  4683.  
  4684. .footer-column:hover {
  4685.    opacity: 0.9;
  4686. }
  4687. </style>
  4688.  
  4689. <!-- Bootstrap 5 JS -->
  4690.  
  4691. <script>
  4692. // Scroll to Top Function
  4693. function scrollToTop() {
  4694.    window.scrollTo({
  4695.        top: 0,
  4696.        behavior: 'smooth'
  4697.    });
  4698. }
  4699.  
  4700. // Initialize Footer V2 Features
  4701. document.addEventListener('DOMContentLoaded', function() {
  4702.    
  4703.    // Newsletter Form Enhancement
  4704.    const newsletterForm = document.querySelector('.newsletter-form');
  4705.    if (newsletterForm) {
  4706.        newsletterForm.addEventListener('submit', function(e) {
  4707.            e.preventDefault(); // Remove this in actual implementation
  4708.            
  4709.            const submitBtn = this.querySelector('.btn-newsletter');
  4710.            const originalText = submitBtn.textContent;
  4711.            
  4712.            submitBtn.textContent = 'Subscribing...';
  4713.            submitBtn.disabled = true;
  4714.            
  4715.            // Simulate form processing
  4716.            setTimeout(() => {
  4717.                submitBtn.textContent = 'Subscribed!';
  4718.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4719.                
  4720.                setTimeout(() => {
  4721.                    submitBtn.textContent = originalText;
  4722.                    submitBtn.disabled = false;
  4723.                    submitBtn.style.background = '';
  4724.                    this.reset();
  4725.                }, 2000);
  4726.            }, 1500);
  4727.        });
  4728.    }
  4729.    
  4730.    // Smooth reveal for columns on scroll
  4731.    const observerOptions = {
  4732.        threshold: 0.1,
  4733.        rootMargin: '0px 0px -50px 0px'
  4734.    };
  4735.    
  4736.    const observer = new IntersectionObserver((entries) => {
  4737.        entries.forEach(entry => {
  4738.            if (entry.isIntersecting) {
  4739.                entry.target.style.opacity = '1';
  4740.                entry.target.style.transform = 'translateY(0)';
  4741.            }
  4742.        });
  4743.    }, observerOptions);
  4744.    
  4745.    // Initially hide columns for animation
  4746.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4747.        column.style.opacity = '0';
  4748.        column.style.transform = 'translateY(20px)';
  4749.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4750.        observer.observe(column);
  4751.    });
  4752.    
  4753.    // Prevent default for placeholder links
  4754.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4755.        link.addEventListener('click', function(e) {
  4756.            e.preventDefault();
  4757.        });
  4758.    });
  4759. });
  4760.  
  4761. document.addEventListener('DOMContentLoaded', function () {
  4762.    var btn = document.getElementById('toggleFooterLinks');
  4763.    if (!btn) return; // No extra links, no button
  4764.  
  4765.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4766.  
  4767.    btn.addEventListener('click', function () {
  4768.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4769.            return li.classList.contains('d-none');
  4770.        });
  4771.  
  4772.        extras.forEach(function (li) {
  4773.            if (anyHidden) {
  4774.                li.classList.remove('d-none');
  4775.                li.classList.add('show');
  4776.            } else {
  4777.                li.classList.add('d-none');
  4778.                li.classList.remove('show');
  4779.            }
  4780.        });
  4781.  
  4782.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4783.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4784.    });
  4785. });
  4786.  
  4787. </script>
  4788.  
  4789.        <!-- end of wpo-site-footer-section -->
  4790.    </div>
  4791.    <!-- end of page-wrapper -->
  4792.  
  4793.    <!-- All JavaScript files
  4794.    ================================================== -->
  4795.    
  4796.  
  4797. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4798. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4799. <!-- Plugins for this template -->
  4800. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4801. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4802. <!-- Custom script for this template -->
  4803. <script src="/static/blogapp/assets/js/script.js"></script>
  4804.  
  4805. <script>
  4806. (function () {
  4807. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4808. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4809.  
  4810. function applyFallback(img) {
  4811. if (!img || img.dataset.fallbackApplied === "1") {
  4812. return;
  4813. }
  4814. var failedSrc = img.currentSrc || img.src || "";
  4815. img.dataset.fallbackApplied = "1";
  4816. img.onerror = null;
  4817. img.src = fallbackImageSrc;
  4818. console.warn("[ImageFallback] Replaced broken image:", {
  4819. failedSrc: failedSrc,
  4820. fallbackSrc: fallbackImageSrc,
  4821. alt: img.alt || "",
  4822. });
  4823. }
  4824.  
  4825. document.querySelectorAll("img").forEach(function (img) {
  4826. if (img.complete && img.naturalWidth === 0) {
  4827. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4828. failedSrc: img.currentSrc || img.src || "",
  4829. alt: img.alt || "",
  4830. });
  4831. applyFallback(img);
  4832. }
  4833. });
  4834.  
  4835. document.addEventListener(
  4836. "error",
  4837. function (event) {
  4838. var target = event.target;
  4839. if (target && target.tagName === "IMG") {
  4840. applyFallback(target);
  4841. }
  4842. },
  4843. true
  4844. );
  4845. })();
  4846. </script>
  4847.  
  4848. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4849.  
  4850.  
  4851.  
  4852. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"38b37d73432b484b970c29a030559b6a","r":1,"spa":2}' crossorigin="anonymous"></script>
  4853. </body>
  4854.  
  4855. </html>
  4856.  
  4857.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda