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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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_55_gyigCuW_wFm0muH_Bt1GxDp.png">
  14.    
  15.  
  16.    <title>Grand Club Lounge: Exclusive Travel Tips &amp; Luxury Lifestyle Insights</title>
  17.    <meta name="description" content="Discover expert travel guides, luxury lifestyle tips, and exclusive club reviews at Grand Club Lounge. Your premier source for upscale travel experiences.">
  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://grandclublounge.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4081;
  42.        --bs-primary-rgb: ff4081;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f5;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4081;
  53.        --theme-primary-color-s2: #ff4081;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f5;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 10px;
  83.        --link-color: #ff4081;
  84.        --link-hover: #e03370;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 64, 129, 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_77">
  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="/haaland-fires-as-manchester-city-triumph-to-go-top/" class="px-5 top-color">
  420.                    Haaland Fires as Manchester City Triumph to Go Top.
  421.                  </a>
  422.              
  423.               <a href="/the-reason-psg-are-focusing-on-local-talent-to-defend-their-continental-title/" class="px-5 top-color">
  424.                    The Reason PSG Are Focusing On Local Talent to Defend Their Continental Title
  425.                  </a>
  426.              
  427.               <a href="/democrats-accuse-trump-of-harassment-campaign-as-fbi-requests-meetings/" class="px-5 top-color">
  428.                    Democrats Accuse Trump of ‘Harassment’ Campaign as FBI Requests Meetings
  429.                  </a>
  430.              
  431.               <a href="/a-banner-year-for-launching-the-orb/" class="px-5 top-color">
  432.                    A Banner Year for Launching The Orb
  433.                  </a>
  434.              
  435.               <a href="/a-gripping-journey-food-delivery-from-the-west-philippine-sea-a-compelling-journey-through-supply-lines-amid-the-maritime-dispute/" class="px-5 top-color">
  436.                    A Gripping Journey: Food Delivery from the West Philippine Sea – A Compelling Journey Through Supply Lines amid the Maritime Dispute.
  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-v10 mb-4">
  484.    <div class="container-fluid fluid-container">
  485.        <!-- Top Bar -->
  486.        <div class="top-bar-v10">
  487.            <div
  488.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  489.               <div class="col-lg-3 col-md-12 col-12">
  490.                    <div class="brand-section-v10">
  491.                        <a class="logo-link-v9" href="/">
  492.                            
  493.                                <span class="site-name">Grand Club Lounge</span>
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.                <div class="col-lg-6 col-md-12 d-inline-block">
  499.                    <div class="search-container-v10">
  500.                        <form class="search-form-v10" action="#" method="get">
  501.                            <div class="search-group-v10">
  502.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  503.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  504.                                <button type="submit" class="search-button-v10">
  505.                                    <i class="ti-search"></i>
  506.                                </button>
  507.                            </div>
  508.                            <div id="search-results" class="search-results-container search-v1"></div>
  509.                        </form>
  510.                    </div>
  511.                </div>
  512.                <div class="col-12 ">
  513.                    <div class="header-utilities-v10">
  514.                        <div class="utility-item-v10 d-lg-none">
  515.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  516.                                <div class="menu-icon-v10">
  517.                                    <span class="menu-bar-v10"></span>
  518.                                    <span class="menu-bar-v10"></span>
  519.                                    <span class="menu-bar-v10"></span>
  520.                                </div>
  521.                            </button>
  522.                        </div>
  523.                    </div>
  524.                </div>
  525.            </div>
  526.        </div>
  527.  
  528.        <!-- Navigation Bar -->
  529.    <nav class="navigation-v10 d-none d-lg-block">
  530.    <div class="nav-container-v10">
  531.        <ul class="nav-menu-v10">
  532.  
  533.            
  534.            <li class="nav-item-v10">
  535.                <a href="/" class="nav-link-v10 active-v10">
  536.                    <div class="link-content-v10">
  537.                        <span class="link-text-v10">Home</span>
  538.                        <div class="link-indicator-v10"></div>
  539.                    </div>
  540.                </a>
  541.            </li>
  542.  
  543.            
  544.            
  545.                
  546.                    
  547.                    
  548.                        <li class="nav-item-v10">
  549.                            <a href="/category/all-posts/" class="nav-link-v10">
  550.                                <div class="link-content-v10">
  551.                                    <span class="link-text-v10">All Posts</span>
  552.                                    <div class="link-indicator-v10"></div>
  553.                                </div>
  554.                            </a>
  555.                        </li>
  556.                    
  557.  
  558.                
  559.  
  560.                
  561.                
  562.            
  563.                
  564.                    
  565.                    
  566.                        <li class="nav-item-v10">
  567.                            <a href="/category/business/" class="nav-link-v10">
  568.                                <div class="link-content-v10">
  569.                                    <span class="link-text-v10">Business</span>
  570.                                    <div class="link-indicator-v10"></div>
  571.                                </div>
  572.                            </a>
  573.                        </li>
  574.                    
  575.  
  576.                
  577.  
  578.                
  579.                
  580.            
  581.                
  582.                    
  583.                    
  584.                        <li class="nav-item-v10">
  585.                            <a href="/category/esports/" class="nav-link-v10">
  586.                                <div class="link-content-v10">
  587.                                    <span class="link-text-v10">Esports</span>
  588.                                    <div class="link-indicator-v10"></div>
  589.                                </div>
  590.                            </a>
  591.                        </li>
  592.                    
  593.  
  594.                
  595.  
  596.                
  597.                
  598.            
  599.                
  600.                    
  601.                    
  602.                        <li class="nav-item-v10">
  603.                            <a href="/category/fashion/" class="nav-link-v10">
  604.                                <div class="link-content-v10">
  605.                                    <span class="link-text-v10">Fashion</span>
  606.                                    <div class="link-indicator-v10"></div>
  607.                                </div>
  608.                            </a>
  609.                        </li>
  610.                    
  611.  
  612.                
  613.  
  614.                
  615.                
  616.            
  617.                
  618.                    
  619.                    
  620.                        <li class="nav-item-v10">
  621.                            <a href="/category/featured/" class="nav-link-v10">
  622.                                <div class="link-content-v10">
  623.                                    <span class="link-text-v10">Featured</span>
  624.                                    <div class="link-indicator-v10"></div>
  625.                                </div>
  626.                            </a>
  627.                        </li>
  628.                    
  629.  
  630.                
  631.  
  632.                
  633.                
  634.            
  635.                
  636.                    
  637.                    
  638.                        <li class="nav-item-v10">
  639.                            <a href="/category/gaming/" class="nav-link-v10">
  640.                                <div class="link-content-v10">
  641.                                    <span class="link-text-v10">Gaming</span>
  642.                                    <div class="link-indicator-v10"></div>
  643.                                </div>
  644.                            </a>
  645.                        </li>
  646.                    
  647.  
  648.                
  649.  
  650.                
  651.                
  652.            
  653.                
  654.                    
  655.                    
  656.                        <li class="nav-item-v10">
  657.                            <a href="/category/health/" class="nav-link-v10">
  658.                                <div class="link-content-v10">
  659.                                    <span class="link-text-v10">Health</span>
  660.                                    <div class="link-indicator-v10"></div>
  661.                                </div>
  662.                            </a>
  663.                        </li>
  664.                    
  665.  
  666.                
  667.  
  668.                
  669.                
  670.            
  671.                
  672.                    
  673.                    
  674.                        <li class="nav-item-v10">
  675.                            <a href="/category/life-fitness/" class="nav-link-v10">
  676.                                <div class="link-content-v10">
  677.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  678.                                    <div class="link-indicator-v10"></div>
  679.                                </div>
  680.                            </a>
  681.                        </li>
  682.                    
  683.  
  684.                
  685.  
  686.                
  687.                
  688.            
  689.                
  690.                    
  691.                    
  692.                        <li class="nav-item-v10">
  693.                            <a href="/category/lifestyle/" class="nav-link-v10">
  694.                                <div class="link-content-v10">
  695.                                    <span class="link-text-v10">Lifestyle</span>
  696.                                    <div class="link-indicator-v10"></div>
  697.                                </div>
  698.                            </a>
  699.                        </li>
  700.                    
  701.  
  702.                
  703.  
  704.                
  705.                
  706.            
  707.                
  708.                    
  709.                    <li class="nav-item-v10 has-submenu-v10">
  710.                        <a href="#" class="nav-link-v10">
  711.                            <div class="link-content-v10">
  712.                                <span class="link-text-v10">More</span>
  713.                                <div class="link-arrow-v10"></div>
  714.                                <div class="link-indicator-v10"></div>
  715.                            </div>
  716.                        </a>
  717.                        <div class="submenu-v10">
  718.                            <div class="submenu-content-v10">
  719.                                <div class="submenu-column-v10">
  720.                                    <ul class="submenu-links-v10">
  721.                                        <li>
  722.                                            <a href="/category/news/" class="submenu-link-v10">
  723.                                                News
  724.                                            </a>
  725.                                        </li>
  726.                
  727.  
  728.                
  729.                
  730.            
  731.                
  732.                                        <li>
  733.                                            <a href="/category/others/" class="submenu-link-v10">
  734.                                                Others
  735.                                            </a>
  736.                                        </li>
  737.                
  738.  
  739.                
  740.                
  741.            
  742.                
  743.                                        <li>
  744.                                            <a href="/category/politics/" class="submenu-link-v10">
  745.                                                Politics
  746.                                            </a>
  747.                                        </li>
  748.                
  749.  
  750.                
  751.                
  752.            
  753.                
  754.                                        <li>
  755.                                            <a href="/category/sports/" class="submenu-link-v10">
  756.                                                Sports
  757.                                            </a>
  758.                                        </li>
  759.                
  760.  
  761.                
  762.                
  763.            
  764.                
  765.                                        <li>
  766.                                            <a href="/category/tech/" class="submenu-link-v10">
  767.                                                Tech
  768.                                            </a>
  769.                                        </li>
  770.                
  771.  
  772.                
  773.                
  774.            
  775.                
  776.                                        <li>
  777.                                            <a href="/category/travel/" class="submenu-link-v10">
  778.                                                Travel
  779.                                            </a>
  780.                                        </li>
  781.                
  782.  
  783.                
  784.                
  785.                                    </ul>
  786.                                </div>
  787.                            </div>
  788.                        </div>
  789.                    </li>
  790.                
  791.            
  792.            <li class="nav-item-v10">
  793.                <a href="/page/contact-us/" class="nav-link-v10">
  794.                    <div class="link-content-v10">
  795.                        <span class="link-text-v10">Contact Us</span>
  796.                        <div class="link-indicator-v10"></div>
  797.                    </div>
  798.                </a>
  799.            </li>
  800.        </ul>
  801.    </div>
  802. </nav>
  803.  
  804.        <!-- Mobile Menu -->
  805.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  806.            <div class="mobile-menu-content-v10">
  807.                <ul class="mobile-menu-list-v10">
  808.  
  809.                    
  810.                    <li class="mobile-menu-item-v10">
  811.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  812.                            <span class="mobile-link-text-v10">Home</span>
  813.                        </a>
  814.                    </li>
  815.  
  816.                    
  817.                    
  818.                    
  819.                    <li class="mobile-menu-item-v10">
  820.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  821.                            <span class="mobile-link-text-v10">All Posts</span>
  822.                        </a>
  823.                    </li>
  824.                    
  825.                    
  826.                    
  827.                    <li class="mobile-menu-item-v10">
  828.                        <a href="/category/business/" class="mobile-menu-link-v10">
  829.                            <span class="mobile-link-text-v10">Business</span>
  830.                        </a>
  831.                    </li>
  832.                    
  833.                    
  834.                    
  835.                    <li class="mobile-menu-item-v10">
  836.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  837.                            <span class="mobile-link-text-v10">Esports</span>
  838.                        </a>
  839.                    </li>
  840.                    
  841.                    
  842.                    
  843.                    <li class="mobile-menu-item-v10">
  844.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  845.                            <span class="mobile-link-text-v10">Fashion</span>
  846.                        </a>
  847.                    </li>
  848.                    
  849.                    
  850.                    
  851.                    <li class="mobile-menu-item-v10">
  852.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  853.                            <span class="mobile-link-text-v10">Featured</span>
  854.                        </a>
  855.                    </li>
  856.                    
  857.                    
  858.                    
  859.                    <li class="mobile-menu-item-v10">
  860.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  861.                            <span class="mobile-link-text-v10">Gaming</span>
  862.                        </a>
  863.                    </li>
  864.                    
  865.                    
  866.                    
  867.                    <li class="mobile-menu-item-v10">
  868.                        <a href="/category/health/" class="mobile-menu-link-v10">
  869.                            <span class="mobile-link-text-v10">Health</span>
  870.                        </a>
  871.                    </li>
  872.                    
  873.                    
  874.                    
  875.                    <li class="mobile-menu-item-v10">
  876.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  877.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  878.                        </a>
  879.                    </li>
  880.                    
  881.                    
  882.                    
  883.                    <li class="mobile-menu-item-v10">
  884.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  885.                            <span class="mobile-link-text-v10">Lifestyle</span>
  886.                        </a>
  887.                    </li>
  888.                    
  889.                    
  890.                    
  891.                    <li class="mobile-menu-item-v10">
  892.                        <a href="/category/news/" class="mobile-menu-link-v10">
  893.                            <span class="mobile-link-text-v10">News</span>
  894.                        </a>
  895.                    </li>
  896.                    
  897.                    
  898.                    
  899.                    <li class="mobile-menu-item-v10">
  900.                        <a href="/category/others/" class="mobile-menu-link-v10">
  901.                            <span class="mobile-link-text-v10">Others</span>
  902.                        </a>
  903.                    </li>
  904.                    
  905.                    
  906.                    
  907.                    <li class="mobile-menu-item-v10">
  908.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  909.                            <span class="mobile-link-text-v10">Politics</span>
  910.                        </a>
  911.                    </li>
  912.                    
  913.                    
  914.                    
  915.                    <li class="mobile-menu-item-v10">
  916.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  917.                            <span class="mobile-link-text-v10">Sports</span>
  918.                        </a>
  919.                    </li>
  920.                    
  921.                    
  922.                    
  923.                    <li class="mobile-menu-item-v10">
  924.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  925.                            <span class="mobile-link-text-v10">Tech</span>
  926.                        </a>
  927.                    </li>
  928.                    
  929.                    
  930.                    
  931.                    <li class="mobile-menu-item-v10">
  932.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  933.                            <span class="mobile-link-text-v10">Travel</span>
  934.                        </a>
  935.                    </li>
  936.                    
  937.                    
  938.  
  939.                </ul>
  940.            </div>
  941.        </div>
  942.  
  943.    </div>
  944. </header>
  945.  
  946. <style>
  947.    .logo-link-v9 img{
  948.        height: 70px;
  949.        width: auto;
  950.        object-fit: cover;
  951.    }
  952.    /* Navbar V10 Styles - Modern Two-Tier Design */
  953.    .header-v10 {
  954.        background: var(--navbar-bg);
  955.        margin-bottom: 10px;
  956.        position: relative;
  957.    }
  958.  
  959.    /* Top Bar */
  960.    .top-bar-v10 {
  961.        padding: 16px 0;
  962.    }
  963.  
  964.    /* Brand Section */
  965.    .brand-section-v10 {
  966.        display: flex;
  967.        align-items: center;
  968.    }
  969.  
  970.    .brand-link-v10 {
  971.        display: flex;
  972.        align-items: center;
  973.        text-decoration: none;
  974.    }
  975.  
  976.    .brand-icon-v10 {
  977.        width: 48px;
  978.        height: 48px;
  979.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  980.        border-radius: 12px;
  981.        display: flex;
  982.        align-items: center;
  983.        justify-content: center;
  984.        padding: 8px;
  985.    }
  986.  
  987.    .brand-img-v10 {
  988.        max-width: 100%;
  989.        max-height: 100%;
  990.        filter: brightness(0) invert(1);
  991.    }
  992.  
  993.    /* Search Container */
  994.    .search-container-v10 {
  995.        max-width: 500px;
  996.        margin-left: auto;
  997.    }
  998.  
  999.    .search-group-v10 {
  1000.        display: flex;
  1001.        align-items: center;
  1002.        background: #f9fafb;
  1003.        border: 2px solid #e5e7eb;
  1004.        border-radius: 12px;
  1005.        overflow: hidden;
  1006.        transition: all 0.3s ease;
  1007.    }
  1008.  
  1009.    .search-group-v10:focus-within {
  1010.        background: #ffffff;
  1011.        border-color: #3b82f6;
  1012.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1013.    }
  1014.  
  1015.    .search-icon-wrapper-v10 {
  1016.        padding: 12px 16px;
  1017.        display: flex;
  1018.        align-items: center;
  1019.    }
  1020.  
  1021.    .search-icon-v10 {
  1022.        width: 16px;
  1023.        height: 16px;
  1024.        background: #9ca3af;
  1025.        border-radius: 50%;
  1026.        position: relative;
  1027.    }
  1028.  
  1029.    .search-icon-v10::after {
  1030.        content: '';
  1031.        position: absolute;
  1032.        top: 12px;
  1033.        left: 12px;
  1034.        width: 6px;
  1035.        height: 1px;
  1036.        background: #9ca3af;
  1037.        transform: rotate(45deg);
  1038.    }
  1039.  
  1040.    .search-field-v10 {
  1041.        flex: 1;
  1042.        border: none;
  1043.        background: transparent;
  1044.        font-size: 15px;
  1045.        padding: 12px 0;
  1046.        outline: none;
  1047.        color: #1f2937;
  1048.    }
  1049.  
  1050.    .search-field-v10::placeholder {
  1051.        color: #9ca3af;
  1052.    }
  1053.  
  1054.    .search-button-v10 {
  1055.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1056.        color: white;
  1057.        border: none;
  1058.        padding: 14px 15px;
  1059.        font-weight: 600;
  1060.        cursor: pointer;
  1061.        transition: all 0.3s ease;
  1062.    }
  1063.  
  1064.    .search-button-v10:hover {
  1065.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1066.    }
  1067.  
  1068.    /* Header Utilities */
  1069.    .header-utilities-v10 {
  1070.        display: flex;
  1071.        align-items: center;
  1072.        justify-content: flex-end;
  1073.        gap: 8px;
  1074.    }
  1075.  
  1076.    .utility-item-v10 {
  1077.        display: flex;
  1078.    }
  1079.  
  1080.    .theme-toggle-v10,
  1081.    .mobile-search-v10,
  1082.    .menu-trigger-v10 {
  1083.        background: #f9fafb;
  1084.        border: 1px solid #e5e7eb;
  1085.        border-radius: 8px;
  1086.        padding: 10px;
  1087.        cursor: pointer;
  1088.        transition: all 0.3s ease;
  1089.    }
  1090.  
  1091.    .mobile-search-v10:hover,
  1092.    .menu-trigger-v10:hover {
  1093.        background: #f3f4f6;
  1094.        border-color: #d1d5db;
  1095.    }
  1096.  
  1097.    .mobile-search-icon-v10 {
  1098.        width: 16px;
  1099.        height: 16px;
  1100.        background: #6b7280;
  1101.        border-radius: 50%;
  1102.    }
  1103.  
  1104.    .menu-icon-v10 {
  1105.        display: flex;
  1106.        flex-direction: column;
  1107.        gap: 3px;
  1108.        width: 16px;
  1109.    }
  1110.  
  1111.    .menu-bar-v10 {
  1112.        height: 2px;
  1113.        background: #6b7280;
  1114.        border-radius: 1px;
  1115.        transition: all 0.3s ease;
  1116.    }
  1117.  
  1118.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1119.        transform: rotate(45deg) translate(4px, 4px);
  1120.    }
  1121.  
  1122.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1123.        opacity: 0;
  1124.    }
  1125.  
  1126.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1127.        transform: rotate(-45deg) translate(6px, -6px);
  1128.    }
  1129.  
  1130.    /* Navigation */
  1131.    .navigation-v10 {
  1132.        background: var(--navbar-bg);
  1133.    }
  1134.  
  1135.    .nav-container-v10 {
  1136.        padding: 0;
  1137.        display: flex;
  1138.        justify-content: flex-end;
  1139.    }
  1140.  
  1141.    .nav-menu-v10 {
  1142.        list-style: none;
  1143.        padding: 0;
  1144.        margin: 0;
  1145.        display: flex;
  1146.        align-items: stretch;
  1147.    }
  1148.  
  1149.    .nav-item-v10 {
  1150.        position: relative;
  1151.    }
  1152.  
  1153.    .nav-link-v10 {
  1154.        color: #374151;
  1155.        text-decoration: none;
  1156.        display: block;
  1157.        transition: all 0.3s ease;
  1158.    }
  1159.  
  1160.    .link-content-v10 {
  1161.        padding: 16px 20px;
  1162.        display: flex;
  1163.        align-items: center;
  1164.        gap: 6px;
  1165.        position: relative;
  1166.    }
  1167.  
  1168.    .link-text-v10 {
  1169.        font-size: 15px;
  1170.        font-weight: 600;
  1171.    }
  1172.  
  1173.    .link-arrow-v10 {
  1174.        width: 0;
  1175.        height: 0;
  1176.        border-left: 3px solid transparent;
  1177.        border-right: 3px solid transparent;
  1178.        border-top: 3px solid currentColor;
  1179.        transition: transform 0.3s ease;
  1180.    }
  1181.  
  1182.    .link-indicator-v10 {
  1183.        position: absolute;
  1184.        bottom: 0;
  1185.        left: 0;
  1186.        right: 0;
  1187.        height: 3px;
  1188.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1189.        transform: scaleX(0);
  1190.        transition: transform 0.3s ease;
  1191.    }
  1192.  
  1193.    .nav-link-v10:hover,
  1194.    .nav-link-v10.active-v10 {
  1195.        color: white !important;
  1196.        background: var(--bs-primary);
  1197.    }
  1198.  
  1199.    .nav-link-v10:hover .link-indicator-v10,
  1200.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1201.        transform: scaleX(1);
  1202.    }
  1203.  
  1204.    .has-submenu-v10:hover .link-arrow-v10 {
  1205.        transform: rotate(180deg);
  1206.    }
  1207.  
  1208.    /* Submenu */
  1209.    .submenu-v10 {
  1210.        position: absolute;
  1211.        top: 100%;
  1212.        left: 0;
  1213.        background: #ffffff;
  1214.        border: 1px solid #e5e7eb;
  1215.        border-radius: 12px;
  1216.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1217.        opacity: 0;
  1218.        visibility: hidden;
  1219.        transform: translateY(-8px);
  1220.        transition: all 0.3s ease;
  1221.        z-index: 1000;
  1222.        min-width: 400px;
  1223.        padding: 24px;
  1224.        margin-top: 8px;
  1225.    }
  1226.  
  1227.    .has-submenu-v10:hover .submenu-v10 {
  1228.        opacity: 1;
  1229.        visibility: visible;
  1230.        transform: translateY(0);
  1231.    }
  1232.  
  1233.    .submenu-content-v10 {
  1234.        display: grid;
  1235.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1236.        gap: 24px;
  1237.    }
  1238.  
  1239.    .submenu-title-v10 {
  1240.        font-size: 13px;
  1241.        font-weight: 700;
  1242.        color: #3b82f6;
  1243.        margin-bottom: 12px;
  1244.        text-transform: uppercase;
  1245.        letter-spacing: 0.5px;
  1246.    }
  1247.  
  1248.    .submenu-links-v10 {
  1249.        list-style: none;
  1250.        padding: 0;
  1251.        margin: 0;
  1252.    }
  1253.  
  1254.    .submenu-link-v10 {
  1255.        display: block;
  1256.        color: #6b7280 !important;
  1257.        text-decoration: none;
  1258.        font-size: 14px;
  1259.        padding: 8px 0;
  1260.        transition: color 0.3s ease;
  1261.    }
  1262.  
  1263.    .submenu-link-v10:hover {
  1264.        color: #3b82f6 !important;
  1265.    }
  1266.  
  1267.    /* Mobile Search Panel */
  1268.    .mobile-search-panel-v10 {
  1269.        background: #f9fafb;
  1270.        border-bottom: 1px solid #e5e7eb;
  1271.        padding: 12px 0;
  1272.        max-height: 0;
  1273.        overflow: hidden;
  1274.        transition: all 0.3s ease;
  1275.    }
  1276.  
  1277.    .mobile-search-panel-v10.show-v10 {
  1278.        max-height: 80px;
  1279.    }
  1280.  
  1281.    .mobile-search-wrapper-v10 {
  1282.        display: flex;
  1283.        align-items: center;
  1284.        background: #ffffff;
  1285.        border: 1px solid #e5e7eb;
  1286.        border-radius: 8px;
  1287.        overflow: hidden;
  1288.    }
  1289.  
  1290.    .mobile-search-input-v10 {
  1291.        flex: 1;
  1292.        border: none;
  1293.        padding: 12px 16px;
  1294.        font-size: 15px;
  1295.        outline: none;
  1296.        background: transparent;
  1297.    }
  1298.  
  1299.    .mobile-search-btn-v10 {
  1300.        background: #3b82f6;
  1301.        border: none;
  1302.        padding: 12px 16px;
  1303.        cursor: pointer;
  1304.    }
  1305.  
  1306.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1307.        background: white;
  1308.    }
  1309.  
  1310.    /* Mobile Menu */
  1311.    .mobile-menu-v10 {
  1312.        background: #ffffff;
  1313.        border-bottom: 1px solid #e5e7eb;
  1314.        max-height: 0;
  1315.        overflow: hidden;
  1316.        transition: all 0.4s ease;
  1317.    }
  1318.  
  1319.    .mobile-menu-v10.show-v10 {
  1320.        max-height: 500px;
  1321.    }
  1322.  
  1323.    .mobile-menu-content-v10 {
  1324.        padding: 16px 30px;
  1325.    }
  1326.  
  1327.    .mobile-menu-list-v10 {
  1328.        list-style: none;
  1329.        padding: 0;
  1330.        margin: 0;
  1331.    }
  1332.  
  1333.    .mobile-menu-item-v10 {
  1334.        border-bottom: 1px solid #f3f4f6;
  1335.    }
  1336.  
  1337.    .mobile-menu-link-v10,
  1338.    .mobile-menu-toggle-v10 {
  1339.        display: flex;
  1340.        align-items: center;
  1341.        justify-content: space-between;
  1342.        color: #374151;
  1343.        text-decoration: none;
  1344.        font-size: 16px;
  1345.        font-weight: 600;
  1346.        padding: 16px 0;
  1347.        transition: color 0.3s ease;
  1348.        background: none;
  1349.        border: none;
  1350.        width: 100%;
  1351.        cursor: pointer;
  1352.    }
  1353.  
  1354.    .mobile-menu-link-v10:hover,
  1355.    .mobile-menu-toggle-v10:hover,
  1356.    .mobile-menu-link-v10.active-v10 {
  1357.        color: var(--bs-light);
  1358.    }
  1359.  
  1360.    .mobile-toggle-arrow-v10 {
  1361.        width: 0;
  1362.        height: 0;
  1363.        border-left: 4px solid transparent;
  1364.        border-right: 4px solid transparent;
  1365.        border-top: 4px solid currentColor;
  1366.        transition: transform 0.3s ease;
  1367.    }
  1368.  
  1369.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1370.        transform: rotate(180deg);
  1371.    }
  1372.  
  1373.    .mobile-submenu-v10 {
  1374.        list-style: none;
  1375.        padding: 0;
  1376.        margin: 0;
  1377.        max-height: 0;
  1378.        overflow: hidden;
  1379.        transition: all 0.3s ease;
  1380.        background: #f9fafb;
  1381.    }
  1382.  
  1383.    .mobile-submenu-v10.show-v10 {
  1384.        max-height: 200px;
  1385.        padding: 8px 0;
  1386.    }
  1387.  
  1388.    .mobile-submenu-link-v10 {
  1389.        display: block;
  1390.        color: #6b7280;
  1391.        text-decoration: none;
  1392.        font-size: 14px;
  1393.        padding: 10px 20px;
  1394.        transition: color 0.3s ease;
  1395.    }
  1396.  
  1397.    .mobile-submenu-link-v10:hover {
  1398.        color: #3b82f6;
  1399.    }
  1400.  
  1401.    /* Responsive Design */
  1402.    @media (max-width: 768px) {
  1403.        .top-bar-v10 {
  1404.            padding: 12px 0;
  1405.        }
  1406.  
  1407.        .brand-icon-v10 {
  1408.            width: 40px;
  1409.            height: 40px;
  1410.        }
  1411.  
  1412.        .brand-name-v10 {
  1413.            font-size: 18px;
  1414.        }
  1415.  
  1416.        .brand-tagline-v10 {
  1417.            font-size: 11px;
  1418.        }
  1419.    }
  1420.  
  1421.    @media (max-width: 576px) {
  1422.        .brand-text-v10 {
  1423.            display: none;
  1424.        }
  1425.    }
  1426. </style>
  1427.  
  1428. <script>
  1429.    function toggleMobileSearchV10() {
  1430.        const searchPanel = document.getElementById('mobileSearchV10');
  1431.        const searchBtn = document.querySelector('.mobile-search-v10');
  1432.  
  1433.        if (searchPanel) {
  1434.            searchPanel.classList.toggle('show-v10');
  1435.  
  1436.            if (searchPanel.classList.contains('show-v10')) {
  1437.                setTimeout(() => {
  1438.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1439.                    if (input) input.focus();
  1440.                }, 100);
  1441.            }
  1442.        }
  1443.    }
  1444.  
  1445.    function toggleMenuV10() {
  1446.        const mobileMenu = document.getElementById('mobileMenuV10');
  1447.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1448.  
  1449.        if (mobileMenu && menuBtn) {
  1450.            mobileMenu.classList.toggle('show-v10');
  1451.            menuBtn.classList.toggle('active-v10');
  1452.        }
  1453.    }
  1454.  
  1455.    function toggleMobileSubmenuV10(submenuId) {
  1456.        const submenu = document.getElementById(submenuId);
  1457.        if (!submenu) return;
  1458.  
  1459.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1460.  
  1461.        // Close other submenus
  1462.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1463.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1464.  
  1465.        allSubmenus.forEach(menu => {
  1466.            if (menu.id !== submenuId) {
  1467.                menu.classList.remove('show-v10');
  1468.            }
  1469.        });
  1470.  
  1471.        allParents.forEach(parent => {
  1472.            if (parent !== parentItem) {
  1473.                parent.classList.remove('open-v10');
  1474.            }
  1475.        });
  1476.  
  1477.        // Toggle current submenu
  1478.        submenu.classList.toggle('show-v10');
  1479.        if (parentItem) {
  1480.            parentItem.classList.toggle('open-v10');
  1481.        }
  1482.    }
  1483.  
  1484.    // Close menus when clicking outside
  1485.    document.addEventListener('click', function (e) {
  1486.        const mobileMenu = document.getElementById('mobileMenuV10');
  1487.        const mobileSearch = document.getElementById('mobileSearchV10');
  1488.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1489.        const searchBtn = document.querySelector('.mobile-search-v10');
  1490.  
  1491.        // Close mobile menu
  1492.        if (mobileMenu && menuBtn &&
  1493.            !mobileMenu.contains(e.target) &&
  1494.            !menuBtn.contains(e.target)) {
  1495.            mobileMenu.classList.remove('show-v10');
  1496.            menuBtn.classList.remove('active-v10');
  1497.        }
  1498.  
  1499.        // Close mobile search
  1500.        if (mobileSearch && searchBtn &&
  1501.            !mobileSearch.contains(e.target) &&
  1502.            !searchBtn.contains(e.target)) {
  1503.            mobileSearch.classList.remove('show-v10');
  1504.        }
  1505.    });
  1506. </script>
  1507.  
  1508. <script>
  1509.  document.addEventListener("DOMContentLoaded", function () {
  1510.    console.log("loaded");
  1511.  
  1512.     const searchInput = document.getElementById("search-input")
  1513.    const searchResults = document.getElementById("search-results");
  1514.  
  1515.    if (!searchInput || !searchResults) {
  1516.      console.error("Search input/results not found");
  1517.      return;
  1518.    }
  1519.  
  1520.    // Prevent form submission
  1521.    if (searchInput.form) {
  1522.      searchInput.form.addEventListener("submit", function (e) {
  1523.        e.preventDefault();
  1524.      });
  1525.    }
  1526.  
  1527.    // Add event listener for keyup
  1528.    searchInput.addEventListener("keyup", function (e) {
  1529.      console.log("Key pressed:", e.key);
  1530.      e.preventDefault();
  1531.  
  1532.      const query = searchInput.value.trim();
  1533.      console.log("User is typing: " + query);
  1534.  
  1535.      // If empty → clear and hide
  1536.      if (query === "") {
  1537.        searchResults.innerHTML = "";
  1538.        searchResults.style.display = "none";
  1539.        return;
  1540.      }
  1541.  
  1542.      // Show results
  1543.      searchResults.style.display = "block";
  1544.  
  1545.      // Fetch search results
  1546.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1547.        method: "GET",
  1548.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1549.      })
  1550.        .then(response => {
  1551.          console.log("Response Status:", response.status);
  1552.          return response.json();
  1553.        })
  1554.        .then(data => {
  1555.          console.log("Data received:", data);
  1556.          if (data.html) {
  1557.            searchResults.innerHTML = data.html;
  1558.          } else {
  1559.            searchResults.innerHTML = "<p>No results found.</p>";
  1560.          }
  1561.        })
  1562.        .catch(error => {
  1563.          console.error("Error fetching search results:", error);
  1564.        });
  1565.    });
  1566.  
  1567.    // Close results when clicking outside
  1568.    document.addEventListener("click", function (e) {
  1569.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1570.        searchResults.style.display = "none";
  1571.      }
  1572.    });
  1573.  
  1574.    // Close results on ESC key
  1575.    document.addEventListener("keydown", function (e) {
  1576.      if (e.key === "Escape") {
  1577.        searchResults.style.display = "none";
  1578.      }
  1579.    });
  1580.  });
  1581. </script>
  1582.  
  1583. <style>
  1584.        /* search field */
  1585.  .search-results-container {
  1586.  position: absolute;
  1587.  top: 60%; /* Position it below the input field */
  1588.  left: 10px;
  1589.  right: 10px;
  1590.  background-color: white;
  1591.  border: 1px solid #ddd;
  1592.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1593.  max-height: 300px;
  1594.  overflow-y: auto;
  1595.  z-index: 1000;
  1596.  display: none; /* Initially hidden */
  1597. }
  1598.  
  1599. .search-results-container p {
  1600.  margin: 0;
  1601. }
  1602.  
  1603. .search-results-container .result-item {
  1604.  padding: 10px;
  1605.  cursor: pointer;
  1606. }
  1607.  
  1608. .search-results-container .result-item:hover {
  1609.  background-color: #f0f0f0;
  1610. }
  1611. @media (max-width: 992px) {
  1612.  .search-results-container {
  1613.    top: 70%;
  1614.  }
  1615.    
  1616. }
  1617. </style>
  1618.  
  1619.        </header>
  1620.        <!-- end of header -->
  1621.        <!-- start of wpo-blog-hero -->
  1622.        
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630. <style>
  1631. .blog-hero-section {
  1632.    padding: 3rem 0;
  1633. }
  1634.  
  1635.  
  1636. .hero-grid {
  1637.    display: grid;
  1638.    grid-template-columns: 2fr 1fr 1fr;
  1639.    grid-template-rows: 1fr 1fr;
  1640.    gap: 1.5rem;
  1641.    height: 500px;
  1642. }
  1643.  
  1644. .hero-card {
  1645.    background: var(--card-bg);
  1646.    border-radius: 12px;
  1647.    overflow: hidden;
  1648.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1649.    transition: all 0.3s ease;
  1650.    position: relative;
  1651. }
  1652.  
  1653. .hero-card:hover {
  1654.    transform: translateY(-8px);
  1655.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1656. }
  1657.  
  1658. .main-hero {
  1659.    grid-row: 1 / -1;
  1660.    grid-column: 1;
  1661. }
  1662.  
  1663. .card-image {
  1664.    width: 100%;
  1665.    height: 60%;
  1666.    object-fit: cover;
  1667.    transition: transform 0.3s ease;
  1668. }
  1669.  
  1670. .main-hero .card-image {
  1671.    height: 65%;
  1672. }
  1673.  
  1674. .hero-card:hover .card-image {
  1675.    transform: scale(1.05);
  1676. }
  1677.  
  1678. .card-content {
  1679.    padding: 1.5rem;
  1680.    height: 40%;
  1681.    display: flex;
  1682.    flex-direction: column;
  1683.    justify-content: space-between;
  1684. }
  1685.  
  1686. .main-hero .card-content {
  1687.    height: 35%;
  1688. }
  1689.  
  1690. .category-badge {
  1691.    display: inline-block;
  1692.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1693.    color: white;
  1694.    padding: 0.4rem 1rem;
  1695.    border-radius: 20px;
  1696.    font-size: 0.8rem;
  1697.    font-weight: 600;
  1698.    text-transform: uppercase;
  1699.    letter-spacing: 0.5px;
  1700.    margin-bottom: 0.8rem;
  1701.    width: fit-content;
  1702. }
  1703.  
  1704. .card-title {
  1705.    font-size: 1.1rem;
  1706.    font-weight: 700;
  1707.    line-height: 1.4;
  1708.    margin-bottom: 0.5rem;
  1709. }
  1710.  
  1711. .main-hero .card-title {
  1712.    font-size: 1.6rem;
  1713.    line-height: 1.3;
  1714.    margin-bottom: 0.8rem;
  1715. }
  1716.  
  1717. .card-title a {
  1718.    color: var(--top-color);
  1719.    text-decoration: none;
  1720.    transition: color 0.3s ease;
  1721. }
  1722.  
  1723.  
  1724. .card-description {
  1725.    color: var(--top-color);
  1726.    line-height: 1.6;
  1727.    margin-bottom: 1rem;
  1728.    display: -webkit-box;
  1729.    -webkit-line-clamp: 2;
  1730.    -webkit-box-orient: vertical;
  1731.    overflow: hidden;
  1732. }
  1733.  
  1734. .main-hero .card-description {
  1735.    -webkit-line-clamp: 3;
  1736. }
  1737.  
  1738. .card-meta {
  1739.    display: flex;
  1740.    align-items: center;
  1741.    justify-content: space-between;
  1742.    margin-top: auto;
  1743. }
  1744.  
  1745. .author-section {
  1746.    display: flex;
  1747.    align-items: center;
  1748.    gap: 0.8rem;
  1749. }
  1750.  
  1751. .author-avatar {
  1752.    width: 35px;
  1753.    height: 35px;
  1754.    border-radius: 50%;
  1755.    object-fit: cover;
  1756.    border: 2px solid #f8f9fa;
  1757. }
  1758.  
  1759. .author-name {
  1760.    color: #667eea;
  1761.    text-decoration: none;
  1762.    font-weight: 600;
  1763.    font-size: 0.9rem;
  1764. }
  1765.  
  1766. .author-name:hover {
  1767.    text-decoration: underline;
  1768. }
  1769.  
  1770. .publish-date {
  1771.    color: #95a5a6;
  1772.    font-size: 0.85rem;
  1773.    font-weight: 500;
  1774. }
  1775.  
  1776. .side-card-1 {
  1777.    grid-column: 2;
  1778.    grid-row: 1;
  1779. }
  1780.  
  1781. .side-card-2 {
  1782.    grid-column: 3;
  1783.    grid-row: 1;
  1784. }
  1785.  
  1786. .side-card-3 {
  1787.    grid-column: 2 / 4;
  1788.    grid-row: 2;
  1789. }
  1790.  
  1791. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1792. @media (min-width: 992px) {
  1793.    
  1794.    .main-hero .card-image,
  1795.    .side-card-1 .card-image,
  1796.    .side-card-2 .card-image {
  1797.        height: 100%;
  1798.    }
  1799.    
  1800.    .main-hero .card-content,
  1801.    .side-card-1 .card-content,
  1802.    .side-card-2 .card-content {
  1803.        position: absolute;
  1804.        bottom: 0;
  1805.        left: 0;
  1806.        right: 0;
  1807.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1808.        color: white;
  1809.        padding: 2rem 1.5rem 1.5rem;
  1810.        height: auto;
  1811.    }
  1812.    
  1813.    .main-hero .card-content {
  1814.        padding: 3rem 2rem 2rem;
  1815.    }
  1816.    
  1817.    .main-hero .category-badge,
  1818.    .side-card-1 .category-badge,
  1819.    .side-card-2 .category-badge {
  1820.      
  1821.        margin-bottom: 0.8rem;
  1822.    }
  1823.    
  1824.    .main-hero .card-title a,
  1825.    .side-card-1 .card-title a,
  1826.    .side-card-2 .card-title a {
  1827.        color: white;
  1828.    }
  1829.    
  1830.    .main-hero .card-description {
  1831.        color: #f8f9fa;
  1832.    }
  1833.    
  1834.    .main-hero .author-name,
  1835.    .side-card-1 .author-name,
  1836.    .side-card-2 .author-name {
  1837.        color: #f8f9fa;
  1838.    }
  1839.    
  1840.    .main-hero .publish-date,
  1841.    .side-card-1 .publish-date,
  1842.    .side-card-2 .publish-date {
  1843.        color: #e9ecef;
  1844.    }
  1845. }
  1846.  
  1847. .side-card-3 {
  1848.    display: flex;
  1849.    flex-direction: row;
  1850. }
  1851.  
  1852. .side-card-3 .card-image {
  1853.    width: 40%;
  1854.    height: 100%;
  1855. }
  1856.  
  1857. .side-card-3 .card-content {
  1858.    width: 60%;
  1859.    height: 100%;
  1860.    padding: 1.5rem;
  1861. }
  1862.  
  1863. /* Mobile Responsive */
  1864. @media (max-width: 992px) {
  1865.    .hero-grid {
  1866.        grid-template-columns: 1fr;
  1867.        grid-template-rows: auto;
  1868.        height: auto;
  1869.        gap: 1rem;
  1870.    }
  1871.    
  1872.    .main-hero {
  1873.        grid-row: 1;
  1874.        grid-column: 1;
  1875.    }
  1876.    
  1877.    .side-card-1, .side-card-2, .side-card-3 {
  1878.        grid-column: 1;
  1879.        grid-row: auto;
  1880.    }
  1881.    
  1882.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1883.    .main-hero .card-content,
  1884.    .side-card-1 .card-content,
  1885.    .side-card-2 .card-content {
  1886.        position: relative;
  1887.        background: var(--card-bg);
  1888.        color: inherit;
  1889.        padding: 1.5rem;
  1890.        height: auto;
  1891.    }
  1892.    
  1893.    .main-hero .card-image,
  1894.    .side-card-1 .card-image,
  1895.    .side-card-2 .card-image {
  1896.        height: 200px;
  1897.    }
  1898.    
  1899.    .main-hero .card-image {
  1900.        height: 250px;
  1901.    }
  1902.    
  1903.    .main-hero .category-badge,
  1904.    .side-card-1 .category-badge,
  1905.    .side-card-2 .category-badge {
  1906.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1907.        color: white;
  1908.    }
  1909.    
  1910.    .main-hero .card-title a,
  1911.    .side-card-1 .card-title a,
  1912.    .side-card-2 .card-title a {
  1913.        color: var(--top-color);
  1914.    }
  1915.    
  1916.    .main-hero .card-description {
  1917.        color: #7f8c8d;
  1918.    }
  1919.    
  1920.    .main-hero .author-name,
  1921.    .side-card-1 .author-name,
  1922.    .side-card-2 .author-name {
  1923.        color: #667eea;
  1924.    }
  1925.    
  1926.    .main-hero .publish-date,
  1927.    .side-card-1 .publish-date,
  1928.    .side-card-2 .publish-date {
  1929.        color: #95a5a6;
  1930.    }
  1931.    
  1932.    .side-card-3 {
  1933.        flex-direction: column;
  1934.    }
  1935.    
  1936.    .side-card-3 .card-image {
  1937.        width: 100%;
  1938.        height: 200px;
  1939.    }
  1940.    
  1941.    .side-card-3 .card-content {
  1942.        width: 100%;
  1943.        height: auto;
  1944.    }
  1945.    
  1946.    .card-image {
  1947.        height: 200px;
  1948.    }
  1949.    
  1950.    .main-hero .card-image {
  1951.        height: 250px;
  1952.    }
  1953.    
  1954.    .main-hero .card-content {
  1955.        height: auto;
  1956.    }
  1957. }
  1958. </style>
  1959.  
  1960. <div class="blog-hero-section">
  1961.    <div class="container-fluid fluid-container">
  1962.        <div class="hero-grid">
  1963.            <!-- Main Featured Post -->
  1964.            
  1965.                              
  1966.                    <article class="hero-card main-hero">
  1967.                        
  1968.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Celebrity Traitors Final Episode Accidentally Made Available A Full Day Prematurely Beyond the UK" class="card-image">
  1969.                        
  1970.                        
  1971.                        <div class="card-content">
  1972.                            <div>
  1973.                                <span class="category-badge">News</span>
  1974.                                <h2 class="card-title">
  1975.                                    <a href="/celebrity-traitors-final-episode-accidentally-made-available-a-full-day-prematurely-beyond-the-uk/">
  1976.                                        Celebrity Traitors Final Episode Accidentally Made Available A Full Day Prematurely Beyond the UK
  1977.                                    </a>
  1978.                                </h2>
  1979.                                <p class="card-description"></p>
  1980.                            </div>
  1981.                            
  1982.                            <div class="card-meta">
  1983.                                <div class="author-section">
  1984.                                    
  1985.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Christine Sweeney" class="author-avatar">
  1986.                                    
  1987.                                    <a href="#" class="author-name">Christine Sweeney</a>
  1988.                                </div>
  1989.                                <span class="publish-date">May 20, 2026</span>
  1990.                            </div>
  1991.                        </div>
  1992.                    </article>
  1993.                
  1994.            
  1995.  
  1996.            <!-- Side Cards -->
  1997.            
  1998.                <article class="hero-card side-card-1">
  1999.                    
  2000.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Unwavering Speech Upholds Smuggling Craft Attacks Amidst Examination" class="card-image">
  2001.                    
  2002.                    
  2003.                    <div class="card-content">
  2004.                        <div>
  2005.                            <span class="category-badge">News</span>
  2006.                            <h3 class="card-title">
  2007.                                <a href="/unwavering-speech-upholds-smuggling-craft-attacks-amidst-examination/">
  2008.                                    Unwavering Speech Upholds Smuggling Craft Attacks Amidst Examination
  2009.                                </a>
  2010.                            </h3>
  2011.                            <p class="card-description"></p>
  2012.                        </div>
  2013.                        
  2014.                        <div class="card-meta">
  2015.                            <div class="author-section">
  2016.                                <a href="#" class="author-name">Christine Sweeney</a>
  2017.                            </div>
  2018.                            <span class="publish-date">May 20</span>
  2019.                        </div>
  2020.                    </div>
  2021.                </article>
  2022.            
  2023.                <article class="hero-card side-card-2">
  2024.                    
  2025.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Correctional Facility Telephone Audio Raise Doubts Over Ex-Abercrombie CEO&#x27;s Ability for Trial" class="card-image">
  2026.                    
  2027.                    
  2028.                    <div class="card-content">
  2029.                        <div>
  2030.                            <span class="category-badge">News</span>
  2031.                            <h3 class="card-title">
  2032.                                <a href="/correctional-facility-telephone-audio-raise-doubts-over-ex-abercrombie-ceos-ability-for-trial/">
  2033.                                    Correctional Facility Telephone Audio Raise Doubts Over Ex-Abercrombie CEO&#x27;s Ability for Trial
  2034.                                </a>
  2035.                            </h3>
  2036.                            <p class="card-description"></p>
  2037.                        </div>
  2038.                        
  2039.                        <div class="card-meta">
  2040.                            <div class="author-section">
  2041.                                <a href="#" class="author-name">Christine Sweeney</a>
  2042.                            </div>
  2043.                            <span class="publish-date">May 20</span>
  2044.                        </div>
  2045.                    </div>
  2046.                </article>
  2047.            
  2048.                <article class="hero-card side-card-3">
  2049.                    
  2050.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Lost Johann Sebastian Bach Compositions Performed for First-Ever Performance in Over Three Centuries" class="card-image">
  2051.                    
  2052.                    
  2053.                    <div class="card-content">
  2054.                        <div>
  2055.                            <span class="category-badge">News</span>
  2056.                            <h3 class="card-title">
  2057.                                <a href="/lost-johann-sebastian-bach-compositions-performed-for-first-ever-performance-in-over-three-centuries/">
  2058.                                    Lost Johann Sebastian Bach Compositions Performed for First-Ever Performance in Over Three Centuries
  2059.                                </a>
  2060.                            </h3>
  2061.                            <p class="card-description"></p>
  2062.                        </div>
  2063.                        
  2064.                        <div class="card-meta">
  2065.                            <div class="author-section">
  2066.                                <a href="#" class="author-name">Christine Sweeney</a>
  2067.                            </div>
  2068.                            <span class="publish-date">May 20</span>
  2069.                        </div>
  2070.                    </div>
  2071.                </article>
  2072.            
  2073.        </div>
  2074.    </div>
  2075. </div>
  2076.  
  2077.  
  2078.  
  2079.  
  2080.        <!-- end of wpo-blog-hero -->
  2081.  
  2082.        <!-- start of wpo-breacking-news -->
  2083.        
  2084.        <!-- end of wpo-breacking-news -->
  2085.        
  2086.        <!-- start wpo-blog-highlights-section -->
  2087.        
  2088.  
  2089.  
  2090.  
  2091.    
  2092.  
  2093.  
  2094. <style>
  2095.  
  2096.    .blog-highlights-section {
  2097.        padding: 30px 0;
  2098.    }
  2099.  
  2100.    .blog-cards-grid {
  2101.        display: grid;
  2102.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2103.        gap: 30px;
  2104.    }
  2105.  
  2106.    .blog-card {
  2107.        background: var(--card-bg);
  2108.        border: 1px solid var(--card-border);
  2109.        border-radius: var(--border-radius);
  2110.        overflow: hidden;
  2111.        transition: all 0.3s ease;
  2112.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2113.    }
  2114.  
  2115.    .blog-card:hover {
  2116.        transform: translateY(-8px);
  2117.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2118.        border-color: var(--theme-primary-color);
  2119.    }
  2120.  
  2121.    .blog-card-image {
  2122.        position: relative;
  2123.        height: 220px;
  2124.        overflow: hidden;
  2125.    }
  2126.  
  2127.    .blog-card-image img {
  2128.        width: 100%;
  2129.        height: 100%;
  2130.        object-fit: cover;
  2131.        transition: transform 0.3s ease;
  2132.    }
  2133.  
  2134.    .blog-card:hover .blog-card-image img {
  2135.        transform: scale(1.05);
  2136.    }
  2137.  
  2138.    .blog-category {
  2139.        position: absolute;
  2140.        top: 15px;
  2141.        right: 15px;
  2142.        color: white;
  2143.        padding: 6px 12px;
  2144.        border-radius: 20px;
  2145.        font-size: 12px;
  2146.        font-weight: 600;
  2147.        text-transform: uppercase;
  2148.        letter-spacing: 0.5px;
  2149.    }
  2150.  
  2151.    .blog-card-content {
  2152.        padding: 25px;
  2153.    }
  2154.  
  2155.    .blog-card-title {
  2156.        font-family: var(--heading-font);
  2157.        font-size: 1.3rem;
  2158.        font-weight: var(--heading-weight);
  2159.        color: var(--top-color);
  2160.        margin-bottom: 15px;
  2161.        line-height: 1.4;
  2162.    }
  2163.  
  2164.    .blog-card-title a {
  2165.        color: inherit !important;
  2166.        text-decoration: none;
  2167.        transition: color 0.3s ease;
  2168.    }
  2169.  
  2170.    .blog-card-title a:hover {
  2171.        color: var(--theme-primary-color);
  2172.    }
  2173.  
  2174.    .blog-card-meta {
  2175.        display: flex;
  2176.        align-items: center;
  2177.        gap: 15px;
  2178.        margin-bottom: 15px;
  2179.        font-size: 14px;
  2180.        color: var(--text-light-color);
  2181.    }
  2182.  
  2183.    .blog-author-img {
  2184.        width: 30px;
  2185.        height: 30px;
  2186.        border-radius: 50%;
  2187.        object-fit: cover;
  2188.    }
  2189.  
  2190.    .blog-card-excerpt {
  2191.        color: var(--body-color);
  2192.        font-size: 15px;
  2193.        line-height: 1.6;
  2194.        margin-bottom: 20px;
  2195.        display: -webkit-box;
  2196.        -webkit-line-clamp: 3;
  2197.        -webkit-box-orient: vertical;
  2198.        overflow: hidden;
  2199.    }
  2200.  
  2201.    .blog-card-footer {
  2202.        display: flex;
  2203.        justify-content: space-between;
  2204.        align-items: center;
  2205.        padding-top: 15px;
  2206.        border-top: 1px solid var(--border-color-s2);
  2207.    }
  2208.  
  2209.    .blog-read-time {
  2210.        font-size: 13px;
  2211.        color: var(--light);
  2212.    }
  2213.  
  2214.    .blog-read-more {
  2215.        color: var(--top-color) !important;
  2216.        text-decoration: none;
  2217.        font-weight: 600;
  2218.        font-size: 14px;
  2219.        transition: all 0.3s ease;
  2220.    }
  2221.  
  2222.    .blog-read-more:hover {
  2223.        color: var(--theme-primary-color-s2);
  2224.        text-decoration: underline;
  2225.    }
  2226.  
  2227.    .section-title {
  2228.        font-family: var(--heading-font);
  2229.        font-size: 2.5rem;
  2230.        font-weight: var(--heading-weight);
  2231.        color: var(--heading-color);
  2232.        text-align: center;
  2233.        margin-bottom: 20px;
  2234.    }
  2235.  
  2236.    .section-subtitle {
  2237.        text-align: center;
  2238.        color: var(--text-light-color);
  2239.        font-size: 1.1rem;
  2240.        max-width: 600px;
  2241.        margin: 0 auto;
  2242.    }
  2243.  
  2244.    @media (max-width: 768px) {
  2245.        .blog-cards-grid {
  2246.            grid-template-columns: 1fr;
  2247.            gap: 20px;
  2248.        }
  2249.        
  2250.        .section-title {
  2251.            font-size: 2rem;
  2252.        }
  2253.        
  2254.        .blog-highlights-section {
  2255.            padding: 60px 0;
  2256.        }
  2257.    }
  2258. </style>
  2259.  
  2260. <section class="blog-highlights-section">
  2261.     <div class="container-fluid fluid-container">
  2262.      
  2263.            <div class="section-title">
  2264.                <h2>
  2265.                Today's Top Highlights
  2266.                   </h2>
  2267.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2268.    </div>
  2269.        
  2270.        <div class="row">
  2271.            <div class="col-lg-8 col-12">
  2272.                <div class="blog-cards-grid">
  2273.                    
  2274.                    <article class="blog-card">
  2275.                        <div class="blog-card-image">
  2276.                          
  2277.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2278.                            
  2279.                            <span class="blog-category bg-primary-gradient">
  2280.                                News
  2281.                            </span>
  2282.                        </div>
  2283.                        <div class="blog-card-content">
  2284.                            <h3 class="blog-card-title">
  2285.                                <a href="/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-tales/" >
  2286.                                Sharing a Dugout with Sir Alex and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Tales
  2287.                                </a>
  2288.                            </h3>
  2289.                            <div class="blog-card-meta">
  2290.                                
  2291.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2292.                                
  2293.                                <span>By <strong>Christine Sweeney</strong></span>
  2294.                                <span>•</span>
  2295.                                <span>20 May 2026</span>
  2296.                            </div>
  2297.                            <p class="blog-card-excerpt">
  2298.                                
  2299.                            </p>
  2300.                            <div class="blog-card-footer">
  2301.                                <div class="blog-read-time">
  2302.                                    📖 5 min read
  2303.                                </div>
  2304.                                <a href="/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-tales/" class="blog-read-more">
  2305.                                    Read More →
  2306.                                </a>
  2307.                            </div>
  2308.                        </div>
  2309.                    </article>
  2310.                    
  2311.                    <article class="blog-card">
  2312.                        <div class="blog-card-image">
  2313.                          
  2314.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2315.                            
  2316.                            <span class="blog-category bg-primary-gradient">
  2317.                                News
  2318.                            </span>
  2319.                        </div>
  2320.                        <div class="blog-card-content">
  2321.                            <h3 class="blog-card-title">
  2322.                                <a href="/californias-governor-again-denies-parole-for-manson-follower-patricia-krenwinkel/" >
  2323.                                California&#x27;s Governor Again Denies Parole for Manson Follower Patricia Krenwinkel
  2324.                                </a>
  2325.                            </h3>
  2326.                            <div class="blog-card-meta">
  2327.                                
  2328.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2329.                                
  2330.                                <span>By <strong>Christine Sweeney</strong></span>
  2331.                                <span>•</span>
  2332.                                <span>19 May 2026</span>
  2333.                            </div>
  2334.                            <p class="blog-card-excerpt">
  2335.                                
  2336.                            </p>
  2337.                            <div class="blog-card-footer">
  2338.                                <div class="blog-read-time">
  2339.                                    📖 5 min read
  2340.                                </div>
  2341.                                <a href="/californias-governor-again-denies-parole-for-manson-follower-patricia-krenwinkel/" class="blog-read-more">
  2342.                                    Read More →
  2343.                                </a>
  2344.                            </div>
  2345.                        </div>
  2346.                    </article>
  2347.                    
  2348.                    <article class="blog-card">
  2349.                        <div class="blog-card-image">
  2350.                          
  2351.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2352.                            
  2353.                            <span class="blog-category bg-primary-gradient">
  2354.                                News
  2355.                            </span>
  2356.                        </div>
  2357.                        <div class="blog-card-content">
  2358.                            <h3 class="blog-card-title">
  2359.                                <a href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-your-fungi/" >
  2360.                                Washing Mushrooms: The Great Debate: How to Properly Prepare Your Fungi
  2361.                                </a>
  2362.                            </h3>
  2363.                            <div class="blog-card-meta">
  2364.                                
  2365.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2366.                                
  2367.                                <span>By <strong>Christine Sweeney</strong></span>
  2368.                                <span>•</span>
  2369.                                <span>19 May 2026</span>
  2370.                            </div>
  2371.                            <p class="blog-card-excerpt">
  2372.                                
  2373.                            </p>
  2374.                            <div class="blog-card-footer">
  2375.                                <div class="blog-read-time">
  2376.                                    📖 5 min read
  2377.                                </div>
  2378.                                <a href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-your-fungi/" class="blog-read-more">
  2379.                                    Read More →
  2380.                                </a>
  2381.                            </div>
  2382.                        </div>
  2383.                    </article>
  2384.                    
  2385.                    <article class="blog-card">
  2386.                        <div class="blog-card-image">
  2387.                          
  2388.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2389.                            
  2390.                            <span class="blog-category bg-primary-gradient">
  2391.                                News
  2392.                            </span>
  2393.                        </div>
  2394.                        <div class="blog-card-content">
  2395.                            <h3 class="blog-card-title">
  2396.                                <a href="/human-remains-of-endurance-athlete-seemingly-killed-by-predator-recovered-from-pacific-beach/" >
  2397.                                Human Remains of Endurance Athlete Seemingly Killed by Predator Recovered from Pacific Beach
  2398.                                </a>
  2399.                            </h3>
  2400.                            <div class="blog-card-meta">
  2401.                                
  2402.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2403.                                
  2404.                                <span>By <strong>Christine Sweeney</strong></span>
  2405.                                <span>•</span>
  2406.                                <span>19 May 2026</span>
  2407.                            </div>
  2408.                            <p class="blog-card-excerpt">
  2409.                                
  2410.                            </p>
  2411.                            <div class="blog-card-footer">
  2412.                                <div class="blog-read-time">
  2413.                                    📖 5 min read
  2414.                                </div>
  2415.                                <a href="/human-remains-of-endurance-athlete-seemingly-killed-by-predator-recovered-from-pacific-beach/" class="blog-read-more">
  2416.                                    Read More →
  2417.                                </a>
  2418.                            </div>
  2419.                        </div>
  2420.                    </article>
  2421.                    
  2422.                    <article class="blog-card">
  2423.                        <div class="blog-card-image">
  2424.                          
  2425.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2426.                            
  2427.                            <span class="blog-category bg-primary-gradient">
  2428.                                News
  2429.                            </span>
  2430.                        </div>
  2431.                        <div class="blog-card-content">
  2432.                            <h3 class="blog-card-title">
  2433.                                <a href="/music-legend-barry-manilow-to-undergo-surgery-for-lung-cancer/" >
  2434.                                Music Legend Barry Manilow to Undergo Surgery for Lung Cancer.
  2435.                                </a>
  2436.                            </h3>
  2437.                            <div class="blog-card-meta">
  2438.                                
  2439.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2440.                                
  2441.                                <span>By <strong>Christine Sweeney</strong></span>
  2442.                                <span>•</span>
  2443.                                <span>19 May 2026</span>
  2444.                            </div>
  2445.                            <p class="blog-card-excerpt">
  2446.                                
  2447.                            </p>
  2448.                            <div class="blog-card-footer">
  2449.                                <div class="blog-read-time">
  2450.                                    📖 5 min read
  2451.                                </div>
  2452.                                <a href="/music-legend-barry-manilow-to-undergo-surgery-for-lung-cancer/" class="blog-read-more">
  2453.                                    Read More →
  2454.                                </a>
  2455.                            </div>
  2456.                        </div>
  2457.                    </article>
  2458.                    
  2459.                    <article class="blog-card">
  2460.                        <div class="blog-card-image">
  2461.                          
  2462.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2463.                            
  2464.                            <span class="blog-category bg-primary-gradient">
  2465.                                News
  2466.                            </span>
  2467.                        </div>
  2468.                        <div class="blog-card-content">
  2469.                            <h3 class="blog-card-title">
  2470.                                <a href="/former-british-soldier-charged-of-killing-kenyan-female-appears-in-court/" >
  2471.                                Former British Soldier Charged of Killing Kenyan Female Appears in Court
  2472.                                </a>
  2473.                            </h3>
  2474.                            <div class="blog-card-meta">
  2475.                                
  2476.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2477.                                
  2478.                                <span>By <strong>Christine Sweeney</strong></span>
  2479.                                <span>•</span>
  2480.                                <span>19 May 2026</span>
  2481.                            </div>
  2482.                            <p class="blog-card-excerpt">
  2483.                                
  2484.                            </p>
  2485.                            <div class="blog-card-footer">
  2486.                                <div class="blog-read-time">
  2487.                                    📖 5 min read
  2488.                                </div>
  2489.                                <a href="/former-british-soldier-charged-of-killing-kenyan-female-appears-in-court/" class="blog-read-more">
  2490.                                    Read More →
  2491.                                </a>
  2492.                            </div>
  2493.                        </div>
  2494.                    </article>
  2495.                    
  2496.                    <article class="blog-card">
  2497.                        <div class="blog-card-image">
  2498.                          
  2499.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2500.                            
  2501.                            <span class="blog-category bg-primary-gradient">
  2502.                                News
  2503.                            </span>
  2504.                        </div>
  2505.                        <div class="blog-card-content">
  2506.                            <h3 class="blog-card-title">
  2507.                                <a href="/fda-grants-approval-to-flibanserin-a-desire-boosting-medication-for-females-beyond-menopause/" >
  2508.                                FDA Grants Approval to Flibanserin, a Desire-Boosting Medication for Females Beyond Menopause
  2509.                                </a>
  2510.                            </h3>
  2511.                            <div class="blog-card-meta">
  2512.                                
  2513.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2514.                                
  2515.                                <span>By <strong>Christine Sweeney</strong></span>
  2516.                                <span>•</span>
  2517.                                <span>19 May 2026</span>
  2518.                            </div>
  2519.                            <p class="blog-card-excerpt">
  2520.                                
  2521.                            </p>
  2522.                            <div class="blog-card-footer">
  2523.                                <div class="blog-read-time">
  2524.                                    📖 5 min read
  2525.                                </div>
  2526.                                <a href="/fda-grants-approval-to-flibanserin-a-desire-boosting-medication-for-females-beyond-menopause/" class="blog-read-more">
  2527.                                    Read More →
  2528.                                </a>
  2529.                            </div>
  2530.                        </div>
  2531.                    </article>
  2532.                    
  2533.                    <article class="blog-card">
  2534.                        <div class="blog-card-image">
  2535.                          
  2536.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2537.                            
  2538.                            <span class="blog-category bg-primary-gradient">
  2539.                                News
  2540.                            </span>
  2541.                        </div>
  2542.                        <div class="blog-card-content">
  2543.                            <h3 class="blog-card-title">
  2544.                                <a href="/we-need-a-chopper-to-locate-them-13-year-olds-distress-call-to-save-relatives-adrift-off-down-under-coast-disclosed/" >
  2545.                                ‘We Need a Chopper to Locate Them’: 13-Year-Old’s Distress Call to Save Relatives Adrift Off Down Under Coast Disclosed
  2546.                                </a>
  2547.                            </h3>
  2548.                            <div class="blog-card-meta">
  2549.                                
  2550.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2551.                                
  2552.                                <span>By <strong>Christine Sweeney</strong></span>
  2553.                                <span>•</span>
  2554.                                <span>19 May 2026</span>
  2555.                            </div>
  2556.                            <p class="blog-card-excerpt">
  2557.                                
  2558.                            </p>
  2559.                            <div class="blog-card-footer">
  2560.                                <div class="blog-read-time">
  2561.                                    📖 5 min read
  2562.                                </div>
  2563.                                <a href="/we-need-a-chopper-to-locate-them-13-year-olds-distress-call-to-save-relatives-adrift-off-down-under-coast-disclosed/" class="blog-read-more">
  2564.                                    Read More →
  2565.                                </a>
  2566.                            </div>
  2567.                        </div>
  2568.                    </article>
  2569.                    
  2570.                    <article class="blog-card">
  2571.                        <div class="blog-card-image">
  2572.                          
  2573.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2574.                            
  2575.                            <span class="blog-category bg-primary-gradient">
  2576.                                News
  2577.                            </span>
  2578.                        </div>
  2579.                        <div class="blog-card-content">
  2580.                            <h3 class="blog-card-title">
  2581.                                <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-wave-of-community-action/" >
  2582.                                Tropical Storm Disaster in Sri Lanka Unleashes a Wave of Community Action
  2583.                                </a>
  2584.                            </h3>
  2585.                            <div class="blog-card-meta">
  2586.                                
  2587.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2588.                                
  2589.                                <span>By <strong>Christine Sweeney</strong></span>
  2590.                                <span>•</span>
  2591.                                <span>18 May 2026</span>
  2592.                            </div>
  2593.                            <p class="blog-card-excerpt">
  2594.                                
  2595.                            </p>
  2596.                            <div class="blog-card-footer">
  2597.                                <div class="blog-read-time">
  2598.                                    📖 5 min read
  2599.                                </div>
  2600.                                <a href="/tropical-storm-disaster-in-sri-lanka-unleashes-a-wave-of-community-action/" class="blog-read-more">
  2601.                                    Read More →
  2602.                                </a>
  2603.                            </div>
  2604.                        </div>
  2605.                    </article>
  2606.                    
  2607.                    <article class="blog-card">
  2608.                        <div class="blog-card-image">
  2609.                          
  2610.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2611.                            
  2612.                            <span class="blog-category bg-primary-gradient">
  2613.                                News
  2614.                            </span>
  2615.                        </div>
  2616.                        <div class="blog-card-content">
  2617.                            <h3 class="blog-card-title">
  2618.                                <a href="/los-blancos-trent-alexander-arnold-could-face-liverpool-in-upcoming-european-match/" >
  2619.                                Los Blancos&#x27; Trent Alexander-Arnold Could Face Liverpool in Upcoming European Match
  2620.                                </a>
  2621.                            </h3>
  2622.                            <div class="blog-card-meta">
  2623.                                
  2624.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2625.                                
  2626.                                <span>By <strong>Christine Sweeney</strong></span>
  2627.                                <span>•</span>
  2628.                                <span>18 May 2026</span>
  2629.                            </div>
  2630.                            <p class="blog-card-excerpt">
  2631.                                
  2632.                            </p>
  2633.                            <div class="blog-card-footer">
  2634.                                <div class="blog-read-time">
  2635.                                    📖 5 min read
  2636.                                </div>
  2637.                                <a href="/los-blancos-trent-alexander-arnold-could-face-liverpool-in-upcoming-european-match/" class="blog-read-more">
  2638.                                    Read More →
  2639.                                </a>
  2640.                            </div>
  2641.                        </div>
  2642.                    </article>
  2643.                    
  2644.                    <article class="blog-card">
  2645.                        <div class="blog-card-image">
  2646.                          
  2647.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2648.                            
  2649.                            <span class="blog-category bg-primary-gradient">
  2650.                                News
  2651.                            </span>
  2652.                        </div>
  2653.                        <div class="blog-card-content">
  2654.                            <h3 class="blog-card-title">
  2655.                                <a href="/worrying-recollections-resurface-in-davao-city-as-officials-piece-together-bondi-beach-attack-alleged-attackers-time-in-the-city/" >
  2656.                                Worrying Recollections Resurface in Davao City as Officials Piece Together Bondi Beach Attack Alleged Attackers&#x27; Time in the City
  2657.                                </a>
  2658.                            </h3>
  2659.                            <div class="blog-card-meta">
  2660.                                
  2661.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2662.                                
  2663.                                <span>By <strong>Christine Sweeney</strong></span>
  2664.                                <span>•</span>
  2665.                                <span>18 May 2026</span>
  2666.                            </div>
  2667.                            <p class="blog-card-excerpt">
  2668.                                
  2669.                            </p>
  2670.                            <div class="blog-card-footer">
  2671.                                <div class="blog-read-time">
  2672.                                    📖 5 min read
  2673.                                </div>
  2674.                                <a href="/worrying-recollections-resurface-in-davao-city-as-officials-piece-together-bondi-beach-attack-alleged-attackers-time-in-the-city/" class="blog-read-more">
  2675.                                    Read More →
  2676.                                </a>
  2677.                            </div>
  2678.                        </div>
  2679.                    </article>
  2680.                    
  2681.                    <article class="blog-card">
  2682.                        <div class="blog-card-image">
  2683.                          
  2684.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2685.                            
  2686.                            <span class="blog-category bg-primary-gradient">
  2687.                                News
  2688.                            </span>
  2689.                        </div>
  2690.                        <div class="blog-card-content">
  2691.                            <h3 class="blog-card-title">
  2692.                                <a href="/real-algarve-discovering-portugal-away-from-the-coastline/" >
  2693.                                Real Algarve: Discovering Portugal Away from the Coastline
  2694.                                </a>
  2695.                            </h3>
  2696.                            <div class="blog-card-meta">
  2697.                                
  2698.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="blog-author-img">
  2699.                                
  2700.                                <span>By <strong>Christine Sweeney</strong></span>
  2701.                                <span>•</span>
  2702.                                <span>18 May 2026</span>
  2703.                            </div>
  2704.                            <p class="blog-card-excerpt">
  2705.                                
  2706.                            </p>
  2707.                            <div class="blog-card-footer">
  2708.                                <div class="blog-read-time">
  2709.                                    📖 5 min read
  2710.                                </div>
  2711.                                <a href="/real-algarve-discovering-portugal-away-from-the-coastline/" class="blog-read-more">
  2712.                                    Read More →
  2713.                                </a>
  2714.                            </div>
  2715.                        </div>
  2716.                    </article>
  2717.                    
  2718.                    
  2719.  
  2720.                </div>
  2721.            </div>
  2722.            
  2723.              <div class="col col-lg-4 col-12">
  2724.                
  2725.  
  2726.  
  2727.  
  2728.    
  2729.  
  2730.  
  2731. <!-- Blog Sidebar V2 - Focused Design -->
  2732.  <div class="sidebar mb-3">
  2733.    <!-- Recent Posts Section -->
  2734.    <div class="sidebar-widget mb-4">
  2735.      <div class="widget-title-wrapper mb-3">
  2736.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2737.          <i class="ti-time me-2"></i>Recent Posts
  2738.          <span class="title-arrow-primary"></span>
  2739.        </h4>
  2740.      </div>
  2741.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2742.        <div class="recent-post-list">
  2743.          
  2744.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2745.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2746.                
  2747.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2748.                
  2749.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2750.            </div>
  2751.            <div class="post-content flex-grow-1">
  2752.              <h6 class="post-title mb-2">
  2753.                 <a href="/david-raya-backs-squad-depth-as-key-to-multiple-trophy-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  2754.                                            David Raya Backs Squad Depth as Key to Multiple Trophy Challenge
  2755.                                            </a>
  2756.              </h6>
  2757.              <div class="post-meta mb-3">
  2758.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2759.                <!-- <small class="text-muted">
  2760.                  <i class="ti-eye me-1"></i>348 views
  2761.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2762.                </small> -->
  2763.              </div>
  2764.            </div>
  2765.          </div>
  2766.          
  2767.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2768.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2769.                
  2770.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2771.                
  2772.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2773.            </div>
  2774.            <div class="post-content flex-grow-1">
  2775.              <h6 class="post-title mb-2">
  2776.                 <a href="/will-the-all-blacks-find-their-magic-this-autumn/" class="text-decoration-none top-color fw-semibold lh-sm">
  2777.                                            Will the All Blacks find their magic this autumn?
  2778.                                            </a>
  2779.              </h6>
  2780.              <div class="post-meta mb-3">
  2781.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2782.                <!-- <small class="text-muted">
  2783.                  <i class="ti-eye me-1"></i>348 views
  2784.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2785.                </small> -->
  2786.              </div>
  2787.            </div>
  2788.          </div>
  2789.          
  2790.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2791.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2792.                
  2793.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2794.                
  2795.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2796.            </div>
  2797.            <div class="post-content flex-grow-1">
  2798.              <h6 class="post-title mb-2">
  2799.                 <a href="/trumps-unprecedented-shadow-in-sports-reached-a-peak-in-2025-the-coming-year-threatens-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  2800.                                            Trump&#x27;s Unprecedented Shadow in Sports Reached A Peak in 2025. The Coming Year Threatens to Take It Further.
  2801.                                            </a>
  2802.              </h6>
  2803.              <div class="post-meta mb-3">
  2804.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2805.                <!-- <small class="text-muted">
  2806.                  <i class="ti-eye me-1"></i>348 views
  2807.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2808.                </small> -->
  2809.              </div>
  2810.            </div>
  2811.          </div>
  2812.          
  2813.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2814.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2815.                
  2816.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2817.                
  2818.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2819.            </div>
  2820.            <div class="post-content flex-grow-1">
  2821.              <h6 class="post-title mb-2">
  2822.                 <a href="/we-were-let-go-and-were-embracing-it-learn-how-to-land-a-fresh-position-that-suits-your-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2823.                                            We Were Let Go, and We&#x27;re Embracing It – Learn How to Land a Fresh Position That Suits Your Needs
  2824.                                            </a>
  2825.              </h6>
  2826.              <div class="post-meta mb-3">
  2827.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2828.                <!-- <small class="text-muted">
  2829.                  <i class="ti-eye me-1"></i>348 views
  2830.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2831.                </small> -->
  2832.              </div>
  2833.            </div>
  2834.          </div>
  2835.          
  2836.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2837.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2838.                
  2839.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2840.                
  2841.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2842.            </div>
  2843.            <div class="post-content flex-grow-1">
  2844.              <h6 class="post-title mb-2">
  2845.                 <a href="/over-60000-run-from-sudanese-city-following-capture-by-rapid-support-forces-militia-united-nations-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2846.                                            Over 60,000 Run from Sudanese City Following Capture by Rapid Support Forces Militia, United Nations States
  2847.                                            </a>
  2848.              </h6>
  2849.              <div class="post-meta mb-3">
  2850.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2851.                <!-- <small class="text-muted">
  2852.                  <i class="ti-eye me-1"></i>348 views
  2853.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2854.                </small> -->
  2855.              </div>
  2856.            </div>
  2857.          </div>
  2858.          
  2859.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2860.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2861.                
  2862.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2863.                
  2864.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2865.            </div>
  2866.            <div class="post-content flex-grow-1">
  2867.              <h6 class="post-title mb-2">
  2868.                 <a href="/exercise-while-you-are-working-a-dozen-strength-building-office-workouts-you-can-do-in-everyday-attire/" class="text-decoration-none top-color fw-semibold lh-sm">
  2869.                                            Exercise while you are working? A dozen strength-building office workouts you can do in everyday attire
  2870.                                            </a>
  2871.              </h6>
  2872.              <div class="post-meta mb-3">
  2873.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2874.                <!-- <small class="text-muted">
  2875.                  <i class="ti-eye me-1"></i>348 views
  2876.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2877.                </small> -->
  2878.              </div>
  2879.            </div>
  2880.          </div>
  2881.          
  2882.  
  2883.        </div>
  2884.  
  2885.        <div class="text-center mt-4 pt-3 border-top border-light">
  2886.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2887.        </div>
  2888.      </div>
  2889.    </div>
  2890.  
  2891.    
  2892.    <div class="sidebar-widget mb-4">
  2893.      <div class="widget-title-wrapper mb-3">
  2894.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2895.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2896.          <span class="title-arrow"></span>
  2897.        </h4>
  2898.      </div>
  2899.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2900.        <div class="blog-roll-list scrollable-sidebar">
  2901.          
  2902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.            <a href="http://russianseasons.org/" rel="dofollow" class="text-decoration-none ">
  2904.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.                <i class="ti-angle-right me-2 text-primary"></i>
  2906.                букмекерские конторы
  2907.              </h6>
  2908.            </a>
  2909.          </div>
  2910.          
  2911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2912.            <a href="https://www.ceced.eu/" rel="dofollow" class="text-decoration-none ">
  2913.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2914.                <i class="ti-angle-right me-2 text-primary"></i>
  2915.                покер онлайн на деньги
  2916.              </h6>
  2917.            </a>
  2918.          </div>
  2919.          
  2920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.            <a href="http://dan-news.info/" rel="dofollow" class="text-decoration-none ">
  2922.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2923.                <i class="ti-angle-right me-2 text-primary"></i>
  2924.                онлайн казино
  2925.              </h6>
  2926.            </a>
  2927.          </div>
  2928.          
  2929.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2930.            <a href="https://www.gameshub.com/fi/nettikasinot/pikakasinot/" rel="dofollow" class="text-decoration-none ">
  2931.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2932.                <i class="ti-angle-right me-2 text-primary"></i>
  2933.                pikakasinot
  2934.              </h6>
  2935.            </a>
  2936.          </div>
  2937.          
  2938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.            <a href="https://where2conf.com/" rel="dofollow" class="text-decoration-none ">
  2940.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2941.                <i class="ti-angle-right me-2 text-primary"></i>
  2942.                legalny bukmacher
  2943.              </h6>
  2944.            </a>
  2945.          </div>
  2946.          
  2947.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.            <a href="https://lbrelations.pl/" rel="dofollow" class="text-decoration-none ">
  2949.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.                <i class="ti-angle-right me-2 text-primary"></i>
  2951.                kasyna online
  2952.              </h6>
  2953.            </a>
  2954.          </div>
  2955.          
  2956.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2957.            <a href="https://www.theresourceinnovationgroup.org/" rel="dofollow" class="text-decoration-none ">
  2958.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2959.                <i class="ti-angle-right me-2 text-primary"></i>
  2960.                najlepsi bukmacherzy
  2961.              </h6>
  2962.            </a>
  2963.          </div>
  2964.          
  2965.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2966.            <a href="https://adventuregamers.com/reviews/harry-casino" rel="dofollow" class="text-decoration-none ">
  2967.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2968.                <i class="ti-angle-right me-2 text-primary"></i>
  2969.                harry review
  2970.              </h6>
  2971.            </a>
  2972.          </div>
  2973.          
  2974.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.            <a href="https://bspotburgers.com" rel="dofollow" class="text-decoration-none ">
  2976.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2977.                <i class="ti-angle-right me-2 text-primary"></i>
  2978.                najlepsze kasyna online
  2979.              </h6>
  2980.            </a>
  2981.          </div>
  2982.          
  2983.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2984.            <a href="https://www.first-to-fly.com/" rel="dofollow" class="text-decoration-none ">
  2985.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2986.                <i class="ti-angle-right me-2 text-primary"></i>
  2987.                sweepstakes casinos
  2988.              </h6>
  2989.            </a>
  2990.          </div>
  2991.          
  2992.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2993.            <a href="https://naturalchow.com/" rel="dofollow" class="text-decoration-none ">
  2994.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2995.                <i class="ti-angle-right me-2 text-primary"></i>
  2996.                online poker sites
  2997.              </h6>
  2998.            </a>
  2999.          </div>
  3000.          
  3001.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.            <a href="https://smartfootball.com/" rel="dofollow" class="text-decoration-none ">
  3003.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.                <i class="ti-angle-right me-2 text-primary"></i>
  3005.                offshore sportsbooks
  3006.              </h6>
  3007.            </a>
  3008.          </div>
  3009.          
  3010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.            <a href="https://www.gamblinginsider.com/no-kyc-betting-sites" rel="dofollow" class="text-decoration-none ">
  3012.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.                <i class="ti-angle-right me-2 text-primary"></i>
  3014.                anonymous betting sites
  3015.              </h6>
  3016.            </a>
  3017.          </div>
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://ai-hungary.com/" rel="dofollow" class="text-decoration-none ">
  3021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                legális magyar online kaszinó
  3024.              </h6>
  3025.            </a>
  3026.          </div>
  3027.          
  3028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.            <a href="https://www.escapistmagazine.com/row/poker-ellada/" rel="dofollow" class="text-decoration-none ">
  3030.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3031.                <i class="ti-angle-right me-2 text-primary"></i>
  3032.                ποκερ ελλαδα
  3033.              </h6>
  3034.            </a>
  3035.          </div>
  3036.          
  3037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.            <a href="http://withukraine.org/" rel="dofollow" class="text-decoration-none ">
  3039.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.                <i class="ti-angle-right me-2 text-primary"></i>
  3041.                грати покер онлайн безкоштовно без реєстрації
  3042.              </h6>
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="http://cspr.info/" rel="dofollow" class="text-decoration-none ">
  3048.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.                <i class="ti-angle-right me-2 text-primary"></i>
  3050.                казино з 18 років
  3051.              </h6>
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://www.schnell-kredit.info/" rel="dofollow" class="text-decoration-none ">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                online casino bonus
  3060.              </h6>
  3061.            </a>
  3062.          </div>
  3063.          
  3064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.            <a href="https://www.lighthousecatholicmedia.org/" rel="dofollow" class="text-decoration-none ">
  3066.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3067.                <i class="ti-angle-right me-2 text-primary"></i>
  3068.                online poker real money
  3069.              </h6>
  3070.            </a>
  3071.          </div>
  3072.          
  3073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.            <a href="https://www.vitascan.me/" rel="dofollow" class="text-decoration-none ">
  3075.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.                <i class="ti-angle-right me-2 text-primary"></i>
  3077.                sweeps coins casino
  3078.              </h6>
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="http://shelter4ua.com/" rel="dofollow" class="text-decoration-none ">
  3084.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.                <i class="ti-angle-right me-2 text-primary"></i>
  3086.                легальні онлайн казино
  3087.              </h6>
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://bilingualfamily.eu/" rel="dofollow" class="text-decoration-none ">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                казино без верификации
  3096.              </h6>
  3097.            </a>
  3098.          </div>
  3099.          
  3100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3101.            <a href="https://ansoesp.dk/" rel="dofollow" class="text-decoration-none ">
  3102.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3103.                <i class="ti-angle-right me-2 text-primary"></i>
  3104.                casino uden rofus
  3105.              </h6>
  3106.            </a>
  3107.          </div>
  3108.          
  3109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.            <a href="https://www.thesustainablebabyco.com/" rel="dofollow" class="text-decoration-none ">
  3111.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.                <i class="ti-angle-right me-2 text-primary"></i>
  3113.                sweepstakes casino
  3114.              </h6>
  3115.            </a>
  3116.          </div>
  3117.          
  3118.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.            <a href="https://www.fkt-online.de/" rel="dofollow" class="text-decoration-none ">
  3120.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3121.                <i class="ti-angle-right me-2 text-primary"></i>
  3122.                online casino
  3123.              </h6>
  3124.            </a>
  3125.          </div>
  3126.          
  3127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3128.            <a href="https://mundmische.de/" rel="dofollow" class="text-decoration-none ">
  3129.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3130.                <i class="ti-angle-right me-2 text-primary"></i>
  3131.                online casino
  3132.              </h6>
  3133.            </a>
  3134.          </div>
  3135.          
  3136.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3137.            <a href="https://online-karrieretag.de/" rel="dofollow" class="text-decoration-none ">
  3138.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3139.                <i class="ti-angle-right me-2 text-primary"></i>
  3140.                beste online casinos
  3141.              </h6>
  3142.            </a>
  3143.          </div>
  3144.          
  3145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.            <a href="https://im-alter-inform.de/" rel="dofollow" class="text-decoration-none ">
  3147.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.                <i class="ti-angle-right me-2 text-primary"></i>
  3149.                online casino
  3150.              </h6>
  3151.            </a>
  3152.          </div>
  3153.          
  3154.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.            <a href="https://www.cardplayer.com/online-poker" rel="dofollow" class="text-decoration-none ">
  3156.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.                <i class="ti-angle-right me-2 text-primary"></i>
  3158.                best online poker sites
  3159.              </h6>
  3160.            </a>
  3161.          </div>
  3162.          
  3163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3164.            <a href="https://aboutspacejornal.net/" rel="dofollow" class="text-decoration-none ">
  3165.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3166.                <i class="ti-angle-right me-2 text-primary"></i>
  3167.                биткоин казино
  3168.              </h6>
  3169.            </a>
  3170.          </div>
  3171.          
  3172.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3173.            <a href="https://infolight.org.ua/" rel="dofollow" class="text-decoration-none ">
  3174.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3175.                <i class="ti-angle-right me-2 text-primary"></i>
  3176.                онлайн казино україни
  3177.              </h6>
  3178.            </a>
  3179.          </div>
  3180.          
  3181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.            <a href="https://populationaction.org/" rel="dofollow" class="text-decoration-none ">
  3183.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3184.                <i class="ti-angle-right me-2 text-primary"></i>
  3185.                казино без верификации
  3186.              </h6>
  3187.            </a>
  3188.          </div>
  3189.          
  3190.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.            <a href="https://www.signalstudios.net/" rel="dofollow" class="text-decoration-none ">
  3192.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.                <i class="ti-angle-right me-2 text-primary"></i>
  3194.                poker app
  3195.              </h6>
  3196.            </a>
  3197.          </div>
  3198.          
  3199.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3200.            <a href="https://caretransitions.org/" rel="dofollow" class="text-decoration-none ">
  3201.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3202.                <i class="ti-angle-right me-2 text-primary"></i>
  3203.                tether casinos
  3204.              </h6>
  3205.            </a>
  3206.          </div>
  3207.          
  3208.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3209.            <a href="https://www.seatrails.org/" rel="dofollow" class="text-decoration-none ">
  3210.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3211.                <i class="ti-angle-right me-2 text-primary"></i>
  3212.                missouri online gambling
  3213.              </h6>
  3214.            </a>
  3215.          </div>
  3216.          
  3217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3218.            <a href="https://www.gameshub.com/no/online-casino/" rel="dofollow" class="text-decoration-none ">
  3219.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3220.                <i class="ti-angle-right me-2 text-primary"></i>
  3221.                casino norge
  3222.              </h6>
  3223.            </a>
  3224.          </div>
  3225.          
  3226.      </div>
  3227.    </div>
  3228.    
  3229.    <div class="sidebar-widget mb-4">
  3230.      <div class="widget-title-wrapper mb-3">
  3231.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3232.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3233.          <span class="title-arrow"></span>
  3234.        </h4>
  3235.      </div>
  3236.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3237.        <div class="blog-roll-list scrollable-sidebar">
  3238.          
  3239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3240.            <a href="https://www.gamblinginsider.com/us/online-casinos" rel="dofollow" class="text-decoration-none ">
  3241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3242.                <i class="ti-angle-right me-2 text-primary"></i>
  3243.                best online casino
  3244.              </h6>
  3245.            </a>
  3246.          </div>
  3247.          
  3248.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3249.            <a href="https://www.idesignarch.com/" rel="dofollow" class="text-decoration-none ">
  3250.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.                <i class="ti-angle-right me-2 text-primary"></i>
  3252.                list of sweepstakes casinos
  3253.              </h6>
  3254.            </a>
  3255.          </div>
  3256.          
  3257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3258.            <a href="https://enlimassolairportexpress.eu/" rel="dofollow" class="text-decoration-none ">
  3259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3260.                <i class="ti-angle-right me-2 text-primary"></i>
  3261.                οι μεγαλυτερες στοιχηματικες εταιριες στον κοσμο
  3262.              </h6>
  3263.            </a>
  3264.          </div>
  3265.          
  3266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3267.            <a href="http://greecehealthfirst.gr/" rel="dofollow" class="text-decoration-none ">
  3268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3269.                <i class="ti-angle-right me-2 text-primary"></i>
  3270.                καινουργια online casino
  3271.              </h6>
  3272.            </a>
  3273.          </div>
  3274.          
  3275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3276.            <a href="https://multiedition.fi/" rel="dofollow" class="text-decoration-none ">
  3277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3278.                <i class="ti-angle-right me-2 text-primary"></i>
  3279.                parhaat uudet nettikasinot
  3280.              </h6>
  3281.            </a>
  3282.          </div>
  3283.          
  3284.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3285.            <a href="http://orfeosuperdomo.com/" rel="dofollow" class="text-decoration-none ">
  3286.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.                <i class="ti-angle-right me-2 text-primary"></i>
  3288.                casas de apuestas y bonos
  3289.              </h6>
  3290.            </a>
  3291.          </div>
  3292.          
  3293.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3294.            <a href="http://ukrainian-food.org/" rel="dofollow" class="text-decoration-none ">
  3295.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3296.                <i class="ti-angle-right me-2 text-primary"></i>
  3297.                онлайн казино України
  3298.              </h6>
  3299.            </a>
  3300.          </div>
  3301.          
  3302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3303.            <a href="http://trendcoin.ru/" rel="dofollow" class="text-decoration-none ">
  3304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3305.                <i class="ti-angle-right me-2 text-primary"></i>
  3306.                онлайн казино україни
  3307.              </h6>
  3308.            </a>
  3309.          </div>
  3310.          
  3311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3312.            <a href="https://www.gonorthwest.com/" rel="dofollow" class="text-decoration-none ">
  3313.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3314.                <i class="ti-angle-right me-2 text-primary"></i>
  3315.                social casino
  3316.              </h6>
  3317.            </a>
  3318.          </div>
  3319.          
  3320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3321.            <a href="https://www.gamblinginsider.com/fi/parhaat-pikakasinot" rel="dofollow" class="text-decoration-none ">
  3322.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.                <i class="ti-angle-right me-2 text-primary"></i>
  3324.                uusi pikakasino
  3325.              </h6>
  3326.            </a>
  3327.          </div>
  3328.          
  3329.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3330.            <a href="https://animaltransportguides.eu/" rel="dofollow" class="text-decoration-none ">
  3331.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3332.                <i class="ti-angle-right me-2 text-primary"></i>
  3333.                top 10 najpopularniejszych gier na świecie
  3334.              </h6>
  3335.            </a>
  3336.          </div>
  3337.          
  3338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3339.            <a href="https://nye-bonuskoder.dk/" rel="dofollow" class="text-decoration-none ">
  3340.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3341.                <i class="ti-angle-right me-2 text-primary"></i>
  3342.                udenlandske casinoer
  3343.              </h6>
  3344.            </a>
  3345.          </div>
  3346.          
  3347.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3348.            <a href="https://gamebirdsclothing.co.uk" rel="dofollow" class="text-decoration-none ">
  3349.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3350.                <i class="ti-angle-right me-2 text-primary"></i>
  3351.                non uk casinos
  3352.              </h6>
  3353.            </a>
  3354.          </div>
  3355.          
  3356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3357.            <a href="https://opengovernanceindia.org/" rel="dofollow" class="text-decoration-none ">
  3358.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3359.                <i class="ti-angle-right me-2 text-primary"></i>
  3360.                cricket betting sites
  3361.              </h6>
  3362.            </a>
  3363.          </div>
  3364.          
  3365.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3366.            <a href="http://theresourceinnovationgroup.org/" rel="dofollow" class="text-decoration-none ">
  3367.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3368.                <i class="ti-angle-right me-2 text-primary"></i>
  3369.                najlepsi bukmacherzy
  3370.              </h6>
  3371.            </a>
  3372.          </div>
  3373.          
  3374.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3375.            <a href="http://oze-biomar.pl/" rel="dofollow" class="text-decoration-none ">
  3376.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3377.                <i class="ti-angle-right me-2 text-primary"></i>
  3378.                najlepsze polskie kasyna online
  3379.              </h6>
  3380.            </a>
  3381.          </div>
  3382.          
  3383.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3384.            <a href="http://docbookmd.com/" rel="dofollow" class="text-decoration-none ">
  3385.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3386.                <i class="ti-angle-right me-2 text-primary"></i>
  3387.                gra aviator
  3388.              </h6>
  3389.            </a>
  3390.          </div>
  3391.          
  3392.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3393.            <a href="http://44mpa.pl/" rel="dofollow" class="text-decoration-none ">
  3394.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3395.                <i class="ti-angle-right me-2 text-primary"></i>
  3396.                zakłady bukmacherskie online
  3397.              </h6>
  3398.            </a>
  3399.          </div>
  3400.          
  3401.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3402.            <a href="http://deadline24.pl/" rel="nofollow" class="text-decoration-none ">
  3403.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3404.                <i class="ti-angle-right me-2 text-primary"></i>
  3405.                zagraniczni bukmacherzy
  3406.              </h6>
  3407.            </a>
  3408.          </div>
  3409.          
  3410.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3411.            <a href="https://thecopenhagentales.com/" rel="dofollow" class="text-decoration-none ">
  3412.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3413.                <i class="ti-angle-right me-2 text-primary"></i>
  3414.                online casino uden om rofus
  3415.              </h6>
  3416.            </a>
  3417.          </div>
  3418.          
  3419.      </div>
  3420.    </div>
  3421.    
  3422.    <div class="sidebar-widget mb-4">
  3423.      <div class="widget-title-wrapper mb-3">
  3424.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3425.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3426.          <span class="title-arrow"></span>
  3427.        </h4>
  3428.      </div>
  3429.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3430.        <div class="blog-roll-list scrollable-sidebar">
  3431.          
  3432.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3433.            <a href="https://newgroundmag.com/" rel="dofollow" class="text-decoration-none ">
  3434.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3435.                <i class="ti-angle-right me-2 text-primary"></i>
  3436.                best offshore sportsbooks
  3437.              </h6>
  3438.            </a>
  3439.          </div>
  3440.          
  3441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.            <a href="https://www.oychicago.com/" rel="dofollow" class="text-decoration-none ">
  3443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.                <i class="ti-angle-right me-2 text-primary"></i>
  3445.                online casino michigan
  3446.              </h6>
  3447.            </a>
  3448.          </div>
  3449.          
  3450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3451.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3452.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3453.                <i class="ti-angle-right me-2 text-primary"></i>
  3454.                Non GamStop Casinos
  3455.              </h6>
  3456.            </a>
  3457.          </div>
  3458.          
  3459.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3460.            <a href="https://casinoscout.nl/betaalmogelijkheden/crypto-casinos/" rel="dofollow" class="text-decoration-none ">
  3461.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3462.                <i class="ti-angle-right me-2 text-primary"></i>
  3463.                crypto casinos
  3464.              </h6>
  3465.            </a>
  3466.          </div>
  3467.          
  3468.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3469.            <a href="http://golf-mysteves.cz/" rel="dofollow" class="text-decoration-none ">
  3470.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3471.                <i class="ti-angle-right me-2 text-primary"></i>
  3472.                ceske casina
  3473.              </h6>
  3474.            </a>
  3475.          </div>
  3476.          
  3477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.            <a href="https://uensdey.com/" rel="dofollow" class="text-decoration-none ">
  3479.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3480.                <i class="ti-angle-right me-2 text-primary"></i>
  3481.                крипто казино
  3482.              </h6>
  3483.            </a>
  3484.          </div>
  3485.          
  3486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3487.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3488.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3489.                <i class="ti-angle-right me-2 text-primary"></i>
  3490.                Non GamStop Casino Sites
  3491.              </h6>
  3492.            </a>
  3493.          </div>
  3494.          
  3495.      </div>
  3496.    </div>
  3497.    
  3498.  </div>
  3499.  
  3500. <!-- Sidebar V2 Styles -->
  3501. <style>
  3502.  .sidebar-widget {
  3503.    position: relative;
  3504.  }
  3505.  
  3506.  .widget-title {
  3507.    font-size: 1.1rem;
  3508.    font-weight: 700;
  3509.    display: inline-block;
  3510.    position: relative;
  3511.    z-index: 2;
  3512.    border-radius: 0;
  3513.  }
  3514.  
  3515.  /* Green arrow for August Blog Roll */
  3516.  .title-arrow::after {
  3517.    content: '';
  3518.    position: absolute;
  3519.    top: 0;
  3520.    right: -22px;
  3521.    width: 0;
  3522.    height: 0;
  3523.    border-left: 22px solid var(--bs-primary);
  3524.    border-top: 22px solid transparent;
  3525.    border-bottom: 22px solid transparent;
  3526.    z-index: 1;
  3527.  }
  3528.  
  3529.  /* Blue arrow for Recent Posts */
  3530.  .title-arrow-primary::after {
  3531.    content: '';
  3532.    position: absolute;
  3533.    top: 0;
  3534.    right: -22px;
  3535.    width: 0;
  3536.    height: 0;
  3537.    border-left: 22px solid var(--bs-primary);
  3538.    border-top: 22px solid transparent;
  3539.    border-bottom: 22px solid transparent;
  3540.    z-index: 1;
  3541.  }
  3542.  
  3543.  .widget-content {
  3544.    margin-top: -1px;
  3545.    position: relative;
  3546.    z-index: 1;
  3547.     background-color: var(--card-bg);
  3548.  }
  3549.  
  3550.  /* Blog Roll Items Hover Effects */
  3551.  .blog-roll-item:hover .blog-title {
  3552.    color: #198754 !important;
  3553.    transform: translateX(5px);
  3554.    transition: all 0.3s ease;
  3555.  }
  3556.  
  3557.  /* Recent Post Items Hover Effects */
  3558.  .recent-post-item:hover .post-title a {
  3559.    color: #0d6efd !important;
  3560.    transition: color 0.3s ease;
  3561.  }
  3562.  
  3563.  .recent-post-item:hover .post-image img {
  3564.    transform: scale(1.05);
  3565.    transition: transform 0.3s ease;
  3566.  }
  3567.  
  3568.  /* Button Hover Effects */
  3569.  .btn:hover {
  3570.    transform: translateY(-2px);
  3571.    transition: all 0.3s ease;
  3572.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3573.  }
  3574.  
  3575.  /* Badge Hover Effects */
  3576.  .badge:hover {
  3577.    transform: scale(1.05);
  3578.    transition: transform 0.3s ease;
  3579.  }
  3580.  
  3581.  @media (max-width: 991px) {
  3582.    .sidebar {
  3583.      margin-top: 3rem;
  3584.    }
  3585.  }
  3586.  
  3587.  @media (max-width: 576px) {
  3588.    .widget-title {
  3589.      font-size: 1rem;
  3590.      padding: 0.75rem 1rem !important;
  3591.    }
  3592.  
  3593.    .title-arrow::after,
  3594.    .title-arrow-primary::after {
  3595.      right: -18px;
  3596.      border-left-width: 18px;
  3597.      border-top-width: 18px;
  3598.      border-bottom-width: 18px;
  3599.    }
  3600.  
  3601.    .post-image {
  3602.      width: 70px !important;
  3603.      height: 55px !important;
  3604.    }
  3605.  
  3606.    .blog-meta {
  3607.      flex-direction: column !important;
  3608.      align-items: flex-start !important;
  3609.      gap: 0.5rem;
  3610.    }
  3611.  }
  3612. </style>
  3613.  
  3614.    
  3615.            </div>
  3616.        </div>
  3617.    </div>
  3618. </section>
  3619.  
  3620. <script>
  3621. document.addEventListener('DOMContentLoaded', function() {
  3622.    // Simple scroll animation
  3623.    const cards = document.querySelectorAll('.blog-card');
  3624.    
  3625.    const observer = new IntersectionObserver(function(entries) {
  3626.        entries.forEach(entry => {
  3627.            if (entry.isIntersecting) {
  3628.                entry.target.style.opacity = '1';
  3629.                entry.target.style.transform = 'translateY(0)';
  3630.            }
  3631.        });
  3632.    }, {
  3633.        threshold: 0.1
  3634.    });
  3635.  
  3636.    cards.forEach((card, index) => {
  3637.        card.style.opacity = '0';
  3638.        card.style.transform = 'translateY(30px)';
  3639.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3640.        observer.observe(card);
  3641.    });
  3642. });
  3643. </script>
  3644.  
  3645.    
  3646.        
  3647.        <!-- end wpo-blog-highlights-section -->
  3648.        <!-- start wpo-blog-sponsored-section -->
  3649.        
  3650.  
  3651.  
  3652.  
  3653.    
  3654.  
  3655.  
  3656.  
  3657. <style>
  3658.    .sponsored-section-v2 {
  3659.        padding: 40px 0;
  3660.        background: var(--body-bg);
  3661.    }
  3662.    
  3663.    .sponsored-card-v2 {
  3664.        background: var(--body-bg);
  3665.        border: 1px solid #f0f0f0;
  3666.        border-radius: 8px;
  3667.        transition: box-shadow 0.3s ease;
  3668.        height: 100%;
  3669.        position: relative;
  3670.    }
  3671.    
  3672.    .sponsored-card-v2:hover {
  3673.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3674.    }
  3675.    
  3676.    .sponsored-image-v2 {
  3677.        position: relative;
  3678.        height: 200px;
  3679.    }
  3680.    
  3681.    .sponsored-image-v2 img {
  3682.        width: 100%;
  3683.        height: 100%;
  3684.        object-fit: cover;
  3685.    }
  3686.    
  3687.    .sponsored-badge-v2 {
  3688.        position: absolute;
  3689.        bottom: 10px;
  3690.        left: 10px;
  3691.        padding: 6px 10px;
  3692.        font-size: 12px;
  3693.        font-weight: 600;
  3694.        text-transform: uppercase;
  3695.        border-radius: 4px;
  3696.    }
  3697.    
  3698.    .sponsored-content-v2 {
  3699.        padding: 20px;
  3700.    }
  3701.    
  3702.    .sponsored-title-v2 {
  3703.        font-size: 18px;
  3704.        font-weight: 600;
  3705.        line-height: 1.4;
  3706.        margin-bottom: 10px;
  3707.    }
  3708.    
  3709.    .sponsored-title-v2 a {
  3710.        text-decoration: none;
  3711.        transition: color 0.3s ease;
  3712.    }
  3713.    
  3714.    .sponsored-title-v2 a:hover {
  3715.        color: #007bff; /* Blue hover for variety */
  3716.    }
  3717.    
  3718.    .sponsored-excerpt-v2 {
  3719.        font-size: 14px;
  3720.        color: #6c757d;
  3721.        margin-bottom: 15px;
  3722.        line-height: 1.6;
  3723.    }
  3724.    
  3725.    .sponsored-meta-v2 {
  3726.        display: flex;
  3727.        align-items: center;
  3728.        justify-content: space-between;
  3729.        font-size: 12px;
  3730.        color: #6c757d;
  3731.    }
  3732.    
  3733.    .author-info-v2 {
  3734.        display: flex;
  3735.        align-items: center;
  3736.        gap: 8px;
  3737.    }
  3738.    
  3739.    .sponsored-author-img-v2 {
  3740.        width: 28px;
  3741.        height: 28px;
  3742.        border-radius: 50%;
  3743.        object-fit: cover;
  3744.    }
  3745.    
  3746.    .section-title-sponsored-v2 {
  3747.        font-size: 2.2rem;
  3748.        font-weight: 700;
  3749.        text-align: center;
  3750.        margin-bottom: 30px;
  3751.        color: #333;
  3752.    }
  3753.  
  3754.    @media (max-width: 768px) {
  3755.        .sponsored-section-v2 {
  3756.            padding: 30px 0;
  3757.        }
  3758.        .sponsored-content-v2 {
  3759.            padding: 15px;
  3760.        }
  3761.        .sponsored-title-v2 {
  3762.            font-size: 16px;
  3763.        }
  3764.        .sponsored-excerpt-v2 {
  3765.            font-size: 13px;
  3766.        }
  3767.    }
  3768. </style>
  3769.  
  3770. <section class="sponsored-section-v2">
  3771.    <div class="container-fluid fluid-container">
  3772.        <div class="row">
  3773.            <div class="col-12">
  3774.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3775.            </div>
  3776.        </div>
  3777.        
  3778.        <div class="row g-4">
  3779.            
  3780.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3781.                <div class="card sponsored-card-v2">
  3782.                    <div class="sponsored-image-v2">
  3783.                        
  3784.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3785.                        
  3786.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3787.                    </div>
  3788.                    <div class="sponsored-content-v2">
  3789.                        <h3 class="sponsored-title-v2">
  3790.                            <a href="/david-raya-backs-squad-depth-as-key-to-multiple-trophy-challenge/" class="top-color">
  3791.                            David Raya Backs Squad Depth as Key to Multiple Trophy Challenge
  3792.                            </a>
  3793.                        </h3>
  3794.                        <p class="sponsored-excerpt-v2">
  3795.                            
  3796.                        </p>
  3797.                        <div class="sponsored-meta-v2">
  3798.                            <div class="author-info-v2">
  3799.                                
  3800.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3801.                                
  3802.                                <span>
  3803.                                    Christine Sweeney
  3804.                                </span>
  3805.                            </div>
  3806.                            <span>18 May 2026</span>
  3807.                        </div>
  3808.                    </div>
  3809.                </div>
  3810.            </div>
  3811.            
  3812.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3813.                <div class="card sponsored-card-v2">
  3814.                    <div class="sponsored-image-v2">
  3815.                        
  3816.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3817.                        
  3818.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3819.                    </div>
  3820.                    <div class="sponsored-content-v2">
  3821.                        <h3 class="sponsored-title-v2">
  3822.                            <a href="/will-the-all-blacks-find-their-magic-this-autumn/" class="top-color">
  3823.                            Will the All Blacks find their magic this autumn?
  3824.                            </a>
  3825.                        </h3>
  3826.                        <p class="sponsored-excerpt-v2">
  3827.                            
  3828.                        </p>
  3829.                        <div class="sponsored-meta-v2">
  3830.                            <div class="author-info-v2">
  3831.                                
  3832.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3833.                                
  3834.                                <span>
  3835.                                    Christine Sweeney
  3836.                                </span>
  3837.                            </div>
  3838.                            <span>18 May 2026</span>
  3839.                        </div>
  3840.                    </div>
  3841.                </div>
  3842.            </div>
  3843.            
  3844.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3845.                <div class="card sponsored-card-v2">
  3846.                    <div class="sponsored-image-v2">
  3847.                        
  3848.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3849.                        
  3850.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3851.                    </div>
  3852.                    <div class="sponsored-content-v2">
  3853.                        <h3 class="sponsored-title-v2">
  3854.                            <a href="/trumps-unprecedented-shadow-in-sports-reached-a-peak-in-2025-the-coming-year-threatens-to-take-it-further/" class="top-color">
  3855.                            Trump&#x27;s Unprecedented Shadow in Sports Reached A Peak in 2025. The Coming Year Threatens to Take It Further.
  3856.                            </a>
  3857.                        </h3>
  3858.                        <p class="sponsored-excerpt-v2">
  3859.                            
  3860.                        </p>
  3861.                        <div class="sponsored-meta-v2">
  3862.                            <div class="author-info-v2">
  3863.                                
  3864.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3865.                                
  3866.                                <span>
  3867.                                    Christine Sweeney
  3868.                                </span>
  3869.                            </div>
  3870.                            <span>18 May 2026</span>
  3871.                        </div>
  3872.                    </div>
  3873.                </div>
  3874.            </div>
  3875.            
  3876.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3877.                <div class="card sponsored-card-v2">
  3878.                    <div class="sponsored-image-v2">
  3879.                        
  3880.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3881.                        
  3882.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3883.                    </div>
  3884.                    <div class="sponsored-content-v2">
  3885.                        <h3 class="sponsored-title-v2">
  3886.                            <a href="/we-were-let-go-and-were-embracing-it-learn-how-to-land-a-fresh-position-that-suits-your-needs/" class="top-color">
  3887.                            We Were Let Go, and We&#x27;re Embracing It – Learn How to Land a Fresh Position That Suits Your Needs
  3888.                            </a>
  3889.                        </h3>
  3890.                        <p class="sponsored-excerpt-v2">
  3891.                            
  3892.                        </p>
  3893.                        <div class="sponsored-meta-v2">
  3894.                            <div class="author-info-v2">
  3895.                                
  3896.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3897.                                
  3898.                                <span>
  3899.                                    Christine Sweeney
  3900.                                </span>
  3901.                            </div>
  3902.                            <span>18 May 2026</span>
  3903.                        </div>
  3904.                    </div>
  3905.                </div>
  3906.            </div>
  3907.            
  3908.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3909.                <div class="card sponsored-card-v2">
  3910.                    <div class="sponsored-image-v2">
  3911.                        
  3912.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3913.                        
  3914.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3915.                    </div>
  3916.                    <div class="sponsored-content-v2">
  3917.                        <h3 class="sponsored-title-v2">
  3918.                            <a href="/over-60000-run-from-sudanese-city-following-capture-by-rapid-support-forces-militia-united-nations-states/" class="top-color">
  3919.                            Over 60,000 Run from Sudanese City Following Capture by Rapid Support Forces Militia, United Nations States
  3920.                            </a>
  3921.                        </h3>
  3922.                        <p class="sponsored-excerpt-v2">
  3923.                            
  3924.                        </p>
  3925.                        <div class="sponsored-meta-v2">
  3926.                            <div class="author-info-v2">
  3927.                                
  3928.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3929.                                
  3930.                                <span>
  3931.                                    Christine Sweeney
  3932.                                </span>
  3933.                            </div>
  3934.                            <span>17 May 2026</span>
  3935.                        </div>
  3936.                    </div>
  3937.                </div>
  3938.            </div>
  3939.            
  3940.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3941.                <div class="card sponsored-card-v2">
  3942.                    <div class="sponsored-image-v2">
  3943.                        
  3944.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3945.                        
  3946.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3947.                    </div>
  3948.                    <div class="sponsored-content-v2">
  3949.                        <h3 class="sponsored-title-v2">
  3950.                            <a href="/exercise-while-you-are-working-a-dozen-strength-building-office-workouts-you-can-do-in-everyday-attire/" class="top-color">
  3951.                            Exercise while you are working? A dozen strength-building office workouts you can do in everyday attire
  3952.                            </a>
  3953.                        </h3>
  3954.                        <p class="sponsored-excerpt-v2">
  3955.                            
  3956.                        </p>
  3957.                        <div class="sponsored-meta-v2">
  3958.                            <div class="author-info-v2">
  3959.                                
  3960.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Christine Sweeney" class="sponsored-author-img-v2">
  3961.                                
  3962.                                <span>
  3963.                                    Christine Sweeney
  3964.                                </span>
  3965.                            </div>
  3966.                            <span>17 May 2026</span>
  3967.                        </div>
  3968.                    </div>
  3969.                </div>
  3970.            </div>
  3971.            
  3972.        </div>
  3973.    </div>
  3974. </section>
  3975.  
  3976.  
  3977.    
  3978.        <!-- end wpo-blog-sponsored-section -->
  3979.        <!-- start wpo-subscribe-section -->
  3980.        
  3981.        <!-- end subscribe-section -->
  3982.        <!-- start of wpo-site-footer-section -->
  3983.        
  3984.  
  3985.  
  3986.  
  3987.  
  3988.  
  3989. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3990.  <!-- Top Layer: Logo & Tagline -->
  3991.  <div class="footer-top-layer py-5 text-center">
  3992.    <div class="container-fluid fluid-container">
  3993.      <div class="row">
  3994.        <div class="col-12">
  3995.          <div class="brand-logo">
  3996.            
  3997.              <h3 class="brand-title">Grand Club Lounge</h3>
  3998.            
  3999.            <p class="brand-tagline mt-2">Discover expert travel guides, luxury lifestyle tips, and exclusive club reviews at Grand Club Lounge. Your premier source for upscale travel experiences.</p>
  4000.          </div>
  4001.        </div>
  4002.      </div>
  4003.    </div>
  4004.  </div>
  4005.  
  4006.  <!-- Content Layer: Full-Width Bands -->
  4007.  <div class="footer-content-layer pt-4">
  4008.    <div class="container-fluid fluid-container">
  4009.      <!-- Quick Links -->
  4010.      <div class="row">
  4011.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4012.          <h5 class="column-title">Quick Links</h5>
  4013.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4014.            
  4015.              <li>
  4016.                <a class="menu-link" href="/every-night-i-dream-of-riding-a-unicorn-medieval-metal-band-castle-rat/">‘Every Night, I Dream of Riding a Unicorn’: Medieval Metal Band Castle Rat</a>
  4017.              </li>
  4018.            
  4019.              <li>
  4020.                <a class="menu-link" href="/what-kind-of-figure-is-the-politician-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-the-top-job/">What Kind of Figure is the Politician Al Carns? Ex-Royal Marine and Government Minister with Ambitions on the Top Job</a>
  4021.              </li>
  4022.            
  4023.              <li>
  4024.                <a class="menu-link" href="/clarifying-the-misconceptions-of-online-slot-game-strategies/">Clarifying the Misconceptions of Online Slot Game Strategies</a>
  4025.              </li>
  4026.            
  4027.              <li>
  4028.                <a class="menu-link" href="/swiss-ski-resort-fire-victims-receive-care-in-specialist-clinics-throughout-the-continent/">Swiss Ski Resort Fire Victims Receive Care in Specialist Clinics Throughout the Continent</a>
  4029.              </li>
  4030.            
  4031.              <li>
  4032.                <a class="menu-link" href="/the-emergence-of-mobile-gaming-enjoying-online-slots-anywhere/">The Emergence of Mobile Gaming: Enjoying Online Slots Anywhere</a>
  4033.              </li>
  4034.            
  4035.              <li>
  4036.                <a class="menu-link" href="/queens-salute-titans-as-trump-extends-mamdani-a-friendly-greeting/">Queens Salute Titans as Trump Extends Mamdani a Friendly Greeting</a>
  4037.              </li>
  4038.            
  4039.          </ul>
  4040.        </div>
  4041.      </div>
  4042.      <!-- Top Categories -->
  4043.      <div class="row">
  4044.        <div class="col-12 band-block pb-4  border-bottom">
  4045.          <h5 class="column-title">Top Categories</h5>
  4046.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4047.            
  4048.              <li>
  4049.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4050.              </li>
  4051.            
  4052.              <li>
  4053.                <a class="menu-link" href="/category/business/">Business</a>
  4054.              </li>
  4055.            
  4056.              <li>
  4057.                <a class="menu-link" href="/category/esports/">Esports</a>
  4058.              </li>
  4059.            
  4060.              <li>
  4061.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  4062.              </li>
  4063.            
  4064.              <li>
  4065.                <a class="menu-link" href="/category/featured/">Featured</a>
  4066.              </li>
  4067.            
  4068.          </ul>
  4069.        </div>
  4070.      </div>
  4071.      <!-- Blog Rolls -->
  4072.       <div class="row">
  4073.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4074.          <h5 class="column-title">Blog Rolls</h5>
  4075.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4076.            
  4077.            
  4078.  
  4079.            
  4080.            
  4081.              
  4082.            
  4083.          </ul>
  4084.        </div>
  4085.      </div>
  4086.    </div>
  4087.  </div>
  4088.  
  4089.  <!-- Bottom Layer -->
  4090.  <div class="footer-bottom-layer bg-primary text-white py-3">
  4091.    <div class="container-fluid fluid-container">
  4092.      <div class="row">
  4093.        <div class="col-12 text-center">
  4094.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  4095.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4096.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4097.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4098.            <span class="copyright-info">&copy; 2026 <strong>Grand Club Lounge</strong>. All rights reserved.</span>
  4099.          </div>
  4100.        </div>
  4101.      </div>
  4102.    </div>
  4103.  </div>
  4104. </footer>
  4105.  
  4106. <style>
  4107.  
  4108. .footer-logo {
  4109.    height: 60px;
  4110.    width: auto;
  4111. }
  4112.  
  4113. .brand-title {
  4114.    font-size: 22px;
  4115.    font-weight: 800;
  4116.    color: white !important;
  4117.    margin: 0;
  4118. }
  4119.  
  4120. .brand-tagline {
  4121.    font-size: 14px;
  4122.    color: white !important;
  4123.    margin: 0;
  4124. }
  4125.  
  4126. .column-title {
  4127.    font-size: 16px;
  4128.    font-weight: 700;
  4129.    color:  white !important;
  4130.    margin-bottom: 12px;
  4131.    text-align: center;
  4132. }
  4133.  
  4134. .footer-menu {
  4135.    margin: 0;
  4136. }
  4137.  
  4138. .menu-link {
  4139.    color: white !important;
  4140.    text-decoration: none;
  4141.    font-size: 14px;
  4142.    font-weight: 600;
  4143.    transition: color 0.3s ease;
  4144. }
  4145.  
  4146.  
  4147. .footer-bottom-layer {
  4148.    font-size: 13px;
  4149. }
  4150.  
  4151. .utility-link {
  4152.    color: white !important;
  4153.    text-decoration: none;
  4154.    font-size: 13px;
  4155.    font-weight: 600;
  4156.    transition: color 0.3s ease;
  4157. }
  4158.  
  4159. .utility-link:hover {
  4160.    color: blue !important;
  4161. }
  4162.  
  4163. .copyright-info {
  4164.    font-size: 13px;
  4165.    font-weight: 600;
  4166. }
  4167.  
  4168. /* Responsive Design */
  4169. @media (max-width: 768px) {
  4170.    .footer-logo {
  4171.        height: 60px;
  4172.    }
  4173.    
  4174.    .column-title {
  4175.        font-size: 15px;
  4176.    }
  4177.    
  4178.    .menu-link {
  4179.        font-size: 13px;
  4180.    }
  4181. }
  4182.  
  4183. @media (max-width: 576px) {
  4184.    .brand-title {
  4185.        font-size: 20px;
  4186.    }
  4187.    
  4188.    .brand-tagline {
  4189.        font-size: 12px;
  4190.    }
  4191.    
  4192.    .cta-btn {
  4193.        font-size: 12px;
  4194.        padding: 5px 12px;
  4195.    }
  4196.    
  4197.    .band-block {
  4198.        border-left: 3px solid var(--primary-color);
  4199.    }
  4200. }
  4201. </style>
  4202.  
  4203. <script>
  4204. // Prevent default for placeholder links
  4205. document.addEventListener('DOMContentLoaded', function() {
  4206.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4207.        anchor.addEventListener('click', function(e) {
  4208.            e.preventDefault();
  4209.        });
  4210.    });
  4211. });
  4212. document.addEventListener('DOMContentLoaded', function () {
  4213.    var btn = document.getElementById('toggleBlogRollLinks');
  4214.    if (!btn) return; // No extra items, no button
  4215.  
  4216.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4217.  
  4218.    btn.addEventListener('click', function () {
  4219.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4220.            return li.classList.contains('d-none');
  4221.        });
  4222.  
  4223.        extras.forEach(function (li) {
  4224.            if (anyHidden) {
  4225.                li.classList.remove('d-none');
  4226.                li.classList.add('show');
  4227.            } else {
  4228.                li.classList.add('d-none');
  4229.                li.classList.remove('show');
  4230.            }
  4231.        });
  4232.  
  4233.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4234.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4235.    });
  4236. });
  4237.  
  4238. </script>
  4239.  
  4240.        <!-- end of wpo-site-footer-section -->
  4241.    </div>
  4242.    <!-- end of page-wrapper -->
  4243.  
  4244.    <!-- All JavaScript files
  4245.    ================================================== -->
  4246.    
  4247.  
  4248. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4249. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4250. <!-- Plugins for this template -->
  4251. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4252. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4253. <!-- Custom script for this template -->
  4254. <script src="/static/blogapp/assets/js/script.js"></script>
  4255.  
  4256. <script>
  4257. (function () {
  4258. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4259. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4260.  
  4261. function applyFallback(img) {
  4262. if (!img || img.dataset.fallbackApplied === "1") {
  4263. return;
  4264. }
  4265. var failedSrc = img.currentSrc || img.src || "";
  4266. img.dataset.fallbackApplied = "1";
  4267. img.onerror = null;
  4268. img.src = fallbackImageSrc;
  4269. console.warn("[ImageFallback] Replaced broken image:", {
  4270. failedSrc: failedSrc,
  4271. fallbackSrc: fallbackImageSrc,
  4272. alt: img.alt || "",
  4273. });
  4274. }
  4275.  
  4276. document.querySelectorAll("img").forEach(function (img) {
  4277. if (img.complete && img.naturalWidth === 0) {
  4278. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4279. failedSrc: img.currentSrc || img.src || "",
  4280. alt: img.alt || "",
  4281. });
  4282. applyFallback(img);
  4283. }
  4284. });
  4285.  
  4286. document.addEventListener(
  4287. "error",
  4288. function (event) {
  4289. var target = event.target;
  4290. if (target && target.tagName === "IMG") {
  4291. applyFallback(target);
  4292. }
  4293. },
  4294. true
  4295. );
  4296. })();
  4297. </script>
  4298.  
  4299. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4300.  
  4301.  
  4302.  
  4303. <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":"a3065feb6f4440a4b2a51e4e485a2b97","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4304. </body>
  4305.  
  4306. </html>
  4307.  
  4308.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda