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://modernworldnews.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151725.977_IlZ7QIc_Hik9gf0_zIKLepl.png">
  14.    
  15.  
  16.    <title>Modern World News: Latest Global Updates and In-Depth Analysis</title>
  17.    <meta name="description" content="Stay informed with breaking news, expert insights, and comprehensive coverage of global events from politics to technology on Modern World News.">
  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://modernworldnews.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #3498db;
  42.        --bs-primary-rgb: 3498db;
  43.        --bs-secondary: #7f8c8d;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f39c12;
  47.        --bs-info: #1abc9c;
  48.        --bs-light: #f0f3f5;
  49.        --bs-dark: #2c3e50;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #3498db;
  53.        --theme-primary-color-s2: #3498db;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c3e50;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c3e50;
  59.        --border-color: #b2bec3;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #dfe6e9;
  75.        --navbar-color: #2c3e50;
  76.        --topbar-bg: #f0f3f5;
  77.        --topbar-color: #2c3e50;
  78.        --footer-bg: #2c3e50;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #b2bec3;
  82.        --card-radius: 14px;
  83.        --link-color: #3498db;
  84.        --link-hover: #2980b9;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(52, 152, 219, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_7">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  407.        <!-- Date/Time -->
  408.        <span id="current-time" class="text-nowrap"></span>
  409.    
  410.        <!-- Marquee News -->
  411.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  412.            
  413.                <a href="/fresh-test-series-controversy-as-smith-sent-off-on-review/" class="px-4 top-color">
  414.                    Fresh Test Series Controversy as Smith Sent Off on Review
  415.                </a>
  416.            
  417.                <a href="/milan-hockey-venue-setbacks-may-force-nhl-players-on-unproven-ice/" class="px-4 top-color">
  418.                    Milan Hockey Venue Setbacks May Force NHL Players on Unproven Ice
  419.                </a>
  420.            
  421.                <a href="/expedition-33-fans-convinced-forthcoming-dlc-may-include-evil-esquie-showdown/" class="px-4 top-color">
  422.                    Expedition 33 Fans Convinced Forthcoming DLC May Include Evil Esquie Showdown
  423.                </a>
  424.            
  425.                <a href="/naoya-inoue-moves-a-stride-closer-to-historic-tokyo-showdown-following-commanding-win/" class="px-4 top-color">
  426.                    Naoya Inoue Moves a Stride Closer to Historic Tokyo Showdown Following Commanding Win.
  427.                </a>
  428.            
  429.                <a href="/japans-first-woman-prime-minister-an-unprecedented-moment-that-comes-with-caveats/" class="px-4 top-color">
  430.                    Japan&#x27;s First Woman Prime Minister: An Unprecedented Moment that Comes with Caveats
  431.                </a>
  432.            
  433.        </marquee>
  434.    </div>
  435. </div>
  436.  
  437. <script>
  438. function updateCurrentTime() {
  439.    const currentDate = new Date();
  440.  
  441.    // Day Names
  442.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  443.    const day = dayNames[currentDate.getDay()];
  444.  
  445.    // Date Formatting
  446.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  447.    const monthNames = ["January", "February", "March", "April", "May", "June",
  448.                        "July", "August", "September", "October", "November", "December"];
  449.    const month = monthNames[currentDate.getMonth()];
  450.    const year = currentDate.getFullYear();
  451.  
  452.    // Final string
  453.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  454.  
  455.    document.getElementById('current-time').innerHTML = `
  456.        <span class='bg-primary-gradient p-2 '>
  457.            <span class="fw-bold">${dateString}</span>
  458.        </span>
  459.    `;
  460. }
  461. updateCurrentTime();
  462. </script>
  463.  
  464.  
  465.  
  466.            
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <nav class="navigation navbar navbar-expand-lg mb-4">
  474.  <div class="container-fluid fluid-container">
  475.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  476.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  477.          <a class="navbar-brand" href="/">
  478.              
  479.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/de64c89e-d93e-4b21-ad3e-149f016dea1c_logo.png" alt="Modern World News" />
  480.              
  481.          </a>
  482.      </div>
  483.      <div class="">
  484.        <div class="style-card">
  485.          <div class="minimal-search mb-md-4 mb-0">
  486.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  487.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  488.              <circle cx="11" cy="11" r="8"></circle>
  489.              <path d="m21 21-4.35-4.35"></path>
  490.            </svg>
  491.          </div>
  492.          <!-- The search results will be displayed here -->
  493.          <div id="search-results" class="search-results-container search-v1"></div>
  494.        </div>
  495.      </div>
  496.      <div class=" d-flex flex-wrap">
  497.        <div class="navbar-header d-lg-none d-none d-md-flex">
  498.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/de64c89e-d93e-4b21-ad3e-149f016dea1c_logo.png" alt="" /></a>
  499.        </div>
  500.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  501.          <button class="menu-close"><i class="ti-close"></i></button>
  502.  
  503.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  504.    <li>
  505.      <a href="/">
  506.        Home
  507.      </a>
  508.    </li>
  509.  
  510.  
  511.    <li>
  512.      <a href="/category/all-posts/">
  513.        All Posts
  514.      </a>
  515.    </li>
  516.  
  517.    <li>
  518.      <a href="/category/business/">
  519.        Business
  520.      </a>
  521.    </li>
  522.  
  523.    <li>
  524.      <a href="/category/esports/">
  525.        Esports
  526.      </a>
  527.    </li>
  528.  
  529.  
  530.  
  531.  <div class="navbar-header d-lg-block d-none">
  532.    <a class="navbar-brand" href="/">
  533.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/de64c89e-d93e-4b21-ad3e-149f016dea1c_logo.png" alt="" />
  534.    </a>
  535.  </div>
  536.  
  537.  
  538.  
  539.    
  540.    
  541.    
  542.      <li>
  543.        <a href="/category/fashion/">
  544.          Fashion
  545.        </a>
  546.      </li>
  547.    
  548.      <li>
  549.        <a href="/category/featured/">
  550.          Featured
  551.        </a>
  552.      </li>
  553.    
  554.  
  555.    
  556.    
  557.      <li class="menu-item-has-children">
  558.        <a href="#">More</a>
  559.        <ul class="sub-menu">
  560.          
  561.            <li>
  562.              <a href="/category/gaming/">
  563.                Gaming
  564.              </a>
  565.            </li>
  566.          
  567.            <li>
  568.              <a href="/category/health/">
  569.                Health
  570.              </a>
  571.            </li>
  572.          
  573.            <li>
  574.              <a href="/category/life-fitness/">
  575.                Life &amp; Fitness
  576.              </a>
  577.            </li>
  578.          
  579.            <li>
  580.              <a href="/category/lifestyle/">
  581.                Lifestyle
  582.              </a>
  583.            </li>
  584.          
  585.            <li>
  586.              <a href="/category/news/">
  587.                News
  588.              </a>
  589.            </li>
  590.          
  591.            <li>
  592.              <a href="/category/others/">
  593.                Others
  594.              </a>
  595.            </li>
  596.          
  597.            <li>
  598.              <a href="/category/politics/">
  599.                Politics
  600.              </a>
  601.            </li>
  602.          
  603.            <li>
  604.              <a href="/category/sports/">
  605.                Sports
  606.              </a>
  607.            </li>
  608.          
  609.            <li>
  610.              <a href="/category/tech/">
  611.                Tech
  612.              </a>
  613.            </li>
  614.          
  615.            <li>
  616.              <a href="/category/travel/">
  617.                Travel
  618.              </a>
  619.            </li>
  620.          
  621.        </ul>
  622.      </li>
  623.    
  624.  
  625.  
  626. <li>
  627.                  <a href="/page/contact-us/">
  628.                     Contact Us
  629.                  </a>
  630.              </li>
  631. </ul>
  632.  
  633.        </div>
  634.        <div class="sidebar-blur"></div>
  635.        <!-- end of nav-collapse -->
  636.      </div>
  637.      <div class="me-3">
  638.        <div class="mobail-menu d-xl-none d-block">
  639.          <button type="button" class="navbar-toggler open-btn">
  640.            <span class="sr-only">Toggle navigation</span>
  641.            <span class="icon-bar first-angle"></span>
  642.            <span class="icon-bar middle-angle"></span>
  643.            <span class="icon-bar last-angle"></span>
  644.          </button>
  645.        </div>
  646.        <!-- <div class="header-right">
  647.          <div class="header-right-menu-wrapper d-xl-block d-none">
  648.            <div class="header-right-menu">
  649.              <div class="right-menu-toggle-btn">
  650.                <span></span>
  651.                <span></span>
  652.                <span></span>
  653.              </div>
  654.              <div class="header-right-menu-wrap" style="z-index: 999;">
  655.                <button class="right-menu-close"><i class="ti-close"></i></button>
  656.                <div class="logo">
  657.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  658.                </div>
  659.                <div class="header-right-sec">
  660.                  <div class="project-widget widget">
  661.                    <h3 class="text-white">Our Latest News</h3>
  662.                    <div class="posts">
  663.                      <div class="post">
  664.                        <div class="img-holder">
  665.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  666.                        </div>
  667.                        <div class="details">
  668.                          <span class="date">19 Jun 2022</span>
  669.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  670.                        </div>
  671.                      </div>
  672.                      <div class="post">
  673.                        <div class="img-holder">
  674.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  675.                        </div>
  676.                        <div class="details">
  677.                          <span class="date">22 May 2022</span>
  678.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  679.                        </div>
  680.                      </div>
  681.                      <div class="post">
  682.                        <div class="img-holder">
  683.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  684.                        </div>
  685.                        <div class="details">
  686.                          <span class="date">12 Apr 2022</span>
  687.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  688.                        </div>
  689.                      </div>
  690.                    </div>
  691.                  </div>
  692.                  <div class="widget wpo-contact-widget">
  693.                    <div class="widget-title">
  694.                      <h3 class="text-white">Contact Us</h3>
  695.                    </div>
  696.                    <div class="contact-ft">
  697.                      <ul>
  698.                        <li>
  699.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  700.                        </li>
  701.                        <li>
  702.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  703.                          + 8 (123) 123 456 789
  704.                        </li>
  705.                        <li>
  706.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  707.                        </li>
  708.                      </ul>
  709.                    </div>
  710.                  </div>
  711.                </div>
  712.              </div>
  713.              <div class="sidebar-blur"></div>
  714.            </div>
  715.          </div>
  716.        </div> -->
  717.      </div>
  718.    </div>
  719.  </div>
  720.  <!-- end of container -->
  721. </nav>
  722. <style>
  723.  .navbar-brand img{
  724.    height: 70px;
  725.    object-fit: contain;
  726.  }
  727.    /* search field */
  728.  .search-results-container {
  729.  position: absolute;
  730.  top: 100%; /* Position it below the input field */
  731. left: 10px;
  732.  right: 10px;
  733.  background-color: white;
  734.  border: 1px solid #ddd;
  735.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  736.  max-height: 300px;
  737.  overflow-y: auto;
  738.  z-index: 1000;
  739.  display: none; /* Initially hidden */
  740. }
  741.  
  742. .search-results-container p {
  743.  margin: 0;
  744. }
  745.  
  746. .search-results-container .result-item {
  747.  padding: 10px;
  748.  cursor: pointer;
  749. }
  750.  
  751. .search-results-container .result-item:hover {
  752.  background-color: #f0f0f0;
  753. }
  754. @media (max-width:576px) {
  755.  .w-sm-full{
  756.    padding-top: 10px;
  757.    width: 100%;
  758.  }
  759.  .m-s-0{
  760.    margin-top: 0px !important;
  761.  }
  762. }
  763. @media (max-width:768px) {
  764. .search-icon{
  765. top: 50%;
  766. }
  767. }
  768.  
  769.  
  770. </style>
  771. <script>
  772.  const searchInput = document.querySelector(".search-input");
  773.  const searchResults = document.getElementById("search-results");
  774.  
  775.  // Handle typing
  776.  searchInput.addEventListener("keyup", function (e) {
  777.    e.preventDefault();
  778.  
  779.    const query = searchInput.value;
  780.  
  781.    if (query === "") {
  782.      searchResults.innerHTML = "";
  783.      searchResults.style.display = "none";
  784.      return;
  785.    }
  786.  
  787.    searchResults.style.display = "block";
  788.  
  789.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  790.      method: "GET",
  791.      headers: {
  792.        "X-Requested-With": "XMLHttpRequest",
  793.      },
  794.    })
  795.      .then(response => response.json())
  796.      .then(data => {
  797.        if (data.html) {
  798.          searchResults.innerHTML = data.html;
  799.        } else {
  800.          searchResults.innerHTML = "<p>No results found.</p>";
  801.        }
  802.      })
  803.      .catch(error => {
  804.        console.error("Error fetching search results:", error);
  805.      });
  806.  });
  807.  
  808.  // Close results when clicking outside
  809.  document.addEventListener("click", function (e) {
  810.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  811.      searchResults.style.display = "none";
  812.    }
  813.  });
  814. </script>
  815.  
  816.  
  817.        </header>
  818.        <!-- end of header -->
  819.        <!-- start of wpo-blog-hero -->
  820.        
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828. <div class="blog-hero-v3 pt-3">
  829.    <div class="container-fluid fluid-container">
  830.        <div class="row g-4">
  831.            
  832.            
  833.              
  834.            <!-- Left Column -->
  835.            <div class="col-lg-4 col-md-6">
  836.                <div class="magazine-card tall-card h-100">
  837.                    <div class="card-image">
  838.                        
  839.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  840.                        
  841.                        <div class="image-overlay"></div>
  842.                    </div>
  843.                    <div class="card-content">
  844.                        <div class="category-pill bg-primary-gradient">News</div>
  845.                        <h2> <a href="/a-russian-james-bond-jude-laws-depiction-of-vladimir-putin-appears-to-reinforce-kremlin-crafted-myths/">
  846.                                        A Russian James Bond? Jude Law&#x27;s Depiction of Vladimir Putin Appears to Reinforce Kremlin-Crafted Myths
  847.                                    </a></h2>
  848.                        <p></p>
  849.                        <div class="author-section">
  850.                            
  851.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="author-img">
  852.                            
  853.                            <div class="author-details">
  854.                                <span class="author-name">Caleb Adams</span>
  855.                                <span class="publish-date">14 Jul 2026</span>
  856.                            </div>
  857.                        </div>
  858.                    </div>
  859.                </div>
  860.            </div>
  861.  
  862.            
  863.            
  864.  
  865.            <!-- Center Column -->
  866.            <div class="col-lg-4 col-md-6">
  867.                <div class="row g-4">
  868.                    
  869.                    <div class="col-12">
  870.                        <div class="magazine-card square-card">
  871.                            <div class="card-image">
  872.                            
  873.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  874.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  875.                            
  876.                                <div class="floating-category bg-primary-gradient">News</div>
  877.                            </div>
  878.                            <div class="card-content compact">
  879.                                <h3> <a href="/from-floored-to-flawed-is-there-any-team-want-to-secure-the-big-game-in-the-current-year/" >
  880.                                        From Floored to Flawed – Is There Any Team Want to Secure the Big Game In the Current Year?
  881.                                    </a></h3>
  882.                                    
  883.                                <div class="mini-meta">
  884.                                    <span>By Caleb Adams</span>
  885.                                    <span class="date-dot">• 14 Jul 2026</span>
  886.                                </div>
  887.                            </div>
  888.                        </div>
  889.                    </div>
  890.                    
  891.                    <div class="col-12">
  892.                        <div class="magazine-card square-card">
  893.                            <div class="card-image">
  894.                            
  895.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  896.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  897.                            
  898.                                <div class="floating-category bg-primary-gradient">News</div>
  899.                            </div>
  900.                            <div class="card-content compact">
  901.                                <h3> <a href="/alina-habba-resigns-after-appeals-court-rules-against-her/" >
  902.                                        Alina Habba resigns after appeals court rules against her.
  903.                                    </a></h3>
  904.                                    
  905.                                <div class="mini-meta">
  906.                                    <span>By Caleb Adams</span>
  907.                                    <span class="date-dot">• 14 Jul 2026</span>
  908.                                </div>
  909.                            </div>
  910.                        </div>
  911.                    </div>
  912.                    
  913.  
  914.                </div>
  915.            </div>
  916.            
  917.            
  918.              
  919.            <!-- Right Column -->
  920.            <div class="col-lg-4 col-md-12">
  921.                <div class="magazine-card featured-card">
  922.                    <div class="featured-header">
  923.                        <h4>Featured Story</h4>
  924.                        <div class="featured-line"></div>
  925.                    </div>
  926.                    <div class="card-image featured-img" >
  927.                    
  928.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  929.                            class="img img-responsive" style="object-fit: cover;" alt="">
  930.                    
  931.                    </div>
  932.                    <div class="card-content featured-content">
  933.                        <div class="category-pill bg-primary-gradient">News</div>
  934.                        <h2><a href="/bergamos-team-hosts-chelsea-tottenham-welcomes-the-czech-side-a-night-of-champions-league-action/">
  935.                                        Bergamo&#x27;s Team Hosts Chelsea, Tottenham Welcomes The Czech Side – A Night of Champions League Action
  936.                                    </a></h2>
  937.                        
  938.                        <div class="author-section featured-author">
  939.                            
  940.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;border-radius: 20px; width: 50px;">
  941.                            
  942.                            <div class="author-details">
  943.                                <span class="author-name">Caleb Adams</span>
  944.                                <!-- <span class="author-title">Business Analyst</span> -->
  945.                                <span class="publish-date">14 Jul 2026</span>
  946.                            </div>
  947.                        </div>
  948.                    </div>
  949.                </div>
  950.            </div>
  951.  
  952.            
  953.            
  954.        </div>
  955.    </div>
  956. </div>
  957.  
  958. <style>
  959. /* Blog Hero V3 - Magazine Style */
  960. .blog-hero-v3 {
  961.    padding: 80px 0;
  962.    position: relative;
  963. }
  964.  
  965. /* Magazine Cards */
  966. .magazine-card {
  967.    background: var(--card-bg);
  968.    border-radius: 20px;
  969.    overflow: hidden;
  970.    position: relative;
  971.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  972.    border: 1px solid var(--border-color);
  973. }
  974.  
  975. .magazine-card:hover {
  976.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  977. }
  978.  
  979. /* Tall Card (Left Column) */
  980. .tall-card {
  981.    display: flex;
  982.    flex-direction: column;
  983. }
  984.  
  985. .tall-card .card-image {
  986.    height: 300px;
  987.    position: relative;
  988.    overflow: hidden;
  989. }
  990.  
  991. .tall-card .card-image img {
  992.    width: 100%;
  993.    height: 100%;
  994.    object-fit: cover;
  995.    transition: transform 0.6s ease;
  996. }
  997.  
  998. .tall-card:hover .card-image img {
  999.    transform: scale(1.1) rotate(-2deg);
  1000. }
  1001.  
  1002. .image-overlay {
  1003.    position: absolute;
  1004.    top: 0;
  1005.    left: 0;
  1006.    right: 0;
  1007.    bottom: 0;
  1008.    opacity: 0;
  1009.    transition: opacity 0.3s ease;
  1010. }
  1011.  
  1012. .tall-card:hover .image-overlay {
  1013.    opacity: 1;
  1014. }
  1015.  
  1016. .tall-card .card-content {
  1017.    padding: 20px;
  1018.    flex-grow: 1;
  1019.    display: flex;
  1020.    flex-direction: column;
  1021. }
  1022.  
  1023. .tall-card h2 {
  1024.    font-size: 1.5rem;
  1025.    font-weight: 700;
  1026.    color: #2c3e50;
  1027.    margin: 12px 0;
  1028.    line-height: 1.3;
  1029. }
  1030.  
  1031. .tall-card p {
  1032.    color: #7f8c8d;
  1033.    line-height: 1.6;
  1034.    margin-bottom: 1rem;
  1035.    flex-grow: 1;
  1036. }
  1037.  
  1038. /* Square Cards (Center Column) */
  1039. .square-card {
  1040.    position: relative;
  1041.    overflow: hidden;
  1042. }
  1043.  
  1044. .square-card .card-image {
  1045.    height: 180px;
  1046.    position: relative;
  1047. }
  1048.  
  1049. .square-card .card-image img {
  1050.    width: 100%;
  1051.    height: 100%;
  1052.    object-fit: cover;
  1053.    filter: brightness(1.1) saturate(1.2);
  1054.    transition: all 0.4s ease;
  1055. }
  1056.  
  1057. .square-card:hover .card-image img {
  1058.    transform: scale(1.15);
  1059.    filter: brightness(1.2) saturate(1.4);
  1060. }
  1061.  
  1062. .floating-category {
  1063.    position: absolute;
  1064.    top: 15px;
  1065.    right: 15px;
  1066.    padding: 8px 15px;
  1067.    border-radius: 20px;
  1068.    font-size: 0.75rem;
  1069.    text-transform: uppercase;
  1070.    letter-spacing: 1px;
  1071.    backdrop-filter: blur(10px);
  1072.    border: 1px solid rgba(255, 255, 255, 0.3);
  1073. }
  1074.  
  1075. .square-card .card-content.compact {
  1076.    padding: 1.2rem;
  1077. }
  1078.  
  1079. .square-card h3 {
  1080.    font-size: 1.1rem;
  1081.    font-weight: 600;
  1082.    color: #2c3e50;
  1083.    margin-bottom: 10px;
  1084.    line-height: 1.3;
  1085. }
  1086.  
  1087. .mini-meta {
  1088.    font-size: 0.85rem;
  1089.    color: #95a5a6;
  1090. }
  1091.  
  1092. .date-dot {
  1093.    margin-left: 8px;
  1094. }
  1095.  
  1096. /* Featured Card (Right Column) */
  1097. .featured-card {
  1098.    color: white;
  1099.    position: relative;
  1100.    overflow: hidden;
  1101. }
  1102.  
  1103. .featured-card::before {
  1104.    content: '';
  1105.    position: absolute;
  1106.    top: -50%;
  1107.    right: -50%;
  1108.    width: 200%;
  1109.    height: 200%;
  1110.    pointer-events: none;
  1111. }
  1112.  
  1113.  
  1114.  
  1115. .featured-header {
  1116.    padding: 25px 25px 0;
  1117.    position: relative;
  1118. }
  1119.  
  1120. .featured-header h4 {
  1121.    font-size: 0.9rem;
  1122.    text-transform: uppercase;
  1123.    letter-spacing: 2px;
  1124.    margin: 0;
  1125.    opacity: 0.9;
  1126. }
  1127.  
  1128. .featured-line {
  1129.    width: 50px;
  1130.    height: 2px;
  1131.    background: rgba(255, 255, 255, 0.6);
  1132.    margin-top: 10px;
  1133. }
  1134.  
  1135. .featured-img {
  1136.    height: 200px;
  1137.    margin: 1rem;
  1138.    border-radius: 15px;
  1139.    overflow: hidden;
  1140.    position: relative;
  1141. }
  1142.  
  1143. .featured-img img {
  1144.    width: 100%;
  1145.    height: 100%;
  1146.    object-fit: cover;
  1147.    transition: transform 0.5s ease;
  1148. }
  1149.  
  1150. .featured-card:hover .featured-img img {
  1151.    transform: scale(1.1);
  1152. }
  1153.  
  1154. .featured-content {
  1155.    padding: 0 1rem 1.5rem;
  1156. }
  1157.  
  1158. .featured-content h2 {
  1159.    font-size: 1.4rem;
  1160.    font-weight: 700;
  1161.    margin: 15px 0;
  1162.    line-height: 1.3;
  1163. }
  1164.  
  1165. .featured-content p {
  1166.    font-size: 0.95rem;
  1167.    opacity: 0.9;
  1168.    line-height: 1.6;
  1169.    margin-bottom: 1rem;
  1170. }
  1171.  
  1172. /* Category Pills */
  1173. .category-pill {
  1174.    display: inline-block;
  1175.    padding: 6px 16px;
  1176.    border-radius: 20px;
  1177.    font-size: 0.75rem;
  1178.    text-transform: uppercase;
  1179.    letter-spacing: 1px;
  1180.    margin-bottom: 10px;
  1181.    width: fit-content;
  1182. }
  1183.  
  1184. /* Author Sections */
  1185. .author-section {
  1186.    display: flex;
  1187.    align-items: center;
  1188.    gap: 15px;
  1189.    margin-top: auto;
  1190. }
  1191.  
  1192. .author-img {
  1193.    width: 60px;
  1194.    height: 60px;
  1195.    border-radius: 50%;
  1196.    object-fit: cover;
  1197. }
  1198.  
  1199. .author-details {
  1200.    display: flex;
  1201.    flex-direction: column;
  1202. }
  1203.  
  1204. .author-name {
  1205.    font-weight: 600;
  1206. color: #95a5a6;
  1207.    font-size: 16px;
  1208. }
  1209.  
  1210. .author-title {
  1211.    font-size: 0.8rem;
  1212. color: #95a5a6;
  1213.    font-weight: 500;
  1214. }
  1215.  
  1216. .publish-date {
  1217.    font-size: 0.8rem;
  1218.    color: #95a5a6;
  1219.    margin-top: 2px;
  1220. }
  1221.  
  1222. /* Featured Stats */
  1223. .featured-stats {
  1224.    display: flex;
  1225.    gap: 30px;
  1226.    margin: 20px 0;
  1227. }
  1228.  
  1229. .stat-item {
  1230.    text-align: center;
  1231. }
  1232.  
  1233. .stat-number {
  1234.    display: block;
  1235.    font-size: 1.5rem;
  1236.    font-weight: 700;
  1237.    color: white;
  1238. }
  1239.  
  1240. .stat-label {
  1241.    font-size: 0.8rem;
  1242.    opacity: 0.8;
  1243.    text-transform: uppercase;
  1244.    letter-spacing: 1px;
  1245. }
  1246.  
  1247. /* Read More Button */
  1248. .read-more-btn {
  1249.    padding: 0 30px 30px;
  1250. }
  1251.  
  1252. .btn-read {
  1253.    display: inline-block;
  1254.    padding: 12px 30px;
  1255.    background: linear-gradient(45deg, #667eea, #764ba2);
  1256.    color: white;
  1257.    text-decoration: none;
  1258.    border-radius: 20px;
  1259.    font-weight: 600;
  1260.    text-transform: uppercase;
  1261.    letter-spacing: 1px;
  1262.    font-size: 0.85rem;
  1263.    transition: all 0.3s ease;
  1264.    position: relative;
  1265.    overflow: hidden;
  1266. }
  1267.  
  1268. .btn-read::before {
  1269.    content: '';
  1270.    position: absolute;
  1271.    top: 0;
  1272.    left: -100%;
  1273.    width: 100%;
  1274.    height: 100%;
  1275.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1276.    transition: left 0.5s ease;
  1277. }
  1278.  
  1279. .btn-read:hover::before {
  1280.    left: 100%;
  1281. }
  1282.  
  1283. .btn-read:hover {
  1284.    transform: translateY(-2px);
  1285.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1286.    color: white;
  1287. }
  1288.  
  1289. /* Trending Bar */
  1290. .trending-bar {
  1291.    background: white;
  1292.    border-radius: 20px;
  1293.    padding: 25px 35px;
  1294.    display: flex;
  1295.    align-items: center;
  1296.    gap: 30px;
  1297.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1298.    border-left: 5px solid #667eea;
  1299. }
  1300.  
  1301. .trending-header h5 {
  1302.    margin: 0;
  1303.    font-weight: 700;
  1304.    color: #2c3e50;
  1305.    font-size: 1.1rem;
  1306. }
  1307.  
  1308. .trending-tags {
  1309.    display: flex;
  1310.    flex-wrap: wrap;
  1311.    gap: 15px;
  1312. }
  1313.  
  1314. .trend-tag {
  1315.    padding: 8px 18px;
  1316.    background: #f8f9fa;
  1317.    border: 2px solid #e9ecef;
  1318.    border-radius: 20px;
  1319.    font-size: 0.85rem;
  1320.    font-weight: 500;
  1321.    color: #495057;
  1322.    transition: all 0.3s ease;
  1323.    cursor: pointer;
  1324. }
  1325.  
  1326. .trend-tag:hover {
  1327.    background: #667eea;
  1328.    color: white;
  1329.    border-color: #667eea;
  1330.    transform: translateY(-2px);
  1331. }
  1332.  
  1333. /* Responsive Design */
  1334. @media (max-width: 992px) {
  1335.    .tall-card,
  1336.    .featured-card {
  1337.        height: auto;
  1338.        margin-bottom: 30px;
  1339.    }
  1340.    
  1341.  
  1342.    
  1343.    .trending-bar {
  1344.        flex-direction: column;
  1345.        align-items: flex-start;
  1346.        gap: 20px;
  1347.    }
  1348. }
  1349.  
  1350. @media (max-width: 768px) {
  1351.    .blog-hero-v3 {
  1352.        padding: 40px 0;
  1353.    }
  1354.  
  1355.    
  1356.    .trending-tags {
  1357.        justify-content: center;
  1358.    }
  1359.    
  1360.    .featured-stats {
  1361.        justify-content: center;
  1362.    }
  1363. }
  1364. </style>
  1365.  
  1366.  
  1367.  
  1368.  
  1369.        <!-- end of wpo-blog-hero -->
  1370.  
  1371.        <!-- start of wpo-breacking-news -->
  1372.        
  1373.        <!-- end of wpo-breacking-news -->
  1374.        
  1375.        <!-- start wpo-blog-highlights-section -->
  1376.        
  1377.  
  1378.  
  1379.  
  1380.    
  1381.  
  1382.  
  1383.  
  1384. <style>
  1385.    .blog-highlights-v2 {
  1386.        padding: 60px 0;
  1387.    }
  1388.    
  1389.    .blog-card-v2 {
  1390.        border: none;
  1391.        border-radius: 16px;
  1392.        overflow: hidden;
  1393.        transition: all 0.3s ease;
  1394.        background: white;
  1395.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1396.    }
  1397.    
  1398.    .blog-card-v2:hover {
  1399.        transform: translateY(-8px);
  1400.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1401.    }
  1402.    
  1403.    .blog-image-v2 {
  1404.        position: relative;
  1405.        overflow: hidden;
  1406.        height: 220px;
  1407.    }
  1408.    
  1409.    .blog-image-v2 img {
  1410.        width: 100%;
  1411.        height: 100%;
  1412.        object-fit: cover;
  1413.        transition: transform 0.3s ease;
  1414.    }
  1415.    
  1416.    .blog-card-v2:hover .blog-image-v2 img {
  1417.        transform: scale(1.05);
  1418.    }
  1419.    
  1420.    .blog-category-v2 {
  1421.        position: absolute;
  1422.        top: 16px;
  1423.        left: 16px;
  1424.        padding: 6px 14px;
  1425.        border-radius: 20px;
  1426.        font-size: 12px;
  1427.        font-weight: 600;
  1428.        text-transform: uppercase;
  1429.        letter-spacing: 0.5px;
  1430.    }
  1431.    
  1432.    .blog-content-v2 {
  1433.        padding: 24px;
  1434.    }
  1435.    
  1436.    .blog-title-v2 {
  1437.        font-size: 18px;
  1438.        font-weight: 700;
  1439.        line-height: 1.4;
  1440.        margin-bottom: 16px;
  1441.    }
  1442.    
  1443.    .blog-title-v2 a {
  1444.        text-decoration: none;
  1445.        transition: color 0.3s ease;
  1446.    }
  1447.    
  1448.    .blog-meta-v2 {
  1449.        display: flex;
  1450.        align-items: center;
  1451.        gap: 12px;
  1452.        margin-bottom: 12px;
  1453.        font-size: 13px;
  1454.    }
  1455.    
  1456.    .blog-author-img {
  1457.        width: 32px;
  1458.        height: 32px;
  1459.        border-radius: 50%;
  1460.        object-fit: cover;
  1461.    }
  1462.    
  1463.    .blog-excerpt-v2 {
  1464.        font-size: 14px;
  1465.        line-height: 1.6;
  1466.        opacity: 0.8;
  1467.    }
  1468.    
  1469.    .section-title-v2 {
  1470.        font-size: 2.5rem;
  1471.        font-weight: 800;
  1472.        text-align: center;
  1473.        margin-bottom: 50px;
  1474.    }
  1475.  
  1476.    @media (max-width: 768px) {
  1477.        .section-title-v2 {
  1478.            font-size: 2rem;
  1479.        }
  1480.        .blog-highlights-v2 {
  1481.            padding: 40px 0;
  1482.        }
  1483.    }
  1484. </style>
  1485.  
  1486. <section class="blog-highlights-v2">
  1487.    <div class="container-fluid fluid-container">
  1488.        <div class="row">
  1489.            <div class="col-12">
  1490.                <h2 class="section-title-v2 top-color">
  1491.                Today's Top Highlights
  1492.                   </h2>
  1493.            </div>
  1494.            
  1495.        </div>
  1496.        
  1497.        <div class="row">
  1498.            <div class="col-lg-8 col-12">
  1499.                <div class="row g-4">
  1500.                    
  1501.                    <div class="col-lg-6 col-md-6 col-12">
  1502.                        <div class="card blog-card-v2 h-100">
  1503.                            <div class="blog-image-v2">
  1504.                                
  1505.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1506.                                
  1507.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1508.                            </div>
  1509.                            <div class="blog-content-v2">
  1510.                                <h3 class="blog-title-v2">
  1511.                                    <a href="/daily-homicides-in-the-nation-fall-thirty-seven-percent-in-president-sheinbaum-as-per-official-statistics/" class="top-color">
  1512.                                    Daily Homicides in the nation Fall Thirty-Seven Percent In President Sheinbaum, As per Official Statistics
  1513.                                    </a>
  1514.                                </h3>
  1515.                                <div class="blog-meta-v2">
  1516.                                    
  1517.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1518.                                    
  1519.                                    
  1520.                                    <span class="top-color">By Caleb Adams</span>
  1521.                                    <span class="top-color">14 Jul 2026</span>
  1522.                                </div>
  1523.                                <p class="blog-excerpt-v2 top-color"> </p>
  1524.                            </div>
  1525.                        </div>
  1526.                    </div>
  1527.                    
  1528.                    <div class="col-lg-6 col-md-6 col-12">
  1529.                        <div class="card blog-card-v2 h-100">
  1530.                            <div class="blog-image-v2">
  1531.                                
  1532.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1533.                                
  1534.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1535.                            </div>
  1536.                            <div class="blog-content-v2">
  1537.                                <h3 class="blog-title-v2">
  1538.                                    <a href="/england-coach-tim-southee-uncertain-on-ashes-participation/" class="top-color">
  1539.                                    England Coach Tim Southee Uncertain on Ashes Participation
  1540.                                    </a>
  1541.                                </h3>
  1542.                                <div class="blog-meta-v2">
  1543.                                    
  1544.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1545.                                    
  1546.                                    
  1547.                                    <span class="top-color">By Caleb Adams</span>
  1548.                                    <span class="top-color">14 Jul 2026</span>
  1549.                                </div>
  1550.                                <p class="blog-excerpt-v2 top-color"> </p>
  1551.                            </div>
  1552.                        </div>
  1553.                    </div>
  1554.                    
  1555.                    <div class="col-lg-6 col-md-6 col-12">
  1556.                        <div class="card blog-card-v2 h-100">
  1557.                            <div class="blog-image-v2">
  1558.                                
  1559.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1560.                                
  1561.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1562.                            </div>
  1563.                            <div class="blog-content-v2">
  1564.                                <h3 class="blog-title-v2">
  1565.                                    <a href="/a-lasting-ceasefire-involving-the-israeli-state-and-palestine-weve-heard-that-before-the-result-was-further-bloodshed/" class="top-color">
  1566.                                    A Lasting Ceasefire Involving the Israeli State and Palestine? We&#x27;ve Heard That Before – The Result Was Further Bloodshed
  1567.                                    </a>
  1568.                                </h3>
  1569.                                <div class="blog-meta-v2">
  1570.                                    
  1571.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1572.                                    
  1573.                                    
  1574.                                    <span class="top-color">By Caleb Adams</span>
  1575.                                    <span class="top-color">13 Jul 2026</span>
  1576.                                </div>
  1577.                                <p class="blog-excerpt-v2 top-color"> </p>
  1578.                            </div>
  1579.                        </div>
  1580.                    </div>
  1581.                    
  1582.                    <div class="col-lg-6 col-md-6 col-12">
  1583.                        <div class="card blog-card-v2 h-100">
  1584.                            <div class="blog-image-v2">
  1585.                                
  1586.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1587.                                
  1588.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1589.                            </div>
  1590.                            <div class="blog-content-v2">
  1591.                                <h3 class="blog-title-v2">
  1592.                                    <a href="/a-moment-that-transformed-me-the-train-i-was-on-derailed-and-then-i-heard-a-young-girl-weeping/" class="top-color">
  1593.                                    A Moment That Transformed Me: The Train I Was On Derailed – and then I Heard a Young Girl Weeping.
  1594.                                    </a>
  1595.                                </h3>
  1596.                                <div class="blog-meta-v2">
  1597.                                    
  1598.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1599.                                    
  1600.                                    
  1601.                                    <span class="top-color">By Caleb Adams</span>
  1602.                                    <span class="top-color">13 Jul 2026</span>
  1603.                                </div>
  1604.                                <p class="blog-excerpt-v2 top-color"> </p>
  1605.                            </div>
  1606.                        </div>
  1607.                    </div>
  1608.                    
  1609.                    <div class="col-lg-6 col-md-6 col-12">
  1610.                        <div class="card blog-card-v2 h-100">
  1611.                            <div class="blog-image-v2">
  1612.                                
  1613.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1614.                                
  1615.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1616.                            </div>
  1617.                            <div class="blog-content-v2">
  1618.                                <h3 class="blog-title-v2">
  1619.                                    <a href="/spurs-open-to-selling-attacker-brennan-johnson/" class="top-color">
  1620.                                    Spurs Open to Selling Attacker Brennan Johnson.
  1621.                                    </a>
  1622.                                </h3>
  1623.                                <div class="blog-meta-v2">
  1624.                                    
  1625.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1626.                                    
  1627.                                    
  1628.                                    <span class="top-color">By Caleb Adams</span>
  1629.                                    <span class="top-color">13 Jul 2026</span>
  1630.                                </div>
  1631.                                <p class="blog-excerpt-v2 top-color"> </p>
  1632.                            </div>
  1633.                        </div>
  1634.                    </div>
  1635.                    
  1636.                    <div class="col-lg-6 col-md-6 col-12">
  1637.                        <div class="card blog-card-v2 h-100">
  1638.                            <div class="blog-image-v2">
  1639.                                
  1640.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1641.                                
  1642.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1643.                            </div>
  1644.                            <div class="blog-content-v2">
  1645.                                <h3 class="blog-title-v2">
  1646.                                    <a href="/danish-national-man-given-deferred-sentence-for-distributing-explicit-movie-clips-on-reddit/" class="top-color">
  1647.                                    Danish national man given deferred sentence for distributing explicit movie clips on Reddit
  1648.                                    </a>
  1649.                                </h3>
  1650.                                <div class="blog-meta-v2">
  1651.                                    
  1652.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1653.                                    
  1654.                                    
  1655.                                    <span class="top-color">By Caleb Adams</span>
  1656.                                    <span class="top-color">13 Jul 2026</span>
  1657.                                </div>
  1658.                                <p class="blog-excerpt-v2 top-color"> </p>
  1659.                            </div>
  1660.                        </div>
  1661.                    </div>
  1662.                    
  1663.                    <div class="col-lg-6 col-md-6 col-12">
  1664.                        <div class="card blog-card-v2 h-100">
  1665.                            <div class="blog-image-v2">
  1666.                                
  1667.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1668.                                
  1669.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1670.                            </div>
  1671.                            <div class="blog-content-v2">
  1672.                                <h3 class="blog-title-v2">
  1673.                                    <a href="/pat-cummins-faces-fitness-battle-ahead-of-first-ashes-test/" class="top-color">
  1674.                                    Pat Cummins Faces Fitness Battle Ahead of First Ashes Test
  1675.                                    </a>
  1676.                                </h3>
  1677.                                <div class="blog-meta-v2">
  1678.                                    
  1679.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1680.                                    
  1681.                                    
  1682.                                    <span class="top-color">By Caleb Adams</span>
  1683.                                    <span class="top-color">13 Jul 2026</span>
  1684.                                </div>
  1685.                                <p class="blog-excerpt-v2 top-color"> </p>
  1686.                            </div>
  1687.                        </div>
  1688.                    </div>
  1689.                    
  1690.                    <div class="col-lg-6 col-md-6 col-12">
  1691.                        <div class="card blog-card-v2 h-100">
  1692.                            <div class="blog-image-v2">
  1693.                                
  1694.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1695.                                
  1696.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1697.                            </div>
  1698.                            <div class="blog-content-v2">
  1699.                                <h3 class="blog-title-v2">
  1700.                                    <a href="/sarkozys-initial-24-hours-in-prison-no-individual-is-above-the-law/" class="top-color">
  1701.                                    Sarkozy&#x27;s Initial 24 Hours in Prison: No Individual Is Above the Law
  1702.                                    </a>
  1703.                                </h3>
  1704.                                <div class="blog-meta-v2">
  1705.                                    
  1706.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1707.                                    
  1708.                                    
  1709.                                    <span class="top-color">By Caleb Adams</span>
  1710.                                    <span class="top-color">13 Jul 2026</span>
  1711.                                </div>
  1712.                                <p class="blog-excerpt-v2 top-color"> </p>
  1713.                            </div>
  1714.                        </div>
  1715.                    </div>
  1716.                    
  1717.                    <div class="col-lg-6 col-md-6 col-12">
  1718.                        <div class="card blog-card-v2 h-100">
  1719.                            <div class="blog-image-v2">
  1720.                                
  1721.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1722.                                
  1723.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1724.                            </div>
  1725.                            <div class="blog-content-v2">
  1726.                                <h3 class="blog-title-v2">
  1727.                                    <a href="/cameron-norrie-celebrates-most-significant-triumph-following-roaring-back-from-behind-to-defeat-alcaraz-in-paris/" class="top-color">
  1728.                                    Cameron Norrie Celebrates &#x27;Most Significant Triumph&#x27; Following Roaring Back from Behind to Defeat Alcaraz in Paris
  1729.                                    </a>
  1730.                                </h3>
  1731.                                <div class="blog-meta-v2">
  1732.                                    
  1733.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1734.                                    
  1735.                                    
  1736.                                    <span class="top-color">By Caleb Adams</span>
  1737.                                    <span class="top-color">13 Jul 2026</span>
  1738.                                </div>
  1739.                                <p class="blog-excerpt-v2 top-color"> </p>
  1740.                            </div>
  1741.                        </div>
  1742.                    </div>
  1743.                    
  1744.                    <div class="col-lg-6 col-md-6 col-12">
  1745.                        <div class="card blog-card-v2 h-100">
  1746.                            <div class="blog-image-v2">
  1747.                                
  1748.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1749.                                
  1750.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1751.                            </div>
  1752.                            <div class="blog-content-v2">
  1753.                                <h3 class="blog-title-v2">
  1754.                                    <a href="/playwright-jeremy-o-harris-detained-in-the-island-nation-for-alleged-narcotics-trafficking/" class="top-color">
  1755.                                    Playwright Jeremy O Harris Detained in the island nation for Alleged Narcotics Trafficking
  1756.                                    </a>
  1757.                                </h3>
  1758.                                <div class="blog-meta-v2">
  1759.                                    
  1760.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1761.                                    
  1762.                                    
  1763.                                    <span class="top-color">By Caleb Adams</span>
  1764.                                    <span class="top-color">13 Jul 2026</span>
  1765.                                </div>
  1766.                                <p class="blog-excerpt-v2 top-color"> </p>
  1767.                            </div>
  1768.                        </div>
  1769.                    </div>
  1770.                    
  1771.                    <div class="col-lg-6 col-md-6 col-12">
  1772.                        <div class="card blog-card-v2 h-100">
  1773.                            <div class="blog-image-v2">
  1774.                                
  1775.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1776.                                
  1777.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1778.                            </div>
  1779.                            <div class="blog-content-v2">
  1780.                                <h3 class="blog-title-v2">
  1781.                                    <a href="/whats-driving-the-prime-ministers-significant-shift-on-enhanced-links-to-the-eu/" class="top-color">
  1782.                                    What&#x27;s Driving the Prime Minister&#x27;s Significant Shift on Enhanced Links to the EU?
  1783.                                    </a>
  1784.                                </h3>
  1785.                                <div class="blog-meta-v2">
  1786.                                    
  1787.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1788.                                    
  1789.                                    
  1790.                                    <span class="top-color">By Caleb Adams</span>
  1791.                                    <span class="top-color">12 Jul 2026</span>
  1792.                                </div>
  1793.                                <p class="blog-excerpt-v2 top-color"> </p>
  1794.                            </div>
  1795.                        </div>
  1796.                    </div>
  1797.                    
  1798.                    <div class="col-lg-6 col-md-6 col-12">
  1799.                        <div class="card blog-card-v2 h-100">
  1800.                            <div class="blog-image-v2">
  1801.                                
  1802.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1803.                                
  1804.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1805.                            </div>
  1806.                            <div class="blog-content-v2">
  1807.                                <h3 class="blog-title-v2">
  1808.                                    <a href="/car-prepares-for-the-voting-stations-as-incumbent-pursues-a-third-stint-in-office/" class="top-color">
  1809.                                    CAR Prepares for the Voting Stations as Incumbent Pursues a Third Stint in Office
  1810.                                    </a>
  1811.                                </h3>
  1812.                                <div class="blog-meta-v2">
  1813.                                    
  1814.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="blog-author-img">
  1815.                                    
  1816.                                    
  1817.                                    <span class="top-color">By Caleb Adams</span>
  1818.                                    <span class="top-color">12 Jul 2026</span>
  1819.                                </div>
  1820.                                <p class="blog-excerpt-v2 top-color"> </p>
  1821.                            </div>
  1822.                        </div>
  1823.                    </div>
  1824.                    
  1825.                    
  1826.  
  1827.                </div>
  1828.            </div>
  1829.            
  1830.          <div class="col col-lg-4 col-12">
  1831.                
  1832.  
  1833.  
  1834.  
  1835.    
  1836.  
  1837.    
  1838.    <!-- Search Widget -->
  1839.    <!-- <div class="pulse-sidebar-widget">
  1840.        <div class="pulse-widget-header pulse-search-header">
  1841.            <i class="fas fa-search"></i> SEARCH
  1842.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1843.        </div>
  1844.        <div class="pulse-widget-body">
  1845.            <form class="pulse-search-form" method="GET">
  1846.                <div class="position-relative">
  1847.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  1848.                           placeholder="Search" value="">
  1849.                    <button type="submit" class="pulse-search-btn-sidebar">
  1850.                        <i class="fas fa-search"></i>
  1851.                    </button>
  1852.                </div>
  1853.            </form>
  1854.        </div>
  1855.    </div> -->
  1856.    
  1857.    <!-- Recent Posts Widget -->
  1858.    <div class="pulse-sidebar-widget mb-3">
  1859.        <div class="pulse-widget-header pulse-recent-header">
  1860.            <i class="fas fa-clock"></i> RECENT POSTS
  1861.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1862.        </div>
  1863.        <div class="pulse-widget-body mb-3">
  1864.            
  1865.            <div class="pulse-recent-post-item">
  1866.                <a href="/local-residents-seeking-answers-about-toxic-waste-locations/" class="pulse-recent-title">
  1867.                                            Local Residents Seeking Answers About Toxic Waste Locations
  1868.                                            </a>
  1869.                <div class="pulse-recent-meta">
  1870.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1871.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1872.                </div>
  1873.            </div>
  1874.            
  1875.            <div class="pulse-recent-post-item">
  1876.                <a href="/the-perfect-moment-to-be-bold-and-undertake-a-complete-reorganization/" class="pulse-recent-title">
  1877.                                            The Perfect Moment to Be Bold and Undertake a Complete Reorganization.
  1878.                                            </a>
  1879.                <div class="pulse-recent-meta">
  1880.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1881.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1882.                </div>
  1883.            </div>
  1884.            
  1885.            <div class="pulse-recent-post-item">
  1886.                <a href="/minister-for-health-warns-care-standards-will-not-be-guaranteed-should-resident-doctors-strike-goes-ahead-during-intense-influenza-strain/" class="pulse-recent-title">
  1887.                                            Minister for Health Warns Care Standards Will Not Be Guaranteed Should Resident Doctors&#x27; Strike Goes Ahead During Intense Influenza Strain.
  1888.                                            </a>
  1889.                <div class="pulse-recent-meta">
  1890.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1891.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1892.                </div>
  1893.            </div>
  1894.            
  1895.            <div class="pulse-recent-post-item">
  1896.                <a href="/the-three-lions-confirm-finals-spot-with-comfortable-win-over-opponents/" class="pulse-recent-title">
  1897.                                            The Three Lions Confirm Finals Spot with Comfortable Win over Opponents
  1898.                                            </a>
  1899.                <div class="pulse-recent-meta">
  1900.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1901.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1902.                </div>
  1903.            </div>
  1904.            
  1905.            <div class="pulse-recent-post-item">
  1906.                <a href="/how-this-bolton-legal-situation-differs-substantially-from-additional-former-president-critics/" class="pulse-recent-title">
  1907.                                            How this Bolton Legal Situation Differs Substantially from Additional Former President Critics
  1908.                                            </a>
  1909.                <div class="pulse-recent-meta">
  1910.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1911.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1912.                </div>
  1913.            </div>
  1914.            
  1915.            <div class="pulse-recent-post-item">
  1916.                <a href="/uk-prepared-to-employ-frozen-russias-funds-to-fund-the-ukrainian-war-effort/" class="pulse-recent-title">
  1917.                                            UK Prepared to Employ Frozen Russia&#x27;s Funds to Fund the Ukrainian War Effort
  1918.                                            </a>
  1919.                <div class="pulse-recent-meta">
  1920.                    <span><i class="far fa-calendar"></i> 12 Jul 2026</span>
  1921.                    <span><i class="far fa-user"></i> Caleb Adams</span>
  1922.                </div>
  1923.            </div>
  1924.            
  1925.            <!-- Django Template for Recent Posts -->
  1926.            <!--
  1927.            
  1928.            -->
  1929.            
  1930.        </div>
  1931.    </div>
  1932.    
  1933.    <div class="pulse-sidebar-widget mb-3">
  1934.        <div class="pulse-widget-header pulse-recent-header">
  1935.            <i class="fas fa-clock"></i> July 2026 Blog Roll
  1936.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1937.        </div>
  1938.        <div class="pulse-widget-body scrollable-sidebar">
  1939.            
  1940.            <div class="pulse-recent-post-item ">
  1941.                <a href="https://knightsof.media/" rel="dofollow" class="pulse-recent-title ">
  1942.                                            casinos not on gamestop
  1943.                                            </a>
  1944.            </div>
  1945.            
  1946.            <div class="pulse-recent-post-item ">
  1947.                <a href="https://www.summerhall.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1948.                                            casinos not on gamestop
  1949.                                            </a>
  1950.            </div>
  1951.            
  1952.            <div class="pulse-recent-post-item ">
  1953.                <a href="https://www.london-irish.com/" rel="dofollow" class="pulse-recent-title ">
  1954.                                            casinos not on gamestop
  1955.                                            </a>
  1956.            </div>
  1957.            
  1958.            <div class="pulse-recent-post-item ">
  1959.                <a href="https://chapeltownpark.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1960.                                            casinos not on GamStop
  1961.                                            </a>
  1962.            </div>
  1963.            
  1964.        </div>
  1965.    </div>
  1966.    
  1967.    <div class="pulse-sidebar-widget mb-3">
  1968.        <div class="pulse-widget-header pulse-recent-header">
  1969.            <i class="fas fa-clock"></i> June 2026 Blog Roll
  1970.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1971.        </div>
  1972.        <div class="pulse-widget-body scrollable-sidebar">
  1973.            
  1974.            <div class="pulse-recent-post-item ">
  1975.                <a href="https://www.moneymakesense.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1976.                                            Top Casinos Not on Gamstop
  1977.                                            </a>
  1978.            </div>
  1979.            
  1980.        </div>
  1981.    </div>
  1982.    
  1983.    <div class="pulse-sidebar-widget mb-3">
  1984.        <div class="pulse-widget-header pulse-recent-header">
  1985.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  1986.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1987.        </div>
  1988.        <div class="pulse-widget-body scrollable-sidebar">
  1989.            
  1990.            <div class="pulse-recent-post-item ">
  1991.                <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="pulse-recent-title ">
  1992.                                            non gamstop casinos
  1993.                                            </a>
  1994.            </div>
  1995.            
  1996.            <div class="pulse-recent-post-item ">
  1997.                <a href="https://www.outset.org/" rel="dofollow" class="pulse-recent-title ">
  1998.                                            new sports betting sites uk
  1999.                                            </a>
  2000.            </div>
  2001.            
  2002.        </div>
  2003.    </div>
  2004.    
  2005.    <div class="pulse-sidebar-widget mb-3">
  2006.        <div class="pulse-widget-header pulse-recent-header">
  2007.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2008.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2009.        </div>
  2010.        <div class="pulse-widget-body scrollable-sidebar">
  2011.            
  2012.            <div class="pulse-recent-post-item ">
  2013.                <a href="https://www.durhamminers.org/" rel="dofollow" class="pulse-recent-title ">
  2014.                                            casino sites
  2015.                                            </a>
  2016.            </div>
  2017.            
  2018.            <div class="pulse-recent-post-item ">
  2019.                <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2020.                                            non gamstop casino
  2021.                                            </a>
  2022.            </div>
  2023.            
  2024.            <div class="pulse-recent-post-item ">
  2025.                <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2026.                                            casino not on gamstop
  2027.                                            </a>
  2028.            </div>
  2029.            
  2030.            <div class="pulse-recent-post-item ">
  2031.                <a href="https://www.makemegenius.com/" rel="dofollow" class="pulse-recent-title ">
  2032.                                            casinos not on gamstop
  2033.                                            </a>
  2034.            </div>
  2035.            
  2036.            <div class="pulse-recent-post-item ">
  2037.                <a href="https://www.roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2038.                                            online casinos not on gamstop
  2039.                                            </a>
  2040.            </div>
  2041.            
  2042.            <div class="pulse-recent-post-item ">
  2043.                <a href="https://www.citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2044.                                            casino not on gamstop
  2045.                                            </a>
  2046.            </div>
  2047.            
  2048.            <div class="pulse-recent-post-item ">
  2049.                <a href="https://www.cca-glasgow.com/" rel="dofollow" class="pulse-recent-title ">
  2050.                                            not on gamstop
  2051.                                            </a>
  2052.            </div>
  2053.            
  2054.            <div class="pulse-recent-post-item ">
  2055.                <a href="https://thepearlyqueen.com/" rel="dofollow" class="pulse-recent-title ">
  2056.                                            best online casinos
  2057.                                            </a>
  2058.            </div>
  2059.            
  2060.            <div class="pulse-recent-post-item ">
  2061.                <a href="https://www.impact-awards.co.uk" rel="dofollow" class="pulse-recent-title ">
  2062.                                            best online casinos
  2063.                                            </a>
  2064.            </div>
  2065.            
  2066.            <div class="pulse-recent-post-item ">
  2067.                <a href="https://www.stamina.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2068.                                            casinos not registered with Gamban
  2069.                                            </a>
  2070.            </div>
  2071.            
  2072.        </div>
  2073.    </div>
  2074.    
  2075.    <div class="pulse-sidebar-widget mb-3">
  2076.        <div class="pulse-widget-header pulse-recent-header">
  2077.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2078.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2079.        </div>
  2080.        <div class="pulse-widget-body scrollable-sidebar">
  2081.            
  2082.            <div class="pulse-recent-post-item ">
  2083.                <a href="https://www.mediawise.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2084.                                            slots not on GamStop
  2085.                                            </a>
  2086.            </div>
  2087.            
  2088.            <div class="pulse-recent-post-item ">
  2089.                <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2090.                                            non GamStop casinos
  2091.                                            </a>
  2092.            </div>
  2093.            
  2094.            <div class="pulse-recent-post-item ">
  2095.                <a href="https://www.ginspa.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2096.                                            best casinos not on GamStop
  2097.                                            </a>
  2098.            </div>
  2099.            
  2100.            <div class="pulse-recent-post-item ">
  2101.                <a href="https://thenewoxford.com/" rel="dofollow" class="pulse-recent-title ">
  2102.                                            non GamStop casinos
  2103.                                            </a>
  2104.            </div>
  2105.            
  2106.            <div class="pulse-recent-post-item ">
  2107.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2108.                                            UK casinos not on GamStop
  2109.                                            </a>
  2110.            </div>
  2111.            
  2112.            <div class="pulse-recent-post-item ">
  2113.                <a href="https://womeninfinance.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2114.                                            casinos not on GamStop
  2115.                                            </a>
  2116.            </div>
  2117.            
  2118.            <div class="pulse-recent-post-item ">
  2119.                <a href="https://socialeatinghouse.com/" rel="dofollow" class="pulse-recent-title ">
  2120.                                            non GamStop casinos
  2121.                                            </a>
  2122.            </div>
  2123.            
  2124.            <div class="pulse-recent-post-item ">
  2125.                <a href="https://www.cranleyclinic.com/" rel="dofollow" class="pulse-recent-title ">
  2126.                                            non GamStop casinos
  2127.                                            </a>
  2128.            </div>
  2129.            
  2130.            <div class="pulse-recent-post-item ">
  2131.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2132.                                            casinos not on GamStop
  2133.                                            </a>
  2134.            </div>
  2135.            
  2136.            <div class="pulse-recent-post-item ">
  2137.                <a href="https://socialeatinghouse.com/" rel="dofollow" class="pulse-recent-title ">
  2138.                                            sites not on GamStop
  2139.                                            </a>
  2140.            </div>
  2141.            
  2142.            <div class="pulse-recent-post-item ">
  2143.                <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2144.                                            non gamstop casino
  2145.                                            </a>
  2146.            </div>
  2147.            
  2148.            <div class="pulse-recent-post-item ">
  2149.                <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2150.                                            non UK gambling sites
  2151.                                            </a>
  2152.            </div>
  2153.            
  2154.            <div class="pulse-recent-post-item ">
  2155.                <a href="https://www.headley.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2156.                                            best betting sites uk
  2157.                                            </a>
  2158.            </div>
  2159.            
  2160.            <div class="pulse-recent-post-item ">
  2161.                <a href="https://www.kysty.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2162.                                            casino not on Gamstop
  2163.                                            </a>
  2164.            </div>
  2165.            
  2166.            <div class="pulse-recent-post-item ">
  2167.                <a href="https://stpeters-wearmouth.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2168.                                            non GamStop casinos
  2169.                                            </a>
  2170.            </div>
  2171.            
  2172.            <div class="pulse-recent-post-item ">
  2173.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2174.                                            non UK
  2175.                                            </a>
  2176.            </div>
  2177.            
  2178.            <div class="pulse-recent-post-item ">
  2179.                <a href="https://www.goodclub.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2180.                                            non gamstop casinos
  2181.                                            </a>
  2182.            </div>
  2183.            
  2184.            <div class="pulse-recent-post-item ">
  2185.                <a href="https://www.aboutcookies.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2186.                                            non gamstop casinos
  2187.                                            </a>
  2188.            </div>
  2189.            
  2190.            <div class="pulse-recent-post-item ">
  2191.                <a href="https://roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2192.                                            non gamstop casinos
  2193.                                            </a>
  2194.            </div>
  2195.            
  2196.        </div>
  2197.    </div>
  2198.    
  2199.    <div class="pulse-sidebar-widget mb-3">
  2200.        <div class="pulse-widget-header pulse-recent-header">
  2201.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2202.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2203.        </div>
  2204.        <div class="pulse-widget-body scrollable-sidebar">
  2205.            
  2206.            <div class="pulse-recent-post-item ">
  2207.                <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2208.                                            betting sites not on gamstop
  2209.                                            </a>
  2210.            </div>
  2211.            
  2212.            <div class="pulse-recent-post-item ">
  2213.                <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2214.                                            non gamstop betting sites
  2215.                                            </a>
  2216.            </div>
  2217.            
  2218.            <div class="pulse-recent-post-item ">
  2219.                <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2220.                                            non gamstop casino
  2221.                                            </a>
  2222.            </div>
  2223.            
  2224.            <div class="pulse-recent-post-item ">
  2225.                <a href="https://casinonotongamstop.org.uk/casino/katanaspin" rel="dofollow" class="pulse-recent-title ">
  2226.                                            katana spin casino review
  2227.                                            </a>
  2228.            </div>
  2229.            
  2230.            <div class="pulse-recent-post-item ">
  2231.                <a href="https://yan.goodclub.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2232.                                            casino not on gamstop
  2233.                                            </a>
  2234.            </div>
  2235.            
  2236.            <div class="pulse-recent-post-item ">
  2237.                <a href="https://pauljacques.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2238.                                            non gamstop casino uk
  2239.                                            </a>
  2240.            </div>
  2241.            
  2242.            <div class="pulse-recent-post-item ">
  2243.                <a href="https://indyonline.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2244.                                            non GamStop casinos
  2245.                                            </a>
  2246.            </div>
  2247.            
  2248.            <div class="pulse-recent-post-item ">
  2249.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2250.                                            Online Casinos Not on Gamstop
  2251.                                            </a>
  2252.            </div>
  2253.            
  2254.            <div class="pulse-recent-post-item ">
  2255.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2256.                                            Online Casinos Not on Gamstop
  2257.                                            </a>
  2258.            </div>
  2259.            
  2260.        </div>
  2261.    </div>
  2262.    
  2263.    
  2264.  
  2265. <!-- CSS Styles -->
  2266. <style>
  2267. /* Sidebar Widget Base */
  2268. .pulse-sidebar-widget {
  2269.    background: var(--card-bg, white);
  2270.    border-radius: 12px;
  2271.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2272.    margin-bottom: 30px;
  2273.    overflow: hidden;
  2274.    border: 1px solid var(--border-color);
  2275. }
  2276.  
  2277. .pulse-widget-header {
  2278.    background: var(--bs-primary);
  2279.    color: var(--bs-white);
  2280.    padding: 15px 20px;
  2281.    font-weight: 700;
  2282.    font-size: 13px;
  2283.    text-transform: uppercase;
  2284.    letter-spacing: 1px;
  2285.    position: relative;
  2286.    display: flex;
  2287.    align-items: center;
  2288.    justify-content: space-between;
  2289.    gap: 8px;
  2290. }
  2291.  
  2292. .pulse-header-arrow {
  2293.    font-size: 12px;
  2294.    opacity: 0.8;
  2295. }
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301. .pulse-widget-body {
  2302.    padding: 25px 20px;
  2303. }
  2304.  
  2305. /* Search Widget */
  2306. .pulse-search-form {
  2307.    position: relative;
  2308. }
  2309.  
  2310. .pulse-search-input-sidebar {
  2311.    width: 100%;
  2312.    padding: 12px 45px 12px 15px;
  2313.    border: 2px solid #e9ecef;
  2314.    border-radius: 8px;
  2315.    font-size: 14px;
  2316.    transition: all 0.3s ease;
  2317.    background: var(--card-bg, white);
  2318.    color: var(--topbar-color, #333);
  2319. }
  2320.  
  2321. .pulse-search-input-sidebar:focus {
  2322.    border-color: var(--topbar-color, #6f42c1);
  2323.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2324.    outline: none;
  2325. }
  2326.  
  2327. .pulse-search-btn-sidebar {
  2328.    position: absolute;
  2329.    right: 5px;
  2330.    top: 50%;
  2331.    transform: translateY(-50%);
  2332.    background: var(--bs-primary, #6f42c1);
  2333.    border: none;
  2334.    color: var(--bs-white);
  2335.    padding: 8px 12px;
  2336.    border-radius: 6px;
  2337.    cursor: pointer;
  2338.    transition: all 0.3s ease;
  2339. }
  2340.  
  2341. .pulse-search-btn-sidebar:hover {
  2342.    background: var(--topbar-color, #5a359a);
  2343.    opacity: 0.9;
  2344. }
  2345.  
  2346. /* Recent Posts Widget */
  2347. .pulse-recent-post-item {
  2348.    padding: 10px 0;
  2349.    border-bottom: 1px solid var(--border-color);
  2350.    transition: all 0.3s ease;
  2351. }
  2352.  
  2353. .pulse-recent-post-item:last-child {
  2354.    border-bottom: none;
  2355.    padding-bottom: 0;
  2356. }
  2357.  
  2358. .pulse-recent-post-item:hover {
  2359.    background: rgba(248, 249, 250,0.1);
  2360.    padding-left: 20px;
  2361.    padding-right: 20px;
  2362.    border-radius: 8px;
  2363. }
  2364.  
  2365. .pulse-recent-title {
  2366.    font-size: 15px;
  2367.    font-weight: 600;
  2368.    color: var(--topbar-color, #2c3e50);
  2369.    line-height: 1.4;
  2370.    margin-bottom: 8px;
  2371.    text-decoration: none;
  2372.    display: block;
  2373. }
  2374.  
  2375. .pulse-recent-title:hover {
  2376.    color: var(--topbar-color, #e83e8c);
  2377.    text-decoration: none;
  2378.    opacity: 0.8;
  2379. }
  2380.  
  2381. .pulse-recent-meta {
  2382.    font-size: 12px;
  2383.    color: #6c757d;
  2384.    display: flex;
  2385.    align-items: center;
  2386.    gap: 10px;
  2387. }
  2388.  
  2389.  
  2390. /* Responsive Design */
  2391. @media (max-width: 768px) {
  2392.    .pulse-widget-body {
  2393.        padding: 20px 15px;
  2394.    }
  2395.    
  2396.    .pulse-recent-title {
  2397.        font-size: 14px;
  2398.    }
  2399. }
  2400.  
  2401. @media (max-width: 992px) {
  2402.    .pulse-sidebar-widget {
  2403.        margin-bottom: 25px;
  2404.    }
  2405. }
  2406. </style>
  2407.  
  2408.    
  2409.            </div>
  2410.        </div>
  2411.    </div>
  2412. </section>
  2413.  
  2414.    
  2415.        
  2416.        <!-- end wpo-blog-highlights-section -->
  2417.        <!-- start wpo-blog-sponsored-section -->
  2418.        
  2419.  
  2420.  
  2421.  
  2422.    
  2423.  
  2424.  
  2425.  <style>
  2426.    .sponsored-section-v7 {
  2427.      padding: 50px 0;
  2428.    }
  2429.    
  2430.    .sponsored-card-v7 {
  2431.      background: #fafafa;
  2432.      border: none;
  2433.      transition: transform 0.3s ease;
  2434.      height: 100%;
  2435.    }
  2436.    
  2437.    .sponsored-card-v7:hover {
  2438.      transform: translateY(-3px);
  2439.    }
  2440.    
  2441.    .sponsored-image-v7 {
  2442.      position: relative;
  2443.      height: 160px;
  2444.    }
  2445.    
  2446.    .sponsored-image-v7 img {
  2447.      width: 100%;
  2448.      height: 100%;
  2449.      object-fit: cover;
  2450.      border-radius: 10px; /* Apply curve to image */
  2451.    }
  2452.    
  2453.    .sponsored-badge-v7 {
  2454.      position: absolute;
  2455.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  2456.      left: 10px;
  2457.      z-index: 10;
  2458.    
  2459.      /* pill look */
  2460.      display: inline-flex; /* vertical centering */
  2461.      align-items: center;
  2462.      justify-content: center;
  2463.      padding: 8px 16px; /* width = content + padding */
  2464.      border-radius: 999px; /* full pill */
  2465.      white-space: nowrap; /* ek hi line me rahe */
  2466.      /* text */
  2467.      font-size: 12px;
  2468.      text-transform: uppercase;
  2469.      letter-spacing: 0.5px;
  2470.      line-height: 1;
  2471.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  2472.    }
  2473.    
  2474.    /* optional: icon ke saath thoda gap */
  2475.    .sponsored-badge-v7 i,
  2476.    .sponsored-badge-v7 .icon {
  2477.      margin-right: 8px;
  2478.      font-size: 14px;
  2479.      line-height: 1;
  2480.    }
  2481.    
  2482.    .sponsored-content-v7 {
  2483.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  2484.    }
  2485.    
  2486.    .sponsored-title-v7 {
  2487.      font-size: 15px;
  2488.      font-weight: 700;
  2489.      line-height: 1.4;
  2490.      margin-bottom: 8px;
  2491.      color: #333;
  2492.    }
  2493.    
  2494.    .sponsored-title-v7 a {
  2495.      text-decoration: none;
  2496.      font-size: 16px;
  2497.      color: var(--topbar-color);
  2498.    }
  2499.    
  2500.    .sponsored-title-v7 a:hover {
  2501.      color: var(--bs-primary); /* Green hover */
  2502.    }
  2503.    
  2504.    .sponsored-excerpt-v7 {
  2505.      font-size: 12px;
  2506.      font-weight: 400;
  2507.      color:  var(--topbar-color);;
  2508.      margin-bottom: 10px;
  2509.      line-height: 1.5;
  2510.    }
  2511.    
  2512.    .sponsored-meta-v7 {
  2513.      font-size: 11px;
  2514.       color: var(--topbar-color);;
  2515.    }
  2516.    
  2517.    .author-info-v7 {
  2518.      margin-bottom: 5px;
  2519.    }
  2520.    
  2521.    .sponsored-author-img-v7 {
  2522.      width: 30px;
  2523.      height: 30px;
  2524.      border-radius: 50%;
  2525.      object-fit: cover;
  2526.      vertical-align: middle;
  2527.      margin-right: 5px;
  2528.    }
  2529.    
  2530.    .section-title-sponsored-v7 {
  2531.      font-size: 1.9rem;
  2532.      font-weight: 600;
  2533.      text-align: center;
  2534.      margin-bottom: 30px;
  2535.      color: #333;
  2536.      position: relative;
  2537.    }
  2538.    
  2539.    .section-title-sponsored-v7::after {
  2540.      content: '';
  2541.      position: absolute;
  2542.      bottom: -8px;
  2543.      left: 50%;
  2544.      transform: translateX(-50%);
  2545.      width: 100px;
  2546.      height: 3px;
  2547.      background: var(--bs-primary);
  2548.    }
  2549.    
  2550.    @media (max-width: 768px) {
  2551.      .sponsored-section-v7 {
  2552.        padding: 30px 0;
  2553.      }
  2554.      .sponsored-image-v7 {
  2555.        height: 120px;
  2556.      }
  2557.      .sponsored-content-v7 {
  2558.        padding: 35px 12px 12px;
  2559.      }
  2560.  
  2561.      .sponsored-title-v7 {
  2562.        font-size: 14px;
  2563.      }
  2564.      .sponsored-excerpt-v7 {
  2565.        font-size: 11px;
  2566.      }
  2567.      .section-title-sponsored-v7 {
  2568.        font-size: 1.6rem;
  2569.      }
  2570.    }
  2571.  </style>
  2572.  
  2573.  <section class="sponsored-section-v7">
  2574.    <div class="container-fluid fluid-container">
  2575.      <div class="row mb-3">
  2576.        <div class="col-12">
  2577.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  2578.        </div>
  2579.      </div>
  2580.  
  2581.      <div class="row g-3 d-flex justify-content-center">
  2582.        
  2583.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2584.            <div class="card sponsored-card-v7">
  2585.              <div class="sponsored-image-v7">
  2586.                
  2587.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2588.                
  2589.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2590.              </div>
  2591.              <div class="sponsored-content-v7">
  2592.                <h3 class="sponsored-title-v7"><a href="/local-residents-seeking-answers-about-toxic-waste-locations/">Local Residents Seeking Answers About Toxic Waste Locations</a></h3>
  2593.                <p class="sponsored-excerpt-v7 "></p>
  2594.                <div class="sponsored-meta-v7">
  2595.                  <div class="author-info-v7">
  2596.                    
  2597.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2598.                    
  2599.                    <span>Caleb Adams</span>
  2600.                  </div>
  2601.                  <div>12 Jul 2026</div>
  2602.                </div>
  2603.              </div>
  2604.            </div>
  2605.          </div>
  2606.        
  2607.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2608.            <div class="card sponsored-card-v7">
  2609.              <div class="sponsored-image-v7">
  2610.                
  2611.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2612.                
  2613.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2614.              </div>
  2615.              <div class="sponsored-content-v7">
  2616.                <h3 class="sponsored-title-v7"><a href="/the-perfect-moment-to-be-bold-and-undertake-a-complete-reorganization/">The Perfect Moment to Be Bold and Undertake a Complete Reorganization.</a></h3>
  2617.                <p class="sponsored-excerpt-v7 "></p>
  2618.                <div class="sponsored-meta-v7">
  2619.                  <div class="author-info-v7">
  2620.                    
  2621.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2622.                    
  2623.                    <span>Caleb Adams</span>
  2624.                  </div>
  2625.                  <div>12 Jul 2026</div>
  2626.                </div>
  2627.              </div>
  2628.            </div>
  2629.          </div>
  2630.        
  2631.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2632.            <div class="card sponsored-card-v7">
  2633.              <div class="sponsored-image-v7">
  2634.                
  2635.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2636.                
  2637.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2638.              </div>
  2639.              <div class="sponsored-content-v7">
  2640.                <h3 class="sponsored-title-v7"><a href="/minister-for-health-warns-care-standards-will-not-be-guaranteed-should-resident-doctors-strike-goes-ahead-during-intense-influenza-strain/">Minister for Health Warns Care Standards Will Not Be Guaranteed Should Resident Doctors&#x27; Strike Goes Ahead During Intense Influenza Strain.</a></h3>
  2641.                <p class="sponsored-excerpt-v7 "></p>
  2642.                <div class="sponsored-meta-v7">
  2643.                  <div class="author-info-v7">
  2644.                    
  2645.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2646.                    
  2647.                    <span>Caleb Adams</span>
  2648.                  </div>
  2649.                  <div>12 Jul 2026</div>
  2650.                </div>
  2651.              </div>
  2652.            </div>
  2653.          </div>
  2654.        
  2655.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2656.            <div class="card sponsored-card-v7">
  2657.              <div class="sponsored-image-v7">
  2658.                
  2659.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2660.                
  2661.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2662.              </div>
  2663.              <div class="sponsored-content-v7">
  2664.                <h3 class="sponsored-title-v7"><a href="/the-three-lions-confirm-finals-spot-with-comfortable-win-over-opponents/">The Three Lions Confirm Finals Spot with Comfortable Win over Opponents</a></h3>
  2665.                <p class="sponsored-excerpt-v7 "></p>
  2666.                <div class="sponsored-meta-v7">
  2667.                  <div class="author-info-v7">
  2668.                    
  2669.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2670.                    
  2671.                    <span>Caleb Adams</span>
  2672.                  </div>
  2673.                  <div>12 Jul 2026</div>
  2674.                </div>
  2675.              </div>
  2676.            </div>
  2677.          </div>
  2678.        
  2679.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2680.            <div class="card sponsored-card-v7">
  2681.              <div class="sponsored-image-v7">
  2682.                
  2683.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2684.                
  2685.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2686.              </div>
  2687.              <div class="sponsored-content-v7">
  2688.                <h3 class="sponsored-title-v7"><a href="/how-this-bolton-legal-situation-differs-substantially-from-additional-former-president-critics/">How this Bolton Legal Situation Differs Substantially from Additional Former President Critics</a></h3>
  2689.                <p class="sponsored-excerpt-v7 "></p>
  2690.                <div class="sponsored-meta-v7">
  2691.                  <div class="author-info-v7">
  2692.                    
  2693.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2694.                    
  2695.                    <span>Caleb Adams</span>
  2696.                  </div>
  2697.                  <div>12 Jul 2026</div>
  2698.                </div>
  2699.              </div>
  2700.            </div>
  2701.          </div>
  2702.        
  2703.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2704.            <div class="card sponsored-card-v7">
  2705.              <div class="sponsored-image-v7">
  2706.                
  2707.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2708.                
  2709.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2710.              </div>
  2711.              <div class="sponsored-content-v7">
  2712.                <h3 class="sponsored-title-v7"><a href="/uk-prepared-to-employ-frozen-russias-funds-to-fund-the-ukrainian-war-effort/">UK Prepared to Employ Frozen Russia&#x27;s Funds to Fund the Ukrainian War Effort</a></h3>
  2713.                <p class="sponsored-excerpt-v7 "></p>
  2714.                <div class="sponsored-meta-v7">
  2715.                  <div class="author-info-v7">
  2716.                    
  2717.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/5ba0ab9e-613b-4727-afc0-0e55ffcc590f_profile.png" alt="Caleb Adams" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2718.                    
  2719.                    <span>Caleb Adams</span>
  2720.                  </div>
  2721.                  <div>12 Jul 2026</div>
  2722.                </div>
  2723.              </div>
  2724.            </div>
  2725.          </div>
  2726.        
  2727.      </div>
  2728.    </div>
  2729.  </section>
  2730.  
  2731.  
  2732.    
  2733.        <!-- end wpo-blog-sponsored-section -->
  2734.        <!-- start wpo-subscribe-section -->
  2735.        
  2736.        <!-- end subscribe-section -->
  2737.        <!-- start of wpo-site-footer-section -->
  2738.        
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  2746. <footer class="footer-v5 bg-primary-gradient border-top">
  2747.    
  2748.    <!-- Main Footer Content -->
  2749.    <div class="container-fluid py-5">
  2750.        
  2751.        <!-- Top Section with Logo and Description -->
  2752.        <div class="row mb-5">
  2753.            <div class="col-12 text-center">
  2754.                <div class="footer-brand mb-4">
  2755.                    
  2756.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/de64c89e-d93e-4b21-ad3e-149f016dea1c_logo.png" alt="Modern World News" class="footer-logo mb-3" height="60">
  2757.                    
  2758.                    <h4 class="fw-bold footer-color mb-2">Modern World News</h4>
  2759.                    <p class="footer-color opacity-50">Stay informed with breaking news, expert insights, and comprehensive coverage of global events from politics to technology on Modern World News.</p>
  2760.                </div>
  2761.            </div>
  2762.        </div>
  2763.  
  2764.        <!-- Content Grid -->
  2765.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  2766.            
  2767.            <!-- Quick Links Column -->
  2768.            <div class="">
  2769.                <div class="footer-section">
  2770.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2771.                        Quick Links
  2772.                    </h6>
  2773.                    <ul class="list-unstyled footer-links">
  2774.                        
  2775.                        <li class="mb-2">
  2776.                            <a href="/some-like-it-hot-why-cold-christmases-are-a-feeble-imitation-to-a-sunny-seasons-celebration/"
  2777.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2778.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2779.                                Some Like It Hot: Why Cold Christmases Are a Feeble Imitation to a Sunny Season&#x27;s Celebration.
  2780.                            </a>
  2781.                        </li>
  2782.                        
  2783.                        <li class="mb-2">
  2784.                            <a href="/am-i-dependent-on-my-wearable-device/"
  2785.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2786.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2787.                                Am I Dependent on My Wearable Device?
  2788.                            </a>
  2789.                        </li>
  2790.                        
  2791.                        <li class="mb-2">
  2792.                            <a href="/suspected-bondi-shooters-acted-alone-and-did-not-instruction-in-the-southeast-asian-nation-authorities-confirm/"
  2793.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2794.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2795.                                Suspected Bondi Shooters Acted Alone and Did Not Instruction in the Southeast Asian Nation, Authorities Confirm.
  2796.                            </a>
  2797.                        </li>
  2798.                        
  2799.                        <li class="mb-2">
  2800.                            <a href="/learners-fight-back-against-ai-delivered-higher-education-module-we-could-have-just-asked-chatgpt/"
  2801.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2802.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2803.                                Learners Fight Back Against AI-Delivered Higher Education Module: &quot;We Could Have Just Asked ChatGPT&quot;
  2804.                            </a>
  2805.                        </li>
  2806.                        
  2807.                        <li class="mb-2">
  2808.                            <a href="/the-daily-show-host-on-trumps-assertion-of-being-unaware-regarding-his-personal-mri-its-not-physically-possible/"
  2809.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2810.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2811.                                The Daily Show host on Trump&#x27;s Assertion of Being Unaware Regarding His Personal MRI: &#x27;It&#x27;s Not Physically Possible&#x27;.
  2812.                            </a>
  2813.                        </li>
  2814.                        
  2815.                        <li class="mb-2">
  2816.                            <a href="/secret-dna-examination-confirmed-accused-stalker-could-not-be-madeleine-mccann-reports-officer/"
  2817.                               class="text-decoration-none footer-color  d-flex align-items-center">
  2818.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  2819.                                Secret DNA Examination Confirmed Accused Stalker Could Not Be Madeleine McCann, Reports Officer
  2820.                            </a>
  2821.                        </li>
  2822.                        
  2823.                    </ul>
  2824.                </div>
  2825.            </div>
  2826.  
  2827.            <!-- Resources Column -->
  2828.            <div class="">
  2829.                <div class="footer-section">
  2830.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2831.                        Resources
  2832.                    </h6>
  2833.                   <ul class="footer-links" id="footerLinks">
  2834.        
  2835.        
  2836.  
  2837.        
  2838.        
  2839.        
  2840.        
  2841.    </ul>
  2842.                </div>
  2843.            </div>
  2844.  
  2845.            <!-- Categories Column -->
  2846.            <div class="">
  2847.                <div class="footer-section">
  2848.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  2849.                        Categories
  2850.                    </h6>
  2851.                    <div class="category-tags">
  2852.                      
  2853.                                <li>
  2854.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  2855.                                        All Posts
  2856.                                    </a>
  2857.                                </li>
  2858.                                
  2859.                                <li>
  2860.                                    <a href="/category/business/" class="footer-link footer-color">
  2861.                                        Business
  2862.                                    </a>
  2863.                                </li>
  2864.                                
  2865.                                <li>
  2866.                                    <a href="/category/esports/" class="footer-link footer-color">
  2867.                                        Esports
  2868.                                    </a>
  2869.                                </li>
  2870.                                
  2871.                                <li>
  2872.                                    <a href="/category/fashion/" class="footer-link footer-color">
  2873.                                        Fashion
  2874.                                    </a>
  2875.                                </li>
  2876.                                
  2877.                                <li>
  2878.                                    <a href="/category/featured/" class="footer-link footer-color">
  2879.                                        Featured
  2880.                                    </a>
  2881.                                </li>
  2882.                                
  2883.                                <li>
  2884.                                    <a href="/category/gaming/" class="footer-link footer-color">
  2885.                                        Gaming
  2886.                                    </a>
  2887.                                </li>
  2888.                                
  2889.                    </div>
  2890.                </div>
  2891.            </div>
  2892.  
  2893.        </div>
  2894.  
  2895.    </div>
  2896.  
  2897.    <!-- Footer Bottom -->
  2898.    <div class="footer-bottom  border-top py-3">
  2899.        <div class="container-fluid fluid-container">
  2900.            <div class=" d-flex justify-content-between flex-wrap">
  2901.                <div class="">
  2902.                    <p class="mb-0 footer-color  ">
  2903.                        © 2026 <span class="fw-semibold footer-color">Modern World News</span>. All rights reserved.
  2904.                    </p>
  2905.                </div>
  2906.                <div class="">
  2907.                    <div class="footer-nav">
  2908.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  2909.                            <i class="bi bi-file-text me-1"></i>Write For Us
  2910.                        </a>
  2911.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  2912.                            <i class="bi bi-file-text me-1"></i>Terms
  2913.                        </a>
  2914.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  2915.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  2916.                        </a>
  2917.                    </div>
  2918.                </div>
  2919.            </div>
  2920.        </div>
  2921.    </div>
  2922.  
  2923. </footer>
  2924.  
  2925. <style>
  2926. /* Footer V5 - Clean Minimalist Bootstrap Design */
  2927.  
  2928.  
  2929.  
  2930.  
  2931. .footer-logo {
  2932.    border-radius: 8px;
  2933. }
  2934.  
  2935. /* Footer Sections */
  2936. .footer-section {
  2937.    padding: 0 15px;
  2938. }
  2939.  
  2940. .footer-section h6 {
  2941.    position: relative;
  2942.    padding-bottom: 8px;
  2943. }
  2944.  
  2945. .footer-section h6::after {
  2946.    content: '';
  2947.    position: absolute;
  2948.    bottom: 0;
  2949.    left: 0;
  2950.    width: 30px;
  2951.    height: 2px;
  2952.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  2953.    border-radius: 1px;
  2954. }
  2955.  
  2956. /* Links Styling */
  2957. .footer-links a {
  2958.    transition: all 0.3s ease;
  2959.    padding: 4px 0;
  2960.    border-radius: 4px;
  2961. }
  2962.  
  2963. .footer-links a:hover {
  2964.    color: var(--bs-primary) !important;
  2965.    padding-left: 8px;
  2966. }
  2967.  
  2968. .footer-links a:hover i {
  2969.    transform: translateX(2px);
  2970. }
  2971.  
  2972. /* Category Tags */
  2973. .category-tag {
  2974.    transition: all 0.3s ease;
  2975.    padding: 6px 12px !important;
  2976.    font-size: 0.875rem;
  2977. }
  2978.  
  2979.  
  2980.  
  2981. /* Footer Bottom */
  2982. .footer-bottom {
  2983.    backdrop-filter: blur(10px);
  2984. }
  2985.  
  2986. /* Responsive Design */
  2987. @media (max-width: 768px) {
  2988.    .footer-v5 {
  2989.        margin-top: 60px;
  2990.    }
  2991.    
  2992.    .footer-section {
  2993.        text-align:start;
  2994.        margin-bottom: 40px;
  2995.    }
  2996.    
  2997.    .footer-links a,
  2998.    .category-tags {
  2999.        justify-content:start;
  3000.    }
  3001.    
  3002.    .social-links .d-flex {
  3003.        justify-content:start;
  3004.    }
  3005. }
  3006.  
  3007. @media (max-width: 576px) {
  3008.    .footer-brand h4 {
  3009.        font-size: 1.25rem;
  3010.    }
  3011.    
  3012.    .stats-item h5 {
  3013.        font-size: 1.1rem;
  3014.    }
  3015.    
  3016.    .newsletter-form .btn {
  3017.        padding: 8px 12px;
  3018.    }
  3019. }
  3020.  
  3021. /* Animation Classes */
  3022. .fade-in {
  3023.    animation: fadeIn 0.6s ease-in;
  3024. }
  3025.  
  3026. @keyframes fadeIn {
  3027.    from { opacity: 0; transform: translateY(20px); }
  3028.    to { opacity: 1; transform: translateY(0); }
  3029. }
  3030.  
  3031. /* Loading State */
  3032. .loading {
  3033.    pointer-events: none;
  3034.    opacity: 0.7;
  3035. }
  3036.  
  3037. .loading .btn {
  3038.    position: relative;
  3039. }
  3040.  
  3041. .loading .btn::after {
  3042.    content: '';
  3043.    position: absolute;
  3044.    top: 50%;
  3045.    left: 50%;
  3046.    width: 16px;
  3047.    height: 16px;
  3048.    margin: -8px 0 0 -8px;
  3049.    border: 2px solid transparent;
  3050.    border-top-color: currentColor;
  3051.    border-radius: 50%;
  3052.    animation: spin 1s linear infinite;
  3053. }
  3054.  
  3055. @keyframes spin {
  3056.    to { transform: rotate(360deg); }
  3057. }
  3058.  
  3059. /* Utility Classes */
  3060. .text-gradient {
  3061.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3062.    -webkit-background-clip: text;
  3063.    -webkit-text-fill-color: transparent;
  3064.    background-clip: text;
  3065. }
  3066.  
  3067. .hover-lift {
  3068.    transition: transform 0.3s ease;
  3069. }
  3070.  
  3071. .hover-lift:hover {
  3072.    transform: translateY(-2px);
  3073. }
  3074. </style>
  3075.  
  3076.  
  3077. <script>
  3078. document.addEventListener('DOMContentLoaded', function() {
  3079.    
  3080.    // Initialize Bootstrap tooltips
  3081.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3082.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3083.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3084.    });
  3085.  
  3086.    // Newsletter form handling
  3087.    const newsletterForm = document.querySelector('.newsletter-form');
  3088.    if (newsletterForm) {
  3089.        newsletterForm.addEventListener('submit', function(e) {
  3090.            e.preventDefault();
  3091.            
  3092.            const email = this.querySelector('input[name="email"]').value.trim();
  3093.            const submitBtn = this.querySelector('button[type="submit"]');
  3094.            const originalContent = submitBtn.innerHTML;
  3095.            
  3096.            // Validate email
  3097.            if (!email || !isValidEmail(email)) {
  3098.                showToast('Please enter a valid email address', 'error');
  3099.                return;
  3100.            }
  3101.            
  3102.            // Show loading state
  3103.            this.classList.add('loading');
  3104.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3105.            submitBtn.disabled = true;
  3106.            
  3107.            // Simulate API call
  3108.            setTimeout(() => {
  3109.                // Success state
  3110.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3111.                submitBtn.classList.remove('btn-primary');
  3112.                submitBtn.classList.add('btn-success');
  3113.                
  3114.                showToast('Successfully subscribed to newsletter!', 'success');
  3115.                
  3116.                // Reset form
  3117.                setTimeout(() => {
  3118.                    this.classList.remove('loading');
  3119.                    submitBtn.innerHTML = originalContent;
  3120.                    submitBtn.classList.remove('btn-success');
  3121.                    submitBtn.classList.add('btn-primary');
  3122.                    submitBtn.disabled = false;
  3123.                    this.reset();
  3124.                }, 2000);
  3125.                
  3126.            }, 1500);
  3127.        });
  3128.    }
  3129.    
  3130.    // Email validation function
  3131.    function isValidEmail(email) {
  3132.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3133.        return emailRegex.test(email);
  3134.    }
  3135.    
  3136.    // Toast notification function
  3137.    function showToast(message, type = 'info') {
  3138.        // Remove existing toasts
  3139.        const existingToasts = document.querySelectorAll('.custom-toast');
  3140.        existingToasts.forEach(toast => toast.remove());
  3141.        
  3142.        // Create toast
  3143.        const toast = document.createElement('div');
  3144.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3145.        toast.style.zIndex = '9999';
  3146.        toast.innerHTML = `
  3147.            <div class="d-flex align-items-center">
  3148.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3149.                <span>${message}</span>
  3150.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3151.            </div>
  3152.        `;
  3153.        
  3154.        document.body.appendChild(toast);
  3155.        
  3156.        // Auto remove after 4 seconds
  3157.        setTimeout(() => {
  3158.            if (toast && toast.parentNode) {
  3159.                toast.remove();
  3160.            }
  3161.        }, 4000);
  3162.    }
  3163.    
  3164.    // Smooth scroll for internal links
  3165.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3166.        anchor.addEventListener('click', function(e) {
  3167.            e.preventDefault();
  3168.            const target = document.querySelector(this.getAttribute('href'));
  3169.            if (target) {
  3170.                target.scrollIntoView({
  3171.                    behavior: 'smooth',
  3172.                    block: 'start'
  3173.                });
  3174.            }
  3175.        });
  3176.    });
  3177.    
  3178.    // Add fade-in animation to footer sections on scroll
  3179.    const observerOptions = {
  3180.        threshold: 0.1,
  3181.        rootMargin: '0px 0px -50px 0px'
  3182.    };
  3183.    
  3184.    const sectionObserver = new IntersectionObserver((entries) => {
  3185.        entries.forEach(entry => {
  3186.            if (entry.isIntersecting) {
  3187.                entry.target.classList.add('fade-in');
  3188.            }
  3189.        });
  3190.    }, observerOptions);
  3191.    
  3192.    // Observe footer sections
  3193.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3194.        sectionObserver.observe(section);
  3195.    });
  3196.    
  3197.    // Enhanced hover effects for category tags
  3198.    document.querySelectorAll('.category-tag').forEach(tag => {
  3199.        tag.addEventListener('mouseenter', function() {
  3200.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3201.        });
  3202.        
  3203.        tag.addEventListener('mouseleave', function() {
  3204.            this.style.transform = 'translateY(0) scale(1)';
  3205.        });
  3206.    });
  3207.    
  3208.    // Prevent default for demo links
  3209.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3210.        link.addEventListener('click', function(e) {
  3211.            e.preventDefault();
  3212.        });
  3213.    });
  3214.    
  3215.    // Add click ripple effect to buttons
  3216.    document.querySelectorAll('.btn').forEach(btn => {
  3217.        btn.addEventListener('click', function(e) {
  3218.            const ripple = document.createElement('span');
  3219.            const rect = this.getBoundingClientRect();
  3220.            const size = Math.max(rect.width, rect.height);
  3221.            const x = e.clientX - rect.left - size / 2;
  3222.            const y = e.clientY - rect.top - size / 2;
  3223.            
  3224.            ripple.style.cssText = `
  3225.                position: absolute;
  3226.                left: ${x}px;
  3227.                top: ${y}px;
  3228.                width: ${size}px;
  3229.                height: ${size}px;
  3230.                border-radius: 50%;
  3231.                background: rgba(255, 255, 255, 0.4);
  3232.                transform: scale(0);
  3233.                animation: ripple-effect 0.6s linear;
  3234.                pointer-events: none;
  3235.            `;
  3236.            
  3237.            this.style.position = 'relative';
  3238.            this.style.overflow = 'hidden';
  3239.            this.appendChild(ripple);
  3240.            
  3241.            setTimeout(() => ripple.remove(), 600);
  3242.        });
  3243.    });
  3244.    
  3245. });
  3246.  
  3247. // Add ripple animation CSS
  3248. const rippleCSS = document.createElement('style');
  3249. rippleCSS.textContent = `
  3250.    @keyframes ripple-effect {
  3251.        to {
  3252.            transform: scale(4);
  3253.            opacity: 0;
  3254.        }
  3255.    }
  3256. `;
  3257. document.head.appendChild(rippleCSS);
  3258.  
  3259. document.addEventListener('DOMContentLoaded', function () {
  3260.    var btn = document.getElementById('toggleFooterLinks');
  3261.    if (!btn) return; // No extra links, no button
  3262.  
  3263.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3264.  
  3265.    btn.addEventListener('click', function () {
  3266.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3267.            return li.classList.contains('d-none');
  3268.        });
  3269.  
  3270.        extras.forEach(function (li) {
  3271.            if (anyHidden) {
  3272.                li.classList.remove('d-none');
  3273.                li.classList.add('show');
  3274.            } else {
  3275.                li.classList.add('d-none');
  3276.                li.classList.remove('show');
  3277.            }
  3278.        });
  3279.  
  3280.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3281.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3282.    });
  3283. });
  3284.  
  3285. </script>
  3286.  
  3287.        <!-- end of wpo-site-footer-section -->
  3288.    </div>
  3289.    <!-- end of page-wrapper -->
  3290.  
  3291.    <!-- All JavaScript files
  3292.    ================================================== -->
  3293.    
  3294.  
  3295. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3296. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3297. <!-- Plugins for this template -->
  3298. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3299. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3300. <!-- Custom script for this template -->
  3301. <script src="/static/blogapp/assets/js/script.js"></script>
  3302.  
  3303. <script>
  3304. (function () {
  3305. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3306. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3307.  
  3308. function applyFallback(img) {
  3309. if (!img || img.dataset.fallbackApplied === "1") {
  3310. return;
  3311. }
  3312. var failedSrc = img.currentSrc || img.src || "";
  3313. img.dataset.fallbackApplied = "1";
  3314. img.onerror = null;
  3315. img.src = fallbackImageSrc;
  3316. console.warn("[ImageFallback] Replaced broken image:", {
  3317. failedSrc: failedSrc,
  3318. fallbackSrc: fallbackImageSrc,
  3319. alt: img.alt || "",
  3320. });
  3321. }
  3322.  
  3323. document.querySelectorAll("img").forEach(function (img) {
  3324. if (img.complete && img.naturalWidth === 0) {
  3325. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3326. failedSrc: img.currentSrc || img.src || "",
  3327. alt: img.alt || "",
  3328. });
  3329. applyFallback(img);
  3330. }
  3331. });
  3332.  
  3333. document.addEventListener(
  3334. "error",
  3335. function (event) {
  3336. var target = event.target;
  3337. if (target && target.tagName === "IMG") {
  3338. applyFallback(target);
  3339. }
  3340. },
  3341. true
  3342. );
  3343. })();
  3344. </script>
  3345.  
  3346. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3347.  
  3348.  
  3349.  
  3350. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"38032af819f4492e981ca3e4aa2d6970","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3351. </body>
  3352.  
  3353. </html>
  3354.  
  3355.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda