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://urbanlogs.us

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T151503.639_8frC02I_oTl13OY.png">
  14.    
  15.  
  16.    <title>Urban Logs: City Life Stories and Urban Exploration Adventures</title>
  17.    <meta name="description" content="Discover captivating tales of city living, urban exploration, and personal journeys through the lens of city dwellers. Join our community of urban storytellers.">
  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://urbanlogs.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4081;
  42.        --bs-primary-rgb: ff4081;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4081;
  53.        --theme-primary-color-s2: #ff4081;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 10px;
  83.        --link-color: #ff4081;
  84.        --link-hover: #e03370;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 64, 129, 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_77">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  390.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  391.  
  392.    <div class="unique-news-wrapper-container">
  393.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  394.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  395.            <p class="text-center">
  396.              
  397.              <a href="/presidential-contender-claims-vote-has-been-rigged/" class="px-5 top-color">
  398.                Presidential Contender Claims Vote Has Been &#x27;Rigged&#x27;
  399.              </a>
  400.              
  401.              <a href="/tesla-shareholders-to-vote-on-mammoth-1-trillion-compensation-plan-for-ceo-the-tech-mogul/" class="px-5 top-color">
  402.                Tesla Shareholders to Vote on Mammoth $1 Trillion Compensation Plan for CEO the Tech Mogul
  403.              </a>
  404.              
  405.              <a href="/strictly-come-dancing-champions-announced-in-glitzy-grand-final/" class="px-5 top-color">
  406.                Strictly Come Dancing Champions Announced in Glitzy Grand Final
  407.              </a>
  408.              
  409.              <a href="/waist-to-height-ratio-beats-bmi-for-predicting-cardiovascular-risk/" class="px-5 top-color">
  410.                Waist-to-Height Ratio Beats BMI for Predicting Cardiovascular Risk
  411.              </a>
  412.              
  413.              <a href="/ecological-catastrophe-fears-as-countless-of-plastic-beads-wash-up-on-camber-sands/" class="px-5 top-color">
  414.                Ecological Catastrophe Fears as Countless of Plastic Beads Wash Up on Camber Sands
  415.              </a>
  416.              
  417.            </p>
  418.          </marquee>
  419.        </div>
  420.    </div>
  421.  
  422.    <div class="contact-info top-color">
  423.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  424.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  425.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  426.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  427.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  428.        </ul>
  429.    </div>
  430. </div>
  431. </div>
  432.  
  433. <script>
  434.    // Build array directly from Django context
  435.    const newsItems = [
  436.        
  437.            { title: "Presidential Contender Claims Vote Has Been \u0027Rigged\u0027", url: "/presidential-contender-claims-vote-has-been-rigged/" },
  438.        
  439.            { title: "Tesla Shareholders to Vote on Mammoth $1 Trillion Compensation Plan for CEO the Tech Mogul", url: "/tesla-shareholders-to-vote-on-mammoth-1-trillion-compensation-plan-for-ceo-the-tech-mogul/" },
  440.        
  441.            { title: "Strictly Come Dancing Champions Announced in Glitzy Grand Final", url: "/strictly-come-dancing-champions-announced-in-glitzy-grand-final/" },
  442.        
  443.            { title: "Waist\u002Dto\u002DHeight Ratio Beats BMI for Predicting Cardiovascular Risk", url: "/waist-to-height-ratio-beats-bmi-for-predicting-cardiovascular-risk/" },
  444.        
  445.            { title: "Ecological Catastrophe Fears as Countless of Plastic Beads Wash Up on Camber Sands", url: "/ecological-catastrophe-fears-as-countless-of-plastic-beads-wash-up-on-camber-sands/" }
  446.        
  447.    ];
  448.  
  449.    let currentNewsIndex = 0;
  450.    const newsWrapper = document.getElementById('newsWrapper');
  451.    let currentNewsElement = null;
  452.    let typingInterval = null;
  453.    let isTyping = false;
  454.  
  455.    function createNewsElement() {
  456.        const newsElement = document.createElement('div');
  457.        newsElement.className = 'unique-news-item top-color active';
  458.        newsWrapper.appendChild(newsElement);
  459.        currentNewsElement = newsElement;
  460.    }
  461.  
  462.    function typeText(news, element, callback) {
  463.        let index = 0;
  464.        element.innerHTML = '<span class="unique-cursor"></span>';
  465.  
  466.        typingInterval = setInterval(() => {
  467.            if (index < news.title.length) {
  468.                const currentText = news.title.substring(0, index + 1);
  469.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  470.                index++;
  471.            } else {
  472.                clearInterval(typingInterval);
  473.                setTimeout(() => {
  474.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  475.                    if (callback) callback();
  476.                }, 1000);
  477.            }
  478.        }, 100); // typing speed
  479.    }
  480.  
  481.    function startTyping() {
  482.        if (isTyping) return;
  483.  
  484.        isTyping = true;
  485.        const currentNews = newsItems[currentNewsIndex];
  486.  
  487.        typeText(currentNews, currentNewsElement, () => {
  488.            isTyping = false;
  489.            setTimeout(() => {
  490.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  491.                startTyping();
  492.            }, 5000); // wait before next headline
  493.        });
  494.    }
  495.  
  496.    window.onload = function() {
  497.        createNewsElement();
  498.        startTyping();
  499.    };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="custom-header mb-4">
  512.    <!-- Logo Section - Top Centered -->
  513.    <div class="logo-container">
  514.        <div class="container-fluid fluid-container">
  515.            <a class="brand-link" href="/">
  516.                
  517.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/86f61ae6-513a-4d4e-90bd-13e470247fa6_logo.png" alt="Urban Logs" />
  518.                
  519.            </a>
  520.        </div>
  521.    </div>
  522.  
  523.    <!-- Navigation Section -->
  524.    <div class="navigation-container">
  525.        <div class="container-fluid fluid-container">
  526.            <div class="nav-content">
  527.                <!-- Mobile toggle button -->
  528.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  529.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  530.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  531.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  532.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  533.                    </svg>
  534.                </button>
  535.  
  536.                <!-- Navigation Links - Left Side -->
  537.                <nav class="primary-nav navbar navbar-expand-lg">
  538.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  539.  
  540.                        
  541.                        <li class="nav-item">
  542.                            <a href="/" class="nav-link active">HOME</a>
  543.                        </li>
  544.                        
  545.                        
  546.                         <li class="nav-item">
  547.                            <a href="/category/all-posts/" class="nav-link">
  548.                                ALL POSTS
  549.                            </a>
  550.                            </li>
  551.  
  552.                            
  553.  
  554.                                    
  555.                                    
  556.                            
  557.                         <li class="nav-item">
  558.                            <a href="/category/business/" class="nav-link">
  559.                                BUSINESS
  560.                            </a>
  561.                            </li>
  562.  
  563.                            
  564.  
  565.                                    
  566.                                    
  567.                            
  568.                         <li class="nav-item">
  569.                            <a href="/category/esports/" class="nav-link">
  570.                                ESPORTS
  571.                            </a>
  572.                            </li>
  573.  
  574.                            
  575.  
  576.                                    
  577.                                    
  578.                            
  579.                         <li class="nav-item">
  580.                            <a href="/category/fashion/" class="nav-link">
  581.                                FASHION
  582.                            </a>
  583.                            </li>
  584.  
  585.                            
  586.  
  587.                                    
  588.                                    
  589.                            
  590.                         <li class="nav-item">
  591.                            <a href="/category/featured/" class="nav-link">
  592.                                FEATURED
  593.                            </a>
  594.                            </li>
  595.  
  596.                            
  597.  
  598.                                    
  599.                                    
  600.                            
  601.                        
  602.                            
  603.                            <li class="nav-item dropdown">
  604.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  605.                                    data-bs-toggle="dropdown" aria-expanded="false">
  606.                                    More
  607.                                </a>
  608.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  609.                                    <li>
  610.                                        <a class="dropdown-item"
  611.                                            href="/category/gaming/">
  612.                                            GAMING
  613.                                        </a>
  614.                                    </li>
  615.  
  616.                                    
  617.  
  618.                                    
  619.                                    
  620.                            
  621.                        
  622.                                    <li>
  623.                                        <a class="dropdown-item"
  624.                                            href="/category/health/">
  625.                                            HEALTH
  626.                                        </a>
  627.                                    </li>
  628.                                    
  629.  
  630.                                    
  631.                                    
  632.                            
  633.                        
  634.                                    <li>
  635.                                        <a class="dropdown-item"
  636.                                            href="/category/life-fitness/">
  637.                                            LIFE &amp; FITNESS
  638.                                        </a>
  639.                                    </li>
  640.                                    
  641.  
  642.                                    
  643.                                    
  644.                            
  645.                        
  646.                                    <li>
  647.                                        <a class="dropdown-item"
  648.                                            href="/category/lifestyle/">
  649.                                            LIFESTYLE
  650.                                        </a>
  651.                                    </li>
  652.                                    
  653.  
  654.                                    
  655.                                    
  656.                            
  657.                        
  658.                                    <li>
  659.                                        <a class="dropdown-item"
  660.                                            href="/category/news/">
  661.                                            NEWS
  662.                                        </a>
  663.                                    </li>
  664.                                    
  665.  
  666.                                    
  667.                                    
  668.                            
  669.                        
  670.                                    <li>
  671.                                        <a class="dropdown-item"
  672.                                            href="/category/others/">
  673.                                            OTHERS
  674.                                        </a>
  675.                                    </li>
  676.                                    
  677.  
  678.                                    
  679.                                    
  680.                            
  681.                        
  682.                                    <li>
  683.                                        <a class="dropdown-item"
  684.                                            href="/category/politics/">
  685.                                            POLITICS
  686.                                        </a>
  687.                                    </li>
  688.                                    
  689.  
  690.                                    
  691.                                    
  692.                            
  693.                        
  694.                                    <li>
  695.                                        <a class="dropdown-item"
  696.                                            href="/category/sports/">
  697.                                            SPORTS
  698.                                        </a>
  699.                                    </li>
  700.                                    
  701.  
  702.                                    
  703.                                    
  704.                            
  705.                        
  706.                                    <li>
  707.                                        <a class="dropdown-item"
  708.                                            href="/category/tech/">
  709.                                            TECH
  710.                                        </a>
  711.                                    </li>
  712.                                    
  713.  
  714.                                    
  715.                                    
  716.                            
  717.                        
  718.                                    <li>
  719.                                        <a class="dropdown-item"
  720.                                            href="/category/travel/">
  721.                                            TRAVEL
  722.                                        </a>
  723.                                    </li>
  724.                                    
  725.  
  726.                                    
  727.                                    
  728.                                </ul>
  729.                            </li>
  730.                            
  731.                            
  732. <li>
  733.                  <a href="/page/contact-us/">
  734.                     Contact Us
  735.                  </a>
  736.              </li>
  737.                    </ul>
  738.                </nav>
  739.  
  740.  
  741.                <!-- Search - Right Side -->
  742.                <div class="search-wrapper">
  743.                    <input type="search" class="search-input-field" placeholder="Search...">
  744.                    <!-- <button class="search-submit-btn" type="submit">
  745.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  746.                            stroke-width="2">
  747.                            <circle cx="11" cy="11" r="8"></circle>
  748.                            <path d="m21 21-4.35-4.35"></path>
  749.                        </svg>
  750.                    </button> -->
  751.                        <!-- The search results will be displayed here -->
  752.          <div id="search-results" class="search-results-container search-v1"></div>
  753.                </div>
  754.            </div>
  755.        </div>
  756.    </div>
  757. </header>
  758.  
  759.  
  760. <script>
  761.    function toggleNav() {
  762.        const nav = document.getElementById('primaryNav');
  763.        const toggle = document.querySelector('.mobile-nav-toggle');
  764.  
  765.        nav.classList.toggle('show');
  766.        toggle.classList.toggle('active');
  767.    }
  768.  
  769.    // Close nav when clicking outside
  770.    document.addEventListener('click', function (event) {
  771.        const nav = document.getElementById('primaryNav');
  772.        const toggle = document.querySelector('.mobile-nav-toggle');
  773.  
  774.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  775.            nav.classList.remove('show');
  776.            toggle.classList.remove('active');
  777.        }
  778.    });
  779.  
  780.    // Close nav when window is resized to desktop
  781.    window.addEventListener('resize', function () {
  782.        if (window.innerWidth > 768) {
  783.            document.getElementById('primaryNav').classList.remove('show');
  784.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  785.        }
  786.    });
  787.  
  788. </script>
  789.  
  790. <style>
  791.    .custom-header {
  792.        background: var(--navbar-bg);
  793.        border-bottom: 1px solid var(--border-color);
  794.        position: sticky;
  795.        top: 0;
  796.        z-index: 1000;
  797.        padding: 0px 10px;
  798.    }
  799.  
  800.    /* Logo Section - Top Centered */
  801.    .logo-container {
  802.        text-align: center;
  803.        padding: 10px 0;
  804.        background: var(--navbar-bg);
  805.        border-bottom: 1px solid var(--border-color);
  806.    }
  807.  
  808.    .brand-link {
  809.        display: inline-flex;
  810.        align-items: center;
  811.        text-decoration: none;
  812.    }
  813.  
  814.    .brand-link img {
  815.        height: 100px;
  816.        width: auto;
  817.    }
  818.  
  819.    /* Navigation Section */
  820.    .navigation-container {
  821.        background: var(--navbar-bg);
  822.        padding: 0;
  823.    }
  824.  
  825.    .nav-content {
  826.        display: flex;
  827.        align-items: center;
  828.        justify-content: space-between;
  829.        min-height: 60px;
  830.        position: relative;
  831.    }
  832.  
  833.    /* Mobile toggle button */
  834.    .mobile-nav-toggle {
  835.        display: none;
  836.        background: var(--navbar-bg);
  837.        border: 2px solid var(--bs-primary);
  838.        color: var(--navbar-color);
  839.        padding: 8px;
  840.        border-radius: 12px;
  841.        cursor: pointer;
  842.        transition: all 0.3s ease;
  843.    }
  844.  
  845.    .mobile-nav-toggle:hover {
  846.        background: var(--bs-primary);
  847.        color: var(--link-color) !important;
  848.    }
  849.  
  850.    /* Navigation Links - Left Side */
  851.    .primary-nav {
  852.        flex: 1;
  853.    }
  854.  
  855.    .nav-links-list {
  856.        display: flex;
  857.        list-style: none;
  858.        margin: 0;
  859.        padding: 0;
  860.        gap: 5px;
  861.        align-items: center;
  862.    }
  863.  
  864.    .nav-item {
  865.        display: block;
  866.        padding: 8px 16px;
  867.        color: #333;
  868.        text-decoration: none;
  869.        font-weight: 500;
  870.        font-size: 14px;
  871.        text-transform: uppercase;
  872.        letter-spacing: 0.5px;
  873.        border-radius: 12px;
  874.        transition: all 0.3s ease;
  875.        white-space: nowrap;
  876.    }
  877.  
  878.    .nav-item:hover {
  879.        background: rgba(0, 123, 255, 0.19);
  880.        color: var(--navbar-color);
  881.    }
  882.  
  883.    .nav-item.active {
  884.        background: var(--bs-primary);
  885.        color: var(--link-color) !important;
  886.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  887.    }
  888.  
  889.    /* Search Container - Right Side */
  890.    .search-wrapper {
  891.        display: flex;
  892.        align-items: center;
  893.        gap: 8px;
  894.    }
  895.  
  896.    .search-input-field {
  897.        padding: 12px 18px;
  898.        border: 2px solid var(--border-color);
  899.        border-radius: 12px;
  900.        background: var(--navbar-bg);
  901.        color: var(--navbar-color);
  902.        font-size: 14px;
  903.        width: 250px;
  904.        transition: all 0.3s ease;
  905.    }
  906.  
  907.    .search-input-field::placeholder {
  908.        color: #6c757d;
  909.    }
  910.  
  911.    .search-input-field:focus {
  912.        outline: none;
  913.        background: white;
  914.        border-color: var(--bs-primary);
  915.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  916.    }
  917.  
  918.    .search-submit-btn {
  919.        background: var(--bs-primary);
  920.        border: none;
  921.        color: white;
  922.        padding: 12px;
  923.        border-radius: 12px;
  924.        cursor: pointer;
  925.        transition: all 0.3s ease;
  926.        display: flex;
  927.        align-items: center;
  928.        justify-content: center;
  929.    }
  930.  
  931.    .search-submit-btn:hover {
  932.        transform: scale(1.05);
  933.        opacity: 0.7;
  934.    }
  935.  
  936.    /* Tablet responsiveness */
  937.    @media (max-width: 1200px) {
  938.        .nav-item {
  939.            font-size: 13px;
  940.        }
  941.  
  942.        .search-input-field {
  943.            width: 220px;
  944.        }
  945.    }
  946.  
  947.    @media (max-width: 1024px) {
  948.        .nav-item {
  949.            font-size: 13px;
  950.        }
  951.  
  952.        .search-input-field {
  953.            width: 200px;
  954.        }
  955.    }
  956.  
  957.    @media (max-width: 900px) {
  958.        .nav-item {
  959.            font-size: 12px;
  960.        }
  961.  
  962.        .search-input-field {
  963.            width: 180px;
  964.        }
  965.    }
  966.  
  967.    /* Mobile responsiveness */
  968.    @media (max-width: 768px) {
  969.        .container-fluid {
  970.            padding: 0 15px;
  971.        }
  972.  
  973.        .logo-container {
  974.            padding: 15px 0;
  975.        }
  976.  
  977.        .brand-link img {
  978.            height: 40px;
  979.        }
  980.  
  981.        /* Show mobile toggle */
  982.        .mobile-nav-toggle {
  983.            display: block;
  984.        }
  985.  
  986.        .nav-content {
  987.            min-height: 50px;
  988.            padding: 10px 0;
  989.        }
  990.  
  991.        /* Hide navigation on mobile by default */
  992.        .primary-nav {
  993.            position: absolute;
  994.            top: 100%;
  995.            left: 0;
  996.            right: 0;
  997.            background: var(--navbar-bg);
  998.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  999.            border-radius: 0 0 10px 10px;
  1000.            transform: translateY(-100%);
  1001.            opacity: 0;
  1002.            visibility: hidden;
  1003.            transition: all 0.3s ease;
  1004.            z-index: 999;
  1005.        }
  1006.  
  1007.        /* Show navigation when toggled */
  1008.        .primary-nav.show {
  1009.            transform: translateY(0);
  1010.            opacity: 1;
  1011.            visibility: visible;
  1012.        }
  1013.  
  1014.        .nav-links-list {
  1015.            flex-direction: column;
  1016.            gap: 0;
  1017.            padding: 15px 0;
  1018.        }
  1019.  
  1020.        .nav-item {
  1021.            border-bottom: 1px solid #eee;
  1022.            text-align: left;
  1023.            border-radius: 0;
  1024.            width: 100%;
  1025.        }
  1026.  
  1027.        .nav-item:last-child {
  1028.            border-bottom: none;
  1029.        }
  1030.  
  1031.        /* Search stays visible on mobile - right side */
  1032.        .search-wrapper {
  1033.            margin-left: auto;
  1034.        }
  1035.  
  1036.        .search-input-field {
  1037.            width: 160px;
  1038.            padding: 10px 15px;
  1039.            font-size: 13px;
  1040.        }
  1041.  
  1042.        .search-submit-btn {
  1043.            padding: 10px;
  1044.        }
  1045.    }
  1046.  
  1047.    @media (max-width: 576px) {
  1048.        .logo-container {
  1049.            padding: 12px 0;
  1050.        }
  1051.  
  1052.        .brand-link img {
  1053.            height: 35px;
  1054.        }
  1055.  
  1056.        .search-input-field {
  1057.            width: 140px;
  1058.            font-size: 12px;
  1059.        }
  1060.  
  1061.        .nav-content {
  1062.            gap: 10px;
  1063.        }
  1064.    }
  1065.  
  1066.    @media (max-width: 480px) {
  1067.        .container-fluid {
  1068.            padding: 0 10px;
  1069.        }
  1070.  
  1071.        .search-input-field {
  1072.            width: 120px;
  1073.        }
  1074.  
  1075.        .mobile-nav-toggle {
  1076.            padding: 6px;
  1077.        }
  1078.  
  1079.        .nav-item {
  1080.            font-size: 13px;
  1081.        }
  1082.    }
  1083.  
  1084.    @media (max-width: 400px) {
  1085.        .search-input-field {
  1086.            width: 100px;
  1087.            font-size: 11px;
  1088.            padding: 8px 12px;
  1089.        }
  1090.  
  1091.        .search-submit-btn {
  1092.            padding: 8px;
  1093.        }
  1094.  
  1095.        .search-submit-btn svg {
  1096.            width: 14px;
  1097.            height: 14px;
  1098.        }
  1099.    }
  1100.  
  1101.      /* search field */
  1102.  .search-results-container {
  1103.  position: absolute;
  1104.  top: 100%; /* Position it below the input field */
  1105.  left: 0;
  1106.  right: 0;
  1107.  background-color: white;
  1108.  border: 1px solid #ddd;
  1109.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1110.  max-height: 300px;
  1111.  overflow-y: auto;
  1112.  z-index: 1000;
  1113.  display: none; /* Initially hidden */
  1114. }
  1115.  
  1116. .search-results-container p {
  1117.  margin: 0;
  1118. }
  1119.  
  1120. .search-results-container .result-item {
  1121.  padding: 10px;
  1122.  cursor: pointer;
  1123. }
  1124.  
  1125. .search-results-container .result-item:hover {
  1126.  background-color: #f0f0f0;
  1127. }
  1128.  
  1129. </style>
  1130.  
  1131. <script>
  1132.  document.addEventListener("DOMContentLoaded", function () {
  1133.    const searchInput = document.querySelector(".search-input-field");
  1134.    const searchResults = document.getElementById("search-results");
  1135.  
  1136.    if (!searchInput || !searchResults) return; // Safety check
  1137.  
  1138.    // 🔍 Handle typing
  1139.    searchInput.addEventListener("keyup", function (e) {
  1140.      e.preventDefault();
  1141.  
  1142.      const query = searchInput.value.trim();
  1143.  
  1144.      if (query === "") {
  1145.        searchResults.innerHTML = "";
  1146.        searchResults.style.display = "none";
  1147.        return;
  1148.      }
  1149.  
  1150.      searchResults.style.display = "block";
  1151.  
  1152.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1153.        method: "GET",
  1154.        headers: {
  1155.          "X-Requested-With": "XMLHttpRequest",
  1156.        },
  1157.      })
  1158.        .then(response => response.json())
  1159.        .then(data => {
  1160.          if (data.html) {
  1161.            searchResults.innerHTML = data.html;
  1162.          } else {
  1163.            searchResults.innerHTML = "<p>No results found.</p>";
  1164.          }
  1165.        })
  1166.        .catch(error => {
  1167.          console.error("Error fetching search results:", error);
  1168.        });
  1169.    });
  1170.  
  1171.    // 🖱️ Close results when clicking outside
  1172.    document.addEventListener("click", function (e) {
  1173.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1174.        searchResults.style.display = "none";
  1175.      }
  1176.    });
  1177.  
  1178.    // ⌨️ Close results when pressing Escape
  1179.    document.addEventListener("keydown", function (e) {
  1180.      if (e.key === "Escape") {
  1181.        searchResults.style.display = "none";
  1182.      }
  1183.    });
  1184.  });
  1185. </script>
  1186.  
  1187.        </header>
  1188.        <!-- end of header -->
  1189.        <!-- start of wpo-blog-hero -->
  1190.        
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198. <style>
  1199. .blog-hero-section {
  1200.    padding: 3rem 0;
  1201. }
  1202.  
  1203.  
  1204. .hero-grid {
  1205.    display: grid;
  1206.    grid-template-columns: 2fr 1fr 1fr;
  1207.    grid-template-rows: 1fr 1fr;
  1208.    gap: 1.5rem;
  1209.    height: 500px;
  1210. }
  1211.  
  1212. .hero-card {
  1213.    background: var(--card-bg);
  1214.    border-radius: 12px;
  1215.    overflow: hidden;
  1216.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1217.    transition: all 0.3s ease;
  1218.    position: relative;
  1219. }
  1220.  
  1221. .hero-card:hover {
  1222.    transform: translateY(-8px);
  1223.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1224. }
  1225.  
  1226. .main-hero {
  1227.    grid-row: 1 / -1;
  1228.    grid-column: 1;
  1229. }
  1230.  
  1231. .card-image {
  1232.    width: 100%;
  1233.    height: 60%;
  1234.    object-fit: cover;
  1235.    transition: transform 0.3s ease;
  1236. }
  1237.  
  1238. .main-hero .card-image {
  1239.    height: 65%;
  1240. }
  1241.  
  1242. .hero-card:hover .card-image {
  1243.    transform: scale(1.05);
  1244. }
  1245.  
  1246. .card-content {
  1247.    padding: 1.5rem;
  1248.    height: 40%;
  1249.    display: flex;
  1250.    flex-direction: column;
  1251.    justify-content: space-between;
  1252. }
  1253.  
  1254. .main-hero .card-content {
  1255.    height: 35%;
  1256. }
  1257.  
  1258. .category-badge {
  1259.    display: inline-block;
  1260.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1261.    color: white;
  1262.    padding: 0.4rem 1rem;
  1263.    border-radius: 20px;
  1264.    font-size: 0.8rem;
  1265.    font-weight: 600;
  1266.    text-transform: uppercase;
  1267.    letter-spacing: 0.5px;
  1268.    margin-bottom: 0.8rem;
  1269.    width: fit-content;
  1270. }
  1271.  
  1272. .card-title {
  1273.    font-size: 1.1rem;
  1274.    font-weight: 700;
  1275.    line-height: 1.4;
  1276.    margin-bottom: 0.5rem;
  1277. }
  1278.  
  1279. .main-hero .card-title {
  1280.    font-size: 1.6rem;
  1281.    line-height: 1.3;
  1282.    margin-bottom: 0.8rem;
  1283. }
  1284.  
  1285. .card-title a {
  1286.    color: var(--top-color);
  1287.    text-decoration: none;
  1288.    transition: color 0.3s ease;
  1289. }
  1290.  
  1291.  
  1292. .card-description {
  1293.    color: var(--top-color);
  1294.    line-height: 1.6;
  1295.    margin-bottom: 1rem;
  1296.    display: -webkit-box;
  1297.    -webkit-line-clamp: 2;
  1298.    -webkit-box-orient: vertical;
  1299.    overflow: hidden;
  1300. }
  1301.  
  1302. .main-hero .card-description {
  1303.    -webkit-line-clamp: 3;
  1304. }
  1305.  
  1306. .card-meta {
  1307.    display: flex;
  1308.    align-items: center;
  1309.    justify-content: space-between;
  1310.    margin-top: auto;
  1311. }
  1312.  
  1313. .author-section {
  1314.    display: flex;
  1315.    align-items: center;
  1316.    gap: 0.8rem;
  1317. }
  1318.  
  1319. .author-avatar {
  1320.    width: 35px;
  1321.    height: 35px;
  1322.    border-radius: 50%;
  1323.    object-fit: cover;
  1324.    border: 2px solid #f8f9fa;
  1325. }
  1326.  
  1327. .author-name {
  1328.    color: #667eea;
  1329.    text-decoration: none;
  1330.    font-weight: 600;
  1331.    font-size: 0.9rem;
  1332. }
  1333.  
  1334. .author-name:hover {
  1335.    text-decoration: underline;
  1336. }
  1337.  
  1338. .publish-date {
  1339.    color: #95a5a6;
  1340.    font-size: 0.85rem;
  1341.    font-weight: 500;
  1342. }
  1343.  
  1344. .side-card-1 {
  1345.    grid-column: 2;
  1346.    grid-row: 1;
  1347. }
  1348.  
  1349. .side-card-2 {
  1350.    grid-column: 3;
  1351.    grid-row: 1;
  1352. }
  1353.  
  1354. .side-card-3 {
  1355.    grid-column: 2 / 4;
  1356.    grid-row: 2;
  1357. }
  1358.  
  1359. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1360. @media (min-width: 992px) {
  1361.    
  1362.    .main-hero .card-image,
  1363.    .side-card-1 .card-image,
  1364.    .side-card-2 .card-image {
  1365.        height: 100%;
  1366.    }
  1367.    
  1368.    .main-hero .card-content,
  1369.    .side-card-1 .card-content,
  1370.    .side-card-2 .card-content {
  1371.        position: absolute;
  1372.        bottom: 0;
  1373.        left: 0;
  1374.        right: 0;
  1375.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1376.        color: white;
  1377.        padding: 2rem 1.5rem 1.5rem;
  1378.        height: auto;
  1379.    }
  1380.    
  1381.    .main-hero .card-content {
  1382.        padding: 3rem 2rem 2rem;
  1383.    }
  1384.    
  1385.    .main-hero .category-badge,
  1386.    .side-card-1 .category-badge,
  1387.    .side-card-2 .category-badge {
  1388.      
  1389.        margin-bottom: 0.8rem;
  1390.    }
  1391.    
  1392.    .main-hero .card-title a,
  1393.    .side-card-1 .card-title a,
  1394.    .side-card-2 .card-title a {
  1395.        color: white;
  1396.    }
  1397.    
  1398.    .main-hero .card-description {
  1399.        color: #f8f9fa;
  1400.    }
  1401.    
  1402.    .main-hero .author-name,
  1403.    .side-card-1 .author-name,
  1404.    .side-card-2 .author-name {
  1405.        color: #f8f9fa;
  1406.    }
  1407.    
  1408.    .main-hero .publish-date,
  1409.    .side-card-1 .publish-date,
  1410.    .side-card-2 .publish-date {
  1411.        color: #e9ecef;
  1412.    }
  1413. }
  1414.  
  1415. .side-card-3 {
  1416.    display: flex;
  1417.    flex-direction: row;
  1418. }
  1419.  
  1420. .side-card-3 .card-image {
  1421.    width: 40%;
  1422.    height: 100%;
  1423. }
  1424.  
  1425. .side-card-3 .card-content {
  1426.    width: 60%;
  1427.    height: 100%;
  1428.    padding: 1.5rem;
  1429. }
  1430.  
  1431. /* Mobile Responsive */
  1432. @media (max-width: 992px) {
  1433.    .hero-grid {
  1434.        grid-template-columns: 1fr;
  1435.        grid-template-rows: auto;
  1436.        height: auto;
  1437.        gap: 1rem;
  1438.    }
  1439.    
  1440.    .main-hero {
  1441.        grid-row: 1;
  1442.        grid-column: 1;
  1443.    }
  1444.    
  1445.    .side-card-1, .side-card-2, .side-card-3 {
  1446.        grid-column: 1;
  1447.        grid-row: auto;
  1448.    }
  1449.    
  1450.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1451.    .main-hero .card-content,
  1452.    .side-card-1 .card-content,
  1453.    .side-card-2 .card-content {
  1454.        position: relative;
  1455.        background: var(--card-bg);
  1456.        color: inherit;
  1457.        padding: 1.5rem;
  1458.        height: auto;
  1459.    }
  1460.    
  1461.    .main-hero .card-image,
  1462.    .side-card-1 .card-image,
  1463.    .side-card-2 .card-image {
  1464.        height: 200px;
  1465.    }
  1466.    
  1467.    .main-hero .card-image {
  1468.        height: 250px;
  1469.    }
  1470.    
  1471.    .main-hero .category-badge,
  1472.    .side-card-1 .category-badge,
  1473.    .side-card-2 .category-badge {
  1474.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1475.        color: white;
  1476.    }
  1477.    
  1478.    .main-hero .card-title a,
  1479.    .side-card-1 .card-title a,
  1480.    .side-card-2 .card-title a {
  1481.        color: var(--top-color);
  1482.    }
  1483.    
  1484.    .main-hero .card-description {
  1485.        color: #7f8c8d;
  1486.    }
  1487.    
  1488.    .main-hero .author-name,
  1489.    .side-card-1 .author-name,
  1490.    .side-card-2 .author-name {
  1491.        color: #667eea;
  1492.    }
  1493.    
  1494.    .main-hero .publish-date,
  1495.    .side-card-1 .publish-date,
  1496.    .side-card-2 .publish-date {
  1497.        color: #95a5a6;
  1498.    }
  1499.    
  1500.    .side-card-3 {
  1501.        flex-direction: column;
  1502.    }
  1503.    
  1504.    .side-card-3 .card-image {
  1505.        width: 100%;
  1506.        height: 200px;
  1507.    }
  1508.    
  1509.    .side-card-3 .card-content {
  1510.        width: 100%;
  1511.        height: auto;
  1512.    }
  1513.    
  1514.    .card-image {
  1515.        height: 200px;
  1516.    }
  1517.    
  1518.    .main-hero .card-image {
  1519.        height: 250px;
  1520.    }
  1521.    
  1522.    .main-hero .card-content {
  1523.        height: auto;
  1524.    }
  1525. }
  1526. </style>
  1527.  
  1528. <div class="blog-hero-section">
  1529.    <div class="container-fluid fluid-container">
  1530.        <div class="hero-grid">
  1531.            <!-- Main Featured Post -->
  1532.            
  1533.                              
  1534.                    <article class="hero-card main-hero">
  1535.                        
  1536.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="A Thorough COP30 Terminology Guide" class="card-image">
  1537.                        
  1538.                        
  1539.                        <div class="card-content">
  1540.                            <div>
  1541.                                <span class="category-badge">News</span>
  1542.                                <h2 class="card-title">
  1543.                                    <a href="/a-thorough-cop30-terminology-guide/">
  1544.                                        A Thorough COP30 Terminology Guide
  1545.                                    </a>
  1546.                                </h2>
  1547.                                <p class="card-description"></p>
  1548.                            </div>
  1549.                            
  1550.                            <div class="card-meta">
  1551.                                <div class="author-section">
  1552.                                    
  1553.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" class="author-avatar">
  1554.                                    
  1555.                                    <a href="#" class="author-name">Cody Glenn</a>
  1556.                                </div>
  1557.                                <span class="publish-date">Aug 17, 2026</span>
  1558.                            </div>
  1559.                        </div>
  1560.                    </article>
  1561.                
  1562.            
  1563.  
  1564.            <!-- Side Cards -->
  1565.            
  1566.                <article class="hero-card side-card-1">
  1567.                    
  1568.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Tanzania Crackdown on Scheduled Protest Leaves Streets Deserted." class="card-image">
  1569.                    
  1570.                    
  1571.                    <div class="card-content">
  1572.                        <div>
  1573.                            <span class="category-badge">News</span>
  1574.                            <h3 class="card-title">
  1575.                                <a href="/tanzania-crackdown-on-scheduled-protest-leaves-streets-deserted/">
  1576.                                    Tanzania Crackdown on Scheduled Protest Leaves Streets Deserted.
  1577.                                </a>
  1578.                            </h3>
  1579.                            <p class="card-description"></p>
  1580.                        </div>
  1581.                        
  1582.                        <div class="card-meta">
  1583.                            <div class="author-section">
  1584.                                <a href="#" class="author-name">Cody Glenn</a>
  1585.                            </div>
  1586.                            <span class="publish-date">Aug 17</span>
  1587.                        </div>
  1588.                    </div>
  1589.                </article>
  1590.            
  1591.                <article class="hero-card side-card-2">
  1592.                    
  1593.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ndiaye, Globetrotters-Level Skills and Sobering Football Statistics" class="card-image">
  1594.                    
  1595.                    
  1596.                    <div class="card-content">
  1597.                        <div>
  1598.                            <span class="category-badge">News</span>
  1599.                            <h3 class="card-title">
  1600.                                <a href="/ndiaye-globetrotters-level-skills-and-sobering-football-statistics/">
  1601.                                    Ndiaye, Globetrotters-Level Skills and Sobering Football Statistics
  1602.                                </a>
  1603.                            </h3>
  1604.                            <p class="card-description"></p>
  1605.                        </div>
  1606.                        
  1607.                        <div class="card-meta">
  1608.                            <div class="author-section">
  1609.                                <a href="#" class="author-name">Cody Glenn</a>
  1610.                            </div>
  1611.                            <span class="publish-date">Aug 17</span>
  1612.                        </div>
  1613.                    </div>
  1614.                </article>
  1615.            
  1616.                <article class="hero-card side-card-3">
  1617.                    
  1618.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Do Populist Governments Inevitably Wreck the Economic System?" class="card-image">
  1619.                    
  1620.                    
  1621.                    <div class="card-content">
  1622.                        <div>
  1623.                            <span class="category-badge">News</span>
  1624.                            <h3 class="card-title">
  1625.                                <a href="/do-populist-governments-inevitably-wreck-the-economic-system/">
  1626.                                    Do Populist Governments Inevitably Wreck the Economic System?
  1627.                                </a>
  1628.                            </h3>
  1629.                            <p class="card-description"></p>
  1630.                        </div>
  1631.                        
  1632.                        <div class="card-meta">
  1633.                            <div class="author-section">
  1634.                                <a href="#" class="author-name">Cody Glenn</a>
  1635.                            </div>
  1636.                            <span class="publish-date">Aug 17</span>
  1637.                        </div>
  1638.                    </div>
  1639.                </article>
  1640.            
  1641.        </div>
  1642.    </div>
  1643. </div>
  1644.  
  1645.  
  1646.  
  1647.  
  1648.        <!-- end of wpo-blog-hero -->
  1649.  
  1650.        <!-- start of wpo-breacking-news -->
  1651.        
  1652.        <!-- end of wpo-breacking-news -->
  1653.        
  1654.        <!-- start wpo-blog-highlights-section -->
  1655.        
  1656.  
  1657.  
  1658.  
  1659.    
  1660.  
  1661.  
  1662.  <style>
  1663.    /* Section Header */
  1664.    .section-header-v9 {
  1665.      text-align: center;
  1666.      margin-bottom: 20px;
  1667.    }
  1668.    
  1669.    .section-title-v9 {
  1670.      font-size: 3rem;
  1671.      font-weight: 700;
  1672.      color: var(--topbar-color);
  1673.      margin-bottom: 20px;
  1674.      text-transform: uppercase;
  1675.    }
  1676.    
  1677.    .section-subtitle-v9 {
  1678.      font-size: 1.2rem;
  1679.      color: var(--topbar-color);
  1680.      opacity: 0.5;
  1681.      max-width: 800px;
  1682.      margin: 0 auto;
  1683.      line-height: 1.8;
  1684.    }
  1685.        
  1686.    /* Blog Card */
  1687.    .blog-card-v9 {
  1688.      background: var(--card-bg);
  1689.      border: 1px solid var(--border-color);
  1690.      border-radius: 8px;
  1691.      margin-bottom: 30px;
  1692.      overflow: hidden;
  1693.      opacity: 0;
  1694.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1695.    }
  1696.    
  1697.    .blog-card-v9.fade-in {
  1698.      opacity: 1;
  1699.    }
  1700.    
  1701.    @keyframes fadeIn {
  1702.      from {
  1703.        opacity: 0;
  1704.      }
  1705.      to {
  1706.        opacity: 1;
  1707.      }
  1708.    }
  1709.    
  1710.    .blog-card-v9:hover {
  1711.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1712.    }
  1713.    
  1714.    /* Blog Image */
  1715.    .blog-image-container-v9 {
  1716.      width: 100%;
  1717.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1718.      overflow: hidden;
  1719.    }
  1720.    
  1721.    .blog-image-v9 {
  1722.      width: 100%;
  1723.      height: 100%;
  1724.    }
  1725.    
  1726.    .blog-image-v9 img {
  1727.      width: 100%;
  1728.      height: 100%;
  1729.      object-fit: cover;
  1730.      display: block;
  1731.    }
  1732.    
  1733.    /* Blog Content */
  1734.    .blog-content-v9 {
  1735.      padding: 20px;
  1736.    }
  1737.    
  1738.    .blog-title-v9 {
  1739.      font-size: 1.2rem;
  1740.      font-weight: 600;
  1741.      margin-bottom: 15px;
  1742.      color: var(--topbar-color) !important;
  1743.      text-transform: capitalize;
  1744.    }
  1745.    
  1746.    .blog-meta-v9 {
  1747.      display: flex;
  1748.      align-items: center;
  1749.      gap: 10px;
  1750.      font-size: 0.9rem;
  1751.      color: var(--topbar-color);
  1752.      margin-bottom: 10px;
  1753.    }
  1754.    
  1755.    .blog-meta-v9 span {
  1756.      display: inline-block;
  1757.    }
  1758.    
  1759.    .blog-excerpt-v9 {
  1760.      font-size: 1rem;
  1761.      color: var(--topbar-color);
  1762.      opacity: .6;
  1763.      margin-bottom: 15px;
  1764.      line-height: 1.6;
  1765.    }
  1766.    
  1767.    .blog-actions-v9 {
  1768.      display: flex;
  1769.      justify-content: flex-start;
  1770.    }
  1771.    
  1772.    .blog-read-more-v9 {
  1773.      font-size: 1rem;
  1774.      color: var(--topbar-color);
  1775.      text-decoration: none;
  1776.      transition: color 0.3s ease;
  1777.    }
  1778.    
  1779.    .blog-read-more-v9:hover {
  1780.      color: #2980b9 !important;
  1781.    }
  1782.    
  1783.    /* Responsive Design */
  1784.    @media (max-width: 768px) {
  1785.      .section-title-v9 {
  1786.        font-size: 2.5rem;
  1787.      }
  1788.    
  1789.      .blog-card-v9 {
  1790.        margin-bottom: 20px;
  1791.      }
  1792.    
  1793.      .blog-meta-v9 {
  1794.        font-size: 0.8rem;
  1795.      }
  1796.    
  1797.      .blog-image-container-v9 {
  1798.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1799.      }
  1800.    }
  1801.  </style>
  1802.  
  1803.  <section class="blog-highlights-v9 mt-5">
  1804.    <div class="container-fluid fluid-container">
  1805.      <!-- Section Header -->
  1806.      <div class="row justify-content-center">
  1807.        <div class="col-12 col-lg-10">
  1808.          <div class="section-header-v9">
  1809.            <h2 class="section-title-v9 mb-0">
  1810.                Today's Top Highlights
  1811.                   </h2>
  1812.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1813.          </div>
  1814.        </div>
  1815.      </div>
  1816.  
  1817.      <!-- Blog Grid -->
  1818.      <div class="row ">
  1819.        <div class="col-lg-8">
  1820.          <div class="row d-flex justify-content-center">
  1821.            
  1822.              <div class="col-md-6 pb-3">
  1823.                <article class="blog-card-v9 h-100">
  1824.                  <div class="blog-image-container-v9">
  1825.                    <div class="blog-image-v9">
  1826.                      
  1827.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1828.                      
  1829.                    </div>
  1830.                  </div>
  1831.                  <div class="blog-content-v9">
  1832.                    <h3 class="blog-title-v9 "><a class="top-color" href="/relatives-anguish-regarding-shoreline-erosion-endangering-norfolk-graves/">Relatives&#x27; Anguish Regarding Shoreline Erosion Endangering Norfolk Graves</a></h3>
  1833.                    <div class="blog-meta-v9">
  1834.                      <span>By <strong>Cody Glenn</strong></span>
  1835.                      <span>•</span>
  1836.                      <span>17 Aug 2026</span>
  1837.                    </div>
  1838.                    <p class="blog-excerpt-v9"></p>
  1839.                    <div class="blog-actions-v9">
  1840.                      <a href="/relatives-anguish-regarding-shoreline-erosion-endangering-norfolk-graves/" class="blog-read-more-v9">Read More →</a>
  1841.                    </div>
  1842.                  </div>
  1843.                </article>
  1844.              </div>
  1845.            
  1846.              <div class="col-md-6 pb-3">
  1847.                <article class="blog-card-v9 h-100">
  1848.                  <div class="blog-image-container-v9">
  1849.                    <div class="blog-image-v9">
  1850.                      
  1851.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1852.                      
  1853.                    </div>
  1854.                  </div>
  1855.                  <div class="blog-content-v9">
  1856.                    <h3 class="blog-title-v9 "><a class="top-color" href="/wolves-rout-sorry-west-ham-to-claim-maiden-premier-league-victory-of-the-season/">Wolves Rout Sorry West Ham to Claim Maiden Premier League Victory of the Season</a></h3>
  1857.                    <div class="blog-meta-v9">
  1858.                      <span>By <strong>Cody Glenn</strong></span>
  1859.                      <span>•</span>
  1860.                      <span>17 Aug 2026</span>
  1861.                    </div>
  1862.                    <p class="blog-excerpt-v9"></p>
  1863.                    <div class="blog-actions-v9">
  1864.                      <a href="/wolves-rout-sorry-west-ham-to-claim-maiden-premier-league-victory-of-the-season/" class="blog-read-more-v9">Read More →</a>
  1865.                    </div>
  1866.                  </div>
  1867.                </article>
  1868.              </div>
  1869.            
  1870.              <div class="col-md-6 pb-3">
  1871.                <article class="blog-card-v9 h-100">
  1872.                  <div class="blog-image-container-v9">
  1873.                    <div class="blog-image-v9">
  1874.                      
  1875.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1876.                      
  1877.                    </div>
  1878.                  </div>
  1879.                  <div class="blog-content-v9">
  1880.                    <h3 class="blog-title-v9 "><a class="top-color" href="/plug-in-hybrid-electric-cars-pollute-almost-as-much-as-gasoline-vehicles-report-reveals/">Plug in Hybrid electric Cars Pollute Almost as Much as Gasoline Vehicles, Report Reveals</a></h3>
  1881.                    <div class="blog-meta-v9">
  1882.                      <span>By <strong>Cody Glenn</strong></span>
  1883.                      <span>•</span>
  1884.                      <span>16 Aug 2026</span>
  1885.                    </div>
  1886.                    <p class="blog-excerpt-v9"></p>
  1887.                    <div class="blog-actions-v9">
  1888.                      <a href="/plug-in-hybrid-electric-cars-pollute-almost-as-much-as-gasoline-vehicles-report-reveals/" class="blog-read-more-v9">Read More →</a>
  1889.                    </div>
  1890.                  </div>
  1891.                </article>
  1892.              </div>
  1893.            
  1894.              <div class="col-md-6 pb-3">
  1895.                <article class="blog-card-v9 h-100">
  1896.                  <div class="blog-image-container-v9">
  1897.                    <div class="blog-image-v9">
  1898.                      
  1899.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1900.                      
  1901.                    </div>
  1902.                  </div>
  1903.                  <div class="blog-content-v9">
  1904.                    <h3 class="blog-title-v9 "><a class="top-color" href="/it-is-deeply-saddening-the-way-30-confined-beluga-whales-are-now-tools-in-dispute-over-animal-cruelty/">It is deeply saddening’: the way 30 confined beluga whales are now tools in dispute over animal cruelty.</a></h3>
  1905.                    <div class="blog-meta-v9">
  1906.                      <span>By <strong>Cody Glenn</strong></span>
  1907.                      <span>•</span>
  1908.                      <span>16 Aug 2026</span>
  1909.                    </div>
  1910.                    <p class="blog-excerpt-v9"></p>
  1911.                    <div class="blog-actions-v9">
  1912.                      <a href="/it-is-deeply-saddening-the-way-30-confined-beluga-whales-are-now-tools-in-dispute-over-animal-cruelty/" class="blog-read-more-v9">Read More →</a>
  1913.                    </div>
  1914.                  </div>
  1915.                </article>
  1916.              </div>
  1917.            
  1918.              <div class="col-md-6 pb-3">
  1919.                <article class="blog-card-v9 h-100">
  1920.                  <div class="blog-image-container-v9">
  1921.                    <div class="blog-image-v9">
  1922.                      
  1923.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1924.                      
  1925.                    </div>
  1926.                  </div>
  1927.                  <div class="blog-content-v9">
  1928.                    <h3 class="blog-title-v9 "><a class="top-color" href="/big-trouble-in-miniature-berlin-the-tiny-settlement-split-in-half-by-the-cold-war-era/">Big Trouble in ‘Miniature Berlin’: The Tiny Settlement Split in Half by the Cold War Era</a></h3>
  1929.                    <div class="blog-meta-v9">
  1930.                      <span>By <strong>Cody Glenn</strong></span>
  1931.                      <span>•</span>
  1932.                      <span>16 Aug 2026</span>
  1933.                    </div>
  1934.                    <p class="blog-excerpt-v9"></p>
  1935.                    <div class="blog-actions-v9">
  1936.                      <a href="/big-trouble-in-miniature-berlin-the-tiny-settlement-split-in-half-by-the-cold-war-era/" class="blog-read-more-v9">Read More →</a>
  1937.                    </div>
  1938.                  </div>
  1939.                </article>
  1940.              </div>
  1941.            
  1942.              <div class="col-md-6 pb-3">
  1943.                <article class="blog-card-v9 h-100">
  1944.                  <div class="blog-image-container-v9">
  1945.                    <div class="blog-image-v9">
  1946.                      
  1947.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1948.                      
  1949.                    </div>
  1950.                  </div>
  1951.                  <div class="blog-content-v9">
  1952.                    <h3 class="blog-title-v9 "><a class="top-color" href="/qatars-short-race-and-main-event-grid-setting-real-time-updates/">Qatar&#x27;s Short Race and Main Event Grid Setting: Real-Time Updates</a></h3>
  1953.                    <div class="blog-meta-v9">
  1954.                      <span>By <strong>Cody Glenn</strong></span>
  1955.                      <span>•</span>
  1956.                      <span>16 Aug 2026</span>
  1957.                    </div>
  1958.                    <p class="blog-excerpt-v9"></p>
  1959.                    <div class="blog-actions-v9">
  1960.                      <a href="/qatars-short-race-and-main-event-grid-setting-real-time-updates/" class="blog-read-more-v9">Read More →</a>
  1961.                    </div>
  1962.                  </div>
  1963.                </article>
  1964.              </div>
  1965.            
  1966.              <div class="col-md-6 pb-3">
  1967.                <article class="blog-card-v9 h-100">
  1968.                  <div class="blog-image-container-v9">
  1969.                    <div class="blog-image-v9">
  1970.                      
  1971.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1972.                      
  1973.                    </div>
  1974.                  </div>
  1975.                  <div class="blog-content-v9">
  1976.                    <h3 class="blog-title-v9 "><a class="top-color" href="/rhythm-and-blues-xmas-ball-recap-a-heartfelt-trip-back-to-the-nineties/">Rhythm and Blues Xmas Ball Recap: A Heartfelt Trip Back to the Nineties</a></h3>
  1977.                    <div class="blog-meta-v9">
  1978.                      <span>By <strong>Cody Glenn</strong></span>
  1979.                      <span>•</span>
  1980.                      <span>16 Aug 2026</span>
  1981.                    </div>
  1982.                    <p class="blog-excerpt-v9"></p>
  1983.                    <div class="blog-actions-v9">
  1984.                      <a href="/rhythm-and-blues-xmas-ball-recap-a-heartfelt-trip-back-to-the-nineties/" class="blog-read-more-v9">Read More →</a>
  1985.                    </div>
  1986.                  </div>
  1987.                </article>
  1988.              </div>
  1989.            
  1990.              <div class="col-md-6 pb-3">
  1991.                <article class="blog-card-v9 h-100">
  1992.                  <div class="blog-image-container-v9">
  1993.                    <div class="blog-image-v9">
  1994.                      
  1995.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1996.                      
  1997.                    </div>
  1998.                  </div>
  1999.                  <div class="blog-content-v9">
  2000.                    <h3 class="blog-title-v9 "><a class="top-color" href="/italys-court-great-nicola-pietrangeli-dies-at-the-age-of-92/">Italy&#x27;s Court Great Nicola Pietrangeli Dies at the Age of 92</a></h3>
  2001.                    <div class="blog-meta-v9">
  2002.                      <span>By <strong>Cody Glenn</strong></span>
  2003.                      <span>•</span>
  2004.                      <span>16 Aug 2026</span>
  2005.                    </div>
  2006.                    <p class="blog-excerpt-v9"></p>
  2007.                    <div class="blog-actions-v9">
  2008.                      <a href="/italys-court-great-nicola-pietrangeli-dies-at-the-age-of-92/" class="blog-read-more-v9">Read More →</a>
  2009.                    </div>
  2010.                  </div>
  2011.                </article>
  2012.              </div>
  2013.            
  2014.              <div class="col-md-6 pb-3">
  2015.                <article class="blog-card-v9 h-100">
  2016.                  <div class="blog-image-container-v9">
  2017.                    <div class="blog-image-v9">
  2018.                      
  2019.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2020.                      
  2021.                    </div>
  2022.                  </div>
  2023.                  <div class="blog-content-v9">
  2024.                    <h3 class="blog-title-v9 "><a class="top-color" href="/ghislaine-maxwell-allegedly-seeking-sentence-commutation-insider-claims-to-congressional-democrats/">Ghislaine Maxwell Allegedly Seeking Sentence Commutation, Insider Claims to Congressional Democrats</a></h3>
  2025.                    <div class="blog-meta-v9">
  2026.                      <span>By <strong>Cody Glenn</strong></span>
  2027.                      <span>•</span>
  2028.                      <span>16 Aug 2026</span>
  2029.                    </div>
  2030.                    <p class="blog-excerpt-v9"></p>
  2031.                    <div class="blog-actions-v9">
  2032.                      <a href="/ghislaine-maxwell-allegedly-seeking-sentence-commutation-insider-claims-to-congressional-democrats/" class="blog-read-more-v9">Read More →</a>
  2033.                    </div>
  2034.                  </div>
  2035.                </article>
  2036.              </div>
  2037.            
  2038.              <div class="col-md-6 pb-3">
  2039.                <article class="blog-card-v9 h-100">
  2040.                  <div class="blog-image-container-v9">
  2041.                    <div class="blog-image-v9">
  2042.                      
  2043.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2044.                      
  2045.                    </div>
  2046.                  </div>
  2047.                  <div class="blog-content-v9">
  2048.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tropical-storm-melissa-grows-stronger-as-it-moves-towards-jamaica/">Tropical Storm Melissa Grows Stronger As It Moves Towards Jamaica</a></h3>
  2049.                    <div class="blog-meta-v9">
  2050.                      <span>By <strong>Cody Glenn</strong></span>
  2051.                      <span>•</span>
  2052.                      <span>16 Aug 2026</span>
  2053.                    </div>
  2054.                    <p class="blog-excerpt-v9"></p>
  2055.                    <div class="blog-actions-v9">
  2056.                      <a href="/tropical-storm-melissa-grows-stronger-as-it-moves-towards-jamaica/" class="blog-read-more-v9">Read More →</a>
  2057.                    </div>
  2058.                  </div>
  2059.                </article>
  2060.              </div>
  2061.            
  2062.              <div class="col-md-6 pb-3">
  2063.                <article class="blog-card-v9 h-100">
  2064.                  <div class="blog-image-container-v9">
  2065.                    <div class="blog-image-v9">
  2066.                      
  2067.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2068.                      
  2069.                    </div>
  2070.                  </div>
  2071.                  <div class="blog-content-v9">
  2072.                    <h3 class="blog-title-v9 "><a class="top-color" href="/english-top-flight-10-things-to-keep-an-eye-on-this-weekend/">English top flight: 10 things to keep an eye on this weekend</a></h3>
  2073.                    <div class="blog-meta-v9">
  2074.                      <span>By <strong>Cody Glenn</strong></span>
  2075.                      <span>•</span>
  2076.                      <span>15 Aug 2026</span>
  2077.                    </div>
  2078.                    <p class="blog-excerpt-v9"></p>
  2079.                    <div class="blog-actions-v9">
  2080.                      <a href="/english-top-flight-10-things-to-keep-an-eye-on-this-weekend/" class="blog-read-more-v9">Read More →</a>
  2081.                    </div>
  2082.                  </div>
  2083.                </article>
  2084.              </div>
  2085.            
  2086.              <div class="col-md-6 pb-3">
  2087.                <article class="blog-card-v9 h-100">
  2088.                  <div class="blog-image-container-v9">
  2089.                    <div class="blog-image-v9">
  2090.                      
  2091.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2092.                      
  2093.                    </div>
  2094.                  </div>
  2095.                  <div class="blog-content-v9">
  2096.                    <h3 class="blog-title-v9 "><a class="top-color" href="/zohran-mamdani-pledges-a-fresh-chapter-for-the-big-apple-in-first-address/">Zohran Mamdani Pledges a &#x27;Fresh Chapter&#x27; for The Big Apple in First Address</a></h3>
  2097.                    <div class="blog-meta-v9">
  2098.                      <span>By <strong>Cody Glenn</strong></span>
  2099.                      <span>•</span>
  2100.                      <span>15 Aug 2026</span>
  2101.                    </div>
  2102.                    <p class="blog-excerpt-v9"></p>
  2103.                    <div class="blog-actions-v9">
  2104.                      <a href="/zohran-mamdani-pledges-a-fresh-chapter-for-the-big-apple-in-first-address/" class="blog-read-more-v9">Read More →</a>
  2105.                    </div>
  2106.                  </div>
  2107.                </article>
  2108.              </div>
  2109.            
  2110.            
  2111.  
  2112.          </div>
  2113.        </div>
  2114.  
  2115.       <div class="col col-lg-4 col-12">
  2116.                
  2117.  
  2118.  
  2119.  
  2120.    
  2121.  
  2122.  
  2123. <!-- Blog Sidebar V2 - Focused Design -->
  2124.  <div class="sidebar mb-3">
  2125.    <!-- Recent Posts Section -->
  2126.    <div class="sidebar-widget mb-5">
  2127.      <div class="widget-title-wrapper mb-3">
  2128.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2129.          <i class="ti-time me-2"></i>Recent Posts
  2130.          <span class="title-arrow-primary"></span>
  2131.        </h4>
  2132.      </div>
  2133.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2134.        <div class="recent-post-list">
  2135.          
  2136.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2137.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2138.                
  2139.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2140.              
  2141.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2142.            </div>
  2143.            <div class="post-content flex-grow-1">
  2144.              <h6 class="post-title mb-2">
  2145.                 <a href="/the-rising-wealth-poverty-gap-how-affluence-and-deprivation-now-sit-side-by-side-in-across-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2146.                                            The Rising ‘Wealth-Poverty Gap’: How Affluence and Deprivation Now Sit Side by Side in Across England.
  2147.                                            </a>
  2148.              </h6>
  2149.              <div class="post-meta mb-3">
  2150.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2151.                <!-- <small class="text-muted">
  2152.                  <i class="ti-eye me-1"></i>348 views
  2153.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2154.                </small> -->
  2155.              </div>
  2156.            </div>
  2157.          </div>
  2158.        
  2159.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2160.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2161.                
  2162.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2163.              
  2164.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2165.            </div>
  2166.            <div class="post-content flex-grow-1">
  2167.              <h6 class="post-title mb-2">
  2168.                 <a href="/a-number-of-in-labour-seek-starmer-removed-he-tells-interviewers-he-will-endure-and-britains-economic-outlook-is-set-to-strengthen/" class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            A Number of in Labour Seek Starmer Removed. He Tells Interviewers He Will Endure – and Britain&#x27;s Economic Outlook Is Set to Strengthen.
  2170.                                            </a>
  2171.              </h6>
  2172.              <div class="post-meta mb-3">
  2173.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2174.                <!-- <small class="text-muted">
  2175.                  <i class="ti-eye me-1"></i>348 views
  2176.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2177.                </small> -->
  2178.              </div>
  2179.            </div>
  2180.          </div>
  2181.        
  2182.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2183.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2184.                
  2185.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2186.              
  2187.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2188.            </div>
  2189.            <div class="post-content flex-grow-1">
  2190.              <h6 class="post-title mb-2">
  2191.                 <a href="/appeals-for-renewed-promptness-in-environmental-discussions-as-research-show-climate-change-may-hit-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  2192.                                            Appeals for Renewed Promptness in Environmental Discussions as Research Show Climate Change May Hit 2.5C
  2193.                                            </a>
  2194.              </h6>
  2195.              <div class="post-meta mb-3">
  2196.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2197.                <!-- <small class="text-muted">
  2198.                  <i class="ti-eye me-1"></i>348 views
  2199.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2200.                </small> -->
  2201.              </div>
  2202.            </div>
  2203.          </div>
  2204.        
  2205.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2206.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2207.                
  2208.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2209.              
  2210.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2211.            </div>
  2212.            <div class="post-content flex-grow-1">
  2213.              <h6 class="post-title mb-2">
  2214.                 <a href="/every-culinary-artist-ought-to-learn-at-this-spot-humble-turkish-eatery-secures-4th-on-roll-of-londons-top-restaurants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2215.                                            ‘Every Culinary Artist Ought to Learn At This Spot’: Humble Turkish Eatery Secures 4th on Roll of London’s Top Restaurants.
  2216.                                            </a>
  2217.              </h6>
  2218.              <div class="post-meta mb-3">
  2219.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2220.                <!-- <small class="text-muted">
  2221.                  <i class="ti-eye me-1"></i>348 views
  2222.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2223.                </small> -->
  2224.              </div>
  2225.            </div>
  2226.          </div>
  2227.        
  2228.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2229.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2230.                
  2231.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2232.              
  2233.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2234.            </div>
  2235.            <div class="post-content flex-grow-1">
  2236.              <h6 class="post-title mb-2">
  2237.                 <a href="/the-way-secret-recording-exposed-a-28-million-holiday-ownership-fraud/" class="text-decoration-none top-color fw-semibold lh-sm">
  2238.                                            The Way Secret Recording Exposed a £28 Million Holiday Ownership Fraud
  2239.                                            </a>
  2240.              </h6>
  2241.              <div class="post-meta mb-3">
  2242.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2243.                <!-- <small class="text-muted">
  2244.                  <i class="ti-eye me-1"></i>348 views
  2245.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2246.                </small> -->
  2247.              </div>
  2248.            </div>
  2249.          </div>
  2250.        
  2251.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2252.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2253.                
  2254.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2255.              
  2256.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2257.            </div>
  2258.            <div class="post-content flex-grow-1">
  2259.              <h6 class="post-title mb-2">
  2260.                 <a href="/ac-shadows-introduces-surprising-attack-on-titan-event-for-thanksgiving/" class="text-decoration-none top-color fw-semibold lh-sm">
  2261.                                            AC Shadows Introduces Surprising Attack on Titan Event for Thanksgiving
  2262.                                            </a>
  2263.              </h6>
  2264.              <div class="post-meta mb-3">
  2265.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2266.                <!-- <small class="text-muted">
  2267.                  <i class="ti-eye me-1"></i>348 views
  2268.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2269.                </small> -->
  2270.              </div>
  2271.            </div>
  2272.          </div>
  2273.        
  2274.        </div>
  2275.  
  2276.        <div class="text-center mt-4 pt-3 border-top border-light">
  2277.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2278.        </div>
  2279.      </div>
  2280.    </div>
  2281.  
  2282.    
  2283.    <div class="sidebar-widget mb-4">
  2284.      <div class="widget-title-wrapper mb-3">
  2285.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2286.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2287.          <span class="title-arrow"></span>
  2288.        </h4>
  2289.      </div>
  2290.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2291.        <div class="blog-roll-list scrollable-sidebar">
  2292.          
  2293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2294.            <a href="https://www.valuewalk.com/cryptocurrency/no-account-casinos/" class="text-decoration-none " rel="dofollow">
  2295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2296.                <i class="ti-angle-right me-2 text-primary"></i>
  2297.                best crypto casino
  2298.              </h6>
  2299.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2300.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2301.              </div> -->
  2302.            </a>
  2303.          </div>
  2304.          
  2305.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2306.            <a href="https://gamingamerica.com/online-casinos/crypto" class="text-decoration-none " rel="dofollow">
  2307.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2308.                <i class="ti-angle-right me-2 text-primary"></i>
  2309.                bitcoin casino
  2310.              </h6>
  2311.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2312.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2313.              </div> -->
  2314.            </a>
  2315.          </div>
  2316.          
  2317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2318.            <a href="https://www.productmanagementtoday.com/" class="text-decoration-none " rel="dofollow">
  2319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2320.                <i class="ti-angle-right me-2 text-primary"></i>
  2321.                best online casinos
  2322.              </h6>
  2323.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2324.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2325.              </div> -->
  2326.            </a>
  2327.          </div>
  2328.          
  2329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2330.            <a href="https://www.cardplayer.com/online-casinos/fast-payout-casinos" class="text-decoration-none " rel="dofollow">
  2331.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2332.                <i class="ti-angle-right me-2 text-primary"></i>
  2333.                fastest payout online casino
  2334.              </h6>
  2335.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2336.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2337.              </div> -->
  2338.            </a>
  2339.          </div>
  2340.          
  2341.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2342.            <a href="https://www.showplaceicon.com/" class="text-decoration-none " rel="dofollow">
  2343.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2344.                <i class="ti-angle-right me-2 text-primary"></i>
  2345.                sweepstakes casino
  2346.              </h6>
  2347.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2348.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2349.              </div> -->
  2350.            </a>
  2351.          </div>
  2352.          
  2353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2354.            <a href="https://parkercenter.net/" class="text-decoration-none " rel="dofollow">
  2355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2356.                <i class="ti-angle-right me-2 text-primary"></i>
  2357.                best sweepstakes casinos
  2358.              </h6>
  2359.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2360.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2361.              </div> -->
  2362.            </a>
  2363.          </div>
  2364.          
  2365.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2366.            <a href="https://dappradar.com/dapp/stake-com/alternatives" class="text-decoration-none " rel="dofollow">
  2367.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2368.                <i class="ti-angle-right me-2 text-primary"></i>
  2369.                stake alternative
  2370.              </h6>
  2371.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2372.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2373.              </div> -->
  2374.            </a>
  2375.          </div>
  2376.          
  2377.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2378.            <a href="https://www.productmanagementtoday.com/" class="text-decoration-none " rel="dofollow">
  2379.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2380.                <i class="ti-angle-right me-2 text-primary"></i>
  2381.                casino apps
  2382.              </h6>
  2383.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2384.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2385.              </div> -->
  2386.            </a>
  2387.          </div>
  2388.          
  2389.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2390.            <a href="https://thewellwoman.co/" class="text-decoration-none " rel="dofollow">
  2391.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2392.                <i class="ti-angle-right me-2 text-primary"></i>
  2393.                bitcoin casinos
  2394.              </h6>
  2395.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2396.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2397.              </div> -->
  2398.            </a>
  2399.          </div>
  2400.          
  2401.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2402.            <a href="https://www.cardplayer.com/online-poker" class="text-decoration-none " rel="dofollow">
  2403.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2404.                <i class="ti-angle-right me-2 text-primary"></i>
  2405.                best online poker
  2406.              </h6>
  2407.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2408.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2409.              </div> -->
  2410.            </a>
  2411.          </div>
  2412.          
  2413.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2414.            <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/" class="text-decoration-none " rel="dofollow">
  2415.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2416.                <i class="ti-angle-right me-2 text-primary"></i>
  2417.                no verification casino
  2418.              </h6>
  2419.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2420.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2421.              </div> -->
  2422.            </a>
  2423.          </div>
  2424.          
  2425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2426.            <a href="https://pay-equity.org/" class="text-decoration-none " rel="dofollow">
  2427.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2428.                <i class="ti-angle-right me-2 text-primary"></i>
  2429.                best online casino
  2430.              </h6>
  2431.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2432.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2433.              </div> -->
  2434.            </a>
  2435.          </div>
  2436.          
  2437.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2438.            <a href="https://adventuregamers.com/betting-sites/offshore-sportsbooks" class="text-decoration-none " rel="dofollow">
  2439.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2440.                <i class="ti-angle-right me-2 text-primary"></i>
  2441.                offshore sportsbooks
  2442.              </h6>
  2443.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2444.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2445.              </div> -->
  2446.            </a>
  2447.          </div>
  2448.          
  2449.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2450.            <a href="https://fishduck.com/sports-betting-sites/" class="text-decoration-none " rel="dofollow">
  2451.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2452.                <i class="ti-angle-right me-2 text-primary"></i>
  2453.                sports betting
  2454.              </h6>
  2455.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2456.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2457.              </div> -->
  2458.            </a>
  2459.          </div>
  2460.          
  2461.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2462.            <a href="https://www.pokerstrategy.com/online-casinos/bitcoin-casinos/" class="text-decoration-none " rel="dofollow">
  2463.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2464.                <i class="ti-angle-right me-2 text-primary"></i>
  2465.                best crypto casino
  2466.              </h6>
  2467.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2468.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2469.              </div> -->
  2470.            </a>
  2471.          </div>
  2472.          
  2473.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2474.            <a href="https://gamingamerica.com/betting-sites/crypto" class="text-decoration-none " rel="dofollow">
  2475.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2476.                <i class="ti-angle-right me-2 text-primary"></i>
  2477.                bitcoin sportsbooks
  2478.              </h6>
  2479.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2480.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2481.              </div> -->
  2482.            </a>
  2483.          </div>
  2484.          
  2485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2486.            <a href="https://gamingamerica.com/gambling-sites/wow-vegas" class="text-decoration-none " rel="dofollow">
  2487.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2488.                <i class="ti-angle-right me-2 text-primary"></i>
  2489.                wow vegas promo code
  2490.              </h6>
  2491.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2492.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2493.              </div> -->
  2494.            </a>
  2495.          </div>
  2496.          
  2497.  
  2498.        </div>
  2499. <!--
  2500.        <div class="text-center mt-4 pt-3 border-top border-light">
  2501.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2502.        </div> -->
  2503.      </div>
  2504.    </div>
  2505.    
  2506.    <div class="sidebar-widget mb-4">
  2507.      <div class="widget-title-wrapper mb-3">
  2508.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2509.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2510.          <span class="title-arrow"></span>
  2511.        </h4>
  2512.      </div>
  2513.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2514.        <div class="blog-roll-list scrollable-sidebar">
  2515.          
  2516.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.            <a href="https://www.tesfanews.com/" class="text-decoration-none " rel="dofollow">
  2518.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2519.                <i class="ti-angle-right me-2 text-primary"></i>
  2520.                top bitcoin casinos
  2521.              </h6>
  2522.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2523.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2524.              </div> -->
  2525.            </a>
  2526.          </div>
  2527.          
  2528.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2529.            <a href="https://leyendabk.com/" class="text-decoration-none " rel="dofollow">
  2530.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2531.                <i class="ti-angle-right me-2 text-primary"></i>
  2532.                casinos online usa
  2533.              </h6>
  2534.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2535.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2536.              </div> -->
  2537.            </a>
  2538.          </div>
  2539.          
  2540.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2541.            <a href="https://www.tikkun.org/" class="text-decoration-none " rel="dofollow">
  2542.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2543.                <i class="ti-angle-right me-2 text-primary"></i>
  2544.                casinos online real money
  2545.              </h6>
  2546.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2547.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2548.              </div> -->
  2549.            </a>
  2550.          </div>
  2551.          
  2552.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/" class="text-decoration-none " rel="dofollow">
  2554.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2555.                <i class="ti-angle-right me-2 text-primary"></i>
  2556.                world cup betting sites
  2557.              </h6>
  2558.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2559.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2560.              </div> -->
  2561.            </a>
  2562.          </div>
  2563.          
  2564.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2565.            <a href="https://orcahealth.com/" class="text-decoration-none " rel="dofollow">
  2566.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2567.                <i class="ti-angle-right me-2 text-primary"></i>
  2568.                social casino
  2569.              </h6>
  2570.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2571.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2572.              </div> -->
  2573.            </a>
  2574.          </div>
  2575.          
  2576.  
  2577.        </div>
  2578. <!--
  2579.        <div class="text-center mt-4 pt-3 border-top border-light">
  2580.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2581.        </div> -->
  2582.      </div>
  2583.    </div>
  2584.    
  2585.    <div class="sidebar-widget mb-4">
  2586.      <div class="widget-title-wrapper mb-3">
  2587.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2588.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2589.          <span class="title-arrow"></span>
  2590.        </h4>
  2591.      </div>
  2592.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2593.        <div class="blog-roll-list scrollable-sidebar">
  2594.          
  2595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.            <a href="https://www.gamblinginsider.com/us/online-casinos" class="text-decoration-none " rel="dofollow">
  2597.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2598.                <i class="ti-angle-right me-2 text-primary"></i>
  2599.                best online casinos
  2600.              </h6>
  2601.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2602.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2603.              </div> -->
  2604.            </a>
  2605.          </div>
  2606.          
  2607.  
  2608.        </div>
  2609. <!--
  2610.        <div class="text-center mt-4 pt-3 border-top border-light">
  2611.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2612.        </div> -->
  2613.      </div>
  2614.    </div>
  2615.    
  2616.    <div class="sidebar-widget mb-4">
  2617.      <div class="widget-title-wrapper mb-3">
  2618.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2619.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2620.          <span class="title-arrow"></span>
  2621.        </h4>
  2622.      </div>
  2623.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2624.        <div class="blog-roll-list scrollable-sidebar">
  2625.          
  2626.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.            <a href="https://gaslampfoundation.org/" class="text-decoration-none " rel="dofollow">
  2628.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2629.                <i class="ti-angle-right me-2 text-primary"></i>
  2630.                offshore casinos
  2631.              </h6>
  2632.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2633.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2634.              </div> -->
  2635.            </a>
  2636.          </div>
  2637.          
  2638.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.            <a href="https://readwrite.com/gambling/casino/safe/" class="text-decoration-none " rel="dofollow">
  2640.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2641.                <i class="ti-angle-right me-2 text-primary"></i>
  2642.                best online casino
  2643.              </h6>
  2644.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2645.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2646.              </div> -->
  2647.            </a>
  2648.          </div>
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://www.embassyofmorocco.us/" class="text-decoration-none " rel="dofollow">
  2652.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                crypto casinos
  2655.              </h6>
  2656.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2657.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2658.              </div> -->
  2659.            </a>
  2660.          </div>
  2661.          
  2662.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2663.            <a href="https://www.pokerstrategy.com/online-casinos/bitcoin-casinos/" class="text-decoration-none " rel="dofollow">
  2664.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2665.                <i class="ti-angle-right me-2 text-primary"></i>
  2666.                crypto casino
  2667.              </h6>
  2668.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2669.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2670.              </div> -->
  2671.            </a>
  2672.          </div>
  2673.          
  2674.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2675.            <a href="https://www.ginx.tv/en/casino/instant-withdrawal" class="text-decoration-none " rel="dofollow">
  2676.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2677.                <i class="ti-angle-right me-2 text-primary"></i>
  2678.                fast payout casinos
  2679.              </h6>
  2680.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2681.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2682.              </div> -->
  2683.            </a>
  2684.          </div>
  2685.          
  2686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.            <a href="https://carroll-county.net/" class="text-decoration-none " rel="dofollow">
  2688.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2689.                <i class="ti-angle-right me-2 text-primary"></i>
  2690.                real money online casinos
  2691.              </h6>
  2692.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2693.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2694.              </div> -->
  2695.            </a>
  2696.          </div>
  2697.          
  2698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.            <a href="https://www.eatsa.com/" class="text-decoration-none " rel="dofollow">
  2700.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.                <i class="ti-angle-right me-2 text-primary"></i>
  2702.                best bitcoin casinos
  2703.              </h6>
  2704.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2705.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2706.              </div> -->
  2707.            </a>
  2708.          </div>
  2709.          
  2710.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.            <a href="https://www.productmanagementtoday.com/" class="text-decoration-none " rel="dofollow">
  2712.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.                <i class="ti-angle-right me-2 text-primary"></i>
  2714.                casino online
  2715.              </h6>
  2716.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2717.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2718.              </div> -->
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://readwrite.com/gambling/poker/" class="text-decoration-none " rel="dofollow">
  2724.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                online poker real money
  2727.              </h6>
  2728.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2729.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2730.              </div> -->
  2731.            </a>
  2732.          </div>
  2733.          
  2734.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.            <a href="https://leyacawilliamsburg.com/" class="text-decoration-none " rel="dofollow">
  2736.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.                <i class="ti-angle-right me-2 text-primary"></i>
  2738.                sweeps coins casino
  2739.              </h6>
  2740.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2741.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2742.              </div> -->
  2743.            </a>
  2744.          </div>
  2745.          
  2746.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.            <a href="https://caretransitions.org/" class="text-decoration-none " rel="dofollow">
  2748.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.                <i class="ti-angle-right me-2 text-primary"></i>
  2750.                best tether casinos
  2751.              </h6>
  2752.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.              </div> -->
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://gamingamerica.com/online-casinos/offshore" class="text-decoration-none " rel="dofollow">
  2760.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                best offshore online casinos
  2763.              </h6>
  2764.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2765.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2766.              </div> -->
  2767.            </a>
  2768.          </div>
  2769.          
  2770.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2771.            <a href="https://danceviewtimes.com/" class="text-decoration-none " rel="dofollow">
  2772.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2773.                <i class="ti-angle-right me-2 text-primary"></i>
  2774.                best offshore sportsbooks
  2775.              </h6>
  2776.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2777.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2778.              </div> -->
  2779.            </a>
  2780.          </div>
  2781.          
  2782.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.            <a href="https://www.gamesreviews.com/casino/best-payout/" class="text-decoration-none " rel="dofollow">
  2784.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.                <i class="ti-angle-right me-2 text-primary"></i>
  2786.                best payout online casino
  2787.              </h6>
  2788.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2789.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2790.              </div> -->
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://www.mffy.com/" class="text-decoration-none " rel="dofollow">
  2796.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                bitcoin casinos
  2799.              </h6>
  2800.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2801.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2802.              </div> -->
  2803.            </a>
  2804.          </div>
  2805.          
  2806.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2807.            <a href="https://www.bigstepforbiglots.com/" class="text-decoration-none " rel="dofollow">
  2808.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2809.                <i class="ti-angle-right me-2 text-primary"></i>
  2810.                online poker sites
  2811.              </h6>
  2812.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2813.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2814.              </div> -->
  2815.            </a>
  2816.          </div>
  2817.          
  2818.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.            <a href="https://casinobeats.com/online-casinos/fast-withdrawal-casinos/" class="text-decoration-none " rel="dofollow">
  2820.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.                <i class="ti-angle-right me-2 text-primary"></i>
  2822.                instant withdrawal casino
  2823.              </h6>
  2824.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2825.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2826.              </div> -->
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://www.voicesfromthebalcony.com/" class="text-decoration-none " rel="dofollow">
  2832.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.                <i class="ti-angle-right me-2 text-primary"></i>
  2834.                online casinos
  2835.              </h6>
  2836.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2837.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2838.              </div> -->
  2839.            </a>
  2840.          </div>
  2841.          
  2842.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.            <a href="https://rumbatime.com/" class="text-decoration-none " rel="dofollow">
  2844.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.                <i class="ti-angle-right me-2 text-primary"></i>
  2846.                casino online
  2847.              </h6>
  2848.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.              </div> -->
  2851.            </a>
  2852.          </div>
  2853.          
  2854.  
  2855.        </div>
  2856. <!--
  2857.        <div class="text-center mt-4 pt-3 border-top border-light">
  2858.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2859.        </div> -->
  2860.      </div>
  2861.    </div>
  2862.    
  2863.    <div class="sidebar-widget mb-4">
  2864.      <div class="widget-title-wrapper mb-3">
  2865.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2866.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2867.          <span class="title-arrow"></span>
  2868.        </h4>
  2869.      </div>
  2870.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2871.        <div class="blog-roll-list scrollable-sidebar">
  2872.          
  2873.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2874.            <a href="https://ageofmontessori.org/" class="text-decoration-none " rel="dofollow">
  2875.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2876.                <i class="ti-angle-right me-2 text-primary"></i>
  2877.                online poker
  2878.              </h6>
  2879.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2880.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2881.              </div> -->
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://modernmacrame.com/" class="text-decoration-none " rel="dofollow">
  2887.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                mobile casino
  2890.              </h6>
  2891.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2892.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2893.              </div> -->
  2894.            </a>
  2895.          </div>
  2896.          
  2897.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2898.            <a href="https://carolinapartners.com/" class="text-decoration-none " rel="dofollow">
  2899.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2900.                <i class="ti-angle-right me-2 text-primary"></i>
  2901.                sweepstakes casino
  2902.              </h6>
  2903.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2904.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2905.              </div> -->
  2906.            </a>
  2907.          </div>
  2908.          
  2909.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2910.            <a href="https://www.berkeleywellness.com/" class="text-decoration-none " rel="dofollow">
  2911.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2912.                <i class="ti-angle-right me-2 text-primary"></i>
  2913.                online casinos
  2914.              </h6>
  2915.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2916.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2917.              </div> -->
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://bostonhostel.org/" class="text-decoration-none " rel="dofollow">
  2923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                social casino
  2926.              </h6>
  2927.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2928.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2929.              </div> -->
  2930.            </a>
  2931.          </div>
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://www.videogamer.com/casino/online-casinos/" class="text-decoration-none " rel="dofollow">
  2935.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                online casino
  2938.              </h6>
  2939.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2940.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2941.              </div> -->
  2942.            </a>
  2943.          </div>
  2944.          
  2945.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2946.            <a href="https://www.uthr.org/" class="text-decoration-none " rel="dofollow">
  2947.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2948.                <i class="ti-angle-right me-2 text-primary"></i>
  2949.                us online casinos
  2950.              </h6>
  2951.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2952.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2953.              </div> -->
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://www.judicialselection.us/" class="text-decoration-none " rel="dofollow">
  2959.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                best online casinos real money
  2962.              </h6>
  2963.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2964.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2965.              </div> -->
  2966.            </a>
  2967.          </div>
  2968.          
  2969.  
  2970.        </div>
  2971. <!--
  2972.        <div class="text-center mt-4 pt-3 border-top border-light">
  2973.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2974.        </div> -->
  2975.      </div>
  2976.    </div>
  2977.    
  2978.    <div class="sidebar-widget mb-4">
  2979.      <div class="widget-title-wrapper mb-3">
  2980.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2981.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  2982.          <span class="title-arrow"></span>
  2983.        </h4>
  2984.      </div>
  2985.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2986.        <div class="blog-roll-list scrollable-sidebar">
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://voteyesprop36.com/" class="text-decoration-none " rel="dofollow">
  2990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                sports betting apps california
  2993.              </h6>
  2994.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.              </div> -->
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://www.bqs-outcome.de/" class="text-decoration-none " rel="dofollow">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                bitcoin casino deutsch
  3005.              </h6>
  3006.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.              </div> -->
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.funai.us/" class="text-decoration-none " rel="dofollow">
  3014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                best online poker sites
  3017.              </h6>
  3018.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.              </div> -->
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://gamingamerica.com/betting-sites/crypto" class="text-decoration-none " rel="dofollow">
  3026.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                crypto sportsbooks
  3029.              </h6>
  3030.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3031.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3032.              </div> -->
  3033.            </a>
  3034.          </div>
  3035.          
  3036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.            <a href="https://www.gameshub.com/online-casino/texas/" class="text-decoration-none " rel="dofollow">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                online gambling legal in texas
  3041.              </h6>
  3042.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3043.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3044.              </div> -->
  3045.            </a>
  3046.          </div>
  3047.          
  3048.  
  3049.        </div>
  3050. <!--
  3051.        <div class="text-center mt-4 pt-3 border-top border-light">
  3052.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3053.        </div> -->
  3054.      </div>
  3055.    </div>
  3056.    
  3057.  </div>
  3058.  
  3059. <!-- Sidebar V2 Styles -->
  3060. <style>
  3061.  .sidebar-widget {
  3062.    position: relative;
  3063.  }
  3064.  
  3065.  .widget-title {
  3066.    font-size: 1.1rem;
  3067.    font-weight: 700;
  3068.    display: inline-block;
  3069.    position: relative;
  3070.    z-index: 2;
  3071.    border-radius: 0;
  3072.  }
  3073.  
  3074.  /* Green arrow for August Blog Roll */
  3075.  .title-arrow::after {
  3076.    content: '';
  3077.    position: absolute;
  3078.    top: 0;
  3079.    right: -22px;
  3080.    width: 0;
  3081.    height: 0;
  3082.    border-left: 22px solid var(--bs-primary);
  3083.    border-top: 22px solid transparent;
  3084.    border-bottom: 22px solid transparent;
  3085.    z-index: 1;
  3086.  }
  3087.  
  3088.  /* Blue arrow for Recent Posts */
  3089.  .title-arrow-primary::after {
  3090.    content: '';
  3091.    position: absolute;
  3092.    top: 0;
  3093.    right: -22px;
  3094.    width: 0;
  3095.    height: 0;
  3096.    border-left: 22px solid var(--bs-primary);
  3097.    border-top: 22px solid transparent;
  3098.    border-bottom: 22px solid transparent;
  3099.    z-index: 1;
  3100.  }
  3101.  
  3102.  .widget-content {
  3103.    margin-top: -1px;
  3104.    position: relative;
  3105.    z-index: 1;
  3106.     background-color: var(--card-bg);
  3107.  }
  3108.  
  3109.  /* Blog Roll Items Hover Effects */
  3110.  .blog-roll-item:hover .blog-title {
  3111.    color: #198754 !important;
  3112.    transform: translateX(5px);
  3113.    transition: all 0.3s ease;
  3114.  }
  3115.  
  3116.  /* Recent Post Items Hover Effects */
  3117.  .recent-post-item:hover .post-title a {
  3118.    color: #0d6efd !important;
  3119.    transition: color 0.3s ease;
  3120.  }
  3121.  
  3122.  .recent-post-item:hover .post-image img {
  3123.    transform: scale(1.05);
  3124.    transition: transform 0.3s ease;
  3125.  }
  3126.  
  3127.  /* Button Hover Effects */
  3128.  .btn:hover {
  3129.    transform: translateY(-2px);
  3130.    transition: all 0.3s ease;
  3131.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3132.  }
  3133.  
  3134.  /* Badge Hover Effects */
  3135.  .badge:hover {
  3136.    transform: scale(1.05);
  3137.    transition: transform 0.3s ease;
  3138.  }
  3139.  
  3140.  @media (max-width: 991px) {
  3141.    .sidebar {
  3142.      margin-top: 3rem;
  3143.    }
  3144.  }
  3145.  
  3146.  @media (max-width: 576px) {
  3147.    .widget-title {
  3148.      font-size: 1rem;
  3149.      padding: 0.75rem 1rem !important;
  3150.    }
  3151.  
  3152.    .title-arrow::after,
  3153.    .title-arrow-primary::after {
  3154.      right: -18px;
  3155.      border-left-width: 18px;
  3156.      border-top-width: 18px;
  3157.      border-bottom-width: 18px;
  3158.    }
  3159.  
  3160.    .post-image {
  3161.      width: 70px !important;
  3162.      height: 55px !important;
  3163.    }
  3164.  
  3165.    .blog-meta {
  3166.      flex-direction: column !important;
  3167.      align-items: flex-start !important;
  3168.      gap: 0.5rem;
  3169.    }
  3170.  }
  3171. </style>
  3172.  
  3173.    
  3174.            </div>
  3175.      </div>
  3176.    </div>
  3177.  </section>
  3178.  
  3179.  <script>
  3180.    // Intersection Observer for Fade-in Effect
  3181.    document.addEventListener('DOMContentLoaded', function () {
  3182.      const observerOptions = {
  3183.        threshold: 0.2,
  3184.        rootMargin: '0px 0px -50px 0px'
  3185.      }
  3186.    
  3187.      const observer = new IntersectionObserver(function (entries, observer) {
  3188.        entries.forEach((entry) => {
  3189.          if (entry.isIntersecting) {
  3190.            entry.target.classList.add('fade-in')
  3191.            observer.unobserve(entry.target)
  3192.          }
  3193.        })
  3194.      }, observerOptions)
  3195.    
  3196.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3197.        observer.observe(card)
  3198.      })
  3199.    })
  3200.  </script>
  3201.  
  3202.  
  3203.    
  3204.        
  3205.        <!-- end wpo-blog-highlights-section -->
  3206.        <!-- start wpo-blog-sponsored-section -->
  3207.        
  3208.  
  3209.  
  3210.  
  3211.    
  3212.  
  3213.  
  3214.  
  3215. <style>
  3216.    .sponsored-section-v3 {
  3217.        padding: 50px 0;
  3218.    }
  3219.    
  3220.    .sponsored-card-v3 {
  3221.        background: var(--card-bg);
  3222.        border: 1px solid var(--border-color);
  3223.        border-radius: 4px;
  3224.        transition: transform 0.3s ease;
  3225.        height: 100%;
  3226.    }
  3227.    
  3228.    .sponsored-card-v3:hover {
  3229.        transform: scale(1.02);
  3230.    }
  3231.    
  3232.    .sponsored-image-v3 {
  3233.        position: relative;
  3234.        height: 170px;
  3235.        border-bottom: 1px solid var(--border-color);
  3236.    }
  3237.    
  3238.    .sponsored-image-v3 img {
  3239.        width: 100%;
  3240.        height: 100%;
  3241.        object-fit: cover;
  3242.    }
  3243.    
  3244.    .sponsored-badge-v3 {
  3245.        position: absolute;
  3246.        top: 10px;
  3247.        right: 10px;
  3248.        padding: 5px 8px;
  3249.        font-size: 11px;
  3250.        font-weight: 600;
  3251.        text-transform: uppercase;
  3252.        border-radius: 50%;
  3253.    }
  3254.    
  3255.    .sponsored-content-v3 {
  3256.        position: relative;
  3257.        padding: 18px;
  3258.    }
  3259.    
  3260.    .sponsored-title-v3 {
  3261.        font-size: 16px;
  3262.        font-weight: 700;
  3263.        line-height: 1.5;
  3264.        margin-bottom: 8px;
  3265.    }
  3266.    
  3267.    .sponsored-title-v3 a {
  3268.        text-decoration: none;
  3269.        color: #333;
  3270.    }
  3271.    
  3272.    .sponsored-title-v3 a:hover {
  3273.        color: #0056b3; /* Darker blue for hover */
  3274.    }
  3275.    
  3276.    .sponsored-excerpt-v3 {
  3277.        font-size: 13px;
  3278.        font-weight: 400;
  3279.        color: #868e96;
  3280.        margin-bottom: 12px;
  3281.        line-height: 1.5;
  3282.    }
  3283.    
  3284.    .sponsored-meta-v3 {
  3285.        font-size: 12px;
  3286.        color: #6c757d;
  3287.    }
  3288.    
  3289.    .author-info-v3 {
  3290.        display: flex;
  3291.        align-items: center;
  3292.        gap: 6px;
  3293.        margin-bottom: 6px;
  3294.    }
  3295.    
  3296.    .sponsored-author-img-v3 {
  3297.        width: 24px;
  3298.        height: 24px;
  3299.        border-radius: 50%;
  3300.        object-fit: cover;
  3301.    }
  3302.    
  3303.    .section-title-sponsored-v3 {
  3304.        font-size: 2rem;
  3305.        font-weight: 600;
  3306.        text-align: left;
  3307.        margin-bottom: 25px;
  3308.        color: #333;
  3309.        border-bottom: 3px solid var(--bs-primary);
  3310.        padding-bottom: 10px;
  3311.    }
  3312.  
  3313.    @media (max-width: 768px) {
  3314.        .sponsored-section-v3 {
  3315.            padding: 30px 0;
  3316.        }
  3317.        .sponsored-content-v3 {
  3318.            padding: 15px;
  3319.        }
  3320.        .sponsored-title-v3 {
  3321.            font-size: 15px;
  3322.        }
  3323.        .sponsored-excerpt-v3 {
  3324.            font-size: 12px;
  3325.        }
  3326.        .section-title-sponsored-v3 {
  3327.            font-size: 1.8rem;
  3328.        }
  3329.    }
  3330. </style>
  3331.  
  3332. <section class="sponsored-section-v3">
  3333.    <div class="container-fluid fluid-container">
  3334.        <div class="row">
  3335.            <div class="col-12">
  3336.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3337.            </div>
  3338.        </div>
  3339.        
  3340.        <div class="row g-4">
  3341.            
  3342.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3343.                <div class="card sponsored-card-v3">
  3344.                    <div class="sponsored-image-v3">
  3345.                        
  3346.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3347.                        
  3348.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3349.                    </div>
  3350.                    <div class="sponsored-content-v3">
  3351.                        <h3 class="sponsored-title-v3">
  3352.                            <a href="/the-rising-wealth-poverty-gap-how-affluence-and-deprivation-now-sit-side-by-side-in-across-england/" class="top-color">
  3353.                            The Rising ‘Wealth-Poverty Gap’: How Affluence and Deprivation Now Sit Side by Side in Across England.
  3354.                            </a>
  3355.                        </h3>
  3356.                        <p class="sponsored-excerpt-v3">
  3357.                            
  3358.                        </p>
  3359.                        <div class="sponsored-meta-v3">
  3360.                            <div class="author-info-v3">
  3361.                                
  3362.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3363.                                
  3364.                                <span>
  3365.                                    Cody Glenn
  3366.                                </span>
  3367.                            </div>
  3368.                            <div class="d-flex gap-2">
  3369.                                <i class="ti-calendar"></i> 15 Aug 2026
  3370.                            </div>
  3371.                        </div>
  3372.                    </div>
  3373.                </div>
  3374.            </div>
  3375.            
  3376.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3377.                <div class="card sponsored-card-v3">
  3378.                    <div class="sponsored-image-v3">
  3379.                        
  3380.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3381.                        
  3382.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3383.                    </div>
  3384.                    <div class="sponsored-content-v3">
  3385.                        <h3 class="sponsored-title-v3">
  3386.                            <a href="/a-number-of-in-labour-seek-starmer-removed-he-tells-interviewers-he-will-endure-and-britains-economic-outlook-is-set-to-strengthen/" class="top-color">
  3387.                            A Number of in Labour Seek Starmer Removed. He Tells Interviewers He Will Endure – and Britain&#x27;s Economic Outlook Is Set to Strengthen.
  3388.                            </a>
  3389.                        </h3>
  3390.                        <p class="sponsored-excerpt-v3">
  3391.                            
  3392.                        </p>
  3393.                        <div class="sponsored-meta-v3">
  3394.                            <div class="author-info-v3">
  3395.                                
  3396.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3397.                                
  3398.                                <span>
  3399.                                    Cody Glenn
  3400.                                </span>
  3401.                            </div>
  3402.                            <div class="d-flex gap-2">
  3403.                                <i class="ti-calendar"></i> 15 Aug 2026
  3404.                            </div>
  3405.                        </div>
  3406.                    </div>
  3407.                </div>
  3408.            </div>
  3409.            
  3410.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3411.                <div class="card sponsored-card-v3">
  3412.                    <div class="sponsored-image-v3">
  3413.                        
  3414.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3415.                        
  3416.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3417.                    </div>
  3418.                    <div class="sponsored-content-v3">
  3419.                        <h3 class="sponsored-title-v3">
  3420.                            <a href="/appeals-for-renewed-promptness-in-environmental-discussions-as-research-show-climate-change-may-hit-25c/" class="top-color">
  3421.                            Appeals for Renewed Promptness in Environmental Discussions as Research Show Climate Change May Hit 2.5C
  3422.                            </a>
  3423.                        </h3>
  3424.                        <p class="sponsored-excerpt-v3">
  3425.                            
  3426.                        </p>
  3427.                        <div class="sponsored-meta-v3">
  3428.                            <div class="author-info-v3">
  3429.                                
  3430.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3431.                                
  3432.                                <span>
  3433.                                    Cody Glenn
  3434.                                </span>
  3435.                            </div>
  3436.                            <div class="d-flex gap-2">
  3437.                                <i class="ti-calendar"></i> 15 Aug 2026
  3438.                            </div>
  3439.                        </div>
  3440.                    </div>
  3441.                </div>
  3442.            </div>
  3443.            
  3444.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3445.                <div class="card sponsored-card-v3">
  3446.                    <div class="sponsored-image-v3">
  3447.                        
  3448.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3449.                        
  3450.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3451.                    </div>
  3452.                    <div class="sponsored-content-v3">
  3453.                        <h3 class="sponsored-title-v3">
  3454.                            <a href="/every-culinary-artist-ought-to-learn-at-this-spot-humble-turkish-eatery-secures-4th-on-roll-of-londons-top-restaurants/" class="top-color">
  3455.                            ‘Every Culinary Artist Ought to Learn At This Spot’: Humble Turkish Eatery Secures 4th on Roll of London’s Top Restaurants.
  3456.                            </a>
  3457.                        </h3>
  3458.                        <p class="sponsored-excerpt-v3">
  3459.                            
  3460.                        </p>
  3461.                        <div class="sponsored-meta-v3">
  3462.                            <div class="author-info-v3">
  3463.                                
  3464.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3465.                                
  3466.                                <span>
  3467.                                    Cody Glenn
  3468.                                </span>
  3469.                            </div>
  3470.                            <div class="d-flex gap-2">
  3471.                                <i class="ti-calendar"></i> 15 Aug 2026
  3472.                            </div>
  3473.                        </div>
  3474.                    </div>
  3475.                </div>
  3476.            </div>
  3477.            
  3478.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3479.                <div class="card sponsored-card-v3">
  3480.                    <div class="sponsored-image-v3">
  3481.                        
  3482.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3483.                        
  3484.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3485.                    </div>
  3486.                    <div class="sponsored-content-v3">
  3487.                        <h3 class="sponsored-title-v3">
  3488.                            <a href="/the-way-secret-recording-exposed-a-28-million-holiday-ownership-fraud/" class="top-color">
  3489.                            The Way Secret Recording Exposed a £28 Million Holiday Ownership Fraud
  3490.                            </a>
  3491.                        </h3>
  3492.                        <p class="sponsored-excerpt-v3">
  3493.                            
  3494.                        </p>
  3495.                        <div class="sponsored-meta-v3">
  3496.                            <div class="author-info-v3">
  3497.                                
  3498.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3499.                                
  3500.                                <span>
  3501.                                    Cody Glenn
  3502.                                </span>
  3503.                            </div>
  3504.                            <div class="d-flex gap-2">
  3505.                                <i class="ti-calendar"></i> 15 Aug 2026
  3506.                            </div>
  3507.                        </div>
  3508.                    </div>
  3509.                </div>
  3510.            </div>
  3511.            
  3512.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3513.                <div class="card sponsored-card-v3">
  3514.                    <div class="sponsored-image-v3">
  3515.                        
  3516.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3517.                        
  3518.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3519.                    </div>
  3520.                    <div class="sponsored-content-v3">
  3521.                        <h3 class="sponsored-title-v3">
  3522.                            <a href="/ac-shadows-introduces-surprising-attack-on-titan-event-for-thanksgiving/" class="top-color">
  3523.                            AC Shadows Introduces Surprising Attack on Titan Event for Thanksgiving
  3524.                            </a>
  3525.                        </h3>
  3526.                        <p class="sponsored-excerpt-v3">
  3527.                            
  3528.                        </p>
  3529.                        <div class="sponsored-meta-v3">
  3530.                            <div class="author-info-v3">
  3531.                                
  3532.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/56911468-70d2-4e8f-8b7c-4c047426de95_profile.png" alt="Cody Glenn" style="object-fit: cover;" class="sponsored-author-img-v3">
  3533.                                
  3534.                                <span>
  3535.                                    Cody Glenn
  3536.                                </span>
  3537.                            </div>
  3538.                            <div class="d-flex gap-2">
  3539.                                <i class="ti-calendar"></i> 15 Aug 2026
  3540.                            </div>
  3541.                        </div>
  3542.                    </div>
  3543.                </div>
  3544.            </div>
  3545.            
  3546.        </div>
  3547.    </div>
  3548. </section>
  3549.  
  3550.  
  3551.    
  3552.        <!-- end wpo-blog-sponsored-section -->
  3553.        <!-- start wpo-subscribe-section -->
  3554.        
  3555.        <!-- end subscribe-section -->
  3556.        <!-- start of wpo-site-footer-section -->
  3557.        
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3564.  <!-- Top Layer: Logo & Tagline -->
  3565.  <div class="footer-top-layer py-5 text-center">
  3566.    <div class="container-fluid fluid-container">
  3567.      <div class="row">
  3568.        <div class="col-12">
  3569.          <div class="brand-logo">
  3570.            
  3571.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/86f61ae6-513a-4d4e-90bd-13e470247fa6_logo.png" alt="Urban Logs" class="footer-logo" />
  3572.            
  3573.            <p class="brand-tagline mt-2">Discover captivating tales of city living, urban exploration, and personal journeys through the lens of city dwellers. Join our community of urban storytellers.</p>
  3574.          </div>
  3575.        </div>
  3576.      </div>
  3577.    </div>
  3578.  </div>
  3579.  
  3580.  <!-- Content Layer: Full-Width Bands -->
  3581.  <div class="footer-content-layer pt-4">
  3582.    <div class="container-fluid fluid-container">
  3583.      <!-- Quick Links -->
  3584.      <div class="row">
  3585.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3586.          <h5 class="column-title">Quick Links</h5>
  3587.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3588.            
  3589.              <li>
  3590.                <a class="menu-link" href="/south-africas-president-concludes-g20-summit-following-us-boycott-and-transition-controversy/">South Africa&#x27;s President Concludes G20 Summit Following US Boycott and Transition Controversy</a>
  3591.              </li>
  3592.            
  3593.              <li>
  3594.                <a class="menu-link" href="/the-australian-team-breaks-new-ground-as-healy-has-one-peak-left-to-climb/">The Australian Team Breaks New Ground as Healy Has One Peak Left to Climb.</a>
  3595.              </li>
  3596.            
  3597.              <li>
  3598.                <a class="menu-link" href="/woman-evades-law-enforcement-following-high-velocity-chase-from-southern-california-into-mexican-territory/">Woman Evades Law Enforcement Following High-Velocity Chase from Southern California into Mexican Territory</a>
  3599.              </li>
  3600.            
  3601.              <li>
  3602.                <a class="menu-link" href="/uk-and-ireland-box-office-revenue-reach-a-post-covid-peak-as-a-minecraft-movie-leads-2025-charts/">UK and Ireland Box Office Revenue Reach a Post-Covid Peak as A Minecraft Movie Leads 2025 Charts</a>
  3603.              </li>
  3604.            
  3605.              <li>
  3606.                <a class="menu-link" href="/disaster-occurs-as-4-lose-lives-during-memorial-for-kenyan-opposition-leader-raila-odinga/">Disaster Occurs as 4 Lose Lives During Memorial for Kenyan Opposition Leader Raila Odinga</a>
  3607.              </li>
  3608.            
  3609.              <li>
  3610.                <a class="menu-link" href="/washington-levies-restrictions-on-group-accused-of-recruiting-south-american-fighters-to-sudan/">Washington Levies Restrictions on Group Accused of Recruiting South American Fighters to Sudan.</a>
  3611.              </li>
  3612.            
  3613.          </ul>
  3614.        </div>
  3615.      </div>
  3616.      <!-- Top Categories -->
  3617.      <div class="row">
  3618.        <div class="col-12 band-block pb-4  border-bottom">
  3619.          <h5 class="column-title">Top Categories</h5>
  3620.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3621.            
  3622.              <li>
  3623.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3624.              </li>
  3625.            
  3626.              <li>
  3627.                <a class="menu-link" href="/category/business/">Business</a>
  3628.              </li>
  3629.            
  3630.              <li>
  3631.                <a class="menu-link" href="/category/esports/">Esports</a>
  3632.              </li>
  3633.            
  3634.              <li>
  3635.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3636.              </li>
  3637.            
  3638.              <li>
  3639.                <a class="menu-link" href="/category/featured/">Featured</a>
  3640.              </li>
  3641.            
  3642.          </ul>
  3643.        </div>
  3644.      </div>
  3645.      <!-- Blog Rolls -->
  3646.       <div class="row">
  3647.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3648.          <h5 class="column-title">Blog Rolls</h5>
  3649.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3650.            
  3651.            
  3652.  
  3653.            
  3654.            
  3655.              
  3656.            
  3657.          </ul>
  3658.        </div>
  3659.      </div>
  3660.    </div>
  3661.  </div>
  3662.  
  3663.  <!-- Bottom Layer -->
  3664.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3665.    <div class="container-fluid fluid-container">
  3666.      <div class="row">
  3667.        <div class="col-12 text-center">
  3668.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3669.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3670.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3671.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3672.            <span class="copyright-info">&copy; 2026 <strong>Urban Logs</strong>. All rights reserved.</span>
  3673.          </div>
  3674.        </div>
  3675.      </div>
  3676.    </div>
  3677.  </div>
  3678. </footer>
  3679.  
  3680. <style>
  3681.  
  3682. .footer-logo {
  3683.    height: 60px;
  3684.    width: auto;
  3685. }
  3686.  
  3687. .brand-title {
  3688.    font-size: 22px;
  3689.    font-weight: 800;
  3690.    color: white !important;
  3691.    margin: 0;
  3692. }
  3693.  
  3694. .brand-tagline {
  3695.    font-size: 14px;
  3696.    color: white !important;
  3697.    margin: 0;
  3698. }
  3699.  
  3700. .column-title {
  3701.    font-size: 16px;
  3702.    font-weight: 700;
  3703.    color:  white !important;
  3704.    margin-bottom: 12px;
  3705.    text-align: center;
  3706. }
  3707.  
  3708. .footer-menu {
  3709.    margin: 0;
  3710. }
  3711.  
  3712. .menu-link {
  3713.    color: white !important;
  3714.    text-decoration: none;
  3715.    font-size: 14px;
  3716.    font-weight: 600;
  3717.    transition: color 0.3s ease;
  3718. }
  3719.  
  3720.  
  3721. .footer-bottom-layer {
  3722.    font-size: 13px;
  3723. }
  3724.  
  3725. .utility-link {
  3726.    color: white !important;
  3727.    text-decoration: none;
  3728.    font-size: 13px;
  3729.    font-weight: 600;
  3730.    transition: color 0.3s ease;
  3731. }
  3732.  
  3733. .utility-link:hover {
  3734.    color: blue !important;
  3735. }
  3736.  
  3737. .copyright-info {
  3738.    font-size: 13px;
  3739.    font-weight: 600;
  3740. }
  3741.  
  3742. /* Responsive Design */
  3743. @media (max-width: 768px) {
  3744.    .footer-logo {
  3745.        height: 60px;
  3746.    }
  3747.    
  3748.    .column-title {
  3749.        font-size: 15px;
  3750.    }
  3751.    
  3752.    .menu-link {
  3753.        font-size: 13px;
  3754.    }
  3755. }
  3756.  
  3757. @media (max-width: 576px) {
  3758.    .brand-title {
  3759.        font-size: 20px;
  3760.    }
  3761.    
  3762.    .brand-tagline {
  3763.        font-size: 12px;
  3764.    }
  3765.    
  3766.    .cta-btn {
  3767.        font-size: 12px;
  3768.        padding: 5px 12px;
  3769.    }
  3770.    
  3771.    .band-block {
  3772.        border-left: 3px solid var(--primary-color);
  3773.    }
  3774. }
  3775. </style>
  3776.  
  3777. <script>
  3778. // Prevent default for placeholder links
  3779. document.addEventListener('DOMContentLoaded', function() {
  3780.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3781.        anchor.addEventListener('click', function(e) {
  3782.            e.preventDefault();
  3783.        });
  3784.    });
  3785. });
  3786. document.addEventListener('DOMContentLoaded', function () {
  3787.    var btn = document.getElementById('toggleBlogRollLinks');
  3788.    if (!btn) return; // No extra items, no button
  3789.  
  3790.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3791.  
  3792.    btn.addEventListener('click', function () {
  3793.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3794.            return li.classList.contains('d-none');
  3795.        });
  3796.  
  3797.        extras.forEach(function (li) {
  3798.            if (anyHidden) {
  3799.                li.classList.remove('d-none');
  3800.                li.classList.add('show');
  3801.            } else {
  3802.                li.classList.add('d-none');
  3803.                li.classList.remove('show');
  3804.            }
  3805.        });
  3806.  
  3807.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3808.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3809.    });
  3810. });
  3811.  
  3812. </script>
  3813.  
  3814.        <!-- end of wpo-site-footer-section -->
  3815.    </div>
  3816.    <!-- end of page-wrapper -->
  3817.  
  3818.    <!-- All JavaScript files
  3819.    ================================================== -->
  3820.    
  3821.  
  3822. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3823. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3824. <!-- Plugins for this template -->
  3825. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3826. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3827. <!-- Custom script for this template -->
  3828. <script src="/static/blogapp/assets/js/script.js"></script>
  3829.  
  3830. <script>
  3831. (function () {
  3832. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3833. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3834.  
  3835. function applyFallback(img) {
  3836. if (!img || img.dataset.fallbackApplied === "1") {
  3837. return;
  3838. }
  3839. var failedSrc = img.currentSrc || img.src || "";
  3840. img.dataset.fallbackApplied = "1";
  3841. img.onerror = null;
  3842. img.src = fallbackImageSrc;
  3843. console.warn("[ImageFallback] Replaced broken image:", {
  3844. failedSrc: failedSrc,
  3845. fallbackSrc: fallbackImageSrc,
  3846. alt: img.alt || "",
  3847. });
  3848. }
  3849.  
  3850. document.querySelectorAll("img").forEach(function (img) {
  3851. if (img.complete && img.naturalWidth === 0) {
  3852. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3853. failedSrc: img.currentSrc || img.src || "",
  3854. alt: img.alt || "",
  3855. });
  3856. applyFallback(img);
  3857. }
  3858. });
  3859.  
  3860. document.addEventListener(
  3861. "error",
  3862. function (event) {
  3863. var target = event.target;
  3864. if (target && target.tagName === "IMG") {
  3865. applyFallback(target);
  3866. }
  3867. },
  3868. true
  3869. );
  3870. })();
  3871. </script>
  3872.  
  3873. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3874.  
  3875.  
  3876.  
  3877. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"7512601ef88643fa92c98830c34299ee","r":1}' crossorigin="anonymous"></script>
  3878. </body>
  3879.  
  3880. </html>
  3881.  
  3882.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda