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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T153424.229_PjW6aXJ_CEcgLeg_coCa6kC.png">
  14.    
  15.  
  16.    <title>Orbit Central: Exploring Space Technology and Future Innovations</title>
  17.    <meta name="description" content="Discover the latest in space exploration, tech advancements, and future innovations. Join us for expert insights and updates on orbital missions and beyond.">
  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://orbitcentral.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_34">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388.  
  389. <div class="topbar d-sm-flex d-none">
  390.  <div class="container-fluid fluid-container">
  391.    <div class="row  ">
  392.      <div>
  393.        <div class="pt-2 d-flex gap-2 pb-0">
  394.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  395.            <div class="d-flex">
  396.              <span class="fw-bold">Latest</span>
  397.            </div>
  398.            <div class="d-flex">
  399.              <span class="fw-bold">Update</span>
  400.            </div>
  401.          </div>
  402.  
  403.          <!-- Add an id to the marquee -->
  404.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  405.            <p class="text-center">
  406.              
  407.               <a href="/teacher-killed-and-25-girls-abducted-in-gunbattle-at-school-in-nigeria/" class="px-5 top-color">
  408.                    Teacher Killed and 25 Girls Abducted in Gunbattle at School in Nigeria
  409.                  </a>
  410.              
  411.               <a href="/the-english-team-v-fiji-fall-international-rugby-preview/" class="px-5 top-color">
  412.                    The English Team v Fiji – Fall International Rugby Preview
  413.                  </a>
  414.              
  415.               <a href="/arsenals-manager-acknowledges-future-stay-depends-on-securing-trophies/" class="px-5 top-color">
  416.                    Arsenal&#x27;s Manager Acknowledges Future Stay Depends on Securing Trophies.
  417.                  </a>
  418.              
  419.               <a href="/eintracht-frankfurt-battles-the-reds-in-champions-league-clash/" class="px-5 top-color">
  420.                    Eintracht Frankfurt Battles The Reds in Champions League Clash
  421.                  </a>
  422.              
  423.               <a href="/holocaust-survivor-eva-schloss-dies-at-96-years-old-as-king-charles-leads-tributes/" class="px-5 top-color">
  424.                    Holocaust Survivor Eva Schloss Dies at 96 Years Old as King Charles Leads Tributes
  425.                  </a>
  426.                          
  427.            </p>
  428.          </marquee>
  429.        </div>
  430.      </div>
  431.    </div>
  432.  </div>
  433. </div>
  434.  
  435. <script>
  436.  // Stop/start marquee when hovering or focusing links inside it
  437.  document.addEventListener("DOMContentLoaded", function () {
  438.    const marquee = document.getElementById("newsMarquee");
  439.    if (!marquee) return;
  440.  
  441.    marquee.querySelectorAll("a").forEach((link) => {
  442.      link.addEventListener("mouseenter", () => marquee.stop());
  443.      link.addEventListener("mouseleave", () => marquee.start());
  444.      // keyboard accessibility
  445.      link.addEventListener("focus", () => marquee.stop());
  446.      link.addEventListener("blur", () => marquee.start());
  447.    });
  448.  });
  449. </script>
  450.  
  451.  
  452.  
  453.            
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. <header class="header-v2 mb-4">
  461.    <div class="main-header-v2">
  462.        <div class="container-fluid fluid-container">
  463.            <div class="row align-items-center">
  464.                <div class="col-lg-3 col-md-4 col-6">
  465.                   <div class="logo-area-v2">
  466.                        <a class="navbar-brand" href="/">
  467.                            
  468.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d112114a-f6a1-483d-9fa0-95f44bd4657a_logo.png" alt="Orbit Central">
  469.                            
  470.                        </a>
  471.                    </div>
  472.                </div>
  473.  
  474.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  475.                    <div class="search-area-v2">
  476.                        <form class="search-wrapper-v2" action="#" method="get">
  477.                            <input type="search" class="search-field-v2"
  478.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  479.                            <!-- <button type="submit" class="search-button-v2">
  480.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  481.                                    stroke-width="2">
  482.                                    <circle cx="11" cy="11" r="8"></circle>
  483.                                    <path d="m21 21-4.35-4.35"></path>
  484.                                </svg>
  485.                                <span>Search</span>
  486.                            </button> -->
  487.                            <!-- The search results will be displayed here -->
  488.                        </form>
  489.                        <div id="search-results1" class="search-results-container search-v1"></div>
  490.                    </div>
  491.                </div>
  492.            </div>
  493.  
  494.            <!-- Mobile Search -->
  495.            <div class="row d-md-none">
  496.                <div class="col-12">
  497.                    <div class="search-area-v2">
  498.                        <form class="search-wrapper-v2" action="#" method="get">
  499.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  500.                            <!-- <button type="submit" class="search-button-v2">
  501.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  502.                                    stroke-width="2">
  503.                                    <circle cx="11" cy="11" r="8"></circle>
  504.                                    <path d="m21 21-4.35-4.35"></path>
  505.                                </svg>
  506.                                <span>Search</span>
  507.                            </button> -->
  508.                        <!-- The search results will be displayed here -->
  509.                    </form>
  510.                    <div id="search-results12" class="search-results-container search-v1"></div>
  511.                    </div>
  512.                </div>
  513.            </div>
  514.        </div>
  515.    </div>
  516.  
  517.    <!-- Navigation Bar -->
  518.    <nav class="nav-bar-v2">
  519.        <div class="container-fluid fluid-container">
  520.            <div class="nav-container-v2 py-2">
  521.  
  522.                <!-- Mobile Menu Toggle -->
  523.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  524.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  525.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  526.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  527.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  528.                    </svg>
  529.                    Menu
  530.                </button>
  531.  
  532.                <!-- Navigation Menu -->
  533.                <ul class="nav-menu-v2" id="navMenu">
  534.  
  535.                    
  536.                    <li class="nav-item-v2">
  537.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  538.                    </li>
  539.  
  540.                    
  541.                    
  542.                     <li class="nav-item-v2">
  543.                        <a href="/category/all-posts/" class="nav-link-v2">
  544.                            All Posts
  545.                        </a>
  546.                        </li>
  547.  
  548.                        
  549.  
  550.                                
  551.                                
  552.                        
  553.                     <li class="nav-item-v2">
  554.                        <a href="/category/business/" class="nav-link-v2">
  555.                            Business
  556.                        </a>
  557.                        </li>
  558.  
  559.                        
  560.  
  561.                                
  562.                                
  563.                        
  564.                     <li class="nav-item-v2">
  565.                        <a href="/category/esports/" class="nav-link-v2">
  566.                            Esports
  567.                        </a>
  568.                        </li>
  569.  
  570.                        
  571.  
  572.                                
  573.                                
  574.                        
  575.                     <li class="nav-item-v2">
  576.                        <a href="/category/fashion/" class="nav-link-v2">
  577.                            Fashion
  578.                        </a>
  579.                        </li>
  580.  
  581.                        
  582.  
  583.                                
  584.                                
  585.                        
  586.                     <li class="nav-item-v2">
  587.                        <a href="/category/featured/" class="nav-link-v2">
  588.                            Featured
  589.                        </a>
  590.                        </li>
  591.  
  592.                        
  593.  
  594.                                
  595.                                
  596.                        
  597.                    
  598.                        
  599.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  600.                            <a href="#" class="nav-link-v2">
  601.                                More
  602.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  603.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  604.                                    <path d="m6 9 6 6 6-6"></path>
  605.                                </svg>
  606.                            </a>
  607.                            <div class="dropdown-v2">
  608.                                <a href="/category/gaming/" class="dropdown-link-v2">
  609.                                    Gaming
  610.                                </a>
  611.                                
  612.  
  613.                                
  614.                                
  615.                        
  616.                    
  617.                                <a href="/category/health/" class="dropdown-link-v2">
  618.                                    Health
  619.                                </a>
  620.                                
  621.  
  622.                                
  623.                                
  624.                        
  625.                    
  626.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  627.                                    Life &amp; Fitness
  628.                                </a>
  629.                                
  630.  
  631.                                
  632.                                
  633.                        
  634.                    
  635.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  636.                                    Lifestyle
  637.                                </a>
  638.                                
  639.  
  640.                                
  641.                                
  642.                        
  643.                    
  644.                                <a href="/category/news/" class="dropdown-link-v2">
  645.                                    News
  646.                                </a>
  647.                                
  648.  
  649.                                
  650.                                
  651.                        
  652.                    
  653.                                <a href="/category/others/" class="dropdown-link-v2">
  654.                                    Others
  655.                                </a>
  656.                                
  657.  
  658.                                
  659.                                
  660.                        
  661.                    
  662.                                <a href="/category/politics/" class="dropdown-link-v2">
  663.                                    Politics
  664.                                </a>
  665.                                
  666.  
  667.                                
  668.                                
  669.                        
  670.                    
  671.                                <a href="/category/sports/" class="dropdown-link-v2">
  672.                                    Sports
  673.                                </a>
  674.                                
  675.  
  676.                                
  677.                                
  678.                        
  679.                    
  680.                                <a href="/category/tech/" class="dropdown-link-v2">
  681.                                    Tech
  682.                                </a>
  683.                                
  684.  
  685.                                
  686.                                
  687.                        
  688.                    
  689.                                <a href="/category/travel/" class="dropdown-link-v2">
  690.                                    Travel
  691.                                </a>
  692.                                
  693.  
  694.                                
  695.                                
  696.                            </div>
  697.                        </li>
  698.                        
  699.                        
  700. <li>
  701.                  <a href="/page/contact-us/">
  702.                     Contact Us
  703.                  </a>
  704.              </li>
  705.                </ul>
  706.  
  707.            </div>
  708.        </div>
  709.    </nav>
  710. </header>
  711.  
  712. <script>
  713.    function toggleMobileMenu() {
  714.        const navMenu = document.getElementById('navMenu');
  715.        navMenu.classList.toggle('show');
  716.    }
  717.  
  718.    function toggleDropdown(element, event) {
  719.        // Only handle dropdown toggle on mobile
  720.        if (window.innerWidth < 992) {
  721.            event.preventDefault();
  722.            element.classList.toggle('dropdown-open');
  723.        }
  724.    }
  725.  
  726.    // Close mobile menu when clicking outside
  727.    document.addEventListener('click', function (event) {
  728.        const navMenu = document.getElementById('navMenu');
  729.        const mobileToggle = document.querySelector('.mobile-toggle');
  730.  
  731.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  732.            navMenu.classList.remove('show');
  733.        }
  734.    });
  735.  
  736.    // Handle window resize
  737.    window.addEventListener('resize', function () {
  738.        const navMenu = document.getElementById('navMenu');
  739.        if (window.innerWidth >= 992) {
  740.            navMenu.classList.remove('show');
  741.            // Remove all dropdown-open classes
  742.            document.querySelectorAll('.dropdown-open').forEach(item => {
  743.                item.classList.remove('dropdown-open');
  744.            });
  745.        }
  746.    });
  747. </script>
  748.  
  749. <script>
  750.  document.addEventListener("DOMContentLoaded", function () {
  751.    console.log("loaded");
  752.  
  753.    //const searchInput = document.getElementById("search-input1");
  754.     const searchInput = window.innerWidth <= 991
  755.      ? document.getElementById("search-input")
  756.      : document.getElementById("search-input1");
  757.    const searchResults = window.innerWidth <= 991
  758.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  759.  
  760.    if (!searchInput || !searchResults) {
  761.      console.error("Search input/results not found");
  762.      return;
  763.    }
  764.  
  765.    // Prevent form submission
  766.    if (searchInput.form) {
  767.      searchInput.form.addEventListener("submit", function (e) {
  768.        e.preventDefault();
  769.      });
  770.    }
  771.  
  772.    // Add event listener for keyup
  773.    searchInput.addEventListener("keyup", function (e) {
  774.      console.log("Key pressed:", e.key);
  775.      e.preventDefault();
  776.  
  777.      const query = searchInput.value.trim();
  778.      console.log("User is typing: " + query);
  779.  
  780.      // If empty → clear and hide
  781.      if (query === "") {
  782.        searchResults.innerHTML = "";
  783.        searchResults.style.display = "none";
  784.        return;
  785.      }
  786.  
  787.      // Show results
  788.      searchResults.style.display = "block";
  789.  
  790.      // Fetch search results
  791.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  792.        method: "GET",
  793.        headers: { "X-Requested-With": "XMLHttpRequest" },
  794.      })
  795.        .then(response => {
  796.          console.log("Response Status:", response.status);
  797.          return response.json();
  798.        })
  799.        .then(data => {
  800.          console.log("Data received:", data);
  801.          if (data.html) {
  802.            searchResults.innerHTML = data.html;
  803.          } else {
  804.            searchResults.innerHTML = "<p>No results found.</p>";
  805.          }
  806.        })
  807.        .catch(error => {
  808.          console.error("Error fetching search results:", error);
  809.        });
  810.    });
  811.  
  812.    // Close results when clicking outside
  813.    document.addEventListener("click", function (e) {
  814.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  815.        searchResults.style.display = "none";
  816.      }
  817.    });
  818.  
  819.    // Close results on ESC key
  820.    document.addEventListener("keydown", function (e) {
  821.      if (e.key === "Escape") {
  822.        searchResults.style.display = "none";
  823.      }
  824.    });
  825.  });
  826. </script>
  827.  
  828. <style>
  829.        /* search field */
  830.  .search-results-container {
  831.  position: absolute;
  832.  top: 100%; /* Position it below the input field */
  833.  left: 10px;
  834.  right: 10px;
  835.  background-color: white;
  836.  border: 1px solid #ddd;
  837.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  838.  max-height: 300px;
  839.  overflow-y: auto;
  840.  z-index: 1000;
  841.  display: none; /* Initially hidden */
  842. }
  843.  
  844. .search-results-container p {
  845.  margin: 0;
  846. }
  847.  
  848. .search-results-container .result-item {
  849.  padding: 10px;
  850.  cursor: pointer;
  851. }
  852.  
  853. .search-results-container .result-item:hover {
  854.  background-color: #f0f0f0;
  855. }
  856. </style>
  857.  
  858.        </header>
  859.        <!-- end of header -->
  860.        <!-- start of wpo-blog-hero -->
  861.        
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869. <div class="blog-hero-v6">
  870.    <div class="container-fluid fluid-container">
  871.        
  872.        <!-- Top Section - Two Column Layout -->
  873.        <div class="row g-4 mb-5">
  874.            <!-- Main Featured Article - Left -->
  875.            
  876.  
  877.            <div class="col-lg-6 col-md-12">
  878.                <article class="main-featured">
  879.                    <div class="featured-image-container">
  880.                        
  881.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  882.                                class="featured-image" style="object-fit: cover;" alt="">
  883.                        
  884.                        <div class="category-tag bg-primary-gradient">News</div>
  885.                    </div>
  886.                    <div class="featured-content">
  887.                        <h1 class="featured-title"><a class="top-color" href="/government-pushes-on-with-full-eradication-plan-to-slaughter-400-flightless-birds/" >
  888.                                        Government Pushes On with Full Eradication Plan to Slaughter 400 Flightless Birds
  889.                                    </a></h1>
  890.                        <p class="featured-summary"></p>
  891.                        <div class="article-meta">
  892.                            <div class="author-info">
  893.                                
  894.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="author-pic">
  895.                                
  896.                                <div class="author-text">
  897.                                    <span class="author-name">Steven Moss</span>
  898.                                    <span class="post-time">19 Jul 2026</span>
  899.                                    
  900.                                </div>
  901.                            </div>
  902.                            <div class="reading-info">
  903.                                <!-- <span class="read-time">4 min read</span> -->
  904.                            </div>
  905.                        </div>
  906.                    </div>
  907.                </article>
  908.            </div>
  909.            
  910.  
  911.            <div class="col-lg-6 col-md-12">
  912.                <article class="main-featured">
  913.                    <div class="featured-image-container">
  914.                        
  915.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  916.                                class="featured-image" style="object-fit: cover;" alt="">
  917.                        
  918.                        <div class="category-tag bg-primary-gradient">News</div>
  919.                    </div>
  920.                    <div class="featured-content">
  921.                        <h1 class="featured-title"><a class="top-color" href="/while-beachgoers-escaped-danger-viral-photo-depicts-rescuer-sprinting-full-speed-in-the-direction-of-the-site/" >
  922.                                        While Beachgoers Escaped Danger, Viral Photo Depicts Rescuer Sprinting ‘Full Speed’ In the Direction of the Site.
  923.                                    </a></h1>
  924.                        <p class="featured-summary"></p>
  925.                        <div class="article-meta">
  926.                            <div class="author-info">
  927.                                
  928.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="author-pic">
  929.                                
  930.                                <div class="author-text">
  931.                                    <span class="author-name">Steven Moss</span>
  932.                                    <span class="post-time">19 Jul 2026</span>
  933.                                    
  934.                                </div>
  935.                            </div>
  936.                            <div class="reading-info">
  937.                                <!-- <span class="read-time">4 min read</span> -->
  938.                            </div>
  939.                        </div>
  940.                    </div>
  941.                </article>
  942.            </div>
  943.            
  944.  
  945.        </div>
  946.  
  947.        <!-- Bottom Section - Three Column Grid -->
  948.        <div class="row g-4">
  949.            
  950.                <div class="col-lg-4 col-md-6 col-12">
  951.                    <article class="compact-card">
  952.                        <div class="compact-image">
  953.                            
  954.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  955.                                   style="object-fit: cover;" alt="">
  956.                            
  957.                            <div class="compact-category bg-primary-gradient">News</div>
  958.                        </div>
  959.                        <div class="compact-body">
  960.                            <h3 class="compact-title"> <a class="top-color" href="/pep-guardiola-voices-remorse-over-broadcast-crew-altercation-following-loss-to-newcastle/" >
  961.                                        Pep Guardiola Voices Remorse Over Broadcast Crew Altercation Following Loss to Newcastle
  962.                                    </a></h3>
  963.                            <p class="compact-text"></p>
  964.                            <div class="compact-footer">
  965.                                <div class="compact-author">
  966.                                    
  967.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  968.                                    
  969.                                    <span class="compact-name">Steven Moss</span>
  970.                                </div>
  971.                                <span class="compact-date">19 Jul 2026</span>
  972.                            </div>
  973.                        </div>
  974.                    </article>
  975.                </div>
  976.            
  977.                <div class="col-lg-4 col-md-6 col-12">
  978.                    <article class="compact-card">
  979.                        <div class="compact-image">
  980.                            
  981.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  982.                                   style="object-fit: cover;" alt="">
  983.                            
  984.                            <div class="compact-category bg-primary-gradient">News</div>
  985.                        </div>
  986.                        <div class="compact-body">
  987.                            <h3 class="compact-title"> <a class="top-color" href="/villa-v-nottingham-forest-premier-league-match-preview/" >
  988.                                        Villa v Nottingham Forest: Premier League Match Preview
  989.                                    </a></h3>
  990.                            <p class="compact-text"></p>
  991.                            <div class="compact-footer">
  992.                                <div class="compact-author">
  993.                                    
  994.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  995.                                    
  996.                                    <span class="compact-name">Steven Moss</span>
  997.                                </div>
  998.                                <span class="compact-date">19 Jul 2026</span>
  999.                            </div>
  1000.                        </div>
  1001.                    </article>
  1002.                </div>
  1003.            
  1004.  
  1005.            <div class="col-lg-4 col-md-12 col-12">
  1006.                <!-- Recent Articles Sidebar -->
  1007.                <div class="recent-section">
  1008.                    <h3 class="recent-title">Recent Articles</h3>
  1009.                    <div class="recent-list">
  1010.                        
  1011.                        <div class="recent-item">
  1012.                            <div class="recent-content">
  1013.                                <h4 class="recent-article-title"><a class="top-color" href="/joshua-reaffirms-on-provocative-kill-remarks-towards-jake-paul/" >
  1014.                                        Joshua Reaffirms on Provocative ‘Kill’ Remarks Towards Jake Paul
  1015.                                    </a></h4>
  1016.                                <span class="recent-date">19 Jul 2026</span>
  1017.                            </div>
  1018.                        </div>
  1019.                        
  1020.                    </div>
  1021.                </div>
  1022.            </div>
  1023.        </div>
  1024.    </div>
  1025. </div>
  1026.  
  1027. <style>
  1028. /* Blog Hero V6 - Magazine Style with White Background */
  1029. .blog-hero-v6 {
  1030.    padding: 3rem 0;
  1031.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1032. }
  1033.  
  1034. /* Main Featured Article */
  1035. .main-featured {
  1036.    background: var(--card-bg);
  1037.    border-radius: 16px;
  1038.    overflow: hidden;
  1039.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1040.    border: 1px solid var(--border-color);
  1041.    transition: all 0.3s ease;
  1042. }
  1043.  
  1044. .main-featured:hover {
  1045.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1046.    transform: translateY(-2px);
  1047. }
  1048.  
  1049. .featured-image-container {
  1050.    position: relative;
  1051.    height: 300px;
  1052.    overflow: hidden;
  1053. }
  1054.  
  1055. .featured-image {
  1056.    width: 100%;
  1057.    height: 100%;
  1058.    object-fit: cover;
  1059.    transition: transform 0.4s ease;
  1060. }
  1061.  
  1062. .main-featured:hover .featured-image {
  1063.    transform: scale(1.03);
  1064. }
  1065.  
  1066. .featured-content {
  1067.    padding: 2.5rem;
  1068. }
  1069.  
  1070. .featured-title {
  1071.    font-size: 2rem;
  1072.    font-weight: 700;
  1073.    color: #1a202c;
  1074.    margin-bottom: 1rem;
  1075.    line-height: 1.25;
  1076.    letter-spacing: -0.025em;
  1077. }
  1078.  
  1079. .featured-summary {
  1080.    font-size: 1.1rem;
  1081.    color: #4a5568;
  1082.    line-height: 1.6;
  1083.    margin-bottom: 2rem;
  1084. }
  1085.  
  1086. /* Category Tags */
  1087. .category-tag {
  1088.    position: absolute;
  1089.    top: 1.5rem;
  1090.    left: 1.5rem;
  1091.    padding: 0.5rem 1rem;
  1092.    font-size: 0.75rem;
  1093.    font-weight: 600;
  1094.    text-transform: uppercase;
  1095.    letter-spacing: 0.1em;
  1096.    color: white;
  1097.    border-radius: 6px;
  1098.    z-index: 2;
  1099. }
  1100.  
  1101.  
  1102. /* Article Meta */
  1103. .article-meta {
  1104.    display: flex;
  1105.    align-items: center;
  1106.    justify-content: space-between;
  1107. }
  1108.  
  1109. .author-info {
  1110.    display: flex;
  1111.    align-items: center;
  1112.    gap: 1rem;
  1113. }
  1114.  
  1115. .author-pic {
  1116.    width: 48px;
  1117.    height: 48px;
  1118.    border-radius: 50%;
  1119.    object-fit: cover;
  1120.    border: 2px solid #e2e8f0;
  1121. }
  1122.  
  1123. .author-text {
  1124.    display: flex;
  1125.    flex-direction: column;
  1126. }
  1127.  
  1128. .author-name {
  1129.    font-weight: 600;
  1130.    color: #2d3748;
  1131.    font-size: 0.95rem;
  1132. }
  1133.  
  1134. .post-time {
  1135.    font-size: 0.85rem;
  1136.    color: #718096;
  1137. }
  1138.  
  1139. .reading-info {
  1140.    display: flex;
  1141.    align-items: center;
  1142. }
  1143.  
  1144. .read-time {
  1145.    font-size: 0.9rem;
  1146.    color: #718096;
  1147.    padding: 0.25rem 0.75rem;
  1148.    background: #f7fafc;
  1149.    border-radius: 15px;
  1150.    font-weight: 500;
  1151. }
  1152.  
  1153. /* Secondary Featured */
  1154. .secondary-featured {
  1155.    background: var(--card-bg);
  1156.    border-radius: 16px;
  1157.    overflow: hidden;
  1158.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1159.    border: 1px solid var(--border-color);
  1160.    height: 100%;
  1161.    transition: all 0.3s ease;
  1162. }
  1163.  
  1164. .secondary-featured:hover {
  1165.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1166.    transform: translateY(-2px);
  1167. }
  1168.  
  1169. .secondary-image-wrapper {
  1170.    position: relative;
  1171.    height: 200px;
  1172.    overflow: hidden;
  1173. }
  1174.  
  1175. .secondary-image-wrapper img {
  1176.    width: 100%;
  1177.    height: 100%;
  1178.    object-fit: cover;
  1179.    transition: transform 0.4s ease;
  1180. }
  1181.  
  1182. .secondary-featured:hover .secondary-image-wrapper img {
  1183.    transform: scale(1.03);
  1184. }
  1185.  
  1186. .secondary-content {
  1187.    padding: 2rem;
  1188. }
  1189.  
  1190. .secondary-title {
  1191.    font-size: 1.5rem;
  1192.    font-weight: 600;
  1193.    color: #1a202c;
  1194.    margin-bottom: 1rem;
  1195.    line-height: 1.3;
  1196. }
  1197.  
  1198. .secondary-excerpt {
  1199.    font-size: 0.95rem;
  1200.    color: #4a5568;
  1201.    line-height: 1.6;
  1202.    margin-bottom: 1.5rem;
  1203. }
  1204.  
  1205. .secondary-meta {
  1206.    display: flex;
  1207.    align-items: center;
  1208.    gap: 0.5rem;
  1209.    font-size: 0.85rem;
  1210.    color: #718096;
  1211. }
  1212.  
  1213. .meta-divider {
  1214.    color: #cbd5e0;
  1215. }
  1216.  
  1217. /* Compact Cards */
  1218. .compact-card {
  1219.    background: var(--card-bg);
  1220.    border-radius: 12px;
  1221.    overflow: hidden;
  1222.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1223.    border: 1px solid var(--border-color);
  1224.    transition: all 0.3s ease;
  1225.    height: 100%;
  1226.    display: flex;
  1227.    flex-direction: column;
  1228. }
  1229.  
  1230. .compact-card:hover {
  1231.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1232.    transform: translateY(-3px);
  1233. }
  1234.  
  1235. .compact-image {
  1236.    position: relative;
  1237.    height: 180px;
  1238.    overflow: hidden;
  1239. }
  1240.  
  1241. .compact-image img {
  1242.    width: 100%;
  1243.    height: 100%;
  1244.    object-fit: cover;
  1245.    transition: transform 0.4s ease;
  1246. }
  1247.  
  1248. .compact-card:hover .compact-image img {
  1249.    transform: scale(1.05);
  1250. }
  1251.  
  1252. .compact-category {
  1253.    position: absolute;
  1254.    top: 1rem;
  1255.    left: 1rem;
  1256.    padding: 0.25rem 0.75rem;
  1257.    font-size: 0.7rem;
  1258.    font-weight: 600;
  1259.    text-transform: uppercase;
  1260.    color: white;
  1261.    border-radius: 4px;
  1262. }
  1263.  
  1264. .compact-body {
  1265.    padding: 1.5rem;
  1266.    flex-grow: 1;
  1267.    display: flex;
  1268.    flex-direction: column;
  1269. }
  1270.  
  1271. .compact-title {
  1272.    font-size: 1.1rem;
  1273.    font-weight: 600;
  1274.    color: #1a202c;
  1275.    margin-bottom: 0.75rem;
  1276.    line-height: 1.4;
  1277. }
  1278.  
  1279. .compact-text {
  1280.    font-size: 0.9rem;
  1281.    color: #4a5568;
  1282.    line-height: 1.5;
  1283.    margin-bottom: 1.5rem;
  1284.    flex-grow: 1;
  1285. }
  1286.  
  1287. .compact-footer {
  1288.    display: flex;
  1289.    align-items: center;
  1290.    justify-content: space-between;
  1291.    margin-top: auto;
  1292. }
  1293.  
  1294. .compact-author {
  1295.    display: flex;
  1296.    align-items: center;
  1297.    gap: 0.5rem;
  1298. }
  1299.  
  1300. .compact-avatar {
  1301.    width: 32px;
  1302.    height: 32px;
  1303.    border-radius: 50%;
  1304.    object-fit: cover;
  1305. }
  1306.  
  1307. .compact-name {
  1308.    font-size: 0.85rem;
  1309.    font-weight: 500;
  1310.    color: #2d3748;
  1311. }
  1312.  
  1313. .compact-date {
  1314.    font-size: 0.8rem;
  1315.    color: #718096;
  1316. }
  1317.  
  1318. /* Recent Articles Section */
  1319. .recent-section {
  1320.    background: var(--card-bg);
  1321.    border-radius: 12px;
  1322.    padding: 2rem;
  1323.    border: 1px solid var(--border-color);
  1324.    height: 100%;
  1325. }
  1326.  
  1327. .recent-title {
  1328.    font-size: 1.25rem;
  1329.    font-weight: 700;
  1330.    color: #1a202c;
  1331.    margin-bottom: 1.5rem;
  1332.    padding-bottom: 0.75rem;
  1333.    border-bottom: 2px solid var(--border-color);
  1334. }
  1335.  
  1336. .recent-list {
  1337.    display: flex;
  1338.    flex-direction: column;
  1339.    gap: 1.25rem;
  1340. }
  1341.  
  1342. .recent-item {
  1343.    display: flex;
  1344.    align-items: center;
  1345.    gap: 1rem;
  1346.    padding: 0.8rem;
  1347.    background: var(--card-bg);
  1348.    border-radius: 8px;
  1349.    transition: all 0.2s ease;
  1350.    border: 1px solid var(--border-color);
  1351. }
  1352.  
  1353. .recent-item:hover {
  1354.    transform: translateX(4px);
  1355.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1356. }
  1357.  
  1358. .recent-content {
  1359.    flex-grow: 1;
  1360. }
  1361.  
  1362. .recent-article-title {
  1363.    font-size: 0.95rem;
  1364.    font-weight: 600;
  1365.    color: #1a202c;
  1366.    margin-bottom: 0rem;
  1367.    line-height: 1.3;
  1368. }
  1369.  
  1370. .recent-date {
  1371.    font-size: 0.8rem;
  1372.    color: #718096;
  1373. }
  1374.  
  1375. /* Responsive Design */
  1376. @media (max-width: 992px) {
  1377.    .blog-hero-v6 {
  1378.        padding: 2rem 0;
  1379.    }
  1380.    
  1381.    .featured-title {
  1382.        font-size: 1.75rem;
  1383.    }
  1384.    
  1385.    .secondary-title {
  1386.        font-size: 1.3rem;
  1387.    }
  1388.    
  1389.    .article-meta {
  1390.        flex-direction: column;
  1391.        align-items: flex-start;
  1392.        gap: 1rem;
  1393.    }
  1394. }
  1395.  
  1396. @media (max-width: 768px) {
  1397.    .featured-content,
  1398.    .secondary-content {
  1399.        padding: 1.5rem;
  1400.    }
  1401.    
  1402.    .featured-title {
  1403.        font-size: 1.5rem;
  1404.    }
  1405.    
  1406.    .featured-image-container,
  1407.    .secondary-image-wrapper {
  1408.        height: 200px;
  1409.    }
  1410.    
  1411.    .compact-image {
  1412.        height: 150px;
  1413.    }
  1414.    
  1415.    .recent-section {
  1416.        margin-top: 2rem;
  1417.    }
  1418. }
  1419.  
  1420. @media (max-width: 576px) {
  1421.    .reading-info {
  1422.        margin-top: 1rem;
  1423.    }
  1424.    
  1425.    .secondary-meta {
  1426.        flex-wrap: wrap;
  1427.    }
  1428.    
  1429.    .recent-item {
  1430.        padding: 0.75rem;
  1431.    }
  1432. }
  1433. </style>
  1434.  
  1435.  
  1436.  
  1437.  
  1438.        <!-- end of wpo-blog-hero -->
  1439.  
  1440.        <!-- start of wpo-breacking-news -->
  1441.        
  1442.        <!-- end of wpo-breacking-news -->
  1443.        
  1444.        <!-- start wpo-blog-highlights-section -->
  1445.        
  1446.  
  1447.  
  1448.  
  1449.    
  1450.  
  1451.  
  1452.  
  1453. <style>
  1454.    .blog-highlights-v2 {
  1455.        padding: 60px 0;
  1456.    }
  1457.    
  1458.    .blog-card-v2 {
  1459.        border: none;
  1460.        border-radius: 16px;
  1461.        overflow: hidden;
  1462.        transition: all 0.3s ease;
  1463.        background: white;
  1464.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1465.    }
  1466.    
  1467.    .blog-card-v2:hover {
  1468.        transform: translateY(-8px);
  1469.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1470.    }
  1471.    
  1472.    .blog-image-v2 {
  1473.        position: relative;
  1474.        overflow: hidden;
  1475.        height: 220px;
  1476.    }
  1477.    
  1478.    .blog-image-v2 img {
  1479.        width: 100%;
  1480.        height: 100%;
  1481.        object-fit: cover;
  1482.        transition: transform 0.3s ease;
  1483.    }
  1484.    
  1485.    .blog-card-v2:hover .blog-image-v2 img {
  1486.        transform: scale(1.05);
  1487.    }
  1488.    
  1489.    .blog-category-v2 {
  1490.        position: absolute;
  1491.        top: 16px;
  1492.        left: 16px;
  1493.        padding: 6px 14px;
  1494.        border-radius: 20px;
  1495.        font-size: 12px;
  1496.        font-weight: 600;
  1497.        text-transform: uppercase;
  1498.        letter-spacing: 0.5px;
  1499.    }
  1500.    
  1501.    .blog-content-v2 {
  1502.        padding: 24px;
  1503.    }
  1504.    
  1505.    .blog-title-v2 {
  1506.        font-size: 18px;
  1507.        font-weight: 700;
  1508.        line-height: 1.4;
  1509.        margin-bottom: 16px;
  1510.    }
  1511.    
  1512.    .blog-title-v2 a {
  1513.        text-decoration: none;
  1514.        transition: color 0.3s ease;
  1515.    }
  1516.    
  1517.    .blog-meta-v2 {
  1518.        display: flex;
  1519.        align-items: center;
  1520.        gap: 12px;
  1521.        margin-bottom: 12px;
  1522.        font-size: 13px;
  1523.    }
  1524.    
  1525.    .blog-author-img {
  1526.        width: 32px;
  1527.        height: 32px;
  1528.        border-radius: 50%;
  1529.        object-fit: cover;
  1530.    }
  1531.    
  1532.    .blog-excerpt-v2 {
  1533.        font-size: 14px;
  1534.        line-height: 1.6;
  1535.        opacity: 0.8;
  1536.    }
  1537.    
  1538.    .section-title-v2 {
  1539.        font-size: 2.5rem;
  1540.        font-weight: 800;
  1541.        text-align: center;
  1542.        margin-bottom: 50px;
  1543.    }
  1544.  
  1545.    @media (max-width: 768px) {
  1546.        .section-title-v2 {
  1547.            font-size: 2rem;
  1548.        }
  1549.        .blog-highlights-v2 {
  1550.            padding: 40px 0;
  1551.        }
  1552.    }
  1553. </style>
  1554.  
  1555. <section class="blog-highlights-v2">
  1556.    <div class="container-fluid fluid-container">
  1557.        <div class="row">
  1558.            <div class="col-12">
  1559.                <h2 class="section-title-v2 top-color">
  1560.                Today's Top Highlights
  1561.                   </h2>
  1562.            </div>
  1563.            
  1564.        </div>
  1565.        
  1566.        <div class="row">
  1567.            <div class="col-lg-8 col-12">
  1568.                <div class="row g-4">
  1569.                    
  1570.                    <div class="col-lg-6 col-md-6 col-12">
  1571.                        <div class="card blog-card-v2 h-100">
  1572.                            <div class="blog-image-v2">
  1573.                                
  1574.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1575.                                
  1576.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1577.                            </div>
  1578.                            <div class="blog-content-v2">
  1579.                                <h3 class="blog-title-v2">
  1580.                                    <a href="/keir-starmer-told-closer-eu-trade-ties-are-a-critical-imperative-for-uk-businesses/" class="top-color">
  1581.                                    Keir Starmer Told Closer EU Trade Ties Are a &#x27;Critical Imperative&#x27; for UK Businesses
  1582.                                    </a>
  1583.                                </h3>
  1584.                                <div class="blog-meta-v2">
  1585.                                    
  1586.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1587.                                    
  1588.                                    
  1589.                                    <span class="top-color">By Steven Moss</span>
  1590.                                    <span class="top-color">19 Jul 2026</span>
  1591.                                </div>
  1592.                                <p class="blog-excerpt-v2 top-color"> </p>
  1593.                            </div>
  1594.                        </div>
  1595.                    </div>
  1596.                    
  1597.                    <div class="col-lg-6 col-md-6 col-12">
  1598.                        <div class="card blog-card-v2 h-100">
  1599.                            <div class="blog-image-v2">
  1600.                                
  1601.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1602.                                
  1603.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1604.                            </div>
  1605.                            <div class="blog-content-v2">
  1606.                                <h3 class="blog-title-v2">
  1607.                                    <a href="/discrimination-returning-in-british-politics-leaving-citizens-very-scared-starmer-says/" class="top-color">
  1608.                                    Discrimination Returning in British Politics, Leaving Citizens Very Scared, Starmer Says
  1609.                                    </a>
  1610.                                </h3>
  1611.                                <div class="blog-meta-v2">
  1612.                                    
  1613.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1614.                                    
  1615.                                    
  1616.                                    <span class="top-color">By Steven Moss</span>
  1617.                                    <span class="top-color">18 Jul 2026</span>
  1618.                                </div>
  1619.                                <p class="blog-excerpt-v2 top-color"> </p>
  1620.                            </div>
  1621.                        </div>
  1622.                    </div>
  1623.                    
  1624.                    <div class="col-lg-6 col-md-6 col-12">
  1625.                        <div class="card blog-card-v2 h-100">
  1626.                            <div class="blog-image-v2">
  1627.                                
  1628.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1629.                                
  1630.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1631.                            </div>
  1632.                            <div class="blog-content-v2">
  1633.                                <h3 class="blog-title-v2">
  1634.                                    <a href="/i-championed-equal-opportunity-as-the-essential-to-conservative-electoral-victory-but-boris-johnson-neglected-the-agenda-now-look-at-us/" class="top-color">
  1635.                                    I championed equal opportunity as the essential to Conservative electoral victory – but Boris Johnson neglected the agenda. Now look at us.
  1636.                                    </a>
  1637.                                </h3>
  1638.                                <div class="blog-meta-v2">
  1639.                                    
  1640.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1641.                                    
  1642.                                    
  1643.                                    <span class="top-color">By Steven Moss</span>
  1644.                                    <span class="top-color">18 Jul 2026</span>
  1645.                                </div>
  1646.                                <p class="blog-excerpt-v2 top-color"> </p>
  1647.                            </div>
  1648.                        </div>
  1649.                    </div>
  1650.                    
  1651.                    <div class="col-lg-6 col-md-6 col-12">
  1652.                        <div class="card blog-card-v2 h-100">
  1653.                            <div class="blog-image-v2">
  1654.                                
  1655.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1656.                                
  1657.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1658.                            </div>
  1659.                            <div class="blog-content-v2">
  1660.                                <h3 class="blog-title-v2">
  1661.                                    <a href="/overtake-mode-active-aero-explaining-f1s-updated-regulatory-jargon/" class="top-color">
  1662.                                    Overtake Mode &amp; Active Aero - Explaining F1&#x27;s Updated Regulatory Jargon
  1663.                                    </a>
  1664.                                </h3>
  1665.                                <div class="blog-meta-v2">
  1666.                                    
  1667.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1668.                                    
  1669.                                    
  1670.                                    <span class="top-color">By Steven Moss</span>
  1671.                                    <span class="top-color">18 Jul 2026</span>
  1672.                                </div>
  1673.                                <p class="blog-excerpt-v2 top-color"> </p>
  1674.                            </div>
  1675.                        </div>
  1676.                    </div>
  1677.                    
  1678.                    <div class="col-lg-6 col-md-6 col-12">
  1679.                        <div class="card blog-card-v2 h-100">
  1680.                            <div class="blog-image-v2">
  1681.                                
  1682.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1683.                                
  1684.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1685.                            </div>
  1686.                            <div class="blog-content-v2">
  1687.                                <h3 class="blog-title-v2">
  1688.                                    <a href="/rage-towards-yamal-los-blancos-revel-in-cl%C3%A1sico-victory-after-provocative-comments/" class="top-color">
  1689.                                    Rage Towards Yamal: Los Blancos Revel in Clásico Victory After Provocative Comments
  1690.                                    </a>
  1691.                                </h3>
  1692.                                <div class="blog-meta-v2">
  1693.                                    
  1694.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1695.                                    
  1696.                                    
  1697.                                    <span class="top-color">By Steven Moss</span>
  1698.                                    <span class="top-color">18 Jul 2026</span>
  1699.                                </div>
  1700.                                <p class="blog-excerpt-v2 top-color"> </p>
  1701.                            </div>
  1702.                        </div>
  1703.                    </div>
  1704.                    
  1705.                    <div class="col-lg-6 col-md-6 col-12">
  1706.                        <div class="card blog-card-v2 h-100">
  1707.                            <div class="blog-image-v2">
  1708.                                
  1709.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1710.                                
  1711.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1712.                            </div>
  1713.                            <div class="blog-content-v2">
  1714.                                <h3 class="blog-title-v2">
  1715.                                    <a href="/the-british-driver-lando-norris-wins-maiden-f1-world-championship-in-yas-marina-in-spite-of-verstappens-race-victory/" class="top-color">
  1716.                                    The British driver Lando Norris Wins Maiden F1 World Championship in Yas Marina In Spite Of Verstappen&#x27;s Race Victory.
  1717.                                    </a>
  1718.                                </h3>
  1719.                                <div class="blog-meta-v2">
  1720.                                    
  1721.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1722.                                    
  1723.                                    
  1724.                                    <span class="top-color">By Steven Moss</span>
  1725.                                    <span class="top-color">18 Jul 2026</span>
  1726.                                </div>
  1727.                                <p class="blog-excerpt-v2 top-color"> </p>
  1728.                            </div>
  1729.                        </div>
  1730.                    </div>
  1731.                    
  1732.                    <div class="col-lg-6 col-md-6 col-12">
  1733.                        <div class="card blog-card-v2 h-100">
  1734.                            <div class="blog-image-v2">
  1735.                                
  1736.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1737.                                
  1738.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1739.                            </div>
  1740.                            <div class="blog-content-v2">
  1741.                                <h3 class="blog-title-v2">
  1742.                                    <a href="/people-keep-ribbing-me-regarding-the-ashes-finishing-prior-to-my-arrival/" class="top-color">
  1743.                                    &#x27;People keep ribbing me&#x27; regarding the Ashes finishing prior to my arrival.
  1744.                                    </a>
  1745.                                </h3>
  1746.                                <div class="blog-meta-v2">
  1747.                                    
  1748.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1749.                                    
  1750.                                    
  1751.                                    <span class="top-color">By Steven Moss</span>
  1752.                                    <span class="top-color">18 Jul 2026</span>
  1753.                                </div>
  1754.                                <p class="blog-excerpt-v2 top-color"> </p>
  1755.                            </div>
  1756.                        </div>
  1757.                    </div>
  1758.                    
  1759.                    <div class="col-lg-6 col-md-6 col-12">
  1760.                        <div class="card blog-card-v2 h-100">
  1761.                            <div class="blog-image-v2">
  1762.                                
  1763.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1764.                                
  1765.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1766.                            </div>
  1767.                            <div class="blog-content-v2">
  1768.                                <h3 class="blog-title-v2">
  1769.                                    <a href="/frictions-with-venezuela-rise-following-reported-final-offer-from-trump-to-nicol%C3%A1s-maduro/" class="top-color">
  1770.                                    Frictions with Venezuela Rise Following Reported Final Offer from Trump to Nicolás Maduro.
  1771.                                    </a>
  1772.                                </h3>
  1773.                                <div class="blog-meta-v2">
  1774.                                    
  1775.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1776.                                    
  1777.                                    
  1778.                                    <span class="top-color">By Steven Moss</span>
  1779.                                    <span class="top-color">18 Jul 2026</span>
  1780.                                </div>
  1781.                                <p class="blog-excerpt-v2 top-color"> </p>
  1782.                            </div>
  1783.                        </div>
  1784.                    </div>
  1785.                    
  1786.                    <div class="col-lg-6 col-md-6 col-12">
  1787.                        <div class="card blog-card-v2 h-100">
  1788.                            <div class="blog-image-v2">
  1789.                                
  1790.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1791.                                
  1792.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1793.                            </div>
  1794.                            <div class="blog-content-v2">
  1795.                                <h3 class="blog-title-v2">
  1796.                                    <a href="/kpop-demon-hunters-actress-reveals-the-ways-her-life-journey-mirrored-protagonists-story/" class="top-color">
  1797.                                    KPop Demon Hunters Actress Reveals The Ways Her Life Journey Mirrored Protagonist&#x27;s Story
  1798.                                    </a>
  1799.                                </h3>
  1800.                                <div class="blog-meta-v2">
  1801.                                    
  1802.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1803.                                    
  1804.                                    
  1805.                                    <span class="top-color">By Steven Moss</span>
  1806.                                    <span class="top-color">18 Jul 2026</span>
  1807.                                </div>
  1808.                                <p class="blog-excerpt-v2 top-color"> </p>
  1809.                            </div>
  1810.                        </div>
  1811.                    </div>
  1812.                    
  1813.                    <div class="col-lg-6 col-md-6 col-12">
  1814.                        <div class="card blog-card-v2 h-100">
  1815.                            <div class="blog-image-v2">
  1816.                                
  1817.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1818.                                
  1819.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1820.                            </div>
  1821.                            <div class="blog-content-v2">
  1822.                                <h3 class="blog-title-v2">
  1823.                                    <a href="/neser-delivers-crucial-scalps-prior-to-australia-cruise-to-two-zero-ashes-series-advantage-against-the-english/" class="top-color">
  1824.                                    Neser Delivers Crucial Scalps Prior to Australia Cruise to Two-Zero Ashes Series Advantage Against The English
  1825.                                    </a>
  1826.                                </h3>
  1827.                                <div class="blog-meta-v2">
  1828.                                    
  1829.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1830.                                    
  1831.                                    
  1832.                                    <span class="top-color">By Steven Moss</span>
  1833.                                    <span class="top-color">17 Jul 2026</span>
  1834.                                </div>
  1835.                                <p class="blog-excerpt-v2 top-color"> </p>
  1836.                            </div>
  1837.                        </div>
  1838.                    </div>
  1839.                    
  1840.                    <div class="col-lg-6 col-md-6 col-12">
  1841.                        <div class="card blog-card-v2 h-100">
  1842.                            <div class="blog-image-v2">
  1843.                                
  1844.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1845.                                
  1846.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1847.                            </div>
  1848.                            <div class="blog-content-v2">
  1849.                                <h3 class="blog-title-v2">
  1850.                                    <a href="/sir-gareth-southgate-reveals-focus-on-guiding-the-next-generation-rather-than-returning-to-coaching/" class="top-color">
  1851.                                    Sir Gareth Southgate Reveals Focus on Guiding the Next Generation Rather than Returning to Coaching
  1852.                                    </a>
  1853.                                </h3>
  1854.                                <div class="blog-meta-v2">
  1855.                                    
  1856.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1857.                                    
  1858.                                    
  1859.                                    <span class="top-color">By Steven Moss</span>
  1860.                                    <span class="top-color">17 Jul 2026</span>
  1861.                                </div>
  1862.                                <p class="blog-excerpt-v2 top-color"> </p>
  1863.                            </div>
  1864.                        </div>
  1865.                    </div>
  1866.                    
  1867.                    <div class="col-lg-6 col-md-6 col-12">
  1868.                        <div class="card blog-card-v2 h-100">
  1869.                            <div class="blog-image-v2">
  1870.                                
  1871.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1872.                                
  1873.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1874.                            </div>
  1875.                            <div class="blog-content-v2">
  1876.                                <h3 class="blog-title-v2">
  1877.                                    <a href="/california-is-fully-drought-free-for-the-first-time-in-two-and-a-half-decades/" class="top-color">
  1878.                                    California is Fully Drought-Free for the First Time in Two and a Half Decades.
  1879.                                    </a>
  1880.                                </h3>
  1881.                                <div class="blog-meta-v2">
  1882.                                    
  1883.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="blog-author-img">
  1884.                                    
  1885.                                    
  1886.                                    <span class="top-color">By Steven Moss</span>
  1887.                                    <span class="top-color">17 Jul 2026</span>
  1888.                                </div>
  1889.                                <p class="blog-excerpt-v2 top-color"> </p>
  1890.                            </div>
  1891.                        </div>
  1892.                    </div>
  1893.                    
  1894.                    
  1895.  
  1896.                </div>
  1897.            </div>
  1898.            
  1899.          <div class="col col-lg-4 col-12">
  1900.                
  1901.  
  1902.  
  1903.  
  1904.    
  1905.  
  1906.  
  1907. <!-- Blog Sidebar V2 - Focused Design -->
  1908.  <div class="sidebar mb-3">
  1909.    <!-- Recent Posts Section -->
  1910.    <div class="sidebar-widget mb-4">
  1911.      <div class="widget-title-wrapper mb-3">
  1912.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1913.          <i class="ti-time me-2"></i>Recent Posts
  1914.          <span class="title-arrow-primary"></span>
  1915.        </h4>
  1916.      </div>
  1917.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1918.        <div class="recent-post-list">
  1919.          
  1920.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1921.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1922.                
  1923.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1924.                
  1925.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1926.            </div>
  1927.            <div class="post-content flex-grow-1">
  1928.              <h6 class="post-title mb-2">
  1929.                 <a href="/prescott-guides-dallas-cowboys-by-struggling-commanders-to-begin-christmas-tripleheader/" class="text-decoration-none top-color fw-semibold lh-sm">
  1930.                                            Prescott Guides Dallas Cowboys By Struggling Commanders to Begin Christmas Tripleheader.
  1931.                                            </a>
  1932.              </h6>
  1933.              <div class="post-meta mb-3">
  1934.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  1935.                <!-- <small class="text-muted">
  1936.                  <i class="ti-eye me-1"></i>348 views
  1937.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1938.                </small> -->
  1939.              </div>
  1940.            </div>
  1941.          </div>
  1942.          
  1943.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1944.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1945.                
  1946.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1947.                
  1948.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1949.            </div>
  1950.            <div class="post-content flex-grow-1">
  1951.              <h6 class="post-title mb-2">
  1952.                 <a href="/aggressive-coercive-expansionist-this-comeback-of-the-ugly-american/" class="text-decoration-none top-color fw-semibold lh-sm">
  1953.                                            Aggressive, Coercive, Expansionist: this Comeback of the Ugly American
  1954.                                            </a>
  1955.              </h6>
  1956.              <div class="post-meta mb-3">
  1957.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  1958.                <!-- <small class="text-muted">
  1959.                  <i class="ti-eye me-1"></i>348 views
  1960.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1961.                </small> -->
  1962.              </div>
  1963.            </div>
  1964.          </div>
  1965.          
  1966.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1967.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1968.                
  1969.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1970.                
  1971.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1972.            </div>
  1973.            <div class="post-content flex-grow-1">
  1974.              <h6 class="post-title mb-2">
  1975.                 <a href="/english-premier-league-headlines-palmer-set-for-the-blues-comeback-idrissa-gueyes-failed-red-card-appeal-mystery/" class="text-decoration-none top-color fw-semibold lh-sm">
  1976.                                            English Premier League Headlines: Palmer Set for The Blues Comeback; Idrissa Gueye&#x27;s Failed Red Card Appeal Mystery
  1977.                                            </a>
  1978.              </h6>
  1979.              <div class="post-meta mb-3">
  1980.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  1981.                <!-- <small class="text-muted">
  1982.                  <i class="ti-eye me-1"></i>348 views
  1983.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1984.                </small> -->
  1985.              </div>
  1986.            </div>
  1987.          </div>
  1988.          
  1989.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1990.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1991.                
  1992.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1993.                
  1994.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1995.            </div>
  1996.            <div class="post-content flex-grow-1">
  1997.              <h6 class="post-title mb-2">
  1998.                 <a href="/both-deceased-students-revealed-in-brown-university-attack-as-police-press-on-with-search-for-gunman/" class="text-decoration-none top-color fw-semibold lh-sm">
  1999.                                            Both Deceased Students Revealed in Brown University Attack as Police Press On With Search for Gunman.
  2000.                                            </a>
  2001.              </h6>
  2002.              <div class="post-meta mb-3">
  2003.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2004.                <!-- <small class="text-muted">
  2005.                  <i class="ti-eye me-1"></i>348 views
  2006.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2007.                </small> -->
  2008.              </div>
  2009.            </div>
  2010.          </div>
  2011.          
  2012.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2013.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2014.                
  2015.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2016.                
  2017.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2018.            </div>
  2019.            <div class="post-content flex-grow-1">
  2020.              <h6 class="post-title mb-2">
  2021.                 <a href="/2025s-premier-scary-film-is-returning-to-imax-just-in-time-for-the-spooky-season/" class="text-decoration-none top-color fw-semibold lh-sm">
  2022.                                            2025&#x27;s Premier Scary Film Is Returning to IMAX Just in Time for the Spooky Season
  2023.                                            </a>
  2024.              </h6>
  2025.              <div class="post-meta mb-3">
  2026.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 Jul 2026</small>
  2027.                <!-- <small class="text-muted">
  2028.                  <i class="ti-eye me-1"></i>348 views
  2029.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2030.                </small> -->
  2031.              </div>
  2032.            </div>
  2033.          </div>
  2034.          
  2035.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2036.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2037.                
  2038.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2039.                
  2040.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2041.            </div>
  2042.            <div class="post-content flex-grow-1">
  2043.              <h6 class="post-title mb-2">
  2044.                 <a href="/holocaust-victims-demand-nigel-farage-to-say-sorry-over-alleged-antisemitic-comments/" class="text-decoration-none top-color fw-semibold lh-sm">
  2045.                                            Holocaust Victims Demand Nigel Farage to Say Sorry Over Alleged Antisemitic Comments.
  2046.                                            </a>
  2047.              </h6>
  2048.              <div class="post-meta mb-3">
  2049.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 Jul 2026</small>
  2050.                <!-- <small class="text-muted">
  2051.                  <i class="ti-eye me-1"></i>348 views
  2052.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2053.                </small> -->
  2054.              </div>
  2055.            </div>
  2056.          </div>
  2057.          
  2058.  
  2059.        </div>
  2060.  
  2061.        <div class="text-center mt-4 pt-3 border-top border-light">
  2062.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2063.        </div>
  2064.      </div>
  2065.    </div>
  2066.  
  2067.    
  2068.    <div class="sidebar-widget mb-4">
  2069.      <div class="widget-title-wrapper mb-3">
  2070.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2071.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2072.          <span class="title-arrow"></span>
  2073.        </h4>
  2074.      </div>
  2075.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2076.        <div class="blog-roll-list scrollable-sidebar">
  2077.          
  2078.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2079.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/" rel="dofollow" class="text-decoration-none ">
  2080.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2081.                <i class="ti-angle-right me-2 text-primary"></i>
  2082.                world cup betting online
  2083.              </h6>
  2084.            </a>
  2085.          </div>
  2086.          
  2087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2088.            <a href="https://www.flyergroup.com/" rel="dofollow" class="text-decoration-none ">
  2089.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2090.                <i class="ti-angle-right me-2 text-primary"></i>
  2091.                sweepstakes casinos
  2092.              </h6>
  2093.            </a>
  2094.          </div>
  2095.          
  2096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2097.            <a href="https://www.bycatch.org/" rel="dofollow" class="text-decoration-none ">
  2098.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2099.                <i class="ti-angle-right me-2 text-primary"></i>
  2100.                real money slots
  2101.              </h6>
  2102.            </a>
  2103.          </div>
  2104.          
  2105.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2106.            <a href="https://www.ginx.tv/en/crypto-casinos" rel="dofollow" class="text-decoration-none ">
  2107.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2108.                <i class="ti-angle-right me-2 text-primary"></i>
  2109.                best crypto casinos
  2110.              </h6>
  2111.            </a>
  2112.          </div>
  2113.          
  2114.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2115.            <a href="https://elevenjames.com/" rel="dofollow" class="text-decoration-none ">
  2116.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2117.                <i class="ti-angle-right me-2 text-primary"></i>
  2118.                online casinos
  2119.              </h6>
  2120.            </a>
  2121.          </div>
  2122.          
  2123.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2124.            <a href="https://drip.community/" rel="dofollow" class="text-decoration-none ">
  2125.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2126.                <i class="ti-angle-right me-2 text-primary"></i>
  2127.                sweepstakes casinos
  2128.              </h6>
  2129.            </a>
  2130.          </div>
  2131.          
  2132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2133.            <a href="https://www.geekgirlauthority.com/" rel="dofollow" class="text-decoration-none ">
  2134.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2135.                <i class="ti-angle-right me-2 text-primary"></i>
  2136.                casino apps
  2137.              </h6>
  2138.            </a>
  2139.          </div>
  2140.          
  2141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2142.            <a href="https://gamingamerica.com/online-casinos/poker" rel="dofollow" class="text-decoration-none ">
  2143.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2144.                <i class="ti-angle-right me-2 text-primary"></i>
  2145.                best poker sites
  2146.              </h6>
  2147.            </a>
  2148.          </div>
  2149.          
  2150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2151.            <a href="https://gamblingindustrynews.com/crypto-casinos/bitcoin-sweepstakes/" rel="dofollow" class="text-decoration-none ">
  2152.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2153.                <i class="ti-angle-right me-2 text-primary"></i>
  2154.                crypto sweepstakes
  2155.              </h6>
  2156.            </a>
  2157.          </div>
  2158.          
  2159.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2160.            <a href="https://gaysagainstguns.net/" rel="dofollow" class="text-decoration-none ">
  2161.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2162.                <i class="ti-angle-right me-2 text-primary"></i>
  2163.                best offshore sportsbooks
  2164.              </h6>
  2165.            </a>
  2166.          </div>
  2167.          
  2168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2169.            <a href="https://readwrite.com/gambling/casino/new-york/" rel="dofollow" class="text-decoration-none ">
  2170.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2171.                <i class="ti-angle-right me-2 text-primary"></i>
  2172.                new york online casino
  2173.              </h6>
  2174.            </a>
  2175.          </div>
  2176.          
  2177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2178.            <a href="https://leadmonk.io/" rel="dofollow" class="text-decoration-none ">
  2179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2180.                <i class="ti-angle-right me-2 text-primary"></i>
  2181.                bitcoin casinos
  2182.              </h6>
  2183.            </a>
  2184.          </div>
  2185.          
  2186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2187.            <a href="https://fishduck.com/online-casinos/bonuses/" rel="dofollow" class="text-decoration-none ">
  2188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2189.                <i class="ti-angle-right me-2 text-primary"></i>
  2190.                bonus casino
  2191.              </h6>
  2192.            </a>
  2193.          </div>
  2194.          
  2195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2196.            <a href="https://www.cardplayer.com/betting/california-sports-betting" rel="dofollow" class="text-decoration-none ">
  2197.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2198.                <i class="ti-angle-right me-2 text-primary"></i>
  2199.                sports betting apps california
  2200.              </h6>
  2201.            </a>
  2202.          </div>
  2203.          
  2204.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2205.            <a href="https://gamingamerica.com/betting-sites/world-cup" rel="dofollow" class="text-decoration-none ">
  2206.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2207.                <i class="ti-angle-right me-2 text-primary"></i>
  2208.                fifa world cup betting
  2209.              </h6>
  2210.            </a>
  2211.          </div>
  2212.          
  2213.      </div>
  2214.    </div>
  2215.    
  2216.    <div class="sidebar-widget mb-4">
  2217.      <div class="widget-title-wrapper mb-3">
  2218.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2219.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2220.          <span class="title-arrow"></span>
  2221.        </h4>
  2222.      </div>
  2223.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2224.        <div class="blog-roll-list scrollable-sidebar">
  2225.          
  2226.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2227.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/" rel="dofollow" class="text-decoration-none ">
  2228.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2229.                <i class="ti-angle-right me-2 text-primary"></i>
  2230.                world cup betting
  2231.              </h6>
  2232.            </a>
  2233.          </div>
  2234.          
  2235.      </div>
  2236.    </div>
  2237.    
  2238.    <div class="sidebar-widget mb-4">
  2239.      <div class="widget-title-wrapper mb-3">
  2240.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2241.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2242.          <span class="title-arrow"></span>
  2243.        </h4>
  2244.      </div>
  2245.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2246.        <div class="blog-roll-list scrollable-sidebar">
  2247.          
  2248.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2249.            <a href="https://www.iloveaba.com/" rel="dofollow" class="text-decoration-none ">
  2250.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2251.                <i class="ti-angle-right me-2 text-primary"></i>
  2252.                online crypto casino
  2253.              </h6>
  2254.            </a>
  2255.          </div>
  2256.          
  2257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2258.            <a href="https://leyendabk.com/" rel="dofollow" class="text-decoration-none ">
  2259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2260.                <i class="ti-angle-right me-2 text-primary"></i>
  2261.                best casino sites
  2262.              </h6>
  2263.            </a>
  2264.          </div>
  2265.          
  2266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2267.            <a href="https://www.tikkun.org/" rel="dofollow" class="text-decoration-none ">
  2268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2269.                <i class="ti-angle-right me-2 text-primary"></i>
  2270.                real money online casinos
  2271.              </h6>
  2272.            </a>
  2273.          </div>
  2274.          
  2275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2276.            <a href="https://bostonhostel.org/" rel="dofollow" class="text-decoration-none ">
  2277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2278.                <i class="ti-angle-right me-2 text-primary"></i>
  2279.                sweepstakes casino
  2280.              </h6>
  2281.            </a>
  2282.          </div>
  2283.          
  2284.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2285.            <a href="https://gamedayr.com/" rel="dofollow" class="text-decoration-none ">
  2286.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2287.                <i class="ti-angle-right me-2 text-primary"></i>
  2288.                sportsbook promos
  2289.              </h6>
  2290.            </a>
  2291.          </div>
  2292.          
  2293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2294.            <a href="https://www.lincolnapts.com" rel="dofollow" class="text-decoration-none ">
  2295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2296.                <i class="ti-angle-right me-2 text-primary"></i>
  2297.                sweepstakes casino
  2298.              </h6>
  2299.            </a>
  2300.          </div>
  2301.          
  2302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2303.            <a href="https://www.gamblinginsider.com/new-bitcoin-casinos" rel="dofollow" class="text-decoration-none ">
  2304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2305.                <i class="ti-angle-right me-2 text-primary"></i>
  2306.                new crypto casinos
  2307.              </h6>
  2308.            </a>
  2309.          </div>
  2310.          
  2311.      </div>
  2312.    </div>
  2313.    
  2314.    <div class="sidebar-widget mb-4">
  2315.      <div class="widget-title-wrapper mb-3">
  2316.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2317.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2318.          <span class="title-arrow"></span>
  2319.        </h4>
  2320.      </div>
  2321.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2322.        <div class="blog-roll-list scrollable-sidebar">
  2323.          
  2324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2325.            <a href="https://tokenist.com/crypto-casinos/" rel="dofollow" class="text-decoration-none ">
  2326.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2327.                <i class="ti-angle-right me-2 text-primary"></i>
  2328.                crypto casino
  2329.              </h6>
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://www.gamblinginsider.com/us/online-casinos" rel="dofollow" class="text-decoration-none ">
  2335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                online casino
  2338.              </h6>
  2339.            </a>
  2340.          </div>
  2341.          
  2342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2343.            <a href="https://www.lightpointe.com/" rel="dofollow" class="text-decoration-none ">
  2344.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2345.                <i class="ti-angle-right me-2 text-primary"></i>
  2346.                online poker sites
  2347.              </h6>
  2348.            </a>
  2349.          </div>
  2350.          
  2351.      </div>
  2352.    </div>
  2353.    
  2354.    <div class="sidebar-widget mb-4">
  2355.      <div class="widget-title-wrapper mb-3">
  2356.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2357.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2358.          <span class="title-arrow"></span>
  2359.        </h4>
  2360.      </div>
  2361.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2362.        <div class="blog-roll-list scrollable-sidebar">
  2363.          
  2364.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2365.            <a href="https://www.valuewalk.com/cryptocurrency/best-tether-casinos/" rel="dofollow" class="text-decoration-none ">
  2366.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2367.                <i class="ti-angle-right me-2 text-primary"></i>
  2368.                tether casino
  2369.              </h6>
  2370.            </a>
  2371.          </div>
  2372.          
  2373.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2374.            <a href="https://smashingideas.com/" rel="dofollow" class="text-decoration-none ">
  2375.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2376.                <i class="ti-angle-right me-2 text-primary"></i>
  2377.                social casino
  2378.              </h6>
  2379.            </a>
  2380.          </div>
  2381.          
  2382.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2383.            <a href="https://www.davistownmuseum.org/" rel="dofollow" class="text-decoration-none ">
  2384.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2385.                <i class="ti-angle-right me-2 text-primary"></i>
  2386.                online poker
  2387.              </h6>
  2388.            </a>
  2389.          </div>
  2390.          
  2391.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2392.            <a href="https://10000ft.com/" rel="dofollow" class="text-decoration-none ">
  2393.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2394.                <i class="ti-angle-right me-2 text-primary"></i>
  2395.                online casino
  2396.              </h6>
  2397.            </a>
  2398.          </div>
  2399.          
  2400.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2401.            <a href="https://www.sportscasting.com/casino/new-york/" rel="dofollow" class="text-decoration-none ">
  2402.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2403.                <i class="ti-angle-right me-2 text-primary"></i>
  2404.                online casino new york
  2405.              </h6>
  2406.            </a>
  2407.          </div>
  2408.          
  2409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2410.            <a href="https://prophetsofrage.com/" rel="dofollow" class="text-decoration-none ">
  2411.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2412.                <i class="ti-angle-right me-2 text-primary"></i>
  2413.                bitcoin casinos
  2414.              </h6>
  2415.            </a>
  2416.          </div>
  2417.          
  2418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2419.            <a href="https://www.stitcherstudios.com/" rel="dofollow" class="text-decoration-none ">
  2420.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2421.                <i class="ti-angle-right me-2 text-primary"></i>
  2422.                bitcoin casinos
  2423.              </h6>
  2424.            </a>
  2425.          </div>
  2426.          
  2427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2428.            <a href="https://readwrite.com/payments/bitcoin-casinos/" rel="dofollow" class="text-decoration-none ">
  2429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2430.                <i class="ti-angle-right me-2 text-primary"></i>
  2431.                crypto casino
  2432.              </h6>
  2433.            </a>
  2434.          </div>
  2435.          
  2436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.            <a href="https://www.gulfquest.org/" rel="dofollow" class="text-decoration-none ">
  2438.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.                <i class="ti-angle-right me-2 text-primary"></i>
  2440.                best no kyc casinos
  2441.              </h6>
  2442.            </a>
  2443.          </div>
  2444.          
  2445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.            <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/" rel="dofollow" class="text-decoration-none ">
  2447.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.                <i class="ti-angle-right me-2 text-primary"></i>
  2449.                no kyc crypto casino
  2450.              </h6>
  2451.            </a>
  2452.          </div>
  2453.          
  2454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2455.            <a href="https://www.judicialselection.us/" rel="dofollow" class="text-decoration-none ">
  2456.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2457.                <i class="ti-angle-right me-2 text-primary"></i>
  2458.                offshore casinos
  2459.              </h6>
  2460.            </a>
  2461.          </div>
  2462.          
  2463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2464.            <a href="https://www.sportstalkphilly.com/online-casinos/crypto/" rel="dofollow" class="text-decoration-none ">
  2465.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2466.                <i class="ti-angle-right me-2 text-primary"></i>
  2467.                crypto casinos
  2468.              </h6>
  2469.            </a>
  2470.          </div>
  2471.          
  2472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2473.            <a href="https://lensmateonline.com/" rel="dofollow" class="text-decoration-none ">
  2474.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2475.                <i class="ti-angle-right me-2 text-primary"></i>
  2476.                sweepstakes casino
  2477.              </h6>
  2478.            </a>
  2479.          </div>
  2480.          
  2481.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2482.            <a href="https://tradestjamco.com/" rel="dofollow" class="text-decoration-none ">
  2483.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2484.                <i class="ti-angle-right me-2 text-primary"></i>
  2485.                online casino ny
  2486.              </h6>
  2487.            </a>
  2488.          </div>
  2489.          
  2490.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2491.            <a href="https://www.end-violence.org/" rel="dofollow" class="text-decoration-none ">
  2492.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2493.                <i class="ti-angle-right me-2 text-primary"></i>
  2494.                best offshore sportsbooks
  2495.              </h6>
  2496.            </a>
  2497.          </div>
  2498.          
  2499.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2500.            <a href="https://www.gamesreviews.com/betting/pennsylvania/" rel="dofollow" class="text-decoration-none ">
  2501.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2502.                <i class="ti-angle-right me-2 text-primary"></i>
  2503.                pa sports betting
  2504.              </h6>
  2505.            </a>
  2506.          </div>
  2507.          
  2508.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2509.            <a href="https://www.ginx.tv/en/casino/offshore" rel="dofollow" class="text-decoration-none ">
  2510.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2511.                <i class="ti-angle-right me-2 text-primary"></i>
  2512.                best offshore online casinos
  2513.              </h6>
  2514.            </a>
  2515.          </div>
  2516.          
  2517.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2518.            <a href="https://communo.com/" rel="dofollow" class="text-decoration-none ">
  2519.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2520.                <i class="ti-angle-right me-2 text-primary"></i>
  2521.                real money poker
  2522.              </h6>
  2523.            </a>
  2524.          </div>
  2525.          
  2526.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2527.            <a href="https://softgiving.com/" rel="dofollow" class="text-decoration-none ">
  2528.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2529.                <i class="ti-angle-right me-2 text-primary"></i>
  2530.                social casino
  2531.              </h6>
  2532.            </a>
  2533.          </div>
  2534.          
  2535.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2536.            <a href="https://singulardtv.com/" rel="dofollow" class="text-decoration-none ">
  2537.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2538.                <i class="ti-angle-right me-2 text-primary"></i>
  2539.                best online casino
  2540.              </h6>
  2541.            </a>
  2542.          </div>
  2543.          
  2544.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2545.            <a href="https://www.borregoenergy.com/" rel="dofollow" class="text-decoration-none ">
  2546.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2547.                <i class="ti-angle-right me-2 text-primary"></i>
  2548.                best crypto casino
  2549.              </h6>
  2550.            </a>
  2551.          </div>
  2552.          
  2553.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2554.            <a href="https://hccdallas.org/" rel="dofollow" class="text-decoration-none ">
  2555.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2556.                <i class="ti-angle-right me-2 text-primary"></i>
  2557.                online casino
  2558.              </h6>
  2559.            </a>
  2560.          </div>
  2561.          
  2562.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2563.            <a href="https://www.cryptovibes.com/" rel="dofollow" class="text-decoration-none ">
  2564.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2565.                <i class="ti-angle-right me-2 text-primary"></i>
  2566.                no kyc casinos
  2567.              </h6>
  2568.            </a>
  2569.          </div>
  2570.          
  2571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.            <a href="https://www.boysgirlsclubs.org/" rel="dofollow" class="text-decoration-none ">
  2573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2574.                <i class="ti-angle-right me-2 text-primary"></i>
  2575.                fast payout casino
  2576.              </h6>
  2577.            </a>
  2578.          </div>
  2579.          
  2580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2581.            <a href="https://stage773.com/" rel="dofollow" class="text-decoration-none ">
  2582.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2583.                <i class="ti-angle-right me-2 text-primary"></i>
  2584.                no kyc crypto casinos
  2585.              </h6>
  2586.            </a>
  2587.          </div>
  2588.          
  2589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.            <a href="https://www.test2treat.org/" rel="dofollow" class="text-decoration-none ">
  2591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2592.                <i class="ti-angle-right me-2 text-primary"></i>
  2593.                how to bet on college basketball
  2594.              </h6>
  2595.            </a>
  2596.          </div>
  2597.          
  2598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.            <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/" rel="dofollow" class="text-decoration-none ">
  2600.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2601.                <i class="ti-angle-right me-2 text-primary"></i>
  2602.                no kyc casinos
  2603.              </h6>
  2604.            </a>
  2605.          </div>
  2606.          
  2607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.            <a href="https://www.peerform.com/" rel="dofollow" class="text-decoration-none ">
  2609.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2610.                <i class="ti-angle-right me-2 text-primary"></i>
  2611.                crypto casinos
  2612.              </h6>
  2613.            </a>
  2614.          </div>
  2615.          
  2616.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2617.            <a href="https://www.judicialselection.us/" rel="dofollow" class="text-decoration-none ">
  2618.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2619.                <i class="ti-angle-right me-2 text-primary"></i>
  2620.                best offshore casinos
  2621.              </h6>
  2622.            </a>
  2623.          </div>
  2624.          
  2625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.            <a href="https://xstockvideo.com/" rel="dofollow" class="text-decoration-none ">
  2627.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2628.                <i class="ti-angle-right me-2 text-primary"></i>
  2629.                online casinos
  2630.              </h6>
  2631.            </a>
  2632.          </div>
  2633.          
  2634.      </div>
  2635.    </div>
  2636.    
  2637.    <div class="sidebar-widget mb-4">
  2638.      <div class="widget-title-wrapper mb-3">
  2639.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2640.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2641.          <span class="title-arrow"></span>
  2642.        </h4>
  2643.      </div>
  2644.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2645.        <div class="blog-roll-list scrollable-sidebar">
  2646.          
  2647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2648.            <a href="https://augustafreepress.com/betting/cash-out-betting-sites/" rel="dofollow" class="text-decoration-none ">
  2649.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2650.                <i class="ti-angle-right me-2 text-primary"></i>
  2651.                betting apps
  2652.              </h6>
  2653.            </a>
  2654.          </div>
  2655.          
  2656.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.            <a href="https://www.coachesdatabase.com/" rel="dofollow" class="text-decoration-none ">
  2658.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2659.                <i class="ti-angle-right me-2 text-primary"></i>
  2660.                casinos online
  2661.              </h6>
  2662.            </a>
  2663.          </div>
  2664.          
  2665.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2666.            <a href="https://www.thediscerningbrute.com/" rel="dofollow" class="text-decoration-none ">
  2667.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2668.                <i class="ti-angle-right me-2 text-primary"></i>
  2669.                online slots
  2670.              </h6>
  2671.            </a>
  2672.          </div>
  2673.          
  2674.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2675.            <a href="https://awaare.org/" rel="dofollow" class="text-decoration-none ">
  2676.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2677.                <i class="ti-angle-right me-2 text-primary"></i>
  2678.                poker online
  2679.              </h6>
  2680.            </a>
  2681.          </div>
  2682.          
  2683.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2684.            <a href="https://www.hydrahead.com/" rel="dofollow" class="text-decoration-none ">
  2685.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2686.                <i class="ti-angle-right me-2 text-primary"></i>
  2687.                real money slots
  2688.              </h6>
  2689.            </a>
  2690.          </div>
  2691.          
  2692.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2693.            <a href="https://www.judicialselection.us/" rel="dofollow" class="text-decoration-none ">
  2694.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2695.                <i class="ti-angle-right me-2 text-primary"></i>
  2696.                online casino
  2697.              </h6>
  2698.            </a>
  2699.          </div>
  2700.          
  2701.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2702.            <a href="https://www.sportscasting.com/online-poker-sites/crypto/" rel="dofollow" class="text-decoration-none ">
  2703.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2704.                <i class="ti-angle-right me-2 text-primary"></i>
  2705.                online poker
  2706.              </h6>
  2707.            </a>
  2708.          </div>
  2709.          
  2710.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.            <a href="https://visitmacysusa.com/" rel="dofollow" class="text-decoration-none ">
  2712.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.                <i class="ti-angle-right me-2 text-primary"></i>
  2714.                online casino
  2715.              </h6>
  2716.            </a>
  2717.          </div>
  2718.          
  2719.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2720.            <a href="https://leyacawilliamsburg.com/" rel="dofollow" class="text-decoration-none ">
  2721.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2722.                <i class="ti-angle-right me-2 text-primary"></i>
  2723.                social casino
  2724.              </h6>
  2725.            </a>
  2726.          </div>
  2727.          
  2728.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2729.            <a href="https://www.fortcollinsbrewery.com/" rel="dofollow" class="text-decoration-none ">
  2730.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2731.                <i class="ti-angle-right me-2 text-primary"></i>
  2732.                super bowl betting sites
  2733.              </h6>
  2734.            </a>
  2735.          </div>
  2736.          
  2737.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2738.            <a href="https://carolinapartners.com/" rel="dofollow" class="text-decoration-none ">
  2739.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2740.                <i class="ti-angle-right me-2 text-primary"></i>
  2741.                social casino
  2742.              </h6>
  2743.            </a>
  2744.          </div>
  2745.          
  2746.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.            <a href="https://www.nysportsday.com/online-casinos/" rel="dofollow" class="text-decoration-none ">
  2748.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.                <i class="ti-angle-right me-2 text-primary"></i>
  2750.                ny online casino
  2751.              </h6>
  2752.            </a>
  2753.          </div>
  2754.          
  2755.      </div>
  2756.    </div>
  2757.    
  2758.    <div class="sidebar-widget mb-4">
  2759.      <div class="widget-title-wrapper mb-3">
  2760.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2761.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  2762.          <span class="title-arrow"></span>
  2763.        </h4>
  2764.      </div>
  2765.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2766.        <div class="blog-roll-list scrollable-sidebar">
  2767.          
  2768.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2769.            <a href="https://www.california-partnership.org/" rel="dofollow" class="text-decoration-none ">
  2770.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2771.                <i class="ti-angle-right me-2 text-primary"></i>
  2772.                online casinos california
  2773.              </h6>
  2774.            </a>
  2775.          </div>
  2776.          
  2777.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2778.            <a href="https://csinvesting.org/" rel="dofollow" class="text-decoration-none ">
  2779.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2780.                <i class="ti-angle-right me-2 text-primary"></i>
  2781.                online poker real money
  2782.              </h6>
  2783.            </a>
  2784.          </div>
  2785.          
  2786.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2787.            <a href="https://www.wearecognitive.com/" rel="dofollow" class="text-decoration-none ">
  2788.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2789.                <i class="ti-angle-right me-2 text-primary"></i>
  2790.                real poker online
  2791.              </h6>
  2792.            </a>
  2793.          </div>
  2794.          
  2795.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2796.            <a href="https://theemeraldcup.com/" rel="dofollow" class="text-decoration-none ">
  2797.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2798.                <i class="ti-angle-right me-2 text-primary"></i>
  2799.                online casino slots
  2800.              </h6>
  2801.            </a>
  2802.          </div>
  2803.          
  2804.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2805.            <a href="https://www.theprojectlotus.org/" rel="dofollow" class="text-decoration-none ">
  2806.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2807.                <i class="ti-angle-right me-2 text-primary"></i>
  2808.                sweepstakes casino
  2809.              </h6>
  2810.            </a>
  2811.          </div>
  2812.          
  2813.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2814.            <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774" rel="dofollow" class="text-decoration-none ">
  2815.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2816.                <i class="ti-angle-right me-2 text-primary"></i>
  2817.                chicken road game casino
  2818.              </h6>
  2819.            </a>
  2820.          </div>
  2821.          
  2822.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.            <a href="https://igrowchicago.org/" rel="dofollow" class="text-decoration-none ">
  2824.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2825.                <i class="ti-angle-right me-2 text-primary"></i>
  2826.                online slots real money
  2827.              </h6>
  2828.            </a>
  2829.          </div>
  2830.          
  2831.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2832.            <a href="https://csinvesting.org/" rel="dofollow" class="text-decoration-none ">
  2833.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2834.                <i class="ti-angle-right me-2 text-primary"></i>
  2835.                online poker sites
  2836.              </h6>
  2837.            </a>
  2838.          </div>
  2839.          
  2840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2841.            <a href="https://theemeraldcup.com/" rel="dofollow" class="text-decoration-none ">
  2842.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2843.                <i class="ti-angle-right me-2 text-primary"></i>
  2844.                best online slots
  2845.              </h6>
  2846.            </a>
  2847.          </div>
  2848.          
  2849.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2850.            <a href="https://howrightnow.org/" rel="dofollow" class="text-decoration-none ">
  2851.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2852.                <i class="ti-angle-right me-2 text-primary"></i>
  2853.                sports betting apps
  2854.              </h6>
  2855.            </a>
  2856.          </div>
  2857.          
  2858.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.            <a href="https://morioh.com/" rel="dofollow" class="text-decoration-none ">
  2860.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2861.                <i class="ti-angle-right me-2 text-primary"></i>
  2862.                online casino instant payout
  2863.              </h6>
  2864.            </a>
  2865.          </div>
  2866.          
  2867.      </div>
  2868.    </div>
  2869.    
  2870.  </div>
  2871.  
  2872. <!-- Sidebar V2 Styles -->
  2873. <style>
  2874.  .sidebar-widget {
  2875.    position: relative;
  2876.  }
  2877.  
  2878.  .widget-title {
  2879.    font-size: 1.1rem;
  2880.    font-weight: 700;
  2881.    display: inline-block;
  2882.    position: relative;
  2883.    z-index: 2;
  2884.    border-radius: 0;
  2885.  }
  2886.  
  2887.  /* Green arrow for August Blog Roll */
  2888.  .title-arrow::after {
  2889.    content: '';
  2890.    position: absolute;
  2891.    top: 0;
  2892.    right: -22px;
  2893.    width: 0;
  2894.    height: 0;
  2895.    border-left: 22px solid var(--bs-primary);
  2896.    border-top: 22px solid transparent;
  2897.    border-bottom: 22px solid transparent;
  2898.    z-index: 1;
  2899.  }
  2900.  
  2901.  /* Blue arrow for Recent Posts */
  2902.  .title-arrow-primary::after {
  2903.    content: '';
  2904.    position: absolute;
  2905.    top: 0;
  2906.    right: -22px;
  2907.    width: 0;
  2908.    height: 0;
  2909.    border-left: 22px solid var(--bs-primary);
  2910.    border-top: 22px solid transparent;
  2911.    border-bottom: 22px solid transparent;
  2912.    z-index: 1;
  2913.  }
  2914.  
  2915.  .widget-content {
  2916.    margin-top: -1px;
  2917.    position: relative;
  2918.    z-index: 1;
  2919.     background-color: var(--card-bg);
  2920.  }
  2921.  
  2922.  /* Blog Roll Items Hover Effects */
  2923.  .blog-roll-item:hover .blog-title {
  2924.    color: #198754 !important;
  2925.    transform: translateX(5px);
  2926.    transition: all 0.3s ease;
  2927.  }
  2928.  
  2929.  /* Recent Post Items Hover Effects */
  2930.  .recent-post-item:hover .post-title a {
  2931.    color: #0d6efd !important;
  2932.    transition: color 0.3s ease;
  2933.  }
  2934.  
  2935.  .recent-post-item:hover .post-image img {
  2936.    transform: scale(1.05);
  2937.    transition: transform 0.3s ease;
  2938.  }
  2939.  
  2940.  /* Button Hover Effects */
  2941.  .btn:hover {
  2942.    transform: translateY(-2px);
  2943.    transition: all 0.3s ease;
  2944.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2945.  }
  2946.  
  2947.  /* Badge Hover Effects */
  2948.  .badge:hover {
  2949.    transform: scale(1.05);
  2950.    transition: transform 0.3s ease;
  2951.  }
  2952.  
  2953.  @media (max-width: 991px) {
  2954.    .sidebar {
  2955.      margin-top: 3rem;
  2956.    }
  2957.  }
  2958.  
  2959.  @media (max-width: 576px) {
  2960.    .widget-title {
  2961.      font-size: 1rem;
  2962.      padding: 0.75rem 1rem !important;
  2963.    }
  2964.  
  2965.    .title-arrow::after,
  2966.    .title-arrow-primary::after {
  2967.      right: -18px;
  2968.      border-left-width: 18px;
  2969.      border-top-width: 18px;
  2970.      border-bottom-width: 18px;
  2971.    }
  2972.  
  2973.    .post-image {
  2974.      width: 70px !important;
  2975.      height: 55px !important;
  2976.    }
  2977.  
  2978.    .blog-meta {
  2979.      flex-direction: column !important;
  2980.      align-items: flex-start !important;
  2981.      gap: 0.5rem;
  2982.    }
  2983.  }
  2984. </style>
  2985.  
  2986.    
  2987.            </div>
  2988.        </div>
  2989.    </div>
  2990. </section>
  2991.  
  2992.    
  2993.        
  2994.        <!-- end wpo-blog-highlights-section -->
  2995.        <!-- start wpo-blog-sponsored-section -->
  2996.        
  2997.  
  2998.  
  2999.  
  3000.    
  3001.  
  3002.  
  3003.  
  3004. <style>
  3005.    .sponsored-section-v4 {
  3006.        padding: 50px 0;
  3007.    }
  3008.    
  3009.    .sponsored-card-v4 {
  3010.        background: var(--card-bg);
  3011.        border: 1px solid var(--border-color);
  3012.        border-radius: 4px;
  3013.        transition: border-color 0.3s ease;
  3014.        height: 100%;
  3015.        padding: 15px;
  3016.    }
  3017.    
  3018.    .sponsored-card-v4:hover {
  3019.        border-color: #adb5bd;
  3020.    }
  3021.    
  3022.    .sponsored-image-v4 {
  3023.        width: 150px;
  3024.        height: 150px;
  3025.        margin: 10px auto;
  3026.        border-radius: 50%;
  3027.        shape-outside: circle(50%);
  3028.        float: left;
  3029.    }
  3030.    
  3031.    .sponsored-image-v4 img {
  3032.        width: 100%;
  3033.        height: 100%;
  3034.        object-fit: cover;
  3035.        border-radius: 50%;
  3036.    }
  3037.    
  3038.    .sponsored-content-v4 {
  3039.        padding: 10px;
  3040.        overflow: hidden; /* Clearfix for floated image */
  3041.    }
  3042.    
  3043.    .sponsored-title-v4 {
  3044.        font-size: 15px;
  3045.        font-weight: 700;
  3046.        line-height: 1.4;
  3047.        margin-bottom: 8px;
  3048.        color: #333;
  3049.        position: relative;
  3050.        display: inline-block;
  3051.    }
  3052.    
  3053.    .sponsored-title-v4 a {
  3054.        text-decoration: none;
  3055.        color: var(--topbar-color) !important;
  3056.        margin: 10px 0px;
  3057.    }
  3058.    
  3059.    .sponsored-title-v4 a:hover {
  3060.        color: #6f42c1 !important; /* Purple hover */
  3061.    }
  3062.    
  3063.    .sponsored-title-v4::after {
  3064.        content: '';
  3065.        position: absolute;
  3066.        bottom: -2px;
  3067.        left: 0;
  3068.        width: 100%;
  3069.        height: 2px;
  3070.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3071.    }
  3072.    
  3073.    .sponsored-excerpt-v4 {
  3074.        font-size: 12px;
  3075.        font-weight: 400;
  3076.        color: #6c757d;
  3077.        margin-bottom: 10px;
  3078.        line-height: 1.5;
  3079.    }
  3080.    
  3081.    .sponsored-meta-v4 {
  3082.        font-size: 11px;
  3083.        color: #6c757d;
  3084.    }
  3085.    
  3086.    .author-info-v4 {
  3087.        margin-bottom: 5px;
  3088.    }
  3089.    
  3090.    .sponsored-author-img-v4 {
  3091.        width: 20px;
  3092.        height: 20px;
  3093.        border-radius: 50%;
  3094.        object-fit: cover;
  3095.        vertical-align: middle;
  3096.        margin-right: 5px;
  3097.    }
  3098.    
  3099.    .section-title-sponsored-v4 {
  3100.        font-size: 1.9rem;
  3101.        font-weight: 600;
  3102.        text-align: center;
  3103.        margin-bottom: 30px;
  3104.        color: #333;
  3105.        position: relative;
  3106.    }
  3107.    
  3108.    .section-title-sponsored-v4::after {
  3109.        content: '';
  3110.        position: absolute;
  3111.        bottom: -8px;
  3112.        left: 50%;
  3113.        transform: translateX(-50%);
  3114.        width: 80px;
  3115.        height: 3px;
  3116.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3117.    }
  3118.  
  3119.    @media (max-width: 768px) {
  3120.        .sponsored-section-v4 {
  3121.            padding: 30px 0;
  3122.        }
  3123.        .sponsored-image-v4 {
  3124.            width: 120px;
  3125.            height: 120px;
  3126.            float: none;
  3127.            margin: 10px auto;
  3128.        }
  3129.        .sponsored-content-v4 {
  3130.            padding: 12px;
  3131.            text-align: center;
  3132.        }
  3133.        .sponsored-title-v4 {
  3134.            font-size: 14px;
  3135.        }
  3136.        .sponsored-excerpt-v4 {
  3137.            font-size: 11px;
  3138.        }
  3139.        .sponsored-meta-v4 {
  3140.            font-size: 10px;
  3141.        }
  3142.        .section-title-sponsored-v4 {
  3143.            font-size: 1.6rem;
  3144.        }
  3145.    }
  3146. </style>
  3147.  
  3148. <section class="sponsored-section-v4">
  3149.    <div class="container-fluid fluid-container">
  3150.        <div class="row">
  3151.            <div class="col-12">
  3152.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3153.            </div>
  3154.        </div>
  3155.        
  3156.        <div class="row g-4">
  3157.            
  3158.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3159.                <div class="card sponsored-card-v4">
  3160.                    <div class="sponsored-image-v4">
  3161.                        
  3162.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3163.                        
  3164.                    </div>
  3165.                    <div class="sponsored-content-v4">
  3166.                        <h3 class="sponsored-title-v4">
  3167.                            <a href="/prescott-guides-dallas-cowboys-by-struggling-commanders-to-begin-christmas-tripleheader/" >
  3168.                                            Prescott Guides Dallas Cowboys By Struggling Commanders to Begin Christmas Tripleheader.
  3169.                                            </a>
  3170.                        </h3>
  3171.                        <p class="sponsored-excerpt-v4">
  3172.                          
  3173.                        </p>
  3174.                        <div class="sponsored-meta-v4">
  3175.                            <div class="author-info-v4">
  3176.                                
  3177.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3178.                                
  3179.                                <span>
  3180.                                    Steven Moss
  3181.                                </span>
  3182.                            </div>
  3183.                            <div>17 Jul 2026</div>
  3184.                        </div>
  3185.                    </div>
  3186.                </div>
  3187.            </div>
  3188.            
  3189.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3190.                <div class="card sponsored-card-v4">
  3191.                    <div class="sponsored-image-v4">
  3192.                        
  3193.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3194.                        
  3195.                    </div>
  3196.                    <div class="sponsored-content-v4">
  3197.                        <h3 class="sponsored-title-v4">
  3198.                            <a href="/aggressive-coercive-expansionist-this-comeback-of-the-ugly-american/" >
  3199.                                            Aggressive, Coercive, Expansionist: this Comeback of the Ugly American
  3200.                                            </a>
  3201.                        </h3>
  3202.                        <p class="sponsored-excerpt-v4">
  3203.                          
  3204.                        </p>
  3205.                        <div class="sponsored-meta-v4">
  3206.                            <div class="author-info-v4">
  3207.                                
  3208.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3209.                                
  3210.                                <span>
  3211.                                    Steven Moss
  3212.                                </span>
  3213.                            </div>
  3214.                            <div>17 Jul 2026</div>
  3215.                        </div>
  3216.                    </div>
  3217.                </div>
  3218.            </div>
  3219.            
  3220.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3221.                <div class="card sponsored-card-v4">
  3222.                    <div class="sponsored-image-v4">
  3223.                        
  3224.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3225.                        
  3226.                    </div>
  3227.                    <div class="sponsored-content-v4">
  3228.                        <h3 class="sponsored-title-v4">
  3229.                            <a href="/english-premier-league-headlines-palmer-set-for-the-blues-comeback-idrissa-gueyes-failed-red-card-appeal-mystery/" >
  3230.                                            English Premier League Headlines: Palmer Set for The Blues Comeback; Idrissa Gueye&#x27;s Failed Red Card Appeal Mystery
  3231.                                            </a>
  3232.                        </h3>
  3233.                        <p class="sponsored-excerpt-v4">
  3234.                          
  3235.                        </p>
  3236.                        <div class="sponsored-meta-v4">
  3237.                            <div class="author-info-v4">
  3238.                                
  3239.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3240.                                
  3241.                                <span>
  3242.                                    Steven Moss
  3243.                                </span>
  3244.                            </div>
  3245.                            <div>17 Jul 2026</div>
  3246.                        </div>
  3247.                    </div>
  3248.                </div>
  3249.            </div>
  3250.            
  3251.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3252.                <div class="card sponsored-card-v4">
  3253.                    <div class="sponsored-image-v4">
  3254.                        
  3255.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3256.                        
  3257.                    </div>
  3258.                    <div class="sponsored-content-v4">
  3259.                        <h3 class="sponsored-title-v4">
  3260.                            <a href="/both-deceased-students-revealed-in-brown-university-attack-as-police-press-on-with-search-for-gunman/" >
  3261.                                            Both Deceased Students Revealed in Brown University Attack as Police Press On With Search for Gunman.
  3262.                                            </a>
  3263.                        </h3>
  3264.                        <p class="sponsored-excerpt-v4">
  3265.                          
  3266.                        </p>
  3267.                        <div class="sponsored-meta-v4">
  3268.                            <div class="author-info-v4">
  3269.                                
  3270.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3271.                                
  3272.                                <span>
  3273.                                    Steven Moss
  3274.                                </span>
  3275.                            </div>
  3276.                            <div>17 Jul 2026</div>
  3277.                        </div>
  3278.                    </div>
  3279.                </div>
  3280.            </div>
  3281.            
  3282.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3283.                <div class="card sponsored-card-v4">
  3284.                    <div class="sponsored-image-v4">
  3285.                        
  3286.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3287.                        
  3288.                    </div>
  3289.                    <div class="sponsored-content-v4">
  3290.                        <h3 class="sponsored-title-v4">
  3291.                            <a href="/2025s-premier-scary-film-is-returning-to-imax-just-in-time-for-the-spooky-season/" >
  3292.                                            2025&#x27;s Premier Scary Film Is Returning to IMAX Just in Time for the Spooky Season
  3293.                                            </a>
  3294.                        </h3>
  3295.                        <p class="sponsored-excerpt-v4">
  3296.                          
  3297.                        </p>
  3298.                        <div class="sponsored-meta-v4">
  3299.                            <div class="author-info-v4">
  3300.                                
  3301.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3302.                                
  3303.                                <span>
  3304.                                    Steven Moss
  3305.                                </span>
  3306.                            </div>
  3307.                            <div>17 Jul 2026</div>
  3308.                        </div>
  3309.                    </div>
  3310.                </div>
  3311.            </div>
  3312.            
  3313.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3314.                <div class="card sponsored-card-v4">
  3315.                    <div class="sponsored-image-v4">
  3316.                        
  3317.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3318.                        
  3319.                    </div>
  3320.                    <div class="sponsored-content-v4">
  3321.                        <h3 class="sponsored-title-v4">
  3322.                            <a href="/holocaust-victims-demand-nigel-farage-to-say-sorry-over-alleged-antisemitic-comments/" >
  3323.                                            Holocaust Victims Demand Nigel Farage to Say Sorry Over Alleged Antisemitic Comments.
  3324.                                            </a>
  3325.                        </h3>
  3326.                        <p class="sponsored-excerpt-v4">
  3327.                          
  3328.                        </p>
  3329.                        <div class="sponsored-meta-v4">
  3330.                            <div class="author-info-v4">
  3331.                                
  3332.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a24a4211-aa1b-4932-92b0-ef2ec90b01ad_profile.png" alt="Steven Moss" style="object-fit: cover;" class="sponsored-author-img-v4">
  3333.                                
  3334.                                <span>
  3335.                                    Steven Moss
  3336.                                </span>
  3337.                            </div>
  3338.                            <div>16 Jul 2026</div>
  3339.                        </div>
  3340.                    </div>
  3341.                </div>
  3342.            </div>
  3343.            
  3344.        </div>
  3345.    </div>
  3346. </section>
  3347.  
  3348.  
  3349.    
  3350.        <!-- end wpo-blog-sponsored-section -->
  3351.        <!-- start wpo-subscribe-section -->
  3352.        
  3353.        <!-- end subscribe-section -->
  3354.        <!-- start of wpo-site-footer-section -->
  3355.        
  3356.  
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3363. <footer class="footer-v5 bg-primary-gradient border-top">
  3364.    
  3365.    <!-- Main Footer Content -->
  3366.    <div class="container-fluid py-5">
  3367.        
  3368.        <!-- Top Section with Logo and Description -->
  3369.        <div class="row mb-5">
  3370.            <div class="col-12 text-center">
  3371.                <div class="footer-brand mb-4">
  3372.                    
  3373.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d112114a-f6a1-483d-9fa0-95f44bd4657a_logo.png" alt="Orbit Central" class="footer-logo mb-3" height="60">
  3374.                    
  3375.                    <h4 class="fw-bold footer-color mb-2">Orbit Central</h4>
  3376.                    <p class="footer-color opacity-50">Discover the latest in space exploration, tech advancements, and future innovations. Join us for expert insights and updates on orbital missions and beyond.</p>
  3377.                </div>
  3378.            </div>
  3379.        </div>
  3380.  
  3381.        <!-- Content Grid -->
  3382.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3383.            
  3384.            <!-- Quick Links Column -->
  3385.            <div class="">
  3386.                <div class="footer-section">
  3387.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3388.                        Quick Links
  3389.                    </h6>
  3390.                    <ul class="list-unstyled footer-links">
  3391.                        
  3392.                        <li class="mb-2">
  3393.                            <a href="/those-siblings-from-dagestan-excelling-in-mixed-martial-arts-and-with-man-utd/"
  3394.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3395.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3396.                                Those Siblings from Dagestan Excelling in Mixed Martial Arts and with Man Utd.
  3397.                            </a>
  3398.                        </li>
  3399.                        
  3400.                        <li class="mb-2">
  3401.                            <a href="/the-nigerian-government-confirms-it-provided-intelligence-for-us-led-airstrikes-as-defense-secretary-predicts-of-more-attacks/"
  3402.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3403.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3404.                                The Nigerian Government Confirms It Provided Intelligence for US-Led Airstrikes as Defense Secretary Predicts of More Attacks
  3405.                            </a>
  3406.                        </li>
  3407.                        
  3408.                        <li class="mb-2">
  3409.                            <a href="/what-lies-ahead-in-the-comey-and-james-trials/"
  3410.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3411.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3412.                                What Lies Ahead in the Comey and James Trials?
  3413.                            </a>
  3414.                        </li>
  3415.                        
  3416.                        <li class="mb-2">
  3417.                            <a href="/indian-cricket-player-shreyas-iyer-recovering-in-hospital-after-lacerated-spleen-injury/"
  3418.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3419.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3420.                                Indian Cricket Player Shreyas Iyer Recovering in Hospital After Lacerated Spleen Injury
  3421.                            </a>
  3422.                        </li>
  3423.                        
  3424.                        <li class="mb-2">
  3425.                            <a href="/constantly-tired-the-straightforward-explanation-could-surprise-you/"
  3426.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3427.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3428.                                Constantly Tired? The Straightforward Explanation Could Surprise You
  3429.                            </a>
  3430.                        </li>
  3431.                        
  3432.                        <li class="mb-2">
  3433.                            <a href="/red-bull-confirms-substantial-2026-driver-roster-hadjar-promoted-18-year-old-arvid-lindblad-gets-formula-1-seat/"
  3434.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3435.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3436.                                Red Bull Confirms Substantial 2026 Driver Roster: Hadjar Promoted, 18-Year-Old Arvid Lindblad Gets Formula 1 Seat.
  3437.                            </a>
  3438.                        </li>
  3439.                        
  3440.                    </ul>
  3441.                </div>
  3442.            </div>
  3443.  
  3444.            <!-- Resources Column -->
  3445.            <div class="">
  3446.                <div class="footer-section">
  3447.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3448.                        Resources
  3449.                    </h6>
  3450.                   <ul class="footer-links" id="footerLinks">
  3451.        
  3452.        
  3453.  
  3454.        
  3455.        
  3456.        
  3457.        
  3458.    </ul>
  3459.                </div>
  3460.            </div>
  3461.  
  3462.            <!-- Categories Column -->
  3463.            <div class="">
  3464.                <div class="footer-section">
  3465.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3466.                        Categories
  3467.                    </h6>
  3468.                    <div class="category-tags">
  3469.                      
  3470.                                <li>
  3471.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3472.                                        All Posts
  3473.                                    </a>
  3474.                                </li>
  3475.                                
  3476.                                <li>
  3477.                                    <a href="/category/business/" class="footer-link footer-color">
  3478.                                        Business
  3479.                                    </a>
  3480.                                </li>
  3481.                                
  3482.                                <li>
  3483.                                    <a href="/category/esports/" class="footer-link footer-color">
  3484.                                        Esports
  3485.                                    </a>
  3486.                                </li>
  3487.                                
  3488.                                <li>
  3489.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3490.                                        Fashion
  3491.                                    </a>
  3492.                                </li>
  3493.                                
  3494.                                <li>
  3495.                                    <a href="/category/featured/" class="footer-link footer-color">
  3496.                                        Featured
  3497.                                    </a>
  3498.                                </li>
  3499.                                
  3500.                                <li>
  3501.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3502.                                        Gaming
  3503.                                    </a>
  3504.                                </li>
  3505.                                
  3506.                    </div>
  3507.                </div>
  3508.            </div>
  3509.  
  3510.        </div>
  3511.  
  3512.    </div>
  3513.  
  3514.    <!-- Footer Bottom -->
  3515.    <div class="footer-bottom  border-top py-3">
  3516.        <div class="container-fluid fluid-container">
  3517.            <div class=" d-flex justify-content-between flex-wrap">
  3518.                <div class="">
  3519.                    <p class="mb-0 footer-color  ">
  3520.                        © 2026 <span class="fw-semibold footer-color">Orbit Central</span>. All rights reserved.
  3521.                    </p>
  3522.                </div>
  3523.                <div class="">
  3524.                    <div class="footer-nav">
  3525.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3526.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3527.                        </a>
  3528.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3529.                            <i class="bi bi-file-text me-1"></i>Terms
  3530.                        </a>
  3531.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3532.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3533.                        </a>
  3534.                    </div>
  3535.                </div>
  3536.            </div>
  3537.        </div>
  3538.    </div>
  3539.  
  3540. </footer>
  3541.  
  3542. <style>
  3543. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3544.  
  3545.  
  3546.  
  3547.  
  3548. .footer-logo {
  3549.    border-radius: 8px;
  3550. }
  3551.  
  3552. /* Footer Sections */
  3553. .footer-section {
  3554.    padding: 0 15px;
  3555. }
  3556.  
  3557. .footer-section h6 {
  3558.    position: relative;
  3559.    padding-bottom: 8px;
  3560. }
  3561.  
  3562. .footer-section h6::after {
  3563.    content: '';
  3564.    position: absolute;
  3565.    bottom: 0;
  3566.    left: 0;
  3567.    width: 30px;
  3568.    height: 2px;
  3569.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3570.    border-radius: 1px;
  3571. }
  3572.  
  3573. /* Links Styling */
  3574. .footer-links a {
  3575.    transition: all 0.3s ease;
  3576.    padding: 4px 0;
  3577.    border-radius: 4px;
  3578. }
  3579.  
  3580. .footer-links a:hover {
  3581.    color: var(--bs-primary) !important;
  3582.    padding-left: 8px;
  3583. }
  3584.  
  3585. .footer-links a:hover i {
  3586.    transform: translateX(2px);
  3587. }
  3588.  
  3589. /* Category Tags */
  3590. .category-tag {
  3591.    transition: all 0.3s ease;
  3592.    padding: 6px 12px !important;
  3593.    font-size: 0.875rem;
  3594. }
  3595.  
  3596.  
  3597.  
  3598. /* Footer Bottom */
  3599. .footer-bottom {
  3600.    backdrop-filter: blur(10px);
  3601. }
  3602.  
  3603. /* Responsive Design */
  3604. @media (max-width: 768px) {
  3605.    .footer-v5 {
  3606.        margin-top: 60px;
  3607.    }
  3608.    
  3609.    .footer-section {
  3610.        text-align:start;
  3611.        margin-bottom: 40px;
  3612.    }
  3613.    
  3614.    .footer-links a,
  3615.    .category-tags {
  3616.        justify-content:start;
  3617.    }
  3618.    
  3619.    .social-links .d-flex {
  3620.        justify-content:start;
  3621.    }
  3622. }
  3623.  
  3624. @media (max-width: 576px) {
  3625.    .footer-brand h4 {
  3626.        font-size: 1.25rem;
  3627.    }
  3628.    
  3629.    .stats-item h5 {
  3630.        font-size: 1.1rem;
  3631.    }
  3632.    
  3633.    .newsletter-form .btn {
  3634.        padding: 8px 12px;
  3635.    }
  3636. }
  3637.  
  3638. /* Animation Classes */
  3639. .fade-in {
  3640.    animation: fadeIn 0.6s ease-in;
  3641. }
  3642.  
  3643. @keyframes fadeIn {
  3644.    from { opacity: 0; transform: translateY(20px); }
  3645.    to { opacity: 1; transform: translateY(0); }
  3646. }
  3647.  
  3648. /* Loading State */
  3649. .loading {
  3650.    pointer-events: none;
  3651.    opacity: 0.7;
  3652. }
  3653.  
  3654. .loading .btn {
  3655.    position: relative;
  3656. }
  3657.  
  3658. .loading .btn::after {
  3659.    content: '';
  3660.    position: absolute;
  3661.    top: 50%;
  3662.    left: 50%;
  3663.    width: 16px;
  3664.    height: 16px;
  3665.    margin: -8px 0 0 -8px;
  3666.    border: 2px solid transparent;
  3667.    border-top-color: currentColor;
  3668.    border-radius: 50%;
  3669.    animation: spin 1s linear infinite;
  3670. }
  3671.  
  3672. @keyframes spin {
  3673.    to { transform: rotate(360deg); }
  3674. }
  3675.  
  3676. /* Utility Classes */
  3677. .text-gradient {
  3678.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3679.    -webkit-background-clip: text;
  3680.    -webkit-text-fill-color: transparent;
  3681.    background-clip: text;
  3682. }
  3683.  
  3684. .hover-lift {
  3685.    transition: transform 0.3s ease;
  3686. }
  3687.  
  3688. .hover-lift:hover {
  3689.    transform: translateY(-2px);
  3690. }
  3691. </style>
  3692.  
  3693.  
  3694. <script>
  3695. document.addEventListener('DOMContentLoaded', function() {
  3696.    
  3697.    // Initialize Bootstrap tooltips
  3698.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3699.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3700.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3701.    });
  3702.  
  3703.    // Newsletter form handling
  3704.    const newsletterForm = document.querySelector('.newsletter-form');
  3705.    if (newsletterForm) {
  3706.        newsletterForm.addEventListener('submit', function(e) {
  3707.            e.preventDefault();
  3708.            
  3709.            const email = this.querySelector('input[name="email"]').value.trim();
  3710.            const submitBtn = this.querySelector('button[type="submit"]');
  3711.            const originalContent = submitBtn.innerHTML;
  3712.            
  3713.            // Validate email
  3714.            if (!email || !isValidEmail(email)) {
  3715.                showToast('Please enter a valid email address', 'error');
  3716.                return;
  3717.            }
  3718.            
  3719.            // Show loading state
  3720.            this.classList.add('loading');
  3721.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3722.            submitBtn.disabled = true;
  3723.            
  3724.            // Simulate API call
  3725.            setTimeout(() => {
  3726.                // Success state
  3727.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3728.                submitBtn.classList.remove('btn-primary');
  3729.                submitBtn.classList.add('btn-success');
  3730.                
  3731.                showToast('Successfully subscribed to newsletter!', 'success');
  3732.                
  3733.                // Reset form
  3734.                setTimeout(() => {
  3735.                    this.classList.remove('loading');
  3736.                    submitBtn.innerHTML = originalContent;
  3737.                    submitBtn.classList.remove('btn-success');
  3738.                    submitBtn.classList.add('btn-primary');
  3739.                    submitBtn.disabled = false;
  3740.                    this.reset();
  3741.                }, 2000);
  3742.                
  3743.            }, 1500);
  3744.        });
  3745.    }
  3746.    
  3747.    // Email validation function
  3748.    function isValidEmail(email) {
  3749.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3750.        return emailRegex.test(email);
  3751.    }
  3752.    
  3753.    // Toast notification function
  3754.    function showToast(message, type = 'info') {
  3755.        // Remove existing toasts
  3756.        const existingToasts = document.querySelectorAll('.custom-toast');
  3757.        existingToasts.forEach(toast => toast.remove());
  3758.        
  3759.        // Create toast
  3760.        const toast = document.createElement('div');
  3761.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3762.        toast.style.zIndex = '9999';
  3763.        toast.innerHTML = `
  3764.            <div class="d-flex align-items-center">
  3765.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3766.                <span>${message}</span>
  3767.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3768.            </div>
  3769.        `;
  3770.        
  3771.        document.body.appendChild(toast);
  3772.        
  3773.        // Auto remove after 4 seconds
  3774.        setTimeout(() => {
  3775.            if (toast && toast.parentNode) {
  3776.                toast.remove();
  3777.            }
  3778.        }, 4000);
  3779.    }
  3780.    
  3781.    // Smooth scroll for internal links
  3782.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3783.        anchor.addEventListener('click', function(e) {
  3784.            e.preventDefault();
  3785.            const target = document.querySelector(this.getAttribute('href'));
  3786.            if (target) {
  3787.                target.scrollIntoView({
  3788.                    behavior: 'smooth',
  3789.                    block: 'start'
  3790.                });
  3791.            }
  3792.        });
  3793.    });
  3794.    
  3795.    // Add fade-in animation to footer sections on scroll
  3796.    const observerOptions = {
  3797.        threshold: 0.1,
  3798.        rootMargin: '0px 0px -50px 0px'
  3799.    };
  3800.    
  3801.    const sectionObserver = new IntersectionObserver((entries) => {
  3802.        entries.forEach(entry => {
  3803.            if (entry.isIntersecting) {
  3804.                entry.target.classList.add('fade-in');
  3805.            }
  3806.        });
  3807.    }, observerOptions);
  3808.    
  3809.    // Observe footer sections
  3810.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3811.        sectionObserver.observe(section);
  3812.    });
  3813.    
  3814.    // Enhanced hover effects for category tags
  3815.    document.querySelectorAll('.category-tag').forEach(tag => {
  3816.        tag.addEventListener('mouseenter', function() {
  3817.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3818.        });
  3819.        
  3820.        tag.addEventListener('mouseleave', function() {
  3821.            this.style.transform = 'translateY(0) scale(1)';
  3822.        });
  3823.    });
  3824.    
  3825.    // Prevent default for demo links
  3826.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3827.        link.addEventListener('click', function(e) {
  3828.            e.preventDefault();
  3829.        });
  3830.    });
  3831.    
  3832.    // Add click ripple effect to buttons
  3833.    document.querySelectorAll('.btn').forEach(btn => {
  3834.        btn.addEventListener('click', function(e) {
  3835.            const ripple = document.createElement('span');
  3836.            const rect = this.getBoundingClientRect();
  3837.            const size = Math.max(rect.width, rect.height);
  3838.            const x = e.clientX - rect.left - size / 2;
  3839.            const y = e.clientY - rect.top - size / 2;
  3840.            
  3841.            ripple.style.cssText = `
  3842.                position: absolute;
  3843.                left: ${x}px;
  3844.                top: ${y}px;
  3845.                width: ${size}px;
  3846.                height: ${size}px;
  3847.                border-radius: 50%;
  3848.                background: rgba(255, 255, 255, 0.4);
  3849.                transform: scale(0);
  3850.                animation: ripple-effect 0.6s linear;
  3851.                pointer-events: none;
  3852.            `;
  3853.            
  3854.            this.style.position = 'relative';
  3855.            this.style.overflow = 'hidden';
  3856.            this.appendChild(ripple);
  3857.            
  3858.            setTimeout(() => ripple.remove(), 600);
  3859.        });
  3860.    });
  3861.    
  3862. });
  3863.  
  3864. // Add ripple animation CSS
  3865. const rippleCSS = document.createElement('style');
  3866. rippleCSS.textContent = `
  3867.    @keyframes ripple-effect {
  3868.        to {
  3869.            transform: scale(4);
  3870.            opacity: 0;
  3871.        }
  3872.    }
  3873. `;
  3874. document.head.appendChild(rippleCSS);
  3875.  
  3876. document.addEventListener('DOMContentLoaded', function () {
  3877.    var btn = document.getElementById('toggleFooterLinks');
  3878.    if (!btn) return; // No extra links, no button
  3879.  
  3880.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3881.  
  3882.    btn.addEventListener('click', function () {
  3883.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3884.            return li.classList.contains('d-none');
  3885.        });
  3886.  
  3887.        extras.forEach(function (li) {
  3888.            if (anyHidden) {
  3889.                li.classList.remove('d-none');
  3890.                li.classList.add('show');
  3891.            } else {
  3892.                li.classList.add('d-none');
  3893.                li.classList.remove('show');
  3894.            }
  3895.        });
  3896.  
  3897.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3898.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3899.    });
  3900. });
  3901.  
  3902. </script>
  3903.  
  3904.        <!-- end of wpo-site-footer-section -->
  3905.    </div>
  3906.    <!-- end of page-wrapper -->
  3907.  
  3908.    <!-- All JavaScript files
  3909.    ================================================== -->
  3910.    
  3911.  
  3912. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3913. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3914. <!-- Plugins for this template -->
  3915. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3916. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3917. <!-- Custom script for this template -->
  3918. <script src="/static/blogapp/assets/js/script.js"></script>
  3919.  
  3920. <script>
  3921. (function () {
  3922. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3923. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3924.  
  3925. function applyFallback(img) {
  3926. if (!img || img.dataset.fallbackApplied === "1") {
  3927. return;
  3928. }
  3929. var failedSrc = img.currentSrc || img.src || "";
  3930. img.dataset.fallbackApplied = "1";
  3931. img.onerror = null;
  3932. img.src = fallbackImageSrc;
  3933. console.warn("[ImageFallback] Replaced broken image:", {
  3934. failedSrc: failedSrc,
  3935. fallbackSrc: fallbackImageSrc,
  3936. alt: img.alt || "",
  3937. });
  3938. }
  3939.  
  3940. document.querySelectorAll("img").forEach(function (img) {
  3941. if (img.complete && img.naturalWidth === 0) {
  3942. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3943. failedSrc: img.currentSrc || img.src || "",
  3944. alt: img.alt || "",
  3945. });
  3946. applyFallback(img);
  3947. }
  3948. });
  3949.  
  3950. document.addEventListener(
  3951. "error",
  3952. function (event) {
  3953. var target = event.target;
  3954. if (target && target.tagName === "IMG") {
  3955. applyFallback(target);
  3956. }
  3957. },
  3958. true
  3959. );
  3960. })();
  3961. </script>
  3962.  
  3963. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3964.  
  3965.  
  3966.  
  3967. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c2e0d2b3512845139143ed29e4447fab","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3968. </body>
  3969.  
  3970. </html>
  3971.  
  3972.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda