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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  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-26T131112.608_7nbf2Jl_skH17Xt_uFKefvk.png">
  14.    
  15.  
  16.    <title>RippleCore: Exploring Blockchain Technology and Digital Innovation</title>
  17.    <meta name="description" content="RippleCore provides insights into blockchain technology, cryptocurrency trends, and digital innovation. Stay updated with expert analysis and tutorials.">
  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://ripplecore.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7c4dff;
  42.        --bs-primary-rgb: 7c4dff;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f2e9ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7c4dff;
  53.        --theme-primary-color-s2: #7c4dff;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  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: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f2e9ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #7c4dff;
  84.        --link-hover: #6a3de0;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(124, 77, 255, 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_74">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/californias-governor-states-he-is-evaluating-a-2028-presidential-run/" class="px-5 top-color">
  425.                    California&#x27;s Governor States He Is Evaluating a 2028 Presidential Run
  426.                  </a>
  427.              
  428.               <a href="/some-groups-on-the-opposing-sides-who-offer-only-discontent-ministers-are-moving-forward-with-the-job-of-economic-renewal/" class="px-5 top-color">
  429.                    Some groups on the opposing sides who offer only discontent: Ministers are moving forward with the job of economic renewal.
  430.                  </a>
  431.              
  432.               <a href="/the-greater-manchester-mayor-was-likely-to-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/" class="px-5 top-color">
  433.                    The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured Gorton and Denton Byelection, Says Labour Deputy Leader
  434.                  </a>
  435.              
  436.               <a href="/former-bbc-advisers-face-parliamentary-grilling-in-the-wake-of-claims-of-partiality-in-disclosed-document/" class="px-5 top-color">
  437.                    Former BBC Advisers Face Parliamentary Grilling In the Wake of Claims of Partiality in Disclosed Document
  438.                  </a>
  439.              
  440.               <a href="/toronto-blue-jays-secure-fall-classic-matchup-with-defending-champion-dodgers/" class="px-5 top-color">
  441.                    Toronto Blue Jays Secure Fall Classic Matchup With defending champion Dodgers
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <header class="header-v6 mb-4 nav-bg position-relative">
  478.    <div class="main-header-v6">
  479.        <div class="container-fluid fluid-container">
  480.            <div class="row align-items-center justify-content-between">
  481.                <!-- Left Navigation -->
  482.                <div class="col-lg-5 col-md-3">
  483.                    <nav class="left-nav-v6">
  484.                        <ul class="nav-list-v6">
  485.                            
  486.                            <li class="nav-item-v6">
  487.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  488.                            </li>
  489.  
  490.                            
  491.                            
  492.                            <li class="nav-item-v6">
  493.                                <a href="/category/all-posts/" class="nav-link-v6">
  494.                                    All Posts
  495.                                </a>
  496.                            </li>
  497.                            
  498.                            <li class="nav-item-v6">
  499.                                <a href="/category/business/" class="nav-link-v6">
  500.                                    Business
  501.                                </a>
  502.                            </li>
  503.                            
  504.                            <li class="nav-item-v6">
  505.                                <a href="/category/esports/" class="nav-link-v6">
  506.                                    Esports
  507.                                </a>
  508.                            </li>
  509.                            
  510.                        </ul>
  511.                    </nav>
  512.                </div>
  513.  
  514.                <!-- Center Logo -->
  515.               <div class="col-lg-2 col-md-6 text-center">
  516.                    <div class="logo-center-v6">
  517.                        <a class="brand-link-v6" href="/">
  518.                            
  519.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6fc1c88c-5ea1-40ec-9e5b-e5cf1b3abb6e_logo.png" alt="RippleCore" class="logo-img-v6" />
  520.                            
  521.                        </a>
  522.                    </div>
  523.                </div>
  524.  
  525.                <!-- Right Navigation -->
  526.                <div class="col-lg-5 col-md-3">
  527.                    <nav class="right-nav-v6">
  528.                        <ul class="nav-list-v6 justify-content-end">
  529.  
  530.                            
  531.                            
  532.                            <li class="nav-item-v6">
  533.                                <a href="/category/fashion/" class="nav-link-v6">
  534.                                    Fashion
  535.                                </a>
  536.                            </li>
  537.                            
  538.                            <li class="nav-item-v6">
  539.                                <a href="/category/featured/" class="nav-link-v6">
  540.                                    Featured
  541.                                </a>
  542.                            </li>
  543.                            
  544.  
  545.                            
  546.                            
  547.                            
  548.                            <li class="nav-item-v6 dropdown-container-v6">
  549.                                <a href="#" class="nav-link-v6">More</a>
  550.                                <div class="mega-dropdown-v6">
  551.                                    <div class="dropdown-grid-v6">
  552.                                        <div class="dropdown-column-v6">
  553.                                            
  554.                                            <a href="/category/gaming/"
  555.                                                class="dropdown-link-v6">
  556.                                                Gaming
  557.                                            </a>
  558.                                            
  559.                                            <a href="/category/health/"
  560.                                                class="dropdown-link-v6">
  561.                                                Health
  562.                                            </a>
  563.                                            
  564.                                            <a href="/category/life-fitness/"
  565.                                                class="dropdown-link-v6">
  566.                                                Life &amp; Fitness
  567.                                            </a>
  568.                                            
  569.                                            <a href="/category/lifestyle/"
  570.                                                class="dropdown-link-v6">
  571.                                                Lifestyle
  572.                                            </a>
  573.                                            
  574.                                            <a href="/category/news/"
  575.                                                class="dropdown-link-v6">
  576.                                                News
  577.                                            </a>
  578.                                            
  579.                                            <a href="/category/others/"
  580.                                                class="dropdown-link-v6">
  581.                                                Others
  582.                                            </a>
  583.                                            
  584.                                            <a href="/category/politics/"
  585.                                                class="dropdown-link-v6">
  586.                                                Politics
  587.                                            </a>
  588.                                            
  589.                                            <a href="/category/sports/"
  590.                                                class="dropdown-link-v6">
  591.                                                Sports
  592.                                            </a>
  593.                                            
  594.                                            <a href="/category/tech/"
  595.                                                class="dropdown-link-v6">
  596.                                                Tech
  597.                                            </a>
  598.                                            
  599.                                            <a href="/category/travel/"
  600.                                                class="dropdown-link-v6">
  601.                                                Travel
  602.                                            </a>
  603.                                            
  604.                                        </div>
  605.                                    </div>
  606.                                </div>
  607.                            </li>
  608.                            
  609.                            
  610.                             <li>
  611.                  <a href="/page/contact-us/">
  612.                     Contact Us
  613.                  </a>
  614.              </li>
  615.                        </ul>
  616.                    </nav>
  617.                </div>
  618.            </div>
  619.  
  620.  
  621.            <!-- Search Bar Row -->
  622.            <div class="row mt-md-4 ">
  623.                <div class="col-12">
  624.                    <div class="search-container-v6">
  625.                        <form class="search-form-v6" action="#" method="get">
  626.                            <div class="search-wrapper-v6">
  627.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  628.                                    stroke="currentColor" stroke-width="2">
  629.                                    <circle cx="11" cy="11" r="8"></circle>
  630.                                    <path d="m21 21-4.35-4.35"></path>
  631.                                </svg>
  632.                                <input id="search-input" type="search" class="search-input-v6"
  633.                                    placeholder="What are you looking for today?" name="q">
  634.                                <button type="submit" class="search-submit-v6">Search</button>
  635.                            </div>
  636.                        </form>
  637.                         <div id="search-results" class="search-results-container search-v1"></div>
  638.                    </div>
  639.                </div>
  640.            </div>
  641.        </div>
  642.    </div>
  643.  
  644.    <!-- Mobile Menu Button -->
  645.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  646.        <span class="hamburger-line-v6 text-link "></span>
  647.        <span class="hamburger-line-v6 text-link "></span>
  648.        <span class="hamburger-line-v6 text-link "></span>
  649.    </button>
  650.  
  651.    <!-- Mobile Menu -->
  652. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  653.    <div class="mobile-menu-content-v6">
  654.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  655.            onclick="toggleMenuV6()">
  656.            X
  657.        </button>
  658.        <ul class="mobile-nav-list-v6">
  659.  
  660.            <!-- Static Home -->
  661.            <li class="mobile-nav-item-v6">
  662.                <a href="/"
  663.                   class="mobile-nav-link-v6 active-v6">
  664.                    Home
  665.                </a>
  666.            </li>
  667.  
  668.            <!-- Dynamic categories -->
  669.            
  670.            <li class="mobile-nav-item-v6">
  671.                <a href="/category/all-posts/"
  672.                   class="mobile-nav-link-v6 ">
  673.                    All Posts
  674.                </a>
  675.            </li>
  676.            
  677.            <li class="mobile-nav-item-v6">
  678.                <a href="/category/business/"
  679.                   class="mobile-nav-link-v6 ">
  680.                    Business
  681.                </a>
  682.            </li>
  683.            
  684.            <li class="mobile-nav-item-v6">
  685.                <a href="/category/esports/"
  686.                   class="mobile-nav-link-v6 ">
  687.                    Esports
  688.                </a>
  689.            </li>
  690.            
  691.            <li class="mobile-nav-item-v6">
  692.                <a href="/category/fashion/"
  693.                   class="mobile-nav-link-v6 ">
  694.                    Fashion
  695.                </a>
  696.            </li>
  697.            
  698.            <li class="mobile-nav-item-v6">
  699.                <a href="/category/featured/"
  700.                   class="mobile-nav-link-v6 ">
  701.                    Featured
  702.                </a>
  703.            </li>
  704.            
  705.            <li class="mobile-nav-item-v6">
  706.                <a href="/category/gaming/"
  707.                   class="mobile-nav-link-v6 ">
  708.                    Gaming
  709.                </a>
  710.            </li>
  711.            
  712.            <li class="mobile-nav-item-v6">
  713.                <a href="/category/health/"
  714.                   class="mobile-nav-link-v6 ">
  715.                    Health
  716.                </a>
  717.            </li>
  718.            
  719.            <li class="mobile-nav-item-v6">
  720.                <a href="/category/life-fitness/"
  721.                   class="mobile-nav-link-v6 ">
  722.                    Life &amp; Fitness
  723.                </a>
  724.            </li>
  725.            
  726.            <li class="mobile-nav-item-v6">
  727.                <a href="/category/lifestyle/"
  728.                   class="mobile-nav-link-v6 ">
  729.                    Lifestyle
  730.                </a>
  731.            </li>
  732.            
  733.            <li class="mobile-nav-item-v6">
  734.                <a href="/category/news/"
  735.                   class="mobile-nav-link-v6 ">
  736.                    News
  737.                </a>
  738.            </li>
  739.            
  740.            <li class="mobile-nav-item-v6">
  741.                <a href="/category/others/"
  742.                   class="mobile-nav-link-v6 ">
  743.                    Others
  744.                </a>
  745.            </li>
  746.            
  747.            <li class="mobile-nav-item-v6">
  748.                <a href="/category/politics/"
  749.                   class="mobile-nav-link-v6 ">
  750.                    Politics
  751.                </a>
  752.            </li>
  753.            
  754.            <li class="mobile-nav-item-v6">
  755.                <a href="/category/sports/"
  756.                   class="mobile-nav-link-v6 ">
  757.                    Sports
  758.                </a>
  759.            </li>
  760.            
  761.            <li class="mobile-nav-item-v6">
  762.                <a href="/category/tech/"
  763.                   class="mobile-nav-link-v6 ">
  764.                    Tech
  765.                </a>
  766.            </li>
  767.            
  768.            <li class="mobile-nav-item-v6">
  769.                <a href="/category/travel/"
  770.                   class="mobile-nav-link-v6 ">
  771.                    Travel
  772.                </a>
  773.            </li>
  774.            
  775.  
  776.            <!-- Static Contact -->
  777.            <li class="mobile-nav-item-v6">
  778.                <a href="/page/contact-us/"
  779.                   class="mobile-nav-link-v6 ">
  780.                    Contact Us
  781.                </a>
  782.            </li>
  783.        </ul>
  784.    </div>
  785. </div>
  786. <div class="sidebar-blur d-lg-none"></div>
  787. </header>
  788.  
  789. <style>
  790.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  791.  
  792.  
  793.    .main-header-v6 {
  794.        padding: 35px 0;
  795.    }
  796.  
  797.    /* Logo Styles */
  798.    .logo-center-v6 {
  799.        position: relative;
  800.    }
  801.  
  802.    .logo-img-v6 {
  803.        max-height: 100px;
  804.        transition: transform 0.3s ease;
  805.    }
  806.  
  807.    .logo-img-v6:hover {
  808.        transform: scale(1.05);
  809.    }
  810.  
  811.    /* Navigation Styles */
  812.    .nav-list-v6 {
  813.        list-style: none;
  814.        padding: 0;
  815.        margin: 0;
  816.        display: flex;
  817.        align-items: center;
  818.    }
  819.  
  820.    .nav-item-v6 {
  821.        position: relative;
  822.        margin: 0 20px;
  823.    }
  824.  
  825.    .nav-link-v6 {
  826.        color: var(--navbar-color) !important;
  827.        text-decoration: none;
  828.        font-weight: 500;
  829.        font-size: 15px;
  830.        padding: 12px 0;
  831.        position: relative;
  832.        transition: all 0.3s ease;
  833.    }
  834.  
  835.    .nav-link-v6::after {
  836.        content: '';
  837.        position: absolute;
  838.        bottom: 0;
  839.        left: 50%;
  840.        width: 0;
  841.        height: 2px;
  842.        transition: all 0.3s ease;
  843.        transform: translateX(-50%);
  844.    }
  845.  
  846.    .nav-link-v6:hover,
  847.    .nav-link-v6.active-v6 {
  848.        font-weight: 700;
  849.        opacity: 0.75;
  850.    }
  851.  
  852.    .nav-link-v6:hover::after,
  853.    .nav-link-v6.active-v6::after {
  854.        width: 100%;
  855.    }
  856.  
  857.    /* Mega Dropdown Styles */
  858.    .dropdown-container-v6 {
  859.        position: relative;
  860.    }
  861.  
  862.    .mega-dropdown-v6 {
  863.        position: absolute;
  864.        top: 100%;
  865.        left: 50%;
  866.        transform: translateX(-50%);
  867.        background: var(--navbar-bg);
  868.        border-radius: 12px;
  869.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  870.        opacity: 0;
  871.        visibility: hidden;
  872.        transition: all 0.3s ease;
  873.        padding: 25px;
  874.        min-width: 300px;
  875.        z-index: 1200;
  876.        margin-top: 15px;
  877.    }
  878.  
  879.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  880.        opacity: 1;
  881.        visibility: visible;
  882.        margin-top: 0;
  883.    }
  884.  
  885.    .dropdown-grid-v6 {
  886.        display: grid;
  887.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  888.        gap: 20px;
  889.    }
  890.  
  891.    .dropdown-title-v6 {
  892.        font-size: 13px;
  893.        font-weight: 600;
  894.        color: #4a5568;
  895.        margin-bottom: 10px;
  896.        text-transform: uppercase;
  897.        letter-spacing: 0.5px;
  898.    }
  899.  
  900.    .dropdown-link-v6 {
  901.        display: block;
  902.        color: #2d3748;
  903.        text-decoration: none;
  904.        font-size: 14px;
  905.        padding: 8px 0;
  906.        transition: all 0.3s ease;
  907.        position: relative;
  908.        padding-left: 15px;
  909.    }
  910.  
  911.    .dropdown-link-v6::before {
  912.        content: '';
  913.        position: absolute;
  914.        left: 0;
  915.        top: 50%;
  916.        width: 6px;
  917.        height: 6px;
  918.        background: #e2e8f0;
  919.        border-radius: 50%;
  920.        transform: translateY(-50%);
  921.        transition: all 0.3s ease;
  922.    }
  923.  
  924.    .dropdown-link-v6:hover {
  925.        color: #667eea;
  926.        padding-left: 20px;
  927.    }
  928.  
  929.    .dropdown-link-v6:hover::before {
  930.        background: #667eea;
  931.    }
  932.  
  933.    /* Search Styles */
  934.    .search-container-v6 {
  935.        max-width: 600px;
  936.        margin: 0 auto;
  937.    }
  938.  
  939.    .search-wrapper-v6 {
  940.        position: relative;
  941.        background: #f7fafc;
  942.        border-radius: 50px;
  943.        display: flex;
  944.        align-items: center;
  945.        transition: all 0.3s ease;
  946.        border: 2px solid transparent;
  947.    }
  948.  
  949.    .search-wrapper-v6:focus-within {
  950.        background: #ffffff;
  951.        border-color: #007bff;
  952.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  953.    }
  954.  
  955.    .search-icon-v6 {
  956.        color: #a0aec0;
  957.        margin: 0 15px;
  958.        transition: color 0.3s ease;
  959.    }
  960.  
  961.    .search-wrapper-v6:focus-within .search-icon-v6 {
  962.        color: #007bff;
  963.    }
  964.  
  965.    .search-input-v6 {
  966.        flex: 1;
  967.        border: none;
  968.        background: transparent;
  969.        font-size: 16px;
  970.        padding: 10px 0;
  971.        outline: none;
  972.        color: #2d3748;
  973.    }
  974.  
  975.    .search-input-v6::placeholder {
  976.        color: #a0aec0;
  977.    }
  978.  
  979.    .search-submit-v6 {
  980.        background-color: var(--bs-primary);
  981.        color: white;
  982.        border: none;
  983.        border-radius: 50px;
  984.        padding: 12px 25px;
  985.        font-weight: 500;
  986.        cursor: pointer;
  987.        transition: all 0.3s ease;
  988.    }
  989.  
  990.    .search-submit-v6:hover {
  991.        transform: translateY(-2px);
  992.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  993.    }
  994.  
  995.    /* Mobile Styles */
  996.    .mobile-toggle-v6 {
  997.        position: absolute;
  998.        top: 20px;
  999.        right: 20px;
  1000.        background: none;
  1001.        border: none;
  1002.        cursor: pointer;
  1003.        z-index: 999;
  1004.        padding: 5px;
  1005.    }
  1006.  
  1007.    .hamburger-line-v6 {
  1008.        display: block;
  1009.        width: 25px;
  1010.        height: 3px;
  1011.        background: var(--navbar-color);
  1012.        margin: 5px 0;
  1013.        transition: all 0.3s ease;
  1014.        border-radius: 2px;
  1015.    }
  1016.  
  1017.    .mobile-menu-v6 {
  1018.        position: fixed;
  1019.        top: 0;
  1020.        right: -100%;
  1021.        width: 300px;
  1022.        height: 100vh;
  1023.        background: var(--navbar-bg) !important;
  1024.        z-index: 1000;
  1025.        transition: right 0.3s ease;
  1026.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1027.    }
  1028.  
  1029.    .mobile-menu-v6.show-v6 {
  1030.        right: 0;
  1031.    }
  1032.  
  1033.    .mobile-menu-content-v6 {
  1034.        padding: 80px 30px 30px;
  1035.        height: 100%;
  1036.        overflow-y: auto;
  1037.    }
  1038.  
  1039.    .mobile-nav-list-v6 {
  1040.        list-style: none;
  1041.        padding: 0;
  1042.        margin: 0;
  1043.    }
  1044.  
  1045.    .mobile-nav-item-v6 {
  1046.        margin-bottom: 5px;
  1047.    }
  1048.  
  1049.    .mobile-nav-link-v6 {
  1050.        display: flex;
  1051.        align-items: center;
  1052.        justify-content: space-between;
  1053.        color: var(--navbar-color) !important;
  1054.        text-decoration: none;
  1055.        font-size: 16px;
  1056.        font-weight: 500;
  1057.        padding: 15px 0;
  1058.        border-bottom: 1px solid var(--border-color);
  1059.        transition: color 0.3s ease;
  1060.    }
  1061.  
  1062.    .mobile-nav-link-v6:hover,
  1063.    .mobile-nav-link-v6.active-v6 {
  1064.        color: #667eea;
  1065.    }
  1066.  
  1067.    .mobile-dropdown-v6 {
  1068.        list-style: none;
  1069.        padding: 0;
  1070.        margin: 0;
  1071.        max-height: 0;
  1072.        overflow: hidden;
  1073.        transition: max-height 0.3s ease;
  1074.        background: var(--navbar-bg);
  1075.        border-radius: 8px;
  1076.        margin-top: 5px;
  1077.    }
  1078.  
  1079.    .mobile-dropdown-v6.show-v6 {
  1080.        max-height: 300px;
  1081.        padding: 10px 0;
  1082.    }
  1083.  
  1084.    .mobile-dropdown-link-v6 {
  1085.        display: block;
  1086.        color: var(--navbar-color) !important;
  1087.        text-decoration: none;
  1088.        font-size: 14px;
  1089.        padding: 10px 20px;
  1090.        transition: all 0.3s ease;
  1091.    }
  1092.  
  1093.    .mobile-dropdown-link-v6:hover {
  1094.        color: #667eea;
  1095.        opacity: 0.6;
  1096.    }
  1097.  
  1098.    /* Responsive Design */
  1099.    @media (max-width: 991px) {
  1100.  
  1101.        .left-nav-v6,
  1102.        .right-nav-v6 {
  1103.            display: none;
  1104.        }
  1105.  
  1106.        .main-header-v6 {
  1107.            padding: 15px 0;
  1108.        }
  1109.  
  1110.        .search-container-v6 {
  1111.            margin-top: 20px;
  1112.        }
  1113.    }
  1114.  
  1115.    @media (max-width: 768px) {
  1116.        .search-wrapper-v6 {
  1117.            flex-direction: row;
  1118.        }
  1119.  
  1120.        .search-input-v6 {
  1121.            padding: 6px 0;
  1122.            text-align: center;
  1123.            display: flex;
  1124.        }
  1125.  
  1126.  
  1127.        .search-submit-v6 {
  1128.            width: 100%;
  1129.            margin-top: 10px;
  1130.            display: none;
  1131.        }
  1132.    }
  1133. </style>
  1134.  
  1135. <script>
  1136.    function toggleMenuV6() {
  1137.        const mobileMenu = document.getElementById('mobileMenuV6');
  1138.        mobileMenu.classList.toggle('show-v6');
  1139.    }
  1140.  
  1141.    function toggleMobileDropdown(dropdownId) {
  1142.        const dropdown = document.getElementById(dropdownId);
  1143.        dropdown.classList.toggle('show-v6');
  1144.    }
  1145.  
  1146.    // Close mobile menu when clicking outside
  1147.    document.addEventListener('click', function (event) {
  1148.        const mobileMenu = document.getElementById('mobileMenuV6');
  1149.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1150.  
  1151.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1152.            mobileMenu.classList.remove('show-v6');
  1153.        }
  1154.    });
  1155. </script>
  1156.  
  1157. <script>
  1158.  document.addEventListener("DOMContentLoaded", function () {
  1159.    console.log("loaded");
  1160.  
  1161.     const searchInput = document.getElementById("search-input")
  1162.    const searchResults = document.getElementById("search-results");
  1163.  
  1164.    if (!searchInput || !searchResults) {
  1165.      console.error("Search input/results not found");
  1166.      return;
  1167.    }
  1168.  
  1169.    // Prevent form submission
  1170.    if (searchInput.form) {
  1171.      searchInput.form.addEventListener("submit", function (e) {
  1172.        e.preventDefault();
  1173.      });
  1174.    }
  1175.  
  1176.    // Add event listener for keyup
  1177.    searchInput.addEventListener("keyup", function (e) {
  1178.      console.log("Key pressed:", e.key);
  1179.      e.preventDefault();
  1180.  
  1181.      const query = searchInput.value.trim();
  1182.      console.log("User is typing: " + query);
  1183.  
  1184.      // If empty → clear and hide
  1185.      if (query === "") {
  1186.        searchResults.innerHTML = "";
  1187.        searchResults.style.display = "none";
  1188.        return;
  1189.      }
  1190.  
  1191.      // Show results
  1192.      searchResults.style.display = "block";
  1193.  
  1194.      // Fetch search results
  1195.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1196.        method: "GET",
  1197.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1198.      })
  1199.        .then(response => {
  1200.          console.log("Response Status:", response.status);
  1201.          return response.json();
  1202.        })
  1203.        .then(data => {
  1204.          console.log("Data received:", data);
  1205.          if (data.html) {
  1206.            searchResults.innerHTML = data.html;
  1207.          } else {
  1208.            searchResults.innerHTML = "<p>No results found.</p>";
  1209.          }
  1210.        })
  1211.        .catch(error => {
  1212.          console.error("Error fetching search results:", error);
  1213.        });
  1214.    });
  1215.  
  1216.    // Close results when clicking outside
  1217.    document.addEventListener("click", function (e) {
  1218.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1219.        searchResults.style.display = "none";
  1220.      }
  1221.    });
  1222.  
  1223.    // Close results on ESC key
  1224.    document.addEventListener("keydown", function (e) {
  1225.      if (e.key === "Escape") {
  1226.        searchResults.style.display = "none";
  1227.      }
  1228.    });
  1229.  });
  1230. </script>
  1231.  
  1232. <style>
  1233.        /* search field */
  1234.  .search-results-container {
  1235.  position: absolute;
  1236.  top: 100%; /* Position it below the input field */
  1237.  left: 10px;
  1238.  right: 10px;
  1239.  background-color: white;
  1240.  border: 1px solid #ddd;
  1241.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1242.  max-height: 300px;
  1243.  overflow-y: auto;
  1244.  z-index: 1000;
  1245.  display: none; /* Initially hidden */
  1246. }
  1247.  
  1248. .search-results-container p {
  1249.  margin: 0;
  1250. }
  1251.  
  1252. .search-results-container .result-item {
  1253.  padding: 10px;
  1254.  cursor: pointer;
  1255. }
  1256.  
  1257. .search-results-container .result-item:hover {
  1258.  background-color: #f0f0f0;
  1259. }
  1260. </style>
  1261.  
  1262.        </header>
  1263.        <!-- end of header -->
  1264.        <!-- start of wpo-blog-hero -->
  1265.        
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273. <style>
  1274. .blog-hero-section {
  1275.    padding: 3rem 0;
  1276. }
  1277.  
  1278.  
  1279. .hero-grid {
  1280.    display: grid;
  1281.    grid-template-columns: 2fr 1fr 1fr;
  1282.    grid-template-rows: 1fr 1fr;
  1283.    gap: 1.5rem;
  1284.    height: 500px;
  1285. }
  1286.  
  1287. .hero-card {
  1288.    background: var(--card-bg);
  1289.    border-radius: 12px;
  1290.    overflow: hidden;
  1291.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1292.    transition: all 0.3s ease;
  1293.    position: relative;
  1294. }
  1295.  
  1296. .hero-card:hover {
  1297.    transform: translateY(-8px);
  1298.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1299. }
  1300.  
  1301. .main-hero {
  1302.    grid-row: 1 / -1;
  1303.    grid-column: 1;
  1304. }
  1305.  
  1306. .card-image {
  1307.    width: 100%;
  1308.    height: 60%;
  1309.    object-fit: cover;
  1310.    transition: transform 0.3s ease;
  1311. }
  1312.  
  1313. .main-hero .card-image {
  1314.    height: 65%;
  1315. }
  1316.  
  1317. .hero-card:hover .card-image {
  1318.    transform: scale(1.05);
  1319. }
  1320.  
  1321. .card-content {
  1322.    padding: 1.5rem;
  1323.    height: 40%;
  1324.    display: flex;
  1325.    flex-direction: column;
  1326.    justify-content: space-between;
  1327. }
  1328.  
  1329. .main-hero .card-content {
  1330.    height: 35%;
  1331. }
  1332.  
  1333. .category-badge {
  1334.    display: inline-block;
  1335.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1336.    color: white;
  1337.    padding: 0.4rem 1rem;
  1338.    border-radius: 20px;
  1339.    font-size: 0.8rem;
  1340.    font-weight: 600;
  1341.    text-transform: uppercase;
  1342.    letter-spacing: 0.5px;
  1343.    margin-bottom: 0.8rem;
  1344.    width: fit-content;
  1345. }
  1346.  
  1347. .card-title {
  1348.    font-size: 1.1rem;
  1349.    font-weight: 700;
  1350.    line-height: 1.4;
  1351.    margin-bottom: 0.5rem;
  1352. }
  1353.  
  1354. .main-hero .card-title {
  1355.    font-size: 1.6rem;
  1356.    line-height: 1.3;
  1357.    margin-bottom: 0.8rem;
  1358. }
  1359.  
  1360. .card-title a {
  1361.    color: var(--top-color);
  1362.    text-decoration: none;
  1363.    transition: color 0.3s ease;
  1364. }
  1365.  
  1366.  
  1367. .card-description {
  1368.    color: var(--top-color);
  1369.    line-height: 1.6;
  1370.    margin-bottom: 1rem;
  1371.    display: -webkit-box;
  1372.    -webkit-line-clamp: 2;
  1373.    -webkit-box-orient: vertical;
  1374.    overflow: hidden;
  1375. }
  1376.  
  1377. .main-hero .card-description {
  1378.    -webkit-line-clamp: 3;
  1379. }
  1380.  
  1381. .card-meta {
  1382.    display: flex;
  1383.    align-items: center;
  1384.    justify-content: space-between;
  1385.    margin-top: auto;
  1386. }
  1387.  
  1388. .author-section {
  1389.    display: flex;
  1390.    align-items: center;
  1391.    gap: 0.8rem;
  1392. }
  1393.  
  1394. .author-avatar {
  1395.    width: 35px;
  1396.    height: 35px;
  1397.    border-radius: 50%;
  1398.    object-fit: cover;
  1399.    border: 2px solid #f8f9fa;
  1400. }
  1401.  
  1402. .author-name {
  1403.    color: #667eea;
  1404.    text-decoration: none;
  1405.    font-weight: 600;
  1406.    font-size: 0.9rem;
  1407. }
  1408.  
  1409. .author-name:hover {
  1410.    text-decoration: underline;
  1411. }
  1412.  
  1413. .publish-date {
  1414.    color: #95a5a6;
  1415.    font-size: 0.85rem;
  1416.    font-weight: 500;
  1417. }
  1418.  
  1419. .side-card-1 {
  1420.    grid-column: 2;
  1421.    grid-row: 1;
  1422. }
  1423.  
  1424. .side-card-2 {
  1425.    grid-column: 3;
  1426.    grid-row: 1;
  1427. }
  1428.  
  1429. .side-card-3 {
  1430.    grid-column: 2 / 4;
  1431.    grid-row: 2;
  1432. }
  1433.  
  1434. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1435. @media (min-width: 992px) {
  1436.    
  1437.    .main-hero .card-image,
  1438.    .side-card-1 .card-image,
  1439.    .side-card-2 .card-image {
  1440.        height: 100%;
  1441.    }
  1442.    
  1443.    .main-hero .card-content,
  1444.    .side-card-1 .card-content,
  1445.    .side-card-2 .card-content {
  1446.        position: absolute;
  1447.        bottom: 0;
  1448.        left: 0;
  1449.        right: 0;
  1450.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1451.        color: white;
  1452.        padding: 2rem 1.5rem 1.5rem;
  1453.        height: auto;
  1454.    }
  1455.    
  1456.    .main-hero .card-content {
  1457.        padding: 3rem 2rem 2rem;
  1458.    }
  1459.    
  1460.    .main-hero .category-badge,
  1461.    .side-card-1 .category-badge,
  1462.    .side-card-2 .category-badge {
  1463.      
  1464.        margin-bottom: 0.8rem;
  1465.    }
  1466.    
  1467.    .main-hero .card-title a,
  1468.    .side-card-1 .card-title a,
  1469.    .side-card-2 .card-title a {
  1470.        color: white;
  1471.    }
  1472.    
  1473.    .main-hero .card-description {
  1474.        color: #f8f9fa;
  1475.    }
  1476.    
  1477.    .main-hero .author-name,
  1478.    .side-card-1 .author-name,
  1479.    .side-card-2 .author-name {
  1480.        color: #f8f9fa;
  1481.    }
  1482.    
  1483.    .main-hero .publish-date,
  1484.    .side-card-1 .publish-date,
  1485.    .side-card-2 .publish-date {
  1486.        color: #e9ecef;
  1487.    }
  1488. }
  1489.  
  1490. .side-card-3 {
  1491.    display: flex;
  1492.    flex-direction: row;
  1493. }
  1494.  
  1495. .side-card-3 .card-image {
  1496.    width: 40%;
  1497.    height: 100%;
  1498. }
  1499.  
  1500. .side-card-3 .card-content {
  1501.    width: 60%;
  1502.    height: 100%;
  1503.    padding: 1.5rem;
  1504. }
  1505.  
  1506. /* Mobile Responsive */
  1507. @media (max-width: 992px) {
  1508.    .hero-grid {
  1509.        grid-template-columns: 1fr;
  1510.        grid-template-rows: auto;
  1511.        height: auto;
  1512.        gap: 1rem;
  1513.    }
  1514.    
  1515.    .main-hero {
  1516.        grid-row: 1;
  1517.        grid-column: 1;
  1518.    }
  1519.    
  1520.    .side-card-1, .side-card-2, .side-card-3 {
  1521.        grid-column: 1;
  1522.        grid-row: auto;
  1523.    }
  1524.    
  1525.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1526.    .main-hero .card-content,
  1527.    .side-card-1 .card-content,
  1528.    .side-card-2 .card-content {
  1529.        position: relative;
  1530.        background: var(--card-bg);
  1531.        color: inherit;
  1532.        padding: 1.5rem;
  1533.        height: auto;
  1534.    }
  1535.    
  1536.    .main-hero .card-image,
  1537.    .side-card-1 .card-image,
  1538.    .side-card-2 .card-image {
  1539.        height: 200px;
  1540.    }
  1541.    
  1542.    .main-hero .card-image {
  1543.        height: 250px;
  1544.    }
  1545.    
  1546.    .main-hero .category-badge,
  1547.    .side-card-1 .category-badge,
  1548.    .side-card-2 .category-badge {
  1549.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1550.        color: white;
  1551.    }
  1552.    
  1553.    .main-hero .card-title a,
  1554.    .side-card-1 .card-title a,
  1555.    .side-card-2 .card-title a {
  1556.        color: var(--top-color);
  1557.    }
  1558.    
  1559.    .main-hero .card-description {
  1560.        color: #7f8c8d;
  1561.    }
  1562.    
  1563.    .main-hero .author-name,
  1564.    .side-card-1 .author-name,
  1565.    .side-card-2 .author-name {
  1566.        color: #667eea;
  1567.    }
  1568.    
  1569.    .main-hero .publish-date,
  1570.    .side-card-1 .publish-date,
  1571.    .side-card-2 .publish-date {
  1572.        color: #95a5a6;
  1573.    }
  1574.    
  1575.    .side-card-3 {
  1576.        flex-direction: column;
  1577.    }
  1578.    
  1579.    .side-card-3 .card-image {
  1580.        width: 100%;
  1581.        height: 200px;
  1582.    }
  1583.    
  1584.    .side-card-3 .card-content {
  1585.        width: 100%;
  1586.        height: auto;
  1587.    }
  1588.    
  1589.    .card-image {
  1590.        height: 200px;
  1591.    }
  1592.    
  1593.    .main-hero .card-image {
  1594.        height: 250px;
  1595.    }
  1596.    
  1597.    .main-hero .card-content {
  1598.        height: auto;
  1599.    }
  1600. }
  1601. </style>
  1602.  
  1603. <div class="blog-hero-section">
  1604.    <div class="container-fluid fluid-container">
  1605.        <div class="hero-grid">
  1606.            <!-- Main Featured Post -->
  1607.            
  1608.                              
  1609.                    <article class="hero-card main-hero">
  1610.                        
  1611.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The English team Include the off-spinner in Squad for The Ashes series First Test" class="card-image">
  1612.                        
  1613.                        
  1614.                        <div class="card-content">
  1615.                            <div>
  1616.                                <span class="category-badge">News</span>
  1617.                                <h2 class="card-title">
  1618.                                    <a href="/the-english-team-include-the-off-spinner-in-squad-for-the-ashes-series-first-test/">
  1619.                                        The English team Include the off-spinner in Squad for The Ashes series First Test
  1620.                                    </a>
  1621.                                </h2>
  1622.                                <p class="card-description"></p>
  1623.                            </div>
  1624.                            
  1625.                            <div class="card-meta">
  1626.                                <div class="author-section">
  1627.                                    
  1628.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" class="author-avatar">
  1629.                                    
  1630.                                    <a href="#" class="author-name">Jocelyn Jenkins</a>
  1631.                                </div>
  1632.                                <span class="publish-date">May 13, 2026</span>
  1633.                            </div>
  1634.                        </div>
  1635.                    </article>
  1636.                
  1637.            
  1638.  
  1639.            <!-- Side Cards -->
  1640.            
  1641.                <article class="hero-card side-card-1">
  1642.                    
  1643.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Olympian and Several Eritreans Freed After 18 Years Without Facing Charges, Family Members Report" class="card-image">
  1644.                    
  1645.                    
  1646.                    <div class="card-content">
  1647.                        <div>
  1648.                            <span class="category-badge">News</span>
  1649.                            <h3 class="card-title">
  1650.                                <a href="/olympian-and-several-eritreans-freed-after-18-years-without-facing-charges-family-members-report/">
  1651.                                    Olympian and Several Eritreans Freed After 18 Years Without Facing Charges, Family Members Report
  1652.                                </a>
  1653.                            </h3>
  1654.                            <p class="card-description"></p>
  1655.                        </div>
  1656.                        
  1657.                        <div class="card-meta">
  1658.                            <div class="author-section">
  1659.                                <a href="#" class="author-name">Jocelyn Jenkins</a>
  1660.                            </div>
  1661.                            <span class="publish-date">May 13</span>
  1662.                        </div>
  1663.                    </div>
  1664.                </article>
  1665.            
  1666.                <article class="hero-card side-card-2">
  1667.                    
  1668.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The KPop Demon Hunters Series Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade" class="card-image">
  1669.                    
  1670.                    
  1671.                    <div class="card-content">
  1672.                        <div>
  1673.                            <span class="category-badge">News</span>
  1674.                            <h3 class="card-title">
  1675.                                <a href="/the-kpop-demon-hunters-series-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/">
  1676.                                    The KPop Demon Hunters Series Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade
  1677.                                </a>
  1678.                            </h3>
  1679.                            <p class="card-description"></p>
  1680.                        </div>
  1681.                        
  1682.                        <div class="card-meta">
  1683.                            <div class="author-section">
  1684.                                <a href="#" class="author-name">Jocelyn Jenkins</a>
  1685.                            </div>
  1686.                            <span class="publish-date">May 12</span>
  1687.                        </div>
  1688.                    </div>
  1689.                </article>
  1690.            
  1691.                <article class="hero-card side-card-3">
  1692.                    
  1693.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Shocking Discovery: Remains of Vanished Mother and Child Located in Freezers in the Alpine Nation" class="card-image">
  1694.                    
  1695.                    
  1696.                    <div class="card-content">
  1697.                        <div>
  1698.                            <span class="category-badge">News</span>
  1699.                            <h3 class="card-title">
  1700.                                <a href="/shocking-discovery-remains-of-vanished-mother-and-child-located-in-freezers-in-the-alpine-nation/">
  1701.                                    Shocking Discovery: Remains of Vanished Mother and Child Located in Freezers in the Alpine Nation
  1702.                                </a>
  1703.                            </h3>
  1704.                            <p class="card-description"></p>
  1705.                        </div>
  1706.                        
  1707.                        <div class="card-meta">
  1708.                            <div class="author-section">
  1709.                                <a href="#" class="author-name">Jocelyn Jenkins</a>
  1710.                            </div>
  1711.                            <span class="publish-date">May 12</span>
  1712.                        </div>
  1713.                    </div>
  1714.                </article>
  1715.            
  1716.        </div>
  1717.    </div>
  1718. </div>
  1719.  
  1720.  
  1721.  
  1722.  
  1723.        <!-- end of wpo-blog-hero -->
  1724.  
  1725.        <!-- start of wpo-breacking-news -->
  1726.        
  1727.        <!-- end of wpo-breacking-news -->
  1728.        
  1729.        <!-- start wpo-blog-highlights-section -->
  1730.        
  1731.  
  1732.  
  1733.  
  1734.    
  1735.  
  1736.  
  1737.  
  1738. <style>
  1739.    .blog-highlights-v4 {
  1740.        padding: 30px 0;
  1741.        position: relative;
  1742.        min-height: 100vh;
  1743.        background: transparent; /* Solid background color */
  1744.    }
  1745.  
  1746.    /* Blog Container */
  1747.    .blog-container-v4 {
  1748.        position: relative;
  1749.        z-index: 10;
  1750.    }
  1751.  
  1752.    /* Card Design */
  1753.    .blog-card-v4 {
  1754.        border-radius: 25px;
  1755.        background: var(--card-bg);
  1756.        border: 1px solid var(--border-color);
  1757.        position: relative;
  1758.        overflow: hidden;
  1759.        transition: opacity 1.2s ease; /* Fade animation for card */
  1760.    }
  1761.  
  1762.    /* Image Container */
  1763.    .blog-image-container-v4 {
  1764.        height: 280px;
  1765.        border-radius: 20px 20px 0 0;
  1766.        overflow: hidden;
  1767.        position: relative;
  1768.        z-index: 2;
  1769.    }
  1770.  
  1771.    .blog-image-v4 {
  1772.        width: 100%;
  1773.        height: 100%;
  1774.        position: relative;
  1775.        overflow: hidden;
  1776.    }
  1777.  
  1778.    .blog-image-v4 img {
  1779.        width: 100%;
  1780.        height: 100%;
  1781.        object-fit: cover;
  1782.    }
  1783.  
  1784.    /* Category Badge */
  1785.    .blog-category-v4 {
  1786.        position: absolute;
  1787.        top: 20px;
  1788.        left: 20px;
  1789.        padding: 10px 18px;
  1790.        border-radius: 20px;
  1791.        font-size: 11px;
  1792.        font-weight: 700;
  1793.        text-transform: uppercase;
  1794.        letter-spacing: 1.2px;
  1795.        z-index: 5;
  1796.        border: 1px solid rgba(255, 255, 255, 0.3);
  1797.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1798.    }
  1799.  
  1800.    /* Content Area */
  1801.    .blog-content-v4 {
  1802.        padding: 20px 25px 25px;
  1803.        display: flex;
  1804.        flex-direction: column;
  1805.        justify-content: space-between;
  1806.        position: relative;
  1807.        z-index: 2;
  1808.    }
  1809.  
  1810.    /* Title */
  1811.    .blog-title-v4 {
  1812.        font-size: 20px;
  1813.        font-weight: 800;
  1814.        line-height: 1.3;
  1815.        margin-bottom: 8px;
  1816.    }
  1817.  
  1818.    .blog-title-v4 a {
  1819.        text-decoration: none;
  1820.    }
  1821.  
  1822.    /* Meta Information */
  1823.    .blog-meta-v4 {
  1824.        display: flex;
  1825.        align-items: center;
  1826.        gap: 12px;
  1827.        margin-bottom: 15px;
  1828.        font-size: 13px;
  1829.    }
  1830.  
  1831.    .blog-author-img-v4 {
  1832.        width: 35px;
  1833.        height: 35px;
  1834.        border-radius: 50%;
  1835.        border: 2px solid var(--border-color);
  1836.    }
  1837.  
  1838.    /* Excerpt */
  1839.    .blog-excerpt-v4 {
  1840.        font-size: 14px;
  1841.        line-height: 1.6;
  1842.        margin-bottom: 8px;
  1843.        display: -webkit-box;
  1844.        -webkit-line-clamp: 3;
  1845.        -webkit-box-orient: vertical;
  1846.        overflow: hidden;
  1847.    }
  1848.  
  1849.    /* Actions Area */
  1850.    .blog-actions-v4 {
  1851.        display: flex;
  1852.        justify-content: space-between;
  1853.        align-items: center;
  1854.    }
  1855.  
  1856.    .blog-stats-v4 {
  1857.        display: flex;
  1858.        gap: 20px;
  1859.        align-items: center;
  1860.    }
  1861.  
  1862.    .blog-stat-item-v4 {
  1863.        display: flex;
  1864.        align-items: center;
  1865.        gap: 6px;
  1866.        font-size: 12px;
  1867.    }
  1868.  
  1869.    /* Read More Button */
  1870.    .blog-read-more-v4 {
  1871.        width: 40px;
  1872.        height: 40px;
  1873.        border-radius: 50%;
  1874.        background: var(--border-color);
  1875.        border: 2px solid var(--border-color);
  1876.        display: flex;
  1877.        align-items: center;
  1878.        justify-content: center;
  1879.        text-decoration: none;
  1880.    }
  1881.  
  1882.    ..blog-read-more-v4:hover{
  1883.        background-color: #172133;
  1884.    }
  1885.    /* Section Header */
  1886.    .section-header-v4 {
  1887.        text-align: center;
  1888.        margin-bottom: 40px;
  1889.        position: relative;
  1890.        z-index: 15;
  1891.    }
  1892.  
  1893.    .section-title-v4 {
  1894.        font-size: 3.5rem;
  1895.        font-weight: 900;
  1896.        margin-bottom: .5rem;
  1897.    }
  1898.  
  1899.    .section-subtitle-v4 {
  1900.        font-size: 1.4rem;
  1901.        max-width: 700px;
  1902.        margin: 0 auto;
  1903.        line-height: 1.7;
  1904.        font-weight: 300;
  1905.    }
  1906.  
  1907.    /* Scroll Fade Animation */
  1908.    .scroll-trigger {
  1909.        opacity: 0;
  1910.        transition: opacity 1.2s ease;
  1911.    }
  1912.  
  1913.    .scroll-trigger.active {
  1914.        opacity: 1;
  1915.    }
  1916.  
  1917.    /* Responsive Design */
  1918.    @media (max-width: 768px) {
  1919.        .section-title-v4 {
  1920.            font-size: 3rem;
  1921.        }
  1922.        .blog-highlights-v4 {
  1923.            padding: 80px 0;
  1924.        }
  1925.        .blog-card-v4 {
  1926.            height: 450px;
  1927.        }
  1928.        .blog-content-v4 {
  1929.            padding: 15px 20px 20px;
  1930.        }
  1931.    }
  1932. </style>
  1933.  
  1934. <section class="blog-highlights-v4">
  1935.    <div class="container-fluid fluid-container blog-container-v4">
  1936.        <!-- Section Header -->
  1937.        <div class="row">
  1938.            <div class="col-12">
  1939.                <div class="section-header-v4">
  1940.                    <h2 class="section-title-v4">
  1941.                Today's Top Highlights
  1942.                   </h2>
  1943.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1944.                </div>
  1945.            </div>
  1946.        </div>
  1947.        
  1948.        <!-- Blog Grid -->
  1949.        <div class="row">
  1950.            <div class="col-lg-8">
  1951.                <div class="row g-4">
  1952.                    
  1953.                    <div class="col-lg-6 col-md-6">
  1954.                        <article class="blog-card-v4 scroll-trigger">
  1955.                            <div class="blog-image-container-v4">
  1956.                                <div class="blog-image-v4">
  1957.                                    
  1958.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1959.                                    
  1960.                                </div>
  1961.                                
  1962.                                <span class="blog-category-v4 bg-primary-gradient">
  1963.                                    News
  1964.                                </span>
  1965.                            </div>
  1966.                            
  1967.                            <div class="blog-content-v4">
  1968.                                <h3 class="blog-title-v4">
  1969.                                    <a href="/peaceful-finish-to-messis-india-tour-after-kolkata-chaos/" class="top-color">
  1970.                                    Peaceful Finish to Messi&#x27;s India Tour After Kolkata Chaos
  1971.                                    </a>
  1972.                                </h3>
  1973.                                <div class="blog-meta-v4">
  1974.                                    
  1975.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  1976.                                    
  1977.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  1978.                                    <span>•</span>
  1979.                                    <span>12 May 2026</span>
  1980.                                </div>
  1981.                                
  1982.                                <p class="blog-excerpt-v4">
  1983.                                    
  1984.                                </p>
  1985.                                
  1986.                                <div class="blog-actions-v4">
  1987.                                    
  1988.                                    <a href="/peaceful-finish-to-messis-india-tour-after-kolkata-chaos/" class="blog-read-more-v4 bg-primary-gradient">
  1989.                                        <i class="ti-arrow-right"></i>
  1990.                                    </a>
  1991.                                </div>
  1992.                            </div>
  1993.                        </article>
  1994.                    </div>
  1995.                    
  1996.                    <div class="col-lg-6 col-md-6">
  1997.                        <article class="blog-card-v4 scroll-trigger">
  1998.                            <div class="blog-image-container-v4">
  1999.                                <div class="blog-image-v4">
  2000.                                    
  2001.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2002.                                    
  2003.                                </div>
  2004.                                
  2005.                                <span class="blog-category-v4 bg-primary-gradient">
  2006.                                    News
  2007.                                </span>
  2008.                            </div>
  2009.                            
  2010.                            <div class="blog-content-v4">
  2011.                                <h3 class="blog-title-v4">
  2012.                                    <a href="/brian-harris-obituary-a-life-behind-the-lens/" class="top-color">
  2013.                                    Brian Harris Obituary: A Life Behind the Lens
  2014.                                    </a>
  2015.                                </h3>
  2016.                                <div class="blog-meta-v4">
  2017.                                    
  2018.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2019.                                    
  2020.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2021.                                    <span>•</span>
  2022.                                    <span>12 May 2026</span>
  2023.                                </div>
  2024.                                
  2025.                                <p class="blog-excerpt-v4">
  2026.                                    
  2027.                                </p>
  2028.                                
  2029.                                <div class="blog-actions-v4">
  2030.                                    
  2031.                                    <a href="/brian-harris-obituary-a-life-behind-the-lens/" class="blog-read-more-v4 bg-primary-gradient">
  2032.                                        <i class="ti-arrow-right"></i>
  2033.                                    </a>
  2034.                                </div>
  2035.                            </div>
  2036.                        </article>
  2037.                    </div>
  2038.                    
  2039.                    <div class="col-lg-6 col-md-6">
  2040.                        <article class="blog-card-v4 scroll-trigger">
  2041.                            <div class="blog-image-container-v4">
  2042.                                <div class="blog-image-v4">
  2043.                                    
  2044.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2045.                                    
  2046.                                </div>
  2047.                                
  2048.                                <span class="blog-category-v4 bg-primary-gradient">
  2049.                                    News
  2050.                                </span>
  2051.                            </div>
  2052.                            
  2053.                            <div class="blog-content-v4">
  2054.                                <h3 class="blog-title-v4">
  2055.                                    <a href="/the-met-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-masterpiece/" class="top-color">
  2056.                                    The Met Faces Lawsuit Over Supposedly Nazi-Stolen Van Gogh Masterpiece
  2057.                                    </a>
  2058.                                </h3>
  2059.                                <div class="blog-meta-v4">
  2060.                                    
  2061.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2062.                                    
  2063.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2064.                                    <span>•</span>
  2065.                                    <span>12 May 2026</span>
  2066.                                </div>
  2067.                                
  2068.                                <p class="blog-excerpt-v4">
  2069.                                    
  2070.                                </p>
  2071.                                
  2072.                                <div class="blog-actions-v4">
  2073.                                    
  2074.                                    <a href="/the-met-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-masterpiece/" class="blog-read-more-v4 bg-primary-gradient">
  2075.                                        <i class="ti-arrow-right"></i>
  2076.                                    </a>
  2077.                                </div>
  2078.                            </div>
  2079.                        </article>
  2080.                    </div>
  2081.                    
  2082.                    <div class="col-lg-6 col-md-6">
  2083.                        <article class="blog-card-v4 scroll-trigger">
  2084.                            <div class="blog-image-container-v4">
  2085.                                <div class="blog-image-v4">
  2086.                                    
  2087.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2088.                                    
  2089.                                </div>
  2090.                                
  2091.                                <span class="blog-category-v4 bg-primary-gradient">
  2092.                                    News
  2093.                                </span>
  2094.                            </div>
  2095.                            
  2096.                            <div class="blog-content-v4">
  2097.                                <h3 class="blog-title-v4">
  2098.                                    <a href="/american-lawmaker-urges-former-prince-andrew-to-testify-in-epstein-inquiry/" class="top-color">
  2099.                                    American Lawmaker Urges Former Prince Andrew to Testify in Epstein Inquiry
  2100.                                    </a>
  2101.                                </h3>
  2102.                                <div class="blog-meta-v4">
  2103.                                    
  2104.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2105.                                    
  2106.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2107.                                    <span>•</span>
  2108.                                    <span>12 May 2026</span>
  2109.                                </div>
  2110.                                
  2111.                                <p class="blog-excerpt-v4">
  2112.                                    
  2113.                                </p>
  2114.                                
  2115.                                <div class="blog-actions-v4">
  2116.                                    
  2117.                                    <a href="/american-lawmaker-urges-former-prince-andrew-to-testify-in-epstein-inquiry/" class="blog-read-more-v4 bg-primary-gradient">
  2118.                                        <i class="ti-arrow-right"></i>
  2119.                                    </a>
  2120.                                </div>
  2121.                            </div>
  2122.                        </article>
  2123.                    </div>
  2124.                    
  2125.                    <div class="col-lg-6 col-md-6">
  2126.                        <article class="blog-card-v4 scroll-trigger">
  2127.                            <div class="blog-image-container-v4">
  2128.                                <div class="blog-image-v4">
  2129.                                    
  2130.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2131.                                    
  2132.                                </div>
  2133.                                
  2134.                                <span class="blog-category-v4 bg-primary-gradient">
  2135.                                    News
  2136.                                </span>
  2137.                            </div>
  2138.                            
  2139.                            <div class="blog-content-v4">
  2140.                                <h3 class="blog-title-v4">
  2141.                                    <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-state-immunity-in-spyware-allegations/" class="top-color">
  2142.                                    The Gulf nation to Argue at UK Supreme Court Over State Immunity in Spyware Allegations
  2143.                                    </a>
  2144.                                </h3>
  2145.                                <div class="blog-meta-v4">
  2146.                                    
  2147.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2148.                                    
  2149.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2150.                                    <span>•</span>
  2151.                                    <span>12 May 2026</span>
  2152.                                </div>
  2153.                                
  2154.                                <p class="blog-excerpt-v4">
  2155.                                    
  2156.                                </p>
  2157.                                
  2158.                                <div class="blog-actions-v4">
  2159.                                    
  2160.                                    <a href="/the-gulf-nation-to-argue-at-uk-supreme-court-over-state-immunity-in-spyware-allegations/" class="blog-read-more-v4 bg-primary-gradient">
  2161.                                        <i class="ti-arrow-right"></i>
  2162.                                    </a>
  2163.                                </div>
  2164.                            </div>
  2165.                        </article>
  2166.                    </div>
  2167.                    
  2168.                    <div class="col-lg-6 col-md-6">
  2169.                        <article class="blog-card-v4 scroll-trigger">
  2170.                            <div class="blog-image-container-v4">
  2171.                                <div class="blog-image-v4">
  2172.                                    
  2173.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2174.                                    
  2175.                                </div>
  2176.                                
  2177.                                <span class="blog-category-v4 bg-primary-gradient">
  2178.                                    News
  2179.                                </span>
  2180.                            </div>
  2181.                            
  2182.                            <div class="blog-content-v4">
  2183.                                <h3 class="blog-title-v4">
  2184.                                    <a href="/the-renowned-director-clarifies-avatar-movies-are-not-made-by-computers/" class="top-color">
  2185.                                    The Renowned Director Clarifies: ‘Avatar Movies Are Not Made By Computers’
  2186.                                    </a>
  2187.                                </h3>
  2188.                                <div class="blog-meta-v4">
  2189.                                    
  2190.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2191.                                    
  2192.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2193.                                    <span>•</span>
  2194.                                    <span>11 May 2026</span>
  2195.                                </div>
  2196.                                
  2197.                                <p class="blog-excerpt-v4">
  2198.                                    
  2199.                                </p>
  2200.                                
  2201.                                <div class="blog-actions-v4">
  2202.                                    
  2203.                                    <a href="/the-renowned-director-clarifies-avatar-movies-are-not-made-by-computers/" class="blog-read-more-v4 bg-primary-gradient">
  2204.                                        <i class="ti-arrow-right"></i>
  2205.                                    </a>
  2206.                                </div>
  2207.                            </div>
  2208.                        </article>
  2209.                    </div>
  2210.                    
  2211.                    <div class="col-lg-6 col-md-6">
  2212.                        <article class="blog-card-v4 scroll-trigger">
  2213.                            <div class="blog-image-container-v4">
  2214.                                <div class="blog-image-v4">
  2215.                                    
  2216.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2217.                                    
  2218.                                </div>
  2219.                                
  2220.                                <span class="blog-category-v4 bg-primary-gradient">
  2221.                                    News
  2222.                                </span>
  2223.                            </div>
  2224.                            
  2225.                            <div class="blog-content-v4">
  2226.                                <h3 class="blog-title-v4">
  2227.                                    <a href="/shackled-isolated-and-terrified-the-harsh-situation-for-female-inmates-compelled-to-give-birth-in-incarceration/" class="top-color">
  2228.                                    Shackled, Isolated and Terrified: The Harsh Situation for Female Inmates Compelled to Give Birth in Incarceration.
  2229.                                    </a>
  2230.                                </h3>
  2231.                                <div class="blog-meta-v4">
  2232.                                    
  2233.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2234.                                    
  2235.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2236.                                    <span>•</span>
  2237.                                    <span>11 May 2026</span>
  2238.                                </div>
  2239.                                
  2240.                                <p class="blog-excerpt-v4">
  2241.                                    
  2242.                                </p>
  2243.                                
  2244.                                <div class="blog-actions-v4">
  2245.                                    
  2246.                                    <a href="/shackled-isolated-and-terrified-the-harsh-situation-for-female-inmates-compelled-to-give-birth-in-incarceration/" class="blog-read-more-v4 bg-primary-gradient">
  2247.                                        <i class="ti-arrow-right"></i>
  2248.                                    </a>
  2249.                                </div>
  2250.                            </div>
  2251.                        </article>
  2252.                    </div>
  2253.                    
  2254.                    <div class="col-lg-6 col-md-6">
  2255.                        <article class="blog-card-v4 scroll-trigger">
  2256.                            <div class="blog-image-container-v4">
  2257.                                <div class="blog-image-v4">
  2258.                                    
  2259.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2260.                                    
  2261.                                </div>
  2262.                                
  2263.                                <span class="blog-category-v4 bg-primary-gradient">
  2264.                                    News
  2265.                                </span>
  2266.                            </div>
  2267.                            
  2268.                            <div class="blog-content-v4">
  2269.                                <h3 class="blog-title-v4">
  2270.                                    <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/" class="top-color">
  2271.                                    A Account of Surprising Kindness: The Time a University Student Allowed Me to Stay on Her Dormitory Floor
  2272.                                    </a>
  2273.                                </h3>
  2274.                                <div class="blog-meta-v4">
  2275.                                    
  2276.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2277.                                    
  2278.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2279.                                    <span>•</span>
  2280.                                    <span>11 May 2026</span>
  2281.                                </div>
  2282.                                
  2283.                                <p class="blog-excerpt-v4">
  2284.                                    
  2285.                                </p>
  2286.                                
  2287.                                <div class="blog-actions-v4">
  2288.                                    
  2289.                                    <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/" class="blog-read-more-v4 bg-primary-gradient">
  2290.                                        <i class="ti-arrow-right"></i>
  2291.                                    </a>
  2292.                                </div>
  2293.                            </div>
  2294.                        </article>
  2295.                    </div>
  2296.                    
  2297.                    <div class="col-lg-6 col-md-6">
  2298.                        <article class="blog-card-v4 scroll-trigger">
  2299.                            <div class="blog-image-container-v4">
  2300.                                <div class="blog-image-v4">
  2301.                                    
  2302.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2303.                                    
  2304.                                </div>
  2305.                                
  2306.                                <span class="blog-category-v4 bg-primary-gradient">
  2307.                                    News
  2308.                                </span>
  2309.                            </div>
  2310.                            
  2311.                            <div class="blog-content-v4">
  2312.                                <h3 class="blog-title-v4">
  2313.                                    <a href="/among-those-devastated-debris-of-an-apartment-block-i-found-a-volume-i-had-rendered/" class="top-color">
  2314.                                    Among those Devastated Debris of an Apartment Block, I Found a Volume I Had Rendered
  2315.                                    </a>
  2316.                                </h3>
  2317.                                <div class="blog-meta-v4">
  2318.                                    
  2319.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2320.                                    
  2321.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2322.                                    <span>•</span>
  2323.                                    <span>11 May 2026</span>
  2324.                                </div>
  2325.                                
  2326.                                <p class="blog-excerpt-v4">
  2327.                                    
  2328.                                </p>
  2329.                                
  2330.                                <div class="blog-actions-v4">
  2331.                                    
  2332.                                    <a href="/among-those-devastated-debris-of-an-apartment-block-i-found-a-volume-i-had-rendered/" class="blog-read-more-v4 bg-primary-gradient">
  2333.                                        <i class="ti-arrow-right"></i>
  2334.                                    </a>
  2335.                                </div>
  2336.                            </div>
  2337.                        </article>
  2338.                    </div>
  2339.                    
  2340.                    <div class="col-lg-6 col-md-6">
  2341.                        <article class="blog-card-v4 scroll-trigger">
  2342.                            <div class="blog-image-container-v4">
  2343.                                <div class="blog-image-v4">
  2344.                                    
  2345.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2346.                                    
  2347.                                </div>
  2348.                                
  2349.                                <span class="blog-category-v4 bg-primary-gradient">
  2350.                                    News
  2351.                                </span>
  2352.                            </div>
  2353.                            
  2354.                            <div class="blog-content-v4">
  2355.                                <h3 class="blog-title-v4">
  2356.                                    <a href="/three-game-pass-titles-we-are-enjoying-this-weekend-oct-10-12/" class="top-color">
  2357.                                    Three Game Pass Titles We Are Enjoying This Weekend (Oct. 10-12)
  2358.                                    </a>
  2359.                                </h3>
  2360.                                <div class="blog-meta-v4">
  2361.                                    
  2362.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2363.                                    
  2364.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2365.                                    <span>•</span>
  2366.                                    <span>11 May 2026</span>
  2367.                                </div>
  2368.                                
  2369.                                <p class="blog-excerpt-v4">
  2370.                                    
  2371.                                </p>
  2372.                                
  2373.                                <div class="blog-actions-v4">
  2374.                                    
  2375.                                    <a href="/three-game-pass-titles-we-are-enjoying-this-weekend-oct-10-12/" class="blog-read-more-v4 bg-primary-gradient">
  2376.                                        <i class="ti-arrow-right"></i>
  2377.                                    </a>
  2378.                                </div>
  2379.                            </div>
  2380.                        </article>
  2381.                    </div>
  2382.                    
  2383.                    <div class="col-lg-6 col-md-6">
  2384.                        <article class="blog-card-v4 scroll-trigger">
  2385.                            <div class="blog-image-container-v4">
  2386.                                <div class="blog-image-v4">
  2387.                                    
  2388.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2389.                                    
  2390.                                </div>
  2391.                                
  2392.                                <span class="blog-category-v4 bg-primary-gradient">
  2393.                                    News
  2394.                                </span>
  2395.                            </div>
  2396.                            
  2397.                            <div class="blog-content-v4">
  2398.                                <h3 class="blog-title-v4">
  2399.                                    <a href="/daily-existence-for-120000-displaced-people-in-the-massive-refugee-camp-on-the-malians-border/" class="top-color">
  2400.                                    Daily Existence for 120,000 Displaced People in the Massive Refugee Camp on the Malians Border.
  2401.                                    </a>
  2402.                                </h3>
  2403.                                <div class="blog-meta-v4">
  2404.                                    
  2405.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2406.                                    
  2407.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2408.                                    <span>•</span>
  2409.                                    <span>11 May 2026</span>
  2410.                                </div>
  2411.                                
  2412.                                <p class="blog-excerpt-v4">
  2413.                                    
  2414.                                </p>
  2415.                                
  2416.                                <div class="blog-actions-v4">
  2417.                                    
  2418.                                    <a href="/daily-existence-for-120000-displaced-people-in-the-massive-refugee-camp-on-the-malians-border/" class="blog-read-more-v4 bg-primary-gradient">
  2419.                                        <i class="ti-arrow-right"></i>
  2420.                                    </a>
  2421.                                </div>
  2422.                            </div>
  2423.                        </article>
  2424.                    </div>
  2425.                    
  2426.                    <div class="col-lg-6 col-md-6">
  2427.                        <article class="blog-card-v4 scroll-trigger">
  2428.                            <div class="blog-image-container-v4">
  2429.                                <div class="blog-image-v4">
  2430.                                    
  2431.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2432.                                    
  2433.                                </div>
  2434.                                
  2435.                                <span class="blog-category-v4 bg-primary-gradient">
  2436.                                    News
  2437.                                </span>
  2438.                            </div>
  2439.                            
  2440.                            <div class="blog-content-v4">
  2441.                                <h3 class="blog-title-v4">
  2442.                                    <a href="/the-way-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-flee-venezuela/" class="top-color">
  2443.                                    The Way a American Special Forces Vet Aided the Venezuelan Opposition Leader Flee Venezuela
  2444.                                    </a>
  2445.                                </h3>
  2446.                                <div class="blog-meta-v4">
  2447.                                    
  2448.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;"  class="blog-author-img-v4">
  2449.                                    
  2450.                                    <span>By <strong>Jocelyn Jenkins</strong></span>
  2451.                                    <span>•</span>
  2452.                                    <span>11 May 2026</span>
  2453.                                </div>
  2454.                                
  2455.                                <p class="blog-excerpt-v4">
  2456.                                    
  2457.                                </p>
  2458.                                
  2459.                                <div class="blog-actions-v4">
  2460.                                    
  2461.                                    <a href="/the-way-a-american-special-forces-vet-aided-the-venezuelan-opposition-leader-flee-venezuela/" class="blog-read-more-v4 bg-primary-gradient">
  2462.                                        <i class="ti-arrow-right"></i>
  2463.                                    </a>
  2464.                                </div>
  2465.                            </div>
  2466.                        </article>
  2467.                    </div>
  2468.                    
  2469.                    
  2470.  
  2471.                </div>
  2472.            </div>
  2473.            
  2474.             <div class="col col-lg-4 col-12">
  2475.                
  2476.  
  2477.  
  2478.  
  2479.    
  2480.  
  2481.  
  2482. <!-- Blog Sidebar V2 - Focused Design -->
  2483. <div class="sidebar">
  2484.  <!-- Recent Posts Section -->
  2485.  <div class="sidebar-widget mb-4">
  2486.    <div class="widget-title-wrapper mb-3">
  2487.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2488.        <i class="ti-time me-2"></i>Recent Posts
  2489.        <span class="title-arrow-primary"></span>
  2490.      </h4>
  2491.    </div>
  2492.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2493.      <div class="recent-post-list">
  2494.      
  2495.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2496.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2497.              
  2498.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2499.              
  2500.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2501.          </div>
  2502.          <div class="post-content flex-grow-1">
  2503.            <h6 class="post-title mb-2">
  2504.               <a href="/mastering-the-art-of-talk-romance-like-zoomer-51-ultra-specific-words-for-love-sex-and-questionable-conduct/" class="text-decoration-none top-color fw-semibold lh-sm">
  2505.                                            Mastering the Art of Talk Romance Like Zoomer: 51 Ultra-Specific Words for Love, Sex and Questionable Conduct
  2506.                                            </a>
  2507.            </h6>
  2508.            <div class="post-meta">
  2509.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2510.              <!-- <small class="text-muted">
  2511.                <i class="ti-eye me-1"></i>348 views
  2512.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2513.              </small> -->
  2514.            </div>
  2515.          </div>
  2516.        </div>
  2517.        
  2518.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2519.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2520.              
  2521.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2522.              
  2523.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2524.          </div>
  2525.          <div class="post-content flex-grow-1">
  2526.            <h6 class="post-title mb-2">
  2527.               <a href="/donald-trump-and-his-followers-imagine-a-world-without-international-law-but-they-are-unlikely-to-attain-this-goal/" class="text-decoration-none top-color fw-semibold lh-sm">
  2528.                                            Donald Trump and His Followers Imagine a World Without International Law – But They Are Unlikely to Attain This Goal
  2529.                                            </a>
  2530.            </h6>
  2531.            <div class="post-meta">
  2532.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2533.              <!-- <small class="text-muted">
  2534.                <i class="ti-eye me-1"></i>348 views
  2535.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2536.              </small> -->
  2537.            </div>
  2538.          </div>
  2539.        </div>
  2540.        
  2541.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2542.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2543.              
  2544.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2545.              
  2546.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2547.          </div>
  2548.          <div class="post-content flex-grow-1">
  2549.            <h6 class="post-title mb-2">
  2550.               <a href="/sweden-squad-lineup-isak-named-while-viktor-gyokeres-excluded/" class="text-decoration-none top-color fw-semibold lh-sm">
  2551.                                            Sweden Squad Lineup: Isak Named While Viktor Gyokeres Excluded
  2552.                                            </a>
  2553.            </h6>
  2554.            <div class="post-meta">
  2555.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2556.              <!-- <small class="text-muted">
  2557.                <i class="ti-eye me-1"></i>348 views
  2558.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2559.              </small> -->
  2560.            </div>
  2561.          </div>
  2562.        </div>
  2563.        
  2564.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2565.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2566.              
  2567.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2568.              
  2569.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2570.          </div>
  2571.          <div class="post-content flex-grow-1">
  2572.            <h6 class="post-title mb-2">
  2573.               <a href="/uae-declines-to-join-gazan-security-force-lacking-defined-legal-framework/" class="text-decoration-none top-color fw-semibold lh-sm">
  2574.                                            UAE Declines to Join Gazan Security Force Lacking Defined Legal Framework
  2575.                                            </a>
  2576.            </h6>
  2577.            <div class="post-meta">
  2578.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2579.              <!-- <small class="text-muted">
  2580.                <i class="ti-eye me-1"></i>348 views
  2581.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2582.              </small> -->
  2583.            </div>
  2584.          </div>
  2585.        </div>
  2586.        
  2587.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2588.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2589.              
  2590.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2591.              
  2592.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2593.          </div>
  2594.          <div class="post-content flex-grow-1">
  2595.            <h6 class="post-title mb-2">
  2596.               <a href="/virginias-new-governor-creates-a-landmark-as-virginias-initial-woman-governor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2597.                                            Virginia&#x27;s New Governor Creates a Landmark as Virginia&#x27;s Initial Woman Governor
  2598.                                            </a>
  2599.            </h6>
  2600.            <div class="post-meta">
  2601.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2602.              <!-- <small class="text-muted">
  2603.                <i class="ti-eye me-1"></i>348 views
  2604.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2605.              </small> -->
  2606.            </div>
  2607.          </div>
  2608.        </div>
  2609.        
  2610.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2611.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2612.              
  2613.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2614.              
  2615.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2616.          </div>
  2617.          <div class="post-content flex-grow-1">
  2618.            <h6 class="post-title mb-2">
  2619.               <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-seeing-the-actor-play-him-on-screen/" class="text-decoration-none top-color fw-semibold lh-sm">
  2620.                                            ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Seeing The Actor Play Him On Screen
  2621.                                            </a>
  2622.            </h6>
  2623.            <div class="post-meta">
  2624.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2625.              <!-- <small class="text-muted">
  2626.                <i class="ti-eye me-1"></i>348 views
  2627.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2628.              </small> -->
  2629.            </div>
  2630.          </div>
  2631.        </div>
  2632.        
  2633.  
  2634.      </div>
  2635.  
  2636.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2637.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2638.      </div> -->
  2639.    </div>
  2640.  </div>
  2641.  
  2642.    
  2643.  <div class="sidebar-widget mb-4">
  2644.    <div class="widget-title-wrapper mb-3">
  2645.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2646.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2647.        <span class="title-arrow"></span>
  2648.      </h4>
  2649.    </div>
  2650.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2651.      <div class="blog-roll-list scrollable-sidebar">
  2652.        
  2653.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2654.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2655.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2656.              <i class="ti-angle-right me-2 text-primary"></i>
  2657.               online casino
  2658.            </h6>
  2659.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2660.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2661.            </div> -->
  2662.          </a>
  2663.        </div>
  2664.          
  2665.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2666.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2667.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2668.              <i class="ti-angle-right me-2 text-primary"></i>
  2669.               online casinos
  2670.            </h6>
  2671.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2672.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2673.            </div> -->
  2674.          </a>
  2675.        </div>
  2676.          
  2677.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2678.          <a href="https://eyewitnessmediahub.com/" class="text-decoration-none ">
  2679.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2680.              <i class="ti-angle-right me-2 text-primary"></i>
  2681.               canadian online casinos
  2682.            </h6>
  2683.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2684.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2685.            </div> -->
  2686.          </a>
  2687.        </div>
  2688.          
  2689.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  2691.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2692.              <i class="ti-angle-right me-2 text-primary"></i>
  2693.               meilleur casino en ligne canada
  2694.            </h6>
  2695.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2696.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2697.            </div> -->
  2698.          </a>
  2699.        </div>
  2700.          
  2701.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2702.          <a href="https://www.cgq-qgc.ca/" class="text-decoration-none ">
  2703.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2704.              <i class="ti-angle-right me-2 text-primary"></i>
  2705.               meilleurs casinos en ligne
  2706.            </h6>
  2707.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2708.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2709.            </div> -->
  2710.          </a>
  2711.        </div>
  2712.          
  2713.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  2715.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2716.              <i class="ti-angle-right me-2 text-primary"></i>
  2717.               online betting sites
  2718.            </h6>
  2719.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2720.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2721.            </div> -->
  2722.          </a>
  2723.        </div>
  2724.          
  2725.      </div>
  2726.  
  2727.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2728.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2729.      </div> -->
  2730.    </div>
  2731.  </div>
  2732.    
  2733.  <div class="sidebar-widget mb-4">
  2734.    <div class="widget-title-wrapper mb-3">
  2735.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2736.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2737.        <span class="title-arrow"></span>
  2738.      </h4>
  2739.    </div>
  2740.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2741.      <div class="blog-roll-list scrollable-sidebar">
  2742.        
  2743.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2744.          <a href="https://www.thelonelyhour.com/" class="text-decoration-none ">
  2745.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2746.              <i class="ti-angle-right me-2 text-primary"></i>
  2747.               online casino
  2748.            </h6>
  2749.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2750.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2751.            </div> -->
  2752.          </a>
  2753.        </div>
  2754.          
  2755.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2756.          <a href="https://www.gameshub.com/canada/online-casinos" class="text-decoration-none ">
  2757.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2758.              <i class="ti-angle-right me-2 text-primary"></i>
  2759.               online casino
  2760.            </h6>
  2761.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2762.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2763.            </div> -->
  2764.          </a>
  2765.        </div>
  2766.          
  2767.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2769.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.              <i class="ti-angle-right me-2 text-primary"></i>
  2771.               fast withdrawal casino
  2772.            </h6>
  2773.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2774.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2775.            </div> -->
  2776.          </a>
  2777.        </div>
  2778.          
  2779.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2780.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2781.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2782.              <i class="ti-angle-right me-2 text-primary"></i>
  2783.               online casino canada
  2784.            </h6>
  2785.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2786.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2787.            </div> -->
  2788.          </a>
  2789.        </div>
  2790.          
  2791.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2792.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2793.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.              <i class="ti-angle-right me-2 text-primary"></i>
  2795.               best online casino canada
  2796.            </h6>
  2797.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2798.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2799.            </div> -->
  2800.          </a>
  2801.        </div>
  2802.          
  2803.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2805.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.              <i class="ti-angle-right me-2 text-primary"></i>
  2807.               online casino canada
  2808.            </h6>
  2809.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2810.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2811.            </div> -->
  2812.          </a>
  2813.        </div>
  2814.          
  2815.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2816.          <a href="https://6park.news/" class="text-decoration-none ">
  2817.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2818.              <i class="ti-angle-right me-2 text-primary"></i>
  2819.               interac online casino
  2820.            </h6>
  2821.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2822.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2823.            </div> -->
  2824.          </a>
  2825.        </div>
  2826.          
  2827.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2828.          <a href="https://www.accessibilitychrc.ca/" class="text-decoration-none ">
  2829.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.              <i class="ti-angle-right me-2 text-primary"></i>
  2831.               canadian online casinos
  2832.            </h6>
  2833.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2834.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2835.            </div> -->
  2836.          </a>
  2837.        </div>
  2838.          
  2839.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2840.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  2841.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2842.              <i class="ti-angle-right me-2 text-primary"></i>
  2843.               ontario online casino
  2844.            </h6>
  2845.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2846.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2847.            </div> -->
  2848.          </a>
  2849.        </div>
  2850.          
  2851.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2852.          <a href="https://www.dresshead.com/" class="text-decoration-none ">
  2853.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2854.              <i class="ti-angle-right me-2 text-primary"></i>
  2855.               online casinos
  2856.            </h6>
  2857.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2858.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2859.            </div> -->
  2860.          </a>
  2861.        </div>
  2862.          
  2863.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2864.          <a href="https://camanjs.com/" class="text-decoration-none ">
  2865.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2866.              <i class="ti-angle-right me-2 text-primary"></i>
  2867.               online casinos
  2868.            </h6>
  2869.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2870.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2871.            </div> -->
  2872.          </a>
  2873.        </div>
  2874.          
  2875.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2876.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2877.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2878.              <i class="ti-angle-right me-2 text-primary"></i>
  2879.               online casino
  2880.            </h6>
  2881.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2882.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2883.            </div> -->
  2884.          </a>
  2885.        </div>
  2886.          
  2887.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2888.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2889.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2890.              <i class="ti-angle-right me-2 text-primary"></i>
  2891.               online casinos
  2892.            </h6>
  2893.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2894.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2895.            </div> -->
  2896.          </a>
  2897.        </div>
  2898.          
  2899.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2900.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2901.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2902.              <i class="ti-angle-right me-2 text-primary"></i>
  2903.               online casino
  2904.            </h6>
  2905.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2906.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2907.            </div> -->
  2908.          </a>
  2909.        </div>
  2910.          
  2911.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2912.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2913.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2914.              <i class="ti-angle-right me-2 text-primary"></i>
  2915.               best online casinos
  2916.            </h6>
  2917.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2918.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2919.            </div> -->
  2920.          </a>
  2921.        </div>
  2922.          
  2923.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2924.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2925.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2926.              <i class="ti-angle-right me-2 text-primary"></i>
  2927.               best online casinos
  2928.            </h6>
  2929.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2930.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2931.            </div> -->
  2932.          </a>
  2933.        </div>
  2934.          
  2935.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2937.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2938.              <i class="ti-angle-right me-2 text-primary"></i>
  2939.               gambling sites not on GamStop
  2940.            </h6>
  2941.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2942.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2943.            </div> -->
  2944.          </a>
  2945.        </div>
  2946.          
  2947.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.          <a href="https://esportsinsider.com/ca/gambling/online-casinos-canada" class="text-decoration-none ">
  2949.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.              <i class="ti-angle-right me-2 text-primary"></i>
  2951.               online casinos canada
  2952.            </h6>
  2953.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2954.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2955.            </div> -->
  2956.          </a>
  2957.        </div>
  2958.          
  2959.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2960.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2961.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2962.              <i class="ti-angle-right me-2 text-primary"></i>
  2963.               interac online casino
  2964.            </h6>
  2965.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2966.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2967.            </div> -->
  2968.          </a>
  2969.        </div>
  2970.          
  2971.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.          <a href="https://www.pgldevonshire.org.uk/" class="text-decoration-none ">
  2973.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2974.              <i class="ti-angle-right me-2 text-primary"></i>
  2975.               best credit card casinos
  2976.            </h6>
  2977.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2978.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2979.            </div> -->
  2980.          </a>
  2981.        </div>
  2982.          
  2983.      </div>
  2984.  
  2985.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2986.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2987.      </div> -->
  2988.    </div>
  2989.  </div>
  2990.    
  2991.  <div class="sidebar-widget mb-4">
  2992.    <div class="widget-title-wrapper mb-3">
  2993.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2994.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2995.        <span class="title-arrow"></span>
  2996.      </h4>
  2997.    </div>
  2998.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2999.      <div class="blog-roll-list scrollable-sidebar">
  3000.        
  3001.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  3003.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.              <i class="ti-angle-right me-2 text-primary"></i>
  3005.               online casino canada
  3006.            </h6>
  3007.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3008.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3009.            </div> -->
  3010.          </a>
  3011.        </div>
  3012.          
  3013.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3014.          <a href="https://www.accordrstm.ca/" class="text-decoration-none ">
  3015.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3016.              <i class="ti-angle-right me-2 text-primary"></i>
  3017.               casino en ligne canadien
  3018.            </h6>
  3019.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3020.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3021.            </div> -->
  3022.          </a>
  3023.        </div>
  3024.          
  3025.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3027.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.              <i class="ti-angle-right me-2 text-primary"></i>
  3029.               online casino canada
  3030.            </h6>
  3031.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3032.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3033.            </div> -->
  3034.          </a>
  3035.        </div>
  3036.          
  3037.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.          <a href="https://savinglivesatbirth.net/" class="text-decoration-none ">
  3039.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.              <i class="ti-angle-right me-2 text-primary"></i>
  3041.               online casino
  3042.            </h6>
  3043.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3044.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3045.            </div> -->
  3046.          </a>
  3047.        </div>
  3048.          
  3049.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3050.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  3051.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3052.              <i class="ti-angle-right me-2 text-primary"></i>
  3053.               betting sites
  3054.            </h6>
  3055.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3056.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3057.            </div> -->
  3058.          </a>
  3059.        </div>
  3060.          
  3061.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.          <a href="https://wirkn.com/" class="text-decoration-none ">
  3063.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.              <i class="ti-angle-right me-2 text-primary"></i>
  3065.               betting sites
  3066.            </h6>
  3067.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3068.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3069.            </div> -->
  3070.          </a>
  3071.        </div>
  3072.          
  3073.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  3075.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.              <i class="ti-angle-right me-2 text-primary"></i>
  3077.               best online casinos
  3078.            </h6>
  3079.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3080.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3081.            </div> -->
  3082.          </a>
  3083.        </div>
  3084.          
  3085.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3087.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3088.              <i class="ti-angle-right me-2 text-primary"></i>
  3089.               fast withdrawal casino
  3090.            </h6>
  3091.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3092.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3093.            </div> -->
  3094.          </a>
  3095.        </div>
  3096.          
  3097.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.          <a href="https://www.lejournaldesherbrooke.ca/" class="text-decoration-none ">
  3099.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.              <i class="ti-angle-right me-2 text-primary"></i>
  3101.               meilleur casino en ligne
  3102.            </h6>
  3103.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3104.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3105.            </div> -->
  3106.          </a>
  3107.        </div>
  3108.          
  3109.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.          <a href="https://www.irec.net/" class="text-decoration-none ">
  3111.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.              <i class="ti-angle-right me-2 text-primary"></i>
  3113.               casino en ligne canada
  3114.            </h6>
  3115.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3116.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3117.            </div> -->
  3118.          </a>
  3119.        </div>
  3120.          
  3121.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.          <a href="https://globalfrp.org/" class="text-decoration-none ">
  3123.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3124.              <i class="ti-angle-right me-2 text-primary"></i>
  3125.               best online casinos
  3126.            </h6>
  3127.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3128.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3129.            </div> -->
  3130.          </a>
  3131.        </div>
  3132.          
  3133.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  3135.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.              <i class="ti-angle-right me-2 text-primary"></i>
  3137.               betting sites canada
  3138.            </h6>
  3139.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3140.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3141.            </div> -->
  3142.          </a>
  3143.        </div>
  3144.          
  3145.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.          <a href="https://margelo.io/" class="text-decoration-none ">
  3147.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.              <i class="ti-angle-right me-2 text-primary"></i>
  3149.               new betting sites
  3150.            </h6>
  3151.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3152.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3153.            </div> -->
  3154.          </a>
  3155.        </div>
  3156.          
  3157.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3159.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3160.              <i class="ti-angle-right me-2 text-primary"></i>
  3161.               new casino canada
  3162.            </h6>
  3163.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3164.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3165.            </div> -->
  3166.          </a>
  3167.        </div>
  3168.          
  3169.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.          <a href="https://abortionincanada.ca/" class="text-decoration-none ">
  3171.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.              <i class="ti-angle-right me-2 text-primary"></i>
  3173.               canadian online casinos
  3174.            </h6>
  3175.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3176.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3177.            </div> -->
  3178.          </a>
  3179.        </div>
  3180.          
  3181.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.          <a href="https://www.cannellevanille.com/" class="text-decoration-none ">
  3183.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3184.              <i class="ti-angle-right me-2 text-primary"></i>
  3185.               canadian online casinos
  3186.            </h6>
  3187.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3188.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3189.            </div> -->
  3190.          </a>
  3191.        </div>
  3192.          
  3193.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  3195.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3196.              <i class="ti-angle-right me-2 text-primary"></i>
  3197.               online casino canada
  3198.            </h6>
  3199.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3200.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3201.            </div> -->
  3202.          </a>
  3203.        </div>
  3204.          
  3205.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3206.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3207.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3208.              <i class="ti-angle-right me-2 text-primary"></i>
  3209.               online casinos
  3210.            </h6>
  3211.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3212.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3213.            </div> -->
  3214.          </a>
  3215.        </div>
  3216.          
  3217.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3218.          <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none ">
  3219.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3220.              <i class="ti-angle-right me-2 text-primary"></i>
  3221.               top online casinos
  3222.            </h6>
  3223.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3224.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3225.            </div> -->
  3226.          </a>
  3227.        </div>
  3228.          
  3229.      </div>
  3230.  
  3231.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3232.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3233.      </div> -->
  3234.    </div>
  3235.  </div>
  3236.    
  3237.  <div class="sidebar-widget mb-4">
  3238.    <div class="widget-title-wrapper mb-3">
  3239.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3240.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3241.        <span class="title-arrow"></span>
  3242.      </h4>
  3243.    </div>
  3244.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3245.      <div class="blog-roll-list scrollable-sidebar">
  3246.        
  3247.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3249.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3250.              <i class="ti-angle-right me-2 text-primary"></i>
  3251.               non gamstop sports betting
  3252.            </h6>
  3253.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3254.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3255.            </div> -->
  3256.          </a>
  3257.        </div>
  3258.          
  3259.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  3261.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3262.              <i class="ti-angle-right me-2 text-primary"></i>
  3263.               online casinos
  3264.            </h6>
  3265.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3266.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3267.            </div> -->
  3268.          </a>
  3269.        </div>
  3270.          
  3271.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3272.          <a href="https://www.actualite-de-la-formation.fr/" class="text-decoration-none ">
  3273.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3274.              <i class="ti-angle-right me-2 text-primary"></i>
  3275.               casino en ligne
  3276.            </h6>
  3277.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3278.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3279.            </div> -->
  3280.          </a>
  3281.        </div>
  3282.          
  3283.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.          <a href="https://microtop.ca/" class="text-decoration-none ">
  3285.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3286.              <i class="ti-angle-right me-2 text-primary"></i>
  3287.               online casinos canada
  3288.            </h6>
  3289.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3290.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3291.            </div> -->
  3292.          </a>
  3293.        </div>
  3294.          
  3295.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3297.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.              <i class="ti-angle-right me-2 text-primary"></i>
  3299.               online casinos canada
  3300.            </h6>
  3301.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3302.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3303.            </div> -->
  3304.          </a>
  3305.        </div>
  3306.          
  3307.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3308.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3309.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3310.              <i class="ti-angle-right me-2 text-primary"></i>
  3311.               fast withdrawal casino
  3312.            </h6>
  3313.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3314.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3315.            </div> -->
  3316.          </a>
  3317.        </div>
  3318.          
  3319.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3321.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3322.              <i class="ti-angle-right me-2 text-primary"></i>
  3323.               online casino canada
  3324.            </h6>
  3325.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3326.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3327.            </div> -->
  3328.          </a>
  3329.        </div>
  3330.          
  3331.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.          <a href="https://micharity.com/" class="text-decoration-none ">
  3333.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3334.              <i class="ti-angle-right me-2 text-primary"></i>
  3335.               online casinos canada
  3336.            </h6>
  3337.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3338.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3339.            </div> -->
  3340.          </a>
  3341.        </div>
  3342.          
  3343.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3344.          <a href="https://cojcr.org/" class="text-decoration-none ">
  3345.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3346.              <i class="ti-angle-right me-2 text-primary"></i>
  3347.               online casino
  3348.            </h6>
  3349.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3350.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3351.            </div> -->
  3352.          </a>
  3353.        </div>
  3354.          
  3355.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.          <a href="https://daydreaminginparadise.com/" class="text-decoration-none ">
  3357.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3358.              <i class="ti-angle-right me-2 text-primary"></i>
  3359.               online casino
  3360.            </h6>
  3361.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3362.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3363.            </div> -->
  3364.          </a>
  3365.        </div>
  3366.          
  3367.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  3369.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3370.              <i class="ti-angle-right me-2 text-primary"></i>
  3371.               online casino
  3372.            </h6>
  3373.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3374.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3375.            </div> -->
  3376.          </a>
  3377.        </div>
  3378.          
  3379.      </div>
  3380.  
  3381.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3382.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3383.      </div> -->
  3384.    </div>
  3385.  </div>
  3386.    
  3387.  <!-- <div class="sidebar-widget">
  3388.    <div class="widget-title-wrapper mb-3">
  3389.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3390.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3391.        <span class="title-arrow"></span>
  3392.      </h4>
  3393.    </div>
  3394.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3395.      <div class="blog-roll-list">
  3396.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3397.          <a href="#" class="text-decoration-none">
  3398.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3399.              <i class="ti-angle-right me-2 text-primary"></i>
  3400.              Complete Guide to Django REST Framework
  3401.            </h6>
  3402.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3403.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3404.            </div>
  3405.          </a>
  3406.        </div>
  3407.  
  3408.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3409.          <a href="#" class="text-decoration-none">
  3410.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3411.              <i class="ti-angle-right me-2 text-primary"></i>
  3412.              Modern JavaScript ES2025 Features
  3413.            </h6>
  3414.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3415.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3416.            </div>
  3417.          </a>
  3418.        </div>
  3419.  
  3420.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3421.          <a href="#" class="text-decoration-none">
  3422.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.              <i class="ti-angle-right me-2 text-primary"></i>
  3424.              Digital Marketing Trends in 2025
  3425.            </h6>
  3426.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3427.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3428.            </div>
  3429.          </a>
  3430.        </div>
  3431.  
  3432.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3433.          <a href="#" class="text-decoration-none">
  3434.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3435.              <i class="ti-angle-right me-2 text-primary"></i>
  3436.              Remote Work Best Practices
  3437.            </h6>
  3438.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3439.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3440.            </div>
  3441.          </a>
  3442.        </div>
  3443.  
  3444.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3445.          <a href="#" class="text-decoration-none">
  3446.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3447.              <i class="ti-angle-right me-2 text-primary"></i>
  3448.              Sustainable Living Tips for Beginners
  3449.            </h6>
  3450.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3451.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3452.            </div>
  3453.          </a>
  3454.        </div>
  3455.  
  3456.        <div class="blog-roll-item">
  3457.          <a href="#" class="text-decoration-none">
  3458.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.              <i class="ti-angle-right me-2 text-primary"></i>
  3460.              AI and Machine Learning Basics
  3461.            </h6>
  3462.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3463.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3464.            </div>
  3465.          </a>
  3466.        </div>
  3467.      </div>
  3468.  
  3469.      <div class="text-center mt-4 pt-3 border-top border-light">
  3470.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3471.      </div>
  3472.    </div>
  3473.  </div> -->
  3474. </div>
  3475.  
  3476. <!-- Sidebar V2 Styles -->
  3477. <style>
  3478.  .sidebar-widget {
  3479.    position: relative;
  3480.  }
  3481.  
  3482.  .widget-title {
  3483.    font-size: 1.1rem;
  3484.    font-weight: 700;
  3485.    display: inline-block;
  3486.    position: relative;
  3487.    z-index: 2;
  3488.    border-radius: 0;
  3489.  }
  3490.  
  3491.  /* Green arrow for August Blog Roll */
  3492.  .title-arrow::after {
  3493.    content: '';
  3494.    position: absolute;
  3495.    top: 0;
  3496.    right: -22px;
  3497.    width: 0;
  3498.    height: 0;
  3499.    border-left: 22px solid var(--bs-primary);
  3500.    border-top: 22px solid transparent;
  3501.    border-bottom: 22px solid transparent;
  3502.    z-index: 1;
  3503.  }
  3504.  
  3505.  /* Blue arrow for Recent Posts */
  3506.  .title-arrow-primary::after {
  3507.    content: '';
  3508.    position: absolute;
  3509.    top: 0;
  3510.    right: -22px;
  3511.    width: 0;
  3512.    height: 0;
  3513.    border-left: 22px solid var(--bs-primary);
  3514.    border-top: 22px solid transparent;
  3515.    border-bottom: 22px solid transparent;
  3516.    z-index: 1;
  3517.  }
  3518.  
  3519.  .widget-content {
  3520.    margin-top: -1px;
  3521.    position: relative;
  3522.    z-index: 1;
  3523.    background-color: var(--card-bg);
  3524.  }
  3525.  
  3526.  /* Blog Roll Items Hover Effects */
  3527.  .blog-roll-item:hover .blog-title {
  3528.    color: #198754 !important;
  3529.    transform: translateX(5px);
  3530.    transition: all 0.3s ease;
  3531.  }
  3532.  
  3533.  /* Recent Post Items Hover Effects */
  3534.  .recent-post-item:hover .post-title a {
  3535.    color: #0d6efd !important;
  3536.    transition: color 0.3s ease;
  3537.  }
  3538.  
  3539.  .recent-post-item:hover .post-image img {
  3540.    transform: scale(1.05);
  3541.    transition: transform 0.3s ease;
  3542.  }
  3543.  
  3544.  /* Button Hover Effects */
  3545.  .btn:hover {
  3546.    transform: translateY(-2px);
  3547.    transition: all 0.3s ease;
  3548.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3549.  }
  3550.  
  3551.  /* Badge Hover Effects */
  3552.  .badge:hover {
  3553.    transform: scale(1.05);
  3554.    transition: transform 0.3s ease;
  3555.  }
  3556.  
  3557.  @media (max-width: 991px) {
  3558.    .sidebar {
  3559.      margin-top: 3rem;
  3560.    }
  3561.  }
  3562.  
  3563.  @media (max-width: 576px) {
  3564.    .widget-title {
  3565.      font-size: 1rem;
  3566.      padding: 0.75rem 1rem !important;
  3567.    }
  3568.  
  3569.    .title-arrow::after,
  3570.    .title-arrow-primary::after {
  3571.      right: -18px;
  3572.      border-left-width: 18px;
  3573.      border-top-width: 18px;
  3574.      border-bottom-width: 18px;
  3575.    }
  3576.  
  3577.    .post-image {
  3578.      width: 70px !important;
  3579.      height: 55px !important;
  3580.    }
  3581.  
  3582.    .blog-meta {
  3583.      flex-direction: column !important;
  3584.      align-items: flex-start !important;
  3585.      gap: 0.5rem;
  3586.    }
  3587.  }
  3588. </style>
  3589.  
  3590.    
  3591.            </div>
  3592.        </div>
  3593.    </div>
  3594. </section>
  3595.  
  3596. <script>
  3597. document.addEventListener('DOMContentLoaded', function() {
  3598.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3599.    const observerOptions = {
  3600.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3601.        rootMargin: '0px 0px -100px 0px'
  3602.    };
  3603.  
  3604.    // Group cards into pairs (assuming two cards per row)
  3605.    const cards = document.querySelectorAll('.scroll-trigger');
  3606.    const cardPairs = [];
  3607.    for (let i = 0; i < cards.length; i += 2) {
  3608.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3609.    }
  3610.  
  3611.    const observer = new IntersectionObserver(function(entries) {
  3612.        entries.forEach(entry => {
  3613.            const card = entry.target;
  3614.            // Find the pair index for the current card
  3615.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3616.            const pair = cardPairs[pairIndex];
  3617.  
  3618.            if (entry.isIntersecting) {
  3619.                // Fade in the pair with a delay based on pair index
  3620.                pair.forEach((cardInPair, index) => {
  3621.                    setTimeout(() => {
  3622.                        cardInPair.classList.add('active');
  3623.                    }, pairIndex * 300); // 300ms delay between pairs
  3624.                });
  3625.            } else {
  3626.                // Fade out the pair when exiting viewport
  3627.                pair.forEach(cardInPair => {
  3628.                    cardInPair.classList.remove('active');
  3629.                });
  3630.            }
  3631.        });
  3632.    }, observerOptions);
  3633.  
  3634.    // Observe each card individually
  3635.    cards.forEach(card => {
  3636.        observer.observe(card);
  3637.    });
  3638. });
  3639. </script>
  3640.  
  3641.    
  3642.        
  3643.        <!-- end wpo-blog-highlights-section -->
  3644.        <!-- start wpo-blog-sponsored-section -->
  3645.        
  3646.  
  3647.  
  3648.  
  3649.    
  3650.  
  3651.  
  3652.  
  3653. <style>
  3654.    .sponsored-section-v2 {
  3655.        padding: 0 0 60px;
  3656.    }
  3657.    
  3658.    .sponsored-card-v2 {
  3659.        background: var(--body-bg);
  3660.        border-radius: 12px;
  3661.        overflow: hidden;
  3662.        transition: all 0.3s ease;
  3663.        border: none;
  3664.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3665.        height: 100%;
  3666.    }
  3667.    
  3668.    .sponsored-card-v2:hover {
  3669.        transform: translateY(-4px);
  3670.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3671.    }
  3672.    
  3673.    .sponsored-image-v2 {
  3674.        position: relative;
  3675.        overflow: hidden;
  3676.        height: 180px;
  3677.    }
  3678.    
  3679.    .sponsored-image-v2 img {
  3680.        width: 100%;
  3681.        height: 100%;
  3682.        object-fit: cover;
  3683.        transition: transform 0.3s ease;
  3684.    }
  3685.    
  3686.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3687.        transform: scale(1.05);
  3688.    }
  3689.    
  3690.    .sponsored-badge-v2 {
  3691.        position: absolute;
  3692.        top: 12px;
  3693.        left: 12px;
  3694.        padding: 6px 12px;
  3695.        border-radius: 15px;
  3696.        font-size: 10px;
  3697.        font-weight: 600;
  3698.        text-transform: uppercase;
  3699.        letter-spacing: 0.5px;
  3700.        color: white;
  3701.    }
  3702.    
  3703.    .sponsored-content-v2 {
  3704.        padding: 20px;
  3705.    }
  3706.    
  3707.    .sponsored-title-v2 {
  3708.        font-size: 16px;
  3709.        font-weight: 600;
  3710.        line-height: 1.4;
  3711.        margin-bottom: 15px;
  3712.        min-height: 44px;
  3713.    }
  3714.    
  3715.    .sponsored-title-v2 a {
  3716.        text-decoration: none;
  3717.        transition: color 0.3s ease;
  3718.    }
  3719.    
  3720.    .sponsored-meta-v2 {
  3721.        display: flex;
  3722.        align-items: center;
  3723.        gap: 10px;
  3724.        font-size: 12px;
  3725.    }
  3726.    
  3727.    .sponsored-author-img-v2 {
  3728.        width: 28px;
  3729.        height: 28px;
  3730.        border-radius: 50%;
  3731.        object-fit: cover;
  3732.    }
  3733.    
  3734.    .section-title-sponsored-v2 {
  3735.        font-size: 2.5rem;
  3736.        font-weight: 700;
  3737.        text-align: center;
  3738.        margin-bottom: 20px;
  3739.        text-transform: capitalize;
  3740.    }
  3741.  
  3742.    @media (max-width: 768px) {
  3743.        .sponsored-section-v2 {
  3744.            padding: 0px 0 40px;
  3745.        }
  3746.        .section-title-sponsored-v2 {
  3747.            font-size: 2rem;
  3748.        }
  3749.        .sponsored-content-v2 {
  3750.            padding: 16px;
  3751.        }
  3752.    }
  3753. </style>
  3754.  
  3755. <section class="sponsored-section-v2">
  3756.    <div class="container-fluid fluid-container">
  3757.        <div class="row">
  3758.            <div class="col-12">
  3759.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3760.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3761.            </div>
  3762.        </div>
  3763.        
  3764.        <div class="row g-4">
  3765.            
  3766.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3767.                <div class="card sponsored-card-v2">
  3768.                    <div class="sponsored-image-v2">
  3769.                        
  3770.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3771.                        
  3772.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3773.                    </div>
  3774.                    <div class="sponsored-content-v2">
  3775.                        <h3 class="sponsored-title-v2">
  3776.                            <a href="/mastering-the-art-of-talk-romance-like-zoomer-51-ultra-specific-words-for-love-sex-and-questionable-conduct/" class="top-color">
  3777.                            Mastering the Art of Talk Romance Like Zoomer: 51 Ultra-Specific Words for Love, Sex and Questionable Conduct
  3778.                            </a>
  3779.                        </h3>
  3780.                        <div class="sponsored-meta-v2">
  3781.                            
  3782.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3783.                            
  3784.                            <span class="top-color">By Jocelyn Jenkins</span>
  3785.                            <span class="top-color">•</span>
  3786.                            <span class="top-color">11 May 2026</span>
  3787.                        </div>
  3788.                    </div>
  3789.                </div>
  3790.            </div>
  3791.            
  3792.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3793.                <div class="card sponsored-card-v2">
  3794.                    <div class="sponsored-image-v2">
  3795.                        
  3796.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3797.                        
  3798.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3799.                    </div>
  3800.                    <div class="sponsored-content-v2">
  3801.                        <h3 class="sponsored-title-v2">
  3802.                            <a href="/donald-trump-and-his-followers-imagine-a-world-without-international-law-but-they-are-unlikely-to-attain-this-goal/" class="top-color">
  3803.                            Donald Trump and His Followers Imagine a World Without International Law – But They Are Unlikely to Attain This Goal
  3804.                            </a>
  3805.                        </h3>
  3806.                        <div class="sponsored-meta-v2">
  3807.                            
  3808.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3809.                            
  3810.                            <span class="top-color">By Jocelyn Jenkins</span>
  3811.                            <span class="top-color">•</span>
  3812.                            <span class="top-color">10 May 2026</span>
  3813.                        </div>
  3814.                    </div>
  3815.                </div>
  3816.            </div>
  3817.            
  3818.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3819.                <div class="card sponsored-card-v2">
  3820.                    <div class="sponsored-image-v2">
  3821.                        
  3822.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3823.                        
  3824.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3825.                    </div>
  3826.                    <div class="sponsored-content-v2">
  3827.                        <h3 class="sponsored-title-v2">
  3828.                            <a href="/sweden-squad-lineup-isak-named-while-viktor-gyokeres-excluded/" class="top-color">
  3829.                            Sweden Squad Lineup: Isak Named While Viktor Gyokeres Excluded
  3830.                            </a>
  3831.                        </h3>
  3832.                        <div class="sponsored-meta-v2">
  3833.                            
  3834.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3835.                            
  3836.                            <span class="top-color">By Jocelyn Jenkins</span>
  3837.                            <span class="top-color">•</span>
  3838.                            <span class="top-color">10 May 2026</span>
  3839.                        </div>
  3840.                    </div>
  3841.                </div>
  3842.            </div>
  3843.            
  3844.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3845.                <div class="card sponsored-card-v2">
  3846.                    <div class="sponsored-image-v2">
  3847.                        
  3848.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3849.                        
  3850.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3851.                    </div>
  3852.                    <div class="sponsored-content-v2">
  3853.                        <h3 class="sponsored-title-v2">
  3854.                            <a href="/uae-declines-to-join-gazan-security-force-lacking-defined-legal-framework/" class="top-color">
  3855.                            UAE Declines to Join Gazan Security Force Lacking Defined Legal Framework
  3856.                            </a>
  3857.                        </h3>
  3858.                        <div class="sponsored-meta-v2">
  3859.                            
  3860.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3861.                            
  3862.                            <span class="top-color">By Jocelyn Jenkins</span>
  3863.                            <span class="top-color">•</span>
  3864.                            <span class="top-color">10 May 2026</span>
  3865.                        </div>
  3866.                    </div>
  3867.                </div>
  3868.            </div>
  3869.            
  3870.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3871.                <div class="card sponsored-card-v2">
  3872.                    <div class="sponsored-image-v2">
  3873.                        
  3874.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3875.                        
  3876.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3877.                    </div>
  3878.                    <div class="sponsored-content-v2">
  3879.                        <h3 class="sponsored-title-v2">
  3880.                            <a href="/virginias-new-governor-creates-a-landmark-as-virginias-initial-woman-governor/" class="top-color">
  3881.                            Virginia&#x27;s New Governor Creates a Landmark as Virginia&#x27;s Initial Woman Governor
  3882.                            </a>
  3883.                        </h3>
  3884.                        <div class="sponsored-meta-v2">
  3885.                            
  3886.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3887.                            
  3888.                            <span class="top-color">By Jocelyn Jenkins</span>
  3889.                            <span class="top-color">•</span>
  3890.                            <span class="top-color">10 May 2026</span>
  3891.                        </div>
  3892.                    </div>
  3893.                </div>
  3894.            </div>
  3895.            
  3896.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3897.                <div class="card sponsored-card-v2">
  3898.                    <div class="sponsored-image-v2">
  3899.                        
  3900.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3901.                        
  3902.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3903.                    </div>
  3904.                    <div class="sponsored-content-v2">
  3905.                        <h3 class="sponsored-title-v2">
  3906.                            <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-seeing-the-actor-play-him-on-screen/" class="top-color">
  3907.                            ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Seeing The Actor Play Him On Screen
  3908.                            </a>
  3909.                        </h3>
  3910.                        <div class="sponsored-meta-v2">
  3911.                            
  3912.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d078b441-3a6f-464e-b93d-dcab60491bda_profile.png" alt="Jocelyn Jenkins" style="object-fit: cover;" class="sponsored-author-img-v2">
  3913.                            
  3914.                            <span class="top-color">By Jocelyn Jenkins</span>
  3915.                            <span class="top-color">•</span>
  3916.                            <span class="top-color">10 May 2026</span>
  3917.                        </div>
  3918.                    </div>
  3919.                </div>
  3920.            </div>
  3921.            
  3922.        </div>
  3923.    </div>
  3924. </section>
  3925.  
  3926.  
  3927.    
  3928.        <!-- end wpo-blog-sponsored-section -->
  3929.        <!-- start wpo-subscribe-section -->
  3930.        
  3931.        <!-- end subscribe-section -->
  3932.        <!-- start of wpo-site-footer-section -->
  3933.        
  3934.  
  3935.  
  3936.  
  3937.  
  3938.  
  3939.  
  3940. <footer class="wpo-site-footer-v2 ">
  3941.    
  3942.    <!-- Main Footer Content -->
  3943.    <div class="container-fluid fluid-container">
  3944.        
  3945.        <!-- Step 1: Brand Section -->
  3946.        <div class="footer-brand-section">
  3947.            <div class="row justify-content-center">
  3948.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3949.                    <div class="brand-wrapper">
  3950.                        
  3951.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6fc1c88c-5ea1-40ec-9e5b-e5cf1b3abb6e_logo.png" alt="RippleCore" class="footer-logo mb-3" loading="lazy">
  3952.                        
  3953.                        <h2 class="brand-title">RippleCore</h2>
  3954.                        <p class="brand-description">RippleCore provides insights into blockchain technology, cryptocurrency trends, and digital innovation. Stay updated with expert analysis and tutorials.</p>
  3955.                        
  3956.                    </div>
  3957.                </div>
  3958.            </div>
  3959.        </div>
  3960.  
  3961.        <!-- Step 2: Content Columns with Separators -->
  3962.        <div class="footer-content-section">
  3963.            <div class="content-divider"></div>
  3964.            
  3965.            <div class="row">
  3966.                
  3967.                <!-- Column 1: Important Links -->
  3968.                <div class="col-lg-6 col-md-6 col-12">
  3969.                    <div class="footer-column">
  3970.                        <div class="column-header">
  3971.                            <span class="column-number bg-primary-gradient">01</span>
  3972.                            <h6 class="column-title">Important Pages</h6>
  3973.                        </div>
  3974.                        <div class="column-content">
  3975.                            <ul class="footer-links">
  3976.                                
  3977.                                <li>
  3978.                                    <a href="/russia-restricts-snapchat-and-limits-apples-facetime-state-media-say/" class="footer-link">
  3979.                                        Russia Restricts Snapchat and Limits Apple&#x27;s FaceTime, State Media Say
  3980.                                    </a>
  3981.                                </li>
  3982.                                
  3983.                                <li>
  3984.                                    <a href="/chernobyl-disaster-containment-structure-can-no-longer-effectively-blocks-harmful-radiation-requires-significant-repair-iaea/" class="footer-link">
  3985.                                        Chernobyl Disaster Containment Structure Can No Longer Effectively Blocks Harmful Radiation, Requires Significant Repair – IAEA
  3986.                                    </a>
  3987.                                </li>
  3988.                                
  3989.                                <li>
  3990.                                    <a href="/the-gunners-host-wolves-in-key-top-flight-encounter/" class="footer-link">
  3991.                                        The Gunners Host Wolves in Key Top-Flight Encounter
  3992.                                    </a>
  3993.                                </li>
  3994.                                
  3995.                                <li>
  3996.                                    <a href="/neanderthals-and-early-humans-were-likely-engaging-in-intimate-contact-researchers-suggest/" class="footer-link">
  3997.                                        Neanderthals and Early Humans Were Likely Engaging in Intimate Contact, Researchers Suggest
  3998.                                    </a>
  3999.                                </li>
  4000.                                
  4001.                                <li>
  4002.                                    <a href="/performer-refutes-anti-vaxxer-views-after-voicing-controversial-pandemic-film/" class="footer-link">
  4003.                                        Performer Refutes Anti-Vaxxer Views After Voicing Controversial Pandemic Film
  4004.                                    </a>
  4005.                                </li>
  4006.                                
  4007.                                <li>
  4008.                                    <a href="/volcano-mahameru-eruption-in-indonesia-prompts-evacuations/" class="footer-link">
  4009.                                        Volcano Mahameru Eruption in Indonesia Prompts Evacuations
  4010.                                    </a>
  4011.                                </li>
  4012.                                
  4013.                            </ul>
  4014.                        </div>
  4015.                    </div>
  4016.                </div>
  4017.  
  4018.                <!-- Column 2: External Links -->
  4019.                 <div class="col-lg-6 col-md-6 col-12">
  4020.                    <div class="footer-column">
  4021.                        <div class="column-header">
  4022.                            <span class="column-number bg-primary-gradient">02</span>
  4023.                            <h6 class="column-title">External Resources</h6>
  4024.                        </div>
  4025.                       <div class="column-content">
  4026.    <ul class="footer-links" id="footerLinks">
  4027.        
  4028.        
  4029.  
  4030.        
  4031.        
  4032.        
  4033.        
  4034.    </ul>
  4035. </div>
  4036.  
  4037.                    </div>
  4038.                </div>
  4039.  
  4040.                <!-- Column 3: Categories -->
  4041.                <div class="col-lg-6 col-md-6 col-12">
  4042.                    <div class="footer-column">
  4043.                        <div class="column-header">
  4044.                            <span class="column-number bg-primary-gradient">02</span>
  4045.                            <h6 class="column-title">Categories</h6>
  4046.                        </div>
  4047.                        <div class="column-content">
  4048.                            <ul class="footer-links">
  4049.                                
  4050.                                <li>
  4051.                                    <a href="/category/all-posts/" class="footer-link">
  4052.                                        All Posts
  4053.                                    </a>
  4054.                                </li>
  4055.                                
  4056.                                <li>
  4057.                                    <a href="/category/business/" class="footer-link">
  4058.                                        Business
  4059.                                    </a>
  4060.                                </li>
  4061.                                
  4062.                                <li>
  4063.                                    <a href="/category/esports/" class="footer-link">
  4064.                                        Esports
  4065.                                    </a>
  4066.                                </li>
  4067.                                
  4068.                                <li>
  4069.                                    <a href="/category/fashion/" class="footer-link">
  4070.                                        Fashion
  4071.                                    </a>
  4072.                                </li>
  4073.                                
  4074.                                <li>
  4075.                                    <a href="/category/featured/" class="footer-link">
  4076.                                        Featured
  4077.                                    </a>
  4078.                                </li>
  4079.                                
  4080.                                <li>
  4081.                                    <a href="/category/gaming/" class="footer-link">
  4082.                                        Gaming
  4083.                                    </a>
  4084.                                </li>
  4085.                                
  4086.                            </ul>
  4087.                        </div>
  4088.                    </div>
  4089.                </div>
  4090.  
  4091.            </div>
  4092.        </div>
  4093.  
  4094.        <!-- Step 3: Footer Bottom -->
  4095.        <div class="footer-bottom-section">
  4096.            <div class="bottom-divider"></div>
  4097.            <div class="d-flex justify-content-between flex-wrap">
  4098.                <div class="">
  4099.                    <p class="copyright-text">
  4100.                        &copy; 2026 <strong>RippleCore</strong> • All rights reserved
  4101.                    </p>
  4102.                </div>
  4103.                <div class="">
  4104.                    <nav class="footer-nav">
  4105.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4106.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4107.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4108.                    </nav>
  4109.                </div>
  4110.            </div>
  4111.        </div>
  4112.  
  4113.    </div>
  4114.  
  4115.    <!-- Background Elements -->
  4116.    <div class="footer-bg-elements">
  4117.        <div class="bg-circle circle-1"></div>
  4118.        <div class="bg-circle circle-2"></div>
  4119.        <div class="bg-line line-1"></div>
  4120.        <div class="bg-line line-2"></div>
  4121.    </div>
  4122.  
  4123. </footer>
  4124.  
  4125. <style>
  4126. /* Footer V2 - Clean Blog Design */
  4127. .wpo-site-footer-v2 {
  4128.    color: var(--footer-color);
  4129.    background-color: var(--card-bg);
  4130.    margin-top: 100px;
  4131. }
  4132.  
  4133.  
  4134.  
  4135. /* Step 2: Brand Section */
  4136. .footer-brand-section {
  4137.    position: relative;
  4138.    z-index: 2;
  4139.    padding: 120px 0 60px;
  4140. }
  4141.  
  4142. .brand-wrapper {
  4143.    max-width: 600px;
  4144.    margin: 0 auto;
  4145. }
  4146.  
  4147. .footer-logo {
  4148.    max-height: 60px;
  4149.    width: auto;
  4150.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4151. }
  4152.  
  4153. .brand-title {
  4154.    font-size: 2.2rem;
  4155.    font-weight: 800;
  4156.    color: var(--footer-color);
  4157.    margin-bottom: 1rem;
  4158.    letter-spacing: -0.02em;
  4159. }
  4160.  
  4161. .brand-description {
  4162.    font-size: 1.1rem;
  4163.    color: var(--footer-color);
  4164.    line-height: 1.6;
  4165.    opacity: .7;
  4166.    margin-bottom: 0;
  4167. }
  4168.  
  4169. /* Step 3: Content Section */
  4170. .footer-content-section {
  4171.    position: relative;
  4172.    z-index: 2;
  4173.    padding: 60px 0;
  4174. }
  4175.  
  4176.  
  4177. .footer-column {
  4178.    margin-bottom: 40px;
  4179.    padding: 0 20px;
  4180. }
  4181.  
  4182. .column-header {
  4183.    display: flex;
  4184.    align-items: center;
  4185.    margin-bottom: 25px;
  4186.    padding-bottom: 15px;
  4187.    border-bottom: 2px solid var(--border-color);
  4188. }
  4189.  
  4190. .column-number {
  4191.    width: 35px;
  4192.    height: 35px;
  4193.    border-radius: 10px;
  4194.    display: flex;
  4195.    align-items: center;
  4196.    justify-content: center;
  4197.    font-weight: 700;
  4198.    font-size: 0.9rem;
  4199.    margin-right: 15px;
  4200. }
  4201.  
  4202. .column-title {
  4203.    font-size: 1.1rem;
  4204.    font-weight: 700;
  4205.    color: var(--footer-color) !important;
  4206.    margin: 0;
  4207. }
  4208.  
  4209. .column-content {
  4210.    padding-left: 50px;
  4211. }
  4212.  
  4213. /* Footer Links */
  4214. .footer-links {
  4215.    list-style: none;
  4216.    padding: 0;
  4217.    margin: 0;
  4218. }
  4219.  
  4220. .footer-links li {
  4221.    margin-bottom: 12px;
  4222.    position: relative;
  4223. }
  4224.  
  4225. .footer-link {
  4226.    color: var(--footer-color) !important;
  4227.    text-decoration: none;
  4228.    font-size: 0.95rem;
  4229.    line-height: 1.5;
  4230.    transition: all 0.8s ease;
  4231.    position: relative;
  4232.    display: inline-flex;
  4233.    align-items: center;
  4234. }
  4235.  
  4236. .footer-link:hover {
  4237.    color: var(--bs-primary);
  4238.    padding-left: 8px;
  4239. }
  4240.  
  4241. .footer-link::before {
  4242.    content: '';
  4243.    position: absolute;
  4244.    left: -15px;
  4245.    top: 50%;
  4246.    transform: translateY(-50%);
  4247.    width: 4px;
  4248.    height: 4px;
  4249.    background: var(--bs-primary);
  4250.    border-radius: 50%;
  4251.    opacity: 0;
  4252.    transition: opacity 0.3s ease;
  4253. }
  4254.  
  4255. .footer-link:hover::before {
  4256.    opacity: 1;
  4257. }
  4258.  
  4259. /* Step 4: Footer Bottom */
  4260. .footer-bottom-section {
  4261.    position: relative;
  4262.    z-index: 2;
  4263.    padding: 30px 0;
  4264. }
  4265.  
  4266. .bottom-divider {
  4267.    width: 100%;
  4268.    height: 1px;
  4269.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4270.    margin-bottom: 30px;
  4271. }
  4272.  
  4273. .copyright-text {
  4274.    color: var(--footer-color);
  4275.    font-size: 0.9rem;
  4276.    margin: 0;
  4277.    line-height: 1.6;
  4278. }
  4279.  
  4280. .footer-nav {
  4281.    display: flex;
  4282.    align-items: center;
  4283.    gap: 20px;
  4284.    justify-content: center;
  4285. }
  4286.  
  4287. .footer-nav-link {
  4288.    color: var(--footer-color) !important;
  4289.    text-decoration: none;
  4290.    font-size: 0.9rem;
  4291.    font-weight: 500;
  4292.    transition: color 0.3s ease;
  4293.    position: relative;
  4294. }
  4295.  
  4296. .footer-nav-link:hover {
  4297.    color: var(--bs-primary);
  4298. }
  4299.  
  4300. .footer-nav-link::after {
  4301.    content: '';
  4302.    position: absolute;
  4303.    bottom: -5px;
  4304.    left: 0;
  4305.    width: 0;
  4306.    height: 2px;
  4307.    background: var(--bs-primary) !important;
  4308.    transition: width 0.3s ease;
  4309. }
  4310.  
  4311. .footer-nav-link:hover::after {
  4312.    width: 100%;
  4313. }
  4314.  
  4315. /* Responsive Design */
  4316. @media (max-width: 992px) {
  4317.    .footer-brand-section {
  4318.        padding: 100px 0 50px;
  4319.    }
  4320.    
  4321.    .brand-title {
  4322.        font-size: 1.8rem;
  4323.    }
  4324.    
  4325.    .column-content {
  4326.        padding-left: 0;
  4327.        padding-top: 10px;
  4328.    }
  4329.    
  4330.    .column-header {
  4331.        flex-direction: column;
  4332.        align-items: flex-start;
  4333.        gap: 10px;
  4334.    }
  4335.    
  4336.    .column-number {
  4337.        align-self: center;
  4338.    }
  4339. }
  4340.  
  4341. @media (max-width: 768px) {
  4342.    .footer-brand-section {
  4343.        padding: 80px 0 40px;
  4344.    }
  4345.    
  4346.    .brand-title {
  4347.        font-size: 1.6rem;
  4348.    }
  4349.    
  4350.    .newsletter-inline {
  4351.        padding: 1.5rem;
  4352.        margin: 0 15px;
  4353.    }
  4354.    
  4355.    .newsletter-form .input-group {
  4356.        flex-direction: column;
  4357.    }
  4358.    
  4359.    .btn-newsletter {
  4360.        border-radius: 0 0 12px 12px;
  4361.    }
  4362.    
  4363.    .newsletter-input {
  4364.        border-radius: 12px 12px 0 0;
  4365.    }
  4366.    
  4367.    .footer-column {
  4368.        padding: 0 15px;
  4369.        margin-bottom: 35px;
  4370.    }
  4371.    
  4372.    .footer-nav {
  4373.        flex-direction: column;
  4374.        gap: 15px;
  4375.        margin-top: 20px;
  4376.    }
  4377. }
  4378.  
  4379. @media (max-width: 576px) {
  4380.    .footer-brand-section {
  4381.        padding: 60px 0 30px;
  4382.    }
  4383.    
  4384.    .brand-title {
  4385.        font-size: 1.4rem;
  4386.    }
  4387.    
  4388.    .brand-description {
  4389.        font-size: 1rem;
  4390.    }
  4391.    
  4392.    .newsletter-title {
  4393.        font-size: 1.1rem;
  4394.    }
  4395.    
  4396.    .column-title {
  4397.        font-size: 1rem;
  4398.    }
  4399.    
  4400.    .footer-column {
  4401.        padding: 0 10px;
  4402.    }
  4403.    
  4404.    .bg-circle, .bg-line {
  4405.        display: none;
  4406.    }
  4407. }
  4408.  
  4409. /* Minimal Animation */
  4410. .footer-column {
  4411.    transition: opacity 0.3s ease;
  4412. }
  4413.  
  4414. .footer-column:hover {
  4415.    opacity: 0.9;
  4416. }
  4417. </style>
  4418.  
  4419. <!-- Bootstrap 5 JS -->
  4420.  
  4421. <script>
  4422. // Scroll to Top Function
  4423. function scrollToTop() {
  4424.    window.scrollTo({
  4425.        top: 0,
  4426.        behavior: 'smooth'
  4427.    });
  4428. }
  4429.  
  4430. // Initialize Footer V2 Features
  4431. document.addEventListener('DOMContentLoaded', function() {
  4432.    
  4433.    // Newsletter Form Enhancement
  4434.    const newsletterForm = document.querySelector('.newsletter-form');
  4435.    if (newsletterForm) {
  4436.        newsletterForm.addEventListener('submit', function(e) {
  4437.            e.preventDefault(); // Remove this in actual implementation
  4438.            
  4439.            const submitBtn = this.querySelector('.btn-newsletter');
  4440.            const originalText = submitBtn.textContent;
  4441.            
  4442.            submitBtn.textContent = 'Subscribing...';
  4443.            submitBtn.disabled = true;
  4444.            
  4445.            // Simulate form processing
  4446.            setTimeout(() => {
  4447.                submitBtn.textContent = 'Subscribed!';
  4448.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4449.                
  4450.                setTimeout(() => {
  4451.                    submitBtn.textContent = originalText;
  4452.                    submitBtn.disabled = false;
  4453.                    submitBtn.style.background = '';
  4454.                    this.reset();
  4455.                }, 2000);
  4456.            }, 1500);
  4457.        });
  4458.    }
  4459.    
  4460.    // Smooth reveal for columns on scroll
  4461.    const observerOptions = {
  4462.        threshold: 0.1,
  4463.        rootMargin: '0px 0px -50px 0px'
  4464.    };
  4465.    
  4466.    const observer = new IntersectionObserver((entries) => {
  4467.        entries.forEach(entry => {
  4468.            if (entry.isIntersecting) {
  4469.                entry.target.style.opacity = '1';
  4470.                entry.target.style.transform = 'translateY(0)';
  4471.            }
  4472.        });
  4473.    }, observerOptions);
  4474.    
  4475.    // Initially hide columns for animation
  4476.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4477.        column.style.opacity = '0';
  4478.        column.style.transform = 'translateY(20px)';
  4479.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4480.        observer.observe(column);
  4481.    });
  4482.    
  4483.    // Prevent default for placeholder links
  4484.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4485.        link.addEventListener('click', function(e) {
  4486.            e.preventDefault();
  4487.        });
  4488.    });
  4489. });
  4490.  
  4491. document.addEventListener('DOMContentLoaded', function () {
  4492.    var btn = document.getElementById('toggleFooterLinks');
  4493.    if (!btn) return; // No extra links, no button
  4494.  
  4495.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4496.  
  4497.    btn.addEventListener('click', function () {
  4498.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4499.            return li.classList.contains('d-none');
  4500.        });
  4501.  
  4502.        extras.forEach(function (li) {
  4503.            if (anyHidden) {
  4504.                li.classList.remove('d-none');
  4505.                li.classList.add('show');
  4506.            } else {
  4507.                li.classList.add('d-none');
  4508.                li.classList.remove('show');
  4509.            }
  4510.        });
  4511.  
  4512.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4513.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4514.    });
  4515. });
  4516.  
  4517. </script>
  4518.  
  4519.        <!-- end of wpo-site-footer-section -->
  4520.    </div>
  4521.    <!-- end of page-wrapper -->
  4522.  
  4523.    <!-- All JavaScript files
  4524.    ================================================== -->
  4525.    
  4526.  
  4527. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4528. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4529. <!-- Plugins for this template -->
  4530. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4531. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4532. <!-- Custom script for this template -->
  4533. <script src="/static/blogapp/assets/js/script.js"></script>
  4534.  
  4535. <script>
  4536. (function () {
  4537. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4538. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4539.  
  4540. function applyFallback(img) {
  4541. if (!img || img.dataset.fallbackApplied === "1") {
  4542. return;
  4543. }
  4544. var failedSrc = img.currentSrc || img.src || "";
  4545. img.dataset.fallbackApplied = "1";
  4546. img.onerror = null;
  4547. img.src = fallbackImageSrc;
  4548. console.warn("[ImageFallback] Replaced broken image:", {
  4549. failedSrc: failedSrc,
  4550. fallbackSrc: fallbackImageSrc,
  4551. alt: img.alt || "",
  4552. });
  4553. }
  4554.  
  4555. document.querySelectorAll("img").forEach(function (img) {
  4556. if (img.complete && img.naturalWidth === 0) {
  4557. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4558. failedSrc: img.currentSrc || img.src || "",
  4559. alt: img.alt || "",
  4560. });
  4561. applyFallback(img);
  4562. }
  4563. });
  4564.  
  4565. document.addEventListener(
  4566. "error",
  4567. function (event) {
  4568. var target = event.target;
  4569. if (target && target.tagName === "IMG") {
  4570. applyFallback(target);
  4571. }
  4572. },
  4573. true
  4574. );
  4575. })();
  4576. </script>
  4577.  
  4578. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4579.  
  4580.  
  4581.  
  4582. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0ff4ce6f774d4d0ea4022fbb16201467","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4583. </body>
  4584.  
  4585. </html>
  4586.  
  4587.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda