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://lunagames.ca

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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-26T150814.473_KkotvA3_LVWPTEm_PgVftJw.png">
  14.    
  15.  
  16.    <title>Luna Games - Discover Fun and Exciting Online Gaming Adventures</title>
  17.    <meta name="description" content="Explore Luna Games for thrilling online gaming experiences, tips, and reviews. Join our community to discover new games and connect with fellow gamers worldwide.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://lunagames.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #3f8efc;
  42.        --bs-primary-rgb: 3f8efc;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #eff6ff;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #3f8efc;
  53.        --theme-primary-color-s2: #3f8efc;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e3a8a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e3a8a;
  59.        --border-color: #bfdbfe;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #dbeafe;
  75.        --navbar-color: #1e3a8a;
  76.        --topbar-bg: #eff6ff;
  77.        --topbar-color: #1e3a8a;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bfdbfe;
  82.        --card-radius: 12px;
  83.        --link-color: #3f8efc;
  84.        --link-hover: #2563eb;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(63, 142, 252, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_36">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row">
  421.      <div>
  422.        <div class="pt-2 d-flex  gap-2   pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  424.            <div class=" d-flex  ">
  425.              <sapn class="fw-bold ">
  426.                Latest
  427.              </sapn>
  428.            </div>
  429.            <div class="d-flex">
  430.              <sapn class="fw-bold ">
  431.                Update
  432.              </sapn>
  433.            </div>
  434.          </div>
  435.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  436.            <p class="text-center">
  437.              
  438.              <a href="/californias-governor-acknowledges-he-is-weighing-a-2028-presidential-run/" class="px-5 top-color">
  439.                California&#x27;s Governor Acknowledges He Is Weighing a 2028 Presidential Run
  440.              </a>
  441.              
  442.              <a href="/there-are-those-on-the-opposing-sides-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-renewal/" class="px-5 top-color">
  443.                There are those on the opposing sides who offer only complaints: Ministers are moving forward with the job of economic renewal.
  444.              </a>
  445.              
  446.              <a href="/andy-burnham-was-likely-to-have-won-the-recent-byelection-states-labour-number-two/" class="px-5 top-color">
  447.                Andy Burnham Was &#x27;Likely&#x27; to Have Won the Recent Byelection, States Labour Number Two
  448.              </a>
  449.              
  450.              <a href="/former-british-broadcasting-corporation-consultants-undergo-mps-inquiry-after-allegations-of-partiality-in-unauthorized-memorandum/" class="px-5 top-color">
  451.                Former British Broadcasting Corporation Consultants Undergo MPs&#x27; Inquiry After Allegations of Partiality in Unauthorized Memorandum
  452.              </a>
  453.              
  454.              <a href="/the-blue-jays-claim-world-series-matchup-with-defending-champion-dodgers/" class="px-5 top-color">
  455.                The Blue Jays Claim World Series Matchup With defending champion Dodgers
  456.              </a>
  457.              
  458.            </p>
  459.          </marquee>
  460.        </div>
  461.      </div>
  462.    </div>
  463.  </div>
  464. </div>
  465.  
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <nav class="navigation navbar navbar-expand-lg mb-4">
  477.  <div class="container-fluid fluid-container">
  478.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  479.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  480.          <a class="navbar-brand" href="/">
  481.              
  482.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3d88803a-3c5f-4b2c-adba-2c11834a09e9_logo.png" alt="Luna Games" />
  483.              
  484.          </a>
  485.      </div>
  486.      <div class="">
  487.        <div class="style-card">
  488.          <div class="minimal-search mb-md-4 mb-0">
  489.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  490.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  491.              <circle cx="11" cy="11" r="8"></circle>
  492.              <path d="m21 21-4.35-4.35"></path>
  493.            </svg>
  494.          </div>
  495.          <!-- The search results will be displayed here -->
  496.          <div id="search-results" class="search-results-container search-v1"></div>
  497.        </div>
  498.      </div>
  499.      <div class=" d-flex flex-wrap">
  500.        <div class="navbar-header d-lg-none d-none d-md-flex">
  501.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3d88803a-3c5f-4b2c-adba-2c11834a09e9_logo.png" alt="" /></a>
  502.        </div>
  503.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  504.          <button class="menu-close"><i class="ti-close"></i></button>
  505.  
  506.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  507.    <li>
  508.      <a href="/">
  509.        Home
  510.      </a>
  511.    </li>
  512.  
  513.  
  514.    <li>
  515.      <a href="/category/all-posts/">
  516.        All Posts
  517.      </a>
  518.    </li>
  519.  
  520.    <li>
  521.      <a href="/category/business/">
  522.        Business
  523.      </a>
  524.    </li>
  525.  
  526.    <li>
  527.      <a href="/category/esports/">
  528.        Esports
  529.      </a>
  530.    </li>
  531.  
  532.  
  533.  
  534.  <div class="navbar-header d-lg-block d-none">
  535.    <a class="navbar-brand" href="/">
  536.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3d88803a-3c5f-4b2c-adba-2c11834a09e9_logo.png" alt="" />
  537.    </a>
  538.  </div>
  539.  
  540.  
  541.  
  542.    
  543.    
  544.    
  545.      <li>
  546.        <a href="/category/fashion/">
  547.          Fashion
  548.        </a>
  549.      </li>
  550.    
  551.      <li>
  552.        <a href="/category/featured/">
  553.          Featured
  554.        </a>
  555.      </li>
  556.    
  557.  
  558.    
  559.    
  560.      <li class="menu-item-has-children">
  561.        <a href="#">More</a>
  562.        <ul class="sub-menu">
  563.          
  564.            <li>
  565.              <a href="/category/gaming/">
  566.                Gaming
  567.              </a>
  568.            </li>
  569.          
  570.            <li>
  571.              <a href="/category/health/">
  572.                Health
  573.              </a>
  574.            </li>
  575.          
  576.            <li>
  577.              <a href="/category/life-fitness/">
  578.                Life &amp; Fitness
  579.              </a>
  580.            </li>
  581.          
  582.            <li>
  583.              <a href="/category/lifestyle/">
  584.                Lifestyle
  585.              </a>
  586.            </li>
  587.          
  588.            <li>
  589.              <a href="/category/news/">
  590.                News
  591.              </a>
  592.            </li>
  593.          
  594.            <li>
  595.              <a href="/category/others/">
  596.                Others
  597.              </a>
  598.            </li>
  599.          
  600.            <li>
  601.              <a href="/category/politics/">
  602.                Politics
  603.              </a>
  604.            </li>
  605.          
  606.            <li>
  607.              <a href="/category/sports/">
  608.                Sports
  609.              </a>
  610.            </li>
  611.          
  612.            <li>
  613.              <a href="/category/tech/">
  614.                Tech
  615.              </a>
  616.            </li>
  617.          
  618.            <li>
  619.              <a href="/category/travel/">
  620.                Travel
  621.              </a>
  622.            </li>
  623.          
  624.        </ul>
  625.      </li>
  626.    
  627.  
  628.  
  629. <li>
  630.                  <a href="/page/contact-us/">
  631.                     Contact Us
  632.                  </a>
  633.              </li>
  634. </ul>
  635.  
  636.        </div>
  637.        <div class="sidebar-blur"></div>
  638.        <!-- end of nav-collapse -->
  639.      </div>
  640.      <div class="me-3">
  641.        <div class="mobail-menu d-xl-none d-block">
  642.          <button type="button" class="navbar-toggler open-btn">
  643.            <span class="sr-only">Toggle navigation</span>
  644.            <span class="icon-bar first-angle"></span>
  645.            <span class="icon-bar middle-angle"></span>
  646.            <span class="icon-bar last-angle"></span>
  647.          </button>
  648.        </div>
  649.        <!-- <div class="header-right">
  650.          <div class="header-right-menu-wrapper d-xl-block d-none">
  651.            <div class="header-right-menu">
  652.              <div class="right-menu-toggle-btn">
  653.                <span></span>
  654.                <span></span>
  655.                <span></span>
  656.              </div>
  657.              <div class="header-right-menu-wrap" style="z-index: 999;">
  658.                <button class="right-menu-close"><i class="ti-close"></i></button>
  659.                <div class="logo">
  660.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  661.                </div>
  662.                <div class="header-right-sec">
  663.                  <div class="project-widget widget">
  664.                    <h3 class="text-white">Our Latest News</h3>
  665.                    <div class="posts">
  666.                      <div class="post">
  667.                        <div class="img-holder">
  668.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  669.                        </div>
  670.                        <div class="details">
  671.                          <span class="date">19 Jun 2022</span>
  672.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  673.                        </div>
  674.                      </div>
  675.                      <div class="post">
  676.                        <div class="img-holder">
  677.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  678.                        </div>
  679.                        <div class="details">
  680.                          <span class="date">22 May 2022</span>
  681.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  682.                        </div>
  683.                      </div>
  684.                      <div class="post">
  685.                        <div class="img-holder">
  686.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  687.                        </div>
  688.                        <div class="details">
  689.                          <span class="date">12 Apr 2022</span>
  690.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  691.                        </div>
  692.                      </div>
  693.                    </div>
  694.                  </div>
  695.                  <div class="widget wpo-contact-widget">
  696.                    <div class="widget-title">
  697.                      <h3 class="text-white">Contact Us</h3>
  698.                    </div>
  699.                    <div class="contact-ft">
  700.                      <ul>
  701.                        <li>
  702.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  703.                        </li>
  704.                        <li>
  705.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  706.                          + 8 (123) 123 456 789
  707.                        </li>
  708.                        <li>
  709.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  710.                        </li>
  711.                      </ul>
  712.                    </div>
  713.                  </div>
  714.                </div>
  715.              </div>
  716.              <div class="sidebar-blur"></div>
  717.            </div>
  718.          </div>
  719.        </div> -->
  720.      </div>
  721.    </div>
  722.  </div>
  723.  <!-- end of container -->
  724. </nav>
  725. <style>
  726.  .navbar-brand img{
  727.    height: 70px;
  728.    object-fit: contain;
  729.  }
  730.    /* search field */
  731.  .search-results-container {
  732.  position: absolute;
  733.  top: 100%; /* Position it below the input field */
  734. left: 10px;
  735.  right: 10px;
  736.  background-color: white;
  737.  border: 1px solid #ddd;
  738.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  739.  max-height: 300px;
  740.  overflow-y: auto;
  741.  z-index: 1000;
  742.  display: none; /* Initially hidden */
  743. }
  744.  
  745. .search-results-container p {
  746.  margin: 0;
  747. }
  748.  
  749. .search-results-container .result-item {
  750.  padding: 10px;
  751.  cursor: pointer;
  752. }
  753.  
  754. .search-results-container .result-item:hover {
  755.  background-color: #f0f0f0;
  756. }
  757. @media (max-width:576px) {
  758.  .w-sm-full{
  759.    padding-top: 10px;
  760.    width: 100%;
  761.  }
  762.  .m-s-0{
  763.    margin-top: 0px !important;
  764.  }
  765. }
  766. @media (max-width:768px) {
  767. .search-icon{
  768. top: 50%;
  769. }
  770. }
  771.  
  772.  
  773. </style>
  774. <script>
  775.  const searchInput = document.querySelector(".search-input");
  776.  const searchResults = document.getElementById("search-results");
  777.  
  778.  // Handle typing
  779.  searchInput.addEventListener("keyup", function (e) {
  780.    e.preventDefault();
  781.  
  782.    const query = searchInput.value;
  783.  
  784.    if (query === "") {
  785.      searchResults.innerHTML = "";
  786.      searchResults.style.display = "none";
  787.      return;
  788.    }
  789.  
  790.    searchResults.style.display = "block";
  791.  
  792.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  793.      method: "GET",
  794.      headers: {
  795.        "X-Requested-With": "XMLHttpRequest",
  796.      },
  797.    })
  798.      .then(response => response.json())
  799.      .then(data => {
  800.        if (data.html) {
  801.          searchResults.innerHTML = data.html;
  802.        } else {
  803.          searchResults.innerHTML = "<p>No results found.</p>";
  804.        }
  805.      })
  806.      .catch(error => {
  807.        console.error("Error fetching search results:", error);
  808.      });
  809.  });
  810.  
  811.  // Close results when clicking outside
  812.  document.addEventListener("click", function (e) {
  813.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  814.      searchResults.style.display = "none";
  815.    }
  816.  });
  817. </script>
  818.  
  819.  
  820.        </header>
  821.        <!-- end of header -->
  822.        <!-- start of wpo-blog-hero -->
  823.        
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831. <div class="blog-hero-v5">
  832.  <div class="container-fluid fluid-container">
  833.    <!-- Top Hero Banner -->
  834.    <div class="row hero-banner">
  835.      
  836.      
  837.        
  838.        <div class="col-12">
  839.          <div class="banner-container d-md-flex d-none">
  840.            
  841.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  842.            
  843.            <div class="banner-overlay">
  844.              <span class="banner-category bg-primary-gradient">News</span>
  845.              <h2 class="banner-title"> <a href="/the-english-team-include-shoaib-bashir-in-team-for-ashes-first-test/" class="blog-color">
  846.                                        The English team Include Shoaib Bashir in Team for Ashes First Test
  847.                                    </a></h2>
  848.              <p class="blog-color"></p>
  849.            </div>
  850.          </div>
  851.        </div>
  852.  
  853.      
  854.      
  855.      <!-- <div class="featured-grid">
  856.        <div class="col-12">
  857.          <div class="featured-card d-block d-md-none">
  858.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  859.            <div class="card-content">
  860.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  861.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  862.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  863.              <div class="author-info">
  864.                <span class="author-name">Sarah Wilson</span>
  865.                <span class="post-time">2 hours ago</span>
  866.              </div>
  867.            </div>
  868.          </div>
  869.        </div>
  870.      </div> -->
  871.    </div>
  872.  
  873.    <!-- Main Content Row -->
  874.  </div>
  875.  <div class="container-fluid fluid-container">
  876.    <div class="row main-content">
  877.      <!-- Left: Featured Posts Grid -->
  878.      <div class="col-lg-8 col-md-12">
  879.        <h5 class="section-title">Recent Posts</h5>
  880.        <div class="row featured-grid">
  881.          
  882.          <div class="col-md-6">
  883.            <div class="featured-card">
  884.              
  885.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  886.                      class="card-image" style="object-fit: cover;" alt="">
  887.              
  888.              <div class="card-content">
  889.                <span class="card-category bg-primary-gradient">News</span>
  890.                <h4 class="card-title"><a class="top-color" href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-family-members-say/" >
  891.                                        Olympic Athlete and Several Eritreans Released After Nearly Two Decades Without Facing Charges, Family Members Say
  892.                                    </a></h4>
  893.                <div class="author-info">
  894.                  <span class="author-name">Matthew Davis</span>
  895.                  <span class="post-time">13 May 2026</span>
  896.                </div>
  897.              </div>
  898.            </div>
  899.          </div>
  900.          
  901.          <div class="col-md-6">
  902.            <div class="featured-card">
  903.              
  904.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  905.                      class="card-image" style="object-fit: cover;" alt="">
  906.              
  907.              <div class="card-content">
  908.                <span class="card-category bg-primary-gradient">News</span>
  909.                <h4 class="card-title"><a class="top-color" href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" >
  910.                                        The KPop Demon Hunters Series Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  911.                                    </a></h4>
  912.                <div class="author-info">
  913.                  <span class="author-name">Matthew Davis</span>
  914.                  <span class="post-time">12 May 2026</span>
  915.                </div>
  916.              </div>
  917.            </div>
  918.          </div>
  919.          
  920.          <div class="col-md-6">
  921.            <div class="featured-card">
  922.              
  923.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  924.                      class="card-image" style="object-fit: cover;" alt="">
  925.              
  926.              <div class="card-content">
  927.                <span class="card-category bg-primary-gradient">News</span>
  928.                <h4 class="card-title"><a class="top-color" href="/disturbing-unearthing-bodies-of-vanished-mum-and-daughter-found-in-freezers-in-austria/" >
  929.                                        Disturbing Unearthing: Bodies of Vanished Mum and Daughter Found in Freezers in Austria
  930.                                    </a></h4>
  931.                <div class="author-info">
  932.                  <span class="author-name">Matthew Davis</span>
  933.                  <span class="post-time">12 May 2026</span>
  934.                </div>
  935.              </div>
  936.            </div>
  937.          </div>
  938.          
  939.          <div class="col-md-6">
  940.            <div class="featured-card">
  941.              
  942.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  943.                      class="card-image" style="object-fit: cover;" alt="">
  944.              
  945.              <div class="card-content">
  946.                <span class="card-category bg-primary-gradient">News</span>
  947.                <h4 class="card-title"><a class="top-color" href="/spotify-wrapped-launch-date-and-your-burning-questions-answered/" >
  948.                                        Spotify Wrapped: Launch Date and Your Burning Questions Answered
  949.                                    </a></h4>
  950.                <div class="author-info">
  951.                  <span class="author-name">Matthew Davis</span>
  952.                  <span class="post-time">12 May 2026</span>
  953.                </div>
  954.              </div>
  955.            </div>
  956.          </div>
  957.          
  958.        </div>
  959.      </div>
  960.  
  961.      <!-- Right: Trending Sidebar -->
  962.      <div class="col-lg-4 col-md-12">
  963.        <h5 class="section-title">Trending</h5>
  964.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  965.          
  966.  
  967.        </div>
  968.      </div>
  969.    </div>
  970.  </div>
  971. </div>
  972. <style>
  973.  /* Blog Hero V5 - Clean 2-Column Layout */
  974.  
  975.  /* Hero Banner */
  976.  .hero-banner .banner-container {
  977.    position: relative;
  978.    overflow: hidden;
  979.    border-radius: 8px;
  980.  }
  981.  
  982.  .hero-banner .banner-image {
  983.    width: 100%;
  984.    height: 350px;
  985.    object-fit: cover;
  986.    transition: all 0.2s ease;
  987.  }
  988.  
  989.  .hero-banner:hover .banner-image {
  990.    transform: scale(1.02);
  991.  }
  992.  
  993.  .hero-banner .banner-overlay {
  994.    position: absolute;
  995.    bottom: 0;
  996.    left: 0;
  997.    right: 0;
  998.    background: var(--blog-bg);
  999.    color: var(--blog-color);
  1000.    padding: 1.5rem;
  1001.  }
  1002.  
  1003.  .banner-category {
  1004.    padding: 0.25rem 0.75rem;
  1005.    border-radius: 4px;
  1006.    font-size: 16px;
  1007.  }
  1008.  
  1009.  .banner-title {
  1010.    color: var(--blog-color) !important;
  1011.    margin: 0.5rem 0;
  1012.  }
  1013.  
  1014.  .banner-excerpt {
  1015.    font-size: 1rem;
  1016.    margin-bottom: 1rem;
  1017.  }
  1018.  
  1019.  .read-more-btn {
  1020.    background: #007bff;
  1021.    color: white;
  1022.    border: none;
  1023.    padding: 0.5rem 1rem;
  1024.    border-radius: 4px;
  1025.    cursor: pointer;
  1026.  }
  1027.  
  1028.  /* Main Content */
  1029.  .main-content {
  1030.    margin-top: 2rem;
  1031.  }
  1032.  
  1033.  .section-title {
  1034.    font-size: 1.2rem;
  1035.    font-weight: bold;
  1036.    margin-bottom: 1rem;
  1037.    border-bottom: 1px solid var(--border-color);
  1038.    padding-bottom: 0.5rem;
  1039.  }
  1040.  
  1041.  /* Featured Grid */
  1042.  .featured-grid .featured-card {
  1043.    background: var(--card-bg);
  1044.    border: 1px solid var(--border-color);
  1045.    border-radius: 8px;
  1046.    overflow: hidden;
  1047.    margin-bottom: 1.5rem;
  1048.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1049.  }
  1050.  
  1051.  .featured-grid .card-image {
  1052.    width: 100%;
  1053.    height: 200px;
  1054.    object-fit: cover;
  1055.    transition: all 0.2s ease;
  1056.  }
  1057.  
  1058.  .featured-grid .featured-card:hover .card-image {
  1059.    transform: scale(1.02);
  1060.  }
  1061.  
  1062.  .featured-grid .card-content {
  1063.    padding: 1rem;
  1064.  }
  1065.  
  1066.  .card-category {
  1067.    padding: 0.25rem 0.75rem;
  1068.    border-radius: 4px;
  1069.    font-size: 0.8rem;
  1070.  }
  1071.  
  1072.  .card-title {
  1073.    font-size: 1.1rem;
  1074.    margin: 0.5rem 0;
  1075.  }
  1076.  
  1077.  .author-info {
  1078.    font-size: 0.8rem;
  1079.    color: #666;
  1080.  }
  1081.  
  1082.  .author-name {
  1083.    font-weight: bold;
  1084.  }
  1085.  
  1086.  /* Trending Sidebar */
  1087.  .trending-list .trending-item {
  1088.    display: flex;
  1089.    margin-bottom: 1rem;
  1090.    padding: 1rem;
  1091.    background: var(--card-bg);
  1092.    border: 1px solid #ddd;
  1093.    border-radius: 8px;
  1094.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1095.  }
  1096.  
  1097.  .trending-item .trending-image {
  1098.    width: 115px;
  1099.    height: 115px;
  1100.    object-fit: cover;
  1101.    border-radius: 4px;
  1102.    margin-right: 1rem;
  1103.  }
  1104.  
  1105.  .trending-item .trending-content {
  1106.    flex: 1;
  1107.  }
  1108.  
  1109.  .trending-category {
  1110.    padding: 0.25rem 0.75rem;
  1111.    border-radius: 4px;
  1112.    font-size: 12px;
  1113.  }
  1114.  
  1115.  .trending-title {
  1116.    font-size: 1rem;
  1117.    margin: 0.25rem 0;
  1118.  }
  1119.  
  1120.  .trending-author {
  1121.    font-size: 1rem;
  1122.    color: var(--topbar-color);
  1123.  }
  1124.  
  1125.  /* Responsive */
  1126.  @media (max-width: 992px) {
  1127.    .hero-banner .banner-image {
  1128.      height: 250px;
  1129.    }
  1130.  
  1131.    .featured-grid .card-image {
  1132.      height: 180px;
  1133.    }
  1134.  
  1135.    .trending-item {
  1136.      flex-direction: column;
  1137.      text-align: center;
  1138.    }
  1139.  
  1140.    .trending-item .trending-image {
  1141.      margin-right: 0;
  1142.      margin-bottom: 1rem;
  1143.    }
  1144.  }
  1145.  
  1146.  @media (max-width: 768px) {
  1147.    .banner-title {
  1148.      font-size: 1.5rem;
  1149.    }
  1150.  
  1151.    .banner-excerpt {
  1152.      font-size: 0.9rem;
  1153.    }
  1154.  }
  1155. </style>
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.        <!-- end of wpo-blog-hero -->
  1162.  
  1163.        <!-- start of wpo-breacking-news -->
  1164.        
  1165.        <!-- end of wpo-breacking-news -->
  1166.        
  1167.        <!-- start wpo-blog-highlights-section -->
  1168.        
  1169.  
  1170.  
  1171.  
  1172.    
  1173.  
  1174.  
  1175. <style>
  1176.  
  1177.    .blog-highlights-section {
  1178.        padding: 30px 0;
  1179.    }
  1180.  
  1181.    .blog-cards-grid {
  1182.        display: grid;
  1183.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1184.        gap: 30px;
  1185.    }
  1186.  
  1187.    .blog-card {
  1188.        background: var(--card-bg);
  1189.        border: 1px solid var(--card-border);
  1190.        border-radius: var(--border-radius);
  1191.        overflow: hidden;
  1192.        transition: all 0.3s ease;
  1193.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1194.    }
  1195.  
  1196.    .blog-card:hover {
  1197.        transform: translateY(-8px);
  1198.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1199.        border-color: var(--theme-primary-color);
  1200.    }
  1201.  
  1202.    .blog-card-image {
  1203.        position: relative;
  1204.        height: 220px;
  1205.        overflow: hidden;
  1206.    }
  1207.  
  1208.    .blog-card-image img {
  1209.        width: 100%;
  1210.        height: 100%;
  1211.        object-fit: cover;
  1212.        transition: transform 0.3s ease;
  1213.    }
  1214.  
  1215.    .blog-card:hover .blog-card-image img {
  1216.        transform: scale(1.05);
  1217.    }
  1218.  
  1219.    .blog-category {
  1220.        position: absolute;
  1221.        top: 15px;
  1222.        right: 15px;
  1223.        color: white;
  1224.        padding: 6px 12px;
  1225.        border-radius: 20px;
  1226.        font-size: 12px;
  1227.        font-weight: 600;
  1228.        text-transform: uppercase;
  1229.        letter-spacing: 0.5px;
  1230.    }
  1231.  
  1232.    .blog-card-content {
  1233.        padding: 25px;
  1234.    }
  1235.  
  1236.    .blog-card-title {
  1237.        font-family: var(--heading-font);
  1238.        font-size: 1.3rem;
  1239.        font-weight: var(--heading-weight);
  1240.        color: var(--top-color);
  1241.        margin-bottom: 15px;
  1242.        line-height: 1.4;
  1243.    }
  1244.  
  1245.    .blog-card-title a {
  1246.        color: inherit !important;
  1247.        text-decoration: none;
  1248.        transition: color 0.3s ease;
  1249.    }
  1250.  
  1251.    .blog-card-title a:hover {
  1252.        color: var(--theme-primary-color);
  1253.    }
  1254.  
  1255.    .blog-card-meta {
  1256.        display: flex;
  1257.        align-items: center;
  1258.        gap: 15px;
  1259.        margin-bottom: 15px;
  1260.        font-size: 14px;
  1261.        color: var(--text-light-color);
  1262.    }
  1263.  
  1264.    .blog-author-img {
  1265.        width: 30px;
  1266.        height: 30px;
  1267.        border-radius: 50%;
  1268.        object-fit: cover;
  1269.    }
  1270.  
  1271.    .blog-card-excerpt {
  1272.        color: var(--body-color);
  1273.        font-size: 15px;
  1274.        line-height: 1.6;
  1275.        margin-bottom: 20px;
  1276.        display: -webkit-box;
  1277.        -webkit-line-clamp: 3;
  1278.        -webkit-box-orient: vertical;
  1279.        overflow: hidden;
  1280.    }
  1281.  
  1282.    .blog-card-footer {
  1283.        display: flex;
  1284.        justify-content: space-between;
  1285.        align-items: center;
  1286.        padding-top: 15px;
  1287.        border-top: 1px solid var(--border-color-s2);
  1288.    }
  1289.  
  1290.    .blog-read-time {
  1291.        font-size: 13px;
  1292.        color: var(--light);
  1293.    }
  1294.  
  1295.    .blog-read-more {
  1296.        color: var(--top-color) !important;
  1297.        text-decoration: none;
  1298.        font-weight: 600;
  1299.        font-size: 14px;
  1300.        transition: all 0.3s ease;
  1301.    }
  1302.  
  1303.    .blog-read-more:hover {
  1304.        color: var(--theme-primary-color-s2);
  1305.        text-decoration: underline;
  1306.    }
  1307.  
  1308.    .section-title {
  1309.        font-family: var(--heading-font);
  1310.        font-size: 2.5rem;
  1311.        font-weight: var(--heading-weight);
  1312.        color: var(--heading-color);
  1313.        text-align: center;
  1314.        margin-bottom: 20px;
  1315.    }
  1316.  
  1317.    .section-subtitle {
  1318.        text-align: center;
  1319.        color: var(--text-light-color);
  1320.        font-size: 1.1rem;
  1321.        max-width: 600px;
  1322.        margin: 0 auto;
  1323.    }
  1324.  
  1325.    @media (max-width: 768px) {
  1326.        .blog-cards-grid {
  1327.            grid-template-columns: 1fr;
  1328.            gap: 20px;
  1329.        }
  1330.        
  1331.        .section-title {
  1332.            font-size: 2rem;
  1333.        }
  1334.        
  1335.        .blog-highlights-section {
  1336.            padding: 60px 0;
  1337.        }
  1338.    }
  1339. </style>
  1340.  
  1341. <section class="blog-highlights-section">
  1342.     <div class="container-fluid fluid-container">
  1343.      
  1344.            <div class="section-title">
  1345.                <h2>
  1346.                Today's Top Highlights
  1347.                   </h2>
  1348.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1349.    </div>
  1350.        
  1351.        <div class="row">
  1352.            <div class="col-lg-8 col-12">
  1353.                <div class="blog-cards-grid">
  1354.                    
  1355.                    <article class="blog-card">
  1356.                        <div class="blog-card-image">
  1357.                          
  1358.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1359.                            
  1360.                            <span class="blog-category bg-primary-gradient">
  1361.                                News
  1362.                            </span>
  1363.                        </div>
  1364.                        <div class="blog-card-content">
  1365.                            <h3 class="blog-card-title">
  1366.                                <a href="/calm-conclusion-to-messis-visit-to-india-following-unrest-in-kolkata/" >
  1367.                                Calm Conclusion to Messi&#x27;s Visit to India Following Unrest in Kolkata
  1368.                                </a>
  1369.                            </h3>
  1370.                            <div class="blog-card-meta">
  1371.                                
  1372.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1373.                                
  1374.                                <span>By <strong>Matthew Davis</strong></span>
  1375.                                <span>•</span>
  1376.                                <span>12 May 2026</span>
  1377.                            </div>
  1378.                            <p class="blog-card-excerpt">
  1379.                                
  1380.                            </p>
  1381.                            <div class="blog-card-footer">
  1382.                                <div class="blog-read-time">
  1383.                                    ðŸ“– 5 min read
  1384.                                </div>
  1385.                                <a href="/calm-conclusion-to-messis-visit-to-india-following-unrest-in-kolkata/" class="blog-read-more">
  1386.                                    Read More →
  1387.                                </a>
  1388.                            </div>
  1389.                        </div>
  1390.                    </article>
  1391.                    
  1392.                    <article class="blog-card">
  1393.                        <div class="blog-card-image">
  1394.                          
  1395.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1396.                            
  1397.                            <span class="blog-category bg-primary-gradient">
  1398.                                News
  1399.                            </span>
  1400.                        </div>
  1401.                        <div class="blog-card-content">
  1402.                            <h3 class="blog-card-title">
  1403.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-behind-the-camera/" >
  1404.                                Esteemed Photographer Brian Harris Obituary: An Existence Behind the Camera
  1405.                                </a>
  1406.                            </h3>
  1407.                            <div class="blog-card-meta">
  1408.                                
  1409.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1410.                                
  1411.                                <span>By <strong>Matthew Davis</strong></span>
  1412.                                <span>•</span>
  1413.                                <span>12 May 2026</span>
  1414.                            </div>
  1415.                            <p class="blog-card-excerpt">
  1416.                                
  1417.                            </p>
  1418.                            <div class="blog-card-footer">
  1419.                                <div class="blog-read-time">
  1420.                                    ðŸ“– 5 min read
  1421.                                </div>
  1422.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-behind-the-camera/" class="blog-read-more">
  1423.                                    Read More →
  1424.                                </a>
  1425.                            </div>
  1426.                        </div>
  1427.                    </article>
  1428.                    
  1429.                    <article class="blog-card">
  1430.                        <div class="blog-card-image">
  1431.                          
  1432.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1433.                            
  1434.                            <span class="blog-category bg-primary-gradient">
  1435.                                News
  1436.                            </span>
  1437.                        </div>
  1438.                        <div class="blog-card-content">
  1439.                            <h3 class="blog-card-title">
  1440.                                <a href="/new-yorks-met-museum-confronts-lawsuit-over-supposedly-nazi-stolen-van-gogh-painting/" >
  1441.                                New York&#x27;s Met Museum Confronts Lawsuit Over Supposedly Nazi-Stolen Van Gogh Painting
  1442.                                </a>
  1443.                            </h3>
  1444.                            <div class="blog-card-meta">
  1445.                                
  1446.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1447.                                
  1448.                                <span>By <strong>Matthew Davis</strong></span>
  1449.                                <span>•</span>
  1450.                                <span>12 May 2026</span>
  1451.                            </div>
  1452.                            <p class="blog-card-excerpt">
  1453.                                
  1454.                            </p>
  1455.                            <div class="blog-card-footer">
  1456.                                <div class="blog-read-time">
  1457.                                    ðŸ“– 5 min read
  1458.                                </div>
  1459.                                <a href="/new-yorks-met-museum-confronts-lawsuit-over-supposedly-nazi-stolen-van-gogh-painting/" class="blog-read-more">
  1460.                                    Read More →
  1461.                                </a>
  1462.                            </div>
  1463.                        </div>
  1464.                    </article>
  1465.                    
  1466.                    <article class="blog-card">
  1467.                        <div class="blog-card-image">
  1468.                          
  1469.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1470.                            
  1471.                            <span class="blog-category bg-primary-gradient">
  1472.                                News
  1473.                            </span>
  1474.                        </div>
  1475.                        <div class="blog-card-content">
  1476.                            <h3 class="blog-card-title">
  1477.                                <a href="/us-congressman-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" >
  1478.                                US Congressman Calls On Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry
  1479.                                </a>
  1480.                            </h3>
  1481.                            <div class="blog-card-meta">
  1482.                                
  1483.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1484.                                
  1485.                                <span>By <strong>Matthew Davis</strong></span>
  1486.                                <span>•</span>
  1487.                                <span>12 May 2026</span>
  1488.                            </div>
  1489.                            <p class="blog-card-excerpt">
  1490.                                
  1491.                            </p>
  1492.                            <div class="blog-card-footer">
  1493.                                <div class="blog-read-time">
  1494.                                    ðŸ“– 5 min read
  1495.                                </div>
  1496.                                <a href="/us-congressman-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="blog-read-more">
  1497.                                    Read More →
  1498.                                </a>
  1499.                            </div>
  1500.                        </div>
  1501.                    </article>
  1502.                    
  1503.                    <article class="blog-card">
  1504.                        <div class="blog-card-image">
  1505.                          
  1506.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1507.                            
  1508.                            <span class="blog-category bg-primary-gradient">
  1509.                                News
  1510.                            </span>
  1511.                        </div>
  1512.                        <div class="blog-card-content">
  1513.                            <h3 class="blog-card-title">
  1514.                                <a href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-state-immunity-in-surveillance-claims/" >
  1515.                                The Gulf nation to Present Case at British Supreme Court Over State Immunity in Surveillance Claims
  1516.                                </a>
  1517.                            </h3>
  1518.                            <div class="blog-card-meta">
  1519.                                
  1520.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1521.                                
  1522.                                <span>By <strong>Matthew Davis</strong></span>
  1523.                                <span>•</span>
  1524.                                <span>12 May 2026</span>
  1525.                            </div>
  1526.                            <p class="blog-card-excerpt">
  1527.                                
  1528.                            </p>
  1529.                            <div class="blog-card-footer">
  1530.                                <div class="blog-read-time">
  1531.                                    ðŸ“– 5 min read
  1532.                                </div>
  1533.                                <a href="/the-gulf-nation-to-present-case-at-british-supreme-court-over-state-immunity-in-surveillance-claims/" class="blog-read-more">
  1534.                                    Read More →
  1535.                                </a>
  1536.                            </div>
  1537.                        </div>
  1538.                    </article>
  1539.                    
  1540.                    <article class="blog-card">
  1541.                        <div class="blog-card-image">
  1542.                          
  1543.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1544.                            
  1545.                            <span class="blog-category bg-primary-gradient">
  1546.                                News
  1547.                            </span>
  1548.                        </div>
  1549.                        <div class="blog-card-content">
  1550.                            <h3 class="blog-card-title">
  1551.                                <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" >
  1552.                                James Cameron Makes It Clear: ‘Avatar Movies Are Not Made By Computers’
  1553.                                </a>
  1554.                            </h3>
  1555.                            <div class="blog-card-meta">
  1556.                                
  1557.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1558.                                
  1559.                                <span>By <strong>Matthew Davis</strong></span>
  1560.                                <span>•</span>
  1561.                                <span>11 May 2026</span>
  1562.                            </div>
  1563.                            <p class="blog-card-excerpt">
  1564.                                
  1565.                            </p>
  1566.                            <div class="blog-card-footer">
  1567.                                <div class="blog-read-time">
  1568.                                    ðŸ“– 5 min read
  1569.                                </div>
  1570.                                <a href="/james-cameron-makes-it-clear-avatar-movies-are-not-made-by-computers/" class="blog-read-more">
  1571.                                    Read More →
  1572.                                </a>
  1573.                            </div>
  1574.                        </div>
  1575.                    </article>
  1576.                    
  1577.                    <article class="blog-card">
  1578.                        <div class="blog-card-image">
  1579.                          
  1580.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1581.                            
  1582.                            <span class="blog-category bg-primary-gradient">
  1583.                                News
  1584.                            </span>
  1585.                        </div>
  1586.                        <div class="blog-card-content">
  1587.                            <h3 class="blog-card-title">
  1588.                                <a href="/shackled-solitary-and-frightened-the-grim-truth-for-female-inmates-compelled-to-deliver-in-incarceration/" >
  1589.                                Shackled, Solitary and Frightened: The Grim Truth for Female Inmates Compelled to Deliver in Incarceration.
  1590.                                </a>
  1591.                            </h3>
  1592.                            <div class="blog-card-meta">
  1593.                                
  1594.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1595.                                
  1596.                                <span>By <strong>Matthew Davis</strong></span>
  1597.                                <span>•</span>
  1598.                                <span>11 May 2026</span>
  1599.                            </div>
  1600.                            <p class="blog-card-excerpt">
  1601.                                
  1602.                            </p>
  1603.                            <div class="blog-card-footer">
  1604.                                <div class="blog-read-time">
  1605.                                    ðŸ“– 5 min read
  1606.                                </div>
  1607.                                <a href="/shackled-solitary-and-frightened-the-grim-truth-for-female-inmates-compelled-to-deliver-in-incarceration/" class="blog-read-more">
  1608.                                    Read More →
  1609.                                </a>
  1610.                            </div>
  1611.                        </div>
  1612.                    </article>
  1613.                    
  1614.                    <article class="blog-card">
  1615.                        <div class="blog-card-image">
  1616.                          
  1617.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1618.                            
  1619.                            <span class="blog-category bg-primary-gradient">
  1620.                                News
  1621.                            </span>
  1622.                        </div>
  1623.                        <div class="blog-card-content">
  1624.                            <h3 class="blog-card-title">
  1625.                                <a href="/an-account-of-surprising-generosity-the-time-a-university-student-let-me-stay-on-her-dorm-floor/" >
  1626.                                An Account of Surprising Generosity: The Time a University Student Let Me Stay on Her Dorm Floor
  1627.                                </a>
  1628.                            </h3>
  1629.                            <div class="blog-card-meta">
  1630.                                
  1631.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1632.                                
  1633.                                <span>By <strong>Matthew Davis</strong></span>
  1634.                                <span>•</span>
  1635.                                <span>11 May 2026</span>
  1636.                            </div>
  1637.                            <p class="blog-card-excerpt">
  1638.                                
  1639.                            </p>
  1640.                            <div class="blog-card-footer">
  1641.                                <div class="blog-read-time">
  1642.                                    ðŸ“– 5 min read
  1643.                                </div>
  1644.                                <a href="/an-account-of-surprising-generosity-the-time-a-university-student-let-me-stay-on-her-dorm-floor/" class="blog-read-more">
  1645.                                    Read More →
  1646.                                </a>
  1647.                            </div>
  1648.                        </div>
  1649.                    </article>
  1650.                    
  1651.                    <article class="blog-card">
  1652.                        <div class="blog-card-image">
  1653.                          
  1654.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1655.                            
  1656.                            <span class="blog-category bg-primary-gradient">
  1657.                                News
  1658.                            </span>
  1659.                        </div>
  1660.                        <div class="blog-card-content">
  1661.                            <h3 class="blog-card-title">
  1662.                                <a href="/among-those-ruined-debris-of-an-apartment-block-i-found-a-book-i-had-translated/" >
  1663.                                Among those Ruined Debris of an Apartment Block, I Found a Book I Had Translated
  1664.                                </a>
  1665.                            </h3>
  1666.                            <div class="blog-card-meta">
  1667.                                
  1668.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1669.                                
  1670.                                <span>By <strong>Matthew Davis</strong></span>
  1671.                                <span>•</span>
  1672.                                <span>11 May 2026</span>
  1673.                            </div>
  1674.                            <p class="blog-card-excerpt">
  1675.                                
  1676.                            </p>
  1677.                            <div class="blog-card-footer">
  1678.                                <div class="blog-read-time">
  1679.                                    ðŸ“– 5 min read
  1680.                                </div>
  1681.                                <a href="/among-those-ruined-debris-of-an-apartment-block-i-found-a-book-i-had-translated/" class="blog-read-more">
  1682.                                    Read More →
  1683.                                </a>
  1684.                            </div>
  1685.                        </div>
  1686.                    </article>
  1687.                    
  1688.                    <article class="blog-card">
  1689.                        <div class="blog-card-image">
  1690.                          
  1691.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1692.                            
  1693.                            <span class="blog-category bg-primary-gradient">
  1694.                                News
  1695.                            </span>
  1696.                        </div>
  1697.                        <div class="blog-card-content">
  1698.                            <h3 class="blog-card-title">
  1699.                                <a href="/3-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" >
  1700.                                3 Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (October 10-12)
  1701.                                </a>
  1702.                            </h3>
  1703.                            <div class="blog-card-meta">
  1704.                                
  1705.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1706.                                
  1707.                                <span>By <strong>Matthew Davis</strong></span>
  1708.                                <span>•</span>
  1709.                                <span>11 May 2026</span>
  1710.                            </div>
  1711.                            <p class="blog-card-excerpt">
  1712.                                
  1713.                            </p>
  1714.                            <div class="blog-card-footer">
  1715.                                <div class="blog-read-time">
  1716.                                    ðŸ“– 5 min read
  1717.                                </div>
  1718.                                <a href="/3-xbox-game-pass-titles-were-enjoying-this-weekend-october-10-12/" class="blog-read-more">
  1719.                                    Read More →
  1720.                                </a>
  1721.                            </div>
  1722.                        </div>
  1723.                    </article>
  1724.                    
  1725.                    <article class="blog-card">
  1726.                        <div class="blog-card-image">
  1727.                          
  1728.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1729.                            
  1730.                            <span class="blog-category bg-primary-gradient">
  1731.                                News
  1732.                            </span>
  1733.                        </div>
  1734.                        <div class="blog-card-content">
  1735.                            <h3 class="blog-card-title">
  1736.                                <a href="/daily-existence-for-one-hundred-twenty-thousand-refugees-in-mauritanias-extensive-mbera-camp-on-the-malians-border/" >
  1737.                                Daily Existence for one hundred twenty thousand Refugees in Mauritania&#x27;s Extensive Mbera Camp on the Malians Border.
  1738.                                </a>
  1739.                            </h3>
  1740.                            <div class="blog-card-meta">
  1741.                                
  1742.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1743.                                
  1744.                                <span>By <strong>Matthew Davis</strong></span>
  1745.                                <span>•</span>
  1746.                                <span>11 May 2026</span>
  1747.                            </div>
  1748.                            <p class="blog-card-excerpt">
  1749.                                
  1750.                            </p>
  1751.                            <div class="blog-card-footer">
  1752.                                <div class="blog-read-time">
  1753.                                    ðŸ“– 5 min read
  1754.                                </div>
  1755.                                <a href="/daily-existence-for-one-hundred-twenty-thousand-refugees-in-mauritanias-extensive-mbera-camp-on-the-malians-border/" class="blog-read-more">
  1756.                                    Read More →
  1757.                                </a>
  1758.                            </div>
  1759.                        </div>
  1760.                    </article>
  1761.                    
  1762.                    <article class="blog-card">
  1763.                        <div class="blog-card-image">
  1764.                          
  1765.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1766.                            
  1767.                            <span class="blog-category bg-primary-gradient">
  1768.                                News
  1769.                            </span>
  1770.                        </div>
  1771.                        <div class="blog-card-content">
  1772.                            <h3 class="blog-card-title">
  1773.                                <a href="/the-way-a-us-special-forces-veteran-assisted-the-venezuelan-opposition-leader-escape-venezuela/" >
  1774.                                The Way a US Special Forces Veteran Assisted the Venezuelan Opposition Leader Escape Venezuela
  1775.                                </a>
  1776.                            </h3>
  1777.                            <div class="blog-card-meta">
  1778.                                
  1779.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="blog-author-img">
  1780.                                
  1781.                                <span>By <strong>Matthew Davis</strong></span>
  1782.                                <span>•</span>
  1783.                                <span>11 May 2026</span>
  1784.                            </div>
  1785.                            <p class="blog-card-excerpt">
  1786.                                
  1787.                            </p>
  1788.                            <div class="blog-card-footer">
  1789.                                <div class="blog-read-time">
  1790.                                    ðŸ“– 5 min read
  1791.                                </div>
  1792.                                <a href="/the-way-a-us-special-forces-veteran-assisted-the-venezuelan-opposition-leader-escape-venezuela/" class="blog-read-more">
  1793.                                    Read More →
  1794.                                </a>
  1795.                            </div>
  1796.                        </div>
  1797.                    </article>
  1798.                    
  1799.                    
  1800.  
  1801.                </div>
  1802.            </div>
  1803.            
  1804.              <div class="col col-lg-4 col-12">
  1805.                
  1806.  
  1807.  
  1808.  
  1809.    
  1810.  
  1811.  
  1812. <!-- Blog Sidebar V2 - Focused Design -->
  1813.  <div class="sidebar mb-3">
  1814.    <!-- Recent Posts Section -->
  1815.    <div class="sidebar-widget mb-5">
  1816.      <div class="widget-title-wrapper mb-3">
  1817.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1818.          <i class="ti-time me-2"></i>Recent Posts
  1819.          <span class="title-arrow-primary"></span>
  1820.        </h4>
  1821.      </div>
  1822.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1823.        <div class="recent-post-list">
  1824.          
  1825.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1826.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1827.                
  1828.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1829.              
  1830.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1831.            </div>
  1832.            <div class="post-content flex-grow-1">
  1833.              <h6 class="post-title mb-2">
  1834.                 <a href="/mastering-the-art-of-speak-dating-like-a-gen-z-51-hyperspecific-phrases-for-romance-sex-and-questionable-conduct/" class="text-decoration-none top-color fw-semibold lh-sm">
  1835.                                            Mastering the Art of Speak Dating Like a Gen Z: 51 Hyperspecific Phrases for Romance, Sex and Questionable Conduct
  1836.                                            </a>
  1837.              </h6>
  1838.              <div class="post-meta mb-3">
  1839.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  1840.                <!-- <small class="text-muted">
  1841.                  <i class="ti-eye me-1"></i>348 views
  1842.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1843.                </small> -->
  1844.              </div>
  1845.            </div>
  1846.          </div>
  1847.        
  1848.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1849.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1850.                
  1851.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1852.              
  1853.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1854.            </div>
  1855.            <div class="post-content flex-grow-1">
  1856.              <h6 class="post-title mb-2">
  1857.                 <a href="/donald-trump-and-his-followers-picture-a-globe-lacking-global-legal-norms-however-they-cannot-achieve-it/" class="text-decoration-none top-color fw-semibold lh-sm">
  1858.                                            Donald Trump and His Followers Picture a Globe Lacking Global Legal Norms – However They Cannot Achieve It
  1859.                                            </a>
  1860.              </h6>
  1861.              <div class="post-meta mb-3">
  1862.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1863.                <!-- <small class="text-muted">
  1864.                  <i class="ti-eye me-1"></i>348 views
  1865.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1866.                </small> -->
  1867.              </div>
  1868.            </div>
  1869.          </div>
  1870.        
  1871.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1872.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1873.                
  1874.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1875.              
  1876.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1877.            </div>
  1878.            <div class="post-content flex-grow-1">
  1879.              <h6 class="post-title mb-2">
  1880.                 <a href="/swedish-team-lineup-alexander-isak-named-while-viktor-gyokeres-excluded/" class="text-decoration-none top-color fw-semibold lh-sm">
  1881.                                            Swedish Team Lineup: Alexander Isak Named While Viktor Gyokeres Excluded
  1882.                                            </a>
  1883.              </h6>
  1884.              <div class="post-meta mb-3">
  1885.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1886.                <!-- <small class="text-muted">
  1887.                  <i class="ti-eye me-1"></i>348 views
  1888.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1889.                </small> -->
  1890.              </div>
  1891.            </div>
  1892.          </div>
  1893.        
  1894.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1895.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1896.                
  1897.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1898.              
  1899.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1900.            </div>
  1901.            <div class="post-content flex-grow-1">
  1902.              <h6 class="post-title mb-2">
  1903.                 <a href="/united-arab-emirates-declines-to-participate-in-gazan-stabilisation-mission-without-clear-legal-framework/" class="text-decoration-none top-color fw-semibold lh-sm">
  1904.                                            United Arab Emirates Declines to Participate in Gazan Stabilisation Mission Without Clear Legal Framework
  1905.                                            </a>
  1906.              </h6>
  1907.              <div class="post-meta mb-3">
  1908.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1909.                <!-- <small class="text-muted">
  1910.                  <i class="ti-eye me-1"></i>348 views
  1911.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1912.                </small> -->
  1913.              </div>
  1914.            </div>
  1915.          </div>
  1916.        
  1917.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1918.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1919.                
  1920.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1921.              
  1922.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1923.            </div>
  1924.            <div class="post-content flex-grow-1">
  1925.              <h6 class="post-title mb-2">
  1926.                 <a href="/virginias-new-governor-makes-a-landmark-as-virginias-initial-woman-state-leader/" class="text-decoration-none top-color fw-semibold lh-sm">
  1927.                                            Virginia&#x27;s New Governor Makes a Landmark as Virginia&#x27;s Initial Woman State Leader
  1928.                                            </a>
  1929.              </h6>
  1930.              <div class="post-meta mb-3">
  1931.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1932.                <!-- <small class="text-muted">
  1933.                  <i class="ti-eye me-1"></i>348 views
  1934.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1935.                </small> -->
  1936.              </div>
  1937.            </div>
  1938.          </div>
  1939.        
  1940.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1941.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1942.                
  1943.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1944.              
  1945.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1946.            </div>
  1947.            <div class="post-content flex-grow-1">
  1948.              <h6 class="post-title mb-2">
  1949.                 <a href="/when-did-i-get-that-attractive-bruce-springsteen-on-seeing-jeremy-allen-white-portray-him-on-screen/" class="text-decoration-none top-color fw-semibold lh-sm">
  1950.                                            â€˜When Did I Get That Attractive?’: Bruce Springsteen on Seeing Jeremy Allen White Portray Him On Screen
  1951.                                            </a>
  1952.              </h6>
  1953.              <div class="post-meta mb-3">
  1954.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  1955.                <!-- <small class="text-muted">
  1956.                  <i class="ti-eye me-1"></i>348 views
  1957.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1958.                </small> -->
  1959.              </div>
  1960.            </div>
  1961.          </div>
  1962.        
  1963.        </div>
  1964.  
  1965.        <div class="text-center mt-4 pt-3 border-top border-light">
  1966.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1967.        </div>
  1968.      </div>
  1969.    </div>
  1970.  
  1971.    
  1972.    <div class="sidebar-widget mb-4">
  1973.      <div class="widget-title-wrapper mb-3">
  1974.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1975.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1976.          <span class="title-arrow"></span>
  1977.        </h4>
  1978.      </div>
  1979.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1980.        <div class="blog-roll-list scrollable-sidebar">
  1981.          
  1982.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1983.            <a href="https://gameplayspace.com/" class="text-decoration-none " rel="dofollow">
  1984.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1985.                <i class="ti-angle-right me-2 text-primary"></i>
  1986.                online casino canada
  1987.              </h6>
  1988.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1989.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1990.              </div> -->
  1991.            </a>
  1992.          </div>
  1993.          
  1994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1995.            <a href="https://delbarber.com/" class="text-decoration-none " rel="dofollow">
  1996.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1997.                <i class="ti-angle-right me-2 text-primary"></i>
  1998.                online casinos canada
  1999.              </h6>
  2000.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2001.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2002.              </div> -->
  2003.            </a>
  2004.          </div>
  2005.          
  2006.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2007.            <a href="https://readwrite.com/gambling/casino/canada/" class="text-decoration-none " rel="dofollow">
  2008.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2009.                <i class="ti-angle-right me-2 text-primary"></i>
  2010.                best online casinos
  2011.              </h6>
  2012.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2013.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2014.              </div> -->
  2015.            </a>
  2016.          </div>
  2017.          
  2018.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2019.            <a href="https://siberiastationspa.com/" class="text-decoration-none " rel="dofollow">
  2020.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2021.                <i class="ti-angle-right me-2 text-primary"></i>
  2022.                casino en ligne
  2023.              </h6>
  2024.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2025.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2026.              </div> -->
  2027.            </a>
  2028.          </div>
  2029.          
  2030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2031.            <a href="https://www.campagnepourlalecture.ca/" class="text-decoration-none " rel="dofollow">
  2032.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2033.                <i class="ti-angle-right me-2 text-primary"></i>
  2034.                top 10 casino en ligne canada
  2035.              </h6>
  2036.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2037.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2038.              </div> -->
  2039.            </a>
  2040.          </div>
  2041.          
  2042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2043.            <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none " rel="dofollow">
  2044.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2045.                <i class="ti-angle-right me-2 text-primary"></i>
  2046.                betting sites
  2047.              </h6>
  2048.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2049.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2050.              </div> -->
  2051.            </a>
  2052.          </div>
  2053.          
  2054.  
  2055.        </div>
  2056. <!--
  2057.        <div class="text-center mt-4 pt-3 border-top border-light">
  2058.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2059.        </div> -->
  2060.      </div>
  2061.    </div>
  2062.    
  2063.    <div class="sidebar-widget mb-4">
  2064.      <div class="widget-title-wrapper mb-3">
  2065.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2066.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2067.          <span class="title-arrow"></span>
  2068.        </h4>
  2069.      </div>
  2070.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2071.        <div class="blog-roll-list scrollable-sidebar">
  2072.          
  2073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2074.            <a href="https://eyewitnessmediahub.com/" class="text-decoration-none " rel="dofollow">
  2075.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2076.                <i class="ti-angle-right me-2 text-primary"></i>
  2077.                online casinos
  2078.              </h6>
  2079.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2080.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2081.              </div> -->
  2082.            </a>
  2083.          </div>
  2084.          
  2085.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2086.            <a href="https://cmch.tv/" class="text-decoration-none " rel="dofollow">
  2087.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2088.                <i class="ti-angle-right me-2 text-primary"></i>
  2089.                online casinos
  2090.              </h6>
  2091.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2092.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2093.              </div> -->
  2094.            </a>
  2095.          </div>
  2096.          
  2097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2098.            <a href="https://www.payequitychrc.ca/" class="text-decoration-none " rel="dofollow">
  2099.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2100.                <i class="ti-angle-right me-2 text-primary"></i>
  2101.                online casinos
  2102.              </h6>
  2103.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2104.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2105.              </div> -->
  2106.            </a>
  2107.          </div>
  2108.          
  2109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2110.            <a href="https://www.becausetheocean.org/" class="text-decoration-none " rel="dofollow">
  2111.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2112.                <i class="ti-angle-right me-2 text-primary"></i>
  2113.                online casinos
  2114.              </h6>
  2115.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2116.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2117.              </div> -->
  2118.            </a>
  2119.          </div>
  2120.          
  2121.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2122.            <a href="https://gameplayspace.com/" class="text-decoration-none " rel="dofollow">
  2123.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2124.                <i class="ti-angle-right me-2 text-primary"></i>
  2125.                online casino
  2126.              </h6>
  2127.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2128.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2129.              </div> -->
  2130.            </a>
  2131.          </div>
  2132.          
  2133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2134.            <a href="https://projectunderstood.ca/" class="text-decoration-none " rel="dofollow">
  2135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2136.                <i class="ti-angle-right me-2 text-primary"></i>
  2137.                online casino
  2138.              </h6>
  2139.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2140.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2141.              </div> -->
  2142.            </a>
  2143.          </div>
  2144.          
  2145.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2146.            <a href="https://gauger.io/" class="text-decoration-none " rel="dofollow">
  2147.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2148.                <i class="ti-angle-right me-2 text-primary"></i>
  2149.                online casino canada
  2150.              </h6>
  2151.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2152.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2153.              </div> -->
  2154.            </a>
  2155.          </div>
  2156.          
  2157.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2158.            <a href="https://hriportal.ca/" class="text-decoration-none " rel="dofollow">
  2159.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2160.                <i class="ti-angle-right me-2 text-primary"></i>
  2161.                online casino canada
  2162.              </h6>
  2163.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2164.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2165.              </div> -->
  2166.            </a>
  2167.          </div>
  2168.          
  2169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2170.            <a href="https://www.itwc.ca/" class="text-decoration-none " rel="dofollow">
  2171.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2172.                <i class="ti-angle-right me-2 text-primary"></i>
  2173.                instant withdrawal casino canada
  2174.              </h6>
  2175.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2176.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2177.              </div> -->
  2178.            </a>
  2179.          </div>
  2180.          
  2181.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2182.            <a href="https://readwrite.com/gambling/casino/canada/" class="text-decoration-none " rel="dofollow">
  2183.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2184.                <i class="ti-angle-right me-2 text-primary"></i>
  2185.                best online casino canada
  2186.              </h6>
  2187.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2188.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2189.              </div> -->
  2190.            </a>
  2191.          </div>
  2192.          
  2193.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2194.            <a href="https://projectunderstood.ca/" class="text-decoration-none " rel="dofollow">
  2195.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2196.                <i class="ti-angle-right me-2 text-primary"></i>
  2197.                instant withdrawal casino canada
  2198.              </h6>
  2199.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2200.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2201.              </div> -->
  2202.            </a>
  2203.          </div>
  2204.          
  2205.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2206.            <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none " rel="dofollow">
  2207.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2208.                <i class="ti-angle-right me-2 text-primary"></i>
  2209.                online casino real money
  2210.              </h6>
  2211.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2212.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2213.              </div> -->
  2214.            </a>
  2215.          </div>
  2216.          
  2217.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2218.            <a href="https://heartandlung.ca/" class="text-decoration-none " rel="dofollow">
  2219.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2220.                <i class="ti-angle-right me-2 text-primary"></i>
  2221.                online casinos canada
  2222.              </h6>
  2223.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2224.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2225.              </div> -->
  2226.            </a>
  2227.          </div>
  2228.          
  2229.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2230.            <a href="https://www.itworldcanada.com/" class="text-decoration-none " rel="dofollow">
  2231.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2232.                <i class="ti-angle-right me-2 text-primary"></i>
  2233.                online casino canada
  2234.              </h6>
  2235.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2236.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2237.              </div> -->
  2238.            </a>
  2239.          </div>
  2240.          
  2241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2242.            <a href="https://delbarber.com/" class="text-decoration-none " rel="dofollow">
  2243.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2244.                <i class="ti-angle-right me-2 text-primary"></i>
  2245.                online casinos
  2246.              </h6>
  2247.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2248.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2249.              </div> -->
  2250.            </a>
  2251.          </div>
  2252.          
  2253.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2254.            <a href="https://gameplayspace.com/" class="text-decoration-none " rel="dofollow">
  2255.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2256.                <i class="ti-angle-right me-2 text-primary"></i>
  2257.                online casinos
  2258.              </h6>
  2259.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2260.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2261.              </div> -->
  2262.            </a>
  2263.          </div>
  2264.          
  2265.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2266.            <a href="https://bankingombuds.ca/" class="text-decoration-none " rel="dofollow">
  2267.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2268.                <i class="ti-angle-right me-2 text-primary"></i>
  2269.                real money casino
  2270.              </h6>
  2271.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2272.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2273.              </div> -->
  2274.            </a>
  2275.          </div>
  2276.          
  2277.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2278.            <a href="https://www.itwc.ca/" class="text-decoration-none " rel="dofollow">
  2279.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2280.                <i class="ti-angle-right me-2 text-primary"></i>
  2281.                canadian online casinos
  2282.              </h6>
  2283.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2284.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2285.              </div> -->
  2286.            </a>
  2287.          </div>
  2288.          
  2289.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2290.            <a href="https://delbarber.com/" class="text-decoration-none " rel="dofollow">
  2291.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2292.                <i class="ti-angle-right me-2 text-primary"></i>
  2293.                online casino
  2294.              </h6>
  2295.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2296.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2297.              </div> -->
  2298.            </a>
  2299.          </div>
  2300.          
  2301.  
  2302.        </div>
  2303. <!--
  2304.        <div class="text-center mt-4 pt-3 border-top border-light">
  2305.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2306.        </div> -->
  2307.      </div>
  2308.    </div>
  2309.    
  2310.    <div class="sidebar-widget mb-4">
  2311.      <div class="widget-title-wrapper mb-3">
  2312.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2313.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2314.          <span class="title-arrow"></span>
  2315.        </h4>
  2316.      </div>
  2317.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2318.        <div class="blog-roll-list scrollable-sidebar">
  2319.          
  2320.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2321.            <a href="https://margelo.io/" class="text-decoration-none " rel="dofollow">
  2322.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2323.                <i class="ti-angle-right me-2 text-primary"></i>
  2324.                new betting sites
  2325.              </h6>
  2326.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2327.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2328.              </div> -->
  2329.            </a>
  2330.          </div>
  2331.          
  2332.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2333.            <a href="https://heartandlung.ca/" class="text-decoration-none " rel="dofollow">
  2334.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2335.                <i class="ti-angle-right me-2 text-primary"></i>
  2336.                online casinos
  2337.              </h6>
  2338.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2339.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2340.              </div> -->
  2341.            </a>
  2342.          </div>
  2343.          
  2344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2345.            <a href="https://energypoverty.ca/" class="text-decoration-none " rel="dofollow">
  2346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2347.                <i class="ti-angle-right me-2 text-primary"></i>
  2348.                online casinos
  2349.              </h6>
  2350.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2351.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2352.              </div> -->
  2353.            </a>
  2354.          </div>
  2355.          
  2356.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2357.            <a href="https://camanjs.com/" class="text-decoration-none " rel="dofollow">
  2358.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2359.                <i class="ti-angle-right me-2 text-primary"></i>
  2360.                online casino
  2361.              </h6>
  2362.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2363.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2364.              </div> -->
  2365.            </a>
  2366.          </div>
  2367.          
  2368.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2369.            <a href="https://nbhrf.com/" class="text-decoration-none " rel="dofollow">
  2370.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2371.                <i class="ti-angle-right me-2 text-primary"></i>
  2372.                online casino canada
  2373.              </h6>
  2374.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2375.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2376.              </div> -->
  2377.            </a>
  2378.          </div>
  2379.          
  2380.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2381.            <a href="https://wirkn.com/" class="text-decoration-none " rel="dofollow">
  2382.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2383.                <i class="ti-angle-right me-2 text-primary"></i>
  2384.                betting sites
  2385.              </h6>
  2386.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2387.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2388.              </div> -->
  2389.            </a>
  2390.          </div>
  2391.          
  2392.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2393.            <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none " rel="dofollow">
  2394.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2395.                <i class="ti-angle-right me-2 text-primary"></i>
  2396.                best payout casino canada
  2397.              </h6>
  2398.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2399.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2400.              </div> -->
  2401.            </a>
  2402.          </div>
  2403.          
  2404.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2405.            <a href="https://www.od4d.net/" class="text-decoration-none " rel="dofollow">
  2406.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2407.                <i class="ti-angle-right me-2 text-primary"></i>
  2408.                online casinos
  2409.              </h6>
  2410.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2411.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2412.              </div> -->
  2413.            </a>
  2414.          </div>
  2415.          
  2416.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2417.            <a href="https://www.lejournaldesherbrooke.ca/" class="text-decoration-none " rel="dofollow">
  2418.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2419.                <i class="ti-angle-right me-2 text-primary"></i>
  2420.                casino en ligne
  2421.              </h6>
  2422.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2423.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2424.              </div> -->
  2425.            </a>
  2426.          </div>
  2427.          
  2428.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2429.            <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none " rel="dofollow">
  2430.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2431.                <i class="ti-angle-right me-2 text-primary"></i>
  2432.                betting sites canada
  2433.              </h6>
  2434.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2435.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2436.              </div> -->
  2437.            </a>
  2438.          </div>
  2439.          
  2440.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2441.            <a href="https://www.governancevote.ca/" class="text-decoration-none " rel="dofollow">
  2442.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2443.                <i class="ti-angle-right me-2 text-primary"></i>
  2444.                online casino canada
  2445.              </h6>
  2446.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2447.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2448.              </div> -->
  2449.            </a>
  2450.          </div>
  2451.          
  2452.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.            <a href="https://www.itworldcanada.com/" class="text-decoration-none " rel="dofollow">
  2454.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2455.                <i class="ti-angle-right me-2 text-primary"></i>
  2456.                online casinos
  2457.              </h6>
  2458.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2459.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2460.              </div> -->
  2461.            </a>
  2462.          </div>
  2463.          
  2464.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2465.            <a href="https://www.itworldcanada.com/" class="text-decoration-none " rel="dofollow">
  2466.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2467.                <i class="ti-angle-right me-2 text-primary"></i>
  2468.                online casino
  2469.              </h6>
  2470.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2471.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2472.              </div> -->
  2473.            </a>
  2474.          </div>
  2475.          
  2476.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2477.            <a href="https://www.spiritwrestler.com/" class="text-decoration-none " rel="dofollow">
  2478.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2479.                <i class="ti-angle-right me-2 text-primary"></i>
  2480.                betting sites
  2481.              </h6>
  2482.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2483.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2484.              </div> -->
  2485.            </a>
  2486.          </div>
  2487.          
  2488.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.            <a href="https://www.fruitsofsherbrooke.ca/" class="text-decoration-none " rel="dofollow">
  2490.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2491.                <i class="ti-angle-right me-2 text-primary"></i>
  2492.                online casino
  2493.              </h6>
  2494.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2495.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2496.              </div> -->
  2497.            </a>
  2498.          </div>
  2499.          
  2500.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2501.            <a href="https://nordicbridges.ca/" class="text-decoration-none " rel="dofollow">
  2502.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2503.                <i class="ti-angle-right me-2 text-primary"></i>
  2504.                online casino
  2505.              </h6>
  2506.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2507.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2508.              </div> -->
  2509.            </a>
  2510.          </div>
  2511.          
  2512.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2513.            <a href="https://www.ichill.ca/" class="text-decoration-none " rel="dofollow">
  2514.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2515.                <i class="ti-angle-right me-2 text-primary"></i>
  2516.                canadian online casinos
  2517.              </h6>
  2518.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2519.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2520.              </div> -->
  2521.            </a>
  2522.          </div>
  2523.          
  2524.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.            <a href="https://nbhrf.com/" class="text-decoration-none " rel="dofollow">
  2526.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2527.                <i class="ti-angle-right me-2 text-primary"></i>
  2528.                online casino
  2529.              </h6>
  2530.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2531.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2532.              </div> -->
  2533.            </a>
  2534.          </div>
  2535.          
  2536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.            <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none " rel="dofollow">
  2538.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2539.                <i class="ti-angle-right me-2 text-primary"></i>
  2540.                online casino
  2541.              </h6>
  2542.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2543.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2544.              </div> -->
  2545.            </a>
  2546.          </div>
  2547.          
  2548.  
  2549.        </div>
  2550. <!--
  2551.        <div class="text-center mt-4 pt-3 border-top border-light">
  2552.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2553.        </div> -->
  2554.      </div>
  2555.    </div>
  2556.    
  2557.    <div class="sidebar-widget mb-4">
  2558.      <div class="widget-title-wrapper mb-3">
  2559.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2560.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2561.          <span class="title-arrow"></span>
  2562.        </h4>
  2563.      </div>
  2564.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2565.        <div class="blog-roll-list scrollable-sidebar">
  2566.          
  2567.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2568.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  2569.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2570.                <i class="ti-angle-right me-2 text-primary"></i>
  2571.                non gamstop betting sites
  2572.              </h6>
  2573.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2574.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2575.              </div> -->
  2576.            </a>
  2577.          </div>
  2578.          
  2579.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2580.            <a href="https://micharity.com/" class="text-decoration-none " rel="dofollow">
  2581.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2582.                <i class="ti-angle-right me-2 text-primary"></i>
  2583.                online casinos
  2584.              </h6>
  2585.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2586.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2587.              </div> -->
  2588.            </a>
  2589.          </div>
  2590.          
  2591.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2592.            <a href="https://www.beachhousevictoria.com/" class="text-decoration-none " rel="dofollow">
  2593.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2594.                <i class="ti-angle-right me-2 text-primary"></i>
  2595.                sports betting sites canada
  2596.              </h6>
  2597.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2598.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2599.              </div> -->
  2600.            </a>
  2601.          </div>
  2602.          
  2603.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2604.            <a href="https://www.operationspaix.net/" class="text-decoration-none " rel="dofollow">
  2605.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2606.                <i class="ti-angle-right me-2 text-primary"></i>
  2607.                meilleur casino en ligne canada
  2608.              </h6>
  2609.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2610.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2611.              </div> -->
  2612.            </a>
  2613.          </div>
  2614.          
  2615.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2616.            <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none " rel="dofollow">
  2617.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2618.                <i class="ti-angle-right me-2 text-primary"></i>
  2619.                online casinos
  2620.              </h6>
  2621.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2622.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2623.              </div> -->
  2624.            </a>
  2625.          </div>
  2626.          
  2627.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2628.            <a href="https://www.safepetottawa.com/" class="text-decoration-none " rel="dofollow">
  2629.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2630.                <i class="ti-angle-right me-2 text-primary"></i>
  2631.                canadian online casinos
  2632.              </h6>
  2633.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2634.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2635.              </div> -->
  2636.            </a>
  2637.          </div>
  2638.          
  2639.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2640.            <a href="https://www.itworldcanada.com/" class="text-decoration-none " rel="dofollow">
  2641.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2642.                <i class="ti-angle-right me-2 text-primary"></i>
  2643.                canadian online casinos
  2644.              </h6>
  2645.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2646.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2647.              </div> -->
  2648.            </a>
  2649.          </div>
  2650.          
  2651.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2652.            <a href="https://daydreaminginparadise.com/" class="text-decoration-none " rel="dofollow">
  2653.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2654.                <i class="ti-angle-right me-2 text-primary"></i>
  2655.                best online casinos
  2656.              </h6>
  2657.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2658.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2659.              </div> -->
  2660.            </a>
  2661.          </div>
  2662.          
  2663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2664.            <a href="https://crystalshawanda.co/" class="text-decoration-none " rel="dofollow">
  2665.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2666.                <i class="ti-angle-right me-2 text-primary"></i>
  2667.                top online casinos
  2668.              </h6>
  2669.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2670.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2671.              </div> -->
  2672.            </a>
  2673.          </div>
  2674.          
  2675.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2676.            <a href="https://cruxgg.com/" class="text-decoration-none " rel="dofollow">
  2677.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2678.                <i class="ti-angle-right me-2 text-primary"></i>
  2679.                online casino canada
  2680.              </h6>
  2681.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2682.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2683.              </div> -->
  2684.            </a>
  2685.          </div>
  2686.          
  2687.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2688.            <a href="https://clarketheatre.ca/" class="text-decoration-none " rel="dofollow">
  2689.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2690.                <i class="ti-angle-right me-2 text-primary"></i>
  2691.                online casino canada
  2692.              </h6>
  2693.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2694.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2695.              </div> -->
  2696.            </a>
  2697.          </div>
  2698.          
  2699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2700.            <a href="https://watergovernance.ca/" class="text-decoration-none " rel="dofollow">
  2701.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2702.                <i class="ti-angle-right me-2 text-primary"></i>
  2703.                online casino
  2704.              </h6>
  2705.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2706.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2707.              </div> -->
  2708.            </a>
  2709.          </div>
  2710.          
  2711.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2712.            <a href="https://micharity.com/" class="text-decoration-none " rel="dofollow">
  2713.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2714.                <i class="ti-angle-right me-2 text-primary"></i>
  2715.                online casino
  2716.              </h6>
  2717.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2718.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2719.              </div> -->
  2720.            </a>
  2721.          </div>
  2722.          
  2723.  
  2724.        </div>
  2725. <!--
  2726.        <div class="text-center mt-4 pt-3 border-top border-light">
  2727.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2728.        </div> -->
  2729.      </div>
  2730.    </div>
  2731.    
  2732.  </div>
  2733.  
  2734. <!-- Sidebar V2 Styles -->
  2735. <style>
  2736.  .sidebar-widget {
  2737.    position: relative;
  2738.  }
  2739.  
  2740.  .widget-title {
  2741.    font-size: 1.1rem;
  2742.    font-weight: 700;
  2743.    display: inline-block;
  2744.    position: relative;
  2745.    z-index: 2;
  2746.    border-radius: 0;
  2747.  }
  2748.  
  2749.  /* Green arrow for August Blog Roll */
  2750.  .title-arrow::after {
  2751.    content: '';
  2752.    position: absolute;
  2753.    top: 0;
  2754.    right: -22px;
  2755.    width: 0;
  2756.    height: 0;
  2757.    border-left: 22px solid var(--bs-primary);
  2758.    border-top: 22px solid transparent;
  2759.    border-bottom: 22px solid transparent;
  2760.    z-index: 1;
  2761.  }
  2762.  
  2763.  /* Blue arrow for Recent Posts */
  2764.  .title-arrow-primary::after {
  2765.    content: '';
  2766.    position: absolute;
  2767.    top: 0;
  2768.    right: -22px;
  2769.    width: 0;
  2770.    height: 0;
  2771.    border-left: 22px solid var(--bs-primary);
  2772.    border-top: 22px solid transparent;
  2773.    border-bottom: 22px solid transparent;
  2774.    z-index: 1;
  2775.  }
  2776.  
  2777.  .widget-content {
  2778.    margin-top: -1px;
  2779.    position: relative;
  2780.    z-index: 1;
  2781.     background-color: var(--card-bg);
  2782.  }
  2783.  
  2784.  /* Blog Roll Items Hover Effects */
  2785.  .blog-roll-item:hover .blog-title {
  2786.    color: #198754 !important;
  2787.    transform: translateX(5px);
  2788.    transition: all 0.3s ease;
  2789.  }
  2790.  
  2791.  /* Recent Post Items Hover Effects */
  2792.  .recent-post-item:hover .post-title a {
  2793.    color: #0d6efd !important;
  2794.    transition: color 0.3s ease;
  2795.  }
  2796.  
  2797.  .recent-post-item:hover .post-image img {
  2798.    transform: scale(1.05);
  2799.    transition: transform 0.3s ease;
  2800.  }
  2801.  
  2802.  /* Button Hover Effects */
  2803.  .btn:hover {
  2804.    transform: translateY(-2px);
  2805.    transition: all 0.3s ease;
  2806.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2807.  }
  2808.  
  2809.  /* Badge Hover Effects */
  2810.  .badge:hover {
  2811.    transform: scale(1.05);
  2812.    transition: transform 0.3s ease;
  2813.  }
  2814.  
  2815.  @media (max-width: 991px) {
  2816.    .sidebar {
  2817.      margin-top: 3rem;
  2818.    }
  2819.  }
  2820.  
  2821.  @media (max-width: 576px) {
  2822.    .widget-title {
  2823.      font-size: 1rem;
  2824.      padding: 0.75rem 1rem !important;
  2825.    }
  2826.  
  2827.    .title-arrow::after,
  2828.    .title-arrow-primary::after {
  2829.      right: -18px;
  2830.      border-left-width: 18px;
  2831.      border-top-width: 18px;
  2832.      border-bottom-width: 18px;
  2833.    }
  2834.  
  2835.    .post-image {
  2836.      width: 70px !important;
  2837.      height: 55px !important;
  2838.    }
  2839.  
  2840.    .blog-meta {
  2841.      flex-direction: column !important;
  2842.      align-items: flex-start !important;
  2843.      gap: 0.5rem;
  2844.    }
  2845.  }
  2846. </style>
  2847.  
  2848.    
  2849.            </div>
  2850.        </div>
  2851.    </div>
  2852. </section>
  2853.  
  2854. <script>
  2855. document.addEventListener('DOMContentLoaded', function() {
  2856.    // Simple scroll animation
  2857.    const cards = document.querySelectorAll('.blog-card');
  2858.    
  2859.    const observer = new IntersectionObserver(function(entries) {
  2860.        entries.forEach(entry => {
  2861.            if (entry.isIntersecting) {
  2862.                entry.target.style.opacity = '1';
  2863.                entry.target.style.transform = 'translateY(0)';
  2864.            }
  2865.        });
  2866.    }, {
  2867.        threshold: 0.1
  2868.    });
  2869.  
  2870.    cards.forEach((card, index) => {
  2871.        card.style.opacity = '0';
  2872.        card.style.transform = 'translateY(30px)';
  2873.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  2874.        observer.observe(card);
  2875.    });
  2876. });
  2877. </script>
  2878.  
  2879.    
  2880.        
  2881.        <!-- end wpo-blog-highlights-section -->
  2882.        <!-- start wpo-blog-sponsored-section -->
  2883.        
  2884.  
  2885.  
  2886.  
  2887.    
  2888.  
  2889.  
  2890.  
  2891. <style>
  2892.    .sponsored-section-v4 {
  2893.        padding: 50px 0;
  2894.    }
  2895.    
  2896.    .sponsored-card-v4 {
  2897.        background: var(--card-bg);
  2898.        border: 1px solid var(--border-color);
  2899.        border-radius: 4px;
  2900.        transition: border-color 0.3s ease;
  2901.        height: 100%;
  2902.        padding: 15px;
  2903.    }
  2904.    
  2905.    .sponsored-card-v4:hover {
  2906.        border-color: #adb5bd;
  2907.    }
  2908.    
  2909.    .sponsored-image-v4 {
  2910.        width: 150px;
  2911.        height: 150px;
  2912.        margin: 10px auto;
  2913.        border-radius: 50%;
  2914.        shape-outside: circle(50%);
  2915.        float: left;
  2916.    }
  2917.    
  2918.    .sponsored-image-v4 img {
  2919.        width: 100%;
  2920.        height: 100%;
  2921.        object-fit: cover;
  2922.        border-radius: 50%;
  2923.    }
  2924.    
  2925.    .sponsored-content-v4 {
  2926.        padding: 10px;
  2927.        overflow: hidden; /* Clearfix for floated image */
  2928.    }
  2929.    
  2930.    .sponsored-title-v4 {
  2931.        font-size: 15px;
  2932.        font-weight: 700;
  2933.        line-height: 1.4;
  2934.        margin-bottom: 8px;
  2935.        color: #333;
  2936.        position: relative;
  2937.        display: inline-block;
  2938.    }
  2939.    
  2940.    .sponsored-title-v4 a {
  2941.        text-decoration: none;
  2942.        color: var(--topbar-color) !important;
  2943.        margin: 10px 0px;
  2944.    }
  2945.    
  2946.    .sponsored-title-v4 a:hover {
  2947.        color: #6f42c1 !important; /* Purple hover */
  2948.    }
  2949.    
  2950.    .sponsored-title-v4::after {
  2951.        content: '';
  2952.        position: absolute;
  2953.        bottom: -2px;
  2954.        left: 0;
  2955.        width: 100%;
  2956.        height: 2px;
  2957.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  2958.    }
  2959.    
  2960.    .sponsored-excerpt-v4 {
  2961.        font-size: 12px;
  2962.        font-weight: 400;
  2963.        color: #6c757d;
  2964.        margin-bottom: 10px;
  2965.        line-height: 1.5;
  2966.    }
  2967.    
  2968.    .sponsored-meta-v4 {
  2969.        font-size: 11px;
  2970.        color: #6c757d;
  2971.    }
  2972.    
  2973.    .author-info-v4 {
  2974.        margin-bottom: 5px;
  2975.    }
  2976.    
  2977.    .sponsored-author-img-v4 {
  2978.        width: 20px;
  2979.        height: 20px;
  2980.        border-radius: 50%;
  2981.        object-fit: cover;
  2982.        vertical-align: middle;
  2983.        margin-right: 5px;
  2984.    }
  2985.    
  2986.    .section-title-sponsored-v4 {
  2987.        font-size: 1.9rem;
  2988.        font-weight: 600;
  2989.        text-align: center;
  2990.        margin-bottom: 30px;
  2991.        color: #333;
  2992.        position: relative;
  2993.    }
  2994.    
  2995.    .section-title-sponsored-v4::after {
  2996.        content: '';
  2997.        position: absolute;
  2998.        bottom: -8px;
  2999.        left: 50%;
  3000.        transform: translateX(-50%);
  3001.        width: 80px;
  3002.        height: 3px;
  3003.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3004.    }
  3005.  
  3006.    @media (max-width: 768px) {
  3007.        .sponsored-section-v4 {
  3008.            padding: 30px 0;
  3009.        }
  3010.        .sponsored-image-v4 {
  3011.            width: 120px;
  3012.            height: 120px;
  3013.            float: none;
  3014.            margin: 10px auto;
  3015.        }
  3016.        .sponsored-content-v4 {
  3017.            padding: 12px;
  3018.            text-align: center;
  3019.        }
  3020.        .sponsored-title-v4 {
  3021.            font-size: 14px;
  3022.        }
  3023.        .sponsored-excerpt-v4 {
  3024.            font-size: 11px;
  3025.        }
  3026.        .sponsored-meta-v4 {
  3027.            font-size: 10px;
  3028.        }
  3029.        .section-title-sponsored-v4 {
  3030.            font-size: 1.6rem;
  3031.        }
  3032.    }
  3033. </style>
  3034.  
  3035. <section class="sponsored-section-v4">
  3036.    <div class="container-fluid fluid-container">
  3037.        <div class="row">
  3038.            <div class="col-12">
  3039.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3040.            </div>
  3041.        </div>
  3042.        
  3043.        <div class="row g-4">
  3044.            
  3045.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3046.                <div class="card sponsored-card-v4">
  3047.                    <div class="sponsored-image-v4">
  3048.                        
  3049.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3050.                        
  3051.                    </div>
  3052.                    <div class="sponsored-content-v4">
  3053.                        <h3 class="sponsored-title-v4">
  3054.                            <a href="/mastering-the-art-of-speak-dating-like-a-gen-z-51-hyperspecific-phrases-for-romance-sex-and-questionable-conduct/" >
  3055.                                            Mastering the Art of Speak Dating Like a Gen Z: 51 Hyperspecific Phrases for Romance, Sex and Questionable Conduct
  3056.                                            </a>
  3057.                        </h3>
  3058.                        <p class="sponsored-excerpt-v4">
  3059.                          
  3060.                        </p>
  3061.                        <div class="sponsored-meta-v4">
  3062.                            <div class="author-info-v4">
  3063.                                
  3064.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3065.                                
  3066.                                <span>
  3067.                                    Matthew Davis
  3068.                                </span>
  3069.                            </div>
  3070.                            <div>11 May 2026</div>
  3071.                        </div>
  3072.                    </div>
  3073.                </div>
  3074.            </div>
  3075.            
  3076.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3077.                <div class="card sponsored-card-v4">
  3078.                    <div class="sponsored-image-v4">
  3079.                        
  3080.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3081.                        
  3082.                    </div>
  3083.                    <div class="sponsored-content-v4">
  3084.                        <h3 class="sponsored-title-v4">
  3085.                            <a href="/donald-trump-and-his-followers-picture-a-globe-lacking-global-legal-norms-however-they-cannot-achieve-it/" >
  3086.                                            Donald Trump and His Followers Picture a Globe Lacking Global Legal Norms – However They Cannot Achieve It
  3087.                                            </a>
  3088.                        </h3>
  3089.                        <p class="sponsored-excerpt-v4">
  3090.                          
  3091.                        </p>
  3092.                        <div class="sponsored-meta-v4">
  3093.                            <div class="author-info-v4">
  3094.                                
  3095.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3096.                                
  3097.                                <span>
  3098.                                    Matthew Davis
  3099.                                </span>
  3100.                            </div>
  3101.                            <div>10 May 2026</div>
  3102.                        </div>
  3103.                    </div>
  3104.                </div>
  3105.            </div>
  3106.            
  3107.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3108.                <div class="card sponsored-card-v4">
  3109.                    <div class="sponsored-image-v4">
  3110.                        
  3111.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3112.                        
  3113.                    </div>
  3114.                    <div class="sponsored-content-v4">
  3115.                        <h3 class="sponsored-title-v4">
  3116.                            <a href="/swedish-team-lineup-alexander-isak-named-while-viktor-gyokeres-excluded/" >
  3117.                                            Swedish Team Lineup: Alexander Isak Named While Viktor Gyokeres Excluded
  3118.                                            </a>
  3119.                        </h3>
  3120.                        <p class="sponsored-excerpt-v4">
  3121.                          
  3122.                        </p>
  3123.                        <div class="sponsored-meta-v4">
  3124.                            <div class="author-info-v4">
  3125.                                
  3126.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3127.                                
  3128.                                <span>
  3129.                                    Matthew Davis
  3130.                                </span>
  3131.                            </div>
  3132.                            <div>10 May 2026</div>
  3133.                        </div>
  3134.                    </div>
  3135.                </div>
  3136.            </div>
  3137.            
  3138.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3139.                <div class="card sponsored-card-v4">
  3140.                    <div class="sponsored-image-v4">
  3141.                        
  3142.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3143.                        
  3144.                    </div>
  3145.                    <div class="sponsored-content-v4">
  3146.                        <h3 class="sponsored-title-v4">
  3147.                            <a href="/united-arab-emirates-declines-to-participate-in-gazan-stabilisation-mission-without-clear-legal-framework/" >
  3148.                                            United Arab Emirates Declines to Participate in Gazan Stabilisation Mission Without Clear Legal Framework
  3149.                                            </a>
  3150.                        </h3>
  3151.                        <p class="sponsored-excerpt-v4">
  3152.                          
  3153.                        </p>
  3154.                        <div class="sponsored-meta-v4">
  3155.                            <div class="author-info-v4">
  3156.                                
  3157.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3158.                                
  3159.                                <span>
  3160.                                    Matthew Davis
  3161.                                </span>
  3162.                            </div>
  3163.                            <div>10 May 2026</div>
  3164.                        </div>
  3165.                    </div>
  3166.                </div>
  3167.            </div>
  3168.            
  3169.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3170.                <div class="card sponsored-card-v4">
  3171.                    <div class="sponsored-image-v4">
  3172.                        
  3173.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3174.                        
  3175.                    </div>
  3176.                    <div class="sponsored-content-v4">
  3177.                        <h3 class="sponsored-title-v4">
  3178.                            <a href="/virginias-new-governor-makes-a-landmark-as-virginias-initial-woman-state-leader/" >
  3179.                                            Virginia&#x27;s New Governor Makes a Landmark as Virginia&#x27;s Initial Woman State Leader
  3180.                                            </a>
  3181.                        </h3>
  3182.                        <p class="sponsored-excerpt-v4">
  3183.                          
  3184.                        </p>
  3185.                        <div class="sponsored-meta-v4">
  3186.                            <div class="author-info-v4">
  3187.                                
  3188.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3189.                                
  3190.                                <span>
  3191.                                    Matthew Davis
  3192.                                </span>
  3193.                            </div>
  3194.                            <div>10 May 2026</div>
  3195.                        </div>
  3196.                    </div>
  3197.                </div>
  3198.            </div>
  3199.            
  3200.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3201.                <div class="card sponsored-card-v4">
  3202.                    <div class="sponsored-image-v4">
  3203.                        
  3204.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3205.                        
  3206.                    </div>
  3207.                    <div class="sponsored-content-v4">
  3208.                        <h3 class="sponsored-title-v4">
  3209.                            <a href="/when-did-i-get-that-attractive-bruce-springsteen-on-seeing-jeremy-allen-white-portray-him-on-screen/" >
  3210.                                            â€˜When Did I Get That Attractive?’: Bruce Springsteen on Seeing Jeremy Allen White Portray Him On Screen
  3211.                                            </a>
  3212.                        </h3>
  3213.                        <p class="sponsored-excerpt-v4">
  3214.                          
  3215.                        </p>
  3216.                        <div class="sponsored-meta-v4">
  3217.                            <div class="author-info-v4">
  3218.                                
  3219.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c6613b83-8825-49ed-afc3-a35b2720b831_profile.png" alt="Matthew Davis" style="object-fit: cover;" class="sponsored-author-img-v4">
  3220.                                
  3221.                                <span>
  3222.                                    Matthew Davis
  3223.                                </span>
  3224.                            </div>
  3225.                            <div>10 May 2026</div>
  3226.                        </div>
  3227.                    </div>
  3228.                </div>
  3229.            </div>
  3230.            
  3231.        </div>
  3232.    </div>
  3233. </section>
  3234.  
  3235.  
  3236.    
  3237.        <!-- end wpo-blog-sponsored-section -->
  3238.        <!-- start wpo-subscribe-section -->
  3239.        
  3240.        <!-- end subscribe-section -->
  3241.        <!-- start of wpo-site-footer-section -->
  3242.        
  3243.  
  3244.  
  3245.  
  3246.  
  3247.  
  3248.  
  3249. <!-- Footer V4 - Modern Corporate Design -->
  3250. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3251.  
  3252.    <div class="container-fluid fluid-container">
  3253.        
  3254.        <!-- Content Sections -->
  3255.        <div class="content-sections">
  3256.            <div class="row g-5">
  3257.                
  3258.                <!-- Brand Column -->
  3259.                <div class="col-lg-4 col-md-12">
  3260.                    <div class="brand-section">
  3261.                        <div class="brand-header">
  3262.                            
  3263.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3d88803a-3c5f-4b2c-adba-2c11834a09e9_logo.png" alt="Luna Games" class="brand-logo" loading="lazy">
  3264.                            
  3265.                            <div class="brand-text">
  3266.                                <h3 class="brand-name">Luna Games</h3>
  3267.                                <span class="brand-type">Digital Publication</span>
  3268.                            </div>
  3269.                        </div>
  3270.                        <p class="brand-description  text-lg-start ">
  3271.                            Explore Luna Games for thrilling online gaming experiences, tips, and reviews. Join our community to discover new games and connect with fellow gamers worldwide.
  3272.                        </p>
  3273.                    </div>
  3274.                </div>
  3275.  
  3276.                <!-- Quick Links Column -->
  3277.               <div class="col-lg-4 col-md-6">
  3278.                    <div class="links-section">
  3279.                        <div class="section-title">
  3280.                            <h4 class="title-text">Resources</h4>
  3281.                            <div class="title-decoration"></div>
  3282.                        </div>
  3283.                        <div class="links-container">
  3284.                          
  3285. <div class="link-group">
  3286.    <ul class="link-list" id="externalLinks">
  3287.        
  3288.  
  3289.    
  3290.        
  3291.        
  3292.        
  3293.    </ul>
  3294. </div>
  3295.  
  3296.                        </div>
  3297.                    </div>
  3298.                </div>
  3299.  
  3300.                <!-- Categories Column -->
  3301.                <div class="col-lg-4 col-md-6">
  3302.                    <div class="categories-section">
  3303.                        <div class="section-title">
  3304.                            <h4 class="title-text">Explore Topics</h4>
  3305.                            <div class="title-decoration"></div>
  3306.                        </div>
  3307.                        <div class="categories-container">
  3308.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3309.                            <div class="categories-cloud">
  3310.                                
  3311.                                <a href="/category/all-posts/" class="category-pill">
  3312.                                    All Posts
  3313.                                </a>
  3314.                                
  3315.                                <a href="/category/business/" class="category-pill">
  3316.                                    Business
  3317.                                </a>
  3318.                                
  3319.                                <a href="/category/esports/" class="category-pill">
  3320.                                    Esports
  3321.                                </a>
  3322.                                
  3323.                                <a href="/category/fashion/" class="category-pill">
  3324.                                    Fashion
  3325.                                </a>
  3326.                                
  3327.                                <a href="/category/featured/" class="category-pill">
  3328.                                    Featured
  3329.                                </a>
  3330.                                
  3331.                                <a href="/category/gaming/" class="category-pill">
  3332.                                    Gaming
  3333.                                </a>
  3334.                                
  3335.                                <a href="/category/health/" class="category-pill">
  3336.                                    Health
  3337.                                </a>
  3338.                                
  3339.                                <a href="/category/life-fitness/" class="category-pill">
  3340.                                    Life &amp; Fitness
  3341.                                </a>
  3342.                                
  3343.                            </div>
  3344.                        </div>
  3345.                    </div>
  3346.                </div>
  3347.  
  3348.            </div>
  3349.        </div>
  3350.  
  3351.        <!-- Footer Bottom -->
  3352.        <div class="footer-bottom">
  3353.            <div class="bottom-border"></div>
  3354.            <div class=" d-flex justify-content-between flex-wrap">
  3355.                <div>
  3356.                    <div class="copyright-info">
  3357.                        <p class="copyright-main">
  3358.                            Â© 2026 <span class="brand-highlight">Luna Games</span>. All rights reserved.
  3359.                        </p>
  3360.                        <p class="copyright-sub">
  3361.                            Thoughtfully crafted content for curious minds worldwide.
  3362.                        </p>
  3363.                    </div>
  3364.                </div>
  3365.                <div>
  3366.                    <div class="footer-actions">
  3367.                        <div class="action-links">
  3368.                            <a href="/page/write-for-us/" class="action-link">
  3369.                                <i class="bi bi-shield-check"></i>
  3370.                                <span>Write For Us</span>
  3371.                            </a>
  3372.                            <a href="/page/terms-and-conditions/" class="action-link">
  3373.                                <i class="bi bi-shield-check"></i>
  3374.                                <span>Terms & Conditions</span>
  3375.                            </a>
  3376.                            <a href="/sitemap.xml" class="action-link">
  3377.                                <i class="bi bi-diagram-3"></i>
  3378.                                <span>Sitemap</span>
  3379.                            </a>
  3380.                        </div>
  3381.  
  3382.                    </div>
  3383.                </div>
  3384.            </div>
  3385.        </div>
  3386.  
  3387.    </div>
  3388.  
  3389.    
  3390.  
  3391. </footer>
  3392.  
  3393.  
  3394. <style>
  3395. /* Footer V4 - Modern Corporate Design */
  3396. .wpo-site-footer-v4 {
  3397.    color: var(--footer-color);
  3398.    margin-top: 100px;
  3399. }
  3400.  
  3401.  
  3402. .accent-line {
  3403.    position: absolute;
  3404.    top: 0;
  3405.    height: 100%;
  3406.    width: 33.333%;
  3407.    opacity: 0.8;
  3408. }
  3409.  
  3410. .accent-1 {
  3411.    left: 0;
  3412.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3413.    animation: slideRight 3s ease-in-out infinite;
  3414. }
  3415.  
  3416. .accent-2 {
  3417.    left: 33.333%;
  3418.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3419.    animation: slideRight 3s ease-in-out infinite 1s;
  3420. }
  3421.  
  3422. .accent-3 {
  3423.    left: 66.666%;
  3424.    background: linear-gradient(90deg, #10b981, #059669);
  3425.    animation: slideRight 3s ease-in-out infinite 2s;
  3426. }
  3427.  
  3428. @keyframes slideRight {
  3429.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3430.    50% { transform: translateX(10px); opacity: 1; }
  3431. }
  3432.  
  3433. /* Content Sections */
  3434. .content-sections {
  3435.    padding: 60px 0;
  3436.    position: relative;
  3437.    z-index: 2;
  3438. }
  3439.  
  3440. /* Brand Section */
  3441. .brand-section {
  3442.    padding-right: 2rem;
  3443. }
  3444.  
  3445. .brand-header {
  3446.    display: flex;
  3447.    align-items: center;
  3448.    margin-bottom: 2rem;
  3449.    gap: 1rem;
  3450. }
  3451.  
  3452. .brand-logo {
  3453.    height: 50px;
  3454.    width: auto;
  3455.    border-radius: 8px;
  3456. }
  3457.  
  3458. .brand-name {
  3459.    font-size: 1.5rem;
  3460.    font-weight: 800;
  3461.    color: var(--footer-color) !important;
  3462.    margin: 0;
  3463. }
  3464.  
  3465. .brand-type {
  3466.    color: var(--footer-color) !important;
  3467.    opacity: 0.8;
  3468.    font-size: 0.85rem;
  3469.    font-weight: 500;
  3470.    text-transform: uppercase;
  3471.    letter-spacing: 0.5px;
  3472. }
  3473.  
  3474. .brand-description {
  3475.    color: var(--footer-color) !important;
  3476.    line-height: 1.7;
  3477.    margin-bottom: 2rem;
  3478.    font-size: 0.95rem;
  3479. }
  3480.  
  3481. .brand-stats {
  3482.    display: flex;
  3483.    align-items: center;
  3484.    gap: 1.5rem;
  3485. }
  3486.  
  3487. .stat-item {
  3488.    text-align: center;
  3489. }
  3490.  
  3491. .stat-number {
  3492.    font-size: 1.5rem;
  3493.    font-weight: 800;
  3494.    color: #3b82f6;
  3495.    display: block;
  3496.    line-height: 1;
  3497. }
  3498.  
  3499. .stat-label {
  3500.    font-size: 0.8rem;
  3501.    color: #94a3b8;
  3502.    margin-top: 0.25rem;
  3503. }
  3504.  
  3505. .stat-divider {
  3506.    width: 1px;
  3507.    height: 40px;
  3508.    background: rgba(255, 255, 255, 0.2);
  3509. }
  3510.  
  3511. /* Links Section */
  3512. .links-section {
  3513.    padding-left: 1rem;
  3514.    padding-right: 1rem;
  3515. }
  3516.  
  3517. .section-title {
  3518.    margin-bottom: 2rem;
  3519.    position: relative;
  3520. }
  3521.  
  3522. .title-text {
  3523.    font-size: 1.3rem;
  3524.    font-weight: 700;
  3525.    color: var(--footer-color) !important;
  3526.    margin-bottom: 0.5rem;
  3527.    text-align: justify !important;
  3528. }
  3529.  
  3530.  
  3531. .link-group {
  3532.    margin-bottom: 2rem;
  3533. }
  3534.  
  3535. .group-title {
  3536.    font-size: 1rem;
  3537.    font-weight: 600;
  3538.    color: #f1f5f9;
  3539.    margin-bottom: 1rem;
  3540.    padding-bottom: 0.5rem;
  3541.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3542. }
  3543.  
  3544. .link-list {
  3545.    list-style: none;
  3546.    padding: 0;
  3547.    margin: 0;
  3548. }
  3549.  
  3550. .link-item {
  3551.    margin-bottom: 0.75rem;
  3552. }
  3553.  
  3554. .link-text {
  3555.    color: var(--footer-color) !important;
  3556.    text-decoration: none;
  3557.    font-size: 0.9rem;
  3558.    display: flex;
  3559.    align-items: center;
  3560.    transition: all 0.3s ease;
  3561.    padding: 0.25rem 0;
  3562. }
  3563.  
  3564. .link-text:hover {
  3565.    color: #3b82f6;
  3566.    padding-left: 0.5rem;
  3567. }
  3568.  
  3569. .link-icon {
  3570.    margin-right: 0.5rem;
  3571.    opacity: 0;
  3572.    transition: opacity 0.3s ease;
  3573. }
  3574.  
  3575. .link-text:hover .link-icon {
  3576.    opacity: 1;
  3577. }
  3578.  
  3579. .external-icon {
  3580.    color: #10b981;
  3581. }
  3582.  
  3583. /* Categories Section */
  3584. .categories-section {
  3585.    padding-left: 1rem;
  3586. }
  3587.  
  3588. .categories-intro {
  3589.    color: #cbd5e1;
  3590.    margin-bottom: 1.5rem;
  3591.    font-size: 0.9rem;
  3592. }
  3593.  
  3594. .categories-cloud {
  3595.    display: flex;
  3596.    flex-wrap: wrap;
  3597.    gap: 0.75rem;
  3598. }
  3599.  
  3600. .category-pill {
  3601.    display: inline-block;
  3602.    padding: 0.5rem 1rem;
  3603.    background: rgba(255, 255, 255, 0.1);
  3604.    border: 1px solid rgba(255, 255, 255, 0.2);
  3605.    border-radius: 20px;
  3606.    color:  var(--footer-color) !important;
  3607.    text-decoration: none;
  3608.    font-size: 0.85rem;
  3609.    opacity: 0.7;
  3610.    font-weight: 500;
  3611.    transition: all 0.3s ease;
  3612. }
  3613.  
  3614. .category-pill:hover {
  3615.    background: #3b82f6;
  3616.    border-color: #3b82f6;
  3617.    color: var(--footer-color) !important;
  3618.    opacity: 1;
  3619.    transform: translateY(-1px);
  3620.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3621. }
  3622.  
  3623. /* Footer Bottom */
  3624. .footer-bottom {
  3625.    padding: 2rem 0;
  3626.    position: relative;
  3627.    z-index: 2;
  3628. }
  3629.  
  3630. .bottom-border {
  3631.    height: 1px;
  3632.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3633.    margin-bottom: 2rem;
  3634. }
  3635.  
  3636. .copyright-main {
  3637.    font-size: 1rem;
  3638.    color: #e2e8f0;
  3639.    margin-bottom: 0.25rem;
  3640. }
  3641.  
  3642. .brand-highlight {
  3643.    color: var(--footer-color);
  3644.    font-weight: 700;
  3645. }
  3646.  
  3647. .copyright-sub {
  3648.    font-size: 0.85rem;
  3649.    color: #94a3b8;
  3650.    margin: 0;
  3651. }
  3652.  
  3653. .footer-actions {
  3654.    display: flex;
  3655.    align-items: center;
  3656.    gap: 2rem;
  3657. }
  3658.  
  3659. .action-links {
  3660.    display: flex;
  3661.    gap: 1.5rem;
  3662. }
  3663.  
  3664. .action-link {
  3665.    display: flex;
  3666.    align-items: center;
  3667.    gap: 0.5rem;
  3668.    color: #cbd5e1;
  3669.    text-decoration: none;
  3670.    font-size: 0.9rem;
  3671.    transition: color 0.3s ease;
  3672. }
  3673.  
  3674. .action-link:hover {
  3675.    color: #3b82f6;
  3676. }
  3677.  
  3678. .scroll-to-top-btn {
  3679.    background: rgba(255, 255, 255, 0.1);
  3680.    border: 1px solid rgba(255, 255, 255, 0.2);
  3681.    color: #cbd5e1;
  3682.    width: 44px;
  3683.    height: 44px;
  3684.    border-radius: 12px;
  3685.    cursor: pointer;
  3686.    transition: all 0.3s ease;
  3687.    display: flex;
  3688.    align-items: center;
  3689.    justify-content: center;
  3690. }
  3691.  
  3692. .scroll-to-top-btn:hover {
  3693.    background: #3b82f6;
  3694.    border-color: #3b82f6;
  3695.    color: white;
  3696.    transform: translateY(-2px);
  3697. }
  3698.  
  3699. /* Background Pattern */
  3700. .footer-pattern {
  3701.    position: absolute;
  3702.    top: 0;
  3703.    left: 0;
  3704.    width: 100%;
  3705.    height: 100%;
  3706.    z-index: 1;
  3707.    overflow: hidden;
  3708. }
  3709.  
  3710. .pattern-grid {
  3711.    position: relative;
  3712.    width: 100%;
  3713.    height: 100%;
  3714. }
  3715.  
  3716. .pattern-dot {
  3717.    position: absolute;
  3718.    width: 2px;
  3719.    height: 2px;
  3720.    background: rgba(255, 255, 255, 0.1);
  3721.    border-radius: 50%;
  3722. }
  3723.  
  3724. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3725. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3726. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3727. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3728. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3729. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3730.  
  3731. /* Responsive Design */
  3732. @media (max-width: 992px) {
  3733.    .newsletter-heading {
  3734.        font-size: 2rem;
  3735.    }
  3736.    
  3737.    .brand-section {
  3738.        padding-right: 0;
  3739.        margin-bottom: 3rem;
  3740.    }
  3741.    
  3742.    .links-section, .categories-section {
  3743.        padding-left: 0;
  3744.        padding-right: 0;
  3745.    }
  3746.    
  3747.    .brand-stats {
  3748.        justify-content: center;
  3749.        margin-top: 2rem;
  3750.    }
  3751. }
  3752.  
  3753. @media (max-width: 768px) {
  3754.    .newsletter-section {
  3755.        padding: 60px 0 40px;
  3756.    }
  3757.    
  3758.    .newsletter-container {
  3759.        padding: 2rem 1.5rem;
  3760.        margin: 0 1rem;
  3761.    }
  3762.    
  3763.    .newsletter-heading {
  3764.        font-size: 1.75rem;
  3765.    }
  3766.    
  3767.    .content-sections {
  3768.        padding: 40px 0;
  3769.    }
  3770.    
  3771.    .brand-header {
  3772.        flex-direction: column;
  3773.        text-align: center;
  3774.    }
  3775.    
  3776.    .footer-actions {
  3777.        flex-direction: column;
  3778.        gap: 1rem;
  3779.        margin-top: 1.5rem;
  3780.    }
  3781.    
  3782.    .action-links {
  3783.        order: 2;
  3784.    }
  3785.    
  3786.    .scroll-to-top-btn {
  3787.        order: 1;
  3788.    }
  3789. }
  3790.  
  3791. @media (max-width: 576px) {
  3792.    .newsletter-container {
  3793.        padding: 1.5rem 1rem;
  3794.    }
  3795.    
  3796.    .newsletter-heading {
  3797.        font-size: 1.5rem;
  3798.    }
  3799.    
  3800.    .brand-stats {
  3801.        flex-direction: column;
  3802.        gap: 1rem;
  3803.    }
  3804.    
  3805.    .stat-divider {
  3806.        width: 40px;
  3807.        height: 1px;
  3808.    }
  3809.    
  3810.    .action-links {
  3811.        flex-direction: column;
  3812.        gap: 0.75rem;
  3813.        text-align: center;
  3814.    }
  3815.    
  3816.    .pattern-dot {
  3817.        display: none;
  3818.    }
  3819. }
  3820. </style>
  3821.  
  3822. <!-- Bootstrap 5 JS -->
  3823.  
  3824. <script>
  3825. // Scroll to Top Function
  3826. document.addEventListener('DOMContentLoaded', function () {
  3827.    var btn = document.getElementById('toggleExternal');
  3828.    if (!btn) return; // No extra items, no button
  3829.  
  3830.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3831.  
  3832.    btn.addEventListener('click', function () {
  3833.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3834.            return li.classList.contains('d-none');
  3835.        });
  3836.  
  3837.        extras.forEach(function (li) {
  3838.            if (anyHidden) {
  3839.                li.classList.remove('d-none');
  3840.                li.classList.add('show');
  3841.            } else {
  3842.                li.classList.add('d-none');
  3843.                li.classList.remove('show');
  3844.            }
  3845.        });
  3846.  
  3847.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3848.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3849.    });
  3850. });
  3851. function scrollToTop() {
  3852.    window.scrollTo({
  3853.        top: 0,
  3854.        behavior: 'smooth'
  3855.    });
  3856. }
  3857.  
  3858. // Initialize Footer V4 Features
  3859. document.addEventListener('DOMContentLoaded', function() {
  3860.    
  3861.    // Newsletter Form Handling
  3862.    const newsletterForm = document.querySelector('.newsletter-form');
  3863.    const emailInput = document.querySelector('.form-input');
  3864.    const submitButton = document.querySelector('.submit-button');
  3865.    const successMessage = document.querySelector('.success-message');
  3866.    const errorMessage = document.querySelector('.error-message');
  3867.    const infoMessage = document.querySelector('.info-message');
  3868.    
  3869.    if (newsletterForm && emailInput && submitButton) {
  3870.        
  3871.        // Form submission
  3872.        newsletterForm.addEventListener('submit', function(e) {
  3873.            e.preventDefault();
  3874.            
  3875.            const email = emailInput.value.trim();
  3876.            
  3877.            // Validate email
  3878.            if (!email || !isValidEmail(email)) {
  3879.                showMessage('error');
  3880.                emailInput.focus();
  3881.                return;
  3882.            }
  3883.            
  3884.            // Show loading state
  3885.            const originalText = submitButton.querySelector('.button-text').textContent;
  3886.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3887.            
  3888.            submitButton.disabled = true;
  3889.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3890.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3891.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3892.            
  3893.            // Simulate API call
  3894.            setTimeout(() => {
  3895.                // Success state
  3896.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3897.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3898.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3899.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3900.                
  3901.                showMessage('success');
  3902.                
  3903.                // Reset after delay
  3904.                setTimeout(() => {
  3905.                    submitButton.querySelector('.button-text').textContent = originalText;
  3906.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3907.                    submitButton.style.background = '';
  3908.                    submitButton.disabled = false;
  3909.                    emailInput.value = '';
  3910.                    showMessage('info');
  3911.                }, 3000);
  3912.                
  3913.            }, 2000);
  3914.        });
  3915.        
  3916.        // Input validation
  3917.        emailInput.addEventListener('blur', function() {
  3918.            const email = this.value.trim();
  3919.            if (email && !isValidEmail(email)) {
  3920.                this.style.borderColor = '#ef4444';
  3921.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3922.            } else if (email && isValidEmail(email)) {
  3923.                this.style.borderColor = '#10b981';
  3924.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3925.            }
  3926.        });
  3927.        
  3928.        emailInput.addEventListener('focus', function() {
  3929.            this.style.borderColor = '#3b82f6';
  3930.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3931.        });
  3932.        
  3933.        // Reset validation styling on input
  3934.        emailInput.addEventListener('input', function() {
  3935.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3936.                this.style.borderColor = '';
  3937.                this.style.boxShadow = '';
  3938.            }
  3939.        });
  3940.    }
  3941.    
  3942.    // Email validation function
  3943.    function isValidEmail(email) {
  3944.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3945.        return emailRegex.test(email);
  3946.    }
  3947.    
  3948.    // Message display function
  3949.    function showMessage(type) {
  3950.        // Hide all messages
  3951.        successMessage.style.display = 'none';
  3952.        errorMessage.style.display = 'none';
  3953.        infoMessage.style.display = 'none';
  3954.        
  3955.        // Show specific message
  3956.        if (type === 'success') {
  3957.            successMessage.style.display = 'block';
  3958.        } else if (type === 'error') {
  3959.            errorMessage.style.display = 'block';
  3960.        } else if (type === 'info') {
  3961.            infoMessage.style.display = 'block';
  3962.        }
  3963.    }
  3964.    
  3965.    // Smooth reveal animations
  3966.    const observerOptions = {
  3967.        threshold: 0.1,
  3968.        rootMargin: '0px 0px -30px 0px'
  3969.    };
  3970.    
  3971.    const sectionObserver = new IntersectionObserver((entries) => {
  3972.        entries.forEach(entry => {
  3973.            if (entry.isIntersecting) {
  3974.                entry.target.style.opacity = '1';
  3975.                entry.target.style.transform = 'translateY(0)';
  3976.            }
  3977.        });
  3978.    }, observerOptions);
  3979.    
  3980.    // Animate sections
  3981.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3982.        section.style.opacity = '0';
  3983.        section.style.transform = 'translateY(20px)';
  3984.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3985.        sectionObserver.observe(section);
  3986.    });
  3987.    
  3988.    // Animate category pills
  3989.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3990.        pill.style.opacity = '0';
  3991.        pill.style.transform = 'translateY(10px)';
  3992.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3993.        
  3994.        setTimeout(() => {
  3995.            pill.style.opacity = '1';
  3996.            pill.style.transform = 'translateY(0)';
  3997.        }, 300 + (index * 100));
  3998.    });
  3999.    
  4000.    // Enhanced link hover effects
  4001.    document.querySelectorAll('.link-text').forEach(link => {
  4002.        link.addEventListener('mouseenter', function() {
  4003.            const icon = this.querySelector('.link-icon');
  4004.            if (icon) {
  4005.                icon.style.transform = 'translateX(4px)';
  4006.            }
  4007.        });
  4008.        
  4009.        link.addEventListener('mouseleave', function() {
  4010.            const icon = this.querySelector('.link-icon');
  4011.            if (icon) {
  4012.                icon.style.transform = 'translateX(0)';
  4013.            }
  4014.        });
  4015.    });
  4016.    
  4017.    // Prevent default for demo links
  4018.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4019.        link.addEventListener('click', function(e) {
  4020.            e.preventDefault();
  4021.        });
  4022.    });
  4023.    
  4024.    // Add ripple effect to submit button
  4025.    submitButton.addEventListener('click', function(e) {
  4026.        const ripple = document.createElement('span');
  4027.        const rect = this.getBoundingClientRect();
  4028.        const size = Math.max(rect.width, rect.height);
  4029.        const x = e.clientX - rect.left - size / 2;
  4030.        const y = e.clientY - rect.top - size / 2;
  4031.        
  4032.        ripple.style.cssText = `
  4033.            position: absolute;
  4034.            width: ${size}px;
  4035.            height: ${size}px;
  4036.            left: ${x}px;
  4037.            top: ${y}px;
  4038.            background: rgba(255, 255, 255, 0.3);
  4039.            border-radius: 50%;
  4040.            transform: scale(0);
  4041.            animation: ripple 0.6s ease-out;
  4042.            pointer-events: none;
  4043.        `;
  4044.        
  4045.        this.appendChild(ripple);
  4046.        
  4047.        setTimeout(() => {
  4048.            ripple.remove();
  4049.        }, 600);
  4050.    });
  4051.    
  4052. });
  4053.  
  4054. // Add CSS for ripple animation
  4055. const rippleStyle = document.createElement('style');
  4056. rippleStyle.textContent = `
  4057.    @keyframes ripple {
  4058.        to {
  4059.            transform: scale(2);
  4060.            opacity: 0;
  4061.        }
  4062.    }
  4063.    
  4064.    @keyframes spin {
  4065.        from { transform: rotate(0deg); }
  4066.        to { transform: rotate(360deg); }
  4067.    }
  4068.    
  4069.    .submit-button {
  4070.        position: relative;
  4071.        overflow: hidden;
  4072.    }
  4073. `;
  4074. document.head.appendChild(rippleStyle);
  4075. </script>
  4076.  
  4077.        <!-- end of wpo-site-footer-section -->
  4078.    </div>
  4079.    <!-- end of page-wrapper -->
  4080.  
  4081.    <!-- All JavaScript files
  4082.    ================================================== -->
  4083.    
  4084.  
  4085. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4086. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4087. <!-- Plugins for this template -->
  4088. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4089. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4090. <!-- Custom script for this template -->
  4091. <script src="/static/blogapp/assets/js/script.js"></script>
  4092.  
  4093. <script>
  4094. (function () {
  4095. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4096. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4097.  
  4098. function applyFallback(img) {
  4099. if (!img || img.dataset.fallbackApplied === "1") {
  4100. return;
  4101. }
  4102. var failedSrc = img.currentSrc || img.src || "";
  4103. img.dataset.fallbackApplied = "1";
  4104. img.onerror = null;
  4105. img.src = fallbackImageSrc;
  4106. console.warn("[ImageFallback] Replaced broken image:", {
  4107. failedSrc: failedSrc,
  4108. fallbackSrc: fallbackImageSrc,
  4109. alt: img.alt || "",
  4110. });
  4111. }
  4112.  
  4113. document.querySelectorAll("img").forEach(function (img) {
  4114. if (img.complete && img.naturalWidth === 0) {
  4115. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4116. failedSrc: img.currentSrc || img.src || "",
  4117. alt: img.alt || "",
  4118. });
  4119. applyFallback(img);
  4120. }
  4121. });
  4122.  
  4123. document.addEventListener(
  4124. "error",
  4125. function (event) {
  4126. var target = event.target;
  4127. if (target && target.tagName === "IMG") {
  4128. applyFallback(target);
  4129. }
  4130. },
  4131. true
  4132. );
  4133. })();
  4134. </script>
  4135.  
  4136. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4137.  
  4138.  
  4139.  
  4140. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"382f00131b154e77bb4610f4f76616f1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4141. </body>
  4142.  
  4143. </html>
  4144.  
  4145.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda