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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_8_KgRxpCh_Xm6lXbL_CWvAIr3_YmfMPXs_PLRM4mN.png">
  14.    
  15.  
  16.    <title>Vertex Lucky Studio: Creative Web Design &amp; Development Solutions</title>
  17.    <meta name="description" content="Vertex Lucky Studio offers professional web design, development, and digital solutions. We help businesses create stunning, functional websites with modern technologies.">
  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://vertexluckystudio.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f4a261;
  42.        --bs-primary-rgb: f4a261;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f4a261;
  53.        --theme-primary-color-s2: #f4a261;
  54.        --body-bg-color: #1f2937;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #1f2937;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f4a261;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(244, 162, 97, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_68">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <style>
  409.    /* General styling for top bar */
  410.    .unique-topbar-v7 {
  411.        background-color: var(--topbar-bg);
  412.        color: #fff;
  413.      
  414.    }
  415.    .unique-v7 {
  416.        padding: 10px 30px;
  417.        display: flex;
  418.        align-items: center;
  419.        justify-content: space-between; /* Ensure it stretches across */
  420.    }
  421.  
  422.    .unique-menu-btn-v7 {
  423.        border: none;
  424.        max-width: 145px !important;
  425.        padding: 8px;
  426.        cursor: pointer;
  427.        border-radius: 5px;
  428.    }
  429.  
  430.    .unique-news-container-v7 {
  431.        display: flex;
  432.        align-items: center;
  433.        overflow: hidden;
  434.        width: fit-content;
  435.        flex-grow: 1; /* Take remaining space */
  436.        height: 60px;
  437.    }
  438.  
  439.    .unique-news-wrapper-v7 {
  440.        display: flex;
  441.        flex-direction: row;
  442.        align-items: center;
  443.        padding: 5px;
  444.    }
  445.  
  446.    .unique-news-item-v7 {
  447.        opacity: 0;
  448.        transform: translateX(100px);
  449.        transition: all 0.5s ease;
  450.        font-size: 16px;
  451.        color: var(--topbar-color);
  452.        height: 0;
  453.        width: 0;
  454.    }
  455.    
  456.    .unique-news-item-v7.active-v7 {
  457.        padding: 10px;
  458.        opacity: 1;
  459.          height: auto;
  460.        width: auto;
  461.        margin-right: 20px;
  462.        transform: translateX(0);
  463.    }
  464.  
  465.    .unique-news-item-v7.exit-up-v7 {
  466.        opacity: 0;
  467.        transform: translateX(-100px); /* Move news item left */
  468.    }
  469.  
  470.    /* Social Icons in Inline */
  471.    .contact-info-v7 {
  472.        display: flex;
  473.        gap: 10px;
  474.    }
  475.  
  476.    .contact-info-v7 ul {
  477.        display: flex;
  478.        gap: 15px;
  479.        list-style: none;
  480.    }
  481.  
  482.    .social-icon-v7 {
  483.        color: var(--topbar-color) !important;
  484.        font-size: 20px;
  485.        text-decoration: none;
  486.    }
  487.  
  488.    .social-icon-v7:hover {
  489.        color: #1da1f2;
  490.    }
  491. </style>
  492.  
  493. <div class="unique-topbar-v7">
  494.    <div class="fluid-container unique-v7 container-fluid">
  495.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  496.      
  497.        <div class="unique-news-container-v7">
  498.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  499.                <!-- News items will be added dynamically -->
  500.            </div>
  501.        </div>
  502.      
  503.        <div class="contact-info-v7">
  504.            <ul>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  507.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  508.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  509.            </ul>
  510.        </div>
  511.    </div>
  512. </div>
  513.  
  514. <script>
  515.    // Build array dynamically from Django context
  516.    const newsItems = [
  517.        
  518.            { title: "The Reason PSG Are Turning To Local Talent to Retain Their Continental Crown", url: "/the-reason-psg-are-turning-to-local-talent-to-retain-their-continental-crown/" },
  519.        
  520.            { title: "Democrats Allege Trump of ‘Intimidation’ Campaign as FBI Seeks Interviews", url: "/democrats-allege-trump-of-intimidation-campaign-as-fbi-seeks-interviews/" },
  521.        
  522.            { title: "A Remarkable Twelve Months for Kicking The Sphere", url: "/a-remarkable-twelve-months-for-kicking-the-sphere/" },
  523.        
  524.            { title: "A Gripping Journey: Food Delivery from the West Philippine Sea – A Compelling Journey Along Supply Lines amid the China Standoff.", url: "/a-gripping-journey-food-delivery-from-the-west-philippine-sea-a-compelling-journey-along-supply-lines-amid-the-china-standoff/" },
  525.        
  526.            { title: "Celebrity Traitors Finale Mistakenly Made Available A Full Day Prematurely Outside the UK", url: "/celebrity-traitors-finale-mistakenly-made-available-a-full-day-prematurely-outside-the-uk/" }
  527.        
  528.    ];
  529.  
  530.    let currentNewsIndex = 0;
  531.    const newsWrapper = document.getElementById('newsWrapper-v7');
  532.    let newsElements = [];
  533.  
  534.    // Create news elements
  535.    function createNewsElements() {
  536.        newsItems.forEach((news, index) => {
  537.            const newsElement = document.createElement('div');
  538.            newsElement.className = 'unique-news-item-v7';
  539.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  540.            newsWrapper.appendChild(newsElement);
  541.            newsElements.push(newsElement);
  542.        });
  543.  
  544.        if (newsElements.length > 0) {
  545.            newsElements[0].classList.add('active-v7');
  546.        }
  547.    }
  548.  
  549.    // Animate news change
  550.    function changeNews() {
  551.        const currentElement = newsElements[currentNewsIndex];
  552.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  553.        const nextElement = newsElements[nextIndex];
  554.  
  555.        currentElement.classList.remove('active-v7');
  556.        currentElement.classList.add('exit-up-v7');
  557.  
  558.        setTimeout(() => {
  559.            nextElement.classList.add('active-v7');
  560.            currentNewsIndex = nextIndex;
  561.  
  562.            setTimeout(() => {
  563.                currentElement.classList.remove('exit-up-v7');
  564.            }, 100);
  565.        }, 250);
  566.    }
  567.  
  568.    // Start news rotation
  569.    function startNewsRotation() {
  570.        setInterval(changeNews, 5000);
  571.    }
  572.  
  573.    window.onload = function() {
  574.        createNewsElements();
  575.        startNewsRotation();
  576.    };
  577. </script>
  578.  
  579.  
  580.  
  581.            
  582.  
  583.  
  584.  
  585.  
  586.  
  587. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  588.  <div class="container-fluid fluid-container">
  589.    <div class="row flex-wrap align-items-center">
  590.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  591.        <div class="mobail-menu">
  592.          <button type="button" class="navbar-toggler open-btn">
  593.            <span class="sr-only">Toggle navigation</span>
  594.            <span class="icon-bar first-angle"></span>
  595.            <span class="icon-bar middle-angle"></span>
  596.            <span class="icon-bar last-angle"></span>
  597.          </button>
  598.        </div>
  599.      </div>
  600.      <div class="col-lg-2 col-md-6 col-6">
  601.        <div class="navbar-header">
  602.          <a class="navbar-brand" href="/">
  603.            
  604.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/53e2efb6-e040-4bef-9f4d-725080036fb4_logo.png" alt="Vertex Lucky Studio" />
  605.            
  606.          </a>
  607.        </div>
  608.  
  609.      </div>
  610.      <div class="col-lg-8 col-md-1 col-1">
  611.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  612.          <button class="menu-close"><i class="ti-close"></i></button>
  613.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  614.            <li>
  615.              <a href="/">
  616.                Home
  617.              </a>
  618.            </li>
  619.            
  620.            
  621.             <li>
  622.              <a href="/category/all-posts/">
  623.                All Posts
  624.              </a>
  625.              </li>
  626.              
  627.  
  628.                  
  629.              
  630.             <li>
  631.              <a href="/category/business/">
  632.                Business
  633.              </a>
  634.              </li>
  635.              
  636.  
  637.                  
  638.              
  639.             <li>
  640.              <a href="/category/esports/">
  641.                Esports
  642.              </a>
  643.              </li>
  644.              
  645.  
  646.                  
  647.              
  648.             <li>
  649.              <a href="/category/fashion/">
  650.                Fashion
  651.              </a>
  652.              </li>
  653.              
  654.  
  655.                  
  656.              
  657.             <li>
  658.              <a href="/category/featured/">
  659.                Featured
  660.              </a>
  661.              </li>
  662.              
  663.  
  664.                  
  665.              
  666.            
  667.              <li class="menu-item-has-children">
  668.                <a href="#">More</a>
  669.                <ul class="sub-menu">
  670.                  <li>
  671.                    <a href="/category/gaming/">
  672.                      Gaming
  673.                    </a>
  674.                  </li>
  675.                  
  676.  
  677.                  
  678.              
  679.            
  680.                  <li>
  681.                    <a href="/category/health/">
  682.                      Health
  683.                    </a>
  684.                  </li>
  685.                  
  686.  
  687.                  
  688.              
  689.            
  690.                  <li>
  691.                    <a href="/category/life-fitness/">
  692.                      Life &amp; Fitness
  693.                    </a>
  694.                  </li>
  695.                  
  696.  
  697.                  
  698.              
  699.            
  700.                  <li>
  701.                    <a href="/category/lifestyle/">
  702.                      Lifestyle
  703.                    </a>
  704.                  </li>
  705.                  
  706.  
  707.                  
  708.              
  709.            
  710.                  <li>
  711.                    <a href="/category/news/">
  712.                      News
  713.                    </a>
  714.                  </li>
  715.                  
  716.  
  717.                  
  718.              
  719.            
  720.                  <li>
  721.                    <a href="/category/others/">
  722.                      Others
  723.                    </a>
  724.                  </li>
  725.                  
  726.  
  727.                  
  728.              
  729.            
  730.                  <li>
  731.                    <a href="/category/politics/">
  732.                      Politics
  733.                    </a>
  734.                  </li>
  735.                  
  736.  
  737.                  
  738.              
  739.            
  740.                  <li>
  741.                    <a href="/category/sports/">
  742.                      Sports
  743.                    </a>
  744.                  </li>
  745.                  
  746.  
  747.                  
  748.              
  749.            
  750.                  <li>
  751.                    <a href="/category/tech/">
  752.                      Tech
  753.                    </a>
  754.                  </li>
  755.                  
  756.  
  757.                  
  758.              
  759.            
  760.                  <li>
  761.                    <a href="/category/travel/">
  762.                      Travel
  763.                    </a>
  764.                  </li>
  765.                  
  766.  
  767.                  
  768.                </ul>
  769.              </li>
  770.              
  771.              
  772.              
  773.              <li>
  774.                <a href="/page/contact-us/">
  775.                  Contact Us
  776.                </a>
  777.              </li>
  778.          </ul>
  779.        </div>
  780.        <!-- end of nav-collapse -->
  781.      </div>
  782.      <div class="col-lg-2 col-md-2 col-2">
  783.        <div class="header-right">
  784.          <div class="header-search-form-wrapper">
  785.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  786.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  787.              <div class="header-search-form">
  788.                <form id="search-form">
  789.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  790.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  791.                </form>
  792.                <div id="search-results" class="search-v1 mt-2"></div>
  793.              </div>
  794.            </div>
  795.          </div>
  796.  
  797.          
  798.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  799.            <div class="header-right-menu">
  800.              <div class="right-menu-toggle-btn">
  801.                <span class="bg-link"></span>
  802.                <span class="bg-link"></span>
  803.                <span class="bg-link"></span>
  804.              </div>
  805.              <div class="header-right-menu-wrap z-1">
  806.                <button class="right-menu-close"><i class="ti-close"></i></button>
  807.                <div class="logo">
  808.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  809.                </div>
  810.                <div class="header-right-sec">
  811.                  <div class="project-widget widget">
  812.                    <h3 class="blog-color">Our Latest News</h3>
  813.                    <div class="posts">
  814.                      <div class="post">
  815.                        <div class="img-holder">
  816.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  817.                        </div>
  818.                        <div class="details">
  819.                          <span class="date blog-color">19 Jun 2022</span>
  820.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  821.                              Know.</a></h4>
  822.                        </div>
  823.                      </div>
  824.                      <div class="post">
  825.                        <div class="img-holder">
  826.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  827.                        </div>
  828.                        <div class="details">
  829.                          <span class="date blog-color">22 May 2022</span>
  830.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  831.                          </h4>
  832.                        </div>
  833.                      </div>
  834.                      <div class="post">
  835.                        <div class="img-holder">
  836.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  837.                        </div>
  838.                        <div class="details">
  839.                          <span class="date blog-color">12 Apr 2022</span>
  840.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  841.                          </h4>
  842.                        </div>
  843.                      </div>
  844.                    </div>
  845.                  </div>
  846.                  <div class="widget wpo-contact-widget">
  847.                    <div class="widget-title">
  848.                      <h3 class="blog-color">Contact Us</h3>
  849.                    </div>
  850.                    <div class="contact-ft">
  851.                      <ul>
  852.                        <li>
  853.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  854.                        </li>
  855.                        <li>
  856.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  857.                          + 8 (123) 123 456 789
  858.                        </li>
  859.                        <li>
  860.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  861.                        </li>
  862.                      </ul>
  863.                    </div>
  864.                  </div>
  865.                </div>
  866.              </div>
  867.              <div class="sidebar-blur"> </div>
  868.            </div>
  869.          </div> -->
  870.        </div>
  871.      </div>
  872.    </div>
  873.    <!-- end of container -->
  874. </nav>
  875. </nav>
  876. <style>
  877.  .navbar-brand img {
  878.    height: 70px;
  879.    object-fit: contain;
  880.  }
  881. </style>
  882. <script>
  883.  // jQuery or vanilla JavaScript to handle the AJAX search
  884.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  885.    e.preventDefault();  // Prevent the form from submitting normally
  886.  
  887.    const query = document.getElementById("search-input").value;
  888.  // Check if the input field is empty
  889.    if (query === "") {
  890.      // Clear the search results if the input is empty
  891.      document.getElementById("search-results").innerHTML = "";
  892.      return; // Exit the function early to avoid making an AJAX request
  893.    }
  894.    // Send AJAX request
  895.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  896.      method: "GET",
  897.        headers: {
  898.          "X-Requested-With": "XMLHttpRequest",
  899.        },
  900.    })
  901.      .then(response => response.json())
  902.      .then(data => {
  903.        if (data.html) {
  904.          document.getElementById("search-results").innerHTML = data.html;
  905.        } else {
  906.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  907.        }
  908.      })
  909.      .catch(error => {
  910.        console.error("Error fetching search results:", error);
  911.      });
  912.  });
  913.  
  914. </script>
  915.  
  916.        </header>
  917.        <!-- end of header -->
  918.        <!-- start of wpo-blog-hero -->
  919.        
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927. <div class="blog-hero-v6">
  928.    <div class="container-fluid fluid-container">
  929.        
  930.        <!-- Top Section - Two Column Layout -->
  931.        <div class="row g-4 mb-5">
  932.            <!-- Main Featured Article - Left -->
  933.            
  934.  
  935.            <div class="col-lg-6 col-md-12">
  936.                <article class="main-featured">
  937.                    <div class="featured-image-container">
  938.                        
  939.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  940.                                class="featured-image" style="object-fit: cover;" alt="">
  941.                        
  942.                        <div class="category-tag bg-primary-gradient">News</div>
  943.                    </div>
  944.                    <div class="featured-content">
  945.                        <h1 class="featured-title"><a class="top-color" href="/resolute-remarks-justifies-drug-boat-operations-amid-examination/" >
  946.                                        Resolute Remarks Justifies ‘Drug Boat’ Operations Amid Examination
  947.                                    </a></h1>
  948.                        <p class="featured-summary"></p>
  949.                        <div class="article-meta">
  950.                            <div class="author-info">
  951.                                
  952.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;" class="author-pic">
  953.                                
  954.                                <div class="author-text">
  955.                                    <span class="author-name">Lisa Mendoza</span>
  956.                                    <span class="post-time">20 May 2026</span>
  957.                                    
  958.                                </div>
  959.                            </div>
  960.                            <div class="reading-info">
  961.                                <!-- <span class="read-time">4 min read</span> -->
  962.                            </div>
  963.                        </div>
  964.                    </div>
  965.                </article>
  966.            </div>
  967.            
  968.  
  969.            <div class="col-lg-6 col-md-12">
  970.                <article class="main-featured">
  971.                    <div class="featured-image-container">
  972.                        
  973.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  974.                                class="featured-image" style="object-fit: cover;" alt="">
  975.                        
  976.                        <div class="category-tag bg-primary-gradient">News</div>
  977.                    </div>
  978.                    <div class="featured-content">
  979.                        <h1 class="featured-title"><a class="top-color" href="/correctional-facility-phone-call-audio-raise-doubts-over-ex-abercrombie-executives-fitness-for-court-proceedings/" >
  980.                                        Correctional Facility Phone Call Audio Raise Doubts Over Ex-Abercrombie Executive&#x27;s Fitness for Court Proceedings
  981.                                    </a></h1>
  982.                        <p class="featured-summary"></p>
  983.                        <div class="article-meta">
  984.                            <div class="author-info">
  985.                                
  986.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;" class="author-pic">
  987.                                
  988.                                <div class="author-text">
  989.                                    <span class="author-name">Lisa Mendoza</span>
  990.                                    <span class="post-time">20 May 2026</span>
  991.                                    
  992.                                </div>
  993.                            </div>
  994.                            <div class="reading-info">
  995.                                <!-- <span class="read-time">4 min read</span> -->
  996.                            </div>
  997.                        </div>
  998.                    </div>
  999.                </article>
  1000.            </div>
  1001.            
  1002.  
  1003.        </div>
  1004.  
  1005.        <!-- Bottom Section - Three Column Grid -->
  1006.        <div class="row g-4">
  1007.            
  1008.                <div class="col-lg-4 col-md-6 col-12">
  1009.                    <article class="compact-card">
  1010.                        <div class="compact-image">
  1011.                            
  1012.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1013.                                   style="object-fit: cover;" alt="">
  1014.                            
  1015.                            <div class="compact-category bg-primary-gradient">News</div>
  1016.                        </div>
  1017.                        <div class="compact-body">
  1018.                            <h3 class="compact-title"> <a class="top-color" href="/lost-johann-sebastian-bach-compositions-performed-for-first-ever-performance-in-three-centuries/" >
  1019.                                        Lost Johann Sebastian Bach Compositions Performed for First-Ever Performance in Three Centuries
  1020.                                    </a></h3>
  1021.                            <p class="compact-text"></p>
  1022.                            <div class="compact-footer">
  1023.                                <div class="compact-author">
  1024.                                    
  1025.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1026.                                    
  1027.                                    <span class="compact-name">Lisa Mendoza</span>
  1028.                                </div>
  1029.                                <span class="compact-date">20 May 2026</span>
  1030.                            </div>
  1031.                        </div>
  1032.                    </article>
  1033.                </div>
  1034.            
  1035.                <div class="col-lg-4 col-md-6 col-12">
  1036.                    <article class="compact-card">
  1037.                        <div class="compact-image">
  1038.                            
  1039.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1040.                                   style="object-fit: cover;" alt="">
  1041.                            
  1042.                            <div class="compact-category bg-primary-gradient">News</div>
  1043.                        </div>
  1044.                        <div class="compact-body">
  1045.                            <h3 class="compact-title"> <a class="top-color" href="/gal%C3%A1pagos-had-no-indigenous-amphibians-until-hundreds-of-thousands-of-frogs-arrived/" >
  1046.                                        Galápagos Had No Indigenous Amphibians. Until Hundreds of Thousands of Frogs Arrived
  1047.                                    </a></h3>
  1048.                            <p class="compact-text"></p>
  1049.                            <div class="compact-footer">
  1050.                                <div class="compact-author">
  1051.                                    
  1052.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1053.                                    
  1054.                                    <span class="compact-name">Lisa Mendoza</span>
  1055.                                </div>
  1056.                                <span class="compact-date">20 May 2026</span>
  1057.                            </div>
  1058.                        </div>
  1059.                    </article>
  1060.                </div>
  1061.            
  1062.  
  1063.            <div class="col-lg-4 col-md-12 col-12">
  1064.                <!-- Recent Articles Sidebar -->
  1065.                <div class="recent-section">
  1066.                    <h3 class="recent-title">Recent Articles</h3>
  1067.                    <div class="recent-list">
  1068.                        
  1069.                        <div class="recent-item">
  1070.                            <div class="recent-content">
  1071.                                <h4 class="recent-article-title"><a class="top-color" href="/sitting-with-sir-alex-and-being-knocked-out-a-lenswomans-tales/" >
  1072.                                        Sitting with Sir Alex and Being &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales
  1073.                                    </a></h4>
  1074.                                <span class="recent-date">20 May 2026</span>
  1075.                            </div>
  1076.                        </div>
  1077.                        
  1078.                    </div>
  1079.                </div>
  1080.            </div>
  1081.        </div>
  1082.    </div>
  1083. </div>
  1084.  
  1085. <style>
  1086. /* Blog Hero V6 - Magazine Style with White Background */
  1087. .blog-hero-v6 {
  1088.    padding: 3rem 0;
  1089.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1090. }
  1091.  
  1092. /* Main Featured Article */
  1093. .main-featured {
  1094.    background: var(--card-bg);
  1095.    border-radius: 16px;
  1096.    overflow: hidden;
  1097.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1098.    border: 1px solid var(--border-color);
  1099.    transition: all 0.3s ease;
  1100. }
  1101.  
  1102. .main-featured:hover {
  1103.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1104.    transform: translateY(-2px);
  1105. }
  1106.  
  1107. .featured-image-container {
  1108.    position: relative;
  1109.    height: 300px;
  1110.    overflow: hidden;
  1111. }
  1112.  
  1113. .featured-image {
  1114.    width: 100%;
  1115.    height: 100%;
  1116.    object-fit: cover;
  1117.    transition: transform 0.4s ease;
  1118. }
  1119.  
  1120. .main-featured:hover .featured-image {
  1121.    transform: scale(1.03);
  1122. }
  1123.  
  1124. .featured-content {
  1125.    padding: 2.5rem;
  1126. }
  1127.  
  1128. .featured-title {
  1129.    font-size: 2rem;
  1130.    font-weight: 700;
  1131.    color: #1a202c;
  1132.    margin-bottom: 1rem;
  1133.    line-height: 1.25;
  1134.    letter-spacing: -0.025em;
  1135. }
  1136.  
  1137. .featured-summary {
  1138.    font-size: 1.1rem;
  1139.    color: #4a5568;
  1140.    line-height: 1.6;
  1141.    margin-bottom: 2rem;
  1142. }
  1143.  
  1144. /* Category Tags */
  1145. .category-tag {
  1146.    position: absolute;
  1147.    top: 1.5rem;
  1148.    left: 1.5rem;
  1149.    padding: 0.5rem 1rem;
  1150.    font-size: 0.75rem;
  1151.    font-weight: 600;
  1152.    text-transform: uppercase;
  1153.    letter-spacing: 0.1em;
  1154.    color: white;
  1155.    border-radius: 6px;
  1156.    z-index: 2;
  1157. }
  1158.  
  1159.  
  1160. /* Article Meta */
  1161. .article-meta {
  1162.    display: flex;
  1163.    align-items: center;
  1164.    justify-content: space-between;
  1165. }
  1166.  
  1167. .author-info {
  1168.    display: flex;
  1169.    align-items: center;
  1170.    gap: 1rem;
  1171. }
  1172.  
  1173. .author-pic {
  1174.    width: 48px;
  1175.    height: 48px;
  1176.    border-radius: 50%;
  1177.    object-fit: cover;
  1178.    border: 2px solid #e2e8f0;
  1179. }
  1180.  
  1181. .author-text {
  1182.    display: flex;
  1183.    flex-direction: column;
  1184. }
  1185.  
  1186. .author-name {
  1187.    font-weight: 600;
  1188.    color: #2d3748;
  1189.    font-size: 0.95rem;
  1190. }
  1191.  
  1192. .post-time {
  1193.    font-size: 0.85rem;
  1194.    color: #718096;
  1195. }
  1196.  
  1197. .reading-info {
  1198.    display: flex;
  1199.    align-items: center;
  1200. }
  1201.  
  1202. .read-time {
  1203.    font-size: 0.9rem;
  1204.    color: #718096;
  1205.    padding: 0.25rem 0.75rem;
  1206.    background: #f7fafc;
  1207.    border-radius: 15px;
  1208.    font-weight: 500;
  1209. }
  1210.  
  1211. /* Secondary Featured */
  1212. .secondary-featured {
  1213.    background: var(--card-bg);
  1214.    border-radius: 16px;
  1215.    overflow: hidden;
  1216.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1217.    border: 1px solid var(--border-color);
  1218.    height: 100%;
  1219.    transition: all 0.3s ease;
  1220. }
  1221.  
  1222. .secondary-featured:hover {
  1223.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1224.    transform: translateY(-2px);
  1225. }
  1226.  
  1227. .secondary-image-wrapper {
  1228.    position: relative;
  1229.    height: 200px;
  1230.    overflow: hidden;
  1231. }
  1232.  
  1233. .secondary-image-wrapper img {
  1234.    width: 100%;
  1235.    height: 100%;
  1236.    object-fit: cover;
  1237.    transition: transform 0.4s ease;
  1238. }
  1239.  
  1240. .secondary-featured:hover .secondary-image-wrapper img {
  1241.    transform: scale(1.03);
  1242. }
  1243.  
  1244. .secondary-content {
  1245.    padding: 2rem;
  1246. }
  1247.  
  1248. .secondary-title {
  1249.    font-size: 1.5rem;
  1250.    font-weight: 600;
  1251.    color: #1a202c;
  1252.    margin-bottom: 1rem;
  1253.    line-height: 1.3;
  1254. }
  1255.  
  1256. .secondary-excerpt {
  1257.    font-size: 0.95rem;
  1258.    color: #4a5568;
  1259.    line-height: 1.6;
  1260.    margin-bottom: 1.5rem;
  1261. }
  1262.  
  1263. .secondary-meta {
  1264.    display: flex;
  1265.    align-items: center;
  1266.    gap: 0.5rem;
  1267.    font-size: 0.85rem;
  1268.    color: #718096;
  1269. }
  1270.  
  1271. .meta-divider {
  1272.    color: #cbd5e0;
  1273. }
  1274.  
  1275. /* Compact Cards */
  1276. .compact-card {
  1277.    background: var(--card-bg);
  1278.    border-radius: 12px;
  1279.    overflow: hidden;
  1280.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1281.    border: 1px solid var(--border-color);
  1282.    transition: all 0.3s ease;
  1283.    height: 100%;
  1284.    display: flex;
  1285.    flex-direction: column;
  1286. }
  1287.  
  1288. .compact-card:hover {
  1289.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1290.    transform: translateY(-3px);
  1291. }
  1292.  
  1293. .compact-image {
  1294.    position: relative;
  1295.    height: 180px;
  1296.    overflow: hidden;
  1297. }
  1298.  
  1299. .compact-image img {
  1300.    width: 100%;
  1301.    height: 100%;
  1302.    object-fit: cover;
  1303.    transition: transform 0.4s ease;
  1304. }
  1305.  
  1306. .compact-card:hover .compact-image img {
  1307.    transform: scale(1.05);
  1308. }
  1309.  
  1310. .compact-category {
  1311.    position: absolute;
  1312.    top: 1rem;
  1313.    left: 1rem;
  1314.    padding: 0.25rem 0.75rem;
  1315.    font-size: 0.7rem;
  1316.    font-weight: 600;
  1317.    text-transform: uppercase;
  1318.    color: white;
  1319.    border-radius: 4px;
  1320. }
  1321.  
  1322. .compact-body {
  1323.    padding: 1.5rem;
  1324.    flex-grow: 1;
  1325.    display: flex;
  1326.    flex-direction: column;
  1327. }
  1328.  
  1329. .compact-title {
  1330.    font-size: 1.1rem;
  1331.    font-weight: 600;
  1332.    color: #1a202c;
  1333.    margin-bottom: 0.75rem;
  1334.    line-height: 1.4;
  1335. }
  1336.  
  1337. .compact-text {
  1338.    font-size: 0.9rem;
  1339.    color: #4a5568;
  1340.    line-height: 1.5;
  1341.    margin-bottom: 1.5rem;
  1342.    flex-grow: 1;
  1343. }
  1344.  
  1345. .compact-footer {
  1346.    display: flex;
  1347.    align-items: center;
  1348.    justify-content: space-between;
  1349.    margin-top: auto;
  1350. }
  1351.  
  1352. .compact-author {
  1353.    display: flex;
  1354.    align-items: center;
  1355.    gap: 0.5rem;
  1356. }
  1357.  
  1358. .compact-avatar {
  1359.    width: 32px;
  1360.    height: 32px;
  1361.    border-radius: 50%;
  1362.    object-fit: cover;
  1363. }
  1364.  
  1365. .compact-name {
  1366.    font-size: 0.85rem;
  1367.    font-weight: 500;
  1368.    color: #2d3748;
  1369. }
  1370.  
  1371. .compact-date {
  1372.    font-size: 0.8rem;
  1373.    color: #718096;
  1374. }
  1375.  
  1376. /* Recent Articles Section */
  1377. .recent-section {
  1378.    background: var(--card-bg);
  1379.    border-radius: 12px;
  1380.    padding: 2rem;
  1381.    border: 1px solid var(--border-color);
  1382.    height: 100%;
  1383. }
  1384.  
  1385. .recent-title {
  1386.    font-size: 1.25rem;
  1387.    font-weight: 700;
  1388.    color: #1a202c;
  1389.    margin-bottom: 1.5rem;
  1390.    padding-bottom: 0.75rem;
  1391.    border-bottom: 2px solid var(--border-color);
  1392. }
  1393.  
  1394. .recent-list {
  1395.    display: flex;
  1396.    flex-direction: column;
  1397.    gap: 1.25rem;
  1398. }
  1399.  
  1400. .recent-item {
  1401.    display: flex;
  1402.    align-items: center;
  1403.    gap: 1rem;
  1404.    padding: 0.8rem;
  1405.    background: var(--card-bg);
  1406.    border-radius: 8px;
  1407.    transition: all 0.2s ease;
  1408.    border: 1px solid var(--border-color);
  1409. }
  1410.  
  1411. .recent-item:hover {
  1412.    transform: translateX(4px);
  1413.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1414. }
  1415.  
  1416. .recent-content {
  1417.    flex-grow: 1;
  1418. }
  1419.  
  1420. .recent-article-title {
  1421.    font-size: 0.95rem;
  1422.    font-weight: 600;
  1423.    color: #1a202c;
  1424.    margin-bottom: 0rem;
  1425.    line-height: 1.3;
  1426. }
  1427.  
  1428. .recent-date {
  1429.    font-size: 0.8rem;
  1430.    color: #718096;
  1431. }
  1432.  
  1433. /* Responsive Design */
  1434. @media (max-width: 992px) {
  1435.    .blog-hero-v6 {
  1436.        padding: 2rem 0;
  1437.    }
  1438.    
  1439.    .featured-title {
  1440.        font-size: 1.75rem;
  1441.    }
  1442.    
  1443.    .secondary-title {
  1444.        font-size: 1.3rem;
  1445.    }
  1446.    
  1447.    .article-meta {
  1448.        flex-direction: column;
  1449.        align-items: flex-start;
  1450.        gap: 1rem;
  1451.    }
  1452. }
  1453.  
  1454. @media (max-width: 768px) {
  1455.    .featured-content,
  1456.    .secondary-content {
  1457.        padding: 1.5rem;
  1458.    }
  1459.    
  1460.    .featured-title {
  1461.        font-size: 1.5rem;
  1462.    }
  1463.    
  1464.    .featured-image-container,
  1465.    .secondary-image-wrapper {
  1466.        height: 200px;
  1467.    }
  1468.    
  1469.    .compact-image {
  1470.        height: 150px;
  1471.    }
  1472.    
  1473.    .recent-section {
  1474.        margin-top: 2rem;
  1475.    }
  1476. }
  1477.  
  1478. @media (max-width: 576px) {
  1479.    .reading-info {
  1480.        margin-top: 1rem;
  1481.    }
  1482.    
  1483.    .secondary-meta {
  1484.        flex-wrap: wrap;
  1485.    }
  1486.    
  1487.    .recent-item {
  1488.        padding: 0.75rem;
  1489.    }
  1490. }
  1491. </style>
  1492.  
  1493.  
  1494.  
  1495.  
  1496.        <!-- end of wpo-blog-hero -->
  1497.  
  1498.        <!-- start of wpo-breacking-news -->
  1499.        
  1500.        <!-- end of wpo-breacking-news -->
  1501.        
  1502.        <!-- start wpo-blog-highlights-section -->
  1503.        
  1504.  
  1505.  
  1506.  
  1507.    
  1508.  
  1509.  
  1510.  <style>
  1511.    /* Section Header */
  1512.    .section-header-v9 {
  1513.      text-align: center;
  1514.      margin-bottom: 20px;
  1515.    }
  1516.    
  1517.    .section-title-v9 {
  1518.      font-size: 3rem;
  1519.      font-weight: 700;
  1520.      color: var(--topbar-color);
  1521.      margin-bottom: 20px;
  1522.      text-transform: uppercase;
  1523.    }
  1524.    
  1525.    .section-subtitle-v9 {
  1526.      font-size: 1.2rem;
  1527.      color: var(--topbar-color);
  1528.      opacity: 0.5;
  1529.      max-width: 800px;
  1530.      margin: 0 auto;
  1531.      line-height: 1.8;
  1532.    }
  1533.        
  1534.    /* Blog Card */
  1535.    .blog-card-v9 {
  1536.      background: var(--card-bg);
  1537.      border: 1px solid var(--border-color);
  1538.      border-radius: 8px;
  1539.      margin-bottom: 30px;
  1540.      overflow: hidden;
  1541.      opacity: 0;
  1542.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1543.    }
  1544.    
  1545.    .blog-card-v9.fade-in {
  1546.      opacity: 1;
  1547.    }
  1548.    
  1549.    @keyframes fadeIn {
  1550.      from {
  1551.        opacity: 0;
  1552.      }
  1553.      to {
  1554.        opacity: 1;
  1555.      }
  1556.    }
  1557.    
  1558.    .blog-card-v9:hover {
  1559.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1560.    }
  1561.    
  1562.    /* Blog Image */
  1563.    .blog-image-container-v9 {
  1564.      width: 100%;
  1565.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1566.      overflow: hidden;
  1567.    }
  1568.    
  1569.    .blog-image-v9 {
  1570.      width: 100%;
  1571.      height: 100%;
  1572.    }
  1573.    
  1574.    .blog-image-v9 img {
  1575.      width: 100%;
  1576.      height: 100%;
  1577.      object-fit: cover;
  1578.      display: block;
  1579.    }
  1580.    
  1581.    /* Blog Content */
  1582.    .blog-content-v9 {
  1583.      padding: 20px;
  1584.    }
  1585.    
  1586.    .blog-title-v9 {
  1587.      font-size: 1.2rem;
  1588.      font-weight: 600;
  1589.      margin-bottom: 15px;
  1590.      color: var(--topbar-color) !important;
  1591.      text-transform: capitalize;
  1592.    }
  1593.    
  1594.    .blog-meta-v9 {
  1595.      display: flex;
  1596.      align-items: center;
  1597.      gap: 10px;
  1598.      font-size: 0.9rem;
  1599.      color: var(--topbar-color);
  1600.      margin-bottom: 10px;
  1601.    }
  1602.    
  1603.    .blog-meta-v9 span {
  1604.      display: inline-block;
  1605.    }
  1606.    
  1607.    .blog-excerpt-v9 {
  1608.      font-size: 1rem;
  1609.      color: var(--topbar-color);
  1610.      opacity: .6;
  1611.      margin-bottom: 15px;
  1612.      line-height: 1.6;
  1613.    }
  1614.    
  1615.    .blog-actions-v9 {
  1616.      display: flex;
  1617.      justify-content: flex-start;
  1618.    }
  1619.    
  1620.    .blog-read-more-v9 {
  1621.      font-size: 1rem;
  1622.      color: var(--topbar-color);
  1623.      text-decoration: none;
  1624.      transition: color 0.3s ease;
  1625.    }
  1626.    
  1627.    .blog-read-more-v9:hover {
  1628.      color: #2980b9 !important;
  1629.    }
  1630.    
  1631.    /* Responsive Design */
  1632.    @media (max-width: 768px) {
  1633.      .section-title-v9 {
  1634.        font-size: 2.5rem;
  1635.      }
  1636.    
  1637.      .blog-card-v9 {
  1638.        margin-bottom: 20px;
  1639.      }
  1640.    
  1641.      .blog-meta-v9 {
  1642.        font-size: 0.8rem;
  1643.      }
  1644.    
  1645.      .blog-image-container-v9 {
  1646.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1647.      }
  1648.    }
  1649.  </style>
  1650.  
  1651.  <section class="blog-highlights-v9 mt-5">
  1652.    <div class="container-fluid fluid-container">
  1653.      <!-- Section Header -->
  1654.      <div class="row justify-content-center">
  1655.        <div class="col-12 col-lg-10">
  1656.          <div class="section-header-v9">
  1657.            <h2 class="section-title-v9 mb-0">
  1658.                Today's Top Highlights
  1659.                   </h2>
  1660.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1661.          </div>
  1662.        </div>
  1663.      </div>
  1664.  
  1665.      <!-- Blog Grid -->
  1666.      <div class="row ">
  1667.        <div class="col-lg-8">
  1668.          <div class="row d-flex justify-content-center">
  1669.            
  1670.              <div class="col-md-6 pb-3">
  1671.                <article class="blog-card-v9 h-100">
  1672.                  <div class="blog-image-container-v9">
  1673.                    <div class="blog-image-v9">
  1674.                      
  1675.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1676.                      
  1677.                    </div>
  1678.                  </div>
  1679.                  <div class="blog-content-v9">
  1680.                    <h3 class="blog-title-v9 "><a class="top-color" href="/californias-governor-again-denies-early-release-for-cult-member-longtime-inmate/">California&#x27;s Governor Again Denies Early Release for Cult Member Longtime Inmate</a></h3>
  1681.                    <div class="blog-meta-v9">
  1682.                      <span>By <strong>Lisa Mendoza</strong></span>
  1683.                      <span>•</span>
  1684.                      <span>19 May 2026</span>
  1685.                    </div>
  1686.                    <p class="blog-excerpt-v9"></p>
  1687.                    <div class="blog-actions-v9">
  1688.                      <a href="/californias-governor-again-denies-early-release-for-cult-member-longtime-inmate/" class="blog-read-more-v9">Read More →</a>
  1689.                    </div>
  1690.                  </div>
  1691.                </article>
  1692.              </div>
  1693.            
  1694.              <div class="col-md-6 pb-3">
  1695.                <article class="blog-card-v9 h-100">
  1696.                  <div class="blog-image-container-v9">
  1697.                    <div class="blog-image-v9">
  1698.                      
  1699.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1700.                      
  1701.                    </div>
  1702.                  </div>
  1703.                  <div class="blog-content-v9">
  1704.                    <h3 class="blog-title-v9 "><a class="top-color" href="/individual-accused-in-ivy-league-campus-tragedy-located-deceased-inside-storage-facility/">Individual Accused in Ivy League Campus Tragedy Located Deceased Inside Storage Facility.</a></h3>
  1705.                    <div class="blog-meta-v9">
  1706.                      <span>By <strong>Lisa Mendoza</strong></span>
  1707.                      <span>•</span>
  1708.                      <span>19 May 2026</span>
  1709.                    </div>
  1710.                    <p class="blog-excerpt-v9"></p>
  1711.                    <div class="blog-actions-v9">
  1712.                      <a href="/individual-accused-in-ivy-league-campus-tragedy-located-deceased-inside-storage-facility/" class="blog-read-more-v9">Read More →</a>
  1713.                    </div>
  1714.                  </div>
  1715.                </article>
  1716.              </div>
  1717.            
  1718.              <div class="col-md-6 pb-3">
  1719.                <article class="blog-card-v9 h-100">
  1720.                  <div class="blog-image-container-v9">
  1721.                    <div class="blog-image-v9">
  1722.                      
  1723.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1724.                      
  1725.                    </div>
  1726.                  </div>
  1727.                  <div class="blog-content-v9">
  1728.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-mushroom-cleaning-controversy-expert-tips-for-preparing-mushrooms/">The Mushroom Cleaning Controversy: Expert Tips for Preparing Mushrooms</a></h3>
  1729.                    <div class="blog-meta-v9">
  1730.                      <span>By <strong>Lisa Mendoza</strong></span>
  1731.                      <span>•</span>
  1732.                      <span>19 May 2026</span>
  1733.                    </div>
  1734.                    <p class="blog-excerpt-v9"></p>
  1735.                    <div class="blog-actions-v9">
  1736.                      <a href="/the-mushroom-cleaning-controversy-expert-tips-for-preparing-mushrooms/" class="blog-read-more-v9">Read More →</a>
  1737.                    </div>
  1738.                  </div>
  1739.                </article>
  1740.              </div>
  1741.            
  1742.              <div class="col-md-6 pb-3">
  1743.                <article class="blog-card-v9 h-100">
  1744.                  <div class="blog-image-container-v9">
  1745.                    <div class="blog-image-v9">
  1746.                      
  1747.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1748.                      
  1749.                    </div>
  1750.                  </div>
  1751.                  <div class="blog-content-v9">
  1752.                    <h3 class="blog-title-v9 "><a class="top-color" href="/body-of-competitive-swimmer-presumably-attacked-by-shark-located-on-californian-shore/">Body of Competitive Swimmer Presumably Attacked by Shark Located on Californian Shore</a></h3>
  1753.                    <div class="blog-meta-v9">
  1754.                      <span>By <strong>Lisa Mendoza</strong></span>
  1755.                      <span>•</span>
  1756.                      <span>19 May 2026</span>
  1757.                    </div>
  1758.                    <p class="blog-excerpt-v9"></p>
  1759.                    <div class="blog-actions-v9">
  1760.                      <a href="/body-of-competitive-swimmer-presumably-attacked-by-shark-located-on-californian-shore/" class="blog-read-more-v9">Read More →</a>
  1761.                    </div>
  1762.                  </div>
  1763.                </article>
  1764.              </div>
  1765.            
  1766.              <div class="col-md-6 pb-3">
  1767.                <article class="blog-card-v9 h-100">
  1768.                  <div class="blog-image-container-v9">
  1769.                    <div class="blog-image-v9">
  1770.                      
  1771.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1772.                      
  1773.                    </div>
  1774.                  </div>
  1775.                  <div class="blog-content-v9">
  1776.                    <h3 class="blog-title-v9 "><a class="top-color" href="/music-legend-barry-manilow-will-have-an-operation-for-a-lung-cancer-diagnosis/">Music Legend Barry Manilow Will Have an Operation for a Lung Cancer Diagnosis.</a></h3>
  1777.                    <div class="blog-meta-v9">
  1778.                      <span>By <strong>Lisa Mendoza</strong></span>
  1779.                      <span>•</span>
  1780.                      <span>19 May 2026</span>
  1781.                    </div>
  1782.                    <p class="blog-excerpt-v9"></p>
  1783.                    <div class="blog-actions-v9">
  1784.                      <a href="/music-legend-barry-manilow-will-have-an-operation-for-a-lung-cancer-diagnosis/" class="blog-read-more-v9">Read More →</a>
  1785.                    </div>
  1786.                  </div>
  1787.                </article>
  1788.              </div>
  1789.            
  1790.              <div class="col-md-6 pb-3">
  1791.                <article class="blog-card-v9 h-100">
  1792.                  <div class="blog-image-container-v9">
  1793.                    <div class="blog-image-v9">
  1794.                      
  1795.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1796.                      
  1797.                    </div>
  1798.                  </div>
  1799.                  <div class="blog-content-v9">
  1800.                    <h3 class="blog-title-v9 "><a class="top-color" href="/former-uk-serviceman-charged-of-murdering-kenya-female-appears-in-courtroom/">Former UK Serviceman Charged of Murdering Kenya Female Appears in Courtroom</a></h3>
  1801.                    <div class="blog-meta-v9">
  1802.                      <span>By <strong>Lisa Mendoza</strong></span>
  1803.                      <span>•</span>
  1804.                      <span>19 May 2026</span>
  1805.                    </div>
  1806.                    <p class="blog-excerpt-v9"></p>
  1807.                    <div class="blog-actions-v9">
  1808.                      <a href="/former-uk-serviceman-charged-of-murdering-kenya-female-appears-in-courtroom/" class="blog-read-more-v9">Read More →</a>
  1809.                    </div>
  1810.                  </div>
  1811.                </article>
  1812.              </div>
  1813.            
  1814.              <div class="col-md-6 pb-3">
  1815.                <article class="blog-card-v9 h-100">
  1816.                  <div class="blog-image-container-v9">
  1817.                    <div class="blog-image-v9">
  1818.                      
  1819.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1820.                      
  1821.                    </div>
  1822.                  </div>
  1823.                  <div class="blog-content-v9">
  1824.                    <h3 class="blog-title-v9 "><a class="top-color" href="/fda-approves-flibanserin-a-desire-boosting-treatment-for-females-beyond-menopause/">FDA Approves Flibanserin, a Desire-Boosting Treatment for Females Beyond Menopause</a></h3>
  1825.                    <div class="blog-meta-v9">
  1826.                      <span>By <strong>Lisa Mendoza</strong></span>
  1827.                      <span>•</span>
  1828.                      <span>19 May 2026</span>
  1829.                    </div>
  1830.                    <p class="blog-excerpt-v9"></p>
  1831.                    <div class="blog-actions-v9">
  1832.                      <a href="/fda-approves-flibanserin-a-desire-boosting-treatment-for-females-beyond-menopause/" class="blog-read-more-v9">Read More →</a>
  1833.                    </div>
  1834.                  </div>
  1835.                </article>
  1836.              </div>
  1837.            
  1838.              <div class="col-md-6 pb-3">
  1839.                <article class="blog-card-v9 h-100">
  1840.                  <div class="blog-image-container-v9">
  1841.                    <div class="blog-image-v9">
  1842.                      
  1843.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1844.                      
  1845.                    </div>
  1846.                  </div>
  1847.                  <div class="blog-content-v9">
  1848.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-must-have-a-aircraft-to-locate-them-13-year-olds-emergency-call-to-rescue-family-adrift-off-down-under-coast-unveiled/">We Must Have a Aircraft to Locate Them’: 13-Year-Old’s Emergency Call to Rescue Family Adrift Off Down Under Coast Unveiled</a></h3>
  1849.                    <div class="blog-meta-v9">
  1850.                      <span>By <strong>Lisa Mendoza</strong></span>
  1851.                      <span>•</span>
  1852.                      <span>19 May 2026</span>
  1853.                    </div>
  1854.                    <p class="blog-excerpt-v9"></p>
  1855.                    <div class="blog-actions-v9">
  1856.                      <a href="/we-must-have-a-aircraft-to-locate-them-13-year-olds-emergency-call-to-rescue-family-adrift-off-down-under-coast-unveiled/" class="blog-read-more-v9">Read More →</a>
  1857.                    </div>
  1858.                  </div>
  1859.                </article>
  1860.              </div>
  1861.            
  1862.              <div class="col-md-6 pb-3">
  1863.                <article class="blog-card-v9 h-100">
  1864.                  <div class="blog-image-container-v9">
  1865.                    <div class="blog-image-v9">
  1866.                      
  1867.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1868.                      
  1869.                    </div>
  1870.                  </div>
  1871.                  <div class="blog-content-v9">
  1872.                    <h3 class="blog-title-v9 "><a class="top-color" href="/cyclone-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/">Cyclone Disaster in Sri Lanka Awakens a Spirit of Community Action</a></h3>
  1873.                    <div class="blog-meta-v9">
  1874.                      <span>By <strong>Lisa Mendoza</strong></span>
  1875.                      <span>•</span>
  1876.                      <span>18 May 2026</span>
  1877.                    </div>
  1878.                    <p class="blog-excerpt-v9"></p>
  1879.                    <div class="blog-actions-v9">
  1880.                      <a href="/cyclone-disaster-in-sri-lanka-awakens-a-spirit-of-community-action/" class="blog-read-more-v9">Read More →</a>
  1881.                    </div>
  1882.                  </div>
  1883.                </article>
  1884.              </div>
  1885.            
  1886.              <div class="col-md-6 pb-3">
  1887.                <article class="blog-card-v9 h-100">
  1888.                  <div class="blog-image-container-v9">
  1889.                    <div class="blog-image-v9">
  1890.                      
  1891.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1892.                      
  1893.                    </div>
  1894.                  </div>
  1895.                  <div class="blog-content-v9">
  1896.                    <h3 class="blog-title-v9 "><a class="top-color" href="/real-madrids-alexander-arnold-might-play-against-liverpool-in-novembers-champions-league-fixture/">Real Madrid&#x27;s Alexander-Arnold Might Play Against Liverpool in November&#x27;s Champions League Fixture</a></h3>
  1897.                    <div class="blog-meta-v9">
  1898.                      <span>By <strong>Lisa Mendoza</strong></span>
  1899.                      <span>•</span>
  1900.                      <span>18 May 2026</span>
  1901.                    </div>
  1902.                    <p class="blog-excerpt-v9"></p>
  1903.                    <div class="blog-actions-v9">
  1904.                      <a href="/real-madrids-alexander-arnold-might-play-against-liverpool-in-novembers-champions-league-fixture/" class="blog-read-more-v9">Read More →</a>
  1905.                    </div>
  1906.                  </div>
  1907.                </article>
  1908.              </div>
  1909.            
  1910.              <div class="col-md-6 pb-3">
  1911.                <article class="blog-card-v9 h-100">
  1912.                  <div class="blog-image-container-v9">
  1913.                    <div class="blog-image-v9">
  1914.                      
  1915.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1916.                      
  1917.                    </div>
  1918.                  </div>
  1919.                  <div class="blog-content-v9">
  1920.                    <h3 class="blog-title-v9 "><a class="top-color" href="/troubling-memories-reemerge-in-davao-city-as-investigators-piece-together-bondi-beach-attack-suspects-movements/">Troubling Memories Reemerge in Davao City as Investigators Piece Together Bondi Beach Attack Suspects’ Movements</a></h3>
  1921.                    <div class="blog-meta-v9">
  1922.                      <span>By <strong>Lisa Mendoza</strong></span>
  1923.                      <span>•</span>
  1924.                      <span>18 May 2026</span>
  1925.                    </div>
  1926.                    <p class="blog-excerpt-v9"></p>
  1927.                    <div class="blog-actions-v9">
  1928.                      <a href="/troubling-memories-reemerge-in-davao-city-as-investigators-piece-together-bondi-beach-attack-suspects-movements/" class="blog-read-more-v9">Read More →</a>
  1929.                    </div>
  1930.                  </div>
  1931.                </article>
  1932.              </div>
  1933.            
  1934.              <div class="col-md-6 pb-3">
  1935.                <article class="blog-card-v9 h-100">
  1936.                  <div class="blog-image-container-v9">
  1937.                    <div class="blog-image-v9">
  1938.                      
  1939.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1940.                      
  1941.                    </div>
  1942.                  </div>
  1943.                  <div class="blog-content-v9">
  1944.                    <h3 class="blog-title-v9 "><a class="top-color" href="/genuine-algarve-exploring-portugal-beyond-the-coastline/">Genuine Algarve: Exploring Portugal Beyond the Coastline</a></h3>
  1945.                    <div class="blog-meta-v9">
  1946.                      <span>By <strong>Lisa Mendoza</strong></span>
  1947.                      <span>•</span>
  1948.                      <span>18 May 2026</span>
  1949.                    </div>
  1950.                    <p class="blog-excerpt-v9"></p>
  1951.                    <div class="blog-actions-v9">
  1952.                      <a href="/genuine-algarve-exploring-portugal-beyond-the-coastline/" class="blog-read-more-v9">Read More →</a>
  1953.                    </div>
  1954.                  </div>
  1955.                </article>
  1956.              </div>
  1957.            
  1958.            
  1959.  
  1960.          </div>
  1961.        </div>
  1962.  
  1963.       <div class="col col-lg-4 col-12">
  1964.                
  1965.  
  1966.  
  1967.  
  1968.    
  1969.  
  1970.    
  1971.    <!-- Search Widget -->
  1972.    <!-- <div class="pulse-sidebar-widget">
  1973.        <div class="pulse-widget-header pulse-search-header">
  1974.            <i class="fas fa-search"></i> SEARCH
  1975.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1976.        </div>
  1977.        <div class="pulse-widget-body">
  1978.            <form class="pulse-search-form" method="GET">
  1979.                <div class="position-relative">
  1980.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  1981.                           placeholder="Search" value="">
  1982.                    <button type="submit" class="pulse-search-btn-sidebar">
  1983.                        <i class="fas fa-search"></i>
  1984.                    </button>
  1985.                </div>
  1986.            </form>
  1987.        </div>
  1988.    </div> -->
  1989.    
  1990.    <!-- Recent Posts Widget -->
  1991.    <div class="pulse-sidebar-widget mb-3">
  1992.        <div class="pulse-widget-header pulse-recent-header">
  1993.            <i class="fas fa-clock"></i> RECENT POSTS
  1994.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1995.        </div>
  1996.        <div class="pulse-widget-body mb-3">
  1997.            
  1998.            <div class="pulse-recent-post-item">
  1999.                <a href="/david-raya-praises-teams-strength-as-key-to-silverware-ambitions/" class="pulse-recent-title">
  2000.                                            David Raya Praises Team&#x27;s Strength as Key to Silverware Ambitions
  2001.                                            </a>
  2002.                <div class="pulse-recent-meta">
  2003.                    <span><i class="far fa-calendar"></i> 18 May 2026</span>
  2004.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2005.                </div>
  2006.            </div>
  2007.            
  2008.            <div class="pulse-recent-post-item">
  2009.                <a href="/will-the-new-zealand-rugby-team-find-their-spark-during-the-fall-tour/" class="pulse-recent-title">
  2010.                                            Will the New Zealand rugby team find their spark during the fall tour?
  2011.                                            </a>
  2012.                <div class="pulse-recent-meta">
  2013.                    <span><i class="far fa-calendar"></i> 18 May 2026</span>
  2014.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2015.                </div>
  2016.            </div>
  2017.            
  2018.            <div class="pulse-recent-post-item">
  2019.                <a href="/trumps-dominant-shadow-in-sports-achieved-new-heights-in-2025-next-year-threatens-to-be-even-bigger/" class="pulse-recent-title">
  2020.                                            Trump&#x27;s Dominant Shadow in Sports Achieved New Heights in 2025. Next Year Threatens to Be Even Bigger.
  2021.                                            </a>
  2022.                <div class="pulse-recent-meta">
  2023.                    <span><i class="far fa-calendar"></i> 18 May 2026</span>
  2024.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2025.                </div>
  2026.            </div>
  2027.            
  2028.            <div class="pulse-recent-post-item">
  2029.                <a href="/we-got-let-go-and-were-owning-it-heres-how-to-land-a-new-job-that-suits-your-needs/" class="pulse-recent-title">
  2030.                                            We Got Let Go, and We&#x27;re Owning It – Here&#x27;s How to Land a New Job That Suits Your Needs
  2031.                                            </a>
  2032.                <div class="pulse-recent-meta">
  2033.                    <span><i class="far fa-calendar"></i> 18 May 2026</span>
  2034.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2035.                </div>
  2036.            </div>
  2037.            
  2038.            <div class="pulse-recent-post-item">
  2039.                <a href="/more-than-60000-escape-sudanese-city-following-takeover-by-rapid-support-forces-militia-un-says/" class="pulse-recent-title">
  2040.                                            More than 60,000 Escape Sudanese City Following Takeover by Rapid Support Forces Militia, UN Says
  2041.                                            </a>
  2042.                <div class="pulse-recent-meta">
  2043.                    <span><i class="far fa-calendar"></i> 17 May 2026</span>
  2044.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2045.                </div>
  2046.            </div>
  2047.            
  2048.            <div class="pulse-recent-post-item">
  2049.                <a href="/stay-active-as-you-are-working-ten-strength-building-workplace-workouts-you-can-do-in-everyday-outfits/" class="pulse-recent-title">
  2050.                                            Stay active as you are working? Ten strength-building workplace workouts you can do in everyday outfits
  2051.                                            </a>
  2052.                <div class="pulse-recent-meta">
  2053.                    <span><i class="far fa-calendar"></i> 17 May 2026</span>
  2054.                    <span><i class="far fa-user"></i> Lisa Mendoza</span>
  2055.                </div>
  2056.            </div>
  2057.            
  2058.            <!-- Django Template for Recent Posts -->
  2059.            <!--
  2060.            
  2061.            -->
  2062.            
  2063.        </div>
  2064.    </div>
  2065.    
  2066.    <div class="pulse-sidebar-widget mb-3">
  2067.        <div class="pulse-widget-header pulse-recent-header">
  2068.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2069.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2070.        </div>
  2071.        <div class="pulse-widget-body scrollable-sidebar">
  2072.            
  2073.            <div class="pulse-recent-post-item ">
  2074.                <a href="http://wisecow.com.ua/" rel="dofollow" class="pulse-recent-title ">
  2075.                                            казино без верифікації
  2076.                                            </a>
  2077.            </div>
  2078.            
  2079.            <div class="pulse-recent-post-item ">
  2080.                <a href="http://newtelegraphonline.com/" rel="dofollow" class="pulse-recent-title ">
  2081.                                            онлайн казино україни
  2082.                                            </a>
  2083.            </div>
  2084.            
  2085.            <div class="pulse-recent-post-item ">
  2086.                <a href="http://infolight.org.ua/" rel="dofollow" class="pulse-recent-title ">
  2087.                                            украина онлайн казино
  2088.                                            </a>
  2089.            </div>
  2090.            
  2091.            <div class="pulse-recent-post-item ">
  2092.                <a href="https://www.gameshub.com/dk/betting-uden-rofus/" rel="dofollow" class="pulse-recent-title ">
  2093.                                            bet uden om rofus
  2094.                                            </a>
  2095.            </div>
  2096.            
  2097.            <div class="pulse-recent-post-item ">
  2098.                <a href="https://www.ciese.org/" rel="dofollow" class="pulse-recent-title ">
  2099.                                            kasyno bez weryfikacji
  2100.                                            </a>
  2101.            </div>
  2102.            
  2103.            <div class="pulse-recent-post-item ">
  2104.                <a href="https://rozathun.pl/" rel="dofollow" class="pulse-recent-title ">
  2105.                                            kasyno bitcoin
  2106.                                            </a>
  2107.            </div>
  2108.            
  2109.            <div class="pulse-recent-post-item ">
  2110.                <a href="https://algramo.com/" rel="dofollow" class="pulse-recent-title ">
  2111.                                            mejores casinos online
  2112.                                            </a>
  2113.            </div>
  2114.            
  2115.            <div class="pulse-recent-post-item ">
  2116.                <a href="http://theatreinthesquare.net/" rel="dofollow" class="pulse-recent-title ">
  2117.                                            лучшие онлайн казино россия
  2118.                                            </a>
  2119.            </div>
  2120.            
  2121.            <div class="pulse-recent-post-item ">
  2122.                <a href="http://lipmag.com/" rel="dofollow" class="pulse-recent-title ">
  2123.                                            онлайн казино
  2124.                                            </a>
  2125.            </div>
  2126.            
  2127.            <div class="pulse-recent-post-item ">
  2128.                <a href="http://kartametro.info/" rel="dofollow" class="pulse-recent-title ">
  2129.                                            топ онлайн казино на реальные деньги
  2130.                                            </a>
  2131.            </div>
  2132.            
  2133.            <div class="pulse-recent-post-item ">
  2134.                <a href="http://dianeabroad.com/" rel="dofollow" class="pulse-recent-title ">
  2135.                                            онлайн казино
  2136.                                            </a>
  2137.            </div>
  2138.            
  2139.        </div>
  2140.    </div>
  2141.    
  2142.    <div class="pulse-sidebar-widget mb-3">
  2143.        <div class="pulse-widget-header pulse-recent-header">
  2144.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2145.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2146.        </div>
  2147.        <div class="pulse-widget-body scrollable-sidebar">
  2148.            
  2149.            <div class="pulse-recent-post-item ">
  2150.                <a href="http://zukclub.com/" rel="dofollow" class="pulse-recent-title ">
  2151.                                            рейтинг казино
  2152.                                            </a>
  2153.            </div>
  2154.            
  2155.            <div class="pulse-recent-post-item ">
  2156.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2157.                                            non UK bingo sites
  2158.                                            </a>
  2159.            </div>
  2160.            
  2161.            <div class="pulse-recent-post-item ">
  2162.                <a href="https://www.stmonicas.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2163.                                            casinos not on GAMSTOP
  2164.                                            </a>
  2165.            </div>
  2166.            
  2167.            <div class="pulse-recent-post-item ">
  2168.                <a href="https://legatumori.it" rel="dofollow" class="pulse-recent-title ">
  2169.                                            siti casino non aams
  2170.                                            </a>
  2171.            </div>
  2172.            
  2173.            <div class="pulse-recent-post-item ">
  2174.                <a href="https://onyonapp.com" rel="dofollow" class="pulse-recent-title ">
  2175.                                            casino non aams affidabile
  2176.                                            </a>
  2177.            </div>
  2178.            
  2179.            <div class="pulse-recent-post-item ">
  2180.                <a href="https://www.lifeasap.eu" rel="dofollow" class="pulse-recent-title ">
  2181.                                            migliori siti casino non aams
  2182.                                            </a>
  2183.            </div>
  2184.            
  2185.            <div class="pulse-recent-post-item ">
  2186.                <a href="https://taranto-2026.it" rel="dofollow" class="pulse-recent-title ">
  2187.                                            casino non aams
  2188.                                            </a>
  2189.            </div>
  2190.            
  2191.            <div class="pulse-recent-post-item ">
  2192.                <a href="https://fdncoffee.com" rel="dofollow" class="pulse-recent-title ">
  2193.                                            online casinos UK
  2194.                                            </a>
  2195.            </div>
  2196.            
  2197.            <div class="pulse-recent-post-item ">
  2198.                <a href="https://irasilver.org/" rel="dofollow" class="pulse-recent-title ">
  2199.                                            spil uden om rofus
  2200.                                            </a>
  2201.            </div>
  2202.            
  2203.            <div class="pulse-recent-post-item ">
  2204.                <a href="https://www.balsamik.fr" rel="dofollow" class="pulse-recent-title ">
  2205.                                            meilleur casino en ligne français
  2206.                                            </a>
  2207.            </div>
  2208.            
  2209.        </div>
  2210.    </div>
  2211.    
  2212.    <div class="pulse-sidebar-widget mb-3">
  2213.        <div class="pulse-widget-header pulse-recent-header">
  2214.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2215.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2216.        </div>
  2217.        <div class="pulse-widget-body scrollable-sidebar">
  2218.            
  2219.            <div class="pulse-recent-post-item ">
  2220.                <a href="https://www.start-net.org/" rel="dofollow" class="pulse-recent-title ">
  2221.                                            migliori casino non AAMS 2026
  2222.                                            </a>
  2223.            </div>
  2224.            
  2225.            <div class="pulse-recent-post-item ">
  2226.                <a href="https://www.kanttia2.fi/" rel="dofollow" class="pulse-recent-title ">
  2227.                                            nettikasino ilman rekisteröitymistä
  2228.                                            </a>
  2229.            </div>
  2230.            
  2231.            <div class="pulse-recent-post-item ">
  2232.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2233.                                            non GAMSTOP UK casinos
  2234.                                            </a>
  2235.            </div>
  2236.            
  2237.            <div class="pulse-recent-post-item ">
  2238.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2239.                                            Casinos Not Blocked by GamStop
  2240.                                            </a>
  2241.            </div>
  2242.            
  2243.        </div>
  2244.    </div>
  2245.    
  2246.    
  2247.  
  2248. <!-- CSS Styles -->
  2249. <style>
  2250. /* Sidebar Widget Base */
  2251. .pulse-sidebar-widget {
  2252.    background: var(--card-bg, white);
  2253.    border-radius: 12px;
  2254.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2255.    margin-bottom: 30px;
  2256.    overflow: hidden;
  2257.    border: 1px solid var(--border-color);
  2258. }
  2259.  
  2260. .pulse-widget-header {
  2261.    background: var(--bs-primary);
  2262.    color: var(--bs-white);
  2263.    padding: 15px 20px;
  2264.    font-weight: 700;
  2265.    font-size: 13px;
  2266.    text-transform: uppercase;
  2267.    letter-spacing: 1px;
  2268.    position: relative;
  2269.    display: flex;
  2270.    align-items: center;
  2271.    justify-content: space-between;
  2272.    gap: 8px;
  2273. }
  2274.  
  2275. .pulse-header-arrow {
  2276.    font-size: 12px;
  2277.    opacity: 0.8;
  2278. }
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284. .pulse-widget-body {
  2285.    padding: 25px 20px;
  2286. }
  2287.  
  2288. /* Search Widget */
  2289. .pulse-search-form {
  2290.    position: relative;
  2291. }
  2292.  
  2293. .pulse-search-input-sidebar {
  2294.    width: 100%;
  2295.    padding: 12px 45px 12px 15px;
  2296.    border: 2px solid #e9ecef;
  2297.    border-radius: 8px;
  2298.    font-size: 14px;
  2299.    transition: all 0.3s ease;
  2300.    background: var(--card-bg, white);
  2301.    color: var(--topbar-color, #333);
  2302. }
  2303.  
  2304. .pulse-search-input-sidebar:focus {
  2305.    border-color: var(--topbar-color, #6f42c1);
  2306.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2307.    outline: none;
  2308. }
  2309.  
  2310. .pulse-search-btn-sidebar {
  2311.    position: absolute;
  2312.    right: 5px;
  2313.    top: 50%;
  2314.    transform: translateY(-50%);
  2315.    background: var(--bs-primary, #6f42c1);
  2316.    border: none;
  2317.    color: var(--bs-white);
  2318.    padding: 8px 12px;
  2319.    border-radius: 6px;
  2320.    cursor: pointer;
  2321.    transition: all 0.3s ease;
  2322. }
  2323.  
  2324. .pulse-search-btn-sidebar:hover {
  2325.    background: var(--topbar-color, #5a359a);
  2326.    opacity: 0.9;
  2327. }
  2328.  
  2329. /* Recent Posts Widget */
  2330. .pulse-recent-post-item {
  2331.    padding: 10px 0;
  2332.    border-bottom: 1px solid var(--border-color);
  2333.    transition: all 0.3s ease;
  2334. }
  2335.  
  2336. .pulse-recent-post-item:last-child {
  2337.    border-bottom: none;
  2338.    padding-bottom: 0;
  2339. }
  2340.  
  2341. .pulse-recent-post-item:hover {
  2342.    background: rgba(248, 249, 250,0.1);
  2343.    padding-left: 20px;
  2344.    padding-right: 20px;
  2345.    border-radius: 8px;
  2346. }
  2347.  
  2348. .pulse-recent-title {
  2349.    font-size: 15px;
  2350.    font-weight: 600;
  2351.    color: var(--topbar-color, #2c3e50);
  2352.    line-height: 1.4;
  2353.    margin-bottom: 8px;
  2354.    text-decoration: none;
  2355.    display: block;
  2356. }
  2357.  
  2358. .pulse-recent-title:hover {
  2359.    color: var(--topbar-color, #e83e8c);
  2360.    text-decoration: none;
  2361.    opacity: 0.8;
  2362. }
  2363.  
  2364. .pulse-recent-meta {
  2365.    font-size: 12px;
  2366.    color: #6c757d;
  2367.    display: flex;
  2368.    align-items: center;
  2369.    gap: 10px;
  2370. }
  2371.  
  2372.  
  2373. /* Responsive Design */
  2374. @media (max-width: 768px) {
  2375.    .pulse-widget-body {
  2376.        padding: 20px 15px;
  2377.    }
  2378.    
  2379.    .pulse-recent-title {
  2380.        font-size: 14px;
  2381.    }
  2382. }
  2383.  
  2384. @media (max-width: 992px) {
  2385.    .pulse-sidebar-widget {
  2386.        margin-bottom: 25px;
  2387.    }
  2388. }
  2389. </style>
  2390.  
  2391.    
  2392.            </div>
  2393.      </div>
  2394.    </div>
  2395.  </section>
  2396.  
  2397.  <script>
  2398.    // Intersection Observer for Fade-in Effect
  2399.    document.addEventListener('DOMContentLoaded', function () {
  2400.      const observerOptions = {
  2401.        threshold: 0.2,
  2402.        rootMargin: '0px 0px -50px 0px'
  2403.      }
  2404.    
  2405.      const observer = new IntersectionObserver(function (entries, observer) {
  2406.        entries.forEach((entry) => {
  2407.          if (entry.isIntersecting) {
  2408.            entry.target.classList.add('fade-in')
  2409.            observer.unobserve(entry.target)
  2410.          }
  2411.        })
  2412.      }, observerOptions)
  2413.    
  2414.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2415.        observer.observe(card)
  2416.      })
  2417.    })
  2418.  </script>
  2419.  
  2420.  
  2421.    
  2422.        
  2423.        <!-- end wpo-blog-highlights-section -->
  2424.        <!-- start wpo-blog-sponsored-section -->
  2425.        
  2426.  
  2427.  
  2428.  
  2429.    
  2430.  
  2431.  
  2432.  
  2433. <section class="wpo-blog-sponsored-section section-padding">
  2434.    <div class="container-fluid fluid-container">
  2435.        <div class="wpo-section-title">
  2436.            <h2>sponsored news</h2>
  2437.        </div>
  2438.        <div class="row">
  2439.            <div class="wpo-blog-sponsored-wrap">
  2440.                <div class="wpo-blog-items">
  2441.                    <div class="row">
  2442.                        
  2443.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2444.                            <div class="wpo-blog-item">
  2445.                                <div class="wpo-blog-img">
  2446.                                    
  2447.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2448.                                    
  2449.                                    <div class="thumb bg-primary-gradient ">News</div>
  2450.                                </div>
  2451.                                <div class="wpo-blog-content">
  2452.                                    <h2>  <a href="/david-raya-praises-teams-strength-as-key-to-silverware-ambitions/" class="top-color">
  2453.                                            David Raya Praises Team&#x27;s Strength as Key to Silverware Ambitions
  2454.                                            </a>
  2455.                                    </h2>
  2456.                                    <ul>
  2457.                                        <li>
  2458.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2459.                                                </li>
  2460.                                        <li class="top-color">By Lisa Mendoza</li>
  2461.                                        <li  class="top-color">18 May 2026</li>
  2462.                                    </ul>
  2463.                                </div>
  2464.                            </div>
  2465.                        </div>
  2466.                        
  2467.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2468.                            <div class="wpo-blog-item">
  2469.                                <div class="wpo-blog-img">
  2470.                                    
  2471.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2472.                                    
  2473.                                    <div class="thumb bg-primary-gradient ">News</div>
  2474.                                </div>
  2475.                                <div class="wpo-blog-content">
  2476.                                    <h2>  <a href="/will-the-new-zealand-rugby-team-find-their-spark-during-the-fall-tour/" class="top-color">
  2477.                                            Will the New Zealand rugby team find their spark during the fall tour?
  2478.                                            </a>
  2479.                                    </h2>
  2480.                                    <ul>
  2481.                                        <li>
  2482.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2483.                                                </li>
  2484.                                        <li class="top-color">By Lisa Mendoza</li>
  2485.                                        <li  class="top-color">18 May 2026</li>
  2486.                                    </ul>
  2487.                                </div>
  2488.                            </div>
  2489.                        </div>
  2490.                        
  2491.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2492.                            <div class="wpo-blog-item">
  2493.                                <div class="wpo-blog-img">
  2494.                                    
  2495.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2496.                                    
  2497.                                    <div class="thumb bg-primary-gradient ">News</div>
  2498.                                </div>
  2499.                                <div class="wpo-blog-content">
  2500.                                    <h2>  <a href="/trumps-dominant-shadow-in-sports-achieved-new-heights-in-2025-next-year-threatens-to-be-even-bigger/" class="top-color">
  2501.                                            Trump&#x27;s Dominant Shadow in Sports Achieved New Heights in 2025. Next Year Threatens to Be Even Bigger.
  2502.                                            </a>
  2503.                                    </h2>
  2504.                                    <ul>
  2505.                                        <li>
  2506.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2507.                                                </li>
  2508.                                        <li class="top-color">By Lisa Mendoza</li>
  2509.                                        <li  class="top-color">18 May 2026</li>
  2510.                                    </ul>
  2511.                                </div>
  2512.                            </div>
  2513.                        </div>
  2514.                        
  2515.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2516.                            <div class="wpo-blog-item">
  2517.                                <div class="wpo-blog-img">
  2518.                                    
  2519.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2520.                                    
  2521.                                    <div class="thumb bg-primary-gradient ">News</div>
  2522.                                </div>
  2523.                                <div class="wpo-blog-content">
  2524.                                    <h2>  <a href="/we-got-let-go-and-were-owning-it-heres-how-to-land-a-new-job-that-suits-your-needs/" class="top-color">
  2525.                                            We Got Let Go, and We&#x27;re Owning It – Here&#x27;s How to Land a New Job That Suits Your Needs
  2526.                                            </a>
  2527.                                    </h2>
  2528.                                    <ul>
  2529.                                        <li>
  2530.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2531.                                                </li>
  2532.                                        <li class="top-color">By Lisa Mendoza</li>
  2533.                                        <li  class="top-color">18 May 2026</li>
  2534.                                    </ul>
  2535.                                </div>
  2536.                            </div>
  2537.                        </div>
  2538.                        
  2539.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2540.                            <div class="wpo-blog-item">
  2541.                                <div class="wpo-blog-img">
  2542.                                    
  2543.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2544.                                    
  2545.                                    <div class="thumb bg-primary-gradient ">News</div>
  2546.                                </div>
  2547.                                <div class="wpo-blog-content">
  2548.                                    <h2>  <a href="/more-than-60000-escape-sudanese-city-following-takeover-by-rapid-support-forces-militia-un-says/" class="top-color">
  2549.                                            More than 60,000 Escape Sudanese City Following Takeover by Rapid Support Forces Militia, UN Says
  2550.                                            </a>
  2551.                                    </h2>
  2552.                                    <ul>
  2553.                                        <li>
  2554.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2555.                                                </li>
  2556.                                        <li class="top-color">By Lisa Mendoza</li>
  2557.                                        <li  class="top-color">17 May 2026</li>
  2558.                                    </ul>
  2559.                                </div>
  2560.                            </div>
  2561.                        </div>
  2562.                        
  2563.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  2564.                            <div class="wpo-blog-item">
  2565.                                <div class="wpo-blog-img">
  2566.                                    
  2567.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2568.                                    
  2569.                                    <div class="thumb bg-primary-gradient ">News</div>
  2570.                                </div>
  2571.                                <div class="wpo-blog-content">
  2572.                                    <h2>  <a href="/stay-active-as-you-are-working-ten-strength-building-workplace-workouts-you-can-do-in-everyday-outfits/" class="top-color">
  2573.                                            Stay active as you are working? Ten strength-building workplace workouts you can do in everyday outfits
  2574.                                            </a>
  2575.                                    </h2>
  2576.                                    <ul>
  2577.                                        <li>
  2578.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/dca35861-cff9-43bc-a32a-30dc8fa6d52f_profile.png" alt="Lisa Mendoza" style="object-fit: cover;">
  2579.                                                </li>
  2580.                                        <li class="top-color">By Lisa Mendoza</li>
  2581.                                        <li  class="top-color">17 May 2026</li>
  2582.                                    </ul>
  2583.                                </div>
  2584.                            </div>
  2585.                        </div>
  2586.                        
  2587.  
  2588.                    </div>
  2589.                </div>
  2590.            </div>
  2591.        </div>
  2592.    </div> <!-- end container -->
  2593. </section>
  2594.  
  2595.  
  2596.    
  2597.        <!-- end wpo-blog-sponsored-section -->
  2598.        <!-- start wpo-subscribe-section -->
  2599.        
  2600.        <!-- end subscribe-section -->
  2601.        <!-- start of wpo-site-footer-section -->
  2602.        
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608.  
  2609. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  2610. <footer class="footer-v5 bg-primary-gradient border-top">
  2611.    
  2612.    <!-- Main Footer Content -->
  2613.    <div class="container-fluid py-5">
  2614.        
  2615.        <!-- Top Section with Logo and Description -->
  2616.        <div class="row mb-5">
  2617.            <div class="col-12 text-center">
  2618.                <div class="footer-brand mb-4">
  2619.                    
  2620.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/53e2efb6-e040-4bef-9f4d-725080036fb4_logo.png" alt="Vertex Lucky Studio" class="footer-logo mb-3" height="60">
  2621.                    
  2622.                    <h4 class="fw-bold footer-color mb-2">Vertex Lucky Studio</h4>
  2623.                    <p class="footer-color opacity-50">Vertex Lucky Studio offers professional web design, development, and digital solutions. We help businesses create stunning, functional websites with modern technologies.</p>
  2624.                </div>
  2625.            </div>
  2626.        </div>
  2627.  
  2628.        <!-- Content Grid -->
  2629.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  2630.            
  2631.            <!-- Quick Links Column -->
  2632.            <div class="">
  2633.                <div class="footer-section">
  2634.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2635.                        Quick Links
  2636.                    </h6>
  2637.                    <ul class="list-unstyled footer-links">
  2638.                        
  2639.                        <li class="mb-2">
  2640.                            <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-heavy-metal-group-castle-rat/"
  2641.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2642.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2643.                                ‘I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Heavy Metal Group Castle Rat
  2644.                            </a>
  2645.                        </li>
  2646.                        
  2647.                        <li class="mb-2">
  2648.                            <a href="/who-is-the-politician-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/"
  2649.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2650.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2651.                                Who is the Politician Al Carns? Former Marine and Government Minister with Sights on the Top Job
  2652.                            </a>
  2653.                        </li>
  2654.                        
  2655.                        <li class="mb-2">
  2656.                            <a href="/swiss-ski-resort-fire-victims-are-treated-in-burns-units-throughout-the-continent/"
  2657.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2658.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2659.                                Swiss Ski Resort Fire Victims Are Treated in Burns Units Throughout the Continent
  2660.                            </a>
  2661.                        </li>
  2662.                        
  2663.                        <li class="mb-2">
  2664.                            <a href="/the-future-of-online-slot-games-exciting-developments-to-keep-an-eye-on/"
  2665.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2666.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2667.                                The Future of Online Slot Games: Exciting Developments to Keep an Eye On
  2668.                            </a>
  2669.                        </li>
  2670.                        
  2671.                        <li class="mb-2">
  2672.                            <a href="/dominating-online-slot-games-best-tips-for-online-casino-players/"
  2673.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2674.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2675.                                Dominating Online Slot Games: Best Tips for Online Casino Players
  2676.                            </a>
  2677.                        </li>
  2678.                        
  2679.                        <li class="mb-2">
  2680.                            <a href="/queens-acknowledge-queens-as-trump-offers-mamdani-a-friendly-welcome/"
  2681.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2682.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2683.                                Queens Acknowledge Queens as Trump Offers Mamdani a Friendly Welcome
  2684.                            </a>
  2685.                        </li>
  2686.                        
  2687.                    </ul>
  2688.                </div>
  2689.            </div>
  2690.  
  2691.            <!-- Resources Column -->
  2692.            <div class="">
  2693.                <div class="footer-section">
  2694.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2695.                        Resources
  2696.                    </h6>
  2697.                   <ul class="footer-links" id="footerLinks">
  2698.        
  2699.        
  2700.  
  2701.        
  2702.        
  2703.        
  2704.        
  2705.    </ul>
  2706.                </div>
  2707.            </div>
  2708.  
  2709.            <!-- Categories Column -->
  2710.            <div class="">
  2711.                <div class="footer-section">
  2712.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2713.                        Categories
  2714.                    </h6>
  2715.                    <div class="category-tags">
  2716.                      
  2717.                                <li>
  2718.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  2719.                                        All Posts
  2720.                                    </a>
  2721.                                </li>
  2722.                                
  2723.                                <li>
  2724.                                    <a href="/category/business/" class="footer-link footer-color">
  2725.                                        Business
  2726.                                    </a>
  2727.                                </li>
  2728.                                
  2729.                                <li>
  2730.                                    <a href="/category/esports/" class="footer-link footer-color">
  2731.                                        Esports
  2732.                                    </a>
  2733.                                </li>
  2734.                                
  2735.                                <li>
  2736.                                    <a href="/category/fashion/" class="footer-link footer-color">
  2737.                                        Fashion
  2738.                                    </a>
  2739.                                </li>
  2740.                                
  2741.                                <li>
  2742.                                    <a href="/category/featured/" class="footer-link footer-color">
  2743.                                        Featured
  2744.                                    </a>
  2745.                                </li>
  2746.                                
  2747.                                <li>
  2748.                                    <a href="/category/gaming/" class="footer-link footer-color">
  2749.                                        Gaming
  2750.                                    </a>
  2751.                                </li>
  2752.                                
  2753.                    </div>
  2754.                </div>
  2755.            </div>
  2756.  
  2757.        </div>
  2758.  
  2759.    </div>
  2760.  
  2761.    <!-- Footer Bottom -->
  2762.    <div class="footer-bottom  border-top py-3">
  2763.        <div class="container-fluid fluid-container">
  2764.            <div class=" d-flex justify-content-between flex-wrap">
  2765.                <div class="">
  2766.                    <p class="mb-0 footer-color  ">
  2767.                        © 2026 <span class="fw-semibold footer-color">Vertex Lucky Studio</span>. All rights reserved.
  2768.                    </p>
  2769.                </div>
  2770.                <div class="">
  2771.                    <div class="footer-nav">
  2772.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  2773.                            <i class="bi bi-file-text me-1"></i>Write For Us
  2774.                        </a>
  2775.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  2776.                            <i class="bi bi-file-text me-1"></i>Terms
  2777.                        </a>
  2778.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  2779.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  2780.                        </a>
  2781.                    </div>
  2782.                </div>
  2783.            </div>
  2784.        </div>
  2785.    </div>
  2786.  
  2787. </footer>
  2788.  
  2789. <style>
  2790. /* Footer V5 - Clean Minimalist Bootstrap Design */
  2791.  
  2792.  
  2793.  
  2794.  
  2795. .footer-logo {
  2796.    border-radius: 8px;
  2797. }
  2798.  
  2799. /* Footer Sections */
  2800. .footer-section {
  2801.    padding: 0 15px;
  2802. }
  2803.  
  2804. .footer-section h6 {
  2805.    position: relative;
  2806.    padding-bottom: 8px;
  2807. }
  2808.  
  2809. .footer-section h6::after {
  2810.    content: '';
  2811.    position: absolute;
  2812.    bottom: 0;
  2813.    left: 0;
  2814.    width: 30px;
  2815.    height: 2px;
  2816.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  2817.    border-radius: 1px;
  2818. }
  2819.  
  2820. /* Links Styling */
  2821. .footer-links a {
  2822.    transition: all 0.3s ease;
  2823.    padding: 4px 0;
  2824.    border-radius: 4px;
  2825. }
  2826.  
  2827. .footer-links a:hover {
  2828.    color: var(--bs-primary) !important;
  2829.    padding-left: 8px;
  2830. }
  2831.  
  2832. .footer-links a:hover i {
  2833.    transform: translateX(2px);
  2834. }
  2835.  
  2836. /* Category Tags */
  2837. .category-tag {
  2838.    transition: all 0.3s ease;
  2839.    padding: 6px 12px !important;
  2840.    font-size: 0.875rem;
  2841. }
  2842.  
  2843.  
  2844.  
  2845. /* Footer Bottom */
  2846. .footer-bottom {
  2847.    backdrop-filter: blur(10px);
  2848. }
  2849.  
  2850. /* Responsive Design */
  2851. @media (max-width: 768px) {
  2852.    .footer-v5 {
  2853.        margin-top: 60px;
  2854.    }
  2855.    
  2856.    .footer-section {
  2857.        text-align:start;
  2858.        margin-bottom: 40px;
  2859.    }
  2860.    
  2861.    .footer-links a,
  2862.    .category-tags {
  2863.        justify-content:start;
  2864.    }
  2865.    
  2866.    .social-links .d-flex {
  2867.        justify-content:start;
  2868.    }
  2869. }
  2870.  
  2871. @media (max-width: 576px) {
  2872.    .footer-brand h4 {
  2873.        font-size: 1.25rem;
  2874.    }
  2875.    
  2876.    .stats-item h5 {
  2877.        font-size: 1.1rem;
  2878.    }
  2879.    
  2880.    .newsletter-form .btn {
  2881.        padding: 8px 12px;
  2882.    }
  2883. }
  2884.  
  2885. /* Animation Classes */
  2886. .fade-in {
  2887.    animation: fadeIn 0.6s ease-in;
  2888. }
  2889.  
  2890. @keyframes fadeIn {
  2891.    from { opacity: 0; transform: translateY(20px); }
  2892.    to { opacity: 1; transform: translateY(0); }
  2893. }
  2894.  
  2895. /* Loading State */
  2896. .loading {
  2897.    pointer-events: none;
  2898.    opacity: 0.7;
  2899. }
  2900.  
  2901. .loading .btn {
  2902.    position: relative;
  2903. }
  2904.  
  2905. .loading .btn::after {
  2906.    content: '';
  2907.    position: absolute;
  2908.    top: 50%;
  2909.    left: 50%;
  2910.    width: 16px;
  2911.    height: 16px;
  2912.    margin: -8px 0 0 -8px;
  2913.    border: 2px solid transparent;
  2914.    border-top-color: currentColor;
  2915.    border-radius: 50%;
  2916.    animation: spin 1s linear infinite;
  2917. }
  2918.  
  2919. @keyframes spin {
  2920.    to { transform: rotate(360deg); }
  2921. }
  2922.  
  2923. /* Utility Classes */
  2924. .text-gradient {
  2925.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  2926.    -webkit-background-clip: text;
  2927.    -webkit-text-fill-color: transparent;
  2928.    background-clip: text;
  2929. }
  2930.  
  2931. .hover-lift {
  2932.    transition: transform 0.3s ease;
  2933. }
  2934.  
  2935. .hover-lift:hover {
  2936.    transform: translateY(-2px);
  2937. }
  2938. </style>
  2939.  
  2940.  
  2941. <script>
  2942. document.addEventListener('DOMContentLoaded', function() {
  2943.    
  2944.    // Initialize Bootstrap tooltips
  2945.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  2946.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  2947.        return new bootstrap.Tooltip(tooltipTriggerEl);
  2948.    });
  2949.  
  2950.    // Newsletter form handling
  2951.    const newsletterForm = document.querySelector('.newsletter-form');
  2952.    if (newsletterForm) {
  2953.        newsletterForm.addEventListener('submit', function(e) {
  2954.            e.preventDefault();
  2955.            
  2956.            const email = this.querySelector('input[name="email"]').value.trim();
  2957.            const submitBtn = this.querySelector('button[type="submit"]');
  2958.            const originalContent = submitBtn.innerHTML;
  2959.            
  2960.            // Validate email
  2961.            if (!email || !isValidEmail(email)) {
  2962.                showToast('Please enter a valid email address', 'error');
  2963.                return;
  2964.            }
  2965.            
  2966.            // Show loading state
  2967.            this.classList.add('loading');
  2968.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  2969.            submitBtn.disabled = true;
  2970.            
  2971.            // Simulate API call
  2972.            setTimeout(() => {
  2973.                // Success state
  2974.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  2975.                submitBtn.classList.remove('btn-primary');
  2976.                submitBtn.classList.add('btn-success');
  2977.                
  2978.                showToast('Successfully subscribed to newsletter!', 'success');
  2979.                
  2980.                // Reset form
  2981.                setTimeout(() => {
  2982.                    this.classList.remove('loading');
  2983.                    submitBtn.innerHTML = originalContent;
  2984.                    submitBtn.classList.remove('btn-success');
  2985.                    submitBtn.classList.add('btn-primary');
  2986.                    submitBtn.disabled = false;
  2987.                    this.reset();
  2988.                }, 2000);
  2989.                
  2990.            }, 1500);
  2991.        });
  2992.    }
  2993.    
  2994.    // Email validation function
  2995.    function isValidEmail(email) {
  2996.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2997.        return emailRegex.test(email);
  2998.    }
  2999.    
  3000.    // Toast notification function
  3001.    function showToast(message, type = 'info') {
  3002.        // Remove existing toasts
  3003.        const existingToasts = document.querySelectorAll('.custom-toast');
  3004.        existingToasts.forEach(toast => toast.remove());
  3005.        
  3006.        // Create toast
  3007.        const toast = document.createElement('div');
  3008.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3009.        toast.style.zIndex = '9999';
  3010.        toast.innerHTML = `
  3011.            <div class="d-flex align-items-center">
  3012.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3013.                <span>${message}</span>
  3014.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3015.            </div>
  3016.        `;
  3017.        
  3018.        document.body.appendChild(toast);
  3019.        
  3020.        // Auto remove after 4 seconds
  3021.        setTimeout(() => {
  3022.            if (toast && toast.parentNode) {
  3023.                toast.remove();
  3024.            }
  3025.        }, 4000);
  3026.    }
  3027.    
  3028.    // Smooth scroll for internal links
  3029.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3030.        anchor.addEventListener('click', function(e) {
  3031.            e.preventDefault();
  3032.            const target = document.querySelector(this.getAttribute('href'));
  3033.            if (target) {
  3034.                target.scrollIntoView({
  3035.                    behavior: 'smooth',
  3036.                    block: 'start'
  3037.                });
  3038.            }
  3039.        });
  3040.    });
  3041.    
  3042.    // Add fade-in animation to footer sections on scroll
  3043.    const observerOptions = {
  3044.        threshold: 0.1,
  3045.        rootMargin: '0px 0px -50px 0px'
  3046.    };
  3047.    
  3048.    const sectionObserver = new IntersectionObserver((entries) => {
  3049.        entries.forEach(entry => {
  3050.            if (entry.isIntersecting) {
  3051.                entry.target.classList.add('fade-in');
  3052.            }
  3053.        });
  3054.    }, observerOptions);
  3055.    
  3056.    // Observe footer sections
  3057.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3058.        sectionObserver.observe(section);
  3059.    });
  3060.    
  3061.    // Enhanced hover effects for category tags
  3062.    document.querySelectorAll('.category-tag').forEach(tag => {
  3063.        tag.addEventListener('mouseenter', function() {
  3064.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3065.        });
  3066.        
  3067.        tag.addEventListener('mouseleave', function() {
  3068.            this.style.transform = 'translateY(0) scale(1)';
  3069.        });
  3070.    });
  3071.    
  3072.    // Prevent default for demo links
  3073.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3074.        link.addEventListener('click', function(e) {
  3075.            e.preventDefault();
  3076.        });
  3077.    });
  3078.    
  3079.    // Add click ripple effect to buttons
  3080.    document.querySelectorAll('.btn').forEach(btn => {
  3081.        btn.addEventListener('click', function(e) {
  3082.            const ripple = document.createElement('span');
  3083.            const rect = this.getBoundingClientRect();
  3084.            const size = Math.max(rect.width, rect.height);
  3085.            const x = e.clientX - rect.left - size / 2;
  3086.            const y = e.clientY - rect.top - size / 2;
  3087.            
  3088.            ripple.style.cssText = `
  3089.                position: absolute;
  3090.                left: ${x}px;
  3091.                top: ${y}px;
  3092.                width: ${size}px;
  3093.                height: ${size}px;
  3094.                border-radius: 50%;
  3095.                background: rgba(255, 255, 255, 0.4);
  3096.                transform: scale(0);
  3097.                animation: ripple-effect 0.6s linear;
  3098.                pointer-events: none;
  3099.            `;
  3100.            
  3101.            this.style.position = 'relative';
  3102.            this.style.overflow = 'hidden';
  3103.            this.appendChild(ripple);
  3104.            
  3105.            setTimeout(() => ripple.remove(), 600);
  3106.        });
  3107.    });
  3108.    
  3109. });
  3110.  
  3111. // Add ripple animation CSS
  3112. const rippleCSS = document.createElement('style');
  3113. rippleCSS.textContent = `
  3114.    @keyframes ripple-effect {
  3115.        to {
  3116.            transform: scale(4);
  3117.            opacity: 0;
  3118.        }
  3119.    }
  3120. `;
  3121. document.head.appendChild(rippleCSS);
  3122.  
  3123. document.addEventListener('DOMContentLoaded', function () {
  3124.    var btn = document.getElementById('toggleFooterLinks');
  3125.    if (!btn) return; // No extra links, no button
  3126.  
  3127.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3128.  
  3129.    btn.addEventListener('click', function () {
  3130.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3131.            return li.classList.contains('d-none');
  3132.        });
  3133.  
  3134.        extras.forEach(function (li) {
  3135.            if (anyHidden) {
  3136.                li.classList.remove('d-none');
  3137.                li.classList.add('show');
  3138.            } else {
  3139.                li.classList.add('d-none');
  3140.                li.classList.remove('show');
  3141.            }
  3142.        });
  3143.  
  3144.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3145.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3146.    });
  3147. });
  3148.  
  3149. </script>
  3150.  
  3151.        <!-- end of wpo-site-footer-section -->
  3152.    </div>
  3153.    <!-- end of page-wrapper -->
  3154.  
  3155.    <!-- All JavaScript files
  3156.    ================================================== -->
  3157.    
  3158.  
  3159. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3160. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3161. <!-- Plugins for this template -->
  3162. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3163. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3164. <!-- Custom script for this template -->
  3165. <script src="/static/blogapp/assets/js/script.js"></script>
  3166.  
  3167. <script>
  3168. (function () {
  3169. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3170. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3171.  
  3172. function applyFallback(img) {
  3173. if (!img || img.dataset.fallbackApplied === "1") {
  3174. return;
  3175. }
  3176. var failedSrc = img.currentSrc || img.src || "";
  3177. img.dataset.fallbackApplied = "1";
  3178. img.onerror = null;
  3179. img.src = fallbackImageSrc;
  3180. console.warn("[ImageFallback] Replaced broken image:", {
  3181. failedSrc: failedSrc,
  3182. fallbackSrc: fallbackImageSrc,
  3183. alt: img.alt || "",
  3184. });
  3185. }
  3186.  
  3187. document.querySelectorAll("img").forEach(function (img) {
  3188. if (img.complete && img.naturalWidth === 0) {
  3189. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3190. failedSrc: img.currentSrc || img.src || "",
  3191. alt: img.alt || "",
  3192. });
  3193. applyFallback(img);
  3194. }
  3195. });
  3196.  
  3197. document.addEventListener(
  3198. "error",
  3199. function (event) {
  3200. var target = event.target;
  3201. if (target && target.tagName === "IMG") {
  3202. applyFallback(target);
  3203. }
  3204. },
  3205. true
  3206. );
  3207. })();
  3208. </script>
  3209.  
  3210. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3211.  
  3212.  
  3213.  
  3214. <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":"6c59bc01accf4817b433742353bdf8e3","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3215. </body>
  3216.  
  3217. </html>
  3218.  
  3219.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda