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://urbanityeventsagency.nl

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  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/Web_Buzz_Horizon_5_Q4XT5ei_NKnUsc8_LT6MSMc.png">
  14.    
  15.  
  16.    <title>Urbanity Events Agency | Creative Event Planning &amp; Design Services</title>
  17.    <meta name="description" content="Urbanity Events Agency offers professional event planning, design, and coordination services in the Netherlands. From corporate events to private celebrations, we bring your vision to life.">
  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://urbanityeventsagency.nl/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b788;
  42.        --bs-primary-rgb: 52b788;
  43.        --bs-secondary: #5f6a7d;
  44.        --bs-success: #219ebc;
  45.        --bs-danger: #e63946;
  46.        --bs-warning: #f4a261;
  47.        --bs-info: #457b9d;
  48.        --bs-light: #f0f4f2;
  49.        --bs-dark: #1b263b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b788;
  53.        --theme-primary-color-s2: #52b788;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b263b;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b263b;
  59.        --border-color: #c4d6cc;
  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: #e3e7eb;
  75.        --navbar-color: #1b263b;
  76.        --topbar-bg: #f0f4f2;
  77.        --topbar-color: #1b263b;
  78.        --footer-bg: #1b263b;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #c4d6cc;
  82.        --card-radius: 10px;
  83.        --link-color: #52b788;
  84.        --link-hover: #3d9970;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 183, 136, 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_18">
  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="/rodgers-sustains-playoff-hopes-afloat-but-is-it-the-finish-for-the-chiefs-top-stories-from-nfl-the-fourteenth-week/" class="px-5 top-color">
  398.                Rodgers Sustains Playoff Hopes Afloat, But Is It The Finish for the Chiefs? Top Stories from NFL the Fourteenth Week
  399.              </a>
  400.              
  401.              <a href="/excellent-digital-stage-selections-for-this-month/" class="px-5 top-color">
  402.                Excellent Digital Stage Selections for This Month
  403.              </a>
  404.              
  405.              <a href="/fierce-winds-cause-numerous-homes-in-the-dark-in-new-zealand/" class="px-5 top-color">
  406.                Fierce Winds Cause Numerous Homes In the Dark in New Zealand
  407.              </a>
  408.              
  409.              <a href="/vehicles-in-germanys-town-discovered-smeared-with-swastikas-in-human-blood-law-enforcement-state/" class="px-5 top-color">
  410.                Vehicles in Germany&#x27;s Town Discovered Smeared with Swastikas in Human Blood, Law Enforcement State
  411.              </a>
  412.              
  413.              <a href="/trumps-bold-statement-on-us-energy-investment-in-venezuelan-draws-industry-doubt/" class="px-5 top-color">
  414.                Trump&#x27;s Bold Statement on US Energy Investment in Venezuelan Draws Industry Doubt.
  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: "Rodgers Sustains Playoff Hopes Afloat, But Is It The Finish for the Chiefs? Top Stories from NFL the Fourteenth Week", url: "/rodgers-sustains-playoff-hopes-afloat-but-is-it-the-finish-for-the-chiefs-top-stories-from-nfl-the-fourteenth-week/" },
  438.        
  439.            { title: "Excellent Digital Stage Selections for This Month", url: "/excellent-digital-stage-selections-for-this-month/" },
  440.        
  441.            { title: "Fierce Winds Cause Numerous Homes In the Dark in New Zealand", url: "/fierce-winds-cause-numerous-homes-in-the-dark-in-new-zealand/" },
  442.        
  443.            { title: "Vehicles in Germany\u0027s Town Discovered Smeared with Swastikas in Human Blood, Law Enforcement State", url: "/vehicles-in-germanys-town-discovered-smeared-with-swastikas-in-human-blood-law-enforcement-state/" },
  444.        
  445.            { title: "Trump\u0027s Bold Statement on US Energy Investment in Venezuelan Draws Industry Doubt.", url: "/trumps-bold-statement-on-us-energy-investment-in-venezuelan-draws-industry-doubt/" }
  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/caab89a9-5b6f-4c42-a587-42d73eb62344_logo.png" alt="Urbanity Events Agency" />
  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. <div class="blog-hero-v2">
  1199.  <div class="container-fluid fluid-container">
  1200.    <div class="row">
  1201.      <!-- Main Featured Post -->
  1202.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1203.        
  1204.        
  1205.        
  1206.          
  1207.        <div class="featured-post">
  1208.          <div class="post-image">
  1209.            
  1210.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1211.              class="img-fluid" alt="">
  1212.            
  1213.            <div class="post-overlay">
  1214.              <div class="post-content">
  1215.                <span class="category-badge bg-primary-gradient">News</span>
  1216.                <h1 class="post-title1 blog-color">
  1217.                  <a href="/merv-review-a-four-legged-actor-commands-the-show-in-the-streaming-giants-by-the-book-christmas-romcom/" class="blog-color">
  1218.                    Merv Review – A Four-Legged Actor Commands the Show in the Streaming Giant’s By-the-Book Christmas Romcom
  1219.                  </a>
  1220.                </h1>
  1221.                <p class="post-excerpt"></p>
  1222.                <div class="post-meta">
  1223.                  <div class="author-info">
  1224.                    
  1225.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson"
  1226.                      style="object-fit: cover;" class="author-avatar">
  1227.                    
  1228.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">David Thompson</a></span>
  1229.                  </div>
  1230.                  <span class="post-date">05 Sep 2026</span>
  1231.                </div>
  1232.              </div>
  1233.            </div>
  1234.          </div>
  1235.        </div>
  1236.  
  1237.        
  1238.        
  1239.      </div>
  1240.  
  1241.      <!-- Side Posts -->
  1242.      <div class="col-lg-4 col-md-12">
  1243.        <div class="row h-100">
  1244.        
  1245.  
  1246.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1247.            <div class="side-post h-100">
  1248.              <div class="row g-0 h-100">
  1249.                <div class="col-5">
  1250.                  <div class="side-post-image">
  1251.                    
  1252.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1253.                      style="object-fit: cover;" alt="">
  1254.                    
  1255.                  </div>
  1256.                </div>
  1257.                <div class="col-7">
  1258.                  <div class="side-post-content">
  1259.                    <div>
  1260.                      <span class="category-badge bg-primary-gradient">News</span>
  1261.                      <h3> <a href="/childrens-trivia-discovering-the-story-of-the-vampire-and-the-way-honeybees-make-honey/" class="line-clamp-2">
  1262.                          Children&#x27;s Trivia: Discovering the Story of the Vampire and the Way Honeybees Make Honey
  1263.                        </a></h3>
  1264.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1265.                    </div>
  1266.                    <div class="side-post-meta">
  1267.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Thompson</a></span>
  1268.                    </div>
  1269.                  </div>
  1270.                </div>
  1271.              </div>
  1272.            </div>
  1273.          </div>
  1274.  
  1275.          
  1276.  
  1277.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1278.            <div class="side-post h-100">
  1279.              <div class="row g-0 h-100">
  1280.                <div class="col-5">
  1281.                  <div class="side-post-image">
  1282.                    
  1283.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1284.                      style="object-fit: cover;" alt="">
  1285.                    
  1286.                  </div>
  1287.                </div>
  1288.                <div class="col-7">
  1289.                  <div class="side-post-content">
  1290.                    <div>
  1291.                      <span class="category-badge bg-primary-gradient">News</span>
  1292.                      <h3> <a href="/the-holiday-bikini-a-recipe/" class="line-clamp-2">
  1293.                          The Holiday Bikini – A Recipe
  1294.                        </a></h3>
  1295.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1296.                    </div>
  1297.                    <div class="side-post-meta">
  1298.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Thompson</a></span>
  1299.                    </div>
  1300.                  </div>
  1301.                </div>
  1302.              </div>
  1303.            </div>
  1304.          </div>
  1305.  
  1306.          
  1307.  
  1308.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1309.            <div class="side-post h-100">
  1310.              <div class="row g-0 h-100">
  1311.                <div class="col-5">
  1312.                  <div class="side-post-image">
  1313.                    
  1314.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1315.                      style="object-fit: cover;" alt="">
  1316.                    
  1317.                  </div>
  1318.                </div>
  1319.                <div class="col-7">
  1320.                  <div class="side-post-content">
  1321.                    <div>
  1322.                      <span class="category-badge bg-primary-gradient">News</span>
  1323.                      <h3> <a href="/english-councils-plan-to-sell-off-social-clubs-and-sports-centres-to-balance-books/" class="line-clamp-2">
  1324.                          English Councils Plan to Sell Off Social Clubs and Sports Centres to Balance Books
  1325.                        </a></h3>
  1326.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1327.                    </div>
  1328.                    <div class="side-post-meta">
  1329.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Thompson</a></span>
  1330.                    </div>
  1331.                  </div>
  1332.                </div>
  1333.              </div>
  1334.            </div>
  1335.          </div>
  1336.  
  1337.          
  1338.        </div>
  1339.      </div>
  1340.    </div>
  1341.  </div>
  1342. </div>
  1343.  
  1344. <style>
  1345.  /* Blog Hero V2 Styles */
  1346.  .blog-hero-v2 {
  1347.    padding: 60px 0;
  1348.  }
  1349.  
  1350.  /* Featured Post Styles */
  1351.  .featured-post {
  1352.    position: relative;
  1353.    border-radius: 20px;
  1354.    overflow: hidden;
  1355.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1356.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1357.  }
  1358.  
  1359.  .featured-post:hover {
  1360.    transform: translateY(-5px);
  1361.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1362.  }
  1363.  
  1364.  .featured-post .post-image {
  1365.    position: relative;
  1366.    height: 500px;
  1367.    overflow: hidden;
  1368.  }
  1369.  
  1370.  .featured-post .post-image img {
  1371.    width: 100%;
  1372.    height: 100%;
  1373.    object-fit: cover;
  1374.    transition: transform 0.5s ease;
  1375.  }
  1376.  
  1377.  .featured-post:hover .post-image img {
  1378.    transform: scale(1.05);
  1379.  }
  1380.  
  1381.  .post-overlay {
  1382.    position: absolute;
  1383.    top: 0;
  1384.    left: 0;
  1385.    right: 0;
  1386.    bottom: 0;
  1387.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1388.    display: flex;
  1389.    align-items: flex-end;
  1390.    padding: 40px;
  1391.  }
  1392.  
  1393.  .post-content .post-title1 {
  1394.    color: white;
  1395.    font-size: 2.5rem;
  1396.    font-weight: 700;
  1397.    margin: 15px 0;
  1398.    line-height: 1.2;
  1399.  }
  1400.  
  1401.  .post-content .post-excerpt {
  1402.    color: rgba(255, 255, 255, 0.9);
  1403.    font-size: 1.1rem;
  1404.    margin-bottom: 20px;
  1405.    line-height: 1.6;
  1406.  }
  1407.  
  1408.  /* Category Badges */
  1409.  .category-badge {
  1410.    display: inline-block;
  1411.    padding: 4px 8px;
  1412.    font-size: 0.75rem;
  1413.    font-weight: 600;
  1414.    text-transform: uppercase;
  1415.    letter-spacing: 0.5px;
  1416.    border-radius: 25px;
  1417.    text-align: center;
  1418.    width: fit-content;
  1419.  }
  1420.  
  1421.  /* Post Meta */
  1422.  .post-meta {
  1423.    display: flex;
  1424.    align-items: center;
  1425.    justify-content: space-between;
  1426.    margin-top: 25px;
  1427.  }
  1428.  
  1429.  .author-info {
  1430.    display: flex;
  1431.    align-items: center;
  1432.    gap: 12px;
  1433.  }
  1434.  
  1435.  .author-avatar {
  1436.    width: 45px !important;
  1437.    height: 45px !important;
  1438.    border-radius: 50%;
  1439.    border: 3px solid white;
  1440.  }
  1441.  
  1442.  .author-name,
  1443.  .post-date {
  1444.    color: rgba(255, 255, 255, 0.9);
  1445.    font-weight: 500;
  1446.  }
  1447.  
  1448.  .author-name {
  1449.    text-decoration: none;
  1450.  }
  1451.  
  1452.  .author-name:hover {
  1453.    color: white;
  1454.  }
  1455.  
  1456.  /* Side Posts */
  1457.  .side-post {
  1458.    background: var(--card-bg);
  1459.    border-radius: 15px;
  1460.    border: 1px solid var(--border-color);
  1461.    overflow: hidden;
  1462.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1463.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1464.    height: auto;
  1465.  }
  1466.  
  1467.  .side-post:hover {
  1468.    transform: translateY(-3px);
  1469.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1470.  }
  1471.  
  1472.  .side-post-image {
  1473.    max-height: 155px;
  1474.    height: 100%;
  1475.    overflow: hidden;
  1476.  }
  1477.  
  1478.  .side-post-image img {
  1479.    width: 100%;
  1480.    height: 100%;
  1481.    object-fit: cover;
  1482.    transition: transform 0.3s ease;
  1483.  }
  1484.  
  1485.  .side-post:hover .side-post-image img {
  1486.    transform: scale(1.1);
  1487.  }
  1488.  
  1489.  .side-post-content {
  1490.    padding: 8px 16px;
  1491.    display: flex;
  1492.    flex-direction: column;
  1493.    justify-content: space-between;
  1494.    height: 100%;
  1495.  }
  1496.  
  1497.  .side-post-content h3 {
  1498.    font-size: 1rem;
  1499.    font-weight: 600;
  1500.    margin: 8px 0;
  1501.    line-height: 1.4;
  1502.  }
  1503.  
  1504.  .side-post-content h3 a {
  1505.    color: #333;
  1506.    text-decoration: none;
  1507.    transition: color 0.3s ease;
  1508.  }
  1509.  
  1510.  .side-post-content h3 a:hover {
  1511.    color: #007bff;
  1512.  }
  1513.  
  1514.  .side-post-meta {
  1515.    font-size: 0.8rem;
  1516.    color: #666;
  1517.    display: flex;
  1518.    flex-direction: column;
  1519.    gap: 4px;
  1520.  }
  1521.  
  1522.  .side-post-meta a {
  1523.    color: #007bff;
  1524.    text-decoration: none;
  1525.  }
  1526.  
  1527.  .side-post-meta a:hover {
  1528.    text-decoration: underline;
  1529.  }
  1530.  
  1531.  /* Responsive Design */
  1532.  @media (max-width: 768px) {
  1533.    .blog-hero-v2 {
  1534.      padding: 30px 0;
  1535.    }
  1536.  
  1537.    .featured-post .post-image {
  1538.      height: 350px;
  1539.    }
  1540.  
  1541.    .post-overlay {
  1542.      padding: 25px;
  1543.    }
  1544.  
  1545.    .post-content .post-title1 {
  1546.      font-size: 1.8rem;
  1547.    }
  1548.  
  1549.    .post-content .post-excerpt {
  1550.      font-size: 1rem;
  1551.      margin-bottom: 15px;
  1552.    }
  1553.  
  1554.    .post-meta {
  1555.      flex-direction: column;
  1556.      align-items: flex-start;
  1557.      gap: 10px;
  1558.    }
  1559.  
  1560.    .side-post {
  1561.      height: auto;
  1562.    }
  1563.  
  1564.    .side-post-content {
  1565.      height: auto;
  1566.      padding: 15px;
  1567.    }
  1568.  }
  1569.  
  1570.  @media (max-width: 576px) {
  1571.    .post-content .post-title1 {
  1572.      font-size: 1.5rem;
  1573.    }
  1574.  
  1575.    .side-post-content h3 {
  1576.      font-size: 0.9rem;
  1577.    }
  1578.  
  1579.    .side-post-image img {}
  1580.  }
  1581. </style>
  1582.  
  1583.  
  1584.  
  1585.  
  1586.        <!-- end of wpo-blog-hero -->
  1587.  
  1588.        <!-- start of wpo-breacking-news -->
  1589.        
  1590.        <!-- end of wpo-breacking-news -->
  1591.        
  1592.        <!-- start wpo-blog-highlights-section -->
  1593.        
  1594.  
  1595.  
  1596.  
  1597.    
  1598.  
  1599.  
  1600.  
  1601. <style>
  1602.    /* General Section Styling */
  1603.    .blog-highlights-v10 {
  1604.        padding: 20px 0;  /* Adjusted padding for distinction */
  1605.        position: relative;
  1606.    }
  1607.  
  1608.    /* Section Header */
  1609.    .section-header-v10 {
  1610.        text-align: left;  /* Left-aligned for uniqueness */
  1611.        margin-bottom: 50px;
  1612.        padding-left: 15px;
  1613.    }
  1614.  
  1615.    .section-title-v10 {
  1616.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1617.        font-weight: 800;
  1618.        color: #1a1a1a;
  1619.        margin-bottom: 15px;
  1620.        text-transform: none;  /* No uppercase for modern look */
  1621.    }
  1622.  
  1623.    .section-subtitle-v10 {
  1624.        font-size: 1.05rem;
  1625.        color: #555;
  1626.        max-width: 650px;
  1627.        line-height: 1.6;
  1628.    }
  1629.  
  1630.  
  1631.    /* Blog Card */
  1632.    .blog-card-v10 {
  1633.        background: var(--card-bg);
  1634.        border-radius: 10px;  /* Softer corners */
  1635.        margin-bottom: 35px;
  1636.        overflow: hidden;
  1637.        opacity: 0;  /* Initially hidden for animation */
  1638.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1639.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1640.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1641.    }
  1642.  
  1643.    .blog-card-v10.visible {
  1644.        opacity: 1;
  1645.        transform: rotate(0deg);  /* Straighten on appearance */
  1646.    }
  1647.  
  1648.    @keyframes fadeRotateIn {
  1649.        from {
  1650.            opacity: 0;
  1651.            transform: rotate(1.5deg);
  1652.        }
  1653.        to {
  1654.            opacity: 1;
  1655.            transform: rotate(0deg);
  1656.        }
  1657.    }
  1658.  
  1659.    .blog-card-v10:hover {
  1660.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1661.    }
  1662.  
  1663.    /* Blog Image */
  1664.    .blog-image-container-v10 {
  1665.        width: 100%;
  1666.        height: 240px;  /* Unique height for v10 */
  1667.        overflow: hidden;
  1668.        position: relative;
  1669.    }
  1670.  
  1671.    .blog-image-v10 img {
  1672.        width: 100%;
  1673.        height: 100%;
  1674.        object-fit: cover;
  1675.    }
  1676.  
  1677.    /* Blog Content */
  1678.    .blog-content-v10 {
  1679.        padding: 20px 22px;  /* Adjusted padding */
  1680.        text-align: left;
  1681.    }
  1682.  
  1683.    .blog-title-v10 {
  1684.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1685.        font-weight: 700;
  1686.        margin-bottom: 12px;
  1687.        color: #1a1a1a;
  1688.    }
  1689.  
  1690.    .blog-meta-v10 {
  1691.        font-size: 0.85rem;
  1692.        color: #777;
  1693.        margin-bottom: 12px;
  1694.        font-style: italic;  /* Italic for distinction */
  1695.    }
  1696.  
  1697.    .blog-excerpt-v10 {
  1698.        font-size: 0.95rem;
  1699.        color: #555;
  1700.        margin-bottom: 15px;
  1701.        line-height: 1.6;
  1702.    }
  1703.  
  1704.    .blog-actions-v10 {
  1705.        display: inline-block;
  1706.    }
  1707.  
  1708.    .blog-read-more-v10 {
  1709.        font-size: 0.95rem;
  1710.        color: #e74c3c;  /* Red accent for uniqueness */
  1711.        text-decoration: none;
  1712.        font-weight: 600;
  1713.        transition: color 0.3s ease;
  1714.    }
  1715.  
  1716.    .blog-read-more-v10:hover {
  1717.        color: #c0392b;  /* Darker red on hover */
  1718.    }
  1719.    /* Responsive Design */
  1720.    @media (max-width: 768px) {
  1721.        .section-title-v10 {
  1722.            font-size: 2.4rem;
  1723.        }
  1724.  
  1725.        .section-header-v10 {
  1726.            padding-left: 10px;
  1727.        }
  1728.        
  1729.        .blog-card-v10 {
  1730.            margin-bottom: 20px;
  1731.        }
  1732.  
  1733.        .blog-meta-v10 {
  1734.            font-size: 0.75rem;
  1735.        }
  1736.  
  1737.        .blog-image-container-v10 {
  1738.            height: 170px;  /* Adjusted for mobile */
  1739.        }
  1740.  
  1741.        .sidebar-v10 {
  1742.            padding: 15px;
  1743.        }
  1744.    }
  1745. </style>
  1746.  
  1747. <section class="blog-highlights-v10">
  1748.    <div class="container-fluid fluid-container">
  1749.        <!-- Section Header -->
  1750.        <div class="row">
  1751.            <div class="col-12 col-lg-10">  
  1752.                <div class="section-header-v10">
  1753.                    <h2 class="section-title-v10">
  1754.                Today's Top Highlights
  1755.                   </h2>
  1756.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1757.                </div>
  1758.            </div>
  1759.        </div>
  1760.        
  1761.        <!-- Blog Grid and Sidebar -->
  1762.        <div class="row">
  1763.            <div class="col-lg-8">
  1764.                <div class="row">
  1765.                    
  1766.                    <div class="col-md-6 col-sm-12">  
  1767.                        <article class="blog-card-v10">
  1768.                            <div class="blog-image-container-v10">
  1769.                                <div class="blog-image-v10 h-100">
  1770.                                    
  1771.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1772.                                    
  1773.                                </div>
  1774.                            </div>
  1775.                            <div class="blog-content-v10">
  1776.                                <h3 class="blog-title-v10">
  1777.                                     <a class="top-color" href="/suttons-projections-against-english-gaming-ace-daniel-the-stingray-ray/" >
  1778.                                    Sutton&#x27;s Projections against English Gaming Ace Daniel &#x27;The Stingray&#x27; Ray
  1779.                                    </a>
  1780.                                </h3>
  1781.                                <div class="blog-meta-v10">
  1782.                                    <span>By David Thompson • 04 Sep 2026</span>
  1783.                                </div>
  1784.                                <p class="blog-excerpt-v10">
  1785.                                    
  1786.                                </p>
  1787.                                <div class="blog-actions-v10">
  1788.                                    <a href="/suttons-projections-against-english-gaming-ace-daniel-the-stingray-ray/" class="blog-read-more-v10">Read More</a>
  1789.                                </div>
  1790.                            </div>
  1791.                        </article>
  1792.                    </div>
  1793.                    
  1794.                    <div class="col-md-6 col-sm-12">  
  1795.                        <article class="blog-card-v10">
  1796.                            <div class="blog-image-container-v10">
  1797.                                <div class="blog-image-v10 h-100">
  1798.                                    
  1799.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1800.                                    
  1801.                                </div>
  1802.                            </div>
  1803.                            <div class="blog-content-v10">
  1804.                                <h3 class="blog-title-v10">
  1805.                                     <a class="top-color" href="/bbc-labeled-as-100-false-information-by-donald-trumps-press-secretary/" >
  1806.                                    BBC Labeled as &quot;100% False Information&quot; by Donald Trump&#x27;s Press Secretary
  1807.                                    </a>
  1808.                                </h3>
  1809.                                <div class="blog-meta-v10">
  1810.                                    <span>By David Thompson • 04 Sep 2026</span>
  1811.                                </div>
  1812.                                <p class="blog-excerpt-v10">
  1813.                                    
  1814.                                </p>
  1815.                                <div class="blog-actions-v10">
  1816.                                    <a href="/bbc-labeled-as-100-false-information-by-donald-trumps-press-secretary/" class="blog-read-more-v10">Read More</a>
  1817.                                </div>
  1818.                            </div>
  1819.                        </article>
  1820.                    </div>
  1821.                    
  1822.                    <div class="col-md-6 col-sm-12">  
  1823.                        <article class="blog-card-v10">
  1824.                            <div class="blog-image-container-v10">
  1825.                                <div class="blog-image-v10 h-100">
  1826.                                    
  1827.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1828.                                    
  1829.                                </div>
  1830.                            </div>
  1831.                            <div class="blog-content-v10">
  1832.                                <h3 class="blog-title-v10">
  1833.                                     <a class="top-color" href="/guitar-hero-celebrates-20-years-the-plastic-guitar-that-connected-the-gap-between-music-fans/" >
  1834.                                    Guitar Hero Celebrates 20 Years – The Plastic Guitar That Connected the Gap Between Music Fans
  1835.                                    </a>
  1836.                                </h3>
  1837.                                <div class="blog-meta-v10">
  1838.                                    <span>By David Thompson • 04 Sep 2026</span>
  1839.                                </div>
  1840.                                <p class="blog-excerpt-v10">
  1841.                                    
  1842.                                </p>
  1843.                                <div class="blog-actions-v10">
  1844.                                    <a href="/guitar-hero-celebrates-20-years-the-plastic-guitar-that-connected-the-gap-between-music-fans/" class="blog-read-more-v10">Read More</a>
  1845.                                </div>
  1846.                            </div>
  1847.                        </article>
  1848.                    </div>
  1849.                    
  1850.                    <div class="col-md-6 col-sm-12">  
  1851.                        <article class="blog-card-v10">
  1852.                            <div class="blog-image-container-v10">
  1853.                                <div class="blog-image-v10 h-100">
  1854.                                    
  1855.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1856.                                    
  1857.                                </div>
  1858.                            </div>
  1859.                            <div class="blog-content-v10">
  1860.                                <h3 class="blog-title-v10">
  1861.                                     <a class="top-color" href="/a-warning-for-keir-starmer-drawn-from-his-own-past-if-youre-not-bold-on-britains-eu-exit-and-europe-his-labour-rivals-will-be/" >
  1862.                                    A Warning for Keir Starmer drawn from His Own Past: If You&#x27;re Not Bold on Britain&#x27;s EU Exit and Europe, His Labour Rivals Will Be.
  1863.                                    </a>
  1864.                                </h3>
  1865.                                <div class="blog-meta-v10">
  1866.                                    <span>By David Thompson • 04 Sep 2026</span>
  1867.                                </div>
  1868.                                <p class="blog-excerpt-v10">
  1869.                                    
  1870.                                </p>
  1871.                                <div class="blog-actions-v10">
  1872.                                    <a href="/a-warning-for-keir-starmer-drawn-from-his-own-past-if-youre-not-bold-on-britains-eu-exit-and-europe-his-labour-rivals-will-be/" class="blog-read-more-v10">Read More</a>
  1873.                                </div>
  1874.                            </div>
  1875.                        </article>
  1876.                    </div>
  1877.                    
  1878.                    <div class="col-md-6 col-sm-12">  
  1879.                        <article class="blog-card-v10">
  1880.                            <div class="blog-image-container-v10">
  1881.                                <div class="blog-image-v10 h-100">
  1882.                                    
  1883.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1884.                                    
  1885.                                </div>
  1886.                            </div>
  1887.                            <div class="blog-content-v10">
  1888.                                <h3 class="blog-title-v10">
  1889.                                     <a class="top-color" href="/tell-us-about-your-favourite-winter-walk-in-the-britain/" >
  1890.                                    Tell Us About Your Favourite Winter Walk in the Britain
  1891.                                    </a>
  1892.                                </h3>
  1893.                                <div class="blog-meta-v10">
  1894.                                    <span>By David Thompson • 03 Sep 2026</span>
  1895.                                </div>
  1896.                                <p class="blog-excerpt-v10">
  1897.                                    
  1898.                                </p>
  1899.                                <div class="blog-actions-v10">
  1900.                                    <a href="/tell-us-about-your-favourite-winter-walk-in-the-britain/" class="blog-read-more-v10">Read More</a>
  1901.                                </div>
  1902.                            </div>
  1903.                        </article>
  1904.                    </div>
  1905.                    
  1906.                    <div class="col-md-6 col-sm-12">  
  1907.                        <article class="blog-card-v10">
  1908.                            <div class="blog-image-container-v10">
  1909.                                <div class="blog-image-v10 h-100">
  1910.                                    
  1911.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1912.                                    
  1913.                                </div>
  1914.                            </div>
  1915.                            <div class="blog-content-v10">
  1916.                                <h3 class="blog-title-v10">
  1917.                                     <a class="top-color" href="/a-group-of-six-british-citizens-sentenced-to-prison-for-1m-fire-attack-on-warehouse-containing-aid-for-ukraine/" >
  1918.                                    A Group of Six British Citizens Sentenced to Prison for £1m Fire Attack on Warehouse Containing Aid for Ukraine
  1919.                                    </a>
  1920.                                </h3>
  1921.                                <div class="blog-meta-v10">
  1922.                                    <span>By David Thompson • 03 Sep 2026</span>
  1923.                                </div>
  1924.                                <p class="blog-excerpt-v10">
  1925.                                    
  1926.                                </p>
  1927.                                <div class="blog-actions-v10">
  1928.                                    <a href="/a-group-of-six-british-citizens-sentenced-to-prison-for-1m-fire-attack-on-warehouse-containing-aid-for-ukraine/" class="blog-read-more-v10">Read More</a>
  1929.                                </div>
  1930.                            </div>
  1931.                        </article>
  1932.                    </div>
  1933.                    
  1934.                    <div class="col-md-6 col-sm-12">  
  1935.                        <article class="blog-card-v10">
  1936.                            <div class="blog-image-container-v10">
  1937.                                <div class="blog-image-v10 h-100">
  1938.                                    
  1939.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1940.                                    
  1941.                                </div>
  1942.                            </div>
  1943.                            <div class="blog-content-v10">
  1944.                                <h3 class="blog-title-v10">
  1945.                                     <a class="top-color" href="/the-baldurs-gate-3-creators-reveal-a-fresh-divinity-labeling-it-their-most-ambitious-rpg-yet/" >
  1946.                                    The Baldur&#x27;s Gate 3 Creators Reveal a Fresh Divinity, Labeling it Their Most Ambitious RPG Yet
  1947.                                    </a>
  1948.                                </h3>
  1949.                                <div class="blog-meta-v10">
  1950.                                    <span>By David Thompson • 03 Sep 2026</span>
  1951.                                </div>
  1952.                                <p class="blog-excerpt-v10">
  1953.                                    
  1954.                                </p>
  1955.                                <div class="blog-actions-v10">
  1956.                                    <a href="/the-baldurs-gate-3-creators-reveal-a-fresh-divinity-labeling-it-their-most-ambitious-rpg-yet/" class="blog-read-more-v10">Read More</a>
  1957.                                </div>
  1958.                            </div>
  1959.                        </article>
  1960.                    </div>
  1961.                    
  1962.                    <div class="col-md-6 col-sm-12">  
  1963.                        <article class="blog-card-v10">
  1964.                            <div class="blog-image-container-v10">
  1965.                                <div class="blog-image-v10 h-100">
  1966.                                    
  1967.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1968.                                    
  1969.                                </div>
  1970.                            </div>
  1971.                            <div class="blog-content-v10">
  1972.                                <h3 class="blog-title-v10">
  1973.                                     <a class="top-color" href="/american-military-struck-a-big-complex-in-venezuela-trump-claimed-without-providing-details/" >
  1974.                                    American Military Struck a &#x27;Big Complex&#x27; in Venezuela, Trump Claimed Without Providing Details.
  1975.                                    </a>
  1976.                                </h3>
  1977.                                <div class="blog-meta-v10">
  1978.                                    <span>By David Thompson • 03 Sep 2026</span>
  1979.                                </div>
  1980.                                <p class="blog-excerpt-v10">
  1981.                                    
  1982.                                </p>
  1983.                                <div class="blog-actions-v10">
  1984.                                    <a href="/american-military-struck-a-big-complex-in-venezuela-trump-claimed-without-providing-details/" class="blog-read-more-v10">Read More</a>
  1985.                                </div>
  1986.                            </div>
  1987.                        </article>
  1988.                    </div>
  1989.                    
  1990.                    <div class="col-md-6 col-sm-12">  
  1991.                        <article class="blog-card-v10">
  1992.                            <div class="blog-image-container-v10">
  1993.                                <div class="blog-image-v10 h-100">
  1994.                                    
  1995.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1996.                                    
  1997.                                </div>
  1998.                            </div>
  1999.                            <div class="blog-content-v10">
  2000.                                <h3 class="blog-title-v10">
  2001.                                     <a class="top-color" href="/national-guard-forces-currently-guarding-federal-property-in-chicago-area-authority-says/" >
  2002.                                    National Guard Forces Currently Guarding Federal Property in Chicago Area, Authority Says
  2003.                                    </a>
  2004.                                </h3>
  2005.                                <div class="blog-meta-v10">
  2006.                                    <span>By David Thompson • 03 Sep 2026</span>
  2007.                                </div>
  2008.                                <p class="blog-excerpt-v10">
  2009.                                    
  2010.                                </p>
  2011.                                <div class="blog-actions-v10">
  2012.                                    <a href="/national-guard-forces-currently-guarding-federal-property-in-chicago-area-authority-says/" class="blog-read-more-v10">Read More</a>
  2013.                                </div>
  2014.                            </div>
  2015.                        </article>
  2016.                    </div>
  2017.                    
  2018.                    <div class="col-md-6 col-sm-12">  
  2019.                        <article class="blog-card-v10">
  2020.                            <div class="blog-image-container-v10">
  2021.                                <div class="blog-image-v10 h-100">
  2022.                                    
  2023.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2024.                                    
  2025.                                </div>
  2026.                            </div>
  2027.                            <div class="blog-content-v10">
  2028.                                <h3 class="blog-title-v10">
  2029.                                     <a class="top-color" href="/peace-prize-winner-narges-mohammadi-allegedly-arrested-in-iran-according-to-supporters/" >
  2030.                                    Peace Prize Winner Narges Mohammadi Allegedly Arrested in Iran, According to Supporters
  2031.                                    </a>
  2032.                                </h3>
  2033.                                <div class="blog-meta-v10">
  2034.                                    <span>By David Thompson • 03 Sep 2026</span>
  2035.                                </div>
  2036.                                <p class="blog-excerpt-v10">
  2037.                                    
  2038.                                </p>
  2039.                                <div class="blog-actions-v10">
  2040.                                    <a href="/peace-prize-winner-narges-mohammadi-allegedly-arrested-in-iran-according-to-supporters/" class="blog-read-more-v10">Read More</a>
  2041.                                </div>
  2042.                            </div>
  2043.                        </article>
  2044.                    </div>
  2045.                    
  2046.                    <div class="col-md-6 col-sm-12">  
  2047.                        <article class="blog-card-v10">
  2048.                            <div class="blog-image-container-v10">
  2049.                                <div class="blog-image-v10 h-100">
  2050.                                    
  2051.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2052.                                    
  2053.                                </div>
  2054.                            </div>
  2055.                            <div class="blog-content-v10">
  2056.                                <h3 class="blog-title-v10">
  2057.                                     <a class="top-color" href="/toto-wolff-preparing-to-divest-shareholding-valuing-mercedes-formula-1-team-at-46-billion/" >
  2058.                                    Toto Wolff Preparing to Divest Shareholding Valuing Mercedes Formula 1 Team at £4.6 Billion
  2059.                                    </a>
  2060.                                </h3>
  2061.                                <div class="blog-meta-v10">
  2062.                                    <span>By David Thompson • 03 Sep 2026</span>
  2063.                                </div>
  2064.                                <p class="blog-excerpt-v10">
  2065.                                    
  2066.                                </p>
  2067.                                <div class="blog-actions-v10">
  2068.                                    <a href="/toto-wolff-preparing-to-divest-shareholding-valuing-mercedes-formula-1-team-at-46-billion/" class="blog-read-more-v10">Read More</a>
  2069.                                </div>
  2070.                            </div>
  2071.                        </article>
  2072.                    </div>
  2073.                    
  2074.                    <div class="col-md-6 col-sm-12">  
  2075.                        <article class="blog-card-v10">
  2076.                            <div class="blog-image-container-v10">
  2077.                                <div class="blog-image-v10 h-100">
  2078.                                    
  2079.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2080.                                    
  2081.                                </div>
  2082.                            </div>
  2083.                            <div class="blog-content-v10">
  2084.                                <h3 class="blog-title-v10">
  2085.                                     <a class="top-color" href="/magic-the-gatherings-top-tier-draft-format-at-last-makes-its-debut-on-arena/" >
  2086.                                    Magic: The Gathering&#x27;s Top-Tier Draft Format At Last Makes Its Debut on Arena
  2087.                                    </a>
  2088.                                </h3>
  2089.                                <div class="blog-meta-v10">
  2090.                                    <span>By David Thompson • 03 Sep 2026</span>
  2091.                                </div>
  2092.                                <p class="blog-excerpt-v10">
  2093.                                    
  2094.                                </p>
  2095.                                <div class="blog-actions-v10">
  2096.                                    <a href="/magic-the-gatherings-top-tier-draft-format-at-last-makes-its-debut-on-arena/" class="blog-read-more-v10">Read More</a>
  2097.                                </div>
  2098.                            </div>
  2099.                        </article>
  2100.                    </div>
  2101.                    
  2102.                    
  2103.  
  2104.                </div>
  2105.            </div>
  2106.  
  2107.            <!-- Sidebar -->
  2108.                   <div class="col col-lg-4 col-12">
  2109.                <div class="sidebar-v10">
  2110.                      
  2111.  
  2112.  
  2113.  
  2114.    
  2115.  
  2116. <!-- Curved Heading Sidebar -->
  2117.    <div class="sidebar mb-3">
  2118.        
  2119.       <div class="sidebar-widget mb-5">
  2120.            <div class="widget-title-wrapper mb-3">
  2121.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2122.                    <div class="title-border"></div>
  2123.                    <i class="ti-folder me-2"></i>August 2026 Blog Roll
  2124.                </h4>
  2125.            </div>
  2126.            <div class="widget-content shadow-sm rounded-3 p-4">
  2127.                <div class="archives-list scrollable-sidebar">
  2128.                    
  2129.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2130.                        <a href="https://www.pokerstrategy.com/nl/casino/casino-zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2131.                            <i class="ti-angle-right me-2 text-primary"></i>
  2132.                            <span class="archive-link top-color fw-semibold">beste casino zonder cruks</span>
  2133.                        </a>
  2134.                    </div>
  2135.                    
  2136.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2137.                        <a href="https://www.gameshub.com/nl/online-casino/zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2138.                            <i class="ti-angle-right me-2 text-primary"></i>
  2139.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2140.                        </a>
  2141.                    </div>
  2142.                    
  2143.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2144.                        <a href="https://gameluster.com/nl/casino-zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2145.                            <i class="ti-angle-right me-2 text-primary"></i>
  2146.                            <span class="archive-link top-color fw-semibold">beste online casino zonder cruks</span>
  2147.                        </a>
  2148.                    </div>
  2149.                    
  2150.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2151.                        <a href="https://www.pokerscout.com/nl/casino/beste-casino-zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2152.                            <i class="ti-angle-right me-2 text-primary"></i>
  2153.                            <span class="archive-link top-color fw-semibold">gokken zonder cruks</span>
  2154.                        </a>
  2155.                    </div>
  2156.                    
  2157.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2158.                        <a href="https://coinspot.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2159.                            <i class="ti-angle-right me-2 text-primary"></i>
  2160.                            <span class="archive-link top-color fw-semibold">beste bitcoin casino</span>
  2161.                        </a>
  2162.                    </div>
  2163.                    
  2164.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2165.                        <a href="https://tvvlconnect.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2166.                            <i class="ti-angle-right me-2 text-primary"></i>
  2167.                            <span class="archive-link top-color fw-semibold">goksites</span>
  2168.                        </a>
  2169.                    </div>
  2170.                    
  2171.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2172.                        <a href="https://www.weelderotterdam.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2173.                            <i class="ti-angle-right me-2 text-primary"></i>
  2174.                            <span class="archive-link top-color fw-semibold">beste casino zonder cruks</span>
  2175.                        </a>
  2176.                    </div>
  2177.                    
  2178.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2179.                        <a href="https://alettajacobs.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2180.                            <i class="ti-angle-right me-2 text-primary"></i>
  2181.                            <span class="archive-link top-color fw-semibold">beste casino zonder cruks</span>
  2182.                        </a>
  2183.                    </div>
  2184.                    
  2185.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2186.                        <a href="https://www.woonq.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2187.                            <i class="ti-angle-right me-2 text-primary"></i>
  2188.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2189.                        </a>
  2190.                    </div>
  2191.                    
  2192.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2193.                        <a href="https://www.koningsdaginrotterdam.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2194.                            <i class="ti-angle-right me-2 text-primary"></i>
  2195.                            <span class="archive-link top-color fw-semibold">online casino zonder cruks</span>
  2196.                        </a>
  2197.                    </div>
  2198.                    
  2199.  
  2200.                </div>
  2201.            </div>
  2202.        </div>
  2203.        
  2204.       <div class="sidebar-widget mb-5">
  2205.            <div class="widget-title-wrapper mb-3">
  2206.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2207.                    <div class="title-border"></div>
  2208.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2209.                </h4>
  2210.            </div>
  2211.            <div class="widget-content shadow-sm rounded-3 p-4">
  2212.                <div class="archives-list scrollable-sidebar">
  2213.                    
  2214.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2215.                        <a href="https://fondsverstandelijkgehandicapten.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2216.                            <i class="ti-angle-right me-2 text-primary"></i>
  2217.                            <span class="archive-link top-color fw-semibold">legale goksites</span>
  2218.                        </a>
  2219.                    </div>
  2220.                    
  2221.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2222.                        <a href="https://invader.be/online-casino/online-casino-belgie/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2223.                            <i class="ti-angle-right me-2 text-primary"></i>
  2224.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2225.                        </a>
  2226.                    </div>
  2227.                    
  2228.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2229.                        <a href="https://www.nederlandkantelt.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2230.                            <i class="ti-angle-right me-2 text-primary"></i>
  2231.                            <span class="archive-link top-color fw-semibold">casinos zonder cruks</span>
  2232.                        </a>
  2233.                    </div>
  2234.                    
  2235.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2236.                        <a href="https://pilpnjcm.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2237.                            <i class="ti-angle-right me-2 text-primary"></i>
  2238.                            <span class="archive-link top-color fw-semibold">beste online casinos</span>
  2239.                        </a>
  2240.                    </div>
  2241.                    
  2242.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2243.                        <a href="https://99bitcoins.com/nl/beste-bitcoin-casino/online-casino-buitenland/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2244.                            <i class="ti-angle-right me-2 text-primary"></i>
  2245.                            <span class="archive-link top-color fw-semibold">buitenlandse online casinos</span>
  2246.                        </a>
  2247.                    </div>
  2248.                    
  2249.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2250.                        <a href="https://www.bistrocalypso.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2251.                            <i class="ti-angle-right me-2 text-primary"></i>
  2252.                            <span class="archive-link top-color fw-semibold">gokken zonder cruks</span>
  2253.                        </a>
  2254.                    </div>
  2255.                    
  2256.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2257.                        <a href="https://totalfootballanalysis.com/nl/online-casino/casino-zonder-cruks" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2258.                            <i class="ti-angle-right me-2 text-primary"></i>
  2259.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2260.                        </a>
  2261.                    </div>
  2262.                    
  2263.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2264.                        <a href="https://cryptonews.com/nl/casino/snelle-uitbetaling-casino/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2265.                            <i class="ti-angle-right me-2 text-primary"></i>
  2266.                            <span class="archive-link top-color fw-semibold">snelst uitbetalende casinos</span>
  2267.                        </a>
  2268.                    </div>
  2269.                    
  2270.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2271.                        <a href="https://www.in1school.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2272.                            <i class="ti-angle-right me-2 text-primary"></i>
  2273.                            <span class="archive-link top-color fw-semibold">online casino zonder cruks</span>
  2274.                        </a>
  2275.                    </div>
  2276.                    
  2277.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2278.                        <a href="https://greenkit.be/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2279.                            <i class="ti-angle-right me-2 text-primary"></i>
  2280.                            <span class="archive-link top-color fw-semibold">beste goksites belgie</span>
  2281.                        </a>
  2282.                    </div>
  2283.                    
  2284.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2285.                        <a href="https://esportsinsider.com/nl/online-gokken/casino-zonder-registratie" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2286.                            <i class="ti-angle-right me-2 text-primary"></i>
  2287.                            <span class="archive-link top-color fw-semibold">casino zonder registratie</span>
  2288.                        </a>
  2289.                    </div>
  2290.                    
  2291.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2292.                        <a href="https://www.gamblinginsider.com/nl/beste-online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2293.                            <i class="ti-angle-right me-2 text-primary"></i>
  2294.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2295.                        </a>
  2296.                    </div>
  2297.                    
  2298.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2299.                        <a href="https://alettajacobs.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2300.                            <i class="ti-angle-right me-2 text-primary"></i>
  2301.                            <span class="archive-link top-color fw-semibold">online casino zonder cruks</span>
  2302.                        </a>
  2303.                    </div>
  2304.                    
  2305.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2306.                        <a href="https://degroeneaggregaat.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2307.                            <i class="ti-angle-right me-2 text-primary"></i>
  2308.                            <span class="archive-link top-color fw-semibold">online casino zonder cruks</span>
  2309.                        </a>
  2310.                    </div>
  2311.                    
  2312.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2313.                        <a href="https://bestecasinozondercruks.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2314.                            <i class="ti-angle-right me-2 text-primary"></i>
  2315.                            <span class="archive-link top-color fw-semibold">beste casinos zonder cruks</span>
  2316.                        </a>
  2317.                    </div>
  2318.                    
  2319.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2320.                        <a href="https://gamblingnieuws.com/gidsen/online-casino-nederland/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2321.                            <i class="ti-angle-right me-2 text-primary"></i>
  2322.                            <span class="archive-link top-color fw-semibold">beste online casino</span>
  2323.                        </a>
  2324.                    </div>
  2325.                    
  2326.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2327.                        <a href="https://heysnus.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2328.                            <i class="ti-angle-right me-2 text-primary"></i>
  2329.                            <span class="archive-link top-color fw-semibold">beste online casinos nederland</span>
  2330.                        </a>
  2331.                    </div>
  2332.                    
  2333.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2334.                        <a href="https://www.gamblinginsider.com/nl/bookmakers-zonder-cruks" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2335.                            <i class="ti-angle-right me-2 text-primary"></i>
  2336.                            <span class="archive-link top-color fw-semibold">bookmaker zonder cruks</span>
  2337.                        </a>
  2338.                    </div>
  2339.                    
  2340.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2341.                        <a href="https://esportsinsider.com/nl/online-gokken/casino-zonder-cruks" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2342.                            <i class="ti-angle-right me-2 text-primary"></i>
  2343.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2344.                        </a>
  2345.                    </div>
  2346.                    
  2347.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2348.                        <a href="https://www.gameshub.com/nl/goksite/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2349.                            <i class="ti-angle-right me-2 text-primary"></i>
  2350.                            <span class="archive-link top-color fw-semibold">beste goksites</span>
  2351.                        </a>
  2352.                    </div>
  2353.                    
  2354.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2355.                        <a href="https://www.woonq.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2356.                            <i class="ti-angle-right me-2 text-primary"></i>
  2357.                            <span class="archive-link top-color fw-semibold">goksites zonder cruks</span>
  2358.                        </a>
  2359.                    </div>
  2360.                    
  2361.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2362.                        <a href="https://www.esports.net/nl/casino/casino-zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2363.                            <i class="ti-angle-right me-2 text-primary"></i>
  2364.                            <span class="archive-link top-color fw-semibold">gokken zonder cruks</span>
  2365.                        </a>
  2366.                    </div>
  2367.                    
  2368.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2369.                        <a href="https://invader.be/bookmakers/zonder-cruks/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2370.                            <i class="ti-angle-right me-2 text-primary"></i>
  2371.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2372.                        </a>
  2373.                    </div>
  2374.                    
  2375.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2376.                        <a href="https://n4g.com/articles/bookmakers-zonder-cruks" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2377.                            <i class="ti-angle-right me-2 text-primary"></i>
  2378.                            <span class="archive-link top-color fw-semibold">weddenschappen zonder cruks</span>
  2379.                        </a>
  2380.                    </div>
  2381.                    
  2382.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2383.                        <a href="https://www.issol.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2384.                            <i class="ti-angle-right me-2 text-primary"></i>
  2385.                            <span class="archive-link top-color fw-semibold">goksites nederland</span>
  2386.                        </a>
  2387.                    </div>
  2388.                    
  2389.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2390.                        <a href="https://heelnederlandwerkt.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2391.                            <i class="ti-angle-right me-2 text-primary"></i>
  2392.                            <span class="archive-link top-color fw-semibold">gokken zonder cruks</span>
  2393.                        </a>
  2394.                    </div>
  2395.                    
  2396.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2397.                        <a href="https://playsense.nl/online-casino/crypto-casino/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2398.                            <i class="ti-angle-right me-2 text-primary"></i>
  2399.                            <span class="archive-link top-color fw-semibold">crypto casino nederland</span>
  2400.                        </a>
  2401.                    </div>
  2402.                    
  2403.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2404.                        <a href="https://toekomstvanonsonderwijs.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="archive-link top-color fw-semibold">online casino nederland</span>
  2407.                        </a>
  2408.                    </div>
  2409.                    
  2410.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2411.                        <a href="https://totalfootballanalysis.com/nl/online-casino" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2412.                            <i class="ti-angle-right me-2 text-primary"></i>
  2413.                            <span class="archive-link top-color fw-semibold">casinos</span>
  2414.                        </a>
  2415.                    </div>
  2416.                    
  2417.  
  2418.                </div>
  2419.            </div>
  2420.        </div>
  2421.        
  2422.       <div class="sidebar-widget mb-5">
  2423.            <div class="widget-title-wrapper mb-3">
  2424.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2425.                    <div class="title-border"></div>
  2426.                    <i class="ti-folder me-2"></i>June 2026 Blog Roll
  2427.                </h4>
  2428.            </div>
  2429.            <div class="widget-content shadow-sm rounded-3 p-4">
  2430.                <div class="archives-list scrollable-sidebar">
  2431.                    
  2432.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2433.                        <a href="https://esportsinsider.com/nl/online-gokken/online-casinos-met-snelle-uitbetaling" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2434.                            <i class="ti-angle-right me-2 text-primary"></i>
  2435.                            <span class="archive-link top-color fw-semibold">snelst uitbetalende casino</span>
  2436.                        </a>
  2437.                    </div>
  2438.                    
  2439.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2440.                        <a href="https://www.gamblinginsider.com/nl/casino-zonder-cruks" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2441.                            <i class="ti-angle-right me-2 text-primary"></i>
  2442.                            <span class="archive-link top-color fw-semibold">gokken zonder cruks</span>
  2443.                        </a>
  2444.                    </div>
  2445.                    
  2446.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2447.                        <a href="https://www.gameshub.com/nl/goksite/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2448.                            <i class="ti-angle-right me-2 text-primary"></i>
  2449.                            <span class="archive-link top-color fw-semibold">beste goksites nederland</span>
  2450.                        </a>
  2451.                    </div>
  2452.                    
  2453.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2454.                        <a href="https://www.cebp.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2455.                            <i class="ti-angle-right me-2 text-primary"></i>
  2456.                            <span class="archive-link top-color fw-semibold">nieuwe online casinos</span>
  2457.                        </a>
  2458.                    </div>
  2459.                    
  2460.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2461.                        <a href="https://esportsinsider.com/nl/online-gokken/beste-online-casino" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2462.                            <i class="ti-angle-right me-2 text-primary"></i>
  2463.                            <span class="archive-link top-color fw-semibold">top 10 online casino nederland</span>
  2464.                        </a>
  2465.                    </div>
  2466.                    
  2467.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2468.                        <a href="https://www.hetfittebrein.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="archive-link top-color fw-semibold">beste casino zonder cruks</span>
  2471.                        </a>
  2472.                    </div>
  2473.                    
  2474.  
  2475.                </div>
  2476.            </div>
  2477.        </div>
  2478.        
  2479. <!--        
  2480.       <div class="sidebar-widget mb-5">
  2481.            <div class="widget-title-wrapper mb-3">
  2482.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2483.                    <div class="title-border"></div>
  2484.                    <i class="ti-folder me-2"></i>Blog Archives
  2485.                </h4>
  2486.            </div>
  2487.            <div class="widget-content shadow-sm rounded-3 p-4">
  2488.                <div class="archives-list">
  2489.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2490.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2491.                            <i class="ti-angle-right me-2 text-primary"></i>
  2492.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2493.                        </a>
  2494.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2495.                    </div>
  2496.  
  2497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2498.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2499.                            <i class="ti-angle-right me-2 text-primary"></i>
  2500.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2501.                        </a>
  2502.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2503.                    </div>
  2504.  
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2506.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2509.                        </a>
  2510.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2511.                    </div>
  2512.  
  2513.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2514.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2515.                            <i class="ti-angle-right me-2 text-primary"></i>
  2516.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2517.                        </a>
  2518.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2519.                    </div>
  2520.  
  2521.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2522.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2523.                            <i class="ti-angle-right me-2 text-primary"></i>
  2524.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2525.                        </a>
  2526.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2527.                    </div>
  2528.  
  2529.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2530.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2533.                        </a>
  2534.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2535.                    </div>
  2536.                </div>
  2537.                
  2538.                <div class="text-center mt-4 pt-3 border-top border-color">
  2539.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2540.                        <i class="ti-archive me-1"></i>View All Archives
  2541.                    </a>
  2542.                </div>
  2543.            </div>
  2544.        </div> -->
  2545.        <div class="sidebar-widget mb-4">
  2546.            <div class="widget-title-wrapper mb-3">
  2547.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2548.                    <div class="title-border-primary"></div>
  2549.                    <i class="ti-star me-2"></i>Popular Posts
  2550.                </h4>
  2551.            </div>
  2552.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2553.                <div class="popular-post-list">
  2554.                    
  2555.                    
  2556.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2557.                        <div class="post-content flex-grow-1">
  2558.                            <h6 class="post-title mb-1">
  2559.                                 <a href="/the-global-health-body-sounds-alert-over-severe-lack-of-obesity-medications/" class="text-decoration-none top-color fw-semibold lh-sm">
  2560.                                            The Global Health Body Sounds Alert Over Severe Lack of Obesity Medications
  2561.                                            </a>
  2562.                            </h6>
  2563.                            <div class="post-meta">
  2564.                                <small class="text-muted">
  2565.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2566.                                </small>
  2567.                                <!-- <small class="text-muted ms-3">
  2568.                                    <i class="ti-eye me-1"></i>1,234 views
  2569.                                </small> -->
  2570.                            </div>
  2571.                        </div>
  2572.                    </div>
  2573.                    
  2574.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2575.                        <div class="post-content flex-grow-1">
  2576.                            <h6 class="post-title mb-1">
  2577.                                 <a href="/nepals-political-scene-sees-major-alliance-forged-between-media-personality-and-ex-rapper-mayor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2578.                                            Nepal&#x27;s Political Scene Sees Major Alliance Forged Between Media Personality and Ex-Rapper Mayor
  2579.                                            </a>
  2580.                            </h6>
  2581.                            <div class="post-meta">
  2582.                                <small class="text-muted">
  2583.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2584.                                </small>
  2585.                                <!-- <small class="text-muted ms-3">
  2586.                                    <i class="ti-eye me-1"></i>1,234 views
  2587.                                </small> -->
  2588.                            </div>
  2589.                        </div>
  2590.                    </div>
  2591.                    
  2592.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2593.                        <div class="post-content flex-grow-1">
  2594.                            <h6 class="post-title mb-1">
  2595.                                 <a href="/israeli-forces-strikes-iran-as-explosions-heard-in-the-capital/" class="text-decoration-none top-color fw-semibold lh-sm">
  2596.                                            Israeli Forces Strikes Iran as Explosions Heard in the Capital
  2597.                                            </a>
  2598.                            </h6>
  2599.                            <div class="post-meta">
  2600.                                <small class="text-muted">
  2601.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2602.                                </small>
  2603.                                <!-- <small class="text-muted ms-3">
  2604.                                    <i class="ti-eye me-1"></i>1,234 views
  2605.                                </small> -->
  2606.                            </div>
  2607.                        </div>
  2608.                    </div>
  2609.                    
  2610.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2611.                        <div class="post-content flex-grow-1">
  2612.                            <h6 class="post-title mb-1">
  2613.                                 <a href="/male-friendships-evolve-one-way-female-relationships-a-distinct-way-should-we-halt-efforts-to-make-men-into-women/" class="text-decoration-none top-color fw-semibold lh-sm">
  2614.                                            Male Friendships Evolve One Way, Female Relationships A Distinct Way. Should We Halt Efforts to Make Men Into Women?
  2615.                                            </a>
  2616.                            </h6>
  2617.                            <div class="post-meta">
  2618.                                <small class="text-muted">
  2619.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2620.                                </small>
  2621.                                <!-- <small class="text-muted ms-3">
  2622.                                    <i class="ti-eye me-1"></i>1,234 views
  2623.                                </small> -->
  2624.                            </div>
  2625.                        </div>
  2626.                    </div>
  2627.                    
  2628.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2629.                        <div class="post-content flex-grow-1">
  2630.                            <h6 class="post-title mb-1">
  2631.                                 <a href="/ill-overwhelm-serious-boxer-paul-joshua/" class="text-decoration-none top-color fw-semibold lh-sm">
  2632.                                            I&#x27;ll overwhelm &#x27;serious boxer&#x27; Paul - Joshua
  2633.                                            </a>
  2634.                            </h6>
  2635.                            <div class="post-meta">
  2636.                                <small class="text-muted">
  2637.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2638.                                </small>
  2639.                                <!-- <small class="text-muted ms-3">
  2640.                                    <i class="ti-eye me-1"></i>1,234 views
  2641.                                </small> -->
  2642.                            </div>
  2643.                        </div>
  2644.                    </div>
  2645.                    
  2646.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2647.                        <div class="post-content flex-grow-1">
  2648.                            <h6 class="post-title mb-1">
  2649.                                 <a href="/might-different-nations-emulate-australias-lead-in-banning-social-platforms-for-youth-under-sixteen/" class="text-decoration-none top-color fw-semibold lh-sm">
  2650.                                            Might Different Nations Emulate Australia&#x27;s Lead in Banning Social Platforms for Youth Under Sixteen?
  2651.                                            </a>
  2652.                            </h6>
  2653.                            <div class="post-meta">
  2654.                                <small class="text-muted">
  2655.                                    <i class="ti-calendar me-1"></i>02 Sep 2026
  2656.                                </small>
  2657.                                <!-- <small class="text-muted ms-3">
  2658.                                    <i class="ti-eye me-1"></i>1,234 views
  2659.                                </small> -->
  2660.                            </div>
  2661.                        </div>
  2662.                    </div>
  2663.                    
  2664.  
  2665.                </div>
  2666.                
  2667.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2668.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2669.                        <i class="ti-trophy me-1"></i>View All Popular
  2670.                    </a>
  2671.                </div> -->
  2672.            </div>
  2673.        </div>
  2674.  
  2675. </div>
  2676. <style>
  2677.    
  2678.  .widget-content {
  2679.    background-color: var(--card-bg);
  2680.    border: 1px solid var(--border-color);
  2681.  }
  2682. </style>
  2683.  
  2684.    
  2685.                </div>
  2686.            </div>
  2687.        </div>
  2688.    </div>
  2689. </section>
  2690.  
  2691. <script>
  2692.    // Intersection Observer for Fade-in with Slight Rotation
  2693.    document.addEventListener('DOMContentLoaded', function() {
  2694.        const observerOptions = {
  2695.            threshold: 0.15, // Trigger when 15% of the card is visible
  2696.            rootMargin: '0px 0px -50px 0px',
  2697.        };
  2698.  
  2699.        const observer = new IntersectionObserver(function(entries, observer) {
  2700.            entries.forEach(entry => {
  2701.                if (entry.isIntersecting) {
  2702.                    entry.target.classList.add('visible');
  2703.                    observer.unobserve(entry.target);
  2704.                }
  2705.            });
  2706.        }, observerOptions);
  2707.  
  2708.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2709.            observer.observe(card);
  2710.        });
  2711.    });
  2712. </script>
  2713.  
  2714.    
  2715.        
  2716.        <!-- end wpo-blog-highlights-section -->
  2717.        <!-- start wpo-blog-sponsored-section -->
  2718.        
  2719.  
  2720.  
  2721.  
  2722.    
  2723.  
  2724.  
  2725.  
  2726. <style>
  2727.    .sponsored-section-v4 {
  2728.        padding: 50px 0;
  2729.    }
  2730.    
  2731.    .sponsored-card-v4 {
  2732.        background: var(--card-bg);
  2733.        border: 1px solid var(--border-color);
  2734.        border-radius: 4px;
  2735.        transition: border-color 0.3s ease;
  2736.        height: 100%;
  2737.        padding: 15px;
  2738.    }
  2739.    
  2740.    .sponsored-card-v4:hover {
  2741.        border-color: #adb5bd;
  2742.    }
  2743.    
  2744.    .sponsored-image-v4 {
  2745.        width: 150px;
  2746.        height: 150px;
  2747.        margin: 10px auto;
  2748.        border-radius: 50%;
  2749.        shape-outside: circle(50%);
  2750.        float: left;
  2751.    }
  2752.    
  2753.    .sponsored-image-v4 img {
  2754.        width: 100%;
  2755.        height: 100%;
  2756.        object-fit: cover;
  2757.        border-radius: 50%;
  2758.    }
  2759.    
  2760.    .sponsored-content-v4 {
  2761.        padding: 10px;
  2762.        overflow: hidden; /* Clearfix for floated image */
  2763.    }
  2764.    
  2765.    .sponsored-title-v4 {
  2766.        font-size: 15px;
  2767.        font-weight: 700;
  2768.        line-height: 1.4;
  2769.        margin-bottom: 8px;
  2770.        color: #333;
  2771.        position: relative;
  2772.        display: inline-block;
  2773.    }
  2774.    
  2775.    .sponsored-title-v4 a {
  2776.        text-decoration: none;
  2777.        color: var(--topbar-color) !important;
  2778.        margin: 10px 0px;
  2779.    }
  2780.    
  2781.    .sponsored-title-v4 a:hover {
  2782.        color: #6f42c1 !important; /* Purple hover */
  2783.    }
  2784.    
  2785.    .sponsored-title-v4::after {
  2786.        content: '';
  2787.        position: absolute;
  2788.        bottom: -2px;
  2789.        left: 0;
  2790.        width: 100%;
  2791.        height: 2px;
  2792.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  2793.    }
  2794.    
  2795.    .sponsored-excerpt-v4 {
  2796.        font-size: 12px;
  2797.        font-weight: 400;
  2798.        color: #6c757d;
  2799.        margin-bottom: 10px;
  2800.        line-height: 1.5;
  2801.    }
  2802.    
  2803.    .sponsored-meta-v4 {
  2804.        font-size: 11px;
  2805.        color: #6c757d;
  2806.    }
  2807.    
  2808.    .author-info-v4 {
  2809.        margin-bottom: 5px;
  2810.    }
  2811.    
  2812.    .sponsored-author-img-v4 {
  2813.        width: 20px;
  2814.        height: 20px;
  2815.        border-radius: 50%;
  2816.        object-fit: cover;
  2817.        vertical-align: middle;
  2818.        margin-right: 5px;
  2819.    }
  2820.    
  2821.    .section-title-sponsored-v4 {
  2822.        font-size: 1.9rem;
  2823.        font-weight: 600;
  2824.        text-align: center;
  2825.        margin-bottom: 30px;
  2826.        color: #333;
  2827.        position: relative;
  2828.    }
  2829.    
  2830.    .section-title-sponsored-v4::after {
  2831.        content: '';
  2832.        position: absolute;
  2833.        bottom: -8px;
  2834.        left: 50%;
  2835.        transform: translateX(-50%);
  2836.        width: 80px;
  2837.        height: 3px;
  2838.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2839.    }
  2840.  
  2841.    @media (max-width: 768px) {
  2842.        .sponsored-section-v4 {
  2843.            padding: 30px 0;
  2844.        }
  2845.        .sponsored-image-v4 {
  2846.            width: 120px;
  2847.            height: 120px;
  2848.            float: none;
  2849.            margin: 10px auto;
  2850.        }
  2851.        .sponsored-content-v4 {
  2852.            padding: 12px;
  2853.            text-align: center;
  2854.        }
  2855.        .sponsored-title-v4 {
  2856.            font-size: 14px;
  2857.        }
  2858.        .sponsored-excerpt-v4 {
  2859.            font-size: 11px;
  2860.        }
  2861.        .sponsored-meta-v4 {
  2862.            font-size: 10px;
  2863.        }
  2864.        .section-title-sponsored-v4 {
  2865.            font-size: 1.6rem;
  2866.        }
  2867.    }
  2868. </style>
  2869.  
  2870. <section class="sponsored-section-v4">
  2871.    <div class="container-fluid fluid-container">
  2872.        <div class="row">
  2873.            <div class="col-12">
  2874.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  2875.            </div>
  2876.        </div>
  2877.        
  2878.        <div class="row g-4">
  2879.            
  2880.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2881.                <div class="card sponsored-card-v4">
  2882.                    <div class="sponsored-image-v4">
  2883.                        
  2884.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2885.                        
  2886.                    </div>
  2887.                    <div class="sponsored-content-v4">
  2888.                        <h3 class="sponsored-title-v4">
  2889.                            <a href="/the-global-health-body-sounds-alert-over-severe-lack-of-obesity-medications/" >
  2890.                                            The Global Health Body Sounds Alert Over Severe Lack of Obesity Medications
  2891.                                            </a>
  2892.                        </h3>
  2893.                        <p class="sponsored-excerpt-v4">
  2894.                          
  2895.                        </p>
  2896.                        <div class="sponsored-meta-v4">
  2897.                            <div class="author-info-v4">
  2898.                                
  2899.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  2900.                                
  2901.                                <span>
  2902.                                    David Thompson
  2903.                                </span>
  2904.                            </div>
  2905.                            <div>02 Sep 2026</div>
  2906.                        </div>
  2907.                    </div>
  2908.                </div>
  2909.            </div>
  2910.            
  2911.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2912.                <div class="card sponsored-card-v4">
  2913.                    <div class="sponsored-image-v4">
  2914.                        
  2915.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2916.                        
  2917.                    </div>
  2918.                    <div class="sponsored-content-v4">
  2919.                        <h3 class="sponsored-title-v4">
  2920.                            <a href="/nepals-political-scene-sees-major-alliance-forged-between-media-personality-and-ex-rapper-mayor/" >
  2921.                                            Nepal&#x27;s Political Scene Sees Major Alliance Forged Between Media Personality and Ex-Rapper Mayor
  2922.                                            </a>
  2923.                        </h3>
  2924.                        <p class="sponsored-excerpt-v4">
  2925.                          
  2926.                        </p>
  2927.                        <div class="sponsored-meta-v4">
  2928.                            <div class="author-info-v4">
  2929.                                
  2930.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  2931.                                
  2932.                                <span>
  2933.                                    David Thompson
  2934.                                </span>
  2935.                            </div>
  2936.                            <div>02 Sep 2026</div>
  2937.                        </div>
  2938.                    </div>
  2939.                </div>
  2940.            </div>
  2941.            
  2942.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2943.                <div class="card sponsored-card-v4">
  2944.                    <div class="sponsored-image-v4">
  2945.                        
  2946.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2947.                        
  2948.                    </div>
  2949.                    <div class="sponsored-content-v4">
  2950.                        <h3 class="sponsored-title-v4">
  2951.                            <a href="/israeli-forces-strikes-iran-as-explosions-heard-in-the-capital/" >
  2952.                                            Israeli Forces Strikes Iran as Explosions Heard in the Capital
  2953.                                            </a>
  2954.                        </h3>
  2955.                        <p class="sponsored-excerpt-v4">
  2956.                          
  2957.                        </p>
  2958.                        <div class="sponsored-meta-v4">
  2959.                            <div class="author-info-v4">
  2960.                                
  2961.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  2962.                                
  2963.                                <span>
  2964.                                    David Thompson
  2965.                                </span>
  2966.                            </div>
  2967.                            <div>02 Sep 2026</div>
  2968.                        </div>
  2969.                    </div>
  2970.                </div>
  2971.            </div>
  2972.            
  2973.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2974.                <div class="card sponsored-card-v4">
  2975.                    <div class="sponsored-image-v4">
  2976.                        
  2977.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2978.                        
  2979.                    </div>
  2980.                    <div class="sponsored-content-v4">
  2981.                        <h3 class="sponsored-title-v4">
  2982.                            <a href="/male-friendships-evolve-one-way-female-relationships-a-distinct-way-should-we-halt-efforts-to-make-men-into-women/" >
  2983.                                            Male Friendships Evolve One Way, Female Relationships A Distinct Way. Should We Halt Efforts to Make Men Into Women?
  2984.                                            </a>
  2985.                        </h3>
  2986.                        <p class="sponsored-excerpt-v4">
  2987.                          
  2988.                        </p>
  2989.                        <div class="sponsored-meta-v4">
  2990.                            <div class="author-info-v4">
  2991.                                
  2992.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  2993.                                
  2994.                                <span>
  2995.                                    David Thompson
  2996.                                </span>
  2997.                            </div>
  2998.                            <div>02 Sep 2026</div>
  2999.                        </div>
  3000.                    </div>
  3001.                </div>
  3002.            </div>
  3003.            
  3004.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3005.                <div class="card sponsored-card-v4">
  3006.                    <div class="sponsored-image-v4">
  3007.                        
  3008.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3009.                        
  3010.                    </div>
  3011.                    <div class="sponsored-content-v4">
  3012.                        <h3 class="sponsored-title-v4">
  3013.                            <a href="/ill-overwhelm-serious-boxer-paul-joshua/" >
  3014.                                            I&#x27;ll overwhelm &#x27;serious boxer&#x27; Paul - Joshua
  3015.                                            </a>
  3016.                        </h3>
  3017.                        <p class="sponsored-excerpt-v4">
  3018.                          
  3019.                        </p>
  3020.                        <div class="sponsored-meta-v4">
  3021.                            <div class="author-info-v4">
  3022.                                
  3023.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  3024.                                
  3025.                                <span>
  3026.                                    David Thompson
  3027.                                </span>
  3028.                            </div>
  3029.                            <div>02 Sep 2026</div>
  3030.                        </div>
  3031.                    </div>
  3032.                </div>
  3033.            </div>
  3034.            
  3035.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3036.                <div class="card sponsored-card-v4">
  3037.                    <div class="sponsored-image-v4">
  3038.                        
  3039.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3040.                        
  3041.                    </div>
  3042.                    <div class="sponsored-content-v4">
  3043.                        <h3 class="sponsored-title-v4">
  3044.                            <a href="/might-different-nations-emulate-australias-lead-in-banning-social-platforms-for-youth-under-sixteen/" >
  3045.                                            Might Different Nations Emulate Australia&#x27;s Lead in Banning Social Platforms for Youth Under Sixteen?
  3046.                                            </a>
  3047.                        </h3>
  3048.                        <p class="sponsored-excerpt-v4">
  3049.                          
  3050.                        </p>
  3051.                        <div class="sponsored-meta-v4">
  3052.                            <div class="author-info-v4">
  3053.                                
  3054.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5124a968-29b8-42ab-80a0-5d6d26fe1402_profile.png" alt="David Thompson" style="object-fit: cover;" class="sponsored-author-img-v4">
  3055.                                
  3056.                                <span>
  3057.                                    David Thompson
  3058.                                </span>
  3059.                            </div>
  3060.                            <div>02 Sep 2026</div>
  3061.                        </div>
  3062.                    </div>
  3063.                </div>
  3064.            </div>
  3065.            
  3066.        </div>
  3067.    </div>
  3068. </section>
  3069.  
  3070.  
  3071.    
  3072.        <!-- end wpo-blog-sponsored-section -->
  3073.        <!-- start wpo-subscribe-section -->
  3074.        
  3075.        <!-- end subscribe-section -->
  3076.        <!-- start of wpo-site-footer-section -->
  3077.        
  3078.  
  3079.  
  3080.  
  3081.  
  3082.  
  3083.  
  3084. <footer class="wpo-site-footer-v2 ">
  3085.    
  3086.    <!-- Main Footer Content -->
  3087.    <div class="container-fluid fluid-container">
  3088.        
  3089.        <!-- Step 1: Brand Section -->
  3090.        <div class="footer-brand-section">
  3091.            <div class="row justify-content-center">
  3092.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3093.                    <div class="brand-wrapper">
  3094.                        
  3095.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/caab89a9-5b6f-4c42-a587-42d73eb62344_logo.png" alt="Urbanity Events Agency" class="footer-logo mb-3" loading="lazy">
  3096.                        
  3097.                        <h2 class="brand-title">Urbanity Events Agency</h2>
  3098.                        <p class="brand-description">Urbanity Events Agency offers professional event planning, design, and coordination services in the Netherlands. From corporate events to private celebrations, we bring your vision to life.</p>
  3099.                        
  3100.                    </div>
  3101.                </div>
  3102.            </div>
  3103.        </div>
  3104.  
  3105.        <!-- Step 2: Content Columns with Separators -->
  3106.        <div class="footer-content-section">
  3107.            <div class="content-divider"></div>
  3108.            
  3109.            <div class="row">
  3110.                
  3111.                <!-- Column 1: Important Links -->
  3112.                <div class="col-lg-6 col-md-6 col-12">
  3113.                    <div class="footer-column">
  3114.                        <div class="column-header">
  3115.                            <span class="column-number bg-primary-gradient">01</span>
  3116.                            <h6 class="column-title">Important Pages</h6>
  3117.                        </div>
  3118.                        <div class="column-content">
  3119.                            <ul class="footer-links">
  3120.                                
  3121.                                <li>
  3122.                                    <a href="/the-film-a-house-of-dynamite-a-political-fantasy-and-major-disappointment/" class="footer-link">
  3123.                                        The Film A House of Dynamite: A Political Fantasy and Major Disappointment.
  3124.                                    </a>
  3125.                                </li>
  3126.                                
  3127.                                <li>
  3128.                                    <a href="/a-look-at-the-four-spent-the-day-together-by-chris-kraus-an-iconic-writer-explores-fresh-territory/" class="footer-link">
  3129.                                        A Look at The Four Spent the Day Together by Chris Kraus – An Iconic Writer Explores Fresh Territory
  3130.                                    </a>
  3131.                                </li>
  3132.                                
  3133.                                <li>
  3134.                                    <a href="/celebration-to-the-next-year-your-holiday-menu/" class="footer-link">
  3135.                                        Celebration to the Next Year: Your Holiday Menu.
  3136.                                    </a>
  3137.                                </li>
  3138.                                
  3139.                                <li>
  3140.                                    <a href="/the-gaming-giant-brings-onboard-apex-legends-lead-to-rescue-challenged-hero-shooter-project-ethos/" class="footer-link">
  3141.                                        The Gaming Giant Brings Onboard Apex Legends Lead to Rescue Challenged Hero Shooter Project Ethos
  3142.                                    </a>
  3143.                                </li>
  3144.                                
  3145.                                <li>
  3146.                                    <a href="/bolsonaro-taken-into-custody-after-being-deemed-a-flight-risk/" class="footer-link">
  3147.                                        Bolsonaro taken into custody after being deemed a flight risk
  3148.                                    </a>
  3149.                                </li>
  3150.                                
  3151.                                <li>
  3152.                                    <a href="/democrats-decry-venezuela-attack-as-gop-backs-trump-following-senate-briefing/" class="footer-link">
  3153.                                        Democrats Decry Venezuela Attack as GOP Backs Trump Following Senate Briefing.
  3154.                                    </a>
  3155.                                </li>
  3156.                                
  3157.                            </ul>
  3158.                        </div>
  3159.                    </div>
  3160.                </div>
  3161.  
  3162.                <!-- Column 2: External Links -->
  3163.                 <div class="col-lg-6 col-md-6 col-12">
  3164.                    <div class="footer-column">
  3165.                        <div class="column-header">
  3166.                            <span class="column-number bg-primary-gradient">02</span>
  3167.                            <h6 class="column-title">External Resources</h6>
  3168.                        </div>
  3169.                       <div class="column-content">
  3170.    <ul class="footer-links" id="footerLinks">
  3171.        
  3172.        
  3173.  
  3174.        
  3175.        
  3176.        
  3177.        
  3178.    </ul>
  3179. </div>
  3180.  
  3181.                    </div>
  3182.                </div>
  3183.  
  3184.                <!-- Column 3: Categories -->
  3185.                <div class="col-lg-6 col-md-6 col-12">
  3186.                    <div class="footer-column">
  3187.                        <div class="column-header">
  3188.                            <span class="column-number bg-primary-gradient">02</span>
  3189.                            <h6 class="column-title">Categories</h6>
  3190.                        </div>
  3191.                        <div class="column-content">
  3192.                            <ul class="footer-links">
  3193.                                
  3194.                                <li>
  3195.                                    <a href="/category/all-posts/" class="footer-link">
  3196.                                        All Posts
  3197.                                    </a>
  3198.                                </li>
  3199.                                
  3200.                                <li>
  3201.                                    <a href="/category/business/" class="footer-link">
  3202.                                        Business
  3203.                                    </a>
  3204.                                </li>
  3205.                                
  3206.                                <li>
  3207.                                    <a href="/category/esports/" class="footer-link">
  3208.                                        Esports
  3209.                                    </a>
  3210.                                </li>
  3211.                                
  3212.                                <li>
  3213.                                    <a href="/category/fashion/" class="footer-link">
  3214.                                        Fashion
  3215.                                    </a>
  3216.                                </li>
  3217.                                
  3218.                                <li>
  3219.                                    <a href="/category/featured/" class="footer-link">
  3220.                                        Featured
  3221.                                    </a>
  3222.                                </li>
  3223.                                
  3224.                                <li>
  3225.                                    <a href="/category/gaming/" class="footer-link">
  3226.                                        Gaming
  3227.                                    </a>
  3228.                                </li>
  3229.                                
  3230.                            </ul>
  3231.                        </div>
  3232.                    </div>
  3233.                </div>
  3234.  
  3235.            </div>
  3236.        </div>
  3237.  
  3238.        <!-- Step 3: Footer Bottom -->
  3239.        <div class="footer-bottom-section">
  3240.            <div class="bottom-divider"></div>
  3241.            <div class="d-flex justify-content-between flex-wrap">
  3242.                <div class="">
  3243.                    <p class="copyright-text">
  3244.                        &copy; 2026 <strong>Urbanity Events Agency</strong> • All rights reserved
  3245.                    </p>
  3246.                </div>
  3247.                <div class="">
  3248.                    <nav class="footer-nav">
  3249.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3250.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3251.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3252.                    </nav>
  3253.                </div>
  3254.            </div>
  3255.        </div>
  3256.  
  3257.    </div>
  3258.  
  3259.    <!-- Background Elements -->
  3260.    <div class="footer-bg-elements">
  3261.        <div class="bg-circle circle-1"></div>
  3262.        <div class="bg-circle circle-2"></div>
  3263.        <div class="bg-line line-1"></div>
  3264.        <div class="bg-line line-2"></div>
  3265.    </div>
  3266.  
  3267. </footer>
  3268.  
  3269. <style>
  3270. /* Footer V2 - Clean Blog Design */
  3271. .wpo-site-footer-v2 {
  3272.    color: var(--footer-color);
  3273.    background-color: var(--card-bg);
  3274.    margin-top: 100px;
  3275. }
  3276.  
  3277.  
  3278.  
  3279. /* Step 2: Brand Section */
  3280. .footer-brand-section {
  3281.    position: relative;
  3282.    z-index: 2;
  3283.    padding: 120px 0 60px;
  3284. }
  3285.  
  3286. .brand-wrapper {
  3287.    max-width: 600px;
  3288.    margin: 0 auto;
  3289. }
  3290.  
  3291. .footer-logo {
  3292.    max-height: 60px;
  3293.    width: auto;
  3294.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3295. }
  3296.  
  3297. .brand-title {
  3298.    font-size: 2.2rem;
  3299.    font-weight: 800;
  3300.    color: var(--footer-color);
  3301.    margin-bottom: 1rem;
  3302.    letter-spacing: -0.02em;
  3303. }
  3304.  
  3305. .brand-description {
  3306.    font-size: 1.1rem;
  3307.    color: var(--footer-color);
  3308.    line-height: 1.6;
  3309.    opacity: .7;
  3310.    margin-bottom: 0;
  3311. }
  3312.  
  3313. /* Step 3: Content Section */
  3314. .footer-content-section {
  3315.    position: relative;
  3316.    z-index: 2;
  3317.    padding: 60px 0;
  3318. }
  3319.  
  3320.  
  3321. .footer-column {
  3322.    margin-bottom: 40px;
  3323.    padding: 0 20px;
  3324. }
  3325.  
  3326. .column-header {
  3327.    display: flex;
  3328.    align-items: center;
  3329.    margin-bottom: 25px;
  3330.    padding-bottom: 15px;
  3331.    border-bottom: 2px solid var(--border-color);
  3332. }
  3333.  
  3334. .column-number {
  3335.    width: 35px;
  3336.    height: 35px;
  3337.    border-radius: 10px;
  3338.    display: flex;
  3339.    align-items: center;
  3340.    justify-content: center;
  3341.    font-weight: 700;
  3342.    font-size: 0.9rem;
  3343.    margin-right: 15px;
  3344. }
  3345.  
  3346. .column-title {
  3347.    font-size: 1.1rem;
  3348.    font-weight: 700;
  3349.    color: var(--footer-color) !important;
  3350.    margin: 0;
  3351. }
  3352.  
  3353. .column-content {
  3354.    padding-left: 50px;
  3355. }
  3356.  
  3357. /* Footer Links */
  3358. .footer-links {
  3359.    list-style: none;
  3360.    padding: 0;
  3361.    margin: 0;
  3362. }
  3363.  
  3364. .footer-links li {
  3365.    margin-bottom: 12px;
  3366.    position: relative;
  3367. }
  3368.  
  3369. .footer-link {
  3370.    color: var(--footer-color) !important;
  3371.    text-decoration: none;
  3372.    font-size: 0.95rem;
  3373.    line-height: 1.5;
  3374.    transition: all 0.8s ease;
  3375.    position: relative;
  3376.    display: inline-flex;
  3377.    align-items: center;
  3378. }
  3379.  
  3380. .footer-link:hover {
  3381.    color: var(--bs-primary);
  3382.    padding-left: 8px;
  3383. }
  3384.  
  3385. .footer-link::before {
  3386.    content: '';
  3387.    position: absolute;
  3388.    left: -15px;
  3389.    top: 50%;
  3390.    transform: translateY(-50%);
  3391.    width: 4px;
  3392.    height: 4px;
  3393.    background: var(--bs-primary);
  3394.    border-radius: 50%;
  3395.    opacity: 0;
  3396.    transition: opacity 0.3s ease;
  3397. }
  3398.  
  3399. .footer-link:hover::before {
  3400.    opacity: 1;
  3401. }
  3402.  
  3403. /* Step 4: Footer Bottom */
  3404. .footer-bottom-section {
  3405.    position: relative;
  3406.    z-index: 2;
  3407.    padding: 30px 0;
  3408. }
  3409.  
  3410. .bottom-divider {
  3411.    width: 100%;
  3412.    height: 1px;
  3413.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3414.    margin-bottom: 30px;
  3415. }
  3416.  
  3417. .copyright-text {
  3418.    color: var(--footer-color);
  3419.    font-size: 0.9rem;
  3420.    margin: 0;
  3421.    line-height: 1.6;
  3422. }
  3423.  
  3424. .footer-nav {
  3425.    display: flex;
  3426.    align-items: center;
  3427.    gap: 20px;
  3428.    justify-content: center;
  3429. }
  3430.  
  3431. .footer-nav-link {
  3432.    color: var(--footer-color) !important;
  3433.    text-decoration: none;
  3434.    font-size: 0.9rem;
  3435.    font-weight: 500;
  3436.    transition: color 0.3s ease;
  3437.    position: relative;
  3438. }
  3439.  
  3440. .footer-nav-link:hover {
  3441.    color: var(--bs-primary);
  3442. }
  3443.  
  3444. .footer-nav-link::after {
  3445.    content: '';
  3446.    position: absolute;
  3447.    bottom: -5px;
  3448.    left: 0;
  3449.    width: 0;
  3450.    height: 2px;
  3451.    background: var(--bs-primary) !important;
  3452.    transition: width 0.3s ease;
  3453. }
  3454.  
  3455. .footer-nav-link:hover::after {
  3456.    width: 100%;
  3457. }
  3458.  
  3459. /* Responsive Design */
  3460. @media (max-width: 992px) {
  3461.    .footer-brand-section {
  3462.        padding: 100px 0 50px;
  3463.    }
  3464.    
  3465.    .brand-title {
  3466.        font-size: 1.8rem;
  3467.    }
  3468.    
  3469.    .column-content {
  3470.        padding-left: 0;
  3471.        padding-top: 10px;
  3472.    }
  3473.    
  3474.    .column-header {
  3475.        flex-direction: column;
  3476.        align-items: flex-start;
  3477.        gap: 10px;
  3478.    }
  3479.    
  3480.    .column-number {
  3481.        align-self: center;
  3482.    }
  3483. }
  3484.  
  3485. @media (max-width: 768px) {
  3486.    .footer-brand-section {
  3487.        padding: 80px 0 40px;
  3488.    }
  3489.    
  3490.    .brand-title {
  3491.        font-size: 1.6rem;
  3492.    }
  3493.    
  3494.    .newsletter-inline {
  3495.        padding: 1.5rem;
  3496.        margin: 0 15px;
  3497.    }
  3498.    
  3499.    .newsletter-form .input-group {
  3500.        flex-direction: column;
  3501.    }
  3502.    
  3503.    .btn-newsletter {
  3504.        border-radius: 0 0 12px 12px;
  3505.    }
  3506.    
  3507.    .newsletter-input {
  3508.        border-radius: 12px 12px 0 0;
  3509.    }
  3510.    
  3511.    .footer-column {
  3512.        padding: 0 15px;
  3513.        margin-bottom: 35px;
  3514.    }
  3515.    
  3516.    .footer-nav {
  3517.        flex-direction: column;
  3518.        gap: 15px;
  3519.        margin-top: 20px;
  3520.    }
  3521. }
  3522.  
  3523. @media (max-width: 576px) {
  3524.    .footer-brand-section {
  3525.        padding: 60px 0 30px;
  3526.    }
  3527.    
  3528.    .brand-title {
  3529.        font-size: 1.4rem;
  3530.    }
  3531.    
  3532.    .brand-description {
  3533.        font-size: 1rem;
  3534.    }
  3535.    
  3536.    .newsletter-title {
  3537.        font-size: 1.1rem;
  3538.    }
  3539.    
  3540.    .column-title {
  3541.        font-size: 1rem;
  3542.    }
  3543.    
  3544.    .footer-column {
  3545.        padding: 0 10px;
  3546.    }
  3547.    
  3548.    .bg-circle, .bg-line {
  3549.        display: none;
  3550.    }
  3551. }
  3552.  
  3553. /* Minimal Animation */
  3554. .footer-column {
  3555.    transition: opacity 0.3s ease;
  3556. }
  3557.  
  3558. .footer-column:hover {
  3559.    opacity: 0.9;
  3560. }
  3561. </style>
  3562.  
  3563. <!-- Bootstrap 5 JS -->
  3564.  
  3565. <script>
  3566. // Scroll to Top Function
  3567. function scrollToTop() {
  3568.    window.scrollTo({
  3569.        top: 0,
  3570.        behavior: 'smooth'
  3571.    });
  3572. }
  3573.  
  3574. // Initialize Footer V2 Features
  3575. document.addEventListener('DOMContentLoaded', function() {
  3576.    
  3577.    // Newsletter Form Enhancement
  3578.    const newsletterForm = document.querySelector('.newsletter-form');
  3579.    if (newsletterForm) {
  3580.        newsletterForm.addEventListener('submit', function(e) {
  3581.            e.preventDefault(); // Remove this in actual implementation
  3582.            
  3583.            const submitBtn = this.querySelector('.btn-newsletter');
  3584.            const originalText = submitBtn.textContent;
  3585.            
  3586.            submitBtn.textContent = 'Subscribing...';
  3587.            submitBtn.disabled = true;
  3588.            
  3589.            // Simulate form processing
  3590.            setTimeout(() => {
  3591.                submitBtn.textContent = 'Subscribed!';
  3592.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3593.                
  3594.                setTimeout(() => {
  3595.                    submitBtn.textContent = originalText;
  3596.                    submitBtn.disabled = false;
  3597.                    submitBtn.style.background = '';
  3598.                    this.reset();
  3599.                }, 2000);
  3600.            }, 1500);
  3601.        });
  3602.    }
  3603.    
  3604.    // Smooth reveal for columns on scroll
  3605.    const observerOptions = {
  3606.        threshold: 0.1,
  3607.        rootMargin: '0px 0px -50px 0px'
  3608.    };
  3609.    
  3610.    const observer = new IntersectionObserver((entries) => {
  3611.        entries.forEach(entry => {
  3612.            if (entry.isIntersecting) {
  3613.                entry.target.style.opacity = '1';
  3614.                entry.target.style.transform = 'translateY(0)';
  3615.            }
  3616.        });
  3617.    }, observerOptions);
  3618.    
  3619.    // Initially hide columns for animation
  3620.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3621.        column.style.opacity = '0';
  3622.        column.style.transform = 'translateY(20px)';
  3623.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3624.        observer.observe(column);
  3625.    });
  3626.    
  3627.    // Prevent default for placeholder links
  3628.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3629.        link.addEventListener('click', function(e) {
  3630.            e.preventDefault();
  3631.        });
  3632.    });
  3633. });
  3634.  
  3635. document.addEventListener('DOMContentLoaded', function () {
  3636.    var btn = document.getElementById('toggleFooterLinks');
  3637.    if (!btn) return; // No extra links, no button
  3638.  
  3639.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3640.  
  3641.    btn.addEventListener('click', function () {
  3642.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3643.            return li.classList.contains('d-none');
  3644.        });
  3645.  
  3646.        extras.forEach(function (li) {
  3647.            if (anyHidden) {
  3648.                li.classList.remove('d-none');
  3649.                li.classList.add('show');
  3650.            } else {
  3651.                li.classList.add('d-none');
  3652.                li.classList.remove('show');
  3653.            }
  3654.        });
  3655.  
  3656.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3657.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3658.    });
  3659. });
  3660.  
  3661. </script>
  3662.  
  3663.        <!-- end of wpo-site-footer-section -->
  3664.    </div>
  3665.    <!-- end of page-wrapper -->
  3666.  
  3667.    <!-- All JavaScript files
  3668.    ================================================== -->
  3669.    
  3670.  
  3671. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3672. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3673. <!-- Plugins for this template -->
  3674. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3675. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3676. <!-- Custom script for this template -->
  3677. <script src="/static/blogapp/assets/js/script.js"></script>
  3678.  
  3679. <script>
  3680. (function () {
  3681. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3682. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3683.  
  3684. function applyFallback(img) {
  3685. if (!img || img.dataset.fallbackApplied === "1") {
  3686. return;
  3687. }
  3688. var failedSrc = img.currentSrc || img.src || "";
  3689. img.dataset.fallbackApplied = "1";
  3690. img.onerror = null;
  3691. img.src = fallbackImageSrc;
  3692. console.warn("[ImageFallback] Replaced broken image:", {
  3693. failedSrc: failedSrc,
  3694. fallbackSrc: fallbackImageSrc,
  3695. alt: img.alt || "",
  3696. });
  3697. }
  3698.  
  3699. document.querySelectorAll("img").forEach(function (img) {
  3700. if (img.complete && img.naturalWidth === 0) {
  3701. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3702. failedSrc: img.currentSrc || img.src || "",
  3703. alt: img.alt || "",
  3704. });
  3705. applyFallback(img);
  3706. }
  3707. });
  3708.  
  3709. document.addEventListener(
  3710. "error",
  3711. function (event) {
  3712. var target = event.target;
  3713. if (target && target.tagName === "IMG") {
  3714. applyFallback(target);
  3715. }
  3716. },
  3717. true
  3718. );
  3719. })();
  3720. </script>
  3721.  
  3722. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3723.  
  3724.  
  3725.  
  3726. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v31edd6df95cf4e85bb4c19e7a9bdbcba1788362987495" integrity="sha512-iIg7k2xntmwu6/uSb5tpc/hySgZc4eoL31yB29W6tJFo2akwjPWcEqnCEdJvGexCL0KEQwVYv5BlowfhVz26hg==" data-cf-beacon='{"version":"2024.11.0","token":"6df42e6edbdd43c2bc23fcead227dac8","r":1,"spa":2}' crossorigin="anonymous"></script>
  3727. </body>
  3728.  
  3729. </html>
  3730.  
  3731.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda