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://terraclub.de

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T130315.358_D8LFVTc_105ktgH_726KGi4.png">
  14.    
  15.  
  16.    <title>TerraClub: Exploring Nature, Sustainability &amp; Outdoor Adventures</title>
  17.    <meta name="description" content="Discover TerraClub&#x27;s insights on environmental conservation, sustainable living tips, and thrilling outdoor experiences for nature enthusiasts worldwide.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://terraclub.de/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0891b2;
  42.        --bs-primary-rgb: 0891b2;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #059669;
  45.        --bs-danger: #e11d48;
  46.        --bs-warning: #ea580c;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f0f9ff;
  49.        --bs-dark: #0c4a6e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0891b2;
  53.        --theme-primary-color-s2: #0891b2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #bae6fd;
  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: #e0f2fe;
  75.        --navbar-color: #0c4a6e;
  76.        --topbar-bg: #f0f9ff;
  77.        --topbar-color: #0c4a6e;
  78.        --footer-bg: #0c4a6e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bae6fd;
  82.        --card-radius: 14px;
  83.        --link-color: #0891b2;
  84.        --link-hover: #0e7490;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(8, 145, 178, 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-ocean">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="">
  424.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  425.          </div>
  426.  
  427.          <!-- Add an id to the marquee -->
  428.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.            <p class="text-center">
  430.              
  431.               <a href="/the-presidents-dominant-influence-in-the-sporting-world-reached-a-peak-in-2025-2026-looks-set-to-take-it-further/" class="px-5 top-color">
  432.                    The President&#x27;s Dominant Influence in The Sporting World Reached A Peak in 2025. 2026 Looks Set to Take It Further.
  433.                  </a>
  434.              
  435.               <a href="/we-were-dismissed-and-we-accept-it-learn-how-to-land-a-new-role-that-works-your-needs/" class="px-5 top-color">
  436.                    We Were Dismissed, and We Accept It – Learn How to Land a New Role That Works Your Needs
  437.                  </a>
  438.              
  439.               <a href="/more-than-60000-escape-sudans-city-in-the-wake-of-takeover-by-rsf-militia-un-reports/" class="px-5 top-color">
  440.                    More than 60,000 Escape Sudan&#x27;s City In the wake of Takeover by RSF Militia, UN Reports
  441.                  </a>
  442.              
  443.               <a href="/stay-active-while-you-are-working-10-strength-building-office-movements-you-can-do-in-regular-clothes/" class="px-5 top-color">
  444.                    Stay active while you are working? 10 strength-building office movements you can do in regular clothes
  445.                  </a>
  446.              
  447.               <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-stunning-first-person-mode/" class="px-5 top-color">
  448.                    Anno 117 Pax Romana&#x27;s Top Secret Reveals Itself as a Stunning First-Person Mode.
  449.                  </a>
  450.              
  451.            </p>
  452.          </marquee>
  453.        </div>
  454.      </div>
  455.    </div>
  456.  </div>
  457. </div>
  458. <style>
  459.  .tilt-button {
  460.  padding: 0.5rem 1rem;
  461.  white-space: nowrap;
  462.  font-weight: bold;
  463.  display: inline-block;
  464.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  465.  transition: background 0.3s ease;
  466. }
  467.  
  468.  
  469. </style>
  470. <script>
  471.  // Stop/start marquee when hovering or focusing links inside it
  472.  document.addEventListener("DOMContentLoaded", function () {
  473.    const marquee = document.getElementById("newsMarquee");
  474.    if (!marquee) return;
  475.  
  476.    marquee.querySelectorAll("a").forEach((link) => {
  477.      link.addEventListener("mouseenter", () => marquee.stop());
  478.      link.addEventListener("mouseleave", () => marquee.start());
  479.      // keyboard accessibility
  480.      link.addEventListener("focus", () => marquee.stop());
  481.      link.addEventListener("blur", () => marquee.start());
  482.    });
  483.  });
  484. </script>
  485.  
  486.  
  487.  
  488.            
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. <header class="header-v8 mb-4">
  496.    <div class="container-fluid fluid-container">
  497.        <!-- Main Navigation Card -->
  498.        <div class="nav-card-v8">
  499.            <div class="row align-items-center justify-content-between">
  500.                <!-- Logo Section -->
  501.               <div class="col-lg-2 col-md-3 col-6">
  502.                    <div class="logo-section-v8">
  503.                        <a class="logo-link-v8" href="/">
  504.                            
  505.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/70c67fc5-2548-4c31-85a1-ec20f1914931_logo.png" alt="TerraClub" class="logo-img-v8" />
  506.                            
  507.                        </a>
  508.                    </div>
  509.                </div>
  510.  
  511.                <!-- Navigation Menu -->
  512.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  513.                    <nav class="main-nav-v8">
  514.                        <ul class="nav-list-v8">
  515.  
  516.                            
  517.                            <li class="nav-item-v8">
  518.                                <a href="/" class="nav-link-v8 active-v8"
  519.                                    data-text="Home">Home</a>
  520.                            </li>
  521.  
  522.                            
  523.                            
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/all-posts/" class="nav-link-v8"
  526.                                    data-text="All Posts">
  527.                                    All Posts
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/business/" class="nav-link-v8"
  538.                                    data-text="Business">
  539.                                    Business
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/esports/" class="nav-link-v8"
  550.                                    data-text="Esports">
  551.                                    Esports
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/fashion/" class="nav-link-v8"
  562.                                    data-text="Fashion">
  563.                                    Fashion
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/featured/" class="nav-link-v8"
  574.                                    data-text="Featured">
  575.                                    Featured
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/gaming/" class="nav-link-v8"
  586.                                    data-text="Gaming">
  587.                                    Gaming
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                             <li class="nav-item-v8">
  597.                                <a href="/category/health/" class="nav-link-v8"
  598.                                    data-text="Health">
  599.                                    Health
  600.                                </a>
  601.                                </li>
  602.  
  603.                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                
  610.                                
  611.                                <li class="nav-item-v8 has-dropdown-v8">
  612.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  613.                                    <div class="dropdown-card-v8">
  614.                                        <div class="dropdown-grid-v8">
  615.                                            <div class="dropdown-section-v8">
  616.                                                <a href="/category/life-fitness/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.  
  624.                                                
  625.                                                
  626.                                
  627.                            
  628.                                                <a href="/category/lifestyle/"
  629.                                                    class="dropdown-link-v8">
  630.                                                    <span class="link-icon-v8"></span> Lifestyle
  631.                                                </a>
  632.                                                
  633.  
  634.                                                
  635.                                                
  636.                                
  637.                            
  638.                                                <a href="/category/news/"
  639.                                                    class="dropdown-link-v8">
  640.                                                    <span class="link-icon-v8"></span> News
  641.                                                </a>
  642.                                                
  643.  
  644.                                                
  645.                                                
  646.                                
  647.                            
  648.                                                <a href="/category/others/"
  649.                                                    class="dropdown-link-v8">
  650.                                                    <span class="link-icon-v8"></span> Others
  651.                                                </a>
  652.                                                
  653.  
  654.                                                
  655.                                                
  656.                                
  657.                            
  658.                                                <a href="/category/politics/"
  659.                                                    class="dropdown-link-v8">
  660.                                                    <span class="link-icon-v8"></span> Politics
  661.                                                </a>
  662.                                                
  663.  
  664.                                                
  665.                                                
  666.                                
  667.                            
  668.                                                <a href="/category/sports/"
  669.                                                    class="dropdown-link-v8">
  670.                                                    <span class="link-icon-v8"></span> Sports
  671.                                                </a>
  672.                                                
  673.  
  674.                                                
  675.                                                
  676.                                
  677.                            
  678.                                                <a href="/category/tech/"
  679.                                                    class="dropdown-link-v8">
  680.                                                    <span class="link-icon-v8"></span> Tech
  681.                                                </a>
  682.                                                
  683.  
  684.                                                
  685.                                                
  686.                                
  687.                            
  688.                                                <a href="/category/travel/"
  689.                                                    class="dropdown-link-v8">
  690.                                                    <span class="link-icon-v8"></span> Travel
  691.                                                </a>
  692.                                                
  693.  
  694.                                                
  695.                                                
  696.                                            </div>
  697.                                        </div>
  698.                                    </div>
  699.                                </li>
  700.                                
  701.                                
  702. <li>
  703.                  <a href="/page/contact-us/">
  704.                     Contact Us
  705.                  </a>
  706.              </li>
  707.                        </ul>
  708.                    </nav>
  709.  
  710.                </div>
  711.  
  712.                <!-- Search & Mobile Toggle -->
  713.                <div class="col-lg-2 col-md-3 col-6">
  714.                    <div class="nav-actions-v8">
  715.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  716.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  717.                                stroke-width="2">
  718.                                <circle cx="11" cy="11" r="8"></circle>
  719.                                <path d="m21 21-4.35-4.35"></path>
  720.                            </svg>
  721.                        </button>
  722.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  723.                            <i class="ti-menu fs-5"></i>
  724.                        </button>
  725.                    </div>
  726.                </div>
  727.            </div>
  728.        </div>
  729.  
  730.        <!-- Floating Search Card -->
  731.        <div class="search-card-v8" id="searchCardV8">
  732.            <div class="search-container-v8">
  733.                <form class="search-form-v8" action="#" method="get">
  734.                    <div class="search-input-wrapper-v8">
  735.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  736.                            stroke="currentColor" stroke-width="2">
  737.                            <circle cx="11" cy="11" r="8"></circle>
  738.                            <path d="m21 21-4.35-4.35"></path>
  739.                        </svg>
  740.                        <input type="search" class="search-input-v8" id="search-input"
  741.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  742.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  743.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  744.                                stroke-width="2">
  745.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  746.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  747.                            </svg>
  748.                        </button>
  749.                    </div>
  750.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  751.                        
  752.                        
  753.                    </div>
  754.                </form>
  755.            </div>
  756.        </div>
  757.  
  758.        <!-- Mobile Navigation Card -->
  759.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  760.            <div class="mobile-nav-content-v8">
  761.                <ul class="mobile-nav-list-v8">
  762.  
  763.                    
  764.                    <li class="mobile-nav-item-v8">
  765.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  766.                            Home
  767.                        </a>
  768.                    </li>
  769.  
  770.                    
  771.                      <li class="mobile-nav-item-v8">
  772.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  773.                            All Posts
  774.                        </a>
  775.                        </li>
  776.  
  777.                        
  778.  
  779.                                
  780.                                
  781.                        
  782.                      <li class="mobile-nav-item-v8">
  783.                        <a href="/category/business/" class="mobile-nav-link-v8">
  784.                            Business
  785.                        </a>
  786.                        </li>
  787.  
  788.                        
  789.  
  790.                                
  791.                                
  792.                        
  793.                      <li class="mobile-nav-item-v8">
  794.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  795.                            Esports
  796.                        </a>
  797.                        </li>
  798.  
  799.                        
  800.  
  801.                                
  802.                                
  803.                        
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  806.                            Fashion
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  817.                            Featured
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                      <li class="mobile-nav-item-v8">
  827.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  828.                            Gaming
  829.                        </a>
  830.                        </li>
  831.  
  832.                        
  833.  
  834.                                
  835.                                
  836.                        
  837.                      <li class="mobile-nav-item-v8">
  838.                        <a href="/category/health/" class="mobile-nav-link-v8">
  839.                            Health
  840.                        </a>
  841.                        </li>
  842.  
  843.                        
  844.  
  845.                                
  846.                                
  847.                        
  848.                    
  849.                        
  850.                        
  851.                        <li class="mobile-nav-item-v8">
  852.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  853.                                More
  854.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  855.                                    stroke="currentColor" stroke-width="2">
  856.                                    <polyline points="6,9 12,15 18,9"></polyline>
  857.                                </svg>
  858.                            </a>
  859.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  860.                                <li>
  861.                                    <a href="/category/life-fitness/"
  862.                                        class="mobile-sub-link-v8">
  863.                                        Life &amp; Fitness
  864.                                    </a>
  865.                                </li>
  866.                                
  867.  
  868.                                
  869.  
  870.                                
  871.                                
  872.                        
  873.                    
  874.                                
  875.                                <li>
  876.                                    <a href="/category/lifestyle/"
  877.                                        class="mobile-sub-link-v8">
  878.                                        Lifestyle
  879.                                    </a>
  880.                                </li>
  881.                                
  882.  
  883.                                
  884.                                
  885.                        
  886.                    
  887.                                
  888.                                <li>
  889.                                    <a href="/category/news/"
  890.                                        class="mobile-sub-link-v8">
  891.                                        News
  892.                                    </a>
  893.                                </li>
  894.                                
  895.  
  896.                                
  897.                                
  898.                        
  899.                    
  900.                                
  901.                                <li>
  902.                                    <a href="/category/others/"
  903.                                        class="mobile-sub-link-v8">
  904.                                        Others
  905.                                    </a>
  906.                                </li>
  907.                                
  908.  
  909.                                
  910.                                
  911.                        
  912.                    
  913.                                
  914.                                <li>
  915.                                    <a href="/category/politics/"
  916.                                        class="mobile-sub-link-v8">
  917.                                        Politics
  918.                                    </a>
  919.                                </li>
  920.                                
  921.  
  922.                                
  923.                                
  924.                        
  925.                    
  926.                                
  927.                                <li>
  928.                                    <a href="/category/sports/"
  929.                                        class="mobile-sub-link-v8">
  930.                                        Sports
  931.                                    </a>
  932.                                </li>
  933.                                
  934.  
  935.                                
  936.                                
  937.                        
  938.                    
  939.                                
  940.                                <li>
  941.                                    <a href="/category/tech/"
  942.                                        class="mobile-sub-link-v8">
  943.                                        Tech
  944.                                    </a>
  945.                                </li>
  946.                                
  947.  
  948.                                
  949.                                
  950.                        
  951.                    
  952.                                
  953.                                <li>
  954.                                    <a href="/category/travel/"
  955.                                        class="mobile-sub-link-v8">
  956.                                        Travel
  957.                                    </a>
  958.                                </li>
  959.                                
  960.  
  961.                                
  962.                                
  963.                            </ul>
  964.                        </li>
  965.                        
  966.                        
  967.  
  968.                </ul>
  969.  
  970.            </div>
  971.        </div>
  972.    </div>
  973.  
  974.    <!-- Background Overlay -->
  975.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  976. </header>
  977.  
  978. <style>
  979.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  980.    .header-v8 {
  981.        padding: 20px 0;
  982.        position: relative;
  983.        min-height: 120px;
  984.    }
  985.  
  986.    /* Main Navigation Card */
  987.    .nav-card-v8 {
  988.        background:var(--navbar-bg);
  989.        backdrop-filter: blur(20px);
  990.        border: 1px solid var(--border-color);
  991.        border-radius: 20px;
  992.        padding: 15px 25px;
  993.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  994.        position: relative;
  995.        z-index: 100;
  996.    }
  997.  
  998.    /* Logo Styles */
  999.    .logo-img-v8 {
  1000.        max-height: 60px;
  1001.        transition: all 0.3s ease;
  1002.    }
  1003.  
  1004.    .logo-link-v8:hover .logo-img-v8 {
  1005.        transform: scale(1.05) rotate(2deg);
  1006.    }
  1007.  
  1008.    /* Main Navigation */
  1009.    .nav-list-v8 {
  1010.        list-style: none;
  1011.        padding: 0;
  1012.        margin: 0;
  1013.        display: flex;
  1014.        align-items: center;
  1015.        justify-content: center;
  1016.        gap: 8px;
  1017.    }
  1018.  
  1019.    .nav-item-v8 {
  1020.        position: relative;
  1021.    }
  1022.  
  1023.    .nav-link-v8 {
  1024.        color: #4a5568;
  1025.        text-decoration: none;
  1026.        font-weight: 500;
  1027.        font-size: 15px;
  1028.        padding: 12px 18px;
  1029.        border-radius: 12px;
  1030.        position: relative;
  1031.        transition: all 0.3s ease;
  1032.        display: block;
  1033.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1034.    }
  1035.  
  1036.    .nav-link-v8::before {
  1037.        content: attr(data-text);
  1038.        position: absolute;
  1039.        top: 0;
  1040.        left: 0;
  1041.        right: 0;
  1042.        bottom: 0;
  1043.        display: flex;
  1044.        align-items: center;
  1045.        justify-content: center;
  1046.        background: var(--sub-nav);
  1047.        color: var(--topbar-color);
  1048.        border-radius: 12px;
  1049.        opacity: 0;
  1050.        transform: scale(0.8);
  1051.        transition: all 0.3s ease;
  1052.        font-weight: 600;
  1053.    }
  1054.  
  1055.    .nav-link-v8:hover::before,
  1056.    .nav-link-v8.active-v8::before {
  1057.        opacity: 1;
  1058.        transform: scale(1);
  1059.    }
  1060.  
  1061.    .nav-link-v8:hover,
  1062.    .nav-link-v8.active-v8 {
  1063.        color: transparent;
  1064.        background: rgba(102, 126, 234, 0.1);
  1065.    }
  1066.  
  1067.    /* Dropdown Styles */
  1068.    .dropdown-card-v8 {
  1069.        position: absolute;
  1070.        top: calc(100% + 15px);
  1071.        left: 50%;
  1072.        transform: translateX(-50%);
  1073.        background:var(--navbar-bg);
  1074.        backdrop-filter: blur(20px);
  1075.        border: 1px solid var(--border-color);
  1076.        border-radius: 16px;
  1077.        padding: 25px;
  1078.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1079.        opacity: 0;
  1080.        visibility: hidden;
  1081.        transform: translateX(-50%) translateY(-10px);
  1082.        transition: all 0.3s ease;
  1083.        z-index: 200;
  1084.        min-width: 320px;
  1085.    }
  1086.  
  1087.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1088.        opacity: 1;
  1089.        visibility: visible;
  1090.        transform: translateX(-50%) translateY(0);
  1091.    }
  1092.  
  1093.    .dropdown-grid-v8 {
  1094.        display: grid;
  1095.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1096.        gap: 20px;
  1097.    }
  1098.  
  1099.    .dropdown-header-v8 {
  1100.        font-size: 12px;
  1101.        font-weight: 700;
  1102.        color: #667eea;
  1103.        margin-bottom: 12px;
  1104.        text-transform: uppercase;
  1105.        letter-spacing: 1px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8 {
  1109.        display: flex;
  1110.        align-items: center;
  1111.        color: var(--navbar-color) !important;;
  1112.        text-decoration: none;
  1113.        font-size: 14px;
  1114.        padding: 10px 12px;
  1115.        border-radius: 10px;
  1116.        transition: all 0.3s ease;
  1117.        margin-bottom: 8px;
  1118.    }
  1119.  
  1120.    .dropdown-link-v8:hover {
  1121.        background:var(--bs-primary);
  1122.        color: var(--bs-white) !important;;
  1123.        transform: translateX(5px);
  1124.    }
  1125.  
  1126.    .link-icon-v8 {
  1127.        margin-right: 10px;
  1128.        height: 5px;
  1129.        width: 5px;
  1130.        border: 1px solid #2d3748;
  1131.        border-radius: 50%;
  1132.    }
  1133.  
  1134.    /* Navigation Actions */
  1135.    .nav-actions-v8 {
  1136.        display: flex;
  1137.        align-items: center;
  1138.        justify-content: flex-end;
  1139.        gap: 10px;
  1140.    }
  1141.  
  1142.    .search-toggle-v8,
  1143.    .mobile-toggle-v8 {
  1144.        background: rgba(102, 126, 234, 0.1);
  1145.        border: none;
  1146.        border-radius: 12px;
  1147.        padding: 12px;
  1148.        cursor: pointer;
  1149.        transition: all 0.3s ease;
  1150.        color: var(--bs-white);
  1151.    }
  1152.  
  1153.    .search-toggle-v8:hover,
  1154.    .mobile-toggle-v8:hover {
  1155.        background: var(--sub-nav);
  1156.        color: var(--topbar-color);
  1157.        transform: scale(1.05);
  1158.    }
  1159.  
  1160.    .mobile-toggle-v8 {
  1161.        flex-direction: column;
  1162.        gap: 3px;
  1163.        padding: 10px 12px;
  1164.    }
  1165.  
  1166.    .toggle-line-v8 {
  1167.        width: 20px;
  1168.        height: 2px;
  1169.        background: currentColor;
  1170.        border-radius: 1px;
  1171.        transition: all 0.3s ease;
  1172.    }
  1173.  
  1174.    /* Floating Search Card */
  1175.    .search-card-v8 {
  1176.        position: absolute;
  1177.        top: 100%;
  1178.        left: 50%;
  1179.        transform: translateX(-50%);
  1180.        width: calc(100% - 40px);
  1181.        max-width: 600px;
  1182.        background:var(--navbar-bg);
  1183.        backdrop-filter: blur(20px);
  1184.        border: 1px solid var(--border-color);
  1185.        border-radius: 20px;
  1186.        padding: 25px;
  1187.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1188.        opacity: 0;
  1189.        visibility: hidden;
  1190.        transform: translateX(-50%) translateY(-20px);
  1191.        transition: all 0.4s ease;
  1192.        z-index: 300;
  1193.        margin-top: 15px;
  1194.    }
  1195.  
  1196.    .search-card-v8.show-v8 {
  1197.        opacity: 1;
  1198.        visibility: visible;
  1199.        transform: translateX(-50%) translateY(0);
  1200.    }
  1201.  
  1202.    .search-input-wrapper-v8 {
  1203.        display: flex;
  1204.        align-items: center;
  1205.        background: rgba(248, 250, 252, 0.8);
  1206.        border: 2px solid rgba(102, 126, 234, 0.2);
  1207.        border-radius: 15px;
  1208.        padding: 5px;
  1209.        margin-bottom: 20px;
  1210.        transition: all 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within {
  1214.        border-color: #667eea;
  1215.        background: rgba(255, 255, 255, 0.9);
  1216.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1217.    }
  1218.  
  1219.    .search-icon-v8 {
  1220.        color: #a0aec0;
  1221.        margin: 0 15px;
  1222.        transition: color 0.3s ease;
  1223.    }
  1224.  
  1225.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1226.        color: #667eea;
  1227.    }
  1228.  
  1229.    .search-input-v8 {
  1230.        flex: 1;
  1231.        border: none;
  1232.        background: transparent;
  1233.        font-size: 16px;
  1234.        padding: 15px 0;
  1235.        outline: none;
  1236.        color: #2d3748;
  1237.    }
  1238.  
  1239.    .search-input-v8::placeholder {
  1240.        color: #a0aec0;
  1241.    }
  1242.  
  1243.    .search-close-v8 {
  1244.        background: rgba(160, 174, 192, 0.2);
  1245.        border: none;
  1246.        border-radius: 10px;
  1247.        padding: 8px;
  1248.        margin-right: 8px;
  1249.        cursor: pointer;
  1250.        transition: all 0.3s ease;
  1251.        color: #a0aec0;
  1252.    }
  1253.  
  1254.    .search-close-v8:hover {
  1255.        background: rgba(229, 62, 62, 0.1);
  1256.        color: #e53e3e;
  1257.    }
  1258.  
  1259.    /* Search Suggestions */
  1260.    .search-suggestions-v8 {
  1261.        display: grid;
  1262.        gap: 8px;
  1263.    }
  1264.  
  1265.    .suggestion-item-v8 {
  1266.        display: flex;
  1267.        align-items: center;
  1268.        padding: 12px 15px;
  1269.        background: rgba(248, 250, 252, 0.1);
  1270.        border-radius: 12px;
  1271.        cursor: pointer;
  1272.        transition: all 0.3s ease;
  1273.    }
  1274.  
  1275.    .suggestion-item-v8:hover {
  1276.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1277.        color: white;
  1278.        transform: translateX(5px);
  1279.    }
  1280.  
  1281.    .suggestion-icon-v8 {
  1282.        margin-right: 12px;
  1283.        font-size: 16px;
  1284.    }
  1285.  
  1286.    .suggestion-text-v8 {
  1287.        font-size: 14px;
  1288.        font-weight: 500;
  1289.    }
  1290.  
  1291.    /* Mobile Navigation Card */
  1292.    .mobile-nav-card-v8 {
  1293.        position: absolute;
  1294.        top: 100%;
  1295.        left: 50%;
  1296.        transform: translateX(-50%);
  1297.        width: calc(100% - 40px);
  1298.        background:var(--card-bg);
  1299.        backdrop-filter: blur(20px);
  1300.        border: 1px solid var(--border-color);
  1301.        border-radius: 20px;
  1302.        padding: 20px;
  1303.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1304.        opacity: 0;
  1305.        visibility: hidden;
  1306.        transform: translateX(-50%) translateY(-20px);
  1307.        transition: all 0.4s ease;
  1308.        z-index: 300;
  1309.        margin-top: 15px;
  1310.        max-height: 70vh;
  1311.        overflow-y: auto;
  1312.    }
  1313.  
  1314.    .mobile-nav-card-v8.show-v8 {
  1315.        opacity: 1;
  1316.        visibility: visible;
  1317.        transform: translateX(-50%) translateY(0);
  1318.    }
  1319.  
  1320.    .mobile-nav-list-v8 {
  1321.        list-style: none;
  1322.        padding: 0;
  1323.        margin: 0;
  1324.    }
  1325.  
  1326.    .mobile-nav-item-v8 {
  1327.        margin-bottom: 8px;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8 {
  1331.        display: flex;
  1332.        align-items: center;
  1333.        color: var(--navbar-color) !important;
  1334.        text-decoration: none;
  1335.        font-weight: 500;
  1336.        font-size: 16px;
  1337.        padding: 15px;
  1338.        border-radius: 12px;
  1339.        justify-content: space-between;
  1340.    }
  1341.  
  1342.    .mobile-nav-link-v8:hover,
  1343.    .mobile-nav-link-v8.active-v8 {
  1344.        background:var(--sub-nav);
  1345.        color: var(--topbar-color) !important;
  1346.    }
  1347.  
  1348.    .mobile-nav-icon-v8 {
  1349.        font-size: 18px;
  1350.        background-color: var(--navbar-bg) !important;
  1351.        margin-right: 12px;
  1352.    }
  1353.  
  1354.    .mobile-arrow-v8 {
  1355.        transition: transform 0.3s ease;
  1356.    }
  1357.  
  1358.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1359.        transform: rotate(180deg);
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8 {
  1363.        list-style: none;
  1364.        padding: 0;
  1365.        margin: 0;
  1366.        max-height: 0;
  1367.        overflow: hidden;
  1368.        transition: all 0.3s ease;
  1369.        background: rgba(248, 250, 252, 0.5);
  1370.        border-radius: 12px;
  1371.        margin-top: 8px;
  1372.    }
  1373.  
  1374.    .mobile-dropdown-v8.show-v8 {
  1375.        max-height: 300px;
  1376.        background-color: var(--navbar-bg);
  1377.        padding: 10px 0;
  1378.    }
  1379.  
  1380.    .mobile-sub-link-v8 {
  1381.        display: block;
  1382.        color: var(--navbar-color) !important;
  1383.        text-decoration: none;
  1384.        font-size: 14px;
  1385.        padding: 10px 20px;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .mobile-sub-link-v8:hover {
  1390.        color: var(--topbar-color);
  1391.        background: var(--sub-nav);
  1392.        border-radius: 12px;
  1393.    }
  1394.  
  1395.    /* Background Overlay */
  1396.    .nav-overlay-v8 {
  1397.        position: fixed;
  1398.        top: 0;
  1399.        left: 0;
  1400.        right: 0;
  1401.        bottom: 0;
  1402.        background: rgba(0, 0, 0, 0.3);
  1403.        backdrop-filter: blur(5px);
  1404.        z-index: 250;
  1405.        opacity: 0;
  1406.        visibility: hidden;
  1407.        transition: all 0.3s ease;
  1408.    }
  1409.  
  1410.    .nav-overlay-v8.show-v8 {
  1411.        opacity: 1;
  1412.        visibility: visible;
  1413.    }
  1414.  
  1415.    /* Responsive Design */
  1416.    @media (max-width: 1300px) {
  1417.        .header-v8 {
  1418.            padding: 15px 0;
  1419.        }
  1420.  
  1421.        .nav-card-v8 {
  1422.            padding: 12px 20px;
  1423.            border-radius: 15px;
  1424.        }
  1425.  
  1426.        .search-card-v8,
  1427.        .mobile-nav-card-v8 {
  1428.            width: calc(100% - 40px);
  1429.            padding: 20px;
  1430.        }
  1431.    }
  1432.  
  1433.    @media (max-width: 576px) {
  1434.        .nav-card-v8 {
  1435.            padding: 10px 15px;
  1436.        }
  1437.  
  1438.        .logo-img-v8 {
  1439.            max-height: 35px;
  1440.        }
  1441.    }
  1442. </style>
  1443.  
  1444. <script>
  1445.    let activeCard = null;
  1446.  
  1447.    function toggleSearchV8() {
  1448.        const searchCard = document.getElementById('searchCardV8');
  1449.        const overlay = document.getElementById('navOverlayV8');
  1450.        const mobileNav = document.getElementById('mobileNavV8');
  1451.  
  1452.        // Close mobile nav if open
  1453.        mobileNav.classList.remove('show-v8');
  1454.  
  1455.        if (searchCard.classList.contains('show-v8')) {
  1456.            searchCard.classList.remove('show-v8');
  1457.            overlay.classList.remove('show-v8');
  1458.            activeCard = null;
  1459.        } else {
  1460.            searchCard.classList.add('show-v8');
  1461.            overlay.classList.add('show-v8');
  1462.            activeCard = 'search';
  1463.  
  1464.            // Focus on search input
  1465.            setTimeout(() => {
  1466.                const searchInput = document.querySelector('.search-input-v8');
  1467.                if (searchInput) searchInput.focus();
  1468.            }, 100);
  1469.        }
  1470.    }
  1471.  
  1472.    function toggleMobileNavV8() {
  1473.        const mobileNav = document.getElementById('mobileNavV8');
  1474.        const overlay = document.getElementById('navOverlayV8');
  1475.        const searchCard = document.getElementById('searchCardV8');
  1476.  
  1477.        // Close search if open
  1478.        searchCard.classList.remove('show-v8');
  1479.  
  1480.        if (mobileNav.classList.contains('show-v8')) {
  1481.            mobileNav.classList.remove('show-v8');
  1482.            overlay.classList.remove('show-v8');
  1483.            activeCard = null;
  1484.        } else {
  1485.            mobileNav.classList.add('show-v8');
  1486.            overlay.classList.add('show-v8');
  1487.            activeCard = 'mobile';
  1488.        }
  1489.    }
  1490.  
  1491.    function toggleMobileDropdownV8(dropdownId) {
  1492.        const dropdown = document.getElementById(dropdownId);
  1493.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1494.  
  1495.        // Close other dropdowns
  1496.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1497.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1498.  
  1499.        allDropdowns.forEach(dd => {
  1500.            if (dd.id !== dropdownId) {
  1501.                dd.classList.remove('show-v8');
  1502.            }
  1503.        });
  1504.  
  1505.        allParents.forEach(parent => {
  1506.            if (parent !== parentItem) {
  1507.                parent.classList.remove('open-v8');
  1508.            }
  1509.        });
  1510.  
  1511.        // Toggle current dropdown
  1512.        dropdown.classList.toggle('show-v8');
  1513.        parentItem.classList.toggle('open-v8');
  1514.    }
  1515.  
  1516.    function closeAllV8() {
  1517.        const searchCard = document.getElementById('searchCardV8');
  1518.        const mobileNav = document.getElementById('mobileNavV8');
  1519.        const overlay = document.getElementById('navOverlayV8');
  1520.  
  1521.        searchCard.classList.remove('show-v8');
  1522.        mobileNav.classList.remove('show-v8');
  1523.        overlay.classList.remove('show-v8');
  1524.        activeCard = null;
  1525.    }
  1526.  
  1527.    // Close on escape key
  1528.    document.addEventListener('keydown', function (e) {
  1529.        if (e.key === 'Escape' && activeCard) {
  1530.            closeAllV8();
  1531.        }
  1532.    });
  1533.  
  1534.    // Handle suggestion clicks
  1535.    document.addEventListener('click', function (e) {
  1536.        if (e.target.closest('.suggestion-item-v8')) {
  1537.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1538.            const searchInput = document.querySelector('.search-input-v8');
  1539.            if (searchInput) {
  1540.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1541.            }
  1542.        }
  1543.    });
  1544. </script>
  1545. <script>
  1546.  document.addEventListener("DOMContentLoaded", function () {
  1547.    console.log("loaded");
  1548.  
  1549.     const searchInput = document.getElementById("search-input")
  1550.    const searchResults = document.getElementById("search-results");
  1551.  
  1552.    if (!searchInput || !searchResults) {
  1553.      console.error("Search input/results not found");
  1554.      return;
  1555.    }
  1556.  
  1557.    // Prevent form submission
  1558.    if (searchInput.form) {
  1559.      searchInput.form.addEventListener("submit", function (e) {
  1560.        e.preventDefault();
  1561.      });
  1562.    }
  1563.  
  1564.    // Add event listener for keyup
  1565.    searchInput.addEventListener("keyup", function (e) {
  1566.      console.log("Key pressed:", e.key);
  1567.      e.preventDefault();
  1568.  
  1569.      const query = searchInput.value.trim();
  1570.      console.log("User is typing: " + query);
  1571.  
  1572.      // If empty → clear and hide
  1573.      if (query === "") {
  1574.        searchResults.innerHTML = "";
  1575.        searchResults.style.display = "none";
  1576.        return;
  1577.      }
  1578.  
  1579.      // Show results
  1580.      searchResults.style.display = "block";
  1581.  
  1582.      // Fetch search results
  1583.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1584.        method: "GET",
  1585.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1586.      })
  1587.        .then(response => {
  1588.          console.log("Response Status:", response.status);
  1589.          return response.json();
  1590.        })
  1591.        .then(data => {
  1592.          console.log("Data received:", data);
  1593.          if (data.html) {
  1594.            searchResults.innerHTML = data.html;
  1595.          } else {
  1596.            searchResults.innerHTML = "<p>No results found.</p>";
  1597.          }
  1598.        })
  1599.        .catch(error => {
  1600.          console.error("Error fetching search results:", error);
  1601.        });
  1602.    });
  1603.  
  1604.    // Close results when clicking outside
  1605.    document.addEventListener("click", function (e) {
  1606.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1607.        searchResults.style.display = "none";
  1608.      }
  1609.    });
  1610.  
  1611.    // Close results on ESC key
  1612.    document.addEventListener("keydown", function (e) {
  1613.      if (e.key === "Escape") {
  1614.        searchResults.style.display = "none";
  1615.      }
  1616.    });
  1617.  });
  1618. </script>
  1619.  
  1620.  
  1621.        </header>
  1622.        <!-- end of header -->
  1623.        <!-- start of wpo-blog-hero -->
  1624.        
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632. <div class="blog-hero-v9">
  1633.  <div class="container-fluid fluid-container">
  1634.    <!-- Top Section: Split Layout -->
  1635.    <div class="row g-4 mb-5">
  1636.      <!-- Large Featured Article (Left) -->
  1637.      
  1638.              
  1639.      <div class="col-lg-8 col-12">
  1640.        <article class="large-featured">
  1641.          <div class="featured-image-container">
  1642.            
  1643.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Trump States &#x27;Generally, Agreement Exists&#x27; on Following Steps of Truce Agreement for Gaza" class="featured-image">
  1644.            
  1645.            <div class="category-tag bg-primary-gradient">News</div>
  1646.          </div>
  1647.          <div class="featured-content">
  1648.            <h1 class="featured-title"><a href="/trump-states-generally-agreement-exists-on-following-steps-of-truce-agreement-for-gaza/">
  1649.                                Trump States &#x27;Generally, Agreement Exists&#x27; on Following Steps of Truce Agreement for Gaza
  1650.                            </a></h1>
  1651.            <p class="featured-summary"></p>
  1652.            <div class="article-meta">
  1653.              <div class="author-info">
  1654.                
  1655.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" class="author-pic" >
  1656.                  
  1657.                <span class="author-name">Sandra Lowe</span>
  1658.                <span class="post-time">May 17, 2026</span>
  1659.              </div>
  1660.            </div>
  1661.          </div>
  1662.        </article>
  1663.      </div>
  1664.      
  1665.      
  1666.  
  1667.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1668.      <div class="col-lg-4 col-12">
  1669.        <div class="stacked-features">
  1670.          
  1671.          <article class="small-featured">
  1672.            <div class="small-image-container">
  1673.              
  1674.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Heavy Metal Band Castle Rat" class="small-image">
  1675.              
  1676.              <div class="category-tag bg-primary-gradient">News</div>
  1677.            </div>
  1678.            <div class="small-content">
  1679.              <h3 class="small-title"> <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-band-castle-rat/">
  1680.                                ‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Heavy Metal Band Castle Rat
  1681.                            </a></h3>
  1682.              <p class="compact-text"></p>
  1683.              <div class="small-meta">
  1684.                <span class="small-author">Sandra Lowe</span>
  1685.                <span class="small-date">May 17, 2026</span>
  1686.              </div>
  1687.            </div>
  1688.          </article>
  1689.      
  1690.          <article class="small-featured">
  1691.            <div class="small-image-container">
  1692.              
  1693.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on the Top Job" class="small-image">
  1694.              
  1695.              <div class="category-tag bg-primary-gradient">News</div>
  1696.            </div>
  1697.            <div class="small-content">
  1698.              <h3 class="small-title"> <a href="/who-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-the-top-job/">
  1699.                                Who is Al Carns? Ex-Royal Marine and Labour Minister with Sights on the Top Job
  1700.                            </a></h3>
  1701.              <p class="compact-text"></p>
  1702.              <div class="small-meta">
  1703.                <span class="small-author">Sandra Lowe</span>
  1704.                <span class="small-date">May 17, 2026</span>
  1705.              </div>
  1706.            </div>
  1707.          </article>
  1708.      
  1709.        </div>
  1710.      </div>
  1711.    </div>
  1712.    <!-- Bottom Section: Three Compact Cards -->
  1713.    <div class="row g-4">
  1714.      
  1715.      <div class="col-lg-4 col-md-6 col-12">
  1716.        <article class="compact-card">
  1717.          <div class="compact-image">
  1718.            
  1719.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Swiss Ski Resort Blaze Survivors Are Treated in Specialist Clinics Across Europe" >
  1720.            
  1721.            <div class="compact-category bg-primary-gradient">News</div>
  1722.          </div>
  1723.          <div class="compact-body">
  1724.            <h3 class="compact-title"> <a href="/swiss-ski-resort-blaze-survivors-are-treated-in-specialist-clinics-across-europe/">
  1725.                                    Swiss Ski Resort Blaze Survivors Are Treated in Specialist Clinics Across Europe
  1726.                                </a></h3>
  1727.            <p class="compact-text"></p>
  1728.            <div class="compact-footer">
  1729.              <span class="compact-name">Sandra Lowe</span>
  1730.              <span class="compact-date">May 17</span>
  1731.            </div>
  1732.          </div>
  1733.        </article>
  1734.      </div>
  1735.      
  1736.      <div class="col-lg-4 col-md-6 col-12">
  1737.        <article class="compact-card">
  1738.          <div class="compact-image">
  1739.            
  1740.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Titans Recognise Queens as Trump Extends Mamdani a Friendly Reception" >
  1741.            
  1742.            <div class="compact-category bg-primary-gradient">News</div>
  1743.          </div>
  1744.          <div class="compact-body">
  1745.            <h3 class="compact-title"> <a href="/titans-recognise-queens-as-trump-extends-mamdani-a-friendly-reception/">
  1746.                                    Titans Recognise Queens as Trump Extends Mamdani a Friendly Reception
  1747.                                </a></h3>
  1748.            <p class="compact-text"></p>
  1749.            <div class="compact-footer">
  1750.              <span class="compact-name">Sandra Lowe</span>
  1751.              <span class="compact-date">May 17</span>
  1752.            </div>
  1753.          </div>
  1754.        </article>
  1755.      </div>
  1756.      
  1757.    </div>
  1758.  </div>
  1759. </div>
  1760.  
  1761. <style>
  1762.  
  1763.  /* Large Featured Article */
  1764.  .large-featured {
  1765.    background: var(--card-bg, #ffffff);
  1766.    border-radius: 10px;
  1767.    overflow: hidden;
  1768.    transition: box-shadow 0.3s ease;
  1769.  }
  1770.  
  1771.  .large-featured:hover {
  1772.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1773.  }
  1774.  
  1775.  .featured-image-container {
  1776.    position: relative;
  1777.    height: 350px;
  1778.    overflow: hidden;
  1779.  }
  1780.  
  1781.  .featured-image {
  1782.    width: 100%;
  1783.    height: 100%;
  1784.    object-fit: cover;
  1785.  }
  1786.  
  1787.  .featured-content {
  1788.    padding: 2rem;
  1789.  }
  1790.  
  1791.  .featured-title {
  1792.    font-size: 2.2rem;
  1793.    font-weight: 700;
  1794.    color: #111827;
  1795.    margin-bottom: 0.75rem;
  1796.    line-height: 1.3;
  1797.  }
  1798.  
  1799.  .featured-summary {
  1800.    font-size: 1rem;
  1801.    color: #4b5563;
  1802.    line-height: 1.6;
  1803.    margin-bottom: 1.25rem;
  1804.  }
  1805.  
  1806.  .article-meta {
  1807.    display: flex;
  1808.    align-items: center;
  1809.    gap: 0.75rem;
  1810.    font-size: 0.85rem;
  1811.    color: #6b7280;
  1812.  }
  1813.  
  1814.  .author-info {
  1815.    display: flex;
  1816.    align-items: center;
  1817.    gap: 0.5rem;
  1818.  }
  1819.  
  1820.  .author-pic {
  1821.    width: 36px;
  1822.    height: 36px;
  1823.    border-radius: 50%;
  1824.  }
  1825.  
  1826.  .author-name {
  1827.    font-weight: 600;
  1828.    color: #374151;
  1829.  }
  1830.  
  1831.  /* Smaller Featured Articles (Stacked) */
  1832.  .stacked-features {
  1833.    display: flex;
  1834.    flex-direction: column;
  1835.    gap: 1.5rem;
  1836.  }
  1837.  
  1838.  .small-featured {
  1839.    background: var(--card-bg, #ffffff);
  1840.    border-radius: 10px;
  1841.    overflow: hidden;
  1842.    transition: box-shadow 0.3s ease;
  1843.  }
  1844.  
  1845.  .small-featured:hover {
  1846.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1847.  }
  1848.  
  1849.  .small-image-container {
  1850.    position: relative;
  1851.    height: 150px;
  1852.    overflow: hidden;
  1853.  }
  1854.  
  1855.  .small-image {
  1856.    width: 100%;
  1857.    height: 100%;
  1858.    object-fit: cover;
  1859.  }
  1860.  
  1861.  .small-content {
  1862.    padding: 1.25rem;
  1863.  }
  1864.  
  1865.  .small-title {
  1866.    font-size: 1.2rem;
  1867.    font-weight: 600;
  1868.    color: #111827;
  1869.    margin-bottom: 0.5rem;
  1870.  }
  1871.  
  1872.  .small-meta {
  1873.    display: flex;
  1874.    gap: 0.5rem;
  1875.    font-size: 0.8rem;
  1876.    color: #6b7280;
  1877.  }
  1878.  
  1879.  /* Category Tags - Gradient for Difference */
  1880.  .category-tag {
  1881.    position: absolute;
  1882.    top: 0.75rem;
  1883.    left: 0.75rem;
  1884.    padding: 0.3rem 1rem;
  1885.    font-size: 0.75rem;
  1886.    font-weight: 600;
  1887.    text-transform: uppercase;
  1888.    color: white;
  1889.    border-radius: 15px; /* Soft pill shape */
  1890.  }
  1891.  
  1892.  
  1893.  
  1894.  /* Compact Cards - Borderless */
  1895.  .compact-card {
  1896.    background: var(--card-bg, #ffffff);
  1897.    border-radius: 10px;
  1898.    overflow: hidden;
  1899.    transition: box-shadow 0.3s ease;
  1900.  }
  1901.  
  1902.  .compact-card:hover {
  1903.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1904.  }
  1905.  
  1906.  .compact-image {
  1907.    position: relative;
  1908.    height: 180px;
  1909.    overflow: hidden;
  1910.  }
  1911.  
  1912.  .compact-image img {
  1913.    width: 100%;
  1914.    height: 100%;
  1915.    object-fit: cover;
  1916.  }
  1917.  
  1918.  .compact-category {
  1919.    position: absolute;
  1920.    top: 0.75rem;
  1921.    left: 0.75rem;
  1922.    padding: 0.3rem 0.8rem;
  1923.    font-size: 0.7rem;
  1924.    border-radius: 15px;
  1925.    color: white;
  1926.  }
  1927.  
  1928.  .compact-body {
  1929.    padding: 1.5rem;
  1930.  }
  1931.  
  1932.  .compact-title {
  1933.    font-size: 1.1rem;
  1934.    font-weight: 600;
  1935.    color: #111827;
  1936.    margin-bottom: 0.5rem;
  1937.  }
  1938.  
  1939.  .compact-text {
  1940.    font-size: 0.9rem;
  1941.    color: #4b5563;
  1942.    line-height: 1.5;
  1943.    margin-bottom: 1rem;
  1944.  }
  1945.  
  1946.  .compact-footer {
  1947.    display: flex;
  1948.    justify-content: space-between;
  1949.    font-size: 0.8rem;
  1950.    color: #6b7280;
  1951.  }
  1952.  
  1953.  /* Responsive Design */
  1954.  @media (max-width: 992px) {
  1955.    .featured-image-container {
  1956.      height: 280px;
  1957.    }
  1958.  
  1959.    .featured-title {
  1960.      font-size: 1.8rem;
  1961.    }
  1962.  
  1963.    .small-image-container {
  1964.      height: 120px;
  1965.    }
  1966.  }
  1967.  
  1968.  @media (max-width: 768px) {
  1969.    .featured-content,
  1970.    .small-content,
  1971.    .compact-body {
  1972.      padding: 1.25rem;
  1973.    }
  1974.  
  1975.    .compact-image {
  1976.      height: 150px;
  1977.    }
  1978.  }
  1979.  
  1980.  @media (max-width: 576px) {
  1981.    .featured-title {
  1982.      font-size: 1.5rem;
  1983.    }
  1984.  
  1985.    .small-title,
  1986.    .compact-title {
  1987.      font-size: 1rem;
  1988.    }
  1989.  }
  1990. </style>
  1991.  
  1992.  
  1993.  
  1994.  
  1995.        <!-- end of wpo-blog-hero -->
  1996.  
  1997.        <!-- start of wpo-breacking-news -->
  1998.        
  1999.        <!-- end of wpo-breacking-news -->
  2000.        
  2001.        <!-- start wpo-blog-highlights-section -->
  2002.        
  2003.  
  2004.  
  2005.  
  2006.    
  2007.  
  2008.  
  2009.  
  2010. <style>
  2011.    .blog-highlights-v4 {
  2012.        padding: 30px 0;
  2013.        position: relative;
  2014.        min-height: 100vh;
  2015.        background: transparent; /* Solid background color */
  2016.    }
  2017.  
  2018.    /* Blog Container */
  2019.    .blog-container-v4 {
  2020.        position: relative;
  2021.        z-index: 10;
  2022.    }
  2023.  
  2024.    /* Card Design */
  2025.    .blog-card-v4 {
  2026.        border-radius: 25px;
  2027.        background: var(--card-bg);
  2028.        border: 1px solid var(--border-color);
  2029.        position: relative;
  2030.        overflow: hidden;
  2031.        transition: opacity 1.2s ease; /* Fade animation for card */
  2032.    }
  2033.  
  2034.    /* Image Container */
  2035.    .blog-image-container-v4 {
  2036.        height: 280px;
  2037.        border-radius: 20px 20px 0 0;
  2038.        overflow: hidden;
  2039.        position: relative;
  2040.        z-index: 2;
  2041.    }
  2042.  
  2043.    .blog-image-v4 {
  2044.        width: 100%;
  2045.        height: 100%;
  2046.        position: relative;
  2047.        overflow: hidden;
  2048.    }
  2049.  
  2050.    .blog-image-v4 img {
  2051.        width: 100%;
  2052.        height: 100%;
  2053.        object-fit: cover;
  2054.    }
  2055.  
  2056.    /* Category Badge */
  2057.    .blog-category-v4 {
  2058.        position: absolute;
  2059.        top: 20px;
  2060.        left: 20px;
  2061.        padding: 10px 18px;
  2062.        border-radius: 20px;
  2063.        font-size: 11px;
  2064.        font-weight: 700;
  2065.        text-transform: uppercase;
  2066.        letter-spacing: 1.2px;
  2067.        z-index: 5;
  2068.        border: 1px solid rgba(255, 255, 255, 0.3);
  2069.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2070.    }
  2071.  
  2072.    /* Content Area */
  2073.    .blog-content-v4 {
  2074.        padding: 20px 25px 25px;
  2075.        display: flex;
  2076.        flex-direction: column;
  2077.        justify-content: space-between;
  2078.        position: relative;
  2079.        z-index: 2;
  2080.    }
  2081.  
  2082.    /* Title */
  2083.    .blog-title-v4 {
  2084.        font-size: 20px;
  2085.        font-weight: 800;
  2086.        line-height: 1.3;
  2087.        margin-bottom: 8px;
  2088.    }
  2089.  
  2090.    .blog-title-v4 a {
  2091.        text-decoration: none;
  2092.    }
  2093.  
  2094.    /* Meta Information */
  2095.    .blog-meta-v4 {
  2096.        display: flex;
  2097.        align-items: center;
  2098.        gap: 12px;
  2099.        margin-bottom: 15px;
  2100.        font-size: 13px;
  2101.    }
  2102.  
  2103.    .blog-author-img-v4 {
  2104.        width: 35px;
  2105.        height: 35px;
  2106.        border-radius: 50%;
  2107.        border: 2px solid var(--border-color);
  2108.    }
  2109.  
  2110.    /* Excerpt */
  2111.    .blog-excerpt-v4 {
  2112.        font-size: 14px;
  2113.        line-height: 1.6;
  2114.        margin-bottom: 8px;
  2115.        display: -webkit-box;
  2116.        -webkit-line-clamp: 3;
  2117.        -webkit-box-orient: vertical;
  2118.        overflow: hidden;
  2119.    }
  2120.  
  2121.    /* Actions Area */
  2122.    .blog-actions-v4 {
  2123.        display: flex;
  2124.        justify-content: space-between;
  2125.        align-items: center;
  2126.    }
  2127.  
  2128.    .blog-stats-v4 {
  2129.        display: flex;
  2130.        gap: 20px;
  2131.        align-items: center;
  2132.    }
  2133.  
  2134.    .blog-stat-item-v4 {
  2135.        display: flex;
  2136.        align-items: center;
  2137.        gap: 6px;
  2138.        font-size: 12px;
  2139.    }
  2140.  
  2141.    /* Read More Button */
  2142.    .blog-read-more-v4 {
  2143.        width: 40px;
  2144.        height: 40px;
  2145.        border-radius: 50%;
  2146.        background: var(--border-color);
  2147.        border: 2px solid var(--border-color);
  2148.        display: flex;
  2149.        align-items: center;
  2150.        justify-content: center;
  2151.        text-decoration: none;
  2152.    }
  2153.  
  2154.    ..blog-read-more-v4:hover{
  2155.        background-color: #172133;
  2156.    }
  2157.    /* Section Header */
  2158.    .section-header-v4 {
  2159.        text-align: center;
  2160.        margin-bottom: 40px;
  2161.        position: relative;
  2162.        z-index: 15;
  2163.    }
  2164.  
  2165.    .section-title-v4 {
  2166.        font-size: 3.5rem;
  2167.        font-weight: 900;
  2168.        margin-bottom: .5rem;
  2169.    }
  2170.  
  2171.    .section-subtitle-v4 {
  2172.        font-size: 1.4rem;
  2173.        max-width: 700px;
  2174.        margin: 0 auto;
  2175.        line-height: 1.7;
  2176.        font-weight: 300;
  2177.    }
  2178.  
  2179.    /* Scroll Fade Animation */
  2180.    .scroll-trigger {
  2181.        opacity: 0;
  2182.        transition: opacity 1.2s ease;
  2183.    }
  2184.  
  2185.    .scroll-trigger.active {
  2186.        opacity: 1;
  2187.    }
  2188.  
  2189.    /* Responsive Design */
  2190.    @media (max-width: 768px) {
  2191.        .section-title-v4 {
  2192.            font-size: 3rem;
  2193.        }
  2194.        .blog-highlights-v4 {
  2195.            padding: 80px 0;
  2196.        }
  2197.        .blog-card-v4 {
  2198.            height: 450px;
  2199.        }
  2200.        .blog-content-v4 {
  2201.            padding: 15px 20px 20px;
  2202.        }
  2203.    }
  2204. </style>
  2205.  
  2206. <section class="blog-highlights-v4">
  2207.    <div class="container-fluid fluid-container blog-container-v4">
  2208.        <!-- Section Header -->
  2209.        <div class="row">
  2210.            <div class="col-12">
  2211.                <div class="section-header-v4">
  2212.                    <h2 class="section-title-v4">
  2213.                Today's Top Highlights
  2214.                   </h2>
  2215.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2216.                </div>
  2217.            </div>
  2218.        </div>
  2219.        
  2220.        <!-- Blog Grid -->
  2221.        <div class="row">
  2222.            <div class="col-lg-8">
  2223.                <div class="row g-4">
  2224.                    
  2225.                    <div class="col-lg-6 col-md-6">
  2226.                        <article class="blog-card-v4 scroll-trigger">
  2227.                            <div class="blog-image-container-v4">
  2228.                                <div class="blog-image-v4">
  2229.                                    
  2230.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                                    
  2232.                                </div>
  2233.                                
  2234.                                <span class="blog-category-v4 bg-primary-gradient">
  2235.                                    News
  2236.                                </span>
  2237.                            </div>
  2238.                            
  2239.                            <div class="blog-content-v4">
  2240.                                <h3 class="blog-title-v4">
  2241.                                    <a href="/the-ten-year-affair-from-author-erin-somers-a-midlife-infidelity-story-our-generation-needs/" class="top-color">
  2242.                                    The Ten Year Affair from author Erin Somers: A Midlife Infidelity Story Our Generation Needs.
  2243.                                    </a>
  2244.                                </h3>
  2245.                                <div class="blog-meta-v4">
  2246.                                    
  2247.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2248.                                    
  2249.                                    <span>By <strong>Sandra Lowe</strong></span>
  2250.                                    <span>•</span>
  2251.                                    <span>16 May 2026</span>
  2252.                                </div>
  2253.                                
  2254.                                <p class="blog-excerpt-v4">
  2255.                                    
  2256.                                </p>
  2257.                                
  2258.                                <div class="blog-actions-v4">
  2259.                                    
  2260.                                    <a href="/the-ten-year-affair-from-author-erin-somers-a-midlife-infidelity-story-our-generation-needs/" class="blog-read-more-v4 bg-primary-gradient">
  2261.                                        <i class="ti-arrow-right"></i>
  2262.                                    </a>
  2263.                                </div>
  2264.                            </div>
  2265.                        </article>
  2266.                    </div>
  2267.                    
  2268.                    <div class="col-lg-6 col-md-6">
  2269.                        <article class="blog-card-v4 scroll-trigger">
  2270.                            <div class="blog-image-container-v4">
  2271.                                <div class="blog-image-v4">
  2272.                                    
  2273.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2274.                                    
  2275.                                </div>
  2276.                                
  2277.                                <span class="blog-category-v4 bg-primary-gradient">
  2278.                                    News
  2279.                                </span>
  2280.                            </div>
  2281.                            
  2282.                            <div class="blog-content-v4">
  2283.                                <h3 class="blog-title-v4">
  2284.                                    <a href="/leader-zelenskyy-declares-the-nation-was-10-away-from-a-peace-deal-yet-not-at-any-possible-price/" class="top-color">
  2285.                                    Leader Zelenskyy Declares The Nation Was 10% Away from a Peace Deal, Yet Not at Any Possible Price
  2286.                                    </a>
  2287.                                </h3>
  2288.                                <div class="blog-meta-v4">
  2289.                                    
  2290.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2291.                                    
  2292.                                    <span>By <strong>Sandra Lowe</strong></span>
  2293.                                    <span>•</span>
  2294.                                    <span>16 May 2026</span>
  2295.                                </div>
  2296.                                
  2297.                                <p class="blog-excerpt-v4">
  2298.                                    
  2299.                                </p>
  2300.                                
  2301.                                <div class="blog-actions-v4">
  2302.                                    
  2303.                                    <a href="/leader-zelenskyy-declares-the-nation-was-10-away-from-a-peace-deal-yet-not-at-any-possible-price/" class="blog-read-more-v4 bg-primary-gradient">
  2304.                                        <i class="ti-arrow-right"></i>
  2305.                                    </a>
  2306.                                </div>
  2307.                            </div>
  2308.                        </article>
  2309.                    </div>
  2310.                    
  2311.                    <div class="col-lg-6 col-md-6">
  2312.                        <article class="blog-card-v4 scroll-trigger">
  2313.                            <div class="blog-image-container-v4">
  2314.                                <div class="blog-image-v4">
  2315.                                    
  2316.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2317.                                    
  2318.                                </div>
  2319.                                
  2320.                                <span class="blog-category-v4 bg-primary-gradient">
  2321.                                    News
  2322.                                </span>
  2323.                            </div>
  2324.                            
  2325.                            <div class="blog-content-v4">
  2326.                                <h3 class="blog-title-v4">
  2327.                                    <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-track/" class="top-color">
  2328.                                    The Mighty Nein&#x27;s Opening Sequence Selected the Wrong Critical Role Track
  2329.                                    </a>
  2330.                                </h3>
  2331.                                <div class="blog-meta-v4">
  2332.                                    
  2333.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2334.                                    
  2335.                                    <span>By <strong>Sandra Lowe</strong></span>
  2336.                                    <span>•</span>
  2337.                                    <span>16 May 2026</span>
  2338.                                </div>
  2339.                                
  2340.                                <p class="blog-excerpt-v4">
  2341.                                    
  2342.                                </p>
  2343.                                
  2344.                                <div class="blog-actions-v4">
  2345.                                    
  2346.                                    <a href="/the-mighty-neins-opening-sequence-selected-the-wrong-critical-role-track/" class="blog-read-more-v4 bg-primary-gradient">
  2347.                                        <i class="ti-arrow-right"></i>
  2348.                                    </a>
  2349.                                </div>
  2350.                            </div>
  2351.                        </article>
  2352.                    </div>
  2353.                    
  2354.                    <div class="col-lg-6 col-md-6">
  2355.                        <article class="blog-card-v4 scroll-trigger">
  2356.                            <div class="blog-image-container-v4">
  2357.                                <div class="blog-image-v4">
  2358.                                    
  2359.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2360.                                    
  2361.                                </div>
  2362.                                
  2363.                                <span class="blog-category-v4 bg-primary-gradient">
  2364.                                    News
  2365.                                </span>
  2366.                            </div>
  2367.                            
  2368.                            <div class="blog-content-v4">
  2369.                                <h3 class="blog-title-v4">
  2370.                                    <a href="/leadership-changes-global-conflicts-sparse-reporting-major-threats-to-global-warming-solutions-that-dogged-climate-summit/" class="top-color">
  2371.                                    Leadership Changes, Global Conflicts, Sparse Reporting: Major Threats to Global Warming Solutions That Dogged Climate Summit
  2372.                                    </a>
  2373.                                </h3>
  2374.                                <div class="blog-meta-v4">
  2375.                                    
  2376.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2377.                                    
  2378.                                    <span>By <strong>Sandra Lowe</strong></span>
  2379.                                    <span>•</span>
  2380.                                    <span>16 May 2026</span>
  2381.                                </div>
  2382.                                
  2383.                                <p class="blog-excerpt-v4">
  2384.                                    
  2385.                                </p>
  2386.                                
  2387.                                <div class="blog-actions-v4">
  2388.                                    
  2389.                                    <a href="/leadership-changes-global-conflicts-sparse-reporting-major-threats-to-global-warming-solutions-that-dogged-climate-summit/" class="blog-read-more-v4 bg-primary-gradient">
  2390.                                        <i class="ti-arrow-right"></i>
  2391.                                    </a>
  2392.                                </div>
  2393.                            </div>
  2394.                        </article>
  2395.                    </div>
  2396.                    
  2397.                    <div class="col-lg-6 col-md-6">
  2398.                        <article class="blog-card-v4 scroll-trigger">
  2399.                            <div class="blog-image-container-v4">
  2400.                                <div class="blog-image-v4">
  2401.                                    
  2402.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2403.                                    
  2404.                                </div>
  2405.                                
  2406.                                <span class="blog-category-v4 bg-primary-gradient">
  2407.                                    News
  2408.                                </span>
  2409.                            </div>
  2410.                            
  2411.                            <div class="blog-content-v4">
  2412.                                <h3 class="blog-title-v4">
  2413.                                    <a href="/snap-payments-set-to-expire-for-41-million-during-continuing-government-closure/" class="top-color">
  2414.                                    SNAP Payments Set to Expire for 41 Million During Continuing Government Closure
  2415.                                    </a>
  2416.                                </h3>
  2417.                                <div class="blog-meta-v4">
  2418.                                    
  2419.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2420.                                    
  2421.                                    <span>By <strong>Sandra Lowe</strong></span>
  2422.                                    <span>•</span>
  2423.                                    <span>16 May 2026</span>
  2424.                                </div>
  2425.                                
  2426.                                <p class="blog-excerpt-v4">
  2427.                                    
  2428.                                </p>
  2429.                                
  2430.                                <div class="blog-actions-v4">
  2431.                                    
  2432.                                    <a href="/snap-payments-set-to-expire-for-41-million-during-continuing-government-closure/" class="blog-read-more-v4 bg-primary-gradient">
  2433.                                        <i class="ti-arrow-right"></i>
  2434.                                    </a>
  2435.                                </div>
  2436.                            </div>
  2437.                        </article>
  2438.                    </div>
  2439.                    
  2440.                    <div class="col-lg-6 col-md-6">
  2441.                        <article class="blog-card-v4 scroll-trigger">
  2442.                            <div class="blog-image-container-v4">
  2443.                                <div class="blog-image-v4">
  2444.                                    
  2445.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2446.                                    
  2447.                                </div>
  2448.                                
  2449.                                <span class="blog-category-v4 bg-primary-gradient">
  2450.                                    News
  2451.                                </span>
  2452.                            </div>
  2453.                            
  2454.                            <div class="blog-content-v4">
  2455.                                <h3 class="blog-title-v4">
  2456.                                    <a href="/tragedy-occurs-as-man-passes-away-after-water-retrieval-off-british-coast/" class="top-color">
  2457.                                    Tragedy Occurs as Man Passes Away After Water Retrieval Off British Coast
  2458.                                    </a>
  2459.                                </h3>
  2460.                                <div class="blog-meta-v4">
  2461.                                    
  2462.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2463.                                    
  2464.                                    <span>By <strong>Sandra Lowe</strong></span>
  2465.                                    <span>•</span>
  2466.                                    <span>16 May 2026</span>
  2467.                                </div>
  2468.                                
  2469.                                <p class="blog-excerpt-v4">
  2470.                                    
  2471.                                </p>
  2472.                                
  2473.                                <div class="blog-actions-v4">
  2474.                                    
  2475.                                    <a href="/tragedy-occurs-as-man-passes-away-after-water-retrieval-off-british-coast/" class="blog-read-more-v4 bg-primary-gradient">
  2476.                                        <i class="ti-arrow-right"></i>
  2477.                                    </a>
  2478.                                </div>
  2479.                            </div>
  2480.                        </article>
  2481.                    </div>
  2482.                    
  2483.                    <div class="col-lg-6 col-md-6">
  2484.                        <article class="blog-card-v4 scroll-trigger">
  2485.                            <div class="blog-image-container-v4">
  2486.                                <div class="blog-image-v4">
  2487.                                    
  2488.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2489.                                    
  2490.                                </div>
  2491.                                
  2492.                                <span class="blog-category-v4 bg-primary-gradient">
  2493.                                    News
  2494.                                </span>
  2495.                            </div>
  2496.                            
  2497.                            <div class="blog-content-v4">
  2498.                                <h3 class="blog-title-v4">
  2499.                                    <a href="/prime-minister-celebrates-a-historic-day-as-esafety-chief-forecasts-world-will-follow-our-example/" class="top-color">
  2500.                                    Prime Minister Celebrates a &#x27;Historic Day&#x27; as eSafety Chief Forecasts &#x27;World Will Follow Our Example&#x27;.
  2501.                                    </a>
  2502.                                </h3>
  2503.                                <div class="blog-meta-v4">
  2504.                                    
  2505.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2506.                                    
  2507.                                    <span>By <strong>Sandra Lowe</strong></span>
  2508.                                    <span>•</span>
  2509.                                    <span>16 May 2026</span>
  2510.                                </div>
  2511.                                
  2512.                                <p class="blog-excerpt-v4">
  2513.                                    
  2514.                                </p>
  2515.                                
  2516.                                <div class="blog-actions-v4">
  2517.                                    
  2518.                                    <a href="/prime-minister-celebrates-a-historic-day-as-esafety-chief-forecasts-world-will-follow-our-example/" class="blog-read-more-v4 bg-primary-gradient">
  2519.                                        <i class="ti-arrow-right"></i>
  2520.                                    </a>
  2521.                                </div>
  2522.                            </div>
  2523.                        </article>
  2524.                    </div>
  2525.                    
  2526.                    <div class="col-lg-6 col-md-6">
  2527.                        <article class="blog-card-v4 scroll-trigger">
  2528.                            <div class="blog-image-container-v4">
  2529.                                <div class="blog-image-v4">
  2530.                                    
  2531.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2532.                                    
  2533.                                </div>
  2534.                                
  2535.                                <span class="blog-category-v4 bg-primary-gradient">
  2536.                                    Others
  2537.                                </span>
  2538.                            </div>
  2539.                            
  2540.                            <div class="blog-content-v4">
  2541.                                <h3 class="blog-title-v4">
  2542.                                    <a href="/ace-online-slot-game-strategies-to-win-big-your-ultimate-guide/" class="top-color">
  2543.                                    Ace Online Slot Game Strategies to Win Big: Your Ultimate Guide
  2544.                                    </a>
  2545.                                </h3>
  2546.                                <div class="blog-meta-v4">
  2547.                                    
  2548.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2549.                                    
  2550.                                    <span>By <strong>Sandra Lowe</strong></span>
  2551.                                    <span>•</span>
  2552.                                    <span>16 May 2026</span>
  2553.                                </div>
  2554.                                
  2555.                                <p class="blog-excerpt-v4">
  2556.                                    
  2557.                                </p>
  2558.                                
  2559.                                <div class="blog-actions-v4">
  2560.                                    
  2561.                                    <a href="/ace-online-slot-game-strategies-to-win-big-your-ultimate-guide/" class="blog-read-more-v4 bg-primary-gradient">
  2562.                                        <i class="ti-arrow-right"></i>
  2563.                                    </a>
  2564.                                </div>
  2565.                            </div>
  2566.                        </article>
  2567.                    </div>
  2568.                    
  2569.                    <div class="col-lg-6 col-md-6">
  2570.                        <article class="blog-card-v4 scroll-trigger">
  2571.                            <div class="blog-image-container-v4">
  2572.                                <div class="blog-image-v4">
  2573.                                    
  2574.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2575.                                    
  2576.                                </div>
  2577.                                
  2578.                                <span class="blog-category-v4 bg-primary-gradient">
  2579.                                    Others
  2580.                                </span>
  2581.                            </div>
  2582.                            
  2583.                            <div class="blog-content-v4">
  2584.                                <h3 class="blog-title-v4">
  2585.                                    <a href="/maximizing-your-luck-effective-strategies-for-online-slots/" class="top-color">
  2586.                                    Maximizing Your Luck: Effective Strategies for Online Slots
  2587.                                    </a>
  2588.                                </h3>
  2589.                                <div class="blog-meta-v4">
  2590.                                    
  2591.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2592.                                    
  2593.                                    <span>By <strong>Sandra Lowe</strong></span>
  2594.                                    <span>•</span>
  2595.                                    <span>16 May 2026</span>
  2596.                                </div>
  2597.                                
  2598.                                <p class="blog-excerpt-v4">
  2599.                                    
  2600.                                </p>
  2601.                                
  2602.                                <div class="blog-actions-v4">
  2603.                                    
  2604.                                    <a href="/maximizing-your-luck-effective-strategies-for-online-slots/" class="blog-read-more-v4 bg-primary-gradient">
  2605.                                        <i class="ti-arrow-right"></i>
  2606.                                    </a>
  2607.                                </div>
  2608.                            </div>
  2609.                        </article>
  2610.                    </div>
  2611.                    
  2612.                    <div class="col-lg-6 col-md-6">
  2613.                        <article class="blog-card-v4 scroll-trigger">
  2614.                            <div class="blog-image-container-v4">
  2615.                                <div class="blog-image-v4">
  2616.                                    
  2617.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2618.                                    
  2619.                                </div>
  2620.                                
  2621.                                <span class="blog-category-v4 bg-primary-gradient">
  2622.                                    News
  2623.                                </span>
  2624.                            </div>
  2625.                            
  2626.                            <div class="blog-content-v4">
  2627.                                <h3 class="blog-title-v4">
  2628.                                    <a href="/new-york-city-mayor-eric-adams-plans-to-back-andrew-cuomo-in-nyc-mayors-election/" class="top-color">
  2629.                                    New York City Mayor Eric Adams Plans to Back Andrew Cuomo in NYC Mayor&#x27;s Election
  2630.                                    </a>
  2631.                                </h3>
  2632.                                <div class="blog-meta-v4">
  2633.                                    
  2634.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2635.                                    
  2636.                                    <span>By <strong>Sandra Lowe</strong></span>
  2637.                                    <span>•</span>
  2638.                                    <span>16 May 2026</span>
  2639.                                </div>
  2640.                                
  2641.                                <p class="blog-excerpt-v4">
  2642.                                    
  2643.                                </p>
  2644.                                
  2645.                                <div class="blog-actions-v4">
  2646.                                    
  2647.                                    <a href="/new-york-city-mayor-eric-adams-plans-to-back-andrew-cuomo-in-nyc-mayors-election/" class="blog-read-more-v4 bg-primary-gradient">
  2648.                                        <i class="ti-arrow-right"></i>
  2649.                                    </a>
  2650.                                </div>
  2651.                            </div>
  2652.                        </article>
  2653.                    </div>
  2654.                    
  2655.                    <div class="col-lg-6 col-md-6">
  2656.                        <article class="blog-card-v4 scroll-trigger">
  2657.                            <div class="blog-image-container-v4">
  2658.                                <div class="blog-image-v4">
  2659.                                    
  2660.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2661.                                    
  2662.                                </div>
  2663.                                
  2664.                                <span class="blog-category-v4 bg-primary-gradient">
  2665.                                    News
  2666.                                </span>
  2667.                            </div>
  2668.                            
  2669.                            <div class="blog-content-v4">
  2670.                                <h3 class="blog-title-v4">
  2671.                                    <a href="/republican-lawmaker-says-deal-can-be-had-on-health-care-as-key-tax-credits-set-to-expire/" class="top-color">
  2672.                                    Republican Lawmaker Says &#x27;Deal Can Be Had&#x27; on Health Care as Key Tax Credits Set to Expire.
  2673.                                    </a>
  2674.                                </h3>
  2675.                                <div class="blog-meta-v4">
  2676.                                    
  2677.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2678.                                    
  2679.                                    <span>By <strong>Sandra Lowe</strong></span>
  2680.                                    <span>•</span>
  2681.                                    <span>15 May 2026</span>
  2682.                                </div>
  2683.                                
  2684.                                <p class="blog-excerpt-v4">
  2685.                                    
  2686.                                </p>
  2687.                                
  2688.                                <div class="blog-actions-v4">
  2689.                                    
  2690.                                    <a href="/republican-lawmaker-says-deal-can-be-had-on-health-care-as-key-tax-credits-set-to-expire/" class="blog-read-more-v4 bg-primary-gradient">
  2691.                                        <i class="ti-arrow-right"></i>
  2692.                                    </a>
  2693.                                </div>
  2694.                            </div>
  2695.                        </article>
  2696.                    </div>
  2697.                    
  2698.                    <div class="col-lg-6 col-md-6">
  2699.                        <article class="blog-card-v4 scroll-trigger">
  2700.                            <div class="blog-image-container-v4">
  2701.                                <div class="blog-image-v4">
  2702.                                    
  2703.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2704.                                    
  2705.                                </div>
  2706.                                
  2707.                                <span class="blog-category-v4 bg-primary-gradient">
  2708.                                    Others
  2709.                                </span>
  2710.                            </div>
  2711.                            
  2712.                            <div class="blog-content-v4">
  2713.                                <h3 class="blog-title-v4">
  2714.                                    <a href="/unveiling-the-thrilling-universe-of-online-casino-slots-an-in-depth-guide/" class="top-color">
  2715.                                    Unveiling the Thrilling Universe of Online Casino Slots: An In-Depth Guide
  2716.                                    </a>
  2717.                                </h3>
  2718.                                <div class="blog-meta-v4">
  2719.                                    
  2720.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;"  class="blog-author-img-v4">
  2721.                                    
  2722.                                    <span>By <strong>Sandra Lowe</strong></span>
  2723.                                    <span>•</span>
  2724.                                    <span>15 May 2026</span>
  2725.                                </div>
  2726.                                
  2727.                                <p class="blog-excerpt-v4">
  2728.                                    
  2729.                                </p>
  2730.                                
  2731.                                <div class="blog-actions-v4">
  2732.                                    
  2733.                                    <a href="/unveiling-the-thrilling-universe-of-online-casino-slots-an-in-depth-guide/" class="blog-read-more-v4 bg-primary-gradient">
  2734.                                        <i class="ti-arrow-right"></i>
  2735.                                    </a>
  2736.                                </div>
  2737.                            </div>
  2738.                        </article>
  2739.                    </div>
  2740.                    
  2741.                    
  2742.  
  2743.                </div>
  2744.            </div>
  2745.            
  2746.             <div class="col col-lg-4 col-12">
  2747.                
  2748.  
  2749.  
  2750.  
  2751.    
  2752.  
  2753.  
  2754. <!-- Blog Sidebar V2 - Focused Design -->
  2755.  <div class="sidebar mb-3">
  2756.    <!-- Recent Posts Section -->
  2757.    <div class="sidebar-widget mb-4">
  2758.      <div class="widget-title-wrapper mb-3">
  2759.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2760.          <i class="ti-time me-2"></i>Recent Posts
  2761.          <span class="title-arrow-primary"></span>
  2762.        </h4>
  2763.      </div>
  2764.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2765.        <div class="recent-post-list">
  2766.          
  2767.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2768.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2769.              
  2770.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2771.              
  2772.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2773.            </div>
  2774.            <div class="post-content flex-grow-1">
  2775.              <h6 class="post-title mb-2">
  2776.                <a href="/administration-denounces-democratic-hoax-as-additional-jeffrey-epstein-images-made-public/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2777.                                            Administration Denounces &#x27;Democratic Hoax&#x27; as Additional Jeffrey Epstein Images Made Public
  2778.                                            </a>
  2779.              </h6>
  2780.              <div class="post-meta">
  2781.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2782.                <!-- <small class="text-muted">
  2783.                  <i class="ti-eye me-1"></i>348 views
  2784.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2785.                </small> -->
  2786.              </div>
  2787.            </div>
  2788.          </div>
  2789.          
  2790.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2791.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2792.              
  2793.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2794.              
  2795.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2796.            </div>
  2797.            <div class="post-content flex-grow-1">
  2798.              <h6 class="post-title mb-2">
  2799.                <a href="/millie-bright-departs-england-stage-long-after-her-name-was-carved-among-soccer-greats/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2800.                                            Millie Bright Departs England Stage Long After Her Name Was Carved Among Soccer Greats
  2801.                                            </a>
  2802.              </h6>
  2803.              <div class="post-meta">
  2804.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2805.                <!-- <small class="text-muted">
  2806.                  <i class="ti-eye me-1"></i>348 views
  2807.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2808.                </small> -->
  2809.              </div>
  2810.            </div>
  2811.          </div>
  2812.          
  2813.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2814.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2815.              
  2816.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2817.              
  2818.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2819.            </div>
  2820.            <div class="post-content flex-grow-1">
  2821.              <h6 class="post-title mb-2">
  2822.                <a href="/the-hit-drama-confirmed-for-seventh-series-on-the-british-broadcaster/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2823.                                            The Hit Drama Confirmed for Seventh Series on the British Broadcaster
  2824.                                            </a>
  2825.              </h6>
  2826.              <div class="post-meta">
  2827.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2828.                <!-- <small class="text-muted">
  2829.                  <i class="ti-eye me-1"></i>348 views
  2830.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2831.                </small> -->
  2832.              </div>
  2833.            </div>
  2834.          </div>
  2835.          
  2836.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2837.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2838.              
  2839.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2840.              
  2841.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2842.            </div>
  2843.            <div class="post-content flex-grow-1">
  2844.              <h6 class="post-title mb-2">
  2845.                <a href="/emma-raducanu-ends-the-current-season-and-has-decided-to-continue-with-trainer-through-next-year/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2846.                                            Emma Raducanu ends the current season and has decided to continue with trainer through next year.
  2847.                                            </a>
  2848.              </h6>
  2849.              <div class="post-meta">
  2850.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2851.                <!-- <small class="text-muted">
  2852.                  <i class="ti-eye me-1"></i>348 views
  2853.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2854.                </small> -->
  2855.              </div>
  2856.            </div>
  2857.          </div>
  2858.          
  2859.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2860.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2861.              
  2862.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2863.              
  2864.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2865.            </div>
  2866.            <div class="post-content flex-grow-1">
  2867.              <h6 class="post-title mb-2">
  2868.                <a href="/3-xbox-game-pass-titles-that-will-justify-your-subscription-this-weekend-nov-21-23/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2869.                                            3 Xbox Game Pass Titles That Will Justify Your Subscription This Weekend (Nov. 21-23)
  2870.                                            </a>
  2871.              </h6>
  2872.              <div class="post-meta">
  2873.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2874.                <!-- <small class="text-muted">
  2875.                  <i class="ti-eye me-1"></i>348 views
  2876.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2877.                </small> -->
  2878.              </div>
  2879.            </div>
  2880.          </div>
  2881.          
  2882.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2883.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2884.              
  2885.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2886.              
  2887.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2888.            </div>
  2889.            <div class="post-content flex-grow-1">
  2890.              <h6 class="post-title mb-2">
  2891.                <a href="/the-ultimate-beginners-handbook-to-playing-internet-based-casino-slot-games/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2892.                                            The Ultimate Beginner&#x27;s Handbook to Playing Internet-Based Casino Slot Games
  2893.                                            </a>
  2894.              </h6>
  2895.              <div class="post-meta">
  2896.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2897.                <!-- <small class="text-muted">
  2898.                  <i class="ti-eye me-1"></i>348 views
  2899.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2900.                </small> -->
  2901.              </div>
  2902.            </div>
  2903.          </div>
  2904.          
  2905.  
  2906.        </div>
  2907.  
  2908.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2909.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2910.        </div> -->
  2911.      </div>
  2912.    </div>
  2913.    
  2914.    
  2915.    <div class="sidebar-widget mb-4">
  2916.      <div class="widget-title-wrapper mb-3">
  2917.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2918.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2919.          <span class="title-arrow"></span>
  2920.        </h4>
  2921.      </div>
  2922.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2923.        <div class="blog-roll-list scrollable-sidebar">
  2924.          
  2925.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.            <a href="https://www.noel-verlag.net/"  rel="dofollow" class="text-decoration-none ">
  2927.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2928.                <i class="ti-angle-right me-2 text-primary"></i>
  2929.                 online casino
  2930.              </h6>
  2931.            </a>
  2932.          </div>
  2933.          
  2934.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.            <a href="https://www.photoindustrie-verband.de/"  rel="dofollow" class="text-decoration-none ">
  2936.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2937.                <i class="ti-angle-right me-2 text-primary"></i>
  2938.                 casino online ohne oasis
  2939.              </h6>
  2940.            </a>
  2941.          </div>
  2942.          
  2943.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.            <a href="https://www.diesmalwaehleich.eu/"  rel="dofollow" class="text-decoration-none ">
  2945.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2946.                <i class="ti-angle-right me-2 text-primary"></i>
  2947.                 casino online ohne oasis
  2948.              </h6>
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://www.naturschutzinformationen-nrw.de/"  rel="dofollow" class="text-decoration-none ">
  2954.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                 casino online ohne oasis
  2957.              </h6>
  2958.            </a>
  2959.          </div>
  2960.          
  2961.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.            <a href="https://gkvnet-ag.de/"  rel="dofollow" class="text-decoration-none ">
  2963.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2964.                <i class="ti-angle-right me-2 text-primary"></i>
  2965.                 online casinos ohne oasis
  2966.              </h6>
  2967.            </a>
  2968.          </div>
  2969.          
  2970.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2971.            <a href="https://www.migration-info.de/"  rel="dofollow" class="text-decoration-none ">
  2972.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2973.                <i class="ti-angle-right me-2 text-primary"></i>
  2974.                 casino online ohne oasis
  2975.              </h6>
  2976.            </a>
  2977.          </div>
  2978.          
  2979.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2980.            <a href="https://nordhessen-journal.de/"  rel="dofollow" class="text-decoration-none ">
  2981.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2982.                <i class="ti-angle-right me-2 text-primary"></i>
  2983.                 casino online ohne oasis
  2984.              </h6>
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://www.modulhaus.biz/"  rel="dofollow" class="text-decoration-none ">
  2990.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                 online casino
  2993.              </h6>
  2994.            </a>
  2995.          </div>
  2996.          
  2997.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.            <a href="https://www.chaeis.net/"  rel="dofollow" class="text-decoration-none ">
  2999.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3000.                <i class="ti-angle-right me-2 text-primary"></i>
  3001.                 online casino
  3002.              </h6>
  3003.            </a>
  3004.          </div>
  3005.          
  3006.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3007.            <a href="https://www.pressemitteilungen-online.de/"  rel="dofollow" class="text-decoration-none ">
  3008.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3009.                <i class="ti-angle-right me-2 text-primary"></i>
  3010.                 beste online casinos deutschland
  3011.              </h6>
  3012.            </a>
  3013.          </div>
  3014.          
  3015.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3016.            <a href="https://www.fotosearch.de/"  rel="dofollow" class="text-decoration-none ">
  3017.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3018.                <i class="ti-angle-right me-2 text-primary"></i>
  3019.                 online casino
  3020.              </h6>
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://best-practice-business.de/"  rel="dofollow" class="text-decoration-none ">
  3026.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                 beste online casinos
  3029.              </h6>
  3030.            </a>
  3031.          </div>
  3032.          
  3033.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.            <a href="https://soli-net.de/"  rel="dofollow" class="text-decoration-none ">
  3035.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3036.                <i class="ti-angle-right me-2 text-primary"></i>
  3037.                 deutsche online casino
  3038.              </h6>
  3039.            </a>
  3040.          </div>
  3041.          
  3042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3043.            <a href="https://www.fkt-online.de/"  rel="dofollow" class="text-decoration-none ">
  3044.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3045.                <i class="ti-angle-right me-2 text-primary"></i>
  3046.                 casino ohne einzahlung
  3047.              </h6>
  3048.            </a>
  3049.          </div>
  3050.          
  3051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.            <a href="https://www.die-offene-gesellschaft.de/"  rel="dofollow" class="text-decoration-none ">
  3053.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3054.                <i class="ti-angle-right me-2 text-primary"></i>
  3055.                 deutsche online casinos
  3056.              </h6>
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://mundmische.de/"  rel="dofollow" class="text-decoration-none ">
  3062.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                 casino ohne einzahlung
  3065.              </h6>
  3066.            </a>
  3067.          </div>
  3068.          
  3069.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.            <a href="https://www.subsahara-afrika-ihk.de/"  rel="dofollow" class="text-decoration-none ">
  3071.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3072.                <i class="ti-angle-right me-2 text-primary"></i>
  3073.                 neue wettanbieter
  3074.              </h6>
  3075.            </a>
  3076.          </div>
  3077.          
  3078.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3079.            <a href="https://www.wette.de/wettanbieter/wetten-ohne-oasis/"  rel="dofollow" class="text-decoration-none ">
  3080.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3081.                <i class="ti-angle-right me-2 text-primary"></i>
  3082.                 beste wettanbieter ohne oasis
  3083.              </h6>
  3084.            </a>
  3085.          </div>
  3086.          
  3087.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.            <a href="https://www.cardplayer.com/de/casinos"  rel="dofollow" class="text-decoration-none ">
  3089.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3090.                <i class="ti-angle-right me-2 text-primary"></i>
  3091.                 beste online casinos
  3092.              </h6>
  3093.            </a>
  3094.          </div>
  3095.          
  3096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3097.            <a href="https://www.hochgepokert.com/at/casino/"  rel="dofollow" class="text-decoration-none ">
  3098.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3099.                <i class="ti-angle-right me-2 text-primary"></i>
  3100.                 online casino in österreich
  3101.              </h6>
  3102.            </a>
  3103.          </div>
  3104.          
  3105.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3106.            <a href="https://www.ilka-bruehl.de/"  rel="dofollow" class="text-decoration-none ">
  3107.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3108.                <i class="ti-angle-right me-2 text-primary"></i>
  3109.                 online casinos echtgeld
  3110.              </h6>
  3111.            </a>
  3112.          </div>
  3113.          
  3114.  
  3115.        </div>
  3116.  
  3117.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3118.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3119.        </div> -->
  3120.      </div>
  3121.    </div>
  3122.    
  3123.    <div class="sidebar-widget mb-4">
  3124.      <div class="widget-title-wrapper mb-3">
  3125.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3126.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3127.          <span class="title-arrow"></span>
  3128.        </h4>
  3129.      </div>
  3130.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3131.        <div class="blog-roll-list scrollable-sidebar">
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.digitalenomadenpodcast.de/"  rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                 online casinos echtgeld
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://mobileschule-tagung.de/"  rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                 bitcoin casino
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://trackingfreeads.eu/"  rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                 wetten ohne lugas
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.restaurant-volt.de/"  rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                 online casino
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://www.stadthotel.co.at"  rel="dofollow" class="text-decoration-none ">
  3171.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                 online casino Österreich
  3174.              </h6>
  3175.            </a>
  3176.          </div>
  3177.          
  3178.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.            <a href="https://bitcoinist.com/online-casinos-deutschland/"  rel="dofollow" class="text-decoration-none ">
  3180.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3181.                <i class="ti-angle-right me-2 text-primary"></i>
  3182.                 online casinos
  3183.              </h6>
  3184.            </a>
  3185.          </div>
  3186.          
  3187.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.            <a href="https://dva-soforthilfeprogramm.de/"  rel="dofollow" class="text-decoration-none ">
  3189.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3190.                <i class="ti-angle-right me-2 text-primary"></i>
  3191.                 casino online ohne oasis
  3192.              </h6>
  3193.            </a>
  3194.          </div>
  3195.          
  3196.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3197.            <a href="https://www.forum-studie.de/"  rel="dofollow" class="text-decoration-none ">
  3198.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3199.                <i class="ti-angle-right me-2 text-primary"></i>
  3200.                 online casino
  3201.              </h6>
  3202.            </a>
  3203.          </div>
  3204.          
  3205.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3206.            <a href="https://www.michael-cramer.eu/"  rel="dofollow" class="text-decoration-none ">
  3207.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3208.                <i class="ti-angle-right me-2 text-primary"></i>
  3209.                 online casino ohne oasis
  3210.              </h6>
  3211.            </a>
  3212.          </div>
  3213.          
  3214.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3215.            <a href="https://kreuzberg-festival.de/"  rel="dofollow" class="text-decoration-none ">
  3216.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3217.                <i class="ti-angle-right me-2 text-primary"></i>
  3218.                 beste online casinos
  3219.              </h6>
  3220.            </a>
  3221.          </div>
  3222.          
  3223.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.            <a href="https://www.icon-cmv.de/"  rel="dofollow" class="text-decoration-none ">
  3225.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3226.                <i class="ti-angle-right me-2 text-primary"></i>
  3227.                 online casinos ohne oasis
  3228.              </h6>
  3229.            </a>
  3230.          </div>
  3231.          
  3232.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3233.            <a href="https://greentechknowledgehub.de/"  rel="dofollow" class="text-decoration-none ">
  3234.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3235.                <i class="ti-angle-right me-2 text-primary"></i>
  3236.                 casino online deutschland
  3237.              </h6>
  3238.            </a>
  3239.          </div>
  3240.          
  3241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3242.            <a href="https://www.biosphaerenhaus.de/"  rel="dofollow" class="text-decoration-none ">
  3243.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3244.                <i class="ti-angle-right me-2 text-primary"></i>
  3245.                 online casinos
  3246.              </h6>
  3247.            </a>
  3248.          </div>
  3249.          
  3250.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3251.            <a href="https://dva-soforthilfeprogramm.de/"  rel="dofollow" class="text-decoration-none ">
  3252.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3253.                <i class="ti-angle-right me-2 text-primary"></i>
  3254.                 beste online casinos
  3255.              </h6>
  3256.            </a>
  3257.          </div>
  3258.          
  3259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.            <a href="https://www.onlinebuchmesse.de/"  rel="dofollow" class="text-decoration-none ">
  3261.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3262.                <i class="ti-angle-right me-2 text-primary"></i>
  3263.                 beste online casino ohne oasis
  3264.              </h6>
  3265.            </a>
  3266.          </div>
  3267.          
  3268.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.            <a href="https://www.praxishochschule.de/de/"  rel="dofollow" class="text-decoration-none ">
  3270.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3271.                <i class="ti-angle-right me-2 text-primary"></i>
  3272.                 ist spinanga casino sicher
  3273.              </h6>
  3274.            </a>
  3275.          </div>
  3276.          
  3277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3278.            <a href="https://sonnenaufgang-sonnenuntergang.de"  rel="dofollow" class="text-decoration-none ">
  3279.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3280.                <i class="ti-angle-right me-2 text-primary"></i>
  3281.                 online casinos deutschland
  3282.              </h6>
  3283.            </a>
  3284.          </div>
  3285.          
  3286.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3287.            <a href="https://www.fun4you.de/"  rel="dofollow" class="text-decoration-none ">
  3288.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3289.                <i class="ti-angle-right me-2 text-primary"></i>
  3290.                 casino online
  3291.              </h6>
  3292.            </a>
  3293.          </div>
  3294.          
  3295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.            <a href="https://online-karrieretag.de/"  rel="dofollow" class="text-decoration-none ">
  3297.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3298.                <i class="ti-angle-right me-2 text-primary"></i>
  3299.                 casino ohne oasis
  3300.              </h6>
  3301.            </a>
  3302.          </div>
  3303.          
  3304.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.            <a href="https://www.biosphaerenhaus.de/"  rel="dofollow" class="text-decoration-none ">
  3306.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3307.                <i class="ti-angle-right me-2 text-primary"></i>
  3308.                 online casino ohne oasis
  3309.              </h6>
  3310.            </a>
  3311.          </div>
  3312.          
  3313.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3314.            <a href="https://schlichtung-s21.de/"  rel="dofollow" class="text-decoration-none ">
  3315.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3316.                <i class="ti-angle-right me-2 text-primary"></i>
  3317.                 beef casino bonuscode
  3318.              </h6>
  3319.            </a>
  3320.          </div>
  3321.          
  3322.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3323.            <a href="https://nuri-sahin.de/"  rel="dofollow" class="text-decoration-none ">
  3324.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3325.                <i class="ti-angle-right me-2 text-primary"></i>
  3326.                 weitere informationen
  3327.              </h6>
  3328.            </a>
  3329.          </div>
  3330.          
  3331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.            <a href="https://www.foerderkreis-stadthaus.de/"  rel="dofollow" class="text-decoration-none ">
  3333.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3334.                <i class="ti-angle-right me-2 text-primary"></i>
  3335.                 beste online casino
  3336.              </h6>
  3337.            </a>
  3338.          </div>
  3339.          
  3340.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.            <a href="https://apgd.de/"  rel="dofollow" class="text-decoration-none ">
  3342.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3343.                <i class="ti-angle-right me-2 text-primary"></i>
  3344.                 casino ohne oasis online
  3345.              </h6>
  3346.            </a>
  3347.          </div>
  3348.          
  3349.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3350.            <a href="https://infarm.de/"  rel="dofollow" class="text-decoration-none ">
  3351.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3352.                <i class="ti-angle-right me-2 text-primary"></i>
  3353.                 online casinos ohne oasis
  3354.              </h6>
  3355.            </a>
  3356.          </div>
  3357.          
  3358.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3359.            <a href="https://schwarzhogerzeil.de/"  rel="dofollow" class="text-decoration-none ">
  3360.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3361.                <i class="ti-angle-right me-2 text-primary"></i>
  3362.                 online casino trotz spielsperre
  3363.              </h6>
  3364.            </a>
  3365.          </div>
  3366.          
  3367.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.            <a href="https://www.effizienzpreis-nrw.de/"  rel="dofollow" class="text-decoration-none ">
  3369.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3370.                <i class="ti-angle-right me-2 text-primary"></i>
  3371.                 neueste online casinos
  3372.              </h6>
  3373.            </a>
  3374.          </div>
  3375.          
  3376.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.            <a href="https://www.natuerlich-magazin.de/"  rel="dofollow" class="text-decoration-none ">
  3378.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3379.                <i class="ti-angle-right me-2 text-primary"></i>
  3380.                 neueste online casino
  3381.              </h6>
  3382.            </a>
  3383.          </div>
  3384.          
  3385.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3386.            <a href="https://barefooddeli.de"  rel="dofollow" class="text-decoration-none ">
  3387.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3388.                <i class="ti-angle-right me-2 text-primary"></i>
  3389.                 spielen trotz oasis sperre
  3390.              </h6>
  3391.            </a>
  3392.          </div>
  3393.          
  3394.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3395.            <a href="https://www.kalorik.de/"  rel="dofollow" class="text-decoration-none ">
  3396.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3397.                <i class="ti-angle-right me-2 text-primary"></i>
  3398.                 neues online casino
  3399.              </h6>
  3400.            </a>
  3401.          </div>
  3402.          
  3403.  
  3404.        </div>
  3405.  
  3406.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3407.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3408.        </div> -->
  3409.      </div>
  3410.    </div>
  3411.    
  3412.    <div class="sidebar-widget mb-4">
  3413.      <div class="widget-title-wrapper mb-3">
  3414.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3415.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3416.          <span class="title-arrow"></span>
  3417.        </h4>
  3418.      </div>
  3419.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3420.        <div class="blog-roll-list scrollable-sidebar">
  3421.          
  3422.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3423.            <a href="https://ielements-projects.de/"  rel="dofollow" class="text-decoration-none ">
  3424.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3425.                <i class="ti-angle-right me-2 text-primary"></i>
  3426.                 online casino ohne einschränkungen
  3427.              </h6>
  3428.            </a>
  3429.          </div>
  3430.          
  3431.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3432.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3433.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3434.                <i class="ti-angle-right me-2 text-primary"></i>
  3435.                 UK casino not on GamStop
  3436.              </h6>
  3437.            </a>
  3438.          </div>
  3439.          
  3440.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3441.            <a href="https://www.gamers.de/gluecksspiel/echtgeld-casinos/"  rel="dofollow" class="text-decoration-none ">
  3442.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3443.                <i class="ti-angle-right me-2 text-primary"></i>
  3444.                 casino mit echtgeld spiele
  3445.              </h6>
  3446.            </a>
  3447.          </div>
  3448.          
  3449.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3450.            <a href="https://www.mah-hd.de/"  rel="dofollow" class="text-decoration-none ">
  3451.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3452.                <i class="ti-angle-right me-2 text-primary"></i>
  3453.                 casino ohne oasis
  3454.              </h6>
  3455.            </a>
  3456.          </div>
  3457.          
  3458.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3459.            <a href="https://www.roth-rau.de/"  rel="dofollow" class="text-decoration-none ">
  3460.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3461.                <i class="ti-angle-right me-2 text-primary"></i>
  3462.                 beste online casino ohne oasis
  3463.              </h6>
  3464.            </a>
  3465.          </div>
  3466.          
  3467.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3468.            <a href="https://www.gourmesso.de/"  rel="dofollow" class="text-decoration-none ">
  3469.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3470.                <i class="ti-angle-right me-2 text-primary"></i>
  3471.                 casino ohne lizenz www.gourmesso.de
  3472.              </h6>
  3473.            </a>
  3474.          </div>
  3475.          
  3476.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3477.            <a href="https://orac-info-portal.de/"  rel="dofollow" class="text-decoration-none ">
  3478.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3479.                <i class="ti-angle-right me-2 text-primary"></i>
  3480.                 beste wettanbieter ohne oasis
  3481.              </h6>
  3482.            </a>
  3483.          </div>
  3484.          
  3485.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3486.            <a href="https://systembiologie.de/"  rel="dofollow" class="text-decoration-none ">
  3487.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3488.                <i class="ti-angle-right me-2 text-primary"></i>
  3489.                 beste online casino Deutschland
  3490.              </h6>
  3491.            </a>
  3492.          </div>
  3493.          
  3494.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3495.            <a href="https://www.berggasthof-almhuette.de/"  rel="dofollow" class="text-decoration-none ">
  3496.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3497.                <i class="ti-angle-right me-2 text-primary"></i>
  3498.                 neueste online casino
  3499.              </h6>
  3500.            </a>
  3501.          </div>
  3502.          
  3503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3504.            <a href="https://raincafeatery.de/"  rel="dofollow" class="text-decoration-none ">
  3505.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3506.                <i class="ti-angle-right me-2 text-primary"></i>
  3507.                 online casinos ohne OASIS
  3508.              </h6>
  3509.            </a>
  3510.          </div>
  3511.          
  3512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3513.            <a href="https://www.kinderheim-alba-iulia.de/"  rel="dofollow" class="text-decoration-none ">
  3514.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3515.                <i class="ti-angle-right me-2 text-primary"></i>
  3516.                 neue casino online
  3517.              </h6>
  3518.            </a>
  3519.          </div>
  3520.          
  3521.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3522.            <a href="https://www.fachkommission-fluchtursachen.de/"  rel="dofollow" class="text-decoration-none ">
  3523.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3524.                <i class="ti-angle-right me-2 text-primary"></i>
  3525.                 neue online casinos
  3526.              </h6>
  3527.            </a>
  3528.          </div>
  3529.          
  3530.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3531.            <a href="https://bikesale.de/beste-online-casinos"  rel="dofollow" class="text-decoration-none ">
  3532.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3533.                <i class="ti-angle-right me-2 text-primary"></i>
  3534.                 online casinos
  3535.              </h6>
  3536.            </a>
  3537.          </div>
  3538.          
  3539.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3540.            <a href="https://www.hochgepokert.com/casino/ohne-oasis-casinos/"  rel="dofollow" class="text-decoration-none ">
  3541.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3542.                <i class="ti-angle-right me-2 text-primary"></i>
  3543.                 casino ohne oasis
  3544.              </h6>
  3545.            </a>
  3546.          </div>
  3547.          
  3548.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3549.            <a href="https://www.mah-hd.de/"  rel="dofollow" class="text-decoration-none ">
  3550.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3551.                <i class="ti-angle-right me-2 text-primary"></i>
  3552.                 casino ohne oasis​
  3553.              </h6>
  3554.            </a>
  3555.          </div>
  3556.          
  3557.  
  3558.        </div>
  3559.  
  3560.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3561.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3562.        </div> -->
  3563.      </div>
  3564.    </div>
  3565.    
  3566.  </div>
  3567.  
  3568. <!-- Sidebar V2 Styles -->
  3569. <style>
  3570.  .sidebar-widget {
  3571.    position: relative;
  3572.  }
  3573.  
  3574.  .widget-title {
  3575.    font-size: 1.1rem;
  3576.    font-weight: 700;
  3577.    display: inline-block;
  3578.    position: relative;
  3579.    z-index: 2;
  3580.    border-radius: 0;
  3581.  }
  3582.  
  3583.  /* Green arrow for August Blog Roll */
  3584.  .title-arrow::after {
  3585.    content: '';
  3586.    position: absolute;
  3587.    top: 0;
  3588.    right: -22px;
  3589.    width: 0;
  3590.    height: 0;
  3591.    border-left: 22px solid var(--bs-primary);
  3592.    border-top: 22px solid transparent;
  3593.    border-bottom: 22px solid transparent;
  3594.    z-index: 1;
  3595.  }
  3596.  
  3597.  /* Blue arrow for Recent Posts */
  3598.  .title-arrow-primary::after {
  3599.    content: '';
  3600.    position: absolute;
  3601.    top: 0;
  3602.    right: -22px;
  3603.    width: 0;
  3604.    height: 0;
  3605.    border-left: 22px solid var(--bs-primary);
  3606.    border-top: 22px solid transparent;
  3607.    border-bottom: 22px solid transparent;
  3608.    z-index: 1;
  3609.  }
  3610.  
  3611.  .widget-content {
  3612.    margin-top: -1px;
  3613.    position: relative;
  3614.    z-index: 1;
  3615.     background-color: var(--card-bg);
  3616.  }
  3617.  
  3618.  /* Blog Roll Items Hover Effects */
  3619.  .blog-roll-item:hover .post-title {
  3620.    color: #198754 !important;
  3621.    transform: translateX(5px);
  3622.    transition: all 0.3s ease;
  3623.  }
  3624.  
  3625.  /* Recent Post Items Hover Effects */
  3626.  .recent-post-item:hover .post-title a {
  3627.    color: #0d6efd !important;
  3628.    transition: color 0.3s ease;
  3629.  }
  3630.  
  3631.  .recent-post-item:hover .post-image img {
  3632.    transform: scale(1.05);
  3633.    transition: transform 0.3s ease;
  3634.  }
  3635.  
  3636.  /* Button Hover Effects */
  3637.  .btn:hover {
  3638.    transform: translateY(-2px);
  3639.    transition: all 0.3s ease;
  3640.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3641.  }
  3642.  
  3643.  /* Badge Hover Effects */
  3644.  .badge:hover {
  3645.    transform: scale(1.05);
  3646.    transition: transform 0.3s ease;
  3647.  }
  3648.  
  3649.  @media (max-width: 991px) {
  3650.    .sidebar {
  3651.      margin-top: 3rem;
  3652.    }
  3653.  }
  3654.  
  3655.  @media (max-width: 576px) {
  3656.    .widget-title {
  3657.      font-size: 1rem;
  3658.      padding: 0.75rem 1rem !important;
  3659.    }
  3660.  
  3661.    .title-arrow::after,
  3662.    .title-arrow-primary::after {
  3663.      right: -18px;
  3664.      border-left-width: 18px;
  3665.      border-top-width: 18px;
  3666.      border-bottom-width: 18px;
  3667.    }
  3668.  
  3669.    .post-image {
  3670.      width: 70px !important;
  3671.      height: 55px !important;
  3672.    }
  3673.  
  3674.    .blog-meta {
  3675.      flex-direction: column !important;
  3676.      align-items: flex-start !important;
  3677.      gap: 0.5rem;
  3678.    }
  3679.  }
  3680. </style>
  3681.  
  3682.    
  3683.            </div>
  3684.        </div>
  3685.    </div>
  3686. </section>
  3687.  
  3688. <script>
  3689. document.addEventListener('DOMContentLoaded', function() {
  3690.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3691.    const observerOptions = {
  3692.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3693.        rootMargin: '0px 0px -100px 0px'
  3694.    };
  3695.  
  3696.    // Group cards into pairs (assuming two cards per row)
  3697.    const cards = document.querySelectorAll('.scroll-trigger');
  3698.    const cardPairs = [];
  3699.    for (let i = 0; i < cards.length; i += 2) {
  3700.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3701.    }
  3702.  
  3703.    const observer = new IntersectionObserver(function(entries) {
  3704.        entries.forEach(entry => {
  3705.            const card = entry.target;
  3706.            // Find the pair index for the current card
  3707.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3708.            const pair = cardPairs[pairIndex];
  3709.  
  3710.            if (entry.isIntersecting) {
  3711.                // Fade in the pair with a delay based on pair index
  3712.                pair.forEach((cardInPair, index) => {
  3713.                    setTimeout(() => {
  3714.                        cardInPair.classList.add('active');
  3715.                    }, pairIndex * 300); // 300ms delay between pairs
  3716.                });
  3717.            } else {
  3718.                // Fade out the pair when exiting viewport
  3719.                pair.forEach(cardInPair => {
  3720.                    cardInPair.classList.remove('active');
  3721.                });
  3722.            }
  3723.        });
  3724.    }, observerOptions);
  3725.  
  3726.    // Observe each card individually
  3727.    cards.forEach(card => {
  3728.        observer.observe(card);
  3729.    });
  3730. });
  3731. </script>
  3732.  
  3733.    
  3734.        
  3735.        <!-- end wpo-blog-highlights-section -->
  3736.        <!-- start wpo-blog-sponsored-section -->
  3737.        
  3738.  
  3739.  
  3740.  
  3741.    
  3742.  
  3743.  
  3744.  
  3745. <style>
  3746.    .sponsored-section-v3 {
  3747.        padding: 0 0 50px;
  3748.    }
  3749.    
  3750.    .sponsored-card-v3 {
  3751.        background: white;
  3752.        border: 1px solid var(--border-color);
  3753.        border-radius: 0;
  3754.        overflow: hidden;
  3755.        transition: all 0.3s ease;
  3756.        height: 100%;
  3757.        position: relative;
  3758.    }
  3759.    
  3760.    .sponsored-card-v3:hover {
  3761.        border-color: #dee2e6;
  3762.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3763.    }
  3764.    
  3765.    .sponsored-image-v3 {
  3766.        position: relative;
  3767.        overflow: hidden;
  3768.        height: 160px;
  3769.    }
  3770.    
  3771.    .sponsored-image-v3 img {
  3772.        width: 100%;
  3773.        height: 100%;
  3774.        object-fit: cover;
  3775.        filter: grayscale(20%);
  3776.        transition: filter 0.3s ease;
  3777.    }
  3778.    
  3779.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3780.        filter: grayscale(0%);
  3781.    }
  3782.    
  3783.    .sponsored-badge-v3 {
  3784.        position: absolute;
  3785.        bottom: auto;
  3786.        left: auto;
  3787.        right: 10px;
  3788.        top: 10px;
  3789.        padding: 8px;
  3790.        font-size: 10px;
  3791.        font-weight: 700;
  3792.        text-transform: uppercase;
  3793.        letter-spacing: 1px;
  3794.        text-align: center;
  3795.    }
  3796.    
  3797.    .sponsored-content-v3 {
  3798.        position: relative;
  3799.        padding: 24px 20px;
  3800.    }
  3801.    
  3802.    .sponsored-title-v3 {
  3803.        font-size: 15px;
  3804.        font-weight: 700;
  3805.        line-height: 1.5;
  3806.        margin-bottom: 18px;
  3807.        min-height: 45px;
  3808.        text-transform: uppercase;
  3809.        letter-spacing: 0.5px;
  3810.    }
  3811.    
  3812.    .sponsored-title-v3 a {
  3813.        text-decoration: none;
  3814.        transition: opacity 0.3s ease;
  3815.    }
  3816.    
  3817.    .sponsored-title-v3 a:hover {
  3818.        opacity: 0.8;
  3819.    }
  3820.    
  3821.    .sponsored-meta-v3 {
  3822.        display: flex;
  3823.        align-items: center;
  3824.        justify-content: space-between;
  3825.        font-size: 11px;
  3826.        font-weight: 600;
  3827.        text-transform: uppercase;
  3828.        letter-spacing: 0.5px;
  3829.        padding-top: 12px;
  3830.        border-top: 1px solid #f1f3f4;
  3831.    }
  3832.    
  3833.    .author-info-v3 {
  3834.        display: flex;
  3835.        align-items: center;
  3836.        gap: 8px;
  3837.    }
  3838.    
  3839.    .sponsored-author-img-v3 {
  3840.        width: 30px;
  3841.        height: 30px;
  3842.        border-radius: 50%;
  3843.        object-fit: cover;
  3844.    }
  3845.    
  3846.    .section-title-sponsored-v3 {
  3847.        font-size: 2.5rem;
  3848.        font-weight: 900;
  3849.        text-align: left;
  3850.        margin-bottom: 30px;
  3851.        letter-spacing: 2px;
  3852.        border-left: 8px solid var(--bs-primary);
  3853.        padding-left: 20px;
  3854.    }
  3855.    
  3856.    .sponsored-overlay-v3 {
  3857.        position: absolute;
  3858.        top: 0;
  3859.        left: 0;
  3860.        right: 0;
  3861.        bottom: 0;
  3862.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3863.        opacity: 0;
  3864.        transition: opacity 0.3s ease;
  3865.    }
  3866.    
  3867.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3868.        opacity: 1;
  3869.    }
  3870.  
  3871.    @media (max-width: 768px) {
  3872.        .sponsored-section-v3 {
  3873.            padding: 0px 0 40px;
  3874.        }
  3875.        .section-title-sponsored-v3 {
  3876.            font-size: 2.2rem;
  3877.            text-align: center;
  3878.            border-left: none;
  3879.            border-bottom: 4px solid;
  3880.            padding-left: 0;
  3881.            padding-bottom: 10px;
  3882.        }
  3883.        .sponsored-content-v3 {
  3884.            padding: 20px 16px;
  3885.        }
  3886.    }
  3887. </style>
  3888.  
  3889. <section class="sponsored-section-v3">
  3890.    <div class="container-fluid fluid-container mt-5">
  3891.        <div class="row">
  3892.            <div class="col-12">
  3893.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3894.            </div>
  3895.        </div>
  3896.        
  3897.        <div class="row g-3">
  3898.            
  3899.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3900.                <div class="card sponsored-card-v3">
  3901.                    <div class="sponsored-overlay-v3"></div>
  3902.                    <div class="sponsored-image-v3">
  3903.                        
  3904.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3905.                        
  3906.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3907.                    </div>
  3908.                    <div class="sponsored-content-v3">
  3909.                        <h3 class="sponsored-title-v3">
  3910.                            <a href="/administration-denounces-democratic-hoax-as-additional-jeffrey-epstein-images-made-public/" class="top-color">
  3911.                            Administration Denounces &#x27;Democratic Hoax&#x27; as Additional Jeffrey Epstein Images Made Public
  3912.                            </a>
  3913.                        </h3>
  3914.                        <div class="sponsored-meta-v3">
  3915.                            <div class="author-info-v3">
  3916.                                
  3917.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  3918.                                
  3919.                                <span class="top-color">
  3920.                                    Sandra Lowe
  3921.                                </span>
  3922.                            </div>
  3923.                            <span class="top-color">15 May 2026</span>
  3924.                        </div>
  3925.                    </div>
  3926.                </div>
  3927.            </div>
  3928.            
  3929.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3930.                <div class="card sponsored-card-v3">
  3931.                    <div class="sponsored-overlay-v3"></div>
  3932.                    <div class="sponsored-image-v3">
  3933.                        
  3934.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3935.                        
  3936.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3937.                    </div>
  3938.                    <div class="sponsored-content-v3">
  3939.                        <h3 class="sponsored-title-v3">
  3940.                            <a href="/millie-bright-departs-england-stage-long-after-her-name-was-carved-among-soccer-greats/" class="top-color">
  3941.                            Millie Bright Departs England Stage Long After Her Name Was Carved Among Soccer Greats
  3942.                            </a>
  3943.                        </h3>
  3944.                        <div class="sponsored-meta-v3">
  3945.                            <div class="author-info-v3">
  3946.                                
  3947.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  3948.                                
  3949.                                <span class="top-color">
  3950.                                    Sandra Lowe
  3951.                                </span>
  3952.                            </div>
  3953.                            <span class="top-color">15 May 2026</span>
  3954.                        </div>
  3955.                    </div>
  3956.                </div>
  3957.            </div>
  3958.            
  3959.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3960.                <div class="card sponsored-card-v3">
  3961.                    <div class="sponsored-overlay-v3"></div>
  3962.                    <div class="sponsored-image-v3">
  3963.                        
  3964.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3965.                        
  3966.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3967.                    </div>
  3968.                    <div class="sponsored-content-v3">
  3969.                        <h3 class="sponsored-title-v3">
  3970.                            <a href="/the-hit-drama-confirmed-for-seventh-series-on-the-british-broadcaster/" class="top-color">
  3971.                            The Hit Drama Confirmed for Seventh Series on the British Broadcaster
  3972.                            </a>
  3973.                        </h3>
  3974.                        <div class="sponsored-meta-v3">
  3975.                            <div class="author-info-v3">
  3976.                                
  3977.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  3978.                                
  3979.                                <span class="top-color">
  3980.                                    Sandra Lowe
  3981.                                </span>
  3982.                            </div>
  3983.                            <span class="top-color">15 May 2026</span>
  3984.                        </div>
  3985.                    </div>
  3986.                </div>
  3987.            </div>
  3988.            
  3989.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3990.                <div class="card sponsored-card-v3">
  3991.                    <div class="sponsored-overlay-v3"></div>
  3992.                    <div class="sponsored-image-v3">
  3993.                        
  3994.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3995.                        
  3996.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3997.                    </div>
  3998.                    <div class="sponsored-content-v3">
  3999.                        <h3 class="sponsored-title-v3">
  4000.                            <a href="/emma-raducanu-ends-the-current-season-and-has-decided-to-continue-with-trainer-through-next-year/" class="top-color">
  4001.                            Emma Raducanu ends the current season and has decided to continue with trainer through next year.
  4002.                            </a>
  4003.                        </h3>
  4004.                        <div class="sponsored-meta-v3">
  4005.                            <div class="author-info-v3">
  4006.                                
  4007.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  4008.                                
  4009.                                <span class="top-color">
  4010.                                    Sandra Lowe
  4011.                                </span>
  4012.                            </div>
  4013.                            <span class="top-color">15 May 2026</span>
  4014.                        </div>
  4015.                    </div>
  4016.                </div>
  4017.            </div>
  4018.            
  4019.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4020.                <div class="card sponsored-card-v3">
  4021.                    <div class="sponsored-overlay-v3"></div>
  4022.                    <div class="sponsored-image-v3">
  4023.                        
  4024.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4025.                        
  4026.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4027.                    </div>
  4028.                    <div class="sponsored-content-v3">
  4029.                        <h3 class="sponsored-title-v3">
  4030.                            <a href="/3-xbox-game-pass-titles-that-will-justify-your-subscription-this-weekend-nov-21-23/" class="top-color">
  4031.                            3 Xbox Game Pass Titles That Will Justify Your Subscription This Weekend (Nov. 21-23)
  4032.                            </a>
  4033.                        </h3>
  4034.                        <div class="sponsored-meta-v3">
  4035.                            <div class="author-info-v3">
  4036.                                
  4037.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  4038.                                
  4039.                                <span class="top-color">
  4040.                                    Sandra Lowe
  4041.                                </span>
  4042.                            </div>
  4043.                            <span class="top-color">15 May 2026</span>
  4044.                        </div>
  4045.                    </div>
  4046.                </div>
  4047.            </div>
  4048.            
  4049.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4050.                <div class="card sponsored-card-v3">
  4051.                    <div class="sponsored-overlay-v3"></div>
  4052.                    <div class="sponsored-image-v3">
  4053.                        
  4054.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4055.                        
  4056.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  4057.                    </div>
  4058.                    <div class="sponsored-content-v3">
  4059.                        <h3 class="sponsored-title-v3">
  4060.                            <a href="/the-ultimate-beginners-handbook-to-playing-internet-based-casino-slot-games/" class="top-color">
  4061.                            The Ultimate Beginner&#x27;s Handbook to Playing Internet-Based Casino Slot Games
  4062.                            </a>
  4063.                        </h3>
  4064.                        <div class="sponsored-meta-v3">
  4065.                            <div class="author-info-v3">
  4066.                                
  4067.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/741f601e-2a19-4f65-ade0-cca07128b98f_profile.png" alt="Sandra Lowe" style="object-fit: cover;" class="sponsored-author-img-v3">
  4068.                                
  4069.                                <span class="top-color">
  4070.                                    Sandra Lowe
  4071.                                </span>
  4072.                            </div>
  4073.                            <span class="top-color">15 May 2026</span>
  4074.                        </div>
  4075.                    </div>
  4076.                </div>
  4077.            </div>
  4078.            
  4079.        </div>
  4080.    </div>
  4081. </section>
  4082.  
  4083.  
  4084.    
  4085.        <!-- end wpo-blog-sponsored-section -->
  4086.        <!-- start wpo-subscribe-section -->
  4087.        
  4088.        <!-- end subscribe-section -->
  4089.        <!-- start of wpo-site-footer-section -->
  4090.        
  4091.  
  4092.  
  4093.  
  4094.  
  4095.  
  4096. <footer class="wpo-site-footer-v2">
  4097.  <!-- Top Section - Logo & CTA -->
  4098.  <div class="footer-top-section py-3">
  4099.    <div class="container-fluid fluid-container">
  4100.      <div class="row align-items-center">
  4101.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4102.          
  4103.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/70c67fc5-2548-4c31-85a1-ec20f1914931_logo.png" alt="TerraClub" class="footer-logo" />
  4104.          
  4105.          <div class="brand-info">
  4106.            <h3 class="brand-title">TerraClub</h3>
  4107.          </div>
  4108.        </div>
  4109.      </div>
  4110.    </div>
  4111.  </div>
  4112.  
  4113.  <!-- Main Content Grid -->
  4114.  <div class="footer-main-content py-4">
  4115.    <div class="container-fluid fluid-container px-3">
  4116.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4117.        <!-- Column 1: Quick Links & Top Categories -->
  4118.        <div class="">
  4119.          <div class="footer-column">
  4120.            <h5 class="column-title">Quick Links</h5>
  4121.            <ul class="footer-menu list-unstyled">
  4122.              
  4123.                <li>
  4124.                  <a class="menu-link" href="/leonard-and-hungry-paul-overview-a-calming-show-with-narration-from-julia-roberts-offers-the-perfect-remedy-to-modern-life/">Leonard and Hungry Paul Overview: A Calming Show With Narration from Julia Roberts Offers the Perfect Remedy to Modern Life</a>
  4125.                </li>
  4126.              
  4127.                <li>
  4128.                  <a class="menu-link" href="/creating-the-flawless-paneer-makhni-recipe/">Creating the Flawless Paneer Makhni – Recipe</a>
  4129.                </li>
  4130.              
  4131.                <li>
  4132.                  <a class="menu-link" href="/british-and-scottish-governments-clash-over-who-should-pay-the-245-million-cost-for-trump-and-jd-vance-trips/">British and Scottish Governments Clash Over Who Should Pay the £24.5 million Cost for Trump and JD Vance Trips</a>
  4133.                </li>
  4134.              
  4135.                <li>
  4136.                  <a class="menu-link" href="/high-court-approves-redrawn-lone-star-state-congressional-electoral-boundaries/">High Court Approves Redrawn Lone Star State Congressional Electoral Boundaries.</a>
  4137.                </li>
  4138.              
  4139.                <li>
  4140.                  <a class="menu-link" href="/surgeons-from-the-scottish-region-and-the-us-accomplish-historic-brain-operation-using-robot/">Surgeons from the Scottish region and the US Accomplish Historic Brain Operation Using Robot</a>
  4141.                </li>
  4142.              
  4143.                <li>
  4144.                  <a class="menu-link" href="/chinas-draft-ai-regulations-focus-on-minors-protection-and-self-harm-risk-reduction/">China&#x27;s Draft AI Regulations Focus on Minors Protection and Self-Harm Risk Reduction.</a>
  4145.                </li>
  4146.              
  4147.            </ul>
  4148.          </div>
  4149.        </div>
  4150.        <div class="">
  4151.          <div class="footer-column mt-4">
  4152.            <h5 class="column-title">Top Categories</h5>
  4153.            <ul class="footer-menu list-unstyled">
  4154.              
  4155.                <li>
  4156.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4157.                </li>
  4158.              
  4159.                <li>
  4160.                  <a class="menu-link" href="/category/business/">Business</a>
  4161.                </li>
  4162.              
  4163.                <li>
  4164.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4165.                </li>
  4166.              
  4167.                <li>
  4168.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4169.                </li>
  4170.              
  4171.                <li>
  4172.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4173.                </li>
  4174.              
  4175.            </ul>
  4176.          </div>
  4177.        </div>
  4178.        <!-- Column 2: Blog Rolls -->
  4179.      <div class="">
  4180.          <div class="footer-column">
  4181.            <h5 class="column-title">Blog Rolls</h5>
  4182.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4183.              
  4184.              
  4185.  
  4186.              
  4187.              
  4188.                
  4189.              
  4190.            </ul>
  4191.          </div>
  4192.        </div>
  4193.      </div>
  4194.    </div>
  4195.  </div>
  4196.  
  4197.  <!-- Tagline Section -->
  4198.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4199.    <div class="container-fluid fluid-container">
  4200.      <p class="mb-0 text-white text-capitalize">Discover TerraClub&#x27;s insights on environmental conservation, sustainable living tips, and thrilling outdoor experiences for nature enthusiasts worldwide.</p>
  4201.    </div>
  4202.  </div>
  4203.  
  4204.  <!-- Footer Bottom -->
  4205.  <div class="footer-bottom py-3">
  4206.    <div class="container-fluid fluid-container">
  4207.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4208.        <div class="copyright-info">
  4209.          <p class="mb-0 text-color">
  4210.            &copy; 2026 <strong>TerraClub</strong>. All rights reserved.
  4211.          </p>
  4212.        </div>
  4213.        <div class="utility-links mt-2 mt-md-0">
  4214.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4215.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4216.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4217.        </div>
  4218.      </div>
  4219.    </div>
  4220.  </div>
  4221. </footer>
  4222.  
  4223.  
  4224. <style>
  4225.  
  4226. .footer-top-section {
  4227.    border-bottom: 1px solid var(--border-color);
  4228.    background-color: var(--card-bg) !important;
  4229. }
  4230.  
  4231. .footer-logo {
  4232.    height:50px;
  4233.    width: auto;
  4234. }
  4235. .text-color{
  4236.    color: var(--topbar-color) !important;
  4237. }
  4238. .brand-title {
  4239.    font-size: 20px;
  4240.    font-weight: 600;
  4241.    color: var(--topbar-color);
  4242.    margin: 0;
  4243. }
  4244.  
  4245. .footer-main-content {
  4246.    background: var(--card-bg);
  4247. }
  4248.  
  4249. .column-title {
  4250.    font-size: 16px;
  4251.    font-weight: 600;
  4252.    color: var(--topbar-color) !important;
  4253.    margin-bottom: 15px;
  4254. }
  4255.  
  4256. .footer-menu li {
  4257.    margin-bottom: 8px;
  4258. }
  4259.  
  4260. .menu-link {
  4261.    color: var(--topbar-color) !important;
  4262.    text-decoration: none;
  4263.    font-size: 16px;
  4264.    transition: color 0.3s ease;
  4265. }
  4266.  
  4267. .footer-tagline {
  4268.    font-size: 16px;
  4269. }
  4270.  
  4271. .footer-bottom {
  4272.    font-size: 16px;
  4273.    background-color: var(--card-bg) !important;
  4274. }
  4275.  
  4276. .utility-link {
  4277.    color: var(--topbar-color) !important;
  4278.    text-decoration: none;
  4279.    transition: color 0.3s ease;
  4280. }
  4281.  
  4282. .utility-link:hover {
  4283.    color: var(--secondary-color);
  4284. }
  4285.  
  4286. /* Responsive Design */
  4287. @media (max-width: 992px) {
  4288.    .footer-top-section {
  4289.        text-align: start;
  4290.    }
  4291.    .cta-btn {
  4292.        margin-top: 10px;
  4293.    }
  4294. }
  4295.  
  4296. @media (max-width: 768px) {
  4297.    .footer-column {
  4298.        text-align: start;
  4299.    }
  4300.    .footer-tagline {
  4301.        font-size: 13px;
  4302.    }
  4303. }
  4304.  
  4305. @media (max-width: 576px) {
  4306.    .column-title {
  4307.        font-size: 15px;
  4308.    }
  4309.    .menu-link {
  4310.        font-size: 13px;
  4311.    }
  4312.    .cta-btn {
  4313.        font-size: 13px;
  4314.        padding: 7px 15px;
  4315.    }
  4316. }
  4317. </style>
  4318.  
  4319. <script>
  4320. // Prevent default for placeholder links
  4321. document.addEventListener('DOMContentLoaded', function() {
  4322.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4323.        anchor.addEventListener('click', function(e) {
  4324.            e.preventDefault();
  4325.        });
  4326.    });
  4327. });
  4328. document.addEventListener('DOMContentLoaded', function () {
  4329.    var btn = document.getElementById('toggleBlogRollLinks');
  4330.    if (!btn) return; // No extra items, no button
  4331.  
  4332.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4333.  
  4334.    btn.addEventListener('click', function () {
  4335.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4336.            return li.classList.contains('d-none');
  4337.        });
  4338.  
  4339.        extras.forEach(function (li) {
  4340.            if (anyHidden) {
  4341.                li.classList.remove('d-none');
  4342.                li.classList.add('show');
  4343.            } else {
  4344.                li.classList.add('d-none');
  4345.                li.classList.remove('show');
  4346.            }
  4347.        });
  4348.  
  4349.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4350.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4351.    });
  4352. });
  4353.  
  4354. </script>
  4355.  
  4356.        <!-- end of wpo-site-footer-section -->
  4357.    </div>
  4358.    <!-- end of page-wrapper -->
  4359.  
  4360.    <!-- All JavaScript files
  4361.    ================================================== -->
  4362.    
  4363.  
  4364. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4365. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4366. <!-- Plugins for this template -->
  4367. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4368. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4369. <!-- Custom script for this template -->
  4370. <script src="/static/blogapp/assets/js/script.js"></script>
  4371.  
  4372. <script>
  4373. (function () {
  4374. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4375. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4376.  
  4377. function applyFallback(img) {
  4378. if (!img || img.dataset.fallbackApplied === "1") {
  4379. return;
  4380. }
  4381. var failedSrc = img.currentSrc || img.src || "";
  4382. img.dataset.fallbackApplied = "1";
  4383. img.onerror = null;
  4384. img.src = fallbackImageSrc;
  4385. console.warn("[ImageFallback] Replaced broken image:", {
  4386. failedSrc: failedSrc,
  4387. fallbackSrc: fallbackImageSrc,
  4388. alt: img.alt || "",
  4389. });
  4390. }
  4391.  
  4392. document.querySelectorAll("img").forEach(function (img) {
  4393. if (img.complete && img.naturalWidth === 0) {
  4394. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4395. failedSrc: img.currentSrc || img.src || "",
  4396. alt: img.alt || "",
  4397. });
  4398. applyFallback(img);
  4399. }
  4400. });
  4401.  
  4402. document.addEventListener(
  4403. "error",
  4404. function (event) {
  4405. var target = event.target;
  4406. if (target && target.tagName === "IMG") {
  4407. applyFallback(target);
  4408. }
  4409. },
  4410. true
  4411. );
  4412. })();
  4413. </script>
  4414.  
  4415. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4416.  
  4417.  
  4418.  
  4419. </body>
  4420.  
  4421. </html>
  4422.  
  4423.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda