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://cleartrailway.ca

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_30_DjT3vvN_fpffLMm_3FNLp6U_39oJHrC_aaILPOP.png">
  14.    
  15.  
  16.    <title>Clear Railway - Canadian Rail News &amp; Industry Insights</title>
  17.    <meta name="description" content="Stay updated with the latest news, trends, and analysis in Canada&#x27;s railway industry. From infrastructure projects to policy changes, we cover it all.">
  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://cleartrailway.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_8">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390.  
  391. <div class="topbar d-sm-flex d-none">
  392.  <div class="container-fluid fluid-container">
  393.    <div class="row  ">
  394.      <div>
  395.        <div class="pt-2 d-flex gap-2 pb-0">
  396.          <div class="">
  397.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  398.          </div>
  399.  
  400.          <!-- Add an id to the marquee -->
  401.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  402.            <p class="text-center">
  403.              
  404.               <a href="/stoppard-a-exceptional-playwright-who-consistently-raised-the-atmosphere-of-the-stage/" class="px-5 top-color">
  405.                    Stoppard: A Exceptional Playwright Who Consistently Raised the Atmosphere of the Stage
  406.                  </a>
  407.              
  408.               <a href="/rising-verbal-conflict-among-ethiopian-government-and-eritrean-government-triggers-anxieties-of-conflict/" class="px-5 top-color">
  409.                    Rising Verbal Conflict Among Ethiopian Government and Eritrean Government Triggers Anxieties of Conflict
  410.                  </a>
  411.              
  412.               <a href="/jets-legend-nick-mangold-dies-at-41-amid-pursuing-kidney-transplant/" class="px-5 top-color">
  413.                    Jets Legend Nick Mangold Dies at 41 Amid Pursuing Kidney Transplant
  414.                  </a>
  415.              
  416.               <a href="/honduran-candidate-alleges-election-has-been-stolen/" class="px-5 top-color">
  417.                    Honduran Candidate Alleges Election Has Been &#x27;Stolen&#x27;
  418.                  </a>
  419.              
  420.               <a href="/the-electric-vehicle-giant-shareholders-to-vote-on-mammoth-1-trillion-pay-plan-for-ceo-the-tech-mogul/" class="px-5 top-color">
  421.                    The Electric Vehicle Giant Shareholders to Vote on Mammoth $1 Trillion Pay Plan for CEO the Tech Mogul
  422.                  </a>
  423.              
  424.            </p>
  425.          </marquee>
  426.        </div>
  427.      </div>
  428.    </div>
  429.  </div>
  430. </div>
  431. <style>
  432.  .tilt-button {
  433.  padding: 0.5rem 1rem;
  434.  white-space: nowrap;
  435.  font-weight: bold;
  436.  display: inline-block;
  437.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  438.  transition: background 0.3s ease;
  439. }
  440.  
  441.  
  442. </style>
  443. <script>
  444.  // Stop/start marquee when hovering or focusing links inside it
  445.  document.addEventListener("DOMContentLoaded", function () {
  446.    const marquee = document.getElementById("newsMarquee");
  447.    if (!marquee) return;
  448.  
  449.    marquee.querySelectorAll("a").forEach((link) => {
  450.      link.addEventListener("mouseenter", () => marquee.stop());
  451.      link.addEventListener("mouseleave", () => marquee.start());
  452.      // keyboard accessibility
  453.      link.addEventListener("focus", () => marquee.stop());
  454.      link.addEventListener("blur", () => marquee.start());
  455.    });
  456.  });
  457. </script>
  458.  
  459.  
  460.  
  461.            
  462.  
  463.  
  464.  
  465.  
  466.  
  467. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  468.  <div class="container-fluid fluid-container">
  469.    <div class="row flex-wrap align-items-center">
  470.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  471.        <div class="mobail-menu">
  472.          <button type="button" class="navbar-toggler open-btn">
  473.            <span class="sr-only">Toggle navigation</span>
  474.            <span class="icon-bar first-angle"></span>
  475.            <span class="icon-bar middle-angle"></span>
  476.            <span class="icon-bar last-angle"></span>
  477.          </button>
  478.        </div>
  479.      </div>
  480.      <div class="col-lg-2 col-md-6 col-6">
  481.        <div class="navbar-header">
  482.          <a class="navbar-brand" href="/">
  483.            
  484.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f9b1716e-0548-47cd-b4fe-8c199bced884_logo.png" alt="Clear Railway" />
  485.            
  486.          </a>
  487.        </div>
  488.  
  489.      </div>
  490.      <div class="col-lg-8 col-md-1 col-1">
  491.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  492.          <button class="menu-close"><i class="ti-close"></i></button>
  493.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  494.            <li>
  495.              <a href="/">
  496.                Home
  497.              </a>
  498.            </li>
  499.            
  500.            
  501.             <li>
  502.              <a href="/category/all-posts/">
  503.                All Posts
  504.              </a>
  505.              </li>
  506.              
  507.  
  508.                  
  509.              
  510.             <li>
  511.              <a href="/category/business/">
  512.                Business
  513.              </a>
  514.              </li>
  515.              
  516.  
  517.                  
  518.              
  519.             <li>
  520.              <a href="/category/esports/">
  521.                Esports
  522.              </a>
  523.              </li>
  524.              
  525.  
  526.                  
  527.              
  528.             <li>
  529.              <a href="/category/fashion/">
  530.                Fashion
  531.              </a>
  532.              </li>
  533.              
  534.  
  535.                  
  536.              
  537.             <li>
  538.              <a href="/category/featured/">
  539.                Featured
  540.              </a>
  541.              </li>
  542.              
  543.  
  544.                  
  545.              
  546.            
  547.              <li class="menu-item-has-children">
  548.                <a href="#">More</a>
  549.                <ul class="sub-menu">
  550.                  <li>
  551.                    <a href="/category/gaming/">
  552.                      Gaming
  553.                    </a>
  554.                  </li>
  555.                  
  556.  
  557.                  
  558.              
  559.            
  560.                  <li>
  561.                    <a href="/category/health/">
  562.                      Health
  563.                    </a>
  564.                  </li>
  565.                  
  566.  
  567.                  
  568.              
  569.            
  570.                  <li>
  571.                    <a href="/category/life-fitness/">
  572.                      Life &amp; Fitness
  573.                    </a>
  574.                  </li>
  575.                  
  576.  
  577.                  
  578.              
  579.            
  580.                  <li>
  581.                    <a href="/category/lifestyle/">
  582.                      Lifestyle
  583.                    </a>
  584.                  </li>
  585.                  
  586.  
  587.                  
  588.              
  589.            
  590.                  <li>
  591.                    <a href="/category/news/">
  592.                      News
  593.                    </a>
  594.                  </li>
  595.                  
  596.  
  597.                  
  598.              
  599.            
  600.                  <li>
  601.                    <a href="/category/others/">
  602.                      Others
  603.                    </a>
  604.                  </li>
  605.                  
  606.  
  607.                  
  608.              
  609.            
  610.                  <li>
  611.                    <a href="/category/politics/">
  612.                      Politics
  613.                    </a>
  614.                  </li>
  615.                  
  616.  
  617.                  
  618.              
  619.            
  620.                  <li>
  621.                    <a href="/category/sports/">
  622.                      Sports
  623.                    </a>
  624.                  </li>
  625.                  
  626.  
  627.                  
  628.              
  629.            
  630.                  <li>
  631.                    <a href="/category/tech/">
  632.                      Tech
  633.                    </a>
  634.                  </li>
  635.                  
  636.  
  637.                  
  638.              
  639.            
  640.                  <li>
  641.                    <a href="/category/travel/">
  642.                      Travel
  643.                    </a>
  644.                  </li>
  645.                  
  646.  
  647.                  
  648.                </ul>
  649.              </li>
  650.              
  651.              
  652.              
  653.              <li>
  654.                <a href="/page/contact-us/">
  655.                  Contact Us
  656.                </a>
  657.              </li>
  658.          </ul>
  659.        </div>
  660.        <!-- end of nav-collapse -->
  661.      </div>
  662.      <div class="col-lg-2 col-md-2 col-2">
  663.        <div class="header-right">
  664.          <div class="header-search-form-wrapper">
  665.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  666.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  667.              <div class="header-search-form">
  668.                <form id="search-form">
  669.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  670.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  671.                </form>
  672.                <div id="search-results" class="search-v1 mt-2"></div>
  673.              </div>
  674.            </div>
  675.          </div>
  676.  
  677.          
  678.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  679.            <div class="header-right-menu">
  680.              <div class="right-menu-toggle-btn">
  681.                <span class="bg-link"></span>
  682.                <span class="bg-link"></span>
  683.                <span class="bg-link"></span>
  684.              </div>
  685.              <div class="header-right-menu-wrap z-1">
  686.                <button class="right-menu-close"><i class="ti-close"></i></button>
  687.                <div class="logo">
  688.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  689.                </div>
  690.                <div class="header-right-sec">
  691.                  <div class="project-widget widget">
  692.                    <h3 class="blog-color">Our Latest News</h3>
  693.                    <div class="posts">
  694.                      <div class="post">
  695.                        <div class="img-holder">
  696.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  697.                        </div>
  698.                        <div class="details">
  699.                          <span class="date blog-color">19 Jun 2022</span>
  700.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  701.                              Know.</a></h4>
  702.                        </div>
  703.                      </div>
  704.                      <div class="post">
  705.                        <div class="img-holder">
  706.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  707.                        </div>
  708.                        <div class="details">
  709.                          <span class="date blog-color">22 May 2022</span>
  710.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  711.                          </h4>
  712.                        </div>
  713.                      </div>
  714.                      <div class="post">
  715.                        <div class="img-holder">
  716.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  717.                        </div>
  718.                        <div class="details">
  719.                          <span class="date blog-color">12 Apr 2022</span>
  720.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  721.                          </h4>
  722.                        </div>
  723.                      </div>
  724.                    </div>
  725.                  </div>
  726.                  <div class="widget wpo-contact-widget">
  727.                    <div class="widget-title">
  728.                      <h3 class="blog-color">Contact Us</h3>
  729.                    </div>
  730.                    <div class="contact-ft">
  731.                      <ul>
  732.                        <li>
  733.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  734.                        </li>
  735.                        <li>
  736.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  737.                          + 8 (123) 123 456 789
  738.                        </li>
  739.                        <li>
  740.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  741.                        </li>
  742.                      </ul>
  743.                    </div>
  744.                  </div>
  745.                </div>
  746.              </div>
  747.              <div class="sidebar-blur"> </div>
  748.            </div>
  749.          </div> -->
  750.        </div>
  751.      </div>
  752.    </div>
  753.    <!-- end of container -->
  754. </nav>
  755. </nav>
  756. <style>
  757.  .navbar-brand img {
  758.    height: 70px;
  759.    object-fit: contain;
  760.  }
  761. </style>
  762. <script>
  763.  // jQuery or vanilla JavaScript to handle the AJAX search
  764.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  765.    e.preventDefault();  // Prevent the form from submitting normally
  766.  
  767.    const query = document.getElementById("search-input").value;
  768.  // Check if the input field is empty
  769.    if (query === "") {
  770.      // Clear the search results if the input is empty
  771.      document.getElementById("search-results").innerHTML = "";
  772.      return; // Exit the function early to avoid making an AJAX request
  773.    }
  774.    // Send AJAX request
  775.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  776.      method: "GET",
  777.        headers: {
  778.          "X-Requested-With": "XMLHttpRequest",
  779.        },
  780.    })
  781.      .then(response => response.json())
  782.      .then(data => {
  783.        if (data.html) {
  784.          document.getElementById("search-results").innerHTML = data.html;
  785.        } else {
  786.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  787.        }
  788.      })
  789.      .catch(error => {
  790.        console.error("Error fetching search results:", error);
  791.      });
  792.  });
  793.  
  794. </script>
  795.  
  796.        </header>
  797.        <!-- end of header -->
  798.        <!-- start of wpo-blog-hero -->
  799.        
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807. <div class="blog-hero-v8 my-5">
  808.  <div class="container-fluid fluid-container">
  809.    <!-- Full-Width Featured Article -->
  810.    <div class="row g-4 mb-5">
  811.      <div class="col-12">
  812.        
  813.        
  814.          
  815.        <article class="full-featured">
  816.          <div class="featured-image-container">
  817.            
  818.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Strictly Winners Crowned in Glitzy Grand Final" class="featured-image" />
  819.            
  820.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  821.          </div>
  822.          <div class="featured-content">
  823.            <h1 class="featured-title">
  824.              <a href="/strictly-winners-crowned-in-glitzy-grand-final/">Strictly Winners Crowned in Glitzy Grand Final</a>
  825.            </h1>
  826.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  827.            <div class="article-meta">
  828.              <div class="author-info">
  829.                
  830.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker's Profile" class="author-pic" />
  831.                
  832.                <div class="author-text">
  833.                  <span class="author-name">Juan Tucker</span>
  834.                  
  835.                  <span class="post-time">August 18, 2026</span>
  836.                </div>
  837.              </div>
  838.              <div class="reading-info">
  839.                
  840.              </div>
  841.            </div>
  842.          </div>
  843.        </article>
  844.  
  845.        
  846.        
  847.      </div>
  848.    </div>
  849.  
  850.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  851.    <div class="row g-4">
  852.      
  853.      <div class="col-lg-3 col-md-6 col-12">
  854.        <article class="compact-card">
  855.          <div class="compact-image">
  856.            
  857.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Waist-to-Height Ratio Beats Body Mass Index for Assessing Heart Disease Risk" />
  858.            
  859.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  860.          </div>
  861.          <div class="compact-body">
  862.            <h3 class="compact-title">
  863.              <a href="/waist-to-height-ratio-beats-body-mass-index-for-assessing-heart-disease-risk/">Waist-to-Height Ratio Beats Body Mass Index for Assessing Heart Disease Risk</a>
  864.            </h3>
  865.            <p class="compact-text"></p>
  866.            <div class="compact-footer">
  867.              <div class="compact-author">
  868.                
  869.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker's Profile" class="compact-avatar" />
  870.                
  871.                <span class="compact-name">Juan …</span>
  872.              </div>
  873.              <span class="compact-date">Aug 18</span>
  874.            </div>
  875.          </div>
  876.        </article>
  877.      </div>
  878.      
  879.      <div class="col-lg-3 col-md-6 col-12">
  880.        <article class="compact-card">
  881.          <div class="compact-image">
  882.            
  883.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Ecological Catastrophe Fears as Millions of Plastic Beads Wash Up on Popular Beach" />
  884.            
  885.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  886.          </div>
  887.          <div class="compact-body">
  888.            <h3 class="compact-title">
  889.              <a href="/ecological-catastrophe-fears-as-millions-of-plastic-beads-wash-up-on-popular-beach/">Ecological Catastrophe Fears as Millions of Plastic Beads Wash Up on Popular Beach</a>
  890.            </h3>
  891.            <p class="compact-text"></p>
  892.            <div class="compact-footer">
  893.              <div class="compact-author">
  894.                
  895.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker's Profile" class="compact-avatar" />
  896.                
  897.                <span class="compact-name">Juan …</span>
  898.              </div>
  899.              <span class="compact-date">Aug 17</span>
  900.            </div>
  901.          </div>
  902.        </article>
  903.      </div>
  904.      
  905.      <div class="col-lg-3 col-md-6 col-12">
  906.        <article class="compact-card">
  907.          <div class="compact-image">
  908.            
  909.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="A Complete Cop30 Jargon Buster" />
  910.            
  911.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  912.          </div>
  913.          <div class="compact-body">
  914.            <h3 class="compact-title">
  915.              <a href="/a-complete-cop30-jargon-buster/">A Complete Cop30 Jargon Buster</a>
  916.            </h3>
  917.            <p class="compact-text"></p>
  918.            <div class="compact-footer">
  919.              <div class="compact-author">
  920.                
  921.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker's Profile" class="compact-avatar" />
  922.                
  923.                <span class="compact-name">Juan …</span>
  924.              </div>
  925.              <span class="compact-date">Aug 17</span>
  926.            </div>
  927.          </div>
  928.        </article>
  929.      </div>
  930.      
  931.  
  932.      <!-- Recent Articles Sidebar -->
  933.      <div class="col-lg-3 col-md-6 col-12">
  934.        <div class="recent-section">
  935.          <h3 class="recent-title">Recent Articles</h3>
  936.          <div class="recent-list">
  937.            
  938.            <div class="recent-item">
  939.              <div class="recent-content">
  940.                <h4 class="recent-article-title">
  941.                  <a href="/the-tanzanian-security-clampdown-on-scheduled-protest-results-in-city-centers-deserted/">The Tanzanian Security Clampdown on Scheduled Protest Results …</a>
  942.                </h4>
  943.                <span class="recent-date">August 17, 2026</span>
  944.              </div>
  945.            </div>
  946.            
  947.          </div>
  948.        </div>
  949.      </div>
  950.    </div>
  951.  </div>
  952. </div>
  953.  
  954.  
  955.  
  956. <style>
  957.  /* Full-Width Featured Article */
  958.  .full-featured {
  959.    background: var(--card-bg, #ffffff);
  960.    border-radius: 12px;
  961.    overflow: hidden;
  962.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  963.    border: 1px solid var(--border-color, #e5e7eb);
  964.    transition: box-shadow 0.3s ease;
  965.  }
  966.  
  967.  .full-featured:hover {
  968.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  969.  }
  970.  
  971.  .featured-image-container {
  972.    position: relative;
  973.    height: 400px;
  974.    overflow: hidden;
  975.  }
  976.  
  977.  .featured-image {
  978.    width: 100%;
  979.    height: 100%;
  980.    object-fit: cover;
  981.  }
  982.  
  983.  .featured-content {
  984.    padding: 2rem;
  985.  }
  986.  
  987.  .featured-title {
  988.    font-size: 2.5rem;
  989.    font-weight: 700;
  990.    color: #111827;
  991.    margin-bottom: 1rem;
  992.    line-height: 1.2;
  993.  }
  994.  
  995.  .featured-title a {
  996.    color: inherit;
  997.    text-decoration: none;
  998.  }
  999.  
  1000.  .featured-title a:hover {
  1001.    color: #3b82f6;
  1002.    transition: color 0.3s ease;
  1003.  }
  1004.  
  1005.  .featured-summary {
  1006.    font-size: 1.1rem;
  1007.    color: #4b5563;
  1008.    line-height: 1.6;
  1009.    margin-bottom: 1.5rem;
  1010.  }
  1011.  
  1012.  /* Category Tags - Dynamic Colors */
  1013.  .category-tag {
  1014.    position: absolute;
  1015.    top: 1rem;
  1016.    left: 1rem;
  1017.    padding: 0.4rem 1.2rem;
  1018.    font-size: 0.8rem;
  1019.    font-weight: 600;
  1020.    text-transform: uppercase;
  1021.    color: white;
  1022.    border-radius: 20px;
  1023.    z-index: 2;
  1024.  }
  1025.  
  1026.  /* Category Colors */
  1027.  
  1028.  .business-tag, .business-cat { background-color: #10b981; }
  1029.  
  1030.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1031.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1032.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1033.  .health-tag, .health-cat { background-color: #84cc16; }
  1034.  
  1035.  /* Article Meta */
  1036.  .article-meta {
  1037.    display: flex;
  1038.    align-items: center;
  1039.    justify-content: space-between;
  1040.    font-size: 0.9rem;
  1041.    color: #6b7280;
  1042.  }
  1043.  
  1044.  .author-info {
  1045.    display: flex;
  1046.    align-items: center;
  1047.    gap: 0.75rem;
  1048.  }
  1049.  
  1050.  .author-pic {
  1051.    width: 40px;
  1052.    height: 40px;
  1053.    border-radius: 50%;
  1054.    object-fit: cover;
  1055.  }
  1056.  
  1057.  .author-name {
  1058.    font-weight: 600;
  1059.    color: var(--topbar-color, #111827);
  1060.  }
  1061.  
  1062.  .post-time {
  1063.    font-size: 0.85rem;
  1064.    color: #6b7280;
  1065.  }
  1066.  
  1067.  .read-time {
  1068.    background: #f3f4f6;
  1069.    padding: 0.25rem 0.75rem;
  1070.    border-radius: 12px;
  1071.    font-size: 0.8rem;
  1072.  }
  1073.  
  1074.  /* Compact Cards */
  1075.  .compact-card {
  1076.    background: var(--card-bg, #ffffff);
  1077.    border-radius: 12px;
  1078.    overflow: hidden;
  1079.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1080.    border: 1px solid var(--border-color, #e5e7eb);
  1081.    transition: box-shadow 0.3s ease;
  1082.    height: 100%;
  1083.  }
  1084.  
  1085.  .compact-card:hover {
  1086.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1087.  }
  1088.  
  1089.  .compact-image {
  1090.    position: relative;
  1091.    height: 160px;
  1092.    overflow: hidden;
  1093.  }
  1094.  
  1095.  .compact-image img {
  1096.    width: 100%;
  1097.    height: 100%;
  1098.    object-fit: cover;
  1099.  }
  1100.  
  1101.  .compact-category {
  1102.    position: absolute;
  1103.    top: 0.75rem;
  1104.    left: 0.75rem;
  1105.    padding: 0.3rem 1rem;
  1106.    font-size: 0.75rem;
  1107.    border-radius: 20px;
  1108.    color: white;
  1109.    font-weight: 600;
  1110.    text-transform: uppercase;
  1111.  }
  1112.  
  1113.  .compact-body {
  1114.    padding: 1.25rem;
  1115.  }
  1116.  
  1117.  .compact-title {
  1118.    font-size: 1.1rem;
  1119.    font-weight: 600;
  1120.    color: #111827;
  1121.    margin-bottom: 0.5rem;
  1122.    line-height: 1.3;
  1123.  }
  1124.  
  1125.  .compact-title a {
  1126.    color: inherit;
  1127.    text-decoration: none;
  1128.  }
  1129.  
  1130.  .compact-title a:hover {
  1131.    color: #3b82f6;
  1132.    transition: color 0.3s ease;
  1133.  }
  1134.  
  1135.  .compact-text {
  1136.    font-size: 0.9rem;
  1137.    color: #4b5563;
  1138.    line-height: 1.5;
  1139.  }
  1140.  
  1141.  .compact-footer {
  1142.    display: flex;
  1143.    justify-content: space-between;
  1144.    align-items: center;
  1145.    margin-top: 1rem;
  1146.    font-size: 0.85rem;
  1147.    color: #6b7280;
  1148.  }
  1149.  
  1150.  .compact-author {
  1151.    display: flex;
  1152.    align-items: center;
  1153.    gap: 0.5rem;
  1154.  }
  1155.  
  1156.  .compact-avatar {
  1157.    width: 28px;
  1158.    height: 28px;
  1159.    border-radius: 50%;
  1160.    object-fit: cover;
  1161.  }
  1162.  
  1163.  .compact-name {
  1164.    color: var(--topbar-color, #111827);
  1165.    font-weight: 500;
  1166.  }
  1167.  
  1168.  /* Recent Articles Sidebar */
  1169.  .recent-section {
  1170.    background: var(--card-bg, #ffffff);
  1171.    border-radius: 12px;
  1172.    padding: 1.5rem;
  1173.    border: 1px solid var(--border-color, #e5e7eb);
  1174.    height: 100%;
  1175.  }
  1176.  
  1177.  .recent-title {
  1178.    font-size: 1.2rem;
  1179.    font-weight: 700;
  1180.    color: #111827;
  1181.    margin-bottom: 1rem;
  1182.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1183.    padding-bottom: 0.5rem;
  1184.  }
  1185.  
  1186.  .recent-list {
  1187.    display: flex;
  1188.    flex-direction: column;
  1189.    gap: 1rem;
  1190.  }
  1191.  
  1192.  .recent-item {
  1193.    padding: 0.75rem;
  1194.    border-radius: 8px;
  1195.    transition: background 0.2s ease;
  1196.    border: 1px solid var(--border-color, #e5e7eb);
  1197.  }
  1198.  
  1199.  .recent-item:hover {
  1200.    background: var(--card-bg);
  1201.  }
  1202.  
  1203.  .recent-article-title {
  1204.    font-size: 0.95rem;
  1205.    font-weight: 500;
  1206.    color: var(--topbar-color, #111827);
  1207.    margin-bottom: 0.25rem;
  1208.  }
  1209.  
  1210.  .recent-article-title a {
  1211.    color: inherit;
  1212.    text-decoration: none;
  1213.  }
  1214.  
  1215.  .recent-article-title a:hover {
  1216.    color: #3b82f6;
  1217.    transition: color 0.3s ease;
  1218.  }
  1219.  
  1220.  .recent-date {
  1221.    font-size: 0.8rem;
  1222.    color: #6b7280;
  1223.  }
  1224.  
  1225.  /* Responsive Design */
  1226.  @media (max-width: 992px) {
  1227.    .featured-image-container {
  1228.      height: 300px;
  1229.    }
  1230.    
  1231.    .featured-title {
  1232.      font-size: 2rem;
  1233.    }
  1234.    
  1235.    .compact-image {
  1236.      height: 140px;
  1237.    }
  1238.  }
  1239.  
  1240.  @media (max-width: 768px) {
  1241.    .featured-content,
  1242.    .compact-body {
  1243.      padding: 1.5rem;
  1244.    }
  1245.    
  1246.    .article-meta {
  1247.      flex-direction: column;
  1248.      align-items: flex-start;
  1249.      gap: 0.75rem;
  1250.    }
  1251.    
  1252.    .recent-section {
  1253.      margin-top: 2rem;
  1254.    }
  1255.  }
  1256.  
  1257.  @media (max-width: 576px) {
  1258.    .featured-title {
  1259.      font-size: 1.8rem;
  1260.    }
  1261.    
  1262.    .compact-title {
  1263.      font-size: 1rem;
  1264.    }
  1265.    
  1266.    .featured-content {
  1267.      padding: 1rem;
  1268.    }
  1269.    
  1270.    .compact-body {
  1271.      padding: 1rem;
  1272.    }
  1273.  }
  1274. </style>
  1275.  
  1276.  
  1277.        <!-- end of wpo-blog-hero -->
  1278.  
  1279.        <!-- start of wpo-breacking-news -->
  1280.        
  1281.        <!-- end of wpo-breacking-news -->
  1282.        
  1283.        <!-- start wpo-blog-highlights-section -->
  1284.        
  1285.  
  1286.  
  1287.  
  1288.    
  1289.  
  1290.  
  1291.  
  1292. <style>
  1293.    .blog-highlights-v4 {
  1294.        padding: 30px 0;
  1295.        position: relative;
  1296.        min-height: 100vh;
  1297.        background: transparent; /* Solid background color */
  1298.    }
  1299.  
  1300.    /* Blog Container */
  1301.    .blog-container-v4 {
  1302.        position: relative;
  1303.        z-index: 10;
  1304.    }
  1305.  
  1306.    /* Card Design */
  1307.    .blog-card-v4 {
  1308.        border-radius: 25px;
  1309.        background: var(--card-bg);
  1310.        border: 1px solid var(--border-color);
  1311.        position: relative;
  1312.        overflow: hidden;
  1313.        transition: opacity 1.2s ease; /* Fade animation for card */
  1314.    }
  1315.  
  1316.    /* Image Container */
  1317.    .blog-image-container-v4 {
  1318.        height: 280px;
  1319.        border-radius: 20px 20px 0 0;
  1320.        overflow: hidden;
  1321.        position: relative;
  1322.        z-index: 2;
  1323.    }
  1324.  
  1325.    .blog-image-v4 {
  1326.        width: 100%;
  1327.        height: 100%;
  1328.        position: relative;
  1329.        overflow: hidden;
  1330.    }
  1331.  
  1332.    .blog-image-v4 img {
  1333.        width: 100%;
  1334.        height: 100%;
  1335.        object-fit: cover;
  1336.    }
  1337.  
  1338.    /* Category Badge */
  1339.    .blog-category-v4 {
  1340.        position: absolute;
  1341.        top: 20px;
  1342.        left: 20px;
  1343.        padding: 10px 18px;
  1344.        border-radius: 20px;
  1345.        font-size: 11px;
  1346.        font-weight: 700;
  1347.        text-transform: uppercase;
  1348.        letter-spacing: 1.2px;
  1349.        z-index: 5;
  1350.        border: 1px solid rgba(255, 255, 255, 0.3);
  1351.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1352.    }
  1353.  
  1354.    /* Content Area */
  1355.    .blog-content-v4 {
  1356.        padding: 20px 25px 25px;
  1357.        display: flex;
  1358.        flex-direction: column;
  1359.        justify-content: space-between;
  1360.        position: relative;
  1361.        z-index: 2;
  1362.    }
  1363.  
  1364.    /* Title */
  1365.    .blog-title-v4 {
  1366.        font-size: 20px;
  1367.        font-weight: 800;
  1368.        line-height: 1.3;
  1369.        margin-bottom: 8px;
  1370.    }
  1371.  
  1372.    .blog-title-v4 a {
  1373.        text-decoration: none;
  1374.    }
  1375.  
  1376.    /* Meta Information */
  1377.    .blog-meta-v4 {
  1378.        display: flex;
  1379.        align-items: center;
  1380.        gap: 12px;
  1381.        margin-bottom: 15px;
  1382.        font-size: 13px;
  1383.    }
  1384.  
  1385.    .blog-author-img-v4 {
  1386.        width: 35px;
  1387.        height: 35px;
  1388.        border-radius: 50%;
  1389.        border: 2px solid var(--border-color);
  1390.    }
  1391.  
  1392.    /* Excerpt */
  1393.    .blog-excerpt-v4 {
  1394.        font-size: 14px;
  1395.        line-height: 1.6;
  1396.        margin-bottom: 8px;
  1397.        display: -webkit-box;
  1398.        -webkit-line-clamp: 3;
  1399.        -webkit-box-orient: vertical;
  1400.        overflow: hidden;
  1401.    }
  1402.  
  1403.    /* Actions Area */
  1404.    .blog-actions-v4 {
  1405.        display: flex;
  1406.        justify-content: space-between;
  1407.        align-items: center;
  1408.    }
  1409.  
  1410.    .blog-stats-v4 {
  1411.        display: flex;
  1412.        gap: 20px;
  1413.        align-items: center;
  1414.    }
  1415.  
  1416.    .blog-stat-item-v4 {
  1417.        display: flex;
  1418.        align-items: center;
  1419.        gap: 6px;
  1420.        font-size: 12px;
  1421.    }
  1422.  
  1423.    /* Read More Button */
  1424.    .blog-read-more-v4 {
  1425.        width: 40px;
  1426.        height: 40px;
  1427.        border-radius: 50%;
  1428.        background: var(--border-color);
  1429.        border: 2px solid var(--border-color);
  1430.        display: flex;
  1431.        align-items: center;
  1432.        justify-content: center;
  1433.        text-decoration: none;
  1434.    }
  1435.  
  1436.    ..blog-read-more-v4:hover{
  1437.        background-color: #172133;
  1438.    }
  1439.    /* Section Header */
  1440.    .section-header-v4 {
  1441.        text-align: center;
  1442.        margin-bottom: 40px;
  1443.        position: relative;
  1444.        z-index: 15;
  1445.    }
  1446.  
  1447.    .section-title-v4 {
  1448.        font-size: 3.5rem;
  1449.        font-weight: 900;
  1450.        margin-bottom: .5rem;
  1451.    }
  1452.  
  1453.    .section-subtitle-v4 {
  1454.        font-size: 1.4rem;
  1455.        max-width: 700px;
  1456.        margin: 0 auto;
  1457.        line-height: 1.7;
  1458.        font-weight: 300;
  1459.    }
  1460.  
  1461.    /* Scroll Fade Animation */
  1462.    .scroll-trigger {
  1463.        opacity: 0;
  1464.        transition: opacity 1.2s ease;
  1465.    }
  1466.  
  1467.    .scroll-trigger.active {
  1468.        opacity: 1;
  1469.    }
  1470.  
  1471.    /* Responsive Design */
  1472.    @media (max-width: 768px) {
  1473.        .section-title-v4 {
  1474.            font-size: 3rem;
  1475.        }
  1476.        .blog-highlights-v4 {
  1477.            padding: 80px 0;
  1478.        }
  1479.        .blog-card-v4 {
  1480.            height: 450px;
  1481.        }
  1482.        .blog-content-v4 {
  1483.            padding: 15px 20px 20px;
  1484.        }
  1485.    }
  1486. </style>
  1487.  
  1488. <section class="blog-highlights-v4">
  1489.    <div class="container-fluid fluid-container blog-container-v4">
  1490.        <!-- Section Header -->
  1491.        <div class="row">
  1492.            <div class="col-12">
  1493.                <div class="section-header-v4">
  1494.                    <h2 class="section-title-v4">
  1495.                Today's Top Highlights
  1496.                   </h2>
  1497.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1498.                </div>
  1499.            </div>
  1500.        </div>
  1501.        
  1502.        <!-- Blog Grid -->
  1503.        <div class="row">
  1504.            <div class="col-lg-8">
  1505.                <div class="row g-4">
  1506.                    
  1507.                    <div class="col-lg-6 col-md-6">
  1508.                        <article class="blog-card-v4 scroll-trigger">
  1509.                            <div class="blog-image-container-v4">
  1510.                                <div class="blog-image-v4">
  1511.                                    
  1512.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1513.                                    
  1514.                                </div>
  1515.                                
  1516.                                <span class="blog-category-v4 bg-primary-gradient">
  1517.                                    News
  1518.                                </span>
  1519.                            </div>
  1520.                            
  1521.                            <div class="blog-content-v4">
  1522.                                <h3 class="blog-title-v4">
  1523.                                    <a href="/iliman-ndiaye-harlem-globetrotters-style-moves-and-sobering-soccer-stats/" class="top-color">
  1524.                                    Iliman Ndiaye, Harlem Globetrotters-Style Moves and Sobering Soccer Stats
  1525.                                    </a>
  1526.                                </h3>
  1527.                                <div class="blog-meta-v4">
  1528.                                    
  1529.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1530.                                    
  1531.                                    <span>By <strong>Juan Tucker</strong></span>
  1532.                                    <span>•</span>
  1533.                                    <span>17 Aug 2026</span>
  1534.                                </div>
  1535.                                
  1536.                                <p class="blog-excerpt-v4">
  1537.                                    
  1538.                                </p>
  1539.                                
  1540.                                <div class="blog-actions-v4">
  1541.                                    
  1542.                                    <a href="/iliman-ndiaye-harlem-globetrotters-style-moves-and-sobering-soccer-stats/" class="blog-read-more-v4 bg-primary-gradient">
  1543.                                        <i class="ti-arrow-right"></i>
  1544.                                    </a>
  1545.                                </div>
  1546.                            </div>
  1547.                        </article>
  1548.                    </div>
  1549.                    
  1550.                    <div class="col-lg-6 col-md-6">
  1551.                        <article class="blog-card-v4 scroll-trigger">
  1552.                            <div class="blog-image-container-v4">
  1553.                                <div class="blog-image-v4">
  1554.                                    
  1555.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1556.                                    
  1557.                                </div>
  1558.                                
  1559.                                <span class="blog-category-v4 bg-primary-gradient">
  1560.                                    News
  1561.                                </span>
  1562.                            </div>
  1563.                            
  1564.                            <div class="blog-content-v4">
  1565.                                <h3 class="blog-title-v4">
  1566.                                    <a href="/can-populist-led-administrations-always-crash-the-economy/" class="top-color">
  1567.                                    Can Populist-Led Administrations Always Crash the Economy?
  1568.                                    </a>
  1569.                                </h3>
  1570.                                <div class="blog-meta-v4">
  1571.                                    
  1572.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1573.                                    
  1574.                                    <span>By <strong>Juan Tucker</strong></span>
  1575.                                    <span>•</span>
  1576.                                    <span>17 Aug 2026</span>
  1577.                                </div>
  1578.                                
  1579.                                <p class="blog-excerpt-v4">
  1580.                                    
  1581.                                </p>
  1582.                                
  1583.                                <div class="blog-actions-v4">
  1584.                                    
  1585.                                    <a href="/can-populist-led-administrations-always-crash-the-economy/" class="blog-read-more-v4 bg-primary-gradient">
  1586.                                        <i class="ti-arrow-right"></i>
  1587.                                    </a>
  1588.                                </div>
  1589.                            </div>
  1590.                        </article>
  1591.                    </div>
  1592.                    
  1593.                    <div class="col-lg-6 col-md-6">
  1594.                        <article class="blog-card-v4 scroll-trigger">
  1595.                            <div class="blog-image-container-v4">
  1596.                                <div class="blog-image-v4">
  1597.                                    
  1598.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1599.                                    
  1600.                                </div>
  1601.                                
  1602.                                <span class="blog-category-v4 bg-primary-gradient">
  1603.                                    News
  1604.                                </span>
  1605.                            </div>
  1606.                            
  1607.                            <div class="blog-content-v4">
  1608.                                <h3 class="blog-title-v4">
  1609.                                    <a href="/beijing-dispatches-coast-guard-ships-to-senkaku-islands-during-tensions-with-japan/" class="top-color">
  1610.                                    Beijing Dispatches Coast Guard Ships to Senkaku Islands During Tensions with Japan
  1611.                                    </a>
  1612.                                </h3>
  1613.                                <div class="blog-meta-v4">
  1614.                                    
  1615.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1616.                                    
  1617.                                    <span>By <strong>Juan Tucker</strong></span>
  1618.                                    <span>•</span>
  1619.                                    <span>17 Aug 2026</span>
  1620.                                </div>
  1621.                                
  1622.                                <p class="blog-excerpt-v4">
  1623.                                    
  1624.                                </p>
  1625.                                
  1626.                                <div class="blog-actions-v4">
  1627.                                    
  1628.                                    <a href="/beijing-dispatches-coast-guard-ships-to-senkaku-islands-during-tensions-with-japan/" class="blog-read-more-v4 bg-primary-gradient">
  1629.                                        <i class="ti-arrow-right"></i>
  1630.                                    </a>
  1631.                                </div>
  1632.                            </div>
  1633.                        </article>
  1634.                    </div>
  1635.                    
  1636.                    <div class="col-lg-6 col-md-6">
  1637.                        <article class="blog-card-v4 scroll-trigger">
  1638.                            <div class="blog-image-container-v4">
  1639.                                <div class="blog-image-v4">
  1640.                                    
  1641.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1642.                                    
  1643.                                </div>
  1644.                                
  1645.                                <span class="blog-category-v4 bg-primary-gradient">
  1646.                                    News
  1647.                                </span>
  1648.                            </div>
  1649.                            
  1650.                            <div class="blog-content-v4">
  1651.                                <h3 class="blog-title-v4">
  1652.                                    <a href="/relatives-distress-regarding-shoreline-degradation-threatening-norfolk-graves/" class="top-color">
  1653.                                    Relatives&#x27; Distress Regarding Shoreline Degradation Threatening Norfolk Graves
  1654.                                    </a>
  1655.                                </h3>
  1656.                                <div class="blog-meta-v4">
  1657.                                    
  1658.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1659.                                    
  1660.                                    <span>By <strong>Juan Tucker</strong></span>
  1661.                                    <span>•</span>
  1662.                                    <span>17 Aug 2026</span>
  1663.                                </div>
  1664.                                
  1665.                                <p class="blog-excerpt-v4">
  1666.                                    
  1667.                                </p>
  1668.                                
  1669.                                <div class="blog-actions-v4">
  1670.                                    
  1671.                                    <a href="/relatives-distress-regarding-shoreline-degradation-threatening-norfolk-graves/" class="blog-read-more-v4 bg-primary-gradient">
  1672.                                        <i class="ti-arrow-right"></i>
  1673.                                    </a>
  1674.                                </div>
  1675.                            </div>
  1676.                        </article>
  1677.                    </div>
  1678.                    
  1679.                    <div class="col-lg-6 col-md-6">
  1680.                        <article class="blog-card-v4 scroll-trigger">
  1681.                            <div class="blog-image-container-v4">
  1682.                                <div class="blog-image-v4">
  1683.                                    
  1684.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1685.                                    
  1686.                                </div>
  1687.                                
  1688.                                <span class="blog-category-v4 bg-primary-gradient">
  1689.                                    News
  1690.                                </span>
  1691.                            </div>
  1692.                            
  1693.                            <div class="blog-content-v4">
  1694.                                <h3 class="blog-title-v4">
  1695.                                    <a href="/wolves-demolish-struggling-west-ham-to-register-maiden-league-win-of-the-campaign/" class="top-color">
  1696.                                    Wolves Demolish Struggling West Ham to Register Maiden League Win of the Campaign
  1697.                                    </a>
  1698.                                </h3>
  1699.                                <div class="blog-meta-v4">
  1700.                                    
  1701.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1702.                                    
  1703.                                    <span>By <strong>Juan Tucker</strong></span>
  1704.                                    <span>•</span>
  1705.                                    <span>17 Aug 2026</span>
  1706.                                </div>
  1707.                                
  1708.                                <p class="blog-excerpt-v4">
  1709.                                    
  1710.                                </p>
  1711.                                
  1712.                                <div class="blog-actions-v4">
  1713.                                    
  1714.                                    <a href="/wolves-demolish-struggling-west-ham-to-register-maiden-league-win-of-the-campaign/" class="blog-read-more-v4 bg-primary-gradient">
  1715.                                        <i class="ti-arrow-right"></i>
  1716.                                    </a>
  1717.                                </div>
  1718.                            </div>
  1719.                        </article>
  1720.                    </div>
  1721.                    
  1722.                    <div class="col-lg-6 col-md-6">
  1723.                        <article class="blog-card-v4 scroll-trigger">
  1724.                            <div class="blog-image-container-v4">
  1725.                                <div class="blog-image-v4">
  1726.                                    
  1727.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1728.                                    
  1729.                                </div>
  1730.                                
  1731.                                <span class="blog-category-v4 bg-primary-gradient">
  1732.                                    News
  1733.                                </span>
  1734.                            </div>
  1735.                            
  1736.                            <div class="blog-content-v4">
  1737.                                <h3 class="blog-title-v4">
  1738.                                    <a href="/plug-in-hybrid-electric-cars-pollute-almost-as-much-as-petrol-cars-report-finds/" class="top-color">
  1739.                                    Plug in Hybrid electric Cars Pollute Almost as Much as Petrol Cars, Report Finds
  1740.                                    </a>
  1741.                                </h3>
  1742.                                <div class="blog-meta-v4">
  1743.                                    
  1744.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1745.                                    
  1746.                                    <span>By <strong>Juan Tucker</strong></span>
  1747.                                    <span>•</span>
  1748.                                    <span>16 Aug 2026</span>
  1749.                                </div>
  1750.                                
  1751.                                <p class="blog-excerpt-v4">
  1752.                                    
  1753.                                </p>
  1754.                                
  1755.                                <div class="blog-actions-v4">
  1756.                                    
  1757.                                    <a href="/plug-in-hybrid-electric-cars-pollute-almost-as-much-as-petrol-cars-report-finds/" class="blog-read-more-v4 bg-primary-gradient">
  1758.                                        <i class="ti-arrow-right"></i>
  1759.                                    </a>
  1760.                                </div>
  1761.                            </div>
  1762.                        </article>
  1763.                    </div>
  1764.                    
  1765.                    <div class="col-lg-6 col-md-6">
  1766.                        <article class="blog-card-v4 scroll-trigger">
  1767.                            <div class="blog-image-container-v4">
  1768.                                <div class="blog-image-v4">
  1769.                                    
  1770.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1771.                                    
  1772.                                </div>
  1773.                                
  1774.                                <span class="blog-category-v4 bg-primary-gradient">
  1775.                                    News
  1776.                                </span>
  1777.                            </div>
  1778.                            
  1779.                            <div class="blog-content-v4">
  1780.                                <h3 class="blog-title-v4">
  1781.                                    <a href="/its-heartbreaking-the-way-thirty-captive-white-whales-are-now-tools-in-dispute-over-animal-cruelty/" class="top-color">
  1782.                                    ‘It’s heartbreaking’: the way thirty captive white whales are now tools in dispute over animal cruelty.
  1783.                                    </a>
  1784.                                </h3>
  1785.                                <div class="blog-meta-v4">
  1786.                                    
  1787.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1788.                                    
  1789.                                    <span>By <strong>Juan Tucker</strong></span>
  1790.                                    <span>•</span>
  1791.                                    <span>16 Aug 2026</span>
  1792.                                </div>
  1793.                                
  1794.                                <p class="blog-excerpt-v4">
  1795.                                    
  1796.                                </p>
  1797.                                
  1798.                                <div class="blog-actions-v4">
  1799.                                    
  1800.                                    <a href="/its-heartbreaking-the-way-thirty-captive-white-whales-are-now-tools-in-dispute-over-animal-cruelty/" class="blog-read-more-v4 bg-primary-gradient">
  1801.                                        <i class="ti-arrow-right"></i>
  1802.                                    </a>
  1803.                                </div>
  1804.                            </div>
  1805.                        </article>
  1806.                    </div>
  1807.                    
  1808.                    <div class="col-lg-6 col-md-6">
  1809.                        <article class="blog-card-v4 scroll-trigger">
  1810.                            <div class="blog-image-container-v4">
  1811.                                <div class="blog-image-v4">
  1812.                                    
  1813.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1814.                                    
  1815.                                </div>
  1816.                                
  1817.                                <span class="blog-category-v4 bg-primary-gradient">
  1818.                                    News
  1819.                                </span>
  1820.                            </div>
  1821.                            
  1822.                            <div class="blog-content-v4">
  1823.                                <h3 class="blog-title-v4">
  1824.                                    <a href="/big-difficulties-in-miniature-berlin-the-tiny-settlement-split-in-half-by-the-cold-war/" class="top-color">
  1825.                                    Big Difficulties in ‘Miniature Berlin’: The Tiny Settlement Split in Half by the Cold War
  1826.                                    </a>
  1827.                                </h3>
  1828.                                <div class="blog-meta-v4">
  1829.                                    
  1830.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1831.                                    
  1832.                                    <span>By <strong>Juan Tucker</strong></span>
  1833.                                    <span>•</span>
  1834.                                    <span>16 Aug 2026</span>
  1835.                                </div>
  1836.                                
  1837.                                <p class="blog-excerpt-v4">
  1838.                                    
  1839.                                </p>
  1840.                                
  1841.                                <div class="blog-actions-v4">
  1842.                                    
  1843.                                    <a href="/big-difficulties-in-miniature-berlin-the-tiny-settlement-split-in-half-by-the-cold-war/" class="blog-read-more-v4 bg-primary-gradient">
  1844.                                        <i class="ti-arrow-right"></i>
  1845.                                    </a>
  1846.                                </div>
  1847.                            </div>
  1848.                        </article>
  1849.                    </div>
  1850.                    
  1851.                    <div class="col-lg-6 col-md-6">
  1852.                        <article class="blog-card-v4 scroll-trigger">
  1853.                            <div class="blog-image-container-v4">
  1854.                                <div class="blog-image-v4">
  1855.                                    
  1856.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1857.                                    
  1858.                                </div>
  1859.                                
  1860.                                <span class="blog-category-v4 bg-primary-gradient">
  1861.                                    News
  1862.                                </span>
  1863.                            </div>
  1864.                            
  1865.                            <div class="blog-content-v4">
  1866.                                <h3 class="blog-title-v4">
  1867.                                    <a href="/qatar-sprint-race-and-grand-prix-qualifying-live-coverage/" class="top-color">
  1868.                                    Qatar Sprint Race and Grand Prix Qualifying: Live Coverage
  1869.                                    </a>
  1870.                                </h3>
  1871.                                <div class="blog-meta-v4">
  1872.                                    
  1873.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1874.                                    
  1875.                                    <span>By <strong>Juan Tucker</strong></span>
  1876.                                    <span>•</span>
  1877.                                    <span>16 Aug 2026</span>
  1878.                                </div>
  1879.                                
  1880.                                <p class="blog-excerpt-v4">
  1881.                                    
  1882.                                </p>
  1883.                                
  1884.                                <div class="blog-actions-v4">
  1885.                                    
  1886.                                    <a href="/qatar-sprint-race-and-grand-prix-qualifying-live-coverage/" class="blog-read-more-v4 bg-primary-gradient">
  1887.                                        <i class="ti-arrow-right"></i>
  1888.                                    </a>
  1889.                                </div>
  1890.                            </div>
  1891.                        </article>
  1892.                    </div>
  1893.                    
  1894.                    <div class="col-lg-6 col-md-6">
  1895.                        <article class="blog-card-v4 scroll-trigger">
  1896.                            <div class="blog-image-container-v4">
  1897.                                <div class="blog-image-v4">
  1898.                                    
  1899.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1900.                                    
  1901.                                </div>
  1902.                                
  1903.                                <span class="blog-category-v4 bg-primary-gradient">
  1904.                                    News
  1905.                                </span>
  1906.                            </div>
  1907.                            
  1908.                            <div class="blog-content-v4">
  1909.                                <h3 class="blog-title-v4">
  1910.                                    <a href="/rhythm-and-blues-xmas-ball-review-a-heartfelt-trip-returning-to-the-90s/" class="top-color">
  1911.                                    Rhythm and Blues Xmas Ball Review: A Heartfelt Trip Returning to the 90s
  1912.                                    </a>
  1913.                                </h3>
  1914.                                <div class="blog-meta-v4">
  1915.                                    
  1916.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1917.                                    
  1918.                                    <span>By <strong>Juan Tucker</strong></span>
  1919.                                    <span>•</span>
  1920.                                    <span>16 Aug 2026</span>
  1921.                                </div>
  1922.                                
  1923.                                <p class="blog-excerpt-v4">
  1924.                                    
  1925.                                </p>
  1926.                                
  1927.                                <div class="blog-actions-v4">
  1928.                                    
  1929.                                    <a href="/rhythm-and-blues-xmas-ball-review-a-heartfelt-trip-returning-to-the-90s/" class="blog-read-more-v4 bg-primary-gradient">
  1930.                                        <i class="ti-arrow-right"></i>
  1931.                                    </a>
  1932.                                </div>
  1933.                            </div>
  1934.                        </article>
  1935.                    </div>
  1936.                    
  1937.                    <div class="col-lg-6 col-md-6">
  1938.                        <article class="blog-card-v4 scroll-trigger">
  1939.                            <div class="blog-image-container-v4">
  1940.                                <div class="blog-image-v4">
  1941.                                    
  1942.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1943.                                    
  1944.                                </div>
  1945.                                
  1946.                                <span class="blog-category-v4 bg-primary-gradient">
  1947.                                    News
  1948.                                </span>
  1949.                            </div>
  1950.                            
  1951.                            <div class="blog-content-v4">
  1952.                                <h3 class="blog-title-v4">
  1953.                                    <a href="/italian-tennis-icon-nicola-pietrangeli-passes-away-at-ninety-two/" class="top-color">
  1954.                                    Italian Tennis Icon Nicola Pietrangeli Passes Away at Ninety-Two
  1955.                                    </a>
  1956.                                </h3>
  1957.                                <div class="blog-meta-v4">
  1958.                                    
  1959.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  1960.                                    
  1961.                                    <span>By <strong>Juan Tucker</strong></span>
  1962.                                    <span>•</span>
  1963.                                    <span>16 Aug 2026</span>
  1964.                                </div>
  1965.                                
  1966.                                <p class="blog-excerpt-v4">
  1967.                                    
  1968.                                </p>
  1969.                                
  1970.                                <div class="blog-actions-v4">
  1971.                                    
  1972.                                    <a href="/italian-tennis-icon-nicola-pietrangeli-passes-away-at-ninety-two/" class="blog-read-more-v4 bg-primary-gradient">
  1973.                                        <i class="ti-arrow-right"></i>
  1974.                                    </a>
  1975.                                </div>
  1976.                            </div>
  1977.                        </article>
  1978.                    </div>
  1979.                    
  1980.                    <div class="col-lg-6 col-md-6">
  1981.                        <article class="blog-card-v4 scroll-trigger">
  1982.                            <div class="blog-image-container-v4">
  1983.                                <div class="blog-image-v4">
  1984.                                    
  1985.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1986.                                    
  1987.                                </div>
  1988.                                
  1989.                                <span class="blog-category-v4 bg-primary-gradient">
  1990.                                    News
  1991.                                </span>
  1992.                            </div>
  1993.                            
  1994.                            <div class="blog-content-v4">
  1995.                                <h3 class="blog-title-v4">
  1996.                                    <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-seeking-clemency-insider-alleges-to-congressional-democrats/" class="top-color">
  1997.                                    Convicted sex trafficker Ghislaine Maxwell Reportedly Seeking Clemency, Insider Alleges to Congressional Democrats
  1998.                                    </a>
  1999.                                </h3>
  2000.                                <div class="blog-meta-v4">
  2001.                                    
  2002.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;"  class="blog-author-img-v4">
  2003.                                    
  2004.                                    <span>By <strong>Juan Tucker</strong></span>
  2005.                                    <span>•</span>
  2006.                                    <span>16 Aug 2026</span>
  2007.                                </div>
  2008.                                
  2009.                                <p class="blog-excerpt-v4">
  2010.                                    
  2011.                                </p>
  2012.                                
  2013.                                <div class="blog-actions-v4">
  2014.                                    
  2015.                                    <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-seeking-clemency-insider-alleges-to-congressional-democrats/" class="blog-read-more-v4 bg-primary-gradient">
  2016.                                        <i class="ti-arrow-right"></i>
  2017.                                    </a>
  2018.                                </div>
  2019.                            </div>
  2020.                        </article>
  2021.                    </div>
  2022.                    
  2023.                    
  2024.  
  2025.                </div>
  2026.            </div>
  2027.            
  2028.             <div class="col col-lg-4 col-12">
  2029.                
  2030.  
  2031.  
  2032.  
  2033.    
  2034.  
  2035.    
  2036.    <!-- Search Widget -->
  2037.    <!-- <div class="pulse-sidebar-widget">
  2038.        <div class="pulse-widget-header pulse-search-header">
  2039.            <i class="fas fa-search"></i> SEARCH
  2040.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2041.        </div>
  2042.        <div class="pulse-widget-body">
  2043.            <form class="pulse-search-form" method="GET">
  2044.                <div class="position-relative">
  2045.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  2046.                           placeholder="Search" value="">
  2047.                    <button type="submit" class="pulse-search-btn-sidebar">
  2048.                        <i class="fas fa-search"></i>
  2049.                    </button>
  2050.                </div>
  2051.            </form>
  2052.        </div>
  2053.    </div> -->
  2054.    
  2055.    <!-- Recent Posts Widget -->
  2056.    <div class="pulse-sidebar-widget mb-3">
  2057.        <div class="pulse-widget-header pulse-recent-header">
  2058.            <i class="fas fa-clock"></i> RECENT POSTS
  2059.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2060.        </div>
  2061.        <div class="pulse-widget-body mb-3">
  2062.            
  2063.            <div class="pulse-recent-post-item">
  2064.                <a href="/tropical-storm-the-storm-intensifies-while-moves-toward-the-island-nation/" class="pulse-recent-title">
  2065.                                            Tropical Storm the storm Intensifies While Moves Toward the Island Nation
  2066.                                            </a>
  2067.                <div class="pulse-recent-meta">
  2068.                    <span><i class="far fa-calendar"></i> 16 Aug 2026</span>
  2069.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2070.                </div>
  2071.            </div>
  2072.            
  2073.            <div class="pulse-recent-post-item">
  2074.                <a href="/premier-league-ten-key-points-to-look-out-for-this-weekend/" class="pulse-recent-title">
  2075.                                            Premier League: ten key points to look out for this weekend
  2076.                                            </a>
  2077.                <div class="pulse-recent-meta">
  2078.                    <span><i class="far fa-calendar"></i> 15 Aug 2026</span>
  2079.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2080.                </div>
  2081.            </div>
  2082.            
  2083.            <div class="pulse-recent-post-item">
  2084.                <a href="/the-new-mayor-vows-a-new-era-for-the-big-apple-in-inaugural-address/" class="pulse-recent-title">
  2085.                                            The New Mayor Vows a &#x27;New Era&#x27; for The Big Apple in Inaugural Address
  2086.                                            </a>
  2087.                <div class="pulse-recent-meta">
  2088.                    <span><i class="far fa-calendar"></i> 15 Aug 2026</span>
  2089.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2090.                </div>
  2091.            </div>
  2092.            
  2093.            <div class="pulse-recent-post-item">
  2094.                <a href="/the-growing-wealth-poverty-gap-how-prosperity-and-deprivation-now-sit-cheek-by-jowl-in-england/" class="pulse-recent-title">
  2095.                                            The Growing ‘Wealth-Poverty Gap’: How Prosperity and Deprivation Now Sit Cheek by Jowl in England.
  2096.                                            </a>
  2097.                <div class="pulse-recent-meta">
  2098.                    <span><i class="far fa-calendar"></i> 15 Aug 2026</span>
  2099.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2100.                </div>
  2101.            </div>
  2102.            
  2103.            <div class="pulse-recent-post-item">
  2104.                <a href="/some-in-labour-desire-keir-starmer-out-he-informs-interviewers-hell-survive-while-the-economic-outlook-is-set-to-improve/" class="pulse-recent-title">
  2105.                                            Some in Labour Desire Keir Starmer Out. He Informs Interviewers He&#x27;ll Survive – while the Economic Outlook Is Set to Improve.
  2106.                                            </a>
  2107.                <div class="pulse-recent-meta">
  2108.                    <span><i class="far fa-calendar"></i> 15 Aug 2026</span>
  2109.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2110.                </div>
  2111.            </div>
  2112.            
  2113.            <div class="pulse-recent-post-item">
  2114.                <a href="/appeals-for-fresh-immediacy-in-global-warming-talks-as-research-show-global-warming-could-hit-25c/" class="pulse-recent-title">
  2115.                                            Appeals for Fresh Immediacy in Global Warming Talks as Research Show Global Warming Could Hit 2.5C
  2116.                                            </a>
  2117.                <div class="pulse-recent-meta">
  2118.                    <span><i class="far fa-calendar"></i> 15 Aug 2026</span>
  2119.                    <span><i class="far fa-user"></i> Juan Tucker</span>
  2120.                </div>
  2121.            </div>
  2122.            
  2123.            <!-- Django Template for Recent Posts -->
  2124.            <!--
  2125.            
  2126.            -->
  2127.            
  2128.        </div>
  2129.    </div>
  2130.    
  2131.    <div class="pulse-sidebar-widget mb-3">
  2132.        <div class="pulse-widget-header pulse-recent-header">
  2133.            <i class="fas fa-clock"></i> July 2026 Blog Roll
  2134.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2135.        </div>
  2136.        <div class="pulse-widget-body scrollable-sidebar">
  2137.            
  2138.            <div class="pulse-recent-post-item ">
  2139.                <a href="https://laudatesingers.com/" rel="dofollow" class="pulse-recent-title ">
  2140.                                            best online casino
  2141.                                            </a>
  2142.            </div>
  2143.            
  2144.        </div>
  2145.    </div>
  2146.    
  2147.    <div class="pulse-sidebar-widget mb-3">
  2148.        <div class="pulse-widget-header pulse-recent-header">
  2149.            <i class="fas fa-clock"></i> June 2026 Blog Roll
  2150.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2151.        </div>
  2152.        <div class="pulse-widget-body scrollable-sidebar">
  2153.            
  2154.            <div class="pulse-recent-post-item ">
  2155.                <a href="https://www.betya.com/en" rel="dofollow" class="pulse-recent-title ">
  2156.                                            betya online
  2157.                                            </a>
  2158.            </div>
  2159.            
  2160.        </div>
  2161.    </div>
  2162.    
  2163.    <div class="pulse-sidebar-widget mb-3">
  2164.        <div class="pulse-widget-header pulse-recent-header">
  2165.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2166.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2167.        </div>
  2168.        <div class="pulse-widget-body scrollable-sidebar">
  2169.            
  2170.            <div class="pulse-recent-post-item ">
  2171.                <a href="https://moreniche.com" rel="dofollow" class="pulse-recent-title ">
  2172.                                            best canada online casinos
  2173.                                            </a>
  2174.            </div>
  2175.            
  2176.            <div class="pulse-recent-post-item ">
  2177.                <a href="https://prohab.ca/" rel="dofollow" class="pulse-recent-title ">
  2178.                                            kahnawake online casino
  2179.                                            </a>
  2180.            </div>
  2181.            
  2182.        </div>
  2183.    </div>
  2184.    
  2185.    <div class="pulse-sidebar-widget mb-3">
  2186.        <div class="pulse-widget-header pulse-recent-header">
  2187.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2188.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2189.        </div>
  2190.        <div class="pulse-widget-body scrollable-sidebar">
  2191.            
  2192.            <div class="pulse-recent-post-item ">
  2193.                <a href="https://loplops.com/" rel="dofollow" class="pulse-recent-title ">
  2194.                                            online casinos
  2195.                                            </a>
  2196.            </div>
  2197.            
  2198.            <div class="pulse-recent-post-item ">
  2199.                <a href="https://candopeople.ca/" rel="dofollow" class="pulse-recent-title ">
  2200.                                            best online casino canada
  2201.                                            </a>
  2202.            </div>
  2203.            
  2204.            <div class="pulse-recent-post-item ">
  2205.                <a href="https://loginwithfido.com/" rel="dofollow" class="pulse-recent-title ">
  2206.                                            new casino
  2207.                                            </a>
  2208.            </div>
  2209.            
  2210.            <div class="pulse-recent-post-item ">
  2211.                <a href="https://heartandlung.ca/" rel="dofollow" class="pulse-recent-title ">
  2212.                                            online casino canada
  2213.                                            </a>
  2214.            </div>
  2215.            
  2216.        </div>
  2217.    </div>
  2218.    
  2219.    <div class="pulse-sidebar-widget mb-3">
  2220.        <div class="pulse-widget-header pulse-recent-header">
  2221.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2222.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2223.        </div>
  2224.        <div class="pulse-widget-body scrollable-sidebar">
  2225.            
  2226.            <div class="pulse-recent-post-item ">
  2227.                <a href="https://beaconhillpark.ca/" rel="dofollow" class="pulse-recent-title ">
  2228.                                            best ontario online casinos
  2229.                                            </a>
  2230.            </div>
  2231.            
  2232.            <div class="pulse-recent-post-item ">
  2233.                <a href="https://www.ncwc.ca/" rel="dofollow" class="pulse-recent-title ">
  2234.                                            new online casinos canada
  2235.                                            </a>
  2236.            </div>
  2237.            
  2238.            <div class="pulse-recent-post-item ">
  2239.                <a href="https://www.unsdgadvocates.org/" rel="dofollow" class="pulse-recent-title ">
  2240.                                            online casino canada
  2241.                                            </a>
  2242.            </div>
  2243.            
  2244.            <div class="pulse-recent-post-item ">
  2245.                <a href="https://www.od4d.net/" rel="dofollow" class="pulse-recent-title ">
  2246.                                            online casino
  2247.                                            </a>
  2248.            </div>
  2249.            
  2250.            <div class="pulse-recent-post-item ">
  2251.                <a href="https://www.station16gallery.com/" rel="dofollow" class="pulse-recent-title ">
  2252.                                            best betting sites
  2253.                                            </a>
  2254.            </div>
  2255.            
  2256.            <div class="pulse-recent-post-item ">
  2257.                <a href="https://bankingombuds.ca/" rel="dofollow" class="pulse-recent-title ">
  2258.                                            online casino
  2259.                                            </a>
  2260.            </div>
  2261.            
  2262.            <div class="pulse-recent-post-item ">
  2263.                <a href="https://nbhrf.com/" rel="dofollow" class="pulse-recent-title ">
  2264.                                            online casinos
  2265.                                            </a>
  2266.            </div>
  2267.            
  2268.            <div class="pulse-recent-post-item ">
  2269.                <a href="https://energypoverty.ca/" rel="dofollow" class="pulse-recent-title ">
  2270.                                            online casino
  2271.                                            </a>
  2272.            </div>
  2273.            
  2274.            <div class="pulse-recent-post-item ">
  2275.                <a href="https://www.station16gallery.com/" rel="dofollow" class="pulse-recent-title ">
  2276.                                            betting sites
  2277.                                            </a>
  2278.            </div>
  2279.            
  2280.            <div class="pulse-recent-post-item ">
  2281.                <a href="https://bankingombuds.ca/" rel="dofollow" class="pulse-recent-title ">
  2282.                                            top online casinos
  2283.                                            </a>
  2284.            </div>
  2285.            
  2286.            <div class="pulse-recent-post-item ">
  2287.                <a href="https://effabrush.com/" rel="dofollow" class="pulse-recent-title ">
  2288.                                            online casino
  2289.                                            </a>
  2290.            </div>
  2291.            
  2292.            <div class="pulse-recent-post-item ">
  2293.                <a href="https://www.rapidtvnews.com/" rel="dofollow" class="pulse-recent-title ">
  2294.                                            online casino
  2295.                                            </a>
  2296.            </div>
  2297.            
  2298.            <div class="pulse-recent-post-item ">
  2299.                <a href="https://www.fcadv.org/" rel="dofollow" class="pulse-recent-title ">
  2300.                                            online casinos
  2301.                                            </a>
  2302.            </div>
  2303.            
  2304.            <div class="pulse-recent-post-item ">
  2305.                <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="pulse-recent-title ">
  2306.                                            best payout casino canada
  2307.                                            </a>
  2308.            </div>
  2309.            
  2310.            <div class="pulse-recent-post-item ">
  2311.                <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="pulse-recent-title ">
  2312.                                            new betting sites
  2313.                                            </a>
  2314.            </div>
  2315.            
  2316.            <div class="pulse-recent-post-item ">
  2317.                <a href="https://www.skyscan.ca/" rel="dofollow" class="pulse-recent-title ">
  2318.                                            online casino
  2319.                                            </a>
  2320.            </div>
  2321.            
  2322.            <div class="pulse-recent-post-item ">
  2323.                <a href="https://lovenorthernbc.com/" rel="dofollow" class="pulse-recent-title ">
  2324.                                            online casino canada
  2325.                                            </a>
  2326.            </div>
  2327.            
  2328.            <div class="pulse-recent-post-item ">
  2329.                <a href="https://www.balmoralresources.com/" rel="dofollow" class="pulse-recent-title ">
  2330.                                            best online casinos
  2331.                                            </a>
  2332.            </div>
  2333.            
  2334.        </div>
  2335.    </div>
  2336.    
  2337.    <div class="pulse-sidebar-widget mb-3">
  2338.        <div class="pulse-widget-header pulse-recent-header">
  2339.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2340.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2341.        </div>
  2342.        <div class="pulse-widget-body scrollable-sidebar">
  2343.            
  2344.            <div class="pulse-recent-post-item ">
  2345.                <a href="https://onlinecasinoutansvensklicens.com" rel="dofollow" class="pulse-recent-title ">
  2346.                                            utländska casinon
  2347.                                            </a>
  2348.            </div>
  2349.            
  2350.            <div class="pulse-recent-post-item ">
  2351.                <a href="https://dundaswestfest.ca/" rel="dofollow" class="pulse-recent-title ">
  2352.                                            online casinos canada
  2353.                                            </a>
  2354.            </div>
  2355.            
  2356.            <div class="pulse-recent-post-item ">
  2357.                <a href="https://phonelegal.com/contact" rel="dofollow" class="pulse-recent-title ">
  2358.                                            Scatter Muncul Sebagai Bagian Siklus Permainan Mahjong Wins 2
  2359.                                            </a>
  2360.            </div>
  2361.            
  2362.            <div class="pulse-recent-post-item ">
  2363.                <a href="https://www.lacasadellapoesia.com/" rel="dofollow" class="pulse-recent-title ">
  2364.                                            168games
  2365.                                            </a>
  2366.            </div>
  2367.            
  2368.        </div>
  2369.    </div>
  2370.    
  2371.    
  2372.  
  2373. <!-- CSS Styles -->
  2374. <style>
  2375. /* Sidebar Widget Base */
  2376. .pulse-sidebar-widget {
  2377.    background: var(--card-bg, white);
  2378.    border-radius: 12px;
  2379.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2380.    margin-bottom: 30px;
  2381.    overflow: hidden;
  2382.    border: 1px solid var(--border-color);
  2383. }
  2384.  
  2385. .pulse-widget-header {
  2386.    background: var(--bs-primary);
  2387.    color: var(--bs-white);
  2388.    padding: 15px 20px;
  2389.    font-weight: 700;
  2390.    font-size: 13px;
  2391.    text-transform: uppercase;
  2392.    letter-spacing: 1px;
  2393.    position: relative;
  2394.    display: flex;
  2395.    align-items: center;
  2396.    justify-content: space-between;
  2397.    gap: 8px;
  2398. }
  2399.  
  2400. .pulse-header-arrow {
  2401.    font-size: 12px;
  2402.    opacity: 0.8;
  2403. }
  2404.  
  2405.  
  2406.  
  2407.  
  2408.  
  2409. .pulse-widget-body {
  2410.    padding: 25px 20px;
  2411. }
  2412.  
  2413. /* Search Widget */
  2414. .pulse-search-form {
  2415.    position: relative;
  2416. }
  2417.  
  2418. .pulse-search-input-sidebar {
  2419.    width: 100%;
  2420.    padding: 12px 45px 12px 15px;
  2421.    border: 2px solid #e9ecef;
  2422.    border-radius: 8px;
  2423.    font-size: 14px;
  2424.    transition: all 0.3s ease;
  2425.    background: var(--card-bg, white);
  2426.    color: var(--topbar-color, #333);
  2427. }
  2428.  
  2429. .pulse-search-input-sidebar:focus {
  2430.    border-color: var(--topbar-color, #6f42c1);
  2431.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2432.    outline: none;
  2433. }
  2434.  
  2435. .pulse-search-btn-sidebar {
  2436.    position: absolute;
  2437.    right: 5px;
  2438.    top: 50%;
  2439.    transform: translateY(-50%);
  2440.    background: var(--bs-primary, #6f42c1);
  2441.    border: none;
  2442.    color: var(--bs-white);
  2443.    padding: 8px 12px;
  2444.    border-radius: 6px;
  2445.    cursor: pointer;
  2446.    transition: all 0.3s ease;
  2447. }
  2448.  
  2449. .pulse-search-btn-sidebar:hover {
  2450.    background: var(--topbar-color, #5a359a);
  2451.    opacity: 0.9;
  2452. }
  2453.  
  2454. /* Recent Posts Widget */
  2455. .pulse-recent-post-item {
  2456.    padding: 10px 0;
  2457.    border-bottom: 1px solid var(--border-color);
  2458.    transition: all 0.3s ease;
  2459. }
  2460.  
  2461. .pulse-recent-post-item:last-child {
  2462.    border-bottom: none;
  2463.    padding-bottom: 0;
  2464. }
  2465.  
  2466. .pulse-recent-post-item:hover {
  2467.    background: rgba(248, 249, 250,0.1);
  2468.    padding-left: 20px;
  2469.    padding-right: 20px;
  2470.    border-radius: 8px;
  2471. }
  2472.  
  2473. .pulse-recent-title {
  2474.    font-size: 15px;
  2475.    font-weight: 600;
  2476.    color: var(--topbar-color, #2c3e50);
  2477.    line-height: 1.4;
  2478.    margin-bottom: 8px;
  2479.    text-decoration: none;
  2480.    display: block;
  2481. }
  2482.  
  2483. .pulse-recent-title:hover {
  2484.    color: var(--topbar-color, #e83e8c);
  2485.    text-decoration: none;
  2486.    opacity: 0.8;
  2487. }
  2488.  
  2489. .pulse-recent-meta {
  2490.    font-size: 12px;
  2491.    color: #6c757d;
  2492.    display: flex;
  2493.    align-items: center;
  2494.    gap: 10px;
  2495. }
  2496.  
  2497.  
  2498. /* Responsive Design */
  2499. @media (max-width: 768px) {
  2500.    .pulse-widget-body {
  2501.        padding: 20px 15px;
  2502.    }
  2503.    
  2504.    .pulse-recent-title {
  2505.        font-size: 14px;
  2506.    }
  2507. }
  2508.  
  2509. @media (max-width: 992px) {
  2510.    .pulse-sidebar-widget {
  2511.        margin-bottom: 25px;
  2512.    }
  2513. }
  2514. </style>
  2515.  
  2516.    
  2517.            </div>
  2518.        </div>
  2519.    </div>
  2520. </section>
  2521.  
  2522. <script>
  2523. document.addEventListener('DOMContentLoaded', function() {
  2524.    // Intersection Observer for Fade Animation on Scroll Up and Down
  2525.    const observerOptions = {
  2526.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  2527.        rootMargin: '0px 0px -100px 0px'
  2528.    };
  2529.  
  2530.    // Group cards into pairs (assuming two cards per row)
  2531.    const cards = document.querySelectorAll('.scroll-trigger');
  2532.    const cardPairs = [];
  2533.    for (let i = 0; i < cards.length; i += 2) {
  2534.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  2535.    }
  2536.  
  2537.    const observer = new IntersectionObserver(function(entries) {
  2538.        entries.forEach(entry => {
  2539.            const card = entry.target;
  2540.            // Find the pair index for the current card
  2541.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  2542.            const pair = cardPairs[pairIndex];
  2543.  
  2544.            if (entry.isIntersecting) {
  2545.                // Fade in the pair with a delay based on pair index
  2546.                pair.forEach((cardInPair, index) => {
  2547.                    setTimeout(() => {
  2548.                        cardInPair.classList.add('active');
  2549.                    }, pairIndex * 300); // 300ms delay between pairs
  2550.                });
  2551.            } else {
  2552.                // Fade out the pair when exiting viewport
  2553.                pair.forEach(cardInPair => {
  2554.                    cardInPair.classList.remove('active');
  2555.                });
  2556.            }
  2557.        });
  2558.    }, observerOptions);
  2559.  
  2560.    // Observe each card individually
  2561.    cards.forEach(card => {
  2562.        observer.observe(card);
  2563.    });
  2564. });
  2565. </script>
  2566.  
  2567.    
  2568.        
  2569.        <!-- end wpo-blog-highlights-section -->
  2570.        <!-- start wpo-blog-sponsored-section -->
  2571.        
  2572.  
  2573.  
  2574.  
  2575.    
  2576.  
  2577.  
  2578.  
  2579. <style>
  2580.    .sponsored-section-v2 {
  2581.        padding: 0 0 60px;
  2582.    }
  2583.    
  2584.    .sponsored-card-v2 {
  2585.        background: var(--body-bg);
  2586.        border-radius: 12px;
  2587.        overflow: hidden;
  2588.        transition: all 0.3s ease;
  2589.        border: none;
  2590.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  2591.        height: 100%;
  2592.    }
  2593.    
  2594.    .sponsored-card-v2:hover {
  2595.        transform: translateY(-4px);
  2596.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  2597.    }
  2598.    
  2599.    .sponsored-image-v2 {
  2600.        position: relative;
  2601.        overflow: hidden;
  2602.        height: 180px;
  2603.    }
  2604.    
  2605.    .sponsored-image-v2 img {
  2606.        width: 100%;
  2607.        height: 100%;
  2608.        object-fit: cover;
  2609.        transition: transform 0.3s ease;
  2610.    }
  2611.    
  2612.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  2613.        transform: scale(1.05);
  2614.    }
  2615.    
  2616.    .sponsored-badge-v2 {
  2617.        position: absolute;
  2618.        top: 12px;
  2619.        left: 12px;
  2620.        padding: 6px 12px;
  2621.        border-radius: 15px;
  2622.        font-size: 10px;
  2623.        font-weight: 600;
  2624.        text-transform: uppercase;
  2625.        letter-spacing: 0.5px;
  2626.        color: white;
  2627.    }
  2628.    
  2629.    .sponsored-content-v2 {
  2630.        padding: 20px;
  2631.    }
  2632.    
  2633.    .sponsored-title-v2 {
  2634.        font-size: 16px;
  2635.        font-weight: 600;
  2636.        line-height: 1.4;
  2637.        margin-bottom: 15px;
  2638.        min-height: 44px;
  2639.    }
  2640.    
  2641.    .sponsored-title-v2 a {
  2642.        text-decoration: none;
  2643.        transition: color 0.3s ease;
  2644.    }
  2645.    
  2646.    .sponsored-meta-v2 {
  2647.        display: flex;
  2648.        align-items: center;
  2649.        gap: 10px;
  2650.        font-size: 12px;
  2651.    }
  2652.    
  2653.    .sponsored-author-img-v2 {
  2654.        width: 28px;
  2655.        height: 28px;
  2656.        border-radius: 50%;
  2657.        object-fit: cover;
  2658.    }
  2659.    
  2660.    .section-title-sponsored-v2 {
  2661.        font-size: 2.5rem;
  2662.        font-weight: 700;
  2663.        text-align: center;
  2664.        margin-bottom: 20px;
  2665.        text-transform: capitalize;
  2666.    }
  2667.  
  2668.    @media (max-width: 768px) {
  2669.        .sponsored-section-v2 {
  2670.            padding: 0px 0 40px;
  2671.        }
  2672.        .section-title-sponsored-v2 {
  2673.            font-size: 2rem;
  2674.        }
  2675.        .sponsored-content-v2 {
  2676.            padding: 16px;
  2677.        }
  2678.    }
  2679. </style>
  2680.  
  2681. <section class="sponsored-section-v2">
  2682.    <div class="container-fluid fluid-container">
  2683.        <div class="row">
  2684.            <div class="col-12">
  2685.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  2686.                <div class="section-title-sponsored-v2::after top-bg"></div>
  2687.            </div>
  2688.        </div>
  2689.        
  2690.        <div class="row g-4">
  2691.            
  2692.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2693.                <div class="card sponsored-card-v2">
  2694.                    <div class="sponsored-image-v2">
  2695.                        
  2696.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2697.                        
  2698.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2699.                    </div>
  2700.                    <div class="sponsored-content-v2">
  2701.                        <h3 class="sponsored-title-v2">
  2702.                            <a href="/tropical-storm-the-storm-intensifies-while-moves-toward-the-island-nation/" class="top-color">
  2703.                            Tropical Storm the storm Intensifies While Moves Toward the Island Nation
  2704.                            </a>
  2705.                        </h3>
  2706.                        <div class="sponsored-meta-v2">
  2707.                            
  2708.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2709.                            
  2710.                            <span class="top-color">By Juan Tucker</span>
  2711.                            <span class="top-color">•</span>
  2712.                            <span class="top-color">16 Aug 2026</span>
  2713.                        </div>
  2714.                    </div>
  2715.                </div>
  2716.            </div>
  2717.            
  2718.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2719.                <div class="card sponsored-card-v2">
  2720.                    <div class="sponsored-image-v2">
  2721.                        
  2722.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2723.                        
  2724.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2725.                    </div>
  2726.                    <div class="sponsored-content-v2">
  2727.                        <h3 class="sponsored-title-v2">
  2728.                            <a href="/premier-league-ten-key-points-to-look-out-for-this-weekend/" class="top-color">
  2729.                            Premier League: ten key points to look out for this weekend
  2730.                            </a>
  2731.                        </h3>
  2732.                        <div class="sponsored-meta-v2">
  2733.                            
  2734.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2735.                            
  2736.                            <span class="top-color">By Juan Tucker</span>
  2737.                            <span class="top-color">•</span>
  2738.                            <span class="top-color">15 Aug 2026</span>
  2739.                        </div>
  2740.                    </div>
  2741.                </div>
  2742.            </div>
  2743.            
  2744.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2745.                <div class="card sponsored-card-v2">
  2746.                    <div class="sponsored-image-v2">
  2747.                        
  2748.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2749.                        
  2750.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2751.                    </div>
  2752.                    <div class="sponsored-content-v2">
  2753.                        <h3 class="sponsored-title-v2">
  2754.                            <a href="/the-new-mayor-vows-a-new-era-for-the-big-apple-in-inaugural-address/" class="top-color">
  2755.                            The New Mayor Vows a &#x27;New Era&#x27; for The Big Apple in Inaugural Address
  2756.                            </a>
  2757.                        </h3>
  2758.                        <div class="sponsored-meta-v2">
  2759.                            
  2760.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2761.                            
  2762.                            <span class="top-color">By Juan Tucker</span>
  2763.                            <span class="top-color">•</span>
  2764.                            <span class="top-color">15 Aug 2026</span>
  2765.                        </div>
  2766.                    </div>
  2767.                </div>
  2768.            </div>
  2769.            
  2770.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2771.                <div class="card sponsored-card-v2">
  2772.                    <div class="sponsored-image-v2">
  2773.                        
  2774.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2775.                        
  2776.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2777.                    </div>
  2778.                    <div class="sponsored-content-v2">
  2779.                        <h3 class="sponsored-title-v2">
  2780.                            <a href="/the-growing-wealth-poverty-gap-how-prosperity-and-deprivation-now-sit-cheek-by-jowl-in-england/" class="top-color">
  2781.                            The Growing ‘Wealth-Poverty Gap’: How Prosperity and Deprivation Now Sit Cheek by Jowl in England.
  2782.                            </a>
  2783.                        </h3>
  2784.                        <div class="sponsored-meta-v2">
  2785.                            
  2786.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2787.                            
  2788.                            <span class="top-color">By Juan Tucker</span>
  2789.                            <span class="top-color">•</span>
  2790.                            <span class="top-color">15 Aug 2026</span>
  2791.                        </div>
  2792.                    </div>
  2793.                </div>
  2794.            </div>
  2795.            
  2796.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2797.                <div class="card sponsored-card-v2">
  2798.                    <div class="sponsored-image-v2">
  2799.                        
  2800.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2801.                        
  2802.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2803.                    </div>
  2804.                    <div class="sponsored-content-v2">
  2805.                        <h3 class="sponsored-title-v2">
  2806.                            <a href="/some-in-labour-desire-keir-starmer-out-he-informs-interviewers-hell-survive-while-the-economic-outlook-is-set-to-improve/" class="top-color">
  2807.                            Some in Labour Desire Keir Starmer Out. He Informs Interviewers He&#x27;ll Survive – while the Economic Outlook Is Set to Improve.
  2808.                            </a>
  2809.                        </h3>
  2810.                        <div class="sponsored-meta-v2">
  2811.                            
  2812.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2813.                            
  2814.                            <span class="top-color">By Juan Tucker</span>
  2815.                            <span class="top-color">•</span>
  2816.                            <span class="top-color">15 Aug 2026</span>
  2817.                        </div>
  2818.                    </div>
  2819.                </div>
  2820.            </div>
  2821.            
  2822.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2823.                <div class="card sponsored-card-v2">
  2824.                    <div class="sponsored-image-v2">
  2825.                        
  2826.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2827.                        
  2828.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  2829.                    </div>
  2830.                    <div class="sponsored-content-v2">
  2831.                        <h3 class="sponsored-title-v2">
  2832.                            <a href="/appeals-for-fresh-immediacy-in-global-warming-talks-as-research-show-global-warming-could-hit-25c/" class="top-color">
  2833.                            Appeals for Fresh Immediacy in Global Warming Talks as Research Show Global Warming Could Hit 2.5C
  2834.                            </a>
  2835.                        </h3>
  2836.                        <div class="sponsored-meta-v2">
  2837.                            
  2838.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/eabc4efc-d52b-46e2-884c-c69380ecbf52_profile.png" alt="Juan Tucker" style="object-fit: cover;" class="sponsored-author-img-v2">
  2839.                            
  2840.                            <span class="top-color">By Juan Tucker</span>
  2841.                            <span class="top-color">•</span>
  2842.                            <span class="top-color">15 Aug 2026</span>
  2843.                        </div>
  2844.                    </div>
  2845.                </div>
  2846.            </div>
  2847.            
  2848.        </div>
  2849.    </div>
  2850. </section>
  2851.  
  2852.  
  2853.    
  2854.        <!-- end wpo-blog-sponsored-section -->
  2855.        <!-- start wpo-subscribe-section -->
  2856.        
  2857.        <!-- end subscribe-section -->
  2858.        <!-- start of wpo-site-footer-section -->
  2859.        
  2860.  
  2861.  
  2862.  
  2863.  
  2864.  
  2865. <footer class="wpo-site-footer-v2">
  2866.  <!-- Top Section - Logo & CTA -->
  2867.  <div class="footer-top-section py-3">
  2868.    <div class="container-fluid fluid-container">
  2869.      <div class="row align-items-center">
  2870.        <div class="brand-logo d-flex align-items-center justify-content-center">
  2871.          
  2872.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f9b1716e-0548-47cd-b4fe-8c199bced884_logo.png" alt="Clear Railway" class="footer-logo" />
  2873.          
  2874.          <div class="brand-info">
  2875.            <h3 class="brand-title">Clear Railway</h3>
  2876.          </div>
  2877.        </div>
  2878.      </div>
  2879.    </div>
  2880.  </div>
  2881.  
  2882.  <!-- Main Content Grid -->
  2883.  <div class="footer-main-content py-4">
  2884.    <div class="container-fluid fluid-container px-3">
  2885.      <div class="d-flex justify-content-between flex-wrap gap-3">
  2886.        <!-- Column 1: Quick Links & Top Categories -->
  2887.        <div class="">
  2888.          <div class="footer-column">
  2889.            <h5 class="column-title">Quick Links</h5>
  2890.            <ul class="footer-menu list-unstyled">
  2891.              
  2892.                <li>
  2893.                  <a class="menu-link" href="/van-de-ven-brace-halts-evertons-run-at-new-home-ground/">Van de Ven Brace Halts Everton&#x27;s Run at New Home Ground</a>
  2894.                </li>
  2895.              
  2896.                <li>
  2897.                  <a class="menu-link" href="/former-cyclist-derek-gee-confronts-30m-damages-claim-following-agreement-termination-over-personal-convictions/">Former Cyclist Derek Gee Confronts €30m Damages Claim Following Agreement Termination Over Personal Convictions</a>
  2898.                </li>
  2899.              
  2900.                <li>
  2901.                  <a class="menu-link" href="/amazing-30-cartography-humble-bundle-represents-a-virtual-tabletop-gms-dream/">Amazing $30 Cartography Humble Bundle Represents a Virtual Tabletop GM&#x27;s Dream</a>
  2902.                </li>
  2903.              
  2904.                <li>
  2905.                  <a class="menu-link" href="/south-africas-president-concludes-g20-summit-amid-american-withdrawal-and-handover-dispute/">South Africa&#x27;s President Concludes G20 Summit Amid American Withdrawal and Handover Dispute</a>
  2906.                </li>
  2907.              
  2908.                <li>
  2909.                  <a class="menu-link" href="/australia-breaks-new-ground-as-captain-alyssa-healy-confronts-her-ultimate-challenge/">Australia Breaks New Ground as Captain Alyssa Healy Confronts Her Ultimate Challenge.</a>
  2910.                </li>
  2911.              
  2912.                <li>
  2913.                  <a class="menu-link" href="/female-suspect-evades-police-following-high-speed-chase-from-southern-california-into-mexican-territory/">Female Suspect Evades Police Following High-Speed Chase from Southern California into Mexican Territory</a>
  2914.                </li>
  2915.              
  2916.            </ul>
  2917.          </div>
  2918.        </div>
  2919.        <div class="">
  2920.          <div class="footer-column mt-4">
  2921.            <h5 class="column-title">Top Categories</h5>
  2922.            <ul class="footer-menu list-unstyled">
  2923.              
  2924.                <li>
  2925.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  2926.                </li>
  2927.              
  2928.                <li>
  2929.                  <a class="menu-link" href="/category/business/">Business</a>
  2930.                </li>
  2931.              
  2932.                <li>
  2933.                  <a class="menu-link" href="/category/esports/">Esports</a>
  2934.                </li>
  2935.              
  2936.                <li>
  2937.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  2938.                </li>
  2939.              
  2940.                <li>
  2941.                  <a class="menu-link" href="/category/featured/">Featured</a>
  2942.                </li>
  2943.              
  2944.            </ul>
  2945.          </div>
  2946.        </div>
  2947.        <!-- Column 2: Blog Rolls -->
  2948.      <div class="">
  2949.          <div class="footer-column">
  2950.            <h5 class="column-title">Blog Rolls</h5>
  2951.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  2952.              
  2953.              
  2954.  
  2955.              
  2956.              
  2957.                
  2958.              
  2959.            </ul>
  2960.          </div>
  2961.        </div>
  2962.      </div>
  2963.    </div>
  2964.  </div>
  2965.  
  2966.  <!-- Tagline Section -->
  2967.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  2968.    <div class="container-fluid fluid-container">
  2969.      <p class="mb-0 text-white text-capitalize">Stay updated with the latest news, trends, and analysis in Canada&#x27;s railway industry. From infrastructure projects to policy changes, we cover it all.</p>
  2970.    </div>
  2971.  </div>
  2972.  
  2973.  <!-- Footer Bottom -->
  2974.  <div class="footer-bottom py-3">
  2975.    <div class="container-fluid fluid-container">
  2976.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  2977.        <div class="copyright-info">
  2978.          <p class="mb-0 text-color">
  2979.            &copy; 2026 <strong>Clear Railway</strong>. All rights reserved.
  2980.          </p>
  2981.        </div>
  2982.        <div class="utility-links mt-2 mt-md-0">
  2983.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  2984.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  2985.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  2986.        </div>
  2987.      </div>
  2988.    </div>
  2989.  </div>
  2990. </footer>
  2991.  
  2992.  
  2993. <style>
  2994.  
  2995. .footer-top-section {
  2996.    border-bottom: 1px solid var(--border-color);
  2997.    background-color: var(--card-bg) !important;
  2998. }
  2999.  
  3000. .footer-logo {
  3001.    height:50px;
  3002.    width: auto;
  3003. }
  3004. .text-color{
  3005.    color: var(--topbar-color) !important;
  3006. }
  3007. .brand-title {
  3008.    font-size: 20px;
  3009.    font-weight: 600;
  3010.    color: var(--topbar-color);
  3011.    margin: 0;
  3012. }
  3013.  
  3014. .footer-main-content {
  3015.    background: var(--card-bg);
  3016. }
  3017.  
  3018. .column-title {
  3019.    font-size: 16px;
  3020.    font-weight: 600;
  3021.    color: var(--topbar-color) !important;
  3022.    margin-bottom: 15px;
  3023. }
  3024.  
  3025. .footer-menu li {
  3026.    margin-bottom: 8px;
  3027. }
  3028.  
  3029. .menu-link {
  3030.    color: var(--topbar-color) !important;
  3031.    text-decoration: none;
  3032.    font-size: 16px;
  3033.    transition: color 0.3s ease;
  3034. }
  3035.  
  3036. .footer-tagline {
  3037.    font-size: 16px;
  3038. }
  3039.  
  3040. .footer-bottom {
  3041.    font-size: 16px;
  3042.    background-color: var(--card-bg) !important;
  3043. }
  3044.  
  3045. .utility-link {
  3046.    color: var(--topbar-color) !important;
  3047.    text-decoration: none;
  3048.    transition: color 0.3s ease;
  3049. }
  3050.  
  3051. .utility-link:hover {
  3052.    color: var(--secondary-color);
  3053. }
  3054.  
  3055. /* Responsive Design */
  3056. @media (max-width: 992px) {
  3057.    .footer-top-section {
  3058.        text-align: start;
  3059.    }
  3060.    .cta-btn {
  3061.        margin-top: 10px;
  3062.    }
  3063. }
  3064.  
  3065. @media (max-width: 768px) {
  3066.    .footer-column {
  3067.        text-align: start;
  3068.    }
  3069.    .footer-tagline {
  3070.        font-size: 13px;
  3071.    }
  3072. }
  3073.  
  3074. @media (max-width: 576px) {
  3075.    .column-title {
  3076.        font-size: 15px;
  3077.    }
  3078.    .menu-link {
  3079.        font-size: 13px;
  3080.    }
  3081.    .cta-btn {
  3082.        font-size: 13px;
  3083.        padding: 7px 15px;
  3084.    }
  3085. }
  3086. </style>
  3087.  
  3088. <script>
  3089. // Prevent default for placeholder links
  3090. document.addEventListener('DOMContentLoaded', function() {
  3091.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3092.        anchor.addEventListener('click', function(e) {
  3093.            e.preventDefault();
  3094.        });
  3095.    });
  3096. });
  3097. document.addEventListener('DOMContentLoaded', function () {
  3098.    var btn = document.getElementById('toggleBlogRollLinks');
  3099.    if (!btn) return; // No extra items, no button
  3100.  
  3101.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3102.  
  3103.    btn.addEventListener('click', function () {
  3104.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3105.            return li.classList.contains('d-none');
  3106.        });
  3107.  
  3108.        extras.forEach(function (li) {
  3109.            if (anyHidden) {
  3110.                li.classList.remove('d-none');
  3111.                li.classList.add('show');
  3112.            } else {
  3113.                li.classList.add('d-none');
  3114.                li.classList.remove('show');
  3115.            }
  3116.        });
  3117.  
  3118.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3119.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3120.    });
  3121. });
  3122.  
  3123. </script>
  3124.  
  3125.        <!-- end of wpo-site-footer-section -->
  3126.    </div>
  3127.    <!-- end of page-wrapper -->
  3128.  
  3129.    <!-- All JavaScript files
  3130.    ================================================== -->
  3131.    
  3132.  
  3133. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3134. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3135. <!-- Plugins for this template -->
  3136. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3137. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3138. <!-- Custom script for this template -->
  3139. <script src="/static/blogapp/assets/js/script.js"></script>
  3140.  
  3141. <script>
  3142. (function () {
  3143. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3144. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3145.  
  3146. function applyFallback(img) {
  3147. if (!img || img.dataset.fallbackApplied === "1") {
  3148. return;
  3149. }
  3150. var failedSrc = img.currentSrc || img.src || "";
  3151. img.dataset.fallbackApplied = "1";
  3152. img.onerror = null;
  3153. img.src = fallbackImageSrc;
  3154. console.warn("[ImageFallback] Replaced broken image:", {
  3155. failedSrc: failedSrc,
  3156. fallbackSrc: fallbackImageSrc,
  3157. alt: img.alt || "",
  3158. });
  3159. }
  3160.  
  3161. document.querySelectorAll("img").forEach(function (img) {
  3162. if (img.complete && img.naturalWidth === 0) {
  3163. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3164. failedSrc: img.currentSrc || img.src || "",
  3165. alt: img.alt || "",
  3166. });
  3167. applyFallback(img);
  3168. }
  3169. });
  3170.  
  3171. document.addEventListener(
  3172. "error",
  3173. function (event) {
  3174. var target = event.target;
  3175. if (target && target.tagName === "IMG") {
  3176. applyFallback(target);
  3177. }
  3178. },
  3179. true
  3180. );
  3181. })();
  3182. </script>
  3183.  
  3184. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3185.  
  3186.  
  3187.  
  3188. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"8a1a0294eec14fe4b2db4b4fe070a237","r":1}' crossorigin="anonymous"></script>
  3189. </body>
  3190.  
  3191. </html>
  3192.  
  3193.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda