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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="fira">
  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-26T132336.375_bc8yyr1_jC3GS81_md8rtFW_HIZr1tS.png">
  14.    
  15.  
  16.    <title>Openly Brief: Daily News Analysis and Political Commentary</title>
  17.    <meta name="description" content="Openly Brief delivers insightful daily news analysis, political commentary, and in-depth reporting on current events from a transparent perspective.">
  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://openlybrief.us/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f472b6;
  42.        --bs-primary-rgb: f472b6;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f1f5f9;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f472b6;
  53.        --theme-primary-color-s2: #f472b6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #f1f5f9;
  57.        --text-light-color: #676767;
  58.        --heading-color: #f1f5f9;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #f1f5f9;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #f1f5f9;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #f1f5f9;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #f472b6;
  84.        --link-hover: #ec4899;
  85.        --blog-color: #f1f5f9;
  86.        --blog-bg: rgba(244, 114, 182, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_59">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418.  
  419. <div class="topbar d-sm-flex d-none">
  420.  <div class="container-fluid fluid-container">
  421.    <div class="row">
  422.      <div>
  423.        <div class="pt-2 d-flex  gap-2   pb-0">
  424.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  425.            <div class=" d-flex  ">
  426.              <sapn class="fw-bold ">
  427.                Latest
  428.              </sapn>
  429.            </div>
  430.            <div class="d-flex">
  431.              <sapn class="fw-bold ">
  432.                Update
  433.              </sapn>
  434.            </div>
  435.          </div>
  436.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  437.            <p class="text-center">
  438.              
  439.              <a href="/new-test-series-debate-as-smith-sent-off-on-drs/" class="px-5 top-color">
  440.                New Test Series Debate as Smith Sent Off on DRS
  441.              </a>
  442.              
  443.              <a href="/milano-ice-hockey-venue-delays-could-leave-nhl-players-on-untested-playing-surface/" class="px-5 top-color">
  444.                Milano Ice Hockey Venue Delays Could Leave NHL Players on Untested Playing Surface
  445.              </a>
  446.              
  447.              <a href="/expedition-33-community-convinced-upcoming-dlc-may-include-evil-esquie-showdown/" class="px-5 top-color">
  448.                Expedition 33 Community Convinced Upcoming DLC May Include Evil Esquie Showdown
  449.              </a>
  450.              
  451.              <a href="/the-japanese-champion-moves-a-step-nearer-to-landmark-japanese-clash-after-dominant-win/" class="px-5 top-color">
  452.                The Japanese champion Moves a Step Nearer to Landmark Japanese Clash After Dominant Win.
  453.              </a>
  454.              
  455.              <a href="/japans-pioneering-woman-prime-minister-a-historic-event-that-comes-with-caveats/" class="px-5 top-color">
  456.                Japan&#x27;s Pioneering Woman Prime Minister: A Historic Event that Comes with Caveats
  457.              </a>
  458.              
  459.            </p>
  460.          </marquee>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <header class="header-v10 mb-4">
  478.    <div class="container-fluid fluid-container">
  479.        <!-- Top Bar -->
  480.        <div class="top-bar-v10">
  481.            <div
  482.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  483.               <div class="col-lg-3 col-md-12 col-12">
  484.                    <div class="brand-section-v10">
  485.                        <a class="logo-link-v9" href="/">
  486.                            
  487.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bea11908-74e6-4e62-be51-95382a6e9e43_logo.png" alt="Openly Brief" class="logo-img-v9" />
  488.                            
  489.                        </a>
  490.                    </div>
  491.                </div>
  492.                <div class="col-lg-6 col-md-12 d-inline-block">
  493.                    <div class="search-container-v10">
  494.                        <form class="search-form-v10" action="#" method="get">
  495.                            <div class="search-group-v10">
  496.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  497.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  498.                                <button type="submit" class="search-button-v10">
  499.                                    <i class="ti-search"></i>
  500.                                </button>
  501.                            </div>
  502.                            <div id="search-results" class="search-results-container search-v1"></div>
  503.                        </form>
  504.                    </div>
  505.                </div>
  506.                <div class="col-12 ">
  507.                    <div class="header-utilities-v10">
  508.                        <div class="utility-item-v10 d-lg-none">
  509.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  510.                                <div class="menu-icon-v10">
  511.                                    <span class="menu-bar-v10"></span>
  512.                                    <span class="menu-bar-v10"></span>
  513.                                    <span class="menu-bar-v10"></span>
  514.                                </div>
  515.                            </button>
  516.                        </div>
  517.                    </div>
  518.                </div>
  519.            </div>
  520.        </div>
  521.  
  522.        <!-- Navigation Bar -->
  523.    <nav class="navigation-v10 d-none d-lg-block">
  524.    <div class="nav-container-v10">
  525.        <ul class="nav-menu-v10">
  526.  
  527.            
  528.            <li class="nav-item-v10">
  529.                <a href="/" class="nav-link-v10 active-v10">
  530.                    <div class="link-content-v10">
  531.                        <span class="link-text-v10">Home</span>
  532.                        <div class="link-indicator-v10"></div>
  533.                    </div>
  534.                </a>
  535.            </li>
  536.  
  537.            
  538.            
  539.                
  540.                    
  541.                    
  542.                        <li class="nav-item-v10">
  543.                            <a href="/category/all-posts/" class="nav-link-v10">
  544.                                <div class="link-content-v10">
  545.                                    <span class="link-text-v10">All Posts</span>
  546.                                    <div class="link-indicator-v10"></div>
  547.                                </div>
  548.                            </a>
  549.                        </li>
  550.                    
  551.  
  552.                
  553.  
  554.                
  555.                
  556.            
  557.                
  558.                    
  559.                    
  560.                        <li class="nav-item-v10">
  561.                            <a href="/category/business/" class="nav-link-v10">
  562.                                <div class="link-content-v10">
  563.                                    <span class="link-text-v10">Business</span>
  564.                                    <div class="link-indicator-v10"></div>
  565.                                </div>
  566.                            </a>
  567.                        </li>
  568.                    
  569.  
  570.                
  571.  
  572.                
  573.                
  574.            
  575.                
  576.                    
  577.                    
  578.                        <li class="nav-item-v10">
  579.                            <a href="/category/esports/" class="nav-link-v10">
  580.                                <div class="link-content-v10">
  581.                                    <span class="link-text-v10">Esports</span>
  582.                                    <div class="link-indicator-v10"></div>
  583.                                </div>
  584.                            </a>
  585.                        </li>
  586.                    
  587.  
  588.                
  589.  
  590.                
  591.                
  592.            
  593.                
  594.                    
  595.                    
  596.                        <li class="nav-item-v10">
  597.                            <a href="/category/fashion/" class="nav-link-v10">
  598.                                <div class="link-content-v10">
  599.                                    <span class="link-text-v10">Fashion</span>
  600.                                    <div class="link-indicator-v10"></div>
  601.                                </div>
  602.                            </a>
  603.                        </li>
  604.                    
  605.  
  606.                
  607.  
  608.                
  609.                
  610.            
  611.                
  612.                    
  613.                    
  614.                        <li class="nav-item-v10">
  615.                            <a href="/category/featured/" class="nav-link-v10">
  616.                                <div class="link-content-v10">
  617.                                    <span class="link-text-v10">Featured</span>
  618.                                    <div class="link-indicator-v10"></div>
  619.                                </div>
  620.                            </a>
  621.                        </li>
  622.                    
  623.  
  624.                
  625.  
  626.                
  627.                
  628.            
  629.                
  630.                    
  631.                    
  632.                        <li class="nav-item-v10">
  633.                            <a href="/category/gaming/" class="nav-link-v10">
  634.                                <div class="link-content-v10">
  635.                                    <span class="link-text-v10">Gaming</span>
  636.                                    <div class="link-indicator-v10"></div>
  637.                                </div>
  638.                            </a>
  639.                        </li>
  640.                    
  641.  
  642.                
  643.  
  644.                
  645.                
  646.            
  647.                
  648.                    
  649.                    
  650.                        <li class="nav-item-v10">
  651.                            <a href="/category/health/" class="nav-link-v10">
  652.                                <div class="link-content-v10">
  653.                                    <span class="link-text-v10">Health</span>
  654.                                    <div class="link-indicator-v10"></div>
  655.                                </div>
  656.                            </a>
  657.                        </li>
  658.                    
  659.  
  660.                
  661.  
  662.                
  663.                
  664.            
  665.                
  666.                    
  667.                    
  668.                        <li class="nav-item-v10">
  669.                            <a href="/category/life-fitness/" class="nav-link-v10">
  670.                                <div class="link-content-v10">
  671.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  672.                                    <div class="link-indicator-v10"></div>
  673.                                </div>
  674.                            </a>
  675.                        </li>
  676.                    
  677.  
  678.                
  679.  
  680.                
  681.                
  682.            
  683.                
  684.                    
  685.                    
  686.                        <li class="nav-item-v10">
  687.                            <a href="/category/lifestyle/" class="nav-link-v10">
  688.                                <div class="link-content-v10">
  689.                                    <span class="link-text-v10">Lifestyle</span>
  690.                                    <div class="link-indicator-v10"></div>
  691.                                </div>
  692.                            </a>
  693.                        </li>
  694.                    
  695.  
  696.                
  697.  
  698.                
  699.                
  700.            
  701.                
  702.                    
  703.                    <li class="nav-item-v10 has-submenu-v10">
  704.                        <a href="#" class="nav-link-v10">
  705.                            <div class="link-content-v10">
  706.                                <span class="link-text-v10">More</span>
  707.                                <div class="link-arrow-v10"></div>
  708.                                <div class="link-indicator-v10"></div>
  709.                            </div>
  710.                        </a>
  711.                        <div class="submenu-v10">
  712.                            <div class="submenu-content-v10">
  713.                                <div class="submenu-column-v10">
  714.                                    <ul class="submenu-links-v10">
  715.                                        <li>
  716.                                            <a href="/category/news/" class="submenu-link-v10">
  717.                                                News
  718.                                            </a>
  719.                                        </li>
  720.                
  721.  
  722.                
  723.                
  724.            
  725.                
  726.                                        <li>
  727.                                            <a href="/category/others/" class="submenu-link-v10">
  728.                                                Others
  729.                                            </a>
  730.                                        </li>
  731.                
  732.  
  733.                
  734.                
  735.            
  736.                
  737.                                        <li>
  738.                                            <a href="/category/politics/" class="submenu-link-v10">
  739.                                                Politics
  740.                                            </a>
  741.                                        </li>
  742.                
  743.  
  744.                
  745.                
  746.            
  747.                
  748.                                        <li>
  749.                                            <a href="/category/sports/" class="submenu-link-v10">
  750.                                                Sports
  751.                                            </a>
  752.                                        </li>
  753.                
  754.  
  755.                
  756.                
  757.            
  758.                
  759.                                        <li>
  760.                                            <a href="/category/tech/" class="submenu-link-v10">
  761.                                                Tech
  762.                                            </a>
  763.                                        </li>
  764.                
  765.  
  766.                
  767.                
  768.            
  769.                
  770.                                        <li>
  771.                                            <a href="/category/travel/" class="submenu-link-v10">
  772.                                                Travel
  773.                                            </a>
  774.                                        </li>
  775.                
  776.  
  777.                
  778.                
  779.                                    </ul>
  780.                                </div>
  781.                            </div>
  782.                        </div>
  783.                    </li>
  784.                
  785.            
  786.            <li class="nav-item-v10">
  787.                <a href="/page/contact-us/" class="nav-link-v10">
  788.                    <div class="link-content-v10">
  789.                        <span class="link-text-v10">Contact Us</span>
  790.                        <div class="link-indicator-v10"></div>
  791.                    </div>
  792.                </a>
  793.            </li>
  794.        </ul>
  795.    </div>
  796. </nav>
  797.  
  798.        <!-- Mobile Menu -->
  799.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  800.            <div class="mobile-menu-content-v10">
  801.                <ul class="mobile-menu-list-v10">
  802.  
  803.                    
  804.                    <li class="mobile-menu-item-v10">
  805.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  806.                            <span class="mobile-link-text-v10">Home</span>
  807.                        </a>
  808.                    </li>
  809.  
  810.                    
  811.                    
  812.                    
  813.                    <li class="mobile-menu-item-v10">
  814.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  815.                            <span class="mobile-link-text-v10">All Posts</span>
  816.                        </a>
  817.                    </li>
  818.                    
  819.                    
  820.                    
  821.                    <li class="mobile-menu-item-v10">
  822.                        <a href="/category/business/" class="mobile-menu-link-v10">
  823.                            <span class="mobile-link-text-v10">Business</span>
  824.                        </a>
  825.                    </li>
  826.                    
  827.                    
  828.                    
  829.                    <li class="mobile-menu-item-v10">
  830.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  831.                            <span class="mobile-link-text-v10">Esports</span>
  832.                        </a>
  833.                    </li>
  834.                    
  835.                    
  836.                    
  837.                    <li class="mobile-menu-item-v10">
  838.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  839.                            <span class="mobile-link-text-v10">Fashion</span>
  840.                        </a>
  841.                    </li>
  842.                    
  843.                    
  844.                    
  845.                    <li class="mobile-menu-item-v10">
  846.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  847.                            <span class="mobile-link-text-v10">Featured</span>
  848.                        </a>
  849.                    </li>
  850.                    
  851.                    
  852.                    
  853.                    <li class="mobile-menu-item-v10">
  854.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  855.                            <span class="mobile-link-text-v10">Gaming</span>
  856.                        </a>
  857.                    </li>
  858.                    
  859.                    
  860.                    
  861.                    <li class="mobile-menu-item-v10">
  862.                        <a href="/category/health/" class="mobile-menu-link-v10">
  863.                            <span class="mobile-link-text-v10">Health</span>
  864.                        </a>
  865.                    </li>
  866.                    
  867.                    
  868.                    
  869.                    <li class="mobile-menu-item-v10">
  870.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  871.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  872.                        </a>
  873.                    </li>
  874.                    
  875.                    
  876.                    
  877.                    <li class="mobile-menu-item-v10">
  878.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  879.                            <span class="mobile-link-text-v10">Lifestyle</span>
  880.                        </a>
  881.                    </li>
  882.                    
  883.                    
  884.                    
  885.                    <li class="mobile-menu-item-v10">
  886.                        <a href="/category/news/" class="mobile-menu-link-v10">
  887.                            <span class="mobile-link-text-v10">News</span>
  888.                        </a>
  889.                    </li>
  890.                    
  891.                    
  892.                    
  893.                    <li class="mobile-menu-item-v10">
  894.                        <a href="/category/others/" class="mobile-menu-link-v10">
  895.                            <span class="mobile-link-text-v10">Others</span>
  896.                        </a>
  897.                    </li>
  898.                    
  899.                    
  900.                    
  901.                    <li class="mobile-menu-item-v10">
  902.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  903.                            <span class="mobile-link-text-v10">Politics</span>
  904.                        </a>
  905.                    </li>
  906.                    
  907.                    
  908.                    
  909.                    <li class="mobile-menu-item-v10">
  910.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  911.                            <span class="mobile-link-text-v10">Sports</span>
  912.                        </a>
  913.                    </li>
  914.                    
  915.                    
  916.                    
  917.                    <li class="mobile-menu-item-v10">
  918.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  919.                            <span class="mobile-link-text-v10">Tech</span>
  920.                        </a>
  921.                    </li>
  922.                    
  923.                    
  924.                    
  925.                    <li class="mobile-menu-item-v10">
  926.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  927.                            <span class="mobile-link-text-v10">Travel</span>
  928.                        </a>
  929.                    </li>
  930.                    
  931.                    
  932.  
  933.                </ul>
  934.            </div>
  935.        </div>
  936.  
  937.    </div>
  938. </header>
  939.  
  940. <style>
  941.    .logo-link-v9 img{
  942.        height: 70px;
  943.        width: auto;
  944.        object-fit: cover;
  945.    }
  946.    /* Navbar V10 Styles - Modern Two-Tier Design */
  947.    .header-v10 {
  948.        background: var(--navbar-bg);
  949.        margin-bottom: 10px;
  950.        position: relative;
  951.    }
  952.  
  953.    /* Top Bar */
  954.    .top-bar-v10 {
  955.        padding: 16px 0;
  956.    }
  957.  
  958.    /* Brand Section */
  959.    .brand-section-v10 {
  960.        display: flex;
  961.        align-items: center;
  962.    }
  963.  
  964.    .brand-link-v10 {
  965.        display: flex;
  966.        align-items: center;
  967.        text-decoration: none;
  968.    }
  969.  
  970.    .brand-icon-v10 {
  971.        width: 48px;
  972.        height: 48px;
  973.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  974.        border-radius: 12px;
  975.        display: flex;
  976.        align-items: center;
  977.        justify-content: center;
  978.        padding: 8px;
  979.    }
  980.  
  981.    .brand-img-v10 {
  982.        max-width: 100%;
  983.        max-height: 100%;
  984.        filter: brightness(0) invert(1);
  985.    }
  986.  
  987.    /* Search Container */
  988.    .search-container-v10 {
  989.        max-width: 500px;
  990.        margin-left: auto;
  991.    }
  992.  
  993.    .search-group-v10 {
  994.        display: flex;
  995.        align-items: center;
  996.        background: #f9fafb;
  997.        border: 2px solid #e5e7eb;
  998.        border-radius: 12px;
  999.        overflow: hidden;
  1000.        transition: all 0.3s ease;
  1001.    }
  1002.  
  1003.    .search-group-v10:focus-within {
  1004.        background: #ffffff;
  1005.        border-color: #3b82f6;
  1006.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1007.    }
  1008.  
  1009.    .search-icon-wrapper-v10 {
  1010.        padding: 12px 16px;
  1011.        display: flex;
  1012.        align-items: center;
  1013.    }
  1014.  
  1015.    .search-icon-v10 {
  1016.        width: 16px;
  1017.        height: 16px;
  1018.        background: #9ca3af;
  1019.        border-radius: 50%;
  1020.        position: relative;
  1021.    }
  1022.  
  1023.    .search-icon-v10::after {
  1024.        content: '';
  1025.        position: absolute;
  1026.        top: 12px;
  1027.        left: 12px;
  1028.        width: 6px;
  1029.        height: 1px;
  1030.        background: #9ca3af;
  1031.        transform: rotate(45deg);
  1032.    }
  1033.  
  1034.    .search-field-v10 {
  1035.        flex: 1;
  1036.        border: none;
  1037.        background: transparent;
  1038.        font-size: 15px;
  1039.        padding: 12px 0;
  1040.        outline: none;
  1041.        color: #1f2937;
  1042.    }
  1043.  
  1044.    .search-field-v10::placeholder {
  1045.        color: #9ca3af;
  1046.    }
  1047.  
  1048.    .search-button-v10 {
  1049.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1050.        color: white;
  1051.        border: none;
  1052.        padding: 14px 15px;
  1053.        font-weight: 600;
  1054.        cursor: pointer;
  1055.        transition: all 0.3s ease;
  1056.    }
  1057.  
  1058.    .search-button-v10:hover {
  1059.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1060.    }
  1061.  
  1062.    /* Header Utilities */
  1063.    .header-utilities-v10 {
  1064.        display: flex;
  1065.        align-items: center;
  1066.        justify-content: flex-end;
  1067.        gap: 8px;
  1068.    }
  1069.  
  1070.    .utility-item-v10 {
  1071.        display: flex;
  1072.    }
  1073.  
  1074.    .theme-toggle-v10,
  1075.    .mobile-search-v10,
  1076.    .menu-trigger-v10 {
  1077.        background: #f9fafb;
  1078.        border: 1px solid #e5e7eb;
  1079.        border-radius: 8px;
  1080.        padding: 10px;
  1081.        cursor: pointer;
  1082.        transition: all 0.3s ease;
  1083.    }
  1084.  
  1085.    .mobile-search-v10:hover,
  1086.    .menu-trigger-v10:hover {
  1087.        background: #f3f4f6;
  1088.        border-color: #d1d5db;
  1089.    }
  1090.  
  1091.    .mobile-search-icon-v10 {
  1092.        width: 16px;
  1093.        height: 16px;
  1094.        background: #6b7280;
  1095.        border-radius: 50%;
  1096.    }
  1097.  
  1098.    .menu-icon-v10 {
  1099.        display: flex;
  1100.        flex-direction: column;
  1101.        gap: 3px;
  1102.        width: 16px;
  1103.    }
  1104.  
  1105.    .menu-bar-v10 {
  1106.        height: 2px;
  1107.        background: #6b7280;
  1108.        border-radius: 1px;
  1109.        transition: all 0.3s ease;
  1110.    }
  1111.  
  1112.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1113.        transform: rotate(45deg) translate(4px, 4px);
  1114.    }
  1115.  
  1116.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1117.        opacity: 0;
  1118.    }
  1119.  
  1120.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1121.        transform: rotate(-45deg) translate(6px, -6px);
  1122.    }
  1123.  
  1124.    /* Navigation */
  1125.    .navigation-v10 {
  1126.        background: var(--navbar-bg);
  1127.    }
  1128.  
  1129.    .nav-container-v10 {
  1130.        padding: 0;
  1131.        display: flex;
  1132.        justify-content: flex-end;
  1133.    }
  1134.  
  1135.    .nav-menu-v10 {
  1136.        list-style: none;
  1137.        padding: 0;
  1138.        margin: 0;
  1139.        display: flex;
  1140.        align-items: stretch;
  1141.    }
  1142.  
  1143.    .nav-item-v10 {
  1144.        position: relative;
  1145.    }
  1146.  
  1147.    .nav-link-v10 {
  1148.        color: #374151;
  1149.        text-decoration: none;
  1150.        display: block;
  1151.        transition: all 0.3s ease;
  1152.    }
  1153.  
  1154.    .link-content-v10 {
  1155.        padding: 16px 20px;
  1156.        display: flex;
  1157.        align-items: center;
  1158.        gap: 6px;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .link-text-v10 {
  1163.        font-size: 15px;
  1164.        font-weight: 600;
  1165.    }
  1166.  
  1167.    .link-arrow-v10 {
  1168.        width: 0;
  1169.        height: 0;
  1170.        border-left: 3px solid transparent;
  1171.        border-right: 3px solid transparent;
  1172.        border-top: 3px solid currentColor;
  1173.        transition: transform 0.3s ease;
  1174.    }
  1175.  
  1176.    .link-indicator-v10 {
  1177.        position: absolute;
  1178.        bottom: 0;
  1179.        left: 0;
  1180.        right: 0;
  1181.        height: 3px;
  1182.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1183.        transform: scaleX(0);
  1184.        transition: transform 0.3s ease;
  1185.    }
  1186.  
  1187.    .nav-link-v10:hover,
  1188.    .nav-link-v10.active-v10 {
  1189.        color: white !important;
  1190.        background: var(--bs-primary);
  1191.    }
  1192.  
  1193.    .nav-link-v10:hover .link-indicator-v10,
  1194.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1195.        transform: scaleX(1);
  1196.    }
  1197.  
  1198.    .has-submenu-v10:hover .link-arrow-v10 {
  1199.        transform: rotate(180deg);
  1200.    }
  1201.  
  1202.    /* Submenu */
  1203.    .submenu-v10 {
  1204.        position: absolute;
  1205.        top: 100%;
  1206.        left: 0;
  1207.        background: #ffffff;
  1208.        border: 1px solid #e5e7eb;
  1209.        border-radius: 12px;
  1210.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1211.        opacity: 0;
  1212.        visibility: hidden;
  1213.        transform: translateY(-8px);
  1214.        transition: all 0.3s ease;
  1215.        z-index: 1000;
  1216.        min-width: 400px;
  1217.        padding: 24px;
  1218.        margin-top: 8px;
  1219.    }
  1220.  
  1221.    .has-submenu-v10:hover .submenu-v10 {
  1222.        opacity: 1;
  1223.        visibility: visible;
  1224.        transform: translateY(0);
  1225.    }
  1226.  
  1227.    .submenu-content-v10 {
  1228.        display: grid;
  1229.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1230.        gap: 24px;
  1231.    }
  1232.  
  1233.    .submenu-title-v10 {
  1234.        font-size: 13px;
  1235.        font-weight: 700;
  1236.        color: #3b82f6;
  1237.        margin-bottom: 12px;
  1238.        text-transform: uppercase;
  1239.        letter-spacing: 0.5px;
  1240.    }
  1241.  
  1242.    .submenu-links-v10 {
  1243.        list-style: none;
  1244.        padding: 0;
  1245.        margin: 0;
  1246.    }
  1247.  
  1248.    .submenu-link-v10 {
  1249.        display: block;
  1250.        color: #6b7280 !important;
  1251.        text-decoration: none;
  1252.        font-size: 14px;
  1253.        padding: 8px 0;
  1254.        transition: color 0.3s ease;
  1255.    }
  1256.  
  1257.    .submenu-link-v10:hover {
  1258.        color: #3b82f6 !important;
  1259.    }
  1260.  
  1261.    /* Mobile Search Panel */
  1262.    .mobile-search-panel-v10 {
  1263.        background: #f9fafb;
  1264.        border-bottom: 1px solid #e5e7eb;
  1265.        padding: 12px 0;
  1266.        max-height: 0;
  1267.        overflow: hidden;
  1268.        transition: all 0.3s ease;
  1269.    }
  1270.  
  1271.    .mobile-search-panel-v10.show-v10 {
  1272.        max-height: 80px;
  1273.    }
  1274.  
  1275.    .mobile-search-wrapper-v10 {
  1276.        display: flex;
  1277.        align-items: center;
  1278.        background: #ffffff;
  1279.        border: 1px solid #e5e7eb;
  1280.        border-radius: 8px;
  1281.        overflow: hidden;
  1282.    }
  1283.  
  1284.    .mobile-search-input-v10 {
  1285.        flex: 1;
  1286.        border: none;
  1287.        padding: 12px 16px;
  1288.        font-size: 15px;
  1289.        outline: none;
  1290.        background: transparent;
  1291.    }
  1292.  
  1293.    .mobile-search-btn-v10 {
  1294.        background: #3b82f6;
  1295.        border: none;
  1296.        padding: 12px 16px;
  1297.        cursor: pointer;
  1298.    }
  1299.  
  1300.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1301.        background: white;
  1302.    }
  1303.  
  1304.    /* Mobile Menu */
  1305.    .mobile-menu-v10 {
  1306.        background: #ffffff;
  1307.        border-bottom: 1px solid #e5e7eb;
  1308.        max-height: 0;
  1309.        overflow: hidden;
  1310.        transition: all 0.4s ease;
  1311.    }
  1312.  
  1313.    .mobile-menu-v10.show-v10 {
  1314.        max-height: 500px;
  1315.    }
  1316.  
  1317.    .mobile-menu-content-v10 {
  1318.        padding: 16px 30px;
  1319.    }
  1320.  
  1321.    .mobile-menu-list-v10 {
  1322.        list-style: none;
  1323.        padding: 0;
  1324.        margin: 0;
  1325.    }
  1326.  
  1327.    .mobile-menu-item-v10 {
  1328.        border-bottom: 1px solid #f3f4f6;
  1329.    }
  1330.  
  1331.    .mobile-menu-link-v10,
  1332.    .mobile-menu-toggle-v10 {
  1333.        display: flex;
  1334.        align-items: center;
  1335.        justify-content: space-between;
  1336.        color: #374151;
  1337.        text-decoration: none;
  1338.        font-size: 16px;
  1339.        font-weight: 600;
  1340.        padding: 16px 0;
  1341.        transition: color 0.3s ease;
  1342.        background: none;
  1343.        border: none;
  1344.        width: 100%;
  1345.        cursor: pointer;
  1346.    }
  1347.  
  1348.    .mobile-menu-link-v10:hover,
  1349.    .mobile-menu-toggle-v10:hover,
  1350.    .mobile-menu-link-v10.active-v10 {
  1351.        color: var(--bs-light);
  1352.    }
  1353.  
  1354.    .mobile-toggle-arrow-v10 {
  1355.        width: 0;
  1356.        height: 0;
  1357.        border-left: 4px solid transparent;
  1358.        border-right: 4px solid transparent;
  1359.        border-top: 4px solid currentColor;
  1360.        transition: transform 0.3s ease;
  1361.    }
  1362.  
  1363.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1364.        transform: rotate(180deg);
  1365.    }
  1366.  
  1367.    .mobile-submenu-v10 {
  1368.        list-style: none;
  1369.        padding: 0;
  1370.        margin: 0;
  1371.        max-height: 0;
  1372.        overflow: hidden;
  1373.        transition: all 0.3s ease;
  1374.        background: #f9fafb;
  1375.    }
  1376.  
  1377.    .mobile-submenu-v10.show-v10 {
  1378.        max-height: 200px;
  1379.        padding: 8px 0;
  1380.    }
  1381.  
  1382.    .mobile-submenu-link-v10 {
  1383.        display: block;
  1384.        color: #6b7280;
  1385.        text-decoration: none;
  1386.        font-size: 14px;
  1387.        padding: 10px 20px;
  1388.        transition: color 0.3s ease;
  1389.    }
  1390.  
  1391.    .mobile-submenu-link-v10:hover {
  1392.        color: #3b82f6;
  1393.    }
  1394.  
  1395.    /* Responsive Design */
  1396.    @media (max-width: 768px) {
  1397.        .top-bar-v10 {
  1398.            padding: 12px 0;
  1399.        }
  1400.  
  1401.        .brand-icon-v10 {
  1402.            width: 40px;
  1403.            height: 40px;
  1404.        }
  1405.  
  1406.        .brand-name-v10 {
  1407.            font-size: 18px;
  1408.        }
  1409.  
  1410.        .brand-tagline-v10 {
  1411.            font-size: 11px;
  1412.        }
  1413.    }
  1414.  
  1415.    @media (max-width: 576px) {
  1416.        .brand-text-v10 {
  1417.            display: none;
  1418.        }
  1419.    }
  1420. </style>
  1421.  
  1422. <script>
  1423.    function toggleMobileSearchV10() {
  1424.        const searchPanel = document.getElementById('mobileSearchV10');
  1425.        const searchBtn = document.querySelector('.mobile-search-v10');
  1426.  
  1427.        if (searchPanel) {
  1428.            searchPanel.classList.toggle('show-v10');
  1429.  
  1430.            if (searchPanel.classList.contains('show-v10')) {
  1431.                setTimeout(() => {
  1432.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1433.                    if (input) input.focus();
  1434.                }, 100);
  1435.            }
  1436.        }
  1437.    }
  1438.  
  1439.    function toggleMenuV10() {
  1440.        const mobileMenu = document.getElementById('mobileMenuV10');
  1441.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1442.  
  1443.        if (mobileMenu && menuBtn) {
  1444.            mobileMenu.classList.toggle('show-v10');
  1445.            menuBtn.classList.toggle('active-v10');
  1446.        }
  1447.    }
  1448.  
  1449.    function toggleMobileSubmenuV10(submenuId) {
  1450.        const submenu = document.getElementById(submenuId);
  1451.        if (!submenu) return;
  1452.  
  1453.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1454.  
  1455.        // Close other submenus
  1456.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1457.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1458.  
  1459.        allSubmenus.forEach(menu => {
  1460.            if (menu.id !== submenuId) {
  1461.                menu.classList.remove('show-v10');
  1462.            }
  1463.        });
  1464.  
  1465.        allParents.forEach(parent => {
  1466.            if (parent !== parentItem) {
  1467.                parent.classList.remove('open-v10');
  1468.            }
  1469.        });
  1470.  
  1471.        // Toggle current submenu
  1472.        submenu.classList.toggle('show-v10');
  1473.        if (parentItem) {
  1474.            parentItem.classList.toggle('open-v10');
  1475.        }
  1476.    }
  1477.  
  1478.    // Close menus when clicking outside
  1479.    document.addEventListener('click', function (e) {
  1480.        const mobileMenu = document.getElementById('mobileMenuV10');
  1481.        const mobileSearch = document.getElementById('mobileSearchV10');
  1482.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1483.        const searchBtn = document.querySelector('.mobile-search-v10');
  1484.  
  1485.        // Close mobile menu
  1486.        if (mobileMenu && menuBtn &&
  1487.            !mobileMenu.contains(e.target) &&
  1488.            !menuBtn.contains(e.target)) {
  1489.            mobileMenu.classList.remove('show-v10');
  1490.            menuBtn.classList.remove('active-v10');
  1491.        }
  1492.  
  1493.        // Close mobile search
  1494.        if (mobileSearch && searchBtn &&
  1495.            !mobileSearch.contains(e.target) &&
  1496.            !searchBtn.contains(e.target)) {
  1497.            mobileSearch.classList.remove('show-v10');
  1498.        }
  1499.    });
  1500. </script>
  1501.  
  1502. <script>
  1503.  document.addEventListener("DOMContentLoaded", function () {
  1504.    console.log("loaded");
  1505.  
  1506.     const searchInput = document.getElementById("search-input")
  1507.    const searchResults = document.getElementById("search-results");
  1508.  
  1509.    if (!searchInput || !searchResults) {
  1510.      console.error("Search input/results not found");
  1511.      return;
  1512.    }
  1513.  
  1514.    // Prevent form submission
  1515.    if (searchInput.form) {
  1516.      searchInput.form.addEventListener("submit", function (e) {
  1517.        e.preventDefault();
  1518.      });
  1519.    }
  1520.  
  1521.    // Add event listener for keyup
  1522.    searchInput.addEventListener("keyup", function (e) {
  1523.      console.log("Key pressed:", e.key);
  1524.      e.preventDefault();
  1525.  
  1526.      const query = searchInput.value.trim();
  1527.      console.log("User is typing: " + query);
  1528.  
  1529.      // If empty → clear and hide
  1530.      if (query === "") {
  1531.        searchResults.innerHTML = "";
  1532.        searchResults.style.display = "none";
  1533.        return;
  1534.      }
  1535.  
  1536.      // Show results
  1537.      searchResults.style.display = "block";
  1538.  
  1539.      // Fetch search results
  1540.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1541.        method: "GET",
  1542.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1543.      })
  1544.        .then(response => {
  1545.          console.log("Response Status:", response.status);
  1546.          return response.json();
  1547.        })
  1548.        .then(data => {
  1549.          console.log("Data received:", data);
  1550.          if (data.html) {
  1551.            searchResults.innerHTML = data.html;
  1552.          } else {
  1553.            searchResults.innerHTML = "<p>No results found.</p>";
  1554.          }
  1555.        })
  1556.        .catch(error => {
  1557.          console.error("Error fetching search results:", error);
  1558.        });
  1559.    });
  1560.  
  1561.    // Close results when clicking outside
  1562.    document.addEventListener("click", function (e) {
  1563.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1564.        searchResults.style.display = "none";
  1565.      }
  1566.    });
  1567.  
  1568.    // Close results on ESC key
  1569.    document.addEventListener("keydown", function (e) {
  1570.      if (e.key === "Escape") {
  1571.        searchResults.style.display = "none";
  1572.      }
  1573.    });
  1574.  });
  1575. </script>
  1576.  
  1577. <style>
  1578.        /* search field */
  1579.  .search-results-container {
  1580.  position: absolute;
  1581.  top: 60%; /* Position it below the input field */
  1582.  left: 10px;
  1583.  right: 10px;
  1584.  background-color: white;
  1585.  border: 1px solid #ddd;
  1586.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1587.  max-height: 300px;
  1588.  overflow-y: auto;
  1589.  z-index: 1000;
  1590.  display: none; /* Initially hidden */
  1591. }
  1592.  
  1593. .search-results-container p {
  1594.  margin: 0;
  1595. }
  1596.  
  1597. .search-results-container .result-item {
  1598.  padding: 10px;
  1599.  cursor: pointer;
  1600. }
  1601.  
  1602. .search-results-container .result-item:hover {
  1603.  background-color: #f0f0f0;
  1604. }
  1605. @media (max-width: 992px) {
  1606.  .search-results-container {
  1607.    top: 70%;
  1608.  }
  1609.    
  1610. }
  1611. </style>
  1612.  
  1613.        </header>
  1614.        <!-- end of header -->
  1615.        <!-- start of wpo-blog-hero -->
  1616.        
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624. <div class="blog-hero-v3 pt-3">
  1625.    <div class="container-fluid fluid-container">
  1626.        <div class="row g-4">
  1627.            
  1628.            
  1629.              
  1630.            <!-- Left Column -->
  1631.            <div class="col-lg-4 col-md-6">
  1632.                <div class="magazine-card tall-card h-100">
  1633.                    <div class="card-image">
  1634.                        
  1635.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1636.                        
  1637.                        <div class="image-overlay"></div>
  1638.                    </div>
  1639.                    <div class="card-content">
  1640.                        <div class="category-pill bg-primary-gradient">News</div>
  1641.                        <h2> <a href="/putin-as-a-russian-007-jude-laws-depiction-of-vladimir-putin-seems-to-echo-official-russian-myths/">
  1642.                                        Putin as a Russian 007? Jude Law&#x27;s Depiction of Vladimir Putin Seems to Echo Official Russian Myths
  1643.                                    </a></h2>
  1644.                        <p></p>
  1645.                        <div class="author-section">
  1646.                            
  1647.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="author-img">
  1648.                            
  1649.                            <div class="author-details">
  1650.                                <span class="author-name">Mrs. Donna Mccoy</span>
  1651.                                <span class="publish-date">14 Jul 2026</span>
  1652.                            </div>
  1653.                        </div>
  1654.                    </div>
  1655.                </div>
  1656.            </div>
  1657.  
  1658.            
  1659.            
  1660.  
  1661.            <!-- Center Column -->
  1662.            <div class="col-lg-4 col-md-6">
  1663.                <div class="row g-4">
  1664.                    
  1665.                    <div class="col-12">
  1666.                        <div class="magazine-card square-card">
  1667.                            <div class="card-image">
  1668.                            
  1669.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1670.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1671.                            
  1672.                                <div class="floating-category bg-primary-gradient">News</div>
  1673.                            </div>
  1674.                            <div class="card-content compact">
  1675.                                <h3> <a href="/from-disappointing-to-defective-does-anyone-want-to-claim-victory-in-the-nfl-championship-this-season/" >
  1676.                                        From Disappointing to Defective – Does Anyone Want to Claim Victory in the NFL Championship This Season?
  1677.                                    </a></h3>
  1678.                                    
  1679.                                <div class="mini-meta">
  1680.                                    <span>By Mrs. Donna Mccoy</span>
  1681.                                    <span class="date-dot">• 14 Jul 2026</span>
  1682.                                </div>
  1683.                            </div>
  1684.                        </div>
  1685.                    </div>
  1686.                    
  1687.                    <div class="col-12">
  1688.                        <div class="magazine-card square-card">
  1689.                            <div class="card-image">
  1690.                            
  1691.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1692.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1693.                            
  1694.                                <div class="floating-category bg-primary-gradient">News</div>
  1695.                            </div>
  1696.                            <div class="card-content compact">
  1697.                                <h3> <a href="/new-jerseys-top-prosecutor-leaves-her-post-following-judicial-disqualifies-her-service/" >
  1698.                                        New Jersey&#x27;s top prosecutor leaves her post following judicial disqualifies her service.
  1699.                                    </a></h3>
  1700.                                    
  1701.                                <div class="mini-meta">
  1702.                                    <span>By Mrs. Donna Mccoy</span>
  1703.                                    <span class="date-dot">• 14 Jul 2026</span>
  1704.                                </div>
  1705.                            </div>
  1706.                        </div>
  1707.                    </div>
  1708.                    
  1709.  
  1710.                </div>
  1711.            </div>
  1712.            
  1713.            
  1714.              
  1715.            <!-- Right Column -->
  1716.            <div class="col-lg-4 col-md-12">
  1717.                <div class="magazine-card featured-card">
  1718.                    <div class="featured-header">
  1719.                        <h4>Featured Story</h4>
  1720.                        <div class="featured-line"></div>
  1721.                    </div>
  1722.                    <div class="card-image featured-img" >
  1723.                    
  1724.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1725.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1726.                    
  1727.                    </div>
  1728.                    <div class="card-content featured-content">
  1729.                        <div class="category-pill bg-primary-gradient">News</div>
  1730.                        <h2><a href="/bergamos-team-hosts-chelsea-tottenham-welcomes-slavia-prague-an-evening-of-european-football/">
  1731.                                        Bergamo&#x27;s Team Hosts Chelsea, Tottenham Welcomes Slavia Prague – An Evening of European Football
  1732.                                    </a></h2>
  1733.                        
  1734.                        <div class="author-section featured-author">
  1735.                            
  1736.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1737.                            
  1738.                            <div class="author-details">
  1739.                                <span class="author-name">Mrs. Donna Mccoy</span>
  1740.                                <!-- <span class="author-title">Business Analyst</span> -->
  1741.                                <span class="publish-date">14 Jul 2026</span>
  1742.                            </div>
  1743.                        </div>
  1744.                    </div>
  1745.                </div>
  1746.            </div>
  1747.  
  1748.            
  1749.            
  1750.        </div>
  1751.    </div>
  1752. </div>
  1753.  
  1754. <style>
  1755. /* Blog Hero V3 - Magazine Style */
  1756. .blog-hero-v3 {
  1757.    padding: 80px 0;
  1758.    position: relative;
  1759. }
  1760.  
  1761. /* Magazine Cards */
  1762. .magazine-card {
  1763.    background: var(--card-bg);
  1764.    border-radius: 20px;
  1765.    overflow: hidden;
  1766.    position: relative;
  1767.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1768.    border: 1px solid var(--border-color);
  1769. }
  1770.  
  1771. .magazine-card:hover {
  1772.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1773. }
  1774.  
  1775. /* Tall Card (Left Column) */
  1776. .tall-card {
  1777.    display: flex;
  1778.    flex-direction: column;
  1779. }
  1780.  
  1781. .tall-card .card-image {
  1782.    height: 300px;
  1783.    position: relative;
  1784.    overflow: hidden;
  1785. }
  1786.  
  1787. .tall-card .card-image img {
  1788.    width: 100%;
  1789.    height: 100%;
  1790.    object-fit: cover;
  1791.    transition: transform 0.6s ease;
  1792. }
  1793.  
  1794. .tall-card:hover .card-image img {
  1795.    transform: scale(1.1) rotate(-2deg);
  1796. }
  1797.  
  1798. .image-overlay {
  1799.    position: absolute;
  1800.    top: 0;
  1801.    left: 0;
  1802.    right: 0;
  1803.    bottom: 0;
  1804.    opacity: 0;
  1805.    transition: opacity 0.3s ease;
  1806. }
  1807.  
  1808. .tall-card:hover .image-overlay {
  1809.    opacity: 1;
  1810. }
  1811.  
  1812. .tall-card .card-content {
  1813.    padding: 20px;
  1814.    flex-grow: 1;
  1815.    display: flex;
  1816.    flex-direction: column;
  1817. }
  1818.  
  1819. .tall-card h2 {
  1820.    font-size: 1.5rem;
  1821.    font-weight: 700;
  1822.    color: #2c3e50;
  1823.    margin: 12px 0;
  1824.    line-height: 1.3;
  1825. }
  1826.  
  1827. .tall-card p {
  1828.    color: #7f8c8d;
  1829.    line-height: 1.6;
  1830.    margin-bottom: 1rem;
  1831.    flex-grow: 1;
  1832. }
  1833.  
  1834. /* Square Cards (Center Column) */
  1835. .square-card {
  1836.    position: relative;
  1837.    overflow: hidden;
  1838. }
  1839.  
  1840. .square-card .card-image {
  1841.    height: 180px;
  1842.    position: relative;
  1843. }
  1844.  
  1845. .square-card .card-image img {
  1846.    width: 100%;
  1847.    height: 100%;
  1848.    object-fit: cover;
  1849.    filter: brightness(1.1) saturate(1.2);
  1850.    transition: all 0.4s ease;
  1851. }
  1852.  
  1853. .square-card:hover .card-image img {
  1854.    transform: scale(1.15);
  1855.    filter: brightness(1.2) saturate(1.4);
  1856. }
  1857.  
  1858. .floating-category {
  1859.    position: absolute;
  1860.    top: 15px;
  1861.    right: 15px;
  1862.    padding: 8px 15px;
  1863.    border-radius: 20px;
  1864.    font-size: 0.75rem;
  1865.    text-transform: uppercase;
  1866.    letter-spacing: 1px;
  1867.    backdrop-filter: blur(10px);
  1868.    border: 1px solid rgba(255, 255, 255, 0.3);
  1869. }
  1870.  
  1871. .square-card .card-content.compact {
  1872.    padding: 1.2rem;
  1873. }
  1874.  
  1875. .square-card h3 {
  1876.    font-size: 1.1rem;
  1877.    font-weight: 600;
  1878.    color: #2c3e50;
  1879.    margin-bottom: 10px;
  1880.    line-height: 1.3;
  1881. }
  1882.  
  1883. .mini-meta {
  1884.    font-size: 0.85rem;
  1885.    color: #95a5a6;
  1886. }
  1887.  
  1888. .date-dot {
  1889.    margin-left: 8px;
  1890. }
  1891.  
  1892. /* Featured Card (Right Column) */
  1893. .featured-card {
  1894.    color: white;
  1895.    position: relative;
  1896.    overflow: hidden;
  1897. }
  1898.  
  1899. .featured-card::before {
  1900.    content: '';
  1901.    position: absolute;
  1902.    top: -50%;
  1903.    right: -50%;
  1904.    width: 200%;
  1905.    height: 200%;
  1906.    pointer-events: none;
  1907. }
  1908.  
  1909.  
  1910.  
  1911. .featured-header {
  1912.    padding: 25px 25px 0;
  1913.    position: relative;
  1914. }
  1915.  
  1916. .featured-header h4 {
  1917.    font-size: 0.9rem;
  1918.    text-transform: uppercase;
  1919.    letter-spacing: 2px;
  1920.    margin: 0;
  1921.    opacity: 0.9;
  1922. }
  1923.  
  1924. .featured-line {
  1925.    width: 50px;
  1926.    height: 2px;
  1927.    background: rgba(255, 255, 255, 0.6);
  1928.    margin-top: 10px;
  1929. }
  1930.  
  1931. .featured-img {
  1932.    height: 200px;
  1933.    margin: 1rem;
  1934.    border-radius: 15px;
  1935.    overflow: hidden;
  1936.    position: relative;
  1937. }
  1938.  
  1939. .featured-img img {
  1940.    width: 100%;
  1941.    height: 100%;
  1942.    object-fit: cover;
  1943.    transition: transform 0.5s ease;
  1944. }
  1945.  
  1946. .featured-card:hover .featured-img img {
  1947.    transform: scale(1.1);
  1948. }
  1949.  
  1950. .featured-content {
  1951.    padding: 0 1rem 1.5rem;
  1952. }
  1953.  
  1954. .featured-content h2 {
  1955.    font-size: 1.4rem;
  1956.    font-weight: 700;
  1957.    margin: 15px 0;
  1958.    line-height: 1.3;
  1959. }
  1960.  
  1961. .featured-content p {
  1962.    font-size: 0.95rem;
  1963.    opacity: 0.9;
  1964.    line-height: 1.6;
  1965.    margin-bottom: 1rem;
  1966. }
  1967.  
  1968. /* Category Pills */
  1969. .category-pill {
  1970.    display: inline-block;
  1971.    padding: 6px 16px;
  1972.    border-radius: 20px;
  1973.    font-size: 0.75rem;
  1974.    text-transform: uppercase;
  1975.    letter-spacing: 1px;
  1976.    margin-bottom: 10px;
  1977.    width: fit-content;
  1978. }
  1979.  
  1980. /* Author Sections */
  1981. .author-section {
  1982.    display: flex;
  1983.    align-items: center;
  1984.    gap: 15px;
  1985.    margin-top: auto;
  1986. }
  1987.  
  1988. .author-img {
  1989.    width: 60px;
  1990.    height: 60px;
  1991.    border-radius: 50%;
  1992.    object-fit: cover;
  1993. }
  1994.  
  1995. .author-details {
  1996.    display: flex;
  1997.    flex-direction: column;
  1998. }
  1999.  
  2000. .author-name {
  2001.    font-weight: 600;
  2002. color: #95a5a6;
  2003.    font-size: 16px;
  2004. }
  2005.  
  2006. .author-title {
  2007.    font-size: 0.8rem;
  2008. color: #95a5a6;
  2009.    font-weight: 500;
  2010. }
  2011.  
  2012. .publish-date {
  2013.    font-size: 0.8rem;
  2014.    color: #95a5a6;
  2015.    margin-top: 2px;
  2016. }
  2017.  
  2018. /* Featured Stats */
  2019. .featured-stats {
  2020.    display: flex;
  2021.    gap: 30px;
  2022.    margin: 20px 0;
  2023. }
  2024.  
  2025. .stat-item {
  2026.    text-align: center;
  2027. }
  2028.  
  2029. .stat-number {
  2030.    display: block;
  2031.    font-size: 1.5rem;
  2032.    font-weight: 700;
  2033.    color: white;
  2034. }
  2035.  
  2036. .stat-label {
  2037.    font-size: 0.8rem;
  2038.    opacity: 0.8;
  2039.    text-transform: uppercase;
  2040.    letter-spacing: 1px;
  2041. }
  2042.  
  2043. /* Read More Button */
  2044. .read-more-btn {
  2045.    padding: 0 30px 30px;
  2046. }
  2047.  
  2048. .btn-read {
  2049.    display: inline-block;
  2050.    padding: 12px 30px;
  2051.    background: linear-gradient(45deg, #667eea, #764ba2);
  2052.    color: white;
  2053.    text-decoration: none;
  2054.    border-radius: 20px;
  2055.    font-weight: 600;
  2056.    text-transform: uppercase;
  2057.    letter-spacing: 1px;
  2058.    font-size: 0.85rem;
  2059.    transition: all 0.3s ease;
  2060.    position: relative;
  2061.    overflow: hidden;
  2062. }
  2063.  
  2064. .btn-read::before {
  2065.    content: '';
  2066.    position: absolute;
  2067.    top: 0;
  2068.    left: -100%;
  2069.    width: 100%;
  2070.    height: 100%;
  2071.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2072.    transition: left 0.5s ease;
  2073. }
  2074.  
  2075. .btn-read:hover::before {
  2076.    left: 100%;
  2077. }
  2078.  
  2079. .btn-read:hover {
  2080.    transform: translateY(-2px);
  2081.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2082.    color: white;
  2083. }
  2084.  
  2085. /* Trending Bar */
  2086. .trending-bar {
  2087.    background: white;
  2088.    border-radius: 20px;
  2089.    padding: 25px 35px;
  2090.    display: flex;
  2091.    align-items: center;
  2092.    gap: 30px;
  2093.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2094.    border-left: 5px solid #667eea;
  2095. }
  2096.  
  2097. .trending-header h5 {
  2098.    margin: 0;
  2099.    font-weight: 700;
  2100.    color: #2c3e50;
  2101.    font-size: 1.1rem;
  2102. }
  2103.  
  2104. .trending-tags {
  2105.    display: flex;
  2106.    flex-wrap: wrap;
  2107.    gap: 15px;
  2108. }
  2109.  
  2110. .trend-tag {
  2111.    padding: 8px 18px;
  2112.    background: #f8f9fa;
  2113.    border: 2px solid #e9ecef;
  2114.    border-radius: 20px;
  2115.    font-size: 0.85rem;
  2116.    font-weight: 500;
  2117.    color: #495057;
  2118.    transition: all 0.3s ease;
  2119.    cursor: pointer;
  2120. }
  2121.  
  2122. .trend-tag:hover {
  2123.    background: #667eea;
  2124.    color: white;
  2125.    border-color: #667eea;
  2126.    transform: translateY(-2px);
  2127. }
  2128.  
  2129. /* Responsive Design */
  2130. @media (max-width: 992px) {
  2131.    .tall-card,
  2132.    .featured-card {
  2133.        height: auto;
  2134.        margin-bottom: 30px;
  2135.    }
  2136.    
  2137.  
  2138.    
  2139.    .trending-bar {
  2140.        flex-direction: column;
  2141.        align-items: flex-start;
  2142.        gap: 20px;
  2143.    }
  2144. }
  2145.  
  2146. @media (max-width: 768px) {
  2147.    .blog-hero-v3 {
  2148.        padding: 40px 0;
  2149.    }
  2150.  
  2151.    
  2152.    .trending-tags {
  2153.        justify-content: center;
  2154.    }
  2155.    
  2156.    .featured-stats {
  2157.        justify-content: center;
  2158.    }
  2159. }
  2160. </style>
  2161.  
  2162.  
  2163.  
  2164.  
  2165.        <!-- end of wpo-blog-hero -->
  2166.  
  2167.        <!-- start of wpo-breacking-news -->
  2168.        
  2169.        <!-- end of wpo-breacking-news -->
  2170.        
  2171.        <!-- start wpo-blog-highlights-section -->
  2172.        
  2173.  
  2174.  
  2175.  
  2176.    
  2177.  
  2178.  
  2179.  
  2180. <style>
  2181.    .blog-highlights-v4 {
  2182.        padding: 30px 0;
  2183.        position: relative;
  2184.        min-height: 100vh;
  2185.        background: transparent; /* Solid background color */
  2186.    }
  2187.  
  2188.    /* Blog Container */
  2189.    .blog-container-v4 {
  2190.        position: relative;
  2191.        z-index: 10;
  2192.    }
  2193.  
  2194.    /* Card Design */
  2195.    .blog-card-v4 {
  2196.        border-radius: 25px;
  2197.        background: var(--card-bg);
  2198.        border: 1px solid var(--border-color);
  2199.        position: relative;
  2200.        overflow: hidden;
  2201.        transition: opacity 1.2s ease; /* Fade animation for card */
  2202.    }
  2203.  
  2204.    /* Image Container */
  2205.    .blog-image-container-v4 {
  2206.        height: 280px;
  2207.        border-radius: 20px 20px 0 0;
  2208.        overflow: hidden;
  2209.        position: relative;
  2210.        z-index: 2;
  2211.    }
  2212.  
  2213.    .blog-image-v4 {
  2214.        width: 100%;
  2215.        height: 100%;
  2216.        position: relative;
  2217.        overflow: hidden;
  2218.    }
  2219.  
  2220.    .blog-image-v4 img {
  2221.        width: 100%;
  2222.        height: 100%;
  2223.        object-fit: cover;
  2224.    }
  2225.  
  2226.    /* Category Badge */
  2227.    .blog-category-v4 {
  2228.        position: absolute;
  2229.        top: 20px;
  2230.        left: 20px;
  2231.        padding: 10px 18px;
  2232.        border-radius: 20px;
  2233.        font-size: 11px;
  2234.        font-weight: 700;
  2235.        text-transform: uppercase;
  2236.        letter-spacing: 1.2px;
  2237.        z-index: 5;
  2238.        border: 1px solid rgba(255, 255, 255, 0.3);
  2239.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  2240.    }
  2241.  
  2242.    /* Content Area */
  2243.    .blog-content-v4 {
  2244.        padding: 20px 25px 25px;
  2245.        display: flex;
  2246.        flex-direction: column;
  2247.        justify-content: space-between;
  2248.        position: relative;
  2249.        z-index: 2;
  2250.    }
  2251.  
  2252.    /* Title */
  2253.    .blog-title-v4 {
  2254.        font-size: 20px;
  2255.        font-weight: 800;
  2256.        line-height: 1.3;
  2257.        margin-bottom: 8px;
  2258.    }
  2259.  
  2260.    .blog-title-v4 a {
  2261.        text-decoration: none;
  2262.    }
  2263.  
  2264.    /* Meta Information */
  2265.    .blog-meta-v4 {
  2266.        display: flex;
  2267.        align-items: center;
  2268.        gap: 12px;
  2269.        margin-bottom: 15px;
  2270.        font-size: 13px;
  2271.    }
  2272.  
  2273.    .blog-author-img-v4 {
  2274.        width: 35px;
  2275.        height: 35px;
  2276.        border-radius: 50%;
  2277.        border: 2px solid var(--border-color);
  2278.    }
  2279.  
  2280.    /* Excerpt */
  2281.    .blog-excerpt-v4 {
  2282.        font-size: 14px;
  2283.        line-height: 1.6;
  2284.        margin-bottom: 8px;
  2285.        display: -webkit-box;
  2286.        -webkit-line-clamp: 3;
  2287.        -webkit-box-orient: vertical;
  2288.        overflow: hidden;
  2289.    }
  2290.  
  2291.    /* Actions Area */
  2292.    .blog-actions-v4 {
  2293.        display: flex;
  2294.        justify-content: space-between;
  2295.        align-items: center;
  2296.    }
  2297.  
  2298.    .blog-stats-v4 {
  2299.        display: flex;
  2300.        gap: 20px;
  2301.        align-items: center;
  2302.    }
  2303.  
  2304.    .blog-stat-item-v4 {
  2305.        display: flex;
  2306.        align-items: center;
  2307.        gap: 6px;
  2308.        font-size: 12px;
  2309.    }
  2310.  
  2311.    /* Read More Button */
  2312.    .blog-read-more-v4 {
  2313.        width: 40px;
  2314.        height: 40px;
  2315.        border-radius: 50%;
  2316.        background: var(--border-color);
  2317.        border: 2px solid var(--border-color);
  2318.        display: flex;
  2319.        align-items: center;
  2320.        justify-content: center;
  2321.        text-decoration: none;
  2322.    }
  2323.  
  2324.    ..blog-read-more-v4:hover{
  2325.        background-color: #172133;
  2326.    }
  2327.    /* Section Header */
  2328.    .section-header-v4 {
  2329.        text-align: center;
  2330.        margin-bottom: 40px;
  2331.        position: relative;
  2332.        z-index: 15;
  2333.    }
  2334.  
  2335.    .section-title-v4 {
  2336.        font-size: 3.5rem;
  2337.        font-weight: 900;
  2338.        margin-bottom: .5rem;
  2339.    }
  2340.  
  2341.    .section-subtitle-v4 {
  2342.        font-size: 1.4rem;
  2343.        max-width: 700px;
  2344.        margin: 0 auto;
  2345.        line-height: 1.7;
  2346.        font-weight: 300;
  2347.    }
  2348.  
  2349.    /* Scroll Fade Animation */
  2350.    .scroll-trigger {
  2351.        opacity: 0;
  2352.        transition: opacity 1.2s ease;
  2353.    }
  2354.  
  2355.    .scroll-trigger.active {
  2356.        opacity: 1;
  2357.    }
  2358.  
  2359.    /* Responsive Design */
  2360.    @media (max-width: 768px) {
  2361.        .section-title-v4 {
  2362.            font-size: 3rem;
  2363.        }
  2364.        .blog-highlights-v4 {
  2365.            padding: 80px 0;
  2366.        }
  2367.        .blog-card-v4 {
  2368.            height: 450px;
  2369.        }
  2370.        .blog-content-v4 {
  2371.            padding: 15px 20px 20px;
  2372.        }
  2373.    }
  2374. </style>
  2375.  
  2376. <section class="blog-highlights-v4">
  2377.    <div class="container-fluid fluid-container blog-container-v4">
  2378.        <!-- Section Header -->
  2379.        <div class="row">
  2380.            <div class="col-12">
  2381.                <div class="section-header-v4">
  2382.                    <h2 class="section-title-v4">
  2383.                Today's Top Highlights
  2384.                   </h2>
  2385.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  2386.                </div>
  2387.            </div>
  2388.        </div>
  2389.        
  2390.        <!-- Blog Grid -->
  2391.        <div class="row">
  2392.            <div class="col-lg-8">
  2393.                <div class="row g-4">
  2394.                    
  2395.                    <div class="col-lg-6 col-md-6">
  2396.                        <article class="blog-card-v4 scroll-trigger">
  2397.                            <div class="blog-image-container-v4">
  2398.                                <div class="blog-image-v4">
  2399.                                    
  2400.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2401.                                    
  2402.                                </div>
  2403.                                
  2404.                                <span class="blog-category-v4 bg-primary-gradient">
  2405.                                    News
  2406.                                </span>
  2407.                            </div>
  2408.                            
  2409.                            <div class="blog-content-v4">
  2410.                                <h3 class="blog-title-v4">
  2411.                                    <a href="/daily-killings-in-the-nation-decline-thirty-seven-percent-under-the-sheinbaum-administration-as-per-government-data/" class="top-color">
  2412.                                    Daily Killings in the nation Decline Thirty-Seven Percent Under the Sheinbaum Administration, As per Government Data
  2413.                                    </a>
  2414.                                </h3>
  2415.                                <div class="blog-meta-v4">
  2416.                                    
  2417.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2418.                                    
  2419.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2420.                                    <span>•</span>
  2421.                                    <span>14 Jul 2026</span>
  2422.                                </div>
  2423.                                
  2424.                                <p class="blog-excerpt-v4">
  2425.                                    
  2426.                                </p>
  2427.                                
  2428.                                <div class="blog-actions-v4">
  2429.                                    
  2430.                                    <a href="/daily-killings-in-the-nation-decline-thirty-seven-percent-under-the-sheinbaum-administration-as-per-government-data/" class="blog-read-more-v4 bg-primary-gradient">
  2431.                                        <i class="ti-arrow-right"></i>
  2432.                                    </a>
  2433.                                </div>
  2434.                            </div>
  2435.                        </article>
  2436.                    </div>
  2437.                    
  2438.                    <div class="col-lg-6 col-md-6">
  2439.                        <article class="blog-card-v4 scroll-trigger">
  2440.                            <div class="blog-image-container-v4">
  2441.                                <div class="blog-image-v4">
  2442.                                    
  2443.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2444.                                    
  2445.                                </div>
  2446.                                
  2447.                                <span class="blog-category-v4 bg-primary-gradient">
  2448.                                    News
  2449.                                </span>
  2450.                            </div>
  2451.                            
  2452.                            <div class="blog-content-v4">
  2453.                                <h3 class="blog-title-v4">
  2454.                                    <a href="/englands-coach-southee-unsure-on-the-ashes-availability/" class="top-color">
  2455.                                    England&#x27;s Coach Southee Unsure on The Ashes Availability
  2456.                                    </a>
  2457.                                </h3>
  2458.                                <div class="blog-meta-v4">
  2459.                                    
  2460.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2461.                                    
  2462.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2463.                                    <span>•</span>
  2464.                                    <span>14 Jul 2026</span>
  2465.                                </div>
  2466.                                
  2467.                                <p class="blog-excerpt-v4">
  2468.                                    
  2469.                                </p>
  2470.                                
  2471.                                <div class="blog-actions-v4">
  2472.                                    
  2473.                                    <a href="/englands-coach-southee-unsure-on-the-ashes-availability/" class="blog-read-more-v4 bg-primary-gradient">
  2474.                                        <i class="ti-arrow-right"></i>
  2475.                                    </a>
  2476.                                </div>
  2477.                            </div>
  2478.                        </article>
  2479.                    </div>
  2480.                    
  2481.                    <div class="col-lg-6 col-md-6">
  2482.                        <article class="blog-card-v4 scroll-trigger">
  2483.                            <div class="blog-image-container-v4">
  2484.                                <div class="blog-image-v4">
  2485.                                    
  2486.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2487.                                    
  2488.                                </div>
  2489.                                
  2490.                                <span class="blog-category-v4 bg-primary-gradient">
  2491.                                    News
  2492.                                </span>
  2493.                            </div>
  2494.                            
  2495.                            <div class="blog-content-v4">
  2496.                                <h3 class="blog-title-v4">
  2497.                                    <a href="/a-lasting-ceasefire-between-israel-and-palestine-we-have-seen-this-pattern-the-result-was-increased-violence/" class="top-color">
  2498.                                    A Lasting Ceasefire Between Israel and Palestine? We have Seen This Pattern – The Result Was Increased Violence
  2499.                                    </a>
  2500.                                </h3>
  2501.                                <div class="blog-meta-v4">
  2502.                                    
  2503.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2504.                                    
  2505.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2506.                                    <span>•</span>
  2507.                                    <span>13 Jul 2026</span>
  2508.                                </div>
  2509.                                
  2510.                                <p class="blog-excerpt-v4">
  2511.                                    
  2512.                                </p>
  2513.                                
  2514.                                <div class="blog-actions-v4">
  2515.                                    
  2516.                                    <a href="/a-lasting-ceasefire-between-israel-and-palestine-we-have-seen-this-pattern-the-result-was-increased-violence/" class="blog-read-more-v4 bg-primary-gradient">
  2517.                                        <i class="ti-arrow-right"></i>
  2518.                                    </a>
  2519.                                </div>
  2520.                            </div>
  2521.                        </article>
  2522.                    </div>
  2523.                    
  2524.                    <div class="col-lg-6 col-md-6">
  2525.                        <article class="blog-card-v4 scroll-trigger">
  2526.                            <div class="blog-image-container-v4">
  2527.                                <div class="blog-image-v4">
  2528.                                    
  2529.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2530.                                    
  2531.                                </div>
  2532.                                
  2533.                                <span class="blog-category-v4 bg-primary-gradient">
  2534.                                    News
  2535.                                </span>
  2536.                            </div>
  2537.                            
  2538.                            <div class="blog-content-v4">
  2539.                                <h3 class="blog-title-v4">
  2540.                                    <a href="/an-event-that-transformed-me-our-train-derailed-and-then-i-overheard-a-child-weeping/" class="top-color">
  2541.                                    An Event That Transformed Me: Our Train Derailed – and then I Overheard a Child Weeping.
  2542.                                    </a>
  2543.                                </h3>
  2544.                                <div class="blog-meta-v4">
  2545.                                    
  2546.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2547.                                    
  2548.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2549.                                    <span>•</span>
  2550.                                    <span>13 Jul 2026</span>
  2551.                                </div>
  2552.                                
  2553.                                <p class="blog-excerpt-v4">
  2554.                                    
  2555.                                </p>
  2556.                                
  2557.                                <div class="blog-actions-v4">
  2558.                                    
  2559.                                    <a href="/an-event-that-transformed-me-our-train-derailed-and-then-i-overheard-a-child-weeping/" class="blog-read-more-v4 bg-primary-gradient">
  2560.                                        <i class="ti-arrow-right"></i>
  2561.                                    </a>
  2562.                                </div>
  2563.                            </div>
  2564.                        </article>
  2565.                    </div>
  2566.                    
  2567.                    <div class="col-lg-6 col-md-6">
  2568.                        <article class="blog-card-v4 scroll-trigger">
  2569.                            <div class="blog-image-container-v4">
  2570.                                <div class="blog-image-v4">
  2571.                                    
  2572.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2573.                                    
  2574.                                </div>
  2575.                                
  2576.                                <span class="blog-category-v4 bg-primary-gradient">
  2577.                                    News
  2578.                                </span>
  2579.                            </div>
  2580.                            
  2581.                            <div class="blog-content-v4">
  2582.                                <h3 class="blog-title-v4">
  2583.                                    <a href="/tottenham-willing-to-offloading-attacker-welsh-international-johnson/" class="top-color">
  2584.                                    Tottenham Willing to Offloading Attacker Welsh International Johnson.
  2585.                                    </a>
  2586.                                </h3>
  2587.                                <div class="blog-meta-v4">
  2588.                                    
  2589.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2590.                                    
  2591.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2592.                                    <span>•</span>
  2593.                                    <span>13 Jul 2026</span>
  2594.                                </div>
  2595.                                
  2596.                                <p class="blog-excerpt-v4">
  2597.                                    
  2598.                                </p>
  2599.                                
  2600.                                <div class="blog-actions-v4">
  2601.                                    
  2602.                                    <a href="/tottenham-willing-to-offloading-attacker-welsh-international-johnson/" class="blog-read-more-v4 bg-primary-gradient">
  2603.                                        <i class="ti-arrow-right"></i>
  2604.                                    </a>
  2605.                                </div>
  2606.                            </div>
  2607.                        </article>
  2608.                    </div>
  2609.                    
  2610.                    <div class="col-lg-6 col-md-6">
  2611.                        <article class="blog-card-v4 scroll-trigger">
  2612.                            <div class="blog-image-container-v4">
  2613.                                <div class="blog-image-v4">
  2614.                                    
  2615.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2616.                                    
  2617.                                </div>
  2618.                                
  2619.                                <span class="blog-category-v4 bg-primary-gradient">
  2620.                                    News
  2621.                                </span>
  2622.                            </div>
  2623.                            
  2624.                            <div class="blog-content-v4">
  2625.                                <h3 class="blog-title-v4">
  2626.                                    <a href="/danish-man-receives-deferred-sentence-for-posting-nude-movie-scenes-on-reddit/" class="top-color">
  2627.                                    Danish man receives deferred sentence for posting nude movie scenes on Reddit
  2628.                                    </a>
  2629.                                </h3>
  2630.                                <div class="blog-meta-v4">
  2631.                                    
  2632.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2633.                                    
  2634.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2635.                                    <span>•</span>
  2636.                                    <span>13 Jul 2026</span>
  2637.                                </div>
  2638.                                
  2639.                                <p class="blog-excerpt-v4">
  2640.                                    
  2641.                                </p>
  2642.                                
  2643.                                <div class="blog-actions-v4">
  2644.                                    
  2645.                                    <a href="/danish-man-receives-deferred-sentence-for-posting-nude-movie-scenes-on-reddit/" class="blog-read-more-v4 bg-primary-gradient">
  2646.                                        <i class="ti-arrow-right"></i>
  2647.                                    </a>
  2648.                                </div>
  2649.                            </div>
  2650.                        </article>
  2651.                    </div>
  2652.                    
  2653.                    <div class="col-lg-6 col-md-6">
  2654.                        <article class="blog-card-v4 scroll-trigger">
  2655.                            <div class="blog-image-container-v4">
  2656.                                <div class="blog-image-v4">
  2657.                                    
  2658.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2659.                                    
  2660.                                </div>
  2661.                                
  2662.                                <span class="blog-category-v4 bg-primary-gradient">
  2663.                                    News
  2664.                                </span>
  2665.                            </div>
  2666.                            
  2667.                            <div class="blog-content-v4">
  2668.                                <h3 class="blog-title-v4">
  2669.                                    <a href="/australias-captain-confronts-fitness-struggle-ahead-of-first-ashes-match/" class="top-color">
  2670.                                    Australia&#x27;s captain Confronts Fitness Struggle Ahead of First Ashes Match
  2671.                                    </a>
  2672.                                </h3>
  2673.                                <div class="blog-meta-v4">
  2674.                                    
  2675.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2676.                                    
  2677.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2678.                                    <span>•</span>
  2679.                                    <span>13 Jul 2026</span>
  2680.                                </div>
  2681.                                
  2682.                                <p class="blog-excerpt-v4">
  2683.                                    
  2684.                                </p>
  2685.                                
  2686.                                <div class="blog-actions-v4">
  2687.                                    
  2688.                                    <a href="/australias-captain-confronts-fitness-struggle-ahead-of-first-ashes-match/" class="blog-read-more-v4 bg-primary-gradient">
  2689.                                        <i class="ti-arrow-right"></i>
  2690.                                    </a>
  2691.                                </div>
  2692.                            </div>
  2693.                        </article>
  2694.                    </div>
  2695.                    
  2696.                    <div class="col-lg-6 col-md-6">
  2697.                        <article class="blog-card-v4 scroll-trigger">
  2698.                            <div class="blog-image-container-v4">
  2699.                                <div class="blog-image-v4">
  2700.                                    
  2701.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2702.                                    
  2703.                                </div>
  2704.                                
  2705.                                <span class="blog-category-v4 bg-primary-gradient">
  2706.                                    News
  2707.                                </span>
  2708.                            </div>
  2709.                            
  2710.                            <div class="blog-content-v4">
  2711.                                <h3 class="blog-title-v4">
  2712.                                    <a href="/sarkozys-first-day-behind-bars-no-citizen-stands-above-the-law/" class="top-color">
  2713.                                    Sarkozy&#x27;s First Day Behind Bars: No Citizen Stands Above the Law
  2714.                                    </a>
  2715.                                </h3>
  2716.                                <div class="blog-meta-v4">
  2717.                                    
  2718.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2719.                                    
  2720.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2721.                                    <span>•</span>
  2722.                                    <span>13 Jul 2026</span>
  2723.                                </div>
  2724.                                
  2725.                                <p class="blog-excerpt-v4">
  2726.                                    
  2727.                                </p>
  2728.                                
  2729.                                <div class="blog-actions-v4">
  2730.                                    
  2731.                                    <a href="/sarkozys-first-day-behind-bars-no-citizen-stands-above-the-law/" class="blog-read-more-v4 bg-primary-gradient">
  2732.                                        <i class="ti-arrow-right"></i>
  2733.                                    </a>
  2734.                                </div>
  2735.                            </div>
  2736.                        </article>
  2737.                    </div>
  2738.                    
  2739.                    <div class="col-lg-6 col-md-6">
  2740.                        <article class="blog-card-v4 scroll-trigger">
  2741.                            <div class="blog-image-container-v4">
  2742.                                <div class="blog-image-v4">
  2743.                                    
  2744.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2745.                                    
  2746.                                </div>
  2747.                                
  2748.                                <span class="blog-category-v4 bg-primary-gradient">
  2749.                                    News
  2750.                                </span>
  2751.                            </div>
  2752.                            
  2753.                            <div class="blog-content-v4">
  2754.                                <h3 class="blog-title-v4">
  2755.                                    <a href="/norrie-hails-greatest-win-after-fighting-back-to-beat-carlos-alcaraz-in-the-paris-masters/" class="top-color">
  2756.                                    Norrie Hails &#x27;Greatest Win&#x27; After Fighting Back to Beat Carlos Alcaraz in the Paris Masters
  2757.                                    </a>
  2758.                                </h3>
  2759.                                <div class="blog-meta-v4">
  2760.                                    
  2761.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2762.                                    
  2763.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2764.                                    <span>•</span>
  2765.                                    <span>13 Jul 2026</span>
  2766.                                </div>
  2767.                                
  2768.                                <p class="blog-excerpt-v4">
  2769.                                    
  2770.                                </p>
  2771.                                
  2772.                                <div class="blog-actions-v4">
  2773.                                    
  2774.                                    <a href="/norrie-hails-greatest-win-after-fighting-back-to-beat-carlos-alcaraz-in-the-paris-masters/" class="blog-read-more-v4 bg-primary-gradient">
  2775.                                        <i class="ti-arrow-right"></i>
  2776.                                    </a>
  2777.                                </div>
  2778.                            </div>
  2779.                        </article>
  2780.                    </div>
  2781.                    
  2782.                    <div class="col-lg-6 col-md-6">
  2783.                        <article class="blog-card-v4 scroll-trigger">
  2784.                            <div class="blog-image-container-v4">
  2785.                                <div class="blog-image-v4">
  2786.                                    
  2787.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2788.                                    
  2789.                                </div>
  2790.                                
  2791.                                <span class="blog-category-v4 bg-primary-gradient">
  2792.                                    News
  2793.                                </span>
  2794.                            </div>
  2795.                            
  2796.                            <div class="blog-content-v4">
  2797.                                <h3 class="blog-title-v4">
  2798.                                    <a href="/playwright-jeremy-o-harris-detained-in-the-island-nation-for-alleged-narcotics-trafficking/" class="top-color">
  2799.                                    Playwright Jeremy O. Harris Detained in the island nation for Alleged Narcotics Trafficking
  2800.                                    </a>
  2801.                                </h3>
  2802.                                <div class="blog-meta-v4">
  2803.                                    
  2804.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2805.                                    
  2806.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2807.                                    <span>•</span>
  2808.                                    <span>13 Jul 2026</span>
  2809.                                </div>
  2810.                                
  2811.                                <p class="blog-excerpt-v4">
  2812.                                    
  2813.                                </p>
  2814.                                
  2815.                                <div class="blog-actions-v4">
  2816.                                    
  2817.                                    <a href="/playwright-jeremy-o-harris-detained-in-the-island-nation-for-alleged-narcotics-trafficking/" class="blog-read-more-v4 bg-primary-gradient">
  2818.                                        <i class="ti-arrow-right"></i>
  2819.                                    </a>
  2820.                                </div>
  2821.                            </div>
  2822.                        </article>
  2823.                    </div>
  2824.                    
  2825.                    <div class="col-lg-6 col-md-6">
  2826.                        <article class="blog-card-v4 scroll-trigger">
  2827.                            <div class="blog-image-container-v4">
  2828.                                <div class="blog-image-v4">
  2829.                                    
  2830.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2831.                                    
  2832.                                </div>
  2833.                                
  2834.                                <span class="blog-category-v4 bg-primary-gradient">
  2835.                                    News
  2836.                                </span>
  2837.                            </div>
  2838.                            
  2839.                            <div class="blog-content-v4">
  2840.                                <h3 class="blog-title-v4">
  2841.                                    <a href="/what-is-motivating-the-premiers-marked-shift-on-stronger-ties-to-europe/" class="top-color">
  2842.                                    What is Motivating the Premier&#x27;s Marked Shift on Stronger Ties to Europe?
  2843.                                    </a>
  2844.                                </h3>
  2845.                                <div class="blog-meta-v4">
  2846.                                    
  2847.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2848.                                    
  2849.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2850.                                    <span>•</span>
  2851.                                    <span>12 Jul 2026</span>
  2852.                                </div>
  2853.                                
  2854.                                <p class="blog-excerpt-v4">
  2855.                                    
  2856.                                </p>
  2857.                                
  2858.                                <div class="blog-actions-v4">
  2859.                                    
  2860.                                    <a href="/what-is-motivating-the-premiers-marked-shift-on-stronger-ties-to-europe/" class="blog-read-more-v4 bg-primary-gradient">
  2861.                                        <i class="ti-arrow-right"></i>
  2862.                                    </a>
  2863.                                </div>
  2864.                            </div>
  2865.                        </article>
  2866.                    </div>
  2867.                    
  2868.                    <div class="col-lg-6 col-md-6">
  2869.                        <article class="blog-card-v4 scroll-trigger">
  2870.                            <div class="blog-image-container-v4">
  2871.                                <div class="blog-image-v4">
  2872.                                    
  2873.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2874.                                    
  2875.                                </div>
  2876.                                
  2877.                                <span class="blog-category-v4 bg-primary-gradient">
  2878.                                    News
  2879.                                </span>
  2880.                            </div>
  2881.                            
  2882.                            <div class="blog-content-v4">
  2883.                                <h3 class="blog-title-v4">
  2884.                                    <a href="/central-african-republic-heads-to-the-voting-stations-as-incumbent-seeks-a-third-term/" class="top-color">
  2885.                                    Central African Republic Heads to the Voting Stations as Incumbent Seeks a Third Term
  2886.                                    </a>
  2887.                                </h3>
  2888.                                <div class="blog-meta-v4">
  2889.                                    
  2890.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;"  class="blog-author-img-v4">
  2891.                                    
  2892.                                    <span>By <strong>Mrs. Donna Mccoy</strong></span>
  2893.                                    <span>•</span>
  2894.                                    <span>12 Jul 2026</span>
  2895.                                </div>
  2896.                                
  2897.                                <p class="blog-excerpt-v4">
  2898.                                    
  2899.                                </p>
  2900.                                
  2901.                                <div class="blog-actions-v4">
  2902.                                    
  2903.                                    <a href="/central-african-republic-heads-to-the-voting-stations-as-incumbent-seeks-a-third-term/" class="blog-read-more-v4 bg-primary-gradient">
  2904.                                        <i class="ti-arrow-right"></i>
  2905.                                    </a>
  2906.                                </div>
  2907.                            </div>
  2908.                        </article>
  2909.                    </div>
  2910.                    
  2911.                    
  2912.  
  2913.                </div>
  2914.            </div>
  2915.            
  2916.             <div class="col col-lg-4 col-12">
  2917.                
  2918.  
  2919.  
  2920.  
  2921.    
  2922.  
  2923.  
  2924. <!-- Blog Sidebar V2 - Focused Design -->
  2925.  <div class="sidebar mb-3">
  2926.    <!-- Recent Posts Section -->
  2927.    <div class="sidebar-widget mb-4">
  2928.      <div class="widget-title-wrapper mb-3">
  2929.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2930.          <i class="ti-time me-2"></i>Recent Posts
  2931.          <span class="title-arrow-primary"></span>
  2932.        </h4>
  2933.      </div>
  2934.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2935.        <div class="recent-post-list">
  2936.          
  2937.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2938.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2939.              
  2940.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2941.              
  2942.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2943.            </div>
  2944.            <div class="post-content flex-grow-1">
  2945.              <h6 class="post-title mb-2">
  2946.                <a href="/corby-families-seeking-truth-about-contaminated-materials-areas/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2947.                                            Corby Families Seeking Truth About Contaminated Materials Areas
  2948.                                            </a>
  2949.              </h6>
  2950.              <div class="post-meta">
  2951.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2952.                <!-- <small class="text-muted">
  2953.                  <i class="ti-eye me-1"></i>348 views
  2954.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2955.                </small> -->
  2956.              </div>
  2957.            </div>
  2958.          </div>
  2959.          
  2960.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2961.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2962.              
  2963.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2964.              
  2965.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2966.            </div>
  2967.            <div class="post-content flex-grow-1">
  2968.              <h6 class="post-title mb-2">
  2969.                <a href="/now-is-the-time-to-show-courage-and-give-your-garden-a-reshuffle/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2970.                                            Now is the Time to Show Courage and Give Your Garden a Reshuffle.
  2971.                                            </a>
  2972.              </h6>
  2973.              <div class="post-meta">
  2974.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2975.                <!-- <small class="text-muted">
  2976.                  <i class="ti-eye me-1"></i>348 views
  2977.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2978.                </small> -->
  2979.              </div>
  2980.            </div>
  2981.          </div>
  2982.          
  2983.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2984.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2985.              
  2986.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2987.              
  2988.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2989.            </div>
  2990.            <div class="post-content flex-grow-1">
  2991.              <h6 class="post-title mb-2">
  2992.                <a href="/minister-for-health-issues-stark-warning-care-standards-cannot-be-guaranteed-if-resident-doctors-strike-goes-ahead-during-intense-influenza-strain/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2993.                                            Minister for Health Issues Stark Warning Care Standards Cannot Be Guaranteed If Resident Doctors&#x27; Strike Goes Ahead During Intense Influenza Strain.
  2994.                                            </a>
  2995.              </h6>
  2996.              <div class="post-meta">
  2997.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  2998.                <!-- <small class="text-muted">
  2999.                  <i class="ti-eye me-1"></i>348 views
  3000.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3001.                </small> -->
  3002.              </div>
  3003.            </div>
  3004.          </div>
  3005.          
  3006.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3007.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3008.              
  3009.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3010.              
  3011.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3012.            </div>
  3013.            <div class="post-content flex-grow-1">
  3014.              <h6 class="post-title mb-2">
  3015.                <a href="/the-three-lions-seal-world-cup-spot-with-commanding-win-over-latvia/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3016.                                            The Three Lions Seal World Cup Spot with Commanding Win over Latvia
  3017.                                            </a>
  3018.              </h6>
  3019.              <div class="post-meta">
  3020.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  3021.                <!-- <small class="text-muted">
  3022.                  <i class="ti-eye me-1"></i>348 views
  3023.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3024.                </small> -->
  3025.              </div>
  3026.            </div>
  3027.          </div>
  3028.          
  3029.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3030.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3031.              
  3032.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3033.              
  3034.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3035.            </div>
  3036.            <div class="post-content flex-grow-1">
  3037.              <h6 class="post-title mb-2">
  3038.                <a href="/how-this-bolton-legal-situation-differs-substantially-from-additional-former-president-opponents/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3039.                                            How this Bolton Legal Situation Differs Substantially from Additional Former President Opponents
  3040.                                            </a>
  3041.              </h6>
  3042.              <div class="post-meta">
  3043.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  3044.                <!-- <small class="text-muted">
  3045.                  <i class="ti-eye me-1"></i>348 views
  3046.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3047.                </small> -->
  3048.              </div>
  3049.            </div>
  3050.          </div>
  3051.          
  3052.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3053.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3054.              
  3055.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3056.              
  3057.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3058.            </div>
  3059.            <div class="post-content flex-grow-1">
  3060.              <h6 class="post-title mb-2">
  3061.                <a href="/uk-set-to-use-frozen-russias-holdings-to-fund-the-ukrainian-defense/"  class="text-decoration-none top-color fw-semibold lh-sm">
  3062.                                            UK Set to Use Frozen Russia&#x27;s Holdings to Fund the Ukrainian Defense
  3063.                                            </a>
  3064.              </h6>
  3065.              <div class="post-meta">
  3066.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jul 2026</small>
  3067.                <!-- <small class="text-muted">
  3068.                  <i class="ti-eye me-1"></i>348 views
  3069.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3070.                </small> -->
  3071.              </div>
  3072.            </div>
  3073.          </div>
  3074.          
  3075.  
  3076.        </div>
  3077.  
  3078.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3079.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3080.        </div> -->
  3081.      </div>
  3082.    </div>
  3083.    
  3084.    
  3085.    <div class="sidebar-widget mb-4">
  3086.      <div class="widget-title-wrapper mb-3">
  3087.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3088.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  3089.          <span class="title-arrow"></span>
  3090.        </h4>
  3091.      </div>
  3092.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3093.        <div class="blog-roll-list scrollable-sidebar">
  3094.          
  3095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3096.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/"  rel="dofollow" class="text-decoration-none ">
  3097.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3098.                <i class="ti-angle-right me-2 text-primary"></i>
  3099.                 world cup bets offers
  3100.              </h6>
  3101.            </a>
  3102.          </div>
  3103.          
  3104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.            <a href="https://elevenjames.com/"  rel="dofollow" class="text-decoration-none ">
  3106.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3107.                <i class="ti-angle-right me-2 text-primary"></i>
  3108.                 online casino
  3109.              </h6>
  3110.            </a>
  3111.          </div>
  3112.          
  3113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.            <a href="https://esportsinsider.com/us/gambling/new-york-online-casinos"  rel="dofollow" class="text-decoration-none ">
  3115.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3116.                <i class="ti-angle-right me-2 text-primary"></i>
  3117.                 new york online casino
  3118.              </h6>
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://www.bycatch.org/"  rel="dofollow" class="text-decoration-none ">
  3124.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                 online slots
  3127.              </h6>
  3128.            </a>
  3129.          </div>
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://leadmonk.io/"  rel="dofollow" class="text-decoration-none ">
  3133.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                 crypto casino
  3136.              </h6>
  3137.            </a>
  3138.          </div>
  3139.          
  3140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.            <a href="https://drip.community/"  rel="dofollow" class="text-decoration-none ">
  3142.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3143.                <i class="ti-angle-right me-2 text-primary"></i>
  3144.                 sweepstakes casinos
  3145.              </h6>
  3146.            </a>
  3147.          </div>
  3148.          
  3149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.            <a href="https://www.flyergroup.com/"  rel="dofollow" class="text-decoration-none ">
  3151.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3152.                <i class="ti-angle-right me-2 text-primary"></i>
  3153.                 list of sweepstakes casinos
  3154.              </h6>
  3155.            </a>
  3156.          </div>
  3157.          
  3158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.            <a href="https://www.gameshub.com/online-casino/apps/"  rel="dofollow" class="text-decoration-none ">
  3160.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3161.                <i class="ti-angle-right me-2 text-primary"></i>
  3162.                 top online casino
  3163.              </h6>
  3164.            </a>
  3165.          </div>
  3166.          
  3167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.            <a href="https://voteyesprop36.com/"  rel="dofollow" class="text-decoration-none ">
  3169.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3170.                <i class="ti-angle-right me-2 text-primary"></i>
  3171.                 california sports betting
  3172.              </h6>
  3173.            </a>
  3174.          </div>
  3175.          
  3176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.            <a href="https://gamingamerica.com/online-casinos/poker"  rel="dofollow" class="text-decoration-none ">
  3178.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3179.                <i class="ti-angle-right me-2 text-primary"></i>
  3180.                 online poker real money
  3181.              </h6>
  3182.            </a>
  3183.          </div>
  3184.          
  3185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3186.            <a href="https://esportsinsider.com/us/gambling/bitcoin-sweepstakes"  rel="dofollow" class="text-decoration-none ">
  3187.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3188.                <i class="ti-angle-right me-2 text-primary"></i>
  3189.                 crypto social casino
  3190.              </h6>
  3191.            </a>
  3192.          </div>
  3193.          
  3194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.            <a href="https://www.gameshub.com/online-casino/crypto/"  rel="dofollow" class="text-decoration-none ">
  3196.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3197.                <i class="ti-angle-right me-2 text-primary"></i>
  3198.                 crypto casino
  3199.              </h6>
  3200.            </a>
  3201.          </div>
  3202.          
  3203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3204.            <a href="https://stateofthestates.org/"  rel="dofollow" class="text-decoration-none ">
  3205.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3206.                <i class="ti-angle-right me-2 text-primary"></i>
  3207.                 offshore sportsbooks
  3208.              </h6>
  3209.            </a>
  3210.          </div>
  3211.          
  3212.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.            <a href="https://fishduck.com/online-casinos/bonuses/"  rel="dofollow" class="text-decoration-none ">
  3214.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3215.                <i class="ti-angle-right me-2 text-primary"></i>
  3216.                 casino bonuses
  3217.              </h6>
  3218.            </a>
  3219.          </div>
  3220.          
  3221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.            <a href="https://gamingamerica.com/betting-sites/world-cup"  rel="dofollow" class="text-decoration-none ">
  3223.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3224.                <i class="ti-angle-right me-2 text-primary"></i>
  3225.                 world cup betting
  3226.              </h6>
  3227.            </a>
  3228.          </div>
  3229.          
  3230.  
  3231.        </div>
  3232.  
  3233.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3234.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3235.        </div> -->
  3236.      </div>
  3237.    </div>
  3238.    
  3239.    <div class="sidebar-widget mb-4">
  3240.      <div class="widget-title-wrapper mb-3">
  3241.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3242.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  3243.          <span class="title-arrow"></span>
  3244.        </h4>
  3245.      </div>
  3246.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3247.        <div class="blog-roll-list scrollable-sidebar">
  3248.          
  3249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.            <a href="https://www.gameshub.com/uk/betting-sites/football/world-cup/"  rel="dofollow" class="text-decoration-none ">
  3251.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3252.                <i class="ti-angle-right me-2 text-primary"></i>
  3253.                 world cup betting
  3254.              </h6>
  3255.            </a>
  3256.          </div>
  3257.          
  3258.  
  3259.        </div>
  3260.  
  3261.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3262.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3263.        </div> -->
  3264.      </div>
  3265.    </div>
  3266.    
  3267.    <div class="sidebar-widget mb-4">
  3268.      <div class="widget-title-wrapper mb-3">
  3269.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3270.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3271.          <span class="title-arrow"></span>
  3272.        </h4>
  3273.      </div>
  3274.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3275.        <div class="blog-roll-list scrollable-sidebar">
  3276.          
  3277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3278.            <a href="https://www.iloveaba.com/"  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.                 best bitcoin casinos
  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://leyendabk.com/"  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 sites
  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://www.tikkun.org/"  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.                 best online casino real money
  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://carolinapartners.com/"  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.                 sweepstakes casinos
  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://www.turkheritage.org/"  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.                 poker online
  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://monkeymart.lol/"  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.                 sweeps casinos
  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.gamblinginsider.com/us/real-money-slots"  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.                 slots online real money
  3336.              </h6>
  3337.            </a>
  3338.          </div>
  3339.          
  3340.  
  3341.        </div>
  3342.  
  3343.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3344.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3345.        </div> -->
  3346.      </div>
  3347.    </div>
  3348.    
  3349.    <div class="sidebar-widget mb-4">
  3350.      <div class="widget-title-wrapper mb-3">
  3351.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3352.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3353.          <span class="title-arrow"></span>
  3354.        </h4>
  3355.      </div>
  3356.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3357.        <div class="blog-roll-list scrollable-sidebar">
  3358.          
  3359.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3360.            <a href="https://www.scenicusa.net/"  rel="dofollow" class="text-decoration-none ">
  3361.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3362.                <i class="ti-angle-right me-2 text-primary"></i>
  3363.                 best offshore casinos
  3364.              </h6>
  3365.            </a>
  3366.          </div>
  3367.          
  3368.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.            <a href="https://www.gamblinginsider.com/us/online-casinos"  rel="dofollow" class="text-decoration-none ">
  3370.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3371.                <i class="ti-angle-right me-2 text-primary"></i>
  3372.                 online casino
  3373.              </h6>
  3374.            </a>
  3375.          </div>
  3376.          
  3377.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3378.            <a href="https://www.lightpointe.com/"  rel="dofollow" class="text-decoration-none ">
  3379.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3380.                <i class="ti-angle-right me-2 text-primary"></i>
  3381.                 online poker real money
  3382.              </h6>
  3383.            </a>
  3384.          </div>
  3385.          
  3386.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3387.            <a href="https://www.nouvelle-europe.eu"  rel="dofollow" class="text-decoration-none ">
  3388.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3389.                <i class="ti-angle-right me-2 text-primary"></i>
  3390.                 casino en ligne nouvea
  3391.              </h6>
  3392.            </a>
  3393.          </div>
  3394.          
  3395.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3396.            <a href="https://tokenist.com/crypto-casinos/"  rel="dofollow" class="text-decoration-none ">
  3397.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3398.                <i class="ti-angle-right me-2 text-primary"></i>
  3399.                 crypto casino
  3400.              </h6>
  3401.            </a>
  3402.          </div>
  3403.          
  3404.  
  3405.        </div>
  3406.  
  3407.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3408.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3409.        </div> -->
  3410.      </div>
  3411.    </div>
  3412.    
  3413.    <div class="sidebar-widget mb-4">
  3414.      <div class="widget-title-wrapper mb-3">
  3415.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3416.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3417.          <span class="title-arrow"></span>
  3418.        </h4>
  3419.      </div>
  3420.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3421.        <div class="blog-roll-list scrollable-sidebar">
  3422.          
  3423.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3424.            <a href="https://www.theprojectlotus.org/"  rel="dofollow" class="text-decoration-none ">
  3425.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3426.                <i class="ti-angle-right me-2 text-primary"></i>
  3427.                 sweeps coins casino
  3428.              </h6>
  3429.            </a>
  3430.          </div>
  3431.          
  3432.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3433.            <a href="https://www.cardplayer.com/online-poker"  rel="dofollow" class="text-decoration-none ">
  3434.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3435.                <i class="ti-angle-right me-2 text-primary"></i>
  3436.                 best poker sites
  3437.              </h6>
  3438.            </a>
  3439.          </div>
  3440.          
  3441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.            <a href="https://smashingideas.com/"  rel="dofollow" class="text-decoration-none ">
  3443.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3444.                <i class="ti-angle-right me-2 text-primary"></i>
  3445.                 sweepstakes casino
  3446.              </h6>
  3447.            </a>
  3448.          </div>
  3449.          
  3450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3451.            <a href="https://plasticsurgery4u.com/"  rel="dofollow" class="text-decoration-none ">
  3452.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3453.                <i class="ti-angle-right me-2 text-primary"></i>
  3454.                 best online casinos
  3455.              </h6>
  3456.            </a>
  3457.          </div>
  3458.          
  3459.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3460.            <a href="https://www.vbprofiles.com/"  rel="dofollow" class="text-decoration-none ">
  3461.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3462.                <i class="ti-angle-right me-2 text-primary"></i>
  3463.                 best offshore sportsbooks
  3464.              </h6>
  3465.            </a>
  3466.          </div>
  3467.          
  3468.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3469.            <a href="https://www.sportscasting.com/casino/crypto/"  rel="dofollow" class="text-decoration-none ">
  3470.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3471.                <i class="ti-angle-right me-2 text-primary"></i>
  3472.                 bitcoin casinos
  3473.              </h6>
  3474.            </a>
  3475.          </div>
  3476.          
  3477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.            <a href="https://www.oaknyc.com/"  rel="dofollow" class="text-decoration-none ">
  3479.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3480.                <i class="ti-angle-right me-2 text-primary"></i>
  3481.                 new york online casino
  3482.              </h6>
  3483.            </a>
  3484.          </div>
  3485.          
  3486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3487.            <a href="https://postlight.com/"  rel="dofollow" class="text-decoration-none ">
  3488.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3489.                <i class="ti-angle-right me-2 text-primary"></i>
  3490.                 bitcoin casino
  3491.              </h6>
  3492.            </a>
  3493.          </div>
  3494.          
  3495.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3496.            <a href="https://insidebitcoins.com/crypto-casinos/"  rel="dofollow" class="text-decoration-none ">
  3497.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3498.                <i class="ti-angle-right me-2 text-primary"></i>
  3499.                 bitcoin casino
  3500.              </h6>
  3501.            </a>
  3502.          </div>
  3503.          
  3504.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3505.            <a href="https://www.gulfquest.org/"  rel="dofollow" class="text-decoration-none ">
  3506.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3507.                <i class="ti-angle-right me-2 text-primary"></i>
  3508.                 no kyc crypto casinos
  3509.              </h6>
  3510.            </a>
  3511.          </div>
  3512.          
  3513.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.            <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/"  rel="dofollow" class="text-decoration-none ">
  3515.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3516.                <i class="ti-angle-right me-2 text-primary"></i>
  3517.                 no verification casinos
  3518.              </h6>
  3519.            </a>
  3520.          </div>
  3521.          
  3522.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3523.            <a href="https://singulardtv.com/"  rel="dofollow" class="text-decoration-none ">
  3524.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3525.                <i class="ti-angle-right me-2 text-primary"></i>
  3526.                 online casinos
  3527.              </h6>
  3528.            </a>
  3529.          </div>
  3530.          
  3531.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3532.            <a href="https://www.gamesreviews.com/casino/pennsylvania/"  rel="dofollow" class="text-decoration-none ">
  3533.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3534.                <i class="ti-angle-right me-2 text-primary"></i>
  3535.                 pa online casinos
  3536.              </h6>
  3537.            </a>
  3538.          </div>
  3539.          
  3540.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3541.            <a href="https://softgiving.com/"  rel="dofollow" class="text-decoration-none ">
  3542.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3543.                <i class="ti-angle-right me-2 text-primary"></i>
  3544.                 sweepstakes casino
  3545.              </h6>
  3546.            </a>
  3547.          </div>
  3548.          
  3549.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3550.            <a href="https://www.cryptovibes.com/"  rel="dofollow" class="text-decoration-none ">
  3551.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3552.                <i class="ti-angle-right me-2 text-primary"></i>
  3553.                 bitcoin casinos
  3554.              </h6>
  3555.            </a>
  3556.          </div>
  3557.          
  3558.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3559.            <a href="https://insidebitcoins.com/crypto-casinos"  rel="dofollow" class="text-decoration-none ">
  3560.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3561.                <i class="ti-angle-right me-2 text-primary"></i>
  3562.                 crypto casinos
  3563.              </h6>
  3564.            </a>
  3565.          </div>
  3566.          
  3567.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3568.            <a href="https://hccdallas.org/"  rel="dofollow" class="text-decoration-none ">
  3569.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3570.                <i class="ti-angle-right me-2 text-primary"></i>
  3571.                 online casino
  3572.              </h6>
  3573.            </a>
  3574.          </div>
  3575.          
  3576.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3577.            <a href="https://www.ginx.tv/en/casino/offshore"  rel="dofollow" class="text-decoration-none ">
  3578.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3579.                <i class="ti-angle-right me-2 text-primary"></i>
  3580.                 offshore casino
  3581.              </h6>
  3582.            </a>
  3583.          </div>
  3584.          
  3585.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3586.            <a href="https://communo.com/"  rel="dofollow" class="text-decoration-none ">
  3587.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3588.                <i class="ti-angle-right me-2 text-primary"></i>
  3589.                 best online poker sites for real money
  3590.              </h6>
  3591.            </a>
  3592.          </div>
  3593.          
  3594.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3595.            <a href="https://www.borregoenergy.com/"  rel="dofollow" class="text-decoration-none ">
  3596.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3597.                <i class="ti-angle-right me-2 text-primary"></i>
  3598.                 no kyc casinos
  3599.              </h6>
  3600.            </a>
  3601.          </div>
  3602.          
  3603.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3604.            <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none ">
  3605.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3606.                <i class="ti-angle-right me-2 text-primary"></i>
  3607.                 real money online casino
  3608.              </h6>
  3609.            </a>
  3610.          </div>
  3611.          
  3612.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3613.            <a href="https://bmoremedia.com/"  rel="dofollow" class="text-decoration-none ">
  3614.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3615.                <i class="ti-angle-right me-2 text-primary"></i>
  3616.                 sweepstakes casinos
  3617.              </h6>
  3618.            </a>
  3619.          </div>
  3620.          
  3621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3622.            <a href="https://casinobeats.com/online-casinos/no-kyc-casinos/"  rel="dofollow" class="text-decoration-none ">
  3623.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3624.                <i class="ti-angle-right me-2 text-primary"></i>
  3625.                 no kyc casinos
  3626.              </h6>
  3627.            </a>
  3628.          </div>
  3629.          
  3630.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3631.            <a href="https://www.english-for-students.com/"  rel="dofollow" class="text-decoration-none ">
  3632.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3633.                <i class="ti-angle-right me-2 text-primary"></i>
  3634.                 crypto casino
  3635.              </h6>
  3636.            </a>
  3637.          </div>
  3638.          
  3639.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3640.            <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none ">
  3641.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3642.                <i class="ti-angle-right me-2 text-primary"></i>
  3643.                 best offshore casinos
  3644.              </h6>
  3645.            </a>
  3646.          </div>
  3647.          
  3648.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3649.            <a href="https://fr.goldenrivieracasino.com/"  rel="dofollow" class="text-decoration-none ">
  3650.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3651.                <i class="ti-angle-right me-2 text-primary"></i>
  3652.                 casino en ligne français
  3653.              </h6>
  3654.            </a>
  3655.          </div>
  3656.          
  3657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3658.            <a href="https://xstockvideo.com/"  rel="dofollow" class="text-decoration-none ">
  3659.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3660.                <i class="ti-angle-right me-2 text-primary"></i>
  3661.                 online casinos
  3662.              </h6>
  3663.            </a>
  3664.          </div>
  3665.          
  3666.  
  3667.        </div>
  3668.  
  3669.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3670.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3671.        </div> -->
  3672.      </div>
  3673.    </div>
  3674.    
  3675.    <div class="sidebar-widget mb-4">
  3676.      <div class="widget-title-wrapper mb-3">
  3677.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3678.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3679.          <span class="title-arrow"></span>
  3680.        </h4>
  3681.      </div>
  3682.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3683.        <div class="blog-roll-list scrollable-sidebar">
  3684.          
  3685.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.            <a href="https://www.coachesdatabase.com/"  rel="dofollow" class="text-decoration-none ">
  3687.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3688.                <i class="ti-angle-right me-2 text-primary"></i>
  3689.                 best online casinos
  3690.              </h6>
  3691.            </a>
  3692.          </div>
  3693.          
  3694.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3695.            <a href="https://www.dcwatch.com/"  rel="dofollow" class="text-decoration-none ">
  3696.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3697.                <i class="ti-angle-right me-2 text-primary"></i>
  3698.                 best offshore sportsbooks
  3699.              </h6>
  3700.            </a>
  3701.          </div>
  3702.          
  3703.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3704.            <a href="https://chip-in.us/"  rel="dofollow" class="text-decoration-none ">
  3705.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3706.                <i class="ti-angle-right me-2 text-primary"></i>
  3707.                 crypto poker
  3708.              </h6>
  3709.            </a>
  3710.          </div>
  3711.          
  3712.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3713.            <a href="https://www.thediscerningbrute.com/"  rel="dofollow" class="text-decoration-none ">
  3714.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3715.                <i class="ti-angle-right me-2 text-primary"></i>
  3716.                 online slots
  3717.              </h6>
  3718.            </a>
  3719.          </div>
  3720.          
  3721.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3722.            <a href="https://www.hydrahead.com/"  rel="dofollow" class="text-decoration-none ">
  3723.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3724.                <i class="ti-angle-right me-2 text-primary"></i>
  3725.                 online slots
  3726.              </h6>
  3727.            </a>
  3728.          </div>
  3729.          
  3730.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3731.            <a href="https://www.mylvad.com/"  rel="dofollow" class="text-decoration-none ">
  3732.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3733.                <i class="ti-angle-right me-2 text-primary"></i>
  3734.                 sportsbook bonus
  3735.              </h6>
  3736.            </a>
  3737.          </div>
  3738.          
  3739.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3740.            <a href="https://www.funai.us/"  rel="dofollow" class="text-decoration-none ">
  3741.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3742.                <i class="ti-angle-right me-2 text-primary"></i>
  3743.                 best poker sites
  3744.              </h6>
  3745.            </a>
  3746.          </div>
  3747.          
  3748.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3749.            <a href="https://www.greatleadershipbydan.com/"  rel="dofollow" class="text-decoration-none ">
  3750.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3751.                <i class="ti-angle-right me-2 text-primary"></i>
  3752.                 online casino
  3753.              </h6>
  3754.            </a>
  3755.          </div>
  3756.          
  3757.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3758.            <a href="https://vanderpumppets.com/"  rel="dofollow" class="text-decoration-none ">
  3759.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3760.                <i class="ti-angle-right me-2 text-primary"></i>
  3761.                 sweeps coins casino
  3762.              </h6>
  3763.            </a>
  3764.          </div>
  3765.          
  3766.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3767.            <a href="https://www.fortcollinsbrewery.com/"  rel="dofollow" class="text-decoration-none ">
  3768.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3769.                <i class="ti-angle-right me-2 text-primary"></i>
  3770.                 super bowl betting apps
  3771.              </h6>
  3772.            </a>
  3773.          </div>
  3774.          
  3775.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3776.            <a href="https://www.judicialselection.us/"  rel="dofollow" class="text-decoration-none ">
  3777.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3778.                <i class="ti-angle-right me-2 text-primary"></i>
  3779.                 real money online casinos
  3780.              </h6>
  3781.            </a>
  3782.          </div>
  3783.          
  3784.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3785.            <a href="https://www.uthr.org/"  rel="dofollow" class="text-decoration-none ">
  3786.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3787.                <i class="ti-angle-right me-2 text-primary"></i>
  3788.                 best online casinos in the us
  3789.              </h6>
  3790.            </a>
  3791.          </div>
  3792.          
  3793.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3794.            <a href="https://2080baseball.com/"  rel="dofollow" class="text-decoration-none ">
  3795.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3796.                <i class="ti-angle-right me-2 text-primary"></i>
  3797.                 list of offshore sportsbooks
  3798.              </h6>
  3799.            </a>
  3800.          </div>
  3801.          
  3802.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3803.            <a href="https://augustafreepress.com/casino/fastest-payout-online-casinos/"  rel="dofollow" class="text-decoration-none ">
  3804.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3805.                <i class="ti-angle-right me-2 text-primary"></i>
  3806.                 instant withdrawal casinos
  3807.              </h6>
  3808.            </a>
  3809.          </div>
  3810.          
  3811.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3812.            <a href="https://www.sportscasting.com/online-poker-sites/crypto/"  rel="dofollow" class="text-decoration-none ">
  3813.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3814.                <i class="ti-angle-right me-2 text-primary"></i>
  3815.                 best crypto poker sites
  3816.              </h6>
  3817.            </a>
  3818.          </div>
  3819.          
  3820.  
  3821.        </div>
  3822.  
  3823.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3824.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3825.        </div> -->
  3826.      </div>
  3827.    </div>
  3828.    
  3829.    <div class="sidebar-widget mb-4">
  3830.      <div class="widget-title-wrapper mb-3">
  3831.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3832.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3833.          <span class="title-arrow"></span>
  3834.        </h4>
  3835.      </div>
  3836.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3837.        <div class="blog-roll-list scrollable-sidebar">
  3838.          
  3839.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3840.            <a href="https://www.sbclib.org/"  rel="dofollow" class="text-decoration-none ">
  3841.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3842.                <i class="ti-angle-right me-2 text-primary"></i>
  3843.                 california online casino
  3844.              </h6>
  3845.            </a>
  3846.          </div>
  3847.          
  3848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3849.            <a href="https://defconnews.com/"  rel="dofollow" class="text-decoration-none ">
  3850.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3851.                <i class="ti-angle-right me-2 text-primary"></i>
  3852.                 online poker real money
  3853.              </h6>
  3854.            </a>
  3855.          </div>
  3856.          
  3857.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3858.            <a href="https://augustafreepress.com/poker/best-poker-apps/"  rel="dofollow" class="text-decoration-none ">
  3859.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3860.                <i class="ti-angle-right me-2 text-primary"></i>
  3861.                 best poker sites
  3862.              </h6>
  3863.            </a>
  3864.          </div>
  3865.          
  3866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3867.            <a href="https://www.mylvad.com/"  rel="dofollow" class="text-decoration-none ">
  3868.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3869.                <i class="ti-angle-right me-2 text-primary"></i>
  3870.                 best signup bonus sports betting
  3871.              </h6>
  3872.            </a>
  3873.          </div>
  3874.          
  3875.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3876.            <a href="https://smashingideas.com/"  rel="dofollow" class="text-decoration-none ">
  3877.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3878.                <i class="ti-angle-right me-2 text-primary"></i>
  3879.                 sweepstakes casinos
  3880.              </h6>
  3881.            </a>
  3882.          </div>
  3883.          
  3884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3885.            <a href="https://augustafreepress.com/casino/new-online-casinos/"  rel="dofollow" class="text-decoration-none ">
  3886.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3887.                <i class="ti-angle-right me-2 text-primary"></i>
  3888.                 best online slot sites
  3889.              </h6>
  3890.            </a>
  3891.          </div>
  3892.          
  3893.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3894.            <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none ">
  3895.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3896.                <i class="ti-angle-right me-2 text-primary"></i>
  3897.                 real money slots
  3898.              </h6>
  3899.            </a>
  3900.          </div>
  3901.          
  3902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3903.            <a href="https://csinvesting.org/"  rel="dofollow" class="text-decoration-none ">
  3904.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3905.                <i class="ti-angle-right me-2 text-primary"></i>
  3906.                 best online poker sites
  3907.              </h6>
  3908.            </a>
  3909.          </div>
  3910.          
  3911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3912.            <a href="https://www.latintimes.com/chicken-road-gambling-sites-589774"  rel="dofollow" class="text-decoration-none ">
  3913.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3914.                <i class="ti-angle-right me-2 text-primary"></i>
  3915.                 chicken game casino
  3916.              </h6>
  3917.            </a>
  3918.          </div>
  3919.          
  3920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3921.            <a href="https://bestoffshoresportsbooks.org/"  rel="dofollow" class="text-decoration-none ">
  3922.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3923.                <i class="ti-angle-right me-2 text-primary"></i>
  3924.                 offshore sports betting
  3925.              </h6>
  3926.            </a>
  3927.          </div>
  3928.          
  3929.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3930.            <a href="https://theemeraldcup.com/"  rel="dofollow" class="text-decoration-none ">
  3931.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3932.                <i class="ti-angle-right me-2 text-primary"></i>
  3933.                 online slots real money
  3934.              </h6>
  3935.            </a>
  3936.          </div>
  3937.          
  3938.  
  3939.        </div>
  3940.  
  3941.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3942.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3943.        </div> -->
  3944.      </div>
  3945.    </div>
  3946.    
  3947.  </div>
  3948.  
  3949. <!-- Sidebar V2 Styles -->
  3950. <style>
  3951.  .sidebar-widget {
  3952.    position: relative;
  3953.  }
  3954.  
  3955.  .widget-title {
  3956.    font-size: 1.1rem;
  3957.    font-weight: 700;
  3958.    display: inline-block;
  3959.    position: relative;
  3960.    z-index: 2;
  3961.    border-radius: 0;
  3962.  }
  3963.  
  3964.  /* Green arrow for August Blog Roll */
  3965.  .title-arrow::after {
  3966.    content: '';
  3967.    position: absolute;
  3968.    top: 0;
  3969.    right: -22px;
  3970.    width: 0;
  3971.    height: 0;
  3972.    border-left: 22px solid var(--bs-primary);
  3973.    border-top: 22px solid transparent;
  3974.    border-bottom: 22px solid transparent;
  3975.    z-index: 1;
  3976.  }
  3977.  
  3978.  /* Blue arrow for Recent Posts */
  3979.  .title-arrow-primary::after {
  3980.    content: '';
  3981.    position: absolute;
  3982.    top: 0;
  3983.    right: -22px;
  3984.    width: 0;
  3985.    height: 0;
  3986.    border-left: 22px solid var(--bs-primary);
  3987.    border-top: 22px solid transparent;
  3988.    border-bottom: 22px solid transparent;
  3989.    z-index: 1;
  3990.  }
  3991.  
  3992.  .widget-content {
  3993.    margin-top: -1px;
  3994.    position: relative;
  3995.    z-index: 1;
  3996.     background-color: var(--card-bg);
  3997.  }
  3998.  
  3999.  /* Blog Roll Items Hover Effects */
  4000.  .blog-roll-item:hover .post-title {
  4001.    color: #198754 !important;
  4002.    transform: translateX(5px);
  4003.    transition: all 0.3s ease;
  4004.  }
  4005.  
  4006.  /* Recent Post Items Hover Effects */
  4007.  .recent-post-item:hover .post-title a {
  4008.    color: #0d6efd !important;
  4009.    transition: color 0.3s ease;
  4010.  }
  4011.  
  4012.  .recent-post-item:hover .post-image img {
  4013.    transform: scale(1.05);
  4014.    transition: transform 0.3s ease;
  4015.  }
  4016.  
  4017.  /* Button Hover Effects */
  4018.  .btn:hover {
  4019.    transform: translateY(-2px);
  4020.    transition: all 0.3s ease;
  4021.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4022.  }
  4023.  
  4024.  /* Badge Hover Effects */
  4025.  .badge:hover {
  4026.    transform: scale(1.05);
  4027.    transition: transform 0.3s ease;
  4028.  }
  4029.  
  4030.  @media (max-width: 991px) {
  4031.    .sidebar {
  4032.      margin-top: 3rem;
  4033.    }
  4034.  }
  4035.  
  4036.  @media (max-width: 576px) {
  4037.    .widget-title {
  4038.      font-size: 1rem;
  4039.      padding: 0.75rem 1rem !important;
  4040.    }
  4041.  
  4042.    .title-arrow::after,
  4043.    .title-arrow-primary::after {
  4044.      right: -18px;
  4045.      border-left-width: 18px;
  4046.      border-top-width: 18px;
  4047.      border-bottom-width: 18px;
  4048.    }
  4049.  
  4050.    .post-image {
  4051.      width: 70px !important;
  4052.      height: 55px !important;
  4053.    }
  4054.  
  4055.    .blog-meta {
  4056.      flex-direction: column !important;
  4057.      align-items: flex-start !important;
  4058.      gap: 0.5rem;
  4059.    }
  4060.  }
  4061. </style>
  4062.  
  4063.    
  4064.            </div>
  4065.        </div>
  4066.    </div>
  4067. </section>
  4068.  
  4069. <script>
  4070. document.addEventListener('DOMContentLoaded', function() {
  4071.    // Intersection Observer for Fade Animation on Scroll Up and Down
  4072.    const observerOptions = {
  4073.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  4074.        rootMargin: '0px 0px -100px 0px'
  4075.    };
  4076.  
  4077.    // Group cards into pairs (assuming two cards per row)
  4078.    const cards = document.querySelectorAll('.scroll-trigger');
  4079.    const cardPairs = [];
  4080.    for (let i = 0; i < cards.length; i += 2) {
  4081.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  4082.    }
  4083.  
  4084.    const observer = new IntersectionObserver(function(entries) {
  4085.        entries.forEach(entry => {
  4086.            const card = entry.target;
  4087.            // Find the pair index for the current card
  4088.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  4089.            const pair = cardPairs[pairIndex];
  4090.  
  4091.            if (entry.isIntersecting) {
  4092.                // Fade in the pair with a delay based on pair index
  4093.                pair.forEach((cardInPair, index) => {
  4094.                    setTimeout(() => {
  4095.                        cardInPair.classList.add('active');
  4096.                    }, pairIndex * 300); // 300ms delay between pairs
  4097.                });
  4098.            } else {
  4099.                // Fade out the pair when exiting viewport
  4100.                pair.forEach(cardInPair => {
  4101.                    cardInPair.classList.remove('active');
  4102.                });
  4103.            }
  4104.        });
  4105.    }, observerOptions);
  4106.  
  4107.    // Observe each card individually
  4108.    cards.forEach(card => {
  4109.        observer.observe(card);
  4110.    });
  4111. });
  4112. </script>
  4113.  
  4114.    
  4115.        
  4116.        <!-- end wpo-blog-highlights-section -->
  4117.        <!-- start wpo-blog-sponsored-section -->
  4118.        
  4119.  
  4120.  
  4121.  
  4122.    
  4123.  
  4124.  
  4125.  
  4126. <style>
  4127.    .sponsored-section-v3 {
  4128.        padding: 0 0 50px;
  4129.    }
  4130.    
  4131.    .sponsored-card-v3 {
  4132.        background: white;
  4133.        border: 1px solid var(--border-color);
  4134.        border-radius: 0;
  4135.        overflow: hidden;
  4136.        transition: all 0.3s ease;
  4137.        height: 100%;
  4138.        position: relative;
  4139.    }
  4140.    
  4141.    .sponsored-card-v3:hover {
  4142.        border-color: #dee2e6;
  4143.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  4144.    }
  4145.    
  4146.    .sponsored-image-v3 {
  4147.        position: relative;
  4148.        overflow: hidden;
  4149.        height: 160px;
  4150.    }
  4151.    
  4152.    .sponsored-image-v3 img {
  4153.        width: 100%;
  4154.        height: 100%;
  4155.        object-fit: cover;
  4156.        filter: grayscale(20%);
  4157.        transition: filter 0.3s ease;
  4158.    }
  4159.    
  4160.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  4161.        filter: grayscale(0%);
  4162.    }
  4163.    
  4164.    .sponsored-badge-v3 {
  4165.        position: absolute;
  4166.        bottom: auto;
  4167.        left: auto;
  4168.        right: 10px;
  4169.        top: 10px;
  4170.        padding: 8px;
  4171.        font-size: 10px;
  4172.        font-weight: 700;
  4173.        text-transform: uppercase;
  4174.        letter-spacing: 1px;
  4175.        text-align: center;
  4176.    }
  4177.    
  4178.    .sponsored-content-v3 {
  4179.        position: relative;
  4180.        padding: 24px 20px;
  4181.    }
  4182.    
  4183.    .sponsored-title-v3 {
  4184.        font-size: 15px;
  4185.        font-weight: 700;
  4186.        line-height: 1.5;
  4187.        margin-bottom: 18px;
  4188.        min-height: 45px;
  4189.        text-transform: uppercase;
  4190.        letter-spacing: 0.5px;
  4191.    }
  4192.    
  4193.    .sponsored-title-v3 a {
  4194.        text-decoration: none;
  4195.        transition: opacity 0.3s ease;
  4196.    }
  4197.    
  4198.    .sponsored-title-v3 a:hover {
  4199.        opacity: 0.8;
  4200.    }
  4201.    
  4202.    .sponsored-meta-v3 {
  4203.        display: flex;
  4204.        align-items: center;
  4205.        justify-content: space-between;
  4206.        font-size: 11px;
  4207.        font-weight: 600;
  4208.        text-transform: uppercase;
  4209.        letter-spacing: 0.5px;
  4210.        padding-top: 12px;
  4211.        border-top: 1px solid #f1f3f4;
  4212.    }
  4213.    
  4214.    .author-info-v3 {
  4215.        display: flex;
  4216.        align-items: center;
  4217.        gap: 8px;
  4218.    }
  4219.    
  4220.    .sponsored-author-img-v3 {
  4221.        width: 30px;
  4222.        height: 30px;
  4223.        border-radius: 50%;
  4224.        object-fit: cover;
  4225.    }
  4226.    
  4227.    .section-title-sponsored-v3 {
  4228.        font-size: 2.5rem;
  4229.        font-weight: 900;
  4230.        text-align: left;
  4231.        margin-bottom: 30px;
  4232.        letter-spacing: 2px;
  4233.        border-left: 8px solid var(--bs-primary);
  4234.        padding-left: 20px;
  4235.    }
  4236.    
  4237.    .sponsored-overlay-v3 {
  4238.        position: absolute;
  4239.        top: 0;
  4240.        left: 0;
  4241.        right: 0;
  4242.        bottom: 0;
  4243.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  4244.        opacity: 0;
  4245.        transition: opacity 0.3s ease;
  4246.    }
  4247.    
  4248.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  4249.        opacity: 1;
  4250.    }
  4251.  
  4252.    @media (max-width: 768px) {
  4253.        .sponsored-section-v3 {
  4254.            padding: 0px 0 40px;
  4255.        }
  4256.        .section-title-sponsored-v3 {
  4257.            font-size: 2.2rem;
  4258.            text-align: center;
  4259.            border-left: none;
  4260.            border-bottom: 4px solid;
  4261.            padding-left: 0;
  4262.            padding-bottom: 10px;
  4263.        }
  4264.        .sponsored-content-v3 {
  4265.            padding: 20px 16px;
  4266.        }
  4267.    }
  4268. </style>
  4269.  
  4270. <section class="sponsored-section-v3">
  4271.    <div class="container-fluid fluid-container mt-5">
  4272.        <div class="row">
  4273.            <div class="col-12">
  4274.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  4275.            </div>
  4276.        </div>
  4277.        
  4278.        <div class="row g-3">
  4279.            
  4280.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4281.                <div class="card sponsored-card-v3">
  4282.                    <div class="sponsored-overlay-v3"></div>
  4283.                    <div class="sponsored-image-v3">
  4284.                        
  4285.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4286.                        
  4287.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4288.                    </div>
  4289.                    <div class="sponsored-content-v3">
  4290.                        <h3 class="sponsored-title-v3">
  4291.                            <a href="/corby-families-seeking-truth-about-contaminated-materials-areas/" class="top-color">
  4292.                            Corby Families Seeking Truth About Contaminated Materials Areas
  4293.                            </a>
  4294.                        </h3>
  4295.                        <div class="sponsored-meta-v3">
  4296.                            <div class="author-info-v3">
  4297.                                
  4298.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4299.                                
  4300.                                <span class="top-color">
  4301.                                    Mrs. Donna Mccoy
  4302.                                </span>
  4303.                            </div>
  4304.                            <span class="top-color">12 Jul 2026</span>
  4305.                        </div>
  4306.                    </div>
  4307.                </div>
  4308.            </div>
  4309.            
  4310.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4311.                <div class="card sponsored-card-v3">
  4312.                    <div class="sponsored-overlay-v3"></div>
  4313.                    <div class="sponsored-image-v3">
  4314.                        
  4315.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4316.                        
  4317.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4318.                    </div>
  4319.                    <div class="sponsored-content-v3">
  4320.                        <h3 class="sponsored-title-v3">
  4321.                            <a href="/now-is-the-time-to-show-courage-and-give-your-garden-a-reshuffle/" class="top-color">
  4322.                            Now is the Time to Show Courage and Give Your Garden a Reshuffle.
  4323.                            </a>
  4324.                        </h3>
  4325.                        <div class="sponsored-meta-v3">
  4326.                            <div class="author-info-v3">
  4327.                                
  4328.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4329.                                
  4330.                                <span class="top-color">
  4331.                                    Mrs. Donna Mccoy
  4332.                                </span>
  4333.                            </div>
  4334.                            <span class="top-color">12 Jul 2026</span>
  4335.                        </div>
  4336.                    </div>
  4337.                </div>
  4338.            </div>
  4339.            
  4340.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4341.                <div class="card sponsored-card-v3">
  4342.                    <div class="sponsored-overlay-v3"></div>
  4343.                    <div class="sponsored-image-v3">
  4344.                        
  4345.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4346.                        
  4347.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4348.                    </div>
  4349.                    <div class="sponsored-content-v3">
  4350.                        <h3 class="sponsored-title-v3">
  4351.                            <a href="/minister-for-health-issues-stark-warning-care-standards-cannot-be-guaranteed-if-resident-doctors-strike-goes-ahead-during-intense-influenza-strain/" class="top-color">
  4352.                            Minister for Health Issues Stark Warning Care Standards Cannot Be Guaranteed If Resident Doctors&#x27; Strike Goes Ahead During Intense Influenza Strain.
  4353.                            </a>
  4354.                        </h3>
  4355.                        <div class="sponsored-meta-v3">
  4356.                            <div class="author-info-v3">
  4357.                                
  4358.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4359.                                
  4360.                                <span class="top-color">
  4361.                                    Mrs. Donna Mccoy
  4362.                                </span>
  4363.                            </div>
  4364.                            <span class="top-color">12 Jul 2026</span>
  4365.                        </div>
  4366.                    </div>
  4367.                </div>
  4368.            </div>
  4369.            
  4370.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4371.                <div class="card sponsored-card-v3">
  4372.                    <div class="sponsored-overlay-v3"></div>
  4373.                    <div class="sponsored-image-v3">
  4374.                        
  4375.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4376.                        
  4377.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4378.                    </div>
  4379.                    <div class="sponsored-content-v3">
  4380.                        <h3 class="sponsored-title-v3">
  4381.                            <a href="/the-three-lions-seal-world-cup-spot-with-commanding-win-over-latvia/" class="top-color">
  4382.                            The Three Lions Seal World Cup Spot with Commanding Win over Latvia
  4383.                            </a>
  4384.                        </h3>
  4385.                        <div class="sponsored-meta-v3">
  4386.                            <div class="author-info-v3">
  4387.                                
  4388.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4389.                                
  4390.                                <span class="top-color">
  4391.                                    Mrs. Donna Mccoy
  4392.                                </span>
  4393.                            </div>
  4394.                            <span class="top-color">12 Jul 2026</span>
  4395.                        </div>
  4396.                    </div>
  4397.                </div>
  4398.            </div>
  4399.            
  4400.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4401.                <div class="card sponsored-card-v3">
  4402.                    <div class="sponsored-overlay-v3"></div>
  4403.                    <div class="sponsored-image-v3">
  4404.                        
  4405.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4406.                        
  4407.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4408.                    </div>
  4409.                    <div class="sponsored-content-v3">
  4410.                        <h3 class="sponsored-title-v3">
  4411.                            <a href="/how-this-bolton-legal-situation-differs-substantially-from-additional-former-president-opponents/" class="top-color">
  4412.                            How this Bolton Legal Situation Differs Substantially from Additional Former President Opponents
  4413.                            </a>
  4414.                        </h3>
  4415.                        <div class="sponsored-meta-v3">
  4416.                            <div class="author-info-v3">
  4417.                                
  4418.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4419.                                
  4420.                                <span class="top-color">
  4421.                                    Mrs. Donna Mccoy
  4422.                                </span>
  4423.                            </div>
  4424.                            <span class="top-color">12 Jul 2026</span>
  4425.                        </div>
  4426.                    </div>
  4427.                </div>
  4428.            </div>
  4429.            
  4430.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4431.                <div class="card sponsored-card-v3">
  4432.                    <div class="sponsored-overlay-v3"></div>
  4433.                    <div class="sponsored-image-v3">
  4434.                        
  4435.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4436.                        
  4437.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4438.                    </div>
  4439.                    <div class="sponsored-content-v3">
  4440.                        <h3 class="sponsored-title-v3">
  4441.                            <a href="/uk-set-to-use-frozen-russias-holdings-to-fund-the-ukrainian-defense/" class="top-color">
  4442.                            UK Set to Use Frozen Russia&#x27;s Holdings to Fund the Ukrainian Defense
  4443.                            </a>
  4444.                        </h3>
  4445.                        <div class="sponsored-meta-v3">
  4446.                            <div class="author-info-v3">
  4447.                                
  4448.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/577b8bfc-87a7-4260-ad47-8346d67626b5_profile.png" alt="Mrs. Donna Mccoy" style="object-fit: cover;" class="sponsored-author-img-v3">
  4449.                                
  4450.                                <span class="top-color">
  4451.                                    Mrs. Donna Mccoy
  4452.                                </span>
  4453.                            </div>
  4454.                            <span class="top-color">12 Jul 2026</span>
  4455.                        </div>
  4456.                    </div>
  4457.                </div>
  4458.            </div>
  4459.            
  4460.        </div>
  4461.    </div>
  4462. </section>
  4463.  
  4464.  
  4465.    
  4466.        <!-- end wpo-blog-sponsored-section -->
  4467.        <!-- start wpo-subscribe-section -->
  4468.        
  4469.        <!-- end subscribe-section -->
  4470.        <!-- start of wpo-site-footer-section -->
  4471.        
  4472.  
  4473.  
  4474.  
  4475.  
  4476.  
  4477.  
  4478. <!-- Footer V4 - Modern Corporate Design -->
  4479. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4480.  
  4481.    <div class="container-fluid fluid-container">
  4482.        
  4483.        <!-- Content Sections -->
  4484.        <div class="content-sections">
  4485.            <div class="row g-5">
  4486.                
  4487.                <!-- Brand Column -->
  4488.                <div class="col-lg-4 col-md-12">
  4489.                    <div class="brand-section">
  4490.                        <div class="brand-header">
  4491.                            
  4492.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bea11908-74e6-4e62-be51-95382a6e9e43_logo.png" alt="Openly Brief" class="brand-logo" loading="lazy">
  4493.                            
  4494.                            <div class="brand-text">
  4495.                                <h3 class="brand-name">Openly Brief</h3>
  4496.                                <span class="brand-type">Digital Publication</span>
  4497.                            </div>
  4498.                        </div>
  4499.                        <p class="brand-description  text-lg-start ">
  4500.                            Openly Brief delivers insightful daily news analysis, political commentary, and in-depth reporting on current events from a transparent perspective.
  4501.                        </p>
  4502.                    </div>
  4503.                </div>
  4504.  
  4505.                <!-- Quick Links Column -->
  4506.               <div class="col-lg-4 col-md-6">
  4507.                    <div class="links-section">
  4508.                        <div class="section-title">
  4509.                            <h4 class="title-text">Resources</h4>
  4510.                            <div class="title-decoration"></div>
  4511.                        </div>
  4512.                        <div class="links-container">
  4513.                          
  4514. <div class="link-group">
  4515.    <ul class="link-list" id="externalLinks">
  4516.        
  4517.  
  4518.    
  4519.        
  4520.        
  4521.        
  4522.    </ul>
  4523. </div>
  4524.  
  4525.                        </div>
  4526.                    </div>
  4527.                </div>
  4528.  
  4529.                <!-- Categories Column -->
  4530.                <div class="col-lg-4 col-md-6">
  4531.                    <div class="categories-section">
  4532.                        <div class="section-title">
  4533.                            <h4 class="title-text">Explore Topics</h4>
  4534.                            <div class="title-decoration"></div>
  4535.                        </div>
  4536.                        <div class="categories-container">
  4537.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4538.                            <div class="categories-cloud">
  4539.                                
  4540.                                <a href="/category/all-posts/" class="category-pill">
  4541.                                    All Posts
  4542.                                </a>
  4543.                                
  4544.                                <a href="/category/business/" class="category-pill">
  4545.                                    Business
  4546.                                </a>
  4547.                                
  4548.                                <a href="/category/esports/" class="category-pill">
  4549.                                    Esports
  4550.                                </a>
  4551.                                
  4552.                                <a href="/category/fashion/" class="category-pill">
  4553.                                    Fashion
  4554.                                </a>
  4555.                                
  4556.                                <a href="/category/featured/" class="category-pill">
  4557.                                    Featured
  4558.                                </a>
  4559.                                
  4560.                                <a href="/category/gaming/" class="category-pill">
  4561.                                    Gaming
  4562.                                </a>
  4563.                                
  4564.                                <a href="/category/health/" class="category-pill">
  4565.                                    Health
  4566.                                </a>
  4567.                                
  4568.                                <a href="/category/life-fitness/" class="category-pill">
  4569.                                    Life &amp; Fitness
  4570.                                </a>
  4571.                                
  4572.                            </div>
  4573.                        </div>
  4574.                    </div>
  4575.                </div>
  4576.  
  4577.            </div>
  4578.        </div>
  4579.  
  4580.        <!-- Footer Bottom -->
  4581.        <div class="footer-bottom">
  4582.            <div class="bottom-border"></div>
  4583.            <div class=" d-flex justify-content-between flex-wrap">
  4584.                <div>
  4585.                    <div class="copyright-info">
  4586.                        <p class="copyright-main">
  4587.                            Â© 2026 <span class="brand-highlight">Openly Brief</span>. All rights reserved.
  4588.                        </p>
  4589.                        <p class="copyright-sub">
  4590.                            Thoughtfully crafted content for curious minds worldwide.
  4591.                        </p>
  4592.                    </div>
  4593.                </div>
  4594.                <div>
  4595.                    <div class="footer-actions">
  4596.                        <div class="action-links">
  4597.                            <a href="/page/write-for-us/" class="action-link">
  4598.                                <i class="bi bi-shield-check"></i>
  4599.                                <span>Write For Us</span>
  4600.                            </a>
  4601.                            <a href="/page/terms-and-conditions/" class="action-link">
  4602.                                <i class="bi bi-shield-check"></i>
  4603.                                <span>Terms & Conditions</span>
  4604.                            </a>
  4605.                            <a href="/sitemap.xml" class="action-link">
  4606.                                <i class="bi bi-diagram-3"></i>
  4607.                                <span>Sitemap</span>
  4608.                            </a>
  4609.                        </div>
  4610.  
  4611.                    </div>
  4612.                </div>
  4613.            </div>
  4614.        </div>
  4615.  
  4616.    </div>
  4617.  
  4618.    
  4619.  
  4620. </footer>
  4621.  
  4622.  
  4623. <style>
  4624. /* Footer V4 - Modern Corporate Design */
  4625. .wpo-site-footer-v4 {
  4626.    color: var(--footer-color);
  4627.    margin-top: 100px;
  4628. }
  4629.  
  4630.  
  4631. .accent-line {
  4632.    position: absolute;
  4633.    top: 0;
  4634.    height: 100%;
  4635.    width: 33.333%;
  4636.    opacity: 0.8;
  4637. }
  4638.  
  4639. .accent-1 {
  4640.    left: 0;
  4641.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4642.    animation: slideRight 3s ease-in-out infinite;
  4643. }
  4644.  
  4645. .accent-2 {
  4646.    left: 33.333%;
  4647.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4648.    animation: slideRight 3s ease-in-out infinite 1s;
  4649. }
  4650.  
  4651. .accent-3 {
  4652.    left: 66.666%;
  4653.    background: linear-gradient(90deg, #10b981, #059669);
  4654.    animation: slideRight 3s ease-in-out infinite 2s;
  4655. }
  4656.  
  4657. @keyframes slideRight {
  4658.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4659.    50% { transform: translateX(10px); opacity: 1; }
  4660. }
  4661.  
  4662. /* Content Sections */
  4663. .content-sections {
  4664.    padding: 60px 0;
  4665.    position: relative;
  4666.    z-index: 2;
  4667. }
  4668.  
  4669. /* Brand Section */
  4670. .brand-section {
  4671.    padding-right: 2rem;
  4672. }
  4673.  
  4674. .brand-header {
  4675.    display: flex;
  4676.    align-items: center;
  4677.    margin-bottom: 2rem;
  4678.    gap: 1rem;
  4679. }
  4680.  
  4681. .brand-logo {
  4682.    height: 50px;
  4683.    width: auto;
  4684.    border-radius: 8px;
  4685. }
  4686.  
  4687. .brand-name {
  4688.    font-size: 1.5rem;
  4689.    font-weight: 800;
  4690.    color: var(--footer-color) !important;
  4691.    margin: 0;
  4692. }
  4693.  
  4694. .brand-type {
  4695.    color: var(--footer-color) !important;
  4696.    opacity: 0.8;
  4697.    font-size: 0.85rem;
  4698.    font-weight: 500;
  4699.    text-transform: uppercase;
  4700.    letter-spacing: 0.5px;
  4701. }
  4702.  
  4703. .brand-description {
  4704.    color: var(--footer-color) !important;
  4705.    line-height: 1.7;
  4706.    margin-bottom: 2rem;
  4707.    font-size: 0.95rem;
  4708. }
  4709.  
  4710. .brand-stats {
  4711.    display: flex;
  4712.    align-items: center;
  4713.    gap: 1.5rem;
  4714. }
  4715.  
  4716. .stat-item {
  4717.    text-align: center;
  4718. }
  4719.  
  4720. .stat-number {
  4721.    font-size: 1.5rem;
  4722.    font-weight: 800;
  4723.    color: #3b82f6;
  4724.    display: block;
  4725.    line-height: 1;
  4726. }
  4727.  
  4728. .stat-label {
  4729.    font-size: 0.8rem;
  4730.    color: #94a3b8;
  4731.    margin-top: 0.25rem;
  4732. }
  4733.  
  4734. .stat-divider {
  4735.    width: 1px;
  4736.    height: 40px;
  4737.    background: rgba(255, 255, 255, 0.2);
  4738. }
  4739.  
  4740. /* Links Section */
  4741. .links-section {
  4742.    padding-left: 1rem;
  4743.    padding-right: 1rem;
  4744. }
  4745.  
  4746. .section-title {
  4747.    margin-bottom: 2rem;
  4748.    position: relative;
  4749. }
  4750.  
  4751. .title-text {
  4752.    font-size: 1.3rem;
  4753.    font-weight: 700;
  4754.    color: var(--footer-color) !important;
  4755.    margin-bottom: 0.5rem;
  4756.    text-align: justify !important;
  4757. }
  4758.  
  4759.  
  4760. .link-group {
  4761.    margin-bottom: 2rem;
  4762. }
  4763.  
  4764. .group-title {
  4765.    font-size: 1rem;
  4766.    font-weight: 600;
  4767.    color: #f1f5f9;
  4768.    margin-bottom: 1rem;
  4769.    padding-bottom: 0.5rem;
  4770.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4771. }
  4772.  
  4773. .link-list {
  4774.    list-style: none;
  4775.    padding: 0;
  4776.    margin: 0;
  4777. }
  4778.  
  4779. .link-item {
  4780.    margin-bottom: 0.75rem;
  4781. }
  4782.  
  4783. .link-text {
  4784.    color: var(--footer-color) !important;
  4785.    text-decoration: none;
  4786.    font-size: 0.9rem;
  4787.    display: flex;
  4788.    align-items: center;
  4789.    transition: all 0.3s ease;
  4790.    padding: 0.25rem 0;
  4791. }
  4792.  
  4793. .link-text:hover {
  4794.    color: #3b82f6;
  4795.    padding-left: 0.5rem;
  4796. }
  4797.  
  4798. .link-icon {
  4799.    margin-right: 0.5rem;
  4800.    opacity: 0;
  4801.    transition: opacity 0.3s ease;
  4802. }
  4803.  
  4804. .link-text:hover .link-icon {
  4805.    opacity: 1;
  4806. }
  4807.  
  4808. .external-icon {
  4809.    color: #10b981;
  4810. }
  4811.  
  4812. /* Categories Section */
  4813. .categories-section {
  4814.    padding-left: 1rem;
  4815. }
  4816.  
  4817. .categories-intro {
  4818.    color: #cbd5e1;
  4819.    margin-bottom: 1.5rem;
  4820.    font-size: 0.9rem;
  4821. }
  4822.  
  4823. .categories-cloud {
  4824.    display: flex;
  4825.    flex-wrap: wrap;
  4826.    gap: 0.75rem;
  4827. }
  4828.  
  4829. .category-pill {
  4830.    display: inline-block;
  4831.    padding: 0.5rem 1rem;
  4832.    background: rgba(255, 255, 255, 0.1);
  4833.    border: 1px solid rgba(255, 255, 255, 0.2);
  4834.    border-radius: 20px;
  4835.    color:  var(--footer-color) !important;
  4836.    text-decoration: none;
  4837.    font-size: 0.85rem;
  4838.    opacity: 0.7;
  4839.    font-weight: 500;
  4840.    transition: all 0.3s ease;
  4841. }
  4842.  
  4843. .category-pill:hover {
  4844.    background: #3b82f6;
  4845.    border-color: #3b82f6;
  4846.    color: var(--footer-color) !important;
  4847.    opacity: 1;
  4848.    transform: translateY(-1px);
  4849.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4850. }
  4851.  
  4852. /* Footer Bottom */
  4853. .footer-bottom {
  4854.    padding: 2rem 0;
  4855.    position: relative;
  4856.    z-index: 2;
  4857. }
  4858.  
  4859. .bottom-border {
  4860.    height: 1px;
  4861.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4862.    margin-bottom: 2rem;
  4863. }
  4864.  
  4865. .copyright-main {
  4866.    font-size: 1rem;
  4867.    color: #e2e8f0;
  4868.    margin-bottom: 0.25rem;
  4869. }
  4870.  
  4871. .brand-highlight {
  4872.    color: var(--footer-color);
  4873.    font-weight: 700;
  4874. }
  4875.  
  4876. .copyright-sub {
  4877.    font-size: 0.85rem;
  4878.    color: #94a3b8;
  4879.    margin: 0;
  4880. }
  4881.  
  4882. .footer-actions {
  4883.    display: flex;
  4884.    align-items: center;
  4885.    gap: 2rem;
  4886. }
  4887.  
  4888. .action-links {
  4889.    display: flex;
  4890.    gap: 1.5rem;
  4891. }
  4892.  
  4893. .action-link {
  4894.    display: flex;
  4895.    align-items: center;
  4896.    gap: 0.5rem;
  4897.    color: #cbd5e1;
  4898.    text-decoration: none;
  4899.    font-size: 0.9rem;
  4900.    transition: color 0.3s ease;
  4901. }
  4902.  
  4903. .action-link:hover {
  4904.    color: #3b82f6;
  4905. }
  4906.  
  4907. .scroll-to-top-btn {
  4908.    background: rgba(255, 255, 255, 0.1);
  4909.    border: 1px solid rgba(255, 255, 255, 0.2);
  4910.    color: #cbd5e1;
  4911.    width: 44px;
  4912.    height: 44px;
  4913.    border-radius: 12px;
  4914.    cursor: pointer;
  4915.    transition: all 0.3s ease;
  4916.    display: flex;
  4917.    align-items: center;
  4918.    justify-content: center;
  4919. }
  4920.  
  4921. .scroll-to-top-btn:hover {
  4922.    background: #3b82f6;
  4923.    border-color: #3b82f6;
  4924.    color: white;
  4925.    transform: translateY(-2px);
  4926. }
  4927.  
  4928. /* Background Pattern */
  4929. .footer-pattern {
  4930.    position: absolute;
  4931.    top: 0;
  4932.    left: 0;
  4933.    width: 100%;
  4934.    height: 100%;
  4935.    z-index: 1;
  4936.    overflow: hidden;
  4937. }
  4938.  
  4939. .pattern-grid {
  4940.    position: relative;
  4941.    width: 100%;
  4942.    height: 100%;
  4943. }
  4944.  
  4945. .pattern-dot {
  4946.    position: absolute;
  4947.    width: 2px;
  4948.    height: 2px;
  4949.    background: rgba(255, 255, 255, 0.1);
  4950.    border-radius: 50%;
  4951. }
  4952.  
  4953. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4954. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4955. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4956. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4957. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4958. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4959.  
  4960. /* Responsive Design */
  4961. @media (max-width: 992px) {
  4962.    .newsletter-heading {
  4963.        font-size: 2rem;
  4964.    }
  4965.    
  4966.    .brand-section {
  4967.        padding-right: 0;
  4968.        margin-bottom: 3rem;
  4969.    }
  4970.    
  4971.    .links-section, .categories-section {
  4972.        padding-left: 0;
  4973.        padding-right: 0;
  4974.    }
  4975.    
  4976.    .brand-stats {
  4977.        justify-content: center;
  4978.        margin-top: 2rem;
  4979.    }
  4980. }
  4981.  
  4982. @media (max-width: 768px) {
  4983.    .newsletter-section {
  4984.        padding: 60px 0 40px;
  4985.    }
  4986.    
  4987.    .newsletter-container {
  4988.        padding: 2rem 1.5rem;
  4989.        margin: 0 1rem;
  4990.    }
  4991.    
  4992.    .newsletter-heading {
  4993.        font-size: 1.75rem;
  4994.    }
  4995.    
  4996.    .content-sections {
  4997.        padding: 40px 0;
  4998.    }
  4999.    
  5000.    .brand-header {
  5001.        flex-direction: column;
  5002.        text-align: center;
  5003.    }
  5004.    
  5005.    .footer-actions {
  5006.        flex-direction: column;
  5007.        gap: 1rem;
  5008.        margin-top: 1.5rem;
  5009.    }
  5010.    
  5011.    .action-links {
  5012.        order: 2;
  5013.    }
  5014.    
  5015.    .scroll-to-top-btn {
  5016.        order: 1;
  5017.    }
  5018. }
  5019.  
  5020. @media (max-width: 576px) {
  5021.    .newsletter-container {
  5022.        padding: 1.5rem 1rem;
  5023.    }
  5024.    
  5025.    .newsletter-heading {
  5026.        font-size: 1.5rem;
  5027.    }
  5028.    
  5029.    .brand-stats {
  5030.        flex-direction: column;
  5031.        gap: 1rem;
  5032.    }
  5033.    
  5034.    .stat-divider {
  5035.        width: 40px;
  5036.        height: 1px;
  5037.    }
  5038.    
  5039.    .action-links {
  5040.        flex-direction: column;
  5041.        gap: 0.75rem;
  5042.        text-align: center;
  5043.    }
  5044.    
  5045.    .pattern-dot {
  5046.        display: none;
  5047.    }
  5048. }
  5049. </style>
  5050.  
  5051. <!-- Bootstrap 5 JS -->
  5052.  
  5053. <script>
  5054. // Scroll to Top Function
  5055. document.addEventListener('DOMContentLoaded', function () {
  5056.    var btn = document.getElementById('toggleExternal');
  5057.    if (!btn) return; // No extra items, no button
  5058.  
  5059.    var extras = document.querySelectorAll('#externalLinks li.extra');
  5060.  
  5061.    btn.addEventListener('click', function () {
  5062.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5063.            return li.classList.contains('d-none');
  5064.        });
  5065.  
  5066.        extras.forEach(function (li) {
  5067.            if (anyHidden) {
  5068.                li.classList.remove('d-none');
  5069.                li.classList.add('show');
  5070.            } else {
  5071.                li.classList.add('d-none');
  5072.                li.classList.remove('show');
  5073.            }
  5074.        });
  5075.  
  5076.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5077.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5078.    });
  5079. });
  5080. function scrollToTop() {
  5081.    window.scrollTo({
  5082.        top: 0,
  5083.        behavior: 'smooth'
  5084.    });
  5085. }
  5086.  
  5087. // Initialize Footer V4 Features
  5088. document.addEventListener('DOMContentLoaded', function() {
  5089.    
  5090.    // Newsletter Form Handling
  5091.    const newsletterForm = document.querySelector('.newsletter-form');
  5092.    const emailInput = document.querySelector('.form-input');
  5093.    const submitButton = document.querySelector('.submit-button');
  5094.    const successMessage = document.querySelector('.success-message');
  5095.    const errorMessage = document.querySelector('.error-message');
  5096.    const infoMessage = document.querySelector('.info-message');
  5097.    
  5098.    if (newsletterForm && emailInput && submitButton) {
  5099.        
  5100.        // Form submission
  5101.        newsletterForm.addEventListener('submit', function(e) {
  5102.            e.preventDefault();
  5103.            
  5104.            const email = emailInput.value.trim();
  5105.            
  5106.            // Validate email
  5107.            if (!email || !isValidEmail(email)) {
  5108.                showMessage('error');
  5109.                emailInput.focus();
  5110.                return;
  5111.            }
  5112.            
  5113.            // Show loading state
  5114.            const originalText = submitButton.querySelector('.button-text').textContent;
  5115.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  5116.            
  5117.            submitButton.disabled = true;
  5118.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  5119.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  5120.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  5121.            
  5122.            // Simulate API call
  5123.            setTimeout(() => {
  5124.                // Success state
  5125.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  5126.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  5127.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  5128.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  5129.                
  5130.                showMessage('success');
  5131.                
  5132.                // Reset after delay
  5133.                setTimeout(() => {
  5134.                    submitButton.querySelector('.button-text').textContent = originalText;
  5135.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  5136.                    submitButton.style.background = '';
  5137.                    submitButton.disabled = false;
  5138.                    emailInput.value = '';
  5139.                    showMessage('info');
  5140.                }, 3000);
  5141.                
  5142.            }, 2000);
  5143.        });
  5144.        
  5145.        // Input validation
  5146.        emailInput.addEventListener('blur', function() {
  5147.            const email = this.value.trim();
  5148.            if (email && !isValidEmail(email)) {
  5149.                this.style.borderColor = '#ef4444';
  5150.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  5151.            } else if (email && isValidEmail(email)) {
  5152.                this.style.borderColor = '#10b981';
  5153.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  5154.            }
  5155.        });
  5156.        
  5157.        emailInput.addEventListener('focus', function() {
  5158.            this.style.borderColor = '#3b82f6';
  5159.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  5160.        });
  5161.        
  5162.        // Reset validation styling on input
  5163.        emailInput.addEventListener('input', function() {
  5164.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  5165.                this.style.borderColor = '';
  5166.                this.style.boxShadow = '';
  5167.            }
  5168.        });
  5169.    }
  5170.    
  5171.    // Email validation function
  5172.    function isValidEmail(email) {
  5173.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5174.        return emailRegex.test(email);
  5175.    }
  5176.    
  5177.    // Message display function
  5178.    function showMessage(type) {
  5179.        // Hide all messages
  5180.        successMessage.style.display = 'none';
  5181.        errorMessage.style.display = 'none';
  5182.        infoMessage.style.display = 'none';
  5183.        
  5184.        // Show specific message
  5185.        if (type === 'success') {
  5186.            successMessage.style.display = 'block';
  5187.        } else if (type === 'error') {
  5188.            errorMessage.style.display = 'block';
  5189.        } else if (type === 'info') {
  5190.            infoMessage.style.display = 'block';
  5191.        }
  5192.    }
  5193.    
  5194.    // Smooth reveal animations
  5195.    const observerOptions = {
  5196.        threshold: 0.1,
  5197.        rootMargin: '0px 0px -30px 0px'
  5198.    };
  5199.    
  5200.    const sectionObserver = new IntersectionObserver((entries) => {
  5201.        entries.forEach(entry => {
  5202.            if (entry.isIntersecting) {
  5203.                entry.target.style.opacity = '1';
  5204.                entry.target.style.transform = 'translateY(0)';
  5205.            }
  5206.        });
  5207.    }, observerOptions);
  5208.    
  5209.    // Animate sections
  5210.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  5211.        section.style.opacity = '0';
  5212.        section.style.transform = 'translateY(20px)';
  5213.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  5214.        sectionObserver.observe(section);
  5215.    });
  5216.    
  5217.    // Animate category pills
  5218.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  5219.        pill.style.opacity = '0';
  5220.        pill.style.transform = 'translateY(10px)';
  5221.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  5222.        
  5223.        setTimeout(() => {
  5224.            pill.style.opacity = '1';
  5225.            pill.style.transform = 'translateY(0)';
  5226.        }, 300 + (index * 100));
  5227.    });
  5228.    
  5229.    // Enhanced link hover effects
  5230.    document.querySelectorAll('.link-text').forEach(link => {
  5231.        link.addEventListener('mouseenter', function() {
  5232.            const icon = this.querySelector('.link-icon');
  5233.            if (icon) {
  5234.                icon.style.transform = 'translateX(4px)';
  5235.            }
  5236.        });
  5237.        
  5238.        link.addEventListener('mouseleave', function() {
  5239.            const icon = this.querySelector('.link-icon');
  5240.            if (icon) {
  5241.                icon.style.transform = 'translateX(0)';
  5242.            }
  5243.        });
  5244.    });
  5245.    
  5246.    // Prevent default for demo links
  5247.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5248.        link.addEventListener('click', function(e) {
  5249.            e.preventDefault();
  5250.        });
  5251.    });
  5252.    
  5253.    // Add ripple effect to submit button
  5254.    submitButton.addEventListener('click', function(e) {
  5255.        const ripple = document.createElement('span');
  5256.        const rect = this.getBoundingClientRect();
  5257.        const size = Math.max(rect.width, rect.height);
  5258.        const x = e.clientX - rect.left - size / 2;
  5259.        const y = e.clientY - rect.top - size / 2;
  5260.        
  5261.        ripple.style.cssText = `
  5262.            position: absolute;
  5263.            width: ${size}px;
  5264.            height: ${size}px;
  5265.            left: ${x}px;
  5266.            top: ${y}px;
  5267.            background: rgba(255, 255, 255, 0.3);
  5268.            border-radius: 50%;
  5269.            transform: scale(0);
  5270.            animation: ripple 0.6s ease-out;
  5271.            pointer-events: none;
  5272.        `;
  5273.        
  5274.        this.appendChild(ripple);
  5275.        
  5276.        setTimeout(() => {
  5277.            ripple.remove();
  5278.        }, 600);
  5279.    });
  5280.    
  5281. });
  5282.  
  5283. // Add CSS for ripple animation
  5284. const rippleStyle = document.createElement('style');
  5285. rippleStyle.textContent = `
  5286.    @keyframes ripple {
  5287.        to {
  5288.            transform: scale(2);
  5289.            opacity: 0;
  5290.        }
  5291.    }
  5292.    
  5293.    @keyframes spin {
  5294.        from { transform: rotate(0deg); }
  5295.        to { transform: rotate(360deg); }
  5296.    }
  5297.    
  5298.    .submit-button {
  5299.        position: relative;
  5300.        overflow: hidden;
  5301.    }
  5302. `;
  5303. document.head.appendChild(rippleStyle);
  5304. </script>
  5305.  
  5306.        <!-- end of wpo-site-footer-section -->
  5307.    </div>
  5308.    <!-- end of page-wrapper -->
  5309.  
  5310.    <!-- All JavaScript files
  5311.    ================================================== -->
  5312.    
  5313.  
  5314. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5315. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5316. <!-- Plugins for this template -->
  5317. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5318. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5319. <!-- Custom script for this template -->
  5320. <script src="/static/blogapp/assets/js/script.js"></script>
  5321.  
  5322. <script>
  5323. (function () {
  5324. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5325. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5326.  
  5327. function applyFallback(img) {
  5328. if (!img || img.dataset.fallbackApplied === "1") {
  5329. return;
  5330. }
  5331. var failedSrc = img.currentSrc || img.src || "";
  5332. img.dataset.fallbackApplied = "1";
  5333. img.onerror = null;
  5334. img.src = fallbackImageSrc;
  5335. console.warn("[ImageFallback] Replaced broken image:", {
  5336. failedSrc: failedSrc,
  5337. fallbackSrc: fallbackImageSrc,
  5338. alt: img.alt || "",
  5339. });
  5340. }
  5341.  
  5342. document.querySelectorAll("img").forEach(function (img) {
  5343. if (img.complete && img.naturalWidth === 0) {
  5344. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5345. failedSrc: img.currentSrc || img.src || "",
  5346. alt: img.alt || "",
  5347. });
  5348. applyFallback(img);
  5349. }
  5350. });
  5351.  
  5352. document.addEventListener(
  5353. "error",
  5354. function (event) {
  5355. var target = event.target;
  5356. if (target && target.tagName === "IMG") {
  5357. applyFallback(target);
  5358. }
  5359. },
  5360. true
  5361. );
  5362. })();
  5363. </script>
  5364.  
  5365. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5366.  
  5367.  
  5368.  
  5369. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"24d4ed96a4654bc586f9c4bc88433dff","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5370. </body>
  5371.  
  5372. </html>
  5373.  
  5374.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda