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://visionreelsmarket.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T145819.661_GhlbuQf_Y7k9Kwd_rLc6r9D_iGzvDBU_88wWIp8.png">
  14.    
  15.  
  16.    <title>Vision Reels Market: Photography Gear Reviews &amp; Creative Tips</title>
  17.    <meta name="description" content="Discover expert reviews on photography equipment, creative shooting techniques, and industry insights to enhance your visual storytelling skills and artistic vision.">
  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://visionreelsmarket.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0288d1;
  42.        --bs-primary-rgb: 0288d1;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e6f4fa;
  49.        --bs-dark: #0a2f3c;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0288d1;
  53.        --theme-primary-color-s2: #0288d1;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f3c;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f3c;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0a2f3c;
  76.        --topbar-bg: #e6f4fa;
  77.        --topbar-color: #0a2f3c;
  78.        --footer-bg: #0a2f3c;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 12px;
  83.        --link-color: #0288d1;
  84.        --link-hover: #0273b3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(2, 136, 209, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_78">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "To Rinse or Not to Rinse: How to Properly Prepare Mushrooms", url: "/to-rinse-or-not-to-rinse-how-to-properly-prepare-mushrooms/" },
  516.        
  517.            { title: "Human Remains of Competitive Swimmer Seemingly Taken by Predator Located on Pacific Coastline", url: "/human-remains-of-competitive-swimmer-seemingly-taken-by-predator-located-on-pacific-coastline/" },
  518.        
  519.            { title: "Music Legend Barry Manilow to Undergo a Procedure for a Lung Cancer Diagnosis.", url: "/music-legend-barry-manilow-to-undergo-a-procedure-for-a-lung-cancer-diagnosis/" },
  520.        
  521.            { title: "Former UK Soldier Accused of Killing Kenyan Woman Appears in Court", url: "/former-uk-soldier-accused-of-killing-kenyan-woman-appears-in-court/" },
  522.        
  523.            { title: "U.S. Food and Drug Administration Clears Addyi, a Libido\u002DEnhancing Medication for Postmenopausal", url: "/us-food-and-drug-administration-clears-addyi-a-libido-enhancing-medication-for-postmenopausal/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v9 mb-4" role="banner">
  586.  <div class="container-fluid fluid-container">
  587.    <!-- Sticky/Glass Nav Card -->
  588.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  589.      <div class="row align-items-center justify-content-between g-3">
  590.        <!-- Logo -->
  591.       <div class="col-6 col-md-3 col-lg-2">
  592.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  593.            
  594.              <span class="site-name">My Site</span>
  595.            
  596.          </a>
  597.        </div>
  598.  
  599.        <!-- Desktop Nav -->
  600.        <div class="col d-none d-xl-block">
  601.          <nav class="main-nav-v9">
  602.            <ul class="nav-list-v9">
  603.              <!-- Home (static) -->
  604.              <li class="nav-item-v9">
  605.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  606.              </li >
  607.          
  608.              
  609.                
  610.                  <li class="nav-item-v9">
  611.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  612.                  </li>
  613.                
  614.                  <li class="nav-item-v9">
  615.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  616.                  </li>
  617.                
  618.                  <li class="nav-item-v9">
  619.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  620.                  </li>
  621.                
  622.                  <li class="nav-item-v9">
  623.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  624.                  </li>
  625.                
  626.                  <li class="nav-item-v9">
  627.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  628.                  </li>
  629.                
  630.                  <li class="nav-item-v9">
  631.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  632.                  </li>
  633.                
  634.                  <li class="nav-item-v9">
  635.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  636.                  </li>
  637.                
  638.                  <li class="nav-item-v9">
  639.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  640.                  </li>
  641.                
  642.  
  643.                
  644.                  <li class="nav-item-v9 has-dropdown-v9">
  645.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  646.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  647.                        <polyline points="6,9 12,15 18,9"></polyline>
  648.                      </svg>
  649.                    </button>
  650.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  651.                      <div class="dropdown-grid-v9">
  652.                        <div class="dropdown-section-v9">
  653.                          
  654.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  655.                          
  656.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  657.                          
  658.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  659.                          
  660.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  661.                          
  662.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  663.                          
  664.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  665.                          
  666.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  667.                          
  668.                        </div>
  669.                      </div>
  670.                    </div>
  671.                  </li>
  672.                
  673.              
  674.                <li class="nav-item-v9">
  675.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  676.              </li >
  677.            </ul>
  678.          </nav>
  679.        </div>
  680.  
  681.        <!-- Actions -->
  682.        <div class="col-6 col-md-3 col-lg-2">
  683.          <div class="nav-actions-v9">
  684.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  685.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  686.                <circle cx="11" cy="11" r="8"></circle>
  687.                <path d="m21 21-4.35-4.35"></path>
  688.              </svg>
  689.            </button>
  690.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  691.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  692.                <line x1="3" y1="6" x2="21" y2="6" />
  693.                <line x1="3" y1="12" x2="21" y2="12" />
  694.                <line x1="3" y1="18" x2="21" y2="18" />
  695.              </svg>
  696.            </button>
  697.          </div>
  698.        </div>
  699.      </div>
  700.  
  701.      <!-- Active underline (animated) -->
  702.      <span class="active-rail-v9" aria-hidden="true"></span>
  703.    </div>
  704.  
  705.    <!-- Search Panel -->
  706.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  707.      <form class="search-form-v9" action="" method="get" role="search">
  708.        <label for="q-v9" class="visually-hidden">Search</label>
  709.        <div class="search-input-wrap-v9">
  710.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  711.            <circle cx="11" cy="11" r="8"></circle>
  712.            <path d="m21 21-4.35-4.35"></path>
  713.          </svg>
  714.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  715.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  716.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  717.              <line x1="18" y1="6" x2="6" y2="18" />
  718.              <line x1="6" y1="6" x2="18" y2="18" />
  719.            </svg>
  720.          </button>
  721.        </div>
  722.        <div class="search-suggest-v9 search-v1" id="search-results">
  723.          
  724.        </div>
  725.      </form>
  726.    </div>
  727.  
  728.    <!-- Mobile Offcanvas -->
  729.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  730.      <div class="mobile-wrap-v9">
  731.        <div class="mobile-head-v9">
  732.          <span class="mobile-title-v9">Menu</span>
  733.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  734.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  735.              <line x1="18" y1="6" x2="6" y2="18" />
  736.              <line x1="6" y1="6" x2="18" y2="18" />
  737.            </svg>
  738.          </button>
  739.        </div>
  740.  
  741.        <ul class="mobile-list-v9">
  742.          <li>
  743.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  744.          </li>
  745.          <li class="">
  746.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  747.          </li >
  748.          
  749.            
  750.              <li>
  751.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  752.              </li>
  753.            
  754.              <li>
  755.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  756.              </li>
  757.            
  758.              <li>
  759.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  760.              </li>
  761.            
  762.              <li>
  763.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  764.              </li>
  765.            
  766.              <li>
  767.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  768.              </li>
  769.            
  770.  
  771.            
  772.          
  773.        </ul>
  774.      </div>
  775.    </aside>
  776.  </div>
  777.  
  778.  <!-- Overlay -->
  779.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  780. </header>
  781.  
  782. <style>
  783.  
  784.  .header-v9 {
  785.    position: relative;
  786.    padding: 14px 0;
  787.    z-index: 50;
  788.  }
  789.  .header-v9.is-scrolled .nav-card-v9 {
  790.    padding: 10px 18px;
  791.    border-radius: 14px;
  792.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  793.  }
  794.  .header-v9.is-scrolled .logo-img-v9 {
  795.    transform: scale(0.92);
  796.  }
  797.  
  798.  /* Card */
  799.  .nav-card-v9 {
  800.    background: var(--navbar-bg);
  801.    backdrop-filter: blur(18px);
  802.    border: 1px solid var(--border-color);
  803.    border-radius: 18px;
  804.    padding: 14px 22px;
  805.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  806.    position: sticky;
  807.    top: 10px;
  808.  }
  809.  
  810.  /* Logo */
  811.  .logo-img-v9 {
  812.    max-height: 60px;
  813.    width: auto;
  814.    transition: transform 0.25s ease, opacity 0.25s ease;
  815.  }
  816.  .logo-link-v9:hover .logo-img-v9 {
  817.    transform: translateY(-1px) scale(1.03);
  818.  }
  819.  
  820.  /* Desktop nav */
  821.  .main-nav-v9 {
  822.    display: flex;
  823.    justify-content: center;
  824.  }
  825.  .nav-list-v9 {
  826.    display: flex;
  827.    gap: 6px;
  828.    list-style: none;
  829.    margin: 0;
  830.    padding: 0;
  831.  }
  832.  .nav-item-v9 {
  833.    position: relative;
  834.  }
  835.  .nav-link-v9 {
  836.    position: relative;
  837.    display: inline-flex;
  838.    align-items: center;
  839.    justify-content: center;
  840.    padding: 10px 10px;
  841.    border-radius: 12px;
  842.    color: var(--navbar-color);
  843.    text-decoration: none;
  844.    font-weight: 500;
  845.    font-size: 15px;
  846.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  847.  }
  848.  .nav-link-v9:hover {
  849.    background: rgba(102, 126, 234, 0.1);
  850.    color: var(--topbar-color);
  851.    transform: translateY(-1px);
  852.  }
  853.  .nav-link-v9.active-v9 {
  854.    color: transparent;
  855.  }
  856.  .nav-link-v9.active-v9::after {
  857.    content: '';
  858.    position: absolute;
  859.    left: 12px;
  860.    right: 12px;
  861.    bottom: 6px;
  862.    height: 3px;
  863.    border-radius: 3px;
  864.    background: var(--sub-nav);
  865.  }
  866.  
  867.  /* Dropdown */
  868.  .has-dropdown-v9 {
  869.    position: relative;
  870.  }
  871.  .nav-more-btn-v9 {
  872.    display: inline-flex;
  873.    gap: 6px;
  874.    align-items: center;
  875.  }
  876.  .chev-v9 {
  877.    transition: transform 0.2s ease;
  878.  }
  879.  .has-dropdown-v9:focus-within .chev-v9,
  880.  .has-dropdown-v9:hover .chev-v9 {
  881.    transform: rotate(180deg);
  882.  }
  883.  
  884.  .dropdown-card-v9 {
  885.    position: absolute;
  886.    top: calc(100% + 14px);
  887.    left: 50%;
  888.    transform: translateX(-50%) translateY(-6px);
  889.    background: var(--navbar-bg);
  890.    border: 1px solid var(--border-color);
  891.    border-radius: 14px;
  892.    padding: 18px;
  893.    min-width: 280px;
  894.    z-index: 200;
  895.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  896.    opacity: 0;
  897.    visibility: hidden;
  898.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  899.  }
  900.  .has-dropdown-v9:hover .dropdown-card-v9,
  901.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  902.    opacity: 1;
  903.    visibility: visible;
  904.    transform: translateX(-50%) translateY(0);
  905.  }
  906.  
  907.  .dropdown-grid-v9 {
  908.    display: grid;
  909.    grid-template-columns: 1fr;
  910.    gap: 10px;
  911.  }
  912.  .dropdown-section-v9 {
  913.    display: grid;
  914.    gap: 6px;
  915.  }
  916.  .dropdown-link-v9 {
  917.    display: flex;
  918.    align-items: center;
  919.    gap: 10px;
  920.    padding: 10px 12px;
  921.    border-radius: 10px;
  922.    text-decoration: none;
  923.    font-size: 14px;
  924.    color: var(--navbar-color);
  925.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  926.  }
  927.  .dropdown-link-v9:hover {
  928.    background: var(--bs-primary);
  929.    color: var(--bs-white);
  930.    transform: translateX(4px);
  931.  }
  932.  .link-dot-v9 {
  933.    width: 6px;
  934.    height: 6px;
  935.    border-radius: 50%;
  936.    border: 1px solid currentColor;
  937.  }
  938.  
  939.  /* Actions */
  940.  .nav-actions-v9 {
  941.    display: flex;
  942.    justify-content: flex-end;
  943.    align-items: center;
  944.    gap: 8px;
  945.  }
  946.  .icon-btn-v9 {
  947.    border: 1px solid var(--border-color);
  948.    background: rgba(102, 126, 234, 0.1);
  949.    color: var(--navbar-color);
  950.    padding: 8px;
  951.    border-radius: 12px;
  952.    cursor: pointer;
  953.    transition: transform 0.2s, background 0.2s, color 0.2s;
  954.  }
  955.  .icon-btn-v9:hover {
  956.    background: var(--sub-nav);
  957.    color: var(--topbar-color) !important;
  958.    transform: translateY(-1px);
  959.  }
  960.  .icon-btn-v9.ghost {
  961.    background: transparent;
  962.  }
  963.  
  964.  /* Search Panel */
  965.  .search-panel-v9 {
  966.    position: fixed;
  967.    top: 14px;
  968.    left: 50%;
  969.    transform: translateX(-50%) translateY(-16px);
  970.    width: min(720px, calc(100% - 40px));
  971.    background: var(--navbar-bg);
  972.    border: 1px solid var(--border-color);
  973.    border-radius: 16px;
  974.    padding: 16px;
  975.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  976.    opacity: 0;
  977.    visibility: hidden;
  978.    z-index: 300;
  979.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  980.  }
  981.  .search-panel-v9.show-v9 {
  982.    opacity: 1;
  983.    visibility: visible;
  984.    transform: translateX(-50%) translateY(0);
  985.  }
  986.  .search-input-wrap-v9 {
  987.    display: flex;
  988.    align-items: center;
  989.    gap: 10px;
  990.    background: rgba(248, 250, 252, 0.8);
  991.    border: 2px solid rgba(102, 126, 234, 0.2);
  992.    border-radius: 12px;
  993.    padding: 6px 8px;
  994.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  995.  }
  996.  .search-input-wrap-v9:focus-within {
  997.    border-color: #667eea;
  998.    background: rgba(255, 255, 255, 0.9);
  999.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1000.  }
  1001.  .search-icn-v9 {
  1002.    color: #a0aec0;
  1003.    margin-left: 6px;
  1004.  }
  1005.  .search-input-v9 {
  1006.    flex: 1;
  1007.    border: 0;
  1008.    background: transparent;
  1009.    outline: none;
  1010.    padding: 12px 4px;
  1011.    font-size: 16px;
  1012.    color: #2d3748;
  1013.  }
  1014.  .search-suggest-v9 {
  1015.    display: grid;
  1016.    grid-template-columns: repeat(3, minmax(0, 1fr));
  1017.    gap: 8px;
  1018.    margin-top: 10px;
  1019.  }
  1020.  .suggestion-v9 {
  1021.    border: 1px solid var(--border-color);
  1022.    background: rgba(248, 250, 252, 0.5);
  1023.    color: var(--navbar-color);
  1024.    padding: 10px 12px;
  1025.    border-radius: 10px;
  1026.    font-size: 14px;
  1027.    text-align: left;
  1028.    cursor: pointer;
  1029.    transition: background 0.2s, color 0.2s, transform 0.2s;
  1030.  }
  1031.  .suggestion-v9:hover {
  1032.    background: var(--bs-primary) !important ;
  1033.    color: var(--bs-white)  !important;
  1034.    transform: translateY(-1px);
  1035.  }
  1036.  
  1037.  /* Mobile */
  1038.  .mobile-nav-v9 {
  1039.    position: fixed;
  1040.    right: 0;
  1041.    top: 0;
  1042.    height: 100vh;
  1043.    width: min(86vw, 420px);
  1044.    background: var(--card-bg);
  1045.    border-left: 1px solid var(--border-color);
  1046.    transform: translateX(100%);
  1047.    transition: transform 0.3s ease;
  1048.    z-index: 350;
  1049.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  1050.  }
  1051.  .mobile-nav-v9.show-v9 {
  1052.    transform: translateX(0);
  1053.  }
  1054.  .mobile-wrap-v9 {
  1055.    display: flex;
  1056.    flex-direction: column;
  1057.    height: 100%;
  1058.  }
  1059.  .mobile-head-v9 {
  1060.    display: flex;
  1061.    align-items: center;
  1062.    justify-content: space-between;
  1063.    padding: 16px;
  1064.    background: var(--navbar-bg);
  1065.  }
  1066.  .mobile-title-v9 {
  1067.    font-weight: 600;
  1068.  }
  1069.  .mobile-list-v9 {
  1070.    list-style: none;
  1071.    padding: 10px 12px 20px;
  1072.    margin: 0;
  1073.    overflow-y: auto;
  1074.  }
  1075.  .mobile-link-v9 {
  1076.    display: flex;
  1077.    align-items: center;
  1078.    justify-content: space-between;
  1079.    padding: 14px 12px;
  1080.    border-radius: 12px;
  1081.    text-decoration: none;
  1082.    color: var(--navbar-color);
  1083.    font-weight: 500;
  1084.    transition: background 0.2s, color 0.2s;
  1085.  }
  1086.  .mobile-link-v9:hover,
  1087.  .mobile-link-v9.active-v9 {
  1088.    background: var(--sub-nav);
  1089.    color: var(--topbar-color);
  1090.  }
  1091.  .mobile-group-v9 {
  1092.    margin-top: 4px;
  1093.  }
  1094.  .mobile-sublist-v9 {
  1095.    list-style: none;
  1096.    margin: 0;
  1097.    padding: 0;
  1098.    max-height: 0;
  1099.    overflow: auto;
  1100.    transition: max-height 0.25s ease;
  1101.    background:var(--navbar-bg);
  1102.    border-radius: 12px;
  1103.    margin-top: 6px;
  1104.  }
  1105.  .mobile-sublist-v9.show-v9 {
  1106.    max-height: 360px;
  1107.    background: var(--navbar-bg);
  1108.    padding: 6px 0;
  1109.  }
  1110.  .mobile-sublink-v9 {
  1111.    display: block;
  1112.    padding: 10px 16px;
  1113.    text-decoration: none;
  1114.    color: var(--navbar-color);
  1115.    border-radius: 10px;
  1116.    font-size: 14px;
  1117.  }
  1118.  .mobile-sublink-v9:hover {
  1119.    background: var(--sub-nav);
  1120.    color: var(--topbar-color);
  1121.  }
  1122.  .mobile-arrow-v9 {
  1123.    transition: transform 0.2s ease;
  1124.  }
  1125.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1126.    transform: rotate(180deg);
  1127.  }
  1128.  
  1129.  /* Overlay */
  1130.  .nav-overlay-v9 {
  1131.    position: fixed;
  1132.    inset: 0;
  1133.    background: rgba(0, 0, 0, 0.35);
  1134.    backdrop-filter: blur(4px);
  1135.    opacity: 0;
  1136.    visibility: hidden;
  1137.    transition: opacity 0.25s, visibility 0.25s;
  1138.    z-index: 200;
  1139.  }
  1140.  .nav-overlay-v9.show-v9 {
  1141.    opacity: 1;
  1142.    visibility: visible;
  1143.  }
  1144.  
  1145.  
  1146.  /* Utils */
  1147.  .visually-hidden {
  1148.    position: absolute !important;
  1149.    height: 1px;
  1150.    width: 1px;
  1151.    overflow: hidden;
  1152.    clip: rect(1px, 1px, 1px, 1px);
  1153.    white-space: nowrap;
  1154.  }
  1155.  
  1156.  /* Responsive tweaks */
  1157.  @media (max-width: 1300px) {
  1158.    .nav-card-v9 {
  1159.      padding: 12px 18px;
  1160.      border-radius: 16px;
  1161.    }
  1162.    .search-panel-v9 {
  1163.      width: calc(100% - 32px);
  1164.    }
  1165.  }
  1166.  @media (max-width: 576px) {
  1167.    .logo-img-v9 {
  1168.      max-height: 38px;
  1169.    }
  1170.  }
  1171. </style>
  1172.  
  1173. <script>
  1174.  /* ============ V9 JS ============ */
  1175.  ;(function () {
  1176.    const overlay = document.getElementById('navOverlayV9')
  1177.    const searchPanel = document.getElementById('searchPanelV9')
  1178.    const mobileNav = document.getElementById('mobileNavV9')
  1179.    const header = document.querySelector('.header-v9')
  1180.  
  1181.    function lockScroll(lock) {
  1182.      document.body.style.overflow = lock ? 'hidden' : ''
  1183.    }
  1184.  
  1185.    window.toggleSearchV9 = function () {
  1186.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1187.      const willOpen = !searchPanel.classList.contains('show-v9')
  1188.  
  1189.      // close mobile if open
  1190.      mobileNav.classList.remove('show-v9')
  1191.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1192.  
  1193.      searchPanel.classList.toggle('show-v9', willOpen)
  1194.      overlay.classList.toggle('show-v9', willOpen)
  1195.      btn?.setAttribute('aria-expanded', String(willOpen))
  1196.      lockScroll(willOpen)
  1197.  
  1198.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1199.    }
  1200.  
  1201.    window.toggleMobileNavV9 = function () {
  1202.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1203.      const willOpen = !mobileNav.classList.contains('show-v9')
  1204.  
  1205.      // close search if open
  1206.      searchPanel.classList.remove('show-v9')
  1207.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1208.  
  1209.      mobileNav.classList.toggle('show-v9', willOpen)
  1210.      overlay.classList.toggle('show-v9', willOpen)
  1211.      btn?.setAttribute('aria-expanded', String(willOpen))
  1212.      lockScroll(willOpen)
  1213.    }
  1214.  
  1215.    window.toggleMobileDropdownV9 = function (id) {
  1216.      const list = document.getElementById(id)
  1217.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1218.      const willOpen = !list.classList.contains('show-v9')
  1219.      // close siblings
  1220.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1221.        if (el.id !== id) el.classList.remove('show-v9')
  1222.      })
  1223.      list.classList.toggle('show-v9', willOpen)
  1224.      btn?.setAttribute('aria-expanded', String(willOpen))
  1225.    }
  1226.  
  1227.    window.closeAllV9 = function () {
  1228.      searchPanel.classList.remove('show-v9')
  1229.      mobileNav.classList.remove('show-v9')
  1230.      overlay.classList.remove('show-v9')
  1231.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1232.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1233.      lockScroll(false)
  1234.    }
  1235.  
  1236.    // ESC to close
  1237.    document.addEventListener('keydown', (e) => {
  1238.      if (e.key === 'Escape') window.closeAllV9()
  1239.    })
  1240.  
  1241.    // Sticky shrink on scroll
  1242.    let lastY = window.scrollY
  1243.    const onScroll = () => {
  1244.      const y = window.scrollY
  1245.      header.classList.toggle('is-scrolled', y > 10)
  1246.      lastY = y
  1247.    }
  1248.    onScroll()
  1249.    window.addEventListener('scroll', onScroll, { passive: true })
  1250.  
  1251.    // Suggestions fill
  1252.    document.addEventListener('click', (e) => {
  1253.      const btn = e.target.closest('.suggestion-v9')
  1254.      if (!btn) return
  1255.      const val = btn.getAttribute('data-fill') || ''
  1256.      const input = document.getElementById('q-v9')
  1257.      if (input) input.value = val
  1258.    })
  1259.  
  1260.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1261.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1262.    const moreCard = document.getElementById('more-desktop-v9')
  1263.    if (moreBtn && moreCard) {
  1264.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1265.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1266.    }
  1267.  })()
  1268. </script>
  1269.  
  1270. <script>
  1271.  document.addEventListener("DOMContentLoaded", function () {
  1272.    console.log("loaded");
  1273.  
  1274.     const searchInput = document.getElementById("search-input")
  1275.    const searchResults = document.getElementById("search-results");
  1276.  
  1277.    if (!searchInput || !searchResults) {
  1278.      console.error("Search input/results not found");
  1279.      return;
  1280.    }
  1281.  
  1282.    // Prevent form submission
  1283.    if (searchInput.form) {
  1284.      searchInput.form.addEventListener("submit", function (e) {
  1285.        e.preventDefault();
  1286.      });
  1287.    }
  1288.  
  1289.    // Add event listener for keyup
  1290.    searchInput.addEventListener("keyup", function (e) {
  1291.      console.log("Key pressed:", e.key);
  1292.      e.preventDefault();
  1293.  
  1294.      const query = searchInput.value.trim();
  1295.      console.log("User is typing: " + query);
  1296.  
  1297.      // If empty → clear and hide
  1298.      if (query === "") {
  1299.        searchResults.innerHTML = "";
  1300.        searchResults.style.display = "none";
  1301.        return;
  1302.      }
  1303.  
  1304.      // Show results
  1305.      searchResults.style.display = "block";
  1306.  
  1307.      // Fetch search results
  1308.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1309.        method: "GET",
  1310.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1311.      })
  1312.        .then(response => {
  1313.          console.log("Response Status:", response.status);
  1314.          return response.json();
  1315.        })
  1316.        .then(data => {
  1317.          console.log("Data received:", data);
  1318.          if (data.html) {
  1319.            searchResults.innerHTML = data.html;
  1320.          } else {
  1321.            searchResults.innerHTML = "<p>No results found.</p>";
  1322.          }
  1323.        })
  1324.        .catch(error => {
  1325.          console.error("Error fetching search results:", error);
  1326.        });
  1327.    });
  1328.  
  1329.    // Close results when clicking outside
  1330.    document.addEventListener("click", function (e) {
  1331.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1332.        searchResults.style.display = "none";
  1333.      }
  1334.    });
  1335.  
  1336.    // Close results on ESC key
  1337.    document.addEventListener("keydown", function (e) {
  1338.      if (e.key === "Escape") {
  1339.        searchResults.style.display = "none";
  1340.      }
  1341.    });
  1342.  });
  1343. </script>
  1344.  
  1345.  
  1346.        </header>
  1347.        <!-- end of header -->
  1348.        <!-- start of wpo-blog-hero -->
  1349.        
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357. <div class="blog-hero-v3 pt-3">
  1358.    <div class="container-fluid fluid-container">
  1359.        <div class="row g-4">
  1360.            
  1361.            
  1362.              
  1363.            <!-- Left Column -->
  1364.            <div class="col-lg-4 col-md-6">
  1365.                <div class="magazine-card tall-card h-100">
  1366.                    <div class="card-image">
  1367.                        
  1368.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1369.                        
  1370.                        <div class="image-overlay"></div>
  1371.                    </div>
  1372.                    <div class="card-content">
  1373.                        <div class="category-pill bg-primary-gradient">News</div>
  1374.                        <h2> <a href="/we-must-have-a-aircraft-to-go-find-them-teenagers-urgent-plea-to-rescue-relatives-stranded-off-aussie-coast-revealed/">
  1375.                                        We Must Have a Aircraft to Go Find Them’: Teenager’s Urgent Plea to Rescue Relatives Stranded Off Aussie Coast Revealed
  1376.                                    </a></h2>
  1377.                        <p></p>
  1378.                        <div class="author-section">
  1379.                            
  1380.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="author-img">
  1381.                            
  1382.                            <div class="author-details">
  1383.                                <span class="author-name">Rhonda Wells</span>
  1384.                                <span class="publish-date">19 May 2026</span>
  1385.                            </div>
  1386.                        </div>
  1387.                    </div>
  1388.                </div>
  1389.            </div>
  1390.  
  1391.            
  1392.            
  1393.  
  1394.            <!-- Center Column -->
  1395.            <div class="col-lg-4 col-md-6">
  1396.                <div class="row g-4">
  1397.                    
  1398.                    <div class="col-12">
  1399.                        <div class="magazine-card square-card">
  1400.                            <div class="card-image">
  1401.                            
  1402.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1403.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1404.                            
  1405.                                <div class="floating-category bg-primary-gradient">News</div>
  1406.                            </div>
  1407.                            <div class="card-content compact">
  1408.                                <h3> <a href="/real-madrids-trent-alexander-arnold-might-play-against-liverpool-in-forthcoming-european-fixture/" >
  1409.                                        Real Madrid&#x27;s Trent Alexander-Arnold Might Play Against Liverpool in Forthcoming European Fixture
  1410.                                    </a></h3>
  1411.                                    
  1412.                                <div class="mini-meta">
  1413.                                    <span>By Rhonda Wells</span>
  1414.                                    <span class="date-dot">• 18 May 2026</span>
  1415.                                </div>
  1416.                            </div>
  1417.                        </div>
  1418.                    </div>
  1419.                    
  1420.                    <div class="col-12">
  1421.                        <div class="magazine-card square-card">
  1422.                            <div class="card-image">
  1423.                            
  1424.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1425.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1426.                            
  1427.                                <div class="floating-category bg-primary-gradient">News</div>
  1428.                            </div>
  1429.                            <div class="card-content compact">
  1430.                                <h3> <a href="/troubling-recollections-reemerge-in-davao-as-officials-track-bondi-beach-attack-suspects-activities/" >
  1431.                                        Troubling Recollections Reemerge in Davao as Officials Track Bondi Beach Attack Suspects’ Activities
  1432.                                    </a></h3>
  1433.                                    
  1434.                                <div class="mini-meta">
  1435.                                    <span>By Rhonda Wells</span>
  1436.                                    <span class="date-dot">• 18 May 2026</span>
  1437.                                </div>
  1438.                            </div>
  1439.                        </div>
  1440.                    </div>
  1441.                    
  1442.  
  1443.                </div>
  1444.            </div>
  1445.            
  1446.            
  1447.              
  1448.            <!-- Right Column -->
  1449.            <div class="col-lg-4 col-md-12">
  1450.                <div class="magazine-card featured-card">
  1451.                    <div class="featured-header">
  1452.                        <h4>Featured Story</h4>
  1453.                        <div class="featured-line"></div>
  1454.                    </div>
  1455.                    <div class="card-image featured-img" >
  1456.                    
  1457.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1458.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1459.                    
  1460.                    </div>
  1461.                    <div class="card-content featured-content">
  1462.                        <div class="category-pill bg-primary-gradient">News</div>
  1463.                        <h2><a href="/genuine-algarve-exploring-portugal-away-from-the-shoreline/">
  1464.                                        Genuine Algarve: Exploring Portugal Away from the Shoreline
  1465.                                    </a></h2>
  1466.                        
  1467.                        <div class="author-section featured-author">
  1468.                            
  1469.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Rhonda Wells">
  1470.                            
  1471.                            <div class="author-details">
  1472.                                <span class="author-name">Rhonda Wells</span>
  1473.                                <!-- <span class="author-title">Business Analyst</span> -->
  1474.                                <span class="publish-date">18 May 2026</span>
  1475.                            </div>
  1476.                        </div>
  1477.                    </div>
  1478.                </div>
  1479.            </div>
  1480.  
  1481.            
  1482.            
  1483.        </div>
  1484.    </div>
  1485. </div>
  1486.  
  1487. <style>
  1488. /* Blog Hero V3 - Magazine Style */
  1489. .blog-hero-v3 {
  1490.    padding: 80px 0;
  1491.    position: relative;
  1492. }
  1493.  
  1494. /* Magazine Cards */
  1495. .magazine-card {
  1496.    background: var(--card-bg);
  1497.    border-radius: 20px;
  1498.    overflow: hidden;
  1499.    position: relative;
  1500.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1501.    border: 1px solid var(--border-color);
  1502. }
  1503.  
  1504. .magazine-card:hover {
  1505.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1506. }
  1507.  
  1508. /* Tall Card (Left Column) */
  1509. .tall-card {
  1510.    display: flex;
  1511.    flex-direction: column;
  1512. }
  1513.  
  1514. .tall-card .card-image {
  1515.    height: 300px;
  1516.    position: relative;
  1517.    overflow: hidden;
  1518. }
  1519.  
  1520. .tall-card .card-image img {
  1521.    width: 100%;
  1522.    height: 100%;
  1523.    object-fit: cover;
  1524.    transition: transform 0.6s ease;
  1525. }
  1526.  
  1527. .tall-card:hover .card-image img {
  1528.    transform: scale(1.1) rotate(-2deg);
  1529. }
  1530.  
  1531. .image-overlay {
  1532.    position: absolute;
  1533.    top: 0;
  1534.    left: 0;
  1535.    right: 0;
  1536.    bottom: 0;
  1537.    opacity: 0;
  1538.    transition: opacity 0.3s ease;
  1539. }
  1540.  
  1541. .tall-card:hover .image-overlay {
  1542.    opacity: 1;
  1543. }
  1544.  
  1545. .tall-card .card-content {
  1546.    padding: 20px;
  1547.    flex-grow: 1;
  1548.    display: flex;
  1549.    flex-direction: column;
  1550. }
  1551.  
  1552. .tall-card h2 {
  1553.    font-size: 1.5rem;
  1554.    font-weight: 700;
  1555.    color: #2c3e50;
  1556.    margin: 12px 0;
  1557.    line-height: 1.3;
  1558. }
  1559.  
  1560. .tall-card p {
  1561.    color: #7f8c8d;
  1562.    line-height: 1.6;
  1563.    margin-bottom: 1rem;
  1564.    flex-grow: 1;
  1565. }
  1566.  
  1567. /* Square Cards (Center Column) */
  1568. .square-card {
  1569.    position: relative;
  1570.    overflow: hidden;
  1571. }
  1572.  
  1573. .square-card .card-image {
  1574.    height: 180px;
  1575.    position: relative;
  1576. }
  1577.  
  1578. .square-card .card-image img {
  1579.    width: 100%;
  1580.    height: 100%;
  1581.    object-fit: cover;
  1582.    filter: brightness(1.1) saturate(1.2);
  1583.    transition: all 0.4s ease;
  1584. }
  1585.  
  1586. .square-card:hover .card-image img {
  1587.    transform: scale(1.15);
  1588.    filter: brightness(1.2) saturate(1.4);
  1589. }
  1590.  
  1591. .floating-category {
  1592.    position: absolute;
  1593.    top: 15px;
  1594.    right: 15px;
  1595.    padding: 8px 15px;
  1596.    border-radius: 20px;
  1597.    font-size: 0.75rem;
  1598.    text-transform: uppercase;
  1599.    letter-spacing: 1px;
  1600.    backdrop-filter: blur(10px);
  1601.    border: 1px solid rgba(255, 255, 255, 0.3);
  1602. }
  1603.  
  1604. .square-card .card-content.compact {
  1605.    padding: 1.2rem;
  1606. }
  1607.  
  1608. .square-card h3 {
  1609.    font-size: 1.1rem;
  1610.    font-weight: 600;
  1611.    color: #2c3e50;
  1612.    margin-bottom: 10px;
  1613.    line-height: 1.3;
  1614. }
  1615.  
  1616. .mini-meta {
  1617.    font-size: 0.85rem;
  1618.    color: #95a5a6;
  1619. }
  1620.  
  1621. .date-dot {
  1622.    margin-left: 8px;
  1623. }
  1624.  
  1625. /* Featured Card (Right Column) */
  1626. .featured-card {
  1627.    color: white;
  1628.    position: relative;
  1629.    overflow: hidden;
  1630. }
  1631.  
  1632. .featured-card::before {
  1633.    content: '';
  1634.    position: absolute;
  1635.    top: -50%;
  1636.    right: -50%;
  1637.    width: 200%;
  1638.    height: 200%;
  1639.    pointer-events: none;
  1640. }
  1641.  
  1642.  
  1643.  
  1644. .featured-header {
  1645.    padding: 25px 25px 0;
  1646.    position: relative;
  1647. }
  1648.  
  1649. .featured-header h4 {
  1650.    font-size: 0.9rem;
  1651.    text-transform: uppercase;
  1652.    letter-spacing: 2px;
  1653.    margin: 0;
  1654.    opacity: 0.9;
  1655. }
  1656.  
  1657. .featured-line {
  1658.    width: 50px;
  1659.    height: 2px;
  1660.    background: rgba(255, 255, 255, 0.6);
  1661.    margin-top: 10px;
  1662. }
  1663.  
  1664. .featured-img {
  1665.    height: 200px;
  1666.    margin: 1rem;
  1667.    border-radius: 15px;
  1668.    overflow: hidden;
  1669.    position: relative;
  1670. }
  1671.  
  1672. .featured-img img {
  1673.    width: 100%;
  1674.    height: 100%;
  1675.    object-fit: cover;
  1676.    transition: transform 0.5s ease;
  1677. }
  1678.  
  1679. .featured-card:hover .featured-img img {
  1680.    transform: scale(1.1);
  1681. }
  1682.  
  1683. .featured-content {
  1684.    padding: 0 1rem 1.5rem;
  1685. }
  1686.  
  1687. .featured-content h2 {
  1688.    font-size: 1.4rem;
  1689.    font-weight: 700;
  1690.    margin: 15px 0;
  1691.    line-height: 1.3;
  1692. }
  1693.  
  1694. .featured-content p {
  1695.    font-size: 0.95rem;
  1696.    opacity: 0.9;
  1697.    line-height: 1.6;
  1698.    margin-bottom: 1rem;
  1699. }
  1700.  
  1701. /* Category Pills */
  1702. .category-pill {
  1703.    display: inline-block;
  1704.    padding: 6px 16px;
  1705.    border-radius: 20px;
  1706.    font-size: 0.75rem;
  1707.    text-transform: uppercase;
  1708.    letter-spacing: 1px;
  1709.    margin-bottom: 10px;
  1710.    width: fit-content;
  1711. }
  1712.  
  1713. /* Author Sections */
  1714. .author-section {
  1715.    display: flex;
  1716.    align-items: center;
  1717.    gap: 15px;
  1718.    margin-top: auto;
  1719. }
  1720.  
  1721. .author-img {
  1722.    width: 60px;
  1723.    height: 60px;
  1724.    border-radius: 50%;
  1725.    object-fit: cover;
  1726. }
  1727.  
  1728. .author-details {
  1729.    display: flex;
  1730.    flex-direction: column;
  1731. }
  1732.  
  1733. .author-name {
  1734.    font-weight: 600;
  1735. color: #95a5a6;
  1736.    font-size: 16px;
  1737. }
  1738.  
  1739. .author-title {
  1740.    font-size: 0.8rem;
  1741. color: #95a5a6;
  1742.    font-weight: 500;
  1743. }
  1744.  
  1745. .publish-date {
  1746.    font-size: 0.8rem;
  1747.    color: #95a5a6;
  1748.    margin-top: 2px;
  1749. }
  1750.  
  1751. /* Featured Stats */
  1752. .featured-stats {
  1753.    display: flex;
  1754.    gap: 30px;
  1755.    margin: 20px 0;
  1756. }
  1757.  
  1758. .stat-item {
  1759.    text-align: center;
  1760. }
  1761.  
  1762. .stat-number {
  1763.    display: block;
  1764.    font-size: 1.5rem;
  1765.    font-weight: 700;
  1766.    color: white;
  1767. }
  1768.  
  1769. .stat-label {
  1770.    font-size: 0.8rem;
  1771.    opacity: 0.8;
  1772.    text-transform: uppercase;
  1773.    letter-spacing: 1px;
  1774. }
  1775.  
  1776. /* Read More Button */
  1777. .read-more-btn {
  1778.    padding: 0 30px 30px;
  1779. }
  1780.  
  1781. .btn-read {
  1782.    display: inline-block;
  1783.    padding: 12px 30px;
  1784.    background: linear-gradient(45deg, #667eea, #764ba2);
  1785.    color: white;
  1786.    text-decoration: none;
  1787.    border-radius: 20px;
  1788.    font-weight: 600;
  1789.    text-transform: uppercase;
  1790.    letter-spacing: 1px;
  1791.    font-size: 0.85rem;
  1792.    transition: all 0.3s ease;
  1793.    position: relative;
  1794.    overflow: hidden;
  1795. }
  1796.  
  1797. .btn-read::before {
  1798.    content: '';
  1799.    position: absolute;
  1800.    top: 0;
  1801.    left: -100%;
  1802.    width: 100%;
  1803.    height: 100%;
  1804.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1805.    transition: left 0.5s ease;
  1806. }
  1807.  
  1808. .btn-read:hover::before {
  1809.    left: 100%;
  1810. }
  1811.  
  1812. .btn-read:hover {
  1813.    transform: translateY(-2px);
  1814.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1815.    color: white;
  1816. }
  1817.  
  1818. /* Trending Bar */
  1819. .trending-bar {
  1820.    background: white;
  1821.    border-radius: 20px;
  1822.    padding: 25px 35px;
  1823.    display: flex;
  1824.    align-items: center;
  1825.    gap: 30px;
  1826.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1827.    border-left: 5px solid #667eea;
  1828. }
  1829.  
  1830. .trending-header h5 {
  1831.    margin: 0;
  1832.    font-weight: 700;
  1833.    color: #2c3e50;
  1834.    font-size: 1.1rem;
  1835. }
  1836.  
  1837. .trending-tags {
  1838.    display: flex;
  1839.    flex-wrap: wrap;
  1840.    gap: 15px;
  1841. }
  1842.  
  1843. .trend-tag {
  1844.    padding: 8px 18px;
  1845.    background: #f8f9fa;
  1846.    border: 2px solid #e9ecef;
  1847.    border-radius: 20px;
  1848.    font-size: 0.85rem;
  1849.    font-weight: 500;
  1850.    color: #495057;
  1851.    transition: all 0.3s ease;
  1852.    cursor: pointer;
  1853. }
  1854.  
  1855. .trend-tag:hover {
  1856.    background: #667eea;
  1857.    color: white;
  1858.    border-color: #667eea;
  1859.    transform: translateY(-2px);
  1860. }
  1861.  
  1862. /* Responsive Design */
  1863. @media (max-width: 992px) {
  1864.    .tall-card,
  1865.    .featured-card {
  1866.        height: auto;
  1867.        margin-bottom: 30px;
  1868.    }
  1869.    
  1870.  
  1871.    
  1872.    .trending-bar {
  1873.        flex-direction: column;
  1874.        align-items: flex-start;
  1875.        gap: 20px;
  1876.    }
  1877. }
  1878.  
  1879. @media (max-width: 768px) {
  1880.    .blog-hero-v3 {
  1881.        padding: 40px 0;
  1882.    }
  1883.  
  1884.    
  1885.    .trending-tags {
  1886.        justify-content: center;
  1887.    }
  1888.    
  1889.    .featured-stats {
  1890.        justify-content: center;
  1891.    }
  1892. }
  1893. </style>
  1894.  
  1895.  
  1896.  
  1897.  
  1898.        <!-- end of wpo-blog-hero -->
  1899.  
  1900.        <!-- start of wpo-breacking-news -->
  1901.        
  1902.        <!-- end of wpo-breacking-news -->
  1903.        
  1904.        <!-- start wpo-blog-highlights-section -->
  1905.        
  1906.  
  1907.  
  1908.  
  1909.    
  1910.  
  1911.  
  1912.  <style>
  1913.    /* Section Header */
  1914.    .section-header-v9 {
  1915.      text-align: center;
  1916.      margin-bottom: 20px;
  1917.    }
  1918.    
  1919.    .section-title-v9 {
  1920.      font-size: 3rem;
  1921.      font-weight: 700;
  1922.      color: var(--topbar-color);
  1923.      margin-bottom: 20px;
  1924.      text-transform: uppercase;
  1925.    }
  1926.    
  1927.    .section-subtitle-v9 {
  1928.      font-size: 1.2rem;
  1929.      color: var(--topbar-color);
  1930.      opacity: 0.5;
  1931.      max-width: 800px;
  1932.      margin: 0 auto;
  1933.      line-height: 1.8;
  1934.    }
  1935.        
  1936.    /* Blog Card */
  1937.    .blog-card-v9 {
  1938.      background: var(--card-bg);
  1939.      border: 1px solid var(--border-color);
  1940.      border-radius: 8px;
  1941.      margin-bottom: 30px;
  1942.      overflow: hidden;
  1943.      opacity: 0;
  1944.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1945.    }
  1946.    
  1947.    .blog-card-v9.fade-in {
  1948.      opacity: 1;
  1949.    }
  1950.    
  1951.    @keyframes fadeIn {
  1952.      from {
  1953.        opacity: 0;
  1954.      }
  1955.      to {
  1956.        opacity: 1;
  1957.      }
  1958.    }
  1959.    
  1960.    .blog-card-v9:hover {
  1961.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1962.    }
  1963.    
  1964.    /* Blog Image */
  1965.    .blog-image-container-v9 {
  1966.      width: 100%;
  1967.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1968.      overflow: hidden;
  1969.    }
  1970.    
  1971.    .blog-image-v9 {
  1972.      width: 100%;
  1973.      height: 100%;
  1974.    }
  1975.    
  1976.    .blog-image-v9 img {
  1977.      width: 100%;
  1978.      height: 100%;
  1979.      object-fit: cover;
  1980.      display: block;
  1981.    }
  1982.    
  1983.    /* Blog Content */
  1984.    .blog-content-v9 {
  1985.      padding: 20px;
  1986.    }
  1987.    
  1988.    .blog-title-v9 {
  1989.      font-size: 1.2rem;
  1990.      font-weight: 600;
  1991.      margin-bottom: 15px;
  1992.      color: var(--topbar-color) !important;
  1993.      text-transform: capitalize;
  1994.    }
  1995.    
  1996.    .blog-meta-v9 {
  1997.      display: flex;
  1998.      align-items: center;
  1999.      gap: 10px;
  2000.      font-size: 0.9rem;
  2001.      color: var(--topbar-color);
  2002.      margin-bottom: 10px;
  2003.    }
  2004.    
  2005.    .blog-meta-v9 span {
  2006.      display: inline-block;
  2007.    }
  2008.    
  2009.    .blog-excerpt-v9 {
  2010.      font-size: 1rem;
  2011.      color: var(--topbar-color);
  2012.      opacity: .6;
  2013.      margin-bottom: 15px;
  2014.      line-height: 1.6;
  2015.    }
  2016.    
  2017.    .blog-actions-v9 {
  2018.      display: flex;
  2019.      justify-content: flex-start;
  2020.    }
  2021.    
  2022.    .blog-read-more-v9 {
  2023.      font-size: 1rem;
  2024.      color: var(--topbar-color);
  2025.      text-decoration: none;
  2026.      transition: color 0.3s ease;
  2027.    }
  2028.    
  2029.    .blog-read-more-v9:hover {
  2030.      color: #2980b9 !important;
  2031.    }
  2032.    
  2033.    /* Responsive Design */
  2034.    @media (max-width: 768px) {
  2035.      .section-title-v9 {
  2036.        font-size: 2.5rem;
  2037.      }
  2038.    
  2039.      .blog-card-v9 {
  2040.        margin-bottom: 20px;
  2041.      }
  2042.    
  2043.      .blog-meta-v9 {
  2044.        font-size: 0.8rem;
  2045.      }
  2046.    
  2047.      .blog-image-container-v9 {
  2048.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2049.      }
  2050.    }
  2051.  </style>
  2052.  
  2053.  <section class="blog-highlights-v9 mt-5">
  2054.    <div class="container-fluid fluid-container">
  2055.      <!-- Section Header -->
  2056.      <div class="row justify-content-center">
  2057.        <div class="col-12 col-lg-10">
  2058.          <div class="section-header-v9">
  2059.            <h2 class="section-title-v9 mb-0">
  2060.                Today's Top Highlights
  2061.                   </h2>
  2062.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2063.          </div>
  2064.        </div>
  2065.      </div>
  2066.  
  2067.      <!-- Blog Grid -->
  2068.      <div class="row ">
  2069.        <div class="col-lg-8">
  2070.          <div class="row d-flex justify-content-center">
  2071.            
  2072.              <div class="col-md-6 pb-3">
  2073.                <article class="blog-card-v9 h-100">
  2074.                  <div class="blog-image-container-v9">
  2075.                    <div class="blog-image-v9">
  2076.                      
  2077.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2078.                      
  2079.                    </div>
  2080.                  </div>
  2081.                  <div class="blog-content-v9">
  2082.                    <h3 class="blog-title-v9 "><a class="top-color" href="/can-the-all-blacks-find-their-spark-during-the-fall-tour/">Can the All Blacks find their spark during the fall tour?</a></h3>
  2083.                    <div class="blog-meta-v9">
  2084.                      <span>By <strong>Rhonda Wells</strong></span>
  2085.                      <span>•</span>
  2086.                      <span>18 May 2026</span>
  2087.                    </div>
  2088.                    <p class="blog-excerpt-v9"></p>
  2089.                    <div class="blog-actions-v9">
  2090.                      <a href="/can-the-all-blacks-find-their-spark-during-the-fall-tour/" class="blog-read-more-v9">Read More →</a>
  2091.                    </div>
  2092.                  </div>
  2093.                </article>
  2094.              </div>
  2095.            
  2096.              <div class="col-md-6 pb-3">
  2097.                <article class="blog-card-v9 h-100">
  2098.                  <div class="blog-image-container-v9">
  2099.                    <div class="blog-image-v9">
  2100.                      
  2101.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2102.                      
  2103.                    </div>
  2104.                  </div>
  2105.                  <div class="blog-content-v9">
  2106.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trumps-unprecedented-presence-in-the-sporting-world-hit-new-heights-in-last-year-the-coming-year-looks-set-to-go-further/">Trump&#x27;s Unprecedented Presence in The Sporting World Hit New Heights in Last Year. The Coming Year Looks Set to Go Further.</a></h3>
  2107.                    <div class="blog-meta-v9">
  2108.                      <span>By <strong>Rhonda Wells</strong></span>
  2109.                      <span>•</span>
  2110.                      <span>18 May 2026</span>
  2111.                    </div>
  2112.                    <p class="blog-excerpt-v9"></p>
  2113.                    <div class="blog-actions-v9">
  2114.                      <a href="/trumps-unprecedented-presence-in-the-sporting-world-hit-new-heights-in-last-year-the-coming-year-looks-set-to-go-further/" class="blog-read-more-v9">Read More →</a>
  2115.                    </div>
  2116.                  </div>
  2117.                </article>
  2118.              </div>
  2119.            
  2120.              <div class="col-md-6 pb-3">
  2121.                <article class="blog-card-v9 h-100">
  2122.                  <div class="blog-image-container-v9">
  2123.                    <div class="blog-image-v9">
  2124.                      
  2125.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2126.                      
  2127.                    </div>
  2128.                  </div>
  2129.                  <div class="blog-content-v9">
  2130.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-were-dismissed-and-we-accept-it-learn-how-to-find-a-fresh-position-that-works-you-personally/">We Were Dismissed, and We Accept It – Learn How to Find a Fresh Position That Works You Personally</a></h3>
  2131.                    <div class="blog-meta-v9">
  2132.                      <span>By <strong>Rhonda Wells</strong></span>
  2133.                      <span>•</span>
  2134.                      <span>18 May 2026</span>
  2135.                    </div>
  2136.                    <p class="blog-excerpt-v9"></p>
  2137.                    <div class="blog-actions-v9">
  2138.                      <a href="/we-were-dismissed-and-we-accept-it-learn-how-to-find-a-fresh-position-that-works-you-personally/" class="blog-read-more-v9">Read More →</a>
  2139.                    </div>
  2140.                  </div>
  2141.                </article>
  2142.              </div>
  2143.            
  2144.              <div class="col-md-6 pb-3">
  2145.                <article class="blog-card-v9 h-100">
  2146.                  <div class="blog-image-container-v9">
  2147.                    <div class="blog-image-v9">
  2148.                      
  2149.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2150.                      
  2151.                    </div>
  2152.                  </div>
  2153.                  <div class="blog-content-v9">
  2154.                    <h3 class="blog-title-v9 "><a class="top-color" href="/in-excess-of-60000-flee-sudans-city-after-takeover-by-rsf-militia-united-nations-says/">In excess of 60,000 Flee Sudan&#x27;s City After Takeover by RSF Militia, United Nations Says</a></h3>
  2155.                    <div class="blog-meta-v9">
  2156.                      <span>By <strong>Rhonda Wells</strong></span>
  2157.                      <span>•</span>
  2158.                      <span>17 May 2026</span>
  2159.                    </div>
  2160.                    <p class="blog-excerpt-v9"></p>
  2161.                    <div class="blog-actions-v9">
  2162.                      <a href="/in-excess-of-60000-flee-sudans-city-after-takeover-by-rsf-militia-united-nations-says/" class="blog-read-more-v9">Read More →</a>
  2163.                    </div>
  2164.                  </div>
  2165.                </article>
  2166.              </div>
  2167.            
  2168.              <div class="col-md-6 pb-3">
  2169.                <article class="blog-card-v9 h-100">
  2170.                  <div class="blog-image-container-v9">
  2171.                    <div class="blog-image-v9">
  2172.                      
  2173.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2174.                      
  2175.                    </div>
  2176.                  </div>
  2177.                  <div class="blog-content-v9">
  2178.                    <h3 class="blog-title-v9 "><a class="top-color" href="/work-out-as-you-work-a-dozen-strength-building-office-exercises-you-can-do-in-everyday-clothes/">Work out as you work? A dozen strength-building office exercises you can do in everyday clothes</a></h3>
  2179.                    <div class="blog-meta-v9">
  2180.                      <span>By <strong>Rhonda Wells</strong></span>
  2181.                      <span>•</span>
  2182.                      <span>17 May 2026</span>
  2183.                    </div>
  2184.                    <p class="blog-excerpt-v9"></p>
  2185.                    <div class="blog-actions-v9">
  2186.                      <a href="/work-out-as-you-work-a-dozen-strength-building-office-exercises-you-can-do-in-everyday-clothes/" class="blog-read-more-v9">Read More →</a>
  2187.                    </div>
  2188.                  </div>
  2189.                </article>
  2190.              </div>
  2191.            
  2192.              <div class="col-md-6 pb-3">
  2193.                <article class="blog-card-v9 h-100">
  2194.                  <div class="blog-image-container-v9">
  2195.                    <div class="blog-image-v9">
  2196.                      
  2197.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2198.                      
  2199.                    </div>
  2200.                  </div>
  2201.                  <div class="blog-content-v9">
  2202.                    <h3 class="blog-title-v9 "><a class="top-color" href="/discovering-the-thrilling-universe-of-jackpot-machine-games-over-the-internet-a-detailed-guide/">Discovering the Thrilling Universe of Jackpot Machine Games Over the Internet: A Detailed Guide</a></h3>
  2203.                    <div class="blog-meta-v9">
  2204.                      <span>By <strong>Rhonda Wells</strong></span>
  2205.                      <span>•</span>
  2206.                      <span>17 May 2026</span>
  2207.                    </div>
  2208.                    <p class="blog-excerpt-v9"></p>
  2209.                    <div class="blog-actions-v9">
  2210.                      <a href="/discovering-the-thrilling-universe-of-jackpot-machine-games-over-the-internet-a-detailed-guide/" class="blog-read-more-v9">Read More →</a>
  2211.                    </div>
  2212.                  </div>
  2213.                </article>
  2214.              </div>
  2215.            
  2216.              <div class="col-md-6 pb-3">
  2217.                <article class="blog-card-v9 h-100">
  2218.                  <div class="blog-image-container-v9">
  2219.                    <div class="blog-image-v9">
  2220.                      
  2221.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2222.                      
  2223.                    </div>
  2224.                  </div>
  2225.                  <div class="blog-content-v9">
  2226.                    <h3 class="blog-title-v9 "><a class="top-color" href="/increase-your-luck-lucky-charms-for-playing-gambling-slot-games/">Increase Your Luck: Lucky Charms for Playing Gambling Slot Games</a></h3>
  2227.                    <div class="blog-meta-v9">
  2228.                      <span>By <strong>Rhonda Wells</strong></span>
  2229.                      <span>•</span>
  2230.                      <span>17 May 2026</span>
  2231.                    </div>
  2232.                    <p class="blog-excerpt-v9"></p>
  2233.                    <div class="blog-actions-v9">
  2234.                      <a href="/increase-your-luck-lucky-charms-for-playing-gambling-slot-games/" class="blog-read-more-v9">Read More →</a>
  2235.                    </div>
  2236.                  </div>
  2237.                </article>
  2238.              </div>
  2239.            
  2240.              <div class="col-md-6 pb-3">
  2241.                <article class="blog-card-v9 h-100">
  2242.                  <div class="blog-image-container-v9">
  2243.                    <div class="blog-image-v9">
  2244.                      
  2245.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2246.                      
  2247.                    </div>
  2248.                  </div>
  2249.                  <div class="blog-content-v9">
  2250.                    <h3 class="blog-title-v9 "><a class="top-color" href="/elevate-your-slot-game-experience-with-these-pro-tips/">Elevate Your Slot Game Experience with These Pro Tips</a></h3>
  2251.                    <div class="blog-meta-v9">
  2252.                      <span>By <strong>Rhonda Wells</strong></span>
  2253.                      <span>•</span>
  2254.                      <span>17 May 2026</span>
  2255.                    </div>
  2256.                    <p class="blog-excerpt-v9"></p>
  2257.                    <div class="blog-actions-v9">
  2258.                      <a href="/elevate-your-slot-game-experience-with-these-pro-tips/" class="blog-read-more-v9">Read More →</a>
  2259.                    </div>
  2260.                  </div>
  2261.                </article>
  2262.              </div>
  2263.            
  2264.              <div class="col-md-6 pb-3">
  2265.                <article class="blog-card-v9 h-100">
  2266.                  <div class="blog-image-container-v9">
  2267.                    <div class="blog-image-v9">
  2268.                      
  2269.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2270.                      
  2271.                    </div>
  2272.                  </div>
  2273.                  <div class="blog-content-v9">
  2274.                    <h3 class="blog-title-v9 "><a class="top-color" href="/exploring-the-trending-online-casino-gaming-trends/">Exploring the Trending Online Casino Gaming Trends</a></h3>
  2275.                    <div class="blog-meta-v9">
  2276.                      <span>By <strong>Rhonda Wells</strong></span>
  2277.                      <span>•</span>
  2278.                      <span>17 May 2026</span>
  2279.                    </div>
  2280.                    <p class="blog-excerpt-v9"></p>
  2281.                    <div class="blog-actions-v9">
  2282.                      <a href="/exploring-the-trending-online-casino-gaming-trends/" class="blog-read-more-v9">Read More →</a>
  2283.                    </div>
  2284.                  </div>
  2285.                </article>
  2286.              </div>
  2287.            
  2288.              <div class="col-md-6 pb-3">
  2289.                <article class="blog-card-v9 h-100">
  2290.                  <div class="blog-image-container-v9">
  2291.                    <div class="blog-image-v9">
  2292.                      
  2293.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2294.                      
  2295.                    </div>
  2296.                  </div>
  2297.                  <div class="blog-content-v9">
  2298.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-stunning-first-person-view/">Anno 117: Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Stunning First-Person View.</a></h3>
  2299.                    <div class="blog-meta-v9">
  2300.                      <span>By <strong>Rhonda Wells</strong></span>
  2301.                      <span>•</span>
  2302.                      <span>17 May 2026</span>
  2303.                    </div>
  2304.                    <p class="blog-excerpt-v9"></p>
  2305.                    <div class="blog-actions-v9">
  2306.                      <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-stunning-first-person-view/" class="blog-read-more-v9">Read More →</a>
  2307.                    </div>
  2308.                  </div>
  2309.                </article>
  2310.              </div>
  2311.            
  2312.              <div class="col-md-6 pb-3">
  2313.                <article class="blog-card-v9 h-100">
  2314.                  <div class="blog-image-container-v9">
  2315.                    <div class="blog-image-v9">
  2316.                      
  2317.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2318.                      
  2319.                    </div>
  2320.                  </div>
  2321.                  <div class="blog-content-v9">
  2322.                    <h3 class="blog-title-v9 "><a class="top-color" href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/">US President Donald Trump Says &#x27;Largely, Agreement Exists&#x27; on Subsequent Phases of Truce Agreement for Gaza</a></h3>
  2323.                    <div class="blog-meta-v9">
  2324.                      <span>By <strong>Rhonda Wells</strong></span>
  2325.                      <span>•</span>
  2326.                      <span>17 May 2026</span>
  2327.                    </div>
  2328.                    <p class="blog-excerpt-v9"></p>
  2329.                    <div class="blog-actions-v9">
  2330.                      <a href="/us-president-donald-trump-says-largely-agreement-exists-on-subsequent-phases-of-truce-agreement-for-gaza/" class="blog-read-more-v9">Read More →</a>
  2331.                    </div>
  2332.                  </div>
  2333.                </article>
  2334.              </div>
  2335.            
  2336.              <div class="col-md-6 pb-3">
  2337.                <article class="blog-card-v9 h-100">
  2338.                  <div class="blog-image-container-v9">
  2339.                    <div class="blog-image-v9">
  2340.                      
  2341.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2342.                      
  2343.                    </div>
  2344.                  </div>
  2345.                  <div class="blog-content-v9">
  2346.                    <h3 class="blog-title-v9 "><a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/">‘My Fantasy Is to Ride a Unicorn Nightly’: Swords’n’Sorcery Heavy Metal Band Castle Rat</a></h3>
  2347.                    <div class="blog-meta-v9">
  2348.                      <span>By <strong>Rhonda Wells</strong></span>
  2349.                      <span>•</span>
  2350.                      <span>17 May 2026</span>
  2351.                    </div>
  2352.                    <p class="blog-excerpt-v9"></p>
  2353.                    <div class="blog-actions-v9">
  2354.                      <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/" class="blog-read-more-v9">Read More →</a>
  2355.                    </div>
  2356.                  </div>
  2357.                </article>
  2358.              </div>
  2359.            
  2360.            
  2361.  
  2362.          </div>
  2363.        </div>
  2364.  
  2365.       <div class="col col-lg-4 col-12">
  2366.                
  2367.  
  2368.  
  2369.  
  2370.    
  2371.  
  2372.  
  2373. <!-- Blog Sidebar V2 - Focused Design -->
  2374.  <div class="sidebar mb-3">
  2375.    <!-- Recent Posts Section -->
  2376.    <div class="sidebar-widget mb-4">
  2377.      <div class="widget-title-wrapper mb-3">
  2378.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2379.          <i class="ti-time me-2"></i>Recent Posts
  2380.          <span class="title-arrow-primary"></span>
  2381.        </h4>
  2382.      </div>
  2383.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2384.        <div class="recent-post-list">
  2385.          
  2386.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2387.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2388.              
  2389.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2390.              
  2391.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2392.            </div>
  2393.            <div class="post-content flex-grow-1">
  2394.              <h6 class="post-title mb-2">
  2395.                <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-the-top-job/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2396.                                            What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Ambitions on the Top Job
  2397.                                            </a>
  2398.              </h6>
  2399.              <div class="post-meta">
  2400.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2401.                <!-- <small class="text-muted">
  2402.                  <i class="ti-eye me-1"></i>348 views
  2403.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2404.                </small> -->
  2405.              </div>
  2406.            </div>
  2407.          </div>
  2408.          
  2409.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2410.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2411.              
  2412.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2413.              
  2414.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2415.            </div>
  2416.            <div class="post-content flex-grow-1">
  2417.              <h6 class="post-title mb-2">
  2418.                <a href="/decoding-the-psychological-facets-of-gaming-machine-titles-insights-into-gambler-behavior/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2419.                                            Decoding the Psychological Facets of Gaming Machine Titles: Insights into Gambler Behavior
  2420.                                            </a>
  2421.              </h6>
  2422.              <div class="post-meta">
  2423.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2424.                <!-- <small class="text-muted">
  2425.                  <i class="ti-eye me-1"></i>348 views
  2426.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2427.                </small> -->
  2428.              </div>
  2429.            </div>
  2430.          </div>
  2431.          
  2432.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2433.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2434.              
  2435.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2436.              
  2437.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2438.            </div>
  2439.            <div class="post-content flex-grow-1">
  2440.              <h6 class="post-title mb-2">
  2441.                <a href="/mastering-online-slot-casinos-10-best-tips-to-win-big/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2442.                                            Mastering Online Slot Casinos: 10 Best Tips to Win Big
  2443.                                            </a>
  2444.              </h6>
  2445.              <div class="post-meta">
  2446.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2447.                <!-- <small class="text-muted">
  2448.                  <i class="ti-eye me-1"></i>348 views
  2449.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2450.                </small> -->
  2451.              </div>
  2452.            </div>
  2453.          </div>
  2454.          
  2455.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2456.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2457.              
  2458.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2459.              
  2460.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2461.            </div>
  2462.            <div class="post-content flex-grow-1">
  2463.              <h6 class="post-title mb-2">
  2464.                <a href="/discovering-the-latest-online-casino-gaming-trends/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2465.                                            Discovering the Latest Online Casino Gaming Trends
  2466.                                            </a>
  2467.              </h6>
  2468.              <div class="post-meta">
  2469.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2470.                <!-- <small class="text-muted">
  2471.                  <i class="ti-eye me-1"></i>348 views
  2472.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2473.                </small> -->
  2474.              </div>
  2475.            </div>
  2476.          </div>
  2477.          
  2478.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2479.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2480.              
  2481.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2482.              
  2483.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2484.            </div>
  2485.            <div class="post-content flex-grow-1">
  2486.              <h6 class="post-title mb-2">
  2487.                <a href="/crans-montana-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2488.                                            Crans-Montana Blaze Survivors Are Treated in Burns Units Throughout the Continent
  2489.                                            </a>
  2490.              </h6>
  2491.              <div class="post-meta">
  2492.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2493.                <!-- <small class="text-muted">
  2494.                  <i class="ti-eye me-1"></i>348 views
  2495.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2496.                </small> -->
  2497.              </div>
  2498.            </div>
  2499.          </div>
  2500.          
  2501.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2502.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2503.              
  2504.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2505.              
  2506.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2507.            </div>
  2508.            <div class="post-content flex-grow-1">
  2509.              <h6 class="post-title mb-2">
  2510.                <a href="/titans-acknowledge-leaders-as-the-president-gives-mamdani-a-cordial-reception/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2511.                                            Titans Acknowledge Leaders as The President Gives Mamdani a Cordial Reception
  2512.                                            </a>
  2513.              </h6>
  2514.              <div class="post-meta">
  2515.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2516.                <!-- <small class="text-muted">
  2517.                  <i class="ti-eye me-1"></i>348 views
  2518.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2519.                </small> -->
  2520.              </div>
  2521.            </div>
  2522.          </div>
  2523.          
  2524.  
  2525.        </div>
  2526.  
  2527.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2528.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2529.        </div> -->
  2530.      </div>
  2531.    </div>
  2532.    
  2533.    
  2534.    <div class="sidebar-widget mb-4">
  2535.      <div class="widget-title-wrapper mb-3">
  2536.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2537.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2538.          <span class="title-arrow"></span>
  2539.        </h4>
  2540.      </div>
  2541.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2542.        <div class="blog-roll-list scrollable-sidebar">
  2543.          
  2544.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2545.            <a href="https://www.airtract.com/"  rel="dofollow" class="text-decoration-none ">
  2546.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2547.                <i class="ti-angle-right me-2 text-primary"></i>
  2548.                 zagraniczne kasyna
  2549.              </h6>
  2550.            </a>
  2551.          </div>
  2552.          
  2553.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2554.            <a href="https://www.mmpartners.eu/"  rel="dofollow" class="text-decoration-none ">
  2555.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2556.                <i class="ti-angle-right me-2 text-primary"></i>
  2557.                 zagraniczni bukmacherzy
  2558.              </h6>
  2559.            </a>
  2560.          </div>
  2561.          
  2562.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2563.            <a href="https://www.ciese.org/"  rel="dofollow" class="text-decoration-none ">
  2564.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2565.                <i class="ti-angle-right me-2 text-primary"></i>
  2566.                 kasyno bez weryfikacji
  2567.              </h6>
  2568.            </a>
  2569.          </div>
  2570.          
  2571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.            <a href="https://ferpay.com/"  rel="dofollow" class="text-decoration-none ">
  2573.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2574.                <i class="ti-angle-right me-2 text-primary"></i>
  2575.                 gra plinko
  2576.              </h6>
  2577.            </a>
  2578.          </div>
  2579.          
  2580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2581.            <a href="https://rozathun.pl/"  rel="dofollow" class="text-decoration-none ">
  2582.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2583.                <i class="ti-angle-right me-2 text-primary"></i>
  2584.                 kasyno bitcoin
  2585.              </h6>
  2586.            </a>
  2587.          </div>
  2588.          
  2589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.            <a href="https://onwardca.org/"  rel="dofollow" class="text-decoration-none ">
  2591.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2592.                <i class="ti-angle-right me-2 text-primary"></i>
  2593.                 lista bukmacherów
  2594.              </h6>
  2595.            </a>
  2596.          </div>
  2597.          
  2598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.            <a href="https://algramo.com/"  rel="dofollow" class="text-decoration-none ">
  2600.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2601.                <i class="ti-angle-right me-2 text-primary"></i>
  2602.                 casinos online dinero real
  2603.              </h6>
  2604.            </a>
  2605.          </div>
  2606.          
  2607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.            <a href="http://locationaffordability.info/"  rel="dofollow" class="text-decoration-none ">
  2609.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2610.                <i class="ti-angle-right me-2 text-primary"></i>
  2611.                 казино без верификации
  2612.              </h6>
  2613.            </a>
  2614.          </div>
  2615.          
  2616.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2617.            <a href="http://timer-odessa.net/"  rel="dofollow" class="text-decoration-none ">
  2618.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2619.                <i class="ti-angle-right me-2 text-primary"></i>
  2620.                 топ казино онлайн
  2621.              </h6>
  2622.            </a>
  2623.          </div>
  2624.          
  2625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.            <a href="http://ukrainian-food.org/"  rel="dofollow" class="text-decoration-none ">
  2627.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2628.                <i class="ti-angle-right me-2 text-primary"></i>
  2629.                 онлайн казино України
  2630.              </h6>
  2631.            </a>
  2632.          </div>
  2633.          
  2634.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2635.            <a href="http://russiansearchnews.com/"  rel="dofollow" class="text-decoration-none ">
  2636.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2637.                <i class="ti-angle-right me-2 text-primary"></i>
  2638.                 лучшие онлайн казино
  2639.              </h6>
  2640.            </a>
  2641.          </div>
  2642.          
  2643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.            <a href="https://www.tukwilareporter.com/"  rel="dofollow" class="text-decoration-none ">
  2645.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2646.                <i class="ti-angle-right me-2 text-primary"></i>
  2647.                 казино онлайн
  2648.              </h6>
  2649.            </a>
  2650.          </div>
  2651.          
  2652.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2653.            <a href="https://grushevskogo5.com/"  rel="dofollow" class="text-decoration-none ">
  2654.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2655.                <i class="ti-angle-right me-2 text-primary"></i>
  2656.                 онлайн казино Україна
  2657.              </h6>
  2658.            </a>
  2659.          </div>
  2660.          
  2661.  
  2662.        </div>
  2663.  
  2664.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2665.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2666.        </div> -->
  2667.      </div>
  2668.    </div>
  2669.    
  2670.    <div class="sidebar-widget mb-4">
  2671.      <div class="widget-title-wrapper mb-3">
  2672.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2673.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2674.          <span class="title-arrow"></span>
  2675.        </h4>
  2676.      </div>
  2677.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2678.        <div class="blog-roll-list scrollable-sidebar">
  2679.          
  2680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2682.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2683.                <i class="ti-angle-right me-2 text-primary"></i>
  2684.                 Non UK Bingo Sites
  2685.              </h6>
  2686.            </a>
  2687.          </div>
  2688.          
  2689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.            <a href="http://biblionight.info/"  rel="dofollow" class="text-decoration-none ">
  2691.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2692.                <i class="ti-angle-right me-2 text-primary"></i>
  2693.                 лучшие онлайн казино
  2694.              </h6>
  2695.            </a>
  2696.          </div>
  2697.          
  2698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.            <a href="https://legatumori.it"  rel="dofollow" class="text-decoration-none ">
  2700.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2701.                <i class="ti-angle-right me-2 text-primary"></i>
  2702.                 casino non aams
  2703.              </h6>
  2704.            </a>
  2705.          </div>
  2706.          
  2707.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2708.            <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2709.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2710.                <i class="ti-angle-right me-2 text-primary"></i>
  2711.                 casino not on Gamstop
  2712.              </h6>
  2713.            </a>
  2714.          </div>
  2715.          
  2716.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2717.            <a href="https://thecopenhagentales.com/"  rel="dofollow" class="text-decoration-none ">
  2718.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2719.                <i class="ti-angle-right me-2 text-primary"></i>
  2720.                 spil uden om rofus
  2721.              </h6>
  2722.            </a>
  2723.          </div>
  2724.          
  2725.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2726.            <a href="https://www.balsamik.fr"  rel="dofollow" class="text-decoration-none ">
  2727.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2728.                <i class="ti-angle-right me-2 text-primary"></i>
  2729.                 meilleur casino en ligne
  2730.              </h6>
  2731.            </a>
  2732.          </div>
  2733.          
  2734.  
  2735.        </div>
  2736.  
  2737.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2738.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2739.        </div> -->
  2740.      </div>
  2741.    </div>
  2742.    
  2743.    <div class="sidebar-widget mb-4">
  2744.      <div class="widget-title-wrapper mb-3">
  2745.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2746.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2747.          <span class="title-arrow"></span>
  2748.        </h4>
  2749.      </div>
  2750.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2751.        <div class="blog-roll-list scrollable-sidebar">
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="http://rozathun.pl/"  rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                 kasyno bitcoin
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="http://fakeimg.pl/"  rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                 polskie kasyno online
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="http://kongresmsp.eu/"  rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                 najlepsze kasyna online
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                 Gambling Sites Not on Gamblock
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                 non Gamstop casino
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.  
  2799.        </div>
  2800.  
  2801.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2802.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2803.        </div> -->
  2804.      </div>
  2805.    </div>
  2806.    
  2807.  </div>
  2808.  
  2809. <!-- Sidebar V2 Styles -->
  2810. <style>
  2811.  .sidebar-widget {
  2812.    position: relative;
  2813.  }
  2814.  
  2815.  .widget-title {
  2816.    font-size: 1.1rem;
  2817.    font-weight: 700;
  2818.    display: inline-block;
  2819.    position: relative;
  2820.    z-index: 2;
  2821.    border-radius: 0;
  2822.  }
  2823.  
  2824.  /* Green arrow for August Blog Roll */
  2825.  .title-arrow::after {
  2826.    content: '';
  2827.    position: absolute;
  2828.    top: 0;
  2829.    right: -22px;
  2830.    width: 0;
  2831.    height: 0;
  2832.    border-left: 22px solid var(--bs-primary);
  2833.    border-top: 22px solid transparent;
  2834.    border-bottom: 22px solid transparent;
  2835.    z-index: 1;
  2836.  }
  2837.  
  2838.  /* Blue arrow for Recent Posts */
  2839.  .title-arrow-primary::after {
  2840.    content: '';
  2841.    position: absolute;
  2842.    top: 0;
  2843.    right: -22px;
  2844.    width: 0;
  2845.    height: 0;
  2846.    border-left: 22px solid var(--bs-primary);
  2847.    border-top: 22px solid transparent;
  2848.    border-bottom: 22px solid transparent;
  2849.    z-index: 1;
  2850.  }
  2851.  
  2852.  .widget-content {
  2853.    margin-top: -1px;
  2854.    position: relative;
  2855.    z-index: 1;
  2856.     background-color: var(--card-bg);
  2857.  }
  2858.  
  2859.  /* Blog Roll Items Hover Effects */
  2860.  .blog-roll-item:hover .post-title {
  2861.    color: #198754 !important;
  2862.    transform: translateX(5px);
  2863.    transition: all 0.3s ease;
  2864.  }
  2865.  
  2866.  /* Recent Post Items Hover Effects */
  2867.  .recent-post-item:hover .post-title a {
  2868.    color: #0d6efd !important;
  2869.    transition: color 0.3s ease;
  2870.  }
  2871.  
  2872.  .recent-post-item:hover .post-image img {
  2873.    transform: scale(1.05);
  2874.    transition: transform 0.3s ease;
  2875.  }
  2876.  
  2877.  /* Button Hover Effects */
  2878.  .btn:hover {
  2879.    transform: translateY(-2px);
  2880.    transition: all 0.3s ease;
  2881.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2882.  }
  2883.  
  2884.  /* Badge Hover Effects */
  2885.  .badge:hover {
  2886.    transform: scale(1.05);
  2887.    transition: transform 0.3s ease;
  2888.  }
  2889.  
  2890.  @media (max-width: 991px) {
  2891.    .sidebar {
  2892.      margin-top: 3rem;
  2893.    }
  2894.  }
  2895.  
  2896.  @media (max-width: 576px) {
  2897.    .widget-title {
  2898.      font-size: 1rem;
  2899.      padding: 0.75rem 1rem !important;
  2900.    }
  2901.  
  2902.    .title-arrow::after,
  2903.    .title-arrow-primary::after {
  2904.      right: -18px;
  2905.      border-left-width: 18px;
  2906.      border-top-width: 18px;
  2907.      border-bottom-width: 18px;
  2908.    }
  2909.  
  2910.    .post-image {
  2911.      width: 70px !important;
  2912.      height: 55px !important;
  2913.    }
  2914.  
  2915.    .blog-meta {
  2916.      flex-direction: column !important;
  2917.      align-items: flex-start !important;
  2918.      gap: 0.5rem;
  2919.    }
  2920.  }
  2921. </style>
  2922.  
  2923.    
  2924.            </div>
  2925.      </div>
  2926.    </div>
  2927.  </section>
  2928.  
  2929.  <script>
  2930.    // Intersection Observer for Fade-in Effect
  2931.    document.addEventListener('DOMContentLoaded', function () {
  2932.      const observerOptions = {
  2933.        threshold: 0.2,
  2934.        rootMargin: '0px 0px -50px 0px'
  2935.      }
  2936.    
  2937.      const observer = new IntersectionObserver(function (entries, observer) {
  2938.        entries.forEach((entry) => {
  2939.          if (entry.isIntersecting) {
  2940.            entry.target.classList.add('fade-in')
  2941.            observer.unobserve(entry.target)
  2942.          }
  2943.        })
  2944.      }, observerOptions)
  2945.    
  2946.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2947.        observer.observe(card)
  2948.      })
  2949.    })
  2950.  </script>
  2951.  
  2952.  
  2953.    
  2954.        
  2955.        <!-- end wpo-blog-highlights-section -->
  2956.        <!-- start wpo-blog-sponsored-section -->
  2957.        
  2958.  
  2959.  
  2960.  
  2961.    
  2962.  
  2963.  
  2964.  
  2965. <style>
  2966.    .sponsored-section-v3 {
  2967.        padding: 50px 0;
  2968.    }
  2969.    
  2970.    .sponsored-card-v3 {
  2971.        background: var(--card-bg);
  2972.        border: 1px solid var(--border-color);
  2973.        border-radius: 4px;
  2974.        transition: transform 0.3s ease;
  2975.        height: 100%;
  2976.    }
  2977.    
  2978.    .sponsored-card-v3:hover {
  2979.        transform: scale(1.02);
  2980.    }
  2981.    
  2982.    .sponsored-image-v3 {
  2983.        position: relative;
  2984.        height: 170px;
  2985.        border-bottom: 1px solid var(--border-color);
  2986.    }
  2987.    
  2988.    .sponsored-image-v3 img {
  2989.        width: 100%;
  2990.        height: 100%;
  2991.        object-fit: cover;
  2992.    }
  2993.    
  2994.    .sponsored-badge-v3 {
  2995.        position: absolute;
  2996.        top: 10px;
  2997.        right: 10px;
  2998.        padding: 5px 8px;
  2999.        font-size: 11px;
  3000.        font-weight: 600;
  3001.        text-transform: uppercase;
  3002.        border-radius: 50%;
  3003.    }
  3004.    
  3005.    .sponsored-content-v3 {
  3006.        position: relative;
  3007.        padding: 18px;
  3008.    }
  3009.    
  3010.    .sponsored-title-v3 {
  3011.        font-size: 16px;
  3012.        font-weight: 700;
  3013.        line-height: 1.5;
  3014.        margin-bottom: 8px;
  3015.    }
  3016.    
  3017.    .sponsored-title-v3 a {
  3018.        text-decoration: none;
  3019.        color: #333;
  3020.    }
  3021.    
  3022.    .sponsored-title-v3 a:hover {
  3023.        color: #0056b3; /* Darker blue for hover */
  3024.    }
  3025.    
  3026.    .sponsored-excerpt-v3 {
  3027.        font-size: 13px;
  3028.        font-weight: 400;
  3029.        color: #868e96;
  3030.        margin-bottom: 12px;
  3031.        line-height: 1.5;
  3032.    }
  3033.    
  3034.    .sponsored-meta-v3 {
  3035.        font-size: 12px;
  3036.        color: #6c757d;
  3037.    }
  3038.    
  3039.    .author-info-v3 {
  3040.        display: flex;
  3041.        align-items: center;
  3042.        gap: 6px;
  3043.        margin-bottom: 6px;
  3044.    }
  3045.    
  3046.    .sponsored-author-img-v3 {
  3047.        width: 24px;
  3048.        height: 24px;
  3049.        border-radius: 50%;
  3050.        object-fit: cover;
  3051.    }
  3052.    
  3053.    .section-title-sponsored-v3 {
  3054.        font-size: 2rem;
  3055.        font-weight: 600;
  3056.        text-align: left;
  3057.        margin-bottom: 25px;
  3058.        color: #333;
  3059.        border-bottom: 3px solid var(--bs-primary);
  3060.        padding-bottom: 10px;
  3061.    }
  3062.  
  3063.    @media (max-width: 768px) {
  3064.        .sponsored-section-v3 {
  3065.            padding: 30px 0;
  3066.        }
  3067.        .sponsored-content-v3 {
  3068.            padding: 15px;
  3069.        }
  3070.        .sponsored-title-v3 {
  3071.            font-size: 15px;
  3072.        }
  3073.        .sponsored-excerpt-v3 {
  3074.            font-size: 12px;
  3075.        }
  3076.        .section-title-sponsored-v3 {
  3077.            font-size: 1.8rem;
  3078.        }
  3079.    }
  3080. </style>
  3081.  
  3082. <section class="sponsored-section-v3">
  3083.    <div class="container-fluid fluid-container">
  3084.        <div class="row">
  3085.            <div class="col-12">
  3086.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3087.            </div>
  3088.        </div>
  3089.        
  3090.        <div class="row g-4">
  3091.            
  3092.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3093.                <div class="card sponsored-card-v3">
  3094.                    <div class="sponsored-image-v3">
  3095.                        
  3096.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3097.                        
  3098.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3099.                    </div>
  3100.                    <div class="sponsored-content-v3">
  3101.                        <h3 class="sponsored-title-v3">
  3102.                            <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-the-top-job/" class="top-color">
  3103.                            What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Ambitions on the Top Job
  3104.                            </a>
  3105.                        </h3>
  3106.                        <p class="sponsored-excerpt-v3">
  3107.                            
  3108.                        </p>
  3109.                        <div class="sponsored-meta-v3">
  3110.                            <div class="author-info-v3">
  3111.                                
  3112.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3113.                                
  3114.                                <span>
  3115.                                    Rhonda Wells
  3116.                                </span>
  3117.                            </div>
  3118.                            <div class="d-flex gap-2">
  3119.                                <i class="ti-calendar"></i> 17 May 2026
  3120.                            </div>
  3121.                        </div>
  3122.                    </div>
  3123.                </div>
  3124.            </div>
  3125.            
  3126.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3127.                <div class="card sponsored-card-v3">
  3128.                    <div class="sponsored-image-v3">
  3129.                        
  3130.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3131.                        
  3132.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3133.                    </div>
  3134.                    <div class="sponsored-content-v3">
  3135.                        <h3 class="sponsored-title-v3">
  3136.                            <a href="/decoding-the-psychological-facets-of-gaming-machine-titles-insights-into-gambler-behavior/" class="top-color">
  3137.                            Decoding the Psychological Facets of Gaming Machine Titles: Insights into Gambler Behavior
  3138.                            </a>
  3139.                        </h3>
  3140.                        <p class="sponsored-excerpt-v3">
  3141.                            
  3142.                        </p>
  3143.                        <div class="sponsored-meta-v3">
  3144.                            <div class="author-info-v3">
  3145.                                
  3146.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3147.                                
  3148.                                <span>
  3149.                                    Rhonda Wells
  3150.                                </span>
  3151.                            </div>
  3152.                            <div class="d-flex gap-2">
  3153.                                <i class="ti-calendar"></i> 17 May 2026
  3154.                            </div>
  3155.                        </div>
  3156.                    </div>
  3157.                </div>
  3158.            </div>
  3159.            
  3160.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3161.                <div class="card sponsored-card-v3">
  3162.                    <div class="sponsored-image-v3">
  3163.                        
  3164.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3165.                        
  3166.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3167.                    </div>
  3168.                    <div class="sponsored-content-v3">
  3169.                        <h3 class="sponsored-title-v3">
  3170.                            <a href="/mastering-online-slot-casinos-10-best-tips-to-win-big/" class="top-color">
  3171.                            Mastering Online Slot Casinos: 10 Best Tips to Win Big
  3172.                            </a>
  3173.                        </h3>
  3174.                        <p class="sponsored-excerpt-v3">
  3175.                            
  3176.                        </p>
  3177.                        <div class="sponsored-meta-v3">
  3178.                            <div class="author-info-v3">
  3179.                                
  3180.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3181.                                
  3182.                                <span>
  3183.                                    Rhonda Wells
  3184.                                </span>
  3185.                            </div>
  3186.                            <div class="d-flex gap-2">
  3187.                                <i class="ti-calendar"></i> 17 May 2026
  3188.                            </div>
  3189.                        </div>
  3190.                    </div>
  3191.                </div>
  3192.            </div>
  3193.            
  3194.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3195.                <div class="card sponsored-card-v3">
  3196.                    <div class="sponsored-image-v3">
  3197.                        
  3198.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3199.                        
  3200.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3201.                    </div>
  3202.                    <div class="sponsored-content-v3">
  3203.                        <h3 class="sponsored-title-v3">
  3204.                            <a href="/discovering-the-latest-online-casino-gaming-trends/" class="top-color">
  3205.                            Discovering the Latest Online Casino Gaming Trends
  3206.                            </a>
  3207.                        </h3>
  3208.                        <p class="sponsored-excerpt-v3">
  3209.                            
  3210.                        </p>
  3211.                        <div class="sponsored-meta-v3">
  3212.                            <div class="author-info-v3">
  3213.                                
  3214.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3215.                                
  3216.                                <span>
  3217.                                    Rhonda Wells
  3218.                                </span>
  3219.                            </div>
  3220.                            <div class="d-flex gap-2">
  3221.                                <i class="ti-calendar"></i> 17 May 2026
  3222.                            </div>
  3223.                        </div>
  3224.                    </div>
  3225.                </div>
  3226.            </div>
  3227.            
  3228.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3229.                <div class="card sponsored-card-v3">
  3230.                    <div class="sponsored-image-v3">
  3231.                        
  3232.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3233.                        
  3234.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3235.                    </div>
  3236.                    <div class="sponsored-content-v3">
  3237.                        <h3 class="sponsored-title-v3">
  3238.                            <a href="/crans-montana-blaze-survivors-are-treated-in-burns-units-throughout-the-continent/" class="top-color">
  3239.                            Crans-Montana Blaze Survivors Are Treated in Burns Units Throughout the Continent
  3240.                            </a>
  3241.                        </h3>
  3242.                        <p class="sponsored-excerpt-v3">
  3243.                            
  3244.                        </p>
  3245.                        <div class="sponsored-meta-v3">
  3246.                            <div class="author-info-v3">
  3247.                                
  3248.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3249.                                
  3250.                                <span>
  3251.                                    Rhonda Wells
  3252.                                </span>
  3253.                            </div>
  3254.                            <div class="d-flex gap-2">
  3255.                                <i class="ti-calendar"></i> 17 May 2026
  3256.                            </div>
  3257.                        </div>
  3258.                    </div>
  3259.                </div>
  3260.            </div>
  3261.            
  3262.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3263.                <div class="card sponsored-card-v3">
  3264.                    <div class="sponsored-image-v3">
  3265.                        
  3266.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3267.                        
  3268.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3269.                    </div>
  3270.                    <div class="sponsored-content-v3">
  3271.                        <h3 class="sponsored-title-v3">
  3272.                            <a href="/titans-acknowledge-leaders-as-the-president-gives-mamdani-a-cordial-reception/" class="top-color">
  3273.                            Titans Acknowledge Leaders as The President Gives Mamdani a Cordial Reception
  3274.                            </a>
  3275.                        </h3>
  3276.                        <p class="sponsored-excerpt-v3">
  3277.                            
  3278.                        </p>
  3279.                        <div class="sponsored-meta-v3">
  3280.                            <div class="author-info-v3">
  3281.                                
  3282.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rhonda Wells" class="sponsored-author-img-v3">
  3283.                                
  3284.                                <span>
  3285.                                    Rhonda Wells
  3286.                                </span>
  3287.                            </div>
  3288.                            <div class="d-flex gap-2">
  3289.                                <i class="ti-calendar"></i> 17 May 2026
  3290.                            </div>
  3291.                        </div>
  3292.                    </div>
  3293.                </div>
  3294.            </div>
  3295.            
  3296.        </div>
  3297.    </div>
  3298. </section>
  3299.  
  3300.  
  3301.    
  3302.        <!-- end wpo-blog-sponsored-section -->
  3303.        <!-- start wpo-subscribe-section -->
  3304.        
  3305.        <!-- end subscribe-section -->
  3306.        <!-- start of wpo-site-footer-section -->
  3307.        
  3308.  
  3309.  
  3310.  
  3311.  
  3312.  
  3313. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3314.  <!-- Top Layer: Logo & Tagline -->
  3315.  <div class="footer-top-layer py-5 text-center">
  3316.    <div class="container-fluid fluid-container">
  3317.      <div class="row">
  3318.        <div class="col-12">
  3319.          <div class="brand-logo">
  3320.            
  3321.              <h3 class="brand-title">Vision Reels Market</h3>
  3322.            
  3323.            <p class="brand-tagline mt-2">Discover expert reviews on photography equipment, creative shooting techniques, and industry insights to enhance your visual storytelling skills and artistic vision.</p>
  3324.          </div>
  3325.        </div>
  3326.      </div>
  3327.    </div>
  3328.  </div>
  3329.  
  3330.  <!-- Content Layer: Full-Width Bands -->
  3331.  <div class="footer-content-layer pt-4">
  3332.    <div class="container-fluid fluid-container">
  3333.      <!-- Quick Links -->
  3334.      <div class="row">
  3335.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3336.          <h5 class="column-title">Quick Links</h5>
  3337.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3338.            
  3339.              <li>
  3340.                <a class="menu-link" href="/new-york-city-mayor-eric-adams-plans-to-back-former-governor-andrew-cuomo-in-nyc-mayoral-race/">New York City Mayor Eric Adams Plans to Back Former Governor Andrew Cuomo in NYC Mayoral Race</a>
  3341.              </li>
  3342.            
  3343.              <li>
  3344.                <a class="menu-link" href="/republican-senator-asserts-deal-is-possible-on-health-care-as-key-tax-credits-set-to-expire/">Republican Senator Asserts &#x27;Deal Is Possible&#x27; on Health Care as Key Tax Credits Set to Expire.</a>
  3345.              </li>
  3346.            
  3347.              <li>
  3348.                <a class="menu-link" href="/administration-condemns-democrat-hoax-as-additional-jeffrey-epstein-images-released/">Administration Condemns &#x27;Democrat Hoax&#x27; as Additional Jeffrey Epstein Images Released</a>
  3349.              </li>
  3350.            
  3351.              <li>
  3352.                <a class="menu-link" href="/millie-bright-exits-international-stage-well-after-her-legacy-was-engraved-within-football-legends/">Millie Bright Exits International Stage Well After Her Legacy Was Engraved Within Football Legends</a>
  3353.              </li>
  3354.            
  3355.              <li>
  3356.                <a class="menu-link" href="/discovering-the-newest-trends-in-online-slot-games/">Discovering the Newest Trends in Online Slot Games</a>
  3357.              </li>
  3358.            
  3359.              <li>
  3360.                <a class="menu-link" href="/the-hit-drama-confirmed-for-seventh-series-on-bbc/">The Hit Drama Confirmed for Seventh Series on BBC</a>
  3361.              </li>
  3362.            
  3363.          </ul>
  3364.        </div>
  3365.      </div>
  3366.      <!-- Top Categories -->
  3367.      <div class="row">
  3368.        <div class="col-12 band-block pb-4  border-bottom">
  3369.          <h5 class="column-title">Top Categories</h5>
  3370.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3371.            
  3372.              <li>
  3373.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3374.              </li>
  3375.            
  3376.              <li>
  3377.                <a class="menu-link" href="/category/business/">Business</a>
  3378.              </li>
  3379.            
  3380.              <li>
  3381.                <a class="menu-link" href="/category/esports/">Esports</a>
  3382.              </li>
  3383.            
  3384.              <li>
  3385.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3386.              </li>
  3387.            
  3388.              <li>
  3389.                <a class="menu-link" href="/category/featured/">Featured</a>
  3390.              </li>
  3391.            
  3392.          </ul>
  3393.        </div>
  3394.      </div>
  3395.      <!-- Blog Rolls -->
  3396.       <div class="row">
  3397.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3398.          <h5 class="column-title">Blog Rolls</h5>
  3399.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3400.            
  3401.            
  3402.  
  3403.            
  3404.            
  3405.              
  3406.            
  3407.          </ul>
  3408.        </div>
  3409.      </div>
  3410.    </div>
  3411.  </div>
  3412.  
  3413.  <!-- Bottom Layer -->
  3414.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3415.    <div class="container-fluid fluid-container">
  3416.      <div class="row">
  3417.        <div class="col-12 text-center">
  3418.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3419.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3420.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3421.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3422.            <span class="copyright-info">&copy; 2026 <strong>Vision Reels Market</strong>. All rights reserved.</span>
  3423.          </div>
  3424.        </div>
  3425.      </div>
  3426.    </div>
  3427.  </div>
  3428. </footer>
  3429.  
  3430. <style>
  3431.  
  3432. .footer-logo {
  3433.    height: 60px;
  3434.    width: auto;
  3435. }
  3436.  
  3437. .brand-title {
  3438.    font-size: 22px;
  3439.    font-weight: 800;
  3440.    color: white !important;
  3441.    margin: 0;
  3442. }
  3443.  
  3444. .brand-tagline {
  3445.    font-size: 14px;
  3446.    color: white !important;
  3447.    margin: 0;
  3448. }
  3449.  
  3450. .column-title {
  3451.    font-size: 16px;
  3452.    font-weight: 700;
  3453.    color:  white !important;
  3454.    margin-bottom: 12px;
  3455.    text-align: center;
  3456. }
  3457.  
  3458. .footer-menu {
  3459.    margin: 0;
  3460. }
  3461.  
  3462. .menu-link {
  3463.    color: white !important;
  3464.    text-decoration: none;
  3465.    font-size: 14px;
  3466.    font-weight: 600;
  3467.    transition: color 0.3s ease;
  3468. }
  3469.  
  3470.  
  3471. .footer-bottom-layer {
  3472.    font-size: 13px;
  3473. }
  3474.  
  3475. .utility-link {
  3476.    color: white !important;
  3477.    text-decoration: none;
  3478.    font-size: 13px;
  3479.    font-weight: 600;
  3480.    transition: color 0.3s ease;
  3481. }
  3482.  
  3483. .utility-link:hover {
  3484.    color: blue !important;
  3485. }
  3486.  
  3487. .copyright-info {
  3488.    font-size: 13px;
  3489.    font-weight: 600;
  3490. }
  3491.  
  3492. /* Responsive Design */
  3493. @media (max-width: 768px) {
  3494.    .footer-logo {
  3495.        height: 60px;
  3496.    }
  3497.    
  3498.    .column-title {
  3499.        font-size: 15px;
  3500.    }
  3501.    
  3502.    .menu-link {
  3503.        font-size: 13px;
  3504.    }
  3505. }
  3506.  
  3507. @media (max-width: 576px) {
  3508.    .brand-title {
  3509.        font-size: 20px;
  3510.    }
  3511.    
  3512.    .brand-tagline {
  3513.        font-size: 12px;
  3514.    }
  3515.    
  3516.    .cta-btn {
  3517.        font-size: 12px;
  3518.        padding: 5px 12px;
  3519.    }
  3520.    
  3521.    .band-block {
  3522.        border-left: 3px solid var(--primary-color);
  3523.    }
  3524. }
  3525. </style>
  3526.  
  3527. <script>
  3528. // Prevent default for placeholder links
  3529. document.addEventListener('DOMContentLoaded', function() {
  3530.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3531.        anchor.addEventListener('click', function(e) {
  3532.            e.preventDefault();
  3533.        });
  3534.    });
  3535. });
  3536. document.addEventListener('DOMContentLoaded', function () {
  3537.    var btn = document.getElementById('toggleBlogRollLinks');
  3538.    if (!btn) return; // No extra items, no button
  3539.  
  3540.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3541.  
  3542.    btn.addEventListener('click', function () {
  3543.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3544.            return li.classList.contains('d-none');
  3545.        });
  3546.  
  3547.        extras.forEach(function (li) {
  3548.            if (anyHidden) {
  3549.                li.classList.remove('d-none');
  3550.                li.classList.add('show');
  3551.            } else {
  3552.                li.classList.add('d-none');
  3553.                li.classList.remove('show');
  3554.            }
  3555.        });
  3556.  
  3557.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3558.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3559.    });
  3560. });
  3561.  
  3562. </script>
  3563.  
  3564.        <!-- end of wpo-site-footer-section -->
  3565.    </div>
  3566.    <!-- end of page-wrapper -->
  3567.  
  3568.    <!-- All JavaScript files
  3569.    ================================================== -->
  3570.    
  3571.  
  3572. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3573. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3574. <!-- Plugins for this template -->
  3575. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3576. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3577. <!-- Custom script for this template -->
  3578. <script src="/static/blogapp/assets/js/script.js"></script>
  3579.  
  3580. <script>
  3581. (function () {
  3582. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3583. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3584.  
  3585. function applyFallback(img) {
  3586. if (!img || img.dataset.fallbackApplied === "1") {
  3587. return;
  3588. }
  3589. var failedSrc = img.currentSrc || img.src || "";
  3590. img.dataset.fallbackApplied = "1";
  3591. img.onerror = null;
  3592. img.src = fallbackImageSrc;
  3593. console.warn("[ImageFallback] Replaced broken image:", {
  3594. failedSrc: failedSrc,
  3595. fallbackSrc: fallbackImageSrc,
  3596. alt: img.alt || "",
  3597. });
  3598. }
  3599.  
  3600. document.querySelectorAll("img").forEach(function (img) {
  3601. if (img.complete && img.naturalWidth === 0) {
  3602. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3603. failedSrc: img.currentSrc || img.src || "",
  3604. alt: img.alt || "",
  3605. });
  3606. applyFallback(img);
  3607. }
  3608. });
  3609.  
  3610. document.addEventListener(
  3611. "error",
  3612. function (event) {
  3613. var target = event.target;
  3614. if (target && target.tagName === "IMG") {
  3615. applyFallback(target);
  3616. }
  3617. },
  3618. true
  3619. );
  3620. })();
  3621. </script>
  3622.  
  3623. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3624.  
  3625.  
  3626.  
  3627. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"f2d1227b3ac9448a90ed06737bc8efc1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3628. </body>
  3629.  
  3630. </html>
  3631.  
  3632.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda