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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_100_hCJstM8_NvpFRXz_ty4rGMf_BOmDsIe.png">
  14.    
  15.  
  16.    <title>Golden Palace Platform: Luxury Lifestyle &amp; Exclusive Travel Insights</title>
  17.    <meta name="description" content="Discover curated luxury travel experiences, high-end lifestyle tips, and exclusive destination guides from elite travelers and hospitality experts worldwide.">
  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://goldenpalaceplatform.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8a4af3;
  42.        --bs-primary-rgb: 8a4af3;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f3e8ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8a4af3;
  53.        --theme-primary-color-s2: #8a4af3;
  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: #f3e8ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #8a4af3;
  84.        --link-hover: #7a3ed9;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(138, 74, 243, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_64">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/gop-lawmaker-says-deal-can-be-had-on-healthcare-as-key-tax-credits-set-to-expire/" class="px-5 top-color">
  420.                    GOP Lawmaker Says &#x27;Deal Can Be Had&#x27; on Healthcare as Key Tax Credits Set to Expire.
  421.                  </a>
  422.              
  423.               <a href="/administration-denounces-democratic-hoax-as-additional-jeffrey-epstein-photos-made-public/" class="px-5 top-color">
  424.                    Administration Denounces &#x27;Democratic Hoax&#x27; as Additional Jeffrey Epstein Photos Made Public
  425.                  </a>
  426.              
  427.               <a href="/bright-exits-england-arena-well-after-her-reputation-was-etched-within-football-greats/" class="px-5 top-color">
  428.                    Bright Exits England Arena Well After Her Reputation Was Etched Within Football Greats
  429.                  </a>
  430.              
  431.               <a href="/british-tennis-star-emma-raducanu-ends-her-season-and-plans-to-retain-coach-for-2026/" class="px-5 top-color">
  432.                    British tennis star Emma Raducanu ends her season and plans to retain coach for 2026.
  433.                  </a>
  434.              
  435.               <a href="/three-xbox-game-pass-games-that-will-justify-your-subscription-during-the-weekend-nov-21-23/" class="px-5 top-color">
  436.                    Three Xbox Game Pass Games That Will Justify Your Subscription During the Weekend (Nov. 21-23)
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v8 mb-4">
  484.    <div class="container-fluid fluid-container">
  485.        <!-- Main Navigation Card -->
  486.        <div class="nav-card-v8">
  487.            <div class="row align-items-center justify-content-between">
  488.                <!-- Logo Section -->
  489.               <div class="col-lg-2 col-md-3 col-6">
  490.                    <div class="logo-section-v8">
  491.                        <a class="logo-link-v8" href="/">
  492.                            
  493.                                Golden Palace Platform
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.  
  499.                <!-- Navigation Menu -->
  500.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  501.                    <nav class="main-nav-v8">
  502.                        <ul class="nav-list-v8">
  503.  
  504.                            
  505.                            <li class="nav-item-v8">
  506.                                <a href="/" class="nav-link-v8 active-v8"
  507.                                    data-text="Home">Home</a>
  508.                            </li>
  509.  
  510.                            
  511.                            
  512.                             <li class="nav-item-v8">
  513.                                <a href="/category/all-posts/" class="nav-link-v8"
  514.                                    data-text="All Posts">
  515.                                    All Posts
  516.                                </a>
  517.                                </li>
  518.  
  519.                                
  520.  
  521.                                                
  522.                                                
  523.                                
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/business/" class="nav-link-v8"
  526.                                    data-text="Business">
  527.                                    Business
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/esports/" class="nav-link-v8"
  538.                                    data-text="Esports">
  539.                                    Esports
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/fashion/" class="nav-link-v8"
  550.                                    data-text="Fashion">
  551.                                    Fashion
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/featured/" class="nav-link-v8"
  562.                                    data-text="Featured">
  563.                                    Featured
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/gaming/" class="nav-link-v8"
  574.                                    data-text="Gaming">
  575.                                    Gaming
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/health/" class="nav-link-v8"
  586.                                    data-text="Health">
  587.                                    Health
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                
  598.                                
  599.                                <li class="nav-item-v8 has-dropdown-v8">
  600.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  601.                                    <div class="dropdown-card-v8">
  602.                                        <div class="dropdown-grid-v8">
  603.                                            <div class="dropdown-section-v8">
  604.                                                <a href="/category/life-fitness/"
  605.                                                    class="dropdown-link-v8">
  606.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  607.                                                </a>
  608.                                                
  609.  
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/lifestyle/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Lifestyle
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/news/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> News
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/others/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Others
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/politics/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Politics
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/sports/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Sports
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/tech/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Tech
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                
  675.                            
  676.                                                <a href="/category/travel/"
  677.                                                    class="dropdown-link-v8">
  678.                                                    <span class="link-icon-v8"></span> Travel
  679.                                                </a>
  680.                                                
  681.  
  682.                                                
  683.                                                
  684.                                            </div>
  685.                                        </div>
  686.                                    </div>
  687.                                </li>
  688.                                
  689.                                
  690. <li>
  691.                  <a href="/page/contact-us/">
  692.                     Contact Us
  693.                  </a>
  694.              </li>
  695.                        </ul>
  696.                    </nav>
  697.  
  698.                </div>
  699.  
  700.                <!-- Search & Mobile Toggle -->
  701.                <div class="col-lg-2 col-md-3 col-6">
  702.                    <div class="nav-actions-v8">
  703.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  704.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  705.                                stroke-width="2">
  706.                                <circle cx="11" cy="11" r="8"></circle>
  707.                                <path d="m21 21-4.35-4.35"></path>
  708.                            </svg>
  709.                        </button>
  710.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  711.                            <i class="ti-menu fs-5"></i>
  712.                        </button>
  713.                    </div>
  714.                </div>
  715.            </div>
  716.        </div>
  717.  
  718.        <!-- Floating Search Card -->
  719.        <div class="search-card-v8" id="searchCardV8">
  720.            <div class="search-container-v8">
  721.                <form class="search-form-v8" action="#" method="get">
  722.                    <div class="search-input-wrapper-v8">
  723.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  724.                            stroke="currentColor" stroke-width="2">
  725.                            <circle cx="11" cy="11" r="8"></circle>
  726.                            <path d="m21 21-4.35-4.35"></path>
  727.                        </svg>
  728.                        <input type="search" class="search-input-v8" id="search-input"
  729.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  730.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  731.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  732.                                stroke-width="2">
  733.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  734.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  735.                            </svg>
  736.                        </button>
  737.                    </div>
  738.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  739.                        
  740.                        
  741.                    </div>
  742.                </form>
  743.            </div>
  744.        </div>
  745.  
  746.        <!-- Mobile Navigation Card -->
  747.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  748.            <div class="mobile-nav-content-v8">
  749.                <ul class="mobile-nav-list-v8">
  750.  
  751.                    
  752.                    <li class="mobile-nav-item-v8">
  753.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  754.                            Home
  755.                        </a>
  756.                    </li>
  757.  
  758.                    
  759.                      <li class="mobile-nav-item-v8">
  760.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  761.                            All Posts
  762.                        </a>
  763.                        </li>
  764.  
  765.                        
  766.  
  767.                                
  768.                                
  769.                        
  770.                      <li class="mobile-nav-item-v8">
  771.                        <a href="/category/business/" class="mobile-nav-link-v8">
  772.                            Business
  773.                        </a>
  774.                        </li>
  775.  
  776.                        
  777.  
  778.                                
  779.                                
  780.                        
  781.                      <li class="mobile-nav-item-v8">
  782.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  783.                            Esports
  784.                        </a>
  785.                        </li>
  786.  
  787.                        
  788.  
  789.                                
  790.                                
  791.                        
  792.                      <li class="mobile-nav-item-v8">
  793.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  794.                            Fashion
  795.                        </a>
  796.                        </li>
  797.  
  798.                        
  799.  
  800.                                
  801.                                
  802.                        
  803.                      <li class="mobile-nav-item-v8">
  804.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  805.                            Featured
  806.                        </a>
  807.                        </li>
  808.  
  809.                        
  810.  
  811.                                
  812.                                
  813.                        
  814.                      <li class="mobile-nav-item-v8">
  815.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  816.                            Gaming
  817.                        </a>
  818.                        </li>
  819.  
  820.                        
  821.  
  822.                                
  823.                                
  824.                        
  825.                      <li class="mobile-nav-item-v8">
  826.                        <a href="/category/health/" class="mobile-nav-link-v8">
  827.                            Health
  828.                        </a>
  829.                        </li>
  830.  
  831.                        
  832.  
  833.                                
  834.                                
  835.                        
  836.                    
  837.                        
  838.                        
  839.                        <li class="mobile-nav-item-v8">
  840.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  841.                                More
  842.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  843.                                    stroke="currentColor" stroke-width="2">
  844.                                    <polyline points="6,9 12,15 18,9"></polyline>
  845.                                </svg>
  846.                            </a>
  847.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  848.                                <li>
  849.                                    <a href="/category/life-fitness/"
  850.                                        class="mobile-sub-link-v8">
  851.                                        Life &amp; Fitness
  852.                                    </a>
  853.                                </li>
  854.                                
  855.  
  856.                                
  857.  
  858.                                
  859.                                
  860.                        
  861.                    
  862.                                
  863.                                <li>
  864.                                    <a href="/category/lifestyle/"
  865.                                        class="mobile-sub-link-v8">
  866.                                        Lifestyle
  867.                                    </a>
  868.                                </li>
  869.                                
  870.  
  871.                                
  872.                                
  873.                        
  874.                    
  875.                                
  876.                                <li>
  877.                                    <a href="/category/news/"
  878.                                        class="mobile-sub-link-v8">
  879.                                        News
  880.                                    </a>
  881.                                </li>
  882.                                
  883.  
  884.                                
  885.                                
  886.                        
  887.                    
  888.                                
  889.                                <li>
  890.                                    <a href="/category/others/"
  891.                                        class="mobile-sub-link-v8">
  892.                                        Others
  893.                                    </a>
  894.                                </li>
  895.                                
  896.  
  897.                                
  898.                                
  899.                        
  900.                    
  901.                                
  902.                                <li>
  903.                                    <a href="/category/politics/"
  904.                                        class="mobile-sub-link-v8">
  905.                                        Politics
  906.                                    </a>
  907.                                </li>
  908.                                
  909.  
  910.                                
  911.                                
  912.                        
  913.                    
  914.                                
  915.                                <li>
  916.                                    <a href="/category/sports/"
  917.                                        class="mobile-sub-link-v8">
  918.                                        Sports
  919.                                    </a>
  920.                                </li>
  921.                                
  922.  
  923.                                
  924.                                
  925.                        
  926.                    
  927.                                
  928.                                <li>
  929.                                    <a href="/category/tech/"
  930.                                        class="mobile-sub-link-v8">
  931.                                        Tech
  932.                                    </a>
  933.                                </li>
  934.                                
  935.  
  936.                                
  937.                                
  938.                        
  939.                    
  940.                                
  941.                                <li>
  942.                                    <a href="/category/travel/"
  943.                                        class="mobile-sub-link-v8">
  944.                                        Travel
  945.                                    </a>
  946.                                </li>
  947.                                
  948.  
  949.                                
  950.                                
  951.                            </ul>
  952.                        </li>
  953.                        
  954.                        
  955.  
  956.                </ul>
  957.  
  958.            </div>
  959.        </div>
  960.    </div>
  961.  
  962.    <!-- Background Overlay -->
  963.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  964. </header>
  965.  
  966. <style>
  967.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  968.    .header-v8 {
  969.        padding: 20px 0;
  970.        position: relative;
  971.        min-height: 120px;
  972.    }
  973.  
  974.    /* Main Navigation Card */
  975.    .nav-card-v8 {
  976.        background:var(--navbar-bg);
  977.        backdrop-filter: blur(20px);
  978.        border: 1px solid var(--border-color);
  979.        border-radius: 20px;
  980.        padding: 15px 25px;
  981.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  982.        position: relative;
  983.        z-index: 100;
  984.    }
  985.  
  986.    /* Logo Styles */
  987.    .logo-img-v8 {
  988.        max-height: 60px;
  989.        transition: all 0.3s ease;
  990.    }
  991.  
  992.    .logo-link-v8:hover .logo-img-v8 {
  993.        transform: scale(1.05) rotate(2deg);
  994.    }
  995.  
  996.    /* Main Navigation */
  997.    .nav-list-v8 {
  998.        list-style: none;
  999.        padding: 0;
  1000.        margin: 0;
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.        gap: 8px;
  1005.    }
  1006.  
  1007.    .nav-item-v8 {
  1008.        position: relative;
  1009.    }
  1010.  
  1011.    .nav-link-v8 {
  1012.        color: #4a5568;
  1013.        text-decoration: none;
  1014.        font-weight: 500;
  1015.        font-size: 15px;
  1016.        padding: 12px 18px;
  1017.        border-radius: 12px;
  1018.        position: relative;
  1019.        transition: all 0.3s ease;
  1020.        display: block;
  1021.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1022.    }
  1023.  
  1024.    .nav-link-v8::before {
  1025.        content: attr(data-text);
  1026.        position: absolute;
  1027.        top: 0;
  1028.        left: 0;
  1029.        right: 0;
  1030.        bottom: 0;
  1031.        display: flex;
  1032.        align-items: center;
  1033.        justify-content: center;
  1034.        background: var(--sub-nav);
  1035.        color: var(--topbar-color);
  1036.        border-radius: 12px;
  1037.        opacity: 0;
  1038.        transform: scale(0.8);
  1039.        transition: all 0.3s ease;
  1040.        font-weight: 600;
  1041.    }
  1042.  
  1043.    .nav-link-v8:hover::before,
  1044.    .nav-link-v8.active-v8::before {
  1045.        opacity: 1;
  1046.        transform: scale(1);
  1047.    }
  1048.  
  1049.    .nav-link-v8:hover,
  1050.    .nav-link-v8.active-v8 {
  1051.        color: transparent;
  1052.        background: rgba(102, 126, 234, 0.1);
  1053.    }
  1054.  
  1055.    /* Dropdown Styles */
  1056.    .dropdown-card-v8 {
  1057.        position: absolute;
  1058.        top: calc(100% + 15px);
  1059.        left: 50%;
  1060.        transform: translateX(-50%);
  1061.        background:var(--navbar-bg);
  1062.        backdrop-filter: blur(20px);
  1063.        border: 1px solid var(--border-color);
  1064.        border-radius: 16px;
  1065.        padding: 25px;
  1066.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1067.        opacity: 0;
  1068.        visibility: hidden;
  1069.        transform: translateX(-50%) translateY(-10px);
  1070.        transition: all 0.3s ease;
  1071.        z-index: 200;
  1072.        min-width: 320px;
  1073.    }
  1074.  
  1075.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1076.        opacity: 1;
  1077.        visibility: visible;
  1078.        transform: translateX(-50%) translateY(0);
  1079.    }
  1080.  
  1081.    .dropdown-grid-v8 {
  1082.        display: grid;
  1083.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1084.        gap: 20px;
  1085.    }
  1086.  
  1087.    .dropdown-header-v8 {
  1088.        font-size: 12px;
  1089.        font-weight: 700;
  1090.        color: #667eea;
  1091.        margin-bottom: 12px;
  1092.        text-transform: uppercase;
  1093.        letter-spacing: 1px;
  1094.    }
  1095.  
  1096.    .dropdown-link-v8 {
  1097.        display: flex;
  1098.        align-items: center;
  1099.        color: var(--navbar-color) !important;;
  1100.        text-decoration: none;
  1101.        font-size: 14px;
  1102.        padding: 10px 12px;
  1103.        border-radius: 10px;
  1104.        transition: all 0.3s ease;
  1105.        margin-bottom: 8px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8:hover {
  1109.        background:var(--bs-primary);
  1110.        color: var(--bs-white) !important;;
  1111.        transform: translateX(5px);
  1112.    }
  1113.  
  1114.    .link-icon-v8 {
  1115.        margin-right: 10px;
  1116.        height: 5px;
  1117.        width: 5px;
  1118.        border: 1px solid #2d3748;
  1119.        border-radius: 50%;
  1120.    }
  1121.  
  1122.    /* Navigation Actions */
  1123.    .nav-actions-v8 {
  1124.        display: flex;
  1125.        align-items: center;
  1126.        justify-content: flex-end;
  1127.        gap: 10px;
  1128.    }
  1129.  
  1130.    .search-toggle-v8,
  1131.    .mobile-toggle-v8 {
  1132.        background: rgba(102, 126, 234, 0.1);
  1133.        border: none;
  1134.        border-radius: 12px;
  1135.        padding: 12px;
  1136.        cursor: pointer;
  1137.        transition: all 0.3s ease;
  1138.        color: var(--bs-white);
  1139.    }
  1140.  
  1141.    .search-toggle-v8:hover,
  1142.    .mobile-toggle-v8:hover {
  1143.        background: var(--sub-nav);
  1144.        color: var(--topbar-color);
  1145.        transform: scale(1.05);
  1146.    }
  1147.  
  1148.    .mobile-toggle-v8 {
  1149.        flex-direction: column;
  1150.        gap: 3px;
  1151.        padding: 10px 12px;
  1152.    }
  1153.  
  1154.    .toggle-line-v8 {
  1155.        width: 20px;
  1156.        height: 2px;
  1157.        background: currentColor;
  1158.        border-radius: 1px;
  1159.        transition: all 0.3s ease;
  1160.    }
  1161.  
  1162.    /* Floating Search Card */
  1163.    .search-card-v8 {
  1164.        position: absolute;
  1165.        top: 100%;
  1166.        left: 50%;
  1167.        transform: translateX(-50%);
  1168.        width: calc(100% - 40px);
  1169.        max-width: 600px;
  1170.        background:var(--navbar-bg);
  1171.        backdrop-filter: blur(20px);
  1172.        border: 1px solid var(--border-color);
  1173.        border-radius: 20px;
  1174.        padding: 25px;
  1175.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1176.        opacity: 0;
  1177.        visibility: hidden;
  1178.        transform: translateX(-50%) translateY(-20px);
  1179.        transition: all 0.4s ease;
  1180.        z-index: 300;
  1181.        margin-top: 15px;
  1182.    }
  1183.  
  1184.    .search-card-v8.show-v8 {
  1185.        opacity: 1;
  1186.        visibility: visible;
  1187.        transform: translateX(-50%) translateY(0);
  1188.    }
  1189.  
  1190.    .search-input-wrapper-v8 {
  1191.        display: flex;
  1192.        align-items: center;
  1193.        background: rgba(248, 250, 252, 0.8);
  1194.        border: 2px solid rgba(102, 126, 234, 0.2);
  1195.        border-radius: 15px;
  1196.        padding: 5px;
  1197.        margin-bottom: 20px;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .search-input-wrapper-v8:focus-within {
  1202.        border-color: #667eea;
  1203.        background: rgba(255, 255, 255, 0.9);
  1204.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1205.    }
  1206.  
  1207.    .search-icon-v8 {
  1208.        color: #a0aec0;
  1209.        margin: 0 15px;
  1210.        transition: color 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1214.        color: #667eea;
  1215.    }
  1216.  
  1217.    .search-input-v8 {
  1218.        flex: 1;
  1219.        border: none;
  1220.        background: transparent;
  1221.        font-size: 16px;
  1222.        padding: 15px 0;
  1223.        outline: none;
  1224.        color: #2d3748;
  1225.    }
  1226.  
  1227.    .search-input-v8::placeholder {
  1228.        color: #a0aec0;
  1229.    }
  1230.  
  1231.    .search-close-v8 {
  1232.        background: rgba(160, 174, 192, 0.2);
  1233.        border: none;
  1234.        border-radius: 10px;
  1235.        padding: 8px;
  1236.        margin-right: 8px;
  1237.        cursor: pointer;
  1238.        transition: all 0.3s ease;
  1239.        color: #a0aec0;
  1240.    }
  1241.  
  1242.    .search-close-v8:hover {
  1243.        background: rgba(229, 62, 62, 0.1);
  1244.        color: #e53e3e;
  1245.    }
  1246.  
  1247.    /* Search Suggestions */
  1248.    .search-suggestions-v8 {
  1249.        display: grid;
  1250.        gap: 8px;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8 {
  1254.        display: flex;
  1255.        align-items: center;
  1256.        padding: 12px 15px;
  1257.        background: rgba(248, 250, 252, 0.1);
  1258.        border-radius: 12px;
  1259.        cursor: pointer;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .suggestion-item-v8:hover {
  1264.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1265.        color: white;
  1266.        transform: translateX(5px);
  1267.    }
  1268.  
  1269.    .suggestion-icon-v8 {
  1270.        margin-right: 12px;
  1271.        font-size: 16px;
  1272.    }
  1273.  
  1274.    .suggestion-text-v8 {
  1275.        font-size: 14px;
  1276.        font-weight: 500;
  1277.    }
  1278.  
  1279.    /* Mobile Navigation Card */
  1280.    .mobile-nav-card-v8 {
  1281.        position: absolute;
  1282.        top: 100%;
  1283.        left: 50%;
  1284.        transform: translateX(-50%);
  1285.        width: calc(100% - 40px);
  1286.        background:var(--card-bg);
  1287.        backdrop-filter: blur(20px);
  1288.        border: 1px solid var(--border-color);
  1289.        border-radius: 20px;
  1290.        padding: 20px;
  1291.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1292.        opacity: 0;
  1293.        visibility: hidden;
  1294.        transform: translateX(-50%) translateY(-20px);
  1295.        transition: all 0.4s ease;
  1296.        z-index: 300;
  1297.        margin-top: 15px;
  1298.        max-height: 70vh;
  1299.        overflow-y: auto;
  1300.    }
  1301.  
  1302.    .mobile-nav-card-v8.show-v8 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.        transform: translateX(-50%) translateY(0);
  1306.    }
  1307.  
  1308.    .mobile-nav-list-v8 {
  1309.        list-style: none;
  1310.        padding: 0;
  1311.        margin: 0;
  1312.    }
  1313.  
  1314.    .mobile-nav-item-v8 {
  1315.        margin-bottom: 8px;
  1316.    }
  1317.  
  1318.    .mobile-nav-link-v8 {
  1319.        display: flex;
  1320.        align-items: center;
  1321.        color: var(--navbar-color) !important;
  1322.        text-decoration: none;
  1323.        font-weight: 500;
  1324.        font-size: 16px;
  1325.        padding: 15px;
  1326.        border-radius: 12px;
  1327.        justify-content: space-between;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8:hover,
  1331.    .mobile-nav-link-v8.active-v8 {
  1332.        background:var(--sub-nav);
  1333.        color: var(--topbar-color) !important;
  1334.    }
  1335.  
  1336.    .mobile-nav-icon-v8 {
  1337.        font-size: 18px;
  1338.        background-color: var(--navbar-bg) !important;
  1339.        margin-right: 12px;
  1340.    }
  1341.  
  1342.    .mobile-arrow-v8 {
  1343.        transition: transform 0.3s ease;
  1344.    }
  1345.  
  1346.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1347.        transform: rotate(180deg);
  1348.    }
  1349.  
  1350.    .mobile-dropdown-v8 {
  1351.        list-style: none;
  1352.        padding: 0;
  1353.        margin: 0;
  1354.        max-height: 0;
  1355.        overflow: hidden;
  1356.        transition: all 0.3s ease;
  1357.        background: rgba(248, 250, 252, 0.5);
  1358.        border-radius: 12px;
  1359.        margin-top: 8px;
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8.show-v8 {
  1363.        max-height: 300px;
  1364.        background-color: var(--navbar-bg);
  1365.        padding: 10px 0;
  1366.    }
  1367.  
  1368.    .mobile-sub-link-v8 {
  1369.        display: block;
  1370.        color: var(--navbar-color) !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 10px 20px;
  1374.        transition: all 0.3s ease;
  1375.    }
  1376.  
  1377.    .mobile-sub-link-v8:hover {
  1378.        color: var(--topbar-color);
  1379.        background: var(--sub-nav);
  1380.        border-radius: 12px;
  1381.    }
  1382.  
  1383.    /* Background Overlay */
  1384.    .nav-overlay-v8 {
  1385.        position: fixed;
  1386.        top: 0;
  1387.        left: 0;
  1388.        right: 0;
  1389.        bottom: 0;
  1390.        background: rgba(0, 0, 0, 0.3);
  1391.        backdrop-filter: blur(5px);
  1392.        z-index: 250;
  1393.        opacity: 0;
  1394.        visibility: hidden;
  1395.        transition: all 0.3s ease;
  1396.    }
  1397.  
  1398.    .nav-overlay-v8.show-v8 {
  1399.        opacity: 1;
  1400.        visibility: visible;
  1401.    }
  1402.  
  1403.    /* Responsive Design */
  1404.    @media (max-width: 1300px) {
  1405.        .header-v8 {
  1406.            padding: 15px 0;
  1407.        }
  1408.  
  1409.        .nav-card-v8 {
  1410.            padding: 12px 20px;
  1411.            border-radius: 15px;
  1412.        }
  1413.  
  1414.        .search-card-v8,
  1415.        .mobile-nav-card-v8 {
  1416.            width: calc(100% - 40px);
  1417.            padding: 20px;
  1418.        }
  1419.    }
  1420.  
  1421.    @media (max-width: 576px) {
  1422.        .nav-card-v8 {
  1423.            padding: 10px 15px;
  1424.        }
  1425.  
  1426.        .logo-img-v8 {
  1427.            max-height: 35px;
  1428.        }
  1429.    }
  1430. </style>
  1431.  
  1432. <script>
  1433.    let activeCard = null;
  1434.  
  1435.    function toggleSearchV8() {
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.        const overlay = document.getElementById('navOverlayV8');
  1438.        const mobileNav = document.getElementById('mobileNavV8');
  1439.  
  1440.        // Close mobile nav if open
  1441.        mobileNav.classList.remove('show-v8');
  1442.  
  1443.        if (searchCard.classList.contains('show-v8')) {
  1444.            searchCard.classList.remove('show-v8');
  1445.            overlay.classList.remove('show-v8');
  1446.            activeCard = null;
  1447.        } else {
  1448.            searchCard.classList.add('show-v8');
  1449.            overlay.classList.add('show-v8');
  1450.            activeCard = 'search';
  1451.  
  1452.            // Focus on search input
  1453.            setTimeout(() => {
  1454.                const searchInput = document.querySelector('.search-input-v8');
  1455.                if (searchInput) searchInput.focus();
  1456.            }, 100);
  1457.        }
  1458.    }
  1459.  
  1460.    function toggleMobileNavV8() {
  1461.        const mobileNav = document.getElementById('mobileNavV8');
  1462.        const overlay = document.getElementById('navOverlayV8');
  1463.        const searchCard = document.getElementById('searchCardV8');
  1464.  
  1465.        // Close search if open
  1466.        searchCard.classList.remove('show-v8');
  1467.  
  1468.        if (mobileNav.classList.contains('show-v8')) {
  1469.            mobileNav.classList.remove('show-v8');
  1470.            overlay.classList.remove('show-v8');
  1471.            activeCard = null;
  1472.        } else {
  1473.            mobileNav.classList.add('show-v8');
  1474.            overlay.classList.add('show-v8');
  1475.            activeCard = 'mobile';
  1476.        }
  1477.    }
  1478.  
  1479.    function toggleMobileDropdownV8(dropdownId) {
  1480.        const dropdown = document.getElementById(dropdownId);
  1481.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1482.  
  1483.        // Close other dropdowns
  1484.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1485.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1486.  
  1487.        allDropdowns.forEach(dd => {
  1488.            if (dd.id !== dropdownId) {
  1489.                dd.classList.remove('show-v8');
  1490.            }
  1491.        });
  1492.  
  1493.        allParents.forEach(parent => {
  1494.            if (parent !== parentItem) {
  1495.                parent.classList.remove('open-v8');
  1496.            }
  1497.        });
  1498.  
  1499.        // Toggle current dropdown
  1500.        dropdown.classList.toggle('show-v8');
  1501.        parentItem.classList.toggle('open-v8');
  1502.    }
  1503.  
  1504.    function closeAllV8() {
  1505.        const searchCard = document.getElementById('searchCardV8');
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.  
  1509.        searchCard.classList.remove('show-v8');
  1510.        mobileNav.classList.remove('show-v8');
  1511.        overlay.classList.remove('show-v8');
  1512.        activeCard = null;
  1513.    }
  1514.  
  1515.    // Close on escape key
  1516.    document.addEventListener('keydown', function (e) {
  1517.        if (e.key === 'Escape' && activeCard) {
  1518.            closeAllV8();
  1519.        }
  1520.    });
  1521.  
  1522.    // Handle suggestion clicks
  1523.    document.addEventListener('click', function (e) {
  1524.        if (e.target.closest('.suggestion-item-v8')) {
  1525.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1526.            const searchInput = document.querySelector('.search-input-v8');
  1527.            if (searchInput) {
  1528.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1529.            }
  1530.        }
  1531.    });
  1532. </script>
  1533. <script>
  1534.  document.addEventListener("DOMContentLoaded", function () {
  1535.    console.log("loaded");
  1536.  
  1537.     const searchInput = document.getElementById("search-input")
  1538.    const searchResults = document.getElementById("search-results");
  1539.  
  1540.    if (!searchInput || !searchResults) {
  1541.      console.error("Search input/results not found");
  1542.      return;
  1543.    }
  1544.  
  1545.    // Prevent form submission
  1546.    if (searchInput.form) {
  1547.      searchInput.form.addEventListener("submit", function (e) {
  1548.        e.preventDefault();
  1549.      });
  1550.    }
  1551.  
  1552.    // Add event listener for keyup
  1553.    searchInput.addEventListener("keyup", function (e) {
  1554.      console.log("Key pressed:", e.key);
  1555.      e.preventDefault();
  1556.  
  1557.      const query = searchInput.value.trim();
  1558.      console.log("User is typing: " + query);
  1559.  
  1560.      // If empty → clear and hide
  1561.      if (query === "") {
  1562.        searchResults.innerHTML = "";
  1563.        searchResults.style.display = "none";
  1564.        return;
  1565.      }
  1566.  
  1567.      // Show results
  1568.      searchResults.style.display = "block";
  1569.  
  1570.      // Fetch search results
  1571.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1572.        method: "GET",
  1573.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1574.      })
  1575.        .then(response => {
  1576.          console.log("Response Status:", response.status);
  1577.          return response.json();
  1578.        })
  1579.        .then(data => {
  1580.          console.log("Data received:", data);
  1581.          if (data.html) {
  1582.            searchResults.innerHTML = data.html;
  1583.          } else {
  1584.            searchResults.innerHTML = "<p>No results found.</p>";
  1585.          }
  1586.        })
  1587.        .catch(error => {
  1588.          console.error("Error fetching search results:", error);
  1589.        });
  1590.    });
  1591.  
  1592.    // Close results when clicking outside
  1593.    document.addEventListener("click", function (e) {
  1594.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  
  1599.    // Close results on ESC key
  1600.    document.addEventListener("keydown", function (e) {
  1601.      if (e.key === "Escape") {
  1602.        searchResults.style.display = "none";
  1603.      }
  1604.    });
  1605.  });
  1606. </script>
  1607.  
  1608.  
  1609.        </header>
  1610.        <!-- end of header -->
  1611.        <!-- start of wpo-blog-hero -->
  1612.        
  1613.  
  1614.  
  1615.  
  1616.  <!-- Django Template for Clean Blog Cards -->
  1617.  
  1618.  
  1619.  
  1620.  
  1621. <div class="blog-section">
  1622.    <div class="container-fluid fluid-container">
  1623.        <div class="blog-grid">
  1624.            
  1625.            
  1626.              
  1627.            <!-- Featured Blog Card -->
  1628.            <article class="blog-card featured">
  1629.                <div class="card-image">
  1630.                    
  1631.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1632.                    
  1633.                    <span class="category bg-primary-gradient">News</span>
  1634.                </div>
  1635.                <div class="card-content">
  1636.                    <h2 class="card-title"><a class="top-color" href="/ashes-pre-series-banter-intensifies-as-broad-calls-australian-team-the-worst-after-2010/">
  1637.                                        Ashes Pre-Series Banter Intensifies as Broad Calls Australian Team the Worst After 2010
  1638.                                    </a></h2>
  1639.                    <p class="card-excerpt"></p>
  1640.                    <div class="card-meta">
  1641.                        <div class="author">
  1642.                            
  1643.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="author-avatar">
  1644.                            
  1645.                            <span class="author-name">Evan Rice</span>
  1646.                        </div>
  1647.                        <span class="date">15 May 2026</span>
  1648.                    </div>
  1649.                    <a  href="/ashes-pre-series-banter-intensifies-as-broad-calls-australian-team-the-worst-after-2010/" class="read-more">Read Article</a>
  1650.                </div>
  1651.            </article>
  1652.  
  1653.            
  1654.            
  1655.  
  1656.            
  1657.            <!-- Regular Blog Card -->
  1658.            <article class="blog-card">
  1659.                <div class="card-image">
  1660.                    
  1661.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1662.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1663.                    
  1664.                    <span class="category bg-primary-gradient">News</span>
  1665.                </div>
  1666.                <div class="card-content">
  1667.                    <h3 class="card-title"> <a class="top-color" href="/the-greek-tennis-star-seriously-considered-retirement-during-injury-plagued-2025-season/" >
  1668.                                        The Greek tennis star Seriously Considered Retirement During Injury-Plagued 2025 Season
  1669.                                    </a></h3>
  1670.                    <p class="card-excerpt"></p>
  1671.                    <div class="card-meta">
  1672.                        <div class="author">
  1673.                              
  1674.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="author-avatar">
  1675.                            
  1676.                            <span class="author-name">Evan Rice</span>
  1677.                        </div>
  1678.                        <span class="date">15 May 2026</span>
  1679.                    </div>
  1680.                    <a  href="/the-greek-tennis-star-seriously-considered-retirement-during-injury-plagued-2025-season/" class="read-more">Read Article</a>
  1681.                </div>
  1682.            </article>
  1683.            
  1684.            <!-- Regular Blog Card -->
  1685.            <article class="blog-card">
  1686.                <div class="card-image">
  1687.                    
  1688.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1689.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1690.                    
  1691.                    <span class="category bg-primary-gradient">News</span>
  1692.                </div>
  1693.                <div class="card-content">
  1694.                    <h3 class="card-title"> <a class="top-color" href="/tottenham-defender-van-de-ven-expresses-shock-over-ange-postecoglou-dismissal/" >
  1695.                                        Tottenham Defender Van de Ven Expresses Shock Over Ange Postecoglou Dismissal
  1696.                                    </a></h3>
  1697.                    <p class="card-excerpt"></p>
  1698.                    <div class="card-meta">
  1699.                        <div class="author">
  1700.                              
  1701.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="author-avatar">
  1702.                            
  1703.                            <span class="author-name">Evan Rice</span>
  1704.                        </div>
  1705.                        <span class="date">14 May 2026</span>
  1706.                    </div>
  1707.                    <a  href="/tottenham-defender-van-de-ven-expresses-shock-over-ange-postecoglou-dismissal/" class="read-more">Read Article</a>
  1708.                </div>
  1709.            </article>
  1710.            
  1711.            <!-- Regular Blog Card -->
  1712.            <article class="blog-card">
  1713.                <div class="card-image">
  1714.                    
  1715.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1716.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1717.                    
  1718.                    <span class="category bg-primary-gradient">News</span>
  1719.                </div>
  1720.                <div class="card-content">
  1721.                    <h3 class="card-title"> <a class="top-color" href="/body-versus-world-standing-boulters-melbourne-grand-slam-dilemma/" >
  1722.                                        Body versus World Standing - Boulter&#x27;s Melbourne Grand Slam Dilemma
  1723.                                    </a></h3>
  1724.                    <p class="card-excerpt"></p>
  1725.                    <div class="card-meta">
  1726.                        <div class="author">
  1727.                              
  1728.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="author-avatar">
  1729.                            
  1730.                            <span class="author-name">Evan Rice</span>
  1731.                        </div>
  1732.                        <span class="date">14 May 2026</span>
  1733.                    </div>
  1734.                    <a  href="/body-versus-world-standing-boulters-melbourne-grand-slam-dilemma/" class="read-more">Read Article</a>
  1735.                </div>
  1736.            </article>
  1737.            
  1738.            <!-- Regular Blog Card -->
  1739.            <article class="blog-card">
  1740.                <div class="card-image">
  1741.                    
  1742.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1743.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1744.                    
  1745.                    <span class="category bg-primary-gradient">News</span>
  1746.                </div>
  1747.                <div class="card-content">
  1748.                    <h3 class="card-title"> <a class="top-color" href="/how-to-flawless-creamy-paneer-curry-recipe/" >
  1749.                                        How to Flawless Creamy Paneer Curry – Recipe
  1750.                                    </a></h3>
  1751.                    <p class="card-excerpt"></p>
  1752.                    <div class="card-meta">
  1753.                        <div class="author">
  1754.                              
  1755.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="author-avatar">
  1756.                            
  1757.                            <span class="author-name">Evan Rice</span>
  1758.                        </div>
  1759.                        <span class="date">14 May 2026</span>
  1760.                    </div>
  1761.                    <a  href="/how-to-flawless-creamy-paneer-curry-recipe/" class="read-more">Read Article</a>
  1762.                </div>
  1763.            </article>
  1764.            
  1765.  
  1766.        </div>
  1767.    </div>
  1768. </div>
  1769.  
  1770. <style>
  1771.  
  1772.  
  1773. .blog-section {
  1774.    padding: 60px 0;
  1775. }
  1776.  
  1777.  
  1778. .blog-grid {
  1779.    display: grid;
  1780.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1781.    gap: 30px;
  1782. }
  1783.  
  1784. /* Blog Cards */
  1785. .blog-card {
  1786.    background: var(--card-bg);
  1787.    border: 1px solid var(--border-color);
  1788.    border-radius: var(--card-radius);
  1789.    overflow: hidden;
  1790.    transition: all 0.3s ease;
  1791. }
  1792.  
  1793. .blog-card:hover {
  1794.    transform: translateY(-5px);
  1795.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1796.    border-color: var(--border-color);
  1797. }
  1798.  
  1799. .featured {
  1800.    grid-column: span 2;
  1801.    display: grid;
  1802.    grid-template-columns: 1fr 1fr;
  1803.    gap: 0;
  1804. }
  1805.  
  1806. .card-image {
  1807.    position: relative;
  1808.    height: 220px;
  1809.    background: #f8f8f8;
  1810. }
  1811.  
  1812. .featured .card-image {
  1813.    height: 100%;
  1814.    min-height: 300px;
  1815. }
  1816.  
  1817. .card-image img {
  1818.    width: 100%;
  1819.    height: 100%;
  1820.    object-fit: cover;
  1821. }
  1822.  
  1823. .category {
  1824.    position: absolute;
  1825.    top: 15px;
  1826.    left: 15px;
  1827.    padding: 6px 16px;
  1828.    border-radius: 20px;
  1829.    font-size: 12px;
  1830.    font-weight: 500;
  1831.    text-transform: uppercase;
  1832.    letter-spacing: 0.5px;
  1833. }
  1834.  
  1835. .card-content {
  1836.    padding: 25px;
  1837. }
  1838.  
  1839. .featured .card-content {
  1840.    display: flex;
  1841.    flex-direction: column;
  1842.    justify-content: center;
  1843.    padding: 40px;
  1844. }
  1845.  
  1846. .card-title {
  1847.    font-size: 18px;
  1848.    font-weight: 600;
  1849.    margin-bottom: 12px;
  1850.    line-height: 1.4;
  1851. }
  1852.  
  1853. .featured .card-title {
  1854.    font-size: 24px;
  1855.    margin-bottom: 15px;
  1856. }
  1857.  
  1858. .card-excerpt {
  1859.    color: #666;
  1860.    font-size: 14px;
  1861.    line-height: 1.6;
  1862.    margin-bottom: 20px;
  1863. }
  1864.  
  1865. .featured .card-excerpt {
  1866.    font-size: 16px;
  1867.    margin-bottom: 25px;
  1868. }
  1869.  
  1870. .card-meta {
  1871.    display: flex;
  1872.    align-items: center;
  1873.    justify-content: space-between;
  1874.    padding-top: 15px;
  1875.    border-top: 1px solid #f0f0f0;
  1876.    margin-bottom: 15px;
  1877. }
  1878.  
  1879. .author {
  1880.    display: flex;
  1881.    align-items: center;
  1882.    gap: 10px;
  1883. }
  1884.  
  1885. .author-avatar {
  1886.    width: 30px;
  1887.    height: 30px;
  1888.    border-radius: 50%;
  1889.    object-fit: cover;
  1890.    border: 1px solid #e5e5e5;
  1891. }
  1892.  
  1893. .author-name {
  1894.    color: #555;
  1895.    font-size: 13px;
  1896.    font-weight: 500;
  1897. }
  1898.  
  1899. .date {
  1900.    color: #999;
  1901.    font-size: 12px;
  1902. }
  1903.  
  1904. .read-more {
  1905.    color: #333;
  1906.    text-decoration: none;
  1907.    font-size: 13px;
  1908.    font-weight: 500;
  1909.    display: inline-flex;
  1910.    align-items: center;
  1911.    transition: color 0.2s ease;
  1912. }
  1913.  
  1914. .read-more:hover {
  1915.    color: #000;
  1916. }
  1917.  
  1918. .read-more::after {
  1919.    content: '→';
  1920.    margin-left: 8px;
  1921.    transition: transform 0.2s ease;
  1922. }
  1923.  
  1924. .read-more:hover::after {
  1925.    transform: translateX(4px);
  1926. }
  1927.  
  1928. /* Newsletter Card */
  1929. .newsletter-card {
  1930.    background: white;
  1931.    border: 2px dashed #ddd;
  1932.    border-radius: 12px;
  1933.    padding: 40px 30px;
  1934.    text-align: center;
  1935.    display: flex;
  1936.    flex-direction: column;
  1937.    justify-content: center;
  1938.    align-items: center;
  1939. }
  1940.  
  1941. .newsletter-title {
  1942.    color: #333;
  1943.    font-size: 20px;
  1944.    font-weight: 600;
  1945.    margin-bottom: 8px;
  1946. }
  1947.  
  1948. .newsletter-desc {
  1949.    color: #666;
  1950.    font-size: 14px;
  1951.    margin-bottom: 25px;
  1952. }
  1953.  
  1954. .newsletter-form {
  1955.    width: 100%;
  1956.    max-width: 280px;
  1957.    margin-bottom: 15px;
  1958. }
  1959.  
  1960. .email-input {
  1961.    width: 100%;
  1962.    padding: 12px 16px;
  1963.    border: 1px solid #ddd;
  1964.    border-radius: 8px;
  1965.    font-size: 14px;
  1966.    margin-bottom: 12px;
  1967.    transition: border-color 0.2s ease;
  1968. }
  1969.  
  1970. .email-input:focus {
  1971.    outline: none;
  1972.    border-color: #333;
  1973. }
  1974.  
  1975. .subscribe-btn {
  1976.    width: 100%;
  1977.    padding: 12px 16px;
  1978.    background: #333;
  1979.    color: white;
  1980.    border: none;
  1981.    border-radius: 8px;
  1982.    font-size: 14px;
  1983.    font-weight: 500;
  1984.    cursor: pointer;
  1985.    transition: background 0.2s ease;
  1986. }
  1987.  
  1988. .subscribe-btn:hover {
  1989.    background: #555;
  1990. }
  1991.  
  1992. .subscriber-count {
  1993.    color: #999;
  1994.    font-size: 12px;
  1995. }
  1996.  
  1997. /* Responsive Design */
  1998. @media (max-width: 768px) {
  1999.    .blog-grid {
  2000.        grid-template-columns: 1fr;
  2001.        gap: 20px;
  2002.    }
  2003.    
  2004.    .featured {
  2005.        grid-column: span 1;
  2006.        grid-template-columns: 1fr;
  2007.    }
  2008.    
  2009.    .featured .card-image {
  2010.        height: 220px;
  2011.    }
  2012.    
  2013.    .featured .card-content {
  2014.        padding: 25px;
  2015.    }
  2016.    
  2017.    .featured .card-title {
  2018.        font-size: 20px;
  2019.    }
  2020.    
  2021.    .featured .card-excerpt {
  2022.        font-size: 14px;
  2023.    }
  2024. }
  2025.  
  2026. @media (max-width: 480px) {
  2027.    .container {
  2028.        padding: 0 15px;
  2029.    }
  2030.    
  2031.    .card-content,
  2032.    .featured .card-content {
  2033.        padding: 20px;
  2034.    }
  2035.    
  2036.    .newsletter-card {
  2037.        padding: 30px 20px;
  2038.    }
  2039. }
  2040. </style>
  2041.  
  2042.  
  2043.  
  2044.  
  2045.        <!-- end of wpo-blog-hero -->
  2046.  
  2047.        <!-- start of wpo-breacking-news -->
  2048.        
  2049.        <!-- end of wpo-breacking-news -->
  2050.        
  2051.        <!-- start wpo-blog-highlights-section -->
  2052.        
  2053.  
  2054.  
  2055.  
  2056.    
  2057.  
  2058.  
  2059. <style>
  2060.  
  2061.    .blog-highlights-section {
  2062.        padding: 30px 0;
  2063.    }
  2064.  
  2065.    .blog-cards-grid {
  2066.        display: grid;
  2067.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2068.        gap: 30px;
  2069.    }
  2070.  
  2071.    .blog-card {
  2072.        background: var(--card-bg);
  2073.        border: 1px solid var(--card-border);
  2074.        border-radius: var(--border-radius);
  2075.        overflow: hidden;
  2076.        transition: all 0.3s ease;
  2077.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2078.    }
  2079.  
  2080.    .blog-card:hover {
  2081.        transform: translateY(-8px);
  2082.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2083.        border-color: var(--theme-primary-color);
  2084.    }
  2085.  
  2086.    .blog-card-image {
  2087.        position: relative;
  2088.        height: 220px;
  2089.        overflow: hidden;
  2090.    }
  2091.  
  2092.    .blog-card-image img {
  2093.        width: 100%;
  2094.        height: 100%;
  2095.        object-fit: cover;
  2096.        transition: transform 0.3s ease;
  2097.    }
  2098.  
  2099.    .blog-card:hover .blog-card-image img {
  2100.        transform: scale(1.05);
  2101.    }
  2102.  
  2103.    .blog-category {
  2104.        position: absolute;
  2105.        top: 15px;
  2106.        right: 15px;
  2107.        color: white;
  2108.        padding: 6px 12px;
  2109.        border-radius: 20px;
  2110.        font-size: 12px;
  2111.        font-weight: 600;
  2112.        text-transform: uppercase;
  2113.        letter-spacing: 0.5px;
  2114.    }
  2115.  
  2116.    .blog-card-content {
  2117.        padding: 25px;
  2118.    }
  2119.  
  2120.    .blog-card-title {
  2121.        font-family: var(--heading-font);
  2122.        font-size: 1.3rem;
  2123.        font-weight: var(--heading-weight);
  2124.        color: var(--top-color);
  2125.        margin-bottom: 15px;
  2126.        line-height: 1.4;
  2127.    }
  2128.  
  2129.    .blog-card-title a {
  2130.        color: inherit !important;
  2131.        text-decoration: none;
  2132.        transition: color 0.3s ease;
  2133.    }
  2134.  
  2135.    .blog-card-title a:hover {
  2136.        color: var(--theme-primary-color);
  2137.    }
  2138.  
  2139.    .blog-card-meta {
  2140.        display: flex;
  2141.        align-items: center;
  2142.        gap: 15px;
  2143.        margin-bottom: 15px;
  2144.        font-size: 14px;
  2145.        color: var(--text-light-color);
  2146.    }
  2147.  
  2148.    .blog-author-img {
  2149.        width: 30px;
  2150.        height: 30px;
  2151.        border-radius: 50%;
  2152.        object-fit: cover;
  2153.    }
  2154.  
  2155.    .blog-card-excerpt {
  2156.        color: var(--body-color);
  2157.        font-size: 15px;
  2158.        line-height: 1.6;
  2159.        margin-bottom: 20px;
  2160.        display: -webkit-box;
  2161.        -webkit-line-clamp: 3;
  2162.        -webkit-box-orient: vertical;
  2163.        overflow: hidden;
  2164.    }
  2165.  
  2166.    .blog-card-footer {
  2167.        display: flex;
  2168.        justify-content: space-between;
  2169.        align-items: center;
  2170.        padding-top: 15px;
  2171.        border-top: 1px solid var(--border-color-s2);
  2172.    }
  2173.  
  2174.    .blog-read-time {
  2175.        font-size: 13px;
  2176.        color: var(--light);
  2177.    }
  2178.  
  2179.    .blog-read-more {
  2180.        color: var(--top-color) !important;
  2181.        text-decoration: none;
  2182.        font-weight: 600;
  2183.        font-size: 14px;
  2184.        transition: all 0.3s ease;
  2185.    }
  2186.  
  2187.    .blog-read-more:hover {
  2188.        color: var(--theme-primary-color-s2);
  2189.        text-decoration: underline;
  2190.    }
  2191.  
  2192.    .section-title {
  2193.        font-family: var(--heading-font);
  2194.        font-size: 2.5rem;
  2195.        font-weight: var(--heading-weight);
  2196.        color: var(--heading-color);
  2197.        text-align: center;
  2198.        margin-bottom: 20px;
  2199.    }
  2200.  
  2201.    .section-subtitle {
  2202.        text-align: center;
  2203.        color: var(--text-light-color);
  2204.        font-size: 1.1rem;
  2205.        max-width: 600px;
  2206.        margin: 0 auto;
  2207.    }
  2208.  
  2209.    @media (max-width: 768px) {
  2210.        .blog-cards-grid {
  2211.            grid-template-columns: 1fr;
  2212.            gap: 20px;
  2213.        }
  2214.        
  2215.        .section-title {
  2216.            font-size: 2rem;
  2217.        }
  2218.        
  2219.        .blog-highlights-section {
  2220.            padding: 60px 0;
  2221.        }
  2222.    }
  2223. </style>
  2224.  
  2225. <section class="blog-highlights-section">
  2226.     <div class="container-fluid fluid-container">
  2227.      
  2228.            <div class="section-title">
  2229.                <h2>
  2230.                Today's Top Highlights
  2231.                   </h2>
  2232.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2233.    </div>
  2234.        
  2235.        <div class="row">
  2236.            <div class="col-lg-8 col-12">
  2237.                <div class="blog-cards-grid">
  2238.                    
  2239.                    <article class="blog-card">
  2240.                        <div class="blog-card-image">
  2241.                          
  2242.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2243.                            
  2244.                            <span class="blog-category bg-primary-gradient">
  2245.                                News
  2246.                            </span>
  2247.                        </div>
  2248.                        <div class="blog-card-content">
  2249.                            <h3 class="blog-card-title">
  2250.                                <a href="/british-and-scottish-government-authorities-clash-over-who-should-pay-the-245m-cost-for-donald-trump-and-jd-vance-trips/" >
  2251.                                British and Scottish government Authorities Clash Over Who Should Pay the £24.5m Cost for Donald Trump and JD Vance Trips
  2252.                                </a>
  2253.                            </h3>
  2254.                            <div class="blog-card-meta">
  2255.                                
  2256.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2257.                                
  2258.                                <span>By <strong>Evan Rice</strong></span>
  2259.                                <span>•</span>
  2260.                                <span>14 May 2026</span>
  2261.                            </div>
  2262.                            <p class="blog-card-excerpt">
  2263.                                
  2264.                            </p>
  2265.                            <div class="blog-card-footer">
  2266.                                <div class="blog-read-time">
  2267.                                    📖 5 min read
  2268.                                </div>
  2269.                                <a href="/british-and-scottish-government-authorities-clash-over-who-should-pay-the-245m-cost-for-donald-trump-and-jd-vance-trips/" class="blog-read-more">
  2270.                                    Read More →
  2271.                                </a>
  2272.                            </div>
  2273.                        </div>
  2274.                    </article>
  2275.                    
  2276.                    <article class="blog-card">
  2277.                        <div class="blog-card-image">
  2278.                          
  2279.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2280.                            
  2281.                            <span class="blog-category bg-primary-gradient">
  2282.                                News
  2283.                            </span>
  2284.                        </div>
  2285.                        <div class="blog-card-content">
  2286.                            <h3 class="blog-card-title">
  2287.                                <a href="/supreme-court-approves-redrawn-texas-congressional-districts/" >
  2288.                                Supreme Court Approves Redrawn Texas Congressional Districts.
  2289.                                </a>
  2290.                            </h3>
  2291.                            <div class="blog-card-meta">
  2292.                                
  2293.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2294.                                
  2295.                                <span>By <strong>Evan Rice</strong></span>
  2296.                                <span>•</span>
  2297.                                <span>14 May 2026</span>
  2298.                            </div>
  2299.                            <p class="blog-card-excerpt">
  2300.                                
  2301.                            </p>
  2302.                            <div class="blog-card-footer">
  2303.                                <div class="blog-read-time">
  2304.                                    📖 5 min read
  2305.                                </div>
  2306.                                <a href="/supreme-court-approves-redrawn-texas-congressional-districts/" class="blog-read-more">
  2307.                                    Read More →
  2308.                                </a>
  2309.                            </div>
  2310.                        </div>
  2311.                    </article>
  2312.                    
  2313.                    <article class="blog-card">
  2314.                        <div class="blog-card-image">
  2315.                          
  2316.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2317.                            
  2318.                            <span class="blog-category bg-primary-gradient">
  2319.                                News
  2320.                            </span>
  2321.                        </div>
  2322.                        <div class="blog-card-content">
  2323.                            <h3 class="blog-card-title">
  2324.                                <a href="/doctors-from-scotland-and-america-achieve-world-first-stroke-procedure-with-robot/" >
  2325.                                Doctors from Scotland and America Achieve World-First Stroke Procedure With Robot
  2326.                                </a>
  2327.                            </h3>
  2328.                            <div class="blog-card-meta">
  2329.                                
  2330.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2331.                                
  2332.                                <span>By <strong>Evan Rice</strong></span>
  2333.                                <span>•</span>
  2334.                                <span>14 May 2026</span>
  2335.                            </div>
  2336.                            <p class="blog-card-excerpt">
  2337.                                
  2338.                            </p>
  2339.                            <div class="blog-card-footer">
  2340.                                <div class="blog-read-time">
  2341.                                    📖 5 min read
  2342.                                </div>
  2343.                                <a href="/doctors-from-scotland-and-america-achieve-world-first-stroke-procedure-with-robot/" class="blog-read-more">
  2344.                                    Read More →
  2345.                                </a>
  2346.                            </div>
  2347.                        </div>
  2348.                    </article>
  2349.                    
  2350.                    <article class="blog-card">
  2351.                        <div class="blog-card-image">
  2352.                          
  2353.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2354.                            
  2355.                            <span class="blog-category bg-primary-gradient">
  2356.                                News
  2357.                            </span>
  2358.                        </div>
  2359.                        <div class="blog-card-content">
  2360.                            <h3 class="blog-card-title">
  2361.                                <a href="/some-groups-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" >
  2362.                                Some groups on the political spectrum who offer only grievance: Labour is getting on with the job of economic rejuvenation.
  2363.                                </a>
  2364.                            </h3>
  2365.                            <div class="blog-card-meta">
  2366.                                
  2367.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2368.                                
  2369.                                <span>By <strong>Evan Rice</strong></span>
  2370.                                <span>•</span>
  2371.                                <span>13 May 2026</span>
  2372.                            </div>
  2373.                            <p class="blog-card-excerpt">
  2374.                                
  2375.                            </p>
  2376.                            <div class="blog-card-footer">
  2377.                                <div class="blog-read-time">
  2378.                                    📖 5 min read
  2379.                                </div>
  2380.                                <a href="/some-groups-on-the-political-spectrum-who-offer-only-grievance-labour-is-getting-on-with-the-job-of-economic-rejuvenation/" class="blog-read-more">
  2381.                                    Read More →
  2382.                                </a>
  2383.                            </div>
  2384.                        </div>
  2385.                    </article>
  2386.                    
  2387.                    <article class="blog-card">
  2388.                        <div class="blog-card-image">
  2389.                          
  2390.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2391.                            
  2392.                            <span class="blog-category bg-primary-gradient">
  2393.                                News
  2394.                            </span>
  2395.                        </div>
  2396.                        <div class="blog-card-content">
  2397.                            <h3 class="blog-card-title">
  2398.                                <a href="/andy-burnham-would-probably-have-secured-gorton-and-denton-byelection-states-labour-number-two/" >
  2399.                                Andy Burnham Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, States Labour Number Two
  2400.                                </a>
  2401.                            </h3>
  2402.                            <div class="blog-card-meta">
  2403.                                
  2404.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2405.                                
  2406.                                <span>By <strong>Evan Rice</strong></span>
  2407.                                <span>•</span>
  2408.                                <span>13 May 2026</span>
  2409.                            </div>
  2410.                            <p class="blog-card-excerpt">
  2411.                                
  2412.                            </p>
  2413.                            <div class="blog-card-footer">
  2414.                                <div class="blog-read-time">
  2415.                                    📖 5 min read
  2416.                                </div>
  2417.                                <a href="/andy-burnham-would-probably-have-secured-gorton-and-denton-byelection-states-labour-number-two/" class="blog-read-more">
  2418.                                    Read More →
  2419.                                </a>
  2420.                            </div>
  2421.                        </div>
  2422.                    </article>
  2423.                    
  2424.                    <article class="blog-card">
  2425.                        <div class="blog-card-image">
  2426.                          
  2427.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2428.                            
  2429.                            <span class="blog-category bg-primary-gradient">
  2430.                                News
  2431.                            </span>
  2432.                        </div>
  2433.                        <div class="blog-card-content">
  2434.                            <h3 class="blog-card-title">
  2435.                                <a href="/previous-bbc-consultants-undergo-mps-grilling-following-claims-of-prejudice-in-unauthorized-memorandum/" >
  2436.                                Previous BBC Consultants Undergo MPs&#x27; Grilling Following Claims of Prejudice in Unauthorized Memorandum
  2437.                                </a>
  2438.                            </h3>
  2439.                            <div class="blog-card-meta">
  2440.                                
  2441.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2442.                                
  2443.                                <span>By <strong>Evan Rice</strong></span>
  2444.                                <span>•</span>
  2445.                                <span>13 May 2026</span>
  2446.                            </div>
  2447.                            <p class="blog-card-excerpt">
  2448.                                
  2449.                            </p>
  2450.                            <div class="blog-card-footer">
  2451.                                <div class="blog-read-time">
  2452.                                    📖 5 min read
  2453.                                </div>
  2454.                                <a href="/previous-bbc-consultants-undergo-mps-grilling-following-claims-of-prejudice-in-unauthorized-memorandum/" class="blog-read-more">
  2455.                                    Read More →
  2456.                                </a>
  2457.                            </div>
  2458.                        </div>
  2459.                    </article>
  2460.                    
  2461.                    <article class="blog-card">
  2462.                        <div class="blog-card-image">
  2463.                          
  2464.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2465.                            
  2466.                            <span class="blog-category bg-primary-gradient">
  2467.                                News
  2468.                            </span>
  2469.                        </div>
  2470.                        <div class="blog-card-content">
  2471.                            <h3 class="blog-card-title">
  2472.                                <a href="/the-blue-jays-claim-fall-classic-meeting-versus-the-dodgers/" >
  2473.                                The Blue Jays Claim Fall Classic Meeting Versus the Dodgers
  2474.                                </a>
  2475.                            </h3>
  2476.                            <div class="blog-card-meta">
  2477.                                
  2478.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2479.                                
  2480.                                <span>By <strong>Evan Rice</strong></span>
  2481.                                <span>•</span>
  2482.                                <span>13 May 2026</span>
  2483.                            </div>
  2484.                            <p class="blog-card-excerpt">
  2485.                                
  2486.                            </p>
  2487.                            <div class="blog-card-footer">
  2488.                                <div class="blog-read-time">
  2489.                                    📖 5 min read
  2490.                                </div>
  2491.                                <a href="/the-blue-jays-claim-fall-classic-meeting-versus-the-dodgers/" class="blog-read-more">
  2492.                                    Read More →
  2493.                                </a>
  2494.                            </div>
  2495.                        </div>
  2496.                    </article>
  2497.                    
  2498.                    <article class="blog-card">
  2499.                        <div class="blog-card-image">
  2500.                          
  2501.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2502.                            
  2503.                            <span class="blog-category bg-primary-gradient">
  2504.                                News
  2505.                            </span>
  2506.                        </div>
  2507.                        <div class="blog-card-content">
  2508.                            <h3 class="blog-card-title">
  2509.                                <a href="/olympian-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/" >
  2510.                                Olympian and Several Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say
  2511.                                </a>
  2512.                            </h3>
  2513.                            <div class="blog-card-meta">
  2514.                                
  2515.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2516.                                
  2517.                                <span>By <strong>Evan Rice</strong></span>
  2518.                                <span>•</span>
  2519.                                <span>13 May 2026</span>
  2520.                            </div>
  2521.                            <p class="blog-card-excerpt">
  2522.                                
  2523.                            </p>
  2524.                            <div class="blog-card-footer">
  2525.                                <div class="blog-read-time">
  2526.                                    📖 5 min read
  2527.                                </div>
  2528.                                <a href="/olympian-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/" class="blog-read-more">
  2529.                                    Read More →
  2530.                                </a>
  2531.                            </div>
  2532.                        </div>
  2533.                    </article>
  2534.                    
  2535.                    <article class="blog-card">
  2536.                        <div class="blog-card-image">
  2537.                          
  2538.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2539.                            
  2540.                            <span class="blog-category bg-primary-gradient">
  2541.                                News
  2542.                            </span>
  2543.                        </div>
  2544.                        <div class="blog-card-content">
  2545.                            <h3 class="blog-card-title">
  2546.                                <a href="/shocking-unearthing-remains-of-vanished-mum-and-daughter-found-in-freezers-in-the-alpine-nation/" >
  2547.                                Shocking Unearthing: Remains of Vanished Mum and Daughter Found in Freezers in the Alpine Nation
  2548.                                </a>
  2549.                            </h3>
  2550.                            <div class="blog-card-meta">
  2551.                                
  2552.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2553.                                
  2554.                                <span>By <strong>Evan Rice</strong></span>
  2555.                                <span>•</span>
  2556.                                <span>12 May 2026</span>
  2557.                            </div>
  2558.                            <p class="blog-card-excerpt">
  2559.                                
  2560.                            </p>
  2561.                            <div class="blog-card-footer">
  2562.                                <div class="blog-read-time">
  2563.                                    📖 5 min read
  2564.                                </div>
  2565.                                <a href="/shocking-unearthing-remains-of-vanished-mum-and-daughter-found-in-freezers-in-the-alpine-nation/" class="blog-read-more">
  2566.                                    Read More →
  2567.                                </a>
  2568.                            </div>
  2569.                        </div>
  2570.                    </article>
  2571.                    
  2572.                    <article class="blog-card">
  2573.                        <div class="blog-card-image">
  2574.                          
  2575.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2576.                            
  2577.                            <span class="blog-category bg-primary-gradient">
  2578.                                News
  2579.                            </span>
  2580.                        </div>
  2581.                        <div class="blog-card-content">
  2582.                            <h3 class="blog-card-title">
  2583.                                <a href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-answered/" >
  2584.                                Spotify Year-End Recap: Launch Date plus Your Burning Questions Answered
  2585.                                </a>
  2586.                            </h3>
  2587.                            <div class="blog-card-meta">
  2588.                                
  2589.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2590.                                
  2591.                                <span>By <strong>Evan Rice</strong></span>
  2592.                                <span>•</span>
  2593.                                <span>12 May 2026</span>
  2594.                            </div>
  2595.                            <p class="blog-card-excerpt">
  2596.                                
  2597.                            </p>
  2598.                            <div class="blog-card-footer">
  2599.                                <div class="blog-read-time">
  2600.                                    📖 5 min read
  2601.                                </div>
  2602.                                <a href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-answered/" class="blog-read-more">
  2603.                                    Read More →
  2604.                                </a>
  2605.                            </div>
  2606.                        </div>
  2607.                    </article>
  2608.                    
  2609.                    <article class="blog-card">
  2610.                        <div class="blog-card-image">
  2611.                          
  2612.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2613.                            
  2614.                            <span class="blog-category bg-primary-gradient">
  2615.                                News
  2616.                            </span>
  2617.                        </div>
  2618.                        <div class="blog-card-content">
  2619.                            <h3 class="blog-card-title">
  2620.                                <a href="/smooth-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/" >
  2621.                                Smooth Conclusion to Lionel Messi&#x27;s India Tour Following Unrest in Kolkata
  2622.                                </a>
  2623.                            </h3>
  2624.                            <div class="blog-card-meta">
  2625.                                
  2626.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2627.                                
  2628.                                <span>By <strong>Evan Rice</strong></span>
  2629.                                <span>•</span>
  2630.                                <span>12 May 2026</span>
  2631.                            </div>
  2632.                            <p class="blog-card-excerpt">
  2633.                                
  2634.                            </p>
  2635.                            <div class="blog-card-footer">
  2636.                                <div class="blog-read-time">
  2637.                                    📖 5 min read
  2638.                                </div>
  2639.                                <a href="/smooth-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/" class="blog-read-more">
  2640.                                    Read More →
  2641.                                </a>
  2642.                            </div>
  2643.                        </div>
  2644.                    </article>
  2645.                    
  2646.                    <article class="blog-card">
  2647.                        <div class="blog-card-image">
  2648.                          
  2649.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2650.                            
  2651.                            <span class="blog-category bg-primary-gradient">
  2652.                                News
  2653.                            </span>
  2654.                        </div>
  2655.                        <div class="blog-card-content">
  2656.                            <h3 class="blog-card-title">
  2657.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/" >
  2658.                                Esteemed Photographer Brian Harris Obituary: An Existence Through the Camera
  2659.                                </a>
  2660.                            </h3>
  2661.                            <div class="blog-card-meta">
  2662.                                
  2663.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Evan Rice" class="blog-author-img">
  2664.                                
  2665.                                <span>By <strong>Evan Rice</strong></span>
  2666.                                <span>•</span>
  2667.                                <span>12 May 2026</span>
  2668.                            </div>
  2669.                            <p class="blog-card-excerpt">
  2670.                                
  2671.                            </p>
  2672.                            <div class="blog-card-footer">
  2673.                                <div class="blog-read-time">
  2674.                                    📖 5 min read
  2675.                                </div>
  2676.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/" class="blog-read-more">
  2677.                                    Read More →
  2678.                                </a>
  2679.                            </div>
  2680.                        </div>
  2681.                    </article>
  2682.                    
  2683.                    
  2684.  
  2685.                </div>
  2686.            </div>
  2687.            
  2688.              <div class="col col-lg-4 col-12">
  2689.                
  2690.  
  2691.  
  2692.  
  2693.    
  2694.  
  2695.  
  2696. <!-- Blog Sidebar V2 - Focused Design -->
  2697.  <div class="sidebar mb-3">
  2698.    <!-- Recent Posts Section -->
  2699.    <div class="sidebar-widget mb-4">
  2700.      <div class="widget-title-wrapper mb-3">
  2701.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2702.          <i class="ti-time me-2"></i>Recent Posts
  2703.          <span class="title-arrow-primary"></span>
  2704.        </h4>
  2705.      </div>
  2706.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2707.        <div class="recent-post-list">
  2708.          
  2709.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2710.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2711.                
  2712.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2713.                
  2714.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2715.            </div>
  2716.            <div class="post-content flex-grow-1">
  2717.              <h6 class="post-title mb-2">
  2718.                 <a href="/metropolitan-museum-confronts-lawsuit-over-allegedly-nazi-looted-van-gogh-painting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2719.                                            Metropolitan Museum Confronts Lawsuit Over Allegedly Nazi-Looted Van Gogh Painting
  2720.                                            </a>
  2721.              </h6>
  2722.              <div class="post-meta mb-3">
  2723.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2724.                <!-- <small class="text-muted">
  2725.                  <i class="ti-eye me-1"></i>348 views
  2726.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2727.                </small> -->
  2728.              </div>
  2729.            </div>
  2730.          </div>
  2731.          
  2732.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2733.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2734.                
  2735.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2736.                
  2737.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2738.            </div>
  2739.            <div class="post-content flex-grow-1">
  2740.              <h6 class="post-title mb-2">
  2741.                 <a href="/us-congressman-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="text-decoration-none top-color fw-semibold lh-sm">
  2742.                                            US Congressman Urges Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry
  2743.                                            </a>
  2744.              </h6>
  2745.              <div class="post-meta mb-3">
  2746.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2747.                <!-- <small class="text-muted">
  2748.                  <i class="ti-eye me-1"></i>348 views
  2749.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2750.                </small> -->
  2751.              </div>
  2752.            </div>
  2753.          </div>
  2754.          
  2755.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2756.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2757.                
  2758.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2759.                
  2760.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2761.            </div>
  2762.            <div class="post-content flex-grow-1">
  2763.              <h6 class="post-title mb-2">
  2764.                 <a href="/bound-alone-and-frightened-the-bleak-truth-for-female-prisoners-forced-to-have-their-babies-in-detention/" class="text-decoration-none top-color fw-semibold lh-sm">
  2765.                                            Bound, Alone and Frightened: The Bleak Truth for Female Prisoners Forced to Have Their Babies in Detention.
  2766.                                            </a>
  2767.              </h6>
  2768.              <div class="post-meta mb-3">
  2769.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2770.                <!-- <small class="text-muted">
  2771.                  <i class="ti-eye me-1"></i>348 views
  2772.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2773.                </small> -->
  2774.              </div>
  2775.            </div>
  2776.          </div>
  2777.          
  2778.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2779.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2780.                
  2781.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2782.                
  2783.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2784.            </div>
  2785.            <div class="post-content flex-grow-1">
  2786.              <h6 class="post-title mb-2">
  2787.                 <a href="/three-game-pass-games-were-playing-this-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2788.                                            Three Game Pass Games We&#x27;re Playing This Weekend (Oct. 10-12)
  2789.                                            </a>
  2790.              </h6>
  2791.              <div class="post-meta mb-3">
  2792.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2793.                <!-- <small class="text-muted">
  2794.                  <i class="ti-eye me-1"></i>348 views
  2795.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2796.                </small> -->
  2797.              </div>
  2798.            </div>
  2799.          </div>
  2800.          
  2801.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2802.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2803.                
  2804.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2805.                
  2806.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2807.            </div>
  2808.            <div class="post-content flex-grow-1">
  2809.              <h6 class="post-title mb-2">
  2810.                 <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-the-vast-shelter-on-the-malians-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  2811.                                            Daily Existence for one hundred twenty thousand Displaced People in the Vast Shelter on the Malians Frontier.
  2812.                                            </a>
  2813.              </h6>
  2814.              <div class="post-meta mb-3">
  2815.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2816.                <!-- <small class="text-muted">
  2817.                  <i class="ti-eye me-1"></i>348 views
  2818.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2819.                </small> -->
  2820.              </div>
  2821.            </div>
  2822.          </div>
  2823.          
  2824.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2825.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2826.                
  2827.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2828.                
  2829.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2830.            </div>
  2831.            <div class="post-content flex-grow-1">
  2832.              <h6 class="post-title mb-2">
  2833.                 <a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-venezuela/" class="text-decoration-none top-color fw-semibold lh-sm">
  2834.                                            The Way a US Military Veteran Aided the Venezuelan Opposition Leader Flee Venezuela
  2835.                                            </a>
  2836.              </h6>
  2837.              <div class="post-meta mb-3">
  2838.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2839.                <!-- <small class="text-muted">
  2840.                  <i class="ti-eye me-1"></i>348 views
  2841.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2842.                </small> -->
  2843.              </div>
  2844.            </div>
  2845.          </div>
  2846.          
  2847.  
  2848.        </div>
  2849.  
  2850.        <div class="text-center mt-4 pt-3 border-top border-light">
  2851.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2852.        </div>
  2853.      </div>
  2854.    </div>
  2855.  
  2856.    
  2857.    <div class="sidebar-widget mb-4">
  2858.      <div class="widget-title-wrapper mb-3">
  2859.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2860.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2861.          <span class="title-arrow"></span>
  2862.        </h4>
  2863.      </div>
  2864.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2865.        <div class="blog-roll-list scrollable-sidebar">
  2866.          
  2867.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.            <a href="https://www.first-to-fly.com/" rel="dofollow" class="text-decoration-none ">
  2869.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2870.                <i class="ti-angle-right me-2 text-primary"></i>
  2871.                list of sweepstakes casinos
  2872.              </h6>
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://readwrite.com/gambling/poker/" rel="dofollow" class="text-decoration-none ">
  2878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                poker online
  2881.              </h6>
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://pay-equity.org/" rel="dofollow" class="text-decoration-none ">
  2887.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                online casino
  2890.              </h6>
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://smartfootball.com/" rel="dofollow" class="text-decoration-none ">
  2896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                sports betting sites
  2899.              </h6>
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://draftbreakdown.com/" rel="dofollow" class="text-decoration-none ">
  2905.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                nfl betting promos
  2908.              </h6>
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://ai-hungary.com/" rel="dofollow" class="text-decoration-none ">
  2914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                magyar online casino
  2917.              </h6>
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://www.escapistmagazine.com/row/ola-ta-online-casino-greece/" rel="dofollow" class="text-decoration-none ">
  2923.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                καζίνο
  2926.              </h6>
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="http://withukraine.org/" rel="dofollow" class="text-decoration-none ">
  2932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                грати покер онлайн україна
  2935.              </h6>
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="http://crisis-economics.eu/" rel="dofollow" class="text-decoration-none ">
  2941.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                казино з мінімальними ставками
  2944.              </h6>
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="https://casinobeats.com/row/nettikasinot/" rel="dofollow" class="text-decoration-none ">
  2950.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                parhaat kasinot
  2953.              </h6>
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://www.schnell-kredit.info/" rel="dofollow" class="text-decoration-none ">
  2959.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                online casino bonus
  2962.              </h6>
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://www.theprojectlotus.org/" rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                social casino
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://www.lighthousecatholicmedia.org/" rel="dofollow" class="text-decoration-none ">
  2977.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                best poker sites
  2980.              </h6>
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://www.cardplayer.com/online-casinos" rel="dofollow" class="text-decoration-none ">
  2986.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                online casino
  2989.              </h6>
  2990.            </a>
  2991.          </div>
  2992.          
  2993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2994.            <a href="https://bilingualfamily.eu/" rel="dofollow" class="text-decoration-none ">
  2995.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2996.                <i class="ti-angle-right me-2 text-primary"></i>
  2997.                казино без верификации
  2998.              </h6>
  2999.            </a>
  3000.          </div>
  3001.          
  3002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.            <a href="https://lillepip.dk/" rel="dofollow" class="text-decoration-none ">
  3004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.                <i class="ti-angle-right me-2 text-primary"></i>
  3006.                udenlandsk casino
  3007.              </h6>
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://www.ncminorityhealth.org/" rel="dofollow" class="text-decoration-none ">
  3013.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                world cup betting sites
  3016.              </h6>
  3017.            </a>
  3018.          </div>
  3019.          
  3020.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.            <a href="https://www.fkt-online.de/" rel="dofollow" class="text-decoration-none ">
  3022.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3023.                <i class="ti-angle-right me-2 text-primary"></i>
  3024.                online casino
  3025.              </h6>
  3026.            </a>
  3027.          </div>
  3028.          
  3029.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3030.            <a href="https://apgd.de/" rel="dofollow" class="text-decoration-none ">
  3031.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3032.                <i class="ti-angle-right me-2 text-primary"></i>
  3033.                beste online casino
  3034.              </h6>
  3035.            </a>
  3036.          </div>
  3037.          
  3038.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.            <a href="https://oeko-komp1.de/" rel="dofollow" class="text-decoration-none ">
  3040.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.                <i class="ti-angle-right me-2 text-primary"></i>
  3042.                besten online casino
  3043.              </h6>
  3044.            </a>
  3045.          </div>
  3046.          
  3047.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3048.            <a href="https://www.gameshub.com/de/online-casino/ohne-oasis/" rel="dofollow" class="text-decoration-none ">
  3049.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3050.                <i class="ti-angle-right me-2 text-primary"></i>
  3051.                beste casino ohne oasis
  3052.              </h6>
  3053.            </a>
  3054.          </div>
  3055.          
  3056.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3057.            <a href="https://kimi-siegel.de/casinos-ohne-oasis/" rel="dofollow" class="text-decoration-none ">
  3058.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3059.                <i class="ti-angle-right me-2 text-primary"></i>
  3060.                online casinos ohne oasis
  3061.              </h6>
  3062.            </a>
  3063.          </div>
  3064.          
  3065.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3066.            <a href="https://readwrite.com/gambling/poker/" rel="dofollow" class="text-decoration-none ">
  3067.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3068.                <i class="ti-angle-right me-2 text-primary"></i>
  3069.                best online poker sites
  3070.              </h6>
  3071.            </a>
  3072.          </div>
  3073.          
  3074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.            <a href="https://populationaction.org/" rel="dofollow" class="text-decoration-none ">
  3076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.                <i class="ti-angle-right me-2 text-primary"></i>
  3078.                казино без верификации
  3079.              </h6>
  3080.            </a>
  3081.          </div>
  3082.          
  3083.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3084.            <a href="https://www.signalstudios.net/" rel="dofollow" class="text-decoration-none ">
  3085.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3086.                <i class="ti-angle-right me-2 text-primary"></i>
  3087.                best online poker sites
  3088.              </h6>
  3089.            </a>
  3090.          </div>
  3091.          
  3092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.            <a href="https://readwrite.com/gambling/betting/texas/" rel="dofollow" class="text-decoration-none ">
  3094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.                <i class="ti-angle-right me-2 text-primary"></i>
  3096.                texas sports betting
  3097.              </h6>
  3098.            </a>
  3099.          </div>
  3100.          
  3101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.            <a href="https://www.gamblinginsider.com/us/online-casinos" rel="dofollow" class="text-decoration-none ">
  3103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.                <i class="ti-angle-right me-2 text-primary"></i>
  3105.                online casinos real money
  3106.              </h6>
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://www.echominnesota.org/" rel="dofollow" class="text-decoration-none ">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                minnesota online gambling
  3115.              </h6>
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://www.gameshub.com/no/online-casino/" rel="dofollow" class="text-decoration-none ">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                online casino
  3124.              </h6>
  3125.            </a>
  3126.          </div>
  3127.          
  3128.      </div>
  3129.    </div>
  3130.    
  3131.    <div class="sidebar-widget mb-4">
  3132.      <div class="widget-title-wrapper mb-3">
  3133.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3134.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3135.          <span class="title-arrow"></span>
  3136.        </h4>
  3137.      </div>
  3138.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3139.        <div class="blog-roll-list scrollable-sidebar">
  3140.          
  3141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3142.            <a href="https://www.gamblinginsider.com/us/online-casinos" rel="dofollow" class="text-decoration-none ">
  3143.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3144.                <i class="ti-angle-right me-2 text-primary"></i>
  3145.                best online casino
  3146.              </h6>
  3147.            </a>
  3148.          </div>
  3149.          
  3150.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.            <a href="https://www.idesignarch.com/" rel="dofollow" class="text-decoration-none ">
  3152.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3153.                <i class="ti-angle-right me-2 text-primary"></i>
  3154.                social casino
  3155.              </h6>
  3156.            </a>
  3157.          </div>
  3158.          
  3159.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.            <a href="https://www.veterinariargentina.com/" rel="dofollow" class="text-decoration-none ">
  3161.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3162.                <i class="ti-angle-right me-2 text-primary"></i>
  3163.                los 10 mejores casinos online
  3164.              </h6>
  3165.            </a>
  3166.          </div>
  3167.          
  3168.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3169.            <a href="https://thecopenhagentales.com/" rel="dofollow" class="text-decoration-none ">
  3170.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3171.                <i class="ti-angle-right me-2 text-primary"></i>
  3172.                casino uden rofus
  3173.              </h6>
  3174.            </a>
  3175.          </div>
  3176.          
  3177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.            <a href="http://senr.io/" rel="dofollow" class="text-decoration-none ">
  3179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3180.                <i class="ti-angle-right me-2 text-primary"></i>
  3181.                лучшие онлайн казино россия
  3182.              </h6>
  3183.            </a>
  3184.          </div>
  3185.          
  3186.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.            <a href="http://ukrainian-food.org/" rel="dofollow" class="text-decoration-none ">
  3188.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3189.                <i class="ti-angle-right me-2 text-primary"></i>
  3190.                онлайн казино України
  3191.              </h6>
  3192.            </a>
  3193.          </div>
  3194.          
  3195.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.            <a href="http://orfeosuperdomo.com/" rel="dofollow" class="text-decoration-none ">
  3197.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3198.                <i class="ti-angle-right me-2 text-primary"></i>
  3199.                casas de apuestas en argentina
  3200.              </h6>
  3201.            </a>
  3202.          </div>
  3203.          
  3204.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3205.            <a href="https://dolarblue.net/" rel="dofollow" class="text-decoration-none ">
  3206.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3207.                <i class="ti-angle-right me-2 text-primary"></i>
  3208.                nuevas casas de apuestas
  3209.              </h6>
  3210.            </a>
  3211.          </div>
  3212.          
  3213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3214.            <a href="http://trendcoin.ru/" rel="dofollow" class="text-decoration-none ">
  3215.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3216.                <i class="ti-angle-right me-2 text-primary"></i>
  3217.                онлайн казино україни
  3218.              </h6>
  3219.            </a>
  3220.          </div>
  3221.          
  3222.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3223.            <a href="https://yaysweepstakes.com/" rel="dofollow" class="text-decoration-none ">
  3224.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3225.                <i class="ti-angle-right me-2 text-primary"></i>
  3226.                sweeps coins casino
  3227.              </h6>
  3228.            </a>
  3229.          </div>
  3230.          
  3231.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.            <a href="https://www.gamblinginsider.com/fi/parhaat-pikakasinot" rel="dofollow" class="text-decoration-none ">
  3233.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.                <i class="ti-angle-right me-2 text-primary"></i>
  3235.                parhaat pikakasinot
  3236.              </h6>
  3237.            </a>
  3238.          </div>
  3239.          
  3240.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3241.            <a href="https://animaltransportguides.eu/" rel="dofollow" class="text-decoration-none ">
  3242.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3243.                <i class="ti-angle-right me-2 text-primary"></i>
  3244.                top 10 najpopularniejszych gier na świecie
  3245.              </h6>
  3246.            </a>
  3247.          </div>
  3248.          
  3249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.            <a href="https://nye-bonuskoder.dk/" rel="dofollow" class="text-decoration-none ">
  3251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3252.                <i class="ti-angle-right me-2 text-primary"></i>
  3253.                spil uden om rofus
  3254.              </h6>
  3255.            </a>
  3256.          </div>
  3257.          
  3258.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.            <a href="http://worldsmartcity.org/" rel="dofollow" class="text-decoration-none ">
  3260.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3261.                <i class="ti-angle-right me-2 text-primary"></i>
  3262.                zakłady bukmacherskie online
  3263.              </h6>
  3264.            </a>
  3265.          </div>
  3266.          
  3267.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.            <a href="https://opengovernanceindia.org/" rel="dofollow" class="text-decoration-none ">
  3269.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.                <i class="ti-angle-right me-2 text-primary"></i>
  3271.                cricket betting app
  3272.              </h6>
  3273.            </a>
  3274.          </div>
  3275.          
  3276.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3277.            <a href="http://cyberprzestepczosc.info/" rel="dofollow" class="text-decoration-none ">
  3278.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3279.                <i class="ti-angle-right me-2 text-primary"></i>
  3280.                najlepsze kasyna online
  3281.              </h6>
  3282.            </a>
  3283.          </div>
  3284.          
  3285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3286.            <a href="http://maritimebulletin.net/" rel="dofollow" class="text-decoration-none ">
  3287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3288.                <i class="ti-angle-right me-2 text-primary"></i>
  3289.                najlepsi bukmacherzy
  3290.              </h6>
  3291.            </a>
  3292.          </div>
  3293.          
  3294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.            <a href="http://oxynade.com/" rel="nofollow" class="text-decoration-none ">
  3296.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3297.                <i class="ti-angle-right me-2 text-primary"></i>
  3298.                polscy bukmacherzy
  3299.              </h6>
  3300.            </a>
  3301.          </div>
  3302.          
  3303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3304.            <a href="http://typewithpride.com/" rel="dofollow" class="text-decoration-none ">
  3305.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3306.                <i class="ti-angle-right me-2 text-primary"></i>
  3307.                kasyno bez weryfikacji
  3308.              </h6>
  3309.            </a>
  3310.          </div>
  3311.          
  3312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3313.            <a href="http://airpolonia.com/" rel="dofollow" class="text-decoration-none ">
  3314.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3315.                <i class="ti-angle-right me-2 text-primary"></i>
  3316.                kasyno bez weryfikacji
  3317.              </h6>
  3318.            </a>
  3319.          </div>
  3320.          
  3321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3322.            <a href="http://docbookmd.com/" rel="dofollow" class="text-decoration-none ">
  3323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3324.                <i class="ti-angle-right me-2 text-primary"></i>
  3325.                gra aviator
  3326.              </h6>
  3327.            </a>
  3328.          </div>
  3329.          
  3330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3331.            <a href="https://earthship-sisters.fr" rel="dofollow" class="text-decoration-none ">
  3332.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3333.                <i class="ti-angle-right me-2 text-primary"></i>
  3334.                casino en ligne francais
  3335.              </h6>
  3336.            </a>
  3337.          </div>
  3338.          
  3339.      </div>
  3340.    </div>
  3341.    
  3342.    <div class="sidebar-widget mb-4">
  3343.      <div class="widget-title-wrapper mb-3">
  3344.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3345.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3346.          <span class="title-arrow"></span>
  3347.        </h4>
  3348.      </div>
  3349.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3350.        <div class="blog-roll-list scrollable-sidebar">
  3351.          
  3352.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3353.            <a href="https://newgroundmag.com/" rel="dofollow" class="text-decoration-none ">
  3354.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3355.                <i class="ti-angle-right me-2 text-primary"></i>
  3356.                offshore sportsbooks
  3357.              </h6>
  3358.            </a>
  3359.          </div>
  3360.          
  3361.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3362.            <a href="https://ultimateairshuttle.com/" rel="dofollow" class="text-decoration-none ">
  3363.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3364.                <i class="ti-angle-right me-2 text-primary"></i>
  3365.                online casino michigan
  3366.              </h6>
  3367.            </a>
  3368.          </div>
  3369.          
  3370.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3371.            <a href="http://innotion.pl/" rel="dofollow" class="text-decoration-none ">
  3372.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3373.                <i class="ti-angle-right me-2 text-primary"></i>
  3374.                kasyna online
  3375.              </h6>
  3376.            </a>
  3377.          </div>
  3378.          
  3379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3380.            <a href="http://mparkhotel.pl/" rel="dofollow" class="text-decoration-none ">
  3381.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3382.                <i class="ti-angle-right me-2 text-primary"></i>
  3383.                krypto kasyno
  3384.              </h6>
  3385.            </a>
  3386.          </div>
  3387.          
  3388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3389.            <a href="http://miesiecznikegzorcysta.pl/" rel="dofollow" class="text-decoration-none ">
  3390.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3391.                <i class="ti-angle-right me-2 text-primary"></i>
  3392.                kasyno bez weryfikacji
  3393.              </h6>
  3394.            </a>
  3395.          </div>
  3396.          
  3397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3398.            <a href="https://bitcantor.com/" rel="dofollow" class="text-decoration-none ">
  3399.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3400.                <i class="ti-angle-right me-2 text-primary"></i>
  3401.                chicken road
  3402.              </h6>
  3403.            </a>
  3404.          </div>
  3405.          
  3406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3407.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3408.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3409.                <i class="ti-angle-right me-2 text-primary"></i>
  3410.                casinos not on GAMSTOP
  3411.              </h6>
  3412.            </a>
  3413.          </div>
  3414.          
  3415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3416.            <a href="https://www.wagglbrasil.com/" rel="dofollow" class="text-decoration-none ">
  3417.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3418.                <i class="ti-angle-right me-2 text-primary"></i>
  3419.                melhores sites de poker online
  3420.              </h6>
  3421.            </a>
  3422.          </div>
  3423.          
  3424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3425.            <a href="http://cccteam.eu/" rel="dofollow" class="text-decoration-none ">
  3426.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3427.                <i class="ti-angle-right me-2 text-primary"></i>
  3428.                top kasyna online
  3429.              </h6>
  3430.            </a>
  3431.          </div>
  3432.          
  3433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3434.            <a href="https://playsense.nl/online-casino/" rel="dofollow" class="text-decoration-none ">
  3435.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3436.                <i class="ti-angle-right me-2 text-primary"></i>
  3437.                online casino Nederland
  3438.              </h6>
  3439.            </a>
  3440.          </div>
  3441.          
  3442.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3443.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3444.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3445.                <i class="ti-angle-right me-2 text-primary"></i>
  3446.                online casinos not on GAMSTOP
  3447.              </h6>
  3448.            </a>
  3449.          </div>
  3450.          
  3451.      </div>
  3452.    </div>
  3453.    
  3454.  </div>
  3455.  
  3456. <!-- Sidebar V2 Styles -->
  3457. <style>
  3458.  .sidebar-widget {
  3459.    position: relative;
  3460.  }
  3461.  
  3462.  .widget-title {
  3463.    font-size: 1.1rem;
  3464.    font-weight: 700;
  3465.    display: inline-block;
  3466.    position: relative;
  3467.    z-index: 2;
  3468.    border-radius: 0;
  3469.  }
  3470.  
  3471.  /* Green arrow for August Blog Roll */
  3472.  .title-arrow::after {
  3473.    content: '';
  3474.    position: absolute;
  3475.    top: 0;
  3476.    right: -22px;
  3477.    width: 0;
  3478.    height: 0;
  3479.    border-left: 22px solid var(--bs-primary);
  3480.    border-top: 22px solid transparent;
  3481.    border-bottom: 22px solid transparent;
  3482.    z-index: 1;
  3483.  }
  3484.  
  3485.  /* Blue arrow for Recent Posts */
  3486.  .title-arrow-primary::after {
  3487.    content: '';
  3488.    position: absolute;
  3489.    top: 0;
  3490.    right: -22px;
  3491.    width: 0;
  3492.    height: 0;
  3493.    border-left: 22px solid var(--bs-primary);
  3494.    border-top: 22px solid transparent;
  3495.    border-bottom: 22px solid transparent;
  3496.    z-index: 1;
  3497.  }
  3498.  
  3499.  .widget-content {
  3500.    margin-top: -1px;
  3501.    position: relative;
  3502.    z-index: 1;
  3503.     background-color: var(--card-bg);
  3504.  }
  3505.  
  3506.  /* Blog Roll Items Hover Effects */
  3507.  .blog-roll-item:hover .blog-title {
  3508.    color: #198754 !important;
  3509.    transform: translateX(5px);
  3510.    transition: all 0.3s ease;
  3511.  }
  3512.  
  3513.  /* Recent Post Items Hover Effects */
  3514.  .recent-post-item:hover .post-title a {
  3515.    color: #0d6efd !important;
  3516.    transition: color 0.3s ease;
  3517.  }
  3518.  
  3519.  .recent-post-item:hover .post-image img {
  3520.    transform: scale(1.05);
  3521.    transition: transform 0.3s ease;
  3522.  }
  3523.  
  3524.  /* Button Hover Effects */
  3525.  .btn:hover {
  3526.    transform: translateY(-2px);
  3527.    transition: all 0.3s ease;
  3528.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3529.  }
  3530.  
  3531.  /* Badge Hover Effects */
  3532.  .badge:hover {
  3533.    transform: scale(1.05);
  3534.    transition: transform 0.3s ease;
  3535.  }
  3536.  
  3537.  @media (max-width: 991px) {
  3538.    .sidebar {
  3539.      margin-top: 3rem;
  3540.    }
  3541.  }
  3542.  
  3543.  @media (max-width: 576px) {
  3544.    .widget-title {
  3545.      font-size: 1rem;
  3546.      padding: 0.75rem 1rem !important;
  3547.    }
  3548.  
  3549.    .title-arrow::after,
  3550.    .title-arrow-primary::after {
  3551.      right: -18px;
  3552.      border-left-width: 18px;
  3553.      border-top-width: 18px;
  3554.      border-bottom-width: 18px;
  3555.    }
  3556.  
  3557.    .post-image {
  3558.      width: 70px !important;
  3559.      height: 55px !important;
  3560.    }
  3561.  
  3562.    .blog-meta {
  3563.      flex-direction: column !important;
  3564.      align-items: flex-start !important;
  3565.      gap: 0.5rem;
  3566.    }
  3567.  }
  3568. </style>
  3569.  
  3570.    
  3571.            </div>
  3572.        </div>
  3573.    </div>
  3574. </section>
  3575.  
  3576. <script>
  3577. document.addEventListener('DOMContentLoaded', function() {
  3578.    // Simple scroll animation
  3579.    const cards = document.querySelectorAll('.blog-card');
  3580.    
  3581.    const observer = new IntersectionObserver(function(entries) {
  3582.        entries.forEach(entry => {
  3583.            if (entry.isIntersecting) {
  3584.                entry.target.style.opacity = '1';
  3585.                entry.target.style.transform = 'translateY(0)';
  3586.            }
  3587.        });
  3588.    }, {
  3589.        threshold: 0.1
  3590.    });
  3591.  
  3592.    cards.forEach((card, index) => {
  3593.        card.style.opacity = '0';
  3594.        card.style.transform = 'translateY(30px)';
  3595.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3596.        observer.observe(card);
  3597.    });
  3598. });
  3599. </script>
  3600.  
  3601.    
  3602.        
  3603.        <!-- end wpo-blog-highlights-section -->
  3604.        <!-- start wpo-blog-sponsored-section -->
  3605.        
  3606.  
  3607.  
  3608.  
  3609.    
  3610.  
  3611.  
  3612.  <style>
  3613.    .sponsored-card-v10 {
  3614.      border: 1px solid var(--bs-primary); /* Cyan border */
  3615.      transition: border-color 0.3s ease;
  3616.      min-height: 350px;
  3617.    }
  3618.    
  3619.    .sponsored-content-v10 {
  3620.      flex: 1; /* text area stretch kare */
  3621.    }
  3622.    .sponsored-card-v10:hover {
  3623.      border-color: var(--bs-primary);
  3624.      opacity: 0.8;
  3625.    }
  3626.    
  3627.    .sponsored-content-v10 {
  3628.      padding: 12px;
  3629.      border-radius: 12px 12px 0px 0px;
  3630.      background: var(--card-bg);
  3631.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3632.    }
  3633.    
  3634.    .sponsored-image-v10 {
  3635.      height: 180px;
  3636.    }
  3637.    
  3638.    .sponsored-image-v10 img {
  3639.      width: 100%;
  3640.      height: 100%;
  3641.      border-radius: 0px 0px 12px 12px;
  3642.      object-fit: cover;
  3643.    }
  3644.    
  3645.    .sponsored-badge-v10 {
  3646.      display: inline-block;
  3647.      position: relative;
  3648.      padding: 4px 8px;
  3649.      border-radius: var(--border-radius);
  3650.      font-size: 11px;
  3651.      font-weight: 600;
  3652.      text-transform: uppercase;
  3653.      color: white;
  3654.      margin-bottom: 8px;
  3655.    }
  3656.    
  3657.    .sponsored-badge-v10::after {
  3658.      content: '';
  3659.      position: absolute;
  3660.      top: 0;
  3661.      right: -8px;
  3662.    }
  3663.    
  3664.    .sponsored-title-v10 {
  3665.      font-size: 14px;
  3666.      font-weight: 700;
  3667.      line-height: 1.3;
  3668.      margin-bottom: 6px;
  3669.      color: #333;
  3670.    }
  3671.    
  3672.    .sponsored-title-v10 a {
  3673.      text-decoration: none;
  3674.      color: var(--topbar-color);
  3675.    }
  3676.    
  3677.    .sponsored-title-v10 a:hover {
  3678.      color: var(--bs-primary); /* Cyan hover */
  3679.    }
  3680.    
  3681.    .sponsored-excerpt-v10 {
  3682.      font-size: 11px;
  3683.      font-weight: 400;
  3684.      color: #6c757d;
  3685.      margin-bottom: 6px;
  3686.      line-height: 1.4;
  3687.    }
  3688.    
  3689.    .sponsored-meta-v10 {
  3690.      font-size: 10px;
  3691.      color: #6c757d;
  3692.    }
  3693.    
  3694.    .author-info-v10 {
  3695.      margin-bottom: 4px;
  3696.    }
  3697.    
  3698.    .sponsored-author-img-v10 {
  3699.      width: 18px;
  3700.      height: 18px;
  3701.      border-radius: 50%;
  3702.      object-fit: cover;
  3703.      vertical-align: middle;
  3704.      margin-right: 4px;
  3705.    }
  3706.    
  3707.    .section-title-sponsored-v10 {
  3708.      font-size: 1.8rem;
  3709.      font-weight: 600;
  3710.      text-align: left;
  3711.      margin-bottom: 25px;
  3712.      color: #333;
  3713.      position: relative;
  3714.    }
  3715.    
  3716.    .section-title-sponsored-v10::after {
  3717.      content: '';
  3718.      position: absolute;
  3719.      bottom: -6px;
  3720.      left: 0;
  3721.      width: 60px;
  3722.      height: 2px;
  3723.      background: var(--bs-primary);
  3724.    }
  3725.    
  3726.    @media (max-width: 768px) {
  3727.      .sponsored-section-v10 {
  3728.        padding: 30px 0;
  3729.      }
  3730.      .sponsored-image-v10 {
  3731.        height: 180px;
  3732.      }
  3733.      .sponsored-content-v10 {
  3734.        padding: 10px;
  3735.      }
  3736.      .sponsored-title-v10 {
  3737.        font-size: 13px;
  3738.      }
  3739.      .sponsored-excerpt-v10 {
  3740.        font-size: 10px;
  3741.      }
  3742.      .sponsored-badge-v10 {
  3743.        font-size: 10px;
  3744.        padding: 3px 6px;
  3745.      }
  3746.      .sponsored-meta-v10 {
  3747.        font-size: 9px;
  3748.      }
  3749.      .section-title-sponsored-v10 {
  3750.        font-size: 1.5rem;
  3751.      }
  3752.    }
  3753.  </style>
  3754.  
  3755.  <section class="sponsored-section-v10 my-5">
  3756.    <div class="container-fluid fluid-container">
  3757.      <div class="row">
  3758.        <div class="col-12">
  3759.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3760.        </div>
  3761.      </div>
  3762.  
  3763.      <div class="row g-3 d-flex align-items-center">
  3764.        
  3765.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3766.            <div class="card sponsored-card-v10 h-100 w-100">
  3767.              <div class="sponsored-content-v10">
  3768.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3769.                <h3 class="sponsored-title-v10"><a href="/metropolitan-museum-confronts-lawsuit-over-allegedly-nazi-looted-van-gogh-painting/">Metropolitan Museum Confronts Lawsuit Over Allegedly Nazi-Looted Van Gogh Painting</a></h3>
  3770.                <p class="sponsored-excerpt-v10"></p>
  3771.                <div class="sponsored-meta-v10">
  3772.                  <div class="author-info-v10">
  3773.                    
  3774.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3775.                    
  3776.                    <span>Evan Rice</span>
  3777.                  </div>
  3778.                  <div>12 May 2026</div>
  3779.                </div>
  3780.              </div>
  3781.              <div class="sponsored-image-v10">
  3782.                
  3783.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3784.                
  3785.              </div>
  3786.            </div>
  3787.          </div>
  3788.        
  3789.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3790.            <div class="card sponsored-card-v10 h-100 w-100">
  3791.              <div class="sponsored-content-v10">
  3792.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3793.                <h3 class="sponsored-title-v10"><a href="/us-congressman-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/">US Congressman Urges Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry</a></h3>
  3794.                <p class="sponsored-excerpt-v10"></p>
  3795.                <div class="sponsored-meta-v10">
  3796.                  <div class="author-info-v10">
  3797.                    
  3798.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3799.                    
  3800.                    <span>Evan Rice</span>
  3801.                  </div>
  3802.                  <div>12 May 2026</div>
  3803.                </div>
  3804.              </div>
  3805.              <div class="sponsored-image-v10">
  3806.                
  3807.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3808.                
  3809.              </div>
  3810.            </div>
  3811.          </div>
  3812.        
  3813.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3814.            <div class="card sponsored-card-v10 h-100 w-100">
  3815.              <div class="sponsored-content-v10">
  3816.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3817.                <h3 class="sponsored-title-v10"><a href="/bound-alone-and-frightened-the-bleak-truth-for-female-prisoners-forced-to-have-their-babies-in-detention/">Bound, Alone and Frightened: The Bleak Truth for Female Prisoners Forced to Have Their Babies in Detention.</a></h3>
  3818.                <p class="sponsored-excerpt-v10"></p>
  3819.                <div class="sponsored-meta-v10">
  3820.                  <div class="author-info-v10">
  3821.                    
  3822.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3823.                    
  3824.                    <span>Evan Rice</span>
  3825.                  </div>
  3826.                  <div>11 May 2026</div>
  3827.                </div>
  3828.              </div>
  3829.              <div class="sponsored-image-v10">
  3830.                
  3831.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3832.                
  3833.              </div>
  3834.            </div>
  3835.          </div>
  3836.        
  3837.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3838.            <div class="card sponsored-card-v10 h-100 w-100">
  3839.              <div class="sponsored-content-v10">
  3840.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3841.                <h3 class="sponsored-title-v10"><a href="/three-game-pass-games-were-playing-this-weekend-oct-10-12/">Three Game Pass Games We&#x27;re Playing This Weekend (Oct. 10-12)</a></h3>
  3842.                <p class="sponsored-excerpt-v10"></p>
  3843.                <div class="sponsored-meta-v10">
  3844.                  <div class="author-info-v10">
  3845.                    
  3846.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3847.                    
  3848.                    <span>Evan Rice</span>
  3849.                  </div>
  3850.                  <div>11 May 2026</div>
  3851.                </div>
  3852.              </div>
  3853.              <div class="sponsored-image-v10">
  3854.                
  3855.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3856.                
  3857.              </div>
  3858.            </div>
  3859.          </div>
  3860.        
  3861.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3862.            <div class="card sponsored-card-v10 h-100 w-100">
  3863.              <div class="sponsored-content-v10">
  3864.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3865.                <h3 class="sponsored-title-v10"><a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-the-vast-shelter-on-the-malians-frontier/">Daily Existence for one hundred twenty thousand Displaced People in the Vast Shelter on the Malians Frontier.</a></h3>
  3866.                <p class="sponsored-excerpt-v10"></p>
  3867.                <div class="sponsored-meta-v10">
  3868.                  <div class="author-info-v10">
  3869.                    
  3870.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3871.                    
  3872.                    <span>Evan Rice</span>
  3873.                  </div>
  3874.                  <div>11 May 2026</div>
  3875.                </div>
  3876.              </div>
  3877.              <div class="sponsored-image-v10">
  3878.                
  3879.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3880.                
  3881.              </div>
  3882.            </div>
  3883.          </div>
  3884.        
  3885.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3886.            <div class="card sponsored-card-v10 h-100 w-100">
  3887.              <div class="sponsored-content-v10">
  3888.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3889.                <h3 class="sponsored-title-v10"><a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-venezuela/">The Way a US Military Veteran Aided the Venezuelan Opposition Leader Flee Venezuela</a></h3>
  3890.                <p class="sponsored-excerpt-v10"></p>
  3891.                <div class="sponsored-meta-v10">
  3892.                  <div class="author-info-v10">
  3893.                    
  3894.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" class="sponsored-author-img-v10" alt="Evan Rice" />
  3895.                    
  3896.                    <span>Evan Rice</span>
  3897.                  </div>
  3898.                  <div>11 May 2026</div>
  3899.                </div>
  3900.              </div>
  3901.              <div class="sponsored-image-v10">
  3902.                
  3903.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3904.                
  3905.              </div>
  3906.            </div>
  3907.          </div>
  3908.        
  3909.      </div>
  3910.    </div>
  3911.  </section>
  3912.  
  3913.  
  3914.    
  3915.        <!-- end wpo-blog-sponsored-section -->
  3916.        <!-- start wpo-subscribe-section -->
  3917.        
  3918.        <!-- end subscribe-section -->
  3919.        <!-- start of wpo-site-footer-section -->
  3920.        
  3921.  
  3922.  
  3923.  
  3924.  
  3925.  
  3926.  
  3927. <!-- Footer V4 - Modern Corporate Design -->
  3928. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3929.  
  3930.    <div class="container-fluid fluid-container">
  3931.        
  3932.        <!-- Content Sections -->
  3933.        <div class="content-sections">
  3934.            <div class="row g-5">
  3935.                
  3936.                <!-- Brand Column -->
  3937.                <div class="col-lg-4 col-md-12">
  3938.                    <div class="brand-section">
  3939.                        <div class="brand-header">
  3940.                            
  3941.                            <div class="brand-text">
  3942.                                <h3 class="brand-name">Golden Palace Platform</h3>
  3943.                                <span class="brand-type">Digital Publication</span>
  3944.                            </div>
  3945.                        </div>
  3946.                        <p class="brand-description  text-lg-start ">
  3947.                            Discover curated luxury travel experiences, high-end lifestyle tips, and exclusive destination guides from elite travelers and hospitality experts worldwide.
  3948.                        </p>
  3949.                    </div>
  3950.                </div>
  3951.  
  3952.                <!-- Quick Links Column -->
  3953.               <div class="col-lg-4 col-md-6">
  3954.                    <div class="links-section">
  3955.                        <div class="section-title">
  3956.                            <h4 class="title-text">Resources</h4>
  3957.                            <div class="title-decoration"></div>
  3958.                        </div>
  3959.                        <div class="links-container">
  3960.                          
  3961. <div class="link-group">
  3962.    <ul class="link-list" id="externalLinks">
  3963.        
  3964.  
  3965.    
  3966.        
  3967.        
  3968.        
  3969.    </ul>
  3970. </div>
  3971.  
  3972.                        </div>
  3973.                    </div>
  3974.                </div>
  3975.  
  3976.                <!-- Categories Column -->
  3977.                <div class="col-lg-4 col-md-6">
  3978.                    <div class="categories-section">
  3979.                        <div class="section-title">
  3980.                            <h4 class="title-text">Explore Topics</h4>
  3981.                            <div class="title-decoration"></div>
  3982.                        </div>
  3983.                        <div class="categories-container">
  3984.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3985.                            <div class="categories-cloud">
  3986.                                
  3987.                                <a href="/category/all-posts/" class="category-pill">
  3988.                                    All Posts
  3989.                                </a>
  3990.                                
  3991.                                <a href="/category/business/" class="category-pill">
  3992.                                    Business
  3993.                                </a>
  3994.                                
  3995.                                <a href="/category/esports/" class="category-pill">
  3996.                                    Esports
  3997.                                </a>
  3998.                                
  3999.                                <a href="/category/fashion/" class="category-pill">
  4000.                                    Fashion
  4001.                                </a>
  4002.                                
  4003.                                <a href="/category/featured/" class="category-pill">
  4004.                                    Featured
  4005.                                </a>
  4006.                                
  4007.                                <a href="/category/gaming/" class="category-pill">
  4008.                                    Gaming
  4009.                                </a>
  4010.                                
  4011.                                <a href="/category/health/" class="category-pill">
  4012.                                    Health
  4013.                                </a>
  4014.                                
  4015.                                <a href="/category/life-fitness/" class="category-pill">
  4016.                                    Life &amp; Fitness
  4017.                                </a>
  4018.                                
  4019.                            </div>
  4020.                        </div>
  4021.                    </div>
  4022.                </div>
  4023.  
  4024.            </div>
  4025.        </div>
  4026.  
  4027.        <!-- Footer Bottom -->
  4028.        <div class="footer-bottom">
  4029.            <div class="bottom-border"></div>
  4030.            <div class=" d-flex justify-content-between flex-wrap">
  4031.                <div>
  4032.                    <div class="copyright-info">
  4033.                        <p class="copyright-main">
  4034.                            © 2026 <span class="brand-highlight">Golden Palace Platform</span>. All rights reserved.
  4035.                        </p>
  4036.                        <p class="copyright-sub">
  4037.                            Thoughtfully crafted content for curious minds worldwide.
  4038.                        </p>
  4039.                    </div>
  4040.                </div>
  4041.                <div>
  4042.                    <div class="footer-actions">
  4043.                        <div class="action-links">
  4044.                            <a href="/page/write-for-us/" class="action-link">
  4045.                                <i class="bi bi-shield-check"></i>
  4046.                                <span>Write For Us</span>
  4047.                            </a>
  4048.                            <a href="/page/terms-and-conditions/" class="action-link">
  4049.                                <i class="bi bi-shield-check"></i>
  4050.                                <span>Terms & Conditions</span>
  4051.                            </a>
  4052.                            <a href="/sitemap.xml" class="action-link">
  4053.                                <i class="bi bi-diagram-3"></i>
  4054.                                <span>Sitemap</span>
  4055.                            </a>
  4056.                        </div>
  4057.  
  4058.                    </div>
  4059.                </div>
  4060.            </div>
  4061.        </div>
  4062.  
  4063.    </div>
  4064.  
  4065.    
  4066.  
  4067. </footer>
  4068.  
  4069.  
  4070. <style>
  4071. /* Footer V4 - Modern Corporate Design */
  4072. .wpo-site-footer-v4 {
  4073.    color: var(--footer-color);
  4074.    margin-top: 100px;
  4075. }
  4076.  
  4077.  
  4078. .accent-line {
  4079.    position: absolute;
  4080.    top: 0;
  4081.    height: 100%;
  4082.    width: 33.333%;
  4083.    opacity: 0.8;
  4084. }
  4085.  
  4086. .accent-1 {
  4087.    left: 0;
  4088.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4089.    animation: slideRight 3s ease-in-out infinite;
  4090. }
  4091.  
  4092. .accent-2 {
  4093.    left: 33.333%;
  4094.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4095.    animation: slideRight 3s ease-in-out infinite 1s;
  4096. }
  4097.  
  4098. .accent-3 {
  4099.    left: 66.666%;
  4100.    background: linear-gradient(90deg, #10b981, #059669);
  4101.    animation: slideRight 3s ease-in-out infinite 2s;
  4102. }
  4103.  
  4104. @keyframes slideRight {
  4105.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4106.    50% { transform: translateX(10px); opacity: 1; }
  4107. }
  4108.  
  4109. /* Content Sections */
  4110. .content-sections {
  4111.    padding: 60px 0;
  4112.    position: relative;
  4113.    z-index: 2;
  4114. }
  4115.  
  4116. /* Brand Section */
  4117. .brand-section {
  4118.    padding-right: 2rem;
  4119. }
  4120.  
  4121. .brand-header {
  4122.    display: flex;
  4123.    align-items: center;
  4124.    margin-bottom: 2rem;
  4125.    gap: 1rem;
  4126. }
  4127.  
  4128. .brand-logo {
  4129.    height: 50px;
  4130.    width: auto;
  4131.    border-radius: 8px;
  4132. }
  4133.  
  4134. .brand-name {
  4135.    font-size: 1.5rem;
  4136.    font-weight: 800;
  4137.    color: var(--footer-color) !important;
  4138.    margin: 0;
  4139. }
  4140.  
  4141. .brand-type {
  4142.    color: var(--footer-color) !important;
  4143.    opacity: 0.8;
  4144.    font-size: 0.85rem;
  4145.    font-weight: 500;
  4146.    text-transform: uppercase;
  4147.    letter-spacing: 0.5px;
  4148. }
  4149.  
  4150. .brand-description {
  4151.    color: var(--footer-color) !important;
  4152.    line-height: 1.7;
  4153.    margin-bottom: 2rem;
  4154.    font-size: 0.95rem;
  4155. }
  4156.  
  4157. .brand-stats {
  4158.    display: flex;
  4159.    align-items: center;
  4160.    gap: 1.5rem;
  4161. }
  4162.  
  4163. .stat-item {
  4164.    text-align: center;
  4165. }
  4166.  
  4167. .stat-number {
  4168.    font-size: 1.5rem;
  4169.    font-weight: 800;
  4170.    color: #3b82f6;
  4171.    display: block;
  4172.    line-height: 1;
  4173. }
  4174.  
  4175. .stat-label {
  4176.    font-size: 0.8rem;
  4177.    color: #94a3b8;
  4178.    margin-top: 0.25rem;
  4179. }
  4180.  
  4181. .stat-divider {
  4182.    width: 1px;
  4183.    height: 40px;
  4184.    background: rgba(255, 255, 255, 0.2);
  4185. }
  4186.  
  4187. /* Links Section */
  4188. .links-section {
  4189.    padding-left: 1rem;
  4190.    padding-right: 1rem;
  4191. }
  4192.  
  4193. .section-title {
  4194.    margin-bottom: 2rem;
  4195.    position: relative;
  4196. }
  4197.  
  4198. .title-text {
  4199.    font-size: 1.3rem;
  4200.    font-weight: 700;
  4201.    color: var(--footer-color) !important;
  4202.    margin-bottom: 0.5rem;
  4203.    text-align: justify !important;
  4204. }
  4205.  
  4206.  
  4207. .link-group {
  4208.    margin-bottom: 2rem;
  4209. }
  4210.  
  4211. .group-title {
  4212.    font-size: 1rem;
  4213.    font-weight: 600;
  4214.    color: #f1f5f9;
  4215.    margin-bottom: 1rem;
  4216.    padding-bottom: 0.5rem;
  4217.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4218. }
  4219.  
  4220. .link-list {
  4221.    list-style: none;
  4222.    padding: 0;
  4223.    margin: 0;
  4224. }
  4225.  
  4226. .link-item {
  4227.    margin-bottom: 0.75rem;
  4228. }
  4229.  
  4230. .link-text {
  4231.    color: var(--footer-color) !important;
  4232.    text-decoration: none;
  4233.    font-size: 0.9rem;
  4234.    display: flex;
  4235.    align-items: center;
  4236.    transition: all 0.3s ease;
  4237.    padding: 0.25rem 0;
  4238. }
  4239.  
  4240. .link-text:hover {
  4241.    color: #3b82f6;
  4242.    padding-left: 0.5rem;
  4243. }
  4244.  
  4245. .link-icon {
  4246.    margin-right: 0.5rem;
  4247.    opacity: 0;
  4248.    transition: opacity 0.3s ease;
  4249. }
  4250.  
  4251. .link-text:hover .link-icon {
  4252.    opacity: 1;
  4253. }
  4254.  
  4255. .external-icon {
  4256.    color: #10b981;
  4257. }
  4258.  
  4259. /* Categories Section */
  4260. .categories-section {
  4261.    padding-left: 1rem;
  4262. }
  4263.  
  4264. .categories-intro {
  4265.    color: #cbd5e1;
  4266.    margin-bottom: 1.5rem;
  4267.    font-size: 0.9rem;
  4268. }
  4269.  
  4270. .categories-cloud {
  4271.    display: flex;
  4272.    flex-wrap: wrap;
  4273.    gap: 0.75rem;
  4274. }
  4275.  
  4276. .category-pill {
  4277.    display: inline-block;
  4278.    padding: 0.5rem 1rem;
  4279.    background: rgba(255, 255, 255, 0.1);
  4280.    border: 1px solid rgba(255, 255, 255, 0.2);
  4281.    border-radius: 20px;
  4282.    color:  var(--footer-color) !important;
  4283.    text-decoration: none;
  4284.    font-size: 0.85rem;
  4285.    opacity: 0.7;
  4286.    font-weight: 500;
  4287.    transition: all 0.3s ease;
  4288. }
  4289.  
  4290. .category-pill:hover {
  4291.    background: #3b82f6;
  4292.    border-color: #3b82f6;
  4293.    color: var(--footer-color) !important;
  4294.    opacity: 1;
  4295.    transform: translateY(-1px);
  4296.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4297. }
  4298.  
  4299. /* Footer Bottom */
  4300. .footer-bottom {
  4301.    padding: 2rem 0;
  4302.    position: relative;
  4303.    z-index: 2;
  4304. }
  4305.  
  4306. .bottom-border {
  4307.    height: 1px;
  4308.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4309.    margin-bottom: 2rem;
  4310. }
  4311.  
  4312. .copyright-main {
  4313.    font-size: 1rem;
  4314.    color: #e2e8f0;
  4315.    margin-bottom: 0.25rem;
  4316. }
  4317.  
  4318. .brand-highlight {
  4319.    color: var(--footer-color);
  4320.    font-weight: 700;
  4321. }
  4322.  
  4323. .copyright-sub {
  4324.    font-size: 0.85rem;
  4325.    color: #94a3b8;
  4326.    margin: 0;
  4327. }
  4328.  
  4329. .footer-actions {
  4330.    display: flex;
  4331.    align-items: center;
  4332.    gap: 2rem;
  4333. }
  4334.  
  4335. .action-links {
  4336.    display: flex;
  4337.    gap: 1.5rem;
  4338. }
  4339.  
  4340. .action-link {
  4341.    display: flex;
  4342.    align-items: center;
  4343.    gap: 0.5rem;
  4344.    color: #cbd5e1;
  4345.    text-decoration: none;
  4346.    font-size: 0.9rem;
  4347.    transition: color 0.3s ease;
  4348. }
  4349.  
  4350. .action-link:hover {
  4351.    color: #3b82f6;
  4352. }
  4353.  
  4354. .scroll-to-top-btn {
  4355.    background: rgba(255, 255, 255, 0.1);
  4356.    border: 1px solid rgba(255, 255, 255, 0.2);
  4357.    color: #cbd5e1;
  4358.    width: 44px;
  4359.    height: 44px;
  4360.    border-radius: 12px;
  4361.    cursor: pointer;
  4362.    transition: all 0.3s ease;
  4363.    display: flex;
  4364.    align-items: center;
  4365.    justify-content: center;
  4366. }
  4367.  
  4368. .scroll-to-top-btn:hover {
  4369.    background: #3b82f6;
  4370.    border-color: #3b82f6;
  4371.    color: white;
  4372.    transform: translateY(-2px);
  4373. }
  4374.  
  4375. /* Background Pattern */
  4376. .footer-pattern {
  4377.    position: absolute;
  4378.    top: 0;
  4379.    left: 0;
  4380.    width: 100%;
  4381.    height: 100%;
  4382.    z-index: 1;
  4383.    overflow: hidden;
  4384. }
  4385.  
  4386. .pattern-grid {
  4387.    position: relative;
  4388.    width: 100%;
  4389.    height: 100%;
  4390. }
  4391.  
  4392. .pattern-dot {
  4393.    position: absolute;
  4394.    width: 2px;
  4395.    height: 2px;
  4396.    background: rgba(255, 255, 255, 0.1);
  4397.    border-radius: 50%;
  4398. }
  4399.  
  4400. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4401. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4402. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4403. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4404. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4405. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4406.  
  4407. /* Responsive Design */
  4408. @media (max-width: 992px) {
  4409.    .newsletter-heading {
  4410.        font-size: 2rem;
  4411.    }
  4412.    
  4413.    .brand-section {
  4414.        padding-right: 0;
  4415.        margin-bottom: 3rem;
  4416.    }
  4417.    
  4418.    .links-section, .categories-section {
  4419.        padding-left: 0;
  4420.        padding-right: 0;
  4421.    }
  4422.    
  4423.    .brand-stats {
  4424.        justify-content: center;
  4425.        margin-top: 2rem;
  4426.    }
  4427. }
  4428.  
  4429. @media (max-width: 768px) {
  4430.    .newsletter-section {
  4431.        padding: 60px 0 40px;
  4432.    }
  4433.    
  4434.    .newsletter-container {
  4435.        padding: 2rem 1.5rem;
  4436.        margin: 0 1rem;
  4437.    }
  4438.    
  4439.    .newsletter-heading {
  4440.        font-size: 1.75rem;
  4441.    }
  4442.    
  4443.    .content-sections {
  4444.        padding: 40px 0;
  4445.    }
  4446.    
  4447.    .brand-header {
  4448.        flex-direction: column;
  4449.        text-align: center;
  4450.    }
  4451.    
  4452.    .footer-actions {
  4453.        flex-direction: column;
  4454.        gap: 1rem;
  4455.        margin-top: 1.5rem;
  4456.    }
  4457.    
  4458.    .action-links {
  4459.        order: 2;
  4460.    }
  4461.    
  4462.    .scroll-to-top-btn {
  4463.        order: 1;
  4464.    }
  4465. }
  4466.  
  4467. @media (max-width: 576px) {
  4468.    .newsletter-container {
  4469.        padding: 1.5rem 1rem;
  4470.    }
  4471.    
  4472.    .newsletter-heading {
  4473.        font-size: 1.5rem;
  4474.    }
  4475.    
  4476.    .brand-stats {
  4477.        flex-direction: column;
  4478.        gap: 1rem;
  4479.    }
  4480.    
  4481.    .stat-divider {
  4482.        width: 40px;
  4483.        height: 1px;
  4484.    }
  4485.    
  4486.    .action-links {
  4487.        flex-direction: column;
  4488.        gap: 0.75rem;
  4489.        text-align: center;
  4490.    }
  4491.    
  4492.    .pattern-dot {
  4493.        display: none;
  4494.    }
  4495. }
  4496. </style>
  4497.  
  4498. <!-- Bootstrap 5 JS -->
  4499.  
  4500. <script>
  4501. // Scroll to Top Function
  4502. document.addEventListener('DOMContentLoaded', function () {
  4503.    var btn = document.getElementById('toggleExternal');
  4504.    if (!btn) return; // No extra items, no button
  4505.  
  4506.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4507.  
  4508.    btn.addEventListener('click', function () {
  4509.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4510.            return li.classList.contains('d-none');
  4511.        });
  4512.  
  4513.        extras.forEach(function (li) {
  4514.            if (anyHidden) {
  4515.                li.classList.remove('d-none');
  4516.                li.classList.add('show');
  4517.            } else {
  4518.                li.classList.add('d-none');
  4519.                li.classList.remove('show');
  4520.            }
  4521.        });
  4522.  
  4523.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4524.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4525.    });
  4526. });
  4527. function scrollToTop() {
  4528.    window.scrollTo({
  4529.        top: 0,
  4530.        behavior: 'smooth'
  4531.    });
  4532. }
  4533.  
  4534. // Initialize Footer V4 Features
  4535. document.addEventListener('DOMContentLoaded', function() {
  4536.    
  4537.    // Newsletter Form Handling
  4538.    const newsletterForm = document.querySelector('.newsletter-form');
  4539.    const emailInput = document.querySelector('.form-input');
  4540.    const submitButton = document.querySelector('.submit-button');
  4541.    const successMessage = document.querySelector('.success-message');
  4542.    const errorMessage = document.querySelector('.error-message');
  4543.    const infoMessage = document.querySelector('.info-message');
  4544.    
  4545.    if (newsletterForm && emailInput && submitButton) {
  4546.        
  4547.        // Form submission
  4548.        newsletterForm.addEventListener('submit', function(e) {
  4549.            e.preventDefault();
  4550.            
  4551.            const email = emailInput.value.trim();
  4552.            
  4553.            // Validate email
  4554.            if (!email || !isValidEmail(email)) {
  4555.                showMessage('error');
  4556.                emailInput.focus();
  4557.                return;
  4558.            }
  4559.            
  4560.            // Show loading state
  4561.            const originalText = submitButton.querySelector('.button-text').textContent;
  4562.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4563.            
  4564.            submitButton.disabled = true;
  4565.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4566.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4567.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4568.            
  4569.            // Simulate API call
  4570.            setTimeout(() => {
  4571.                // Success state
  4572.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4573.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4574.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4575.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4576.                
  4577.                showMessage('success');
  4578.                
  4579.                // Reset after delay
  4580.                setTimeout(() => {
  4581.                    submitButton.querySelector('.button-text').textContent = originalText;
  4582.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4583.                    submitButton.style.background = '';
  4584.                    submitButton.disabled = false;
  4585.                    emailInput.value = '';
  4586.                    showMessage('info');
  4587.                }, 3000);
  4588.                
  4589.            }, 2000);
  4590.        });
  4591.        
  4592.        // Input validation
  4593.        emailInput.addEventListener('blur', function() {
  4594.            const email = this.value.trim();
  4595.            if (email && !isValidEmail(email)) {
  4596.                this.style.borderColor = '#ef4444';
  4597.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4598.            } else if (email && isValidEmail(email)) {
  4599.                this.style.borderColor = '#10b981';
  4600.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4601.            }
  4602.        });
  4603.        
  4604.        emailInput.addEventListener('focus', function() {
  4605.            this.style.borderColor = '#3b82f6';
  4606.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4607.        });
  4608.        
  4609.        // Reset validation styling on input
  4610.        emailInput.addEventListener('input', function() {
  4611.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4612.                this.style.borderColor = '';
  4613.                this.style.boxShadow = '';
  4614.            }
  4615.        });
  4616.    }
  4617.    
  4618.    // Email validation function
  4619.    function isValidEmail(email) {
  4620.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4621.        return emailRegex.test(email);
  4622.    }
  4623.    
  4624.    // Message display function
  4625.    function showMessage(type) {
  4626.        // Hide all messages
  4627.        successMessage.style.display = 'none';
  4628.        errorMessage.style.display = 'none';
  4629.        infoMessage.style.display = 'none';
  4630.        
  4631.        // Show specific message
  4632.        if (type === 'success') {
  4633.            successMessage.style.display = 'block';
  4634.        } else if (type === 'error') {
  4635.            errorMessage.style.display = 'block';
  4636.        } else if (type === 'info') {
  4637.            infoMessage.style.display = 'block';
  4638.        }
  4639.    }
  4640.    
  4641.    // Smooth reveal animations
  4642.    const observerOptions = {
  4643.        threshold: 0.1,
  4644.        rootMargin: '0px 0px -30px 0px'
  4645.    };
  4646.    
  4647.    const sectionObserver = new IntersectionObserver((entries) => {
  4648.        entries.forEach(entry => {
  4649.            if (entry.isIntersecting) {
  4650.                entry.target.style.opacity = '1';
  4651.                entry.target.style.transform = 'translateY(0)';
  4652.            }
  4653.        });
  4654.    }, observerOptions);
  4655.    
  4656.    // Animate sections
  4657.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4658.        section.style.opacity = '0';
  4659.        section.style.transform = 'translateY(20px)';
  4660.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4661.        sectionObserver.observe(section);
  4662.    });
  4663.    
  4664.    // Animate category pills
  4665.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4666.        pill.style.opacity = '0';
  4667.        pill.style.transform = 'translateY(10px)';
  4668.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4669.        
  4670.        setTimeout(() => {
  4671.            pill.style.opacity = '1';
  4672.            pill.style.transform = 'translateY(0)';
  4673.        }, 300 + (index * 100));
  4674.    });
  4675.    
  4676.    // Enhanced link hover effects
  4677.    document.querySelectorAll('.link-text').forEach(link => {
  4678.        link.addEventListener('mouseenter', function() {
  4679.            const icon = this.querySelector('.link-icon');
  4680.            if (icon) {
  4681.                icon.style.transform = 'translateX(4px)';
  4682.            }
  4683.        });
  4684.        
  4685.        link.addEventListener('mouseleave', function() {
  4686.            const icon = this.querySelector('.link-icon');
  4687.            if (icon) {
  4688.                icon.style.transform = 'translateX(0)';
  4689.            }
  4690.        });
  4691.    });
  4692.    
  4693.    // Prevent default for demo links
  4694.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4695.        link.addEventListener('click', function(e) {
  4696.            e.preventDefault();
  4697.        });
  4698.    });
  4699.    
  4700.    // Add ripple effect to submit button
  4701.    submitButton.addEventListener('click', function(e) {
  4702.        const ripple = document.createElement('span');
  4703.        const rect = this.getBoundingClientRect();
  4704.        const size = Math.max(rect.width, rect.height);
  4705.        const x = e.clientX - rect.left - size / 2;
  4706.        const y = e.clientY - rect.top - size / 2;
  4707.        
  4708.        ripple.style.cssText = `
  4709.            position: absolute;
  4710.            width: ${size}px;
  4711.            height: ${size}px;
  4712.            left: ${x}px;
  4713.            top: ${y}px;
  4714.            background: rgba(255, 255, 255, 0.3);
  4715.            border-radius: 50%;
  4716.            transform: scale(0);
  4717.            animation: ripple 0.6s ease-out;
  4718.            pointer-events: none;
  4719.        `;
  4720.        
  4721.        this.appendChild(ripple);
  4722.        
  4723.        setTimeout(() => {
  4724.            ripple.remove();
  4725.        }, 600);
  4726.    });
  4727.    
  4728. });
  4729.  
  4730. // Add CSS for ripple animation
  4731. const rippleStyle = document.createElement('style');
  4732. rippleStyle.textContent = `
  4733.    @keyframes ripple {
  4734.        to {
  4735.            transform: scale(2);
  4736.            opacity: 0;
  4737.        }
  4738.    }
  4739.    
  4740.    @keyframes spin {
  4741.        from { transform: rotate(0deg); }
  4742.        to { transform: rotate(360deg); }
  4743.    }
  4744.    
  4745.    .submit-button {
  4746.        position: relative;
  4747.        overflow: hidden;
  4748.    }
  4749. `;
  4750. document.head.appendChild(rippleStyle);
  4751. </script>
  4752.  
  4753.        <!-- end of wpo-site-footer-section -->
  4754.    </div>
  4755.    <!-- end of page-wrapper -->
  4756.  
  4757.    <!-- All JavaScript files
  4758.    ================================================== -->
  4759.    
  4760.  
  4761. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4762. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4763. <!-- Plugins for this template -->
  4764. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4765. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4766. <!-- Custom script for this template -->
  4767. <script src="/static/blogapp/assets/js/script.js"></script>
  4768.  
  4769. <script>
  4770. (function () {
  4771. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4772. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4773.  
  4774. function applyFallback(img) {
  4775. if (!img || img.dataset.fallbackApplied === "1") {
  4776. return;
  4777. }
  4778. var failedSrc = img.currentSrc || img.src || "";
  4779. img.dataset.fallbackApplied = "1";
  4780. img.onerror = null;
  4781. img.src = fallbackImageSrc;
  4782. console.warn("[ImageFallback] Replaced broken image:", {
  4783. failedSrc: failedSrc,
  4784. fallbackSrc: fallbackImageSrc,
  4785. alt: img.alt || "",
  4786. });
  4787. }
  4788.  
  4789. document.querySelectorAll("img").forEach(function (img) {
  4790. if (img.complete && img.naturalWidth === 0) {
  4791. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4792. failedSrc: img.currentSrc || img.src || "",
  4793. alt: img.alt || "",
  4794. });
  4795. applyFallback(img);
  4796. }
  4797. });
  4798.  
  4799. document.addEventListener(
  4800. "error",
  4801. function (event) {
  4802. var target = event.target;
  4803. if (target && target.tagName === "IMG") {
  4804. applyFallback(target);
  4805. }
  4806. },
  4807. true
  4808. );
  4809. })();
  4810. </script>
  4811.  
  4812. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4813.  
  4814.  
  4815.  
  4816. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"2f56b8d5d0b64f10aa0b2249aba6be36","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4817. </body>
  4818.  
  4819. </html>
  4820.  
  4821.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda