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://ultrapath.us

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_34_G5SwdJ8_HFk67Tw.png">
  14.    
  15.  
  16.    <title>Ultrapath: Exploring Advanced Technology and Future Innovations</title>
  17.    <meta name="description" content="Ultrapath delves into cutting-edge tech trends, AI developments, and future innovations with expert insights and practical guides for tech enthusiasts.">
  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://ultrapath.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_39">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Gavin Newsom States He Is Weighing a Presidential Campaign for 2028", url: "/gavin-newsom-states-he-is-weighing-a-presidential-campaign-for-2028/" },
  447.    
  448.      { title: "Certain factions on the left and right who offer only complaints: Ministers are moving forward with the job of economic renewal.", url: "/certain-factions-on-the-left-and-right-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-renewal/" },
  449.    
  450.      { title: "The Greater Manchester Mayor Would \u0027Probably\u0027 Have Won Gorton and Denton Byelection, Says Labour Number Two", url: "/the-greater-manchester-mayor-would-probably-have-won-gorton-and-denton-byelection-says-labour-number-two/" },
  451.    
  452.      { title: "Ex\u002D British Broadcasting Corporation Consultants Face Members of Parliament\u0027s Grilling Following Assertions of Bias in Unauthorized Memorandum", url: "/ex-british-broadcasting-corporation-consultants-face-members-of-parliaments-grilling-following-assertions-of-bias-in-unauthorized-memorandum/" },
  453.    
  454.      { title: "Toronto Blue Jays Earn World Series Showdown Versus Los Angeles Dodgers", url: "/toronto-blue-jays-earn-world-series-showdown-versus-los-angeles-dodgers/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v7 py-2 mb-4">
  512.    <!-- Top Bar -->
  513.    <div class="top-bar-v7">
  514.        <div class="container-fluid fluid-container">
  515.            <div class="row align-items-center justify-content-center">
  516.                <div class="col-lg-3 col-md-4">
  517.                    <div class="logo-section-v7">
  518.                        <a class="brand-link-v7" href="/">
  519.                            
  520.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/23f62df3-98c6-4c87-b030-6be30463b19d_logo.png" alt="Ultrapath" class="logo-img-v7" />
  521.                            
  522.                        </a>
  523.                    </div>
  524.                </div>
  525.                <div class="col-lg-6 col-md-5">
  526.                    <div class="search-bar-v7">
  527.                        <form class="search-form-v7" action="#" method="get">
  528.                            <div class="search-container-v7">
  529.                                <input id="search-input" type="search" class="search-input-v7"
  530.                                    placeholder="Search articles, tutorials, news..." name="q">
  531.                                <button type="submit" class="search-btn-v7">
  532.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  533.                                        stroke-width="2">
  534.                                        <circle cx="11" cy="11" r="8"></circle>
  535.                                        <path d="m21 21-4.35-4.35"></path>
  536.                                    </svg>
  537.                                </button>
  538.                            </div>
  539.                            <div id="search-results" class="search-results-container search-v1"></div>
  540.                        </form>
  541.                    </div>
  542.                </div>
  543.                <div class="col-lg-3 col-md-3">
  544.                    <!-- Empty column for spacing -->
  545.                </div>
  546.            </div>
  547.        </div>
  548.    </div>
  549.  
  550.    <!-- Main Navigation -->
  551.    <div class="main-nav-v7">
  552.        <div class="container-fluid">
  553.            <div class="nav-wrapper-v7">
  554.  
  555.                <!-- Sidebar Navigation -->
  556.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  557.                    <div class="nav-header-v7">
  558.                        <h6 class="nav-title-v7">Navigation</h6>
  559.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  560.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  561.                                stroke-width="2">
  562.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  563.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  564.                            </svg>
  565.                        </button>
  566.                    </div>
  567.  
  568.                    <ul class="sidebar-menu-v7">
  569.                        <li class="sidebar-item-v7">
  570.                            <a href='/' class="sidebar-link-v7 active-v7">
  571.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  572.                                    stroke="currentColor" stroke-width="2">
  573.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  574.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  575.                                </svg>
  576.                                Home
  577.                            </a>
  578.                        </li>
  579.  
  580.                        <li class="sidebar-item-v7 has-submenu-v7">
  581.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  582.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  583.                                    stroke="currentColor" stroke-width="2">
  584.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  585.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  586.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  587.                                </svg>
  588.                                Technology
  589.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  590.                                    stroke="currentColor" stroke-width="2">
  591.                                    <polyline points="6,9 12,15 18,9"></polyline>
  592.                                </svg>
  593.                            </a>
  594.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  595.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  596.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  597.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  598.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  599.                            </ul>
  600.                        </li>
  601.  
  602.                        <li class="sidebar-item-v7 has-submenu-v7">
  603.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  604.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  605.                                    stroke="currentColor" stroke-width="2">
  606.                                    <path
  607.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  608.                                    </path>
  609.                                </svg>
  610.                                Business
  611.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <polyline points="6,9 12,15 18,9"></polyline>
  614.                                </svg>
  615.                            </a>
  616.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  617.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  618.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  619.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  620.                            </ul>
  621.                        </li>
  622.  
  623.                        <li class="sidebar-item-v7">
  624.                            <a href="#" class="sidebar-link-v7">
  625.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  626.                                    stroke="currentColor" stroke-width="2">
  627.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  628.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  629.                                </svg>
  630.                                Tutorials
  631.                            </a>
  632.                        </li>
  633.  
  634.                        <li class="sidebar-item-v7">
  635.                            <a href="#" class="sidebar-link-v7">
  636.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  637.                                    stroke="currentColor" stroke-width="2">
  638.                                    <polygon
  639.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  640.                                    </polygon>
  641.                                </svg>
  642.                                Reviews
  643.                            </a>
  644.                        </li>
  645.  
  646.                        <li class="sidebar-item-v7">
  647.                            <a href="#" class="sidebar-link-v7">
  648.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  649.                                    stroke="currentColor" stroke-width="2">
  650.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  651.                                </svg>
  652.                                News
  653.                            </a>
  654.                        </li>
  655.  
  656.                        <li class="sidebar-item-v7">
  657.                            <a href="#" class="sidebar-link-v7">
  658.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  659.                                    stroke="currentColor" stroke-width="2">
  660.                                    <circle cx="12" cy="12" r="3"></circle>
  661.                                    <path
  662.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  663.                                    </path>
  664.                                </svg>
  665.                                About
  666.                            </a>
  667.                        </li>
  668.  
  669.                        <li class="sidebar-item-v7">
  670.                            <a href="#" class="sidebar-link-v7">
  671.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  672.                                    stroke="currentColor" stroke-width="2">
  673.                                    <path
  674.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  675.                                    </path>
  676.                                    <polyline points="22,6 12,13 2,6"></polyline>
  677.                                </svg>
  678.                                Contact
  679.                            </a>
  680.                        </li>
  681.                    </ul>
  682.                </nav>
  683.                <div class="sidebar-blur"></div>
  684.  
  685.                <!-- Main Content Area -->
  686.                <div class="content-area-v7">
  687.                    <!-- Horizontal Nav for Desktop -->
  688.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  689.                        <ul class="horizontal-menu-v7">
  690.  
  691.                            
  692.                            <li class="horizontal-item-v7">
  693.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  694.                            </li>
  695.  
  696.                            
  697.                            
  698.                             <li class="horizontal-item-v7">
  699.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  700.                                    All Posts
  701.                                </a>
  702.                                </li>
  703.  
  704.                                
  705.  
  706.                                        
  707.                                        
  708.                                
  709.                             <li class="horizontal-item-v7">
  710.                                <a href="/category/business/" class="horizontal-link-v7">
  711.                                    Business
  712.                                </a>
  713.                                </li>
  714.  
  715.                                
  716.  
  717.                                        
  718.                                        
  719.                                
  720.                             <li class="horizontal-item-v7">
  721.                                <a href="/category/esports/" class="horizontal-link-v7">
  722.                                    Esports
  723.                                </a>
  724.                                </li>
  725.  
  726.                                
  727.  
  728.                                        
  729.                                        
  730.                                
  731.                             <li class="horizontal-item-v7">
  732.                                <a href="/category/fashion/" class="horizontal-link-v7">
  733.                                    Fashion
  734.                                </a>
  735.                                </li>
  736.  
  737.                                
  738.  
  739.                                        
  740.                                        
  741.                                
  742.                             <li class="horizontal-item-v7">
  743.                                <a href="/category/featured/" class="horizontal-link-v7">
  744.                                    Featured
  745.                                </a>
  746.                                </li>
  747.  
  748.                                
  749.  
  750.                                        
  751.                                        
  752.                                
  753.                             <li class="horizontal-item-v7">
  754.                                <a href="/category/gaming/" class="horizontal-link-v7">
  755.                                    Gaming
  756.                                </a>
  757.                                </li>
  758.  
  759.                                
  760.  
  761.                                        
  762.                                        
  763.                                
  764.                             <li class="horizontal-item-v7">
  765.                                <a href="/category/health/" class="horizontal-link-v7">
  766.                                    Health
  767.                                </a>
  768.                                </li>
  769.  
  770.                                
  771.  
  772.                                        
  773.                                        
  774.                                
  775.                            
  776.                                
  777.                                <li class="horizontal-item-v7 dropdown-v7">
  778.                                    <a href="#" class="horizontal-link-v7">More</a>
  779.                                    <div class="horizontal-dropdown-v7">
  780.                                        <a href="/category/life-fitness/"
  781.                                            class="dropdown-item-v7">
  782.                                            Life &amp; Fitness
  783.                                        </a>
  784.                                        
  785.  
  786.                                        
  787.                                        
  788.                                
  789.                            
  790.                                        <a href="/category/lifestyle/"
  791.                                            class="dropdown-item-v7">
  792.                                            Lifestyle
  793.                                        </a>
  794.                                        
  795.  
  796.                                        
  797.                                        
  798.                                
  799.                            
  800.                                        <a href="/category/news/"
  801.                                            class="dropdown-item-v7">
  802.                                            News
  803.                                        </a>
  804.                                        
  805.  
  806.                                        
  807.                                        
  808.                                
  809.                            
  810.                                        <a href="/category/others/"
  811.                                            class="dropdown-item-v7">
  812.                                            Others
  813.                                        </a>
  814.                                        
  815.  
  816.                                        
  817.                                        
  818.                                
  819.                            
  820.                                        <a href="/category/politics/"
  821.                                            class="dropdown-item-v7">
  822.                                            Politics
  823.                                        </a>
  824.                                        
  825.  
  826.                                        
  827.                                        
  828.                                
  829.                            
  830.                                        <a href="/category/sports/"
  831.                                            class="dropdown-item-v7">
  832.                                            Sports
  833.                                        </a>
  834.                                        
  835.  
  836.                                        
  837.                                        
  838.                                
  839.                            
  840.                                        <a href="/category/tech/"
  841.                                            class="dropdown-item-v7">
  842.                                            Tech
  843.                                        </a>
  844.                                        
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                        <a href="/category/travel/"
  851.                                            class="dropdown-item-v7">
  852.                                            Travel
  853.                                        </a>
  854.                                        
  855.  
  856.                                        
  857.                                        
  858.                                    </div>
  859.                                </li>
  860.                                
  861.                                
  862. <li>
  863.                  <a href="/page/contact-us/">
  864.                     Contact Us
  865.                  </a>
  866.              </li>
  867.                        </ul>
  868.                    </nav>
  869.  
  870.  
  871.                    <!-- Mobile Menu Button -->
  872.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  873.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  874.                            stroke-width="2">
  875.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  876.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  877.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  878.                        </svg>
  879.                        Menu
  880.                    </button>
  881.                </div>
  882.            </div>
  883.        </div>
  884.    </div>
  885.  
  886.    <!-- Overlay for mobile sidebar -->
  887.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  888. </header>
  889.  
  890. <style>
  891.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  892.    .header-v7 {
  893.        position: relative;
  894.        background: var(--navbar-bg);
  895.    }
  896.  
  897.    /* Top Bar Styles */
  898.    .top-bar-v7 {
  899.        padding: 15px 0;
  900.        border-bottom: 1px solid var(--border-color);
  901.        background: var(--navbar-bg);
  902.    }
  903.  
  904.    .logo-img-v7 {
  905.        max-height: 70px;
  906.        transition: transform 0.3s ease;
  907.    }
  908.  
  909.    .logo-img-v7:hover {
  910.        transform: scale(1.05);
  911.    }
  912.  
  913.    /* Search Bar Styles */
  914.    .search-container-v7 {
  915.        position: relative;
  916.        display: flex;
  917.        align-items: center;
  918.        background: transparent;
  919.        border: 2px solid var(--border-color);
  920.        border-radius: 8px;
  921.        overflow: hidden;
  922.        transition: all 0.3s ease;
  923.    }
  924.  
  925.    .search-container-v7:focus-within {
  926.        border-color: #007bff33;
  927.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  928.    }
  929.  
  930.    .search-input-v7 {
  931.        color: var(--topbar-color) !important;
  932.        flex: 1;
  933.        border: none;
  934.        padding: 12px 16px;
  935.        font-size: 14px;
  936.        outline: none;
  937.        background: transparent;
  938.    }
  939.  
  940.    .search-input-v7::placeholder {
  941.        color: #a0aec0;
  942.    }
  943.  
  944.    .search-btn-v7 {
  945.        background: var(--bs-primary);
  946.        color: white;
  947.        border: none;
  948.        padding: 12px 16px;
  949.        cursor: pointer;
  950.        transition: background 0.3s ease;
  951.    }
  952.  
  953.    .search-btn-v7:hover {
  954.        background: #3182ce;
  955.    }
  956.  
  957.    /* Header Actions */
  958.    .header-actions-v7 {
  959.        display: flex;
  960.        align-items: center;
  961.        gap: 15px;
  962.        justify-content: flex-end;
  963.    }
  964.  
  965.    .notification-btn-v7,
  966.    .profile-btn-v7 {
  967.        background: none;
  968.        border: none;
  969.        padding: 8px;
  970.        border-radius: 8px;
  971.        cursor: pointer;
  972.        transition: background 0.3s ease;
  973.        position: relative;
  974.    }
  975.  
  976.    .notification-btn-v7:hover,
  977.    .profile-btn-v7:hover {
  978.        background: #f1f5f9;
  979.    }
  980.  
  981.    .notification-badge-v7 {
  982.        position: absolute;
  983.        top: 2px;
  984.        right: 2px;
  985.        background: #e53e3e;
  986.        color: white;
  987.        font-size: 16px;
  988.        font-weight: 600;
  989.        width: 16px;
  990.        height: 16px;
  991.        border-radius: 50%;
  992.        display: flex;
  993.        align-items: center;
  994.        justify-content: center;
  995.    }
  996.  
  997.    .profile-avatar-v7 {
  998.        width: 32px;
  999.        height: 32px;
  1000.        background: var(--border-color);
  1001.        border-radius: 50%;
  1002.        display: flex;
  1003.        align-items: center;
  1004.        justify-content: center;
  1005.    }
  1006.  
  1007.    /* Main Navigation */
  1008.    .main-nav-v7 {
  1009.        background: var(--navbar-bg);
  1010.    }
  1011.  
  1012.    .nav-wrapper-v7 {
  1013.        display: flex;
  1014.        align-items: center;
  1015.        justify-content: center;
  1016.        min-height: 60px;
  1017.    }
  1018.  
  1019.    /* Sidebar Navigation */
  1020.    .sidebar-nav-v7 {
  1021.        position: fixed;
  1022.        top: 0;
  1023.        left: -350px;
  1024.        width: 350px;
  1025.        height: 100vh;
  1026.        background: var(--navbar-bg);
  1027.        z-index: 1000;
  1028.        transition: left 0.3s ease;
  1029.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1030.        overflow-y: auto;
  1031.    }
  1032.  
  1033.    .sidebar-nav-v7.show-v7 {
  1034.        left: 0;
  1035.    }
  1036.  
  1037.    .nav-header-v7 {
  1038.        display: flex;
  1039.        align-items: center;
  1040.        justify-content: space-between;
  1041.        padding: 20px 25px;
  1042.        border-bottom: 1px solid var(--border-color);
  1043.        background: var(--navbar-bg);
  1044.    }
  1045.  
  1046.    .nav-title-v7 {
  1047.        font-size: 16px;
  1048.        font-weight: 600;
  1049.        color: #2d3748;
  1050.        margin: 0;
  1051.    }
  1052.  
  1053.    .sidebar-close-v7 {
  1054.        background: none;
  1055.        border: none;
  1056.        padding: 8px;
  1057.        cursor: pointer;
  1058.        border-radius: 6px;
  1059.        transition: background 0.3s ease;
  1060.    }
  1061.  
  1062.    .sidebar-close-v7:hover {
  1063.        background: var(--border-color);
  1064.    }
  1065.  
  1066.    .sidebar-menu-v7 {
  1067.        list-style: none;
  1068.        padding: 20px 0;
  1069.        margin: 0;
  1070.    }
  1071.  
  1072.    .sidebar-item-v7 {
  1073.        margin-bottom: 5px;
  1074.    }
  1075.  
  1076.    .sidebar-link-v7 {
  1077.        display: flex;
  1078.        align-items: center;
  1079.        color: #4a5568;
  1080.        text-decoration: none;
  1081.        padding: 15px 25px;
  1082.        font-size: 15px;
  1083.        font-weight: 500;
  1084.        transition: all 0.3s ease;
  1085.        position: relative;
  1086.    }
  1087.  
  1088.    .sidebar-link-v7:hover,
  1089.    .sidebar-link-v7.active-v7 {
  1090.        color: #007bff;
  1091.        background: var(--border-color);
  1092.    }
  1093.  
  1094.    .sidebar-link-v7.active-v7::before {
  1095.        content: '';
  1096.        position: absolute;
  1097.        left: 0;
  1098.        top: 0;
  1099.        bottom: 0;
  1100.        width: 4px;
  1101.        background: #007bff;
  1102.    }
  1103.  
  1104.    .sidebar-icon-v7 {
  1105.        margin-right: 12px;
  1106.        color: currentColor;
  1107.    }
  1108.  
  1109.    .submenu-arrow-v7 {
  1110.        margin-left: auto;
  1111.        transition: transform 0.3s ease;
  1112.    }
  1113.  
  1114.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1115.        transform: rotate(180deg);
  1116.    }
  1117.  
  1118.    .sidebar-submenu-v7 {
  1119.        list-style: none;
  1120.        padding: 0;
  1121.        margin: 0;
  1122.        max-height: 0;
  1123.        overflow: hidden;
  1124.        transition: max-height 0.3s ease;
  1125.        background: var(--navbar-bg);
  1126.    }
  1127.  
  1128.    .sidebar-submenu-v7.show-v7 {
  1129.        max-height: 300px;
  1130.        padding: 10px 0;
  1131.    }
  1132.  
  1133.    .sidebar-sublink-v7 {
  1134.        display: block;
  1135.        color: #718096;
  1136.        text-decoration: none;
  1137.        padding: 10px 25px 10px 55px;
  1138.        font-size: 14px;
  1139.        transition: all 0.3s ease;
  1140.    }
  1141.  
  1142.    .sidebar-sublink-v7:hover {
  1143.        color: #007bff;
  1144.        background: var(--border-color);
  1145.    }
  1146.  
  1147.    /* Sidebar Footer */
  1148.    .sidebar-footer-v7 {
  1149.        padding: 25px;
  1150.        margin-top: auto;
  1151.        border-top: 1px solid var(--border-color);
  1152.    }
  1153.  
  1154.    .sidebar-cta-v7 {
  1155.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1156.        padding: 20px;
  1157.        border-radius: 12px;
  1158.        text-align: center;
  1159.        color: white;
  1160.    }
  1161.  
  1162.    .cta-title-v7 {
  1163.        font-size: 14px;
  1164.        font-weight: 600;
  1165.        margin: 0 0 5px 0;
  1166.    }
  1167.  
  1168.    .cta-text-v7 {
  1169.        font-size: 12px;
  1170.        margin: 0 0 15px 0;
  1171.        opacity: 0.9;
  1172.    }
  1173.  
  1174.    .cta-btn-v7 {
  1175.        background: rgba(255, 255, 255, 0.2);
  1176.        color: white;
  1177.        border: 1px solid rgba(255, 255, 255, 0.3);
  1178.        padding: 8px 20px;
  1179.        border-radius: 20px;
  1180.        font-size: 12px;
  1181.        font-weight: 500;
  1182.        cursor: pointer;
  1183.        transition: all 0.3s ease;
  1184.    }
  1185.  
  1186.    .cta-btn-v7:hover {
  1187.        background: rgba(255, 255, 255, 0.3);
  1188.    }
  1189.  
  1190.    /* Horizontal Navigation for Desktop */
  1191.    .horizontal-nav-v7 {
  1192.        flex: 1;
  1193.        display: flex;
  1194.        justify-content: center;
  1195.    }
  1196.  
  1197.    .horizontal-menu-v7 {
  1198.        list-style: none;
  1199.        padding: 0;
  1200.        margin: 0;
  1201.        display: flex;
  1202.        align-items: center;
  1203.    }
  1204.  
  1205.    .horizontal-item-v7 {
  1206.        position: relative;
  1207.        margin-right: 30px;
  1208.    }
  1209.  
  1210.    .horizontal-link-v7 {
  1211.        color: #4a5568;
  1212.        text-decoration: none;
  1213.        font-size: 16px;
  1214.        font-weight: 500;
  1215.        padding: 20px 0;
  1216.        position: relative;
  1217.        transition: color 0.3s ease;
  1218.    }
  1219.  
  1220.    .horizontal-link-v7::after {
  1221.        content: '';
  1222.        position: absolute;
  1223.        bottom: 0;
  1224.        left: 0;
  1225.        width: 0;
  1226.        height: 2px;
  1227.        background: #007bff;
  1228.        transition: width 0.3s ease;
  1229.    }
  1230.  
  1231.    .horizontal-link-v7:hover,
  1232.    .horizontal-link-v7.active-v7 {
  1233.        color: #007bff;
  1234.        font-weight: 600;
  1235.    }
  1236.  
  1237.    .horizontal-link-v7:hover::after,
  1238.    .horizontal-link-v7.active-v7::after {
  1239.        width: 100%;
  1240.    }
  1241.  
  1242.    /* Horizontal Dropdown */
  1243.    .horizontal-dropdown-v7 {
  1244.        position: absolute;
  1245.        top: 100%;
  1246.        left: 0;
  1247.        background: var(--navbar-bg);
  1248.        min-width: 200px;
  1249.        border-radius: 8px;
  1250.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1251.        opacity: 0;
  1252.        visibility: hidden;
  1253.        transform: translateY(-10px);
  1254.        transition: all 0.3s ease;
  1255.        padding: 10px 0;
  1256.        z-index: 100;
  1257.    }
  1258.  
  1259.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1260.        opacity: 1;
  1261.        visibility: visible;
  1262.        transform: translateY(0);
  1263.    }
  1264.  
  1265.    .dropdown-item-v7 {
  1266.        display: block;
  1267.        color: #4a5568;
  1268.        text-decoration: none;
  1269.        padding: 12px 20px;
  1270.        font-size: 14px;
  1271.        transition: all 0.3s ease;
  1272.    }
  1273.  
  1274.    .dropdown-item-v7:hover {
  1275.        color: #007bff;
  1276.        background: #565758ff;
  1277.    }
  1278.  
  1279.    /* Mobile Menu Button */
  1280.    .mobile-menu-btn-v7 {
  1281.        background: none;
  1282.        border: 1px solid var(--border-color);
  1283.        padding: 10px 15px;
  1284.        border-radius: 8px;
  1285.        cursor: pointer;
  1286.        display: flex;
  1287.        align-items: center;
  1288.        gap: 8px;
  1289.        font-size: 14px;
  1290.        font-weight: 500;
  1291.        color: #4a5568;
  1292.        transition: all 0.3s ease;
  1293.        margin: 0 auto;
  1294.    }
  1295.  
  1296.    .mobile-menu-btn-v7:hover {
  1297.        border-color: #cbd5e0;
  1298.        opacity: 0.7;
  1299.    }
  1300.  
  1301.    /* Sidebar Overlay */
  1302.    .sidebar-overlay-v7 {
  1303.        position: fixed;
  1304.        top: 0;
  1305.        left: 0;
  1306.        right: 0;
  1307.        bottom: 0;
  1308.        background: rgba(0, 0, 0, 0.5);
  1309.        z-index: 999;
  1310.        opacity: 0;
  1311.        visibility: hidden;
  1312.        transition: all 0.3s ease;
  1313.    }
  1314.  
  1315.    .sidebar-overlay-v7.show-v7 {
  1316.        opacity: 1;
  1317.        visibility: visible;
  1318.    }
  1319.  
  1320.    /* Responsive Design */
  1321.    @media (max-width: 991px) {
  1322.        .top-bar-v7 .col-lg-6 {
  1323.            order: 3;
  1324.            margin-top: 15px;
  1325.        }
  1326.  
  1327.        .header-actions-v7 {
  1328.            justify-content: flex-start;
  1329.        }
  1330.    }
  1331.  
  1332.    @media (max-width: 768px) {
  1333.        .sidebar-nav-v7 {
  1334.            width: 300px;
  1335.            left: -300px;
  1336.        }
  1337.  
  1338.        .search-container-v7 {
  1339.            margin-top: 10px;
  1340.        }
  1341.    }
  1342. </style>
  1343.  
  1344. <script>
  1345.    function openSidebarV7() {
  1346.        const sidebar = document.getElementById('sidebarNavV7');
  1347.        const overlay = document.getElementById('sidebarOverlayV7');
  1348.  
  1349.        sidebar.classList.add('show-v7');
  1350.        overlay.classList.add('show-v7');
  1351.        document.body.style.overflow = 'hidden';
  1352.    }
  1353.  
  1354.    function closeSidebarV7() {
  1355.        const sidebar = document.getElementById('sidebarNavV7');
  1356.        const overlay = document.getElementById('sidebarOverlayV7');
  1357.  
  1358.        sidebar.classList.remove('show-v7');
  1359.        overlay.classList.remove('show-v7');
  1360.        document.body.style.overflow = '';
  1361.    }
  1362.  
  1363.    function toggleSubmenuV7(submenuId) {
  1364.        const submenu = document.getElementById(submenuId);
  1365.        const parentItem = submenu.closest('.sidebar-item-v7');
  1366.  
  1367.        // Close other open submenus
  1368.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1369.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1370.  
  1371.        allSubmenus.forEach(menu => {
  1372.            if (menu.id !== submenuId) {
  1373.                menu.classList.remove('show-v7');
  1374.            }
  1375.        });
  1376.  
  1377.        allParentItems.forEach(item => {
  1378.            if (item !== parentItem) {
  1379.                item.classList.remove('open-v7');
  1380.            }
  1381.        });
  1382.  
  1383.        // Toggle current submenu
  1384.        submenu.classList.toggle('show-v7');
  1385.        parentItem.classList.toggle('open-v7');
  1386.    }
  1387.  
  1388.    // Close sidebar when clicking outside
  1389.    document.addEventListener('click', function (event) {
  1390.        const sidebar = document.getElementById('sidebarNavV7');
  1391.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1392.  
  1393.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1394.            closeSidebarV7();
  1395.        }
  1396.    });
  1397.  
  1398.    // Handle window resize
  1399.    window.addEventListener('resize', function () {
  1400.        if (window.innerWidth >= 992) {
  1401.            closeSidebarV7();
  1402.        }
  1403.    });
  1404. </script>
  1405.  
  1406. <script>
  1407.  document.addEventListener("DOMContentLoaded", function () {
  1408.    console.log("loaded");
  1409.  
  1410.     const searchInput = document.getElementById("search-input")
  1411.    const searchResults = document.getElementById("search-results");
  1412.  
  1413.    if (!searchInput || !searchResults) {
  1414.      console.error("Search input/results not found");
  1415.      return;
  1416.    }
  1417.  
  1418.    // Prevent form submission
  1419.    if (searchInput.form) {
  1420.      searchInput.form.addEventListener("submit", function (e) {
  1421.        e.preventDefault();
  1422.      });
  1423.    }
  1424.  
  1425.    // Add event listener for keyup
  1426.    searchInput.addEventListener("keyup", function (e) {
  1427.      console.log("Key pressed:", e.key);
  1428.      e.preventDefault();
  1429.  
  1430.      const query = searchInput.value.trim();
  1431.      console.log("User is typing: " + query);
  1432.  
  1433.      // If empty → clear and hide
  1434.      if (query === "") {
  1435.        searchResults.innerHTML = "";
  1436.        searchResults.style.display = "none";
  1437.        return;
  1438.      }
  1439.  
  1440.      // Show results
  1441.      searchResults.style.display = "block";
  1442.  
  1443.      // Fetch search results
  1444.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1445.        method: "GET",
  1446.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1447.      })
  1448.        .then(response => {
  1449.          console.log("Response Status:", response.status);
  1450.          return response.json();
  1451.        })
  1452.        .then(data => {
  1453.          console.log("Data received:", data);
  1454.          if (data.html) {
  1455.            searchResults.innerHTML = data.html;
  1456.          } else {
  1457.            searchResults.innerHTML = "<p>No results found.</p>";
  1458.          }
  1459.        })
  1460.        .catch(error => {
  1461.          console.error("Error fetching search results:", error);
  1462.        });
  1463.    });
  1464.  
  1465.    // Close results when clicking outside
  1466.    document.addEventListener("click", function (e) {
  1467.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1468.        searchResults.style.display = "none";
  1469.      }
  1470.    });
  1471.  
  1472.    // Close results on ESC key
  1473.    document.addEventListener("keydown", function (e) {
  1474.      if (e.key === "Escape") {
  1475.        searchResults.style.display = "none";
  1476.      }
  1477.    });
  1478.  });
  1479. </script>
  1480.  
  1481. <style>
  1482.        /* search field */
  1483.  .search-results-container {
  1484.  position: absolute;
  1485.  top: 100%; /* Position it below the input field */
  1486.  left: 10px;
  1487.  right: 10px;
  1488.  background-color: white;
  1489.  border: 1px solid #ddd;
  1490.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1491.  max-height: 300px;
  1492.  overflow-y: auto;
  1493.  z-index: 1000;
  1494.  display: none; /* Initially hidden */
  1495. }
  1496.  
  1497. .search-results-container p {
  1498.  margin: 0;
  1499. }
  1500.  
  1501. .search-results-container .result-item {
  1502.  padding: 10px;
  1503.  cursor: pointer;
  1504. }
  1505.  
  1506. .search-results-container .result-item:hover {
  1507.  background-color: #f0f0f0;
  1508. }
  1509. </style>
  1510.  
  1511.        </header>
  1512.        <!-- end of header -->
  1513.        <!-- start of wpo-blog-hero -->
  1514.        
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522. <div class="blog-hero-v3 pt-3">
  1523.    <div class="container-fluid fluid-container">
  1524.        <div class="row g-4">
  1525.            
  1526.            
  1527.              
  1528.            <!-- Left Column -->
  1529.            <div class="col-lg-4 col-md-6">
  1530.                <div class="magazine-card tall-card h-100">
  1531.                    <div class="card-image">
  1532.                        
  1533.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1534.                        
  1535.                        <div class="image-overlay"></div>
  1536.                    </div>
  1537.                    <div class="card-content">
  1538.                        <div class="category-pill bg-primary-gradient">News</div>
  1539.                        <h2> <a href="/england-include-the-off-spinner-in-squad-for-the-ashes-series-initial-match/">
  1540.                                        England Include the off-spinner in Squad for The Ashes series Initial Match
  1541.                                    </a></h2>
  1542.                        <p></p>
  1543.                        <div class="author-section">
  1544.                            
  1545.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="author-img">
  1546.                            
  1547.                            <div class="author-details">
  1548.                                <span class="author-name">Carrie Phillips</span>
  1549.                                <span class="publish-date">13 May 2026</span>
  1550.                            </div>
  1551.                        </div>
  1552.                    </div>
  1553.                </div>
  1554.            </div>
  1555.  
  1556.            
  1557.            
  1558.  
  1559.            <!-- Center Column -->
  1560.            <div class="col-lg-4 col-md-6">
  1561.                <div class="row g-4">
  1562.                    
  1563.                    <div class="col-12">
  1564.                        <div class="magazine-card square-card">
  1565.                            <div class="card-image">
  1566.                            
  1567.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1568.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1569.                            
  1570.                                <div class="floating-category bg-primary-gradient">News</div>
  1571.                            </div>
  1572.                            <div class="card-content compact">
  1573.                                <h3> <a href="/olympian-and-other-eritreans-freed-after-18-years-without-facing-charges-family-members-report/" >
  1574.                                        Olympian and Other Eritreans Freed After 18 Years Without Facing Charges, Family Members Report
  1575.                                    </a></h3>
  1576.                                    
  1577.                                <div class="mini-meta">
  1578.                                    <span>By Carrie Phillips</span>
  1579.                                    <span class="date-dot">• 13 May 2026</span>
  1580.                                </div>
  1581.                            </div>
  1582.                        </div>
  1583.                    </div>
  1584.                    
  1585.                    <div class="col-12">
  1586.                        <div class="magazine-card square-card">
  1587.                            <div class="card-image">
  1588.                            
  1589.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1590.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1591.                            
  1592.                                <div class="floating-category bg-primary-gradient">News</div>
  1593.                            </div>
  1594.                            <div class="card-content compact">
  1595.                                <h3> <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" >
  1596.                                        KPop Demon Hunters Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  1597.                                    </a></h3>
  1598.                                    
  1599.                                <div class="mini-meta">
  1600.                                    <span>By Carrie Phillips</span>
  1601.                                    <span class="date-dot">• 12 May 2026</span>
  1602.                                </div>
  1603.                            </div>
  1604.                        </div>
  1605.                    </div>
  1606.                    
  1607.  
  1608.                </div>
  1609.            </div>
  1610.            
  1611.            
  1612.              
  1613.            <!-- Right Column -->
  1614.            <div class="col-lg-4 col-md-12">
  1615.                <div class="magazine-card featured-card">
  1616.                    <div class="featured-header">
  1617.                        <h4>Featured Story</h4>
  1618.                        <div class="featured-line"></div>
  1619.                    </div>
  1620.                    <div class="card-image featured-img" >
  1621.                    
  1622.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1623.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1624.                    
  1625.                    </div>
  1626.                    <div class="card-content featured-content">
  1627.                        <div class="category-pill bg-primary-gradient">News</div>
  1628.                        <h2><a href="/tragic-discovery-remains-of-missing-mother-and-child-located-in-freezers-in-the-alpine-nation/">
  1629.                                        Tragic Discovery: Remains of Missing Mother and Child Located in Freezers in the Alpine Nation
  1630.                                    </a></h2>
  1631.                        
  1632.                        <div class="author-section featured-author">
  1633.                            
  1634.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1635.                            
  1636.                            <div class="author-details">
  1637.                                <span class="author-name">Carrie Phillips</span>
  1638.                                <!-- <span class="author-title">Business Analyst</span> -->
  1639.                                <span class="publish-date">12 May 2026</span>
  1640.                            </div>
  1641.                        </div>
  1642.                    </div>
  1643.                </div>
  1644.            </div>
  1645.  
  1646.            
  1647.            
  1648.        </div>
  1649.    </div>
  1650. </div>
  1651.  
  1652. <style>
  1653. /* Blog Hero V3 - Magazine Style */
  1654. .blog-hero-v3 {
  1655.    padding: 80px 0;
  1656.    position: relative;
  1657. }
  1658.  
  1659. /* Magazine Cards */
  1660. .magazine-card {
  1661.    background: var(--card-bg);
  1662.    border-radius: 20px;
  1663.    overflow: hidden;
  1664.    position: relative;
  1665.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1666.    border: 1px solid var(--border-color);
  1667. }
  1668.  
  1669. .magazine-card:hover {
  1670.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1671. }
  1672.  
  1673. /* Tall Card (Left Column) */
  1674. .tall-card {
  1675.    display: flex;
  1676.    flex-direction: column;
  1677. }
  1678.  
  1679. .tall-card .card-image {
  1680.    height: 300px;
  1681.    position: relative;
  1682.    overflow: hidden;
  1683. }
  1684.  
  1685. .tall-card .card-image img {
  1686.    width: 100%;
  1687.    height: 100%;
  1688.    object-fit: cover;
  1689.    transition: transform 0.6s ease;
  1690. }
  1691.  
  1692. .tall-card:hover .card-image img {
  1693.    transform: scale(1.1) rotate(-2deg);
  1694. }
  1695.  
  1696. .image-overlay {
  1697.    position: absolute;
  1698.    top: 0;
  1699.    left: 0;
  1700.    right: 0;
  1701.    bottom: 0;
  1702.    opacity: 0;
  1703.    transition: opacity 0.3s ease;
  1704. }
  1705.  
  1706. .tall-card:hover .image-overlay {
  1707.    opacity: 1;
  1708. }
  1709.  
  1710. .tall-card .card-content {
  1711.    padding: 20px;
  1712.    flex-grow: 1;
  1713.    display: flex;
  1714.    flex-direction: column;
  1715. }
  1716.  
  1717. .tall-card h2 {
  1718.    font-size: 1.5rem;
  1719.    font-weight: 700;
  1720.    color: #2c3e50;
  1721.    margin: 12px 0;
  1722.    line-height: 1.3;
  1723. }
  1724.  
  1725. .tall-card p {
  1726.    color: #7f8c8d;
  1727.    line-height: 1.6;
  1728.    margin-bottom: 1rem;
  1729.    flex-grow: 1;
  1730. }
  1731.  
  1732. /* Square Cards (Center Column) */
  1733. .square-card {
  1734.    position: relative;
  1735.    overflow: hidden;
  1736. }
  1737.  
  1738. .square-card .card-image {
  1739.    height: 180px;
  1740.    position: relative;
  1741. }
  1742.  
  1743. .square-card .card-image img {
  1744.    width: 100%;
  1745.    height: 100%;
  1746.    object-fit: cover;
  1747.    filter: brightness(1.1) saturate(1.2);
  1748.    transition: all 0.4s ease;
  1749. }
  1750.  
  1751. .square-card:hover .card-image img {
  1752.    transform: scale(1.15);
  1753.    filter: brightness(1.2) saturate(1.4);
  1754. }
  1755.  
  1756. .floating-category {
  1757.    position: absolute;
  1758.    top: 15px;
  1759.    right: 15px;
  1760.    padding: 8px 15px;
  1761.    border-radius: 20px;
  1762.    font-size: 0.75rem;
  1763.    text-transform: uppercase;
  1764.    letter-spacing: 1px;
  1765.    backdrop-filter: blur(10px);
  1766.    border: 1px solid rgba(255, 255, 255, 0.3);
  1767. }
  1768.  
  1769. .square-card .card-content.compact {
  1770.    padding: 1.2rem;
  1771. }
  1772.  
  1773. .square-card h3 {
  1774.    font-size: 1.1rem;
  1775.    font-weight: 600;
  1776.    color: #2c3e50;
  1777.    margin-bottom: 10px;
  1778.    line-height: 1.3;
  1779. }
  1780.  
  1781. .mini-meta {
  1782.    font-size: 0.85rem;
  1783.    color: #95a5a6;
  1784. }
  1785.  
  1786. .date-dot {
  1787.    margin-left: 8px;
  1788. }
  1789.  
  1790. /* Featured Card (Right Column) */
  1791. .featured-card {
  1792.    color: white;
  1793.    position: relative;
  1794.    overflow: hidden;
  1795. }
  1796.  
  1797. .featured-card::before {
  1798.    content: '';
  1799.    position: absolute;
  1800.    top: -50%;
  1801.    right: -50%;
  1802.    width: 200%;
  1803.    height: 200%;
  1804.    pointer-events: none;
  1805. }
  1806.  
  1807.  
  1808.  
  1809. .featured-header {
  1810.    padding: 25px 25px 0;
  1811.    position: relative;
  1812. }
  1813.  
  1814. .featured-header h4 {
  1815.    font-size: 0.9rem;
  1816.    text-transform: uppercase;
  1817.    letter-spacing: 2px;
  1818.    margin: 0;
  1819.    opacity: 0.9;
  1820. }
  1821.  
  1822. .featured-line {
  1823.    width: 50px;
  1824.    height: 2px;
  1825.    background: rgba(255, 255, 255, 0.6);
  1826.    margin-top: 10px;
  1827. }
  1828.  
  1829. .featured-img {
  1830.    height: 200px;
  1831.    margin: 1rem;
  1832.    border-radius: 15px;
  1833.    overflow: hidden;
  1834.    position: relative;
  1835. }
  1836.  
  1837. .featured-img img {
  1838.    width: 100%;
  1839.    height: 100%;
  1840.    object-fit: cover;
  1841.    transition: transform 0.5s ease;
  1842. }
  1843.  
  1844. .featured-card:hover .featured-img img {
  1845.    transform: scale(1.1);
  1846. }
  1847.  
  1848. .featured-content {
  1849.    padding: 0 1rem 1.5rem;
  1850. }
  1851.  
  1852. .featured-content h2 {
  1853.    font-size: 1.4rem;
  1854.    font-weight: 700;
  1855.    margin: 15px 0;
  1856.    line-height: 1.3;
  1857. }
  1858.  
  1859. .featured-content p {
  1860.    font-size: 0.95rem;
  1861.    opacity: 0.9;
  1862.    line-height: 1.6;
  1863.    margin-bottom: 1rem;
  1864. }
  1865.  
  1866. /* Category Pills */
  1867. .category-pill {
  1868.    display: inline-block;
  1869.    padding: 6px 16px;
  1870.    border-radius: 20px;
  1871.    font-size: 0.75rem;
  1872.    text-transform: uppercase;
  1873.    letter-spacing: 1px;
  1874.    margin-bottom: 10px;
  1875.    width: fit-content;
  1876. }
  1877.  
  1878. /* Author Sections */
  1879. .author-section {
  1880.    display: flex;
  1881.    align-items: center;
  1882.    gap: 15px;
  1883.    margin-top: auto;
  1884. }
  1885.  
  1886. .author-img {
  1887.    width: 60px;
  1888.    height: 60px;
  1889.    border-radius: 50%;
  1890.    object-fit: cover;
  1891. }
  1892.  
  1893. .author-details {
  1894.    display: flex;
  1895.    flex-direction: column;
  1896. }
  1897.  
  1898. .author-name {
  1899.    font-weight: 600;
  1900. color: #95a5a6;
  1901.    font-size: 16px;
  1902. }
  1903.  
  1904. .author-title {
  1905.    font-size: 0.8rem;
  1906. color: #95a5a6;
  1907.    font-weight: 500;
  1908. }
  1909.  
  1910. .publish-date {
  1911.    font-size: 0.8rem;
  1912.    color: #95a5a6;
  1913.    margin-top: 2px;
  1914. }
  1915.  
  1916. /* Featured Stats */
  1917. .featured-stats {
  1918.    display: flex;
  1919.    gap: 30px;
  1920.    margin: 20px 0;
  1921. }
  1922.  
  1923. .stat-item {
  1924.    text-align: center;
  1925. }
  1926.  
  1927. .stat-number {
  1928.    display: block;
  1929.    font-size: 1.5rem;
  1930.    font-weight: 700;
  1931.    color: white;
  1932. }
  1933.  
  1934. .stat-label {
  1935.    font-size: 0.8rem;
  1936.    opacity: 0.8;
  1937.    text-transform: uppercase;
  1938.    letter-spacing: 1px;
  1939. }
  1940.  
  1941. /* Read More Button */
  1942. .read-more-btn {
  1943.    padding: 0 30px 30px;
  1944. }
  1945.  
  1946. .btn-read {
  1947.    display: inline-block;
  1948.    padding: 12px 30px;
  1949.    background: linear-gradient(45deg, #667eea, #764ba2);
  1950.    color: white;
  1951.    text-decoration: none;
  1952.    border-radius: 20px;
  1953.    font-weight: 600;
  1954.    text-transform: uppercase;
  1955.    letter-spacing: 1px;
  1956.    font-size: 0.85rem;
  1957.    transition: all 0.3s ease;
  1958.    position: relative;
  1959.    overflow: hidden;
  1960. }
  1961.  
  1962. .btn-read::before {
  1963.    content: '';
  1964.    position: absolute;
  1965.    top: 0;
  1966.    left: -100%;
  1967.    width: 100%;
  1968.    height: 100%;
  1969.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1970.    transition: left 0.5s ease;
  1971. }
  1972.  
  1973. .btn-read:hover::before {
  1974.    left: 100%;
  1975. }
  1976.  
  1977. .btn-read:hover {
  1978.    transform: translateY(-2px);
  1979.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1980.    color: white;
  1981. }
  1982.  
  1983. /* Trending Bar */
  1984. .trending-bar {
  1985.    background: white;
  1986.    border-radius: 20px;
  1987.    padding: 25px 35px;
  1988.    display: flex;
  1989.    align-items: center;
  1990.    gap: 30px;
  1991.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1992.    border-left: 5px solid #667eea;
  1993. }
  1994.  
  1995. .trending-header h5 {
  1996.    margin: 0;
  1997.    font-weight: 700;
  1998.    color: #2c3e50;
  1999.    font-size: 1.1rem;
  2000. }
  2001.  
  2002. .trending-tags {
  2003.    display: flex;
  2004.    flex-wrap: wrap;
  2005.    gap: 15px;
  2006. }
  2007.  
  2008. .trend-tag {
  2009.    padding: 8px 18px;
  2010.    background: #f8f9fa;
  2011.    border: 2px solid #e9ecef;
  2012.    border-radius: 20px;
  2013.    font-size: 0.85rem;
  2014.    font-weight: 500;
  2015.    color: #495057;
  2016.    transition: all 0.3s ease;
  2017.    cursor: pointer;
  2018. }
  2019.  
  2020. .trend-tag:hover {
  2021.    background: #667eea;
  2022.    color: white;
  2023.    border-color: #667eea;
  2024.    transform: translateY(-2px);
  2025. }
  2026.  
  2027. /* Responsive Design */
  2028. @media (max-width: 992px) {
  2029.    .tall-card,
  2030.    .featured-card {
  2031.        height: auto;
  2032.        margin-bottom: 30px;
  2033.    }
  2034.    
  2035.  
  2036.    
  2037.    .trending-bar {
  2038.        flex-direction: column;
  2039.        align-items: flex-start;
  2040.        gap: 20px;
  2041.    }
  2042. }
  2043.  
  2044. @media (max-width: 768px) {
  2045.    .blog-hero-v3 {
  2046.        padding: 40px 0;
  2047.    }
  2048.  
  2049.    
  2050.    .trending-tags {
  2051.        justify-content: center;
  2052.    }
  2053.    
  2054.    .featured-stats {
  2055.        justify-content: center;
  2056.    }
  2057. }
  2058. </style>
  2059.  
  2060.  
  2061.  
  2062.  
  2063.        <!-- end of wpo-blog-hero -->
  2064.  
  2065.        <!-- start of wpo-breacking-news -->
  2066.        
  2067.        <!-- end of wpo-breacking-news -->
  2068.        
  2069.        <!-- start wpo-blog-highlights-section -->
  2070.        
  2071.  
  2072.  
  2073.  
  2074.    
  2075.  
  2076.  
  2077.  <style>
  2078.    .blog-section {
  2079.      padding: 60px 0;
  2080.    }
  2081.  
  2082.    .blog-card {
  2083.      background: var(--card-bg);
  2084.      border-radius: 12px;
  2085.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2086.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2087.      margin-bottom: 30px;
  2088.      overflow: hidden;
  2089.      border: none;
  2090.    }
  2091.  
  2092.    .blog-card-body {
  2093.      padding: 30px;
  2094.    }
  2095.  
  2096.    .blog-category {
  2097.      display: inline-block;
  2098.      padding: 6px 16px;
  2099.      border-radius: 20px;
  2100.      font-size: 12px;
  2101.      font-weight: 600;
  2102.      text-transform: uppercase;
  2103.      letter-spacing: 0.5px;
  2104.      margin-bottom: 20px;
  2105.    }
  2106.  
  2107.    .blog-title {
  2108.      font-weight: 700;
  2109.      color: var(--topbar-color);
  2110.      margin-bottom: 20px;
  2111.      line-height: 1.4;
  2112.      text-decoration: none;
  2113.    }
  2114.  
  2115.    .blog-title:hover {
  2116.      color: #1e40af !important;
  2117.      text-decoration: none;
  2118.    }
  2119.  
  2120.    .blog-meta {
  2121.      display: flex;
  2122.      align-items: center;
  2123.      margin-bottom: 20px;
  2124.      color: var(--topbar-color);
  2125.      font-size: 14px;
  2126.    }
  2127.  
  2128.    .blog-meta img {
  2129.      width: 35px;
  2130.      height: 35px;
  2131.      border-radius: 50%;
  2132.      object-fit: cover;
  2133.      display: block;
  2134.    }
  2135.  
  2136.    .blog-meta .meta-info {
  2137.      display: flex;
  2138.      align-items: center;
  2139.      gap: 15px;
  2140.    }
  2141.  
  2142.    .blog-description {
  2143.      color: var(--topbar-color);
  2144.      line-height: 1.7;
  2145.      margin-bottom: 25px;
  2146.      font-size: 15px;
  2147.    }
  2148.  
  2149.    .read-more-btn {
  2150.      background: transparent;
  2151.      border: 2px solid var(--bs-primary);
  2152.      color: var(--bs-primary);
  2153.      padding: 12px 30px;
  2154.      border-radius: 6px;
  2155.      font-weight: 600;
  2156.      text-transform: uppercase;
  2157.      letter-spacing: 0.5px;
  2158.      transition: all 0.3s ease;
  2159.      text-decoration: none;
  2160.      display: inline-block;
  2161.      font-size: 13px;
  2162.    }
  2163.  
  2164.    .read-more-btn:hover {
  2165.      background: var(--bs-primary);
  2166.      color: var(--bs-white) !important;
  2167.      text-decoration: none;
  2168.    }
  2169.  
  2170.    .section-title {
  2171.      text-align: center;
  2172.      margin-bottom: 50px;
  2173.    }
  2174.  
  2175.    .section-title h2 {
  2176.      font-size: 42px;
  2177.      font-weight: 800;
  2178.      color: #2c3e50;
  2179.      margin-bottom: 15px;
  2180.    }
  2181.  
  2182.    .section-title p {
  2183.      color: #6c757d;
  2184.      font-size: 18px;
  2185.      max-width: 600px;
  2186.      margin: 0 auto;
  2187.    }
  2188.  
  2189.    .avatar-placeholder {
  2190.      width: 35px;
  2191.      height: 35px;
  2192.      border-radius: 50%;
  2193.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2194.      display: flex;
  2195.      align-items: center;
  2196.      justify-content: center;
  2197.      color: var(--bs-white);
  2198.      font-weight: bold;
  2199.      margin-right: 12px;
  2200.      overflow: hidden;
  2201.    }
  2202.  
  2203.    @media (max-width: 768px) {
  2204.  
  2205.  
  2206.      .section-title h2 {
  2207.        font-size: 32px;
  2208.      }
  2209.  
  2210.      .blog-card-body {
  2211.        padding: 20px;
  2212.      }
  2213.    }
  2214.  
  2215.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2216.    :root{
  2217.      --fade-distance: 28px;
  2218.      --fade-duration: 700ms;
  2219.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2220.    }
  2221.  
  2222.    .fade-base{
  2223.      opacity: 0;
  2224.      filter: blur(2px);
  2225.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2226.      transition:
  2227.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2228.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2229.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2230.      will-change: transform, opacity, filter;
  2231.    }
  2232.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2233.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2234.  
  2235.    .fade-show{
  2236.      opacity: 1;
  2237.      filter: blur(0);
  2238.      transform: translateY(0) translateZ(0);
  2239.    }
  2240.  
  2241.    /* Hover should still work after fade-in */
  2242.    .blog-card.fade-show:hover{
  2243.      transform: translateY(-5px) translateZ(0);
  2244.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2245.    }
  2246.  
  2247.    /* Reduced motion */
  2248.    @media (prefers-reduced-motion: reduce){
  2249.      .fade-base{
  2250.        transition: none !important;
  2251.        transform: none !important;
  2252.        opacity: 1 !important;
  2253.        filter: none !important;
  2254.      }
  2255.      .blog-card.fade-show:hover{
  2256.        transform: none !important;
  2257.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2258.      }
  2259.    }
  2260.  </style>
  2261.  
  2262.  <section class="blog-section">
  2263.    <div class="container-fluid fluid-container">
  2264.      <div class="row">
  2265.        <div class="section-title ">
  2266.          <h2>
  2267.                Today's Top Highlights
  2268.                   </h2>
  2269.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2270.        </div>
  2271.  
  2272.        <div class="col-lg-8 col-12">
  2273.          
  2274.            <div class="blog-card fade-base">
  2275.              <div class="blog-card-body">
  2276.                <span class="blog-category bg-primary-gradient">News</span>
  2277.                <h3>
  2278.                  <a href="/calm-end-to-lionel-messis-india-tour-after-disorder-in-kolkata/" class="blog-title">
  2279.                    Calm End to Lionel Messi&#x27;s India Tour After Disorder in Kolkata
  2280.                  </a>
  2281.                </h3>
  2282.                <div class="blog-meta">
  2283.                  <div class="avatar-placeholder">
  2284.                    
  2285.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2286.                    
  2287.                  </div>
  2288.                  <div class="meta-info">
  2289.                    <span>Carrie Phillips</span>
  2290.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2291.                  </div>
  2292.                </div>
  2293.                <p class="blog-description"></p>
  2294.                <a href="/calm-end-to-lionel-messis-india-tour-after-disorder-in-kolkata/" class="read-more-btn">READ MORE</a>
  2295.              </div>
  2296.            </div>
  2297.          
  2298.            <div class="blog-card fade-base">
  2299.              <div class="blog-card-body">
  2300.                <span class="blog-category bg-primary-gradient">News</span>
  2301.                <h3>
  2302.                  <a href="/esteemed-photographer-brian-harris-life-story-an-existence-through-the-camera/" class="blog-title">
  2303.                    Esteemed Photographer Brian Harris Life Story: An Existence Through the Camera
  2304.                  </a>
  2305.                </h3>
  2306.                <div class="blog-meta">
  2307.                  <div class="avatar-placeholder">
  2308.                    
  2309.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2310.                    
  2311.                  </div>
  2312.                  <div class="meta-info">
  2313.                    <span>Carrie Phillips</span>
  2314.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2315.                  </div>
  2316.                </div>
  2317.                <p class="blog-description"></p>
  2318.                <a href="/esteemed-photographer-brian-harris-life-story-an-existence-through-the-camera/" class="read-more-btn">READ MORE</a>
  2319.              </div>
  2320.            </div>
  2321.          
  2322.            <div class="blog-card fade-base">
  2323.              <div class="blog-card-body">
  2324.                <span class="blog-category bg-primary-gradient">News</span>
  2325.                <h3>
  2326.                  <a href="/metropolitan-museum-faces-legal-action-over-supposedly-nazi-stolen-van-gogh-artwork/" class="blog-title">
  2327.                    Metropolitan Museum Faces Legal Action Over Supposedly Nazi-Stolen Van Gogh Artwork
  2328.                  </a>
  2329.                </h3>
  2330.                <div class="blog-meta">
  2331.                  <div class="avatar-placeholder">
  2332.                    
  2333.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2334.                    
  2335.                  </div>
  2336.                  <div class="meta-info">
  2337.                    <span>Carrie Phillips</span>
  2338.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2339.                  </div>
  2340.                </div>
  2341.                <p class="blog-description"></p>
  2342.                <a href="/metropolitan-museum-faces-legal-action-over-supposedly-nazi-stolen-van-gogh-artwork/" class="read-more-btn">READ MORE</a>
  2343.              </div>
  2344.            </div>
  2345.          
  2346.            <div class="blog-card fade-base">
  2347.              <div class="blog-card-body">
  2348.                <span class="blog-category bg-primary-gradient">News</span>
  2349.                <h3>
  2350.                  <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="blog-title">
  2351.                    American Lawmaker Calls On Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry
  2352.                  </a>
  2353.                </h3>
  2354.                <div class="blog-meta">
  2355.                  <div class="avatar-placeholder">
  2356.                    
  2357.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2358.                    
  2359.                  </div>
  2360.                  <div class="meta-info">
  2361.                    <span>Carrie Phillips</span>
  2362.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2363.                  </div>
  2364.                </div>
  2365.                <p class="blog-description"></p>
  2366.                <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="read-more-btn">READ MORE</a>
  2367.              </div>
  2368.            </div>
  2369.          
  2370.            <div class="blog-card fade-base">
  2371.              <div class="blog-card-body">
  2372.                <span class="blog-category bg-primary-gradient">News</span>
  2373.                <h3>
  2374.                  <a href="/bahrain-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-allegations/" class="blog-title">
  2375.                    Bahrain to Argue at UK Supreme Court Over Sovereign Immunity in Surveillance Allegations
  2376.                  </a>
  2377.                </h3>
  2378.                <div class="blog-meta">
  2379.                  <div class="avatar-placeholder">
  2380.                    
  2381.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2382.                    
  2383.                  </div>
  2384.                  <div class="meta-info">
  2385.                    <span>Carrie Phillips</span>
  2386.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2387.                  </div>
  2388.                </div>
  2389.                <p class="blog-description"></p>
  2390.                <a href="/bahrain-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-surveillance-allegations/" class="read-more-btn">READ MORE</a>
  2391.              </div>
  2392.            </div>
  2393.          
  2394.            <div class="blog-card fade-base">
  2395.              <div class="blog-card-body">
  2396.                <span class="blog-category bg-primary-gradient">News</span>
  2397.                <h3>
  2398.                  <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" class="blog-title">
  2399.                    James Cameron Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  2400.                  </a>
  2401.                </h3>
  2402.                <div class="blog-meta">
  2403.                  <div class="avatar-placeholder">
  2404.                    
  2405.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2406.                    
  2407.                  </div>
  2408.                  <div class="meta-info">
  2409.                    <span>Carrie Phillips</span>
  2410.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2411.                  </div>
  2412.                </div>
  2413.                <p class="blog-description"></p>
  2414.                <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" class="read-more-btn">READ MORE</a>
  2415.              </div>
  2416.            </div>
  2417.          
  2418.            <div class="blog-card fade-base">
  2419.              <div class="blog-card-body">
  2420.                <span class="blog-category bg-primary-gradient">News</span>
  2421.                <h3>
  2422.                  <a href="/bound-alone-and-scared-the-harsh-truth-for-women-forced-to-deliver-in-prison/" class="blog-title">
  2423.                    Bound, Alone and Scared: The Harsh Truth for Women Forced to Deliver in Prison.
  2424.                  </a>
  2425.                </h3>
  2426.                <div class="blog-meta">
  2427.                  <div class="avatar-placeholder">
  2428.                    
  2429.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2430.                    
  2431.                  </div>
  2432.                  <div class="meta-info">
  2433.                    <span>Carrie Phillips</span>
  2434.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2435.                  </div>
  2436.                </div>
  2437.                <p class="blog-description"></p>
  2438.                <a href="/bound-alone-and-scared-the-harsh-truth-for-women-forced-to-deliver-in-prison/" class="read-more-btn">READ MORE</a>
  2439.              </div>
  2440.            </div>
  2441.          
  2442.            <div class="blog-card fade-base">
  2443.              <div class="blog-card-body">
  2444.                <span class="blog-category bg-primary-gradient">News</span>
  2445.                <h3>
  2446.                  <a href="/an-story-of-surprising-kindness-when-a-university-student-let-me-sleep-on-her-dormitory-floor/" class="blog-title">
  2447.                    An Story of Surprising Kindness: When a University Student Let Me Sleep on Her Dormitory Floor
  2448.                  </a>
  2449.                </h3>
  2450.                <div class="blog-meta">
  2451.                  <div class="avatar-placeholder">
  2452.                    
  2453.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2454.                    
  2455.                  </div>
  2456.                  <div class="meta-info">
  2457.                    <span>Carrie Phillips</span>
  2458.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2459.                  </div>
  2460.                </div>
  2461.                <p class="blog-description"></p>
  2462.                <a href="/an-story-of-surprising-kindness-when-a-university-student-let-me-sleep-on-her-dormitory-floor/" class="read-more-btn">READ MORE</a>
  2463.              </div>
  2464.            </div>
  2465.          
  2466.            <div class="blog-card fade-base">
  2467.              <div class="blog-card-body">
  2468.                <span class="blog-category bg-primary-gradient">News</span>
  2469.                <h3>
  2470.                  <a href="/amid-those-ruined-debris-of-an-apartment-block-i-encountered-a-volume-id-rendered/" class="blog-title">
  2471.                    Amid those Ruined Debris of an Apartment Block, I Encountered a Volume I’d Rendered
  2472.                  </a>
  2473.                </h3>
  2474.                <div class="blog-meta">
  2475.                  <div class="avatar-placeholder">
  2476.                    
  2477.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2478.                    
  2479.                  </div>
  2480.                  <div class="meta-info">
  2481.                    <span>Carrie Phillips</span>
  2482.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2483.                  </div>
  2484.                </div>
  2485.                <p class="blog-description"></p>
  2486.                <a href="/amid-those-ruined-debris-of-an-apartment-block-i-encountered-a-volume-id-rendered/" class="read-more-btn">READ MORE</a>
  2487.              </div>
  2488.            </div>
  2489.          
  2490.            <div class="blog-card fade-base">
  2491.              <div class="blog-card-body">
  2492.                <span class="blog-category bg-primary-gradient">News</span>
  2493.                <h3>
  2494.                  <a href="/three-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/" class="blog-title">
  2495.                    Three Xbox Game Pass Titles We Are Playing This Weekend (October 10-12)
  2496.                  </a>
  2497.                </h3>
  2498.                <div class="blog-meta">
  2499.                  <div class="avatar-placeholder">
  2500.                    
  2501.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2502.                    
  2503.                  </div>
  2504.                  <div class="meta-info">
  2505.                    <span>Carrie Phillips</span>
  2506.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2507.                  </div>
  2508.                </div>
  2509.                <p class="blog-description"></p>
  2510.                <a href="/three-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/" class="read-more-btn">READ MORE</a>
  2511.              </div>
  2512.            </div>
  2513.          
  2514.            <div class="blog-card fade-base">
  2515.              <div class="blog-card-body">
  2516.                <span class="blog-category bg-primary-gradient">News</span>
  2517.                <h3>
  2518.                  <a href="/life-for-120000-displaced-people-in-mauritanias-massive-shelter-on-the-malians-border/" class="blog-title">
  2519.                    Life for 120,000 Displaced People in Mauritania&#x27;s Massive Shelter on the Malians Border.
  2520.                  </a>
  2521.                </h3>
  2522.                <div class="blog-meta">
  2523.                  <div class="avatar-placeholder">
  2524.                    
  2525.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2526.                    
  2527.                  </div>
  2528.                  <div class="meta-info">
  2529.                    <span>Carrie Phillips</span>
  2530.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2531.                  </div>
  2532.                </div>
  2533.                <p class="blog-description"></p>
  2534.                <a href="/life-for-120000-displaced-people-in-mauritanias-massive-shelter-on-the-malians-border/" class="read-more-btn">READ MORE</a>
  2535.              </div>
  2536.            </div>
  2537.          
  2538.            <div class="blog-card fade-base">
  2539.              <div class="blog-card-body">
  2540.                <span class="blog-category bg-primary-gradient">News</span>
  2541.                <h3>
  2542.                  <a href="/how-a-american-special-forces-veteran-assisted-the-venezuelan-opposition-leader-escape-venezuela/" class="blog-title">
  2543.                    How a American Special Forces Veteran Assisted the Venezuelan Opposition Leader Escape Venezuela
  2544.                  </a>
  2545.                </h3>
  2546.                <div class="blog-meta">
  2547.                  <div class="avatar-placeholder">
  2548.                    
  2549.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" />
  2550.                    
  2551.                  </div>
  2552.                  <div class="meta-info">
  2553.                    <span>Carrie Phillips</span>
  2554.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2555.                  </div>
  2556.                </div>
  2557.                <p class="blog-description"></p>
  2558.                <a href="/how-a-american-special-forces-veteran-assisted-the-venezuelan-opposition-leader-escape-venezuela/" class="read-more-btn">READ MORE</a>
  2559.              </div>
  2560.            </div>
  2561.          
  2562.          
  2563.  
  2564.        </div>
  2565.  
  2566.         <div class="col col-lg-4 col-12">
  2567.                
  2568.  
  2569.  
  2570.  
  2571.    
  2572.  
  2573.  
  2574. <!-- Blog Sidebar -->
  2575.  
  2576.    <div class="sidebar mb-3">
  2577.        
  2578.        
  2579.        <div class="sidebar-widget mb-4">
  2580.            <div class="widget-title-wrapper mb-3">
  2581.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2582.                    March 2026 Blog Roll
  2583.                    <span class="title-arrow"></span>
  2584.                </h4>
  2585.            </div>
  2586.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2587.                <ul class="list-unstyled scrollable-sidebar">
  2588.                    
  2589.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2590.                        <a href="https://quirkyinspired.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">casino apps</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://gaslampfoundation.org/"  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">best offshore casinos</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://2020workforce.com/"  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">crypto casinos</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.sportscasting.com/betting/offshore-sportsbooks/"  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">best offshore sportsbooks</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://www.productmanagementtoday.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">best 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.gamesreviews.com/casino/instant-withdrawal/"  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">fast withdrawal casinos</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://www.bigstepforbiglots.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 poker real money</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://carroll-county.net/"  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">real money online casinos</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://caretransitions.org/"  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">usdt casino</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://gamingamerica.com/online-casinos/offshore"  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">offshore casino</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.gamesreviews.com/casino/blackjack/"  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">online blackjack real money</span>
  2673.                        </a>
  2674.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2675.                    </li>
  2676.                    
  2677.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2678.                        <a href="https://groundfloorbk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2679.                            <i class="ti-angle-right me-2 text-primary"></i>
  2680.                            <span class="fw-semibold">aviator gambling game</span>
  2681.                        </a>
  2682.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2683.                    </li>
  2684.                    
  2685.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2686.                        <a href="https://ebbp.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2687.                            <i class="ti-angle-right me-2 text-primary"></i>
  2688.                            <span class="fw-semibold">real poker online</span>
  2689.                        </a>
  2690.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2691.                    </li>
  2692.                    
  2693.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2694.                        <a href="https://leyacawilliamsburg.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2695.                            <i class="ti-angle-right me-2 text-primary"></i>
  2696.                            <span class="fw-semibold">list of sweepstakes casinos</span>
  2697.                        </a>
  2698.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2699.                    </li>
  2700.                    
  2701.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2702.                        <a href="https://www.mffy.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2703.                            <i class="ti-angle-right me-2 text-primary"></i>
  2704.                            <span class="fw-semibold">crypto casino</span>
  2705.                        </a>
  2706.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2707.                    </li>
  2708.                    
  2709.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2710.                        <a href="https://danceviewtimes.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2711.                            <i class="ti-angle-right me-2 text-primary"></i>
  2712.                            <span class="fw-semibold">offshore sportsbooks</span>
  2713.                        </a>
  2714.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2715.                    </li>
  2716.                    
  2717.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2718.                        <a href="https://prophetsofrage.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2719.                            <i class="ti-angle-right me-2 text-primary"></i>
  2720.                            <span class="fw-semibold">best bitcoin casinos</span>
  2721.                        </a>
  2722.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2723.                    </li>
  2724.                    
  2725.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2726.                        <a href="https://www.boysgirlsclubs.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2727.                            <i class="ti-angle-right me-2 text-primary"></i>
  2728.                            <span class="fw-semibold">instant withdrawal casinos</span>
  2729.                        </a>
  2730.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2731.                    </li>
  2732.                    
  2733.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2734.                        <a href="https://www.filo.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2735.                            <i class="ti-angle-right me-2 text-primary"></i>
  2736.                            <span class="fw-semibold">crypto casino</span>
  2737.                        </a>
  2738.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2739.                    </li>
  2740.                    
  2741.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2742.                        <a href="https://www.test2treat.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2743.                            <i class="ti-angle-right me-2 text-primary"></i>
  2744.                            <span class="fw-semibold">best ncaab betting site</span>
  2745.                        </a>
  2746.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2747.                    </li>
  2748.                    
  2749.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2750.                        <a href="https://www.voicesfromthebalcony.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2751.                            <i class="ti-angle-right me-2 text-primary"></i>
  2752.                            <span class="fw-semibold">online casinos</span>
  2753.                        </a>
  2754.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2755.                    </li>
  2756.                    
  2757.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2758.                        <a href="https://rumbatime.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2759.                            <i class="ti-angle-right me-2 text-primary"></i>
  2760.                            <span class="fw-semibold">casino online</span>
  2761.                        </a>
  2762.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2763.                    </li>
  2764.                    
  2765.                </ul>
  2766.            </div>
  2767.        </div>
  2768.        
  2769.        <div class="sidebar-widget mb-4">
  2770.            <div class="widget-title-wrapper mb-3">
  2771.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2772.                    February 2026 Blog Roll
  2773.                    <span class="title-arrow"></span>
  2774.                </h4>
  2775.            </div>
  2776.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2777.                <ul class="list-unstyled scrollable-sidebar">
  2778.                    
  2779.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2780.                        <a href="https://www.berkeleywellness.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2781.                            <i class="ti-angle-right me-2 text-primary"></i>
  2782.                            <span class="fw-semibold">casino apps</span>
  2783.                        </a>
  2784.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2785.                    </li>
  2786.                    
  2787.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2788.                        <a href="https://bestsweepstakescasino.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2789.                            <i class="ti-angle-right me-2 text-primary"></i>
  2790.                            <span class="fw-semibold">social casino</span>
  2791.                        </a>
  2792.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2793.                    </li>
  2794.                    
  2795.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2796.                        <a href="https://modernmacrame.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2797.                            <i class="ti-angle-right me-2 text-primary"></i>
  2798.                            <span class="fw-semibold">casino apps</span>
  2799.                        </a>
  2800.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2801.                    </li>
  2802.                    
  2803.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2804.                        <a href="https://ageofmontessori.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2805.                            <i class="ti-angle-right me-2 text-primary"></i>
  2806.                            <span class="fw-semibold">online poker</span>
  2807.                        </a>
  2808.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2809.                    </li>
  2810.                    
  2811.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2812.                        <a href="https://bostonhostel.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2813.                            <i class="ti-angle-right me-2 text-primary"></i>
  2814.                            <span class="fw-semibold">sweepstakes casino</span>
  2815.                        </a>
  2816.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2817.                    </li>
  2818.                    
  2819.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2820.                        <a href="https://www.valuewalk.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2821.                            <i class="ti-angle-right me-2 text-primary"></i>
  2822.                            <span class="fw-semibold">online casino</span>
  2823.                        </a>
  2824.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2825.                    </li>
  2826.                    
  2827.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2828.                        <a href="https://www.fortcollinsbrewery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2829.                            <i class="ti-angle-right me-2 text-primary"></i>
  2830.                            <span class="fw-semibold">nfl betting</span>
  2831.                        </a>
  2832.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2833.                    </li>
  2834.                    
  2835.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2836.                        <a href="https://www.uthr.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2837.                            <i class="ti-angle-right me-2 text-primary"></i>
  2838.                            <span class="fw-semibold">top online casinos us</span>
  2839.                        </a>
  2840.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2841.                    </li>
  2842.                    
  2843.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2844.                        <a href="https://augustafreepress.com/gambling/best-online-gambling-sites/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2845.                            <i class="ti-angle-right me-2 text-primary"></i>
  2846.                            <span class="fw-semibold">offshore casinos</span>
  2847.                        </a>
  2848.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2849.                    </li>
  2850.                    
  2851.                </ul>
  2852.            </div>
  2853.        </div>
  2854.        
  2855.        <div class="sidebar-widget mb-4">
  2856.            <div class="widget-title-wrapper mb-3">
  2857.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2858.                    January 2026 Blog Roll
  2859.                    <span class="title-arrow"></span>
  2860.                </h4>
  2861.            </div>
  2862.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2863.                <ul class="list-unstyled scrollable-sidebar">
  2864.                    
  2865.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2866.                        <a href="https://www.bqs-outcome.de/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2867.                            <i class="ti-angle-right me-2 text-primary"></i>
  2868.                            <span class="fw-semibold">online bitcoin casino</span>
  2869.                        </a>
  2870.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2871.                    </li>
  2872.                    
  2873.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2874.                        <a href="https://www.funai.us/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2875.                            <i class="ti-angle-right me-2 text-primary"></i>
  2876.                            <span class="fw-semibold">poker online</span>
  2877.                        </a>
  2878.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2879.                    </li>
  2880.                    
  2881.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2882.                        <a href="https://www.globalhumanitarianassistance.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2883.                            <i class="ti-angle-right me-2 text-primary"></i>
  2884.                            <span class="fw-semibold">online gambling new york</span>
  2885.                        </a>
  2886.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2887.                    </li>
  2888.                    
  2889.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2890.                        <a href="https://www.moviemaker.com/best-online-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2891.                            <i class="ti-angle-right me-2 text-primary"></i>
  2892.                            <span class="fw-semibold">top online casinos</span>
  2893.                        </a>
  2894.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2895.                    </li>
  2896.                    
  2897.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2898.                        <a href="https://gamingamerica.com/online-casinos/crypto"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="fw-semibold">bitcoin casinos</span>
  2901.                        </a>
  2902.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2903.                    </li>
  2904.                    
  2905.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2906.                        <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="fw-semibold">best online slot sites</span>
  2909.                        </a>
  2910.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2911.                    </li>
  2912.                    
  2913.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2914.                        <a href="https://www.sbclib.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2915.                            <i class="ti-angle-right me-2 text-primary"></i>
  2916.                            <span class="fw-semibold">california online gambling</span>
  2917.                        </a>
  2918.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2919.                    </li>
  2920.                    
  2921.                </ul>
  2922.            </div>
  2923.        </div>
  2924.        
  2925.  
  2926.        <!-- Recent Posts Section -->
  2927.        <div class="sidebar-widget mb-3">
  2928.            <div class="widget-title-wrapper mb-3">
  2929.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2930.                    Recent Posts
  2931.                    <span class="title-arrow"></span>
  2932.                </h4>
  2933.            </div>
  2934.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2935.                <div class="recent-post-list">
  2936.                    
  2937.                    
  2938.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2939.                        <div class="post-image me-3 flex-shrink-0">
  2940.                            
  2941.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2942.                            
  2943.                        </div>
  2944.                        <div class="post-content flex-grow-1">
  2945.                            <h6 class="post-title mb-1">
  2946.                                 <a href="/a-guide-to-talk-romance-like-a-gen-z-fifty-one-ultra-specific-words-for-romance-intimacy-and-bad-behaviour/" class="text-decoration-none top-color fw-semibold">
  2947.                                    A Guide to Talk Romance Like a Gen Z: Fifty-One Ultra-Specific Words for Romance, Intimacy and Bad Behaviour
  2948.                                </a>
  2949.                            </h6>
  2950.                            <div class="post-meta">
  2951.                                <small class="text-muted">
  2952.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2953.                                </small>
  2954.                                <!-- <small class="text-muted ms-2">
  2955.                                    <i class="ti-eye me-1"></i>234 views
  2956.                                </small> -->
  2957.                            </div>
  2958.                        </div>
  2959.                    </div>
  2960.                    
  2961.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2962.                        <div class="post-image me-3 flex-shrink-0">
  2963.                            
  2964.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2965.                            
  2966.                        </div>
  2967.                        <div class="post-content flex-grow-1">
  2968.                            <h6 class="post-title mb-1">
  2969.                                 <a href="/trump-and-his-followers-picture-a-planet-lacking-global-legal-norms-but-they-are-unlikely-to-attain-this-goal/" class="text-decoration-none top-color fw-semibold">
  2970.                                    Trump and His Followers Picture a Planet Lacking Global Legal Norms – But They Are Unlikely to Attain This Goal
  2971.                                </a>
  2972.                            </h6>
  2973.                            <div class="post-meta">
  2974.                                <small class="text-muted">
  2975.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2976.                                </small>
  2977.                                <!-- <small class="text-muted ms-2">
  2978.                                    <i class="ti-eye me-1"></i>234 views
  2979.                                </small> -->
  2980.                            </div>
  2981.                        </div>
  2982.                    </div>
  2983.                    
  2984.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2985.                        <div class="post-image me-3 flex-shrink-0">
  2986.                            
  2987.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2988.                            
  2989.                        </div>
  2990.                        <div class="post-content flex-grow-1">
  2991.                            <h6 class="post-title mb-1">
  2992.                                 <a href="/swedish-squad-reveal-isak-selected-while-viktor-gyokeres-omitted/" class="text-decoration-none top-color fw-semibold">
  2993.                                    Swedish Squad Reveal: Isak Selected While Viktor Gyokeres Omitted
  2994.                                </a>
  2995.                            </h6>
  2996.                            <div class="post-meta">
  2997.                                <small class="text-muted">
  2998.                                    <i class="ti-calendar me-1"></i>10 May 2026
  2999.                                </small>
  3000.                                <!-- <small class="text-muted ms-2">
  3001.                                    <i class="ti-eye me-1"></i>234 views
  3002.                                </small> -->
  3003.                            </div>
  3004.                        </div>
  3005.                    </div>
  3006.                    
  3007.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3008.                        <div class="post-image me-3 flex-shrink-0">
  3009.                            
  3010.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3011.                            
  3012.                        </div>
  3013.                        <div class="post-content flex-grow-1">
  3014.                            <h6 class="post-title mb-1">
  3015.                                 <a href="/united-arab-emirates-refuses-to-join-gazan-security-force-lacking-defined-legal-framework/" class="text-decoration-none top-color fw-semibold">
  3016.                                    United Arab Emirates Refuses to Join Gazan Security Force Lacking Defined Legal Framework
  3017.                                </a>
  3018.                            </h6>
  3019.                            <div class="post-meta">
  3020.                                <small class="text-muted">
  3021.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3022.                                </small>
  3023.                                <!-- <small class="text-muted ms-2">
  3024.                                    <i class="ti-eye me-1"></i>234 views
  3025.                                </small> -->
  3026.                            </div>
  3027.                        </div>
  3028.                    </div>
  3029.                    
  3030.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3031.                        <div class="post-image me-3 flex-shrink-0">
  3032.                            
  3033.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3034.                            
  3035.                        </div>
  3036.                        <div class="post-content flex-grow-1">
  3037.                            <h6 class="post-title mb-1">
  3038.                                 <a href="/virginias-new-governor-makes-history-as-first-female-governor/" class="text-decoration-none top-color fw-semibold">
  3039.                                    Virginia&#x27;s New Governor Makes History as First Female Governor
  3040.                                </a>
  3041.                            </h6>
  3042.                            <div class="post-meta">
  3043.                                <small class="text-muted">
  3044.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3045.                                </small>
  3046.                                <!-- <small class="text-muted ms-2">
  3047.                                    <i class="ti-eye me-1"></i>234 views
  3048.                                </small> -->
  3049.                            </div>
  3050.                        </div>
  3051.                    </div>
  3052.                    
  3053.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3054.                        <div class="post-image me-3 flex-shrink-0">
  3055.                            
  3056.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3057.                            
  3058.                        </div>
  3059.                        <div class="post-content flex-grow-1">
  3060.                            <h6 class="post-title mb-1">
  3061.                                 <a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-play-him-on-screen/" class="text-decoration-none top-color fw-semibold">
  3062.                                    ‘When Did I Get That Good-Looking?’: The Rock Legend on Watching The Actor Play Him On Screen
  3063.                                </a>
  3064.                            </h6>
  3065.                            <div class="post-meta">
  3066.                                <small class="text-muted">
  3067.                                    <i class="ti-calendar me-1"></i>10 May 2026
  3068.                                </small>
  3069.                                <!-- <small class="text-muted ms-2">
  3070.                                    <i class="ti-eye me-1"></i>234 views
  3071.                                </small> -->
  3072.                            </div>
  3073.                        </div>
  3074.                    </div>
  3075.                    
  3076.  
  3077.                </div>
  3078.            </div>
  3079.        </div>
  3080.  
  3081.    </div>
  3082.  
  3083.  
  3084. <!-- Sidebar Styles -->
  3085. <style>
  3086.    .sidebar-widget {
  3087.        position: relative;
  3088.    }
  3089.    
  3090.    .widget-title {
  3091.        font-size: 1.1rem;
  3092.        font-weight: 700;
  3093.        display: inline-block;
  3094.        position: relative;
  3095.        z-index: 2;
  3096.        border-radius: 0;
  3097.    }
  3098.    
  3099.    .title-arrow::after {
  3100.        content: '';
  3101.        position: absolute;
  3102.        top: 0;
  3103.        right: -20px;
  3104.        width: 0;
  3105.        height: 0;
  3106.        border-left: 20px solid var(--bs-primary);
  3107.        border-top: 20px solid transparent;
  3108.        border-bottom: 20px solid transparent;
  3109.        z-index: 1;
  3110.    }
  3111.    
  3112.    .widget-content {
  3113.        margin-top: -1px;
  3114.        position: relative;
  3115.        z-index: 1;
  3116.         background-color: var(--card-bg);
  3117.    }
  3118.    
  3119.    .recent-post-item:hover .post-title1 a {
  3120.        color: #dc3545 !important;
  3121.        transition: color 0.3s ease;
  3122.    }
  3123.    
  3124.    .recent-post-item .post-image img {
  3125.        transition: transform 0.3s ease;
  3126.    }
  3127.    
  3128.    .recent-post-item:hover .post-image img {
  3129.        transform: scale(1.05);
  3130.    }
  3131.    
  3132.    .btn:hover {
  3133.        transform: translateY(-1px);
  3134.        transition: all 0.3s ease;
  3135.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3136.    }
  3137.    
  3138.    @media (max-width: 991px) {
  3139.        .sidebar {
  3140.            margin-top: 3rem;
  3141.        }
  3142.    }
  3143.    
  3144.    @media (max-width: 576px) {
  3145.        .widget-title {
  3146.            font-size: 1rem;
  3147.            padding: 0.75rem 1rem !important;
  3148.        }
  3149.        
  3150.        .title-arrow::after {
  3151.            right: -15px;
  3152.            border-left: 15px solid var(--bs-primary);
  3153.            border-top: 15px solid transparent;
  3154.            border-bottom: 15px solid transparent;
  3155.        }
  3156.        
  3157.        .post-image {
  3158.            display: none !important;
  3159.        }
  3160.    }
  3161. </style>
  3162.    
  3163.            </div>
  3164.      </div>
  3165.    </div>
  3166.  </section>
  3167.  
  3168.  <script>
  3169.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3170.    document.addEventListener('DOMContentLoaded', function () {
  3171.      // Fallback if IntersectionObserver unavailable
  3172.      if (!('IntersectionObserver' in window)) {
  3173.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3174.        return;
  3175.      }
  3176.  
  3177.      let lastY = window.pageYOffset || 0;
  3178.      let scrollDir = 'down';
  3179.      let ticking = false;
  3180.  
  3181.      // Jank-free scroll direction tracking
  3182.      window.addEventListener('scroll', () => {
  3183.        const y = window.pageYOffset || 0;
  3184.        if (!ticking) {
  3185.          requestAnimationFrame(() => {
  3186.            scrollDir = y > lastY ? 'down' : 'up';
  3187.            lastY = y <= 0 ? 0 : y;
  3188.            ticking = false;
  3189.          });
  3190.          ticking = true;
  3191.        }
  3192.      }, { passive: true });
  3193.  
  3194.      const options = {
  3195.        threshold: 0.18,
  3196.        rootMargin: '0px 0px -8% 0px'
  3197.      };
  3198.  
  3199.      const io = new IntersectionObserver((entries) => {
  3200.        entries.forEach((entry) => {
  3201.          const el = entry.target;
  3202.  
  3203.          if (entry.isIntersecting) {
  3204.            // direction-based class
  3205.            el.classList.remove('fade-up', 'fade-down');
  3206.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3207.  
  3208.            // smooth timing (override-able per element via CSS vars)
  3209.            if (!el.style.getPropertyValue('--dur')) {
  3210.              el.style.setProperty('--dur', '700ms');
  3211.            }
  3212.            if (!el.style.getPropertyValue('--ease')) {
  3213.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3214.            }
  3215.  
  3216.            el.classList.add('fade-show');
  3217.          } else {
  3218.            // re-animate when re-entering
  3219.            el.classList.remove('fade-show');
  3220.          }
  3221.        });
  3222.      }, options);
  3223.  
  3224.      // Observe all fade targets with a light stagger
  3225.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3226.      nodes.forEach((el, i) => {
  3227.        // 0–5 -> 0–300ms stagger (loops every 6)
  3228.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3229.        io.observe(el);
  3230.      });
  3231.    });
  3232.  </script>
  3233.  
  3234.  
  3235.    
  3236.        
  3237.        <!-- end wpo-blog-highlights-section -->
  3238.        <!-- start wpo-blog-sponsored-section -->
  3239.        
  3240.  
  3241.  
  3242.  
  3243.    
  3244.  
  3245.  
  3246.  <style>
  3247.    .sponsored-card-v10 {
  3248.      border: 1px solid var(--bs-primary); /* Cyan border */
  3249.      transition: border-color 0.3s ease;
  3250.      min-height: 350px;
  3251.    }
  3252.    
  3253.    .sponsored-content-v10 {
  3254.      flex: 1; /* text area stretch kare */
  3255.    }
  3256.    .sponsored-card-v10:hover {
  3257.      border-color: var(--bs-primary);
  3258.      opacity: 0.8;
  3259.    }
  3260.    
  3261.    .sponsored-content-v10 {
  3262.      padding: 12px;
  3263.      border-radius: 12px 12px 0px 0px;
  3264.      background: var(--card-bg);
  3265.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3266.    }
  3267.    
  3268.    .sponsored-image-v10 {
  3269.      height: 180px;
  3270.    }
  3271.    
  3272.    .sponsored-image-v10 img {
  3273.      width: 100%;
  3274.      height: 100%;
  3275.      border-radius: 0px 0px 12px 12px;
  3276.      object-fit: cover;
  3277.    }
  3278.    
  3279.    .sponsored-badge-v10 {
  3280.      display: inline-block;
  3281.      position: relative;
  3282.      padding: 4px 8px;
  3283.      border-radius: var(--border-radius);
  3284.      font-size: 11px;
  3285.      font-weight: 600;
  3286.      text-transform: uppercase;
  3287.      color: white;
  3288.      margin-bottom: 8px;
  3289.    }
  3290.    
  3291.    .sponsored-badge-v10::after {
  3292.      content: '';
  3293.      position: absolute;
  3294.      top: 0;
  3295.      right: -8px;
  3296.    }
  3297.    
  3298.    .sponsored-title-v10 {
  3299.      font-size: 14px;
  3300.      font-weight: 700;
  3301.      line-height: 1.3;
  3302.      margin-bottom: 6px;
  3303.      color: #333;
  3304.    }
  3305.    
  3306.    .sponsored-title-v10 a {
  3307.      text-decoration: none;
  3308.      color: var(--topbar-color);
  3309.    }
  3310.    
  3311.    .sponsored-title-v10 a:hover {
  3312.      color: var(--bs-primary); /* Cyan hover */
  3313.    }
  3314.    
  3315.    .sponsored-excerpt-v10 {
  3316.      font-size: 11px;
  3317.      font-weight: 400;
  3318.      color: #6c757d;
  3319.      margin-bottom: 6px;
  3320.      line-height: 1.4;
  3321.    }
  3322.    
  3323.    .sponsored-meta-v10 {
  3324.      font-size: 10px;
  3325.      color: #6c757d;
  3326.    }
  3327.    
  3328.    .author-info-v10 {
  3329.      margin-bottom: 4px;
  3330.    }
  3331.    
  3332.    .sponsored-author-img-v10 {
  3333.      width: 18px;
  3334.      height: 18px;
  3335.      border-radius: 50%;
  3336.      object-fit: cover;
  3337.      vertical-align: middle;
  3338.      margin-right: 4px;
  3339.    }
  3340.    
  3341.    .section-title-sponsored-v10 {
  3342.      font-size: 1.8rem;
  3343.      font-weight: 600;
  3344.      text-align: left;
  3345.      margin-bottom: 25px;
  3346.      color: #333;
  3347.      position: relative;
  3348.    }
  3349.    
  3350.    .section-title-sponsored-v10::after {
  3351.      content: '';
  3352.      position: absolute;
  3353.      bottom: -6px;
  3354.      left: 0;
  3355.      width: 60px;
  3356.      height: 2px;
  3357.      background: var(--bs-primary);
  3358.    }
  3359.    
  3360.    @media (max-width: 768px) {
  3361.      .sponsored-section-v10 {
  3362.        padding: 30px 0;
  3363.      }
  3364.      .sponsored-image-v10 {
  3365.        height: 180px;
  3366.      }
  3367.      .sponsored-content-v10 {
  3368.        padding: 10px;
  3369.      }
  3370.      .sponsored-title-v10 {
  3371.        font-size: 13px;
  3372.      }
  3373.      .sponsored-excerpt-v10 {
  3374.        font-size: 10px;
  3375.      }
  3376.      .sponsored-badge-v10 {
  3377.        font-size: 10px;
  3378.        padding: 3px 6px;
  3379.      }
  3380.      .sponsored-meta-v10 {
  3381.        font-size: 9px;
  3382.      }
  3383.      .section-title-sponsored-v10 {
  3384.        font-size: 1.5rem;
  3385.      }
  3386.    }
  3387.  </style>
  3388.  
  3389.  <section class="sponsored-section-v10 my-5">
  3390.    <div class="container-fluid fluid-container">
  3391.      <div class="row">
  3392.        <div class="col-12">
  3393.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3394.        </div>
  3395.      </div>
  3396.  
  3397.      <div class="row g-3 d-flex align-items-center">
  3398.        
  3399.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3400.            <div class="card sponsored-card-v10 h-100 w-100">
  3401.              <div class="sponsored-content-v10">
  3402.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3403.                <h3 class="sponsored-title-v10"><a href="/a-guide-to-talk-romance-like-a-gen-z-fifty-one-ultra-specific-words-for-romance-intimacy-and-bad-behaviour/">A Guide to Talk Romance Like a Gen Z: Fifty-One Ultra-Specific Words for Romance, Intimacy and Bad Behaviour</a></h3>
  3404.                <p class="sponsored-excerpt-v10"></p>
  3405.                <div class="sponsored-meta-v10">
  3406.                  <div class="author-info-v10">
  3407.                    
  3408.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3409.                    
  3410.                    <span>Carrie Phillips</span>
  3411.                  </div>
  3412.                  <div>11 May 2026</div>
  3413.                </div>
  3414.              </div>
  3415.              <div class="sponsored-image-v10">
  3416.                
  3417.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3418.                
  3419.              </div>
  3420.            </div>
  3421.          </div>
  3422.        
  3423.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3424.            <div class="card sponsored-card-v10 h-100 w-100">
  3425.              <div class="sponsored-content-v10">
  3426.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3427.                <h3 class="sponsored-title-v10"><a href="/trump-and-his-followers-picture-a-planet-lacking-global-legal-norms-but-they-are-unlikely-to-attain-this-goal/">Trump and His Followers Picture a Planet Lacking Global Legal Norms – But They Are Unlikely to Attain This Goal</a></h3>
  3428.                <p class="sponsored-excerpt-v10"></p>
  3429.                <div class="sponsored-meta-v10">
  3430.                  <div class="author-info-v10">
  3431.                    
  3432.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3433.                    
  3434.                    <span>Carrie Phillips</span>
  3435.                  </div>
  3436.                  <div>10 May 2026</div>
  3437.                </div>
  3438.              </div>
  3439.              <div class="sponsored-image-v10">
  3440.                
  3441.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3442.                
  3443.              </div>
  3444.            </div>
  3445.          </div>
  3446.        
  3447.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3448.            <div class="card sponsored-card-v10 h-100 w-100">
  3449.              <div class="sponsored-content-v10">
  3450.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3451.                <h3 class="sponsored-title-v10"><a href="/swedish-squad-reveal-isak-selected-while-viktor-gyokeres-omitted/">Swedish Squad Reveal: Isak Selected While Viktor Gyokeres Omitted</a></h3>
  3452.                <p class="sponsored-excerpt-v10"></p>
  3453.                <div class="sponsored-meta-v10">
  3454.                  <div class="author-info-v10">
  3455.                    
  3456.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3457.                    
  3458.                    <span>Carrie Phillips</span>
  3459.                  </div>
  3460.                  <div>10 May 2026</div>
  3461.                </div>
  3462.              </div>
  3463.              <div class="sponsored-image-v10">
  3464.                
  3465.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3466.                
  3467.              </div>
  3468.            </div>
  3469.          </div>
  3470.        
  3471.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3472.            <div class="card sponsored-card-v10 h-100 w-100">
  3473.              <div class="sponsored-content-v10">
  3474.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3475.                <h3 class="sponsored-title-v10"><a href="/united-arab-emirates-refuses-to-join-gazan-security-force-lacking-defined-legal-framework/">United Arab Emirates Refuses to Join Gazan Security Force Lacking Defined Legal Framework</a></h3>
  3476.                <p class="sponsored-excerpt-v10"></p>
  3477.                <div class="sponsored-meta-v10">
  3478.                  <div class="author-info-v10">
  3479.                    
  3480.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3481.                    
  3482.                    <span>Carrie Phillips</span>
  3483.                  </div>
  3484.                  <div>10 May 2026</div>
  3485.                </div>
  3486.              </div>
  3487.              <div class="sponsored-image-v10">
  3488.                
  3489.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3490.                
  3491.              </div>
  3492.            </div>
  3493.          </div>
  3494.        
  3495.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3496.            <div class="card sponsored-card-v10 h-100 w-100">
  3497.              <div class="sponsored-content-v10">
  3498.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3499.                <h3 class="sponsored-title-v10"><a href="/virginias-new-governor-makes-history-as-first-female-governor/">Virginia&#x27;s New Governor Makes History as First Female Governor</a></h3>
  3500.                <p class="sponsored-excerpt-v10"></p>
  3501.                <div class="sponsored-meta-v10">
  3502.                  <div class="author-info-v10">
  3503.                    
  3504.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3505.                    
  3506.                    <span>Carrie Phillips</span>
  3507.                  </div>
  3508.                  <div>10 May 2026</div>
  3509.                </div>
  3510.              </div>
  3511.              <div class="sponsored-image-v10">
  3512.                
  3513.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3514.                
  3515.              </div>
  3516.            </div>
  3517.          </div>
  3518.        
  3519.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3520.            <div class="card sponsored-card-v10 h-100 w-100">
  3521.              <div class="sponsored-content-v10">
  3522.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3523.                <h3 class="sponsored-title-v10"><a href="/when-did-i-get-that-good-looking-the-rock-legend-on-watching-the-actor-play-him-on-screen/">‘When Did I Get That Good-Looking?’: The Rock Legend on Watching The Actor Play Him On Screen</a></h3>
  3524.                <p class="sponsored-excerpt-v10"></p>
  3525.                <div class="sponsored-meta-v10">
  3526.                  <div class="author-info-v10">
  3527.                    
  3528.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d8d607fa-b43d-44e3-9633-ed86602b8cde_profile.png" alt="Carrie Phillips" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3529.                    
  3530.                    <span>Carrie Phillips</span>
  3531.                  </div>
  3532.                  <div>10 May 2026</div>
  3533.                </div>
  3534.              </div>
  3535.              <div class="sponsored-image-v10">
  3536.                
  3537.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3538.                
  3539.              </div>
  3540.            </div>
  3541.          </div>
  3542.        
  3543.      </div>
  3544.    </div>
  3545.  </section>
  3546.  
  3547.  
  3548.    
  3549.        <!-- end wpo-blog-sponsored-section -->
  3550.        <!-- start wpo-subscribe-section -->
  3551.        
  3552.        <!-- end subscribe-section -->
  3553.        <!-- start of wpo-site-footer-section -->
  3554.        
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560. <footer class="wpo-site-footer-v2">
  3561.    <!-- Main Footer Content -->
  3562.    <div class="wpo-main-footer">
  3563.        <div class="container-fluid fluid-container">
  3564.            <div class="row g-4">
  3565.                
  3566.                <!-- Company Info Section -->
  3567.                <div class="col-lg-4 col-md-6 col-12">
  3568.                    <div class="footer-widget company-info-widget">
  3569.                        <div class="widget-header">
  3570.                            <div class="footer-logo">
  3571.                                
  3572.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/23f62df3-98c6-4c87-b030-6be30463b19d_logo.png" alt="Ultrapath" class="img-fluid footer-logo-img">
  3573.                                
  3574.                            </div>
  3575.                        </div>
  3576.                        <div class="widget-content2 footer-widget-content2">
  3577.                            <p class="company-description-text">
  3578.                                Ultrapath delves into cutting-edge tech trends, AI developments, and future innovations with expert insights and practical guides for tech enthusiasts.
  3579.                            </p>
  3580.                            <div class="contact-info2">
  3581.                                <div class="contact-item">
  3582.                                    <i class="fas fa-envelope"></i>
  3583.                                    <span><a href="/cdn-cgi/l/email-protection#55393c3b3e26153b302d213734363e393c3b3e267b363a38" class="footer-link2"><span class="__cf_email__" data-cfemail="e08c898e8b93a08e8598948281838b8c898e8b93ce838f8d">[email&#160;protected]</span></a></span>
  3584.                                </div>
  3585.                                <!-- <div class="contact-item">
  3586.                                    <i class="fas fa-phone"></i>
  3587.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3588.                                </div> -->
  3589.                            </div>
  3590.                        </div>
  3591.                    </div>
  3592.                </div>
  3593.  
  3594.                <!-- Quick Links Section -->
  3595.                <div class="col-lg-4 col-md-6 col-12">
  3596.                    <div class="footer-widget quick-links-widget">
  3597.                        <div class="widget-header">
  3598.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3599.                        </div>
  3600.                        <div class="widget-content2 footer-widget-content2">
  3601.                            <ul class="footer-links">
  3602.                                
  3603.                                <li><a href="/russian-authorities-bans-snapchat-and-limits-apples-facetime-officials-say/" class="footer-link">Russian Authorities Bans Snapchat and Limits Apple&#x27;s FaceTime, Officials Say</a></li>
  3604.                                
  3605.                                <li><a href="/the-gunners-face-wolverhampton-wanderers-in-pivotal-english-top-division-encounter/" class="footer-link">The Gunners Face Wolverhampton Wanderers in Pivotal English Top Division Encounter</a></li>
  3606.                                
  3607.                                <li><a href="/ancient-hominins-and-early-humans-were-likely-kissing-researchers-propose/" class="footer-link">Ancient Hominins and Early Humans Were Likely Kissing, Researchers Propose</a></li>
  3608.                                
  3609.                                <li><a href="/actor-denies-anti-vax-views-following-narrating-controversial-pandemic-film/" class="footer-link">Actor Denies Anti-Vax Views Following Narrating Controversial Pandemic Film</a></li>
  3610.                                
  3611.                                <li><a href="/mount-mahameru-eruption-in-indonesia-prompts-evacuations/" class="footer-link">Mount Mahameru Eruption in Indonesia Prompts Evacuations</a></li>
  3612.                                
  3613.                                <li><a href="/billionaire-j-isaacman-voted-in-as-nasa-leader-after-rocky-confirmation-process/" class="footer-link">Billionaire J. Isaacman Voted in as NASA Leader After Rocky Confirmation Process</a></li>
  3614.                                
  3615.                            </ul>
  3616.                        </div>
  3617.                    </div>
  3618.                </div>
  3619.  
  3620.                <!-- Blog Rolls Section -->
  3621.          <div class="col-lg-3 col-md-6 col-12">
  3622.    <div class="footer-widget blog-rolls-widget">
  3623.        <div class="widget-header">
  3624.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3625.        </div>
  3626.        <div class="widget-content2 footer-widget-content2">
  3627.            <div class="row">
  3628.                <div class="col-6">
  3629.                    <ul class="footer-links" id="blogroll">
  3630.                        
  3631.                        
  3632.                        
  3633.                        
  3634.                        
  3635.                        
  3636.                        
  3637.                    </ul>
  3638.                </div>
  3639.            </div>
  3640.        </div>
  3641.    </div>
  3642. </div>
  3643.                <!-- Categories Section -->
  3644.                <div class="col-lg-4 col-md-6 col-12">
  3645.                    <div class="footer-widget categories-widget">
  3646.                        <div class="widget-header">
  3647.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3648.                        </div>
  3649.                        <div class="widget-content2 footer-widget-content2">
  3650.                            <div class="row">
  3651.                                <div class="col-6">
  3652.                                    <ul class="footer-links">
  3653.                                        
  3654.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3655.                                            All Posts
  3656.                                        </a></li>
  3657.                                        
  3658.                                        <li> <a href="/category/business/" class="footer-link">
  3659.                                            Business
  3660.                                        </a></li>
  3661.                                        
  3662.                                        <li> <a href="/category/esports/" class="footer-link">
  3663.                                            Esports
  3664.                                        </a></li>
  3665.                                        
  3666.                                        <li> <a href="/category/fashion/" class="footer-link">
  3667.                                            Fashion
  3668.                                        </a></li>
  3669.                                        
  3670.                                        <li> <a href="/category/featured/" class="footer-link">
  3671.                                            Featured
  3672.                                        </a></li>
  3673.                                        
  3674.                                    </ul>
  3675.                                </div>
  3676.                              
  3677.                            </div>
  3678.                        </div>
  3679.                    </div>
  3680.                </div>
  3681.  
  3682.            </div>
  3683.        </div>
  3684.    </div>
  3685.  
  3686.    <!-- Footer Bottom -->
  3687.    <div class="footer-bottom">
  3688.        <div class="container-fluid fluid-container">
  3689.            <div class="row align-items-center">
  3690.                <!-- Copyright -->
  3691.                <div class="col-lg-6 col-md-6 col-12">
  3692.                    <div class="copyright-text">
  3693.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Ultrapath</strong>.
  3694.                            All rights reserved.
  3695.                        </p>
  3696.                    </div>
  3697.                </div>
  3698.  
  3699.                <!-- Footer Menu -->
  3700.                <div class="col-lg-6 col-md-6 col-12">
  3701.                    <div class="footer-menu">
  3702.                        <ul class="bottom-menu">
  3703.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3704.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3705.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3706.                        </ul>
  3707.                    </div>
  3708.                </div>
  3709.            </div>
  3710.        </div>
  3711.    </div>
  3712.  
  3713. </footer>
  3714.  
  3715. <style>
  3716. /* Footer V2 Styles */
  3717. .wpo-site-footer-v2 {
  3718.    background: var(--footer-bg);
  3719.    color: var(--footer-color);
  3720.    position: relative;
  3721.    overflow: hidden;
  3722. }
  3723.  
  3724. .wpo-site-footer-v2::before {
  3725.    content: '';
  3726.    position: absolute;
  3727.    top: 0;
  3728.    left: 0;
  3729.    right: 0;
  3730.    bottom: 0;
  3731.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3732.    pointer-events: none;
  3733. }
  3734.  
  3735. .wpo-main-footer {
  3736.    padding: 60px 0 40px;
  3737.    position: relative;
  3738.    z-index: 2;
  3739. }
  3740.  
  3741. .footer-widget {
  3742.    margin-bottom: 30px;
  3743. }
  3744.  
  3745. .widget-header {
  3746.    margin-bottom: 25px;
  3747. }
  3748.  
  3749. .widget-title2 {
  3750.    font-size: 20px;
  3751.    font-weight: 700;
  3752.    color: var(--footer-color) !important;
  3753.    margin: 0;
  3754.    position: relative;
  3755.    padding-bottom: 10px;
  3756. }
  3757.  
  3758. .widget-title2::after {
  3759.    content: '';
  3760.    position: absolute;
  3761.    bottom: 0;
  3762.    left: 0;
  3763.    width: 40px;
  3764.    height: 3px;
  3765.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3766.    border-radius: 2px;
  3767. }
  3768.  
  3769. /* Company Info Styles */
  3770. .footer-logo-img {
  3771.    max-height: 100px;
  3772.    margin-bottom: 20px;
  3773. }
  3774.  
  3775. .footer-logo-text {
  3776.    color: var(--footer-color);
  3777. }
  3778.  
  3779. .company-description-text {
  3780.    font-size: 14px;
  3781.    line-height: 1.7;
  3782.    color: var(--footer-color);
  3783.    margin-bottom: 25px;
  3784. }
  3785.  
  3786. .contact-info2 .contact-item {
  3787.    display: flex;
  3788.    align-items: center;
  3789.    margin-bottom: 10px;
  3790.    font-size: 14px;
  3791. }
  3792.  
  3793. .contact-info2 .contact-item i {
  3794.    width: 20px;
  3795.    color: var(--footer-color);
  3796.    margin-right: 10px;
  3797. }
  3798.  
  3799. /* Footer Links Styles */
  3800. .footer-links {
  3801.    list-style: none;
  3802.    padding: 0;
  3803.    margin: 0;
  3804. }
  3805.  
  3806. .footer-links li {
  3807.    margin-bottom: 12px;
  3808. }
  3809. .footer-link2 {
  3810.    color: var(--footer-color) !important;
  3811. }
  3812. .footer-link2:hover {
  3813.    color: blue !important;
  3814. }
  3815. .footer-links a{
  3816.    color: var(--footer-color) !important;
  3817.    text-decoration: none;
  3818.    cursor: pointer;
  3819.    font-size: 14px;
  3820.    transition: all 0.3s ease;
  3821.    position: relative;
  3822. }
  3823.  
  3824. .footer-links a:hover {
  3825.    color: #4f46e5 !important;
  3826.    padding-left: 8px;
  3827. }
  3828.  
  3829. /* Footer Bottom Styles */
  3830. .footer-bottom {
  3831.    background: rgba(0, 0, 0, 0.3);
  3832.    padding: 20px 0;
  3833.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3834.    position: relative;
  3835.    z-index: 2;
  3836. }
  3837.  
  3838. .copyright-text-p {
  3839.    margin: 0;
  3840.    font-size: 14px;
  3841.    color: var(--footer-color);
  3842. }
  3843.  
  3844. .footer-sitename {
  3845.    color: var(--footer-color);
  3846. }
  3847.  
  3848. .bottom-menu {
  3849.    list-style: none;
  3850.    padding: 0;
  3851.    margin: 0;
  3852.    display: flex;
  3853.    justify-content: flex-end;
  3854.    gap: 20px;
  3855. }
  3856.  
  3857. .bottom-menu a {
  3858.    color: var(--footer-color);
  3859.    text-decoration: none;
  3860.    font-size: 14px;
  3861.    transition: color 0.3s ease;
  3862. }
  3863.  
  3864. .bottom-menu a:hover {
  3865.    color: #4f46e5;
  3866. }
  3867.  
  3868. @media (max-width: 768px) {
  3869.    .wpo-main-footer {
  3870.        padding: 40px 0 30px;
  3871.    }
  3872.    
  3873.    .bottom-menu {
  3874.        justify-content: center;
  3875.        margin-top: 15px;
  3876.    }
  3877.    
  3878.    .copyright-text {
  3879.        text-align: center;
  3880.    }
  3881.    
  3882.    .social-links {
  3883.        justify-content: center;
  3884.    }
  3885. }
  3886.  
  3887. @media (max-width: 576px) {
  3888.    .widget-title2 {
  3889.        font-size: 18px;
  3890.    }
  3891.    
  3892.    .newsletter-form .input-group {
  3893.        flex-direction: column;
  3894.    }
  3895.    
  3896.    .newsletter-form .btn {
  3897.        margin-top: 10px;
  3898.        border-radius: 8px;
  3899.    }
  3900.    
  3901.    .newsletter-form .form-control {
  3902.        border-radius: 8px;
  3903.    }
  3904. }
  3905. </style>
  3906.  
  3907.  
  3908. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3909.  document.addEventListener('DOMContentLoaded', function () {
  3910.    var btn = document.getElementById('toggleMore');
  3911.    if (!btn) return; // If there are <=5 items, no need for the button
  3912.  
  3913.    var extras = document.querySelectorAll('#blogroll li.extra');
  3914.  
  3915.    btn.addEventListener('click', function () {
  3916.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3917.        return li.classList.contains('d-none');
  3918.      });
  3919.  
  3920.      extras.forEach(function (li) {
  3921.        if (anyHidden) {
  3922.          li.classList.remove('d-none');
  3923.          li.classList.add('show'); // Show with smooth transition
  3924.        } else {
  3925.          li.classList.add('d-none');
  3926.          li.classList.remove('show'); // Hide smoothly
  3927.        }
  3928.      });
  3929.  
  3930.      // Update the button text and aria-expanded attribute
  3931.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3932.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3933.    });
  3934.  });
  3935. </script>
  3936.        <!-- end of wpo-site-footer-section -->
  3937.    </div>
  3938.    <!-- end of page-wrapper -->
  3939.  
  3940.    <!-- All JavaScript files
  3941.    ================================================== -->
  3942.    
  3943.  
  3944. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3945. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3946. <!-- Plugins for this template -->
  3947. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3948. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3949. <!-- Custom script for this template -->
  3950. <script src="/static/blogapp/assets/js/script.js"></script>
  3951.  
  3952. <script>
  3953. (function () {
  3954. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3955. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3956.  
  3957. function applyFallback(img) {
  3958. if (!img || img.dataset.fallbackApplied === "1") {
  3959. return;
  3960. }
  3961. var failedSrc = img.currentSrc || img.src || "";
  3962. img.dataset.fallbackApplied = "1";
  3963. img.onerror = null;
  3964. img.src = fallbackImageSrc;
  3965. console.warn("[ImageFallback] Replaced broken image:", {
  3966. failedSrc: failedSrc,
  3967. fallbackSrc: fallbackImageSrc,
  3968. alt: img.alt || "",
  3969. });
  3970. }
  3971.  
  3972. document.querySelectorAll("img").forEach(function (img) {
  3973. if (img.complete && img.naturalWidth === 0) {
  3974. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3975. failedSrc: img.currentSrc || img.src || "",
  3976. alt: img.alt || "",
  3977. });
  3978. applyFallback(img);
  3979. }
  3980. });
  3981.  
  3982. document.addEventListener(
  3983. "error",
  3984. function (event) {
  3985. var target = event.target;
  3986. if (target && target.tagName === "IMG") {
  3987. applyFallback(target);
  3988. }
  3989. },
  3990. true
  3991. );
  3992. })();
  3993. </script>
  3994.  
  3995. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3996.  
  3997.  
  3998.  
  3999. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"767ad7e6b0b44c418eac63006db877cd","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4000. </body>
  4001.  
  4002. </html>
  4003.  
  4004.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda