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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="montserrat">
  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-28T160323.506_TCQbzHY_6CcRBiN_mirFhQJ.png">
  14.    
  15.  
  16.    <title>Local Daily News: Community Updates and Neighborhood Stories</title>
  17.    <meta name="description" content="Stay informed with the latest local news, events, and stories from your community. Covering neighborhood updates, local businesses, and community highlights.">
  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://localdaily.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e11d48;
  42.        --bs-primary-rgb: e11d48;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #059669;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff1f2;
  49.        --bs-dark: #881337;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e11d48;
  53.        --theme-primary-color-s2: #e11d48;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #111827;
  57.        --text-light-color: #676767;
  58.        --heading-color: #111827;
  59.        --border-color: #fecdd3;
  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: #ffe4e6;
  75.        --navbar-color: #881337;
  76.        --topbar-bg: #fff1f2;
  77.        --topbar-color: #881337;
  78.        --footer-bg: #881337;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fecdd3;
  82.        --card-radius: 14px;
  83.        --link-color: #e11d48;
  84.        --link-hover: #be185d;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(225, 29, 72, 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-elegant">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/why-psg-are-focusing-on-local-players-to-defend-their-continental-crown/" class="px-5 top-color">
  420.                    Why PSG Are Focusing On Local Players to Defend Their Continental Crown
  421.                  </a>
  422.              
  423.               <a href="/democratic-lawmakers-accuse-trump-of-harassment-campaign-as-fbi-seeks-meetings/" class="px-5 top-color">
  424.                    Democratic lawmakers Accuse Trump of ‘Harassment’ Campaign as FBI Seeks Meetings
  425.                  </a>
  426.              
  427.               <a href="/a-standout-twelve-months-for-launching-balls/" class="px-5 top-color">
  428.                    A Standout Twelve Months for Launching Balls
  429.                  </a>
  430.              
  431.               <a href="/food-delivery-fresh-from-the-west-philippine-sea-a-gripping-expedition-through-resupply-routes-in-the-regional-tension/" class="px-5 top-color">
  432.                    Food Delivery: Fresh from the West Philippine Sea – A Gripping Expedition Through Resupply Routes in the Regional Tension.
  433.                  </a>
  434.              
  435.               <a href="/celebrity-traitors-finale-mistakenly-uploaded-a-full-day-early-beyond-the-uk/" class="px-5 top-color">
  436.                    Celebrity Traitors Finale Mistakenly Uploaded A Full Day Early Beyond the UK
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v7 py-2 mb-4">
  484.    <!-- Top Bar -->
  485.    <div class="top-bar-v7">
  486.        <div class="container-fluid fluid-container">
  487.            <div class="row align-items-center justify-content-center">
  488.                <div class="col-lg-3 col-md-4">
  489.                    <div class="logo-section-v7">
  490.                        <a class="brand-link-v7" href="/">
  491.                            
  492.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c170084c-e168-4a6b-ba91-6d08dc29c331_logo.png" alt="Local Daily" class="logo-img-v7" />
  493.                            
  494.                        </a>
  495.                    </div>
  496.                </div>
  497.                <div class="col-lg-6 col-md-5">
  498.                    <div class="search-bar-v7">
  499.                        <form class="search-form-v7" action="#" method="get">
  500.                            <div class="search-container-v7">
  501.                                <input id="search-input" type="search" class="search-input-v7"
  502.                                    placeholder="Search articles, tutorials, news..." name="q">
  503.                                <button type="submit" class="search-btn-v7">
  504.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  505.                                        stroke-width="2">
  506.                                        <circle cx="11" cy="11" r="8"></circle>
  507.                                        <path d="m21 21-4.35-4.35"></path>
  508.                                    </svg>
  509.                                </button>
  510.                            </div>
  511.                            <div id="search-results" class="search-results-container search-v1"></div>
  512.                        </form>
  513.                    </div>
  514.                </div>
  515.                <div class="col-lg-3 col-md-3">
  516.                    <!-- Empty column for spacing -->
  517.                </div>
  518.            </div>
  519.        </div>
  520.    </div>
  521.  
  522.    <!-- Main Navigation -->
  523.    <div class="main-nav-v7">
  524.        <div class="container-fluid">
  525.            <div class="nav-wrapper-v7">
  526.  
  527.                <!-- Sidebar Navigation -->
  528.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  529.                    <div class="nav-header-v7">
  530.                        <h6 class="nav-title-v7">Navigation</h6>
  531.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  532.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  533.                                stroke-width="2">
  534.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  535.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  536.                            </svg>
  537.                        </button>
  538.                    </div>
  539.  
  540.                    <ul class="sidebar-menu-v7">
  541.                        <li class="sidebar-item-v7">
  542.                            <a href='/' class="sidebar-link-v7 active-v7">
  543.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  544.                                    stroke="currentColor" stroke-width="2">
  545.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  546.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  547.                                </svg>
  548.                                Home
  549.                            </a>
  550.                        </li>
  551.  
  552.                        <li class="sidebar-item-v7 has-submenu-v7">
  553.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  554.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  555.                                    stroke="currentColor" stroke-width="2">
  556.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  557.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  558.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  559.                                </svg>
  560.                                Technology
  561.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  562.                                    stroke="currentColor" stroke-width="2">
  563.                                    <polyline points="6,9 12,15 18,9"></polyline>
  564.                                </svg>
  565.                            </a>
  566.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  567.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  568.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  569.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  570.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  571.                            </ul>
  572.                        </li>
  573.  
  574.                        <li class="sidebar-item-v7 has-submenu-v7">
  575.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  576.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  577.                                    stroke="currentColor" stroke-width="2">
  578.                                    <path
  579.                                        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">
  580.                                    </path>
  581.                                </svg>
  582.                                Business
  583.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  584.                                    stroke="currentColor" stroke-width="2">
  585.                                    <polyline points="6,9 12,15 18,9"></polyline>
  586.                                </svg>
  587.                            </a>
  588.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  589.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  590.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  591.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  592.                            </ul>
  593.                        </li>
  594.  
  595.                        <li class="sidebar-item-v7">
  596.                            <a href="#" class="sidebar-link-v7">
  597.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  598.                                    stroke="currentColor" stroke-width="2">
  599.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  600.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  601.                                </svg>
  602.                                Tutorials
  603.                            </a>
  604.                        </li>
  605.  
  606.                        <li class="sidebar-item-v7">
  607.                            <a href="#" class="sidebar-link-v7">
  608.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  609.                                    stroke="currentColor" stroke-width="2">
  610.                                    <polygon
  611.                                        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">
  612.                                    </polygon>
  613.                                </svg>
  614.                                Reviews
  615.                            </a>
  616.                        </li>
  617.  
  618.                        <li class="sidebar-item-v7">
  619.                            <a href="#" class="sidebar-link-v7">
  620.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  621.                                    stroke="currentColor" stroke-width="2">
  622.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  623.                                </svg>
  624.                                News
  625.                            </a>
  626.                        </li>
  627.  
  628.                        <li class="sidebar-item-v7">
  629.                            <a href="#" class="sidebar-link-v7">
  630.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  631.                                    stroke="currentColor" stroke-width="2">
  632.                                    <circle cx="12" cy="12" r="3"></circle>
  633.                                    <path
  634.                                        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">
  635.                                    </path>
  636.                                </svg>
  637.                                About
  638.                            </a>
  639.                        </li>
  640.  
  641.                        <li class="sidebar-item-v7">
  642.                            <a href="#" class="sidebar-link-v7">
  643.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  644.                                    stroke="currentColor" stroke-width="2">
  645.                                    <path
  646.                                        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">
  647.                                    </path>
  648.                                    <polyline points="22,6 12,13 2,6"></polyline>
  649.                                </svg>
  650.                                Contact
  651.                            </a>
  652.                        </li>
  653.                    </ul>
  654.                </nav>
  655.                <div class="sidebar-blur"></div>
  656.  
  657.                <!-- Main Content Area -->
  658.                <div class="content-area-v7">
  659.                    <!-- Horizontal Nav for Desktop -->
  660.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  661.                        <ul class="horizontal-menu-v7">
  662.  
  663.                            
  664.                            <li class="horizontal-item-v7">
  665.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  666.                            </li>
  667.  
  668.                            
  669.                            
  670.                             <li class="horizontal-item-v7">
  671.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  672.                                    All Posts
  673.                                </a>
  674.                                </li>
  675.  
  676.                                
  677.  
  678.                                        
  679.                                        
  680.                                
  681.                             <li class="horizontal-item-v7">
  682.                                <a href="/category/business/" class="horizontal-link-v7">
  683.                                    Business
  684.                                </a>
  685.                                </li>
  686.  
  687.                                
  688.  
  689.                                        
  690.                                        
  691.                                
  692.                             <li class="horizontal-item-v7">
  693.                                <a href="/category/esports/" class="horizontal-link-v7">
  694.                                    Esports
  695.                                </a>
  696.                                </li>
  697.  
  698.                                
  699.  
  700.                                        
  701.                                        
  702.                                
  703.                             <li class="horizontal-item-v7">
  704.                                <a href="/category/fashion/" class="horizontal-link-v7">
  705.                                    Fashion
  706.                                </a>
  707.                                </li>
  708.  
  709.                                
  710.  
  711.                                        
  712.                                        
  713.                                
  714.                             <li class="horizontal-item-v7">
  715.                                <a href="/category/featured/" class="horizontal-link-v7">
  716.                                    Featured
  717.                                </a>
  718.                                </li>
  719.  
  720.                                
  721.  
  722.                                        
  723.                                        
  724.                                
  725.                             <li class="horizontal-item-v7">
  726.                                <a href="/category/gaming/" class="horizontal-link-v7">
  727.                                    Gaming
  728.                                </a>
  729.                                </li>
  730.  
  731.                                
  732.  
  733.                                        
  734.                                        
  735.                                
  736.                             <li class="horizontal-item-v7">
  737.                                <a href="/category/health/" class="horizontal-link-v7">
  738.                                    Health
  739.                                </a>
  740.                                </li>
  741.  
  742.                                
  743.  
  744.                                        
  745.                                        
  746.                                
  747.                            
  748.                                
  749.                                <li class="horizontal-item-v7 dropdown-v7">
  750.                                    <a href="#" class="horizontal-link-v7">More</a>
  751.                                    <div class="horizontal-dropdown-v7">
  752.                                        <a href="/category/life-fitness/"
  753.                                            class="dropdown-item-v7">
  754.                                            Life &amp; Fitness
  755.                                        </a>
  756.                                        
  757.  
  758.                                        
  759.                                        
  760.                                
  761.                            
  762.                                        <a href="/category/lifestyle/"
  763.                                            class="dropdown-item-v7">
  764.                                            Lifestyle
  765.                                        </a>
  766.                                        
  767.  
  768.                                        
  769.                                        
  770.                                
  771.                            
  772.                                        <a href="/category/news/"
  773.                                            class="dropdown-item-v7">
  774.                                            News
  775.                                        </a>
  776.                                        
  777.  
  778.                                        
  779.                                        
  780.                                
  781.                            
  782.                                        <a href="/category/others/"
  783.                                            class="dropdown-item-v7">
  784.                                            Others
  785.                                        </a>
  786.                                        
  787.  
  788.                                        
  789.                                        
  790.                                
  791.                            
  792.                                        <a href="/category/politics/"
  793.                                            class="dropdown-item-v7">
  794.                                            Politics
  795.                                        </a>
  796.                                        
  797.  
  798.                                        
  799.                                        
  800.                                
  801.                            
  802.                                        <a href="/category/sports/"
  803.                                            class="dropdown-item-v7">
  804.                                            Sports
  805.                                        </a>
  806.                                        
  807.  
  808.                                        
  809.                                        
  810.                                
  811.                            
  812.                                        <a href="/category/tech/"
  813.                                            class="dropdown-item-v7">
  814.                                            Tech
  815.                                        </a>
  816.                                        
  817.  
  818.                                        
  819.                                        
  820.                                
  821.                            
  822.                                        <a href="/category/travel/"
  823.                                            class="dropdown-item-v7">
  824.                                            Travel
  825.                                        </a>
  826.                                        
  827.  
  828.                                        
  829.                                        
  830.                                    </div>
  831.                                </li>
  832.                                
  833.                                
  834. <li>
  835.                  <a href="/page/contact-us/">
  836.                     Contact Us
  837.                  </a>
  838.              </li>
  839.                        </ul>
  840.                    </nav>
  841.  
  842.  
  843.                    <!-- Mobile Menu Button -->
  844.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  845.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  846.                            stroke-width="2">
  847.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  848.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  849.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  850.                        </svg>
  851.                        Menu
  852.                    </button>
  853.                </div>
  854.            </div>
  855.        </div>
  856.    </div>
  857.  
  858.    <!-- Overlay for mobile sidebar -->
  859.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  860. </header>
  861.  
  862. <style>
  863.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  864.    .header-v7 {
  865.        position: relative;
  866.        background: var(--navbar-bg);
  867.    }
  868.  
  869.    /* Top Bar Styles */
  870.    .top-bar-v7 {
  871.        padding: 15px 0;
  872.        border-bottom: 1px solid var(--border-color);
  873.        background: var(--navbar-bg);
  874.    }
  875.  
  876.    .logo-img-v7 {
  877.        max-height: 70px;
  878.        transition: transform 0.3s ease;
  879.    }
  880.  
  881.    .logo-img-v7:hover {
  882.        transform: scale(1.05);
  883.    }
  884.  
  885.    /* Search Bar Styles */
  886.    .search-container-v7 {
  887.        position: relative;
  888.        display: flex;
  889.        align-items: center;
  890.        background: transparent;
  891.        border: 2px solid var(--border-color);
  892.        border-radius: 8px;
  893.        overflow: hidden;
  894.        transition: all 0.3s ease;
  895.    }
  896.  
  897.    .search-container-v7:focus-within {
  898.        border-color: #007bff33;
  899.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  900.    }
  901.  
  902.    .search-input-v7 {
  903.        color: var(--topbar-color) !important;
  904.        flex: 1;
  905.        border: none;
  906.        padding: 12px 16px;
  907.        font-size: 14px;
  908.        outline: none;
  909.        background: transparent;
  910.    }
  911.  
  912.    .search-input-v7::placeholder {
  913.        color: #a0aec0;
  914.    }
  915.  
  916.    .search-btn-v7 {
  917.        background: var(--bs-primary);
  918.        color: white;
  919.        border: none;
  920.        padding: 12px 16px;
  921.        cursor: pointer;
  922.        transition: background 0.3s ease;
  923.    }
  924.  
  925.    .search-btn-v7:hover {
  926.        background: #3182ce;
  927.    }
  928.  
  929.    /* Header Actions */
  930.    .header-actions-v7 {
  931.        display: flex;
  932.        align-items: center;
  933.        gap: 15px;
  934.        justify-content: flex-end;
  935.    }
  936.  
  937.    .notification-btn-v7,
  938.    .profile-btn-v7 {
  939.        background: none;
  940.        border: none;
  941.        padding: 8px;
  942.        border-radius: 8px;
  943.        cursor: pointer;
  944.        transition: background 0.3s ease;
  945.        position: relative;
  946.    }
  947.  
  948.    .notification-btn-v7:hover,
  949.    .profile-btn-v7:hover {
  950.        background: #f1f5f9;
  951.    }
  952.  
  953.    .notification-badge-v7 {
  954.        position: absolute;
  955.        top: 2px;
  956.        right: 2px;
  957.        background: #e53e3e;
  958.        color: white;
  959.        font-size: 16px;
  960.        font-weight: 600;
  961.        width: 16px;
  962.        height: 16px;
  963.        border-radius: 50%;
  964.        display: flex;
  965.        align-items: center;
  966.        justify-content: center;
  967.    }
  968.  
  969.    .profile-avatar-v7 {
  970.        width: 32px;
  971.        height: 32px;
  972.        background: var(--border-color);
  973.        border-radius: 50%;
  974.        display: flex;
  975.        align-items: center;
  976.        justify-content: center;
  977.    }
  978.  
  979.    /* Main Navigation */
  980.    .main-nav-v7 {
  981.        background: var(--navbar-bg);
  982.    }
  983.  
  984.    .nav-wrapper-v7 {
  985.        display: flex;
  986.        align-items: center;
  987.        justify-content: center;
  988.        min-height: 60px;
  989.    }
  990.  
  991.    /* Sidebar Navigation */
  992.    .sidebar-nav-v7 {
  993.        position: fixed;
  994.        top: 0;
  995.        left: -350px;
  996.        width: 350px;
  997.        height: 100vh;
  998.        background: var(--navbar-bg);
  999.        z-index: 1000;
  1000.        transition: left 0.3s ease;
  1001.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1002.        overflow-y: auto;
  1003.    }
  1004.  
  1005.    .sidebar-nav-v7.show-v7 {
  1006.        left: 0;
  1007.    }
  1008.  
  1009.    .nav-header-v7 {
  1010.        display: flex;
  1011.        align-items: center;
  1012.        justify-content: space-between;
  1013.        padding: 20px 25px;
  1014.        border-bottom: 1px solid var(--border-color);
  1015.        background: var(--navbar-bg);
  1016.    }
  1017.  
  1018.    .nav-title-v7 {
  1019.        font-size: 16px;
  1020.        font-weight: 600;
  1021.        color: #2d3748;
  1022.        margin: 0;
  1023.    }
  1024.  
  1025.    .sidebar-close-v7 {
  1026.        background: none;
  1027.        border: none;
  1028.        padding: 8px;
  1029.        cursor: pointer;
  1030.        border-radius: 6px;
  1031.        transition: background 0.3s ease;
  1032.    }
  1033.  
  1034.    .sidebar-close-v7:hover {
  1035.        background: var(--border-color);
  1036.    }
  1037.  
  1038.    .sidebar-menu-v7 {
  1039.        list-style: none;
  1040.        padding: 20px 0;
  1041.        margin: 0;
  1042.    }
  1043.  
  1044.    .sidebar-item-v7 {
  1045.        margin-bottom: 5px;
  1046.    }
  1047.  
  1048.    .sidebar-link-v7 {
  1049.        display: flex;
  1050.        align-items: center;
  1051.        color: #4a5568;
  1052.        text-decoration: none;
  1053.        padding: 15px 25px;
  1054.        font-size: 15px;
  1055.        font-weight: 500;
  1056.        transition: all 0.3s ease;
  1057.        position: relative;
  1058.    }
  1059.  
  1060.    .sidebar-link-v7:hover,
  1061.    .sidebar-link-v7.active-v7 {
  1062.        color: #007bff;
  1063.        background: var(--border-color);
  1064.    }
  1065.  
  1066.    .sidebar-link-v7.active-v7::before {
  1067.        content: '';
  1068.        position: absolute;
  1069.        left: 0;
  1070.        top: 0;
  1071.        bottom: 0;
  1072.        width: 4px;
  1073.        background: #007bff;
  1074.    }
  1075.  
  1076.    .sidebar-icon-v7 {
  1077.        margin-right: 12px;
  1078.        color: currentColor;
  1079.    }
  1080.  
  1081.    .submenu-arrow-v7 {
  1082.        margin-left: auto;
  1083.        transition: transform 0.3s ease;
  1084.    }
  1085.  
  1086.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1087.        transform: rotate(180deg);
  1088.    }
  1089.  
  1090.    .sidebar-submenu-v7 {
  1091.        list-style: none;
  1092.        padding: 0;
  1093.        margin: 0;
  1094.        max-height: 0;
  1095.        overflow: hidden;
  1096.        transition: max-height 0.3s ease;
  1097.        background: var(--navbar-bg);
  1098.    }
  1099.  
  1100.    .sidebar-submenu-v7.show-v7 {
  1101.        max-height: 300px;
  1102.        padding: 10px 0;
  1103.    }
  1104.  
  1105.    .sidebar-sublink-v7 {
  1106.        display: block;
  1107.        color: #718096;
  1108.        text-decoration: none;
  1109.        padding: 10px 25px 10px 55px;
  1110.        font-size: 14px;
  1111.        transition: all 0.3s ease;
  1112.    }
  1113.  
  1114.    .sidebar-sublink-v7:hover {
  1115.        color: #007bff;
  1116.        background: var(--border-color);
  1117.    }
  1118.  
  1119.    /* Sidebar Footer */
  1120.    .sidebar-footer-v7 {
  1121.        padding: 25px;
  1122.        margin-top: auto;
  1123.        border-top: 1px solid var(--border-color);
  1124.    }
  1125.  
  1126.    .sidebar-cta-v7 {
  1127.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1128.        padding: 20px;
  1129.        border-radius: 12px;
  1130.        text-align: center;
  1131.        color: white;
  1132.    }
  1133.  
  1134.    .cta-title-v7 {
  1135.        font-size: 14px;
  1136.        font-weight: 600;
  1137.        margin: 0 0 5px 0;
  1138.    }
  1139.  
  1140.    .cta-text-v7 {
  1141.        font-size: 12px;
  1142.        margin: 0 0 15px 0;
  1143.        opacity: 0.9;
  1144.    }
  1145.  
  1146.    .cta-btn-v7 {
  1147.        background: rgba(255, 255, 255, 0.2);
  1148.        color: white;
  1149.        border: 1px solid rgba(255, 255, 255, 0.3);
  1150.        padding: 8px 20px;
  1151.        border-radius: 20px;
  1152.        font-size: 12px;
  1153.        font-weight: 500;
  1154.        cursor: pointer;
  1155.        transition: all 0.3s ease;
  1156.    }
  1157.  
  1158.    .cta-btn-v7:hover {
  1159.        background: rgba(255, 255, 255, 0.3);
  1160.    }
  1161.  
  1162.    /* Horizontal Navigation for Desktop */
  1163.    .horizontal-nav-v7 {
  1164.        flex: 1;
  1165.        display: flex;
  1166.        justify-content: center;
  1167.    }
  1168.  
  1169.    .horizontal-menu-v7 {
  1170.        list-style: none;
  1171.        padding: 0;
  1172.        margin: 0;
  1173.        display: flex;
  1174.        align-items: center;
  1175.    }
  1176.  
  1177.    .horizontal-item-v7 {
  1178.        position: relative;
  1179.        margin-right: 30px;
  1180.    }
  1181.  
  1182.    .horizontal-link-v7 {
  1183.        color: #4a5568;
  1184.        text-decoration: none;
  1185.        font-size: 16px;
  1186.        font-weight: 500;
  1187.        padding: 20px 0;
  1188.        position: relative;
  1189.        transition: color 0.3s ease;
  1190.    }
  1191.  
  1192.    .horizontal-link-v7::after {
  1193.        content: '';
  1194.        position: absolute;
  1195.        bottom: 0;
  1196.        left: 0;
  1197.        width: 0;
  1198.        height: 2px;
  1199.        background: #007bff;
  1200.        transition: width 0.3s ease;
  1201.    }
  1202.  
  1203.    .horizontal-link-v7:hover,
  1204.    .horizontal-link-v7.active-v7 {
  1205.        color: #007bff;
  1206.        font-weight: 600;
  1207.    }
  1208.  
  1209.    .horizontal-link-v7:hover::after,
  1210.    .horizontal-link-v7.active-v7::after {
  1211.        width: 100%;
  1212.    }
  1213.  
  1214.    /* Horizontal Dropdown */
  1215.    .horizontal-dropdown-v7 {
  1216.        position: absolute;
  1217.        top: 100%;
  1218.        left: 0;
  1219.        background: var(--navbar-bg);
  1220.        min-width: 200px;
  1221.        border-radius: 8px;
  1222.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1223.        opacity: 0;
  1224.        visibility: hidden;
  1225.        transform: translateY(-10px);
  1226.        transition: all 0.3s ease;
  1227.        padding: 10px 0;
  1228.        z-index: 100;
  1229.    }
  1230.  
  1231.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1232.        opacity: 1;
  1233.        visibility: visible;
  1234.        transform: translateY(0);
  1235.    }
  1236.  
  1237.    .dropdown-item-v7 {
  1238.        display: block;
  1239.        color: #4a5568;
  1240.        text-decoration: none;
  1241.        padding: 12px 20px;
  1242.        font-size: 14px;
  1243.        transition: all 0.3s ease;
  1244.    }
  1245.  
  1246.    .dropdown-item-v7:hover {
  1247.        color: #007bff;
  1248.        background: #565758ff;
  1249.    }
  1250.  
  1251.    /* Mobile Menu Button */
  1252.    .mobile-menu-btn-v7 {
  1253.        background: none;
  1254.        border: 1px solid var(--border-color);
  1255.        padding: 10px 15px;
  1256.        border-radius: 8px;
  1257.        cursor: pointer;
  1258.        display: flex;
  1259.        align-items: center;
  1260.        gap: 8px;
  1261.        font-size: 14px;
  1262.        font-weight: 500;
  1263.        color: #4a5568;
  1264.        transition: all 0.3s ease;
  1265.        margin: 0 auto;
  1266.    }
  1267.  
  1268.    .mobile-menu-btn-v7:hover {
  1269.        border-color: #cbd5e0;
  1270.        opacity: 0.7;
  1271.    }
  1272.  
  1273.    /* Sidebar Overlay */
  1274.    .sidebar-overlay-v7 {
  1275.        position: fixed;
  1276.        top: 0;
  1277.        left: 0;
  1278.        right: 0;
  1279.        bottom: 0;
  1280.        background: rgba(0, 0, 0, 0.5);
  1281.        z-index: 999;
  1282.        opacity: 0;
  1283.        visibility: hidden;
  1284.        transition: all 0.3s ease;
  1285.    }
  1286.  
  1287.    .sidebar-overlay-v7.show-v7 {
  1288.        opacity: 1;
  1289.        visibility: visible;
  1290.    }
  1291.  
  1292.    /* Responsive Design */
  1293.    @media (max-width: 991px) {
  1294.        .top-bar-v7 .col-lg-6 {
  1295.            order: 3;
  1296.            margin-top: 15px;
  1297.        }
  1298.  
  1299.        .header-actions-v7 {
  1300.            justify-content: flex-start;
  1301.        }
  1302.    }
  1303.  
  1304.    @media (max-width: 768px) {
  1305.        .sidebar-nav-v7 {
  1306.            width: 300px;
  1307.            left: -300px;
  1308.        }
  1309.  
  1310.        .search-container-v7 {
  1311.            margin-top: 10px;
  1312.        }
  1313.    }
  1314. </style>
  1315.  
  1316. <script>
  1317.    function openSidebarV7() {
  1318.        const sidebar = document.getElementById('sidebarNavV7');
  1319.        const overlay = document.getElementById('sidebarOverlayV7');
  1320.  
  1321.        sidebar.classList.add('show-v7');
  1322.        overlay.classList.add('show-v7');
  1323.        document.body.style.overflow = 'hidden';
  1324.    }
  1325.  
  1326.    function closeSidebarV7() {
  1327.        const sidebar = document.getElementById('sidebarNavV7');
  1328.        const overlay = document.getElementById('sidebarOverlayV7');
  1329.  
  1330.        sidebar.classList.remove('show-v7');
  1331.        overlay.classList.remove('show-v7');
  1332.        document.body.style.overflow = '';
  1333.    }
  1334.  
  1335.    function toggleSubmenuV7(submenuId) {
  1336.        const submenu = document.getElementById(submenuId);
  1337.        const parentItem = submenu.closest('.sidebar-item-v7');
  1338.  
  1339.        // Close other open submenus
  1340.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1341.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1342.  
  1343.        allSubmenus.forEach(menu => {
  1344.            if (menu.id !== submenuId) {
  1345.                menu.classList.remove('show-v7');
  1346.            }
  1347.        });
  1348.  
  1349.        allParentItems.forEach(item => {
  1350.            if (item !== parentItem) {
  1351.                item.classList.remove('open-v7');
  1352.            }
  1353.        });
  1354.  
  1355.        // Toggle current submenu
  1356.        submenu.classList.toggle('show-v7');
  1357.        parentItem.classList.toggle('open-v7');
  1358.    }
  1359.  
  1360.    // Close sidebar when clicking outside
  1361.    document.addEventListener('click', function (event) {
  1362.        const sidebar = document.getElementById('sidebarNavV7');
  1363.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1364.  
  1365.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1366.            closeSidebarV7();
  1367.        }
  1368.    });
  1369.  
  1370.    // Handle window resize
  1371.    window.addEventListener('resize', function () {
  1372.        if (window.innerWidth >= 992) {
  1373.            closeSidebarV7();
  1374.        }
  1375.    });
  1376. </script>
  1377.  
  1378. <script>
  1379.  document.addEventListener("DOMContentLoaded", function () {
  1380.    console.log("loaded");
  1381.  
  1382.     const searchInput = document.getElementById("search-input")
  1383.    const searchResults = document.getElementById("search-results");
  1384.  
  1385.    if (!searchInput || !searchResults) {
  1386.      console.error("Search input/results not found");
  1387.      return;
  1388.    }
  1389.  
  1390.    // Prevent form submission
  1391.    if (searchInput.form) {
  1392.      searchInput.form.addEventListener("submit", function (e) {
  1393.        e.preventDefault();
  1394.      });
  1395.    }
  1396.  
  1397.    // Add event listener for keyup
  1398.    searchInput.addEventListener("keyup", function (e) {
  1399.      console.log("Key pressed:", e.key);
  1400.      e.preventDefault();
  1401.  
  1402.      const query = searchInput.value.trim();
  1403.      console.log("User is typing: " + query);
  1404.  
  1405.      // If empty → clear and hide
  1406.      if (query === "") {
  1407.        searchResults.innerHTML = "";
  1408.        searchResults.style.display = "none";
  1409.        return;
  1410.      }
  1411.  
  1412.      // Show results
  1413.      searchResults.style.display = "block";
  1414.  
  1415.      // Fetch search results
  1416.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1417.        method: "GET",
  1418.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1419.      })
  1420.        .then(response => {
  1421.          console.log("Response Status:", response.status);
  1422.          return response.json();
  1423.        })
  1424.        .then(data => {
  1425.          console.log("Data received:", data);
  1426.          if (data.html) {
  1427.            searchResults.innerHTML = data.html;
  1428.          } else {
  1429.            searchResults.innerHTML = "<p>No results found.</p>";
  1430.          }
  1431.        })
  1432.        .catch(error => {
  1433.          console.error("Error fetching search results:", error);
  1434.        });
  1435.    });
  1436.  
  1437.    // Close results when clicking outside
  1438.    document.addEventListener("click", function (e) {
  1439.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1440.        searchResults.style.display = "none";
  1441.      }
  1442.    });
  1443.  
  1444.    // Close results on ESC key
  1445.    document.addEventListener("keydown", function (e) {
  1446.      if (e.key === "Escape") {
  1447.        searchResults.style.display = "none";
  1448.      }
  1449.    });
  1450.  });
  1451. </script>
  1452.  
  1453. <style>
  1454.        /* search field */
  1455.  .search-results-container {
  1456.  position: absolute;
  1457.  top: 100%; /* Position it below the input field */
  1458.  left: 10px;
  1459.  right: 10px;
  1460.  background-color: white;
  1461.  border: 1px solid #ddd;
  1462.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1463.  max-height: 300px;
  1464.  overflow-y: auto;
  1465.  z-index: 1000;
  1466.  display: none; /* Initially hidden */
  1467. }
  1468.  
  1469. .search-results-container p {
  1470.  margin: 0;
  1471. }
  1472.  
  1473. .search-results-container .result-item {
  1474.  padding: 10px;
  1475.  cursor: pointer;
  1476. }
  1477.  
  1478. .search-results-container .result-item:hover {
  1479.  background-color: #f0f0f0;
  1480. }
  1481. </style>
  1482.  
  1483.        </header>
  1484.        <!-- end of header -->
  1485.        <!-- start of wpo-blog-hero -->
  1486.        
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494. <div class="blog-hero-v2">
  1495.  <div class="container-fluid fluid-container">
  1496.    <div class="row">
  1497.      <!-- Main Featured Post -->
  1498.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1499.        
  1500.        
  1501.        
  1502.          
  1503.        <div class="featured-post">
  1504.          <div class="post-image">
  1505.            
  1506.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1507.              class="img-fluid" alt="">
  1508.            
  1509.            <div class="post-overlay">
  1510.              <div class="post-content">
  1511.                <span class="category-badge bg-primary-gradient">News</span>
  1512.                <h1 class="post-title1 blog-color">
  1513.                  <a href="/jimmy-cliff-music-superstar-and-cultural-figure-passes-away-at-eighty-one-years-of-age/" class="blog-color">
  1514.                    Jimmy Cliff, Music Superstar and Cultural Figure, Passes Away at Eighty-One Years of Age
  1515.                  </a>
  1516.                </h1>
  1517.                <p class="post-excerpt"></p>
  1518.                <div class="post-meta">
  1519.                  <div class="author-info">
  1520.                    
  1521.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer"
  1522.                      style="object-fit: cover;" class="author-avatar">
  1523.                    
  1524.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Sherry Farmer</a></span>
  1525.                  </div>
  1526.                  <span class="post-date">20 May 2026</span>
  1527.                </div>
  1528.              </div>
  1529.            </div>
  1530.          </div>
  1531.        </div>
  1532.  
  1533.        
  1534.        
  1535.      </div>
  1536.  
  1537.      <!-- Side Posts -->
  1538.      <div class="col-lg-4 col-md-12">
  1539.        <div class="row h-100">
  1540.        
  1541.  
  1542.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1543.            <div class="side-post h-100">
  1544.              <div class="row g-0 h-100">
  1545.                <div class="col-5">
  1546.                  <div class="side-post-image">
  1547.                    
  1548.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1549.                      style="object-fit: cover;" alt="">
  1550.                    
  1551.                  </div>
  1552.                </div>
  1553.                <div class="col-7">
  1554.                  <div class="side-post-content">
  1555.                    <div>
  1556.                      <span class="category-badge bg-primary-gradient">News</span>
  1557.                      <h3> <a href="/detonations-strike-kyiv-claiming-a-soldiers-life-and-injuring-four-in-militant-attack/" class="line-clamp-2">
  1558.                          Detonations Strike Kyiv, Claiming a Soldier&#x27;s Life and Injuring Four in Militant Attack
  1559.                        </a></h3>
  1560.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1561.                    </div>
  1562.                    <div class="side-post-meta">
  1563.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Sherry Farmer</a></span>
  1564.                    </div>
  1565.                  </div>
  1566.                </div>
  1567.              </div>
  1568.            </div>
  1569.          </div>
  1570.  
  1571.          
  1572.  
  1573.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1574.            <div class="side-post h-100">
  1575.              <div class="row g-0 h-100">
  1576.                <div class="col-5">
  1577.                  <div class="side-post-image">
  1578.                    
  1579.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1580.                      style="object-fit: cover;" alt="">
  1581.                    
  1582.                  </div>
  1583.                </div>
  1584.                <div class="col-7">
  1585.                  <div class="side-post-content">
  1586.                    <div>
  1587.                      <span class="category-badge bg-primary-gradient">News</span>
  1588.                      <h3> <a href="/resolute-speech-upholds-narcotics-vessel-operations-during-scrutiny/" class="line-clamp-2">
  1589.                          Resolute Speech Upholds Narcotics Vessel Operations During Scrutiny
  1590.                        </a></h3>
  1591.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1592.                    </div>
  1593.                    <div class="side-post-meta">
  1594.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Sherry Farmer</a></span>
  1595.                    </div>
  1596.                  </div>
  1597.                </div>
  1598.              </div>
  1599.            </div>
  1600.          </div>
  1601.  
  1602.          
  1603.  
  1604.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1605.            <div class="side-post h-100">
  1606.              <div class="row g-0 h-100">
  1607.                <div class="col-5">
  1608.                  <div class="side-post-image">
  1609.                    
  1610.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1611.                      style="object-fit: cover;" alt="">
  1612.                    
  1613.                  </div>
  1614.                </div>
  1615.                <div class="col-7">
  1616.                  <div class="side-post-content">
  1617.                    <div>
  1618.                      <span class="category-badge bg-primary-gradient">News</span>
  1619.                      <h3> <a href="/prison-recorded-conversation-audio-prompt-questions-over-ex-abercrombie-executives-fitness-for-trial/" class="line-clamp-2">
  1620.                          Prison Recorded Conversation Audio Prompt Questions Over Ex-Abercrombie Executive&#x27;s Fitness for Trial
  1621.                        </a></h3>
  1622.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1623.                    </div>
  1624.                    <div class="side-post-meta">
  1625.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Sherry Farmer</a></span>
  1626.                    </div>
  1627.                  </div>
  1628.                </div>
  1629.              </div>
  1630.            </div>
  1631.          </div>
  1632.  
  1633.          
  1634.        </div>
  1635.      </div>
  1636.    </div>
  1637.  </div>
  1638. </div>
  1639.  
  1640. <style>
  1641.  /* Blog Hero V2 Styles */
  1642.  .blog-hero-v2 {
  1643.    padding: 60px 0;
  1644.  }
  1645.  
  1646.  /* Featured Post Styles */
  1647.  .featured-post {
  1648.    position: relative;
  1649.    border-radius: 20px;
  1650.    overflow: hidden;
  1651.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1652.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1653.  }
  1654.  
  1655.  .featured-post:hover {
  1656.    transform: translateY(-5px);
  1657.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1658.  }
  1659.  
  1660.  .featured-post .post-image {
  1661.    position: relative;
  1662.    height: 500px;
  1663.    overflow: hidden;
  1664.  }
  1665.  
  1666.  .featured-post .post-image img {
  1667.    width: 100%;
  1668.    height: 100%;
  1669.    object-fit: cover;
  1670.    transition: transform 0.5s ease;
  1671.  }
  1672.  
  1673.  .featured-post:hover .post-image img {
  1674.    transform: scale(1.05);
  1675.  }
  1676.  
  1677.  .post-overlay {
  1678.    position: absolute;
  1679.    top: 0;
  1680.    left: 0;
  1681.    right: 0;
  1682.    bottom: 0;
  1683.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1684.    display: flex;
  1685.    align-items: flex-end;
  1686.    padding: 40px;
  1687.  }
  1688.  
  1689.  .post-content .post-title1 {
  1690.    color: white;
  1691.    font-size: 2.5rem;
  1692.    font-weight: 700;
  1693.    margin: 15px 0;
  1694.    line-height: 1.2;
  1695.  }
  1696.  
  1697.  .post-content .post-excerpt {
  1698.    color: rgba(255, 255, 255, 0.9);
  1699.    font-size: 1.1rem;
  1700.    margin-bottom: 20px;
  1701.    line-height: 1.6;
  1702.  }
  1703.  
  1704.  /* Category Badges */
  1705.  .category-badge {
  1706.    display: inline-block;
  1707.    padding: 4px 8px;
  1708.    font-size: 0.75rem;
  1709.    font-weight: 600;
  1710.    text-transform: uppercase;
  1711.    letter-spacing: 0.5px;
  1712.    border-radius: 25px;
  1713.    text-align: center;
  1714.    width: fit-content;
  1715.  }
  1716.  
  1717.  /* Post Meta */
  1718.  .post-meta {
  1719.    display: flex;
  1720.    align-items: center;
  1721.    justify-content: space-between;
  1722.    margin-top: 25px;
  1723.  }
  1724.  
  1725.  .author-info {
  1726.    display: flex;
  1727.    align-items: center;
  1728.    gap: 12px;
  1729.  }
  1730.  
  1731.  .author-avatar {
  1732.    width: 45px !important;
  1733.    height: 45px !important;
  1734.    border-radius: 50%;
  1735.    border: 3px solid white;
  1736.  }
  1737.  
  1738.  .author-name,
  1739.  .post-date {
  1740.    color: rgba(255, 255, 255, 0.9);
  1741.    font-weight: 500;
  1742.  }
  1743.  
  1744.  .author-name {
  1745.    text-decoration: none;
  1746.  }
  1747.  
  1748.  .author-name:hover {
  1749.    color: white;
  1750.  }
  1751.  
  1752.  /* Side Posts */
  1753.  .side-post {
  1754.    background: var(--card-bg);
  1755.    border-radius: 15px;
  1756.    border: 1px solid var(--border-color);
  1757.    overflow: hidden;
  1758.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1759.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1760.    height: auto;
  1761.  }
  1762.  
  1763.  .side-post:hover {
  1764.    transform: translateY(-3px);
  1765.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1766.  }
  1767.  
  1768.  .side-post-image {
  1769.    max-height: 155px;
  1770.    height: 100%;
  1771.    overflow: hidden;
  1772.  }
  1773.  
  1774.  .side-post-image img {
  1775.    width: 100%;
  1776.    height: 100%;
  1777.    object-fit: cover;
  1778.    transition: transform 0.3s ease;
  1779.  }
  1780.  
  1781.  .side-post:hover .side-post-image img {
  1782.    transform: scale(1.1);
  1783.  }
  1784.  
  1785.  .side-post-content {
  1786.    padding: 8px 16px;
  1787.    display: flex;
  1788.    flex-direction: column;
  1789.    justify-content: space-between;
  1790.    height: 100%;
  1791.  }
  1792.  
  1793.  .side-post-content h3 {
  1794.    font-size: 1rem;
  1795.    font-weight: 600;
  1796.    margin: 8px 0;
  1797.    line-height: 1.4;
  1798.  }
  1799.  
  1800.  .side-post-content h3 a {
  1801.    color: #333;
  1802.    text-decoration: none;
  1803.    transition: color 0.3s ease;
  1804.  }
  1805.  
  1806.  .side-post-content h3 a:hover {
  1807.    color: #007bff;
  1808.  }
  1809.  
  1810.  .side-post-meta {
  1811.    font-size: 0.8rem;
  1812.    color: #666;
  1813.    display: flex;
  1814.    flex-direction: column;
  1815.    gap: 4px;
  1816.  }
  1817.  
  1818.  .side-post-meta a {
  1819.    color: #007bff;
  1820.    text-decoration: none;
  1821.  }
  1822.  
  1823.  .side-post-meta a:hover {
  1824.    text-decoration: underline;
  1825.  }
  1826.  
  1827.  /* Responsive Design */
  1828.  @media (max-width: 768px) {
  1829.    .blog-hero-v2 {
  1830.      padding: 30px 0;
  1831.    }
  1832.  
  1833.    .featured-post .post-image {
  1834.      height: 350px;
  1835.    }
  1836.  
  1837.    .post-overlay {
  1838.      padding: 25px;
  1839.    }
  1840.  
  1841.    .post-content .post-title1 {
  1842.      font-size: 1.8rem;
  1843.    }
  1844.  
  1845.    .post-content .post-excerpt {
  1846.      font-size: 1rem;
  1847.      margin-bottom: 15px;
  1848.    }
  1849.  
  1850.    .post-meta {
  1851.      flex-direction: column;
  1852.      align-items: flex-start;
  1853.      gap: 10px;
  1854.    }
  1855.  
  1856.    .side-post {
  1857.      height: auto;
  1858.    }
  1859.  
  1860.    .side-post-content {
  1861.      height: auto;
  1862.      padding: 15px;
  1863.    }
  1864.  }
  1865.  
  1866.  @media (max-width: 576px) {
  1867.    .post-content .post-title1 {
  1868.      font-size: 1.5rem;
  1869.    }
  1870.  
  1871.    .side-post-content h3 {
  1872.      font-size: 0.9rem;
  1873.    }
  1874.  
  1875.    .side-post-image img {}
  1876.  }
  1877. </style>
  1878.  
  1879.  
  1880.  
  1881.  
  1882.        <!-- end of wpo-blog-hero -->
  1883.  
  1884.        <!-- start of wpo-breacking-news -->
  1885.        
  1886.        <!-- end of wpo-breacking-news -->
  1887.        
  1888.        <!-- start wpo-blog-highlights-section -->
  1889.        
  1890.  
  1891.  
  1892.  
  1893.    
  1894.  
  1895.  
  1896. <style>
  1897.  
  1898.    .blog-highlights-section {
  1899.        padding: 30px 0;
  1900.    }
  1901.  
  1902.    .blog-cards-grid {
  1903.        display: grid;
  1904.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1905.        gap: 30px;
  1906.    }
  1907.  
  1908.    .blog-card {
  1909.        background: var(--card-bg);
  1910.        border: 1px solid var(--card-border);
  1911.        border-radius: var(--border-radius);
  1912.        overflow: hidden;
  1913.        transition: all 0.3s ease;
  1914.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1915.    }
  1916.  
  1917.    .blog-card:hover {
  1918.        transform: translateY(-8px);
  1919.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1920.        border-color: var(--theme-primary-color);
  1921.    }
  1922.  
  1923.    .blog-card-image {
  1924.        position: relative;
  1925.        height: 220px;
  1926.        overflow: hidden;
  1927.    }
  1928.  
  1929.    .blog-card-image img {
  1930.        width: 100%;
  1931.        height: 100%;
  1932.        object-fit: cover;
  1933.        transition: transform 0.3s ease;
  1934.    }
  1935.  
  1936.    .blog-card:hover .blog-card-image img {
  1937.        transform: scale(1.05);
  1938.    }
  1939.  
  1940.    .blog-category {
  1941.        position: absolute;
  1942.        top: 15px;
  1943.        right: 15px;
  1944.        color: white;
  1945.        padding: 6px 12px;
  1946.        border-radius: 20px;
  1947.        font-size: 12px;
  1948.        font-weight: 600;
  1949.        text-transform: uppercase;
  1950.        letter-spacing: 0.5px;
  1951.    }
  1952.  
  1953.    .blog-card-content {
  1954.        padding: 25px;
  1955.    }
  1956.  
  1957.    .blog-card-title {
  1958.        font-family: var(--heading-font);
  1959.        font-size: 1.3rem;
  1960.        font-weight: var(--heading-weight);
  1961.        color: var(--top-color);
  1962.        margin-bottom: 15px;
  1963.        line-height: 1.4;
  1964.    }
  1965.  
  1966.    .blog-card-title a {
  1967.        color: inherit !important;
  1968.        text-decoration: none;
  1969.        transition: color 0.3s ease;
  1970.    }
  1971.  
  1972.    .blog-card-title a:hover {
  1973.        color: var(--theme-primary-color);
  1974.    }
  1975.  
  1976.    .blog-card-meta {
  1977.        display: flex;
  1978.        align-items: center;
  1979.        gap: 15px;
  1980.        margin-bottom: 15px;
  1981.        font-size: 14px;
  1982.        color: var(--text-light-color);
  1983.    }
  1984.  
  1985.    .blog-author-img {
  1986.        width: 30px;
  1987.        height: 30px;
  1988.        border-radius: 50%;
  1989.        object-fit: cover;
  1990.    }
  1991.  
  1992.    .blog-card-excerpt {
  1993.        color: var(--body-color);
  1994.        font-size: 15px;
  1995.        line-height: 1.6;
  1996.        margin-bottom: 20px;
  1997.        display: -webkit-box;
  1998.        -webkit-line-clamp: 3;
  1999.        -webkit-box-orient: vertical;
  2000.        overflow: hidden;
  2001.    }
  2002.  
  2003.    .blog-card-footer {
  2004.        display: flex;
  2005.        justify-content: space-between;
  2006.        align-items: center;
  2007.        padding-top: 15px;
  2008.        border-top: 1px solid var(--border-color-s2);
  2009.    }
  2010.  
  2011.    .blog-read-time {
  2012.        font-size: 13px;
  2013.        color: var(--light);
  2014.    }
  2015.  
  2016.    .blog-read-more {
  2017.        color: var(--top-color) !important;
  2018.        text-decoration: none;
  2019.        font-weight: 600;
  2020.        font-size: 14px;
  2021.        transition: all 0.3s ease;
  2022.    }
  2023.  
  2024.    .blog-read-more:hover {
  2025.        color: var(--theme-primary-color-s2);
  2026.        text-decoration: underline;
  2027.    }
  2028.  
  2029.    .section-title {
  2030.        font-family: var(--heading-font);
  2031.        font-size: 2.5rem;
  2032.        font-weight: var(--heading-weight);
  2033.        color: var(--heading-color);
  2034.        text-align: center;
  2035.        margin-bottom: 20px;
  2036.    }
  2037.  
  2038.    .section-subtitle {
  2039.        text-align: center;
  2040.        color: var(--text-light-color);
  2041.        font-size: 1.1rem;
  2042.        max-width: 600px;
  2043.        margin: 0 auto;
  2044.    }
  2045.  
  2046.    @media (max-width: 768px) {
  2047.        .blog-cards-grid {
  2048.            grid-template-columns: 1fr;
  2049.            gap: 20px;
  2050.        }
  2051.        
  2052.        .section-title {
  2053.            font-size: 2rem;
  2054.        }
  2055.        
  2056.        .blog-highlights-section {
  2057.            padding: 60px 0;
  2058.        }
  2059.    }
  2060. </style>
  2061.  
  2062. <section class="blog-highlights-section">
  2063.     <div class="container-fluid fluid-container">
  2064.      
  2065.            <div class="section-title">
  2066.                <h2>
  2067.                Today's Top Highlights
  2068.                   </h2>
  2069.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2070.    </div>
  2071.        
  2072.        <div class="row">
  2073.            <div class="col-lg-8 col-12">
  2074.                <div class="blog-cards-grid">
  2075.                    
  2076.                    <article class="blog-card">
  2077.                        <div class="blog-card-image">
  2078.                          
  2079.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2080.                            
  2081.                            <span class="blog-category bg-primary-gradient">
  2082.                                News
  2083.                            </span>
  2084.                        </div>
  2085.                        <div class="blog-card-content">
  2086.                            <h3 class="blog-card-title">
  2087.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-native-amphibians-then-countless-numbers-of-frogs-arrived/" >
  2088.                                The Galápagos Islands Lacked Any Native Amphibians. Then Countless Numbers of Frogs Arrived
  2089.                                </a>
  2090.                            </h3>
  2091.                            <div class="blog-card-meta">
  2092.                                
  2093.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2094.                                
  2095.                                <span>By <strong>Sherry Farmer</strong></span>
  2096.                                <span>•</span>
  2097.                                <span>20 May 2026</span>
  2098.                            </div>
  2099.                            <p class="blog-card-excerpt">
  2100.                                
  2101.                            </p>
  2102.                            <div class="blog-card-footer">
  2103.                                <div class="blog-read-time">
  2104.                                    📖 5 min read
  2105.                                </div>
  2106.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-native-amphibians-then-countless-numbers-of-frogs-arrived/" class="blog-read-more">
  2107.                                    Read More →
  2108.                                </a>
  2109.                            </div>
  2110.                        </div>
  2111.                    </article>
  2112.                    
  2113.                    <article class="blog-card">
  2114.                        <div class="blog-card-image">
  2115.                          
  2116.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2117.                            
  2118.                            <span class="blog-category bg-primary-gradient">
  2119.                                News
  2120.                            </span>
  2121.                        </div>
  2122.                        <div class="blog-card-content">
  2123.                            <h3 class="blog-card-title">
  2124.                                <a href="/sitting-with-ferguson-and-being-knocked-out-a-photographers-stories/" >
  2125.                                Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  2126.                                </a>
  2127.                            </h3>
  2128.                            <div class="blog-card-meta">
  2129.                                
  2130.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2131.                                
  2132.                                <span>By <strong>Sherry Farmer</strong></span>
  2133.                                <span>•</span>
  2134.                                <span>20 May 2026</span>
  2135.                            </div>
  2136.                            <p class="blog-card-excerpt">
  2137.                                
  2138.                            </p>
  2139.                            <div class="blog-card-footer">
  2140.                                <div class="blog-read-time">
  2141.                                    📖 5 min read
  2142.                                </div>
  2143.                                <a href="/sitting-with-ferguson-and-being-knocked-out-a-photographers-stories/" class="blog-read-more">
  2144.                                    Read More →
  2145.                                </a>
  2146.                            </div>
  2147.                        </div>
  2148.                    </article>
  2149.                    
  2150.                    <article class="blog-card">
  2151.                        <div class="blog-card-image">
  2152.                          
  2153.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2154.                            
  2155.                            <span class="blog-category bg-primary-gradient">
  2156.                                News
  2157.                            </span>
  2158.                        </div>
  2159.                        <div class="blog-card-content">
  2160.                            <h3 class="blog-card-title">
  2161.                                <a href="/gavin-newsom-rejects-parole-for-manson-follower-patricia-krenwinkel/" >
  2162.                                Gavin Newsom Rejects Parole for Manson Follower Patricia Krenwinkel
  2163.                                </a>
  2164.                            </h3>
  2165.                            <div class="blog-card-meta">
  2166.                                
  2167.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2168.                                
  2169.                                <span>By <strong>Sherry Farmer</strong></span>
  2170.                                <span>•</span>
  2171.                                <span>19 May 2026</span>
  2172.                            </div>
  2173.                            <p class="blog-card-excerpt">
  2174.                                
  2175.                            </p>
  2176.                            <div class="blog-card-footer">
  2177.                                <div class="blog-read-time">
  2178.                                    📖 5 min read
  2179.                                </div>
  2180.                                <a href="/gavin-newsom-rejects-parole-for-manson-follower-patricia-krenwinkel/" class="blog-read-more">
  2181.                                    Read More →
  2182.                                </a>
  2183.                            </div>
  2184.                        </div>
  2185.                    </article>
  2186.                    
  2187.                    <article class="blog-card">
  2188.                        <div class="blog-card-image">
  2189.                          
  2190.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2191.                            
  2192.                            <span class="blog-category bg-primary-gradient">
  2193.                                News
  2194.                            </span>
  2195.                        </div>
  2196.                        <div class="blog-card-content">
  2197.                            <h3 class="blog-card-title">
  2198.                                <a href="/suspect-in-brown-university-incident-located-deceased-inside-storage-facility/" >
  2199.                                Suspect in Brown University Incident Located Deceased Inside Storage Facility.
  2200.                                </a>
  2201.                            </h3>
  2202.                            <div class="blog-card-meta">
  2203.                                
  2204.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2205.                                
  2206.                                <span>By <strong>Sherry Farmer</strong></span>
  2207.                                <span>•</span>
  2208.                                <span>19 May 2026</span>
  2209.                            </div>
  2210.                            <p class="blog-card-excerpt">
  2211.                                
  2212.                            </p>
  2213.                            <div class="blog-card-footer">
  2214.                                <div class="blog-read-time">
  2215.                                    📖 5 min read
  2216.                                </div>
  2217.                                <a href="/suspect-in-brown-university-incident-located-deceased-inside-storage-facility/" class="blog-read-more">
  2218.                                    Read More →
  2219.                                </a>
  2220.                            </div>
  2221.                        </div>
  2222.                    </article>
  2223.                    
  2224.                    <article class="blog-card">
  2225.                        <div class="blog-card-image">
  2226.                          
  2227.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2228.                            
  2229.                            <span class="blog-category bg-primary-gradient">
  2230.                                News
  2231.                            </span>
  2232.                        </div>
  2233.                        <div class="blog-card-content">
  2234.                            <h3 class="blog-card-title">
  2235.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-your-fungi/" >
  2236.                                To Rinse or Not to Rinse: How to Properly Prepare Your Fungi
  2237.                                </a>
  2238.                            </h3>
  2239.                            <div class="blog-card-meta">
  2240.                                
  2241.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2242.                                
  2243.                                <span>By <strong>Sherry Farmer</strong></span>
  2244.                                <span>•</span>
  2245.                                <span>19 May 2026</span>
  2246.                            </div>
  2247.                            <p class="blog-card-excerpt">
  2248.                                
  2249.                            </p>
  2250.                            <div class="blog-card-footer">
  2251.                                <div class="blog-read-time">
  2252.                                    📖 5 min read
  2253.                                </div>
  2254.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-your-fungi/" class="blog-read-more">
  2255.                                    Read More →
  2256.                                </a>
  2257.                            </div>
  2258.                        </div>
  2259.                    </article>
  2260.                    
  2261.                    <article class="blog-card">
  2262.                        <div class="blog-card-image">
  2263.                          
  2264.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2265.                            
  2266.                            <span class="blog-category bg-primary-gradient">
  2267.                                News
  2268.                            </span>
  2269.                        </div>
  2270.                        <div class="blog-card-content">
  2271.                            <h3 class="blog-card-title">
  2272.                                <a href="/human-remains-of-triathlete-presumably-taken-by-great-white-found-on-californian-coastline/" >
  2273.                                Human Remains of Triathlete Presumably Taken by Great White Found on Californian Coastline
  2274.                                </a>
  2275.                            </h3>
  2276.                            <div class="blog-card-meta">
  2277.                                
  2278.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2279.                                
  2280.                                <span>By <strong>Sherry Farmer</strong></span>
  2281.                                <span>•</span>
  2282.                                <span>19 May 2026</span>
  2283.                            </div>
  2284.                            <p class="blog-card-excerpt">
  2285.                                
  2286.                            </p>
  2287.                            <div class="blog-card-footer">
  2288.                                <div class="blog-read-time">
  2289.                                    📖 5 min read
  2290.                                </div>
  2291.                                <a href="/human-remains-of-triathlete-presumably-taken-by-great-white-found-on-californian-coastline/" class="blog-read-more">
  2292.                                    Read More →
  2293.                                </a>
  2294.                            </div>
  2295.                        </div>
  2296.                    </article>
  2297.                    
  2298.                    <article class="blog-card">
  2299.                        <div class="blog-card-image">
  2300.                          
  2301.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2302.                            
  2303.                            <span class="blog-category bg-primary-gradient">
  2304.                                News
  2305.                            </span>
  2306.                        </div>
  2307.                        <div class="blog-card-content">
  2308.                            <h3 class="blog-card-title">
  2309.                                <a href="/music-legend-barry-manilow-to-undergo-a-procedure-for-cancer-in-his-lung/" >
  2310.                                Music Legend Barry Manilow to Undergo a Procedure for Cancer in His Lung.
  2311.                                </a>
  2312.                            </h3>
  2313.                            <div class="blog-card-meta">
  2314.                                
  2315.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2316.                                
  2317.                                <span>By <strong>Sherry Farmer</strong></span>
  2318.                                <span>•</span>
  2319.                                <span>19 May 2026</span>
  2320.                            </div>
  2321.                            <p class="blog-card-excerpt">
  2322.                                
  2323.                            </p>
  2324.                            <div class="blog-card-footer">
  2325.                                <div class="blog-read-time">
  2326.                                    📖 5 min read
  2327.                                </div>
  2328.                                <a href="/music-legend-barry-manilow-to-undergo-a-procedure-for-cancer-in-his-lung/" class="blog-read-more">
  2329.                                    Read More →
  2330.                                </a>
  2331.                            </div>
  2332.                        </div>
  2333.                    </article>
  2334.                    
  2335.                    <article class="blog-card">
  2336.                        <div class="blog-card-image">
  2337.                          
  2338.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2339.                            
  2340.                            <span class="blog-category bg-primary-gradient">
  2341.                                News
  2342.                            </span>
  2343.                        </div>
  2344.                        <div class="blog-card-content">
  2345.                            <h3 class="blog-card-title">
  2346.                                <a href="/ex-british-serviceman-accused-of-murdering-kenya-female-shows-up-in-courtroom/" >
  2347.                                Ex British Serviceman Accused of Murdering Kenya Female Shows Up in Courtroom
  2348.                                </a>
  2349.                            </h3>
  2350.                            <div class="blog-card-meta">
  2351.                                
  2352.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2353.                                
  2354.                                <span>By <strong>Sherry Farmer</strong></span>
  2355.                                <span>•</span>
  2356.                                <span>19 May 2026</span>
  2357.                            </div>
  2358.                            <p class="blog-card-excerpt">
  2359.                                
  2360.                            </p>
  2361.                            <div class="blog-card-footer">
  2362.                                <div class="blog-read-time">
  2363.                                    📖 5 min read
  2364.                                </div>
  2365.                                <a href="/ex-british-serviceman-accused-of-murdering-kenya-female-shows-up-in-courtroom/" class="blog-read-more">
  2366.                                    Read More →
  2367.                                </a>
  2368.                            </div>
  2369.                        </div>
  2370.                    </article>
  2371.                    
  2372.                    <article class="blog-card">
  2373.                        <div class="blog-card-image">
  2374.                          
  2375.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2376.                            
  2377.                            <span class="blog-category bg-primary-gradient">
  2378.                                News
  2379.                            </span>
  2380.                        </div>
  2381.                        <div class="blog-card-content">
  2382.                            <h3 class="blog-card-title">
  2383.                                <a href="/fda-approves-flibanserin-a-libido-enhancing-treatment-for-females-beyond-menopause/" >
  2384.                                FDA Approves Flibanserin, a Libido-Enhancing Treatment for Females Beyond Menopause
  2385.                                </a>
  2386.                            </h3>
  2387.                            <div class="blog-card-meta">
  2388.                                
  2389.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2390.                                
  2391.                                <span>By <strong>Sherry Farmer</strong></span>
  2392.                                <span>•</span>
  2393.                                <span>19 May 2026</span>
  2394.                            </div>
  2395.                            <p class="blog-card-excerpt">
  2396.                                
  2397.                            </p>
  2398.                            <div class="blog-card-footer">
  2399.                                <div class="blog-read-time">
  2400.                                    📖 5 min read
  2401.                                </div>
  2402.                                <a href="/fda-approves-flibanserin-a-libido-enhancing-treatment-for-females-beyond-menopause/" class="blog-read-more">
  2403.                                    Read More →
  2404.                                </a>
  2405.                            </div>
  2406.                        </div>
  2407.                    </article>
  2408.                    
  2409.                    <article class="blog-card">
  2410.                        <div class="blog-card-image">
  2411.                          
  2412.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2413.                            
  2414.                            <span class="blog-category bg-primary-gradient">
  2415.                                News
  2416.                            </span>
  2417.                        </div>
  2418.                        <div class="blog-card-content">
  2419.                            <h3 class="blog-card-title">
  2420.                                <a href="/we-need-a-chopper-to-locate-them-13-year-olds-urgent-plea-to-rescue-family-lost-off-australian-coast-disclosed/" >
  2421.                                ‘We Need a Chopper to Locate Them’: 13-Year-Old’s Urgent Plea to Rescue Family Lost Off Australian Coast Disclosed
  2422.                                </a>
  2423.                            </h3>
  2424.                            <div class="blog-card-meta">
  2425.                                
  2426.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2427.                                
  2428.                                <span>By <strong>Sherry Farmer</strong></span>
  2429.                                <span>•</span>
  2430.                                <span>19 May 2026</span>
  2431.                            </div>
  2432.                            <p class="blog-card-excerpt">
  2433.                                
  2434.                            </p>
  2435.                            <div class="blog-card-footer">
  2436.                                <div class="blog-read-time">
  2437.                                    📖 5 min read
  2438.                                </div>
  2439.                                <a href="/we-need-a-chopper-to-locate-them-13-year-olds-urgent-plea-to-rescue-family-lost-off-australian-coast-disclosed/" class="blog-read-more">
  2440.                                    Read More →
  2441.                                </a>
  2442.                            </div>
  2443.                        </div>
  2444.                    </article>
  2445.                    
  2446.                    <article class="blog-card">
  2447.                        <div class="blog-card-image">
  2448.                          
  2449.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2450.                            
  2451.                            <span class="blog-category bg-primary-gradient">
  2452.                                News
  2453.                            </span>
  2454.                        </div>
  2455.                        <div class="blog-card-content">
  2456.                            <h3 class="blog-card-title">
  2457.                                <a href="/cyclone-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/" >
  2458.                                Cyclone Disaster in the Island Nation Awakens a Spirit of Community Action
  2459.                                </a>
  2460.                            </h3>
  2461.                            <div class="blog-card-meta">
  2462.                                
  2463.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2464.                                
  2465.                                <span>By <strong>Sherry Farmer</strong></span>
  2466.                                <span>•</span>
  2467.                                <span>18 May 2026</span>
  2468.                            </div>
  2469.                            <p class="blog-card-excerpt">
  2470.                                
  2471.                            </p>
  2472.                            <div class="blog-card-footer">
  2473.                                <div class="blog-read-time">
  2474.                                    📖 5 min read
  2475.                                </div>
  2476.                                <a href="/cyclone-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/" class="blog-read-more">
  2477.                                    Read More →
  2478.                                </a>
  2479.                            </div>
  2480.                        </div>
  2481.                    </article>
  2482.                    
  2483.                    <article class="blog-card">
  2484.                        <div class="blog-card-image">
  2485.                          
  2486.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2487.                            
  2488.                            <span class="blog-category bg-primary-gradient">
  2489.                                News
  2490.                            </span>
  2491.                        </div>
  2492.                        <div class="blog-card-content">
  2493.                            <h3 class="blog-card-title">
  2494.                                <a href="/real-madrids-trent-alexander-arnold-could-play-against-liverpool-in-upcoming-champions-league-clash/" >
  2495.                                Real Madrid&#x27;s Trent Alexander-Arnold Could Play Against Liverpool in Upcoming Champions League Clash
  2496.                                </a>
  2497.                            </h3>
  2498.                            <div class="blog-card-meta">
  2499.                                
  2500.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="blog-author-img">
  2501.                                
  2502.                                <span>By <strong>Sherry Farmer</strong></span>
  2503.                                <span>•</span>
  2504.                                <span>18 May 2026</span>
  2505.                            </div>
  2506.                            <p class="blog-card-excerpt">
  2507.                                
  2508.                            </p>
  2509.                            <div class="blog-card-footer">
  2510.                                <div class="blog-read-time">
  2511.                                    📖 5 min read
  2512.                                </div>
  2513.                                <a href="/real-madrids-trent-alexander-arnold-could-play-against-liverpool-in-upcoming-champions-league-clash/" class="blog-read-more">
  2514.                                    Read More →
  2515.                                </a>
  2516.                            </div>
  2517.                        </div>
  2518.                    </article>
  2519.                    
  2520.                    
  2521.  
  2522.                </div>
  2523.            </div>
  2524.            
  2525.              <div class="col col-lg-4 col-12">
  2526.                
  2527.  
  2528.  
  2529.  
  2530.    
  2531.  
  2532. <div class="blog-sidebar">
  2533.    
  2534.        <div class="widget category-widget">
  2535.            <h3>May 2026 Blog Roll</h3>
  2536.            <ul class="scrollable-sidebar">
  2537.                
  2538.                    <li>
  2539.                        <a href="https://leyendabk.com/" class="top-color " rel="dofollow">
  2540.                            best casino online
  2541.                        </a>
  2542.                    </li>
  2543.                
  2544.                    <li>
  2545.                        <a href="https://www.tikkun.org/" class="top-color " rel="dofollow">
  2546.                            online casinos real money
  2547.                        </a>
  2548.                    </li>
  2549.                
  2550.                    <li>
  2551.                        <a href="https://leyacawilliamsburg.com/" class="top-color " rel="dofollow">
  2552.                            sweepstakes casino
  2553.                        </a>
  2554.                    </li>
  2555.                
  2556.                    <li>
  2557.                        <a href="https://www.calicotown.com/" class="top-color " rel="dofollow">
  2558.                            real money online poker
  2559.                        </a>
  2560.                    </li>
  2561.                
  2562.                    <li>
  2563.                        <a href="https://barefootspas.com/" class="top-color " rel="dofollow">
  2564.                            sweepstakes casinos
  2565.                        </a>
  2566.                    </li>
  2567.                
  2568.                    <li>
  2569.                        <a href="https://brogayoga.com/" class="top-color " rel="dofollow">
  2570.                            world cup betting sites
  2571.                        </a>
  2572.                    </li>
  2573.                
  2574.            </ul>
  2575.        </div>
  2576.    
  2577.        <div class="widget category-widget">
  2578.            <h3>April 2026 Blog Roll</h3>
  2579.            <ul class="scrollable-sidebar">
  2580.                
  2581.                    <li>
  2582.                        <a href="https://www.gamblinginsider.com/us/online-casinos" class="top-color " rel="dofollow">
  2583.                            play online casino
  2584.                        </a>
  2585.                    </li>
  2586.                
  2587.                    <li>
  2588.                        <a href="https://www.youthsuicidewarningsigns.org/" class="top-color " rel="dofollow">
  2589.                            crypto casinos
  2590.                        </a>
  2591.                    </li>
  2592.                
  2593.                    <li>
  2594.                        <a href="https://www.cardplayer.com/online-casinos/credit-card-casinos" class="top-color " rel="dofollow">
  2595.                            online casino visa
  2596.                        </a>
  2597.                    </li>
  2598.                
  2599.                    <li>
  2600.                        <a href="https://www.katysays.com/" class="top-color " rel="dofollow">
  2601.                            best offshore casinos
  2602.                        </a>
  2603.                    </li>
  2604.                
  2605.            </ul>
  2606.        </div>
  2607.    
  2608.        <div class="widget category-widget">
  2609.            <h3>March 2026 Blog Roll</h3>
  2610.            <ul class="scrollable-sidebar">
  2611.                
  2612.                    <li>
  2613.                        <a href="https://wirkn.com/" class="top-color " rel="dofollow">
  2614.                            new betting sites
  2615.                        </a>
  2616.                    </li>
  2617.                
  2618.                    <li>
  2619.                        <a href="https://latinosinkidlit.com/" class="top-color " rel="dofollow">
  2620.                            online casinos texas
  2621.                        </a>
  2622.                    </li>
  2623.                
  2624.                    <li>
  2625.                        <a href="https://leyacawilliamsburg.com/" class="top-color " rel="dofollow">
  2626.                            social casino
  2627.                        </a>
  2628.                    </li>
  2629.                
  2630.                    <li>
  2631.                        <a href="https://www.cardplayer.com/online-poker" class="top-color " rel="dofollow">
  2632.                            best online poker sites
  2633.                        </a>
  2634.                    </li>
  2635.                
  2636.                    <li>
  2637.                        <a href="https://www.cardplayer.com/online-casinos" class="top-color " rel="dofollow">
  2638.                            best online casino
  2639.                        </a>
  2640.                    </li>
  2641.                
  2642.                    <li>
  2643.                        <a href="https://plasticsurgery4u.com/" class="top-color " rel="dofollow">
  2644.                            online casino
  2645.                        </a>
  2646.                    </li>
  2647.                
  2648.                    <li>
  2649.                        <a href="https://www.end-violence.org/" class="top-color " rel="dofollow">
  2650.                            best offshore sportsbooks
  2651.                        </a>
  2652.                    </li>
  2653.                
  2654.                    <li>
  2655.                        <a href="https://www.sfparksalliance.org/" class="top-color " rel="dofollow">
  2656.                            no kyc casinos
  2657.                        </a>
  2658.                    </li>
  2659.                
  2660.                    <li>
  2661.                        <a href="https://www.seatrails.org/" class="top-color " rel="dofollow">
  2662.                            missouri online gambling
  2663.                        </a>
  2664.                    </li>
  2665.                
  2666.                    <li>
  2667.                        <a href="https://painresource.com/" class="top-color " rel="dofollow">
  2668.                            crypto casinos
  2669.                        </a>
  2670.                    </li>
  2671.                
  2672.                    <li>
  2673.                        <a href="https://famium.co/" class="top-color " rel="dofollow">
  2674.                            bitcoin casino
  2675.                        </a>
  2676.                    </li>
  2677.                
  2678.                    <li>
  2679.                        <a href="https://casinobeats.com/online-casinos/real-money-slots/" class="top-color " rel="dofollow">
  2680.                            online slots real money
  2681.                        </a>
  2682.                    </li>
  2683.                
  2684.                    <li>
  2685.                        <a href="https://pay-equity.org/" class="top-color " rel="dofollow">
  2686.                            best online casinos
  2687.                        </a>
  2688.                    </li>
  2689.                
  2690.                    <li>
  2691.                        <a href="https://theuijunkie.com/" class="top-color " rel="dofollow">
  2692.                            best online slot sites
  2693.                        </a>
  2694.                    </li>
  2695.                
  2696.                    <li>
  2697.                        <a href="https://nickisdiapers.com/" class="top-color " rel="dofollow">
  2698.                            best bitcoin sportsbooks
  2699.                        </a>
  2700.                    </li>
  2701.                
  2702.                    <li>
  2703.                        <a href="https://suia.io/" class="top-color " rel="dofollow">
  2704.                            bitcoin casinos
  2705.                        </a>
  2706.                    </li>
  2707.                
  2708.                    <li>
  2709.                        <a href="https://www.farmhousefrocks.com/" class="top-color " rel="dofollow">
  2710.                            best online casino
  2711.                        </a>
  2712.                    </li>
  2713.                
  2714.                    <li>
  2715.                        <a href="https://singulardtv.com/" class="top-color " rel="dofollow">
  2716.                            online casino
  2717.                        </a>
  2718.                    </li>
  2719.                
  2720.                    <li>
  2721.                        <a href="https://communo.com/" class="top-color " rel="dofollow">
  2722.                            online poker
  2723.                        </a>
  2724.                    </li>
  2725.                
  2726.                    <li>
  2727.                        <a href="https://www.videogamer.com/casino/online-slots/" class="top-color " rel="dofollow">
  2728.                            best online slots
  2729.                        </a>
  2730.                    </li>
  2731.                
  2732.                    <li>
  2733.                        <a href="https://fortworden.org/" class="top-color " rel="dofollow">
  2734.                            no kyc crypto casinos
  2735.                        </a>
  2736.                    </li>
  2737.                
  2738.                    <li>
  2739.                        <a href="https://www.theinkpadnyc.com/" class="top-color " rel="dofollow">
  2740.                            ny online casino
  2741.                        </a>
  2742.                    </li>
  2743.                
  2744.                    <li>
  2745.                        <a href="https://prfamerica.org/" class="top-color " rel="dofollow">
  2746.                            offshore online casinos
  2747.                        </a>
  2748.                    </li>
  2749.                
  2750.                    <li>
  2751.                        <a href="https://stage773.com/" class="top-color " rel="dofollow">
  2752.                            crypto casino
  2753.                        </a>
  2754.                    </li>
  2755.                
  2756.                    <li>
  2757.                        <a href="https://casinobeats.com/betting-sites/offshore-sportsbooks/" class="top-color " rel="dofollow">
  2758.                            best offshore sportsbooks
  2759.                        </a>
  2760.                    </li>
  2761.                
  2762.                    <li>
  2763.                        <a href="https://www.ginx.tv/en/crypto-betting" class="top-color " rel="dofollow">
  2764.                            crypto betting sites
  2765.                        </a>
  2766.                    </li>
  2767.                
  2768.                    <li>
  2769.                        <a href="https://www.judicialselection.us/" class="top-color " rel="dofollow">
  2770.                            online casino
  2771.                        </a>
  2772.                    </li>
  2773.                
  2774.                    <li>
  2775.                        <a href="https://www.sportstalkphilly.com/online-casinos/fastest-payout/" class="top-color " rel="dofollow">
  2776.                            instant withdrawal casinos
  2777.                        </a>
  2778.                    </li>
  2779.                
  2780.                    <li>
  2781.                        <a href="https://xstockvideo.com/" class="top-color " rel="dofollow">
  2782.                            online casino
  2783.                        </a>
  2784.                    </li>
  2785.                
  2786.                    <li>
  2787.                        <a href="https://leaksmart.com/" class="top-color " rel="dofollow">
  2788.                            fast payout casinos
  2789.                        </a>
  2790.                    </li>
  2791.                
  2792.                    <li>
  2793.                        <a href="https://taprootmag.com/" class="top-color " rel="dofollow">
  2794.                            best online slots
  2795.                        </a>
  2796.                    </li>
  2797.                
  2798.                    <li>
  2799.                        <a href="https://www.sportstalkphilly.com/online-casinos/offshore/" class="top-color " rel="dofollow">
  2800.                            offshore online casinos
  2801.                        </a>
  2802.                    </li>
  2803.                
  2804.            </ul>
  2805.        </div>
  2806.    
  2807.        <div class="widget category-widget">
  2808.            <h3>February 2026 Blog Roll</h3>
  2809.            <ul class="scrollable-sidebar">
  2810.                
  2811.                    <li>
  2812.                        <a href="https://www.helpforourheroes.com/" class="top-color " rel="dofollow">
  2813.                            best online poker sites
  2814.                        </a>
  2815.                    </li>
  2816.                
  2817.                    <li>
  2818.                        <a href="https://www.steamidfinder.com/" class="top-color " rel="dofollow">
  2819.                            best online slots
  2820.                        </a>
  2821.                    </li>
  2822.                
  2823.                    <li>
  2824.                        <a href="https://rumbatime.com/" class="top-color " rel="dofollow">
  2825.                            casino online
  2826.                        </a>
  2827.                    </li>
  2828.                
  2829.                    <li>
  2830.                        <a href="https://action2015.org/" class="top-color " rel="dofollow">
  2831.                            sports betting apps
  2832.                        </a>
  2833.                    </li>
  2834.                
  2835.                    <li>
  2836.                        <a href="https://caretransitions.org/" class="top-color " rel="dofollow">
  2837.                            tether casinos
  2838.                        </a>
  2839.                    </li>
  2840.                
  2841.                    <li>
  2842.                        <a href="https://leaksmart.com/" class="top-color " rel="dofollow">
  2843.                            fastest payout online casino
  2844.                        </a>
  2845.                    </li>
  2846.                
  2847.                    <li>
  2848.                        <a href="https://www.hopeforwomenmag.com/" class="top-color " rel="dofollow">
  2849.                            mastercard casinos
  2850.                        </a>
  2851.                    </li>
  2852.                
  2853.                    <li>
  2854.                        <a href="https://readwrite.com/gambling/casino/instant-withdrawal/" class="top-color " rel="dofollow">
  2855.                            fastest payout online casino
  2856.                        </a>
  2857.                    </li>
  2858.                
  2859.                    <li>
  2860.                        <a href="https://ebbp.org/" class="top-color " rel="dofollow">
  2861.                            best poker sites
  2862.                        </a>
  2863.                    </li>
  2864.                
  2865.                    <li>
  2866.                        <a href="https://www.voicesfromthebalcony.com/" class="top-color " rel="dofollow">
  2867.                            online casino
  2868.                        </a>
  2869.                    </li>
  2870.                
  2871.                    <li>
  2872.                        <a href="https://newgroundmag.com/" class="top-color " rel="dofollow">
  2873.                            betting apps
  2874.                        </a>
  2875.                    </li>
  2876.                
  2877.                    <li>
  2878.                        <a href="https://readwrite.com/gambling/poker/" class="top-color " rel="dofollow">
  2879.                            online poker sites
  2880.                        </a>
  2881.                    </li>
  2882.                
  2883.                    <li>
  2884.                        <a href="https://www.photographydirectoryproject.com/" class="top-color " rel="dofollow">
  2885.                            fastest payout online casino
  2886.                        </a>
  2887.                    </li>
  2888.                
  2889.                    <li>
  2890.                        <a href="https://leyacawilliamsburg.com/" class="top-color " rel="dofollow">
  2891.                            list of sweepstakes casinos
  2892.                        </a>
  2893.                    </li>
  2894.                
  2895.                    <li>
  2896.                        <a href="https://www.sportscasting.com/casino/" class="top-color " rel="dofollow">
  2897.                            online casino
  2898.                        </a>
  2899.                    </li>
  2900.                
  2901.                    <li>
  2902.                        <a href="https://www.quandora.com/" class="top-color " rel="dofollow">
  2903.                            social casino
  2904.                        </a>
  2905.                    </li>
  2906.                
  2907.                    <li>
  2908.                        <a href="https://www.fortcollinsbrewery.com/" class="top-color " rel="dofollow">
  2909.                            nfl betting
  2910.                        </a>
  2911.                    </li>
  2912.                
  2913.                    <li>
  2914.                        <a href="https://www.uthr.org/" class="top-color " rel="dofollow">
  2915.                            us best online casinos
  2916.                        </a>
  2917.                    </li>
  2918.                
  2919.                    <li>
  2920.                        <a href="https://gamingamerica.com/online-casinos" class="top-color " rel="dofollow">
  2921.                            best online casinos
  2922.                        </a>
  2923.                    </li>
  2924.                
  2925.                    <li>
  2926.                        <a href="https://carolinapartners.com/" class="top-color " rel="dofollow">
  2927.                            sweepstakes casino
  2928.                        </a>
  2929.                    </li>
  2930.                
  2931.                    <li>
  2932.                        <a href="https://www.nysportsday.com/online-casinos/" class="top-color " rel="dofollow">
  2933.                            new york online casino
  2934.                        </a>
  2935.                    </li>
  2936.                
  2937.                    <li>
  2938.                        <a href="https://www.stitcherstudios.com/crypto-casinos" class="top-color " rel="dofollow">
  2939.                            crypto casinos
  2940.                        </a>
  2941.                    </li>
  2942.                
  2943.                    <li>
  2944.                        <a href="https://shakr.com/" class="top-color " rel="dofollow">
  2945.                            sweeps casino
  2946.                        </a>
  2947.                    </li>
  2948.                
  2949.            </ul>
  2950.        </div>
  2951.    
  2952.        <div class="widget category-widget">
  2953.            <h3>January 2026 Blog Roll</h3>
  2954.            <ul class="scrollable-sidebar">
  2955.                
  2956.                    <li>
  2957.                        <a href="https://sjpbysarahjessicaparker.com/" class="top-color " rel="dofollow">
  2958.                            new crypto casinos
  2959.                        </a>
  2960.                    </li>
  2961.                
  2962.                    <li>
  2963.                        <a href="https://enterpriseitplanet.com/" class="top-color " rel="dofollow">
  2964.                            anonymous bitcoin casino
  2965.                        </a>
  2966.                    </li>
  2967.                
  2968.                    <li>
  2969.                        <a href="https://piperlibraryfiles.com/" class="top-color " rel="dofollow">
  2970.                            free poker online
  2971.                        </a>
  2972.                    </li>
  2973.                
  2974.                    <li>
  2975.                        <a href="https://defconnews.com/" class="top-color " rel="dofollow">
  2976.                            best online poker sites
  2977.                        </a>
  2978.                    </li>
  2979.                
  2980.                    <li>
  2981.                        <a href="https://augustafreepress.com/poker/best-poker-apps/" class="top-color " rel="dofollow">
  2982.                            online poker
  2983.                        </a>
  2984.                    </li>
  2985.                
  2986.                    <li>
  2987.                        <a href="https://www.mylvad.com/" class="top-color " rel="dofollow">
  2988.                            sports betting promos
  2989.                        </a>
  2990.                    </li>
  2991.                
  2992.                    <li>
  2993.                        <a href="https://smashingideas.com/" class="top-color " rel="dofollow">
  2994.                            list of sweepstakes casinos
  2995.                        </a>
  2996.                    </li>
  2997.                
  2998.                    <li>
  2999.                        <a href="https://www.latintimes.com/mines-gambling-590837" class="top-color " rel="dofollow">
  3000.                            mines gambling
  3001.                        </a>
  3002.                    </li>
  3003.                
  3004.                    <li>
  3005.                        <a href="https://www.resourceamerica.com/" class="top-color " rel="dofollow">
  3006.                            offshore casinos
  3007.                        </a>
  3008.                    </li>
  3009.                
  3010.                    <li>
  3011.                        <a href="https://augustafreepress.com/betting/new-sportsbooks/" class="top-color " rel="dofollow">
  3012.                            top offshore sportsbooks
  3013.                        </a>
  3014.                    </li>
  3015.                
  3016.                    <li>
  3017.                        <a href="http://tradestjamco.com/" class="top-color " rel="dofollow">
  3018.                            online casinos ny
  3019.                        </a>
  3020.                    </li>
  3021.                
  3022.                    <li>
  3023.                        <a href="https://theemeraldcup.com/" class="top-color " rel="dofollow">
  3024.                            online slots
  3025.                        </a>
  3026.                    </li>
  3027.                
  3028.                    <li>
  3029.                        <a href="https://www.stitcherstudios.com/" class="top-color " rel="dofollow">
  3030.                            crypto casino
  3031.                        </a>
  3032.                    </li>
  3033.                
  3034.                    <li>
  3035.                        <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774" class="top-color " rel="dofollow">
  3036.                            chicken game casino
  3037.                        </a>
  3038.                    </li>
  3039.                
  3040.                    <li>
  3041.                        <a href="https://csinvesting.org/" class="top-color " rel="dofollow">
  3042.                            best online poker sites
  3043.                        </a>
  3044.                    </li>
  3045.                
  3046.                    <li>
  3047.                        <a href="https://floridiansprotectingfreedom.com/" class="top-color " rel="dofollow">
  3048.                            florida sportsbooks
  3049.                        </a>
  3050.                    </li>
  3051.                
  3052.                    <li>
  3053.                        <a href="http://aforementionedproductions.com/" class="top-color " rel="dofollow">
  3054.                            texas holdem poker online
  3055.                        </a>
  3056.                    </li>
  3057.                
  3058.                    <li>
  3059.                        <a href="https://6dglobal.com/" class="top-color " rel="dofollow">
  3060.                            poker online california
  3061.                        </a>
  3062.                    </li>
  3063.                
  3064.            </ul>
  3065.        </div>
  3066.    
  3067.  
  3068.    
  3069.    <div class="widget recent-post-widget mb-3">
  3070.        <h3>Popular Post</h3>
  3071.        <div class="posts">
  3072.            
  3073.            <div class="post">
  3074.                <div class="img-holder">
  3075.                    
  3076.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3077.                    
  3078.                </div>
  3079.                <div class="details">
  3080.                    <span class="date top-color" >18 May 2026 </span>
  3081.                    <h4> <a href="/worrying-memories-resurface-in-davao-as-officials-trace-bondi-beach-shooting-suspects-movements/" class="top-color">
  3082.                                            Worrying Memories Resurface in Davao as Officials Trace Bondi Beach Shooting Suspects’ Movements
  3083.                                            </a></h4>
  3084.                </div>
  3085.            </div>
  3086.            
  3087.            <div class="post">
  3088.                <div class="img-holder">
  3089.                    
  3090.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3091.                    
  3092.                </div>
  3093.                <div class="details">
  3094.                    <span class="date top-color" >18 May 2026 </span>
  3095.                    <h4> <a href="/genuine-southern-portugal-exploring-portugal-beyond-the-coastline/" class="top-color">
  3096.                                            Genuine Southern Portugal: Exploring Portugal Beyond the Coastline
  3097.                                            </a></h4>
  3098.                </div>
  3099.            </div>
  3100.            
  3101.            <div class="post">
  3102.                <div class="img-holder">
  3103.                    
  3104.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3105.                    
  3106.                </div>
  3107.                <div class="details">
  3108.                    <span class="date top-color" >18 May 2026 </span>
  3109.                    <h4> <a href="/david-raya-backs-teams-strength-as-key-to-silverware-ambitions/" class="top-color">
  3110.                                            David Raya Backs Team&#x27;s Strength as Key to Silverware Ambitions
  3111.                                            </a></h4>
  3112.                </div>
  3113.            </div>
  3114.            
  3115.            <div class="post">
  3116.                <div class="img-holder">
  3117.                    
  3118.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3119.                    
  3120.                </div>
  3121.                <div class="details">
  3122.                    <span class="date top-color" >18 May 2026 </span>
  3123.                    <h4> <a href="/will-the-new-zealand-rugby-team-find-their-magic-this-autumn/" class="top-color">
  3124.                                            Will the New Zealand rugby team find their magic this autumn?
  3125.                                            </a></h4>
  3126.                </div>
  3127.            </div>
  3128.            
  3129.            <div class="post">
  3130.                <div class="img-holder">
  3131.                    
  3132.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3133.                    
  3134.                </div>
  3135.                <div class="details">
  3136.                    <span class="date top-color" >18 May 2026 </span>
  3137.                    <h4> <a href="/trumps-unprecedented-influence-in-the-sporting-world-hit-a-peak-in-2025-the-coming-year-looks-set-to-take-it-further/" class="top-color">
  3138.                                            Trump&#x27;s Unprecedented Influence in The Sporting World Hit A Peak in 2025. The Coming Year Looks Set to Take It Further.
  3139.                                            </a></h4>
  3140.                </div>
  3141.            </div>
  3142.            
  3143.            <div class="post">
  3144.                <div class="img-holder">
  3145.                    
  3146.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3147.                    
  3148.                </div>
  3149.                <div class="details">
  3150.                    <span class="date top-color" >18 May 2026 </span>
  3151.                    <h4> <a href="/we-got-fired-and-were-owning-it-learn-how-to-secure-a-new-job-that-fits-you-personally/" class="top-color">
  3152.                                            We Got Fired, and We&#x27;re Owning It – Learn How to Secure a New Job That Fits You Personally
  3153.                                            </a></h4>
  3154.                </div>
  3155.            </div>
  3156.            
  3157.  
  3158.        </div>
  3159.    </div>
  3160.    
  3161. </div>
  3162.    
  3163.            </div>
  3164.        </div>
  3165.    </div>
  3166. </section>
  3167.  
  3168. <script>
  3169. document.addEventListener('DOMContentLoaded', function() {
  3170.    // Simple scroll animation
  3171.    const cards = document.querySelectorAll('.blog-card');
  3172.    
  3173.    const observer = new IntersectionObserver(function(entries) {
  3174.        entries.forEach(entry => {
  3175.            if (entry.isIntersecting) {
  3176.                entry.target.style.opacity = '1';
  3177.                entry.target.style.transform = 'translateY(0)';
  3178.            }
  3179.        });
  3180.    }, {
  3181.        threshold: 0.1
  3182.    });
  3183.  
  3184.    cards.forEach((card, index) => {
  3185.        card.style.opacity = '0';
  3186.        card.style.transform = 'translateY(30px)';
  3187.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3188.        observer.observe(card);
  3189.    });
  3190. });
  3191. </script>
  3192.  
  3193.    
  3194.        
  3195.        <!-- end wpo-blog-highlights-section -->
  3196.        <!-- start wpo-blog-sponsored-section -->
  3197.        
  3198.  
  3199.  
  3200.  
  3201.    
  3202.  
  3203.  
  3204.  <style>
  3205.    .sponsored-card-v10 {
  3206.      border: 1px solid var(--bs-primary); /* Cyan border */
  3207.      transition: border-color 0.3s ease;
  3208.      min-height: 350px;
  3209.    }
  3210.    
  3211.    .sponsored-content-v10 {
  3212.      flex: 1; /* text area stretch kare */
  3213.    }
  3214.    .sponsored-card-v10:hover {
  3215.      border-color: var(--bs-primary);
  3216.      opacity: 0.8;
  3217.    }
  3218.    
  3219.    .sponsored-content-v10 {
  3220.      padding: 12px;
  3221.      border-radius: 12px 12px 0px 0px;
  3222.      background: var(--card-bg);
  3223.      border-bottom: 2px solid var(--bs-primary); /* Cyan top border for banner */
  3224.    }
  3225.    
  3226.    .sponsored-image-v10 {
  3227.      height: 180px;
  3228.    }
  3229.    
  3230.    .sponsored-image-v10 img {
  3231.      width: 100%;
  3232.      height: 100%;
  3233.      border-radius: 0px 0px 12px 12px;
  3234.      object-fit: cover;
  3235.    }
  3236.    
  3237.    .sponsored-badge-v10 {
  3238.      display: inline-block;
  3239.      position: relative;
  3240.      padding: 4px 8px;
  3241.      border-radius: var(--border-radius);
  3242.      font-size: 11px;
  3243.      font-weight: 600;
  3244.      text-transform: uppercase;
  3245.      color: white;
  3246.      margin-bottom: 8px;
  3247.    }
  3248.    
  3249.    .sponsored-badge-v10::after {
  3250.      content: '';
  3251.      position: absolute;
  3252.      top: 0;
  3253.      right: -8px;
  3254.    }
  3255.    
  3256.    .sponsored-title-v10 {
  3257.      font-size: 14px;
  3258.      font-weight: 700;
  3259.      line-height: 1.3;
  3260.      margin-bottom: 6px;
  3261.      color: #333;
  3262.    }
  3263.    
  3264.    .sponsored-title-v10 a {
  3265.      text-decoration: none;
  3266.      color: var(--topbar-color);
  3267.    }
  3268.    
  3269.    .sponsored-title-v10 a:hover {
  3270.      color: var(--bs-primary); /* Cyan hover */
  3271.    }
  3272.    
  3273.    .sponsored-excerpt-v10 {
  3274.      font-size: 11px;
  3275.      font-weight: 400;
  3276.      color: #6c757d;
  3277.      margin-bottom: 6px;
  3278.      line-height: 1.4;
  3279.    }
  3280.    
  3281.    .sponsored-meta-v10 {
  3282.      font-size: 10px;
  3283.      color: #6c757d;
  3284.    }
  3285.    
  3286.    .author-info-v10 {
  3287.      margin-bottom: 4px;
  3288.    }
  3289.    
  3290.    .sponsored-author-img-v10 {
  3291.      width: 18px;
  3292.      height: 18px;
  3293.      border-radius: 50%;
  3294.      object-fit: cover;
  3295.      vertical-align: middle;
  3296.      margin-right: 4px;
  3297.    }
  3298.    
  3299.    .section-title-sponsored-v10 {
  3300.      font-size: 1.8rem;
  3301.      font-weight: 600;
  3302.      text-align: left;
  3303.      margin-bottom: 25px;
  3304.      color: #333;
  3305.      position: relative;
  3306.    }
  3307.    
  3308.    .section-title-sponsored-v10::after {
  3309.      content: '';
  3310.      position: absolute;
  3311.      bottom: -6px;
  3312.      left: 0;
  3313.      width: 60px;
  3314.      height: 2px;
  3315.      background: var(--bs-primary);
  3316.    }
  3317.    
  3318.    @media (max-width: 768px) {
  3319.      .sponsored-section-v10 {
  3320.        padding: 30px 0;
  3321.      }
  3322.      .sponsored-image-v10 {
  3323.        height: 180px;
  3324.      }
  3325.      .sponsored-content-v10 {
  3326.        padding: 10px;
  3327.      }
  3328.      .sponsored-title-v10 {
  3329.        font-size: 13px;
  3330.      }
  3331.      .sponsored-excerpt-v10 {
  3332.        font-size: 10px;
  3333.      }
  3334.      .sponsored-badge-v10 {
  3335.        font-size: 10px;
  3336.        padding: 3px 6px;
  3337.      }
  3338.      .sponsored-meta-v10 {
  3339.        font-size: 9px;
  3340.      }
  3341.      .section-title-sponsored-v10 {
  3342.        font-size: 1.5rem;
  3343.      }
  3344.    }
  3345.  </style>
  3346.  
  3347.  <section class="sponsored-section-v10 my-5">
  3348.    <div class="container-fluid fluid-container">
  3349.      <div class="row">
  3350.        <div class="col-12">
  3351.          <h2 class="section-title-sponsored-v10">Sponsored News</h2>
  3352.        </div>
  3353.      </div>
  3354.  
  3355.      <div class="row g-3 d-flex align-items-center">
  3356.        
  3357.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3358.            <div class="card sponsored-card-v10 h-100 w-100">
  3359.              <div class="sponsored-content-v10">
  3360.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3361.                <h3 class="sponsored-title-v10"><a href="/worrying-memories-resurface-in-davao-as-officials-trace-bondi-beach-shooting-suspects-movements/">Worrying Memories Resurface in Davao as Officials Trace Bondi Beach Shooting Suspects’ Movements</a></h3>
  3362.                <p class="sponsored-excerpt-v10"></p>
  3363.                <div class="sponsored-meta-v10">
  3364.                  <div class="author-info-v10">
  3365.                    
  3366.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3367.                    
  3368.                    <span>Sherry Farmer</span>
  3369.                  </div>
  3370.                  <div>18 May 2026</div>
  3371.                </div>
  3372.              </div>
  3373.              <div class="sponsored-image-v10">
  3374.                
  3375.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3376.                
  3377.              </div>
  3378.            </div>
  3379.          </div>
  3380.        
  3381.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3382.            <div class="card sponsored-card-v10 h-100 w-100">
  3383.              <div class="sponsored-content-v10">
  3384.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3385.                <h3 class="sponsored-title-v10"><a href="/genuine-southern-portugal-exploring-portugal-beyond-the-coastline/">Genuine Southern Portugal: Exploring Portugal Beyond the Coastline</a></h3>
  3386.                <p class="sponsored-excerpt-v10"></p>
  3387.                <div class="sponsored-meta-v10">
  3388.                  <div class="author-info-v10">
  3389.                    
  3390.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3391.                    
  3392.                    <span>Sherry Farmer</span>
  3393.                  </div>
  3394.                  <div>18 May 2026</div>
  3395.                </div>
  3396.              </div>
  3397.              <div class="sponsored-image-v10">
  3398.                
  3399.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3400.                
  3401.              </div>
  3402.            </div>
  3403.          </div>
  3404.        
  3405.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3406.            <div class="card sponsored-card-v10 h-100 w-100">
  3407.              <div class="sponsored-content-v10">
  3408.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3409.                <h3 class="sponsored-title-v10"><a href="/david-raya-backs-teams-strength-as-key-to-silverware-ambitions/">David Raya Backs Team&#x27;s Strength as Key to Silverware Ambitions</a></h3>
  3410.                <p class="sponsored-excerpt-v10"></p>
  3411.                <div class="sponsored-meta-v10">
  3412.                  <div class="author-info-v10">
  3413.                    
  3414.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3415.                    
  3416.                    <span>Sherry Farmer</span>
  3417.                  </div>
  3418.                  <div>18 May 2026</div>
  3419.                </div>
  3420.              </div>
  3421.              <div class="sponsored-image-v10">
  3422.                
  3423.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3424.                
  3425.              </div>
  3426.            </div>
  3427.          </div>
  3428.        
  3429.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3430.            <div class="card sponsored-card-v10 h-100 w-100">
  3431.              <div class="sponsored-content-v10">
  3432.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3433.                <h3 class="sponsored-title-v10"><a href="/will-the-new-zealand-rugby-team-find-their-magic-this-autumn/">Will the New Zealand rugby team find their magic this autumn?</a></h3>
  3434.                <p class="sponsored-excerpt-v10"></p>
  3435.                <div class="sponsored-meta-v10">
  3436.                  <div class="author-info-v10">
  3437.                    
  3438.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3439.                    
  3440.                    <span>Sherry Farmer</span>
  3441.                  </div>
  3442.                  <div>18 May 2026</div>
  3443.                </div>
  3444.              </div>
  3445.              <div class="sponsored-image-v10">
  3446.                
  3447.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3448.                
  3449.              </div>
  3450.            </div>
  3451.          </div>
  3452.        
  3453.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3454.            <div class="card sponsored-card-v10 h-100 w-100">
  3455.              <div class="sponsored-content-v10">
  3456.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3457.                <h3 class="sponsored-title-v10"><a href="/trumps-unprecedented-influence-in-the-sporting-world-hit-a-peak-in-2025-the-coming-year-looks-set-to-take-it-further/">Trump&#x27;s Unprecedented Influence in The Sporting World Hit A Peak in 2025. The Coming Year Looks Set to Take It Further.</a></h3>
  3458.                <p class="sponsored-excerpt-v10"></p>
  3459.                <div class="sponsored-meta-v10">
  3460.                  <div class="author-info-v10">
  3461.                    
  3462.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3463.                    
  3464.                    <span>Sherry Farmer</span>
  3465.                  </div>
  3466.                  <div>18 May 2026</div>
  3467.                </div>
  3468.              </div>
  3469.              <div class="sponsored-image-v10">
  3470.                
  3471.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3472.                
  3473.              </div>
  3474.            </div>
  3475.          </div>
  3476.        
  3477.          <div class="col-xl-3 col-lg-6 col-md-6 col-12 d-flex">
  3478.            <div class="card sponsored-card-v10 h-100 w-100">
  3479.              <div class="sponsored-content-v10">
  3480.                <div class="sponsored-badge-v10 bg-primary-gradient">News</div>
  3481.                <h3 class="sponsored-title-v10"><a href="/we-got-fired-and-were-owning-it-learn-how-to-secure-a-new-job-that-fits-you-personally/">We Got Fired, and We&#x27;re Owning It – Learn How to Secure a New Job That Fits You Personally</a></h3>
  3482.                <p class="sponsored-excerpt-v10"></p>
  3483.                <div class="sponsored-meta-v10">
  3484.                  <div class="author-info-v10">
  3485.                    
  3486.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8fa725b6-f4e1-4dcb-b47e-1ebe7dc8d3ae_profile.png" alt="Sherry Farmer" style="object-fit: cover;" class="sponsored-author-img-v10" />
  3487.                    
  3488.                    <span>Sherry Farmer</span>
  3489.                  </div>
  3490.                  <div>18 May 2026</div>
  3491.                </div>
  3492.              </div>
  3493.              <div class="sponsored-image-v10">
  3494.                
  3495.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3496.                
  3497.              </div>
  3498.            </div>
  3499.          </div>
  3500.        
  3501.      </div>
  3502.    </div>
  3503.  </section>
  3504.  
  3505.  
  3506.    
  3507.        <!-- end wpo-blog-sponsored-section -->
  3508.        <!-- start wpo-subscribe-section -->
  3509.        
  3510.        <!-- end subscribe-section -->
  3511.        <!-- start of wpo-site-footer-section -->
  3512.        
  3513.  
  3514.  
  3515.  
  3516.  
  3517.  
  3518. <footer class="wpo-site-footer-v2">
  3519.    <!-- Main Footer Content -->
  3520.    <div class="wpo-main-footer">
  3521.        <div class="container-fluid fluid-container">
  3522.            <div class="row g-4">
  3523.                
  3524.                <!-- Company Info Section -->
  3525.                <div class="col-lg-4 col-md-6 col-12">
  3526.                    <div class="footer-widget company-info-widget">
  3527.                        <div class="widget-header">
  3528.                            <div class="footer-logo">
  3529.                                
  3530.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c170084c-e168-4a6b-ba91-6d08dc29c331_logo.png" alt="Local Daily" class="img-fluid footer-logo-img">
  3531.                                
  3532.                            </div>
  3533.                        </div>
  3534.                        <div class="widget-content2 footer-widget-content2">
  3535.                            <p class="company-description-text">
  3536.                                Stay informed with the latest local news, events, and stories from your community. Covering neighborhood updates, local businesses, and community highlights.
  3537.                            </p>
  3538.                            <div class="contact-info2">
  3539.                                <div class="contact-item">
  3540.                                    <i class="fas fa-envelope"></i>
  3541.                                    <span><a href="/cdn-cgi/l/email-protection#d7bbbeb9bca497b9b2afa3b5b6b4bcbbbeb9bca4f9b4b8ba" class="footer-link2"><span class="__cf_email__" data-cfemail="acc0c5c2c7dfecc2c9d4d8cecdcfc7c0c5c2c7df82cfc3c1">[email&#160;protected]</span></a></span>
  3542.                                </div>
  3543.                                <!-- <div class="contact-item">
  3544.                                    <i class="fas fa-phone"></i>
  3545.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3546.                                </div> -->
  3547.                            </div>
  3548.                        </div>
  3549.                    </div>
  3550.                </div>
  3551.  
  3552.                <!-- Quick Links Section -->
  3553.                <div class="col-lg-4 col-md-6 col-12">
  3554.                    <div class="footer-widget quick-links-widget">
  3555.                        <div class="widget-header">
  3556.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3557.                        </div>
  3558.                        <div class="widget-content2 footer-widget-content2">
  3559.                            <ul class="footer-links">
  3560.                                
  3561.                                <li><a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-ambitions-on-leadership/" class="footer-link">What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Ambitions on Leadership</a></li>
  3562.                                
  3563.                                <li><a href="/crans-montana-fire-victims-are-treated-in-burns-units-across-europe/" class="footer-link">Crans-Montana Fire Victims Are Treated in Burns Units Across Europe</a></li>
  3564.                                
  3565.                                <li><a href="/titans-acknowledge-leaders-as-trump-gives-the-mayor-elect-a-cordial-greeting/" class="footer-link">Titans Acknowledge Leaders as Trump Gives The Mayor-Elect a Cordial Greeting</a></li>
  3566.                                
  3567.                                <li><a href="/a-decade-long-liaison-from-erin-somers-the-midlife-infidelity-story-our-era-needs/" class="footer-link">A Decade-Long Liaison from Erin Somers: The Midlife Infidelity Story Our Era Needs.</a></li>
  3568.                                
  3569.                                <li><a href="/leader-zelenskyy-declares-ukraine-is-10-off-from-peace-yet-not-at-any-possible-cost/" class="footer-link">Leader Zelenskyy Declares Ukraine Is 10% Off from Peace, Yet Not at Any Possible Cost</a></li>
  3570.                                
  3571.                                <li><a href="/the-new-animated-series-opening-sequence-selected-the-wrong-critical-role-song/" class="footer-link">The New Animated Series&#x27; Opening Sequence Selected the Wrong Critical Role Song</a></li>
  3572.                                
  3573.                            </ul>
  3574.                        </div>
  3575.                    </div>
  3576.                </div>
  3577.  
  3578.                <!-- Blog Rolls Section -->
  3579.          <div class="col-lg-3 col-md-6 col-12">
  3580.    <div class="footer-widget blog-rolls-widget">
  3581.        <div class="widget-header">
  3582.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3583.        </div>
  3584.        <div class="widget-content2 footer-widget-content2">
  3585.            <div class="row">
  3586.                <div class="col-6">
  3587.                    <ul class="footer-links" id="blogroll">
  3588.                        
  3589.                        
  3590.                        
  3591.                        
  3592.                        
  3593.                        
  3594.                        
  3595.                    </ul>
  3596.                </div>
  3597.            </div>
  3598.        </div>
  3599.    </div>
  3600. </div>
  3601.                <!-- Categories Section -->
  3602.                <div class="col-lg-4 col-md-6 col-12">
  3603.                    <div class="footer-widget categories-widget">
  3604.                        <div class="widget-header">
  3605.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3606.                        </div>
  3607.                        <div class="widget-content2 footer-widget-content2">
  3608.                            <div class="row">
  3609.                                <div class="col-6">
  3610.                                    <ul class="footer-links">
  3611.                                        
  3612.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3613.                                            All Posts
  3614.                                        </a></li>
  3615.                                        
  3616.                                        <li> <a href="/category/business/" class="footer-link">
  3617.                                            Business
  3618.                                        </a></li>
  3619.                                        
  3620.                                        <li> <a href="/category/esports/" class="footer-link">
  3621.                                            Esports
  3622.                                        </a></li>
  3623.                                        
  3624.                                        <li> <a href="/category/fashion/" class="footer-link">
  3625.                                            Fashion
  3626.                                        </a></li>
  3627.                                        
  3628.                                        <li> <a href="/category/featured/" class="footer-link">
  3629.                                            Featured
  3630.                                        </a></li>
  3631.                                        
  3632.                                    </ul>
  3633.                                </div>
  3634.                              
  3635.                            </div>
  3636.                        </div>
  3637.                    </div>
  3638.                </div>
  3639.  
  3640.            </div>
  3641.        </div>
  3642.    </div>
  3643.  
  3644.    <!-- Footer Bottom -->
  3645.    <div class="footer-bottom">
  3646.        <div class="container-fluid fluid-container">
  3647.            <div class="row align-items-center">
  3648.                <!-- Copyright -->
  3649.                <div class="col-lg-6 col-md-6 col-12">
  3650.                    <div class="copyright-text">
  3651.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Local Daily</strong>.
  3652.                            All rights reserved.
  3653.                        </p>
  3654.                    </div>
  3655.                </div>
  3656.  
  3657.                <!-- Footer Menu -->
  3658.                <div class="col-lg-6 col-md-6 col-12">
  3659.                    <div class="footer-menu">
  3660.                        <ul class="bottom-menu">
  3661.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3662.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3663.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3664.                        </ul>
  3665.                    </div>
  3666.                </div>
  3667.            </div>
  3668.        </div>
  3669.    </div>
  3670.  
  3671. </footer>
  3672.  
  3673. <style>
  3674. /* Footer V2 Styles */
  3675. .wpo-site-footer-v2 {
  3676.    background: var(--footer-bg);
  3677.    color: var(--footer-color);
  3678.    position: relative;
  3679.    overflow: hidden;
  3680. }
  3681.  
  3682. .wpo-site-footer-v2::before {
  3683.    content: '';
  3684.    position: absolute;
  3685.    top: 0;
  3686.    left: 0;
  3687.    right: 0;
  3688.    bottom: 0;
  3689.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3690.    pointer-events: none;
  3691. }
  3692.  
  3693. .wpo-main-footer {
  3694.    padding: 60px 0 40px;
  3695.    position: relative;
  3696.    z-index: 2;
  3697. }
  3698.  
  3699. .footer-widget {
  3700.    margin-bottom: 30px;
  3701. }
  3702.  
  3703. .widget-header {
  3704.    margin-bottom: 25px;
  3705. }
  3706.  
  3707. .widget-title2 {
  3708.    font-size: 20px;
  3709.    font-weight: 700;
  3710.    color: var(--footer-color) !important;
  3711.    margin: 0;
  3712.    position: relative;
  3713.    padding-bottom: 10px;
  3714. }
  3715.  
  3716. .widget-title2::after {
  3717.    content: '';
  3718.    position: absolute;
  3719.    bottom: 0;
  3720.    left: 0;
  3721.    width: 40px;
  3722.    height: 3px;
  3723.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3724.    border-radius: 2px;
  3725. }
  3726.  
  3727. /* Company Info Styles */
  3728. .footer-logo-img {
  3729.    max-height: 100px;
  3730.    margin-bottom: 20px;
  3731. }
  3732.  
  3733. .footer-logo-text {
  3734.    color: var(--footer-color);
  3735. }
  3736.  
  3737. .company-description-text {
  3738.    font-size: 14px;
  3739.    line-height: 1.7;
  3740.    color: var(--footer-color);
  3741.    margin-bottom: 25px;
  3742. }
  3743.  
  3744. .contact-info2 .contact-item {
  3745.    display: flex;
  3746.    align-items: center;
  3747.    margin-bottom: 10px;
  3748.    font-size: 14px;
  3749. }
  3750.  
  3751. .contact-info2 .contact-item i {
  3752.    width: 20px;
  3753.    color: var(--footer-color);
  3754.    margin-right: 10px;
  3755. }
  3756.  
  3757. /* Footer Links Styles */
  3758. .footer-links {
  3759.    list-style: none;
  3760.    padding: 0;
  3761.    margin: 0;
  3762. }
  3763.  
  3764. .footer-links li {
  3765.    margin-bottom: 12px;
  3766. }
  3767. .footer-link2 {
  3768.    color: var(--footer-color) !important;
  3769. }
  3770. .footer-link2:hover {
  3771.    color: blue !important;
  3772. }
  3773. .footer-links a{
  3774.    color: var(--footer-color) !important;
  3775.    text-decoration: none;
  3776.    cursor: pointer;
  3777.    font-size: 14px;
  3778.    transition: all 0.3s ease;
  3779.    position: relative;
  3780. }
  3781.  
  3782. .footer-links a:hover {
  3783.    color: #4f46e5 !important;
  3784.    padding-left: 8px;
  3785. }
  3786.  
  3787. /* Footer Bottom Styles */
  3788. .footer-bottom {
  3789.    background: rgba(0, 0, 0, 0.3);
  3790.    padding: 20px 0;
  3791.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  3792.    position: relative;
  3793.    z-index: 2;
  3794. }
  3795.  
  3796. .copyright-text-p {
  3797.    margin: 0;
  3798.    font-size: 14px;
  3799.    color: var(--footer-color);
  3800. }
  3801.  
  3802. .footer-sitename {
  3803.    color: var(--footer-color);
  3804. }
  3805.  
  3806. .bottom-menu {
  3807.    list-style: none;
  3808.    padding: 0;
  3809.    margin: 0;
  3810.    display: flex;
  3811.    justify-content: flex-end;
  3812.    gap: 20px;
  3813. }
  3814.  
  3815. .bottom-menu a {
  3816.    color: var(--footer-color);
  3817.    text-decoration: none;
  3818.    font-size: 14px;
  3819.    transition: color 0.3s ease;
  3820. }
  3821.  
  3822. .bottom-menu a:hover {
  3823.    color: #4f46e5;
  3824. }
  3825.  
  3826. @media (max-width: 768px) {
  3827.    .wpo-main-footer {
  3828.        padding: 40px 0 30px;
  3829.    }
  3830.    
  3831.    .bottom-menu {
  3832.        justify-content: center;
  3833.        margin-top: 15px;
  3834.    }
  3835.    
  3836.    .copyright-text {
  3837.        text-align: center;
  3838.    }
  3839.    
  3840.    .social-links {
  3841.        justify-content: center;
  3842.    }
  3843. }
  3844.  
  3845. @media (max-width: 576px) {
  3846.    .widget-title2 {
  3847.        font-size: 18px;
  3848.    }
  3849.    
  3850.    .newsletter-form .input-group {
  3851.        flex-direction: column;
  3852.    }
  3853.    
  3854.    .newsletter-form .btn {
  3855.        margin-top: 10px;
  3856.        border-radius: 8px;
  3857.    }
  3858.    
  3859.    .newsletter-form .form-control {
  3860.        border-radius: 8px;
  3861.    }
  3862. }
  3863. </style>
  3864.  
  3865.  
  3866. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  3867.  document.addEventListener('DOMContentLoaded', function () {
  3868.    var btn = document.getElementById('toggleMore');
  3869.    if (!btn) return; // If there are <=5 items, no need for the button
  3870.  
  3871.    var extras = document.querySelectorAll('#blogroll li.extra');
  3872.  
  3873.    btn.addEventListener('click', function () {
  3874.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3875.        return li.classList.contains('d-none');
  3876.      });
  3877.  
  3878.      extras.forEach(function (li) {
  3879.        if (anyHidden) {
  3880.          li.classList.remove('d-none');
  3881.          li.classList.add('show'); // Show with smooth transition
  3882.        } else {
  3883.          li.classList.add('d-none');
  3884.          li.classList.remove('show'); // Hide smoothly
  3885.        }
  3886.      });
  3887.  
  3888.      // Update the button text and aria-expanded attribute
  3889.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3890.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3891.    });
  3892.  });
  3893. </script>
  3894.        <!-- end of wpo-site-footer-section -->
  3895.    </div>
  3896.    <!-- end of page-wrapper -->
  3897.  
  3898.    <!-- All JavaScript files
  3899.    ================================================== -->
  3900.    
  3901.  
  3902. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3903. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3904. <!-- Plugins for this template -->
  3905. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3906. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3907. <!-- Custom script for this template -->
  3908. <script src="/static/blogapp/assets/js/script.js"></script>
  3909.  
  3910. <script>
  3911. (function () {
  3912. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3913. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3914.  
  3915. function applyFallback(img) {
  3916. if (!img || img.dataset.fallbackApplied === "1") {
  3917. return;
  3918. }
  3919. var failedSrc = img.currentSrc || img.src || "";
  3920. img.dataset.fallbackApplied = "1";
  3921. img.onerror = null;
  3922. img.src = fallbackImageSrc;
  3923. console.warn("[ImageFallback] Replaced broken image:", {
  3924. failedSrc: failedSrc,
  3925. fallbackSrc: fallbackImageSrc,
  3926. alt: img.alt || "",
  3927. });
  3928. }
  3929.  
  3930. document.querySelectorAll("img").forEach(function (img) {
  3931. if (img.complete && img.naturalWidth === 0) {
  3932. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3933. failedSrc: img.currentSrc || img.src || "",
  3934. alt: img.alt || "",
  3935. });
  3936. applyFallback(img);
  3937. }
  3938. });
  3939.  
  3940. document.addEventListener(
  3941. "error",
  3942. function (event) {
  3943. var target = event.target;
  3944. if (target && target.tagName === "IMG") {
  3945. applyFallback(target);
  3946. }
  3947. },
  3948. true
  3949. );
  3950. })();
  3951. </script>
  3952.  
  3953. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3954.  
  3955.  
  3956.  
  3957. <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":"37a93a93ed3644899985191e360803c6","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3958. </body>
  3959.  
  3960. </html>
  3961.  
  3962.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda