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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T171132.291_z77igSn_74B2S9B_yhFEXd2_zWDsSwJ.png">
  14.    
  15.  
  16.    <title>Modern Field: Exploring Contemporary Ideas and Digital Innovation</title>
  17.    <meta name="description" content="Modern Field is a blog dedicated to exploring contemporary ideas, digital innovation, and creative thinking. Join us for insightful articles and discussions.">
  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://modernfield.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #9d4edd;
  42.        --bs-primary-rgb: 9d4edd;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #4a0d67;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #9d4edd;
  53.        --theme-primary-color-s2: #9d4edd;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0d67;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0d67;
  59.        --border-color: #ddd6fe;
  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: #e9d5ff;
  75.        --navbar-color: #4a0d67;
  76.        --topbar-bg: #f3e8ff;
  77.        --topbar-color: #4a0d67;
  78.        --footer-bg: #4a0d67;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ddd6fe;
  82.        --card-radius: 14px;
  83.        --link-color: #9d4edd;
  84.        --link-hover: #7e3ec4;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(157, 78, 221, 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_33">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388.  
  389. <div class="topbar d-sm-flex d-none">
  390.  <div class="container-fluid fluid-container">
  391.    <div class="row  ">
  392.      <div>
  393.        <div class="pt-2 d-flex gap-2 pb-0">
  394.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  395.            <div class="d-flex">
  396.              <span class="fw-bold">Latest</span>
  397.            </div>
  398.            <div class="d-flex">
  399.              <span class="fw-bold">Update</span>
  400.            </div>
  401.          </div>
  402.  
  403.          <!-- Add an id to the marquee -->
  404.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  405.            <p class="text-center">
  406.              
  407.               <a href="/keeper-film-analysis-romance-descends-into-hell-in-effectively-eerie-terrifying-tale/" class="px-5 top-color">
  408.                    Keeper Film Analysis – Romance Descends into Hell in Effectively Eerie Terrifying Tale
  409.                  </a>
  410.              
  411.               <a href="/edward-enninful-on-modern-britain-a-decline-in-tolerance-compared-to-the-nineties/" class="px-5 top-color">
  412.                    Edward Enninful on Modern Britain: &#x27;A Decline in Tolerance&#x27; Compared to the Nineties.
  413.                  </a>
  414.              
  415.               <a href="/high-young-death-numbers-indicate-an-growing-emergency-international-health-research-warns/" class="px-5 top-color">
  416.                    High Young Death Numbers Indicate an Growing Emergency’, International Health Research Warns
  417.                  </a>
  418.              
  419.               <a href="/a-neutral-masterstroke-or-a-misstep-the-color-authoritys-white-annual-hue-sparks-backlash/" class="px-5 top-color">
  420.                    A Neutral Masterstroke or a Misstep? The Color Authority&#x27;s White Annual Hue Sparks Backlash.
  421.                  </a>
  422.              
  423.               <a href="/nearly-25000-left-without-electricity-in-queensland-and-victorian-regions-following-powerful-storms/" class="px-5 top-color">
  424.                    Nearly 25,000 Left Without Electricity in Queensland and Victorian Regions Following Powerful Storms
  425.                  </a>
  426.                          
  427.            </p>
  428.          </marquee>
  429.        </div>
  430.      </div>
  431.    </div>
  432.  </div>
  433. </div>
  434.  
  435. <script>
  436.  // Stop/start marquee when hovering or focusing links inside it
  437.  document.addEventListener("DOMContentLoaded", function () {
  438.    const marquee = document.getElementById("newsMarquee");
  439.    if (!marquee) return;
  440.  
  441.    marquee.querySelectorAll("a").forEach((link) => {
  442.      link.addEventListener("mouseenter", () => marquee.stop());
  443.      link.addEventListener("mouseleave", () => marquee.start());
  444.      // keyboard accessibility
  445.      link.addEventListener("focus", () => marquee.stop());
  446.      link.addEventListener("blur", () => marquee.start());
  447.    });
  448.  });
  449. </script>
  450.  
  451.  
  452.  
  453.            
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. <header class="header-v9 mb-4" role="banner">
  461.  <div class="container-fluid fluid-container">
  462.    <!-- Sticky/Glass Nav Card -->
  463.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  464.      <div class="row align-items-center justify-content-between g-3">
  465.        <!-- Logo -->
  466.       <div class="col-6 col-md-3 col-lg-2">
  467.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  468.            
  469.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/40953cb2-8854-48fa-897c-a1010a2ef047_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  470.            
  471.          </a>
  472.        </div>
  473.  
  474.        <!-- Desktop Nav -->
  475.        <div class="col d-none d-xl-block">
  476.          <nav class="main-nav-v9">
  477.            <ul class="nav-list-v9">
  478.              <!-- Home (static) -->
  479.              <li class="nav-item-v9">
  480.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  481.              </li >
  482.          
  483.              
  484.                
  485.                  <li class="nav-item-v9">
  486.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  487.                  </li>
  488.                
  489.                  <li class="nav-item-v9">
  490.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  491.                  </li>
  492.                
  493.                  <li class="nav-item-v9">
  494.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  495.                  </li>
  496.                
  497.                  <li class="nav-item-v9">
  498.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  499.                  </li>
  500.                
  501.                  <li class="nav-item-v9">
  502.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  503.                  </li>
  504.                
  505.                  <li class="nav-item-v9">
  506.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  507.                  </li>
  508.                
  509.                  <li class="nav-item-v9">
  510.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  511.                  </li>
  512.                
  513.                  <li class="nav-item-v9">
  514.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  515.                  </li>
  516.                
  517.  
  518.                
  519.                  <li class="nav-item-v9 has-dropdown-v9">
  520.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  521.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  522.                        <polyline points="6,9 12,15 18,9"></polyline>
  523.                      </svg>
  524.                    </button>
  525.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  526.                      <div class="dropdown-grid-v9">
  527.                        <div class="dropdown-section-v9">
  528.                          
  529.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  530.                          
  531.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  532.                          
  533.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  534.                          
  535.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  536.                          
  537.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  538.                          
  539.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  540.                          
  541.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  542.                          
  543.                        </div>
  544.                      </div>
  545.                    </div>
  546.                  </li>
  547.                
  548.              
  549.                <li class="nav-item-v9">
  550.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  551.              </li >
  552.            </ul>
  553.          </nav>
  554.        </div>
  555.  
  556.        <!-- Actions -->
  557.        <div class="col-6 col-md-3 col-lg-2">
  558.          <div class="nav-actions-v9">
  559.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  560.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  561.                <circle cx="11" cy="11" r="8"></circle>
  562.                <path d="m21 21-4.35-4.35"></path>
  563.              </svg>
  564.            </button>
  565.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  566.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  567.                <line x1="3" y1="6" x2="21" y2="6" />
  568.                <line x1="3" y1="12" x2="21" y2="12" />
  569.                <line x1="3" y1="18" x2="21" y2="18" />
  570.              </svg>
  571.            </button>
  572.          </div>
  573.        </div>
  574.      </div>
  575.  
  576.      <!-- Active underline (animated) -->
  577.      <span class="active-rail-v9" aria-hidden="true"></span>
  578.    </div>
  579.  
  580.    <!-- Search Panel -->
  581.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  582.      <form class="search-form-v9" action="" method="get" role="search">
  583.        <label for="q-v9" class="visually-hidden">Search</label>
  584.        <div class="search-input-wrap-v9">
  585.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  586.            <circle cx="11" cy="11" r="8"></circle>
  587.            <path d="m21 21-4.35-4.35"></path>
  588.          </svg>
  589.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  590.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  591.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  592.              <line x1="18" y1="6" x2="6" y2="18" />
  593.              <line x1="6" y1="6" x2="18" y2="18" />
  594.            </svg>
  595.          </button>
  596.        </div>
  597.        <div class="search-suggest-v9 search-v1" id="search-results">
  598.          
  599.        </div>
  600.      </form>
  601.    </div>
  602.  
  603.    <!-- Mobile Offcanvas -->
  604.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  605.      <div class="mobile-wrap-v9">
  606.        <div class="mobile-head-v9">
  607.          <span class="mobile-title-v9">Menu</span>
  608.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  609.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  610.              <line x1="18" y1="6" x2="6" y2="18" />
  611.              <line x1="6" y1="6" x2="18" y2="18" />
  612.            </svg>
  613.          </button>
  614.        </div>
  615.  
  616.        <ul class="mobile-list-v9">
  617.          <li>
  618.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  619.          </li>
  620.          <li class="">
  621.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  622.          </li >
  623.          
  624.            
  625.              <li>
  626.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  627.              </li>
  628.            
  629.              <li>
  630.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  631.              </li>
  632.            
  633.              <li>
  634.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  635.              </li>
  636.            
  637.              <li>
  638.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  639.              </li>
  640.            
  641.              <li>
  642.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  643.              </li>
  644.            
  645.  
  646.            
  647.          
  648.        </ul>
  649.      </div>
  650.    </aside>
  651.  </div>
  652.  
  653.  <!-- Overlay -->
  654.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  655. </header>
  656.  
  657. <style>
  658.  
  659.  .header-v9 {
  660.    position: relative;
  661.    padding: 14px 0;
  662.    z-index: 50;
  663.  }
  664.  .header-v9.is-scrolled .nav-card-v9 {
  665.    padding: 10px 18px;
  666.    border-radius: 14px;
  667.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  668.  }
  669.  .header-v9.is-scrolled .logo-img-v9 {
  670.    transform: scale(0.92);
  671.  }
  672.  
  673.  /* Card */
  674.  .nav-card-v9 {
  675.    background: var(--navbar-bg);
  676.    backdrop-filter: blur(18px);
  677.    border: 1px solid var(--border-color);
  678.    border-radius: 18px;
  679.    padding: 14px 22px;
  680.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  681.    position: sticky;
  682.    top: 10px;
  683.  }
  684.  
  685.  /* Logo */
  686.  .logo-img-v9 {
  687.    max-height: 60px;
  688.    width: auto;
  689.    transition: transform 0.25s ease, opacity 0.25s ease;
  690.  }
  691.  .logo-link-v9:hover .logo-img-v9 {
  692.    transform: translateY(-1px) scale(1.03);
  693.  }
  694.  
  695.  /* Desktop nav */
  696.  .main-nav-v9 {
  697.    display: flex;
  698.    justify-content: center;
  699.  }
  700.  .nav-list-v9 {
  701.    display: flex;
  702.    gap: 6px;
  703.    list-style: none;
  704.    margin: 0;
  705.    padding: 0;
  706.  }
  707.  .nav-item-v9 {
  708.    position: relative;
  709.  }
  710.  .nav-link-v9 {
  711.    position: relative;
  712.    display: inline-flex;
  713.    align-items: center;
  714.    justify-content: center;
  715.    padding: 10px 10px;
  716.    border-radius: 12px;
  717.    color: var(--navbar-color);
  718.    text-decoration: none;
  719.    font-weight: 500;
  720.    font-size: 15px;
  721.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  722.  }
  723.  .nav-link-v9:hover {
  724.    background: rgba(102, 126, 234, 0.1);
  725.    color: var(--topbar-color);
  726.    transform: translateY(-1px);
  727.  }
  728.  .nav-link-v9.active-v9 {
  729.    color: transparent;
  730.  }
  731.  .nav-link-v9.active-v9::after {
  732.    content: '';
  733.    position: absolute;
  734.    left: 12px;
  735.    right: 12px;
  736.    bottom: 6px;
  737.    height: 3px;
  738.    border-radius: 3px;
  739.    background: var(--sub-nav);
  740.  }
  741.  
  742.  /* Dropdown */
  743.  .has-dropdown-v9 {
  744.    position: relative;
  745.  }
  746.  .nav-more-btn-v9 {
  747.    display: inline-flex;
  748.    gap: 6px;
  749.    align-items: center;
  750.  }
  751.  .chev-v9 {
  752.    transition: transform 0.2s ease;
  753.  }
  754.  .has-dropdown-v9:focus-within .chev-v9,
  755.  .has-dropdown-v9:hover .chev-v9 {
  756.    transform: rotate(180deg);
  757.  }
  758.  
  759.  .dropdown-card-v9 {
  760.    position: absolute;
  761.    top: calc(100% + 14px);
  762.    left: 50%;
  763.    transform: translateX(-50%) translateY(-6px);
  764.    background: var(--navbar-bg);
  765.    border: 1px solid var(--border-color);
  766.    border-radius: 14px;
  767.    padding: 18px;
  768.    min-width: 280px;
  769.    z-index: 200;
  770.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  771.    opacity: 0;
  772.    visibility: hidden;
  773.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  774.  }
  775.  .has-dropdown-v9:hover .dropdown-card-v9,
  776.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  777.    opacity: 1;
  778.    visibility: visible;
  779.    transform: translateX(-50%) translateY(0);
  780.  }
  781.  
  782.  .dropdown-grid-v9 {
  783.    display: grid;
  784.    grid-template-columns: 1fr;
  785.    gap: 10px;
  786.  }
  787.  .dropdown-section-v9 {
  788.    display: grid;
  789.    gap: 6px;
  790.  }
  791.  .dropdown-link-v9 {
  792.    display: flex;
  793.    align-items: center;
  794.    gap: 10px;
  795.    padding: 10px 12px;
  796.    border-radius: 10px;
  797.    text-decoration: none;
  798.    font-size: 14px;
  799.    color: var(--navbar-color);
  800.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  801.  }
  802.  .dropdown-link-v9:hover {
  803.    background: var(--bs-primary);
  804.    color: var(--bs-white);
  805.    transform: translateX(4px);
  806.  }
  807.  .link-dot-v9 {
  808.    width: 6px;
  809.    height: 6px;
  810.    border-radius: 50%;
  811.    border: 1px solid currentColor;
  812.  }
  813.  
  814.  /* Actions */
  815.  .nav-actions-v9 {
  816.    display: flex;
  817.    justify-content: flex-end;
  818.    align-items: center;
  819.    gap: 8px;
  820.  }
  821.  .icon-btn-v9 {
  822.    border: 1px solid var(--border-color);
  823.    background: rgba(102, 126, 234, 0.1);
  824.    color: var(--navbar-color);
  825.    padding: 8px;
  826.    border-radius: 12px;
  827.    cursor: pointer;
  828.    transition: transform 0.2s, background 0.2s, color 0.2s;
  829.  }
  830.  .icon-btn-v9:hover {
  831.    background: var(--sub-nav);
  832.    color: var(--topbar-color) !important;
  833.    transform: translateY(-1px);
  834.  }
  835.  .icon-btn-v9.ghost {
  836.    background: transparent;
  837.  }
  838.  
  839.  /* Search Panel */
  840.  .search-panel-v9 {
  841.    position: fixed;
  842.    top: 14px;
  843.    left: 50%;
  844.    transform: translateX(-50%) translateY(-16px);
  845.    width: min(720px, calc(100% - 40px));
  846.    background: var(--navbar-bg);
  847.    border: 1px solid var(--border-color);
  848.    border-radius: 16px;
  849.    padding: 16px;
  850.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  851.    opacity: 0;
  852.    visibility: hidden;
  853.    z-index: 300;
  854.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  855.  }
  856.  .search-panel-v9.show-v9 {
  857.    opacity: 1;
  858.    visibility: visible;
  859.    transform: translateX(-50%) translateY(0);
  860.  }
  861.  .search-input-wrap-v9 {
  862.    display: flex;
  863.    align-items: center;
  864.    gap: 10px;
  865.    background: rgba(248, 250, 252, 0.8);
  866.    border: 2px solid rgba(102, 126, 234, 0.2);
  867.    border-radius: 12px;
  868.    padding: 6px 8px;
  869.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  870.  }
  871.  .search-input-wrap-v9:focus-within {
  872.    border-color: #667eea;
  873.    background: rgba(255, 255, 255, 0.9);
  874.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  875.  }
  876.  .search-icn-v9 {
  877.    color: #a0aec0;
  878.    margin-left: 6px;
  879.  }
  880.  .search-input-v9 {
  881.    flex: 1;
  882.    border: 0;
  883.    background: transparent;
  884.    outline: none;
  885.    padding: 12px 4px;
  886.    font-size: 16px;
  887.    color: #2d3748;
  888.  }
  889.  .search-suggest-v9 {
  890.    display: grid;
  891.    grid-template-columns: repeat(3, minmax(0, 1fr));
  892.    gap: 8px;
  893.    margin-top: 10px;
  894.  }
  895.  .suggestion-v9 {
  896.    border: 1px solid var(--border-color);
  897.    background: rgba(248, 250, 252, 0.5);
  898.    color: var(--navbar-color);
  899.    padding: 10px 12px;
  900.    border-radius: 10px;
  901.    font-size: 14px;
  902.    text-align: left;
  903.    cursor: pointer;
  904.    transition: background 0.2s, color 0.2s, transform 0.2s;
  905.  }
  906.  .suggestion-v9:hover {
  907.    background: var(--bs-primary) !important ;
  908.    color: var(--bs-white)  !important;
  909.    transform: translateY(-1px);
  910.  }
  911.  
  912.  /* Mobile */
  913.  .mobile-nav-v9 {
  914.    position: fixed;
  915.    right: 0;
  916.    top: 0;
  917.    height: 100vh;
  918.    width: min(86vw, 420px);
  919.    background: var(--card-bg);
  920.    border-left: 1px solid var(--border-color);
  921.    transform: translateX(100%);
  922.    transition: transform 0.3s ease;
  923.    z-index: 350;
  924.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  925.  }
  926.  .mobile-nav-v9.show-v9 {
  927.    transform: translateX(0);
  928.  }
  929.  .mobile-wrap-v9 {
  930.    display: flex;
  931.    flex-direction: column;
  932.    height: 100%;
  933.  }
  934.  .mobile-head-v9 {
  935.    display: flex;
  936.    align-items: center;
  937.    justify-content: space-between;
  938.    padding: 16px;
  939.    background: var(--navbar-bg);
  940.  }
  941.  .mobile-title-v9 {
  942.    font-weight: 600;
  943.  }
  944.  .mobile-list-v9 {
  945.    list-style: none;
  946.    padding: 10px 12px 20px;
  947.    margin: 0;
  948.    overflow-y: auto;
  949.  }
  950.  .mobile-link-v9 {
  951.    display: flex;
  952.    align-items: center;
  953.    justify-content: space-between;
  954.    padding: 14px 12px;
  955.    border-radius: 12px;
  956.    text-decoration: none;
  957.    color: var(--navbar-color);
  958.    font-weight: 500;
  959.    transition: background 0.2s, color 0.2s;
  960.  }
  961.  .mobile-link-v9:hover,
  962.  .mobile-link-v9.active-v9 {
  963.    background: var(--sub-nav);
  964.    color: var(--topbar-color);
  965.  }
  966.  .mobile-group-v9 {
  967.    margin-top: 4px;
  968.  }
  969.  .mobile-sublist-v9 {
  970.    list-style: none;
  971.    margin: 0;
  972.    padding: 0;
  973.    max-height: 0;
  974.    overflow: auto;
  975.    transition: max-height 0.25s ease;
  976.    background:var(--navbar-bg);
  977.    border-radius: 12px;
  978.    margin-top: 6px;
  979.  }
  980.  .mobile-sublist-v9.show-v9 {
  981.    max-height: 360px;
  982.    background: var(--navbar-bg);
  983.    padding: 6px 0;
  984.  }
  985.  .mobile-sublink-v9 {
  986.    display: block;
  987.    padding: 10px 16px;
  988.    text-decoration: none;
  989.    color: var(--navbar-color);
  990.    border-radius: 10px;
  991.    font-size: 14px;
  992.  }
  993.  .mobile-sublink-v9:hover {
  994.    background: var(--sub-nav);
  995.    color: var(--topbar-color);
  996.  }
  997.  .mobile-arrow-v9 {
  998.    transition: transform 0.2s ease;
  999.  }
  1000.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1001.    transform: rotate(180deg);
  1002.  }
  1003.  
  1004.  /* Overlay */
  1005.  .nav-overlay-v9 {
  1006.    position: fixed;
  1007.    inset: 0;
  1008.    background: rgba(0, 0, 0, 0.35);
  1009.    backdrop-filter: blur(4px);
  1010.    opacity: 0;
  1011.    visibility: hidden;
  1012.    transition: opacity 0.25s, visibility 0.25s;
  1013.    z-index: 200;
  1014.  }
  1015.  .nav-overlay-v9.show-v9 {
  1016.    opacity: 1;
  1017.    visibility: visible;
  1018.  }
  1019.  
  1020.  
  1021.  /* Utils */
  1022.  .visually-hidden {
  1023.    position: absolute !important;
  1024.    height: 1px;
  1025.    width: 1px;
  1026.    overflow: hidden;
  1027.    clip: rect(1px, 1px, 1px, 1px);
  1028.    white-space: nowrap;
  1029.  }
  1030.  
  1031.  /* Responsive tweaks */
  1032.  @media (max-width: 1300px) {
  1033.    .nav-card-v9 {
  1034.      padding: 12px 18px;
  1035.      border-radius: 16px;
  1036.    }
  1037.    .search-panel-v9 {
  1038.      width: calc(100% - 32px);
  1039.    }
  1040.  }
  1041.  @media (max-width: 576px) {
  1042.    .logo-img-v9 {
  1043.      max-height: 38px;
  1044.    }
  1045.  }
  1046. </style>
  1047.  
  1048. <script>
  1049.  /* ============ V9 JS ============ */
  1050.  ;(function () {
  1051.    const overlay = document.getElementById('navOverlayV9')
  1052.    const searchPanel = document.getElementById('searchPanelV9')
  1053.    const mobileNav = document.getElementById('mobileNavV9')
  1054.    const header = document.querySelector('.header-v9')
  1055.  
  1056.    function lockScroll(lock) {
  1057.      document.body.style.overflow = lock ? 'hidden' : ''
  1058.    }
  1059.  
  1060.    window.toggleSearchV9 = function () {
  1061.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1062.      const willOpen = !searchPanel.classList.contains('show-v9')
  1063.  
  1064.      // close mobile if open
  1065.      mobileNav.classList.remove('show-v9')
  1066.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1067.  
  1068.      searchPanel.classList.toggle('show-v9', willOpen)
  1069.      overlay.classList.toggle('show-v9', willOpen)
  1070.      btn?.setAttribute('aria-expanded', String(willOpen))
  1071.      lockScroll(willOpen)
  1072.  
  1073.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1074.    }
  1075.  
  1076.    window.toggleMobileNavV9 = function () {
  1077.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1078.      const willOpen = !mobileNav.classList.contains('show-v9')
  1079.  
  1080.      // close search if open
  1081.      searchPanel.classList.remove('show-v9')
  1082.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1083.  
  1084.      mobileNav.classList.toggle('show-v9', willOpen)
  1085.      overlay.classList.toggle('show-v9', willOpen)
  1086.      btn?.setAttribute('aria-expanded', String(willOpen))
  1087.      lockScroll(willOpen)
  1088.    }
  1089.  
  1090.    window.toggleMobileDropdownV9 = function (id) {
  1091.      const list = document.getElementById(id)
  1092.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1093.      const willOpen = !list.classList.contains('show-v9')
  1094.      // close siblings
  1095.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1096.        if (el.id !== id) el.classList.remove('show-v9')
  1097.      })
  1098.      list.classList.toggle('show-v9', willOpen)
  1099.      btn?.setAttribute('aria-expanded', String(willOpen))
  1100.    }
  1101.  
  1102.    window.closeAllV9 = function () {
  1103.      searchPanel.classList.remove('show-v9')
  1104.      mobileNav.classList.remove('show-v9')
  1105.      overlay.classList.remove('show-v9')
  1106.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1107.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1108.      lockScroll(false)
  1109.    }
  1110.  
  1111.    // ESC to close
  1112.    document.addEventListener('keydown', (e) => {
  1113.      if (e.key === 'Escape') window.closeAllV9()
  1114.    })
  1115.  
  1116.    // Sticky shrink on scroll
  1117.    let lastY = window.scrollY
  1118.    const onScroll = () => {
  1119.      const y = window.scrollY
  1120.      header.classList.toggle('is-scrolled', y > 10)
  1121.      lastY = y
  1122.    }
  1123.    onScroll()
  1124.    window.addEventListener('scroll', onScroll, { passive: true })
  1125.  
  1126.    // Suggestions fill
  1127.    document.addEventListener('click', (e) => {
  1128.      const btn = e.target.closest('.suggestion-v9')
  1129.      if (!btn) return
  1130.      const val = btn.getAttribute('data-fill') || ''
  1131.      const input = document.getElementById('q-v9')
  1132.      if (input) input.value = val
  1133.    })
  1134.  
  1135.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1136.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1137.    const moreCard = document.getElementById('more-desktop-v9')
  1138.    if (moreBtn && moreCard) {
  1139.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1140.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1141.    }
  1142.  })()
  1143. </script>
  1144.  
  1145. <script>
  1146.  document.addEventListener("DOMContentLoaded", function () {
  1147.    console.log("loaded");
  1148.  
  1149.     const searchInput = document.getElementById("search-input")
  1150.    const searchResults = document.getElementById("search-results");
  1151.  
  1152.    if (!searchInput || !searchResults) {
  1153.      console.error("Search input/results not found");
  1154.      return;
  1155.    }
  1156.  
  1157.    // Prevent form submission
  1158.    if (searchInput.form) {
  1159.      searchInput.form.addEventListener("submit", function (e) {
  1160.        e.preventDefault();
  1161.      });
  1162.    }
  1163.  
  1164.    // Add event listener for keyup
  1165.    searchInput.addEventListener("keyup", function (e) {
  1166.      console.log("Key pressed:", e.key);
  1167.      e.preventDefault();
  1168.  
  1169.      const query = searchInput.value.trim();
  1170.      console.log("User is typing: " + query);
  1171.  
  1172.      // If empty → clear and hide
  1173.      if (query === "") {
  1174.        searchResults.innerHTML = "";
  1175.        searchResults.style.display = "none";
  1176.        return;
  1177.      }
  1178.  
  1179.      // Show results
  1180.      searchResults.style.display = "block";
  1181.  
  1182.      // Fetch search results
  1183.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1184.        method: "GET",
  1185.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1186.      })
  1187.        .then(response => {
  1188.          console.log("Response Status:", response.status);
  1189.          return response.json();
  1190.        })
  1191.        .then(data => {
  1192.          console.log("Data received:", data);
  1193.          if (data.html) {
  1194.            searchResults.innerHTML = data.html;
  1195.          } else {
  1196.            searchResults.innerHTML = "<p>No results found.</p>";
  1197.          }
  1198.        })
  1199.        .catch(error => {
  1200.          console.error("Error fetching search results:", error);
  1201.        });
  1202.    });
  1203.  
  1204.    // Close results when clicking outside
  1205.    document.addEventListener("click", function (e) {
  1206.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1207.        searchResults.style.display = "none";
  1208.      }
  1209.    });
  1210.  
  1211.    // Close results on ESC key
  1212.    document.addEventListener("keydown", function (e) {
  1213.      if (e.key === "Escape") {
  1214.        searchResults.style.display = "none";
  1215.      }
  1216.    });
  1217.  });
  1218. </script>
  1219.  
  1220.  
  1221.        </header>
  1222.        <!-- end of header -->
  1223.        <!-- start of wpo-blog-hero -->
  1224.        
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232. <style>
  1233. .blog-hero-section {
  1234.    padding: 3rem 0;
  1235. }
  1236.  
  1237.  
  1238. .hero-grid {
  1239.    display: grid;
  1240.    grid-template-columns: 2fr 1fr 1fr;
  1241.    grid-template-rows: 1fr 1fr;
  1242.    gap: 1.5rem;
  1243.    height: 500px;
  1244. }
  1245.  
  1246. .hero-card {
  1247.    background: var(--card-bg);
  1248.    border-radius: 12px;
  1249.    overflow: hidden;
  1250.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1251.    transition: all 0.3s ease;
  1252.    position: relative;
  1253. }
  1254.  
  1255. .hero-card:hover {
  1256.    transform: translateY(-8px);
  1257.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1258. }
  1259.  
  1260. .main-hero {
  1261.    grid-row: 1 / -1;
  1262.    grid-column: 1;
  1263. }
  1264.  
  1265. .card-image {
  1266.    width: 100%;
  1267.    height: 60%;
  1268.    object-fit: cover;
  1269.    transition: transform 0.3s ease;
  1270. }
  1271.  
  1272. .main-hero .card-image {
  1273.    height: 65%;
  1274. }
  1275.  
  1276. .hero-card:hover .card-image {
  1277.    transform: scale(1.05);
  1278. }
  1279.  
  1280. .card-content {
  1281.    padding: 1.5rem;
  1282.    height: 40%;
  1283.    display: flex;
  1284.    flex-direction: column;
  1285.    justify-content: space-between;
  1286. }
  1287.  
  1288. .main-hero .card-content {
  1289.    height: 35%;
  1290. }
  1291.  
  1292. .category-badge {
  1293.    display: inline-block;
  1294.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1295.    color: white;
  1296.    padding: 0.4rem 1rem;
  1297.    border-radius: 20px;
  1298.    font-size: 0.8rem;
  1299.    font-weight: 600;
  1300.    text-transform: uppercase;
  1301.    letter-spacing: 0.5px;
  1302.    margin-bottom: 0.8rem;
  1303.    width: fit-content;
  1304. }
  1305.  
  1306. .card-title {
  1307.    font-size: 1.1rem;
  1308.    font-weight: 700;
  1309.    line-height: 1.4;
  1310.    margin-bottom: 0.5rem;
  1311. }
  1312.  
  1313. .main-hero .card-title {
  1314.    font-size: 1.6rem;
  1315.    line-height: 1.3;
  1316.    margin-bottom: 0.8rem;
  1317. }
  1318.  
  1319. .card-title a {
  1320.    color: var(--top-color);
  1321.    text-decoration: none;
  1322.    transition: color 0.3s ease;
  1323. }
  1324.  
  1325.  
  1326. .card-description {
  1327.    color: var(--top-color);
  1328.    line-height: 1.6;
  1329.    margin-bottom: 1rem;
  1330.    display: -webkit-box;
  1331.    -webkit-line-clamp: 2;
  1332.    -webkit-box-orient: vertical;
  1333.    overflow: hidden;
  1334. }
  1335.  
  1336. .main-hero .card-description {
  1337.    -webkit-line-clamp: 3;
  1338. }
  1339.  
  1340. .card-meta {
  1341.    display: flex;
  1342.    align-items: center;
  1343.    justify-content: space-between;
  1344.    margin-top: auto;
  1345. }
  1346.  
  1347. .author-section {
  1348.    display: flex;
  1349.    align-items: center;
  1350.    gap: 0.8rem;
  1351. }
  1352.  
  1353. .author-avatar {
  1354.    width: 35px;
  1355.    height: 35px;
  1356.    border-radius: 50%;
  1357.    object-fit: cover;
  1358.    border: 2px solid #f8f9fa;
  1359. }
  1360.  
  1361. .author-name {
  1362.    color: #667eea;
  1363.    text-decoration: none;
  1364.    font-weight: 600;
  1365.    font-size: 0.9rem;
  1366. }
  1367.  
  1368. .author-name:hover {
  1369.    text-decoration: underline;
  1370. }
  1371.  
  1372. .publish-date {
  1373.    color: #95a5a6;
  1374.    font-size: 0.85rem;
  1375.    font-weight: 500;
  1376. }
  1377.  
  1378. .side-card-1 {
  1379.    grid-column: 2;
  1380.    grid-row: 1;
  1381. }
  1382.  
  1383. .side-card-2 {
  1384.    grid-column: 3;
  1385.    grid-row: 1;
  1386. }
  1387.  
  1388. .side-card-3 {
  1389.    grid-column: 2 / 4;
  1390.    grid-row: 2;
  1391. }
  1392.  
  1393. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1394. @media (min-width: 992px) {
  1395.    
  1396.    .main-hero .card-image,
  1397.    .side-card-1 .card-image,
  1398.    .side-card-2 .card-image {
  1399.        height: 100%;
  1400.    }
  1401.    
  1402.    .main-hero .card-content,
  1403.    .side-card-1 .card-content,
  1404.    .side-card-2 .card-content {
  1405.        position: absolute;
  1406.        bottom: 0;
  1407.        left: 0;
  1408.        right: 0;
  1409.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1410.        color: white;
  1411.        padding: 2rem 1.5rem 1.5rem;
  1412.        height: auto;
  1413.    }
  1414.    
  1415.    .main-hero .card-content {
  1416.        padding: 3rem 2rem 2rem;
  1417.    }
  1418.    
  1419.    .main-hero .category-badge,
  1420.    .side-card-1 .category-badge,
  1421.    .side-card-2 .category-badge {
  1422.      
  1423.        margin-bottom: 0.8rem;
  1424.    }
  1425.    
  1426.    .main-hero .card-title a,
  1427.    .side-card-1 .card-title a,
  1428.    .side-card-2 .card-title a {
  1429.        color: white;
  1430.    }
  1431.    
  1432.    .main-hero .card-description {
  1433.        color: #f8f9fa;
  1434.    }
  1435.    
  1436.    .main-hero .author-name,
  1437.    .side-card-1 .author-name,
  1438.    .side-card-2 .author-name {
  1439.        color: #f8f9fa;
  1440.    }
  1441.    
  1442.    .main-hero .publish-date,
  1443.    .side-card-1 .publish-date,
  1444.    .side-card-2 .publish-date {
  1445.        color: #e9ecef;
  1446.    }
  1447. }
  1448.  
  1449. .side-card-3 {
  1450.    display: flex;
  1451.    flex-direction: row;
  1452. }
  1453.  
  1454. .side-card-3 .card-image {
  1455.    width: 40%;
  1456.    height: 100%;
  1457. }
  1458.  
  1459. .side-card-3 .card-content {
  1460.    width: 60%;
  1461.    height: 100%;
  1462.    padding: 1.5rem;
  1463. }
  1464.  
  1465. /* Mobile Responsive */
  1466. @media (max-width: 992px) {
  1467.    .hero-grid {
  1468.        grid-template-columns: 1fr;
  1469.        grid-template-rows: auto;
  1470.        height: auto;
  1471.        gap: 1rem;
  1472.    }
  1473.    
  1474.    .main-hero {
  1475.        grid-row: 1;
  1476.        grid-column: 1;
  1477.    }
  1478.    
  1479.    .side-card-1, .side-card-2, .side-card-3 {
  1480.        grid-column: 1;
  1481.        grid-row: auto;
  1482.    }
  1483.    
  1484.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1485.    .main-hero .card-content,
  1486.    .side-card-1 .card-content,
  1487.    .side-card-2 .card-content {
  1488.        position: relative;
  1489.        background: var(--card-bg);
  1490.        color: inherit;
  1491.        padding: 1.5rem;
  1492.        height: auto;
  1493.    }
  1494.    
  1495.    .main-hero .card-image,
  1496.    .side-card-1 .card-image,
  1497.    .side-card-2 .card-image {
  1498.        height: 200px;
  1499.    }
  1500.    
  1501.    .main-hero .card-image {
  1502.        height: 250px;
  1503.    }
  1504.    
  1505.    .main-hero .category-badge,
  1506.    .side-card-1 .category-badge,
  1507.    .side-card-2 .category-badge {
  1508.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1509.        color: white;
  1510.    }
  1511.    
  1512.    .main-hero .card-title a,
  1513.    .side-card-1 .card-title a,
  1514.    .side-card-2 .card-title a {
  1515.        color: var(--top-color);
  1516.    }
  1517.    
  1518.    .main-hero .card-description {
  1519.        color: #7f8c8d;
  1520.    }
  1521.    
  1522.    .main-hero .author-name,
  1523.    .side-card-1 .author-name,
  1524.    .side-card-2 .author-name {
  1525.        color: #667eea;
  1526.    }
  1527.    
  1528.    .main-hero .publish-date,
  1529.    .side-card-1 .publish-date,
  1530.    .side-card-2 .publish-date {
  1531.        color: #95a5a6;
  1532.    }
  1533.    
  1534.    .side-card-3 {
  1535.        flex-direction: column;
  1536.    }
  1537.    
  1538.    .side-card-3 .card-image {
  1539.        width: 100%;
  1540.        height: 200px;
  1541.    }
  1542.    
  1543.    .side-card-3 .card-content {
  1544.        width: 100%;
  1545.        height: auto;
  1546.    }
  1547.    
  1548.    .card-image {
  1549.        height: 200px;
  1550.    }
  1551.    
  1552.    .main-hero .card-image {
  1553.        height: 250px;
  1554.    }
  1555.    
  1556.    .main-hero .card-content {
  1557.        height: auto;
  1558.    }
  1559. }
  1560. </style>
  1561.  
  1562. <div class="blog-hero-section">
  1563.    <div class="container-fluid fluid-container">
  1564.        <div class="hero-grid">
  1565.            <!-- Main Featured Post -->
  1566.            
  1567.                              
  1568.                    <article class="hero-card main-hero">
  1569.                        
  1570.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="George Hendy Hat-Trick as Eight-Try Saints Rout Bulls" class="card-image">
  1571.                        
  1572.                        
  1573.                        <div class="card-content">
  1574.                            <div>
  1575.                                <span class="category-badge">News</span>
  1576.                                <h2 class="card-title">
  1577.                                    <a href="/george-hendy-hat-trick-as-eight-try-saints-rout-bulls/">
  1578.                                        George Hendy Hat-Trick as Eight-Try Saints Rout Bulls
  1579.                                    </a>
  1580.                                </h2>
  1581.                                <p class="card-description"></p>
  1582.                            </div>
  1583.                            
  1584.                            <div class="card-meta">
  1585.                                <div class="author-section">
  1586.                                    
  1587.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" class="author-avatar">
  1588.                                    
  1589.                                    <a href="#" class="author-name">Lindsay Ramos</a>
  1590.                                </div>
  1591.                                <span class="publish-date">Aug 07, 2026</span>
  1592.                            </div>
  1593.                        </div>
  1594.                    </article>
  1595.                
  1596.            
  1597.  
  1598.            <!-- Side Cards -->
  1599.            
  1600.                <article class="hero-card side-card-1">
  1601.                    
  1602.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="War-torn Myanmar Goes to the Polls in Broadly Condemned &#x27;Sham&#x27; Election." class="card-image">
  1603.                    
  1604.                    
  1605.                    <div class="card-content">
  1606.                        <div>
  1607.                            <span class="category-badge">News</span>
  1608.                            <h3 class="card-title">
  1609.                                <a href="/war-torn-myanmar-goes-to-the-polls-in-broadly-condemned-sham-election/">
  1610.                                    War-torn Myanmar Goes to the Polls in Broadly Condemned &#x27;Sham&#x27; Election.
  1611.                                </a>
  1612.                            </h3>
  1613.                            <p class="card-description"></p>
  1614.                        </div>
  1615.                        
  1616.                        <div class="card-meta">
  1617.                            <div class="author-section">
  1618.                                <a href="#" class="author-name">Lindsay Ramos</a>
  1619.                            </div>
  1620.                            <span class="publish-date">Aug 07</span>
  1621.                        </div>
  1622.                    </div>
  1623.                </article>
  1624.            
  1625.                <article class="hero-card side-card-2">
  1626.                    
  1627.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The President Says He Will ‘Abide by the Deal’ to Finish Funding Crisis" class="card-image">
  1628.                    
  1629.                    
  1630.                    <div class="card-content">
  1631.                        <div>
  1632.                            <span class="category-badge">News</span>
  1633.                            <h3 class="card-title">
  1634.                                <a href="/the-president-says-he-will-abide-by-the-deal-to-finish-funding-crisis/">
  1635.                                    The President Says He Will ‘Abide by the Deal’ to Finish Funding Crisis
  1636.                                </a>
  1637.                            </h3>
  1638.                            <p class="card-description"></p>
  1639.                        </div>
  1640.                        
  1641.                        <div class="card-meta">
  1642.                            <div class="author-section">
  1643.                                <a href="#" class="author-name">Lindsay Ramos</a>
  1644.                            </div>
  1645.                            <span class="publish-date">Aug 07</span>
  1646.                        </div>
  1647.                    </div>
  1648.                </article>
  1649.            
  1650.                <article class="hero-card side-card-3">
  1651.                    
  1652.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="What&#x27;s Next for the Heavyweight Boxing Scene After Wardley&#x27;s Big Win?" class="card-image">
  1653.                    
  1654.                    
  1655.                    <div class="card-content">
  1656.                        <div>
  1657.                            <span class="category-badge">News</span>
  1658.                            <h3 class="card-title">
  1659.                                <a href="/whats-next-for-the-heavyweight-boxing-scene-after-wardleys-big-win/">
  1660.                                    What&#x27;s Next for the Heavyweight Boxing Scene After Wardley&#x27;s Big Win?
  1661.                                </a>
  1662.                            </h3>
  1663.                            <p class="card-description"></p>
  1664.                        </div>
  1665.                        
  1666.                        <div class="card-meta">
  1667.                            <div class="author-section">
  1668.                                <a href="#" class="author-name">Lindsay Ramos</a>
  1669.                            </div>
  1670.                            <span class="publish-date">Aug 07</span>
  1671.                        </div>
  1672.                    </div>
  1673.                </article>
  1674.            
  1675.        </div>
  1676.    </div>
  1677. </div>
  1678.  
  1679.  
  1680.  
  1681.  
  1682.        <!-- end of wpo-blog-hero -->
  1683.  
  1684.        <!-- start of wpo-breacking-news -->
  1685.        
  1686.        <!-- end of wpo-breacking-news -->
  1687.        
  1688.        <!-- start wpo-blog-highlights-section -->
  1689.        
  1690.  
  1691.  
  1692.  
  1693.    
  1694.  
  1695.  
  1696. <section class="wpo-blog-highlights-section">
  1697.    <div class="container-fluid fluid-container">
  1698.        <div class="wpo-section-title">
  1699.            
  1700.                <h2>Today's Top Highlights</h2>
  1701.                    
  1702.        </div>
  1703.        <div class="row">
  1704.            <div class="col col-lg-8 col-12">
  1705.                <!-- start wpo-blog-section -->
  1706.                <div class="wpo-blog-highlights-wrap">
  1707.                    <div class="wpo-blog-items">
  1708.                        <div class="row">
  1709.                            
  1710.                            
  1711.                            <div class="col col-lg-6 col-md-6 col-12">
  1712.                                <div class="wpo-blog-item">
  1713.                                    <div class="wpo-blog-img">
  1714.                                        
  1715.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1716.                                        
  1717.                                        <div class="thumb bg-primary-gradient">News</div>
  1718.                                    </div>
  1719.                                    <div class="wpo-blog-content"  >
  1720.                                        <h2>
  1721.                                            <a href="/welcome-international-tycoons-and-corporations-kindly-come-and-sue-the-uk-for-billions-of-pounds/" class="top-color">
  1722.                                            Welcome, International Tycoons and Corporations! Kindly Come and Sue the UK for Billions of Pounds.
  1723.                                            </a>
  1724.                                        </h2>
  1725.                                        <ul>
  1726.                                            <li>  
  1727.                                                
  1728.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1729.                                                
  1730.                                            </li>
  1731.                                            <li class="top-color">By Lindsay Ramos</li>
  1732.                                            <li class="top-color">06 Aug 2026</li>
  1733.                                        </ul>
  1734.                                        <p class="top-color"> </p>
  1735.                                    </div>
  1736.                                </div>
  1737.                            </div>
  1738.                        
  1739.                            
  1740.                            
  1741.                            <div class="col col-lg-6 col-md-6 col-12">
  1742.                                <div class="wpo-blog-item">
  1743.                                    <div class="wpo-blog-img">
  1744.                                        
  1745.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1746.                                        
  1747.                                        <div class="thumb bg-primary-gradient">News</div>
  1748.                                    </div>
  1749.                                    <div class="wpo-blog-content"  >
  1750.                                        <h2>
  1751.                                            <a href="/ship-terminated-after-death-of-female-passenger-left-behind-on-tropical-isle/" class="top-color">
  1752.                                            Ship Terminated After Death of Female Passenger Left Behind on Tropical Isle
  1753.                                            </a>
  1754.                                        </h2>
  1755.                                        <ul>
  1756.                                            <li>  
  1757.                                                
  1758.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1759.                                                
  1760.                                            </li>
  1761.                                            <li class="top-color">By Lindsay Ramos</li>
  1762.                                            <li class="top-color">06 Aug 2026</li>
  1763.                                        </ul>
  1764.                                        <p class="top-color"> </p>
  1765.                                    </div>
  1766.                                </div>
  1767.                            </div>
  1768.                        
  1769.                            
  1770.                            
  1771.                            <div class="col col-lg-6 col-md-6 col-12">
  1772.                                <div class="wpo-blog-item">
  1773.                                    <div class="wpo-blog-img">
  1774.                                        
  1775.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1776.                                        
  1777.                                        <div class="thumb bg-primary-gradient">News</div>
  1778.                                    </div>
  1779.                                    <div class="wpo-blog-content"  >
  1780.                                        <h2>
  1781.                                            <a href="/financially-stricken-new-zealand-wildlife-park-puts-down-pair-of-lions-future-of-remaining-five-unclear/" class="top-color">
  1782.                                            Financially Stricken New Zealand Wildlife Park Puts Down Pair of Lions, Future of Remaining Five Unclear
  1783.                                            </a>
  1784.                                        </h2>
  1785.                                        <ul>
  1786.                                            <li>  
  1787.                                                
  1788.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1789.                                                
  1790.                                            </li>
  1791.                                            <li class="top-color">By Lindsay Ramos</li>
  1792.                                            <li class="top-color">06 Aug 2026</li>
  1793.                                        </ul>
  1794.                                        <p class="top-color"> </p>
  1795.                                    </div>
  1796.                                </div>
  1797.                            </div>
  1798.                        
  1799.                            
  1800.                            
  1801.                            <div class="col col-lg-6 col-md-6 col-12">
  1802.                                <div class="wpo-blog-item">
  1803.                                    <div class="wpo-blog-img">
  1804.                                        
  1805.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1806.                                        
  1807.                                        <div class="thumb bg-primary-gradient">News</div>
  1808.                                    </div>
  1809.                                    <div class="wpo-blog-content"  >
  1810.                                        <h2>
  1811.                                            <a href="/the-coachs-fatal-mistake-taking-on-wilcox-and-an-infallible-executive-tier/" class="top-color">
  1812.                                            The Coach&#x27;s Fatal Mistake? Taking On Wilcox and an Infallible Executive Tier
  1813.                                            </a>
  1814.                                        </h2>
  1815.                                        <ul>
  1816.                                            <li>  
  1817.                                                
  1818.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1819.                                                
  1820.                                            </li>
  1821.                                            <li class="top-color">By Lindsay Ramos</li>
  1822.                                            <li class="top-color">06 Aug 2026</li>
  1823.                                        </ul>
  1824.                                        <p class="top-color"> </p>
  1825.                                    </div>
  1826.                                </div>
  1827.                            </div>
  1828.                        
  1829.                            
  1830.                            
  1831.                            <div class="col col-lg-6 col-md-6 col-12">
  1832.                                <div class="wpo-blog-item">
  1833.                                    <div class="wpo-blog-img">
  1834.                                        
  1835.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1836.                                        
  1837.                                        <div class="thumb bg-primary-gradient">News</div>
  1838.                                    </div>
  1839.                                    <div class="wpo-blog-content"  >
  1840.                                        <h2>
  1841.                                            <a href="/the-tynecastle-side-move-8-points-ahead-in-front-at-top-after-lawrence-shanklands-spot-kick-sees-off-the-glasgow-giants/" class="top-color">
  1842.                                            The Tynecastle side Move 8 Points Ahead in Front at Top After Lawrence Shankland&#x27;s Spot-Kick Sees Off The Glasgow Giants
  1843.                                            </a>
  1844.                                        </h2>
  1845.                                        <ul>
  1846.                                            <li>  
  1847.                                                
  1848.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1849.                                                
  1850.                                            </li>
  1851.                                            <li class="top-color">By Lindsay Ramos</li>
  1852.                                            <li class="top-color">06 Aug 2026</li>
  1853.                                        </ul>
  1854.                                        <p class="top-color"> </p>
  1855.                                    </div>
  1856.                                </div>
  1857.                            </div>
  1858.                        
  1859.                            
  1860.                            
  1861.                            <div class="col col-lg-6 col-md-6 col-12">
  1862.                                <div class="wpo-blog-item">
  1863.                                    <div class="wpo-blog-img">
  1864.                                        
  1865.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1866.                                        
  1867.                                        <div class="thumb bg-primary-gradient">News</div>
  1868.                                    </div>
  1869.                                    <div class="wpo-blog-content"  >
  1870.                                        <h2>
  1871.                                            <a href="/yuletide-can-be-a-living-hell-for-those-with-misophonia/" class="top-color">
  1872.                                            Yuletide Can Be a Living Hell for Those with Misophonia.
  1873.                                            </a>
  1874.                                        </h2>
  1875.                                        <ul>
  1876.                                            <li>  
  1877.                                                
  1878.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1879.                                                
  1880.                                            </li>
  1881.                                            <li class="top-color">By Lindsay Ramos</li>
  1882.                                            <li class="top-color">06 Aug 2026</li>
  1883.                                        </ul>
  1884.                                        <p class="top-color"> </p>
  1885.                                    </div>
  1886.                                </div>
  1887.                            </div>
  1888.                        
  1889.                            
  1890.                            
  1891.                            <div class="col col-lg-6 col-md-6 col-12">
  1892.                                <div class="wpo-blog-item">
  1893.                                    <div class="wpo-blog-img">
  1894.                                        
  1895.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1896.                                        
  1897.                                        <div class="thumb bg-primary-gradient">News</div>
  1898.                                    </div>
  1899.                                    <div class="wpo-blog-content"  >
  1900.                                        <h2>
  1901.                                            <a href="/iran-states-it-might-return-to-us-nuclear-discussions-provided-that-approached-with-respect-and-honor/" class="top-color">
  1902.                                            Iran States It Might Return to US Nuclear Discussions provided that Approached with &#x27;Respect&#x27; and &#x27;Honor&#x27;
  1903.                                            </a>
  1904.                                        </h2>
  1905.                                        <ul>
  1906.                                            <li>  
  1907.                                                
  1908.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1909.                                                
  1910.                                            </li>
  1911.                                            <li class="top-color">By Lindsay Ramos</li>
  1912.                                            <li class="top-color">06 Aug 2026</li>
  1913.                                        </ul>
  1914.                                        <p class="top-color"> </p>
  1915.                                    </div>
  1916.                                </div>
  1917.                            </div>
  1918.                        
  1919.                            
  1920.                            
  1921.                            <div class="col col-lg-6 col-md-6 col-12">
  1922.                                <div class="wpo-blog-item">
  1923.                                    <div class="wpo-blog-img">
  1924.                                        
  1925.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1926.                                        
  1927.                                        <div class="thumb bg-primary-gradient">News</div>
  1928.                                    </div>
  1929.                                    <div class="wpo-blog-content"  >
  1930.                                        <h2>
  1931.                                            <a href="/the-steroids-scandal-architect-central-player-in-infamous-sports-performance-enhancing-drug-controversy-succumbs-at-age-75/" class="top-color">
  1932.                                            The steroids scandal architect, Central Player in Infamous Sports Performance-Enhancing Drug Controversy, Succumbs at Age 75.
  1933.                                            </a>
  1934.                                        </h2>
  1935.                                        <ul>
  1936.                                            <li>  
  1937.                                                
  1938.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1939.                                                
  1940.                                            </li>
  1941.                                            <li class="top-color">By Lindsay Ramos</li>
  1942.                                            <li class="top-color">05 Aug 2026</li>
  1943.                                        </ul>
  1944.                                        <p class="top-color"> </p>
  1945.                                    </div>
  1946.                                </div>
  1947.                            </div>
  1948.                        
  1949.                            
  1950.                            
  1951.                            <div class="col col-lg-6 col-md-6 col-12">
  1952.                                <div class="wpo-blog-item">
  1953.                                    <div class="wpo-blog-img">
  1954.                                        
  1955.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1956.                                        
  1957.                                        <div class="thumb bg-primary-gradient">News</div>
  1958.                                    </div>
  1959.                                    <div class="wpo-blog-content"  >
  1960.                                        <h2>
  1961.                                            <a href="/american-signals-of-more-nigerian-military-actions-as-nigerias-capital-speaks-of-collaborative-ongoing-operations/" class="top-color">
  1962.                                            American Signals of More Nigerian Military Actions as Nigeria&#x27;s Capital Speaks of &#x27;Collaborative Ongoing Operations&#x27;.
  1963.                                            </a>
  1964.                                        </h2>
  1965.                                        <ul>
  1966.                                            <li>  
  1967.                                                
  1968.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1969.                                                
  1970.                                            </li>
  1971.                                            <li class="top-color">By Lindsay Ramos</li>
  1972.                                            <li class="top-color">05 Aug 2026</li>
  1973.                                        </ul>
  1974.                                        <p class="top-color"> </p>
  1975.                                    </div>
  1976.                                </div>
  1977.                            </div>
  1978.                        
  1979.                            
  1980.                            
  1981.                            <div class="col col-lg-6 col-md-6 col-12">
  1982.                                <div class="wpo-blog-item">
  1983.                                    <div class="wpo-blog-img">
  1984.                                        
  1985.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1986.                                        
  1987.                                        <div class="thumb bg-primary-gradient">News</div>
  1988.                                    </div>
  1989.                                    <div class="wpo-blog-content"  >
  1990.                                        <h2>
  1991.                                            <a href="/the-mclaren-driver-reveals-satisfaction-in-securing-first-f1-title-on-his-own-terms/" class="top-color">
  1992.                                            The McLaren driver Reveals Satisfaction in Securing First F1 Title On His Own Terms.
  1993.                                            </a>
  1994.                                        </h2>
  1995.                                        <ul>
  1996.                                            <li>  
  1997.                                                
  1998.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  1999.                                                
  2000.                                            </li>
  2001.                                            <li class="top-color">By Lindsay Ramos</li>
  2002.                                            <li class="top-color">05 Aug 2026</li>
  2003.                                        </ul>
  2004.                                        <p class="top-color"> </p>
  2005.                                    </div>
  2006.                                </div>
  2007.                            </div>
  2008.                        
  2009.                            
  2010.                            
  2011.                            <div class="col col-lg-6 col-md-6 col-12">
  2012.                                <div class="wpo-blog-item">
  2013.                                    <div class="wpo-blog-img">
  2014.                                        
  2015.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2016.                                        
  2017.                                        <div class="thumb bg-primary-gradient">News</div>
  2018.                                    </div>
  2019.                                    <div class="wpo-blog-content"  >
  2020.                                        <h2>
  2021.                                            <a href="/manchester-city-alleged-of-gamesmanship-in-tight-victory-over-leeds-daniel-farke/" class="top-color">
  2022.                                            Manchester City Alleged of Gamesmanship in Tight Victory Over Leeds - Daniel Farke
  2023.                                            </a>
  2024.                                        </h2>
  2025.                                        <ul>
  2026.                                            <li>  
  2027.                                                
  2028.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  2029.                                                
  2030.                                            </li>
  2031.                                            <li class="top-color">By Lindsay Ramos</li>
  2032.                                            <li class="top-color">05 Aug 2026</li>
  2033.                                        </ul>
  2034.                                        <p class="top-color"> </p>
  2035.                                    </div>
  2036.                                </div>
  2037.                            </div>
  2038.                        
  2039.                            
  2040.                            
  2041.                            <div class="col col-lg-6 col-md-6 col-12">
  2042.                                <div class="wpo-blog-item">
  2043.                                    <div class="wpo-blog-img">
  2044.                                        
  2045.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2046.                                        
  2047.                                        <div class="thumb bg-primary-gradient">News</div>
  2048.                                    </div>
  2049.                                    <div class="wpo-blog-content"  >
  2050.                                        <h2>
  2051.                                            <a href="/crew-member-reveals-depression-after-wave-of-harassment-following-journey/" class="top-color">
  2052.                                            Crew Member Reveals Depression After Wave of Harassment Following Journey
  2053.                                            </a>
  2054.                                        </h2>
  2055.                                        <ul>
  2056.                                            <li>  
  2057.                                                
  2058.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;">
  2059.                                                
  2060.                                            </li>
  2061.                                            <li class="top-color">By Lindsay Ramos</li>
  2062.                                            <li class="top-color">05 Aug 2026</li>
  2063.                                        </ul>
  2064.                                        <p class="top-color"> </p>
  2065.                                    </div>
  2066.                                </div>
  2067.                            </div>
  2068.                        
  2069.                            
  2070.                            
  2071.  
  2072.                        </div>
  2073.                    </div>
  2074.                </div>
  2075.                <!-- end wpo-blog-section -->
  2076.            </div>
  2077.  
  2078.            <div class="col col-lg-4 col-12">
  2079.                
  2080.  
  2081.  
  2082.  
  2083.    
  2084.  
  2085.    
  2086.    <!-- Search Widget -->
  2087.    <!-- <div class="pulse-sidebar-widget">
  2088.        <div class="pulse-widget-header pulse-search-header">
  2089.            <i class="fas fa-search"></i> SEARCH
  2090.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2091.        </div>
  2092.        <div class="pulse-widget-body">
  2093.            <form class="pulse-search-form" method="GET">
  2094.                <div class="position-relative">
  2095.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  2096.                           placeholder="Search" value="">
  2097.                    <button type="submit" class="pulse-search-btn-sidebar">
  2098.                        <i class="fas fa-search"></i>
  2099.                    </button>
  2100.                </div>
  2101.            </form>
  2102.        </div>
  2103.    </div> -->
  2104.    
  2105.    <!-- Recent Posts Widget -->
  2106.    <div class="pulse-sidebar-widget mb-3">
  2107.        <div class="pulse-widget-header pulse-recent-header">
  2108.            <i class="fas fa-clock"></i> RECENT POSTS
  2109.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2110.        </div>
  2111.        <div class="pulse-widget-body mb-3">
  2112.            
  2113.            <div class="pulse-recent-post-item">
  2114.                <a href="/loggers-advance-as-the-kawahiva-people-continue-to-need-legal-defense/" class="pulse-recent-title">
  2115.                                            Loggers Advance as the Kawahiva People Continue to Need Legal Defense.
  2116.                                            </a>
  2117.                <div class="pulse-recent-meta">
  2118.                    <span><i class="far fa-calendar"></i> 05 Aug 2026</span>
  2119.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2120.                </div>
  2121.            </div>
  2122.            
  2123.            <div class="pulse-recent-post-item">
  2124.                <a href="/embedded-in-my-psyche-why-gremlins-2-the-new-batch-is-my-feelgood-movie/" class="pulse-recent-title">
  2125.                                            Embedded in My Psyche’: Why Gremlins 2: The New Batch Is My Feelgood Movie
  2126.                                            </a>
  2127.                <div class="pulse-recent-meta">
  2128.                    <span><i class="far fa-calendar"></i> 05 Aug 2026</span>
  2129.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2130.                </div>
  2131.            </div>
  2132.            
  2133.            <div class="pulse-recent-post-item">
  2134.                <a href="/at-least-98-palestinian-detainees-have-perished-in-detention-starting-from-october-2023-statistics-from-israel-shows/" class="pulse-recent-title">
  2135.                                            At Least 98 Palestinian Detainees Have Perished in Detention Starting From October 2023, Statistics from Israel Shows
  2136.                                            </a>
  2137.                <div class="pulse-recent-meta">
  2138.                    <span><i class="far fa-calendar"></i> 05 Aug 2026</span>
  2139.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2140.                </div>
  2141.            </div>
  2142.            
  2143.            <div class="pulse-recent-post-item">
  2144.                <a href="/if-we-observe-the-downfall-of-the-craze-of-bazball-lets-appreciate-its-impact/" class="pulse-recent-title">
  2145.                                            If We Observe the Downfall of the Craze of Bazball, Let’s Appreciate Its Impact.
  2146.                                            </a>
  2147.                <div class="pulse-recent-meta">
  2148.                    <span><i class="far fa-calendar"></i> 04 Aug 2026</span>
  2149.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2150.                </div>
  2151.            </div>
  2152.            
  2153.            <div class="pulse-recent-post-item">
  2154.                <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-us-wrecking-ball/" class="pulse-recent-title">
  2155.                                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a US Wrecking Ball
  2156.                                            </a>
  2157.                <div class="pulse-recent-meta">
  2158.                    <span><i class="far fa-calendar"></i> 04 Aug 2026</span>
  2159.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2160.                </div>
  2161.            </div>
  2162.            
  2163.            <div class="pulse-recent-post-item">
  2164.                <a href="/the-citizens-three-goals-to-nil-manchester-united-lauren-hemp-on-target-in-manchester-city-stroll/" class="pulse-recent-title">
  2165.                                            The Citizens Three Goals to Nil Manchester United: Lauren Hemp on target in Manchester City stroll.
  2166.                                            </a>
  2167.                <div class="pulse-recent-meta">
  2168.                    <span><i class="far fa-calendar"></i> 04 Aug 2026</span>
  2169.                    <span><i class="far fa-user"></i> Lindsay Ramos</span>
  2170.                </div>
  2171.            </div>
  2172.            
  2173.            <!-- Django Template for Recent Posts -->
  2174.            <!--
  2175.            
  2176.            -->
  2177.            
  2178.        </div>
  2179.    </div>
  2180.    
  2181.    <div class="pulse-sidebar-widget mb-3">
  2182.        <div class="pulse-widget-header pulse-recent-header">
  2183.            <i class="fas fa-clock"></i> July 2026 Blog Roll
  2184.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2185.        </div>
  2186.        <div class="pulse-widget-body scrollable-sidebar">
  2187.            
  2188.            <div class="pulse-recent-post-item ">
  2189.                <a href="https://delbarber.com/" rel="dofollow" class="pulse-recent-title ">
  2190.                                            best online casino canada
  2191.                                            </a>
  2192.            </div>
  2193.            
  2194.            <div class="pulse-recent-post-item ">
  2195.                <a href="https://www.northernstars.ca/" rel="dofollow" class="pulse-recent-title ">
  2196.                                            online casinos
  2197.                                            </a>
  2198.            </div>
  2199.            
  2200.            <div class="pulse-recent-post-item ">
  2201.                <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="pulse-recent-title ">
  2202.                                            betting sites canada
  2203.                                            </a>
  2204.            </div>
  2205.            
  2206.            <div class="pulse-recent-post-item ">
  2207.                <a href="https://delbarber.com/" rel="dofollow" class="pulse-recent-title ">
  2208.                                            online casino
  2209.                                            </a>
  2210.            </div>
  2211.            
  2212.            <div class="pulse-recent-post-item ">
  2213.                <a href="https://unmannedsystems.ca/" rel="dofollow" class="pulse-recent-title ">
  2214.                                            online casinos canada
  2215.                                            </a>
  2216.            </div>
  2217.            
  2218.            <div class="pulse-recent-post-item ">
  2219.                <a href="https://www.bankingombuds.ca/" rel="dofollow" class="pulse-recent-title ">
  2220.                                            online casino canada
  2221.                                            </a>
  2222.            </div>
  2223.            
  2224.            <div class="pulse-recent-post-item ">
  2225.                <a href="https://www.od4d.net/" rel="dofollow" class="pulse-recent-title ">
  2226.                                            online casino
  2227.                                            </a>
  2228.            </div>
  2229.            
  2230.            <div class="pulse-recent-post-item ">
  2231.                <a href="https://siberiastationspa.com/" rel="dofollow" class="pulse-recent-title ">
  2232.                                            meilleurs casinos en ligne
  2233.                                            </a>
  2234.            </div>
  2235.            
  2236.            <div class="pulse-recent-post-item ">
  2237.                <a href="https://loplops.com/" rel="dofollow" class="pulse-recent-title ">
  2238.                                            ontario online casino
  2239.                                            </a>
  2240.            </div>
  2241.            
  2242.            <div class="pulse-recent-post-item ">
  2243.                <a href="https://www.od4d.net/" rel="dofollow" class="pulse-recent-title ">
  2244.                                            top online casinos
  2245.                                            </a>
  2246.            </div>
  2247.            
  2248.            <div class="pulse-recent-post-item ">
  2249.                <a href="https://esportsinsider.com/ca/gambling/sports-betting-canada" rel="dofollow" class="pulse-recent-title ">
  2250.                                            betting sites
  2251.                                            </a>
  2252.            </div>
  2253.            
  2254.            <div class="pulse-recent-post-item ">
  2255.                <a href="https://www.itworldcanada.com/" rel="dofollow" class="pulse-recent-title ">
  2256.                                            best online casino canada
  2257.                                            </a>
  2258.            </div>
  2259.            
  2260.            <div class="pulse-recent-post-item ">
  2261.                <a href="https://www.gamblinginsider.com/ca/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2262.                                            best online casino canada
  2263.                                            </a>
  2264.            </div>
  2265.            
  2266.        </div>
  2267.    </div>
  2268.    
  2269.    <div class="pulse-sidebar-widget mb-3">
  2270.        <div class="pulse-widget-header pulse-recent-header">
  2271.            <i class="fas fa-clock"></i> June 2026 Blog Roll
  2272.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2273.        </div>
  2274.        <div class="pulse-widget-body scrollable-sidebar">
  2275.            
  2276.            <div class="pulse-recent-post-item ">
  2277.                <a href="https://www.gamblinginsider.com/ca/betting-sites/world-cup" rel="dofollow" class="pulse-recent-title ">
  2278.                                            best 2026 football world cup betting sites
  2279.                                            </a>
  2280.            </div>
  2281.            
  2282.            <div class="pulse-recent-post-item ">
  2283.                <a href="https://www.albertaoilmagazine.com/" rel="dofollow" class="pulse-recent-title ">
  2284.                                            canadian online casinos
  2285.                                            </a>
  2286.            </div>
  2287.            
  2288.            <div class="pulse-recent-post-item ">
  2289.                <a href="https://nac-cnn.ca/" rel="dofollow" class="pulse-recent-title ">
  2290.                                            online casino canada
  2291.                                            </a>
  2292.            </div>
  2293.            
  2294.            <div class="pulse-recent-post-item ">
  2295.                <a href="https://www.gameshub.com/fr/sites-paris-sportifs/canada/" rel="dofollow" class="pulse-recent-title ">
  2296.                                            pari sportif
  2297.                                            </a>
  2298.            </div>
  2299.            
  2300.            <div class="pulse-recent-post-item ">
  2301.                <a href="https://casinosenligne.com/nouveaux-casinos/" rel="dofollow" class="pulse-recent-title ">
  2302.                                            nouveaux casino en ligne
  2303.                                            </a>
  2304.            </div>
  2305.            
  2306.            <div class="pulse-recent-post-item ">
  2307.                <a href="https://www.itworldcanada.com/" rel="dofollow" class="pulse-recent-title ">
  2308.                                            online casino canada
  2309.                                            </a>
  2310.            </div>
  2311.            
  2312.            <div class="pulse-recent-post-item ">
  2313.                <a href="https://www.station16gallery.com/" rel="dofollow" class="pulse-recent-title ">
  2314.                                            here
  2315.                                            </a>
  2316.            </div>
  2317.            
  2318.            <div class="pulse-recent-post-item ">
  2319.                <a href="https://www.syntheticgenomics.com/" rel="dofollow" class="pulse-recent-title ">
  2320.                                            online casinos
  2321.                                            </a>
  2322.            </div>
  2323.            
  2324.            <div class="pulse-recent-post-item ">
  2325.                <a href="https://senselab.ca/" rel="dofollow" class="pulse-recent-title ">
  2326.                                            online casino reviews
  2327.                                            </a>
  2328.            </div>
  2329.            
  2330.            <div class="pulse-recent-post-item ">
  2331.                <a href="https://www.gamblinginsider.com/ca/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2332.                                            casinos online canada
  2333.                                            </a>
  2334.            </div>
  2335.            
  2336.        </div>
  2337.    </div>
  2338.    
  2339.    <div class="pulse-sidebar-widget mb-3">
  2340.        <div class="pulse-widget-header pulse-recent-header">
  2341.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2342.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2343.        </div>
  2344.        <div class="pulse-widget-body scrollable-sidebar">
  2345.            
  2346.            <div class="pulse-recent-post-item ">
  2347.                <a href="https://www.footitalia.com/online-casinos/canada/" rel="dofollow" class="pulse-recent-title ">
  2348.                                            link
  2349.                                            </a>
  2350.            </div>
  2351.            
  2352.            <div class="pulse-recent-post-item ">
  2353.                <a href="https://www.albertaoilmagazine.com/" rel="dofollow" class="pulse-recent-title ">
  2354.                                            online casino
  2355.                                            </a>
  2356.            </div>
  2357.            
  2358.            <div class="pulse-recent-post-item ">
  2359.                <a href="https://siberiastationspa.com/" rel="dofollow" class="pulse-recent-title ">
  2360.                                            meilleur casino en ligne
  2361.                                            </a>
  2362.            </div>
  2363.            
  2364.            <div class="pulse-recent-post-item ">
  2365.                <a href="https://www.cgq-qgc.ca/" rel="dofollow" class="pulse-recent-title ">
  2366.                                            casino en ligne
  2367.                                            </a>
  2368.            </div>
  2369.            
  2370.        </div>
  2371.    </div>
  2372.    
  2373.    <div class="pulse-sidebar-widget mb-3">
  2374.        <div class="pulse-widget-header pulse-recent-header">
  2375.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2376.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2377.        </div>
  2378.        <div class="pulse-widget-body scrollable-sidebar">
  2379.            
  2380.            <div class="pulse-recent-post-item ">
  2381.                <a href="https://gauger.io/" rel="dofollow" class="pulse-recent-title ">
  2382.                                            online casino real money
  2383.                                            </a>
  2384.            </div>
  2385.            
  2386.            <div class="pulse-recent-post-item ">
  2387.                <a href="https://hriportal.ca/" rel="dofollow" class="pulse-recent-title ">
  2388.                                            online casinos canada
  2389.                                            </a>
  2390.            </div>
  2391.            
  2392.            <div class="pulse-recent-post-item ">
  2393.                <a href="https://torontosversion.com/" rel="dofollow" class="pulse-recent-title ">
  2394.                                            best online casinos
  2395.                                            </a>
  2396.            </div>
  2397.            
  2398.            <div class="pulse-recent-post-item ">
  2399.                <a href="https://www.itworldcanada.com/" rel="dofollow" class="pulse-recent-title ">
  2400.                                            online casinos canada
  2401.                                            </a>
  2402.            </div>
  2403.            
  2404.            <div class="pulse-recent-post-item ">
  2405.                <a href="https://heartandlung.ca/" rel="dofollow" class="pulse-recent-title ">
  2406.                                            canadian online casinos
  2407.                                            </a>
  2408.            </div>
  2409.            
  2410.            <div class="pulse-recent-post-item ">
  2411.                <a href="https://www.valuewalk.com/cryptocurrency/no-account-casinos/" rel="dofollow" class="pulse-recent-title ">
  2412.                                            bitcoin casino
  2413.                                            </a>
  2414.            </div>
  2415.            
  2416.            <div class="pulse-recent-post-item ">
  2417.                <a href="https://www.dresshead.com/" rel="dofollow" class="pulse-recent-title ">
  2418.                                            online casinos
  2419.                                            </a>
  2420.            </div>
  2421.            
  2422.            <div class="pulse-recent-post-item ">
  2423.                <a href="https://delbarber.com/" rel="dofollow" class="pulse-recent-title ">
  2424.                                            online casinos
  2425.                                            </a>
  2426.            </div>
  2427.            
  2428.        </div>
  2429.    </div>
  2430.    
  2431.    <div class="pulse-sidebar-widget mb-3">
  2432.        <div class="pulse-widget-header pulse-recent-header">
  2433.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2434.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2435.        </div>
  2436.        <div class="pulse-widget-body scrollable-sidebar">
  2437.            
  2438.            <div class="pulse-recent-post-item ">
  2439.                <a href="https://energypoverty.ca/" rel="dofollow" class="pulse-recent-title ">
  2440.                                            online casino canada
  2441.                                            </a>
  2442.            </div>
  2443.            
  2444.            <div class="pulse-recent-post-item ">
  2445.                <a href="https://camanjs.com/" rel="dofollow" class="pulse-recent-title ">
  2446.                                            best online casinos
  2447.                                            </a>
  2448.            </div>
  2449.            
  2450.            <div class="pulse-recent-post-item ">
  2451.                <a href="https://nbhrf.com/" rel="dofollow" class="pulse-recent-title ">
  2452.                                            online casino canada
  2453.                                            </a>
  2454.            </div>
  2455.            
  2456.            <div class="pulse-recent-post-item ">
  2457.                <a href="https://www.station16gallery.com/" rel="dofollow" class="pulse-recent-title ">
  2458.                                            betting sites canada
  2459.                                            </a>
  2460.            </div>
  2461.            
  2462.            <div class="pulse-recent-post-item ">
  2463.                <a href="https://www.od4d.net/" rel="dofollow" class="pulse-recent-title ">
  2464.                                            online casino canada
  2465.                                            </a>
  2466.            </div>
  2467.            
  2468.            <div class="pulse-recent-post-item ">
  2469.                <a href="https://www.fraserdowns.com/" rel="dofollow" class="pulse-recent-title ">
  2470.                                            fast withdrawal casino
  2471.                                            </a>
  2472.            </div>
  2473.            
  2474.            <div class="pulse-recent-post-item ">
  2475.                <a href="https://beaxy.com/" rel="dofollow" class="pulse-recent-title ">
  2476.                                            best bitcoin casinos
  2477.                                            </a>
  2478.            </div>
  2479.            
  2480.            <div class="pulse-recent-post-item ">
  2481.                <a href="https://autismspeaks.ca" rel="dofollow" class="pulse-recent-title ">
  2482.                                            online casino
  2483.                                            </a>
  2484.            </div>
  2485.            
  2486.            <div class="pulse-recent-post-item ">
  2487.                <a href="https://www.operationspaix.net/" rel="dofollow" class="pulse-recent-title ">
  2488.                                            casino en ligne québec
  2489.                                            </a>
  2490.            </div>
  2491.            
  2492.            <div class="pulse-recent-post-item ">
  2493.                <a href="https://nbhrf.com/" rel="dofollow" class="pulse-recent-title ">
  2494.                                            online casino
  2495.                                            </a>
  2496.            </div>
  2497.            
  2498.            <div class="pulse-recent-post-item ">
  2499.                <a href="https://www.fruitsofsherbrooke.ca/" rel="dofollow" class="pulse-recent-title ">
  2500.                                            online casinos canada
  2501.                                            </a>
  2502.            </div>
  2503.            
  2504.            <div class="pulse-recent-post-item ">
  2505.                <a href="https://visualgenome.org/" rel="dofollow" class="pulse-recent-title ">
  2506.                                            online casino canada
  2507.                                            </a>
  2508.            </div>
  2509.            
  2510.            <div class="pulse-recent-post-item ">
  2511.                <a href="https://www.lauraandcoevents.ca/" rel="dofollow" class="pulse-recent-title ">
  2512.                                            online casino
  2513.                                            </a>
  2514.            </div>
  2515.            
  2516.            <div class="pulse-recent-post-item ">
  2517.                <a href="https://nordicbridges.ca/" rel="dofollow" class="pulse-recent-title ">
  2518.                                            online casino
  2519.                                            </a>
  2520.            </div>
  2521.            
  2522.            <div class="pulse-recent-post-item ">
  2523.                <a href="https://www.spiritwrestler.com/" rel="dofollow" class="pulse-recent-title ">
  2524.                                            best sports betting sites canada
  2525.                                            </a>
  2526.            </div>
  2527.            
  2528.            <div class="pulse-recent-post-item ">
  2529.                <a href="https://www.itworldcanada.com/" rel="dofollow" class="pulse-recent-title ">
  2530.                                            online casino
  2531.                                            </a>
  2532.            </div>
  2533.            
  2534.            <div class="pulse-recent-post-item ">
  2535.                <a href="https://www.beaconlearningcenter.com/" rel="dofollow" class="pulse-recent-title ">
  2536.                                            online casino
  2537.                                            </a>
  2538.            </div>
  2539.            
  2540.        </div>
  2541.    </div>
  2542.    
  2543.    <div class="pulse-sidebar-widget mb-3">
  2544.        <div class="pulse-widget-header pulse-recent-header">
  2545.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2546.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2547.        </div>
  2548.        <div class="pulse-widget-body scrollable-sidebar">
  2549.            
  2550.            <div class="pulse-recent-post-item ">
  2551.                <a href="https://micharity.com/" rel="dofollow" class="pulse-recent-title ">
  2552.                                            online casinos
  2553.                                            </a>
  2554.            </div>
  2555.            
  2556.            <div class="pulse-recent-post-item ">
  2557.                <a href="https://www.beachhousevictoria.com/" rel="dofollow" class="pulse-recent-title ">
  2558.                                            sports betting sites canada
  2559.                                            </a>
  2560.            </div>
  2561.            
  2562.            <div class="pulse-recent-post-item ">
  2563.                <a href="https://www.beaconlearningcenter.com/" rel="dofollow" class="pulse-recent-title ">
  2564.                                            best online casino canada
  2565.                                            </a>
  2566.            </div>
  2567.            
  2568.            <div class="pulse-recent-post-item ">
  2569.                <a href="https://torontosversion.com/" rel="dofollow" class="pulse-recent-title ">
  2570.                                            online casinos
  2571.                                            </a>
  2572.            </div>
  2573.            
  2574.            <div class="pulse-recent-post-item ">
  2575.                <a href="https://clarketheatre.ca/" rel="dofollow" class="pulse-recent-title ">
  2576.                                            online casinos canada
  2577.                                            </a>
  2578.            </div>
  2579.            
  2580.            <div class="pulse-recent-post-item ">
  2581.                <a href="https://daydreaminginparadise.com/" rel="dofollow" class="pulse-recent-title ">
  2582.                                            online casino
  2583.                                            </a>
  2584.            </div>
  2585.            
  2586.            <div class="pulse-recent-post-item ">
  2587.                <a href="https://cruxgg.com/" rel="dofollow" class="pulse-recent-title ">
  2588.                                            best online casino canada
  2589.                                            </a>
  2590.            </div>
  2591.            
  2592.            <div class="pulse-recent-post-item ">
  2593.                <a href="https://watergovernance.ca/" rel="dofollow" class="pulse-recent-title ">
  2594.                                            online casino
  2595.                                            </a>
  2596.            </div>
  2597.            
  2598.            <div class="pulse-recent-post-item ">
  2599.                <a href="https://nordicbridges.ca/" rel="dofollow" class="pulse-recent-title ">
  2600.                                            online casinos
  2601.                                            </a>
  2602.            </div>
  2603.            
  2604.            <div class="pulse-recent-post-item ">
  2605.                <a href="https://watergovernance.ca/" rel="dofollow" class="pulse-recent-title ">
  2606.                                            best online casino canada
  2607.                                            </a>
  2608.            </div>
  2609.            
  2610.            <div class="pulse-recent-post-item ">
  2611.                <a href="https://www.governancevote.ca/" rel="dofollow" class="pulse-recent-title ">
  2612.                                            best online casino canada
  2613.                                            </a>
  2614.            </div>
  2615.            
  2616.            <div class="pulse-recent-post-item ">
  2617.                <a href="https://autismspeaks.ca" rel="dofollow" class="pulse-recent-title ">
  2618.                                            best online casino canada
  2619.                                            </a>
  2620.            </div>
  2621.            
  2622.            <div class="pulse-recent-post-item ">
  2623.                <a href="https://www.devmcgill.com/" rel="dofollow" class="pulse-recent-title ">
  2624.                                            best online casino canada
  2625.                                            </a>
  2626.            </div>
  2627.            
  2628.            <div class="pulse-recent-post-item ">
  2629.                <a href="https://torontosversion.com/" rel="dofollow" class="pulse-recent-title ">
  2630.                                            online casino canada
  2631.                                            </a>
  2632.            </div>
  2633.            
  2634.            <div class="pulse-recent-post-item ">
  2635.                <a href="https://lovenorthernbc.com/" rel="dofollow" class="pulse-recent-title ">
  2636.                                            online casino canada
  2637.                                            </a>
  2638.            </div>
  2639.            
  2640.            <div class="pulse-recent-post-item ">
  2641.                <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="pulse-recent-title ">
  2642.                                            online casino canada
  2643.                                            </a>
  2644.            </div>
  2645.            
  2646.            <div class="pulse-recent-post-item ">
  2647.                <a href="https://nordicbridges.ca/" rel="dofollow" class="pulse-recent-title ">
  2648.                                            canadian online casinos
  2649.                                            </a>
  2650.            </div>
  2651.            
  2652.            <div class="pulse-recent-post-item ">
  2653.                <a href="https://nbhrf.com/" rel="dofollow" class="pulse-recent-title ">
  2654.                                            online casinos
  2655.                                            </a>
  2656.            </div>
  2657.            
  2658.            <div class="pulse-recent-post-item ">
  2659.                <a href="https://www.musicaltoronto.org/" rel="dofollow" class="pulse-recent-title ">
  2660.                                            ontario online casinos
  2661.                                            </a>
  2662.            </div>
  2663.            
  2664.            <div class="pulse-recent-post-item ">
  2665.                <a href="https://www.spiritwrestler.com/" rel="dofollow" class="pulse-recent-title ">
  2666.                                            sports betting sites canada
  2667.                                            </a>
  2668.            </div>
  2669.            
  2670.            <div class="pulse-recent-post-item ">
  2671.                <a href="https://www.station16gallery.com/" rel="dofollow" class="pulse-recent-title ">
  2672.                                            best betting sites
  2673.                                            </a>
  2674.            </div>
  2675.            
  2676.            <div class="pulse-recent-post-item ">
  2677.                <a href="https://gamingamerica.com/canada/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2678.                                            highest payout online casino
  2679.                                            </a>
  2680.            </div>
  2681.            
  2682.            <div class="pulse-recent-post-item ">
  2683.                <a href="https://www.itworldcanada.com/" rel="dofollow" class="pulse-recent-title ">
  2684.                                            online casinos in canada
  2685.                                            </a>
  2686.            </div>
  2687.            
  2688.            <div class="pulse-recent-post-item ">
  2689.                <a href="https://www.bluecanoetheatrical.ca/" rel="dofollow" class="pulse-recent-title ">
  2690.                                            best online casinos canada
  2691.                                            </a>
  2692.            </div>
  2693.            
  2694.            <div class="pulse-recent-post-item ">
  2695.                <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="pulse-recent-title ">
  2696.                                            best online casinos canada
  2697.                                            </a>
  2698.            </div>
  2699.            
  2700.            <div class="pulse-recent-post-item ">
  2701.                <a href="https://watergovernance.ca/" rel="dofollow" class="pulse-recent-title ">
  2702.                                            best online casinos canada
  2703.                                            </a>
  2704.            </div>
  2705.            
  2706.            <div class="pulse-recent-post-item ">
  2707.                <a href="https://www.governancevote.ca/" rel="dofollow" class="pulse-recent-title ">
  2708.                                            best online casinos canada
  2709.                                            </a>
  2710.            </div>
  2711.            
  2712.            <div class="pulse-recent-post-item ">
  2713.                <a href="https://www.devmcgill.com/" rel="dofollow" class="pulse-recent-title ">
  2714.                                            best online casinos canada
  2715.                                            </a>
  2716.            </div>
  2717.            
  2718.            <div class="pulse-recent-post-item ">
  2719.                <a href="https://nordicbridges.ca/" rel="dofollow" class="pulse-recent-title ">
  2720.                                            online casinos in canada
  2721.                                            </a>
  2722.            </div>
  2723.            
  2724.            <div class="pulse-recent-post-item ">
  2725.                <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="pulse-recent-title ">
  2726.                                            best sports betting sites canada
  2727.                                            </a>
  2728.            </div>
  2729.            
  2730.            <div class="pulse-recent-post-item ">
  2731.                <a href="https://www.transportail.com/" rel="dofollow" class="pulse-recent-title ">
  2732.                                            casino en ligne fiable
  2733.                                            </a>
  2734.            </div>
  2735.            
  2736.            <div class="pulse-recent-post-item ">
  2737.                <a href="https://effabrush.com/" rel="dofollow" class="pulse-recent-title ">
  2738.                                            online casinos canada
  2739.                                            </a>
  2740.            </div>
  2741.            
  2742.            <div class="pulse-recent-post-item ">
  2743.                <a href="https://energypoverty.ca/" rel="dofollow" class="pulse-recent-title ">
  2744.                                            online casinos canada
  2745.                                            </a>
  2746.            </div>
  2747.            
  2748.            <div class="pulse-recent-post-item ">
  2749.                <a href="https://whitehottruth.com/" rel="dofollow" class="pulse-recent-title ">
  2750.                                            online casinos canada
  2751.                                            </a>
  2752.            </div>
  2753.            
  2754.            <div class="pulse-recent-post-item ">
  2755.                <a href="https://nbhrf.com/" rel="dofollow" class="pulse-recent-title ">
  2756.                                            online casinos canada
  2757.                                            </a>
  2758.            </div>
  2759.            
  2760.            <div class="pulse-recent-post-item ">
  2761.                <a href="https://www.jechoisismontreal.com/" rel="dofollow" class="pulse-recent-title ">
  2762.                                            ontario online casinos
  2763.                                            </a>
  2764.            </div>
  2765.            
  2766.            <div class="pulse-recent-post-item ">
  2767.                <a href="https://wirkn.com/" rel="dofollow" class="pulse-recent-title ">
  2768.                                            sports betting sites canada
  2769.                                            </a>
  2770.            </div>
  2771.            
  2772.            <div class="pulse-recent-post-item ">
  2773.                <a href="https://www.lesintouchables.com/" rel="dofollow" class="pulse-recent-title ">
  2774.                                            casinos en ligne Québec
  2775.                                            </a>
  2776.            </div>
  2777.            
  2778.            <div class="pulse-recent-post-item ">
  2779.                <a href="https://scena.ca/" rel="dofollow" class="pulse-recent-title ">
  2780.                                            casinos en ligne Québec
  2781.                                            </a>
  2782.            </div>
  2783.            
  2784.            <div class="pulse-recent-post-item ">
  2785.                <a href="https://espacelafontaine.com/" rel="dofollow" class="pulse-recent-title ">
  2786.                                            casinos en ligne Québec
  2787.                                            </a>
  2788.            </div>
  2789.            
  2790.        </div>
  2791.    </div>
  2792.    
  2793.    <div class="pulse-sidebar-widget mb-3">
  2794.        <div class="pulse-widget-header pulse-recent-header">
  2795.            <i class="fas fa-clock"></i> January 2026 Blog Roll
  2796.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2797.        </div>
  2798.        <div class="pulse-widget-body scrollable-sidebar">
  2799.            
  2800.            <div class="pulse-recent-post-item ">
  2801.                <a href="https://www.lequotidiendusport.fr/paris-sportif/belgique/" rel="dofollow" class="pulse-recent-title ">
  2802.                                            site paris sportif belgique
  2803.                                            </a>
  2804.            </div>
  2805.            
  2806.            <div class="pulse-recent-post-item ">
  2807.                <a href="https://www.devmcgill.com/" rel="dofollow" class="pulse-recent-title ">
  2808.                                            online casinos canada
  2809.                                            </a>
  2810.            </div>
  2811.            
  2812.        </div>
  2813.    </div>
  2814.    
  2815.    
  2816.  
  2817. <!-- CSS Styles -->
  2818. <style>
  2819. /* Sidebar Widget Base */
  2820. .pulse-sidebar-widget {
  2821.    background: var(--card-bg, white);
  2822.    border-radius: 12px;
  2823.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2824.    margin-bottom: 30px;
  2825.    overflow: hidden;
  2826.    border: 1px solid var(--border-color);
  2827. }
  2828.  
  2829. .pulse-widget-header {
  2830.    background: var(--bs-primary);
  2831.    color: var(--bs-white);
  2832.    padding: 15px 20px;
  2833.    font-weight: 700;
  2834.    font-size: 13px;
  2835.    text-transform: uppercase;
  2836.    letter-spacing: 1px;
  2837.    position: relative;
  2838.    display: flex;
  2839.    align-items: center;
  2840.    justify-content: space-between;
  2841.    gap: 8px;
  2842. }
  2843.  
  2844. .pulse-header-arrow {
  2845.    font-size: 12px;
  2846.    opacity: 0.8;
  2847. }
  2848.  
  2849.  
  2850.  
  2851.  
  2852.  
  2853. .pulse-widget-body {
  2854.    padding: 25px 20px;
  2855. }
  2856.  
  2857. /* Search Widget */
  2858. .pulse-search-form {
  2859.    position: relative;
  2860. }
  2861.  
  2862. .pulse-search-input-sidebar {
  2863.    width: 100%;
  2864.    padding: 12px 45px 12px 15px;
  2865.    border: 2px solid #e9ecef;
  2866.    border-radius: 8px;
  2867.    font-size: 14px;
  2868.    transition: all 0.3s ease;
  2869.    background: var(--card-bg, white);
  2870.    color: var(--topbar-color, #333);
  2871. }
  2872.  
  2873. .pulse-search-input-sidebar:focus {
  2874.    border-color: var(--topbar-color, #6f42c1);
  2875.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2876.    outline: none;
  2877. }
  2878.  
  2879. .pulse-search-btn-sidebar {
  2880.    position: absolute;
  2881.    right: 5px;
  2882.    top: 50%;
  2883.    transform: translateY(-50%);
  2884.    background: var(--bs-primary, #6f42c1);
  2885.    border: none;
  2886.    color: var(--bs-white);
  2887.    padding: 8px 12px;
  2888.    border-radius: 6px;
  2889.    cursor: pointer;
  2890.    transition: all 0.3s ease;
  2891. }
  2892.  
  2893. .pulse-search-btn-sidebar:hover {
  2894.    background: var(--topbar-color, #5a359a);
  2895.    opacity: 0.9;
  2896. }
  2897.  
  2898. /* Recent Posts Widget */
  2899. .pulse-recent-post-item {
  2900.    padding: 10px 0;
  2901.    border-bottom: 1px solid var(--border-color);
  2902.    transition: all 0.3s ease;
  2903. }
  2904.  
  2905. .pulse-recent-post-item:last-child {
  2906.    border-bottom: none;
  2907.    padding-bottom: 0;
  2908. }
  2909.  
  2910. .pulse-recent-post-item:hover {
  2911.    background: rgba(248, 249, 250,0.1);
  2912.    padding-left: 20px;
  2913.    padding-right: 20px;
  2914.    border-radius: 8px;
  2915. }
  2916.  
  2917. .pulse-recent-title {
  2918.    font-size: 15px;
  2919.    font-weight: 600;
  2920.    color: var(--topbar-color, #2c3e50);
  2921.    line-height: 1.4;
  2922.    margin-bottom: 8px;
  2923.    text-decoration: none;
  2924.    display: block;
  2925. }
  2926.  
  2927. .pulse-recent-title:hover {
  2928.    color: var(--topbar-color, #e83e8c);
  2929.    text-decoration: none;
  2930.    opacity: 0.8;
  2931. }
  2932.  
  2933. .pulse-recent-meta {
  2934.    font-size: 12px;
  2935.    color: #6c757d;
  2936.    display: flex;
  2937.    align-items: center;
  2938.    gap: 10px;
  2939. }
  2940.  
  2941.  
  2942. /* Responsive Design */
  2943. @media (max-width: 768px) {
  2944.    .pulse-widget-body {
  2945.        padding: 20px 15px;
  2946.    }
  2947.    
  2948.    .pulse-recent-title {
  2949.        font-size: 14px;
  2950.    }
  2951. }
  2952.  
  2953. @media (max-width: 992px) {
  2954.    .pulse-sidebar-widget {
  2955.        margin-bottom: 25px;
  2956.    }
  2957. }
  2958. </style>
  2959.  
  2960.    
  2961.            </div>
  2962.        </div>
  2963.    </div> <!-- end container -->
  2964. </section>
  2965.  
  2966.    
  2967.        
  2968.        <!-- end wpo-blog-highlights-section -->
  2969.        <!-- start wpo-blog-sponsored-section -->
  2970.        
  2971.  
  2972.  
  2973.  
  2974.    
  2975.  
  2976.  
  2977.  
  2978. <style>
  2979.    .sponsored-section-v6 {
  2980.        padding: 45px 0;
  2981.        background: transparent;
  2982.    }
  2983.    
  2984.    .sponsored-card-v6 {
  2985.        background: #ffffff;
  2986.        border: 1px solid #f8f8f8;
  2987.        transition: opacity 0.3s ease;
  2988.        height: 100%;
  2989.    }
  2990.    
  2991.    .sponsored-card-v6:hover {
  2992.        opacity: 0.95;
  2993.    }
  2994.    
  2995.    .sponsored-image-v6 {
  2996.        position: relative;
  2997.        height: 170px;
  2998.    }
  2999.    
  3000.    .sponsored-image-v6 img {
  3001.        width: 100%;
  3002.        height: 100%;
  3003.        object-fit: cover;
  3004.    }
  3005.    
  3006.    .sponsored-image-v6::after {
  3007.        content: '';
  3008.        position: absolute;
  3009.        top: 0;
  3010.        left: 0;
  3011.        right: 0;
  3012.        bottom: 0;
  3013.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3014.    }
  3015.    
  3016.    .sponsored-badge-v6 {
  3017.        position: absolute;
  3018.        top: 10px;
  3019.        left: 10px;
  3020.        padding: 5px 12px;
  3021.        font-size: 12px;
  3022.        font-weight: 600;
  3023.        text-transform: uppercase;
  3024.        border-radius: 4px;
  3025.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3026.    }
  3027.    
  3028.    .sponsored-content-v6 {
  3029.        padding: 12px;
  3030.    }
  3031.    
  3032.    .sponsored-title-v6 {
  3033.        font-size: 14px;
  3034.        font-weight: 700;
  3035.        line-height: 1.3;
  3036.        margin-bottom: 6px;
  3037.        color: #333;
  3038.    }
  3039.    
  3040.    .sponsored-title-v6 a {
  3041.        text-decoration: none;
  3042.        color: #333;
  3043.    }
  3044.    
  3045.    .sponsored-title-v6 a:hover {
  3046.        color: #fd7e14; /* Orange hover */
  3047.    }
  3048.    
  3049.    .sponsored-excerpt-v6 {
  3050.        font-size: 12px;
  3051.        font-weight: 600;
  3052.        color: #868e96;
  3053.        margin-bottom: 8px;
  3054.        line-height: 1.4;
  3055.    }
  3056.    
  3057.    .sponsored-meta-v6 {
  3058.        font-size: 11px;
  3059.        color: #6c757d;
  3060.    }
  3061.    
  3062.    .author-info-v6 {
  3063.        display: inline;
  3064.        margin-right: 10px;
  3065.    }
  3066.    
  3067.    .sponsored-author-img-v6 {
  3068.        width: 20px;
  3069.        height: 20px;
  3070.        border-radius: 50%;
  3071.        object-fit: cover;
  3072.        vertical-align: middle;
  3073.        margin-right: 4px;
  3074.    }
  3075.    
  3076.    .section-title-sponsored-v6 {
  3077.        font-size: 1.9rem;
  3078.        font-weight: 600;
  3079.        text-align: left;
  3080.        margin-bottom: 25px;
  3081.        color: #333;
  3082.        border-left: 4px solid #fd7e14;
  3083.        padding-left: 15px;
  3084.    }
  3085.  
  3086.    @media (max-width: 768px) {
  3087.        .sponsored-section-v6 {
  3088.            padding: 25px 0;
  3089.        }
  3090.        .sponsored-image-v6 {
  3091.            height: 130px;
  3092.        }
  3093.        .sponsored-content-v6 {
  3094.            padding: 10px;
  3095.        }
  3096.        .sponsored-title-v6 {
  3097.            font-size: 13px;
  3098.        }
  3099.        .sponsored-excerpt-v6 {
  3100.            font-size: 11px;
  3101.        }
  3102.        .section-title-sponsored-v6 {
  3103.            font-size: 1.6rem;
  3104.            padding-left: 10px;
  3105.        }
  3106.    }
  3107. </style>
  3108.  
  3109. <section class="sponsored-section-v6">
  3110.    <div class="container-fluid fluid-container">
  3111.        <div class="row">
  3112.            <div class="col-12">
  3113.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3114.            </div>
  3115.        </div>
  3116.        
  3117.        <div class="row g-3">
  3118.            
  3119.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3120.                <div class="card sponsored-card-v6">
  3121.                    <div class="sponsored-image-v6">
  3122.                        
  3123.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3124.                        
  3125.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3126.                    </div>
  3127.                    <div class="sponsored-content-v6">
  3128.                        <h3 class="sponsored-title-v6">
  3129.                            <a href="/loggers-advance-as-the-kawahiva-people-continue-to-need-legal-defense/" >
  3130.                                            Loggers Advance as the Kawahiva People Continue to Need Legal Defense.
  3131.                                            </a>
  3132.                        </h3>
  3133.                        <p class="sponsored-excerpt-v6">
  3134.                            
  3135.                        </p>
  3136.                        <div class="sponsored-meta-v6">
  3137.                            <span class="author-info-v6">
  3138.                                
  3139.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3140.                                
  3141.                               Lindsay Ramos
  3142.                            </span>
  3143.                            | 05 Aug 2026
  3144.                        </div>
  3145.                    </div>
  3146.                </div>
  3147.            </div>
  3148.            
  3149.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3150.                <div class="card sponsored-card-v6">
  3151.                    <div class="sponsored-image-v6">
  3152.                        
  3153.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3154.                        
  3155.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3156.                    </div>
  3157.                    <div class="sponsored-content-v6">
  3158.                        <h3 class="sponsored-title-v6">
  3159.                            <a href="/embedded-in-my-psyche-why-gremlins-2-the-new-batch-is-my-feelgood-movie/" >
  3160.                                            Embedded in My Psyche’: Why Gremlins 2: The New Batch Is My Feelgood Movie
  3161.                                            </a>
  3162.                        </h3>
  3163.                        <p class="sponsored-excerpt-v6">
  3164.                            
  3165.                        </p>
  3166.                        <div class="sponsored-meta-v6">
  3167.                            <span class="author-info-v6">
  3168.                                
  3169.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3170.                                
  3171.                               Lindsay Ramos
  3172.                            </span>
  3173.                            | 05 Aug 2026
  3174.                        </div>
  3175.                    </div>
  3176.                </div>
  3177.            </div>
  3178.            
  3179.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3180.                <div class="card sponsored-card-v6">
  3181.                    <div class="sponsored-image-v6">
  3182.                        
  3183.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3184.                        
  3185.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3186.                    </div>
  3187.                    <div class="sponsored-content-v6">
  3188.                        <h3 class="sponsored-title-v6">
  3189.                            <a href="/at-least-98-palestinian-detainees-have-perished-in-detention-starting-from-october-2023-statistics-from-israel-shows/" >
  3190.                                            At Least 98 Palestinian Detainees Have Perished in Detention Starting From October 2023, Statistics from Israel Shows
  3191.                                            </a>
  3192.                        </h3>
  3193.                        <p class="sponsored-excerpt-v6">
  3194.                            
  3195.                        </p>
  3196.                        <div class="sponsored-meta-v6">
  3197.                            <span class="author-info-v6">
  3198.                                
  3199.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3200.                                
  3201.                               Lindsay Ramos
  3202.                            </span>
  3203.                            | 05 Aug 2026
  3204.                        </div>
  3205.                    </div>
  3206.                </div>
  3207.            </div>
  3208.            
  3209.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3210.                <div class="card sponsored-card-v6">
  3211.                    <div class="sponsored-image-v6">
  3212.                        
  3213.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3214.                        
  3215.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3216.                    </div>
  3217.                    <div class="sponsored-content-v6">
  3218.                        <h3 class="sponsored-title-v6">
  3219.                            <a href="/if-we-observe-the-downfall-of-the-craze-of-bazball-lets-appreciate-its-impact/" >
  3220.                                            If We Observe the Downfall of the Craze of Bazball, Let’s Appreciate Its Impact.
  3221.                                            </a>
  3222.                        </h3>
  3223.                        <p class="sponsored-excerpt-v6">
  3224.                            
  3225.                        </p>
  3226.                        <div class="sponsored-meta-v6">
  3227.                            <span class="author-info-v6">
  3228.                                
  3229.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3230.                                
  3231.                               Lindsay Ramos
  3232.                            </span>
  3233.                            | 04 Aug 2026
  3234.                        </div>
  3235.                    </div>
  3236.                </div>
  3237.            </div>
  3238.            
  3239.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3240.                <div class="card sponsored-card-v6">
  3241.                    <div class="sponsored-image-v6">
  3242.                        
  3243.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3244.                        
  3245.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3246.                    </div>
  3247.                    <div class="sponsored-content-v6">
  3248.                        <h3 class="sponsored-title-v6">
  3249.                            <a href="/cop30-atmosphere-trumps-no-show-considered-better-than-a-us-wrecking-ball/" >
  3250.                                            COP30 Atmosphere: Trump&#x27;s No-Show Considered Better Than a US Wrecking Ball
  3251.                                            </a>
  3252.                        </h3>
  3253.                        <p class="sponsored-excerpt-v6">
  3254.                            
  3255.                        </p>
  3256.                        <div class="sponsored-meta-v6">
  3257.                            <span class="author-info-v6">
  3258.                                
  3259.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3260.                                
  3261.                               Lindsay Ramos
  3262.                            </span>
  3263.                            | 04 Aug 2026
  3264.                        </div>
  3265.                    </div>
  3266.                </div>
  3267.            </div>
  3268.            
  3269.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3270.                <div class="card sponsored-card-v6">
  3271.                    <div class="sponsored-image-v6">
  3272.                        
  3273.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3274.                        
  3275.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3276.                    </div>
  3277.                    <div class="sponsored-content-v6">
  3278.                        <h3 class="sponsored-title-v6">
  3279.                            <a href="/the-citizens-three-goals-to-nil-manchester-united-lauren-hemp-on-target-in-manchester-city-stroll/" >
  3280.                                            The Citizens Three Goals to Nil Manchester United: Lauren Hemp on target in Manchester City stroll.
  3281.                                            </a>
  3282.                        </h3>
  3283.                        <p class="sponsored-excerpt-v6">
  3284.                            
  3285.                        </p>
  3286.                        <div class="sponsored-meta-v6">
  3287.                            <span class="author-info-v6">
  3288.                                
  3289.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/290eb80f-1561-4ca4-b7b5-5c49770878e3_profile.png" alt="Lindsay Ramos" style="object-fit: cover;" class="sponsored-author-img-v6">
  3290.                                
  3291.                               Lindsay Ramos
  3292.                            </span>
  3293.                            | 04 Aug 2026
  3294.                        </div>
  3295.                    </div>
  3296.                </div>
  3297.            </div>
  3298.            
  3299.        </div>
  3300.    </div>
  3301. </section>
  3302.  
  3303.  
  3304.    
  3305.        <!-- end wpo-blog-sponsored-section -->
  3306.        <!-- start wpo-subscribe-section -->
  3307.        
  3308.        <!-- end subscribe-section -->
  3309.        <!-- start of wpo-site-footer-section -->
  3310.        
  3311.  
  3312.  
  3313.  
  3314.  
  3315.  
  3316.  
  3317. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3318. <footer class="footer-v5 bg-primary-gradient border-top">
  3319.    
  3320.    <!-- Main Footer Content -->
  3321.    <div class="container-fluid py-5">
  3322.        
  3323.        <!-- Top Section with Logo and Description -->
  3324.        <div class="row mb-5">
  3325.            <div class="col-12 text-center">
  3326.                <div class="footer-brand mb-4">
  3327.                    
  3328.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/40953cb2-8854-48fa-897c-a1010a2ef047_logo.png" alt="Modern Field" class="footer-logo mb-3" height="60">
  3329.                    
  3330.                    <h4 class="fw-bold footer-color mb-2">Modern Field</h4>
  3331.                    <p class="footer-color opacity-50">Modern Field is a blog dedicated to exploring contemporary ideas, digital innovation, and creative thinking. Join us for insightful articles and discussions.</p>
  3332.                </div>
  3333.            </div>
  3334.        </div>
  3335.  
  3336.        <!-- Content Grid -->
  3337.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3338.            
  3339.            <!-- Quick Links Column -->
  3340.            <div class="">
  3341.                <div class="footer-section">
  3342.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3343.                        Quick Links
  3344.                    </h6>
  3345.                    <ul class="list-unstyled footer-links">
  3346.                        
  3347.                        <li class="mb-2">
  3348.                            <a href="/american-mens-grand-slam-dry-spell-isnt-taylor-fritzs-burden-to-bear/"
  3349.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3350.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3351.                                American Men&#x27;s Grand Slam Dry Spell Isn&#x27;t Taylor Fritz&#x27;s Burden to Bear
  3352.                            </a>
  3353.                        </li>
  3354.                        
  3355.                        <li class="mb-2">
  3356.                            <a href="/baffling-and-bewitching-newcastle-pursue-answer-to-curb-disorder/"
  3357.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3358.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3359.                                Baffling and Bewitching Newcastle Pursue Answer to Curb Disorder
  3360.                            </a>
  3361.                        </li>
  3362.                        
  3363.                        <li class="mb-2">
  3364.                            <a href="/should-a-aspiring-content-creator-friend-stop-using-me-for-material/"
  3365.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3366.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3367.                                Should A Aspiring Content Creator Friend Stop Using Me for Material?
  3368.                            </a>
  3369.                        </li>
  3370.                        
  3371.                        <li class="mb-2">
  3372.                            <a href="/unveiling-the-tragic-truth-behind-netflixs-latest-historical-drama/"
  3373.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3374.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3375.                                Unveiling the Tragic Truth Behind Netflix&#x27;s Latest Historical Drama
  3376.                            </a>
  3377.                        </li>
  3378.                        
  3379.                        <li class="mb-2">
  3380.                            <a href="/last-gasp-goal-from-georginio-rutter-secures-point-for-albion-leaving-west-ham-in-relegation-battle/"
  3381.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3382.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3383.                                Last-Gasp Goal from Georginio Rutter Secures Point for Albion, Leaving West Ham in Relegation Battle.
  3384.                            </a>
  3385.                        </li>
  3386.                        
  3387.                        <li class="mb-2">
  3388.                            <a href="/chelsea-boss-maresca-rejects-man-city-speculation-as-pure-rumour/"
  3389.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3390.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3391.                                Chelsea Boss Maresca Rejects Man City Speculation as Pure Rumour
  3392.                            </a>
  3393.                        </li>
  3394.                        
  3395.                    </ul>
  3396.                </div>
  3397.            </div>
  3398.  
  3399.            <!-- Resources Column -->
  3400.            <div class="">
  3401.                <div class="footer-section">
  3402.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3403.                        Resources
  3404.                    </h6>
  3405.                   <ul class="footer-links" id="footerLinks">
  3406.        
  3407.        
  3408.  
  3409.        
  3410.        
  3411.        
  3412.        
  3413.    </ul>
  3414.                </div>
  3415.            </div>
  3416.  
  3417.            <!-- Categories Column -->
  3418.            <div class="">
  3419.                <div class="footer-section">
  3420.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3421.                        Categories
  3422.                    </h6>
  3423.                    <div class="category-tags">
  3424.                      
  3425.                                <li>
  3426.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3427.                                        All Posts
  3428.                                    </a>
  3429.                                </li>
  3430.                                
  3431.                                <li>
  3432.                                    <a href="/category/business/" class="footer-link footer-color">
  3433.                                        Business
  3434.                                    </a>
  3435.                                </li>
  3436.                                
  3437.                                <li>
  3438.                                    <a href="/category/esports/" class="footer-link footer-color">
  3439.                                        Esports
  3440.                                    </a>
  3441.                                </li>
  3442.                                
  3443.                                <li>
  3444.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3445.                                        Fashion
  3446.                                    </a>
  3447.                                </li>
  3448.                                
  3449.                                <li>
  3450.                                    <a href="/category/featured/" class="footer-link footer-color">
  3451.                                        Featured
  3452.                                    </a>
  3453.                                </li>
  3454.                                
  3455.                                <li>
  3456.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3457.                                        Gaming
  3458.                                    </a>
  3459.                                </li>
  3460.                                
  3461.                    </div>
  3462.                </div>
  3463.            </div>
  3464.  
  3465.        </div>
  3466.  
  3467.    </div>
  3468.  
  3469.    <!-- Footer Bottom -->
  3470.    <div class="footer-bottom  border-top py-3">
  3471.        <div class="container-fluid fluid-container">
  3472.            <div class=" d-flex justify-content-between flex-wrap">
  3473.                <div class="">
  3474.                    <p class="mb-0 footer-color  ">
  3475.                        © 2026 <span class="fw-semibold footer-color">Modern Field</span>. All rights reserved.
  3476.                    </p>
  3477.                </div>
  3478.                <div class="">
  3479.                    <div class="footer-nav">
  3480.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3481.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3482.                        </a>
  3483.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3484.                            <i class="bi bi-file-text me-1"></i>Terms
  3485.                        </a>
  3486.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3487.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3488.                        </a>
  3489.                    </div>
  3490.                </div>
  3491.            </div>
  3492.        </div>
  3493.    </div>
  3494.  
  3495. </footer>
  3496.  
  3497. <style>
  3498. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3499.  
  3500.  
  3501.  
  3502.  
  3503. .footer-logo {
  3504.    border-radius: 8px;
  3505. }
  3506.  
  3507. /* Footer Sections */
  3508. .footer-section {
  3509.    padding: 0 15px;
  3510. }
  3511.  
  3512. .footer-section h6 {
  3513.    position: relative;
  3514.    padding-bottom: 8px;
  3515. }
  3516.  
  3517. .footer-section h6::after {
  3518.    content: '';
  3519.    position: absolute;
  3520.    bottom: 0;
  3521.    left: 0;
  3522.    width: 30px;
  3523.    height: 2px;
  3524.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3525.    border-radius: 1px;
  3526. }
  3527.  
  3528. /* Links Styling */
  3529. .footer-links a {
  3530.    transition: all 0.3s ease;
  3531.    padding: 4px 0;
  3532.    border-radius: 4px;
  3533. }
  3534.  
  3535. .footer-links a:hover {
  3536.    color: var(--bs-primary) !important;
  3537.    padding-left: 8px;
  3538. }
  3539.  
  3540. .footer-links a:hover i {
  3541.    transform: translateX(2px);
  3542. }
  3543.  
  3544. /* Category Tags */
  3545. .category-tag {
  3546.    transition: all 0.3s ease;
  3547.    padding: 6px 12px !important;
  3548.    font-size: 0.875rem;
  3549. }
  3550.  
  3551.  
  3552.  
  3553. /* Footer Bottom */
  3554. .footer-bottom {
  3555.    backdrop-filter: blur(10px);
  3556. }
  3557.  
  3558. /* Responsive Design */
  3559. @media (max-width: 768px) {
  3560.    .footer-v5 {
  3561.        margin-top: 60px;
  3562.    }
  3563.    
  3564.    .footer-section {
  3565.        text-align:start;
  3566.        margin-bottom: 40px;
  3567.    }
  3568.    
  3569.    .footer-links a,
  3570.    .category-tags {
  3571.        justify-content:start;
  3572.    }
  3573.    
  3574.    .social-links .d-flex {
  3575.        justify-content:start;
  3576.    }
  3577. }
  3578.  
  3579. @media (max-width: 576px) {
  3580.    .footer-brand h4 {
  3581.        font-size: 1.25rem;
  3582.    }
  3583.    
  3584.    .stats-item h5 {
  3585.        font-size: 1.1rem;
  3586.    }
  3587.    
  3588.    .newsletter-form .btn {
  3589.        padding: 8px 12px;
  3590.    }
  3591. }
  3592.  
  3593. /* Animation Classes */
  3594. .fade-in {
  3595.    animation: fadeIn 0.6s ease-in;
  3596. }
  3597.  
  3598. @keyframes fadeIn {
  3599.    from { opacity: 0; transform: translateY(20px); }
  3600.    to { opacity: 1; transform: translateY(0); }
  3601. }
  3602.  
  3603. /* Loading State */
  3604. .loading {
  3605.    pointer-events: none;
  3606.    opacity: 0.7;
  3607. }
  3608.  
  3609. .loading .btn {
  3610.    position: relative;
  3611. }
  3612.  
  3613. .loading .btn::after {
  3614.    content: '';
  3615.    position: absolute;
  3616.    top: 50%;
  3617.    left: 50%;
  3618.    width: 16px;
  3619.    height: 16px;
  3620.    margin: -8px 0 0 -8px;
  3621.    border: 2px solid transparent;
  3622.    border-top-color: currentColor;
  3623.    border-radius: 50%;
  3624.    animation: spin 1s linear infinite;
  3625. }
  3626.  
  3627. @keyframes spin {
  3628.    to { transform: rotate(360deg); }
  3629. }
  3630.  
  3631. /* Utility Classes */
  3632. .text-gradient {
  3633.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3634.    -webkit-background-clip: text;
  3635.    -webkit-text-fill-color: transparent;
  3636.    background-clip: text;
  3637. }
  3638.  
  3639. .hover-lift {
  3640.    transition: transform 0.3s ease;
  3641. }
  3642.  
  3643. .hover-lift:hover {
  3644.    transform: translateY(-2px);
  3645. }
  3646. </style>
  3647.  
  3648.  
  3649. <script>
  3650. document.addEventListener('DOMContentLoaded', function() {
  3651.    
  3652.    // Initialize Bootstrap tooltips
  3653.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3654.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3655.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3656.    });
  3657.  
  3658.    // Newsletter form handling
  3659.    const newsletterForm = document.querySelector('.newsletter-form');
  3660.    if (newsletterForm) {
  3661.        newsletterForm.addEventListener('submit', function(e) {
  3662.            e.preventDefault();
  3663.            
  3664.            const email = this.querySelector('input[name="email"]').value.trim();
  3665.            const submitBtn = this.querySelector('button[type="submit"]');
  3666.            const originalContent = submitBtn.innerHTML;
  3667.            
  3668.            // Validate email
  3669.            if (!email || !isValidEmail(email)) {
  3670.                showToast('Please enter a valid email address', 'error');
  3671.                return;
  3672.            }
  3673.            
  3674.            // Show loading state
  3675.            this.classList.add('loading');
  3676.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3677.            submitBtn.disabled = true;
  3678.            
  3679.            // Simulate API call
  3680.            setTimeout(() => {
  3681.                // Success state
  3682.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3683.                submitBtn.classList.remove('btn-primary');
  3684.                submitBtn.classList.add('btn-success');
  3685.                
  3686.                showToast('Successfully subscribed to newsletter!', 'success');
  3687.                
  3688.                // Reset form
  3689.                setTimeout(() => {
  3690.                    this.classList.remove('loading');
  3691.                    submitBtn.innerHTML = originalContent;
  3692.                    submitBtn.classList.remove('btn-success');
  3693.                    submitBtn.classList.add('btn-primary');
  3694.                    submitBtn.disabled = false;
  3695.                    this.reset();
  3696.                }, 2000);
  3697.                
  3698.            }, 1500);
  3699.        });
  3700.    }
  3701.    
  3702.    // Email validation function
  3703.    function isValidEmail(email) {
  3704.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3705.        return emailRegex.test(email);
  3706.    }
  3707.    
  3708.    // Toast notification function
  3709.    function showToast(message, type = 'info') {
  3710.        // Remove existing toasts
  3711.        const existingToasts = document.querySelectorAll('.custom-toast');
  3712.        existingToasts.forEach(toast => toast.remove());
  3713.        
  3714.        // Create toast
  3715.        const toast = document.createElement('div');
  3716.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3717.        toast.style.zIndex = '9999';
  3718.        toast.innerHTML = `
  3719.            <div class="d-flex align-items-center">
  3720.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3721.                <span>${message}</span>
  3722.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3723.            </div>
  3724.        `;
  3725.        
  3726.        document.body.appendChild(toast);
  3727.        
  3728.        // Auto remove after 4 seconds
  3729.        setTimeout(() => {
  3730.            if (toast && toast.parentNode) {
  3731.                toast.remove();
  3732.            }
  3733.        }, 4000);
  3734.    }
  3735.    
  3736.    // Smooth scroll for internal links
  3737.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3738.        anchor.addEventListener('click', function(e) {
  3739.            e.preventDefault();
  3740.            const target = document.querySelector(this.getAttribute('href'));
  3741.            if (target) {
  3742.                target.scrollIntoView({
  3743.                    behavior: 'smooth',
  3744.                    block: 'start'
  3745.                });
  3746.            }
  3747.        });
  3748.    });
  3749.    
  3750.    // Add fade-in animation to footer sections on scroll
  3751.    const observerOptions = {
  3752.        threshold: 0.1,
  3753.        rootMargin: '0px 0px -50px 0px'
  3754.    };
  3755.    
  3756.    const sectionObserver = new IntersectionObserver((entries) => {
  3757.        entries.forEach(entry => {
  3758.            if (entry.isIntersecting) {
  3759.                entry.target.classList.add('fade-in');
  3760.            }
  3761.        });
  3762.    }, observerOptions);
  3763.    
  3764.    // Observe footer sections
  3765.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3766.        sectionObserver.observe(section);
  3767.    });
  3768.    
  3769.    // Enhanced hover effects for category tags
  3770.    document.querySelectorAll('.category-tag').forEach(tag => {
  3771.        tag.addEventListener('mouseenter', function() {
  3772.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3773.        });
  3774.        
  3775.        tag.addEventListener('mouseleave', function() {
  3776.            this.style.transform = 'translateY(0) scale(1)';
  3777.        });
  3778.    });
  3779.    
  3780.    // Prevent default for demo links
  3781.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3782.        link.addEventListener('click', function(e) {
  3783.            e.preventDefault();
  3784.        });
  3785.    });
  3786.    
  3787.    // Add click ripple effect to buttons
  3788.    document.querySelectorAll('.btn').forEach(btn => {
  3789.        btn.addEventListener('click', function(e) {
  3790.            const ripple = document.createElement('span');
  3791.            const rect = this.getBoundingClientRect();
  3792.            const size = Math.max(rect.width, rect.height);
  3793.            const x = e.clientX - rect.left - size / 2;
  3794.            const y = e.clientY - rect.top - size / 2;
  3795.            
  3796.            ripple.style.cssText = `
  3797.                position: absolute;
  3798.                left: ${x}px;
  3799.                top: ${y}px;
  3800.                width: ${size}px;
  3801.                height: ${size}px;
  3802.                border-radius: 50%;
  3803.                background: rgba(255, 255, 255, 0.4);
  3804.                transform: scale(0);
  3805.                animation: ripple-effect 0.6s linear;
  3806.                pointer-events: none;
  3807.            `;
  3808.            
  3809.            this.style.position = 'relative';
  3810.            this.style.overflow = 'hidden';
  3811.            this.appendChild(ripple);
  3812.            
  3813.            setTimeout(() => ripple.remove(), 600);
  3814.        });
  3815.    });
  3816.    
  3817. });
  3818.  
  3819. // Add ripple animation CSS
  3820. const rippleCSS = document.createElement('style');
  3821. rippleCSS.textContent = `
  3822.    @keyframes ripple-effect {
  3823.        to {
  3824.            transform: scale(4);
  3825.            opacity: 0;
  3826.        }
  3827.    }
  3828. `;
  3829. document.head.appendChild(rippleCSS);
  3830.  
  3831. document.addEventListener('DOMContentLoaded', function () {
  3832.    var btn = document.getElementById('toggleFooterLinks');
  3833.    if (!btn) return; // No extra links, no button
  3834.  
  3835.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3836.  
  3837.    btn.addEventListener('click', function () {
  3838.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3839.            return li.classList.contains('d-none');
  3840.        });
  3841.  
  3842.        extras.forEach(function (li) {
  3843.            if (anyHidden) {
  3844.                li.classList.remove('d-none');
  3845.                li.classList.add('show');
  3846.            } else {
  3847.                li.classList.add('d-none');
  3848.                li.classList.remove('show');
  3849.            }
  3850.        });
  3851.  
  3852.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3853.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3854.    });
  3855. });
  3856.  
  3857. </script>
  3858.  
  3859.        <!-- end of wpo-site-footer-section -->
  3860.    </div>
  3861.    <!-- end of page-wrapper -->
  3862.  
  3863.    <!-- All JavaScript files
  3864.    ================================================== -->
  3865.    
  3866.  
  3867. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3868. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3869. <!-- Plugins for this template -->
  3870. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3871. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3872. <!-- Custom script for this template -->
  3873. <script src="/static/blogapp/assets/js/script.js"></script>
  3874.  
  3875. <script>
  3876. (function () {
  3877. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3878. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3879.  
  3880. function applyFallback(img) {
  3881. if (!img || img.dataset.fallbackApplied === "1") {
  3882. return;
  3883. }
  3884. var failedSrc = img.currentSrc || img.src || "";
  3885. img.dataset.fallbackApplied = "1";
  3886. img.onerror = null;
  3887. img.src = fallbackImageSrc;
  3888. console.warn("[ImageFallback] Replaced broken image:", {
  3889. failedSrc: failedSrc,
  3890. fallbackSrc: fallbackImageSrc,
  3891. alt: img.alt || "",
  3892. });
  3893. }
  3894.  
  3895. document.querySelectorAll("img").forEach(function (img) {
  3896. if (img.complete && img.naturalWidth === 0) {
  3897. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3898. failedSrc: img.currentSrc || img.src || "",
  3899. alt: img.alt || "",
  3900. });
  3901. applyFallback(img);
  3902. }
  3903. });
  3904.  
  3905. document.addEventListener(
  3906. "error",
  3907. function (event) {
  3908. var target = event.target;
  3909. if (target && target.tagName === "IMG") {
  3910. applyFallback(target);
  3911. }
  3912. },
  3913. true
  3914. );
  3915. })();
  3916. </script>
  3917.  
  3918. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3919.  
  3920.  
  3921.  
  3922. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"12c1f82883924ee6a59840b6abae9f2e","r":1}' crossorigin="anonymous"></script>
  3923. </body>
  3924.  
  3925. </html>
  3926.  
  3927.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda