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://newstechhub.uk.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T150918.808_IS1W8qi_RTL4yyU_1WqETeY.png">
  14.    
  15.  
  16.    <title>New Tech Hub UK: Latest Tech News, Reviews &amp; Innovations</title>
  17.    <meta name="description" content="Stay updated with cutting-edge technology trends, in-depth gadget reviews, and expert insights on UK tech innovations and global developments.">
  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://newstechhub.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7e57c2;
  42.        --bs-primary-rgb: 7e57c2;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f2e9ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7e57c2;
  53.        --theme-primary-color-s2: #7e57c2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f2e9ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 10px;
  83.        --link-color: #7e57c2;
  84.        --link-hover: #6b46a3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(126, 87, 194, 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_80">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390.  
  391. <div class="topbar d-sm-flex d-none">
  392.  <div class="container-fluid fluid-container">
  393.    <div class="row">
  394.      <div>
  395.        <div class="pt-2 d-flex  gap-2   pb-0">
  396.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  397.            <div class=" d-flex  ">
  398.              <sapn class="fw-bold ">
  399.                Latest
  400.              </sapn>
  401.            </div>
  402.            <div class="d-flex">
  403.              <sapn class="fw-bold ">
  404.                Update
  405.              </sapn>
  406.            </div>
  407.          </div>
  408.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  409.            <p class="text-center">
  410.              
  411.              <a href="/keeper-film-analysis-romance-goes-to-the-underworld-in-powerfully-eerie-horror/" class="px-5 top-color">
  412.                Keeper Film Analysis – Romance Goes to the Underworld in Powerfully Eerie Horror
  413.              </a>
  414.              
  415.              <a href="/the-fashion-icon-edward-enninful-on-todays-society-a-decline-in-tolerance-compared-to-the-nineties/" class="px-5 top-color">
  416.                The fashion icon Edward Enninful on Today&#x27;s Society: &#x27;A Decline in Tolerance&#x27; Compared to the Nineties.
  417.              </a>
  418.              
  419.              <a href="/high-young-death-rates-point-to-an-developing-situation-global-health-study-warns/" class="px-5 top-color">
  420.                High Young Death Rates Point to an Developing Situation’, Global Health Study Warns
  421.              </a>
  422.              
  423.              <a href="/pure-potential-or-a-pristine-problem-pantones-snowy-annual-hue-ignites-debate/" class="px-5 top-color">
  424.                Pure Potential or a Pristine Problem? Pantone&#x27;s Snowy Annual Hue Ignites Debate.
  425.              </a>
  426.              
  427.              <a href="/close-to-25000-lost-electricity-in-queensland-and-victoria-following-powerful-weather-systems/" class="px-5 top-color">
  428.                Close to 25,000 Lost Electricity in Queensland and Victoria Following Powerful Weather Systems
  429.              </a>
  430.              
  431.            </p>
  432.          </marquee>
  433.        </div>
  434.      </div>
  435.    </div>
  436.  </div>
  437. </div>
  438.  
  439.  
  440.  
  441.  
  442.            
  443.  
  444.  
  445.  
  446.  
  447.  
  448.  
  449. <header class="header-v2 mb-4">
  450.    <div class="main-header-v2">
  451.        <div class="container-fluid fluid-container">
  452.            <div class="row align-items-center">
  453.                <div class="col-lg-3 col-md-4 col-6">
  454.                   <div class="logo-area-v2">
  455.                        <a class="navbar-brand" href="/">
  456.                            
  457.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b7e1c361-3436-447a-8daf-03ebd542fb66_logo.png" alt="New Tech Hub UK">
  458.                            
  459.                        </a>
  460.                    </div>
  461.                </div>
  462.  
  463.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  464.                    <div class="search-area-v2">
  465.                        <form class="search-wrapper-v2" action="#" method="get">
  466.                            <input type="search" class="search-field-v2"
  467.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  468.                            <!-- <button type="submit" class="search-button-v2">
  469.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  470.                                    stroke-width="2">
  471.                                    <circle cx="11" cy="11" r="8"></circle>
  472.                                    <path d="m21 21-4.35-4.35"></path>
  473.                                </svg>
  474.                                <span>Search</span>
  475.                            </button> -->
  476.                            <!-- The search results will be displayed here -->
  477.                        </form>
  478.                        <div id="search-results1" class="search-results-container search-v1"></div>
  479.                    </div>
  480.                </div>
  481.            </div>
  482.  
  483.            <!-- Mobile Search -->
  484.            <div class="row d-md-none">
  485.                <div class="col-12">
  486.                    <div class="search-area-v2">
  487.                        <form class="search-wrapper-v2" action="#" method="get">
  488.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  489.                            <!-- <button type="submit" class="search-button-v2">
  490.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  491.                                    stroke-width="2">
  492.                                    <circle cx="11" cy="11" r="8"></circle>
  493.                                    <path d="m21 21-4.35-4.35"></path>
  494.                                </svg>
  495.                                <span>Search</span>
  496.                            </button> -->
  497.                        <!-- The search results will be displayed here -->
  498.                    </form>
  499.                    <div id="search-results12" class="search-results-container search-v1"></div>
  500.                    </div>
  501.                </div>
  502.            </div>
  503.        </div>
  504.    </div>
  505.  
  506.    <!-- Navigation Bar -->
  507.    <nav class="nav-bar-v2">
  508.        <div class="container-fluid fluid-container">
  509.            <div class="nav-container-v2 py-2">
  510.  
  511.                <!-- Mobile Menu Toggle -->
  512.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  513.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  514.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  515.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  516.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  517.                    </svg>
  518.                    Menu
  519.                </button>
  520.  
  521.                <!-- Navigation Menu -->
  522.                <ul class="nav-menu-v2" id="navMenu">
  523.  
  524.                    
  525.                    <li class="nav-item-v2">
  526.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  527.                    </li>
  528.  
  529.                    
  530.                    
  531.                     <li class="nav-item-v2">
  532.                        <a href="/category/all-posts/" class="nav-link-v2">
  533.                            All Posts
  534.                        </a>
  535.                        </li>
  536.  
  537.                        
  538.  
  539.                                
  540.                                
  541.                        
  542.                     <li class="nav-item-v2">
  543.                        <a href="/category/business/" class="nav-link-v2">
  544.                            Business
  545.                        </a>
  546.                        </li>
  547.  
  548.                        
  549.  
  550.                                
  551.                                
  552.                        
  553.                     <li class="nav-item-v2">
  554.                        <a href="/category/esports/" class="nav-link-v2">
  555.                            Esports
  556.                        </a>
  557.                        </li>
  558.  
  559.                        
  560.  
  561.                                
  562.                                
  563.                        
  564.                     <li class="nav-item-v2">
  565.                        <a href="/category/fashion/" class="nav-link-v2">
  566.                            Fashion
  567.                        </a>
  568.                        </li>
  569.  
  570.                        
  571.  
  572.                                
  573.                                
  574.                        
  575.                     <li class="nav-item-v2">
  576.                        <a href="/category/featured/" class="nav-link-v2">
  577.                            Featured
  578.                        </a>
  579.                        </li>
  580.  
  581.                        
  582.  
  583.                                
  584.                                
  585.                        
  586.                    
  587.                        
  588.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  589.                            <a href="#" class="nav-link-v2">
  590.                                More
  591.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  592.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  593.                                    <path d="m6 9 6 6 6-6"></path>
  594.                                </svg>
  595.                            </a>
  596.                            <div class="dropdown-v2">
  597.                                <a href="/category/gaming/" class="dropdown-link-v2">
  598.                                    Gaming
  599.                                </a>
  600.                                
  601.  
  602.                                
  603.                                
  604.                        
  605.                    
  606.                                <a href="/category/health/" class="dropdown-link-v2">
  607.                                    Health
  608.                                </a>
  609.                                
  610.  
  611.                                
  612.                                
  613.                        
  614.                    
  615.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  616.                                    Life &amp; Fitness
  617.                                </a>
  618.                                
  619.  
  620.                                
  621.                                
  622.                        
  623.                    
  624.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  625.                                    Lifestyle
  626.                                </a>
  627.                                
  628.  
  629.                                
  630.                                
  631.                        
  632.                    
  633.                                <a href="/category/news/" class="dropdown-link-v2">
  634.                                    News
  635.                                </a>
  636.                                
  637.  
  638.                                
  639.                                
  640.                        
  641.                    
  642.                                <a href="/category/others/" class="dropdown-link-v2">
  643.                                    Others
  644.                                </a>
  645.                                
  646.  
  647.                                
  648.                                
  649.                        
  650.                    
  651.                                <a href="/category/politics/" class="dropdown-link-v2">
  652.                                    Politics
  653.                                </a>
  654.                                
  655.  
  656.                                
  657.                                
  658.                        
  659.                    
  660.                                <a href="/category/sports/" class="dropdown-link-v2">
  661.                                    Sports
  662.                                </a>
  663.                                
  664.  
  665.                                
  666.                                
  667.                        
  668.                    
  669.                                <a href="/category/tech/" class="dropdown-link-v2">
  670.                                    Tech
  671.                                </a>
  672.                                
  673.  
  674.                                
  675.                                
  676.                        
  677.                    
  678.                                <a href="/category/travel/" class="dropdown-link-v2">
  679.                                    Travel
  680.                                </a>
  681.                                
  682.  
  683.                                
  684.                                
  685.                            </div>
  686.                        </li>
  687.                        
  688.                        
  689. <li>
  690.                  <a href="/page/contact-us/">
  691.                     Contact Us
  692.                  </a>
  693.              </li>
  694.                </ul>
  695.  
  696.            </div>
  697.        </div>
  698.    </nav>
  699. </header>
  700.  
  701. <script>
  702.    function toggleMobileMenu() {
  703.        const navMenu = document.getElementById('navMenu');
  704.        navMenu.classList.toggle('show');
  705.    }
  706.  
  707.    function toggleDropdown(element, event) {
  708.        // Only handle dropdown toggle on mobile
  709.        if (window.innerWidth < 992) {
  710.            event.preventDefault();
  711.            element.classList.toggle('dropdown-open');
  712.        }
  713.    }
  714.  
  715.    // Close mobile menu when clicking outside
  716.    document.addEventListener('click', function (event) {
  717.        const navMenu = document.getElementById('navMenu');
  718.        const mobileToggle = document.querySelector('.mobile-toggle');
  719.  
  720.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  721.            navMenu.classList.remove('show');
  722.        }
  723.    });
  724.  
  725.    // Handle window resize
  726.    window.addEventListener('resize', function () {
  727.        const navMenu = document.getElementById('navMenu');
  728.        if (window.innerWidth >= 992) {
  729.            navMenu.classList.remove('show');
  730.            // Remove all dropdown-open classes
  731.            document.querySelectorAll('.dropdown-open').forEach(item => {
  732.                item.classList.remove('dropdown-open');
  733.            });
  734.        }
  735.    });
  736. </script>
  737.  
  738. <script>
  739.  document.addEventListener("DOMContentLoaded", function () {
  740.    console.log("loaded");
  741.  
  742.    //const searchInput = document.getElementById("search-input1");
  743.     const searchInput = window.innerWidth <= 991
  744.      ? document.getElementById("search-input")
  745.      : document.getElementById("search-input1");
  746.    const searchResults = window.innerWidth <= 991
  747.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  748.  
  749.    if (!searchInput || !searchResults) {
  750.      console.error("Search input/results not found");
  751.      return;
  752.    }
  753.  
  754.    // Prevent form submission
  755.    if (searchInput.form) {
  756.      searchInput.form.addEventListener("submit", function (e) {
  757.        e.preventDefault();
  758.      });
  759.    }
  760.  
  761.    // Add event listener for keyup
  762.    searchInput.addEventListener("keyup", function (e) {
  763.      console.log("Key pressed:", e.key);
  764.      e.preventDefault();
  765.  
  766.      const query = searchInput.value.trim();
  767.      console.log("User is typing: " + query);
  768.  
  769.      // If empty → clear and hide
  770.      if (query === "") {
  771.        searchResults.innerHTML = "";
  772.        searchResults.style.display = "none";
  773.        return;
  774.      }
  775.  
  776.      // Show results
  777.      searchResults.style.display = "block";
  778.  
  779.      // Fetch search results
  780.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  781.        method: "GET",
  782.        headers: { "X-Requested-With": "XMLHttpRequest" },
  783.      })
  784.        .then(response => {
  785.          console.log("Response Status:", response.status);
  786.          return response.json();
  787.        })
  788.        .then(data => {
  789.          console.log("Data received:", data);
  790.          if (data.html) {
  791.            searchResults.innerHTML = data.html;
  792.          } else {
  793.            searchResults.innerHTML = "<p>No results found.</p>";
  794.          }
  795.        })
  796.        .catch(error => {
  797.          console.error("Error fetching search results:", error);
  798.        });
  799.    });
  800.  
  801.    // Close results when clicking outside
  802.    document.addEventListener("click", function (e) {
  803.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  804.        searchResults.style.display = "none";
  805.      }
  806.    });
  807.  
  808.    // Close results on ESC key
  809.    document.addEventListener("keydown", function (e) {
  810.      if (e.key === "Escape") {
  811.        searchResults.style.display = "none";
  812.      }
  813.    });
  814.  });
  815. </script>
  816.  
  817. <style>
  818.        /* search field */
  819.  .search-results-container {
  820.  position: absolute;
  821.  top: 100%; /* Position it below the input field */
  822.  left: 10px;
  823.  right: 10px;
  824.  background-color: white;
  825.  border: 1px solid #ddd;
  826.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  827.  max-height: 300px;
  828.  overflow-y: auto;
  829.  z-index: 1000;
  830.  display: none; /* Initially hidden */
  831. }
  832.  
  833. .search-results-container p {
  834.  margin: 0;
  835. }
  836.  
  837. .search-results-container .result-item {
  838.  padding: 10px;
  839.  cursor: pointer;
  840. }
  841.  
  842. .search-results-container .result-item:hover {
  843.  background-color: #f0f0f0;
  844. }
  845. </style>
  846.  
  847.        </header>
  848.        <!-- end of header -->
  849.        <!-- start of wpo-blog-hero -->
  850.        
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858. <style>
  859. .blog-hero-section {
  860.    padding: 3rem 0;
  861. }
  862.  
  863.  
  864. .hero-grid {
  865.    display: grid;
  866.    grid-template-columns: 2fr 1fr 1fr;
  867.    grid-template-rows: 1fr 1fr;
  868.    gap: 1.5rem;
  869.    height: 500px;
  870. }
  871.  
  872. .hero-card {
  873.    background: var(--card-bg);
  874.    border-radius: 12px;
  875.    overflow: hidden;
  876.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  877.    transition: all 0.3s ease;
  878.    position: relative;
  879. }
  880.  
  881. .hero-card:hover {
  882.    transform: translateY(-8px);
  883.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  884. }
  885.  
  886. .main-hero {
  887.    grid-row: 1 / -1;
  888.    grid-column: 1;
  889. }
  890.  
  891. .card-image {
  892.    width: 100%;
  893.    height: 60%;
  894.    object-fit: cover;
  895.    transition: transform 0.3s ease;
  896. }
  897.  
  898. .main-hero .card-image {
  899.    height: 65%;
  900. }
  901.  
  902. .hero-card:hover .card-image {
  903.    transform: scale(1.05);
  904. }
  905.  
  906. .card-content {
  907.    padding: 1.5rem;
  908.    height: 40%;
  909.    display: flex;
  910.    flex-direction: column;
  911.    justify-content: space-between;
  912. }
  913.  
  914. .main-hero .card-content {
  915.    height: 35%;
  916. }
  917.  
  918. .category-badge {
  919.    display: inline-block;
  920.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  921.    color: white;
  922.    padding: 0.4rem 1rem;
  923.    border-radius: 20px;
  924.    font-size: 0.8rem;
  925.    font-weight: 600;
  926.    text-transform: uppercase;
  927.    letter-spacing: 0.5px;
  928.    margin-bottom: 0.8rem;
  929.    width: fit-content;
  930. }
  931.  
  932. .card-title {
  933.    font-size: 1.1rem;
  934.    font-weight: 700;
  935.    line-height: 1.4;
  936.    margin-bottom: 0.5rem;
  937. }
  938.  
  939. .main-hero .card-title {
  940.    font-size: 1.6rem;
  941.    line-height: 1.3;
  942.    margin-bottom: 0.8rem;
  943. }
  944.  
  945. .card-title a {
  946.    color: var(--top-color);
  947.    text-decoration: none;
  948.    transition: color 0.3s ease;
  949. }
  950.  
  951.  
  952. .card-description {
  953.    color: var(--top-color);
  954.    line-height: 1.6;
  955.    margin-bottom: 1rem;
  956.    display: -webkit-box;
  957.    -webkit-line-clamp: 2;
  958.    -webkit-box-orient: vertical;
  959.    overflow: hidden;
  960. }
  961.  
  962. .main-hero .card-description {
  963.    -webkit-line-clamp: 3;
  964. }
  965.  
  966. .card-meta {
  967.    display: flex;
  968.    align-items: center;
  969.    justify-content: space-between;
  970.    margin-top: auto;
  971. }
  972.  
  973. .author-section {
  974.    display: flex;
  975.    align-items: center;
  976.    gap: 0.8rem;
  977. }
  978.  
  979. .author-avatar {
  980.    width: 35px;
  981.    height: 35px;
  982.    border-radius: 50%;
  983.    object-fit: cover;
  984.    border: 2px solid #f8f9fa;
  985. }
  986.  
  987. .author-name {
  988.    color: #667eea;
  989.    text-decoration: none;
  990.    font-weight: 600;
  991.    font-size: 0.9rem;
  992. }
  993.  
  994. .author-name:hover {
  995.    text-decoration: underline;
  996. }
  997.  
  998. .publish-date {
  999.    color: #95a5a6;
  1000.    font-size: 0.85rem;
  1001.    font-weight: 500;
  1002. }
  1003.  
  1004. .side-card-1 {
  1005.    grid-column: 2;
  1006.    grid-row: 1;
  1007. }
  1008.  
  1009. .side-card-2 {
  1010.    grid-column: 3;
  1011.    grid-row: 1;
  1012. }
  1013.  
  1014. .side-card-3 {
  1015.    grid-column: 2 / 4;
  1016.    grid-row: 2;
  1017. }
  1018.  
  1019. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1020. @media (min-width: 992px) {
  1021.    
  1022.    .main-hero .card-image,
  1023.    .side-card-1 .card-image,
  1024.    .side-card-2 .card-image {
  1025.        height: 100%;
  1026.    }
  1027.    
  1028.    .main-hero .card-content,
  1029.    .side-card-1 .card-content,
  1030.    .side-card-2 .card-content {
  1031.        position: absolute;
  1032.        bottom: 0;
  1033.        left: 0;
  1034.        right: 0;
  1035.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1036.        color: white;
  1037.        padding: 2rem 1.5rem 1.5rem;
  1038.        height: auto;
  1039.    }
  1040.    
  1041.    .main-hero .card-content {
  1042.        padding: 3rem 2rem 2rem;
  1043.    }
  1044.    
  1045.    .main-hero .category-badge,
  1046.    .side-card-1 .category-badge,
  1047.    .side-card-2 .category-badge {
  1048.      
  1049.        margin-bottom: 0.8rem;
  1050.    }
  1051.    
  1052.    .main-hero .card-title a,
  1053.    .side-card-1 .card-title a,
  1054.    .side-card-2 .card-title a {
  1055.        color: white;
  1056.    }
  1057.    
  1058.    .main-hero .card-description {
  1059.        color: #f8f9fa;
  1060.    }
  1061.    
  1062.    .main-hero .author-name,
  1063.    .side-card-1 .author-name,
  1064.    .side-card-2 .author-name {
  1065.        color: #f8f9fa;
  1066.    }
  1067.    
  1068.    .main-hero .publish-date,
  1069.    .side-card-1 .publish-date,
  1070.    .side-card-2 .publish-date {
  1071.        color: #e9ecef;
  1072.    }
  1073. }
  1074.  
  1075. .side-card-3 {
  1076.    display: flex;
  1077.    flex-direction: row;
  1078. }
  1079.  
  1080. .side-card-3 .card-image {
  1081.    width: 40%;
  1082.    height: 100%;
  1083. }
  1084.  
  1085. .side-card-3 .card-content {
  1086.    width: 60%;
  1087.    height: 100%;
  1088.    padding: 1.5rem;
  1089. }
  1090.  
  1091. /* Mobile Responsive */
  1092. @media (max-width: 992px) {
  1093.    .hero-grid {
  1094.        grid-template-columns: 1fr;
  1095.        grid-template-rows: auto;
  1096.        height: auto;
  1097.        gap: 1rem;
  1098.    }
  1099.    
  1100.    .main-hero {
  1101.        grid-row: 1;
  1102.        grid-column: 1;
  1103.    }
  1104.    
  1105.    .side-card-1, .side-card-2, .side-card-3 {
  1106.        grid-column: 1;
  1107.        grid-row: auto;
  1108.    }
  1109.    
  1110.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1111.    .main-hero .card-content,
  1112.    .side-card-1 .card-content,
  1113.    .side-card-2 .card-content {
  1114.        position: relative;
  1115.        background: var(--card-bg);
  1116.        color: inherit;
  1117.        padding: 1.5rem;
  1118.        height: auto;
  1119.    }
  1120.    
  1121.    .main-hero .card-image,
  1122.    .side-card-1 .card-image,
  1123.    .side-card-2 .card-image {
  1124.        height: 200px;
  1125.    }
  1126.    
  1127.    .main-hero .card-image {
  1128.        height: 250px;
  1129.    }
  1130.    
  1131.    .main-hero .category-badge,
  1132.    .side-card-1 .category-badge,
  1133.    .side-card-2 .category-badge {
  1134.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1135.        color: white;
  1136.    }
  1137.    
  1138.    .main-hero .card-title a,
  1139.    .side-card-1 .card-title a,
  1140.    .side-card-2 .card-title a {
  1141.        color: var(--top-color);
  1142.    }
  1143.    
  1144.    .main-hero .card-description {
  1145.        color: #7f8c8d;
  1146.    }
  1147.    
  1148.    .main-hero .author-name,
  1149.    .side-card-1 .author-name,
  1150.    .side-card-2 .author-name {
  1151.        color: #667eea;
  1152.    }
  1153.    
  1154.    .main-hero .publish-date,
  1155.    .side-card-1 .publish-date,
  1156.    .side-card-2 .publish-date {
  1157.        color: #95a5a6;
  1158.    }
  1159.    
  1160.    .side-card-3 {
  1161.        flex-direction: column;
  1162.    }
  1163.    
  1164.    .side-card-3 .card-image {
  1165.        width: 100%;
  1166.        height: 200px;
  1167.    }
  1168.    
  1169.    .side-card-3 .card-content {
  1170.        width: 100%;
  1171.        height: auto;
  1172.    }
  1173.    
  1174.    .card-image {
  1175.        height: 200px;
  1176.    }
  1177.    
  1178.    .main-hero .card-image {
  1179.        height: 250px;
  1180.    }
  1181.    
  1182.    .main-hero .card-content {
  1183.        height: auto;
  1184.    }
  1185. }
  1186. </style>
  1187.  
  1188. <div class="blog-hero-section">
  1189.    <div class="container-fluid fluid-container">
  1190.        <div class="hero-grid">
  1191.            <!-- Main Featured Post -->
  1192.            
  1193.                              
  1194.                    <article class="hero-card main-hero">
  1195.                        
  1196.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Hendy Scores Three as Eight-Try Saints Rout Bulls" class="card-image">
  1197.                        
  1198.                        
  1199.                        <div class="card-content">
  1200.                            <div>
  1201.                                <span class="category-badge">News</span>
  1202.                                <h2 class="card-title">
  1203.                                    <a href="/hendy-scores-three-as-eight-try-saints-rout-bulls/">
  1204.                                        Hendy Scores Three as Eight-Try Saints Rout Bulls
  1205.                                    </a>
  1206.                                </h2>
  1207.                                <p class="card-description"></p>
  1208.                            </div>
  1209.                            
  1210.                            <div class="card-meta">
  1211.                                <div class="author-section">
  1212.                                    
  1213.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jack Willis" class="author-avatar">
  1214.                                    
  1215.                                    <a href="#" class="author-name">Jack Willis</a>
  1216.                                </div>
  1217.                                <span class="publish-date">Aug 07, 2026</span>
  1218.                            </div>
  1219.                        </div>
  1220.                    </article>
  1221.                
  1222.            
  1223.  
  1224.            <!-- Side Cards -->
  1225.            
  1226.                <article class="hero-card side-card-1">
  1227.                    
  1228.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Conflict-ravaged Myanmar Goes to the Polls in Widely Criticised &#x27;Sham&#x27; Election." class="card-image">
  1229.                    
  1230.                    
  1231.                    <div class="card-content">
  1232.                        <div>
  1233.                            <span class="category-badge">News</span>
  1234.                            <h3 class="card-title">
  1235.                                <a href="/conflict-ravaged-myanmar-goes-to-the-polls-in-widely-criticised-sham-election/">
  1236.                                    Conflict-ravaged Myanmar Goes to the Polls in Widely Criticised &#x27;Sham&#x27; Election.
  1237.                                </a>
  1238.                            </h3>
  1239.                            <p class="card-description"></p>
  1240.                        </div>
  1241.                        
  1242.                        <div class="card-meta">
  1243.                            <div class="author-section">
  1244.                                <a href="#" class="author-name">Jack Willis</a>
  1245.                            </div>
  1246.                            <span class="publish-date">Aug 07</span>
  1247.                        </div>
  1248.                    </div>
  1249.                </article>
  1250.            
  1251.                <article class="hero-card side-card-2">
  1252.                    
  1253.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="President States He Will ‘Follow the Agreement’ to Finish Funding Crisis" class="card-image">
  1254.                    
  1255.                    
  1256.                    <div class="card-content">
  1257.                        <div>
  1258.                            <span class="category-badge">News</span>
  1259.                            <h3 class="card-title">
  1260.                                <a href="/president-states-he-will-follow-the-agreement-to-finish-funding-crisis/">
  1261.                                    President States He Will ‘Follow the Agreement’ to Finish Funding Crisis
  1262.                                </a>
  1263.                            </h3>
  1264.                            <p class="card-description"></p>
  1265.                        </div>
  1266.                        
  1267.                        <div class="card-meta">
  1268.                            <div class="author-section">
  1269.                                <a href="#" class="author-name">Jack Willis</a>
  1270.                            </div>
  1271.                            <span class="publish-date">Aug 07</span>
  1272.                        </div>
  1273.                    </div>
  1274.                </article>
  1275.            
  1276.                <article class="hero-card side-card-3">
  1277.                    
  1278.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="What&#x27;s Next for the Heavyweight Division After Wardley&#x27;s Big Win?" class="card-image">
  1279.                    
  1280.                    
  1281.                    <div class="card-content">
  1282.                        <div>
  1283.                            <span class="category-badge">News</span>
  1284.                            <h3 class="card-title">
  1285.                                <a href="/whats-next-for-the-heavyweight-division-after-wardleys-big-win/">
  1286.                                    What&#x27;s Next for the Heavyweight Division After Wardley&#x27;s Big Win?
  1287.                                </a>
  1288.                            </h3>
  1289.                            <p class="card-description"></p>
  1290.                        </div>
  1291.                        
  1292.                        <div class="card-meta">
  1293.                            <div class="author-section">
  1294.                                <a href="#" class="author-name">Jack Willis</a>
  1295.                            </div>
  1296.                            <span class="publish-date">Aug 07</span>
  1297.                        </div>
  1298.                    </div>
  1299.                </article>
  1300.            
  1301.        </div>
  1302.    </div>
  1303. </div>
  1304.  
  1305.  
  1306.  
  1307.  
  1308.        <!-- end of wpo-blog-hero -->
  1309.  
  1310.        <!-- start of wpo-breacking-news -->
  1311.        
  1312.        <!-- end of wpo-breacking-news -->
  1313.        
  1314.        <!-- start wpo-blog-highlights-section -->
  1315.        
  1316.  
  1317.  
  1318.  
  1319.    
  1320.  
  1321.  
  1322.  
  1323. <style>
  1324.    .blog-highlights-v3 {
  1325.        padding: 0px 0;
  1326.    }
  1327.    
  1328.    .blog-card-v3 {
  1329.        border: 1px solid #e9ecef;
  1330.        border-radius: 8px;
  1331.        overflow: hidden;
  1332.        transition: all 0.3s ease;
  1333.        background: white;
  1334.        height: 100%;
  1335.    }
  1336.    
  1337.    .blog-card-v3:hover {
  1338.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1339.    }
  1340.    
  1341.    .blog-image-v3 {
  1342.        position: relative;
  1343.        overflow: hidden;
  1344.        height: 200px;
  1345.    }
  1346.    
  1347.    .blog-image-v3 img {
  1348.        width: 100%;
  1349.        height: 100%;
  1350.        object-fit: cover;
  1351.        transition: opacity 0.3s ease;
  1352.    }
  1353.    
  1354.    .blog-card-v3:hover .blog-image-v3 img {
  1355.        opacity: 0.9;
  1356.    }
  1357.    
  1358.    .blog-category-v3 {
  1359.        position: absolute;
  1360.        top: 12px;
  1361.        right: 12px;
  1362.        padding: 4px 12px;
  1363.        border-radius: 4px;
  1364.        font-size: 11px;
  1365.        font-weight: 600;
  1366.        text-transform: uppercase;
  1367.        letter-spacing: 0.8px;
  1368.    }
  1369.    
  1370.    .blog-content-v3 {
  1371.        padding: 20px;
  1372.    }
  1373.    
  1374.    .blog-title-v3 {
  1375.        font-size: 16px;
  1376.        font-weight: 600;
  1377.        line-height: 1.5;
  1378.        margin-bottom: 12px;
  1379.        min-height: 48px;
  1380.    }
  1381.    
  1382.    .blog-title-v3 a {
  1383.        text-decoration: none;
  1384.        transition: color 0.2s ease;
  1385.    }
  1386.    
  1387.    .blog-meta-v3 {
  1388.        display: flex;
  1389.        align-items: center;
  1390.        gap: 8px;
  1391.        margin-bottom: 10px;
  1392.        font-size: 12px;
  1393.        border-bottom: 1px solid #f1f3f4;
  1394.        padding-bottom: 10px;
  1395.    }
  1396.    
  1397.    .blog-author-img-v3 {
  1398.        width: 24px;
  1399.        height: 24px;
  1400.        border-radius: 50%;
  1401.        object-fit: cover;
  1402.    }
  1403.    
  1404.    .blog-excerpt-v3 {
  1405.        font-size: 13px;
  1406.        line-height: 1.5;
  1407.        opacity: 0.7;
  1408.        display: -webkit-box;
  1409.        -webkit-line-clamp: 2;
  1410.        -webkit-box-orient: vertical;
  1411.        overflow: hidden;
  1412.    }
  1413.    
  1414.    .section-title-v3 {
  1415.        font-size: 2.8rem;
  1416.        font-weight: 700;
  1417.        text-align: center;
  1418.        margin-bottom: 20px;
  1419.    }
  1420.    
  1421.    .section-subtitle-v3 {
  1422.        text-align: center;
  1423.        font-size: 1rem;
  1424.        opacity: 0.7;
  1425.        margin-bottom: 60px;
  1426.    }
  1427.  
  1428.    @media (max-width: 768px) {
  1429.        .section-title-v3 {
  1430.            font-size: 2.2rem;
  1431.        }
  1432.        .blog-highlights-v3 {
  1433.            padding: 0px 0;
  1434.        }
  1435.        .blog-content-v3 {
  1436.            padding: 16px;
  1437.        }
  1438.    }
  1439. </style>
  1440.  
  1441. <section class="blog-highlights-v3">
  1442.    <div class="container-fluid fluid-container">
  1443.        <div class="row">
  1444.            <div class="col-12">
  1445.                <h2 class="section-title-v3 top-color">
  1446.                Today's Top Highlights
  1447.                   </h2>
  1448.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1449.            </div>
  1450.        </div>
  1451.        
  1452.        <div class="row">
  1453.            <div class="col-lg-8 col-12">
  1454.                <div class="row g-3">
  1455.                    
  1456.                    <div class="col-lg-6 col-md-6 col-12">
  1457.                        <div class="card blog-card-v3">
  1458.                            <div class="blog-image-v3">
  1459.                                
  1460.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1461.                                
  1462.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1463.                            </div>
  1464.                            <div class="blog-content-v3">
  1465.                                <h3 class="blog-title-v3">
  1466.                                    <a href="/greetings-international-magnates-and-firms-kindly-come-and-take-legal-action-against-the-uk-for-billions/" class="top-color">
  1467.                                    Greetings, International Magnates and Firms! Kindly Come and Take Legal Action Against the UK for Billions.
  1468.                                    </a>
  1469.                                </h3>
  1470.                                <div class="blog-meta-v3">
  1471.                                    
  1472.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1473.                                    
  1474.                                    
  1475.                                    <span class="top-color">By Jack Willis</span>
  1476.                                    <span class="top-color">•</span>
  1477.                                    <span class="top-color">06 Aug 2026</span>
  1478.                                </div>
  1479.                                <p class="blog-excerpt-v3 top-color"></p>
  1480.                            </div>
  1481.                        </div>
  1482.                    </div>
  1483.                    
  1484.                    <div class="col-lg-6 col-md-6 col-12">
  1485.                        <div class="card blog-card-v3">
  1486.                            <div class="blog-image-v3">
  1487.                                
  1488.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1489.                                
  1490.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1491.                            </div>
  1492.                            <div class="blog-content-v3">
  1493.                                <h3 class="blog-title-v3">
  1494.                                    <a href="/cruise-terminated-after-fatal-incident-of-elderly-lady-stranded-on-island/" class="top-color">
  1495.                                    Cruise Terminated After Fatal Incident of Elderly Lady Stranded on Island
  1496.                                    </a>
  1497.                                </h3>
  1498.                                <div class="blog-meta-v3">
  1499.                                    
  1500.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1501.                                    
  1502.                                    
  1503.                                    <span class="top-color">By Jack Willis</span>
  1504.                                    <span class="top-color">•</span>
  1505.                                    <span class="top-color">06 Aug 2026</span>
  1506.                                </div>
  1507.                                <p class="blog-excerpt-v3 top-color"></p>
  1508.                            </div>
  1509.                        </div>
  1510.                    </div>
  1511.                    
  1512.                    <div class="col-lg-6 col-md-6 col-12">
  1513.                        <div class="card blog-card-v3">
  1514.                            <div class="blog-image-v3">
  1515.                                
  1516.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1517.                                
  1518.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1519.                            </div>
  1520.                            <div class="blog-content-v3">
  1521.                                <h3 class="blog-title-v3">
  1522.                                    <a href="/struggling-new-zealand-animal-sanctuary-puts-down-two-lions-fate-of-remaining-five-unclear/" class="top-color">
  1523.                                    Struggling New Zealand Animal Sanctuary Puts Down Two Lions, Fate of Remaining Five Unclear
  1524.                                    </a>
  1525.                                </h3>
  1526.                                <div class="blog-meta-v3">
  1527.                                    
  1528.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1529.                                    
  1530.                                    
  1531.                                    <span class="top-color">By Jack Willis</span>
  1532.                                    <span class="top-color">•</span>
  1533.                                    <span class="top-color">06 Aug 2026</span>
  1534.                                </div>
  1535.                                <p class="blog-excerpt-v3 top-color"></p>
  1536.                            </div>
  1537.                        </div>
  1538.                    </div>
  1539.                    
  1540.                    <div class="col-lg-6 col-md-6 col-12">
  1541.                        <div class="card blog-card-v3">
  1542.                            <div class="blog-image-v3">
  1543.                                
  1544.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1545.                                
  1546.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1547.                            </div>
  1548.                            <div class="blog-content-v3">
  1549.                                <h3 class="blog-title-v3">
  1550.                                    <a href="/amorims-fatal-error-taking-on-the-executives-and-an-infallible-executive-class/" class="top-color">
  1551.                                    Amorim&#x27;s Fatal Error? Taking On The Executives and an Infallible Executive Class
  1552.                                    </a>
  1553.                                </h3>
  1554.                                <div class="blog-meta-v3">
  1555.                                    
  1556.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1557.                                    
  1558.                                    
  1559.                                    <span class="top-color">By Jack Willis</span>
  1560.                                    <span class="top-color">•</span>
  1561.                                    <span class="top-color">06 Aug 2026</span>
  1562.                                </div>
  1563.                                <p class="blog-excerpt-v3 top-color"></p>
  1564.                            </div>
  1565.                        </div>
  1566.                    </div>
  1567.                    
  1568.                    <div class="col-lg-6 col-md-6 col-12">
  1569.                        <div class="card blog-card-v3">
  1570.                            <div class="blog-image-v3">
  1571.                                
  1572.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1573.                                
  1574.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1575.                            </div>
  1576.                            <div class="blog-content-v3">
  1577.                                <h3 class="blog-title-v3">
  1578.                                    <a href="/hearts-extend-eight-points-clear-ahead-at-the-pinnacle-after-shanklands-spot-kick-overcomes-the-glasgow-giants/" class="top-color">
  1579.                                    Hearts Extend Eight Points Clear Ahead at the Pinnacle After Shankland&#x27;s Spot-Kick Overcomes The Glasgow Giants
  1580.                                    </a>
  1581.                                </h3>
  1582.                                <div class="blog-meta-v3">
  1583.                                    
  1584.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1585.                                    
  1586.                                    
  1587.                                    <span class="top-color">By Jack Willis</span>
  1588.                                    <span class="top-color">•</span>
  1589.                                    <span class="top-color">06 Aug 2026</span>
  1590.                                </div>
  1591.                                <p class="blog-excerpt-v3 top-color"></p>
  1592.                            </div>
  1593.                        </div>
  1594.                    </div>
  1595.                    
  1596.                    <div class="col-lg-6 col-md-6 col-12">
  1597.                        <div class="card blog-card-v3">
  1598.                            <div class="blog-image-v3">
  1599.                                
  1600.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1601.                                
  1602.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1603.                            </div>
  1604.                            <div class="blog-content-v3">
  1605.                                <h3 class="blog-title-v3">
  1606.                                    <a href="/christmas-can-be-a-living-hell-for-individuals-living-with-sound-sensitivity/" class="top-color">
  1607.                                    Christmas Can Be a Living Hell for Individuals Living with Sound Sensitivity.
  1608.                                    </a>
  1609.                                </h3>
  1610.                                <div class="blog-meta-v3">
  1611.                                    
  1612.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1613.                                    
  1614.                                    
  1615.                                    <span class="top-color">By Jack Willis</span>
  1616.                                    <span class="top-color">•</span>
  1617.                                    <span class="top-color">06 Aug 2026</span>
  1618.                                </div>
  1619.                                <p class="blog-excerpt-v3 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-v3">
  1626.                            <div class="blog-image-v3">
  1627.                                
  1628.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1629.                                
  1630.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1631.                            </div>
  1632.                            <div class="blog-content-v3">
  1633.                                <h3 class="blog-title-v3">
  1634.                                    <a href="/iran-states-it-might-rejoin-us-atomic-negotiations-if-handled-with-dignity-and-respect/" class="top-color">
  1635.                                    Iran States It Might Rejoin US Atomic Negotiations if Handled with &#x27;Dignity&#x27; and &#x27;Respect&#x27;
  1636.                                    </a>
  1637.                                </h3>
  1638.                                <div class="blog-meta-v3">
  1639.                                    
  1640.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1641.                                    
  1642.                                    
  1643.                                    <span class="top-color">By Jack Willis</span>
  1644.                                    <span class="top-color">•</span>
  1645.                                    <span class="top-color">06 Aug 2026</span>
  1646.                                </div>
  1647.                                <p class="blog-excerpt-v3 top-color"></p>
  1648.                            </div>
  1649.                        </div>
  1650.                    </div>
  1651.                    
  1652.                    <div class="col-lg-6 col-md-6 col-12">
  1653.                        <div class="card blog-card-v3">
  1654.                            <div class="blog-image-v3">
  1655.                                
  1656.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1657.                                
  1658.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1659.                            </div>
  1660.                            <div class="blog-content-v3">
  1661.                                <h3 class="blog-title-v3">
  1662.                                    <a href="/victor-conte-key-figure-in-infamous-sports-doping-scandal-succumbs-at-age-75/" class="top-color">
  1663.                                    Victor Conte, Key Figure in Infamous Sports Doping Scandal, Succumbs at Age 75.
  1664.                                    </a>
  1665.                                </h3>
  1666.                                <div class="blog-meta-v3">
  1667.                                    
  1668.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1669.                                    
  1670.                                    
  1671.                                    <span class="top-color">By Jack Willis</span>
  1672.                                    <span class="top-color">•</span>
  1673.                                    <span class="top-color">05 Aug 2026</span>
  1674.                                </div>
  1675.                                <p class="blog-excerpt-v3 top-color"></p>
  1676.                            </div>
  1677.                        </div>
  1678.                    </div>
  1679.                    
  1680.                    <div class="col-lg-6 col-md-6 col-12">
  1681.                        <div class="card blog-card-v3">
  1682.                            <div class="blog-image-v3">
  1683.                                
  1684.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1685.                                
  1686.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1687.                            </div>
  1688.                            <div class="blog-content-v3">
  1689.                                <h3 class="blog-title-v3">
  1690.                                    <a href="/us-issues-warning-of-more-nigeria-strikes-as-nigerias-capital-speaks-of-joint-ongoing-operations/" class="top-color">
  1691.                                    US Issues Warning of More Nigeria Strikes as Nigeria&#x27;s Capital Speaks of &#x27;Joint Ongoing Operations&#x27;.
  1692.                                    </a>
  1693.                                </h3>
  1694.                                <div class="blog-meta-v3">
  1695.                                    
  1696.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1697.                                    
  1698.                                    
  1699.                                    <span class="top-color">By Jack Willis</span>
  1700.                                    <span class="top-color">•</span>
  1701.                                    <span class="top-color">05 Aug 2026</span>
  1702.                                </div>
  1703.                                <p class="blog-excerpt-v3 top-color"></p>
  1704.                            </div>
  1705.                        </div>
  1706.                    </div>
  1707.                    
  1708.                    <div class="col-lg-6 col-md-6 col-12">
  1709.                        <div class="card blog-card-v3">
  1710.                            <div class="blog-image-v3">
  1711.                                
  1712.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1713.                                
  1714.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1715.                            </div>
  1716.                            <div class="blog-content-v3">
  1717.                                <h3 class="blog-title-v3">
  1718.                                    <a href="/the-mclaren-driver-reveals-satisfaction-in-claiming-first-f1-title-on-his-own-terms/" class="top-color">
  1719.                                    The McLaren driver Reveals Satisfaction in Claiming First F1 Title On His Own Terms.
  1720.                                    </a>
  1721.                                </h3>
  1722.                                <div class="blog-meta-v3">
  1723.                                    
  1724.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1725.                                    
  1726.                                    
  1727.                                    <span class="top-color">By Jack Willis</span>
  1728.                                    <span class="top-color">•</span>
  1729.                                    <span class="top-color">05 Aug 2026</span>
  1730.                                </div>
  1731.                                <p class="blog-excerpt-v3 top-color"></p>
  1732.                            </div>
  1733.                        </div>
  1734.                    </div>
  1735.                    
  1736.                    <div class="col-lg-6 col-md-6 col-12">
  1737.                        <div class="card blog-card-v3">
  1738.                            <div class="blog-image-v3">
  1739.                                
  1740.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1741.                                
  1742.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1743.                            </div>
  1744.                            <div class="blog-content-v3">
  1745.                                <h3 class="blog-title-v3">
  1746.                                    <a href="/manchester-city-alleged-of-rule-bending-in-narrow-win-over-leeds-united-daniel-farke/" class="top-color">
  1747.                                    Manchester City Alleged of Rule-Bending in Narrow Win Over Leeds United - Daniel Farke
  1748.                                    </a>
  1749.                                </h3>
  1750.                                <div class="blog-meta-v3">
  1751.                                    
  1752.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1753.                                    
  1754.                                    
  1755.                                    <span class="top-color">By Jack Willis</span>
  1756.                                    <span class="top-color">•</span>
  1757.                                    <span class="top-color">05 Aug 2026</span>
  1758.                                </div>
  1759.                                <p class="blog-excerpt-v3 top-color"></p>
  1760.                            </div>
  1761.                        </div>
  1762.                    </div>
  1763.                    
  1764.                    <div class="col-lg-6 col-md-6 col-12">
  1765.                        <div class="card blog-card-v3">
  1766.                            <div class="blog-image-v3">
  1767.                                
  1768.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1769.                                
  1770.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1771.                            </div>
  1772.                            <div class="blog-content-v3">
  1773.                                <h3 class="blog-title-v3">
  1774.                                    <a href="/astronaut-shares-depression-following-deluge-of-harassment-after-historic-trip/" class="top-color">
  1775.                                    Astronaut Shares Depression Following Deluge of Harassment After Historic Trip
  1776.                                    </a>
  1777.                                </h3>
  1778.                                <div class="blog-meta-v3">
  1779.                                    
  1780.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Jack Willis" class="blog-author-img-v3">
  1781.                                    
  1782.                                    
  1783.                                    <span class="top-color">By Jack Willis</span>
  1784.                                    <span class="top-color">•</span>
  1785.                                    <span class="top-color">05 Aug 2026</span>
  1786.                                </div>
  1787.                                <p class="blog-excerpt-v3 top-color"></p>
  1788.                            </div>
  1789.                        </div>
  1790.                    </div>
  1791.                    
  1792.                    
  1793.  
  1794.                </div>
  1795.            </div>
  1796.            
  1797.             <div class="col col-lg-4 col-12">
  1798.                
  1799.  
  1800.  
  1801.  
  1802.    
  1803.  
  1804. <!-- Curved Heading Sidebar -->
  1805.    <div class="sidebar mb-3">
  1806.        
  1807.       <div class="sidebar-widget mb-5">
  1808.            <div class="widget-title-wrapper mb-3">
  1809.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1810.                    <div class="title-border"></div>
  1811.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  1812.                </h4>
  1813.            </div>
  1814.            <div class="widget-content shadow-sm rounded-3 p-4">
  1815.                <div class="archives-list scrollable-sidebar">
  1816.                    
  1817.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1818.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1819.                            <i class="ti-angle-right me-2 text-primary"></i>
  1820.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1821.                        </a>
  1822.                    </div>
  1823.                    
  1824.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1825.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1826.                            <i class="ti-angle-right me-2 text-primary"></i>
  1827.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1828.                        </a>
  1829.                    </div>
  1830.                    
  1831.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1832.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1833.                            <i class="ti-angle-right me-2 text-primary"></i>
  1834.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  1835.                        </a>
  1836.                    </div>
  1837.                    
  1838.  
  1839.                </div>
  1840.            </div>
  1841.        </div>
  1842.        
  1843.       <div class="sidebar-widget mb-5">
  1844.            <div class="widget-title-wrapper mb-3">
  1845.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1846.                    <div class="title-border"></div>
  1847.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  1848.                </h4>
  1849.            </div>
  1850.            <div class="widget-content shadow-sm rounded-3 p-4">
  1851.                <div class="archives-list scrollable-sidebar">
  1852.                    
  1853.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1854.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1855.                            <i class="ti-angle-right me-2 text-primary"></i>
  1856.                            <span class="archive-link top-color fw-semibold">Non UK Casinos</span>
  1857.                        </a>
  1858.                    </div>
  1859.                    
  1860.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1861.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1862.                            <i class="ti-angle-right me-2 text-primary"></i>
  1863.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  1864.                        </a>
  1865.                    </div>
  1866.                    
  1867.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1868.                        <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1869.                            <i class="ti-angle-right me-2 text-primary"></i>
  1870.                            <span class="archive-link top-color fw-semibold">non gamstop casino uk</span>
  1871.                        </a>
  1872.                    </div>
  1873.                    
  1874.  
  1875.                </div>
  1876.            </div>
  1877.        </div>
  1878.        
  1879.       <div class="sidebar-widget mb-5">
  1880.            <div class="widget-title-wrapper mb-3">
  1881.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  1882.                    <div class="title-border"></div>
  1883.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  1884.                </h4>
  1885.            </div>
  1886.            <div class="widget-content shadow-sm rounded-3 p-4">
  1887.                <div class="archives-list scrollable-sidebar">
  1888.                    
  1889.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1890.                        <a href="https://www.storavillamassan.se/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1891.                            <i class="ti-angle-right me-2 text-primary"></i>
  1892.                            <span class="archive-link top-color fw-semibold">casino online utan bankid</span>
  1893.                        </a>
  1894.                    </div>
  1895.                    
  1896.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1897.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1898.                            <i class="ti-angle-right me-2 text-primary"></i>
  1899.                            <span class="archive-link top-color fw-semibold">Trusted Non UK Casino</span>
  1900.                        </a>
  1901.                    </div>
  1902.                    
  1903.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1904.                        <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1905.                            <i class="ti-angle-right me-2 text-primary"></i>
  1906.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  1907.                        </a>
  1908.                    </div>
  1909.                    
  1910.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1911.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1912.                            <i class="ti-angle-right me-2 text-primary"></i>
  1913.                            <span class="archive-link top-color fw-semibold">GamStop Excluded Sites</span>
  1914.                        </a>
  1915.                    </div>
  1916.                    
  1917.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1918.                        <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1919.                            <i class="ti-angle-right me-2 text-primary"></i>
  1920.                            <span class="archive-link top-color fw-semibold">best online casino</span>
  1921.                        </a>
  1922.                    </div>
  1923.                    
  1924.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1925.                        <a href="https://www.richmondreview.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1926.                            <i class="ti-angle-right me-2 text-primary"></i>
  1927.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  1928.                        </a>
  1929.                    </div>
  1930.                    
  1931.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1932.                        <a href="https://www.helptobuy.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1933.                            <i class="ti-angle-right me-2 text-primary"></i>
  1934.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  1935.                        </a>
  1936.                    </div>
  1937.                    
  1938.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1939.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1940.                            <i class="ti-angle-right me-2 text-primary"></i>
  1941.                            <span class="archive-link top-color fw-semibold">best online casino</span>
  1942.                        </a>
  1943.                    </div>
  1944.                    
  1945.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1946.                        <a href="https://ondaosservatorio.it" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1947.                            <i class="ti-angle-right me-2 text-primary"></i>
  1948.                            <span class="archive-link top-color fw-semibold">migliori casino non aams</span>
  1949.                        </a>
  1950.                    </div>
  1951.                    
  1952.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1953.                        <a href="https://legatumori.it" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1954.                            <i class="ti-angle-right me-2 text-primary"></i>
  1955.                            <span class="archive-link top-color fw-semibold">casino non aams</span>
  1956.                        </a>
  1957.                    </div>
  1958.                    
  1959.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1960.                        <a href="https://pastillesetpetitspois.fr/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1961.                            <i class="ti-angle-right me-2 text-primary"></i>
  1962.                            <span class="archive-link top-color fw-semibold">casino francais en ligne</span>
  1963.                        </a>
  1964.                    </div>
  1965.                    
  1966.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1967.                        <a href="https://notredamedelagarde.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1968.                            <i class="ti-angle-right me-2 text-primary"></i>
  1969.                            <span class="archive-link top-color fw-semibold">casino en ligne france fiable</span>
  1970.                        </a>
  1971.                    </div>
  1972.                    
  1973.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1974.                        <a href="https://neptunes-nantes.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1975.                            <i class="ti-angle-right me-2 text-primary"></i>
  1976.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne français</span>
  1977.                        </a>
  1978.                    </div>
  1979.                    
  1980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1981.                        <a href="https://www.capaunord.fr/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1982.                            <i class="ti-angle-right me-2 text-primary"></i>
  1983.                            <span class="archive-link top-color fw-semibold">nouveau casino en ligne</span>
  1984.                        </a>
  1985.                    </div>
  1986.                    
  1987.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1988.                        <a href="https://lerefugedestortues.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1989.                            <i class="ti-angle-right me-2 text-primary"></i>
  1990.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  1991.                        </a>
  1992.                    </div>
  1993.                    
  1994.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  1995.                        <a href="https://www.la-mutinerie.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  1996.                            <i class="ti-angle-right me-2 text-primary"></i>
  1997.                            <span class="archive-link top-color fw-semibold">nouveau site de casino en ligne</span>
  1998.                        </a>
  1999.                    </div>
  2000.                    
  2001.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2002.                        <a href="https://onyonapp.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2003.                            <i class="ti-angle-right me-2 text-primary"></i>
  2004.                            <span class="archive-link top-color fw-semibold">migliori siti casino non aams</span>
  2005.                        </a>
  2006.                    </div>
  2007.                    
  2008.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2009.                        <a href="https://www.chamoisniortais.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2010.                            <i class="ti-angle-right me-2 text-primary"></i>
  2011.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  2012.                        </a>
  2013.                    </div>
  2014.                    
  2015.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2016.                        <a href="https://www.citeseducatives.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2017.                            <i class="ti-angle-right me-2 text-primary"></i>
  2018.                            <span class="archive-link top-color fw-semibold">casino en ligne francais</span>
  2019.                        </a>
  2020.                    </div>
  2021.                    
  2022.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2023.                        <a href="https://www.viaromeagermanica.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2024.                            <i class="ti-angle-right me-2 text-primary"></i>
  2025.                            <span class="archive-link top-color fw-semibold">bookmaker non aams sicuri</span>
  2026.                        </a>
  2027.                    </div>
  2028.                    
  2029.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2030.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2031.                            <i class="ti-angle-right me-2 text-primary"></i>
  2032.                            <span class="archive-link top-color fw-semibold">Non GamStop Casinos</span>
  2033.                        </a>
  2034.                    </div>
  2035.                    
  2036.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2037.                        <a href="https://designinnovationgroup.nl/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2038.                            <i class="ti-angle-right me-2 text-primary"></i>
  2039.                            <span class="archive-link top-color fw-semibold">casino zonder cruks</span>
  2040.                        </a>
  2041.                    </div>
  2042.                    
  2043.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2044.                        <a href="https://www.bloomprod.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2045.                            <i class="ti-angle-right me-2 text-primary"></i>
  2046.                            <span class="archive-link top-color fw-semibold">casino en ligne nouvea</span>
  2047.                        </a>
  2048.                    </div>
  2049.                    
  2050.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2051.                        <a href="https://www.deputes-les-republicains.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2052.                            <i class="ti-angle-right me-2 text-primary"></i>
  2053.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne france</span>
  2054.                        </a>
  2055.                    </div>
  2056.                    
  2057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2058.                        <a href="https://www.nouvelle-europe.eu" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2059.                            <i class="ti-angle-right me-2 text-primary"></i>
  2060.                            <span class="archive-link top-color fw-semibold">nouveaux casinos en ligne francais</span>
  2061.                        </a>
  2062.                    </div>
  2063.                    
  2064.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2065.                        <a href="https://www.gutenbergmuseum.ch" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2066.                            <i class="ti-angle-right me-2 text-primary"></i>
  2067.                            <span class="archive-link top-color fw-semibold">online casino schweiz neu</span>
  2068.                        </a>
  2069.                    </div>
  2070.                    
  2071.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2072.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2073.                            <i class="ti-angle-right me-2 text-primary"></i>
  2074.                            <span class="archive-link top-color fw-semibold">Gamstop free casinos</span>
  2075.                        </a>
  2076.                    </div>
  2077.                    
  2078.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2079.                        <a href="https://slpjplus.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2080.                            <i class="ti-angle-right me-2 text-primary"></i>
  2081.                            <span class="archive-link top-color fw-semibold">casino francais en ligne</span>
  2082.                        </a>
  2083.                    </div>
  2084.                    
  2085.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2086.                        <a href="https://www.espe-guadeloupe.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2087.                            <i class="ti-angle-right me-2 text-primary"></i>
  2088.                            <span class="archive-link top-color fw-semibold">nouveau casino en ligne fiable</span>
  2089.                        </a>
  2090.                    </div>
  2091.                    
  2092.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2093.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2094.                            <i class="ti-angle-right me-2 text-primary"></i>
  2095.                            <span class="archive-link top-color fw-semibold">casino not on GAMSTOP</span>
  2096.                        </a>
  2097.                    </div>
  2098.                    
  2099.  
  2100.                </div>
  2101.            </div>
  2102.        </div>
  2103.        
  2104. <!--        
  2105.       <div class="sidebar-widget mb-5">
  2106.            <div class="widget-title-wrapper mb-3">
  2107.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2108.                    <div class="title-border"></div>
  2109.                    <i class="ti-folder me-2"></i>Blog Archives
  2110.                </h4>
  2111.            </div>
  2112.            <div class="widget-content shadow-sm rounded-3 p-4">
  2113.                <div class="archives-list">
  2114.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2115.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2116.                            <i class="ti-angle-right me-2 text-primary"></i>
  2117.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2118.                        </a>
  2119.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2120.                    </div>
  2121.  
  2122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2123.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2124.                            <i class="ti-angle-right me-2 text-primary"></i>
  2125.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2126.                        </a>
  2127.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2128.                    </div>
  2129.  
  2130.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2131.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2132.                            <i class="ti-angle-right me-2 text-primary"></i>
  2133.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2134.                        </a>
  2135.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2136.                    </div>
  2137.  
  2138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2139.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2140.                            <i class="ti-angle-right me-2 text-primary"></i>
  2141.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2142.                        </a>
  2143.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2144.                    </div>
  2145.  
  2146.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2147.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2148.                            <i class="ti-angle-right me-2 text-primary"></i>
  2149.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2150.                        </a>
  2151.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2152.                    </div>
  2153.  
  2154.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2155.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2156.                            <i class="ti-angle-right me-2 text-primary"></i>
  2157.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2158.                        </a>
  2159.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2160.                    </div>
  2161.                </div>
  2162.                
  2163.                <div class="text-center mt-4 pt-3 border-top border-color">
  2164.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2165.                        <i class="ti-archive me-1"></i>View All Archives
  2166.                    </a>
  2167.                </div>
  2168.            </div>
  2169.        </div> -->
  2170.        <div class="sidebar-widget mb-4">
  2171.            <div class="widget-title-wrapper mb-3">
  2172.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2173.                    <div class="title-border-primary"></div>
  2174.                    <i class="ti-star me-2"></i>Popular Posts
  2175.                </h4>
  2176.            </div>
  2177.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2178.                <div class="popular-post-list">
  2179.                    
  2180.                    
  2181.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2182.                        <div class="post-content flex-grow-1">
  2183.                            <h6 class="post-title mb-1">
  2184.                                 <a href="/loggers-advance-as-the-pardo-river-kawahiva-people-still-wait-for-protection/" class="text-decoration-none top-color fw-semibold lh-sm">
  2185.                                            Loggers Advance as the Pardo River Kawahiva People Still Wait for Protection.
  2186.                                            </a>
  2187.                            </h6>
  2188.                            <div class="post-meta">
  2189.                                <small class="text-muted">
  2190.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2191.                                </small>
  2192.                                <!-- <small class="text-muted ms-3">
  2193.                                    <i class="ti-eye me-1"></i>1,234 views
  2194.                                </small> -->
  2195.                            </div>
  2196.                        </div>
  2197.                    </div>
  2198.                    
  2199.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2200.                        <div class="post-content flex-grow-1">
  2201.                            <h6 class="post-title mb-1">
  2202.                                 <a href="/imprinted-in-my-consciousness-why-gremlins-2-the-new-batch-is-my-go-to-movie/" class="text-decoration-none top-color fw-semibold lh-sm">
  2203.                                            Imprinted in My Consciousness’: Why Gremlins 2: The New Batch Is My Go-To Movie
  2204.                                            </a>
  2205.                            </h6>
  2206.                            <div class="post-meta">
  2207.                                <small class="text-muted">
  2208.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2209.                                </small>
  2210.                                <!-- <small class="text-muted ms-3">
  2211.                                    <i class="ti-eye me-1"></i>1,234 views
  2212.                                </small> -->
  2213.                            </div>
  2214.                        </div>
  2215.                    </div>
  2216.                    
  2217.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2218.                        <div class="post-content flex-grow-1">
  2219.                            <h6 class="post-title mb-1">
  2220.                                 <a href="/no-fewer-than-98-palestinian-detainees-have-died-in-israeli-custody-beginning-in-october-2023-official-figures-reveals/" class="text-decoration-none top-color fw-semibold lh-sm">
  2221.                                            No Fewer Than 98 Palestinian Detainees Have Died in Israeli Custody Beginning in October 2023, Official Figures Reveals
  2222.                                            </a>
  2223.                            </h6>
  2224.                            <div class="post-meta">
  2225.                                <small class="text-muted">
  2226.                                    <i class="ti-calendar me-1"></i>05 Aug 2026
  2227.                                </small>
  2228.                                <!-- <small class="text-muted ms-3">
  2229.                                    <i class="ti-eye me-1"></i>1,234 views
  2230.                                </small> -->
  2231.                            </div>
  2232.                        </div>
  2233.                    </div>
  2234.                    
  2235.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2236.                        <div class="post-content flex-grow-1">
  2237.                            <h6 class="post-title mb-1">
  2238.                                 <a href="/if-we-see-the-decline-of-the-cult-of-aggressive-cricket-lets-savour-its-impact/" class="text-decoration-none top-color fw-semibold lh-sm">
  2239.                                            If We See the Decline of the Cult of Aggressive Cricket, Let’s Savour Its Impact.
  2240.                                            </a>
  2241.                            </h6>
  2242.                            <div class="post-meta">
  2243.                                <small class="text-muted">
  2244.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2245.                                </small>
  2246.                                <!-- <small class="text-muted ms-3">
  2247.                                    <i class="ti-eye me-1"></i>1,234 views
  2248.                                </small> -->
  2249.                            </div>
  2250.                        </div>
  2251.                    </div>
  2252.                    
  2253.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2254.                        <div class="post-content flex-grow-1">
  2255.                            <h6 class="post-title mb-1">
  2256.                                 <a href="/cop30-atmosphere-us-presidents-absence-viewed-as-better-than-a-us-wrecking-ball/" class="text-decoration-none top-color fw-semibold lh-sm">
  2257.                                            COP30 Atmosphere: US President&#x27;s Absence Viewed as Better Than a US Wrecking Ball
  2258.                                            </a>
  2259.                            </h6>
  2260.                            <div class="post-meta">
  2261.                                <small class="text-muted">
  2262.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2263.                                </small>
  2264.                                <!-- <small class="text-muted ms-3">
  2265.                                    <i class="ti-eye me-1"></i>1,234 views
  2266.                                </small> -->
  2267.                            </div>
  2268.                        </div>
  2269.                    </div>
  2270.                    
  2271.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2272.                        <div class="post-content flex-grow-1">
  2273.                            <h6 class="post-title mb-1">
  2274.                                 <a href="/man-city-3-0-man-united-lauren-hemp-scores-in-manchester-city-stroll/" class="text-decoration-none top-color fw-semibold lh-sm">
  2275.                                            Man City 3-0 Man United: Lauren Hemp scores in Manchester City stroll.
  2276.                                            </a>
  2277.                            </h6>
  2278.                            <div class="post-meta">
  2279.                                <small class="text-muted">
  2280.                                    <i class="ti-calendar me-1"></i>04 Aug 2026
  2281.                                </small>
  2282.                                <!-- <small class="text-muted ms-3">
  2283.                                    <i class="ti-eye me-1"></i>1,234 views
  2284.                                </small> -->
  2285.                            </div>
  2286.                        </div>
  2287.                    </div>
  2288.                    
  2289.  
  2290.                </div>
  2291.                
  2292.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2293.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2294.                        <i class="ti-trophy me-1"></i>View All Popular
  2295.                    </a>
  2296.                </div> -->
  2297.            </div>
  2298.        </div>
  2299.  
  2300. </div>
  2301. <style>
  2302.    
  2303.  .widget-content {
  2304.    background-color: var(--card-bg);
  2305.    border: 1px solid var(--border-color);
  2306.  }
  2307. </style>
  2308.  
  2309.    
  2310.            </div>
  2311.        </div>
  2312.    </div>
  2313. </section>
  2314.  
  2315.    
  2316.        
  2317.        <!-- end wpo-blog-highlights-section -->
  2318.        <!-- start wpo-blog-sponsored-section -->
  2319.        
  2320.  
  2321.  
  2322.  
  2323.    
  2324.  
  2325.  
  2326.  <style>
  2327.    .sponsored-card-v10 {
  2328.      border: 1px solid var(--bs-primary); /* Cyan border */
  2329.      transition: border-color 0.3s ease;
  2330.      min-height: 350px;
  2331.    }
  2332.    
  2333.    .sponsored-content-v10 {
  2334.      flex: 1; /* text area stretch kare */
  2335.    }
  2336.    .sponsored-card-v10:hover {
  2337.      border-color: var(--bs-primary);
  2338.      opacity: 0.8;
  2339.    }
  2340.    
  2341.    .sponsored-content-v10 {
  2342.      padding: 12px;
  2343.      border-radius: 12px 12px 0px 0px;
  2344.      background: var(--card-bg);
  2345.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  2346.    }
  2347.    
  2348.    .sponsored-image-v10 {
  2349.      height: 180px;
  2350.    }
  2351.    
  2352.    .sponsored-image-v10 img {
  2353.      width: 100%;
  2354.      height: 100%;
  2355.      border-radius: 0px 0px 12px 12px;
  2356.      object-fit: cover;
  2357.    }
  2358.    
  2359.    .sponsored-badge-v10 {
  2360.      display: inline-block;
  2361.      position: relative;
  2362.      padding: 4px 8px;
  2363.      border-radius: var(--border-radius);
  2364.      font-size: 11px;
  2365.      font-weight: 600;
  2366.      text-transform: uppercase;
  2367.      color: white;
  2368.      margin-bottom: 8px;
  2369.    }
  2370.    
  2371.    .sponsored-badge-v10::after {
  2372.      content: '';
  2373.      position: absolute;
  2374.      top: 0;
  2375.      right: -8px;
  2376.    }
  2377.    
  2378.    .sponsored-title-v10 {
  2379.      font-size: 14px;
  2380.      font-weight: 700;
  2381.      line-height: 1.3;
  2382.      margin-bottom: 6px;
  2383.      color: #333;
  2384.    }
  2385.    
  2386.    .sponsored-title-v10 a {
  2387.      text-decoration: none;
  2388.      color: var(--topbar-color);
  2389.    }
  2390.    
  2391.    .sponsored-title-v10 a:hover {
  2392.      color: var(--bs-primary); /* Cyan hover */
  2393.    }
  2394.    
  2395.    .sponsored-excerpt-v10 {
  2396.      font-size: 11px;
  2397.      font-weight: 400;
  2398.      color: #6c757d;
  2399.      margin-bottom: 6px;
  2400.      line-height: 1.4;
  2401.    }
  2402.    
  2403.    .sponsored-meta-v10 {
  2404.      font-size: 10px;
  2405.      color: #6c757d;
  2406.    }
  2407.    
  2408.    .author-info-v10 {
  2409.      margin-bottom: 4px;
  2410.    }
  2411.    
  2412.    .sponsored-author-img-v10 {
  2413.      width: 18px;
  2414.      height: 18px;
  2415.      border-radius: 50%;
  2416.      object-fit: cover;
  2417.      vertical-align: middle;
  2418.      margin-right: 4px;
  2419.    }
  2420.    
  2421.    .section-title-sponsored-v10 {
  2422.      font-size: 1.8rem;
  2423.      font-weight: 600;
  2424.      text-align: left;
  2425.      margin-bottom: 25px;
  2426.      color: #333;
  2427.      position: relative;
  2428.    }
  2429.    
  2430.    .section-title-sponsored-v10::after {
  2431.      content: '';
  2432.      position: absolute;
  2433.      bottom: -6px;
  2434.      left: 0;
  2435.      width: 60px;
  2436.      height: 2px;
  2437.      background: var(--bs-primary);
  2438.    }
  2439.    
  2440.    @media (max-width: 768px) {
  2441.      .sponsored-section-v10 {
  2442.        padding: 30px 0;
  2443.      }
  2444.      .sponsored-image-v10 {
  2445.        height: 180px;
  2446.      }
  2447.      .sponsored-content-v10 {
  2448.        padding: 10px;
  2449.      }
  2450.      .sponsored-title-v10 {
  2451.        font-size: 13px;
  2452.      }
  2453.      .sponsored-excerpt-v10 {
  2454.        font-size: 10px;
  2455.      }
  2456.      .sponsored-badge-v10 {
  2457.        font-size: 10px;
  2458.        padding: 3px 6px;
  2459.      }
  2460.      .sponsored-meta-v10 {
  2461.        font-size: 9px;
  2462.      }
  2463.      .section-title-sponsored-v10 {
  2464.        font-size: 1.5rem;
  2465.      }
  2466.    }
  2467.  </style>
  2468.  
  2469.  <section class="sponsored-section-v10 my-5">
  2470.    <div class="container-fluid fluid-container">
  2471.      <div class="row">
  2472.        <div class="col-12">
  2473.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  2474.        </div>
  2475.      </div>
  2476.  
  2477.      <div class="row g-3 d-flex align-items-center">
  2478.        
  2479.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2480.            <div class="card sponsored-card-v10 h-100 w-100">
  2481.              <div class="sponsored-content-v10">
  2482.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2483.                <h3 class="sponsored-title-v10"><a href="/loggers-advance-as-the-pardo-river-kawahiva-people-still-wait-for-protection/">Loggers Advance as the Pardo River Kawahiva People Still Wait for Protection.</a></h3>
  2484.                <p class="sponsored-excerpt-v10"></p>
  2485.                <div class="sponsored-meta-v10">
  2486.                  <div class="author-info-v10">
  2487.                    
  2488.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2489.                    
  2490.                    <span>Jack Willis</span>
  2491.                  </div>
  2492.                  <div>05 Aug 2026</div>
  2493.                </div>
  2494.              </div>
  2495.              <div class="sponsored-image-v10">
  2496.                
  2497.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2498.                
  2499.              </div>
  2500.            </div>
  2501.          </div>
  2502.        
  2503.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2504.            <div class="card sponsored-card-v10 h-100 w-100">
  2505.              <div class="sponsored-content-v10">
  2506.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2507.                <h3 class="sponsored-title-v10"><a href="/imprinted-in-my-consciousness-why-gremlins-2-the-new-batch-is-my-go-to-movie/">Imprinted in My Consciousness’: Why Gremlins 2: The New Batch Is My Go-To Movie</a></h3>
  2508.                <p class="sponsored-excerpt-v10"></p>
  2509.                <div class="sponsored-meta-v10">
  2510.                  <div class="author-info-v10">
  2511.                    
  2512.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2513.                    
  2514.                    <span>Jack Willis</span>
  2515.                  </div>
  2516.                  <div>05 Aug 2026</div>
  2517.                </div>
  2518.              </div>
  2519.              <div class="sponsored-image-v10">
  2520.                
  2521.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2522.                
  2523.              </div>
  2524.            </div>
  2525.          </div>
  2526.        
  2527.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2528.            <div class="card sponsored-card-v10 h-100 w-100">
  2529.              <div class="sponsored-content-v10">
  2530.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2531.                <h3 class="sponsored-title-v10"><a href="/no-fewer-than-98-palestinian-detainees-have-died-in-israeli-custody-beginning-in-october-2023-official-figures-reveals/">No Fewer Than 98 Palestinian Detainees Have Died in Israeli Custody Beginning in October 2023, Official Figures Reveals</a></h3>
  2532.                <p class="sponsored-excerpt-v10"></p>
  2533.                <div class="sponsored-meta-v10">
  2534.                  <div class="author-info-v10">
  2535.                    
  2536.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2537.                    
  2538.                    <span>Jack Willis</span>
  2539.                  </div>
  2540.                  <div>05 Aug 2026</div>
  2541.                </div>
  2542.              </div>
  2543.              <div class="sponsored-image-v10">
  2544.                
  2545.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2546.                
  2547.              </div>
  2548.            </div>
  2549.          </div>
  2550.        
  2551.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2552.            <div class="card sponsored-card-v10 h-100 w-100">
  2553.              <div class="sponsored-content-v10">
  2554.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2555.                <h3 class="sponsored-title-v10"><a href="/if-we-see-the-decline-of-the-cult-of-aggressive-cricket-lets-savour-its-impact/">If We See the Decline of the Cult of Aggressive Cricket, Let’s Savour Its Impact.</a></h3>
  2556.                <p class="sponsored-excerpt-v10"></p>
  2557.                <div class="sponsored-meta-v10">
  2558.                  <div class="author-info-v10">
  2559.                    
  2560.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2561.                    
  2562.                    <span>Jack Willis</span>
  2563.                  </div>
  2564.                  <div>04 Aug 2026</div>
  2565.                </div>
  2566.              </div>
  2567.              <div class="sponsored-image-v10">
  2568.                
  2569.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2570.                
  2571.              </div>
  2572.            </div>
  2573.          </div>
  2574.        
  2575.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2576.            <div class="card sponsored-card-v10 h-100 w-100">
  2577.              <div class="sponsored-content-v10">
  2578.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2579.                <h3 class="sponsored-title-v10"><a href="/cop30-atmosphere-us-presidents-absence-viewed-as-better-than-a-us-wrecking-ball/">COP30 Atmosphere: US President&#x27;s Absence Viewed as Better Than a US Wrecking Ball</a></h3>
  2580.                <p class="sponsored-excerpt-v10"></p>
  2581.                <div class="sponsored-meta-v10">
  2582.                  <div class="author-info-v10">
  2583.                    
  2584.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2585.                    
  2586.                    <span>Jack Willis</span>
  2587.                  </div>
  2588.                  <div>04 Aug 2026</div>
  2589.                </div>
  2590.              </div>
  2591.              <div class="sponsored-image-v10">
  2592.                
  2593.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2594.                
  2595.              </div>
  2596.            </div>
  2597.          </div>
  2598.        
  2599.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  2600.            <div class="card sponsored-card-v10 h-100 w-100">
  2601.              <div class="sponsored-content-v10">
  2602.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  2603.                <h3 class="sponsored-title-v10"><a href="/man-city-3-0-man-united-lauren-hemp-scores-in-manchester-city-stroll/">Man City 3-0 Man United: Lauren Hemp scores in Manchester City stroll.</a></h3>
  2604.                <p class="sponsored-excerpt-v10"></p>
  2605.                <div class="sponsored-meta-v10">
  2606.                  <div class="author-info-v10">
  2607.                    
  2608.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Jack Willis" />
  2609.                    
  2610.                    <span>Jack Willis</span>
  2611.                  </div>
  2612.                  <div>04 Aug 2026</div>
  2613.                </div>
  2614.              </div>
  2615.              <div class="sponsored-image-v10">
  2616.                
  2617.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2618.                
  2619.              </div>
  2620.            </div>
  2621.          </div>
  2622.        
  2623.      </div>
  2624.    </div>
  2625.  </section>
  2626.  
  2627.  
  2628.    
  2629.        <!-- end wpo-blog-sponsored-section -->
  2630.        <!-- start wpo-subscribe-section -->
  2631.        
  2632.        <!-- end subscribe-section -->
  2633.        <!-- start of wpo-site-footer-section -->
  2634.        
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641. <!-- Footer V4 - Modern Corporate Design -->
  2642. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2643.  
  2644.    <div class="container-fluid fluid-container">
  2645.        
  2646.        <!-- Content Sections -->
  2647.        <div class="content-sections">
  2648.            <div class="row g-5">
  2649.                
  2650.                <!-- Brand Column -->
  2651.                <div class="col-lg-4 col-md-12">
  2652.                    <div class="brand-section">
  2653.                        <div class="brand-header">
  2654.                            
  2655.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b7e1c361-3436-447a-8daf-03ebd542fb66_logo.png" alt="New Tech Hub UK" class="brand-logo" loading="lazy">
  2656.                            
  2657.                            <div class="brand-text">
  2658.                                <h3 class="brand-name">New Tech Hub UK</h3>
  2659.                                <span class="brand-type">Digital Publication</span>
  2660.                            </div>
  2661.                        </div>
  2662.                        <p class="brand-description  text-lg-start ">
  2663.                            Stay updated with cutting-edge technology trends, in-depth gadget reviews, and expert insights on UK tech innovations and global developments.
  2664.                        </p>
  2665.                    </div>
  2666.                </div>
  2667.  
  2668.                <!-- Quick Links Column -->
  2669.               <div class="col-lg-4 col-md-6">
  2670.                    <div class="links-section">
  2671.                        <div class="section-title">
  2672.                            <h4 class="title-text">Resources</h4>
  2673.                            <div class="title-decoration"></div>
  2674.                        </div>
  2675.                        <div class="links-container">
  2676.                          
  2677. <div class="link-group">
  2678.    <ul class="link-list" id="externalLinks">
  2679.        
  2680.  
  2681.    
  2682.        
  2683.        
  2684.        
  2685.    </ul>
  2686. </div>
  2687.  
  2688.                        </div>
  2689.                    </div>
  2690.                </div>
  2691.  
  2692.                <!-- Categories Column -->
  2693.                <div class="col-lg-4 col-md-6">
  2694.                    <div class="categories-section">
  2695.                        <div class="section-title">
  2696.                            <h4 class="title-text">Explore Topics</h4>
  2697.                            <div class="title-decoration"></div>
  2698.                        </div>
  2699.                        <div class="categories-container">
  2700.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  2701.                            <div class="categories-cloud">
  2702.                                
  2703.                                <a href="/category/all-posts/" class="category-pill">
  2704.                                    All Posts
  2705.                                </a>
  2706.                                
  2707.                                <a href="/category/business/" class="category-pill">
  2708.                                    Business
  2709.                                </a>
  2710.                                
  2711.                                <a href="/category/esports/" class="category-pill">
  2712.                                    Esports
  2713.                                </a>
  2714.                                
  2715.                                <a href="/category/fashion/" class="category-pill">
  2716.                                    Fashion
  2717.                                </a>
  2718.                                
  2719.                                <a href="/category/featured/" class="category-pill">
  2720.                                    Featured
  2721.                                </a>
  2722.                                
  2723.                                <a href="/category/gaming/" class="category-pill">
  2724.                                    Gaming
  2725.                                </a>
  2726.                                
  2727.                                <a href="/category/health/" class="category-pill">
  2728.                                    Health
  2729.                                </a>
  2730.                                
  2731.                                <a href="/category/life-fitness/" class="category-pill">
  2732.                                    Life &amp; Fitness
  2733.                                </a>
  2734.                                
  2735.                            </div>
  2736.                        </div>
  2737.                    </div>
  2738.                </div>
  2739.  
  2740.            </div>
  2741.        </div>
  2742.  
  2743.        <!-- Footer Bottom -->
  2744.        <div class="footer-bottom">
  2745.            <div class="bottom-border"></div>
  2746.            <div class=" d-flex justify-content-between flex-wrap">
  2747.                <div>
  2748.                    <div class="copyright-info">
  2749.                        <p class="copyright-main">
  2750.                            © 2026 <span class="brand-highlight">New Tech Hub UK</span>. All rights reserved.
  2751.                        </p>
  2752.                        <p class="copyright-sub">
  2753.                            Thoughtfully crafted content for curious minds worldwide.
  2754.                        </p>
  2755.                    </div>
  2756.                </div>
  2757.                <div>
  2758.                    <div class="footer-actions">
  2759.                        <div class="action-links">
  2760.                            <a href="/page/write-for-us/" class="action-link">
  2761.                                <i class="bi bi-shield-check"></i>
  2762.                                <span>Write For Us</span>
  2763.                            </a>
  2764.                            <a href="/page/terms-and-conditions/" class="action-link">
  2765.                                <i class="bi bi-shield-check"></i>
  2766.                                <span>Terms & Conditions</span>
  2767.                            </a>
  2768.                            <a href="/sitemap.xml" class="action-link">
  2769.                                <i class="bi bi-diagram-3"></i>
  2770.                                <span>Sitemap</span>
  2771.                            </a>
  2772.                        </div>
  2773.  
  2774.                    </div>
  2775.                </div>
  2776.            </div>
  2777.        </div>
  2778.  
  2779.    </div>
  2780.  
  2781.    
  2782.  
  2783. </footer>
  2784.  
  2785.  
  2786. <style>
  2787. /* Footer V4 - Modern Corporate Design */
  2788. .wpo-site-footer-v4 {
  2789.    color: var(--footer-color);
  2790.    margin-top: 100px;
  2791. }
  2792.  
  2793.  
  2794. .accent-line {
  2795.    position: absolute;
  2796.    top: 0;
  2797.    height: 100%;
  2798.    width: 33.333%;
  2799.    opacity: 0.8;
  2800. }
  2801.  
  2802. .accent-1 {
  2803.    left: 0;
  2804.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  2805.    animation: slideRight 3s ease-in-out infinite;
  2806. }
  2807.  
  2808. .accent-2 {
  2809.    left: 33.333%;
  2810.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  2811.    animation: slideRight 3s ease-in-out infinite 1s;
  2812. }
  2813.  
  2814. .accent-3 {
  2815.    left: 66.666%;
  2816.    background: linear-gradient(90deg, #10b981, #059669);
  2817.    animation: slideRight 3s ease-in-out infinite 2s;
  2818. }
  2819.  
  2820. @keyframes slideRight {
  2821.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  2822.    50% { transform: translateX(10px); opacity: 1; }
  2823. }
  2824.  
  2825. /* Content Sections */
  2826. .content-sections {
  2827.    padding: 60px 0;
  2828.    position: relative;
  2829.    z-index: 2;
  2830. }
  2831.  
  2832. /* Brand Section */
  2833. .brand-section {
  2834.    padding-right: 2rem;
  2835. }
  2836.  
  2837. .brand-header {
  2838.    display: flex;
  2839.    align-items: center;
  2840.    margin-bottom: 2rem;
  2841.    gap: 1rem;
  2842. }
  2843.  
  2844. .brand-logo {
  2845.    height: 50px;
  2846.    width: auto;
  2847.    border-radius: 8px;
  2848. }
  2849.  
  2850. .brand-name {
  2851.    font-size: 1.5rem;
  2852.    font-weight: 800;
  2853.    color: var(--footer-color) !important;
  2854.    margin: 0;
  2855. }
  2856.  
  2857. .brand-type {
  2858.    color: var(--footer-color) !important;
  2859.    opacity: 0.8;
  2860.    font-size: 0.85rem;
  2861.    font-weight: 500;
  2862.    text-transform: uppercase;
  2863.    letter-spacing: 0.5px;
  2864. }
  2865.  
  2866. .brand-description {
  2867.    color: var(--footer-color) !important;
  2868.    line-height: 1.7;
  2869.    margin-bottom: 2rem;
  2870.    font-size: 0.95rem;
  2871. }
  2872.  
  2873. .brand-stats {
  2874.    display: flex;
  2875.    align-items: center;
  2876.    gap: 1.5rem;
  2877. }
  2878.  
  2879. .stat-item {
  2880.    text-align: center;
  2881. }
  2882.  
  2883. .stat-number {
  2884.    font-size: 1.5rem;
  2885.    font-weight: 800;
  2886.    color: #3b82f6;
  2887.    display: block;
  2888.    line-height: 1;
  2889. }
  2890.  
  2891. .stat-label {
  2892.    font-size: 0.8rem;
  2893.    color: #94a3b8;
  2894.    margin-top: 0.25rem;
  2895. }
  2896.  
  2897. .stat-divider {
  2898.    width: 1px;
  2899.    height: 40px;
  2900.    background: rgba(255, 255, 255, 0.2);
  2901. }
  2902.  
  2903. /* Links Section */
  2904. .links-section {
  2905.    padding-left: 1rem;
  2906.    padding-right: 1rem;
  2907. }
  2908.  
  2909. .section-title {
  2910.    margin-bottom: 2rem;
  2911.    position: relative;
  2912. }
  2913.  
  2914. .title-text {
  2915.    font-size: 1.3rem;
  2916.    font-weight: 700;
  2917.    color: var(--footer-color) !important;
  2918.    margin-bottom: 0.5rem;
  2919.    text-align: justify !important;
  2920. }
  2921.  
  2922.  
  2923. .link-group {
  2924.    margin-bottom: 2rem;
  2925. }
  2926.  
  2927. .group-title {
  2928.    font-size: 1rem;
  2929.    font-weight: 600;
  2930.    color: #f1f5f9;
  2931.    margin-bottom: 1rem;
  2932.    padding-bottom: 0.5rem;
  2933.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  2934. }
  2935.  
  2936. .link-list {
  2937.    list-style: none;
  2938.    padding: 0;
  2939.    margin: 0;
  2940. }
  2941.  
  2942. .link-item {
  2943.    margin-bottom: 0.75rem;
  2944. }
  2945.  
  2946. .link-text {
  2947.    color: var(--footer-color) !important;
  2948.    text-decoration: none;
  2949.    font-size: 0.9rem;
  2950.    display: flex;
  2951.    align-items: center;
  2952.    transition: all 0.3s ease;
  2953.    padding: 0.25rem 0;
  2954. }
  2955.  
  2956. .link-text:hover {
  2957.    color: #3b82f6;
  2958.    padding-left: 0.5rem;
  2959. }
  2960.  
  2961. .link-icon {
  2962.    margin-right: 0.5rem;
  2963.    opacity: 0;
  2964.    transition: opacity 0.3s ease;
  2965. }
  2966.  
  2967. .link-text:hover .link-icon {
  2968.    opacity: 1;
  2969. }
  2970.  
  2971. .external-icon {
  2972.    color: #10b981;
  2973. }
  2974.  
  2975. /* Categories Section */
  2976. .categories-section {
  2977.    padding-left: 1rem;
  2978. }
  2979.  
  2980. .categories-intro {
  2981.    color: #cbd5e1;
  2982.    margin-bottom: 1.5rem;
  2983.    font-size: 0.9rem;
  2984. }
  2985.  
  2986. .categories-cloud {
  2987.    display: flex;
  2988.    flex-wrap: wrap;
  2989.    gap: 0.75rem;
  2990. }
  2991.  
  2992. .category-pill {
  2993.    display: inline-block;
  2994.    padding: 0.5rem 1rem;
  2995.    background: rgba(255, 255, 255, 0.1);
  2996.    border: 1px solid rgba(255, 255, 255, 0.2);
  2997.    border-radius: 20px;
  2998.    color:  var(--footer-color) !important;
  2999.    text-decoration: none;
  3000.    font-size: 0.85rem;
  3001.    opacity: 0.7;
  3002.    font-weight: 500;
  3003.    transition: all 0.3s ease;
  3004. }
  3005.  
  3006. .category-pill:hover {
  3007.    background: #3b82f6;
  3008.    border-color: #3b82f6;
  3009.    color: var(--footer-color) !important;
  3010.    opacity: 1;
  3011.    transform: translateY(-1px);
  3012.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3013. }
  3014.  
  3015. /* Footer Bottom */
  3016. .footer-bottom {
  3017.    padding: 2rem 0;
  3018.    position: relative;
  3019.    z-index: 2;
  3020. }
  3021.  
  3022. .bottom-border {
  3023.    height: 1px;
  3024.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3025.    margin-bottom: 2rem;
  3026. }
  3027.  
  3028. .copyright-main {
  3029.    font-size: 1rem;
  3030.    color: #e2e8f0;
  3031.    margin-bottom: 0.25rem;
  3032. }
  3033.  
  3034. .brand-highlight {
  3035.    color: var(--footer-color);
  3036.    font-weight: 700;
  3037. }
  3038.  
  3039. .copyright-sub {
  3040.    font-size: 0.85rem;
  3041.    color: #94a3b8;
  3042.    margin: 0;
  3043. }
  3044.  
  3045. .footer-actions {
  3046.    display: flex;
  3047.    align-items: center;
  3048.    gap: 2rem;
  3049. }
  3050.  
  3051. .action-links {
  3052.    display: flex;
  3053.    gap: 1.5rem;
  3054. }
  3055.  
  3056. .action-link {
  3057.    display: flex;
  3058.    align-items: center;
  3059.    gap: 0.5rem;
  3060.    color: #cbd5e1;
  3061.    text-decoration: none;
  3062.    font-size: 0.9rem;
  3063.    transition: color 0.3s ease;
  3064. }
  3065.  
  3066. .action-link:hover {
  3067.    color: #3b82f6;
  3068. }
  3069.  
  3070. .scroll-to-top-btn {
  3071.    background: rgba(255, 255, 255, 0.1);
  3072.    border: 1px solid rgba(255, 255, 255, 0.2);
  3073.    color: #cbd5e1;
  3074.    width: 44px;
  3075.    height: 44px;
  3076.    border-radius: 12px;
  3077.    cursor: pointer;
  3078.    transition: all 0.3s ease;
  3079.    display: flex;
  3080.    align-items: center;
  3081.    justify-content: center;
  3082. }
  3083.  
  3084. .scroll-to-top-btn:hover {
  3085.    background: #3b82f6;
  3086.    border-color: #3b82f6;
  3087.    color: white;
  3088.    transform: translateY(-2px);
  3089. }
  3090.  
  3091. /* Background Pattern */
  3092. .footer-pattern {
  3093.    position: absolute;
  3094.    top: 0;
  3095.    left: 0;
  3096.    width: 100%;
  3097.    height: 100%;
  3098.    z-index: 1;
  3099.    overflow: hidden;
  3100. }
  3101.  
  3102. .pattern-grid {
  3103.    position: relative;
  3104.    width: 100%;
  3105.    height: 100%;
  3106. }
  3107.  
  3108. .pattern-dot {
  3109.    position: absolute;
  3110.    width: 2px;
  3111.    height: 2px;
  3112.    background: rgba(255, 255, 255, 0.1);
  3113.    border-radius: 50%;
  3114. }
  3115.  
  3116. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3117. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3118. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3119. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3120. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3121. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3122.  
  3123. /* Responsive Design */
  3124. @media (max-width: 992px) {
  3125.    .newsletter-heading {
  3126.        font-size: 2rem;
  3127.    }
  3128.    
  3129.    .brand-section {
  3130.        padding-right: 0;
  3131.        margin-bottom: 3rem;
  3132.    }
  3133.    
  3134.    .links-section, .categories-section {
  3135.        padding-left: 0;
  3136.        padding-right: 0;
  3137.    }
  3138.    
  3139.    .brand-stats {
  3140.        justify-content: center;
  3141.        margin-top: 2rem;
  3142.    }
  3143. }
  3144.  
  3145. @media (max-width: 768px) {
  3146.    .newsletter-section {
  3147.        padding: 60px 0 40px;
  3148.    }
  3149.    
  3150.    .newsletter-container {
  3151.        padding: 2rem 1.5rem;
  3152.        margin: 0 1rem;
  3153.    }
  3154.    
  3155.    .newsletter-heading {
  3156.        font-size: 1.75rem;
  3157.    }
  3158.    
  3159.    .content-sections {
  3160.        padding: 40px 0;
  3161.    }
  3162.    
  3163.    .brand-header {
  3164.        flex-direction: column;
  3165.        text-align: center;
  3166.    }
  3167.    
  3168.    .footer-actions {
  3169.        flex-direction: column;
  3170.        gap: 1rem;
  3171.        margin-top: 1.5rem;
  3172.    }
  3173.    
  3174.    .action-links {
  3175.        order: 2;
  3176.    }
  3177.    
  3178.    .scroll-to-top-btn {
  3179.        order: 1;
  3180.    }
  3181. }
  3182.  
  3183. @media (max-width: 576px) {
  3184.    .newsletter-container {
  3185.        padding: 1.5rem 1rem;
  3186.    }
  3187.    
  3188.    .newsletter-heading {
  3189.        font-size: 1.5rem;
  3190.    }
  3191.    
  3192.    .brand-stats {
  3193.        flex-direction: column;
  3194.        gap: 1rem;
  3195.    }
  3196.    
  3197.    .stat-divider {
  3198.        width: 40px;
  3199.        height: 1px;
  3200.    }
  3201.    
  3202.    .action-links {
  3203.        flex-direction: column;
  3204.        gap: 0.75rem;
  3205.        text-align: center;
  3206.    }
  3207.    
  3208.    .pattern-dot {
  3209.        display: none;
  3210.    }
  3211. }
  3212. </style>
  3213.  
  3214. <!-- Bootstrap 5 JS -->
  3215.  
  3216. <script>
  3217. // Scroll to Top Function
  3218. document.addEventListener('DOMContentLoaded', function () {
  3219.    var btn = document.getElementById('toggleExternal');
  3220.    if (!btn) return; // No extra items, no button
  3221.  
  3222.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3223.  
  3224.    btn.addEventListener('click', function () {
  3225.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3226.            return li.classList.contains('d-none');
  3227.        });
  3228.  
  3229.        extras.forEach(function (li) {
  3230.            if (anyHidden) {
  3231.                li.classList.remove('d-none');
  3232.                li.classList.add('show');
  3233.            } else {
  3234.                li.classList.add('d-none');
  3235.                li.classList.remove('show');
  3236.            }
  3237.        });
  3238.  
  3239.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3240.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3241.    });
  3242. });
  3243. function scrollToTop() {
  3244.    window.scrollTo({
  3245.        top: 0,
  3246.        behavior: 'smooth'
  3247.    });
  3248. }
  3249.  
  3250. // Initialize Footer V4 Features
  3251. document.addEventListener('DOMContentLoaded', function() {
  3252.    
  3253.    // Newsletter Form Handling
  3254.    const newsletterForm = document.querySelector('.newsletter-form');
  3255.    const emailInput = document.querySelector('.form-input');
  3256.    const submitButton = document.querySelector('.submit-button');
  3257.    const successMessage = document.querySelector('.success-message');
  3258.    const errorMessage = document.querySelector('.error-message');
  3259.    const infoMessage = document.querySelector('.info-message');
  3260.    
  3261.    if (newsletterForm && emailInput && submitButton) {
  3262.        
  3263.        // Form submission
  3264.        newsletterForm.addEventListener('submit', function(e) {
  3265.            e.preventDefault();
  3266.            
  3267.            const email = emailInput.value.trim();
  3268.            
  3269.            // Validate email
  3270.            if (!email || !isValidEmail(email)) {
  3271.                showMessage('error');
  3272.                emailInput.focus();
  3273.                return;
  3274.            }
  3275.            
  3276.            // Show loading state
  3277.            const originalText = submitButton.querySelector('.button-text').textContent;
  3278.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3279.            
  3280.            submitButton.disabled = true;
  3281.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3282.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3283.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3284.            
  3285.            // Simulate API call
  3286.            setTimeout(() => {
  3287.                // Success state
  3288.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3289.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3290.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3291.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3292.                
  3293.                showMessage('success');
  3294.                
  3295.                // Reset after delay
  3296.                setTimeout(() => {
  3297.                    submitButton.querySelector('.button-text').textContent = originalText;
  3298.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3299.                    submitButton.style.background = '';
  3300.                    submitButton.disabled = false;
  3301.                    emailInput.value = '';
  3302.                    showMessage('info');
  3303.                }, 3000);
  3304.                
  3305.            }, 2000);
  3306.        });
  3307.        
  3308.        // Input validation
  3309.        emailInput.addEventListener('blur', function() {
  3310.            const email = this.value.trim();
  3311.            if (email && !isValidEmail(email)) {
  3312.                this.style.borderColor = '#ef4444';
  3313.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3314.            } else if (email && isValidEmail(email)) {
  3315.                this.style.borderColor = '#10b981';
  3316.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3317.            }
  3318.        });
  3319.        
  3320.        emailInput.addEventListener('focus', function() {
  3321.            this.style.borderColor = '#3b82f6';
  3322.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3323.        });
  3324.        
  3325.        // Reset validation styling on input
  3326.        emailInput.addEventListener('input', function() {
  3327.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3328.                this.style.borderColor = '';
  3329.                this.style.boxShadow = '';
  3330.            }
  3331.        });
  3332.    }
  3333.    
  3334.    // Email validation function
  3335.    function isValidEmail(email) {
  3336.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3337.        return emailRegex.test(email);
  3338.    }
  3339.    
  3340.    // Message display function
  3341.    function showMessage(type) {
  3342.        // Hide all messages
  3343.        successMessage.style.display = 'none';
  3344.        errorMessage.style.display = 'none';
  3345.        infoMessage.style.display = 'none';
  3346.        
  3347.        // Show specific message
  3348.        if (type === 'success') {
  3349.            successMessage.style.display = 'block';
  3350.        } else if (type === 'error') {
  3351.            errorMessage.style.display = 'block';
  3352.        } else if (type === 'info') {
  3353.            infoMessage.style.display = 'block';
  3354.        }
  3355.    }
  3356.    
  3357.    // Smooth reveal animations
  3358.    const observerOptions = {
  3359.        threshold: 0.1,
  3360.        rootMargin: '0px 0px -30px 0px'
  3361.    };
  3362.    
  3363.    const sectionObserver = new IntersectionObserver((entries) => {
  3364.        entries.forEach(entry => {
  3365.            if (entry.isIntersecting) {
  3366.                entry.target.style.opacity = '1';
  3367.                entry.target.style.transform = 'translateY(0)';
  3368.            }
  3369.        });
  3370.    }, observerOptions);
  3371.    
  3372.    // Animate sections
  3373.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3374.        section.style.opacity = '0';
  3375.        section.style.transform = 'translateY(20px)';
  3376.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3377.        sectionObserver.observe(section);
  3378.    });
  3379.    
  3380.    // Animate category pills
  3381.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3382.        pill.style.opacity = '0';
  3383.        pill.style.transform = 'translateY(10px)';
  3384.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3385.        
  3386.        setTimeout(() => {
  3387.            pill.style.opacity = '1';
  3388.            pill.style.transform = 'translateY(0)';
  3389.        }, 300 + (index * 100));
  3390.    });
  3391.    
  3392.    // Enhanced link hover effects
  3393.    document.querySelectorAll('.link-text').forEach(link => {
  3394.        link.addEventListener('mouseenter', function() {
  3395.            const icon = this.querySelector('.link-icon');
  3396.            if (icon) {
  3397.                icon.style.transform = 'translateX(4px)';
  3398.            }
  3399.        });
  3400.        
  3401.        link.addEventListener('mouseleave', function() {
  3402.            const icon = this.querySelector('.link-icon');
  3403.            if (icon) {
  3404.                icon.style.transform = 'translateX(0)';
  3405.            }
  3406.        });
  3407.    });
  3408.    
  3409.    // Prevent default for demo links
  3410.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3411.        link.addEventListener('click', function(e) {
  3412.            e.preventDefault();
  3413.        });
  3414.    });
  3415.    
  3416.    // Add ripple effect to submit button
  3417.    submitButton.addEventListener('click', function(e) {
  3418.        const ripple = document.createElement('span');
  3419.        const rect = this.getBoundingClientRect();
  3420.        const size = Math.max(rect.width, rect.height);
  3421.        const x = e.clientX - rect.left - size / 2;
  3422.        const y = e.clientY - rect.top - size / 2;
  3423.        
  3424.        ripple.style.cssText = `
  3425.            position: absolute;
  3426.            width: ${size}px;
  3427.            height: ${size}px;
  3428.            left: ${x}px;
  3429.            top: ${y}px;
  3430.            background: rgba(255, 255, 255, 0.3);
  3431.            border-radius: 50%;
  3432.            transform: scale(0);
  3433.            animation: ripple 0.6s ease-out;
  3434.            pointer-events: none;
  3435.        `;
  3436.        
  3437.        this.appendChild(ripple);
  3438.        
  3439.        setTimeout(() => {
  3440.            ripple.remove();
  3441.        }, 600);
  3442.    });
  3443.    
  3444. });
  3445.  
  3446. // Add CSS for ripple animation
  3447. const rippleStyle = document.createElement('style');
  3448. rippleStyle.textContent = `
  3449.    @keyframes ripple {
  3450.        to {
  3451.            transform: scale(2);
  3452.            opacity: 0;
  3453.        }
  3454.    }
  3455.    
  3456.    @keyframes spin {
  3457.        from { transform: rotate(0deg); }
  3458.        to { transform: rotate(360deg); }
  3459.    }
  3460.    
  3461.    .submit-button {
  3462.        position: relative;
  3463.        overflow: hidden;
  3464.    }
  3465. `;
  3466. document.head.appendChild(rippleStyle);
  3467. </script>
  3468.  
  3469.        <!-- end of wpo-site-footer-section -->
  3470.    </div>
  3471.    <!-- end of page-wrapper -->
  3472.  
  3473.    <!-- All JavaScript files
  3474.    ================================================== -->
  3475.    
  3476.  
  3477. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3478. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3479. <!-- Plugins for this template -->
  3480. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3481. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3482. <!-- Custom script for this template -->
  3483. <script src="/static/blogapp/assets/js/script.js"></script>
  3484.  
  3485. <script>
  3486. (function () {
  3487. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3488. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3489.  
  3490. function applyFallback(img) {
  3491. if (!img || img.dataset.fallbackApplied === "1") {
  3492. return;
  3493. }
  3494. var failedSrc = img.currentSrc || img.src || "";
  3495. img.dataset.fallbackApplied = "1";
  3496. img.onerror = null;
  3497. img.src = fallbackImageSrc;
  3498. console.warn("[ImageFallback] Replaced broken image:", {
  3499. failedSrc: failedSrc,
  3500. fallbackSrc: fallbackImageSrc,
  3501. alt: img.alt || "",
  3502. });
  3503. }
  3504.  
  3505. document.querySelectorAll("img").forEach(function (img) {
  3506. if (img.complete && img.naturalWidth === 0) {
  3507. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3508. failedSrc: img.currentSrc || img.src || "",
  3509. alt: img.alt || "",
  3510. });
  3511. applyFallback(img);
  3512. }
  3513. });
  3514.  
  3515. document.addEventListener(
  3516. "error",
  3517. function (event) {
  3518. var target = event.target;
  3519. if (target && target.tagName === "IMG") {
  3520. applyFallback(target);
  3521. }
  3522. },
  3523. true
  3524. );
  3525. })();
  3526. </script>
  3527.  
  3528. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3529.  
  3530.  
  3531.  
  3532. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"095fdb52cad94d77a55a2968af157075","r":1}' crossorigin="anonymous"></script>
  3533. </body>
  3534.  
  3535. </html>
  3536.  
  3537.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda