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://dailytoday360.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T153539.815_JmfcVFQ_DDy4bgq.png">
  14.    
  15.  
  16.    <title>DailyToday360: UK News, Tech Updates, and Lifestyle Insights</title>
  17.    <meta name="description" content="DailyToday360 brings you the latest UK news, technology trends, and lifestyle articles. Stay informed with daily updates on current events and practical advice.">
  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://dailytoday360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff8c42;
  42.        --bs-primary-rgb: ff8c42;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff8c42;
  53.        --theme-primary-color-s2: #ff8c42;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  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: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff8c42;
  84.        --link-hover: #e07b39;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 140, 66, 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_57">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row">
  421.      <div>
  422.        <div class="pt-2 d-flex  gap-2   pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  424.            <div class=" d-flex  ">
  425.              <sapn class="fw-bold ">
  426.                Latest
  427.              </sapn>
  428.            </div>
  429.            <div class="d-flex">
  430.              <sapn class="fw-bold ">
  431.                Update
  432.              </sapn>
  433.            </div>
  434.          </div>
  435.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  436.            <p class="text-center">
  437.              
  438.              <a href="/haaland-fires-as-manchester-city-win-to-climb-top/" class="px-5 top-color">
  439.                Haaland Fires as Manchester City Win to Climb Top.
  440.              </a>
  441.              
  442.              <a href="/the-reason-psg-are-embracing-local-talent-to-protect-their-continental-title/" class="px-5 top-color">
  443.                The Reason PSG Are Embracing Local Talent to Protect Their Continental Title
  444.              </a>
  445.              
  446.              <a href="/democratic-lawmakers-accuse-trump-of-harassment-campaign-as-fbi-requests-interviews/" class="px-5 top-color">
  447.                Democratic lawmakers Accuse Trump of ‘Harassment’ Campaign as FBI Requests Interviews
  448.              </a>
  449.              
  450.              <a href="/a-banner-year-for-striking-balls/" class="px-5 top-color">
  451.                A Banner Year for Striking Balls
  452.              </a>
  453.              
  454.              <a href="/food-delivery-fresh-from-the-west-philippine-sea-an-intense-expedition-along-resupply-routes-in-the-china-standoff/" class="px-5 top-color">
  455.                Food Delivery: Fresh from the West Philippine Sea – An Intense Expedition Along Resupply Routes in the China Standoff.
  456.              </a>
  457.              
  458.            </p>
  459.          </marquee>
  460.        </div>
  461.      </div>
  462.    </div>
  463.  </div>
  464. </div>
  465.  
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v7 py-2 mb-4">
  477.    <!-- Top Bar -->
  478.    <div class="top-bar-v7">
  479.        <div class="container-fluid fluid-container">
  480.            <div class="row align-items-center justify-content-center">
  481.                <div class="col-lg-3 col-md-4">
  482.                    <div class="logo-section-v7">
  483.                        <a class="brand-link-v7" href="/">
  484.                            
  485.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/55ed2756-ea46-4e59-b88f-6b1f38c4e8bd_logo.png" alt="DailyToday360" class="logo-img-v7" />
  486.                            
  487.                        </a>
  488.                    </div>
  489.                </div>
  490.                <div class="col-lg-6 col-md-5">
  491.                    <div class="search-bar-v7">
  492.                        <form class="search-form-v7" action="#" method="get">
  493.                            <div class="search-container-v7">
  494.                                <input id="search-input" type="search" class="search-input-v7"
  495.                                    placeholder="Search articles, tutorials, news..." name="q">
  496.                                <button type="submit" class="search-btn-v7">
  497.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  498.                                        stroke-width="2">
  499.                                        <circle cx="11" cy="11" r="8"></circle>
  500.                                        <path d="m21 21-4.35-4.35"></path>
  501.                                    </svg>
  502.                                </button>
  503.                            </div>
  504.                            <div id="search-results" class="search-results-container search-v1"></div>
  505.                        </form>
  506.                    </div>
  507.                </div>
  508.                <div class="col-lg-3 col-md-3">
  509.                    <!-- Empty column for spacing -->
  510.                </div>
  511.            </div>
  512.        </div>
  513.    </div>
  514.  
  515.    <!-- Main Navigation -->
  516.    <div class="main-nav-v7">
  517.        <div class="container-fluid">
  518.            <div class="nav-wrapper-v7">
  519.  
  520.                <!-- Sidebar Navigation -->
  521.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  522.                    <div class="nav-header-v7">
  523.                        <h6 class="nav-title-v7">Navigation</h6>
  524.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  525.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  526.                                stroke-width="2">
  527.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  528.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  529.                            </svg>
  530.                        </button>
  531.                    </div>
  532.  
  533.                    <ul class="sidebar-menu-v7">
  534.                        <li class="sidebar-item-v7">
  535.                            <a href='/' class="sidebar-link-v7 active-v7">
  536.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  537.                                    stroke="currentColor" stroke-width="2">
  538.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  539.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  540.                                </svg>
  541.                                Home
  542.                            </a>
  543.                        </li>
  544.  
  545.                        <li class="sidebar-item-v7 has-submenu-v7">
  546.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  547.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  548.                                    stroke="currentColor" stroke-width="2">
  549.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  550.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  551.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  552.                                </svg>
  553.                                Technology
  554.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  555.                                    stroke="currentColor" stroke-width="2">
  556.                                    <polyline points="6,9 12,15 18,9"></polyline>
  557.                                </svg>
  558.                            </a>
  559.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  560.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  561.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  562.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  563.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  564.                            </ul>
  565.                        </li>
  566.  
  567.                        <li class="sidebar-item-v7 has-submenu-v7">
  568.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  569.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  570.                                    stroke="currentColor" stroke-width="2">
  571.                                    <path
  572.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  573.                                    </path>
  574.                                </svg>
  575.                                Business
  576.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  577.                                    stroke="currentColor" stroke-width="2">
  578.                                    <polyline points="6,9 12,15 18,9"></polyline>
  579.                                </svg>
  580.                            </a>
  581.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  582.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  583.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  584.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  585.                            </ul>
  586.                        </li>
  587.  
  588.                        <li class="sidebar-item-v7">
  589.                            <a href="#" class="sidebar-link-v7">
  590.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  591.                                    stroke="currentColor" stroke-width="2">
  592.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  593.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  594.                                </svg>
  595.                                Tutorials
  596.                            </a>
  597.                        </li>
  598.  
  599.                        <li class="sidebar-item-v7">
  600.                            <a href="#" class="sidebar-link-v7">
  601.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  602.                                    stroke="currentColor" stroke-width="2">
  603.                                    <polygon
  604.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  605.                                    </polygon>
  606.                                </svg>
  607.                                Reviews
  608.                            </a>
  609.                        </li>
  610.  
  611.                        <li class="sidebar-item-v7">
  612.                            <a href="#" class="sidebar-link-v7">
  613.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  614.                                    stroke="currentColor" stroke-width="2">
  615.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  616.                                </svg>
  617.                                News
  618.                            </a>
  619.                        </li>
  620.  
  621.                        <li class="sidebar-item-v7">
  622.                            <a href="#" class="sidebar-link-v7">
  623.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  624.                                    stroke="currentColor" stroke-width="2">
  625.                                    <circle cx="12" cy="12" r="3"></circle>
  626.                                    <path
  627.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  628.                                    </path>
  629.                                </svg>
  630.                                About
  631.                            </a>
  632.                        </li>
  633.  
  634.                        <li class="sidebar-item-v7">
  635.                            <a href="#" class="sidebar-link-v7">
  636.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  637.                                    stroke="currentColor" stroke-width="2">
  638.                                    <path
  639.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  640.                                    </path>
  641.                                    <polyline points="22,6 12,13 2,6"></polyline>
  642.                                </svg>
  643.                                Contact
  644.                            </a>
  645.                        </li>
  646.                    </ul>
  647.                </nav>
  648.                <div class="sidebar-blur"></div>
  649.  
  650.                <!-- Main Content Area -->
  651.                <div class="content-area-v7">
  652.                    <!-- Horizontal Nav for Desktop -->
  653.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  654.                        <ul class="horizontal-menu-v7">
  655.  
  656.                            
  657.                            <li class="horizontal-item-v7">
  658.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  659.                            </li>
  660.  
  661.                            
  662.                            
  663.                             <li class="horizontal-item-v7">
  664.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  665.                                    All Posts
  666.                                </a>
  667.                                </li>
  668.  
  669.                                
  670.  
  671.                                        
  672.                                        
  673.                                
  674.                             <li class="horizontal-item-v7">
  675.                                <a href="/category/business/" class="horizontal-link-v7">
  676.                                    Business
  677.                                </a>
  678.                                </li>
  679.  
  680.                                
  681.  
  682.                                        
  683.                                        
  684.                                
  685.                             <li class="horizontal-item-v7">
  686.                                <a href="/category/esports/" class="horizontal-link-v7">
  687.                                    Esports
  688.                                </a>
  689.                                </li>
  690.  
  691.                                
  692.  
  693.                                        
  694.                                        
  695.                                
  696.                             <li class="horizontal-item-v7">
  697.                                <a href="/category/fashion/" class="horizontal-link-v7">
  698.                                    Fashion
  699.                                </a>
  700.                                </li>
  701.  
  702.                                
  703.  
  704.                                        
  705.                                        
  706.                                
  707.                             <li class="horizontal-item-v7">
  708.                                <a href="/category/featured/" class="horizontal-link-v7">
  709.                                    Featured
  710.                                </a>
  711.                                </li>
  712.  
  713.                                
  714.  
  715.                                        
  716.                                        
  717.                                
  718.                             <li class="horizontal-item-v7">
  719.                                <a href="/category/gaming/" class="horizontal-link-v7">
  720.                                    Gaming
  721.                                </a>
  722.                                </li>
  723.  
  724.                                
  725.  
  726.                                        
  727.                                        
  728.                                
  729.                             <li class="horizontal-item-v7">
  730.                                <a href="/category/health/" class="horizontal-link-v7">
  731.                                    Health
  732.                                </a>
  733.                                </li>
  734.  
  735.                                
  736.  
  737.                                        
  738.                                        
  739.                                
  740.                            
  741.                                
  742.                                <li class="horizontal-item-v7 dropdown-v7">
  743.                                    <a href="#" class="horizontal-link-v7">More</a>
  744.                                    <div class="horizontal-dropdown-v7">
  745.                                        <a href="/category/life-fitness/"
  746.                                            class="dropdown-item-v7">
  747.                                            Life &amp; Fitness
  748.                                        </a>
  749.                                        
  750.  
  751.                                        
  752.                                        
  753.                                
  754.                            
  755.                                        <a href="/category/lifestyle/"
  756.                                            class="dropdown-item-v7">
  757.                                            Lifestyle
  758.                                        </a>
  759.                                        
  760.  
  761.                                        
  762.                                        
  763.                                
  764.                            
  765.                                        <a href="/category/news/"
  766.                                            class="dropdown-item-v7">
  767.                                            News
  768.                                        </a>
  769.                                        
  770.  
  771.                                        
  772.                                        
  773.                                
  774.                            
  775.                                        <a href="/category/others/"
  776.                                            class="dropdown-item-v7">
  777.                                            Others
  778.                                        </a>
  779.                                        
  780.  
  781.                                        
  782.                                        
  783.                                
  784.                            
  785.                                        <a href="/category/politics/"
  786.                                            class="dropdown-item-v7">
  787.                                            Politics
  788.                                        </a>
  789.                                        
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                            
  795.                                        <a href="/category/sports/"
  796.                                            class="dropdown-item-v7">
  797.                                            Sports
  798.                                        </a>
  799.                                        
  800.  
  801.                                        
  802.                                        
  803.                                
  804.                            
  805.                                        <a href="/category/tech/"
  806.                                            class="dropdown-item-v7">
  807.                                            Tech
  808.                                        </a>
  809.                                        
  810.  
  811.                                        
  812.                                        
  813.                                
  814.                            
  815.                                        <a href="/category/travel/"
  816.                                            class="dropdown-item-v7">
  817.                                            Travel
  818.                                        </a>
  819.                                        
  820.  
  821.                                        
  822.                                        
  823.                                    </div>
  824.                                </li>
  825.                                
  826.                                
  827. <li>
  828.                  <a href="/page/contact-us/">
  829.                     Contact Us
  830.                  </a>
  831.              </li>
  832.                        </ul>
  833.                    </nav>
  834.  
  835.  
  836.                    <!-- Mobile Menu Button -->
  837.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  838.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  839.                            stroke-width="2">
  840.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  841.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  842.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  843.                        </svg>
  844.                        Menu
  845.                    </button>
  846.                </div>
  847.            </div>
  848.        </div>
  849.    </div>
  850.  
  851.    <!-- Overlay for mobile sidebar -->
  852.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  853. </header>
  854.  
  855. <style>
  856.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  857.    .header-v7 {
  858.        position: relative;
  859.        background: var(--navbar-bg);
  860.    }
  861.  
  862.    /* Top Bar Styles */
  863.    .top-bar-v7 {
  864.        padding: 15px 0;
  865.        border-bottom: 1px solid var(--border-color);
  866.        background: var(--navbar-bg);
  867.    }
  868.  
  869.    .logo-img-v7 {
  870.        max-height: 70px;
  871.        transition: transform 0.3s ease;
  872.    }
  873.  
  874.    .logo-img-v7:hover {
  875.        transform: scale(1.05);
  876.    }
  877.  
  878.    /* Search Bar Styles */
  879.    .search-container-v7 {
  880.        position: relative;
  881.        display: flex;
  882.        align-items: center;
  883.        background: transparent;
  884.        border: 2px solid var(--border-color);
  885.        border-radius: 8px;
  886.        overflow: hidden;
  887.        transition: all 0.3s ease;
  888.    }
  889.  
  890.    .search-container-v7:focus-within {
  891.        border-color: #007bff33;
  892.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  893.    }
  894.  
  895.    .search-input-v7 {
  896.        color: var(--topbar-color) !important;
  897.        flex: 1;
  898.        border: none;
  899.        padding: 12px 16px;
  900.        font-size: 14px;
  901.        outline: none;
  902.        background: transparent;
  903.    }
  904.  
  905.    .search-input-v7::placeholder {
  906.        color: #a0aec0;
  907.    }
  908.  
  909.    .search-btn-v7 {
  910.        background: var(--bs-primary);
  911.        color: white;
  912.        border: none;
  913.        padding: 12px 16px;
  914.        cursor: pointer;
  915.        transition: background 0.3s ease;
  916.    }
  917.  
  918.    .search-btn-v7:hover {
  919.        background: #3182ce;
  920.    }
  921.  
  922.    /* Header Actions */
  923.    .header-actions-v7 {
  924.        display: flex;
  925.        align-items: center;
  926.        gap: 15px;
  927.        justify-content: flex-end;
  928.    }
  929.  
  930.    .notification-btn-v7,
  931.    .profile-btn-v7 {
  932.        background: none;
  933.        border: none;
  934.        padding: 8px;
  935.        border-radius: 8px;
  936.        cursor: pointer;
  937.        transition: background 0.3s ease;
  938.        position: relative;
  939.    }
  940.  
  941.    .notification-btn-v7:hover,
  942.    .profile-btn-v7:hover {
  943.        background: #f1f5f9;
  944.    }
  945.  
  946.    .notification-badge-v7 {
  947.        position: absolute;
  948.        top: 2px;
  949.        right: 2px;
  950.        background: #e53e3e;
  951.        color: white;
  952.        font-size: 16px;
  953.        font-weight: 600;
  954.        width: 16px;
  955.        height: 16px;
  956.        border-radius: 50%;
  957.        display: flex;
  958.        align-items: center;
  959.        justify-content: center;
  960.    }
  961.  
  962.    .profile-avatar-v7 {
  963.        width: 32px;
  964.        height: 32px;
  965.        background: var(--border-color);
  966.        border-radius: 50%;
  967.        display: flex;
  968.        align-items: center;
  969.        justify-content: center;
  970.    }
  971.  
  972.    /* Main Navigation */
  973.    .main-nav-v7 {
  974.        background: var(--navbar-bg);
  975.    }
  976.  
  977.    .nav-wrapper-v7 {
  978.        display: flex;
  979.        align-items: center;
  980.        justify-content: center;
  981.        min-height: 60px;
  982.    }
  983.  
  984.    /* Sidebar Navigation */
  985.    .sidebar-nav-v7 {
  986.        position: fixed;
  987.        top: 0;
  988.        left: -350px;
  989.        width: 350px;
  990.        height: 100vh;
  991.        background: var(--navbar-bg);
  992.        z-index: 1000;
  993.        transition: left 0.3s ease;
  994.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  995.        overflow-y: auto;
  996.    }
  997.  
  998.    .sidebar-nav-v7.show-v7 {
  999.        left: 0;
  1000.    }
  1001.  
  1002.    .nav-header-v7 {
  1003.        display: flex;
  1004.        align-items: center;
  1005.        justify-content: space-between;
  1006.        padding: 20px 25px;
  1007.        border-bottom: 1px solid var(--border-color);
  1008.        background: var(--navbar-bg);
  1009.    }
  1010.  
  1011.    .nav-title-v7 {
  1012.        font-size: 16px;
  1013.        font-weight: 600;
  1014.        color: #2d3748;
  1015.        margin: 0;
  1016.    }
  1017.  
  1018.    .sidebar-close-v7 {
  1019.        background: none;
  1020.        border: none;
  1021.        padding: 8px;
  1022.        cursor: pointer;
  1023.        border-radius: 6px;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .sidebar-close-v7:hover {
  1028.        background: var(--border-color);
  1029.    }
  1030.  
  1031.    .sidebar-menu-v7 {
  1032.        list-style: none;
  1033.        padding: 20px 0;
  1034.        margin: 0;
  1035.    }
  1036.  
  1037.    .sidebar-item-v7 {
  1038.        margin-bottom: 5px;
  1039.    }
  1040.  
  1041.    .sidebar-link-v7 {
  1042.        display: flex;
  1043.        align-items: center;
  1044.        color: #4a5568;
  1045.        text-decoration: none;
  1046.        padding: 15px 25px;
  1047.        font-size: 15px;
  1048.        font-weight: 500;
  1049.        transition: all 0.3s ease;
  1050.        position: relative;
  1051.    }
  1052.  
  1053.    .sidebar-link-v7:hover,
  1054.    .sidebar-link-v7.active-v7 {
  1055.        color: #007bff;
  1056.        background: var(--border-color);
  1057.    }
  1058.  
  1059.    .sidebar-link-v7.active-v7::before {
  1060.        content: '';
  1061.        position: absolute;
  1062.        left: 0;
  1063.        top: 0;
  1064.        bottom: 0;
  1065.        width: 4px;
  1066.        background: #007bff;
  1067.    }
  1068.  
  1069.    .sidebar-icon-v7 {
  1070.        margin-right: 12px;
  1071.        color: currentColor;
  1072.    }
  1073.  
  1074.    .submenu-arrow-v7 {
  1075.        margin-left: auto;
  1076.        transition: transform 0.3s ease;
  1077.    }
  1078.  
  1079.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1080.        transform: rotate(180deg);
  1081.    }
  1082.  
  1083.    .sidebar-submenu-v7 {
  1084.        list-style: none;
  1085.        padding: 0;
  1086.        margin: 0;
  1087.        max-height: 0;
  1088.        overflow: hidden;
  1089.        transition: max-height 0.3s ease;
  1090.        background: var(--navbar-bg);
  1091.    }
  1092.  
  1093.    .sidebar-submenu-v7.show-v7 {
  1094.        max-height: 300px;
  1095.        padding: 10px 0;
  1096.    }
  1097.  
  1098.    .sidebar-sublink-v7 {
  1099.        display: block;
  1100.        color: #718096;
  1101.        text-decoration: none;
  1102.        padding: 10px 25px 10px 55px;
  1103.        font-size: 14px;
  1104.        transition: all 0.3s ease;
  1105.    }
  1106.  
  1107.    .sidebar-sublink-v7:hover {
  1108.        color: #007bff;
  1109.        background: var(--border-color);
  1110.    }
  1111.  
  1112.    /* Sidebar Footer */
  1113.    .sidebar-footer-v7 {
  1114.        padding: 25px;
  1115.        margin-top: auto;
  1116.        border-top: 1px solid var(--border-color);
  1117.    }
  1118.  
  1119.    .sidebar-cta-v7 {
  1120.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1121.        padding: 20px;
  1122.        border-radius: 12px;
  1123.        text-align: center;
  1124.        color: white;
  1125.    }
  1126.  
  1127.    .cta-title-v7 {
  1128.        font-size: 14px;
  1129.        font-weight: 600;
  1130.        margin: 0 0 5px 0;
  1131.    }
  1132.  
  1133.    .cta-text-v7 {
  1134.        font-size: 12px;
  1135.        margin: 0 0 15px 0;
  1136.        opacity: 0.9;
  1137.    }
  1138.  
  1139.    .cta-btn-v7 {
  1140.        background: rgba(255, 255, 255, 0.2);
  1141.        color: white;
  1142.        border: 1px solid rgba(255, 255, 255, 0.3);
  1143.        padding: 8px 20px;
  1144.        border-radius: 20px;
  1145.        font-size: 12px;
  1146.        font-weight: 500;
  1147.        cursor: pointer;
  1148.        transition: all 0.3s ease;
  1149.    }
  1150.  
  1151.    .cta-btn-v7:hover {
  1152.        background: rgba(255, 255, 255, 0.3);
  1153.    }
  1154.  
  1155.    /* Horizontal Navigation for Desktop */
  1156.    .horizontal-nav-v7 {
  1157.        flex: 1;
  1158.        display: flex;
  1159.        justify-content: center;
  1160.    }
  1161.  
  1162.    .horizontal-menu-v7 {
  1163.        list-style: none;
  1164.        padding: 0;
  1165.        margin: 0;
  1166.        display: flex;
  1167.        align-items: center;
  1168.    }
  1169.  
  1170.    .horizontal-item-v7 {
  1171.        position: relative;
  1172.        margin-right: 30px;
  1173.    }
  1174.  
  1175.    .horizontal-link-v7 {
  1176.        color: #4a5568;
  1177.        text-decoration: none;
  1178.        font-size: 16px;
  1179.        font-weight: 500;
  1180.        padding: 20px 0;
  1181.        position: relative;
  1182.        transition: color 0.3s ease;
  1183.    }
  1184.  
  1185.    .horizontal-link-v7::after {
  1186.        content: '';
  1187.        position: absolute;
  1188.        bottom: 0;
  1189.        left: 0;
  1190.        width: 0;
  1191.        height: 2px;
  1192.        background: #007bff;
  1193.        transition: width 0.3s ease;
  1194.    }
  1195.  
  1196.    .horizontal-link-v7:hover,
  1197.    .horizontal-link-v7.active-v7 {
  1198.        color: #007bff;
  1199.        font-weight: 600;
  1200.    }
  1201.  
  1202.    .horizontal-link-v7:hover::after,
  1203.    .horizontal-link-v7.active-v7::after {
  1204.        width: 100%;
  1205.    }
  1206.  
  1207.    /* Horizontal Dropdown */
  1208.    .horizontal-dropdown-v7 {
  1209.        position: absolute;
  1210.        top: 100%;
  1211.        left: 0;
  1212.        background: var(--navbar-bg);
  1213.        min-width: 200px;
  1214.        border-radius: 8px;
  1215.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1216.        opacity: 0;
  1217.        visibility: hidden;
  1218.        transform: translateY(-10px);
  1219.        transition: all 0.3s ease;
  1220.        padding: 10px 0;
  1221.        z-index: 100;
  1222.    }
  1223.  
  1224.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1225.        opacity: 1;
  1226.        visibility: visible;
  1227.        transform: translateY(0);
  1228.    }
  1229.  
  1230.    .dropdown-item-v7 {
  1231.        display: block;
  1232.        color: #4a5568;
  1233.        text-decoration: none;
  1234.        padding: 12px 20px;
  1235.        font-size: 14px;
  1236.        transition: all 0.3s ease;
  1237.    }
  1238.  
  1239.    .dropdown-item-v7:hover {
  1240.        color: #007bff;
  1241.        background: #565758ff;
  1242.    }
  1243.  
  1244.    /* Mobile Menu Button */
  1245.    .mobile-menu-btn-v7 {
  1246.        background: none;
  1247.        border: 1px solid var(--border-color);
  1248.        padding: 10px 15px;
  1249.        border-radius: 8px;
  1250.        cursor: pointer;
  1251.        display: flex;
  1252.        align-items: center;
  1253.        gap: 8px;
  1254.        font-size: 14px;
  1255.        font-weight: 500;
  1256.        color: #4a5568;
  1257.        transition: all 0.3s ease;
  1258.        margin: 0 auto;
  1259.    }
  1260.  
  1261.    .mobile-menu-btn-v7:hover {
  1262.        border-color: #cbd5e0;
  1263.        opacity: 0.7;
  1264.    }
  1265.  
  1266.    /* Sidebar Overlay */
  1267.    .sidebar-overlay-v7 {
  1268.        position: fixed;
  1269.        top: 0;
  1270.        left: 0;
  1271.        right: 0;
  1272.        bottom: 0;
  1273.        background: rgba(0, 0, 0, 0.5);
  1274.        z-index: 999;
  1275.        opacity: 0;
  1276.        visibility: hidden;
  1277.        transition: all 0.3s ease;
  1278.    }
  1279.  
  1280.    .sidebar-overlay-v7.show-v7 {
  1281.        opacity: 1;
  1282.        visibility: visible;
  1283.    }
  1284.  
  1285.    /* Responsive Design */
  1286.    @media (max-width: 991px) {
  1287.        .top-bar-v7 .col-lg-6 {
  1288.            order: 3;
  1289.            margin-top: 15px;
  1290.        }
  1291.  
  1292.        .header-actions-v7 {
  1293.            justify-content: flex-start;
  1294.        }
  1295.    }
  1296.  
  1297.    @media (max-width: 768px) {
  1298.        .sidebar-nav-v7 {
  1299.            width: 300px;
  1300.            left: -300px;
  1301.        }
  1302.  
  1303.        .search-container-v7 {
  1304.            margin-top: 10px;
  1305.        }
  1306.    }
  1307. </style>
  1308.  
  1309. <script>
  1310.    function openSidebarV7() {
  1311.        const sidebar = document.getElementById('sidebarNavV7');
  1312.        const overlay = document.getElementById('sidebarOverlayV7');
  1313.  
  1314.        sidebar.classList.add('show-v7');
  1315.        overlay.classList.add('show-v7');
  1316.        document.body.style.overflow = 'hidden';
  1317.    }
  1318.  
  1319.    function closeSidebarV7() {
  1320.        const sidebar = document.getElementById('sidebarNavV7');
  1321.        const overlay = document.getElementById('sidebarOverlayV7');
  1322.  
  1323.        sidebar.classList.remove('show-v7');
  1324.        overlay.classList.remove('show-v7');
  1325.        document.body.style.overflow = '';
  1326.    }
  1327.  
  1328.    function toggleSubmenuV7(submenuId) {
  1329.        const submenu = document.getElementById(submenuId);
  1330.        const parentItem = submenu.closest('.sidebar-item-v7');
  1331.  
  1332.        // Close other open submenus
  1333.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1334.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1335.  
  1336.        allSubmenus.forEach(menu => {
  1337.            if (menu.id !== submenuId) {
  1338.                menu.classList.remove('show-v7');
  1339.            }
  1340.        });
  1341.  
  1342.        allParentItems.forEach(item => {
  1343.            if (item !== parentItem) {
  1344.                item.classList.remove('open-v7');
  1345.            }
  1346.        });
  1347.  
  1348.        // Toggle current submenu
  1349.        submenu.classList.toggle('show-v7');
  1350.        parentItem.classList.toggle('open-v7');
  1351.    }
  1352.  
  1353.    // Close sidebar when clicking outside
  1354.    document.addEventListener('click', function (event) {
  1355.        const sidebar = document.getElementById('sidebarNavV7');
  1356.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1357.  
  1358.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1359.            closeSidebarV7();
  1360.        }
  1361.    });
  1362.  
  1363.    // Handle window resize
  1364.    window.addEventListener('resize', function () {
  1365.        if (window.innerWidth >= 992) {
  1366.            closeSidebarV7();
  1367.        }
  1368.    });
  1369. </script>
  1370.  
  1371. <script>
  1372.  document.addEventListener("DOMContentLoaded", function () {
  1373.    console.log("loaded");
  1374.  
  1375.     const searchInput = document.getElementById("search-input")
  1376.    const searchResults = document.getElementById("search-results");
  1377.  
  1378.    if (!searchInput || !searchResults) {
  1379.      console.error("Search input/results not found");
  1380.      return;
  1381.    }
  1382.  
  1383.    // Prevent form submission
  1384.    if (searchInput.form) {
  1385.      searchInput.form.addEventListener("submit", function (e) {
  1386.        e.preventDefault();
  1387.      });
  1388.    }
  1389.  
  1390.    // Add event listener for keyup
  1391.    searchInput.addEventListener("keyup", function (e) {
  1392.      console.log("Key pressed:", e.key);
  1393.      e.preventDefault();
  1394.  
  1395.      const query = searchInput.value.trim();
  1396.      console.log("User is typing: " + query);
  1397.  
  1398.      // If empty → clear and hide
  1399.      if (query === "") {
  1400.        searchResults.innerHTML = "";
  1401.        searchResults.style.display = "none";
  1402.        return;
  1403.      }
  1404.  
  1405.      // Show results
  1406.      searchResults.style.display = "block";
  1407.  
  1408.      // Fetch search results
  1409.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1410.        method: "GET",
  1411.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1412.      })
  1413.        .then(response => {
  1414.          console.log("Response Status:", response.status);
  1415.          return response.json();
  1416.        })
  1417.        .then(data => {
  1418.          console.log("Data received:", data);
  1419.          if (data.html) {
  1420.            searchResults.innerHTML = data.html;
  1421.          } else {
  1422.            searchResults.innerHTML = "<p>No results found.</p>";
  1423.          }
  1424.        })
  1425.        .catch(error => {
  1426.          console.error("Error fetching search results:", error);
  1427.        });
  1428.    });
  1429.  
  1430.    // Close results when clicking outside
  1431.    document.addEventListener("click", function (e) {
  1432.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1433.        searchResults.style.display = "none";
  1434.      }
  1435.    });
  1436.  
  1437.    // Close results on ESC key
  1438.    document.addEventListener("keydown", function (e) {
  1439.      if (e.key === "Escape") {
  1440.        searchResults.style.display = "none";
  1441.      }
  1442.    });
  1443.  });
  1444. </script>
  1445.  
  1446. <style>
  1447.        /* search field */
  1448.  .search-results-container {
  1449.  position: absolute;
  1450.  top: 100%; /* Position it below the input field */
  1451.  left: 10px;
  1452.  right: 10px;
  1453.  background-color: white;
  1454.  border: 1px solid #ddd;
  1455.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1456.  max-height: 300px;
  1457.  overflow-y: auto;
  1458.  z-index: 1000;
  1459.  display: none; /* Initially hidden */
  1460. }
  1461.  
  1462. .search-results-container p {
  1463.  margin: 0;
  1464. }
  1465.  
  1466. .search-results-container .result-item {
  1467.  padding: 10px;
  1468.  cursor: pointer;
  1469. }
  1470.  
  1471. .search-results-container .result-item:hover {
  1472.  background-color: #f0f0f0;
  1473. }
  1474. </style>
  1475.  
  1476.        </header>
  1477.        <!-- end of header -->
  1478.        <!-- start of wpo-blog-hero -->
  1479.        
  1480.  
  1481.  
  1482.  
  1483.  <!-- Django Template for Clean Blog Cards -->
  1484.  
  1485.  
  1486.  
  1487.  
  1488. <div class="blog-section">
  1489.    <div class="container-fluid fluid-container">
  1490.        <div class="blog-grid">
  1491.            
  1492.            
  1493.              
  1494.            <!-- Featured Blog Card -->
  1495.            <article class="blog-card featured">
  1496.                <div class="card-image">
  1497.                    
  1498.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1499.                    
  1500.                    <span class="category bg-primary-gradient">News</span>
  1501.                </div>
  1502.                <div class="card-content">
  1503.                    <h2 class="card-title"><a class="top-color" href="/celebrity-traitors-finale-mistakenly-made-available-24-hours-prematurely-outside-the-uk/">
  1504.                                        Celebrity Traitors Finale Mistakenly Made Available 24 Hours Prematurely Outside the UK
  1505.                                    </a></h2>
  1506.                    <p class="card-excerpt"></p>
  1507.                    <div class="card-meta">
  1508.                        <div class="author">
  1509.                            
  1510.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="author-avatar">
  1511.                            
  1512.                            <span class="author-name">Ashley Smith</span>
  1513.                        </div>
  1514.                        <span class="date">20 May 2026</span>
  1515.                    </div>
  1516.                    <a  href="/celebrity-traitors-finale-mistakenly-made-available-24-hours-prematurely-outside-the-uk/" class="read-more">Read Article</a>
  1517.                </div>
  1518.            </article>
  1519.  
  1520.            
  1521.            
  1522.  
  1523.            
  1524.            <!-- Regular Blog Card -->
  1525.            <article class="blog-card">
  1526.                <div class="card-image">
  1527.                    
  1528.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1529.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1530.                    
  1531.                    <span class="category bg-primary-gradient">News</span>
  1532.                </div>
  1533.                <div class="card-content">
  1534.                    <h3 class="card-title"> <a class="top-color" href="/jimmy-cliff-reggae-superstar-and-cultural-icon-dies-at-eighty-one-years-old/" >
  1535.                                        Jimmy Cliff, Reggae Superstar and Cultural Icon, Dies at Eighty-One Years Old
  1536.                                    </a></h3>
  1537.                    <p class="card-excerpt"></p>
  1538.                    <div class="card-meta">
  1539.                        <div class="author">
  1540.                              
  1541.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="author-avatar">
  1542.                            
  1543.                            <span class="author-name">Ashley Smith</span>
  1544.                        </div>
  1545.                        <span class="date">20 May 2026</span>
  1546.                    </div>
  1547.                    <a  href="/jimmy-cliff-reggae-superstar-and-cultural-icon-dies-at-eighty-one-years-old/" class="read-more">Read Article</a>
  1548.                </div>
  1549.            </article>
  1550.            
  1551.            <!-- Regular Blog Card -->
  1552.            <article class="blog-card">
  1553.                <div class="card-image">
  1554.                    
  1555.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1556.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1557.                    
  1558.                    <span class="category bg-primary-gradient">News</span>
  1559.                </div>
  1560.                <div class="card-content">
  1561.                    <h3 class="card-title"> <a class="top-color" href="/blasts-rock-kyiv-claiming-a-military-members-life-and-wounding-four-in-terrorist-attack/" >
  1562.                                        Blasts Rock Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Terrorist Attack
  1563.                                    </a></h3>
  1564.                    <p class="card-excerpt"></p>
  1565.                    <div class="card-meta">
  1566.                        <div class="author">
  1567.                              
  1568.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="author-avatar">
  1569.                            
  1570.                            <span class="author-name">Ashley Smith</span>
  1571.                        </div>
  1572.                        <span class="date">20 May 2026</span>
  1573.                    </div>
  1574.                    <a  href="/blasts-rock-kyiv-claiming-a-military-members-life-and-wounding-four-in-terrorist-attack/" class="read-more">Read Article</a>
  1575.                </div>
  1576.            </article>
  1577.            
  1578.            <!-- Regular Blog Card -->
  1579.            <article class="blog-card">
  1580.                <div class="card-image">
  1581.                    
  1582.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1583.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1584.                    
  1585.                    <span class="category bg-primary-gradient">News</span>
  1586.                </div>
  1587.                <div class="card-content">
  1588.                    <h3 class="card-title"> <a class="top-color" href="/prison-telephone-tapes-prompt-questions-over-former-abercrombie-ceos-ability-for-legal-case/" >
  1589.                                        Prison Telephone Tapes Prompt Questions Over Former Abercrombie CEO&#x27;s Ability for Legal Case
  1590.                                    </a></h3>
  1591.                    <p class="card-excerpt"></p>
  1592.                    <div class="card-meta">
  1593.                        <div class="author">
  1594.                              
  1595.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="author-avatar">
  1596.                            
  1597.                            <span class="author-name">Ashley Smith</span>
  1598.                        </div>
  1599.                        <span class="date">20 May 2026</span>
  1600.                    </div>
  1601.                    <a  href="/prison-telephone-tapes-prompt-questions-over-former-abercrombie-ceos-ability-for-legal-case/" class="read-more">Read Article</a>
  1602.                </div>
  1603.            </article>
  1604.            
  1605.            <!-- Regular Blog Card -->
  1606.            <article class="blog-card">
  1607.                <div class="card-image">
  1608.                    
  1609.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1610.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1611.                    
  1612.                    <span class="category bg-primary-gradient">News</span>
  1613.                </div>
  1614.                <div class="card-content">
  1615.                    <h3 class="card-title"> <a class="top-color" href="/missing-bach-pieces-performed-for-first-time-in-320-years/" >
  1616.                                        Missing Bach Pieces Performed for First Time in 320 Years
  1617.                                    </a></h3>
  1618.                    <p class="card-excerpt"></p>
  1619.                    <div class="card-meta">
  1620.                        <div class="author">
  1621.                              
  1622.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="author-avatar">
  1623.                            
  1624.                            <span class="author-name">Ashley Smith</span>
  1625.                        </div>
  1626.                        <span class="date">20 May 2026</span>
  1627.                    </div>
  1628.                    <a  href="/missing-bach-pieces-performed-for-first-time-in-320-years/" class="read-more">Read Article</a>
  1629.                </div>
  1630.            </article>
  1631.            
  1632.  
  1633.        </div>
  1634.    </div>
  1635. </div>
  1636.  
  1637. <style>
  1638.  
  1639.  
  1640. .blog-section {
  1641.    padding: 60px 0;
  1642. }
  1643.  
  1644.  
  1645. .blog-grid {
  1646.    display: grid;
  1647.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1648.    gap: 30px;
  1649. }
  1650.  
  1651. /* Blog Cards */
  1652. .blog-card {
  1653.    background: var(--card-bg);
  1654.    border: 1px solid var(--border-color);
  1655.    border-radius: var(--card-radius);
  1656.    overflow: hidden;
  1657.    transition: all 0.3s ease;
  1658. }
  1659.  
  1660. .blog-card:hover {
  1661.    transform: translateY(-5px);
  1662.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1663.    border-color: var(--border-color);
  1664. }
  1665.  
  1666. .featured {
  1667.    grid-column: span 2;
  1668.    display: grid;
  1669.    grid-template-columns: 1fr 1fr;
  1670.    gap: 0;
  1671. }
  1672.  
  1673. .card-image {
  1674.    position: relative;
  1675.    height: 220px;
  1676.    background: #f8f8f8;
  1677. }
  1678.  
  1679. .featured .card-image {
  1680.    height: 100%;
  1681.    min-height: 300px;
  1682. }
  1683.  
  1684. .card-image img {
  1685.    width: 100%;
  1686.    height: 100%;
  1687.    object-fit: cover;
  1688. }
  1689.  
  1690. .category {
  1691.    position: absolute;
  1692.    top: 15px;
  1693.    left: 15px;
  1694.    padding: 6px 16px;
  1695.    border-radius: 20px;
  1696.    font-size: 12px;
  1697.    font-weight: 500;
  1698.    text-transform: uppercase;
  1699.    letter-spacing: 0.5px;
  1700. }
  1701.  
  1702. .card-content {
  1703.    padding: 25px;
  1704. }
  1705.  
  1706. .featured .card-content {
  1707.    display: flex;
  1708.    flex-direction: column;
  1709.    justify-content: center;
  1710.    padding: 40px;
  1711. }
  1712.  
  1713. .card-title {
  1714.    font-size: 18px;
  1715.    font-weight: 600;
  1716.    margin-bottom: 12px;
  1717.    line-height: 1.4;
  1718. }
  1719.  
  1720. .featured .card-title {
  1721.    font-size: 24px;
  1722.    margin-bottom: 15px;
  1723. }
  1724.  
  1725. .card-excerpt {
  1726.    color: #666;
  1727.    font-size: 14px;
  1728.    line-height: 1.6;
  1729.    margin-bottom: 20px;
  1730. }
  1731.  
  1732. .featured .card-excerpt {
  1733.    font-size: 16px;
  1734.    margin-bottom: 25px;
  1735. }
  1736.  
  1737. .card-meta {
  1738.    display: flex;
  1739.    align-items: center;
  1740.    justify-content: space-between;
  1741.    padding-top: 15px;
  1742.    border-top: 1px solid #f0f0f0;
  1743.    margin-bottom: 15px;
  1744. }
  1745.  
  1746. .author {
  1747.    display: flex;
  1748.    align-items: center;
  1749.    gap: 10px;
  1750. }
  1751.  
  1752. .author-avatar {
  1753.    width: 30px;
  1754.    height: 30px;
  1755.    border-radius: 50%;
  1756.    object-fit: cover;
  1757.    border: 1px solid #e5e5e5;
  1758. }
  1759.  
  1760. .author-name {
  1761.    color: #555;
  1762.    font-size: 13px;
  1763.    font-weight: 500;
  1764. }
  1765.  
  1766. .date {
  1767.    color: #999;
  1768.    font-size: 12px;
  1769. }
  1770.  
  1771. .read-more {
  1772.    color: #333;
  1773.    text-decoration: none;
  1774.    font-size: 13px;
  1775.    font-weight: 500;
  1776.    display: inline-flex;
  1777.    align-items: center;
  1778.    transition: color 0.2s ease;
  1779. }
  1780.  
  1781. .read-more:hover {
  1782.    color: #000;
  1783. }
  1784.  
  1785. .read-more::after {
  1786.    content: '→';
  1787.    margin-left: 8px;
  1788.    transition: transform 0.2s ease;
  1789. }
  1790.  
  1791. .read-more:hover::after {
  1792.    transform: translateX(4px);
  1793. }
  1794.  
  1795. /* Newsletter Card */
  1796. .newsletter-card {
  1797.    background: white;
  1798.    border: 2px dashed #ddd;
  1799.    border-radius: 12px;
  1800.    padding: 40px 30px;
  1801.    text-align: center;
  1802.    display: flex;
  1803.    flex-direction: column;
  1804.    justify-content: center;
  1805.    align-items: center;
  1806. }
  1807.  
  1808. .newsletter-title {
  1809.    color: #333;
  1810.    font-size: 20px;
  1811.    font-weight: 600;
  1812.    margin-bottom: 8px;
  1813. }
  1814.  
  1815. .newsletter-desc {
  1816.    color: #666;
  1817.    font-size: 14px;
  1818.    margin-bottom: 25px;
  1819. }
  1820.  
  1821. .newsletter-form {
  1822.    width: 100%;
  1823.    max-width: 280px;
  1824.    margin-bottom: 15px;
  1825. }
  1826.  
  1827. .email-input {
  1828.    width: 100%;
  1829.    padding: 12px 16px;
  1830.    border: 1px solid #ddd;
  1831.    border-radius: 8px;
  1832.    font-size: 14px;
  1833.    margin-bottom: 12px;
  1834.    transition: border-color 0.2s ease;
  1835. }
  1836.  
  1837. .email-input:focus {
  1838.    outline: none;
  1839.    border-color: #333;
  1840. }
  1841.  
  1842. .subscribe-btn {
  1843.    width: 100%;
  1844.    padding: 12px 16px;
  1845.    background: #333;
  1846.    color: white;
  1847.    border: none;
  1848.    border-radius: 8px;
  1849.    font-size: 14px;
  1850.    font-weight: 500;
  1851.    cursor: pointer;
  1852.    transition: background 0.2s ease;
  1853. }
  1854.  
  1855. .subscribe-btn:hover {
  1856.    background: #555;
  1857. }
  1858.  
  1859. .subscriber-count {
  1860.    color: #999;
  1861.    font-size: 12px;
  1862. }
  1863.  
  1864. /* Responsive Design */
  1865. @media (max-width: 768px) {
  1866.    .blog-grid {
  1867.        grid-template-columns: 1fr;
  1868.        gap: 20px;
  1869.    }
  1870.    
  1871.    .featured {
  1872.        grid-column: span 1;
  1873.        grid-template-columns: 1fr;
  1874.    }
  1875.    
  1876.    .featured .card-image {
  1877.        height: 220px;
  1878.    }
  1879.    
  1880.    .featured .card-content {
  1881.        padding: 25px;
  1882.    }
  1883.    
  1884.    .featured .card-title {
  1885.        font-size: 20px;
  1886.    }
  1887.    
  1888.    .featured .card-excerpt {
  1889.        font-size: 14px;
  1890.    }
  1891. }
  1892.  
  1893. @media (max-width: 480px) {
  1894.    .container {
  1895.        padding: 0 15px;
  1896.    }
  1897.    
  1898.    .card-content,
  1899.    .featured .card-content {
  1900.        padding: 20px;
  1901.    }
  1902.    
  1903.    .newsletter-card {
  1904.        padding: 30px 20px;
  1905.    }
  1906. }
  1907. </style>
  1908.  
  1909.  
  1910.  
  1911.  
  1912.        <!-- end of wpo-blog-hero -->
  1913.  
  1914.        <!-- start of wpo-breacking-news -->
  1915.        
  1916.        <!-- end of wpo-breacking-news -->
  1917.        
  1918.        <!-- start wpo-blog-highlights-section -->
  1919.        
  1920.  
  1921.  
  1922.  
  1923.    
  1924.  
  1925.  
  1926. <style>
  1927.  
  1928.    .blog-highlights-section {
  1929.        padding: 30px 0;
  1930.    }
  1931.  
  1932.    .blog-cards-grid {
  1933.        display: grid;
  1934.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1935.        gap: 30px;
  1936.    }
  1937.  
  1938.    .blog-card {
  1939.        background: var(--card-bg);
  1940.        border: 1px solid var(--card-border);
  1941.        border-radius: var(--border-radius);
  1942.        overflow: hidden;
  1943.        transition: all 0.3s ease;
  1944.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1945.    }
  1946.  
  1947.    .blog-card:hover {
  1948.        transform: translateY(-8px);
  1949.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1950.        border-color: var(--theme-primary-color);
  1951.    }
  1952.  
  1953.    .blog-card-image {
  1954.        position: relative;
  1955.        height: 220px;
  1956.        overflow: hidden;
  1957.    }
  1958.  
  1959.    .blog-card-image img {
  1960.        width: 100%;
  1961.        height: 100%;
  1962.        object-fit: cover;
  1963.        transition: transform 0.3s ease;
  1964.    }
  1965.  
  1966.    .blog-card:hover .blog-card-image img {
  1967.        transform: scale(1.05);
  1968.    }
  1969.  
  1970.    .blog-category {
  1971.        position: absolute;
  1972.        top: 15px;
  1973.        right: 15px;
  1974.        color: white;
  1975.        padding: 6px 12px;
  1976.        border-radius: 20px;
  1977.        font-size: 12px;
  1978.        font-weight: 600;
  1979.        text-transform: uppercase;
  1980.        letter-spacing: 0.5px;
  1981.    }
  1982.  
  1983.    .blog-card-content {
  1984.        padding: 25px;
  1985.    }
  1986.  
  1987.    .blog-card-title {
  1988.        font-family: var(--heading-font);
  1989.        font-size: 1.3rem;
  1990.        font-weight: var(--heading-weight);
  1991.        color: var(--top-color);
  1992.        margin-bottom: 15px;
  1993.        line-height: 1.4;
  1994.    }
  1995.  
  1996.    .blog-card-title a {
  1997.        color: inherit !important;
  1998.        text-decoration: none;
  1999.        transition: color 0.3s ease;
  2000.    }
  2001.  
  2002.    .blog-card-title a:hover {
  2003.        color: var(--theme-primary-color);
  2004.    }
  2005.  
  2006.    .blog-card-meta {
  2007.        display: flex;
  2008.        align-items: center;
  2009.        gap: 15px;
  2010.        margin-bottom: 15px;
  2011.        font-size: 14px;
  2012.        color: var(--text-light-color);
  2013.    }
  2014.  
  2015.    .blog-author-img {
  2016.        width: 30px;
  2017.        height: 30px;
  2018.        border-radius: 50%;
  2019.        object-fit: cover;
  2020.    }
  2021.  
  2022.    .blog-card-excerpt {
  2023.        color: var(--body-color);
  2024.        font-size: 15px;
  2025.        line-height: 1.6;
  2026.        margin-bottom: 20px;
  2027.        display: -webkit-box;
  2028.        -webkit-line-clamp: 3;
  2029.        -webkit-box-orient: vertical;
  2030.        overflow: hidden;
  2031.    }
  2032.  
  2033.    .blog-card-footer {
  2034.        display: flex;
  2035.        justify-content: space-between;
  2036.        align-items: center;
  2037.        padding-top: 15px;
  2038.        border-top: 1px solid var(--border-color-s2);
  2039.    }
  2040.  
  2041.    .blog-read-time {
  2042.        font-size: 13px;
  2043.        color: var(--light);
  2044.    }
  2045.  
  2046.    .blog-read-more {
  2047.        color: var(--top-color) !important;
  2048.        text-decoration: none;
  2049.        font-weight: 600;
  2050.        font-size: 14px;
  2051.        transition: all 0.3s ease;
  2052.    }
  2053.  
  2054.    .blog-read-more:hover {
  2055.        color: var(--theme-primary-color-s2);
  2056.        text-decoration: underline;
  2057.    }
  2058.  
  2059.    .section-title {
  2060.        font-family: var(--heading-font);
  2061.        font-size: 2.5rem;
  2062.        font-weight: var(--heading-weight);
  2063.        color: var(--heading-color);
  2064.        text-align: center;
  2065.        margin-bottom: 20px;
  2066.    }
  2067.  
  2068.    .section-subtitle {
  2069.        text-align: center;
  2070.        color: var(--text-light-color);
  2071.        font-size: 1.1rem;
  2072.        max-width: 600px;
  2073.        margin: 0 auto;
  2074.    }
  2075.  
  2076.    @media (max-width: 768px) {
  2077.        .blog-cards-grid {
  2078.            grid-template-columns: 1fr;
  2079.            gap: 20px;
  2080.        }
  2081.        
  2082.        .section-title {
  2083.            font-size: 2rem;
  2084.        }
  2085.        
  2086.        .blog-highlights-section {
  2087.            padding: 60px 0;
  2088.        }
  2089.    }
  2090. </style>
  2091.  
  2092. <section class="blog-highlights-section">
  2093.     <div class="container-fluid fluid-container">
  2094.      
  2095.            <div class="section-title">
  2096.                <h2>
  2097.                Today's Top Highlights
  2098.                   </h2>
  2099.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2100.    </div>
  2101.        
  2102.        <div class="row">
  2103.            <div class="col-lg-8 col-12">
  2104.                <div class="blog-cards-grid">
  2105.                    
  2106.                    <article class="blog-card">
  2107.                        <div class="blog-card-image">
  2108.                          
  2109.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2110.                            
  2111.                            <span class="blog-category bg-primary-gradient">
  2112.                                News
  2113.                            </span>
  2114.                        </div>
  2115.                        <div class="blog-card-content">
  2116.                            <h3 class="blog-card-title">
  2117.                                <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-countless-numbers-of-amphibians-arrived/" >
  2118.                                Galápagos Had No Indigenous Amphibians. Then Countless Numbers of Amphibians Arrived
  2119.                                </a>
  2120.                            </h3>
  2121.                            <div class="blog-card-meta">
  2122.                                
  2123.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2124.                                
  2125.                                <span>By <strong>Ashley Smith</strong></span>
  2126.                                <span>•</span>
  2127.                                <span>20 May 2026</span>
  2128.                            </div>
  2129.                            <p class="blog-card-excerpt">
  2130.                                
  2131.                            </p>
  2132.                            <div class="blog-card-footer">
  2133.                                <div class="blog-read-time">
  2134.                                    📖 5 min read
  2135.                                </div>
  2136.                                <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-then-countless-numbers-of-amphibians-arrived/" class="blog-read-more">
  2137.                                    Read More →
  2138.                                </a>
  2139.                            </div>
  2140.                        </div>
  2141.                    </article>
  2142.                    
  2143.                    <article class="blog-card">
  2144.                        <div class="blog-card-image">
  2145.                          
  2146.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2147.                            
  2148.                            <span class="blog-category bg-primary-gradient">
  2149.                                News
  2150.                            </span>
  2151.                        </div>
  2152.                        <div class="blog-card-content">
  2153.                            <h3 class="blog-card-title">
  2154.                                <a href="/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-stories/" >
  2155.                                Sharing a Dugout with Sir Alex and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Stories
  2156.                                </a>
  2157.                            </h3>
  2158.                            <div class="blog-card-meta">
  2159.                                
  2160.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2161.                                
  2162.                                <span>By <strong>Ashley Smith</strong></span>
  2163.                                <span>•</span>
  2164.                                <span>20 May 2026</span>
  2165.                            </div>
  2166.                            <p class="blog-card-excerpt">
  2167.                                
  2168.                            </p>
  2169.                            <div class="blog-card-footer">
  2170.                                <div class="blog-read-time">
  2171.                                    📖 5 min read
  2172.                                </div>
  2173.                                <a href="/sharing-a-dugout-with-sir-alex-and-being-knocked-out-the-photographers-stories/" class="blog-read-more">
  2174.                                    Read More →
  2175.                                </a>
  2176.                            </div>
  2177.                        </div>
  2178.                    </article>
  2179.                    
  2180.                    <article class="blog-card">
  2181.                        <div class="blog-card-image">
  2182.                          
  2183.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2184.                            
  2185.                            <span class="blog-category bg-primary-gradient">
  2186.                                News
  2187.                            </span>
  2188.                        </div>
  2189.                        <div class="blog-card-content">
  2190.                            <h3 class="blog-card-title">
  2191.                                <a href="/californias-governor-rejects-parole-for-cult-member-longtime-inmate/" >
  2192.                                California&#x27;s Governor Rejects Parole for Cult Member Longtime Inmate
  2193.                                </a>
  2194.                            </h3>
  2195.                            <div class="blog-card-meta">
  2196.                                
  2197.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2198.                                
  2199.                                <span>By <strong>Ashley Smith</strong></span>
  2200.                                <span>•</span>
  2201.                                <span>19 May 2026</span>
  2202.                            </div>
  2203.                            <p class="blog-card-excerpt">
  2204.                                
  2205.                            </p>
  2206.                            <div class="blog-card-footer">
  2207.                                <div class="blog-read-time">
  2208.                                    📖 5 min read
  2209.                                </div>
  2210.                                <a href="/californias-governor-rejects-parole-for-cult-member-longtime-inmate/" class="blog-read-more">
  2211.                                    Read More →
  2212.                                </a>
  2213.                            </div>
  2214.                        </div>
  2215.                    </article>
  2216.                    
  2217.                    <article class="blog-card">
  2218.                        <div class="blog-card-image">
  2219.                          
  2220.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2221.                            
  2222.                            <span class="blog-category bg-primary-gradient">
  2223.                                News
  2224.                            </span>
  2225.                        </div>
  2226.                        <div class="blog-card-content">
  2227.                            <h3 class="blog-card-title">
  2228.                                <a href="/individual-accused-in-ivy-league-campus-shooting-located-deceased-inside-storage-unit/" >
  2229.                                Individual Accused in Ivy League Campus Shooting Located Deceased Inside Storage Unit.
  2230.                                </a>
  2231.                            </h3>
  2232.                            <div class="blog-card-meta">
  2233.                                
  2234.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2235.                                
  2236.                                <span>By <strong>Ashley Smith</strong></span>
  2237.                                <span>•</span>
  2238.                                <span>19 May 2026</span>
  2239.                            </div>
  2240.                            <p class="blog-card-excerpt">
  2241.                                
  2242.                            </p>
  2243.                            <div class="blog-card-footer">
  2244.                                <div class="blog-read-time">
  2245.                                    📖 5 min read
  2246.                                </div>
  2247.                                <a href="/individual-accused-in-ivy-league-campus-shooting-located-deceased-inside-storage-unit/" class="blog-read-more">
  2248.                                    Read More →
  2249.                                </a>
  2250.                            </div>
  2251.                        </div>
  2252.                    </article>
  2253.                    
  2254.                    <article class="blog-card">
  2255.                        <div class="blog-card-image">
  2256.                          
  2257.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2258.                            
  2259.                            <span class="blog-category bg-primary-gradient">
  2260.                                News
  2261.                            </span>
  2262.                        </div>
  2263.                        <div class="blog-card-content">
  2264.                            <h3 class="blog-card-title">
  2265.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-your-fungi/" >
  2266.                                To Rinse or Not to Rinse: How to Properly Prepare Your Fungi
  2267.                                </a>
  2268.                            </h3>
  2269.                            <div class="blog-card-meta">
  2270.                                
  2271.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2272.                                
  2273.                                <span>By <strong>Ashley Smith</strong></span>
  2274.                                <span>•</span>
  2275.                                <span>19 May 2026</span>
  2276.                            </div>
  2277.                            <p class="blog-card-excerpt">
  2278.                                
  2279.                            </p>
  2280.                            <div class="blog-card-footer">
  2281.                                <div class="blog-read-time">
  2282.                                    📖 5 min read
  2283.                                </div>
  2284.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-your-fungi/" class="blog-read-more">
  2285.                                    Read More →
  2286.                                </a>
  2287.                            </div>
  2288.                        </div>
  2289.                    </article>
  2290.                    
  2291.                    <article class="blog-card">
  2292.                        <div class="blog-card-image">
  2293.                          
  2294.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2295.                            
  2296.                            <span class="blog-category bg-primary-gradient">
  2297.                                News
  2298.                            </span>
  2299.                        </div>
  2300.                        <div class="blog-card-content">
  2301.                            <h3 class="blog-card-title">
  2302.                                <a href="/human-remains-of-endurance-athlete-seemingly-killed-by-predator-recovered-from-pacific-beach/" >
  2303.                                Human Remains of Endurance Athlete Seemingly Killed by Predator Recovered from Pacific Beach
  2304.                                </a>
  2305.                            </h3>
  2306.                            <div class="blog-card-meta">
  2307.                                
  2308.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2309.                                
  2310.                                <span>By <strong>Ashley Smith</strong></span>
  2311.                                <span>•</span>
  2312.                                <span>19 May 2026</span>
  2313.                            </div>
  2314.                            <p class="blog-card-excerpt">
  2315.                                
  2316.                            </p>
  2317.                            <div class="blog-card-footer">
  2318.                                <div class="blog-read-time">
  2319.                                    📖 5 min read
  2320.                                </div>
  2321.                                <a href="/human-remains-of-endurance-athlete-seemingly-killed-by-predator-recovered-from-pacific-beach/" class="blog-read-more">
  2322.                                    Read More →
  2323.                                </a>
  2324.                            </div>
  2325.                        </div>
  2326.                    </article>
  2327.                    
  2328.                    <article class="blog-card">
  2329.                        <div class="blog-card-image">
  2330.                          
  2331.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2332.                            
  2333.                            <span class="blog-category bg-primary-gradient">
  2334.                                News
  2335.                            </span>
  2336.                        </div>
  2337.                        <div class="blog-card-content">
  2338.                            <h3 class="blog-card-title">
  2339.                                <a href="/barry-manilow-to-undergo-an-operation-for-cancer-in-his-lung/" >
  2340.                                Barry Manilow to Undergo an Operation for Cancer in His Lung.
  2341.                                </a>
  2342.                            </h3>
  2343.                            <div class="blog-card-meta">
  2344.                                
  2345.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2346.                                
  2347.                                <span>By <strong>Ashley Smith</strong></span>
  2348.                                <span>•</span>
  2349.                                <span>19 May 2026</span>
  2350.                            </div>
  2351.                            <p class="blog-card-excerpt">
  2352.                                
  2353.                            </p>
  2354.                            <div class="blog-card-footer">
  2355.                                <div class="blog-read-time">
  2356.                                    📖 5 min read
  2357.                                </div>
  2358.                                <a href="/barry-manilow-to-undergo-an-operation-for-cancer-in-his-lung/" class="blog-read-more">
  2359.                                    Read More →
  2360.                                </a>
  2361.                            </div>
  2362.                        </div>
  2363.                    </article>
  2364.                    
  2365.                    <article class="blog-card">
  2366.                        <div class="blog-card-image">
  2367.                          
  2368.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2369.                            
  2370.                            <span class="blog-category bg-primary-gradient">
  2371.                                News
  2372.                            </span>
  2373.                        </div>
  2374.                        <div class="blog-card-content">
  2375.                            <h3 class="blog-card-title">
  2376.                                <a href="/former-uk-serviceman-accused-of-killing-kenyan-woman-shows-up-in-courtroom/" >
  2377.                                Former UK Serviceman Accused of Killing Kenyan Woman Shows Up in Courtroom
  2378.                                </a>
  2379.                            </h3>
  2380.                            <div class="blog-card-meta">
  2381.                                
  2382.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2383.                                
  2384.                                <span>By <strong>Ashley Smith</strong></span>
  2385.                                <span>•</span>
  2386.                                <span>19 May 2026</span>
  2387.                            </div>
  2388.                            <p class="blog-card-excerpt">
  2389.                                
  2390.                            </p>
  2391.                            <div class="blog-card-footer">
  2392.                                <div class="blog-read-time">
  2393.                                    📖 5 min read
  2394.                                </div>
  2395.                                <a href="/former-uk-serviceman-accused-of-killing-kenyan-woman-shows-up-in-courtroom/" class="blog-read-more">
  2396.                                    Read More →
  2397.                                </a>
  2398.                            </div>
  2399.                        </div>
  2400.                    </article>
  2401.                    
  2402.                    <article class="blog-card">
  2403.                        <div class="blog-card-image">
  2404.                          
  2405.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2406.                            
  2407.                            <span class="blog-category bg-primary-gradient">
  2408.                                News
  2409.                            </span>
  2410.                        </div>
  2411.                        <div class="blog-card-content">
  2412.                            <h3 class="blog-card-title">
  2413.                                <a href="/us-food-and-drug-administration-approves-addyi-a-libido-enhancing-drug-for-postmenopausal/" >
  2414.                                U.S. Food and Drug Administration Approves Addyi, a Libido-Enhancing Drug for Postmenopausal
  2415.                                </a>
  2416.                            </h3>
  2417.                            <div class="blog-card-meta">
  2418.                                
  2419.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2420.                                
  2421.                                <span>By <strong>Ashley Smith</strong></span>
  2422.                                <span>•</span>
  2423.                                <span>19 May 2026</span>
  2424.                            </div>
  2425.                            <p class="blog-card-excerpt">
  2426.                                
  2427.                            </p>
  2428.                            <div class="blog-card-footer">
  2429.                                <div class="blog-read-time">
  2430.                                    📖 5 min read
  2431.                                </div>
  2432.                                <a href="/us-food-and-drug-administration-approves-addyi-a-libido-enhancing-drug-for-postmenopausal/" class="blog-read-more">
  2433.                                    Read More →
  2434.                                </a>
  2435.                            </div>
  2436.                        </div>
  2437.                    </article>
  2438.                    
  2439.                    <article class="blog-card">
  2440.                        <div class="blog-card-image">
  2441.                          
  2442.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2443.                            
  2444.                            <span class="blog-category bg-primary-gradient">
  2445.                                News
  2446.                            </span>
  2447.                        </div>
  2448.                        <div class="blog-card-content">
  2449.                            <h3 class="blog-card-title">
  2450.                                <a href="/we-require-a-helicopter-to-locate-them-teenagers-urgent-plea-to-save-loved-ones-adrift-off-aussie-coast-revealed/" >
  2451.                                We Require a Helicopter to Locate Them’: Teenager’s Urgent Plea to Save Loved Ones Adrift Off Aussie Coast Revealed
  2452.                                </a>
  2453.                            </h3>
  2454.                            <div class="blog-card-meta">
  2455.                                
  2456.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2457.                                
  2458.                                <span>By <strong>Ashley Smith</strong></span>
  2459.                                <span>•</span>
  2460.                                <span>19 May 2026</span>
  2461.                            </div>
  2462.                            <p class="blog-card-excerpt">
  2463.                                
  2464.                            </p>
  2465.                            <div class="blog-card-footer">
  2466.                                <div class="blog-read-time">
  2467.                                    📖 5 min read
  2468.                                </div>
  2469.                                <a href="/we-require-a-helicopter-to-locate-them-teenagers-urgent-plea-to-save-loved-ones-adrift-off-aussie-coast-revealed/" class="blog-read-more">
  2470.                                    Read More →
  2471.                                </a>
  2472.                            </div>
  2473.                        </div>
  2474.                    </article>
  2475.                    
  2476.                    <article class="blog-card">
  2477.                        <div class="blog-card-image">
  2478.                          
  2479.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2480.                            
  2481.                            <span class="blog-category bg-primary-gradient">
  2482.                                News
  2483.                            </span>
  2484.                        </div>
  2485.                        <div class="blog-card-content">
  2486.                            <h3 class="blog-card-title">
  2487.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-wave-of-community-action/" >
  2488.                                Tropical Storm Disaster in the Island Nation Awakens a Wave of Community Action
  2489.                                </a>
  2490.                            </h3>
  2491.                            <div class="blog-card-meta">
  2492.                                
  2493.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2494.                                
  2495.                                <span>By <strong>Ashley Smith</strong></span>
  2496.                                <span>•</span>
  2497.                                <span>18 May 2026</span>
  2498.                            </div>
  2499.                            <p class="blog-card-excerpt">
  2500.                                
  2501.                            </p>
  2502.                            <div class="blog-card-footer">
  2503.                                <div class="blog-read-time">
  2504.                                    📖 5 min read
  2505.                                </div>
  2506.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-wave-of-community-action/" class="blog-read-more">
  2507.                                    Read More →
  2508.                                </a>
  2509.                            </div>
  2510.                        </div>
  2511.                    </article>
  2512.                    
  2513.                    <article class="blog-card">
  2514.                        <div class="blog-card-image">
  2515.                          
  2516.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2517.                            
  2518.                            <span class="blog-category bg-primary-gradient">
  2519.                                News
  2520.                            </span>
  2521.                        </div>
  2522.                        <div class="blog-card-content">
  2523.                            <h3 class="blog-card-title">
  2524.                                <a href="/real-madrids-trent-alexander-arnold-may-play-against-his-former-club-in-novembers-european-fixture/" >
  2525.                                Real Madrid&#x27;s Trent Alexander-Arnold May Play Against His Former Club in November&#x27;s European Fixture
  2526.                                </a>
  2527.                            </h3>
  2528.                            <div class="blog-card-meta">
  2529.                                
  2530.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="blog-author-img">
  2531.                                
  2532.                                <span>By <strong>Ashley Smith</strong></span>
  2533.                                <span>•</span>
  2534.                                <span>18 May 2026</span>
  2535.                            </div>
  2536.                            <p class="blog-card-excerpt">
  2537.                                
  2538.                            </p>
  2539.                            <div class="blog-card-footer">
  2540.                                <div class="blog-read-time">
  2541.                                    📖 5 min read
  2542.                                </div>
  2543.                                <a href="/real-madrids-trent-alexander-arnold-may-play-against-his-former-club-in-novembers-european-fixture/" class="blog-read-more">
  2544.                                    Read More →
  2545.                                </a>
  2546.                            </div>
  2547.                        </div>
  2548.                    </article>
  2549.                    
  2550.                    
  2551.  
  2552.                </div>
  2553.            </div>
  2554.            
  2555.              <div class="col col-lg-4 col-12">
  2556.                
  2557.  
  2558.  
  2559.  
  2560.    
  2561.  
  2562.  
  2563. <!-- Blog Sidebar V2 - Focused Design -->
  2564. <div class="sidebar">
  2565.  <!-- Recent Posts Section -->
  2566.  <div class="sidebar-widget mb-4">
  2567.    <div class="widget-title-wrapper mb-3">
  2568.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2569.        <i class="ti-time me-2"></i>Recent Posts
  2570.        <span class="title-arrow-primary"></span>
  2571.      </h4>
  2572.    </div>
  2573.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2574.      <div class="recent-post-list">
  2575.      
  2576.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2577.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2578.              
  2579.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2580.              
  2581.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2582.          </div>
  2583.          <div class="post-content flex-grow-1">
  2584.            <h6 class="post-title mb-2">
  2585.               <a href="/disturbing-recollections-return-in-davao-city-as-officials-track-bondi-attack-alleged-attackers-time-in-the-city/" class="text-decoration-none top-color fw-semibold lh-sm">
  2586.                                            Disturbing Recollections Return in Davao City as Officials Track Bondi Attack Alleged Attackers&#x27; Time in the City
  2587.                                            </a>
  2588.            </h6>
  2589.            <div class="post-meta">
  2590.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2591.              <!-- <small class="text-muted">
  2592.                <i class="ti-eye me-1"></i>348 views
  2593.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2594.              </small> -->
  2595.            </div>
  2596.          </div>
  2597.        </div>
  2598.        
  2599.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2600.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2601.              
  2602.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2603.              
  2604.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2605.          </div>
  2606.          <div class="post-content flex-grow-1">
  2607.            <h6 class="post-title mb-2">
  2608.               <a href="/real-southern-portugal-exploring-portugal-away-from-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  2609.                                            Real Southern Portugal: Exploring Portugal Away from the Coastline
  2610.                                            </a>
  2611.            </h6>
  2612.            <div class="post-meta">
  2613.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2614.              <!-- <small class="text-muted">
  2615.                <i class="ti-eye me-1"></i>348 views
  2616.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2617.              </small> -->
  2618.            </div>
  2619.          </div>
  2620.        </div>
  2621.        
  2622.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2623.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2624.              
  2625.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2626.              
  2627.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2628.          </div>
  2629.          <div class="post-content flex-grow-1">
  2630.            <h6 class="post-title mb-2">
  2631.               <a href="/david-raya-highlights-teams-strength-as-vital-to-silverware-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  2632.                                            David Raya Highlights Team&#x27;s Strength as Vital to Silverware Challenge
  2633.                                            </a>
  2634.            </h6>
  2635.            <div class="post-meta">
  2636.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2637.              <!-- <small class="text-muted">
  2638.                <i class="ti-eye me-1"></i>348 views
  2639.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2640.              </small> -->
  2641.            </div>
  2642.          </div>
  2643.        </div>
  2644.        
  2645.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2646.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2647.              
  2648.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2649.              
  2650.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2651.          </div>
  2652.          <div class="post-content flex-grow-1">
  2653.            <h6 class="post-title mb-2">
  2654.               <a href="/can-the-new-zealand-rugby-team-regain-their-magic-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  2655.                                            Can the New Zealand rugby team regain their magic during the fall tour?
  2656.                                            </a>
  2657.            </h6>
  2658.            <div class="post-meta">
  2659.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2660.              <!-- <small class="text-muted">
  2661.                <i class="ti-eye me-1"></i>348 views
  2662.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2663.              </small> -->
  2664.            </div>
  2665.          </div>
  2666.        </div>
  2667.        
  2668.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2669.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2670.              
  2671.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2672.              
  2673.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2674.          </div>
  2675.          <div class="post-content flex-grow-1">
  2676.            <h6 class="post-title mb-2">
  2677.               <a href="/the-presidents-dominant-influence-in-athletics-hit-a-peak-in-last-year-the-coming-year-promises-to-go-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  2678.                                            The President&#x27;s Dominant Influence in Athletics Hit A Peak in Last Year. The Coming Year Promises to Go Further.
  2679.                                            </a>
  2680.            </h6>
  2681.            <div class="post-meta">
  2682.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2683.              <!-- <small class="text-muted">
  2684.                <i class="ti-eye me-1"></i>348 views
  2685.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2686.              </small> -->
  2687.            </div>
  2688.          </div>
  2689.        </div>
  2690.        
  2691.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2692.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2693.              
  2694.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2695.              
  2696.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2697.          </div>
  2698.          <div class="post-content flex-grow-1">
  2699.            <h6 class="post-title mb-2">
  2700.               <a href="/over-60000-escape-sudans-city-after-takeover-by-rsf-paramilitary-group-united-nations-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2701.                                            Over 60,000 Escape Sudan&#x27;s City After Takeover by RSF Paramilitary Group, United Nations States
  2702.                                            </a>
  2703.            </h6>
  2704.            <div class="post-meta">
  2705.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2706.              <!-- <small class="text-muted">
  2707.                <i class="ti-eye me-1"></i>348 views
  2708.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2709.              </small> -->
  2710.            </div>
  2711.          </div>
  2712.        </div>
  2713.        
  2714.  
  2715.      </div>
  2716.  
  2717.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2718.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2719.      </div> -->
  2720.    </div>
  2721.  </div>
  2722.  
  2723.    
  2724.  <div class="sidebar-widget mb-4">
  2725.    <div class="widget-title-wrapper mb-3">
  2726.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2727.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2728.        <span class="title-arrow"></span>
  2729.      </h4>
  2730.    </div>
  2731.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2732.      <div class="blog-roll-list scrollable-sidebar">
  2733.        
  2734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.              <i class="ti-angle-right me-2 text-primary"></i>
  2738.               casino not on gamstop
  2739.            </h6>
  2740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2742.            </div> -->
  2743.          </a>
  2744.        </div>
  2745.          
  2746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.              <i class="ti-angle-right me-2 text-primary"></i>
  2750.               non gamstop casino uk
  2751.            </h6>
  2752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.            </div> -->
  2755.          </a>
  2756.        </div>
  2757.          
  2758.      </div>
  2759.  
  2760.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2761.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2762.      </div> -->
  2763.    </div>
  2764.  </div>
  2765.    
  2766.  <div class="sidebar-widget mb-4">
  2767.    <div class="widget-title-wrapper mb-3">
  2768.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2769.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2770.        <span class="title-arrow"></span>
  2771.      </h4>
  2772.    </div>
  2773.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2774.      <div class="blog-roll-list scrollable-sidebar">
  2775.        
  2776.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.          <a href="https://bottlebling.co.uk/" class="text-decoration-none ">
  2778.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2779.              <i class="ti-angle-right me-2 text-primary"></i>
  2780.               best online casino
  2781.            </h6>
  2782.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2783.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2784.            </div> -->
  2785.          </a>
  2786.        </div>
  2787.          
  2788.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2789.          <a href="https://www.helptobuy.org.uk/" class="text-decoration-none ">
  2790.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2791.              <i class="ti-angle-right me-2 text-primary"></i>
  2792.               casino not on gamstop
  2793.            </h6>
  2794.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2795.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2796.            </div> -->
  2797.          </a>
  2798.        </div>
  2799.          
  2800.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2802.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.              <i class="ti-angle-right me-2 text-primary"></i>
  2804.               online casinos
  2805.            </h6>
  2806.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2807.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2808.            </div> -->
  2809.          </a>
  2810.        </div>
  2811.          
  2812.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2814.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.              <i class="ti-angle-right me-2 text-primary"></i>
  2816.               casinos not on gamstop
  2817.            </h6>
  2818.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2819.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2820.            </div> -->
  2821.          </a>
  2822.        </div>
  2823.          
  2824.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2825.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2826.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2827.              <i class="ti-angle-right me-2 text-primary"></i>
  2828.               non gamstop casino
  2829.            </h6>
  2830.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2831.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2832.            </div> -->
  2833.          </a>
  2834.        </div>
  2835.          
  2836.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2838.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.              <i class="ti-angle-right me-2 text-primary"></i>
  2840.               online casinos
  2841.            </h6>
  2842.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2843.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2844.            </div> -->
  2845.          </a>
  2846.        </div>
  2847.          
  2848.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2850.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.              <i class="ti-angle-right me-2 text-primary"></i>
  2852.               casino not on Gamstop
  2853.            </h6>
  2854.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2855.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2856.            </div> -->
  2857.          </a>
  2858.        </div>
  2859.          
  2860.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2861.          <a href="https://thepearlyqueen.com/" class="text-decoration-none ">
  2862.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2863.              <i class="ti-angle-right me-2 text-primary"></i>
  2864.               casino sites
  2865.            </h6>
  2866.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2867.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2868.            </div> -->
  2869.          </a>
  2870.        </div>
  2871.          
  2872.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.          <a href="https://www.stmonicas.co.uk/" class="text-decoration-none ">
  2874.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.              <i class="ti-angle-right me-2 text-primary"></i>
  2876.               Casinos Not on GamStop
  2877.            </h6>
  2878.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2879.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2880.            </div> -->
  2881.          </a>
  2882.        </div>
  2883.          
  2884.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.          <a href="https://www.glasshouserestaurant.co.uk/" class="text-decoration-none ">
  2886.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.              <i class="ti-angle-right me-2 text-primary"></i>
  2888.               bitcoin online casino
  2889.            </h6>
  2890.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2891.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2892.            </div> -->
  2893.          </a>
  2894.        </div>
  2895.          
  2896.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2897.          <a href="https://www.greenfinder.co.uk/" class="text-decoration-none ">
  2898.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2899.              <i class="ti-angle-right me-2 text-primary"></i>
  2900.               new online casinos uk
  2901.            </h6>
  2902.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2903.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2904.            </div> -->
  2905.          </a>
  2906.        </div>
  2907.          
  2908.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  2910.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2911.              <i class="ti-angle-right me-2 text-primary"></i>
  2912.               casino not on GamStop
  2913.            </h6>
  2914.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2915.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2916.            </div> -->
  2917.          </a>
  2918.        </div>
  2919.          
  2920.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.          <a href="https://www.kew.org.uk/" 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.               betting sites not on GamStop
  2925.            </h6>
  2926.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2927.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2928.            </div> -->
  2929.          </a>
  2930.        </div>
  2931.          
  2932.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2933.          <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none ">
  2934.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2935.              <i class="ti-angle-right me-2 text-primary"></i>
  2936.               new betting sites not on GamStop
  2937.            </h6>
  2938.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2939.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2940.            </div> -->
  2941.          </a>
  2942.        </div>
  2943.          
  2944.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.          <a href="https://www.no-deportations.org.uk" class="text-decoration-none ">
  2946.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.              <i class="ti-angle-right me-2 text-primary"></i>
  2948.               casino not on GamStop UK
  2949.            </h6>
  2950.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2951.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2952.            </div> -->
  2953.          </a>
  2954.        </div>
  2955.          
  2956.      </div>
  2957.  
  2958.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2959.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2960.      </div> -->
  2961.    </div>
  2962.  </div>
  2963.    
  2964.  <div class="sidebar-widget mb-4">
  2965.    <div class="widget-title-wrapper mb-3">
  2966.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2967.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2968.        <span class="title-arrow"></span>
  2969.      </h4>
  2970.    </div>
  2971.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2972.      <div class="blog-roll-list scrollable-sidebar">
  2973.        
  2974.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.          <a href="https://letsmush.com/" 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.               non GamStop casinos
  2979.            </h6>
  2980.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2981.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2982.            </div> -->
  2983.          </a>
  2984.        </div>
  2985.          
  2986.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2987.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  2988.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2989.              <i class="ti-angle-right me-2 text-primary"></i>
  2990.               non GamStop UK casinos
  2991.            </h6>
  2992.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2993.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2994.            </div> -->
  2995.          </a>
  2996.        </div>
  2997.          
  2998.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3000.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.              <i class="ti-angle-right me-2 text-primary"></i>
  3002.               casinos not on GamStop
  3003.            </h6>
  3004.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3005.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3006.            </div> -->
  3007.          </a>
  3008.        </div>
  3009.          
  3010.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.          <a href="https://orangegenie.com" 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.               casino not on GamStop
  3015.            </h6>
  3016.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3017.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3018.            </div> -->
  3019.          </a>
  3020.        </div>
  3021.          
  3022.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.          <a href="https://thenewoxford.com/" class="text-decoration-none ">
  3024.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3025.              <i class="ti-angle-right me-2 text-primary"></i>
  3026.               casinos not on GamStop
  3027.            </h6>
  3028.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3029.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3030.            </div> -->
  3031.          </a>
  3032.        </div>
  3033.          
  3034.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3036.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.              <i class="ti-angle-right me-2 text-primary"></i>
  3038.               non GamStop casinos
  3039.            </h6>
  3040.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3041.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3042.            </div> -->
  3043.          </a>
  3044.        </div>
  3045.          
  3046.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.          <a href="https://www.dinton-pastures.co.uk/" 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.               casino not on GamStop
  3051.            </h6>
  3052.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3053.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3054.            </div> -->
  3055.          </a>
  3056.        </div>
  3057.          
  3058.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.          <a href="https://ola.co.uk/" class="text-decoration-none ">
  3060.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3061.              <i class="ti-angle-right me-2 text-primary"></i>
  3062.               non GamStop casinos
  3063.            </h6>
  3064.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3065.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3066.            </div> -->
  3067.          </a>
  3068.        </div>
  3069.          
  3070.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3072.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.              <i class="ti-angle-right me-2 text-primary"></i>
  3074.               casino not on GamStop
  3075.            </h6>
  3076.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3077.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3078.            </div> -->
  3079.          </a>
  3080.        </div>
  3081.          
  3082.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.          <a href="https://www.patients4nhs.org.uk/" 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.               casino not on gamestop
  3087.            </h6>
  3088.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3089.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3090.            </div> -->
  3091.          </a>
  3092.        </div>
  3093.          
  3094.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3096.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3097.              <i class="ti-angle-right me-2 text-primary"></i>
  3098.               non gamstop casinos
  3099.            </h6>
  3100.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3101.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3102.            </div> -->
  3103.          </a>
  3104.        </div>
  3105.          
  3106.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3108.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.              <i class="ti-angle-right me-2 text-primary"></i>
  3110.               casino not on gamstop
  3111.            </h6>
  3112.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3113.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3114.            </div> -->
  3115.          </a>
  3116.        </div>
  3117.          
  3118.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.          <a href="https://www.thekarczma.co.uk/" 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.               Non UK Casino
  3123.            </h6>
  3124.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3125.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3126.            </div> -->
  3127.          </a>
  3128.        </div>
  3129.          
  3130.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.          <a href="https://whittingtoncastle.co.uk/" class="text-decoration-none ">
  3132.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.              <i class="ti-angle-right me-2 text-primary"></i>
  3134.               non GamStop casinos
  3135.            </h6>
  3136.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3137.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3138.            </div> -->
  3139.          </a>
  3140.        </div>
  3141.          
  3142.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.          <a href="https://www.movewise.co.uk/" class="text-decoration-none ">
  3144.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.              <i class="ti-angle-right me-2 text-primary"></i>
  3146.               top online casinos uk
  3147.            </h6>
  3148.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3149.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3150.            </div> -->
  3151.          </a>
  3152.        </div>
  3153.          
  3154.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.          <a href="https://www.nordicresearchnetwork.co.uk/" 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.               non UK licenced casinos
  3159.            </h6>
  3160.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3161.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3162.            </div> -->
  3163.          </a>
  3164.        </div>
  3165.          
  3166.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3168.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3169.              <i class="ti-angle-right me-2 text-primary"></i>
  3170.               Non GAMSTOP UK Casinos
  3171.            </h6>
  3172.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3173.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3174.            </div> -->
  3175.          </a>
  3176.        </div>
  3177.          
  3178.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  3180.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.              <i class="ti-angle-right me-2 text-primary"></i>
  3182.               casino not on gamstop
  3183.            </h6>
  3184.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3185.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3186.            </div> -->
  3187.          </a>
  3188.        </div>
  3189.          
  3190.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.          <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" 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.               casinos not on gamstop
  3195.            </h6>
  3196.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3197.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3198.            </div> -->
  3199.          </a>
  3200.        </div>
  3201.          
  3202.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3204.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3205.              <i class="ti-angle-right me-2 text-primary"></i>
  3206.               online casino
  3207.            </h6>
  3208.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3209.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3210.            </div> -->
  3211.          </a>
  3212.        </div>
  3213.          
  3214.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3215.          <a href="https://www.plukdenhaag.nl/" class="text-decoration-none ">
  3216.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3217.              <i class="ti-angle-right me-2 text-primary"></i>
  3218.               buitenlandse casino
  3219.            </h6>
  3220.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3221.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3222.            </div> -->
  3223.          </a>
  3224.        </div>
  3225.          
  3226.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3227.          <a href="free spins zonder storting" class="text-decoration-none ">
  3228.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3229.              <i class="ti-angle-right me-2 text-primary"></i>
  3230.               https://mensenwijk.nl/
  3231.            </h6>
  3232.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3233.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3234.            </div> -->
  3235.          </a>
  3236.        </div>
  3237.          
  3238.      </div>
  3239.  
  3240.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3241.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3242.      </div> -->
  3243.    </div>
  3244.  </div>
  3245.    
  3246.  <div class="sidebar-widget mb-4">
  3247.    <div class="widget-title-wrapper mb-3">
  3248.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3249.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3250.        <span class="title-arrow"></span>
  3251.      </h4>
  3252.    </div>
  3253.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3254.      <div class="blog-roll-list scrollable-sidebar">
  3255.        
  3256.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3257.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3258.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3259.              <i class="ti-angle-right me-2 text-primary"></i>
  3260.               non uk betting sites
  3261.            </h6>
  3262.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3263.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3264.            </div> -->
  3265.          </a>
  3266.        </div>
  3267.          
  3268.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3270.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3271.              <i class="ti-angle-right me-2 text-primary"></i>
  3272.               crypto betting uk
  3273.            </h6>
  3274.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3275.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3276.            </div> -->
  3277.          </a>
  3278.        </div>
  3279.          
  3280.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3281.          <a href="https://idolmag.co.uk/" class="text-decoration-none ">
  3282.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3283.              <i class="ti-angle-right me-2 text-primary"></i>
  3284.               casinos not on gamstop
  3285.            </h6>
  3286.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3287.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3288.            </div> -->
  3289.          </a>
  3290.        </div>
  3291.          
  3292.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.          <a href="https://www.thehaven.org.uk/" class="text-decoration-none ">
  3294.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3295.              <i class="ti-angle-right me-2 text-primary"></i>
  3296.               uk casino not on gamstop
  3297.            </h6>
  3298.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3299.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3300.            </div> -->
  3301.          </a>
  3302.        </div>
  3303.          
  3304.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.          <a href="https://www.avon-tyres.co.uk/" class="text-decoration-none ">
  3306.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3307.              <i class="ti-angle-right me-2 text-primary"></i>
  3308.               uk casinos not on gamstop
  3309.            </h6>
  3310.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3311.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3312.            </div> -->
  3313.          </a>
  3314.        </div>
  3315.          
  3316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3317.          <a href="https://www.xn--24-8qizc4j8c.com/" class="text-decoration-none ">
  3318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3319.              <i class="ti-angle-right me-2 text-primary"></i>
  3320.               แทงหวย24
  3321.            </h6>
  3322.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3324.            </div> -->
  3325.          </a>
  3326.        </div>
  3327.          
  3328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3331.              <i class="ti-angle-right me-2 text-primary"></i>
  3332.               Casino Without Gamstop
  3333.            </h6>
  3334.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3336.            </div> -->
  3337.          </a>
  3338.        </div>
  3339.          
  3340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3343.              <i class="ti-angle-right me-2 text-primary"></i>
  3344.               Casino Without Gamstop
  3345.            </h6>
  3346.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3348.            </div> -->
  3349.          </a>
  3350.        </div>
  3351.          
  3352.      </div>
  3353.  
  3354.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3355.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3356.      </div> -->
  3357.    </div>
  3358.  </div>
  3359.    
  3360.  <!-- <div class="sidebar-widget">
  3361.    <div class="widget-title-wrapper mb-3">
  3362.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3363.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3364.        <span class="title-arrow"></span>
  3365.      </h4>
  3366.    </div>
  3367.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3368.      <div class="blog-roll-list">
  3369.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3370.          <a href="#" class="text-decoration-none">
  3371.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.              <i class="ti-angle-right me-2 text-primary"></i>
  3373.              Complete Guide to Django REST Framework
  3374.            </h6>
  3375.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3376.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3377.            </div>
  3378.          </a>
  3379.        </div>
  3380.  
  3381.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3382.          <a href="#" class="text-decoration-none">
  3383.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3384.              <i class="ti-angle-right me-2 text-primary"></i>
  3385.              Modern JavaScript ES2025 Features
  3386.            </h6>
  3387.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3388.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3389.            </div>
  3390.          </a>
  3391.        </div>
  3392.  
  3393.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3394.          <a href="#" class="text-decoration-none">
  3395.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.              <i class="ti-angle-right me-2 text-primary"></i>
  3397.              Digital Marketing Trends in 2025
  3398.            </h6>
  3399.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3400.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3401.            </div>
  3402.          </a>
  3403.        </div>
  3404.  
  3405.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3406.          <a href="#" class="text-decoration-none">
  3407.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.              <i class="ti-angle-right me-2 text-primary"></i>
  3409.              Remote Work Best Practices
  3410.            </h6>
  3411.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3412.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3413.            </div>
  3414.          </a>
  3415.        </div>
  3416.  
  3417.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3418.          <a href="#" class="text-decoration-none">
  3419.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3420.              <i class="ti-angle-right me-2 text-primary"></i>
  3421.              Sustainable Living Tips for Beginners
  3422.            </h6>
  3423.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3424.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3425.            </div>
  3426.          </a>
  3427.        </div>
  3428.  
  3429.        <div class="blog-roll-item">
  3430.          <a href="#" class="text-decoration-none">
  3431.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.              <i class="ti-angle-right me-2 text-primary"></i>
  3433.              AI and Machine Learning Basics
  3434.            </h6>
  3435.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3436.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3437.            </div>
  3438.          </a>
  3439.        </div>
  3440.      </div>
  3441.  
  3442.      <div class="text-center mt-4 pt-3 border-top border-light">
  3443.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3444.      </div>
  3445.    </div>
  3446.  </div> -->
  3447. </div>
  3448.  
  3449. <!-- Sidebar V2 Styles -->
  3450. <style>
  3451.  .sidebar-widget {
  3452.    position: relative;
  3453.  }
  3454.  
  3455.  .widget-title {
  3456.    font-size: 1.1rem;
  3457.    font-weight: 700;
  3458.    display: inline-block;
  3459.    position: relative;
  3460.    z-index: 2;
  3461.    border-radius: 0;
  3462.  }
  3463.  
  3464.  /* Green arrow for August Blog Roll */
  3465.  .title-arrow::after {
  3466.    content: '';
  3467.    position: absolute;
  3468.    top: 0;
  3469.    right: -22px;
  3470.    width: 0;
  3471.    height: 0;
  3472.    border-left: 22px solid var(--bs-primary);
  3473.    border-top: 22px solid transparent;
  3474.    border-bottom: 22px solid transparent;
  3475.    z-index: 1;
  3476.  }
  3477.  
  3478.  /* Blue arrow for Recent Posts */
  3479.  .title-arrow-primary::after {
  3480.    content: '';
  3481.    position: absolute;
  3482.    top: 0;
  3483.    right: -22px;
  3484.    width: 0;
  3485.    height: 0;
  3486.    border-left: 22px solid var(--bs-primary);
  3487.    border-top: 22px solid transparent;
  3488.    border-bottom: 22px solid transparent;
  3489.    z-index: 1;
  3490.  }
  3491.  
  3492.  .widget-content {
  3493.    margin-top: -1px;
  3494.    position: relative;
  3495.    z-index: 1;
  3496.    background-color: var(--card-bg);
  3497.  }
  3498.  
  3499.  /* Blog Roll Items Hover Effects */
  3500.  .blog-roll-item:hover .blog-title {
  3501.    color: #198754 !important;
  3502.    transform: translateX(5px);
  3503.    transition: all 0.3s ease;
  3504.  }
  3505.  
  3506.  /* Recent Post Items Hover Effects */
  3507.  .recent-post-item:hover .post-title a {
  3508.    color: #0d6efd !important;
  3509.    transition: color 0.3s ease;
  3510.  }
  3511.  
  3512.  .recent-post-item:hover .post-image img {
  3513.    transform: scale(1.05);
  3514.    transition: transform 0.3s ease;
  3515.  }
  3516.  
  3517.  /* Button Hover Effects */
  3518.  .btn:hover {
  3519.    transform: translateY(-2px);
  3520.    transition: all 0.3s ease;
  3521.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3522.  }
  3523.  
  3524.  /* Badge Hover Effects */
  3525.  .badge:hover {
  3526.    transform: scale(1.05);
  3527.    transition: transform 0.3s ease;
  3528.  }
  3529.  
  3530.  @media (max-width: 991px) {
  3531.    .sidebar {
  3532.      margin-top: 3rem;
  3533.    }
  3534.  }
  3535.  
  3536.  @media (max-width: 576px) {
  3537.    .widget-title {
  3538.      font-size: 1rem;
  3539.      padding: 0.75rem 1rem !important;
  3540.    }
  3541.  
  3542.    .title-arrow::after,
  3543.    .title-arrow-primary::after {
  3544.      right: -18px;
  3545.      border-left-width: 18px;
  3546.      border-top-width: 18px;
  3547.      border-bottom-width: 18px;
  3548.    }
  3549.  
  3550.    .post-image {
  3551.      width: 70px !important;
  3552.      height: 55px !important;
  3553.    }
  3554.  
  3555.    .blog-meta {
  3556.      flex-direction: column !important;
  3557.      align-items: flex-start !important;
  3558.      gap: 0.5rem;
  3559.    }
  3560.  }
  3561. </style>
  3562.  
  3563.    
  3564.            </div>
  3565.        </div>
  3566.    </div>
  3567. </section>
  3568.  
  3569. <script>
  3570. document.addEventListener('DOMContentLoaded', function() {
  3571.    // Simple scroll animation
  3572.    const cards = document.querySelectorAll('.blog-card');
  3573.    
  3574.    const observer = new IntersectionObserver(function(entries) {
  3575.        entries.forEach(entry => {
  3576.            if (entry.isIntersecting) {
  3577.                entry.target.style.opacity = '1';
  3578.                entry.target.style.transform = 'translateY(0)';
  3579.            }
  3580.        });
  3581.    }, {
  3582.        threshold: 0.1
  3583.    });
  3584.  
  3585.    cards.forEach((card, index) => {
  3586.        card.style.opacity = '0';
  3587.        card.style.transform = 'translateY(30px)';
  3588.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3589.        observer.observe(card);
  3590.    });
  3591. });
  3592. </script>
  3593.  
  3594.    
  3595.        
  3596.        <!-- end wpo-blog-highlights-section -->
  3597.        <!-- start wpo-blog-sponsored-section -->
  3598.        
  3599.  
  3600.  
  3601.  
  3602.    
  3603.  
  3604.  
  3605.  <style>
  3606.    .sponsored-card-v10 {
  3607.      border: 1px solid var(--bs-primary); /* Cyan border */
  3608.      transition: border-color 0.3s ease;
  3609.      min-height: 350px;
  3610.    }
  3611.    
  3612.    .sponsored-content-v10 {
  3613.      flex: 1; /* text area stretch kare */
  3614.    }
  3615.    .sponsored-card-v10:hover {
  3616.      border-color: var(--bs-primary);
  3617.      opacity: 0.8;
  3618.    }
  3619.    
  3620.    .sponsored-content-v10 {
  3621.      padding: 12px;
  3622.      border-radius: 12px 12px 0px 0px;
  3623.      background: var(--card-bg);
  3624.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3625.    }
  3626.    
  3627.    .sponsored-image-v10 {
  3628.      height: 180px;
  3629.    }
  3630.    
  3631.    .sponsored-image-v10 img {
  3632.      width: 100%;
  3633.      height: 100%;
  3634.      border-radius: 0px 0px 12px 12px;
  3635.      object-fit: cover;
  3636.    }
  3637.    
  3638.    .sponsored-badge-v10 {
  3639.      display: inline-block;
  3640.      position: relative;
  3641.      padding: 4px 8px;
  3642.      border-radius: var(--border-radius);
  3643.      font-size: 11px;
  3644.      font-weight: 600;
  3645.      text-transform: uppercase;
  3646.      color: white;
  3647.      margin-bottom: 8px;
  3648.    }
  3649.    
  3650.    .sponsored-badge-v10::after {
  3651.      content: '';
  3652.      position: absolute;
  3653.      top: 0;
  3654.      right: -8px;
  3655.    }
  3656.    
  3657.    .sponsored-title-v10 {
  3658.      font-size: 14px;
  3659.      font-weight: 700;
  3660.      line-height: 1.3;
  3661.      margin-bottom: 6px;
  3662.      color: #333;
  3663.    }
  3664.    
  3665.    .sponsored-title-v10 a {
  3666.      text-decoration: none;
  3667.      color: var(--topbar-color);
  3668.    }
  3669.    
  3670.    .sponsored-title-v10 a:hover {
  3671.      color: var(--bs-primary); /* Cyan hover */
  3672.    }
  3673.    
  3674.    .sponsored-excerpt-v10 {
  3675.      font-size: 11px;
  3676.      font-weight: 400;
  3677.      color: #6c757d;
  3678.      margin-bottom: 6px;
  3679.      line-height: 1.4;
  3680.    }
  3681.    
  3682.    .sponsored-meta-v10 {
  3683.      font-size: 10px;
  3684.      color: #6c757d;
  3685.    }
  3686.    
  3687.    .author-info-v10 {
  3688.      margin-bottom: 4px;
  3689.    }
  3690.    
  3691.    .sponsored-author-img-v10 {
  3692.      width: 18px;
  3693.      height: 18px;
  3694.      border-radius: 50%;
  3695.      object-fit: cover;
  3696.      vertical-align: middle;
  3697.      margin-right: 4px;
  3698.    }
  3699.    
  3700.    .section-title-sponsored-v10 {
  3701.      font-size: 1.8rem;
  3702.      font-weight: 600;
  3703.      text-align: left;
  3704.      margin-bottom: 25px;
  3705.      color: #333;
  3706.      position: relative;
  3707.    }
  3708.    
  3709.    .section-title-sponsored-v10::after {
  3710.      content: '';
  3711.      position: absolute;
  3712.      bottom: -6px;
  3713.      left: 0;
  3714.      width: 60px;
  3715.      height: 2px;
  3716.      background: var(--bs-primary);
  3717.    }
  3718.    
  3719.    @media (max-width: 768px) {
  3720.      .sponsored-section-v10 {
  3721.        padding: 30px 0;
  3722.      }
  3723.      .sponsored-image-v10 {
  3724.        height: 180px;
  3725.      }
  3726.      .sponsored-content-v10 {
  3727.        padding: 10px;
  3728.      }
  3729.      .sponsored-title-v10 {
  3730.        font-size: 13px;
  3731.      }
  3732.      .sponsored-excerpt-v10 {
  3733.        font-size: 10px;
  3734.      }
  3735.      .sponsored-badge-v10 {
  3736.        font-size: 10px;
  3737.        padding: 3px 6px;
  3738.      }
  3739.      .sponsored-meta-v10 {
  3740.        font-size: 9px;
  3741.      }
  3742.      .section-title-sponsored-v10 {
  3743.        font-size: 1.5rem;
  3744.      }
  3745.    }
  3746.  </style>
  3747.  
  3748.  <section class="sponsored-section-v10 my-5">
  3749.    <div class="container-fluid fluid-container">
  3750.      <div class="row">
  3751.        <div class="col-12">
  3752.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3753.        </div>
  3754.      </div>
  3755.  
  3756.      <div class="row g-3 d-flex align-items-center">
  3757.        
  3758.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3759.            <div class="card sponsored-card-v10 h-100 w-100">
  3760.              <div class="sponsored-content-v10">
  3761.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3762.                <h3 class="sponsored-title-v10"><a href="/disturbing-recollections-return-in-davao-city-as-officials-track-bondi-attack-alleged-attackers-time-in-the-city/">Disturbing Recollections Return in Davao City as Officials Track Bondi Attack Alleged Attackers&#x27; Time in the City</a></h3>
  3763.                <p class="sponsored-excerpt-v10"></p>
  3764.                <div class="sponsored-meta-v10">
  3765.                  <div class="author-info-v10">
  3766.                    
  3767.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3768.                    
  3769.                    <span>Ashley Smith</span>
  3770.                  </div>
  3771.                  <div>18 May 2026</div>
  3772.                </div>
  3773.              </div>
  3774.              <div class="sponsored-image-v10">
  3775.                
  3776.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3777.                
  3778.              </div>
  3779.            </div>
  3780.          </div>
  3781.        
  3782.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3783.            <div class="card sponsored-card-v10 h-100 w-100">
  3784.              <div class="sponsored-content-v10">
  3785.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3786.                <h3 class="sponsored-title-v10"><a href="/real-southern-portugal-exploring-portugal-away-from-the-coastline/">Real Southern Portugal: Exploring Portugal Away from the Coastline</a></h3>
  3787.                <p class="sponsored-excerpt-v10"></p>
  3788.                <div class="sponsored-meta-v10">
  3789.                  <div class="author-info-v10">
  3790.                    
  3791.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3792.                    
  3793.                    <span>Ashley Smith</span>
  3794.                  </div>
  3795.                  <div>18 May 2026</div>
  3796.                </div>
  3797.              </div>
  3798.              <div class="sponsored-image-v10">
  3799.                
  3800.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3801.                
  3802.              </div>
  3803.            </div>
  3804.          </div>
  3805.        
  3806.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3807.            <div class="card sponsored-card-v10 h-100 w-100">
  3808.              <div class="sponsored-content-v10">
  3809.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3810.                <h3 class="sponsored-title-v10"><a href="/david-raya-highlights-teams-strength-as-vital-to-silverware-challenge/">David Raya Highlights Team&#x27;s Strength as Vital to Silverware Challenge</a></h3>
  3811.                <p class="sponsored-excerpt-v10"></p>
  3812.                <div class="sponsored-meta-v10">
  3813.                  <div class="author-info-v10">
  3814.                    
  3815.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3816.                    
  3817.                    <span>Ashley Smith</span>
  3818.                  </div>
  3819.                  <div>18 May 2026</div>
  3820.                </div>
  3821.              </div>
  3822.              <div class="sponsored-image-v10">
  3823.                
  3824.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3825.                
  3826.              </div>
  3827.            </div>
  3828.          </div>
  3829.        
  3830.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3831.            <div class="card sponsored-card-v10 h-100 w-100">
  3832.              <div class="sponsored-content-v10">
  3833.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3834.                <h3 class="sponsored-title-v10"><a href="/can-the-new-zealand-rugby-team-regain-their-magic-during-the-fall-tour/">Can the New Zealand rugby team regain their magic during the fall tour?</a></h3>
  3835.                <p class="sponsored-excerpt-v10"></p>
  3836.                <div class="sponsored-meta-v10">
  3837.                  <div class="author-info-v10">
  3838.                    
  3839.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3840.                    
  3841.                    <span>Ashley Smith</span>
  3842.                  </div>
  3843.                  <div>18 May 2026</div>
  3844.                </div>
  3845.              </div>
  3846.              <div class="sponsored-image-v10">
  3847.                
  3848.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3849.                
  3850.              </div>
  3851.            </div>
  3852.          </div>
  3853.        
  3854.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3855.            <div class="card sponsored-card-v10 h-100 w-100">
  3856.              <div class="sponsored-content-v10">
  3857.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3858.                <h3 class="sponsored-title-v10"><a href="/the-presidents-dominant-influence-in-athletics-hit-a-peak-in-last-year-the-coming-year-promises-to-go-further/">The President&#x27;s Dominant Influence in Athletics Hit A Peak in Last Year. The Coming Year Promises to Go Further.</a></h3>
  3859.                <p class="sponsored-excerpt-v10"></p>
  3860.                <div class="sponsored-meta-v10">
  3861.                  <div class="author-info-v10">
  3862.                    
  3863.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3864.                    
  3865.                    <span>Ashley Smith</span>
  3866.                  </div>
  3867.                  <div>18 May 2026</div>
  3868.                </div>
  3869.              </div>
  3870.              <div class="sponsored-image-v10">
  3871.                
  3872.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3873.                
  3874.              </div>
  3875.            </div>
  3876.          </div>
  3877.        
  3878.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3879.            <div class="card sponsored-card-v10 h-100 w-100">
  3880.              <div class="sponsored-content-v10">
  3881.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3882.                <h3 class="sponsored-title-v10"><a href="/over-60000-escape-sudans-city-after-takeover-by-rsf-paramilitary-group-united-nations-states/">Over 60,000 Escape Sudan&#x27;s City After Takeover by RSF Paramilitary Group, United Nations States</a></h3>
  3883.                <p class="sponsored-excerpt-v10"></p>
  3884.                <div class="sponsored-meta-v10">
  3885.                  <div class="author-info-v10">
  3886.                    
  3887.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/941b6892-bd85-4ed8-be1d-cc2bbd044454_profile.png" alt="Ashley Smith" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3888.                    
  3889.                    <span>Ashley Smith</span>
  3890.                  </div>
  3891.                  <div>17 May 2026</div>
  3892.                </div>
  3893.              </div>
  3894.              <div class="sponsored-image-v10">
  3895.                
  3896.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3897.                
  3898.              </div>
  3899.            </div>
  3900.          </div>
  3901.        
  3902.      </div>
  3903.    </div>
  3904.  </section>
  3905.  
  3906.  
  3907.    
  3908.        <!-- end wpo-blog-sponsored-section -->
  3909.        <!-- start wpo-subscribe-section -->
  3910.        
  3911.        <!-- end subscribe-section -->
  3912.        <!-- start of wpo-site-footer-section -->
  3913.        
  3914.  
  3915.  
  3916.  
  3917.  
  3918.  
  3919. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3920.  <!-- Main Content: Asymmetrical Layout -->
  3921.  <div class="footer-main-content py-5">
  3922.    <div class="container-fluid fluid-container">
  3923.      <div class="row">
  3924.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3925.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3926.          <div class="brand-logo text-center text-lg-start">
  3927.            
  3928.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/55ed2756-ea46-4e59-b88f-6b1f38c4e8bd_logo.png" alt="DailyToday360" class="footer-logo" />
  3929.            
  3930.            <p class="brand-tagline mt-2">DailyToday360 brings you the latest UK news, technology trends, and lifestyle articles. Stay informed with daily updates on current events and practical advice.</p>
  3931.          </div>
  3932.        </div>
  3933.        <!-- Right: Staggered Links -->
  3934.        <div class="col-lg-9 col-md-8 col-12">
  3935.          <div class="d-flex flex-column gap-4">
  3936.            <!-- Quick Links -->
  3937.            <div class="footer-column offset-content">
  3938.              <h5 class="column-title">Quick Links</h5>
  3939.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3940.                
  3941.                  <li>
  3942.                    <a class="menu-link" href="/titans-recognise-queens-as-trump-gives-the-mayor-elect-a-cordial-greeting/">Titans Recognise Queens as Trump Gives The Mayor-Elect a Cordial Greeting</a>
  3943.                  </li>
  3944.                
  3945.                  <li>
  3946.                    <a class="menu-link" href="/a-decade-long-liaison-from-erin-somers-the-middle-aged-infidelity-tale-our-generation-needs/">A Decade-Long Liaison from Erin Somers: The Middle-Aged Infidelity Tale Our Generation Needs.</a>
  3947.                  </li>
  3948.                
  3949.                  <li>
  3950.                    <a class="menu-link" href="/leader-zelenskyy-declares-the-nation-was-ten-percent-off-from-a-peace-deal-but-not-at-any-cost/">Leader Zelenskyy Declares The Nation Was Ten Percent Off from a Peace Deal, But Not at Any Cost</a>
  3951.                  </li>
  3952.                
  3953.                  <li>
  3954.                    <a class="menu-link" href="/the-mighty-neins-opening-sequence-selected-the-incorrect-critical-role-song/">The Mighty Nein&#x27;s Opening Sequence Selected the Incorrect Critical Role Song</a>
  3955.                  </li>
  3956.                
  3957.                  <li>
  3958.                    <a class="menu-link" href="/trump-global-conflicts-absent-media-key-challenges-to-climate-progress-that-hindered-environmental-conference/">Trump, Global Conflicts, Absent Media: Key Challenges to Climate Progress That Hindered Environmental Conference</a>
  3959.                  </li>
  3960.                
  3961.                  <li>
  3962.                    <a class="menu-link" href="/snap-payments-scheduled-to-end-for-over-40-million-during-ongoing-federal-shutdown/">SNAP Payments Scheduled to End for Over 40 Million During Ongoing Federal Shutdown</a>
  3963.                  </li>
  3964.                
  3965.              </ul>
  3966.            </div>
  3967.            <!-- Top Categories -->
  3968.            <div class="footer-column offset-content offset-right">
  3969.              <h5 class="column-title">Top Categories</h5>
  3970.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3971.                
  3972.                  <li>
  3973.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3974.                  </li>
  3975.                
  3976.                  <li>
  3977.                    <a class="menu-link" href="/category/business/">Business</a>
  3978.                  </li>
  3979.                
  3980.                  <li>
  3981.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3982.                  </li>
  3983.                
  3984.                  <li>
  3985.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3986.                  </li>
  3987.                
  3988.                  <li>
  3989.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3990.                  </li>
  3991.                
  3992.              </ul>
  3993.            </div>
  3994.            <!-- Blog Rolls -->
  3995.           <div class="footer-column offset-content">
  3996.              <h5 class="column-title">Blog Rolls</h5>
  3997.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3998.                
  3999.                
  4000.  
  4001.                
  4002.                
  4003.                  
  4004.                
  4005.              </ul>
  4006.            </div>
  4007.          </div>
  4008.        </div>
  4009.      </div>
  4010.    </div>
  4011.  </div>
  4012.  
  4013.  <!-- Bottom Section -->
  4014.  <div class="footer-bottom bg-primary text-white py-3">
  4015.    <div class="container-fluid fluid-container">
  4016.      <div class="row justify-content-center">
  4017.        <div class="col-12 text-center">
  4018.          <div class="bottom-content">
  4019.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  4020.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4021.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4022.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4023.            </div>
  4024.            <div class="copyright-info ">
  4025.              <p class="mb-0 text-white">
  4026.                &copy; 2026 <strong>DailyToday360</strong>. All rights reserved.
  4027.              </p>
  4028.            </div>
  4029.          </div>
  4030.        </div>
  4031.      </div>
  4032.    </div>
  4033.  </div>
  4034. </footer>
  4035.  
  4036.  
  4037.  
  4038. <style>
  4039. .footer-logo {
  4040.    height: 60px;
  4041.    width: auto;
  4042. }
  4043.  
  4044. .brand-title {
  4045.    font-size: 24px;
  4046.    font-weight: 700;
  4047.    color: white  !important;
  4048.    margin: 0;
  4049. }
  4050.  
  4051. .brand-tagline {
  4052.    font-size: 14px;
  4053.    color: white  !important;
  4054.    margin: 0;
  4055. }
  4056.  
  4057. .column-title {
  4058.    font-size: 16px;
  4059.    font-weight: 600;
  4060.    color: white !important;
  4061.    margin-bottom: 12px;
  4062. }
  4063.  
  4064. .footer-menu {
  4065.    margin: 0;
  4066. }
  4067.  
  4068. .menu-link {
  4069.    color: white !important;
  4070.    text-decoration: none;
  4071.    font-size: 14px;
  4072.    transition: color 0.3s ease, transform 0.3s ease;
  4073. }
  4074.  
  4075. .menu-link:hover {
  4076.    color: var(--primary-color);
  4077.    transform: scale(1.05);
  4078. }
  4079.  
  4080. .offset-content {
  4081.    margin-left: 20px;
  4082. }
  4083.  
  4084. .footer-bottom {
  4085.    font-size: 13px;
  4086. }
  4087.  
  4088. .utility-link {
  4089.    color: white  !important;
  4090.    text-decoration: none;
  4091.    font-size: 13px;
  4092.    transition: color 0.3s ease;
  4093. }
  4094.  
  4095. .utility-link:hover {
  4096.    color: var(--primary-color);
  4097. }
  4098.  
  4099. .copyright-info p {
  4100.    font-size: 13px;
  4101. }
  4102.  
  4103. /* Responsive Design */
  4104. @media (max-width: 1024px) {
  4105.   .footer-logo{
  4106.    height: 40px;
  4107.    width: auto;
  4108.   }
  4109. }
  4110.  
  4111. @media (max-width: 768px) {
  4112.    .footer-logo {
  4113.        height: 60px;
  4114.    }
  4115.    
  4116.    .column-title {
  4117.        font-size: 15px;
  4118.        text-align: center;
  4119.    }
  4120.    
  4121.    .footer-menu {
  4122.        justify-content: center;
  4123.    }
  4124.    
  4125.    .menu-link {
  4126.        font-size: 13px;
  4127.    }
  4128. }
  4129.  
  4130. @media (max-width: 576px) {
  4131.    .brand-title {
  4132.        font-size: 20px;
  4133.    }
  4134.    
  4135.    .brand-tagline {
  4136.        font-size: 12px;
  4137.    }
  4138.    
  4139.    .cta-btn {
  4140.        font-size: 12px;
  4141.        padding: 5px 12px;
  4142.    }
  4143. }
  4144. </style>
  4145.  
  4146. <script>
  4147. // Prevent default for placeholder links
  4148. document.addEventListener('DOMContentLoaded', function() {
  4149.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4150.        anchor.addEventListener('click', function(e) {
  4151.            e.preventDefault();
  4152.        });
  4153.    });
  4154. });
  4155. document.addEventListener('DOMContentLoaded', function () {
  4156.    var btn = document.getElementById('toggleBlogRollLinks');
  4157.    if (!btn) return; // No extra items, no button
  4158.  
  4159.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4160.  
  4161.    btn.addEventListener('click', function () {
  4162.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4163.            return li.classList.contains('d-none');
  4164.        });
  4165.  
  4166.        extras.forEach(function (li) {
  4167.            if (anyHidden) {
  4168.                li.classList.remove('d-none');
  4169.                li.classList.add('show');
  4170.            } else {
  4171.                li.classList.add('d-none');
  4172.                li.classList.remove('show');
  4173.            }
  4174.        });
  4175.  
  4176.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4177.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4178.    });
  4179. });
  4180.  
  4181. </script>
  4182.  
  4183.        <!-- end of wpo-site-footer-section -->
  4184.    </div>
  4185.    <!-- end of page-wrapper -->
  4186.  
  4187.    <!-- All JavaScript files
  4188.    ================================================== -->
  4189.    
  4190.  
  4191. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4192. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4193. <!-- Plugins for this template -->
  4194. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4195. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4196. <!-- Custom script for this template -->
  4197. <script src="/static/blogapp/assets/js/script.js"></script>
  4198.  
  4199. <script>
  4200. (function () {
  4201. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4202. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4203.  
  4204. function applyFallback(img) {
  4205. if (!img || img.dataset.fallbackApplied === "1") {
  4206. return;
  4207. }
  4208. var failedSrc = img.currentSrc || img.src || "";
  4209. img.dataset.fallbackApplied = "1";
  4210. img.onerror = null;
  4211. img.src = fallbackImageSrc;
  4212. console.warn("[ImageFallback] Replaced broken image:", {
  4213. failedSrc: failedSrc,
  4214. fallbackSrc: fallbackImageSrc,
  4215. alt: img.alt || "",
  4216. });
  4217. }
  4218.  
  4219. document.querySelectorAll("img").forEach(function (img) {
  4220. if (img.complete && img.naturalWidth === 0) {
  4221. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4222. failedSrc: img.currentSrc || img.src || "",
  4223. alt: img.alt || "",
  4224. });
  4225. applyFallback(img);
  4226. }
  4227. });
  4228.  
  4229. document.addEventListener(
  4230. "error",
  4231. function (event) {
  4232. var target = event.target;
  4233. if (target && target.tagName === "IMG") {
  4234. applyFallback(target);
  4235. }
  4236. },
  4237. true
  4238. );
  4239. })();
  4240. </script>
  4241.  
  4242. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4243.  
  4244.  
  4245.  
  4246. <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":"831aa8ec04d74619bfc88c5a195ec3bc","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4247. </body>
  4248.  
  4249. </html>
  4250.  
  4251.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda