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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T131317.665_6hA9xNw_TsNz4Vj_PGW5IYv_TF30D48.png">
  14.    
  15.  
  16.    <title>PureTrail - Outdoor Adventures &amp; Nature Exploration Blog</title>
  17.    <meta name="description" content="Discover hiking tips, gear reviews, and inspiring stories from Canada&#x27;s wilderness. Join our community for outdoor adventure guides and nature photography.">
  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://puretrail.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 10px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 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_82">
  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. <div class="top-bg">
  389.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  390.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  391.        
  392.        <div class="unique-news-container">
  393.            <div class="unique-news-wrapper" id="newsWrapper">
  394.                <!-- News items injected via JS -->
  395.            </div>
  396.        </div>
  397.    
  398.        <div class="contact-info">
  399.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  400.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  401.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  402.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  404.            </ul>
  405.        </div>
  406.    </div>
  407. </div>
  408.  
  409. <script>
  410.    // Build array dynamically from Django context
  411.    const newsItems = [
  412.        
  413.            { title: "Educator Slain and 25 Female Students Kidnapped in Gunbattle at School in Nigeria", url: "/educator-slain-and-25-female-students-kidnapped-in-gunbattle-at-school-in-nigeria/" },
  414.        
  415.            { title: "England v Fiji – Fall International Rugby Match Analysis", url: "/england-v-fiji-fall-international-rugby-match-analysis/" },
  416.        
  417.            { title: "Arsenal\u0027s Manager Acknowledges Extended Stay Is Tied to Winning Major Honors.", url: "/arsenals-manager-acknowledges-extended-stay-is-tied-to-winning-major-honors/" },
  418.        
  419.            { title: "Frankfurt Takes On Liverpool in UCL Fixture", url: "/frankfurt-takes-on-liverpool-in-ucl-fixture/" },
  420.        
  421.            { title: "Auschwitz Camp Survivor Eva Schloss Dies at 96 Years Old as The Monarch Pays Tributes", url: "/auschwitz-camp-survivor-eva-schloss-dies-at-96-years-old-as-the-monarch-pays-tributes/" }
  422.        
  423.    ];
  424.  
  425.    let currentNewsIndex = 0;
  426.    const newsWrapper = document.getElementById('newsWrapper');
  427.    let newsElements = [];
  428.  
  429.    // Create news elements dynamically with links
  430.    function createNewsElements() {
  431.        newsItems.forEach((news, index) => {
  432.            const newsElement = document.createElement('div');
  433.            newsElement.className = 'unique-news-item';
  434.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  435.            newsWrapper.appendChild(newsElement);
  436.            newsElements.push(newsElement);
  437.        });
  438.  
  439.        if (newsElements.length > 0) {
  440.            newsElements[0].classList.add('active');
  441.        }
  442.    }
  443.  
  444.    function changeNews() {
  445.        const currentElement = newsElements[currentNewsIndex];
  446.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  447.        const nextElement = newsElements[nextIndex];
  448.  
  449.        currentElement.classList.remove('active');
  450.        currentElement.classList.add('exit-up');
  451.  
  452.        setTimeout(() => {
  453.            nextElement.classList.add('active');
  454.            currentNewsIndex = nextIndex;
  455.  
  456.            setTimeout(() => {
  457.                currentElement.classList.remove('exit-up');
  458.            }, 100);
  459.        }, 250);
  460.    }
  461.  
  462.    function startNewsRotation() {
  463.        setInterval(changeNews, 5000);
  464.    }
  465.  
  466.    window.onload = function() {
  467.        createNewsElements();
  468.        startNewsRotation();
  469.    };
  470. </script>
  471.  
  472.  
  473.  
  474.            
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. <header class="header-v10 mb-4">
  482.    <div class="container-fluid fluid-container">
  483.        <!-- Top Bar -->
  484.        <div class="top-bar-v10">
  485.            <div
  486.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  487.               <div class="col-lg-3 col-md-12 col-12">
  488.                    <div class="brand-section-v10">
  489.                        <a class="logo-link-v9" href="/">
  490.                            
  491.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/068cd32b-6ca7-4c84-b14e-5f35c27e6098_logo.png" alt="PureTrail" class="logo-img-v9" />
  492.                            
  493.                        </a>
  494.                    </div>
  495.                </div>
  496.                <div class="col-lg-6 col-md-12 d-inline-block">
  497.                    <div class="search-container-v10">
  498.                        <form class="search-form-v10" action="#" method="get">
  499.                            <div class="search-group-v10">
  500.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  501.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  502.                                <button type="submit" class="search-button-v10">
  503.                                    <i class="ti-search"></i>
  504.                                </button>
  505.                            </div>
  506.                            <div id="search-results" class="search-results-container search-v1"></div>
  507.                        </form>
  508.                    </div>
  509.                </div>
  510.                <div class="col-12 ">
  511.                    <div class="header-utilities-v10">
  512.                        <div class="utility-item-v10 d-lg-none">
  513.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  514.                                <div class="menu-icon-v10">
  515.                                    <span class="menu-bar-v10"></span>
  516.                                    <span class="menu-bar-v10"></span>
  517.                                    <span class="menu-bar-v10"></span>
  518.                                </div>
  519.                            </button>
  520.                        </div>
  521.                    </div>
  522.                </div>
  523.            </div>
  524.        </div>
  525.  
  526.        <!-- Navigation Bar -->
  527.    <nav class="navigation-v10 d-none d-lg-block">
  528.    <div class="nav-container-v10">
  529.        <ul class="nav-menu-v10">
  530.  
  531.            
  532.            <li class="nav-item-v10">
  533.                <a href="/" class="nav-link-v10 active-v10">
  534.                    <div class="link-content-v10">
  535.                        <span class="link-text-v10">Home</span>
  536.                        <div class="link-indicator-v10"></div>
  537.                    </div>
  538.                </a>
  539.            </li>
  540.  
  541.            
  542.            
  543.                
  544.                    
  545.                    
  546.                        <li class="nav-item-v10">
  547.                            <a href="/category/all-posts/" class="nav-link-v10">
  548.                                <div class="link-content-v10">
  549.                                    <span class="link-text-v10">All Posts</span>
  550.                                    <div class="link-indicator-v10"></div>
  551.                                </div>
  552.                            </a>
  553.                        </li>
  554.                    
  555.  
  556.                
  557.  
  558.                
  559.                
  560.            
  561.                
  562.                    
  563.                    
  564.                        <li class="nav-item-v10">
  565.                            <a href="/category/business/" class="nav-link-v10">
  566.                                <div class="link-content-v10">
  567.                                    <span class="link-text-v10">Business</span>
  568.                                    <div class="link-indicator-v10"></div>
  569.                                </div>
  570.                            </a>
  571.                        </li>
  572.                    
  573.  
  574.                
  575.  
  576.                
  577.                
  578.            
  579.                
  580.                    
  581.                    
  582.                        <li class="nav-item-v10">
  583.                            <a href="/category/esports/" class="nav-link-v10">
  584.                                <div class="link-content-v10">
  585.                                    <span class="link-text-v10">Esports</span>
  586.                                    <div class="link-indicator-v10"></div>
  587.                                </div>
  588.                            </a>
  589.                        </li>
  590.                    
  591.  
  592.                
  593.  
  594.                
  595.                
  596.            
  597.                
  598.                    
  599.                    
  600.                        <li class="nav-item-v10">
  601.                            <a href="/category/fashion/" class="nav-link-v10">
  602.                                <div class="link-content-v10">
  603.                                    <span class="link-text-v10">Fashion</span>
  604.                                    <div class="link-indicator-v10"></div>
  605.                                </div>
  606.                            </a>
  607.                        </li>
  608.                    
  609.  
  610.                
  611.  
  612.                
  613.                
  614.            
  615.                
  616.                    
  617.                    
  618.                        <li class="nav-item-v10">
  619.                            <a href="/category/featured/" class="nav-link-v10">
  620.                                <div class="link-content-v10">
  621.                                    <span class="link-text-v10">Featured</span>
  622.                                    <div class="link-indicator-v10"></div>
  623.                                </div>
  624.                            </a>
  625.                        </li>
  626.                    
  627.  
  628.                
  629.  
  630.                
  631.                
  632.            
  633.                
  634.                    
  635.                    
  636.                        <li class="nav-item-v10">
  637.                            <a href="/category/gaming/" class="nav-link-v10">
  638.                                <div class="link-content-v10">
  639.                                    <span class="link-text-v10">Gaming</span>
  640.                                    <div class="link-indicator-v10"></div>
  641.                                </div>
  642.                            </a>
  643.                        </li>
  644.                    
  645.  
  646.                
  647.  
  648.                
  649.                
  650.            
  651.                
  652.                    
  653.                    
  654.                        <li class="nav-item-v10">
  655.                            <a href="/category/health/" class="nav-link-v10">
  656.                                <div class="link-content-v10">
  657.                                    <span class="link-text-v10">Health</span>
  658.                                    <div class="link-indicator-v10"></div>
  659.                                </div>
  660.                            </a>
  661.                        </li>
  662.                    
  663.  
  664.                
  665.  
  666.                
  667.                
  668.            
  669.                
  670.                    
  671.                    
  672.                        <li class="nav-item-v10">
  673.                            <a href="/category/life-fitness/" class="nav-link-v10">
  674.                                <div class="link-content-v10">
  675.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  676.                                    <div class="link-indicator-v10"></div>
  677.                                </div>
  678.                            </a>
  679.                        </li>
  680.                    
  681.  
  682.                
  683.  
  684.                
  685.                
  686.            
  687.                
  688.                    
  689.                    
  690.                        <li class="nav-item-v10">
  691.                            <a href="/category/lifestyle/" class="nav-link-v10">
  692.                                <div class="link-content-v10">
  693.                                    <span class="link-text-v10">Lifestyle</span>
  694.                                    <div class="link-indicator-v10"></div>
  695.                                </div>
  696.                            </a>
  697.                        </li>
  698.                    
  699.  
  700.                
  701.  
  702.                
  703.                
  704.            
  705.                
  706.                    
  707.                    <li class="nav-item-v10 has-submenu-v10">
  708.                        <a href="#" class="nav-link-v10">
  709.                            <div class="link-content-v10">
  710.                                <span class="link-text-v10">More</span>
  711.                                <div class="link-arrow-v10"></div>
  712.                                <div class="link-indicator-v10"></div>
  713.                            </div>
  714.                        </a>
  715.                        <div class="submenu-v10">
  716.                            <div class="submenu-content-v10">
  717.                                <div class="submenu-column-v10">
  718.                                    <ul class="submenu-links-v10">
  719.                                        <li>
  720.                                            <a href="/category/news/" class="submenu-link-v10">
  721.                                                News
  722.                                            </a>
  723.                                        </li>
  724.                
  725.  
  726.                
  727.                
  728.            
  729.                
  730.                                        <li>
  731.                                            <a href="/category/others/" class="submenu-link-v10">
  732.                                                Others
  733.                                            </a>
  734.                                        </li>
  735.                
  736.  
  737.                
  738.                
  739.            
  740.                
  741.                                        <li>
  742.                                            <a href="/category/politics/" class="submenu-link-v10">
  743.                                                Politics
  744.                                            </a>
  745.                                        </li>
  746.                
  747.  
  748.                
  749.                
  750.            
  751.                
  752.                                        <li>
  753.                                            <a href="/category/sports/" class="submenu-link-v10">
  754.                                                Sports
  755.                                            </a>
  756.                                        </li>
  757.                
  758.  
  759.                
  760.                
  761.            
  762.                
  763.                                        <li>
  764.                                            <a href="/category/tech/" class="submenu-link-v10">
  765.                                                Tech
  766.                                            </a>
  767.                                        </li>
  768.                
  769.  
  770.                
  771.                
  772.            
  773.                
  774.                                        <li>
  775.                                            <a href="/category/travel/" class="submenu-link-v10">
  776.                                                Travel
  777.                                            </a>
  778.                                        </li>
  779.                
  780.  
  781.                
  782.                
  783.                                    </ul>
  784.                                </div>
  785.                            </div>
  786.                        </div>
  787.                    </li>
  788.                
  789.            
  790.            <li class="nav-item-v10">
  791.                <a href="/page/contact-us/" class="nav-link-v10">
  792.                    <div class="link-content-v10">
  793.                        <span class="link-text-v10">Contact Us</span>
  794.                        <div class="link-indicator-v10"></div>
  795.                    </div>
  796.                </a>
  797.            </li>
  798.        </ul>
  799.    </div>
  800. </nav>
  801.  
  802.        <!-- Mobile Menu -->
  803.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  804.            <div class="mobile-menu-content-v10">
  805.                <ul class="mobile-menu-list-v10">
  806.  
  807.                    
  808.                    <li class="mobile-menu-item-v10">
  809.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  810.                            <span class="mobile-link-text-v10">Home</span>
  811.                        </a>
  812.                    </li>
  813.  
  814.                    
  815.                    
  816.                    
  817.                    <li class="mobile-menu-item-v10">
  818.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  819.                            <span class="mobile-link-text-v10">All Posts</span>
  820.                        </a>
  821.                    </li>
  822.                    
  823.                    
  824.                    
  825.                    <li class="mobile-menu-item-v10">
  826.                        <a href="/category/business/" class="mobile-menu-link-v10">
  827.                            <span class="mobile-link-text-v10">Business</span>
  828.                        </a>
  829.                    </li>
  830.                    
  831.                    
  832.                    
  833.                    <li class="mobile-menu-item-v10">
  834.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  835.                            <span class="mobile-link-text-v10">Esports</span>
  836.                        </a>
  837.                    </li>
  838.                    
  839.                    
  840.                    
  841.                    <li class="mobile-menu-item-v10">
  842.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  843.                            <span class="mobile-link-text-v10">Fashion</span>
  844.                        </a>
  845.                    </li>
  846.                    
  847.                    
  848.                    
  849.                    <li class="mobile-menu-item-v10">
  850.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  851.                            <span class="mobile-link-text-v10">Featured</span>
  852.                        </a>
  853.                    </li>
  854.                    
  855.                    
  856.                    
  857.                    <li class="mobile-menu-item-v10">
  858.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  859.                            <span class="mobile-link-text-v10">Gaming</span>
  860.                        </a>
  861.                    </li>
  862.                    
  863.                    
  864.                    
  865.                    <li class="mobile-menu-item-v10">
  866.                        <a href="/category/health/" class="mobile-menu-link-v10">
  867.                            <span class="mobile-link-text-v10">Health</span>
  868.                        </a>
  869.                    </li>
  870.                    
  871.                    
  872.                    
  873.                    <li class="mobile-menu-item-v10">
  874.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  875.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  876.                        </a>
  877.                    </li>
  878.                    
  879.                    
  880.                    
  881.                    <li class="mobile-menu-item-v10">
  882.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  883.                            <span class="mobile-link-text-v10">Lifestyle</span>
  884.                        </a>
  885.                    </li>
  886.                    
  887.                    
  888.                    
  889.                    <li class="mobile-menu-item-v10">
  890.                        <a href="/category/news/" class="mobile-menu-link-v10">
  891.                            <span class="mobile-link-text-v10">News</span>
  892.                        </a>
  893.                    </li>
  894.                    
  895.                    
  896.                    
  897.                    <li class="mobile-menu-item-v10">
  898.                        <a href="/category/others/" class="mobile-menu-link-v10">
  899.                            <span class="mobile-link-text-v10">Others</span>
  900.                        </a>
  901.                    </li>
  902.                    
  903.                    
  904.                    
  905.                    <li class="mobile-menu-item-v10">
  906.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  907.                            <span class="mobile-link-text-v10">Politics</span>
  908.                        </a>
  909.                    </li>
  910.                    
  911.                    
  912.                    
  913.                    <li class="mobile-menu-item-v10">
  914.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  915.                            <span class="mobile-link-text-v10">Sports</span>
  916.                        </a>
  917.                    </li>
  918.                    
  919.                    
  920.                    
  921.                    <li class="mobile-menu-item-v10">
  922.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  923.                            <span class="mobile-link-text-v10">Tech</span>
  924.                        </a>
  925.                    </li>
  926.                    
  927.                    
  928.                    
  929.                    <li class="mobile-menu-item-v10">
  930.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  931.                            <span class="mobile-link-text-v10">Travel</span>
  932.                        </a>
  933.                    </li>
  934.                    
  935.                    
  936.  
  937.                </ul>
  938.            </div>
  939.        </div>
  940.  
  941.    </div>
  942. </header>
  943.  
  944. <style>
  945.    .logo-link-v9 img{
  946.        height: 70px;
  947.        width: auto;
  948.        object-fit: cover;
  949.    }
  950.    /* Navbar V10 Styles - Modern Two-Tier Design */
  951.    .header-v10 {
  952.        background: var(--navbar-bg);
  953.        margin-bottom: 10px;
  954.        position: relative;
  955.    }
  956.  
  957.    /* Top Bar */
  958.    .top-bar-v10 {
  959.        padding: 16px 0;
  960.    }
  961.  
  962.    /* Brand Section */
  963.    .brand-section-v10 {
  964.        display: flex;
  965.        align-items: center;
  966.    }
  967.  
  968.    .brand-link-v10 {
  969.        display: flex;
  970.        align-items: center;
  971.        text-decoration: none;
  972.    }
  973.  
  974.    .brand-icon-v10 {
  975.        width: 48px;
  976.        height: 48px;
  977.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  978.        border-radius: 12px;
  979.        display: flex;
  980.        align-items: center;
  981.        justify-content: center;
  982.        padding: 8px;
  983.    }
  984.  
  985.    .brand-img-v10 {
  986.        max-width: 100%;
  987.        max-height: 100%;
  988.        filter: brightness(0) invert(1);
  989.    }
  990.  
  991.    /* Search Container */
  992.    .search-container-v10 {
  993.        max-width: 500px;
  994.        margin-left: auto;
  995.    }
  996.  
  997.    .search-group-v10 {
  998.        display: flex;
  999.        align-items: center;
  1000.        background: #f9fafb;
  1001.        border: 2px solid #e5e7eb;
  1002.        border-radius: 12px;
  1003.        overflow: hidden;
  1004.        transition: all 0.3s ease;
  1005.    }
  1006.  
  1007.    .search-group-v10:focus-within {
  1008.        background: #ffffff;
  1009.        border-color: #3b82f6;
  1010.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1011.    }
  1012.  
  1013.    .search-icon-wrapper-v10 {
  1014.        padding: 12px 16px;
  1015.        display: flex;
  1016.        align-items: center;
  1017.    }
  1018.  
  1019.    .search-icon-v10 {
  1020.        width: 16px;
  1021.        height: 16px;
  1022.        background: #9ca3af;
  1023.        border-radius: 50%;
  1024.        position: relative;
  1025.    }
  1026.  
  1027.    .search-icon-v10::after {
  1028.        content: '';
  1029.        position: absolute;
  1030.        top: 12px;
  1031.        left: 12px;
  1032.        width: 6px;
  1033.        height: 1px;
  1034.        background: #9ca3af;
  1035.        transform: rotate(45deg);
  1036.    }
  1037.  
  1038.    .search-field-v10 {
  1039.        flex: 1;
  1040.        border: none;
  1041.        background: transparent;
  1042.        font-size: 15px;
  1043.        padding: 12px 0;
  1044.        outline: none;
  1045.        color: #1f2937;
  1046.    }
  1047.  
  1048.    .search-field-v10::placeholder {
  1049.        color: #9ca3af;
  1050.    }
  1051.  
  1052.    .search-button-v10 {
  1053.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1054.        color: white;
  1055.        border: none;
  1056.        padding: 14px 15px;
  1057.        font-weight: 600;
  1058.        cursor: pointer;
  1059.        transition: all 0.3s ease;
  1060.    }
  1061.  
  1062.    .search-button-v10:hover {
  1063.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1064.    }
  1065.  
  1066.    /* Header Utilities */
  1067.    .header-utilities-v10 {
  1068.        display: flex;
  1069.        align-items: center;
  1070.        justify-content: flex-end;
  1071.        gap: 8px;
  1072.    }
  1073.  
  1074.    .utility-item-v10 {
  1075.        display: flex;
  1076.    }
  1077.  
  1078.    .theme-toggle-v10,
  1079.    .mobile-search-v10,
  1080.    .menu-trigger-v10 {
  1081.        background: #f9fafb;
  1082.        border: 1px solid #e5e7eb;
  1083.        border-radius: 8px;
  1084.        padding: 10px;
  1085.        cursor: pointer;
  1086.        transition: all 0.3s ease;
  1087.    }
  1088.  
  1089.    .mobile-search-v10:hover,
  1090.    .menu-trigger-v10:hover {
  1091.        background: #f3f4f6;
  1092.        border-color: #d1d5db;
  1093.    }
  1094.  
  1095.    .mobile-search-icon-v10 {
  1096.        width: 16px;
  1097.        height: 16px;
  1098.        background: #6b7280;
  1099.        border-radius: 50%;
  1100.    }
  1101.  
  1102.    .menu-icon-v10 {
  1103.        display: flex;
  1104.        flex-direction: column;
  1105.        gap: 3px;
  1106.        width: 16px;
  1107.    }
  1108.  
  1109.    .menu-bar-v10 {
  1110.        height: 2px;
  1111.        background: #6b7280;
  1112.        border-radius: 1px;
  1113.        transition: all 0.3s ease;
  1114.    }
  1115.  
  1116.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1117.        transform: rotate(45deg) translate(4px, 4px);
  1118.    }
  1119.  
  1120.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1121.        opacity: 0;
  1122.    }
  1123.  
  1124.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1125.        transform: rotate(-45deg) translate(6px, -6px);
  1126.    }
  1127.  
  1128.    /* Navigation */
  1129.    .navigation-v10 {
  1130.        background: var(--navbar-bg);
  1131.    }
  1132.  
  1133.    .nav-container-v10 {
  1134.        padding: 0;
  1135.        display: flex;
  1136.        justify-content: flex-end;
  1137.    }
  1138.  
  1139.    .nav-menu-v10 {
  1140.        list-style: none;
  1141.        padding: 0;
  1142.        margin: 0;
  1143.        display: flex;
  1144.        align-items: stretch;
  1145.    }
  1146.  
  1147.    .nav-item-v10 {
  1148.        position: relative;
  1149.    }
  1150.  
  1151.    .nav-link-v10 {
  1152.        color: #374151;
  1153.        text-decoration: none;
  1154.        display: block;
  1155.        transition: all 0.3s ease;
  1156.    }
  1157.  
  1158.    .link-content-v10 {
  1159.        padding: 16px 20px;
  1160.        display: flex;
  1161.        align-items: center;
  1162.        gap: 6px;
  1163.        position: relative;
  1164.    }
  1165.  
  1166.    .link-text-v10 {
  1167.        font-size: 15px;
  1168.        font-weight: 600;
  1169.    }
  1170.  
  1171.    .link-arrow-v10 {
  1172.        width: 0;
  1173.        height: 0;
  1174.        border-left: 3px solid transparent;
  1175.        border-right: 3px solid transparent;
  1176.        border-top: 3px solid currentColor;
  1177.        transition: transform 0.3s ease;
  1178.    }
  1179.  
  1180.    .link-indicator-v10 {
  1181.        position: absolute;
  1182.        bottom: 0;
  1183.        left: 0;
  1184.        right: 0;
  1185.        height: 3px;
  1186.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1187.        transform: scaleX(0);
  1188.        transition: transform 0.3s ease;
  1189.    }
  1190.  
  1191.    .nav-link-v10:hover,
  1192.    .nav-link-v10.active-v10 {
  1193.        color: white !important;
  1194.        background: var(--bs-primary);
  1195.    }
  1196.  
  1197.    .nav-link-v10:hover .link-indicator-v10,
  1198.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1199.        transform: scaleX(1);
  1200.    }
  1201.  
  1202.    .has-submenu-v10:hover .link-arrow-v10 {
  1203.        transform: rotate(180deg);
  1204.    }
  1205.  
  1206.    /* Submenu */
  1207.    .submenu-v10 {
  1208.        position: absolute;
  1209.        top: 100%;
  1210.        left: 0;
  1211.        background: #ffffff;
  1212.        border: 1px solid #e5e7eb;
  1213.        border-radius: 12px;
  1214.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1215.        opacity: 0;
  1216.        visibility: hidden;
  1217.        transform: translateY(-8px);
  1218.        transition: all 0.3s ease;
  1219.        z-index: 1000;
  1220.        min-width: 400px;
  1221.        padding: 24px;
  1222.        margin-top: 8px;
  1223.    }
  1224.  
  1225.    .has-submenu-v10:hover .submenu-v10 {
  1226.        opacity: 1;
  1227.        visibility: visible;
  1228.        transform: translateY(0);
  1229.    }
  1230.  
  1231.    .submenu-content-v10 {
  1232.        display: grid;
  1233.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1234.        gap: 24px;
  1235.    }
  1236.  
  1237.    .submenu-title-v10 {
  1238.        font-size: 13px;
  1239.        font-weight: 700;
  1240.        color: #3b82f6;
  1241.        margin-bottom: 12px;
  1242.        text-transform: uppercase;
  1243.        letter-spacing: 0.5px;
  1244.    }
  1245.  
  1246.    .submenu-links-v10 {
  1247.        list-style: none;
  1248.        padding: 0;
  1249.        margin: 0;
  1250.    }
  1251.  
  1252.    .submenu-link-v10 {
  1253.        display: block;
  1254.        color: #6b7280 !important;
  1255.        text-decoration: none;
  1256.        font-size: 14px;
  1257.        padding: 8px 0;
  1258.        transition: color 0.3s ease;
  1259.    }
  1260.  
  1261.    .submenu-link-v10:hover {
  1262.        color: #3b82f6 !important;
  1263.    }
  1264.  
  1265.    /* Mobile Search Panel */
  1266.    .mobile-search-panel-v10 {
  1267.        background: #f9fafb;
  1268.        border-bottom: 1px solid #e5e7eb;
  1269.        padding: 12px 0;
  1270.        max-height: 0;
  1271.        overflow: hidden;
  1272.        transition: all 0.3s ease;
  1273.    }
  1274.  
  1275.    .mobile-search-panel-v10.show-v10 {
  1276.        max-height: 80px;
  1277.    }
  1278.  
  1279.    .mobile-search-wrapper-v10 {
  1280.        display: flex;
  1281.        align-items: center;
  1282.        background: #ffffff;
  1283.        border: 1px solid #e5e7eb;
  1284.        border-radius: 8px;
  1285.        overflow: hidden;
  1286.    }
  1287.  
  1288.    .mobile-search-input-v10 {
  1289.        flex: 1;
  1290.        border: none;
  1291.        padding: 12px 16px;
  1292.        font-size: 15px;
  1293.        outline: none;
  1294.        background: transparent;
  1295.    }
  1296.  
  1297.    .mobile-search-btn-v10 {
  1298.        background: #3b82f6;
  1299.        border: none;
  1300.        padding: 12px 16px;
  1301.        cursor: pointer;
  1302.    }
  1303.  
  1304.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1305.        background: white;
  1306.    }
  1307.  
  1308.    /* Mobile Menu */
  1309.    .mobile-menu-v10 {
  1310.        background: #ffffff;
  1311.        border-bottom: 1px solid #e5e7eb;
  1312.        max-height: 0;
  1313.        overflow: hidden;
  1314.        transition: all 0.4s ease;
  1315.    }
  1316.  
  1317.    .mobile-menu-v10.show-v10 {
  1318.        max-height: 500px;
  1319.    }
  1320.  
  1321.    .mobile-menu-content-v10 {
  1322.        padding: 16px 30px;
  1323.    }
  1324.  
  1325.    .mobile-menu-list-v10 {
  1326.        list-style: none;
  1327.        padding: 0;
  1328.        margin: 0;
  1329.    }
  1330.  
  1331.    .mobile-menu-item-v10 {
  1332.        border-bottom: 1px solid #f3f4f6;
  1333.    }
  1334.  
  1335.    .mobile-menu-link-v10,
  1336.    .mobile-menu-toggle-v10 {
  1337.        display: flex;
  1338.        align-items: center;
  1339.        justify-content: space-between;
  1340.        color: #374151;
  1341.        text-decoration: none;
  1342.        font-size: 16px;
  1343.        font-weight: 600;
  1344.        padding: 16px 0;
  1345.        transition: color 0.3s ease;
  1346.        background: none;
  1347.        border: none;
  1348.        width: 100%;
  1349.        cursor: pointer;
  1350.    }
  1351.  
  1352.    .mobile-menu-link-v10:hover,
  1353.    .mobile-menu-toggle-v10:hover,
  1354.    .mobile-menu-link-v10.active-v10 {
  1355.        color: var(--bs-light);
  1356.    }
  1357.  
  1358.    .mobile-toggle-arrow-v10 {
  1359.        width: 0;
  1360.        height: 0;
  1361.        border-left: 4px solid transparent;
  1362.        border-right: 4px solid transparent;
  1363.        border-top: 4px solid currentColor;
  1364.        transition: transform 0.3s ease;
  1365.    }
  1366.  
  1367.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1368.        transform: rotate(180deg);
  1369.    }
  1370.  
  1371.    .mobile-submenu-v10 {
  1372.        list-style: none;
  1373.        padding: 0;
  1374.        margin: 0;
  1375.        max-height: 0;
  1376.        overflow: hidden;
  1377.        transition: all 0.3s ease;
  1378.        background: #f9fafb;
  1379.    }
  1380.  
  1381.    .mobile-submenu-v10.show-v10 {
  1382.        max-height: 200px;
  1383.        padding: 8px 0;
  1384.    }
  1385.  
  1386.    .mobile-submenu-link-v10 {
  1387.        display: block;
  1388.        color: #6b7280;
  1389.        text-decoration: none;
  1390.        font-size: 14px;
  1391.        padding: 10px 20px;
  1392.        transition: color 0.3s ease;
  1393.    }
  1394.  
  1395.    .mobile-submenu-link-v10:hover {
  1396.        color: #3b82f6;
  1397.    }
  1398.  
  1399.    /* Responsive Design */
  1400.    @media (max-width: 768px) {
  1401.        .top-bar-v10 {
  1402.            padding: 12px 0;
  1403.        }
  1404.  
  1405.        .brand-icon-v10 {
  1406.            width: 40px;
  1407.            height: 40px;
  1408.        }
  1409.  
  1410.        .brand-name-v10 {
  1411.            font-size: 18px;
  1412.        }
  1413.  
  1414.        .brand-tagline-v10 {
  1415.            font-size: 11px;
  1416.        }
  1417.    }
  1418.  
  1419.    @media (max-width: 576px) {
  1420.        .brand-text-v10 {
  1421.            display: none;
  1422.        }
  1423.    }
  1424. </style>
  1425.  
  1426. <script>
  1427.    function toggleMobileSearchV10() {
  1428.        const searchPanel = document.getElementById('mobileSearchV10');
  1429.        const searchBtn = document.querySelector('.mobile-search-v10');
  1430.  
  1431.        if (searchPanel) {
  1432.            searchPanel.classList.toggle('show-v10');
  1433.  
  1434.            if (searchPanel.classList.contains('show-v10')) {
  1435.                setTimeout(() => {
  1436.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1437.                    if (input) input.focus();
  1438.                }, 100);
  1439.            }
  1440.        }
  1441.    }
  1442.  
  1443.    function toggleMenuV10() {
  1444.        const mobileMenu = document.getElementById('mobileMenuV10');
  1445.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1446.  
  1447.        if (mobileMenu && menuBtn) {
  1448.            mobileMenu.classList.toggle('show-v10');
  1449.            menuBtn.classList.toggle('active-v10');
  1450.        }
  1451.    }
  1452.  
  1453.    function toggleMobileSubmenuV10(submenuId) {
  1454.        const submenu = document.getElementById(submenuId);
  1455.        if (!submenu) return;
  1456.  
  1457.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1458.  
  1459.        // Close other submenus
  1460.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1461.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1462.  
  1463.        allSubmenus.forEach(menu => {
  1464.            if (menu.id !== submenuId) {
  1465.                menu.classList.remove('show-v10');
  1466.            }
  1467.        });
  1468.  
  1469.        allParents.forEach(parent => {
  1470.            if (parent !== parentItem) {
  1471.                parent.classList.remove('open-v10');
  1472.            }
  1473.        });
  1474.  
  1475.        // Toggle current submenu
  1476.        submenu.classList.toggle('show-v10');
  1477.        if (parentItem) {
  1478.            parentItem.classList.toggle('open-v10');
  1479.        }
  1480.    }
  1481.  
  1482.    // Close menus when clicking outside
  1483.    document.addEventListener('click', function (e) {
  1484.        const mobileMenu = document.getElementById('mobileMenuV10');
  1485.        const mobileSearch = document.getElementById('mobileSearchV10');
  1486.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1487.        const searchBtn = document.querySelector('.mobile-search-v10');
  1488.  
  1489.        // Close mobile menu
  1490.        if (mobileMenu && menuBtn &&
  1491.            !mobileMenu.contains(e.target) &&
  1492.            !menuBtn.contains(e.target)) {
  1493.            mobileMenu.classList.remove('show-v10');
  1494.            menuBtn.classList.remove('active-v10');
  1495.        }
  1496.  
  1497.        // Close mobile search
  1498.        if (mobileSearch && searchBtn &&
  1499.            !mobileSearch.contains(e.target) &&
  1500.            !searchBtn.contains(e.target)) {
  1501.            mobileSearch.classList.remove('show-v10');
  1502.        }
  1503.    });
  1504. </script>
  1505.  
  1506. <script>
  1507.  document.addEventListener("DOMContentLoaded", function () {
  1508.    console.log("loaded");
  1509.  
  1510.     const searchInput = document.getElementById("search-input")
  1511.    const searchResults = document.getElementById("search-results");
  1512.  
  1513.    if (!searchInput || !searchResults) {
  1514.      console.error("Search input/results not found");
  1515.      return;
  1516.    }
  1517.  
  1518.    // Prevent form submission
  1519.    if (searchInput.form) {
  1520.      searchInput.form.addEventListener("submit", function (e) {
  1521.        e.preventDefault();
  1522.      });
  1523.    }
  1524.  
  1525.    // Add event listener for keyup
  1526.    searchInput.addEventListener("keyup", function (e) {
  1527.      console.log("Key pressed:", e.key);
  1528.      e.preventDefault();
  1529.  
  1530.      const query = searchInput.value.trim();
  1531.      console.log("User is typing: " + query);
  1532.  
  1533.      // If empty → clear and hide
  1534.      if (query === "") {
  1535.        searchResults.innerHTML = "";
  1536.        searchResults.style.display = "none";
  1537.        return;
  1538.      }
  1539.  
  1540.      // Show results
  1541.      searchResults.style.display = "block";
  1542.  
  1543.      // Fetch search results
  1544.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1545.        method: "GET",
  1546.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1547.      })
  1548.        .then(response => {
  1549.          console.log("Response Status:", response.status);
  1550.          return response.json();
  1551.        })
  1552.        .then(data => {
  1553.          console.log("Data received:", data);
  1554.          if (data.html) {
  1555.            searchResults.innerHTML = data.html;
  1556.          } else {
  1557.            searchResults.innerHTML = "<p>No results found.</p>";
  1558.          }
  1559.        })
  1560.        .catch(error => {
  1561.          console.error("Error fetching search results:", error);
  1562.        });
  1563.    });
  1564.  
  1565.    // Close results when clicking outside
  1566.    document.addEventListener("click", function (e) {
  1567.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1568.        searchResults.style.display = "none";
  1569.      }
  1570.    });
  1571.  
  1572.    // Close results on ESC key
  1573.    document.addEventListener("keydown", function (e) {
  1574.      if (e.key === "Escape") {
  1575.        searchResults.style.display = "none";
  1576.      }
  1577.    });
  1578.  });
  1579. </script>
  1580.  
  1581. <style>
  1582.        /* search field */
  1583.  .search-results-container {
  1584.  position: absolute;
  1585.  top: 60%; /* Position it below the input field */
  1586.  left: 10px;
  1587.  right: 10px;
  1588.  background-color: white;
  1589.  border: 1px solid #ddd;
  1590.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1591.  max-height: 300px;
  1592.  overflow-y: auto;
  1593.  z-index: 1000;
  1594.  display: none; /* Initially hidden */
  1595. }
  1596.  
  1597. .search-results-container p {
  1598.  margin: 0;
  1599. }
  1600.  
  1601. .search-results-container .result-item {
  1602.  padding: 10px;
  1603.  cursor: pointer;
  1604. }
  1605.  
  1606. .search-results-container .result-item:hover {
  1607.  background-color: #f0f0f0;
  1608. }
  1609. @media (max-width: 992px) {
  1610.  .search-results-container {
  1611.    top: 70%;
  1612.  }
  1613.    
  1614. }
  1615. </style>
  1616.  
  1617.        </header>
  1618.        <!-- end of header -->
  1619.        <!-- start of wpo-blog-hero -->
  1620.        
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628. <div class="blog-hero-v2">
  1629.  <div class="container-fluid fluid-container">
  1630.    <div class="row">
  1631.      <!-- Main Featured Post -->
  1632.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1633.        
  1634.        
  1635.        
  1636.          
  1637.        <div class="featured-post">
  1638.          <div class="post-image">
  1639.            
  1640.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1641.              class="img-fluid" alt="">
  1642.            
  1643.            <div class="post-overlay">
  1644.              <div class="post-content">
  1645.                <span class="category-badge bg-primary-gradient">News</span>
  1646.                <h1 class="post-title1 blog-color">
  1647.                  <a href="/government-pushes-on-with-complete-depopulation-plan-to-slaughter-400-flightless-birds/" class="blog-color">
  1648.                    Government Pushes On with ‘Complete Depopulation’ Plan to Slaughter 400 Flightless Birds
  1649.                  </a>
  1650.                </h1>
  1651.                <p class="post-excerpt"></p>
  1652.                <div class="post-meta">
  1653.                  <div class="author-info">
  1654.                    
  1655.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth"
  1656.                      style="object-fit: cover;" class="author-avatar">
  1657.                    
  1658.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">David Booth</a></span>
  1659.                  </div>
  1660.                  <span class="post-date">19 Jul 2026</span>
  1661.                </div>
  1662.              </div>
  1663.            </div>
  1664.          </div>
  1665.        </div>
  1666.  
  1667.        
  1668.        
  1669.      </div>
  1670.  
  1671.      <!-- Side Posts -->
  1672.      <div class="col-lg-4 col-md-12">
  1673.        <div class="row h-100">
  1674.        
  1675.  
  1676.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1677.            <div class="side-post h-100">
  1678.              <div class="row g-0 h-100">
  1679.                <div class="col-5">
  1680.                  <div class="side-post-image">
  1681.                    
  1682.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1683.                      style="object-fit: cover;" alt="">
  1684.                    
  1685.                  </div>
  1686.                </div>
  1687.                <div class="col-7">
  1688.                  <div class="side-post-content">
  1689.                    <div>
  1690.                      <span class="category-badge bg-primary-gradient">News</span>
  1691.                      <h3> <a href="/while-sunbathers-ran-from-danger-widely-shared-picture-shows-rescuer-running-all-out-to-the-site/" class="line-clamp-2">
  1692.                          While Sunbathers Ran From Danger, Widely-Shared Picture Shows Rescuer Running ‘All Out’ To the Site.
  1693.                        </a></h3>
  1694.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1695.                    </div>
  1696.                    <div class="side-post-meta">
  1697.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Booth</a></span>
  1698.                    </div>
  1699.                  </div>
  1700.                </div>
  1701.              </div>
  1702.            </div>
  1703.          </div>
  1704.  
  1705.          
  1706.  
  1707.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1708.            <div class="side-post h-100">
  1709.              <div class="row g-0 h-100">
  1710.                <div class="col-5">
  1711.                  <div class="side-post-image">
  1712.                    
  1713.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1714.                      style="object-fit: cover;" alt="">
  1715.                    
  1716.                  </div>
  1717.                </div>
  1718.                <div class="col-7">
  1719.                  <div class="side-post-content">
  1720.                    <div>
  1721.                      <span class="category-badge bg-primary-gradient">News</span>
  1722.                      <h3> <a href="/manchester-citys-manager-expresses-regret-over-camera-operator-altercation-following-defeat-to-magpies/" class="line-clamp-2">
  1723.                          Manchester City&#x27;s manager Expresses Regret Over Camera Operator Altercation Following Defeat to Magpies
  1724.                        </a></h3>
  1725.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1726.                    </div>
  1727.                    <div class="side-post-meta">
  1728.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Booth</a></span>
  1729.                    </div>
  1730.                  </div>
  1731.                </div>
  1732.              </div>
  1733.            </div>
  1734.          </div>
  1735.  
  1736.          
  1737.  
  1738.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1739.            <div class="side-post h-100">
  1740.              <div class="row g-0 h-100">
  1741.                <div class="col-5">
  1742.                  <div class="side-post-image">
  1743.                    
  1744.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1745.                      style="object-fit: cover;" alt="">
  1746.                    
  1747.                  </div>
  1748.                </div>
  1749.                <div class="col-7">
  1750.                  <div class="side-post-content">
  1751.                    <div>
  1752.                      <span class="category-badge bg-primary-gradient">News</span>
  1753.                      <h3> <a href="/aston-villa-versus-nottingham-forest-top-flight-match-preview/" class="line-clamp-2">
  1754.                          Aston Villa versus Nottingham Forest: Top-Flight Match Preview
  1755.                        </a></h3>
  1756.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1757.                    </div>
  1758.                    <div class="side-post-meta">
  1759.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">David Booth</a></span>
  1760.                    </div>
  1761.                  </div>
  1762.                </div>
  1763.              </div>
  1764.            </div>
  1765.          </div>
  1766.  
  1767.          
  1768.        </div>
  1769.      </div>
  1770.    </div>
  1771.  </div>
  1772. </div>
  1773.  
  1774. <style>
  1775.  /* Blog Hero V2 Styles */
  1776.  .blog-hero-v2 {
  1777.    padding: 60px 0;
  1778.  }
  1779.  
  1780.  /* Featured Post Styles */
  1781.  .featured-post {
  1782.    position: relative;
  1783.    border-radius: 20px;
  1784.    overflow: hidden;
  1785.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1786.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1787.  }
  1788.  
  1789.  .featured-post:hover {
  1790.    transform: translateY(-5px);
  1791.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1792.  }
  1793.  
  1794.  .featured-post .post-image {
  1795.    position: relative;
  1796.    height: 500px;
  1797.    overflow: hidden;
  1798.  }
  1799.  
  1800.  .featured-post .post-image img {
  1801.    width: 100%;
  1802.    height: 100%;
  1803.    object-fit: cover;
  1804.    transition: transform 0.5s ease;
  1805.  }
  1806.  
  1807.  .featured-post:hover .post-image img {
  1808.    transform: scale(1.05);
  1809.  }
  1810.  
  1811.  .post-overlay {
  1812.    position: absolute;
  1813.    top: 0;
  1814.    left: 0;
  1815.    right: 0;
  1816.    bottom: 0;
  1817.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1818.    display: flex;
  1819.    align-items: flex-end;
  1820.    padding: 40px;
  1821.  }
  1822.  
  1823.  .post-content .post-title1 {
  1824.    color: white;
  1825.    font-size: 2.5rem;
  1826.    font-weight: 700;
  1827.    margin: 15px 0;
  1828.    line-height: 1.2;
  1829.  }
  1830.  
  1831.  .post-content .post-excerpt {
  1832.    color: rgba(255, 255, 255, 0.9);
  1833.    font-size: 1.1rem;
  1834.    margin-bottom: 20px;
  1835.    line-height: 1.6;
  1836.  }
  1837.  
  1838.  /* Category Badges */
  1839.  .category-badge {
  1840.    display: inline-block;
  1841.    padding: 4px 8px;
  1842.    font-size: 0.75rem;
  1843.    font-weight: 600;
  1844.    text-transform: uppercase;
  1845.    letter-spacing: 0.5px;
  1846.    border-radius: 25px;
  1847.    text-align: center;
  1848.    width: fit-content;
  1849.  }
  1850.  
  1851.  /* Post Meta */
  1852.  .post-meta {
  1853.    display: flex;
  1854.    align-items: center;
  1855.    justify-content: space-between;
  1856.    margin-top: 25px;
  1857.  }
  1858.  
  1859.  .author-info {
  1860.    display: flex;
  1861.    align-items: center;
  1862.    gap: 12px;
  1863.  }
  1864.  
  1865.  .author-avatar {
  1866.    width: 45px !important;
  1867.    height: 45px !important;
  1868.    border-radius: 50%;
  1869.    border: 3px solid white;
  1870.  }
  1871.  
  1872.  .author-name,
  1873.  .post-date {
  1874.    color: rgba(255, 255, 255, 0.9);
  1875.    font-weight: 500;
  1876.  }
  1877.  
  1878.  .author-name {
  1879.    text-decoration: none;
  1880.  }
  1881.  
  1882.  .author-name:hover {
  1883.    color: white;
  1884.  }
  1885.  
  1886.  /* Side Posts */
  1887.  .side-post {
  1888.    background: var(--card-bg);
  1889.    border-radius: 15px;
  1890.    border: 1px solid var(--border-color);
  1891.    overflow: hidden;
  1892.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1893.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1894.    height: auto;
  1895.  }
  1896.  
  1897.  .side-post:hover {
  1898.    transform: translateY(-3px);
  1899.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1900.  }
  1901.  
  1902.  .side-post-image {
  1903.    max-height: 155px;
  1904.    height: 100%;
  1905.    overflow: hidden;
  1906.  }
  1907.  
  1908.  .side-post-image img {
  1909.    width: 100%;
  1910.    height: 100%;
  1911.    object-fit: cover;
  1912.    transition: transform 0.3s ease;
  1913.  }
  1914.  
  1915.  .side-post:hover .side-post-image img {
  1916.    transform: scale(1.1);
  1917.  }
  1918.  
  1919.  .side-post-content {
  1920.    padding: 8px 16px;
  1921.    display: flex;
  1922.    flex-direction: column;
  1923.    justify-content: space-between;
  1924.    height: 100%;
  1925.  }
  1926.  
  1927.  .side-post-content h3 {
  1928.    font-size: 1rem;
  1929.    font-weight: 600;
  1930.    margin: 8px 0;
  1931.    line-height: 1.4;
  1932.  }
  1933.  
  1934.  .side-post-content h3 a {
  1935.    color: #333;
  1936.    text-decoration: none;
  1937.    transition: color 0.3s ease;
  1938.  }
  1939.  
  1940.  .side-post-content h3 a:hover {
  1941.    color: #007bff;
  1942.  }
  1943.  
  1944.  .side-post-meta {
  1945.    font-size: 0.8rem;
  1946.    color: #666;
  1947.    display: flex;
  1948.    flex-direction: column;
  1949.    gap: 4px;
  1950.  }
  1951.  
  1952.  .side-post-meta a {
  1953.    color: #007bff;
  1954.    text-decoration: none;
  1955.  }
  1956.  
  1957.  .side-post-meta a:hover {
  1958.    text-decoration: underline;
  1959.  }
  1960.  
  1961.  /* Responsive Design */
  1962.  @media (max-width: 768px) {
  1963.    .blog-hero-v2 {
  1964.      padding: 30px 0;
  1965.    }
  1966.  
  1967.    .featured-post .post-image {
  1968.      height: 350px;
  1969.    }
  1970.  
  1971.    .post-overlay {
  1972.      padding: 25px;
  1973.    }
  1974.  
  1975.    .post-content .post-title1 {
  1976.      font-size: 1.8rem;
  1977.    }
  1978.  
  1979.    .post-content .post-excerpt {
  1980.      font-size: 1rem;
  1981.      margin-bottom: 15px;
  1982.    }
  1983.  
  1984.    .post-meta {
  1985.      flex-direction: column;
  1986.      align-items: flex-start;
  1987.      gap: 10px;
  1988.    }
  1989.  
  1990.    .side-post {
  1991.      height: auto;
  1992.    }
  1993.  
  1994.    .side-post-content {
  1995.      height: auto;
  1996.      padding: 15px;
  1997.    }
  1998.  }
  1999.  
  2000.  @media (max-width: 576px) {
  2001.    .post-content .post-title1 {
  2002.      font-size: 1.5rem;
  2003.    }
  2004.  
  2005.    .side-post-content h3 {
  2006.      font-size: 0.9rem;
  2007.    }
  2008.  
  2009.    .side-post-image img {}
  2010.  }
  2011. </style>
  2012.  
  2013.  
  2014.  
  2015.  
  2016.        <!-- end of wpo-blog-hero -->
  2017.  
  2018.        <!-- start of wpo-breacking-news -->
  2019.        
  2020.        <!-- end of wpo-breacking-news -->
  2021.        
  2022.        <!-- start wpo-blog-highlights-section -->
  2023.        
  2024.  
  2025.  
  2026.  
  2027.    
  2028.  
  2029.  
  2030. <section class="wpo-blog-highlights-section">
  2031.    <div class="container-fluid fluid-container">
  2032.        <div class="wpo-section-title">
  2033.            
  2034.                <h2>Today's Top Highlights</h2>
  2035.                    
  2036.        </div>
  2037.        <div class="row">
  2038.            <div class="col col-lg-8 col-12">
  2039.                <!-- start wpo-blog-section -->
  2040.                <div class="wpo-blog-highlights-wrap">
  2041.                    <div class="wpo-blog-items">
  2042.                        <div class="row">
  2043.                            
  2044.                            
  2045.                            <div class="col col-lg-6 col-md-6 col-12">
  2046.                                <div class="wpo-blog-item">
  2047.                                    <div class="wpo-blog-img">
  2048.                                        
  2049.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2050.                                        
  2051.                                        <div class="thumb bg-primary-gradient">News</div>
  2052.                                    </div>
  2053.                                    <div class="wpo-blog-content"  >
  2054.                                        <h2>
  2055.                                            <a href="/keir-starmer-told-stronger-eu-trade-ties-are-a-strategic-necessity-for-uk-companies/" class="top-color">
  2056.                                            Keir Starmer Told Stronger EU Trade Ties Are a &#x27;Strategic Necessity&#x27; for UK Companies
  2057.                                            </a>
  2058.                                        </h2>
  2059.                                        <ul>
  2060.                                            <li>  
  2061.                                                
  2062.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2063.                                                
  2064.                                            </li>
  2065.                                            <li class="top-color">By David Booth</li>
  2066.                                            <li class="top-color">19 Jul 2026</li>
  2067.                                        </ul>
  2068.                                        <p class="top-color"> </p>
  2069.                                    </div>
  2070.                                </div>
  2071.                            </div>
  2072.                        
  2073.                            
  2074.                            
  2075.                            <div class="col col-lg-6 col-md-6 col-12">
  2076.                                <div class="wpo-blog-item">
  2077.                                    <div class="wpo-blog-img">
  2078.                                        
  2079.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2080.                                        
  2081.                                        <div class="thumb bg-primary-gradient">News</div>
  2082.                                    </div>
  2083.                                    <div class="wpo-blog-content"  >
  2084.                                        <h2>
  2085.                                            <a href="/discrimination-making-a-comeback-in-british-political-landscape-making-people-deeply-concerned-the-prime-minister-says/" class="top-color">
  2086.                                            Discrimination Making a Comeback in British Political Landscape, Making People Deeply Concerned, the Prime Minister Says
  2087.                                            </a>
  2088.                                        </h2>
  2089.                                        <ul>
  2090.                                            <li>  
  2091.                                                
  2092.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2093.                                                
  2094.                                            </li>
  2095.                                            <li class="top-color">By David Booth</li>
  2096.                                            <li class="top-color">18 Jul 2026</li>
  2097.                                        </ul>
  2098.                                        <p class="top-color"> </p>
  2099.                                    </div>
  2100.                                </div>
  2101.                            </div>
  2102.                        
  2103.                            
  2104.                            
  2105.                            <div class="col col-lg-6 col-md-6 col-12">
  2106.                                <div class="wpo-blog-item">
  2107.                                    <div class="wpo-blog-img">
  2108.                                        
  2109.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2110.                                        
  2111.                                        <div class="thumb bg-primary-gradient">News</div>
  2112.                                    </div>
  2113.                                    <div class="wpo-blog-content"  >
  2114.                                        <h2>
  2115.                                            <a href="/i-preached-levelling-up-as-the-key-to-tory-success-but-the-former-prime-minister-didnt-do-it-observe-the-consequences/" class="top-color">
  2116.                                            I preached levelling up as the key to Tory success – but the former Prime Minister didn’t do it. Observe the consequences.
  2117.                                            </a>
  2118.                                        </h2>
  2119.                                        <ul>
  2120.                                            <li>  
  2121.                                                
  2122.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2123.                                                
  2124.                                            </li>
  2125.                                            <li class="top-color">By David Booth</li>
  2126.                                            <li class="top-color">18 Jul 2026</li>
  2127.                                        </ul>
  2128.                                        <p class="top-color"> </p>
  2129.                                    </div>
  2130.                                </div>
  2131.                            </div>
  2132.                        
  2133.                            
  2134.                            
  2135.                            <div class="col col-lg-6 col-md-6 col-12">
  2136.                                <div class="wpo-blog-item">
  2137.                                    <div class="wpo-blog-img">
  2138.                                        
  2139.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2140.                                        
  2141.                                        <div class="thumb bg-primary-gradient">News</div>
  2142.                                    </div>
  2143.                                    <div class="wpo-blog-content"  >
  2144.                                        <h2>
  2145.                                            <a href="/active-aero-overtake-mode-explaining-f1s-updated-technical-jargon/" class="top-color">
  2146.                                            Active Aero &amp; Overtake Mode - Explaining F1&#x27;s Updated Technical Jargon
  2147.                                            </a>
  2148.                                        </h2>
  2149.                                        <ul>
  2150.                                            <li>  
  2151.                                                
  2152.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2153.                                                
  2154.                                            </li>
  2155.                                            <li class="top-color">By David Booth</li>
  2156.                                            <li class="top-color">18 Jul 2026</li>
  2157.                                        </ul>
  2158.                                        <p class="top-color"> </p>
  2159.                                    </div>
  2160.                                </div>
  2161.                            </div>
  2162.                        
  2163.                            
  2164.                            
  2165.                            <div class="col col-lg-6 col-md-6 col-12">
  2166.                                <div class="wpo-blog-item">
  2167.                                    <div class="wpo-blog-img">
  2168.                                        
  2169.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2170.                                        
  2171.                                        <div class="thumb bg-primary-gradient">News</div>
  2172.                                    </div>
  2173.                                    <div class="wpo-blog-content"  >
  2174.                                        <h2>
  2175.                                            <a href="/fury-against-lamine-los-blancos-celebrate-cl%C3%A1sico-victory-following-heated-comments/" class="top-color">
  2176.                                            Fury Against Lamine: Los Blancos Celebrate Clásico Victory Following Heated Comments
  2177.                                            </a>
  2178.                                        </h2>
  2179.                                        <ul>
  2180.                                            <li>  
  2181.                                                
  2182.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2183.                                                
  2184.                                            </li>
  2185.                                            <li class="top-color">By David Booth</li>
  2186.                                            <li class="top-color">18 Jul 2026</li>
  2187.                                        </ul>
  2188.                                        <p class="top-color"> </p>
  2189.                                    </div>
  2190.                                </div>
  2191.                            </div>
  2192.                        
  2193.                            
  2194.                            
  2195.                            <div class="col col-lg-6 col-md-6 col-12">
  2196.                                <div class="wpo-blog-item">
  2197.                                    <div class="wpo-blog-img">
  2198.                                        
  2199.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2200.                                        
  2201.                                        <div class="thumb bg-primary-gradient">News</div>
  2202.                                    </div>
  2203.                                    <div class="wpo-blog-content"  >
  2204.                                        <h2>
  2205.                                            <a href="/lando-norris-wins-debut-f1-world-championship-in-yas-marina-in-spite-of-verstappens-race-triumph/" class="top-color">
  2206.                                            Lando Norris Wins Debut F1 World Championship in Yas Marina In Spite Of Verstappen&#x27;s Race Triumph.
  2207.                                            </a>
  2208.                                        </h2>
  2209.                                        <ul>
  2210.                                            <li>  
  2211.                                                
  2212.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2213.                                                
  2214.                                            </li>
  2215.                                            <li class="top-color">By David Booth</li>
  2216.                                            <li class="top-color">18 Jul 2026</li>
  2217.                                        </ul>
  2218.                                        <p class="top-color"> </p>
  2219.                                    </div>
  2220.                                </div>
  2221.                            </div>
  2222.                        
  2223.                            
  2224.                            
  2225.                            <div class="col col-lg-6 col-md-6 col-12">
  2226.                                <div class="wpo-blog-item">
  2227.                                    <div class="wpo-blog-img">
  2228.                                        
  2229.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2230.                                        
  2231.                                        <div class="thumb bg-primary-gradient">News</div>
  2232.                                    </div>
  2233.                                    <div class="wpo-blog-content"  >
  2234.                                        <h2>
  2235.                                            <a href="/im-getting-constant-stick-regarding-the-series-concluding-before-i-get-there/" class="top-color">
  2236.                                            &#x27;I&#x27;m getting constant stick&#x27; regarding the series concluding before I get there.
  2237.                                            </a>
  2238.                                        </h2>
  2239.                                        <ul>
  2240.                                            <li>  
  2241.                                                
  2242.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2243.                                                
  2244.                                            </li>
  2245.                                            <li class="top-color">By David Booth</li>
  2246.                                            <li class="top-color">18 Jul 2026</li>
  2247.                                        </ul>
  2248.                                        <p class="top-color"> </p>
  2249.                                    </div>
  2250.                                </div>
  2251.                            </div>
  2252.                        
  2253.                            
  2254.                            
  2255.                            <div class="col col-lg-6 col-md-6 col-12">
  2256.                                <div class="wpo-blog-item">
  2257.                                    <div class="wpo-blog-img">
  2258.                                        
  2259.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2260.                                        
  2261.                                        <div class="thumb bg-primary-gradient">News</div>
  2262.                                    </div>
  2263.                                    <div class="wpo-blog-content"  >
  2264.                                        <h2>
  2265.                                            <a href="/diplomatic-strains-with-venezuela-rise-in-the-wake-of-alleged-final-offer-from-president-trump-to-venezuelas-leader/" class="top-color">
  2266.                                            Diplomatic Strains with Venezuela Rise In the Wake of Alleged Final Offer from President Trump to Venezuela&#x27;s Leader.
  2267.                                            </a>
  2268.                                        </h2>
  2269.                                        <ul>
  2270.                                            <li>  
  2271.                                                
  2272.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2273.                                                
  2274.                                            </li>
  2275.                                            <li class="top-color">By David Booth</li>
  2276.                                            <li class="top-color">18 Jul 2026</li>
  2277.                                        </ul>
  2278.                                        <p class="top-color"> </p>
  2279.                                    </div>
  2280.                                </div>
  2281.                            </div>
  2282.                        
  2283.                            
  2284.                            
  2285.                            <div class="col col-lg-6 col-md-6 col-12">
  2286.                                <div class="wpo-blog-item">
  2287.                                    <div class="wpo-blog-img">
  2288.                                        
  2289.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2290.                                        
  2291.                                        <div class="thumb bg-primary-gradient">News</div>
  2292.                                    </div>
  2293.                                    <div class="wpo-blog-content"  >
  2294.                                        <h2>
  2295.                                            <a href="/kpop-demon-hunters-actress-reveals-how-her-life-journey-reflected-main-characters-story/" class="top-color">
  2296.                                            KPop Demon Hunters Actress Reveals How Her Life Journey Reflected Main Character&#x27;s Story
  2297.                                            </a>
  2298.                                        </h2>
  2299.                                        <ul>
  2300.                                            <li>  
  2301.                                                
  2302.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2303.                                                
  2304.                                            </li>
  2305.                                            <li class="top-color">By David Booth</li>
  2306.                                            <li class="top-color">18 Jul 2026</li>
  2307.                                        </ul>
  2308.                                        <p class="top-color"> </p>
  2309.                                    </div>
  2310.                                </div>
  2311.                            </div>
  2312.                        
  2313.                            
  2314.                            
  2315.                            <div class="col col-lg-6 col-md-6 col-12">
  2316.                                <div class="wpo-blog-item">
  2317.                                    <div class="wpo-blog-img">
  2318.                                        
  2319.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2320.                                        
  2321.                                        <div class="thumb bg-primary-gradient">News</div>
  2322.                                    </div>
  2323.                                    <div class="wpo-blog-content"  >
  2324.                                        <h2>
  2325.                                            <a href="/nesers-pivotal-scalps-before-the-aussies-ease-to-2-0-ashes-advantage-over-the-english/" class="top-color">
  2326.                                            Neser&#x27;s Pivotal Scalps Before The Aussies Ease to 2-0 Ashes Advantage Over The English
  2327.                                            </a>
  2328.                                        </h2>
  2329.                                        <ul>
  2330.                                            <li>  
  2331.                                                
  2332.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2333.                                                
  2334.                                            </li>
  2335.                                            <li class="top-color">By David Booth</li>
  2336.                                            <li class="top-color">17 Jul 2026</li>
  2337.                                        </ul>
  2338.                                        <p class="top-color"> </p>
  2339.                                    </div>
  2340.                                </div>
  2341.                            </div>
  2342.                        
  2343.                            
  2344.                            
  2345.                            <div class="col col-lg-6 col-md-6 col-12">
  2346.                                <div class="wpo-blog-item">
  2347.                                    <div class="wpo-blog-img">
  2348.                                        
  2349.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2350.                                        
  2351.                                        <div class="thumb bg-primary-gradient">News</div>
  2352.                                    </div>
  2353.                                    <div class="wpo-blog-content"  >
  2354.                                        <h2>
  2355.                                            <a href="/gareth-southgate-reveals-direction-on-guiding-the-next-generation-over-football-management/" class="top-color">
  2356.                                            Gareth Southgate Reveals Direction on Guiding the Next Generation Over Football Management
  2357.                                            </a>
  2358.                                        </h2>
  2359.                                        <ul>
  2360.                                            <li>  
  2361.                                                
  2362.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2363.                                                
  2364.                                            </li>
  2365.                                            <li class="top-color">By David Booth</li>
  2366.                                            <li class="top-color">17 Jul 2026</li>
  2367.                                        </ul>
  2368.                                        <p class="top-color"> </p>
  2369.                                    </div>
  2370.                                </div>
  2371.                            </div>
  2372.                        
  2373.                            
  2374.                            
  2375.                            <div class="col col-lg-6 col-md-6 col-12">
  2376.                                <div class="wpo-blog-item">
  2377.                                    <div class="wpo-blog-img">
  2378.                                        
  2379.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2380.                                        
  2381.                                        <div class="thumb bg-primary-gradient">Others</div>
  2382.                                    </div>
  2383.                                    <div class="wpo-blog-content"  >
  2384.                                        <h2>
  2385.                                            <a href="/the-evolution-of-internet-based-casino-betting-developments-to-keep-an-eye-on/" class="top-color">
  2386.                                            The Evolution of Internet-based Casino Betting: Developments to Keep an Eye On
  2387.                                            </a>
  2388.                                        </h2>
  2389.                                        <ul>
  2390.                                            <li>  
  2391.                                                
  2392.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;">
  2393.                                                
  2394.                                            </li>
  2395.                                            <li class="top-color">By David Booth</li>
  2396.                                            <li class="top-color">17 Jul 2026</li>
  2397.                                        </ul>
  2398.                                        <p class="top-color"> </p>
  2399.                                    </div>
  2400.                                </div>
  2401.                            </div>
  2402.                        
  2403.                            
  2404.                            
  2405.  
  2406.                        </div>
  2407.                    </div>
  2408.                </div>
  2409.                <!-- end wpo-blog-section -->
  2410.            </div>
  2411.  
  2412.            <div class="col col-lg-4 col-12">
  2413.                
  2414.  
  2415.  
  2416.  
  2417.    
  2418.  
  2419.  
  2420. <!-- Blog Sidebar -->
  2421.  
  2422.    <div class="sidebar mb-3">
  2423.        
  2424.        
  2425.        <div class="sidebar-widget mb-4">
  2426.            <div class="widget-title-wrapper mb-3">
  2427.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2428.                    June 2026 Blog Roll
  2429.                    <span class="title-arrow"></span>
  2430.                </h4>
  2431.            </div>
  2432.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2433.                <ul class="list-unstyled scrollable-sidebar">
  2434.                    
  2435.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2436.                        <a href="https://www.betya.com/en"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="fw-semibold">betya</span>
  2439.                        </a>
  2440.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2441.                    </li>
  2442.                    
  2443.                </ul>
  2444.            </div>
  2445.        </div>
  2446.        
  2447.        <div class="sidebar-widget mb-4">
  2448.            <div class="widget-title-wrapper mb-3">
  2449.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2450.                    May 2026 Blog Roll
  2451.                    <span class="title-arrow"></span>
  2452.                </h4>
  2453.            </div>
  2454.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2455.                <ul class="list-unstyled scrollable-sidebar">
  2456.                    
  2457.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2458.                        <a href="https://moreniche.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2459.                            <i class="ti-angle-right me-2 text-primary"></i>
  2460.                            <span class="fw-semibold">best canada online casinos</span>
  2461.                        </a>
  2462.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2463.                    </li>
  2464.                    
  2465.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2466.                        <a href="https://getonboardbc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2467.                            <i class="ti-angle-right me-2 text-primary"></i>
  2468.                            <span class="fw-semibold">online casino Toronto</span>
  2469.                        </a>
  2470.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2471.                    </li>
  2472.                    
  2473.                </ul>
  2474.            </div>
  2475.        </div>
  2476.        
  2477.        <div class="sidebar-widget mb-4">
  2478.            <div class="widget-title-wrapper mb-3">
  2479.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2480.                    April 2026 Blog Roll
  2481.                    <span class="title-arrow"></span>
  2482.                </h4>
  2483.            </div>
  2484.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2485.                <ul class="list-unstyled scrollable-sidebar">
  2486.                    
  2487.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2488.                        <a href="https://candopeople.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2489.                            <i class="ti-angle-right me-2 text-primary"></i>
  2490.                            <span class="fw-semibold">best online casino canada</span>
  2491.                        </a>
  2492.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2493.                    </li>
  2494.                    
  2495.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2496.                        <a href="https://www.accessibilitychrc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2497.                            <i class="ti-angle-right me-2 text-primary"></i>
  2498.                            <span class="fw-semibold">online casino canada</span>
  2499.                        </a>
  2500.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2501.                    </li>
  2502.                    
  2503.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2504.                        <a href="https://esportsinsider.com/ca/gambling/online-casinos-canada"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2505.                            <i class="ti-angle-right me-2 text-primary"></i>
  2506.                            <span class="fw-semibold">online casino canada</span>
  2507.                        </a>
  2508.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2509.                    </li>
  2510.                    
  2511.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2512.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2513.                            <i class="ti-angle-right me-2 text-primary"></i>
  2514.                            <span class="fw-semibold">new casino</span>
  2515.                        </a>
  2516.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2517.                    </li>
  2518.                    
  2519.                </ul>
  2520.            </div>
  2521.        </div>
  2522.        
  2523.        <div class="sidebar-widget mb-4">
  2524.            <div class="widget-title-wrapper mb-3">
  2525.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2526.                    March 2026 Blog Roll
  2527.                    <span class="title-arrow"></span>
  2528.                </h4>
  2529.            </div>
  2530.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2531.                <ul class="list-unstyled scrollable-sidebar">
  2532.                    
  2533.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2534.                        <a href="https://beaconhillpark.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="fw-semibold">best ontario online casinos</span>
  2537.                        </a>
  2538.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2539.                    </li>
  2540.                    
  2541.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2542.                        <a href="https://www.ncwc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2543.                            <i class="ti-angle-right me-2 text-primary"></i>
  2544.                            <span class="fw-semibold">fastest payout online casino canada</span>
  2545.                        </a>
  2546.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2547.                    </li>
  2548.                    
  2549.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2550.                        <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2551.                            <i class="ti-angle-right me-2 text-primary"></i>
  2552.                            <span class="fw-semibold">best betting sites</span>
  2553.                        </a>
  2554.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2555.                    </li>
  2556.                    
  2557.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2558.                        <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2559.                            <i class="ti-angle-right me-2 text-primary"></i>
  2560.                            <span class="fw-semibold">online casino canada</span>
  2561.                        </a>
  2562.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2563.                    </li>
  2564.                    
  2565.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2566.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2567.                            <i class="ti-angle-right me-2 text-primary"></i>
  2568.                            <span class="fw-semibold">online casinos canada</span>
  2569.                        </a>
  2570.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2571.                    </li>
  2572.                    
  2573.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2574.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2575.                            <i class="ti-angle-right me-2 text-primary"></i>
  2576.                            <span class="fw-semibold">online casino</span>
  2577.                        </a>
  2578.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2579.                    </li>
  2580.                    
  2581.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2582.                        <a href="https://globalfrp.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2583.                            <i class="ti-angle-right me-2 text-primary"></i>
  2584.                            <span class="fw-semibold">online casinos</span>
  2585.                        </a>
  2586.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2587.                    </li>
  2588.                    
  2589.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2590.                        <a href="https://www.beachhousevictoria.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2591.                            <i class="ti-angle-right me-2 text-primary"></i>
  2592.                            <span class="fw-semibold">betting sites</span>
  2593.                        </a>
  2594.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2595.                    </li>
  2596.                    
  2597.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2598.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="fw-semibold">betting sites</span>
  2601.                        </a>
  2602.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2603.                    </li>
  2604.                    
  2605.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2606.                        <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2607.                            <i class="ti-angle-right me-2 text-primary"></i>
  2608.                            <span class="fw-semibold">betting sites</span>
  2609.                        </a>
  2610.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2611.                    </li>
  2612.                    
  2613.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2614.                        <a href="https://www.cannellevanille.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2615.                            <i class="ti-angle-right me-2 text-primary"></i>
  2616.                            <span class="fw-semibold">online casinos canada</span>
  2617.                        </a>
  2618.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2619.                    </li>
  2620.                    
  2621.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2622.                        <a href="https://prinniefied.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2623.                            <i class="ti-angle-right me-2 text-primary"></i>
  2624.                            <span class="fw-semibold">online casino</span>
  2625.                        </a>
  2626.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2627.                    </li>
  2628.                    
  2629.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2630.                        <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2631.                            <i class="ti-angle-right me-2 text-primary"></i>
  2632.                            <span class="fw-semibold">best online casino canada</span>
  2633.                        </a>
  2634.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2635.                    </li>
  2636.                    
  2637.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2638.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2639.                            <i class="ti-angle-right me-2 text-primary"></i>
  2640.                            <span class="fw-semibold">online casinos</span>
  2641.                        </a>
  2642.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2643.                    </li>
  2644.                    
  2645.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2646.                        <a href="https://abortionincanada.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2647.                            <i class="ti-angle-right me-2 text-primary"></i>
  2648.                            <span class="fw-semibold">online casinos canada</span>
  2649.                        </a>
  2650.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2651.                    </li>
  2652.                    
  2653.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2654.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2655.                            <i class="ti-angle-right me-2 text-primary"></i>
  2656.                            <span class="fw-semibold">online casinos</span>
  2657.                        </a>
  2658.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2659.                    </li>
  2660.                    
  2661.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2662.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2663.                            <i class="ti-angle-right me-2 text-primary"></i>
  2664.                            <span class="fw-semibold">online casinos</span>
  2665.                        </a>
  2666.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2667.                    </li>
  2668.                    
  2669.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2670.                        <a href="https://www.beaconlearningcenter.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2671.                            <i class="ti-angle-right me-2 text-primary"></i>
  2672.                            <span class="fw-semibold">new casino canada</span>
  2673.                        </a>
  2674.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2675.                    </li>
  2676.                    
  2677.                </ul>
  2678.            </div>
  2679.        </div>
  2680.        
  2681.        <div class="sidebar-widget mb-4">
  2682.            <div class="widget-title-wrapper mb-3">
  2683.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2684.                    February 2026 Blog Roll
  2685.                    <span class="title-arrow"></span>
  2686.                </h4>
  2687.            </div>
  2688.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2689.                <ul class="list-unstyled scrollable-sidebar">
  2690.                    
  2691.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2692.                        <a href="https://casinoutansvensklicens.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2693.                            <i class="ti-angle-right me-2 text-primary"></i>
  2694.                            <span class="fw-semibold">läs mer</span>
  2695.                        </a>
  2696.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2697.                    </li>
  2698.                    
  2699.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2700.                        <a href="https://dundaswestfest.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2701.                            <i class="ti-angle-right me-2 text-primary"></i>
  2702.                            <span class="fw-semibold">best casino online in canada</span>
  2703.                        </a>
  2704.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2705.                    </li>
  2706.                    
  2707.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2708.                        <a href="https://phonelegal.com/contact"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2709.                            <i class="ti-angle-right me-2 text-primary"></i>
  2710.                            <span class="fw-semibold">Tinjauan Perjalanan Evolusi Pemain Slot Digital Dari Fase Eksplorasi Hingga Menjadi Rutinitas</span>
  2711.                        </a>
  2712.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2713.                    </li>
  2714.                    
  2715.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2716.                        <a href="https://www.lacasadellapoesia.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2717.                            <i class="ti-angle-right me-2 text-primary"></i>
  2718.                            <span class="fw-semibold">168games --alternatif</span>
  2719.                        </a>
  2720.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2721.                    </li>
  2722.                    
  2723.                </ul>
  2724.            </div>
  2725.        </div>
  2726.        
  2727.  
  2728.        <!-- Recent Posts Section -->
  2729.        <div class="sidebar-widget mb-3">
  2730.            <div class="widget-title-wrapper mb-3">
  2731.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2732.                    Recent Posts
  2733.                    <span class="title-arrow"></span>
  2734.                </h4>
  2735.            </div>
  2736.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2737.                <div class="recent-post-list">
  2738.                    
  2739.                    
  2740.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2741.                        <div class="post-image me-3 flex-shrink-0">
  2742.                            
  2743.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2744.                            
  2745.                        </div>
  2746.                        <div class="post-content flex-grow-1">
  2747.                            <h6 class="post-title mb-1">
  2748.                                 <a href="/unveiling-the-captivating-history-of-the-original-slot-machine-and-its-impact/" class="text-decoration-none top-color fw-semibold">
  2749.                                    Unveiling the Captivating History of the Original Slot Machine and Its Impact
  2750.                                </a>
  2751.                            </h6>
  2752.                            <div class="post-meta">
  2753.                                <small class="text-muted">
  2754.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2755.                                </small>
  2756.                                <!-- <small class="text-muted ms-2">
  2757.                                    <i class="ti-eye me-1"></i>234 views
  2758.                                </small> -->
  2759.                            </div>
  2760.                        </div>
  2761.                    </div>
  2762.                    
  2763.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2764.                        <div class="post-image me-3 flex-shrink-0">
  2765.                            
  2766.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2767.                            
  2768.                        </div>
  2769.                        <div class="post-content flex-grow-1">
  2770.                            <h6 class="post-title mb-1">
  2771.                                 <a href="/california-is-fully-free-of-drought-for-the-first-instance-in-a-quarter-century/" class="text-decoration-none top-color fw-semibold">
  2772.                                    California is Fully Free of Drought for the First Instance in a Quarter Century.
  2773.                                </a>
  2774.                            </h6>
  2775.                            <div class="post-meta">
  2776.                                <small class="text-muted">
  2777.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2778.                                </small>
  2779.                                <!-- <small class="text-muted ms-2">
  2780.                                    <i class="ti-eye me-1"></i>234 views
  2781.                                </small> -->
  2782.                            </div>
  2783.                        </div>
  2784.                    </div>
  2785.                    
  2786.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2787.                        <div class="post-image me-3 flex-shrink-0">
  2788.                            
  2789.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2790.                            
  2791.                        </div>
  2792.                        <div class="post-content flex-grow-1">
  2793.                            <h6 class="post-title mb-1">
  2794.                                 <a href="/prescott-guides-dallas-cowboys-past-reeling-washington-commanders-to-launch-christmas-triple-header/" class="text-decoration-none top-color fw-semibold">
  2795.                                    Prescott Guides Dallas Cowboys Past Reeling Washington Commanders to Launch Christmas Triple-Header.
  2796.                                </a>
  2797.                            </h6>
  2798.                            <div class="post-meta">
  2799.                                <small class="text-muted">
  2800.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2801.                                </small>
  2802.                                <!-- <small class="text-muted ms-2">
  2803.                                    <i class="ti-eye me-1"></i>234 views
  2804.                                </small> -->
  2805.                            </div>
  2806.                        </div>
  2807.                    </div>
  2808.                    
  2809.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2810.                        <div class="post-image me-3 flex-shrink-0">
  2811.                            
  2812.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2813.                            
  2814.                        </div>
  2815.                        <div class="post-content flex-grow-1">
  2816.                            <h6 class="post-title mb-1">
  2817.                                 <a href="/domineering-coercive-imperialistic-this-return-of-the-negative-us-stereotype/" class="text-decoration-none top-color fw-semibold">
  2818.                                    Domineering, Coercive, Imperialistic: this Return of the Negative U.S. Stereotype
  2819.                                </a>
  2820.                            </h6>
  2821.                            <div class="post-meta">
  2822.                                <small class="text-muted">
  2823.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2824.                                </small>
  2825.                                <!-- <small class="text-muted ms-2">
  2826.                                    <i class="ti-eye me-1"></i>234 views
  2827.                                </small> -->
  2828.                            </div>
  2829.                        </div>
  2830.                    </div>
  2831.                    
  2832.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2833.                        <div class="post-image me-3 flex-shrink-0">
  2834.                            
  2835.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2836.                            
  2837.                        </div>
  2838.                        <div class="post-content flex-grow-1">
  2839.                            <h6 class="post-title mb-1">
  2840.                                 <a href="/epl-updates-palmer-set-for-chelsea-return-idrissa-gueyes-failed-red-card-appeal-lacks-explanation/" class="text-decoration-none top-color fw-semibold">
  2841.                                    EPL Updates: Palmer Set for Chelsea Return; Idrissa Gueye&#x27;s Failed Red Card Appeal Lacks Explanation
  2842.                                </a>
  2843.                            </h6>
  2844.                            <div class="post-meta">
  2845.                                <small class="text-muted">
  2846.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2847.                                </small>
  2848.                                <!-- <small class="text-muted ms-2">
  2849.                                    <i class="ti-eye me-1"></i>234 views
  2850.                                </small> -->
  2851.                            </div>
  2852.                        </div>
  2853.                    </div>
  2854.                    
  2855.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2856.                        <div class="post-image me-3 flex-shrink-0">
  2857.                            
  2858.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2859.                            
  2860.                        </div>
  2861.                        <div class="post-content flex-grow-1">
  2862.                            <h6 class="post-title mb-1">
  2863.                                 <a href="/the-two-fatalities-identified-in-the-ivy-league-school-attack-as-law-enforcement-persist-in-hunt-for-perpetrator/" class="text-decoration-none top-color fw-semibold">
  2864.                                    The Two Fatalities Identified in the Ivy League School Attack as Law Enforcement Persist in Hunt for Perpetrator.
  2865.                                </a>
  2866.                            </h6>
  2867.                            <div class="post-meta">
  2868.                                <small class="text-muted">
  2869.                                    <i class="ti-calendar me-1"></i>17 Jul 2026
  2870.                                </small>
  2871.                                <!-- <small class="text-muted ms-2">
  2872.                                    <i class="ti-eye me-1"></i>234 views
  2873.                                </small> -->
  2874.                            </div>
  2875.                        </div>
  2876.                    </div>
  2877.                    
  2878.  
  2879.                </div>
  2880.            </div>
  2881.        </div>
  2882.  
  2883.    </div>
  2884.  
  2885.  
  2886. <!-- Sidebar Styles -->
  2887. <style>
  2888.    .sidebar-widget {
  2889.        position: relative;
  2890.    }
  2891.    
  2892.    .widget-title {
  2893.        font-size: 1.1rem;
  2894.        font-weight: 700;
  2895.        display: inline-block;
  2896.        position: relative;
  2897.        z-index: 2;
  2898.        border-radius: 0;
  2899.    }
  2900.    
  2901.    .title-arrow::after {
  2902.        content: '';
  2903.        position: absolute;
  2904.        top: 0;
  2905.        right: -20px;
  2906.        width: 0;
  2907.        height: 0;
  2908.        border-left: 20px solid var(--bs-primary);
  2909.        border-top: 20px solid transparent;
  2910.        border-bottom: 20px solid transparent;
  2911.        z-index: 1;
  2912.    }
  2913.    
  2914.    .widget-content {
  2915.        margin-top: -1px;
  2916.        position: relative;
  2917.        z-index: 1;
  2918.         background-color: var(--card-bg);
  2919.    }
  2920.    
  2921.    .recent-post-item:hover .post-title1 a {
  2922.        color: #dc3545 !important;
  2923.        transition: color 0.3s ease;
  2924.    }
  2925.    
  2926.    .recent-post-item .post-image img {
  2927.        transition: transform 0.3s ease;
  2928.    }
  2929.    
  2930.    .recent-post-item:hover .post-image img {
  2931.        transform: scale(1.05);
  2932.    }
  2933.    
  2934.    .btn:hover {
  2935.        transform: translateY(-1px);
  2936.        transition: all 0.3s ease;
  2937.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  2938.    }
  2939.    
  2940.    @media (max-width: 991px) {
  2941.        .sidebar {
  2942.            margin-top: 3rem;
  2943.        }
  2944.    }
  2945.    
  2946.    @media (max-width: 576px) {
  2947.        .widget-title {
  2948.            font-size: 1rem;
  2949.            padding: 0.75rem 1rem !important;
  2950.        }
  2951.        
  2952.        .title-arrow::after {
  2953.            right: -15px;
  2954.            border-left: 15px solid var(--bs-primary);
  2955.            border-top: 15px solid transparent;
  2956.            border-bottom: 15px solid transparent;
  2957.        }
  2958.        
  2959.        .post-image {
  2960.            display: none !important;
  2961.        }
  2962.    }
  2963. </style>
  2964.    
  2965.            </div>
  2966.        </div>
  2967.    </div> <!-- end container -->
  2968. </section>
  2969.  
  2970.    
  2971.        
  2972.        <!-- end wpo-blog-highlights-section -->
  2973.        <!-- start wpo-blog-sponsored-section -->
  2974.        
  2975.  
  2976.  
  2977.  
  2978.    
  2979.  
  2980.  
  2981.  
  2982. <style>
  2983.    .sponsored-section-v6 {
  2984.        padding: 45px 0;
  2985.        background: transparent;
  2986.    }
  2987.    
  2988.    .sponsored-card-v6 {
  2989.        background: #ffffff;
  2990.        border: 1px solid #f8f8f8;
  2991.        transition: opacity 0.3s ease;
  2992.        height: 100%;
  2993.    }
  2994.    
  2995.    .sponsored-card-v6:hover {
  2996.        opacity: 0.95;
  2997.    }
  2998.    
  2999.    .sponsored-image-v6 {
  3000.        position: relative;
  3001.        height: 170px;
  3002.    }
  3003.    
  3004.    .sponsored-image-v6 img {
  3005.        width: 100%;
  3006.        height: 100%;
  3007.        object-fit: cover;
  3008.    }
  3009.    
  3010.    .sponsored-image-v6::after {
  3011.        content: '';
  3012.        position: absolute;
  3013.        top: 0;
  3014.        left: 0;
  3015.        right: 0;
  3016.        bottom: 0;
  3017.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3018.    }
  3019.    
  3020.    .sponsored-badge-v6 {
  3021.        position: absolute;
  3022.        top: 10px;
  3023.        left: 10px;
  3024.        padding: 5px 12px;
  3025.        font-size: 12px;
  3026.        font-weight: 600;
  3027.        text-transform: uppercase;
  3028.        border-radius: 4px;
  3029.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3030.    }
  3031.    
  3032.    .sponsored-content-v6 {
  3033.        padding: 12px;
  3034.    }
  3035.    
  3036.    .sponsored-title-v6 {
  3037.        font-size: 14px;
  3038.        font-weight: 700;
  3039.        line-height: 1.3;
  3040.        margin-bottom: 6px;
  3041.        color: #333;
  3042.    }
  3043.    
  3044.    .sponsored-title-v6 a {
  3045.        text-decoration: none;
  3046.        color: #333;
  3047.    }
  3048.    
  3049.    .sponsored-title-v6 a:hover {
  3050.        color: #fd7e14; /* Orange hover */
  3051.    }
  3052.    
  3053.    .sponsored-excerpt-v6 {
  3054.        font-size: 12px;
  3055.        font-weight: 600;
  3056.        color: #868e96;
  3057.        margin-bottom: 8px;
  3058.        line-height: 1.4;
  3059.    }
  3060.    
  3061.    .sponsored-meta-v6 {
  3062.        font-size: 11px;
  3063.        color: #6c757d;
  3064.    }
  3065.    
  3066.    .author-info-v6 {
  3067.        display: inline;
  3068.        margin-right: 10px;
  3069.    }
  3070.    
  3071.    .sponsored-author-img-v6 {
  3072.        width: 20px;
  3073.        height: 20px;
  3074.        border-radius: 50%;
  3075.        object-fit: cover;
  3076.        vertical-align: middle;
  3077.        margin-right: 4px;
  3078.    }
  3079.    
  3080.    .section-title-sponsored-v6 {
  3081.        font-size: 1.9rem;
  3082.        font-weight: 600;
  3083.        text-align: left;
  3084.        margin-bottom: 25px;
  3085.        color: #333;
  3086.        border-left: 4px solid #fd7e14;
  3087.        padding-left: 15px;
  3088.    }
  3089.  
  3090.    @media (max-width: 768px) {
  3091.        .sponsored-section-v6 {
  3092.            padding: 25px 0;
  3093.        }
  3094.        .sponsored-image-v6 {
  3095.            height: 130px;
  3096.        }
  3097.        .sponsored-content-v6 {
  3098.            padding: 10px;
  3099.        }
  3100.        .sponsored-title-v6 {
  3101.            font-size: 13px;
  3102.        }
  3103.        .sponsored-excerpt-v6 {
  3104.            font-size: 11px;
  3105.        }
  3106.        .section-title-sponsored-v6 {
  3107.            font-size: 1.6rem;
  3108.            padding-left: 10px;
  3109.        }
  3110.    }
  3111. </style>
  3112.  
  3113. <section class="sponsored-section-v6">
  3114.    <div class="container-fluid fluid-container">
  3115.        <div class="row">
  3116.            <div class="col-12">
  3117.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3118.            </div>
  3119.        </div>
  3120.        
  3121.        <div class="row g-3">
  3122.            
  3123.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3124.                <div class="card sponsored-card-v6">
  3125.                    <div class="sponsored-image-v6">
  3126.                        
  3127.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3128.                        
  3129.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3130.                    </div>
  3131.                    <div class="sponsored-content-v6">
  3132.                        <h3 class="sponsored-title-v6">
  3133.                            <a href="/unveiling-the-captivating-history-of-the-original-slot-machine-and-its-impact/" >
  3134.                                            Unveiling the Captivating History of the Original Slot Machine and Its Impact
  3135.                                            </a>
  3136.                        </h3>
  3137.                        <p class="sponsored-excerpt-v6">
  3138.                            
  3139.                        </p>
  3140.                        <div class="sponsored-meta-v6">
  3141.                            <span class="author-info-v6">
  3142.                                
  3143.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3144.                                
  3145.                               David Booth
  3146.                            </span>
  3147.                            | 17 Jul 2026
  3148.                        </div>
  3149.                    </div>
  3150.                </div>
  3151.            </div>
  3152.            
  3153.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3154.                <div class="card sponsored-card-v6">
  3155.                    <div class="sponsored-image-v6">
  3156.                        
  3157.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3158.                        
  3159.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3160.                    </div>
  3161.                    <div class="sponsored-content-v6">
  3162.                        <h3 class="sponsored-title-v6">
  3163.                            <a href="/california-is-fully-free-of-drought-for-the-first-instance-in-a-quarter-century/" >
  3164.                                            California is Fully Free of Drought for the First Instance in a Quarter Century.
  3165.                                            </a>
  3166.                        </h3>
  3167.                        <p class="sponsored-excerpt-v6">
  3168.                            
  3169.                        </p>
  3170.                        <div class="sponsored-meta-v6">
  3171.                            <span class="author-info-v6">
  3172.                                
  3173.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3174.                                
  3175.                               David Booth
  3176.                            </span>
  3177.                            | 17 Jul 2026
  3178.                        </div>
  3179.                    </div>
  3180.                </div>
  3181.            </div>
  3182.            
  3183.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3184.                <div class="card sponsored-card-v6">
  3185.                    <div class="sponsored-image-v6">
  3186.                        
  3187.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3188.                        
  3189.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3190.                    </div>
  3191.                    <div class="sponsored-content-v6">
  3192.                        <h3 class="sponsored-title-v6">
  3193.                            <a href="/prescott-guides-dallas-cowboys-past-reeling-washington-commanders-to-launch-christmas-triple-header/" >
  3194.                                            Prescott Guides Dallas Cowboys Past Reeling Washington Commanders to Launch Christmas Triple-Header.
  3195.                                            </a>
  3196.                        </h3>
  3197.                        <p class="sponsored-excerpt-v6">
  3198.                            
  3199.                        </p>
  3200.                        <div class="sponsored-meta-v6">
  3201.                            <span class="author-info-v6">
  3202.                                
  3203.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3204.                                
  3205.                               David Booth
  3206.                            </span>
  3207.                            | 17 Jul 2026
  3208.                        </div>
  3209.                    </div>
  3210.                </div>
  3211.            </div>
  3212.            
  3213.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3214.                <div class="card sponsored-card-v6">
  3215.                    <div class="sponsored-image-v6">
  3216.                        
  3217.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3218.                        
  3219.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3220.                    </div>
  3221.                    <div class="sponsored-content-v6">
  3222.                        <h3 class="sponsored-title-v6">
  3223.                            <a href="/domineering-coercive-imperialistic-this-return-of-the-negative-us-stereotype/" >
  3224.                                            Domineering, Coercive, Imperialistic: this Return of the Negative U.S. Stereotype
  3225.                                            </a>
  3226.                        </h3>
  3227.                        <p class="sponsored-excerpt-v6">
  3228.                            
  3229.                        </p>
  3230.                        <div class="sponsored-meta-v6">
  3231.                            <span class="author-info-v6">
  3232.                                
  3233.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3234.                                
  3235.                               David Booth
  3236.                            </span>
  3237.                            | 17 Jul 2026
  3238.                        </div>
  3239.                    </div>
  3240.                </div>
  3241.            </div>
  3242.            
  3243.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3244.                <div class="card sponsored-card-v6">
  3245.                    <div class="sponsored-image-v6">
  3246.                        
  3247.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3248.                        
  3249.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3250.                    </div>
  3251.                    <div class="sponsored-content-v6">
  3252.                        <h3 class="sponsored-title-v6">
  3253.                            <a href="/epl-updates-palmer-set-for-chelsea-return-idrissa-gueyes-failed-red-card-appeal-lacks-explanation/" >
  3254.                                            EPL Updates: Palmer Set for Chelsea Return; Idrissa Gueye&#x27;s Failed Red Card Appeal Lacks Explanation
  3255.                                            </a>
  3256.                        </h3>
  3257.                        <p class="sponsored-excerpt-v6">
  3258.                            
  3259.                        </p>
  3260.                        <div class="sponsored-meta-v6">
  3261.                            <span class="author-info-v6">
  3262.                                
  3263.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3264.                                
  3265.                               David Booth
  3266.                            </span>
  3267.                            | 17 Jul 2026
  3268.                        </div>
  3269.                    </div>
  3270.                </div>
  3271.            </div>
  3272.            
  3273.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3274.                <div class="card sponsored-card-v6">
  3275.                    <div class="sponsored-image-v6">
  3276.                        
  3277.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3278.                        
  3279.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3280.                    </div>
  3281.                    <div class="sponsored-content-v6">
  3282.                        <h3 class="sponsored-title-v6">
  3283.                            <a href="/the-two-fatalities-identified-in-the-ivy-league-school-attack-as-law-enforcement-persist-in-hunt-for-perpetrator/" >
  3284.                                            The Two Fatalities Identified in the Ivy League School Attack as Law Enforcement Persist in Hunt for Perpetrator.
  3285.                                            </a>
  3286.                        </h3>
  3287.                        <p class="sponsored-excerpt-v6">
  3288.                            
  3289.                        </p>
  3290.                        <div class="sponsored-meta-v6">
  3291.                            <span class="author-info-v6">
  3292.                                
  3293.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ab68a1-7304-4294-85b7-ec80b123d520_profile.png" alt="David Booth" style="object-fit: cover;" class="sponsored-author-img-v6">
  3294.                                
  3295.                               David Booth
  3296.                            </span>
  3297.                            | 17 Jul 2026
  3298.                        </div>
  3299.                    </div>
  3300.                </div>
  3301.            </div>
  3302.            
  3303.        </div>
  3304.    </div>
  3305. </section>
  3306.  
  3307.  
  3308.    
  3309.        <!-- end wpo-blog-sponsored-section -->
  3310.        <!-- start wpo-subscribe-section -->
  3311.        
  3312.        <!-- end subscribe-section -->
  3313.        <!-- start of wpo-site-footer-section -->
  3314.        
  3315.  
  3316.  
  3317.  
  3318.  
  3319.  
  3320.  
  3321. <!-- Footer V4 - Modern Corporate Design -->
  3322. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3323.  
  3324.    <div class="container-fluid fluid-container">
  3325.        
  3326.        <!-- Content Sections -->
  3327.        <div class="content-sections">
  3328.            <div class="row g-5">
  3329.                
  3330.                <!-- Brand Column -->
  3331.                <div class="col-lg-4 col-md-12">
  3332.                    <div class="brand-section">
  3333.                        <div class="brand-header">
  3334.                            
  3335.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/068cd32b-6ca7-4c84-b14e-5f35c27e6098_logo.png" alt="PureTrail" class="brand-logo" loading="lazy">
  3336.                            
  3337.                            <div class="brand-text">
  3338.                                <h3 class="brand-name">PureTrail</h3>
  3339.                                <span class="brand-type">Digital Publication</span>
  3340.                            </div>
  3341.                        </div>
  3342.                        <p class="brand-description  text-lg-start ">
  3343.                            Discover hiking tips, gear reviews, and inspiring stories from Canada&#x27;s wilderness. Join our community for outdoor adventure guides and nature photography.
  3344.                        </p>
  3345.                    </div>
  3346.                </div>
  3347.  
  3348.                <!-- Quick Links Column -->
  3349.               <div class="col-lg-4 col-md-6">
  3350.                    <div class="links-section">
  3351.                        <div class="section-title">
  3352.                            <h4 class="title-text">Resources</h4>
  3353.                            <div class="title-decoration"></div>
  3354.                        </div>
  3355.                        <div class="links-container">
  3356.                          
  3357. <div class="link-group">
  3358.    <ul class="link-list" id="externalLinks">
  3359.        
  3360.  
  3361.    
  3362.        
  3363.        
  3364.        
  3365.    </ul>
  3366. </div>
  3367.  
  3368.                        </div>
  3369.                    </div>
  3370.                </div>
  3371.  
  3372.                <!-- Categories Column -->
  3373.                <div class="col-lg-4 col-md-6">
  3374.                    <div class="categories-section">
  3375.                        <div class="section-title">
  3376.                            <h4 class="title-text">Explore Topics</h4>
  3377.                            <div class="title-decoration"></div>
  3378.                        </div>
  3379.                        <div class="categories-container">
  3380.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3381.                            <div class="categories-cloud">
  3382.                                
  3383.                                <a href="/category/all-posts/" class="category-pill">
  3384.                                    All Posts
  3385.                                </a>
  3386.                                
  3387.                                <a href="/category/business/" class="category-pill">
  3388.                                    Business
  3389.                                </a>
  3390.                                
  3391.                                <a href="/category/esports/" class="category-pill">
  3392.                                    Esports
  3393.                                </a>
  3394.                                
  3395.                                <a href="/category/fashion/" class="category-pill">
  3396.                                    Fashion
  3397.                                </a>
  3398.                                
  3399.                                <a href="/category/featured/" class="category-pill">
  3400.                                    Featured
  3401.                                </a>
  3402.                                
  3403.                                <a href="/category/gaming/" class="category-pill">
  3404.                                    Gaming
  3405.                                </a>
  3406.                                
  3407.                                <a href="/category/health/" class="category-pill">
  3408.                                    Health
  3409.                                </a>
  3410.                                
  3411.                                <a href="/category/life-fitness/" class="category-pill">
  3412.                                    Life &amp; Fitness
  3413.                                </a>
  3414.                                
  3415.                            </div>
  3416.                        </div>
  3417.                    </div>
  3418.                </div>
  3419.  
  3420.            </div>
  3421.        </div>
  3422.  
  3423.        <!-- Footer Bottom -->
  3424.        <div class="footer-bottom">
  3425.            <div class="bottom-border"></div>
  3426.            <div class=" d-flex justify-content-between flex-wrap">
  3427.                <div>
  3428.                    <div class="copyright-info">
  3429.                        <p class="copyright-main">
  3430.                            © 2026 <span class="brand-highlight">PureTrail</span>. All rights reserved.
  3431.                        </p>
  3432.                        <p class="copyright-sub">
  3433.                            Thoughtfully crafted content for curious minds worldwide.
  3434.                        </p>
  3435.                    </div>
  3436.                </div>
  3437.                <div>
  3438.                    <div class="footer-actions">
  3439.                        <div class="action-links">
  3440.                            <a href="/page/write-for-us/" class="action-link">
  3441.                                <i class="bi bi-shield-check"></i>
  3442.                                <span>Write For Us</span>
  3443.                            </a>
  3444.                            <a href="/page/terms-and-conditions/" class="action-link">
  3445.                                <i class="bi bi-shield-check"></i>
  3446.                                <span>Terms & Conditions</span>
  3447.                            </a>
  3448.                            <a href="/sitemap.xml" class="action-link">
  3449.                                <i class="bi bi-diagram-3"></i>
  3450.                                <span>Sitemap</span>
  3451.                            </a>
  3452.                        </div>
  3453.  
  3454.                    </div>
  3455.                </div>
  3456.            </div>
  3457.        </div>
  3458.  
  3459.    </div>
  3460.  
  3461.    
  3462.  
  3463. </footer>
  3464.  
  3465.  
  3466. <style>
  3467. /* Footer V4 - Modern Corporate Design */
  3468. .wpo-site-footer-v4 {
  3469.    color: var(--footer-color);
  3470.    margin-top: 100px;
  3471. }
  3472.  
  3473.  
  3474. .accent-line {
  3475.    position: absolute;
  3476.    top: 0;
  3477.    height: 100%;
  3478.    width: 33.333%;
  3479.    opacity: 0.8;
  3480. }
  3481.  
  3482. .accent-1 {
  3483.    left: 0;
  3484.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3485.    animation: slideRight 3s ease-in-out infinite;
  3486. }
  3487.  
  3488. .accent-2 {
  3489.    left: 33.333%;
  3490.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3491.    animation: slideRight 3s ease-in-out infinite 1s;
  3492. }
  3493.  
  3494. .accent-3 {
  3495.    left: 66.666%;
  3496.    background: linear-gradient(90deg, #10b981, #059669);
  3497.    animation: slideRight 3s ease-in-out infinite 2s;
  3498. }
  3499.  
  3500. @keyframes slideRight {
  3501.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3502.    50% { transform: translateX(10px); opacity: 1; }
  3503. }
  3504.  
  3505. /* Content Sections */
  3506. .content-sections {
  3507.    padding: 60px 0;
  3508.    position: relative;
  3509.    z-index: 2;
  3510. }
  3511.  
  3512. /* Brand Section */
  3513. .brand-section {
  3514.    padding-right: 2rem;
  3515. }
  3516.  
  3517. .brand-header {
  3518.    display: flex;
  3519.    align-items: center;
  3520.    margin-bottom: 2rem;
  3521.    gap: 1rem;
  3522. }
  3523.  
  3524. .brand-logo {
  3525.    height: 50px;
  3526.    width: auto;
  3527.    border-radius: 8px;
  3528. }
  3529.  
  3530. .brand-name {
  3531.    font-size: 1.5rem;
  3532.    font-weight: 800;
  3533.    color: var(--footer-color) !important;
  3534.    margin: 0;
  3535. }
  3536.  
  3537. .brand-type {
  3538.    color: var(--footer-color) !important;
  3539.    opacity: 0.8;
  3540.    font-size: 0.85rem;
  3541.    font-weight: 500;
  3542.    text-transform: uppercase;
  3543.    letter-spacing: 0.5px;
  3544. }
  3545.  
  3546. .brand-description {
  3547.    color: var(--footer-color) !important;
  3548.    line-height: 1.7;
  3549.    margin-bottom: 2rem;
  3550.    font-size: 0.95rem;
  3551. }
  3552.  
  3553. .brand-stats {
  3554.    display: flex;
  3555.    align-items: center;
  3556.    gap: 1.5rem;
  3557. }
  3558.  
  3559. .stat-item {
  3560.    text-align: center;
  3561. }
  3562.  
  3563. .stat-number {
  3564.    font-size: 1.5rem;
  3565.    font-weight: 800;
  3566.    color: #3b82f6;
  3567.    display: block;
  3568.    line-height: 1;
  3569. }
  3570.  
  3571. .stat-label {
  3572.    font-size: 0.8rem;
  3573.    color: #94a3b8;
  3574.    margin-top: 0.25rem;
  3575. }
  3576.  
  3577. .stat-divider {
  3578.    width: 1px;
  3579.    height: 40px;
  3580.    background: rgba(255, 255, 255, 0.2);
  3581. }
  3582.  
  3583. /* Links Section */
  3584. .links-section {
  3585.    padding-left: 1rem;
  3586.    padding-right: 1rem;
  3587. }
  3588.  
  3589. .section-title {
  3590.    margin-bottom: 2rem;
  3591.    position: relative;
  3592. }
  3593.  
  3594. .title-text {
  3595.    font-size: 1.3rem;
  3596.    font-weight: 700;
  3597.    color: var(--footer-color) !important;
  3598.    margin-bottom: 0.5rem;
  3599.    text-align: justify !important;
  3600. }
  3601.  
  3602.  
  3603. .link-group {
  3604.    margin-bottom: 2rem;
  3605. }
  3606.  
  3607. .group-title {
  3608.    font-size: 1rem;
  3609.    font-weight: 600;
  3610.    color: #f1f5f9;
  3611.    margin-bottom: 1rem;
  3612.    padding-bottom: 0.5rem;
  3613.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3614. }
  3615.  
  3616. .link-list {
  3617.    list-style: none;
  3618.    padding: 0;
  3619.    margin: 0;
  3620. }
  3621.  
  3622. .link-item {
  3623.    margin-bottom: 0.75rem;
  3624. }
  3625.  
  3626. .link-text {
  3627.    color: var(--footer-color) !important;
  3628.    text-decoration: none;
  3629.    font-size: 0.9rem;
  3630.    display: flex;
  3631.    align-items: center;
  3632.    transition: all 0.3s ease;
  3633.    padding: 0.25rem 0;
  3634. }
  3635.  
  3636. .link-text:hover {
  3637.    color: #3b82f6;
  3638.    padding-left: 0.5rem;
  3639. }
  3640.  
  3641. .link-icon {
  3642.    margin-right: 0.5rem;
  3643.    opacity: 0;
  3644.    transition: opacity 0.3s ease;
  3645. }
  3646.  
  3647. .link-text:hover .link-icon {
  3648.    opacity: 1;
  3649. }
  3650.  
  3651. .external-icon {
  3652.    color: #10b981;
  3653. }
  3654.  
  3655. /* Categories Section */
  3656. .categories-section {
  3657.    padding-left: 1rem;
  3658. }
  3659.  
  3660. .categories-intro {
  3661.    color: #cbd5e1;
  3662.    margin-bottom: 1.5rem;
  3663.    font-size: 0.9rem;
  3664. }
  3665.  
  3666. .categories-cloud {
  3667.    display: flex;
  3668.    flex-wrap: wrap;
  3669.    gap: 0.75rem;
  3670. }
  3671.  
  3672. .category-pill {
  3673.    display: inline-block;
  3674.    padding: 0.5rem 1rem;
  3675.    background: rgba(255, 255, 255, 0.1);
  3676.    border: 1px solid rgba(255, 255, 255, 0.2);
  3677.    border-radius: 20px;
  3678.    color:  var(--footer-color) !important;
  3679.    text-decoration: none;
  3680.    font-size: 0.85rem;
  3681.    opacity: 0.7;
  3682.    font-weight: 500;
  3683.    transition: all 0.3s ease;
  3684. }
  3685.  
  3686. .category-pill:hover {
  3687.    background: #3b82f6;
  3688.    border-color: #3b82f6;
  3689.    color: var(--footer-color) !important;
  3690.    opacity: 1;
  3691.    transform: translateY(-1px);
  3692.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3693. }
  3694.  
  3695. /* Footer Bottom */
  3696. .footer-bottom {
  3697.    padding: 2rem 0;
  3698.    position: relative;
  3699.    z-index: 2;
  3700. }
  3701.  
  3702. .bottom-border {
  3703.    height: 1px;
  3704.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3705.    margin-bottom: 2rem;
  3706. }
  3707.  
  3708. .copyright-main {
  3709.    font-size: 1rem;
  3710.    color: #e2e8f0;
  3711.    margin-bottom: 0.25rem;
  3712. }
  3713.  
  3714. .brand-highlight {
  3715.    color: var(--footer-color);
  3716.    font-weight: 700;
  3717. }
  3718.  
  3719. .copyright-sub {
  3720.    font-size: 0.85rem;
  3721.    color: #94a3b8;
  3722.    margin: 0;
  3723. }
  3724.  
  3725. .footer-actions {
  3726.    display: flex;
  3727.    align-items: center;
  3728.    gap: 2rem;
  3729. }
  3730.  
  3731. .action-links {
  3732.    display: flex;
  3733.    gap: 1.5rem;
  3734. }
  3735.  
  3736. .action-link {
  3737.    display: flex;
  3738.    align-items: center;
  3739.    gap: 0.5rem;
  3740.    color: #cbd5e1;
  3741.    text-decoration: none;
  3742.    font-size: 0.9rem;
  3743.    transition: color 0.3s ease;
  3744. }
  3745.  
  3746. .action-link:hover {
  3747.    color: #3b82f6;
  3748. }
  3749.  
  3750. .scroll-to-top-btn {
  3751.    background: rgba(255, 255, 255, 0.1);
  3752.    border: 1px solid rgba(255, 255, 255, 0.2);
  3753.    color: #cbd5e1;
  3754.    width: 44px;
  3755.    height: 44px;
  3756.    border-radius: 12px;
  3757.    cursor: pointer;
  3758.    transition: all 0.3s ease;
  3759.    display: flex;
  3760.    align-items: center;
  3761.    justify-content: center;
  3762. }
  3763.  
  3764. .scroll-to-top-btn:hover {
  3765.    background: #3b82f6;
  3766.    border-color: #3b82f6;
  3767.    color: white;
  3768.    transform: translateY(-2px);
  3769. }
  3770.  
  3771. /* Background Pattern */
  3772. .footer-pattern {
  3773.    position: absolute;
  3774.    top: 0;
  3775.    left: 0;
  3776.    width: 100%;
  3777.    height: 100%;
  3778.    z-index: 1;
  3779.    overflow: hidden;
  3780. }
  3781.  
  3782. .pattern-grid {
  3783.    position: relative;
  3784.    width: 100%;
  3785.    height: 100%;
  3786. }
  3787.  
  3788. .pattern-dot {
  3789.    position: absolute;
  3790.    width: 2px;
  3791.    height: 2px;
  3792.    background: rgba(255, 255, 255, 0.1);
  3793.    border-radius: 50%;
  3794. }
  3795.  
  3796. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3797. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3798. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3799. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3800. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3801. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3802.  
  3803. /* Responsive Design */
  3804. @media (max-width: 992px) {
  3805.    .newsletter-heading {
  3806.        font-size: 2rem;
  3807.    }
  3808.    
  3809.    .brand-section {
  3810.        padding-right: 0;
  3811.        margin-bottom: 3rem;
  3812.    }
  3813.    
  3814.    .links-section, .categories-section {
  3815.        padding-left: 0;
  3816.        padding-right: 0;
  3817.    }
  3818.    
  3819.    .brand-stats {
  3820.        justify-content: center;
  3821.        margin-top: 2rem;
  3822.    }
  3823. }
  3824.  
  3825. @media (max-width: 768px) {
  3826.    .newsletter-section {
  3827.        padding: 60px 0 40px;
  3828.    }
  3829.    
  3830.    .newsletter-container {
  3831.        padding: 2rem 1.5rem;
  3832.        margin: 0 1rem;
  3833.    }
  3834.    
  3835.    .newsletter-heading {
  3836.        font-size: 1.75rem;
  3837.    }
  3838.    
  3839.    .content-sections {
  3840.        padding: 40px 0;
  3841.    }
  3842.    
  3843.    .brand-header {
  3844.        flex-direction: column;
  3845.        text-align: center;
  3846.    }
  3847.    
  3848.    .footer-actions {
  3849.        flex-direction: column;
  3850.        gap: 1rem;
  3851.        margin-top: 1.5rem;
  3852.    }
  3853.    
  3854.    .action-links {
  3855.        order: 2;
  3856.    }
  3857.    
  3858.    .scroll-to-top-btn {
  3859.        order: 1;
  3860.    }
  3861. }
  3862.  
  3863. @media (max-width: 576px) {
  3864.    .newsletter-container {
  3865.        padding: 1.5rem 1rem;
  3866.    }
  3867.    
  3868.    .newsletter-heading {
  3869.        font-size: 1.5rem;
  3870.    }
  3871.    
  3872.    .brand-stats {
  3873.        flex-direction: column;
  3874.        gap: 1rem;
  3875.    }
  3876.    
  3877.    .stat-divider {
  3878.        width: 40px;
  3879.        height: 1px;
  3880.    }
  3881.    
  3882.    .action-links {
  3883.        flex-direction: column;
  3884.        gap: 0.75rem;
  3885.        text-align: center;
  3886.    }
  3887.    
  3888.    .pattern-dot {
  3889.        display: none;
  3890.    }
  3891. }
  3892. </style>
  3893.  
  3894. <!-- Bootstrap 5 JS -->
  3895.  
  3896. <script>
  3897. // Scroll to Top Function
  3898. document.addEventListener('DOMContentLoaded', function () {
  3899.    var btn = document.getElementById('toggleExternal');
  3900.    if (!btn) return; // No extra items, no button
  3901.  
  3902.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3903.  
  3904.    btn.addEventListener('click', function () {
  3905.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3906.            return li.classList.contains('d-none');
  3907.        });
  3908.  
  3909.        extras.forEach(function (li) {
  3910.            if (anyHidden) {
  3911.                li.classList.remove('d-none');
  3912.                li.classList.add('show');
  3913.            } else {
  3914.                li.classList.add('d-none');
  3915.                li.classList.remove('show');
  3916.            }
  3917.        });
  3918.  
  3919.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3920.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3921.    });
  3922. });
  3923. function scrollToTop() {
  3924.    window.scrollTo({
  3925.        top: 0,
  3926.        behavior: 'smooth'
  3927.    });
  3928. }
  3929.  
  3930. // Initialize Footer V4 Features
  3931. document.addEventListener('DOMContentLoaded', function() {
  3932.    
  3933.    // Newsletter Form Handling
  3934.    const newsletterForm = document.querySelector('.newsletter-form');
  3935.    const emailInput = document.querySelector('.form-input');
  3936.    const submitButton = document.querySelector('.submit-button');
  3937.    const successMessage = document.querySelector('.success-message');
  3938.    const errorMessage = document.querySelector('.error-message');
  3939.    const infoMessage = document.querySelector('.info-message');
  3940.    
  3941.    if (newsletterForm && emailInput && submitButton) {
  3942.        
  3943.        // Form submission
  3944.        newsletterForm.addEventListener('submit', function(e) {
  3945.            e.preventDefault();
  3946.            
  3947.            const email = emailInput.value.trim();
  3948.            
  3949.            // Validate email
  3950.            if (!email || !isValidEmail(email)) {
  3951.                showMessage('error');
  3952.                emailInput.focus();
  3953.                return;
  3954.            }
  3955.            
  3956.            // Show loading state
  3957.            const originalText = submitButton.querySelector('.button-text').textContent;
  3958.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3959.            
  3960.            submitButton.disabled = true;
  3961.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3962.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3963.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3964.            
  3965.            // Simulate API call
  3966.            setTimeout(() => {
  3967.                // Success state
  3968.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3969.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3970.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3971.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3972.                
  3973.                showMessage('success');
  3974.                
  3975.                // Reset after delay
  3976.                setTimeout(() => {
  3977.                    submitButton.querySelector('.button-text').textContent = originalText;
  3978.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3979.                    submitButton.style.background = '';
  3980.                    submitButton.disabled = false;
  3981.                    emailInput.value = '';
  3982.                    showMessage('info');
  3983.                }, 3000);
  3984.                
  3985.            }, 2000);
  3986.        });
  3987.        
  3988.        // Input validation
  3989.        emailInput.addEventListener('blur', function() {
  3990.            const email = this.value.trim();
  3991.            if (email && !isValidEmail(email)) {
  3992.                this.style.borderColor = '#ef4444';
  3993.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3994.            } else if (email && isValidEmail(email)) {
  3995.                this.style.borderColor = '#10b981';
  3996.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3997.            }
  3998.        });
  3999.        
  4000.        emailInput.addEventListener('focus', function() {
  4001.            this.style.borderColor = '#3b82f6';
  4002.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4003.        });
  4004.        
  4005.        // Reset validation styling on input
  4006.        emailInput.addEventListener('input', function() {
  4007.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4008.                this.style.borderColor = '';
  4009.                this.style.boxShadow = '';
  4010.            }
  4011.        });
  4012.    }
  4013.    
  4014.    // Email validation function
  4015.    function isValidEmail(email) {
  4016.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4017.        return emailRegex.test(email);
  4018.    }
  4019.    
  4020.    // Message display function
  4021.    function showMessage(type) {
  4022.        // Hide all messages
  4023.        successMessage.style.display = 'none';
  4024.        errorMessage.style.display = 'none';
  4025.        infoMessage.style.display = 'none';
  4026.        
  4027.        // Show specific message
  4028.        if (type === 'success') {
  4029.            successMessage.style.display = 'block';
  4030.        } else if (type === 'error') {
  4031.            errorMessage.style.display = 'block';
  4032.        } else if (type === 'info') {
  4033.            infoMessage.style.display = 'block';
  4034.        }
  4035.    }
  4036.    
  4037.    // Smooth reveal animations
  4038.    const observerOptions = {
  4039.        threshold: 0.1,
  4040.        rootMargin: '0px 0px -30px 0px'
  4041.    };
  4042.    
  4043.    const sectionObserver = new IntersectionObserver((entries) => {
  4044.        entries.forEach(entry => {
  4045.            if (entry.isIntersecting) {
  4046.                entry.target.style.opacity = '1';
  4047.                entry.target.style.transform = 'translateY(0)';
  4048.            }
  4049.        });
  4050.    }, observerOptions);
  4051.    
  4052.    // Animate sections
  4053.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4054.        section.style.opacity = '0';
  4055.        section.style.transform = 'translateY(20px)';
  4056.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4057.        sectionObserver.observe(section);
  4058.    });
  4059.    
  4060.    // Animate category pills
  4061.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4062.        pill.style.opacity = '0';
  4063.        pill.style.transform = 'translateY(10px)';
  4064.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4065.        
  4066.        setTimeout(() => {
  4067.            pill.style.opacity = '1';
  4068.            pill.style.transform = 'translateY(0)';
  4069.        }, 300 + (index * 100));
  4070.    });
  4071.    
  4072.    // Enhanced link hover effects
  4073.    document.querySelectorAll('.link-text').forEach(link => {
  4074.        link.addEventListener('mouseenter', function() {
  4075.            const icon = this.querySelector('.link-icon');
  4076.            if (icon) {
  4077.                icon.style.transform = 'translateX(4px)';
  4078.            }
  4079.        });
  4080.        
  4081.        link.addEventListener('mouseleave', function() {
  4082.            const icon = this.querySelector('.link-icon');
  4083.            if (icon) {
  4084.                icon.style.transform = 'translateX(0)';
  4085.            }
  4086.        });
  4087.    });
  4088.    
  4089.    // Prevent default for demo links
  4090.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4091.        link.addEventListener('click', function(e) {
  4092.            e.preventDefault();
  4093.        });
  4094.    });
  4095.    
  4096.    // Add ripple effect to submit button
  4097.    submitButton.addEventListener('click', function(e) {
  4098.        const ripple = document.createElement('span');
  4099.        const rect = this.getBoundingClientRect();
  4100.        const size = Math.max(rect.width, rect.height);
  4101.        const x = e.clientX - rect.left - size / 2;
  4102.        const y = e.clientY - rect.top - size / 2;
  4103.        
  4104.        ripple.style.cssText = `
  4105.            position: absolute;
  4106.            width: ${size}px;
  4107.            height: ${size}px;
  4108.            left: ${x}px;
  4109.            top: ${y}px;
  4110.            background: rgba(255, 255, 255, 0.3);
  4111.            border-radius: 50%;
  4112.            transform: scale(0);
  4113.            animation: ripple 0.6s ease-out;
  4114.            pointer-events: none;
  4115.        `;
  4116.        
  4117.        this.appendChild(ripple);
  4118.        
  4119.        setTimeout(() => {
  4120.            ripple.remove();
  4121.        }, 600);
  4122.    });
  4123.    
  4124. });
  4125.  
  4126. // Add CSS for ripple animation
  4127. const rippleStyle = document.createElement('style');
  4128. rippleStyle.textContent = `
  4129.    @keyframes ripple {
  4130.        to {
  4131.            transform: scale(2);
  4132.            opacity: 0;
  4133.        }
  4134.    }
  4135.    
  4136.    @keyframes spin {
  4137.        from { transform: rotate(0deg); }
  4138.        to { transform: rotate(360deg); }
  4139.    }
  4140.    
  4141.    .submit-button {
  4142.        position: relative;
  4143.        overflow: hidden;
  4144.    }
  4145. `;
  4146. document.head.appendChild(rippleStyle);
  4147. </script>
  4148.  
  4149.        <!-- end of wpo-site-footer-section -->
  4150.    </div>
  4151.    <!-- end of page-wrapper -->
  4152.  
  4153.    <!-- All JavaScript files
  4154.    ================================================== -->
  4155.    
  4156.  
  4157. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4158. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4159. <!-- Plugins for this template -->
  4160. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4161. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4162. <!-- Custom script for this template -->
  4163. <script src="/static/blogapp/assets/js/script.js"></script>
  4164.  
  4165. <script>
  4166. (function () {
  4167. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4168. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4169.  
  4170. function applyFallback(img) {
  4171. if (!img || img.dataset.fallbackApplied === "1") {
  4172. return;
  4173. }
  4174. var failedSrc = img.currentSrc || img.src || "";
  4175. img.dataset.fallbackApplied = "1";
  4176. img.onerror = null;
  4177. img.src = fallbackImageSrc;
  4178. console.warn("[ImageFallback] Replaced broken image:", {
  4179. failedSrc: failedSrc,
  4180. fallbackSrc: fallbackImageSrc,
  4181. alt: img.alt || "",
  4182. });
  4183. }
  4184.  
  4185. document.querySelectorAll("img").forEach(function (img) {
  4186. if (img.complete && img.naturalWidth === 0) {
  4187. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4188. failedSrc: img.currentSrc || img.src || "",
  4189. alt: img.alt || "",
  4190. });
  4191. applyFallback(img);
  4192. }
  4193. });
  4194.  
  4195. document.addEventListener(
  4196. "error",
  4197. function (event) {
  4198. var target = event.target;
  4199. if (target && target.tagName === "IMG") {
  4200. applyFallback(target);
  4201. }
  4202. },
  4203. true
  4204. );
  4205. })();
  4206. </script>
  4207.  
  4208. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4209.  
  4210.  
  4211.  
  4212. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c2ecc2dd2bab4b9e857cd8527a212174","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4213. </body>
  4214.  
  4215. </html>
  4216.  
  4217.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda