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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_98_ZsDkzDY_WS6upiy_2QZV1Oc.png">
  14.    
  15.  
  16.    <title>NetraCore: AI Solutions for Modern Business Challenges</title>
  17.    <meta name="description" content="NetraCore provides cutting-edge AI and machine learning solutions to help businesses optimize operations and drive innovation in today&#x27;s digital landscape.">
  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://netracore.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #b7410e;
  42.        --bs-primary-rgb: b7410e;
  43.        --bs-secondary: #8b5a2b;
  44.        --bs-success: #228b22;
  45.        --bs-danger: #8b0000;
  46.        --bs-warning: #cd853f;
  47.        --bs-info: #d2691e;
  48.        --bs-light: #fffaf0;
  49.        --bs-dark: #3c2005;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #b7410e;
  53.        --theme-primary-color-s2: #b7410e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c2005;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c2005;
  59.        --border-color: #deb887;
  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: #f5deb3;
  75.        --navbar-color: #3c2005;
  76.        --topbar-bg: #fffaf0;
  77.        --topbar-color: #3c2005;
  78.        --footer-bg: #3c2005;
  79.        --footer-color: #fffaf0;
  80.        --card-bg: #ffffff;
  81.        --card-border: #deb887;
  82.        --card-radius: 10px;
  83.        --link-color: #b7410e;
  84.        --link-hover: #9a3412;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(183, 65, 14, 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_35">
  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="/sitting-with-sir-alex-and-getting-knocked-out-a-photographers-tales/" class="px-5 top-color">
  425.                    Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Tales
  426.                  </a>
  427.              
  428.               <a href="/californias-governor-rejects-early-release-for-cult-member-patricia-krenwinkel/" class="px-5 top-color">
  429.                    California&#x27;s Governor Rejects Early Release for Cult Member Patricia Krenwinkel
  430.                  </a>
  431.              
  432.               <a href="/person-of-interest-in-ivy-league-campus-shooting-found-discovered-dead-inside-storage-facility/" class="px-5 top-color">
  433.                    Person of Interest in Ivy League Campus Shooting Found Discovered Dead Inside Storage Facility.
  434.                  </a>
  435.              
  436.               <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="px-5 top-color">
  437.                    To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi
  438.                  </a>
  439.              
  440.               <a href="/body-of-triathlete-seemingly-killed-by-predator-found-on-californian-beach/" class="px-5 top-color">
  441.                    Body of Triathlete Seemingly Killed by Predator Found on Californian Beach
  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. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  477.  <div class="container-fluid fluid-container  ">
  478.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  479.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  480.        <!-- Mobile Brand & Search -->
  481.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  482.          
  483.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a082c991-1512-4528-a676-938c19962e6c_logo.png" alt="NetraCore" />
  484.          
  485.        </a>
  486.        <div class="flex-grow-1 d-xl-none d-flex">
  487.          <form class="search-wrapper-v1">
  488.            <input type="search" class="form-control search-input-v1" id="search-input"
  489.              placeholder="Search articles..." aria-label="Search content" />
  490.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  491.              <circle cx="11" cy="11" r="8"></circle>
  492.              <path d="m21 21-4.35-4.35"></path>
  493.            </svg>
  494.          </form>
  495.          <!-- The search results will be displayed here -->
  496.          <div id="search-results" class="search-results-container"></div>
  497.        </div>
  498.  
  499.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  500.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  501.          aria-label="Toggle navigation">
  502.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  503.            <line x1="3" y1="6" x2="21" y2="6"></line>
  504.            <line x1="3" y1="12" x2="21" y2="12"></line>
  505.            <line x1="3" y1="18" x2="21" y2="18"></line>
  506.          </svg>
  507.        </button>
  508.  
  509.        <!-- Desktop Layout -->
  510.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  511.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a082c991-1512-4528-a676-938c19962e6c_logo.png" alt="" />
  512.        </a>
  513.  
  514.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  515.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  516.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  517.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  518.              <circle cx="11" cy="11" r="8"></circle>
  519.              <path d="m21 21-4.35-4.35"></path>
  520.            </svg>
  521.          </form>
  522.           <!-- The search results will be displayed here -->
  523.          <div id="search-results1" class="search-results-container search-v1"></div>
  524.        </div>
  525.        <!-- Navigation Menu -->
  526.      </div>
  527.      <div class="collapse justify-content-end" id="navCollapse-v1">
  528.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  529.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  530.            <div class="d-xl-flex align-items-center gap-2">
  531.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  532.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  533.                <span>More</span>
  534.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  535.                  <circle cx="12" cy="12" r="1"></circle>
  536.                  <circle cx="19" cy="12" r="1"></circle>
  537.                  <circle cx="5" cy="12" r="1"></circle>
  538.                </svg>
  539.              </button>
  540.            </div>
  541.          </li> -->
  542.          <li class="nav-item mb-3">
  543.            <a class="navlink-v1" href="/">
  544.              Home
  545.            </a>
  546.          </li>
  547.          
  548.           <li class="nav-item mb-3">
  549.            <a class="navlink-v1" href="/category/all-posts/">
  550.              All Posts
  551.            </a>
  552.            </li>
  553.            
  554.  
  555.                
  556.                
  557.            
  558.           <li class="nav-item mb-3">
  559.            <a class="navlink-v1" href="/category/business/">
  560.              Business
  561.            </a>
  562.            </li>
  563.            
  564.  
  565.                
  566.                
  567.            
  568.           <li class="nav-item mb-3">
  569.            <a class="navlink-v1" href="/category/esports/">
  570.              Esports
  571.            </a>
  572.            </li>
  573.            
  574.  
  575.                
  576.                
  577.            
  578.           <li class="nav-item mb-3">
  579.            <a class="navlink-v1" href="/category/fashion/">
  580.              Fashion
  581.            </a>
  582.            </li>
  583.            
  584.  
  585.                
  586.                
  587.            
  588.           <li class="nav-item mb-3">
  589.            <a class="navlink-v1" href="/category/featured/">
  590.              Featured
  591.            </a>
  592.            </li>
  593.            
  594.  
  595.                
  596.                
  597.            
  598.          
  599.            <li class="nav-item mb-3 dropdown">
  600.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  601.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  602.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  603.                <li>
  604.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  605.                    Gaming
  606.                  </a>
  607.                </li>
  608.                
  609.  
  610.                
  611.                
  612.            
  613.          
  614.                <li>
  615.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  616.                    Health
  617.                  </a>
  618.                </li>
  619.                
  620.  
  621.                
  622.                
  623.            
  624.          
  625.                <li>
  626.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  627.                    Life &amp; Fitness
  628.                  </a>
  629.                </li>
  630.                
  631.  
  632.                
  633.                
  634.            
  635.          
  636.                <li>
  637.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  638.                    Lifestyle
  639.                  </a>
  640.                </li>
  641.                
  642.  
  643.                
  644.                
  645.            
  646.          
  647.                <li>
  648.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  649.                    News
  650.                  </a>
  651.                </li>
  652.                
  653.  
  654.                
  655.                
  656.            
  657.          
  658.                <li>
  659.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  660.                    Others
  661.                  </a>
  662.                </li>
  663.                
  664.  
  665.                
  666.                
  667.            
  668.          
  669.                <li>
  670.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  671.                    Politics
  672.                  </a>
  673.                </li>
  674.                
  675.  
  676.                
  677.                
  678.            
  679.          
  680.                <li>
  681.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  682.                    Sports
  683.                  </a>
  684.                </li>
  685.                
  686.  
  687.                
  688.                
  689.            
  690.          
  691.                <li>
  692.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  693.                    Tech
  694.                  </a>
  695.                </li>
  696.                
  697.  
  698.                
  699.                
  700.            
  701.          
  702.                <li>
  703.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  704.                    Travel
  705.                  </a>
  706.                </li>
  707.                
  708.  
  709.                
  710.                
  711.              </ul>
  712.            </li>
  713.            
  714.            
  715.            <li class="nav-item mb-3">
  716.              <a class="navlink-v1" href="/page/contact-us/">
  717.                Contact Us
  718.              </a>
  719.            </li>
  720.            <li class="nav-item d-xl-none mt-2">
  721.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  722.                data-bs-target="#sidebar-v1">
  723.                More Options
  724.              </button>
  725.            </li>
  726.        </ul>
  727.      </div>
  728.    </nav>
  729.  </div>
  730.  
  731. </header>
  732.  
  733. <!-- Sidebar -->
  734. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  735.  <div class="offcanvas-header border-bottom">
  736.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  737.      Latest Updates
  738.    </h5>
  739.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  740.  </div>
  741.  <div class="offcanvas-body p-3">
  742.    <div class="mb-4">
  743.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  744.      <div class="vstack gap-3">
  745.        <article class="post-card-v1 d-flex gap-3">
  746.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  747.          <div class="flex-grow-1">
  748.            <small class="text-muted">2 hours ago</small>
  749.            <h6 class="mb-1 lh-sm">
  750.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  751.            </h6>
  752.            <small class="text-muted">Technology</small>
  753.          </div>
  754.        </article>
  755.  
  756.        <article class="post-card-v1 d-flex gap-3">
  757.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  758.          <div class="flex-grow-1">
  759.            <small class="text-muted">5 hours ago</small>
  760.            <h6 class="mb-1 lh-sm">
  761.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  762.            </h6>
  763.            <small class="text-muted">Design</small>
  764.          </div>
  765.        </article>
  766.  
  767.        <article class="post-card-v1 d-flex gap-3">
  768.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  769.          <div class="flex-grow-1">
  770.            <small class="text-muted">1 day ago</small>
  771.            <h6 class="mb-1 lh-sm">
  772.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  773.            </h6>
  774.            <small class="text-muted">Lifestyle</small>
  775.          </div>
  776.        </article>
  777.      </div>
  778.    </div>
  779.  
  780.    <hr />
  781.  
  782.    <div class="contact-info-v1">
  783.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  784.      <div class="small text-muted lh-lg">
  785.        <div class="mb-2">
  786.          <strong>Location:</strong><br />
  787.          123 Innovation Street<br />
  788.          Tech District, CA 94105
  789.        </div>
  790.        <div class="mb-2">
  791.          <strong>Email:</strong><br />
  792.          <a href="/cdn-cgi/l/email-protection#0c64696060634c6e7e6d6268226f6361" class="text-decoration-none"><span class="__cf_email__" data-cfemail="95fdf0f9f9fad5f7e7f4fbf1bbf6faf8">[email&#160;protected]</span></a>
  793.        </div>
  794.        <div>
  795.          <strong>Phone:</strong><br />
  796.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  797.        </div>
  798.      </div>
  799.    </div>
  800.  </div>
  801. </div>
  802.  
  803. <!-- Custom CSS -->
  804. <style>
  805.  .navbar {
  806.    padding-inline: 20px;
  807.  }
  808.  
  809.  .nav-v1 {
  810.    backdrop-filter: blur(12px);
  811.  }
  812.  
  813.  .brand-v1 img {
  814.    height: 32px;
  815.    transition: transform 0.3s ease;
  816.  }
  817.  
  818.  .brand-v1:hover img {
  819.    transform: scale(1.05);
  820.  }
  821.  
  822.  .search-wrapper-v1 {
  823.    max-width: 600px;
  824.    position: relative;
  825.  }
  826.  
  827.  .search-input-v1 {
  828.    padding: 10px 16px 10px 42px;
  829.    border: 1px solid #e2e8f0;
  830.    border-radius: 24px;
  831.    font-size: 14px;
  832.    transition: all 0.3s ease;
  833.    background: white;
  834.    width: 100%;
  835.    max-width: 400px;
  836.  }
  837.  
  838.  .search-input-v1:focus {
  839.    border-color: #2563eb;
  840.    outline: none;
  841.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  842.    transform: translateY(-1px);
  843.  }
  844.  
  845.  .search-icon-v1 {
  846.    position: absolute;
  847.    left: 14px;
  848.    top: 50%;
  849.    transform: translateY(-50%);
  850.    color: #64748b;
  851.    width: 16px;
  852.    height: 16px;
  853.  }
  854.  
  855.  .navlink-v1 {
  856.    color: #374151;
  857.    font-weight: 500;
  858.    font-size: 15px;
  859.    padding: 8px 16px;
  860.    border-radius: 12px;
  861.    transition: all 0.2s ease;
  862.    text-decoration: none;
  863.    position: relative;
  864.  }
  865.  
  866.  .navlink-v1:hover {
  867.    background: rgba(37, 99, 235, 0.1);
  868.    color: #2563eb;
  869.    transform: translateY(-1px);
  870.  }
  871.  
  872.  .navlink-v1.active-v1 {
  873.    background: #2563eb;
  874.    color: white !important;
  875.  }
  876.  
  877.  .dropdown-v1 {
  878.    border: 1px solid #e2e8f0;
  879.    border-radius: 16px;
  880.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  881.    backdrop-filter: blur(8px);
  882.    background: rgba(255, 255, 255, 0.98);
  883.    padding: 8px 0;
  884.  }
  885.  
  886.  .dropdown-item-v1 {
  887.    padding: 8px 20px;
  888.    font-size: 14px;
  889.    color: #374151 !important;
  890.    transition: all 0.2s ease;
  891.    border-radius: 8px;
  892.    margin: 2px 0px;
  893.  }
  894.  
  895.  .dropdown-item-v1:hover {
  896.    background: rgba(37, 99, 235, 0.1);
  897.    color: #2563eb !important;
  898.  }
  899.  
  900.  .menu-btn-v1 {
  901.    padding: 8px 16px;
  902.    border: 1px solid #e2e8f0;
  903.    border-radius: 12px;
  904.    background: white;
  905.    color: #374151;
  906.    font-weight: 500;
  907.    transition: all 0.2s ease;
  908.  }
  909.  
  910.  .menu-btn-v1:hover {
  911.    border-color: #2563eb;
  912.    color: #2563eb;
  913.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  914.  }
  915.  
  916.  .offcanvas-v1 {
  917.    width: min(360px, 90vw);
  918.    background: white;
  919.    z-index: 1050;
  920.  }
  921.  
  922.  .post-card-v1 {
  923.    padding: 12px;
  924.    border-radius: 12px;
  925.    transition: all 0.2s ease;
  926.    border: 1px solid transparent;
  927.  }
  928.  
  929.  .post-card-v1:hover {
  930.    background: #f8fafc;
  931.    border-color: #e2e8f0;
  932.  }
  933.  
  934.  .post-img-v1 {
  935.    border-radius: 8px;
  936.    transition: transform 0.3s ease;
  937.  }
  938.  
  939.  .post-card-v1:hover .post-img-v1 {
  940.    transform: scale(1.02);
  941.  }
  942.  
  943.  .contact-info-v1 {
  944.    background: #f8fafc;
  945.    padding: 16px;
  946.    border-radius: 12px;
  947.    border: 1px solid #e2e8f0;
  948.  }
  949.  
  950.  @media (max-width: 1200px) {
  951.    .nav-width {
  952.      width: 100%;
  953.    }
  954.  }
  955.  
  956.  @media (max-width: 991px) {
  957.    .navlink-v1 {
  958.      padding: 12px 16px;
  959.      margin: 2px 0;
  960.    }
  961.  
  962.    .search-wrapper-v1 {
  963.      margin: 12px 0;
  964.    }
  965.  }
  966.  
  967.  /* search field */
  968.  .search-results-container {
  969.    position: absolute;
  970.    top: 100%;
  971.    /* Position it below the input field */
  972. left: 10px;
  973.  right: 10px;
  974.    background-color: white;
  975.    border: 1px solid #ddd;
  976.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  977.    max-height: 300px;
  978.    overflow-y: auto;
  979.    z-index: 1000;
  980.    display: none;
  981.    /* Initially hidden */
  982.  }
  983.  
  984.  .search-results-container p {
  985.    margin: 0;
  986.  }
  987.  
  988.  .search-results-container .result-item {
  989.    padding: 10px;
  990.    cursor: pointer;
  991.  }
  992.  
  993.  .search-results-container .result-item:hover {
  994.    background-color: #f0f0f0;
  995.  }
  996. </style>
  997. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  998.  document.addEventListener("DOMContentLoaded", function () {
  999.    console.error("loaded");
  1000.  
  1001.    // Pick input depending on screen size
  1002.    const searchInput = window.innerWidth <= 991
  1003.      ? document.getElementById("search-input")
  1004.      : document.getElementById("search-input1");
  1005.  
  1006.    if (searchInput) {
  1007.      console.log("inside");
  1008.  
  1009.      // Add event listener for keyup
  1010.      searchInput.addEventListener("keyup", function (e) {
  1011.        console.log('test');
  1012.        console.log("Key pressed:", e.key);
  1013.        e.preventDefault();
  1014.  
  1015.        const query = searchInput.value;
  1016.        const searchResults = window.innerWidth <= 991
  1017.          ? document.getElementById("search-results")
  1018.          : document.getElementById("search-results1");
  1019.  
  1020.        console.log("User is typing: " + query);
  1021.  
  1022.        if (query === "") {
  1023.          searchResults.innerHTML = "";
  1024.          searchResults.style.display = "none";
  1025.          return;
  1026.        }
  1027.  
  1028.        searchResults.style.display = "block";
  1029.  
  1030.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1031.          method: "GET",
  1032.          headers: {
  1033.            "X-Requested-With": "XMLHttpRequest",
  1034.          },
  1035.        })
  1036.          .then(response => {
  1037.            console.log("Response Status:", response.status);
  1038.            return response.json();
  1039.          })
  1040.          .then(data => {
  1041.            console.log("Data received:", data);
  1042.            if (data.html) {
  1043.              searchResults.innerHTML = data.html;
  1044.            } else {
  1045.              searchResults.innerHTML = "<p>No results found.</p>";
  1046.            }
  1047.          })
  1048.          .catch(error => {
  1049.            console.error("Error fetching search results:", error);
  1050.          });
  1051.      });
  1052.  
  1053.      // 🔹 Close results when clicking outside
  1054.      document.addEventListener("click", function (e) {
  1055.        const searchResults = window.innerWidth <= 991
  1056.          ? document.getElementById("search-results")
  1057.          : document.getElementById("search-results1");
  1058.  
  1059.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1060.          searchResults.style.display = "none";
  1061.        }
  1062.      });
  1063.  
  1064.    } else {
  1065.      console.error("Search input not found");
  1066.    }
  1067.  });
  1068. </script>
  1069. <script>
  1070.  // Function to check screen size and remove 'navbar-collapse' class
  1071.  function removeNavbarCollapseClass() {
  1072.    const navbar = document.getElementById('navCollapse-v1');
  1073.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1074.    if (window.innerWidth <= 1100) {
  1075.      if (navbar) {
  1076.        navbar.classList.remove('navbar-collapse');
  1077.      }
  1078.    } else {
  1079.      // You can re-add the class if the screen is smaller than 'lg' size
  1080.      if (navbar) {
  1081.        navbar.classList.add('navbar-collapse');
  1082.      }
  1083.    }
  1084.  }
  1085.  
  1086.  // Run the function on page load
  1087.  window.addEventListener('load', removeNavbarCollapseClass);
  1088.  
  1089.  // Also, run the function on window resize to check screen size dynamically
  1090.  window.addEventListener('resize', removeNavbarCollapseClass);
  1091.  
  1092.  
  1093. </script>
  1094.  
  1095.        </header>
  1096.        <!-- end of header -->
  1097.        <!-- start of wpo-blog-hero -->
  1098.        
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106. <style>
  1107. .blog-hero-section {
  1108.    padding: 3rem 0;
  1109. }
  1110.  
  1111.  
  1112. .hero-grid {
  1113.    display: grid;
  1114.    grid-template-columns: 2fr 1fr 1fr;
  1115.    grid-template-rows: 1fr 1fr;
  1116.    gap: 1.5rem;
  1117.    height: 500px;
  1118. }
  1119.  
  1120. .hero-card {
  1121.    background: var(--card-bg);
  1122.    border-radius: 12px;
  1123.    overflow: hidden;
  1124.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1125.    transition: all 0.3s ease;
  1126.    position: relative;
  1127. }
  1128.  
  1129. .hero-card:hover {
  1130.    transform: translateY(-8px);
  1131.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1132. }
  1133.  
  1134. .main-hero {
  1135.    grid-row: 1 / -1;
  1136.    grid-column: 1;
  1137. }
  1138.  
  1139. .card-image {
  1140.    width: 100%;
  1141.    height: 60%;
  1142.    object-fit: cover;
  1143.    transition: transform 0.3s ease;
  1144. }
  1145.  
  1146. .main-hero .card-image {
  1147.    height: 65%;
  1148. }
  1149.  
  1150. .hero-card:hover .card-image {
  1151.    transform: scale(1.05);
  1152. }
  1153.  
  1154. .card-content {
  1155.    padding: 1.5rem;
  1156.    height: 40%;
  1157.    display: flex;
  1158.    flex-direction: column;
  1159.    justify-content: space-between;
  1160. }
  1161.  
  1162. .main-hero .card-content {
  1163.    height: 35%;
  1164. }
  1165.  
  1166. .category-badge {
  1167.    display: inline-block;
  1168.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1169.    color: white;
  1170.    padding: 0.4rem 1rem;
  1171.    border-radius: 20px;
  1172.    font-size: 0.8rem;
  1173.    font-weight: 600;
  1174.    text-transform: uppercase;
  1175.    letter-spacing: 0.5px;
  1176.    margin-bottom: 0.8rem;
  1177.    width: fit-content;
  1178. }
  1179.  
  1180. .card-title {
  1181.    font-size: 1.1rem;
  1182.    font-weight: 700;
  1183.    line-height: 1.4;
  1184.    margin-bottom: 0.5rem;
  1185. }
  1186.  
  1187. .main-hero .card-title {
  1188.    font-size: 1.6rem;
  1189.    line-height: 1.3;
  1190.    margin-bottom: 0.8rem;
  1191. }
  1192.  
  1193. .card-title a {
  1194.    color: var(--top-color);
  1195.    text-decoration: none;
  1196.    transition: color 0.3s ease;
  1197. }
  1198.  
  1199.  
  1200. .card-description {
  1201.    color: var(--top-color);
  1202.    line-height: 1.6;
  1203.    margin-bottom: 1rem;
  1204.    display: -webkit-box;
  1205.    -webkit-line-clamp: 2;
  1206.    -webkit-box-orient: vertical;
  1207.    overflow: hidden;
  1208. }
  1209.  
  1210. .main-hero .card-description {
  1211.    -webkit-line-clamp: 3;
  1212. }
  1213.  
  1214. .card-meta {
  1215.    display: flex;
  1216.    align-items: center;
  1217.    justify-content: space-between;
  1218.    margin-top: auto;
  1219. }
  1220.  
  1221. .author-section {
  1222.    display: flex;
  1223.    align-items: center;
  1224.    gap: 0.8rem;
  1225. }
  1226.  
  1227. .author-avatar {
  1228.    width: 35px;
  1229.    height: 35px;
  1230.    border-radius: 50%;
  1231.    object-fit: cover;
  1232.    border: 2px solid #f8f9fa;
  1233. }
  1234.  
  1235. .author-name {
  1236.    color: #667eea;
  1237.    text-decoration: none;
  1238.    font-weight: 600;
  1239.    font-size: 0.9rem;
  1240. }
  1241.  
  1242. .author-name:hover {
  1243.    text-decoration: underline;
  1244. }
  1245.  
  1246. .publish-date {
  1247.    color: #95a5a6;
  1248.    font-size: 0.85rem;
  1249.    font-weight: 500;
  1250. }
  1251.  
  1252. .side-card-1 {
  1253.    grid-column: 2;
  1254.    grid-row: 1;
  1255. }
  1256.  
  1257. .side-card-2 {
  1258.    grid-column: 3;
  1259.    grid-row: 1;
  1260. }
  1261.  
  1262. .side-card-3 {
  1263.    grid-column: 2 / 4;
  1264.    grid-row: 2;
  1265. }
  1266.  
  1267. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1268. @media (min-width: 992px) {
  1269.    
  1270.    .main-hero .card-image,
  1271.    .side-card-1 .card-image,
  1272.    .side-card-2 .card-image {
  1273.        height: 100%;
  1274.    }
  1275.    
  1276.    .main-hero .card-content,
  1277.    .side-card-1 .card-content,
  1278.    .side-card-2 .card-content {
  1279.        position: absolute;
  1280.        bottom: 0;
  1281.        left: 0;
  1282.        right: 0;
  1283.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1284.        color: white;
  1285.        padding: 2rem 1.5rem 1.5rem;
  1286.        height: auto;
  1287.    }
  1288.    
  1289.    .main-hero .card-content {
  1290.        padding: 3rem 2rem 2rem;
  1291.    }
  1292.    
  1293.    .main-hero .category-badge,
  1294.    .side-card-1 .category-badge,
  1295.    .side-card-2 .category-badge {
  1296.      
  1297.        margin-bottom: 0.8rem;
  1298.    }
  1299.    
  1300.    .main-hero .card-title a,
  1301.    .side-card-1 .card-title a,
  1302.    .side-card-2 .card-title a {
  1303.        color: white;
  1304.    }
  1305.    
  1306.    .main-hero .card-description {
  1307.        color: #f8f9fa;
  1308.    }
  1309.    
  1310.    .main-hero .author-name,
  1311.    .side-card-1 .author-name,
  1312.    .side-card-2 .author-name {
  1313.        color: #f8f9fa;
  1314.    }
  1315.    
  1316.    .main-hero .publish-date,
  1317.    .side-card-1 .publish-date,
  1318.    .side-card-2 .publish-date {
  1319.        color: #e9ecef;
  1320.    }
  1321. }
  1322.  
  1323. .side-card-3 {
  1324.    display: flex;
  1325.    flex-direction: row;
  1326. }
  1327.  
  1328. .side-card-3 .card-image {
  1329.    width: 40%;
  1330.    height: 100%;
  1331. }
  1332.  
  1333. .side-card-3 .card-content {
  1334.    width: 60%;
  1335.    height: 100%;
  1336.    padding: 1.5rem;
  1337. }
  1338.  
  1339. /* Mobile Responsive */
  1340. @media (max-width: 992px) {
  1341.    .hero-grid {
  1342.        grid-template-columns: 1fr;
  1343.        grid-template-rows: auto;
  1344.        height: auto;
  1345.        gap: 1rem;
  1346.    }
  1347.    
  1348.    .main-hero {
  1349.        grid-row: 1;
  1350.        grid-column: 1;
  1351.    }
  1352.    
  1353.    .side-card-1, .side-card-2, .side-card-3 {
  1354.        grid-column: 1;
  1355.        grid-row: auto;
  1356.    }
  1357.    
  1358.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1359.    .main-hero .card-content,
  1360.    .side-card-1 .card-content,
  1361.    .side-card-2 .card-content {
  1362.        position: relative;
  1363.        background: var(--card-bg);
  1364.        color: inherit;
  1365.        padding: 1.5rem;
  1366.        height: auto;
  1367.    }
  1368.    
  1369.    .main-hero .card-image,
  1370.    .side-card-1 .card-image,
  1371.    .side-card-2 .card-image {
  1372.        height: 200px;
  1373.    }
  1374.    
  1375.    .main-hero .card-image {
  1376.        height: 250px;
  1377.    }
  1378.    
  1379.    .main-hero .category-badge,
  1380.    .side-card-1 .category-badge,
  1381.    .side-card-2 .category-badge {
  1382.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1383.        color: white;
  1384.    }
  1385.    
  1386.    .main-hero .card-title a,
  1387.    .side-card-1 .card-title a,
  1388.    .side-card-2 .card-title a {
  1389.        color: var(--top-color);
  1390.    }
  1391.    
  1392.    .main-hero .card-description {
  1393.        color: #7f8c8d;
  1394.    }
  1395.    
  1396.    .main-hero .author-name,
  1397.    .side-card-1 .author-name,
  1398.    .side-card-2 .author-name {
  1399.        color: #667eea;
  1400.    }
  1401.    
  1402.    .main-hero .publish-date,
  1403.    .side-card-1 .publish-date,
  1404.    .side-card-2 .publish-date {
  1405.        color: #95a5a6;
  1406.    }
  1407.    
  1408.    .side-card-3 {
  1409.        flex-direction: column;
  1410.    }
  1411.    
  1412.    .side-card-3 .card-image {
  1413.        width: 100%;
  1414.        height: 200px;
  1415.    }
  1416.    
  1417.    .side-card-3 .card-content {
  1418.        width: 100%;
  1419.        height: auto;
  1420.    }
  1421.    
  1422.    .card-image {
  1423.        height: 200px;
  1424.    }
  1425.    
  1426.    .main-hero .card-image {
  1427.        height: 250px;
  1428.    }
  1429.    
  1430.    .main-hero .card-content {
  1431.        height: auto;
  1432.    }
  1433. }
  1434. </style>
  1435.  
  1436. <div class="blog-hero-section">
  1437.    <div class="container-fluid fluid-container">
  1438.        <div class="hero-grid">
  1439.            <!-- Main Featured Post -->
  1440.            
  1441.                              
  1442.                    <article class="hero-card main-hero">
  1443.                        
  1444.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Iconic Singer Barry Manilow to Undergo an Operation for Cancer in His Lung." class="card-image">
  1445.                        
  1446.                        
  1447.                        <div class="card-content">
  1448.                            <div>
  1449.                                <span class="category-badge">News</span>
  1450.                                <h2 class="card-title">
  1451.                                    <a href="/iconic-singer-barry-manilow-to-undergo-an-operation-for-cancer-in-his-lung/">
  1452.                                        Iconic Singer Barry Manilow to Undergo an Operation for Cancer in His Lung.
  1453.                                    </a>
  1454.                                </h2>
  1455.                                <p class="card-description"></p>
  1456.                            </div>
  1457.                            
  1458.                            <div class="card-meta">
  1459.                                <div class="author-section">
  1460.                                    
  1461.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" class="author-avatar">
  1462.                                    
  1463.                                    <a href="#" class="author-name">Darryl Stewart MD</a>
  1464.                                </div>
  1465.                                <span class="publish-date">May 19, 2026</span>
  1466.                            </div>
  1467.                        </div>
  1468.                    </article>
  1469.                
  1470.            
  1471.  
  1472.            <!-- Side Cards -->
  1473.            
  1474.                <article class="hero-card side-card-1">
  1475.                    
  1476.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former UK Soldier Charged of Killing Kenyan Female Appears in Court" class="card-image">
  1477.                    
  1478.                    
  1479.                    <div class="card-content">
  1480.                        <div>
  1481.                            <span class="category-badge">News</span>
  1482.                            <h3 class="card-title">
  1483.                                <a href="/former-uk-soldier-charged-of-killing-kenyan-female-appears-in-court/">
  1484.                                    Former UK Soldier Charged of Killing Kenyan Female Appears in Court
  1485.                                </a>
  1486.                            </h3>
  1487.                            <p class="card-description"></p>
  1488.                        </div>
  1489.                        
  1490.                        <div class="card-meta">
  1491.                            <div class="author-section">
  1492.                                <a href="#" class="author-name">Darryl Stewart MD</a>
  1493.                            </div>
  1494.                            <span class="publish-date">May 19</span>
  1495.                        </div>
  1496.                    </div>
  1497.                </article>
  1498.            
  1499.                <article class="hero-card side-card-2">
  1500.                    
  1501.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Approves Flibanserin, a Libido-Enhancing Treatment for Females Beyond Menopause" class="card-image">
  1502.                    
  1503.                    
  1504.                    <div class="card-content">
  1505.                        <div>
  1506.                            <span class="category-badge">News</span>
  1507.                            <h3 class="card-title">
  1508.                                <a href="/fda-approves-flibanserin-a-libido-enhancing-treatment-for-females-beyond-menopause/">
  1509.                                    FDA Approves Flibanserin, a Libido-Enhancing Treatment for Females Beyond Menopause
  1510.                                </a>
  1511.                            </h3>
  1512.                            <p class="card-description"></p>
  1513.                        </div>
  1514.                        
  1515.                        <div class="card-meta">
  1516.                            <div class="author-section">
  1517.                                <a href="#" class="author-name">Darryl Stewart MD</a>
  1518.                            </div>
  1519.                            <span class="publish-date">May 19</span>
  1520.                        </div>
  1521.                    </div>
  1522.                </article>
  1523.            
  1524.                <article class="hero-card side-card-3">
  1525.                    
  1526.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="‘We Need a Aircraft to Search For Them’: Adolescent’s Distress Call to Rescue Relatives Lost Off Australian Coast Disclosed" class="card-image">
  1527.                    
  1528.                    
  1529.                    <div class="card-content">
  1530.                        <div>
  1531.                            <span class="category-badge">News</span>
  1532.                            <h3 class="card-title">
  1533.                                <a href="/we-need-a-aircraft-to-search-for-them-adolescents-distress-call-to-rescue-relatives-lost-off-australian-coast-disclosed/">
  1534.                                    ‘We Need a Aircraft to Search For Them’: Adolescent’s Distress Call to Rescue Relatives Lost Off Australian Coast Disclosed
  1535.                                </a>
  1536.                            </h3>
  1537.                            <p class="card-description"></p>
  1538.                        </div>
  1539.                        
  1540.                        <div class="card-meta">
  1541.                            <div class="author-section">
  1542.                                <a href="#" class="author-name">Darryl Stewart MD</a>
  1543.                            </div>
  1544.                            <span class="publish-date">May 19</span>
  1545.                        </div>
  1546.                    </div>
  1547.                </article>
  1548.            
  1549.        </div>
  1550.    </div>
  1551. </div>
  1552.  
  1553.  
  1554.  
  1555.  
  1556.        <!-- end of wpo-blog-hero -->
  1557.  
  1558.        <!-- start of wpo-breacking-news -->
  1559.        
  1560.        <!-- end of wpo-breacking-news -->
  1561.        
  1562.        <!-- start wpo-blog-highlights-section -->
  1563.        
  1564.  
  1565.  
  1566.  
  1567.    
  1568.  
  1569.  
  1570.  <style>
  1571.    /* Section Header */
  1572.    .section-header-v9 {
  1573.      text-align: center;
  1574.      margin-bottom: 20px;
  1575.    }
  1576.    
  1577.    .section-title-v9 {
  1578.      font-size: 3rem;
  1579.      font-weight: 700;
  1580.      color: var(--topbar-color);
  1581.      margin-bottom: 20px;
  1582.      text-transform: uppercase;
  1583.    }
  1584.    
  1585.    .section-subtitle-v9 {
  1586.      font-size: 1.2rem;
  1587.      color: var(--topbar-color);
  1588.      opacity: 0.5;
  1589.      max-width: 800px;
  1590.      margin: 0 auto;
  1591.      line-height: 1.8;
  1592.    }
  1593.        
  1594.    /* Blog Card */
  1595.    .blog-card-v9 {
  1596.      background: var(--card-bg);
  1597.      border: 1px solid var(--border-color);
  1598.      border-radius: 8px;
  1599.      margin-bottom: 30px;
  1600.      overflow: hidden;
  1601.      opacity: 0;
  1602.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1603.    }
  1604.    
  1605.    .blog-card-v9.fade-in {
  1606.      opacity: 1;
  1607.    }
  1608.    
  1609.    @keyframes fadeIn {
  1610.      from {
  1611.        opacity: 0;
  1612.      }
  1613.      to {
  1614.        opacity: 1;
  1615.      }
  1616.    }
  1617.    
  1618.    .blog-card-v9:hover {
  1619.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1620.    }
  1621.    
  1622.    /* Blog Image */
  1623.    .blog-image-container-v9 {
  1624.      width: 100%;
  1625.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1626.      overflow: hidden;
  1627.    }
  1628.    
  1629.    .blog-image-v9 {
  1630.      width: 100%;
  1631.      height: 100%;
  1632.    }
  1633.    
  1634.    .blog-image-v9 img {
  1635.      width: 100%;
  1636.      height: 100%;
  1637.      object-fit: cover;
  1638.      display: block;
  1639.    }
  1640.    
  1641.    /* Blog Content */
  1642.    .blog-content-v9 {
  1643.      padding: 20px;
  1644.    }
  1645.    
  1646.    .blog-title-v9 {
  1647.      font-size: 1.2rem;
  1648.      font-weight: 600;
  1649.      margin-bottom: 15px;
  1650.      color: var(--topbar-color) !important;
  1651.      text-transform: capitalize;
  1652.    }
  1653.    
  1654.    .blog-meta-v9 {
  1655.      display: flex;
  1656.      align-items: center;
  1657.      gap: 10px;
  1658.      font-size: 0.9rem;
  1659.      color: var(--topbar-color);
  1660.      margin-bottom: 10px;
  1661.    }
  1662.    
  1663.    .blog-meta-v9 span {
  1664.      display: inline-block;
  1665.    }
  1666.    
  1667.    .blog-excerpt-v9 {
  1668.      font-size: 1rem;
  1669.      color: var(--topbar-color);
  1670.      opacity: .6;
  1671.      margin-bottom: 15px;
  1672.      line-height: 1.6;
  1673.    }
  1674.    
  1675.    .blog-actions-v9 {
  1676.      display: flex;
  1677.      justify-content: flex-start;
  1678.    }
  1679.    
  1680.    .blog-read-more-v9 {
  1681.      font-size: 1rem;
  1682.      color: var(--topbar-color);
  1683.      text-decoration: none;
  1684.      transition: color 0.3s ease;
  1685.    }
  1686.    
  1687.    .blog-read-more-v9:hover {
  1688.      color: #2980b9 !important;
  1689.    }
  1690.    
  1691.    /* Responsive Design */
  1692.    @media (max-width: 768px) {
  1693.      .section-title-v9 {
  1694.        font-size: 2.5rem;
  1695.      }
  1696.    
  1697.      .blog-card-v9 {
  1698.        margin-bottom: 20px;
  1699.      }
  1700.    
  1701.      .blog-meta-v9 {
  1702.        font-size: 0.8rem;
  1703.      }
  1704.    
  1705.      .blog-image-container-v9 {
  1706.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1707.      }
  1708.    }
  1709.  </style>
  1710.  
  1711.  <section class="blog-highlights-v9 mt-5">
  1712.    <div class="container-fluid fluid-container">
  1713.      <!-- Section Header -->
  1714.      <div class="row justify-content-center">
  1715.        <div class="col-12 col-lg-10">
  1716.          <div class="section-header-v9">
  1717.            <h2 class="section-title-v9 mb-0">
  1718.                Today's Top Highlights
  1719.                   </h2>
  1720.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1721.          </div>
  1722.        </div>
  1723.      </div>
  1724.  
  1725.      <!-- Blog Grid -->
  1726.      <div class="row ">
  1727.        <div class="col-lg-8">
  1728.          <div class="row d-flex justify-content-center">
  1729.            
  1730.              <div class="col-md-6 pb-3">
  1731.                <article class="blog-card-v9 h-100">
  1732.                  <div class="blog-image-container-v9">
  1733.                    <div class="blog-image-v9">
  1734.                      
  1735.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1736.                      
  1737.                    </div>
  1738.                  </div>
  1739.                  <div class="blog-content-v9">
  1740.                    <h3 class="blog-title-v9 "><a class="top-color" href="/real-madrids-alexander-arnold-might-face-liverpool-in-forthcoming-european-match/">Real Madrid&#x27;s Alexander-Arnold Might Face Liverpool in Forthcoming European Match</a></h3>
  1741.                    <div class="blog-meta-v9">
  1742.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1743.                      <span>•</span>
  1744.                      <span>18 May 2026</span>
  1745.                    </div>
  1746.                    <p class="blog-excerpt-v9"></p>
  1747.                    <div class="blog-actions-v9">
  1748.                      <a href="/real-madrids-alexander-arnold-might-face-liverpool-in-forthcoming-european-match/" class="blog-read-more-v9">Read More →</a>
  1749.                    </div>
  1750.                  </div>
  1751.                </article>
  1752.              </div>
  1753.            
  1754.              <div class="col-md-6 pb-3">
  1755.                <article class="blog-card-v9 h-100">
  1756.                  <div class="blog-image-container-v9">
  1757.                    <div class="blog-image-v9">
  1758.                      
  1759.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1760.                      
  1761.                    </div>
  1762.                  </div>
  1763.                  <div class="blog-content-v9">
  1764.                    <h3 class="blog-title-v9 "><a class="top-color" href="/troubling-memories-return-in-davao-as-authorities-piece-together-bondi-attack-alleged-attackers-movements/">Troubling Memories Return in Davao as Authorities Piece Together Bondi Attack Alleged Attackers&#x27; Movements</a></h3>
  1765.                    <div class="blog-meta-v9">
  1766.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1767.                      <span>•</span>
  1768.                      <span>18 May 2026</span>
  1769.                    </div>
  1770.                    <p class="blog-excerpt-v9"></p>
  1771.                    <div class="blog-actions-v9">
  1772.                      <a href="/troubling-memories-return-in-davao-as-authorities-piece-together-bondi-attack-alleged-attackers-movements/" class="blog-read-more-v9">Read More →</a>
  1773.                    </div>
  1774.                  </div>
  1775.                </article>
  1776.              </div>
  1777.            
  1778.              <div class="col-md-6 pb-3">
  1779.                <article class="blog-card-v9 h-100">
  1780.                  <div class="blog-image-container-v9">
  1781.                    <div class="blog-image-v9">
  1782.                      
  1783.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1784.                      
  1785.                    </div>
  1786.                  </div>
  1787.                  <div class="blog-content-v9">
  1788.                    <h3 class="blog-title-v9 "><a class="top-color" href="/genuine-algarve-uncovering-portugal-beyond-the-shoreline/">Genuine Algarve: Uncovering Portugal Beyond the Shoreline</a></h3>
  1789.                    <div class="blog-meta-v9">
  1790.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1791.                      <span>•</span>
  1792.                      <span>18 May 2026</span>
  1793.                    </div>
  1794.                    <p class="blog-excerpt-v9"></p>
  1795.                    <div class="blog-actions-v9">
  1796.                      <a href="/genuine-algarve-uncovering-portugal-beyond-the-shoreline/" class="blog-read-more-v9">Read More →</a>
  1797.                    </div>
  1798.                  </div>
  1799.                </article>
  1800.              </div>
  1801.            
  1802.              <div class="col-md-6 pb-3">
  1803.                <article class="blog-card-v9 h-100">
  1804.                  <div class="blog-image-container-v9">
  1805.                    <div class="blog-image-v9">
  1806.                      
  1807.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1808.                      
  1809.                    </div>
  1810.                  </div>
  1811.                  <div class="blog-content-v9">
  1812.                    <h3 class="blog-title-v9 "><a class="top-color" href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-ambitions/">David Raya Highlights Team&#x27;s Strength as Essential to Multiple Trophy Ambitions</a></h3>
  1813.                    <div class="blog-meta-v9">
  1814.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1815.                      <span>•</span>
  1816.                      <span>18 May 2026</span>
  1817.                    </div>
  1818.                    <p class="blog-excerpt-v9"></p>
  1819.                    <div class="blog-actions-v9">
  1820.                      <a href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-ambitions/" class="blog-read-more-v9">Read More →</a>
  1821.                    </div>
  1822.                  </div>
  1823.                </article>
  1824.              </div>
  1825.            
  1826.              <div class="col-md-6 pb-3">
  1827.                <article class="blog-card-v9 h-100">
  1828.                  <div class="blog-image-container-v9">
  1829.                    <div class="blog-image-v9">
  1830.                      
  1831.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1832.                      
  1833.                    </div>
  1834.                  </div>
  1835.                  <div class="blog-content-v9">
  1836.                    <h3 class="blog-title-v9 "><a class="top-color" href="/can-the-new-zealand-rugby-team-regain-their-winning-form-during-the-fall-tour/">Can the New Zealand rugby team regain their winning form during the fall tour?</a></h3>
  1837.                    <div class="blog-meta-v9">
  1838.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1839.                      <span>•</span>
  1840.                      <span>18 May 2026</span>
  1841.                    </div>
  1842.                    <p class="blog-excerpt-v9"></p>
  1843.                    <div class="blog-actions-v9">
  1844.                      <a href="/can-the-new-zealand-rugby-team-regain-their-winning-form-during-the-fall-tour/" class="blog-read-more-v9">Read More →</a>
  1845.                    </div>
  1846.                  </div>
  1847.                </article>
  1848.              </div>
  1849.            
  1850.              <div class="col-md-6 pb-3">
  1851.                <article class="blog-card-v9 h-100">
  1852.                  <div class="blog-image-container-v9">
  1853.                    <div class="blog-image-v9">
  1854.                      
  1855.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1856.                      
  1857.                    </div>
  1858.                  </div>
  1859.                  <div class="blog-content-v9">
  1860.                    <h3 class="blog-title-v9 "><a class="top-color" href="/his-dominant-influence-in-sports-hit-a-peak-in-2025-next-year-looks-set-to-be-even-bigger/">His Dominant Influence in Sports Hit A Peak in 2025. Next Year Looks Set to Be Even Bigger.</a></h3>
  1861.                    <div class="blog-meta-v9">
  1862.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1863.                      <span>•</span>
  1864.                      <span>18 May 2026</span>
  1865.                    </div>
  1866.                    <p class="blog-excerpt-v9"></p>
  1867.                    <div class="blog-actions-v9">
  1868.                      <a href="/his-dominant-influence-in-sports-hit-a-peak-in-2025-next-year-looks-set-to-be-even-bigger/" class="blog-read-more-v9">Read More →</a>
  1869.                    </div>
  1870.                  </div>
  1871.                </article>
  1872.              </div>
  1873.            
  1874.              <div class="col-md-6 pb-3">
  1875.                <article class="blog-card-v9 h-100">
  1876.                  <div class="blog-image-container-v9">
  1877.                    <div class="blog-image-v9">
  1878.                      
  1879.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1880.                      
  1881.                    </div>
  1882.                  </div>
  1883.                  <div class="blog-content-v9">
  1884.                    <h3 class="blog-title-v9 "><a class="top-color" href="/we-got-let-go-and-we-accept-it-heres-how-to-secure-a-fresh-position-that-suits-for-you/">We Got Let Go, and We Accept It – Here&#x27;s How to Secure a Fresh Position That Suits for You</a></h3>
  1885.                    <div class="blog-meta-v9">
  1886.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1887.                      <span>•</span>
  1888.                      <span>18 May 2026</span>
  1889.                    </div>
  1890.                    <p class="blog-excerpt-v9"></p>
  1891.                    <div class="blog-actions-v9">
  1892.                      <a href="/we-got-let-go-and-we-accept-it-heres-how-to-secure-a-fresh-position-that-suits-for-you/" class="blog-read-more-v9">Read More →</a>
  1893.                    </div>
  1894.                  </div>
  1895.                </article>
  1896.              </div>
  1897.            
  1898.              <div class="col-md-6 pb-3">
  1899.                <article class="blog-card-v9 h-100">
  1900.                  <div class="blog-image-container-v9">
  1901.                    <div class="blog-image-v9">
  1902.                      
  1903.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1904.                      
  1905.                    </div>
  1906.                  </div>
  1907.                  <div class="blog-content-v9">
  1908.                    <h3 class="blog-title-v9 "><a class="top-color" href="/more-than-60000-run-from-sudans-city-in-the-wake-of-takeover-by-rsf-paramilitary-group-un-reports/">More than 60,000 Run from Sudan&#x27;s City In the wake of Takeover by RSF Paramilitary Group, UN Reports</a></h3>
  1909.                    <div class="blog-meta-v9">
  1910.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1911.                      <span>•</span>
  1912.                      <span>17 May 2026</span>
  1913.                    </div>
  1914.                    <p class="blog-excerpt-v9"></p>
  1915.                    <div class="blog-actions-v9">
  1916.                      <a href="/more-than-60000-run-from-sudans-city-in-the-wake-of-takeover-by-rsf-paramilitary-group-un-reports/" class="blog-read-more-v9">Read More →</a>
  1917.                    </div>
  1918.                  </div>
  1919.                </article>
  1920.              </div>
  1921.            
  1922.              <div class="col-md-6 pb-3">
  1923.                <article class="blog-card-v9 h-100">
  1924.                  <div class="blog-image-container-v9">
  1925.                    <div class="blog-image-v9">
  1926.                      
  1927.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1928.                      
  1929.                    </div>
  1930.                  </div>
  1931.                  <div class="blog-content-v9">
  1932.                    <h3 class="blog-title-v9 "><a class="top-color" href="/stay-active-while-you-work-10-strength-building-desk-exercises-you-can-do-in-everyday-outfits/">Stay active while you work? 10 strength-building desk exercises you can do in everyday outfits</a></h3>
  1933.                    <div class="blog-meta-v9">
  1934.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1935.                      <span>•</span>
  1936.                      <span>17 May 2026</span>
  1937.                    </div>
  1938.                    <p class="blog-excerpt-v9"></p>
  1939.                    <div class="blog-actions-v9">
  1940.                      <a href="/stay-active-while-you-work-10-strength-building-desk-exercises-you-can-do-in-everyday-outfits/" class="blog-read-more-v9">Read More →</a>
  1941.                    </div>
  1942.                  </div>
  1943.                </article>
  1944.              </div>
  1945.            
  1946.              <div class="col-md-6 pb-3">
  1947.                <article class="blog-card-v9 h-100">
  1948.                  <div class="blog-image-container-v9">
  1949.                    <div class="blog-image-v9">
  1950.                      
  1951.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1952.                      
  1953.                    </div>
  1954.                  </div>
  1955.                  <div class="blog-content-v9">
  1956.                    <h3 class="blog-title-v9 "><a class="top-color" href="/anno-117s-pax-romanas-hidden-gem-reveals-itself-as-a-stunning-first-person-view/">Anno 117&#x27;s Pax Romana&#x27;s Hidden Gem Reveals Itself as a Stunning First-Person View.</a></h3>
  1957.                    <div class="blog-meta-v9">
  1958.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1959.                      <span>•</span>
  1960.                      <span>17 May 2026</span>
  1961.                    </div>
  1962.                    <p class="blog-excerpt-v9"></p>
  1963.                    <div class="blog-actions-v9">
  1964.                      <a href="/anno-117s-pax-romanas-hidden-gem-reveals-itself-as-a-stunning-first-person-view/" class="blog-read-more-v9">Read More →</a>
  1965.                    </div>
  1966.                  </div>
  1967.                </article>
  1968.              </div>
  1969.            
  1970.              <div class="col-md-6 pb-3">
  1971.                <article class="blog-card-v9 h-100">
  1972.                  <div class="blog-image-container-v9">
  1973.                    <div class="blog-image-v9">
  1974.                      
  1975.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1976.                      
  1977.                    </div>
  1978.                  </div>
  1979.                  <div class="blog-content-v9">
  1980.                    <h3 class="blog-title-v9 "><a class="top-color" href="/trump-states-largely-agreement-exists-on-next-stages-of-peace-deal-in-gaza/">Trump States &#x27;Largely, Agreement Exists&#x27; on Next Stages of Peace Deal in Gaza</a></h3>
  1981.                    <div class="blog-meta-v9">
  1982.                      <span>By <strong>Darryl Stewart MD</strong></span>
  1983.                      <span>•</span>
  1984.                      <span>17 May 2026</span>
  1985.                    </div>
  1986.                    <p class="blog-excerpt-v9"></p>
  1987.                    <div class="blog-actions-v9">
  1988.                      <a href="/trump-states-largely-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="blog-read-more-v9">Read More →</a>
  1989.                    </div>
  1990.                  </div>
  1991.                </article>
  1992.              </div>
  1993.            
  1994.              <div class="col-md-6 pb-3">
  1995.                <article class="blog-card-v9 h-100">
  1996.                  <div class="blog-image-container-v9">
  1997.                    <div class="blog-image-v9">
  1998.                      
  1999.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2000.                      
  2001.                    </div>
  2002.                  </div>
  2003.                  <div class="blog-content-v9">
  2004.                    <h3 class="blog-title-v9 "><a class="top-color" href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/">‘My Fantasy Is to Ride a Unicorn Nightly’: Swords’n’Sorcery Heavy Metal Band Castle Rat</a></h3>
  2005.                    <div class="blog-meta-v9">
  2006.                      <span>By <strong>Darryl Stewart MD</strong></span>
  2007.                      <span>•</span>
  2008.                      <span>17 May 2026</span>
  2009.                    </div>
  2010.                    <p class="blog-excerpt-v9"></p>
  2011.                    <div class="blog-actions-v9">
  2012.                      <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/" class="blog-read-more-v9">Read More →</a>
  2013.                    </div>
  2014.                  </div>
  2015.                </article>
  2016.              </div>
  2017.            
  2018.            
  2019.  
  2020.          </div>
  2021.        </div>
  2022.  
  2023.       <div class="col col-lg-4 col-12">
  2024.                
  2025.  
  2026.  
  2027.  
  2028.    
  2029.  
  2030.  
  2031. <!-- Blog Sidebar V2 - Focused Design -->
  2032. <div class="sidebar">
  2033.  <!-- Recent Posts Section -->
  2034.  <div class="sidebar-widget mb-4">
  2035.    <div class="widget-title-wrapper mb-3">
  2036.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2037.        <i class="ti-time me-2"></i>Recent Posts
  2038.        <span class="title-arrow-primary"></span>
  2039.      </h4>
  2040.    </div>
  2041.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2042.      <div class="recent-post-list">
  2043.      
  2044.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2045.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2046.              
  2047.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2048.              
  2049.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2050.          </div>
  2051.          <div class="post-content flex-grow-1">
  2052.            <h6 class="post-title mb-2">
  2053.               <a href="/who-is-the-politician-al-carns-former-marine-and-labour-minister-with-sights-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2054.                                            Who is the Politician Al Carns? Former Marine and Labour Minister with Sights on the Top Job
  2055.                                            </a>
  2056.            </h6>
  2057.            <div class="post-meta">
  2058.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2059.              <!-- <small class="text-muted">
  2060.                <i class="ti-eye me-1"></i>348 views
  2061.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2062.              </small> -->
  2063.            </div>
  2064.          </div>
  2065.        </div>
  2066.        
  2067.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2068.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2069.              
  2070.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2071.              
  2072.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2073.          </div>
  2074.          <div class="post-content flex-grow-1">
  2075.            <h6 class="post-title mb-2">
  2076.               <a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2077.                                            Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  2078.                                            </a>
  2079.            </h6>
  2080.            <div class="post-meta">
  2081.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2082.              <!-- <small class="text-muted">
  2083.                <i class="ti-eye me-1"></i>348 views
  2084.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2085.              </small> -->
  2086.            </div>
  2087.          </div>
  2088.        </div>
  2089.        
  2090.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2091.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2092.              
  2093.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2094.              
  2095.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2096.          </div>
  2097.          <div class="post-content flex-grow-1">
  2098.            <h6 class="post-title mb-2">
  2099.               <a href="/titans-salute-queens-as-the-president-offers-the-mayor-elect-a-friendly-welcome/" class="text-decoration-none top-color fw-semibold lh-sm">
  2100.                                            Titans Salute Queens as The President Offers The Mayor-Elect a Friendly Welcome
  2101.                                            </a>
  2102.            </h6>
  2103.            <div class="post-meta">
  2104.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2105.              <!-- <small class="text-muted">
  2106.                <i class="ti-eye me-1"></i>348 views
  2107.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2108.              </small> -->
  2109.            </div>
  2110.          </div>
  2111.        </div>
  2112.        
  2113.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2114.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2115.              
  2116.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2117.              
  2118.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2119.          </div>
  2120.          <div class="post-content flex-grow-1">
  2121.            <h6 class="post-title mb-2">
  2122.               <a href="/a-decade-long-liaison-by-erin-somers-the-midlife-adultery-story-this-era-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  2123.                                            A Decade-Long Liaison by Erin Somers: The Midlife Adultery Story This Era Has Earned.
  2124.                                            </a>
  2125.            </h6>
  2126.            <div class="post-meta">
  2127.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2128.              <!-- <small class="text-muted">
  2129.                <i class="ti-eye me-1"></i>348 views
  2130.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2131.              </small> -->
  2132.            </div>
  2133.          </div>
  2134.        </div>
  2135.        
  2136.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2137.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2138.              
  2139.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2140.              
  2141.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2142.          </div>
  2143.          <div class="post-content flex-grow-1">
  2144.            <h6 class="post-title mb-2">
  2145.               <a href="/president-zelensky-states-ukraine-is-ten-percent-off-from-peace-but-not-at-any-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2146.                                            President Zelensky States Ukraine Is Ten Percent Off from Peace, But Not at Any Cost
  2147.                                            </a>
  2148.            </h6>
  2149.            <div class="post-meta">
  2150.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2151.              <!-- <small class="text-muted">
  2152.                <i class="ti-eye me-1"></i>348 views
  2153.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2154.              </small> -->
  2155.            </div>
  2156.          </div>
  2157.        </div>
  2158.        
  2159.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2160.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2161.              
  2162.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2163.              
  2164.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2165.          </div>
  2166.          <div class="post-content flex-grow-1">
  2167.            <h6 class="post-title mb-2">
  2168.               <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/" class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  2170.                                            </a>
  2171.            </h6>
  2172.            <div class="post-meta">
  2173.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2174.              <!-- <small class="text-muted">
  2175.                <i class="ti-eye me-1"></i>348 views
  2176.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2177.              </small> -->
  2178.            </div>
  2179.          </div>
  2180.        </div>
  2181.        
  2182.  
  2183.      </div>
  2184.  
  2185.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2186.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2187.      </div> -->
  2188.    </div>
  2189.  </div>
  2190.  
  2191.    
  2192.  <div class="sidebar-widget mb-4">
  2193.    <div class="widget-title-wrapper mb-3">
  2194.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2195.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2196.        <span class="title-arrow"></span>
  2197.      </h4>
  2198.    </div>
  2199.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2200.      <div class="blog-roll-list scrollable-sidebar">
  2201.        
  2202.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2203.          <a href="https://www.fromagesbouffetraditions.ca/" class="text-decoration-none ">
  2204.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2205.              <i class="ti-angle-right me-2 text-primary"></i>
  2206.               meilleurs casinos en ligne
  2207.            </h6>
  2208.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2209.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2210.            </div> -->
  2211.          </a>
  2212.        </div>
  2213.          
  2214.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2215.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2216.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2217.              <i class="ti-angle-right me-2 text-primary"></i>
  2218.               online casino canada
  2219.            </h6>
  2220.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2221.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2222.            </div> -->
  2223.          </a>
  2224.        </div>
  2225.          
  2226.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2227.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2228.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2229.              <i class="ti-angle-right me-2 text-primary"></i>
  2230.               online casino
  2231.            </h6>
  2232.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2233.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2234.            </div> -->
  2235.          </a>
  2236.        </div>
  2237.          
  2238.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2239.          <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none ">
  2240.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2241.              <i class="ti-angle-right me-2 text-primary"></i>
  2242.               canadian online casinos
  2243.            </h6>
  2244.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2245.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2246.            </div> -->
  2247.          </a>
  2248.        </div>
  2249.          
  2250.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2251.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  2252.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2253.              <i class="ti-angle-right me-2 text-primary"></i>
  2254.               casino en ligne canada
  2255.            </h6>
  2256.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2257.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2258.            </div> -->
  2259.          </a>
  2260.        </div>
  2261.          
  2262.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2263.          <a href="https://www.cgq-qgc.ca/" class="text-decoration-none ">
  2264.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2265.              <i class="ti-angle-right me-2 text-primary"></i>
  2266.               casino en ligne
  2267.            </h6>
  2268.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2269.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2270.            </div> -->
  2271.          </a>
  2272.        </div>
  2273.          
  2274.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2275.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2276.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2277.              <i class="ti-angle-right me-2 text-primary"></i>
  2278.               new sports betting sites
  2279.            </h6>
  2280.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2281.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2282.            </div> -->
  2283.          </a>
  2284.        </div>
  2285.          
  2286.      </div>
  2287.  
  2288.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2289.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2290.      </div> -->
  2291.    </div>
  2292.  </div>
  2293.    
  2294.  <div class="sidebar-widget mb-4">
  2295.    <div class="widget-title-wrapper mb-3">
  2296.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2297.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2298.        <span class="title-arrow"></span>
  2299.      </h4>
  2300.    </div>
  2301.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2302.      <div class="blog-roll-list scrollable-sidebar">
  2303.        
  2304.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2305.          <a href="https://nsfpolicyoutreach.com/" class="text-decoration-none ">
  2306.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2307.              <i class="ti-angle-right me-2 text-primary"></i>
  2308.               online casino canada
  2309.            </h6>
  2310.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2311.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2312.            </div> -->
  2313.          </a>
  2314.        </div>
  2315.          
  2316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2317.          <a href="https://cmch.tv/" class="text-decoration-none ">
  2318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2319.              <i class="ti-angle-right me-2 text-primary"></i>
  2320.               best online casino canada
  2321.            </h6>
  2322.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2324.            </div> -->
  2325.          </a>
  2326.        </div>
  2327.          
  2328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2329.          <a href="https://www.payequitychrc.ca/" class="text-decoration-none ">
  2330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2331.              <i class="ti-angle-right me-2 text-primary"></i>
  2332.               best online casino canada
  2333.            </h6>
  2334.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2336.            </div> -->
  2337.          </a>
  2338.        </div>
  2339.          
  2340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2341.          <a href="https://opaonline.ca/" class="text-decoration-none ">
  2342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2343.              <i class="ti-angle-right me-2 text-primary"></i>
  2344.               online casino canada
  2345.            </h6>
  2346.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2348.            </div> -->
  2349.          </a>
  2350.        </div>
  2351.          
  2352.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2353.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2354.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2355.              <i class="ti-angle-right me-2 text-primary"></i>
  2356.               online casinos
  2357.            </h6>
  2358.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2359.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2360.            </div> -->
  2361.          </a>
  2362.        </div>
  2363.          
  2364.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2365.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2366.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2367.              <i class="ti-angle-right me-2 text-primary"></i>
  2368.               online casinos
  2369.            </h6>
  2370.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2371.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2372.            </div> -->
  2373.          </a>
  2374.        </div>
  2375.          
  2376.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2377.          <a href="https://thebluesmobile.com/" class="text-decoration-none ">
  2378.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2379.              <i class="ti-angle-right me-2 text-primary"></i>
  2380.               online casinos
  2381.            </h6>
  2382.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2383.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2384.            </div> -->
  2385.          </a>
  2386.        </div>
  2387.          
  2388.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.          <a href="https://hriportal.ca/" class="text-decoration-none ">
  2390.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2391.              <i class="ti-angle-right me-2 text-primary"></i>
  2392.               best online casinos
  2393.            </h6>
  2394.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2395.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2396.            </div> -->
  2397.          </a>
  2398.        </div>
  2399.          
  2400.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2401.          <a href="https://www.bluecanoetheatrical.ca/" class="text-decoration-none ">
  2402.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2403.              <i class="ti-angle-right me-2 text-primary"></i>
  2404.               online casino canada
  2405.            </h6>
  2406.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2407.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2408.            </div> -->
  2409.          </a>
  2410.        </div>
  2411.          
  2412.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2413.          <a href="https://www.dresshead.com/" class="text-decoration-none ">
  2414.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2415.              <i class="ti-angle-right me-2 text-primary"></i>
  2416.               online casino
  2417.            </h6>
  2418.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2419.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2420.            </div> -->
  2421.          </a>
  2422.        </div>
  2423.          
  2424.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2426.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2427.              <i class="ti-angle-right me-2 text-primary"></i>
  2428.               online casino
  2429.            </h6>
  2430.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2431.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2432.            </div> -->
  2433.          </a>
  2434.        </div>
  2435.          
  2436.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.          <a href="https://camanjs.com/" class="text-decoration-none ">
  2438.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.              <i class="ti-angle-right me-2 text-primary"></i>
  2440.               online casino
  2441.            </h6>
  2442.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2443.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2444.            </div> -->
  2445.          </a>
  2446.        </div>
  2447.          
  2448.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2449.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2450.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2451.              <i class="ti-angle-right me-2 text-primary"></i>
  2452.               online casino
  2453.            </h6>
  2454.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2455.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2456.            </div> -->
  2457.          </a>
  2458.        </div>
  2459.          
  2460.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2461.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2462.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2463.              <i class="ti-angle-right me-2 text-primary"></i>
  2464.               real money casino
  2465.            </h6>
  2466.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2467.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2468.            </div> -->
  2469.          </a>
  2470.        </div>
  2471.          
  2472.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2473.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2474.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2475.              <i class="ti-angle-right me-2 text-primary"></i>
  2476.               online casino canada
  2477.            </h6>
  2478.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2479.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2480.            </div> -->
  2481.          </a>
  2482.        </div>
  2483.          
  2484.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.          <a href="https://savinglivesatbirth.net/" class="text-decoration-none ">
  2486.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2487.              <i class="ti-angle-right me-2 text-primary"></i>
  2488.               best online casino canada
  2489.            </h6>
  2490.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2491.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2492.            </div> -->
  2493.          </a>
  2494.        </div>
  2495.          
  2496.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2497.          <a href="https://www.dresshead.com/" class="text-decoration-none ">
  2498.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2499.              <i class="ti-angle-right me-2 text-primary"></i>
  2500.               canadian online casinos
  2501.            </h6>
  2502.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2503.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2504.            </div> -->
  2505.          </a>
  2506.        </div>
  2507.          
  2508.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2509.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2510.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2511.              <i class="ti-angle-right me-2 text-primary"></i>
  2512.               online casinos
  2513.            </h6>
  2514.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2515.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2516.            </div> -->
  2517.          </a>
  2518.        </div>
  2519.          
  2520.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.          <a href="https://www.verhuizeninfo.nl/" class="text-decoration-none ">
  2522.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2523.              <i class="ti-angle-right me-2 text-primary"></i>
  2524.               casino zonder cruks
  2525.            </h6>
  2526.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2527.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2528.            </div> -->
  2529.          </a>
  2530.        </div>
  2531.          
  2532.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2533.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2534.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2535.              <i class="ti-angle-right me-2 text-primary"></i>
  2536.               Casinos Not on Gamstop
  2537.            </h6>
  2538.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2539.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2540.            </div> -->
  2541.          </a>
  2542.        </div>
  2543.          
  2544.      </div>
  2545.  
  2546.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2547.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2548.      </div> -->
  2549.    </div>
  2550.  </div>
  2551.    
  2552.  <div class="sidebar-widget mb-4">
  2553.    <div class="widget-title-wrapper mb-3">
  2554.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2555.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2556.        <span class="title-arrow"></span>
  2557.      </h4>
  2558.    </div>
  2559.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2560.      <div class="blog-roll-list scrollable-sidebar">
  2561.        
  2562.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2563.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2564.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2565.              <i class="ti-angle-right me-2 text-primary"></i>
  2566.               online casinos
  2567.            </h6>
  2568.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2569.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2570.            </div> -->
  2571.          </a>
  2572.        </div>
  2573.          
  2574.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2576.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.              <i class="ti-angle-right me-2 text-primary"></i>
  2578.               online casinos
  2579.            </h6>
  2580.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2581.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2582.            </div> -->
  2583.          </a>
  2584.        </div>
  2585.          
  2586.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2587.          <a href="https://energypoverty.ca/" class="text-decoration-none ">
  2588.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2589.              <i class="ti-angle-right me-2 text-primary"></i>
  2590.               online casino canada
  2591.            </h6>
  2592.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2593.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2594.            </div> -->
  2595.          </a>
  2596.        </div>
  2597.          
  2598.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.          <a href="https://synapsec.ca/" class="text-decoration-none ">
  2600.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2601.              <i class="ti-angle-right me-2 text-primary"></i>
  2602.               casino en ligne canada
  2603.            </h6>
  2604.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2605.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2606.            </div> -->
  2607.          </a>
  2608.        </div>
  2609.          
  2610.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2612.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.              <i class="ti-angle-right me-2 text-primary"></i>
  2614.               online casino canada
  2615.            </h6>
  2616.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2617.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2618.            </div> -->
  2619.          </a>
  2620.        </div>
  2621.          
  2622.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2623.          <a href="https://www.bapress.ca/" class="text-decoration-none ">
  2624.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2625.              <i class="ti-angle-right me-2 text-primary"></i>
  2626.               betting sites canada
  2627.            </h6>
  2628.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2629.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2630.            </div> -->
  2631.          </a>
  2632.        </div>
  2633.          
  2634.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2635.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2636.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2637.              <i class="ti-angle-right me-2 text-primary"></i>
  2638.               online casino canada
  2639.            </h6>
  2640.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2641.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2642.            </div> -->
  2643.          </a>
  2644.        </div>
  2645.          
  2646.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.          <a href="https://www.ijic.info/" class="text-decoration-none ">
  2648.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2649.              <i class="ti-angle-right me-2 text-primary"></i>
  2650.               online casino
  2651.            </h6>
  2652.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2653.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2654.            </div> -->
  2655.          </a>
  2656.        </div>
  2657.          
  2658.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2659.          <a href="https://noticiasmontreal.com/" class="text-decoration-none ">
  2660.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2661.              <i class="ti-angle-right me-2 text-primary"></i>
  2662.               casino en ligne canada
  2663.            </h6>
  2664.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2665.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2666.            </div> -->
  2667.          </a>
  2668.        </div>
  2669.          
  2670.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2671.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2672.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2673.              <i class="ti-angle-right me-2 text-primary"></i>
  2674.               best online casinos
  2675.            </h6>
  2676.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2677.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2678.            </div> -->
  2679.          </a>
  2680.        </div>
  2681.          
  2682.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2684.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2685.              <i class="ti-angle-right me-2 text-primary"></i>
  2686.               best sports betting sites canada
  2687.            </h6>
  2688.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2689.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2690.            </div> -->
  2691.          </a>
  2692.        </div>
  2693.          
  2694.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2695.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2696.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2697.              <i class="ti-angle-right me-2 text-primary"></i>
  2698.               online casinos canada
  2699.            </h6>
  2700.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2701.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2702.            </div> -->
  2703.          </a>
  2704.        </div>
  2705.          
  2706.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2707.          <a href="https://www.lauraandcoevents.ca/" class="text-decoration-none ">
  2708.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2709.              <i class="ti-angle-right me-2 text-primary"></i>
  2710.               online casinos
  2711.            </h6>
  2712.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2713.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2714.            </div> -->
  2715.          </a>
  2716.        </div>
  2717.          
  2718.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2719.          <a href="https://www.fruitsofsherbrooke.ca/" class="text-decoration-none ">
  2720.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2721.              <i class="ti-angle-right me-2 text-primary"></i>
  2722.               new casino
  2723.            </h6>
  2724.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2725.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2726.            </div> -->
  2727.          </a>
  2728.        </div>
  2729.          
  2730.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2731.          <a href="https://visualgenome.org/" class="text-decoration-none ">
  2732.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2733.              <i class="ti-angle-right me-2 text-primary"></i>
  2734.               new casino
  2735.            </h6>
  2736.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2737.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2738.            </div> -->
  2739.          </a>
  2740.        </div>
  2741.          
  2742.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2743.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2744.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2745.              <i class="ti-angle-right me-2 text-primary"></i>
  2746.               online casinos
  2747.            </h6>
  2748.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2749.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2750.            </div> -->
  2751.          </a>
  2752.        </div>
  2753.          
  2754.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2755.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2756.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2757.              <i class="ti-angle-right me-2 text-primary"></i>
  2758.               online casino
  2759.            </h6>
  2760.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2761.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2762.            </div> -->
  2763.          </a>
  2764.        </div>
  2765.          
  2766.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2767.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  2768.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2769.              <i class="ti-angle-right me-2 text-primary"></i>
  2770.               betting sites
  2771.            </h6>
  2772.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2773.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2774.            </div> -->
  2775.          </a>
  2776.        </div>
  2777.          
  2778.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2779.          <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none ">
  2780.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2781.              <i class="ti-angle-right me-2 text-primary"></i>
  2782.               online casino
  2783.            </h6>
  2784.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2785.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2786.            </div> -->
  2787.          </a>
  2788.        </div>
  2789.          
  2790.      </div>
  2791.  
  2792.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2793.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2794.      </div> -->
  2795.    </div>
  2796.  </div>
  2797.    
  2798.  <div class="sidebar-widget mb-4">
  2799.    <div class="widget-title-wrapper mb-3">
  2800.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2801.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2802.        <span class="title-arrow"></span>
  2803.      </h4>
  2804.    </div>
  2805.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2806.      <div class="blog-roll-list scrollable-sidebar">
  2807.        
  2808.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  2810.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.              <i class="ti-angle-right me-2 text-primary"></i>
  2812.               non gamstop betting sites
  2813.            </h6>
  2814.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2815.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2816.            </div> -->
  2817.          </a>
  2818.        </div>
  2819.          
  2820.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2821.          <a href="https://micharity.com/" class="text-decoration-none ">
  2822.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2823.              <i class="ti-angle-right me-2 text-primary"></i>
  2824.               online casinos canada
  2825.            </h6>
  2826.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2827.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2828.            </div> -->
  2829.          </a>
  2830.        </div>
  2831.          
  2832.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  2834.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2835.              <i class="ti-angle-right me-2 text-primary"></i>
  2836.               new betting sites
  2837.            </h6>
  2838.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2839.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2840.            </div> -->
  2841.          </a>
  2842.        </div>
  2843.          
  2844.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.          <a href="https://www.versusfootball.com/" class="text-decoration-none ">
  2846.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.              <i class="ti-angle-right me-2 text-primary"></i>
  2848.               casino en ligne
  2849.            </h6>
  2850.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2851.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2852.            </div> -->
  2853.          </a>
  2854.        </div>
  2855.          
  2856.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.          <a href="https://www.rapidtvnews.com/" class="text-decoration-none ">
  2858.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.              <i class="ti-angle-right me-2 text-primary"></i>
  2860.               online casino
  2861.            </h6>
  2862.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2863.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2864.            </div> -->
  2865.          </a>
  2866.        </div>
  2867.          
  2868.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.          <a href="https://torontosversion.com/" class="text-decoration-none ">
  2870.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.              <i class="ti-angle-right me-2 text-primary"></i>
  2872.               online casino real money
  2873.            </h6>
  2874.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2875.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2876.            </div> -->
  2877.          </a>
  2878.        </div>
  2879.          
  2880.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2882.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.              <i class="ti-angle-right me-2 text-primary"></i>
  2884.               best online casino canada
  2885.            </h6>
  2886.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2887.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2888.            </div> -->
  2889.          </a>
  2890.        </div>
  2891.          
  2892.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.          <a href="https://clarketheatre.ca/" class="text-decoration-none ">
  2894.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.              <i class="ti-angle-right me-2 text-primary"></i>
  2896.               best online casinos
  2897.            </h6>
  2898.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2899.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2900.            </div> -->
  2901.          </a>
  2902.        </div>
  2903.          
  2904.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.          <a href="https://cruxgg.com/" class="text-decoration-none ">
  2906.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.              <i class="ti-angle-right me-2 text-primary"></i>
  2908.               online casino
  2909.            </h6>
  2910.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2911.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2912.            </div> -->
  2913.          </a>
  2914.        </div>
  2915.          
  2916.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  2918.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.              <i class="ti-angle-right me-2 text-primary"></i>
  2920.               online casino
  2921.            </h6>
  2922.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2923.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2924.            </div> -->
  2925.          </a>
  2926.        </div>
  2927.          
  2928.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.          <a href="https://micharity.com/" class="text-decoration-none ">
  2930.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.              <i class="ti-angle-right me-2 text-primary"></i>
  2932.               online casinos
  2933.            </h6>
  2934.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2935.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2936.            </div> -->
  2937.          </a>
  2938.        </div>
  2939.          
  2940.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2942.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.              <i class="ti-angle-right me-2 text-primary"></i>
  2944.               online casinos
  2945.            </h6>
  2946.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2947.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2948.            </div> -->
  2949.          </a>
  2950.        </div>
  2951.          
  2952.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.          <a href="https://daydreaminginparadise.com/" class="text-decoration-none ">
  2954.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.              <i class="ti-angle-right me-2 text-primary"></i>
  2956.               online casino
  2957.            </h6>
  2958.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2959.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2960.            </div> -->
  2961.          </a>
  2962.        </div>
  2963.          
  2964.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2966.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.              <i class="ti-angle-right me-2 text-primary"></i>
  2968.               best online casinos
  2969.            </h6>
  2970.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2971.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2972.            </div> -->
  2973.          </a>
  2974.        </div>
  2975.          
  2976.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  2978.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.              <i class="ti-angle-right me-2 text-primary"></i>
  2980.               online casino
  2981.            </h6>
  2982.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.            </div> -->
  2985.          </a>
  2986.        </div>
  2987.          
  2988.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.          <a href="https://www.safepetottawa.com/" class="text-decoration-none ">
  2990.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.              <i class="ti-angle-right me-2 text-primary"></i>
  2992.               online casino
  2993.            </h6>
  2994.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.            </div> -->
  2997.          </a>
  2998.        </div>
  2999.          
  3000.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.          <a href="https://www.fraserdowns.com/" class="text-decoration-none ">
  3002.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.              <i class="ti-angle-right me-2 text-primary"></i>
  3004.               online casino
  3005.            </h6>
  3006.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.            </div> -->
  3009.          </a>
  3010.        </div>
  3011.          
  3012.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.          <a href="https://www.northernstars.ca/" class="text-decoration-none ">
  3014.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.              <i class="ti-angle-right me-2 text-primary"></i>
  3016.               online casino
  3017.            </h6>
  3018.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.            </div> -->
  3021.          </a>
  3022.        </div>
  3023.          
  3024.      </div>
  3025.  
  3026.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3027.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3028.      </div> -->
  3029.    </div>
  3030.  </div>
  3031.    
  3032.  <!-- <div class="sidebar-widget">
  3033.    <div class="widget-title-wrapper mb-3">
  3034.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3035.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3036.        <span class="title-arrow"></span>
  3037.      </h4>
  3038.    </div>
  3039.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3040.      <div class="blog-roll-list">
  3041.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3042.          <a href="#" class="text-decoration-none">
  3043.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3044.              <i class="ti-angle-right me-2 text-primary"></i>
  3045.              Complete Guide to Django REST Framework
  3046.            </h6>
  3047.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3048.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3049.            </div>
  3050.          </a>
  3051.        </div>
  3052.  
  3053.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3054.          <a href="#" class="text-decoration-none">
  3055.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3056.              <i class="ti-angle-right me-2 text-primary"></i>
  3057.              Modern JavaScript ES2025 Features
  3058.            </h6>
  3059.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3060.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3061.            </div>
  3062.          </a>
  3063.        </div>
  3064.  
  3065.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3066.          <a href="#" class="text-decoration-none">
  3067.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3068.              <i class="ti-angle-right me-2 text-primary"></i>
  3069.              Digital Marketing Trends in 2025
  3070.            </h6>
  3071.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3072.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3073.            </div>
  3074.          </a>
  3075.        </div>
  3076.  
  3077.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3078.          <a href="#" class="text-decoration-none">
  3079.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3080.              <i class="ti-angle-right me-2 text-primary"></i>
  3081.              Remote Work Best Practices
  3082.            </h6>
  3083.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3084.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3085.            </div>
  3086.          </a>
  3087.        </div>
  3088.  
  3089.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3090.          <a href="#" class="text-decoration-none">
  3091.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3092.              <i class="ti-angle-right me-2 text-primary"></i>
  3093.              Sustainable Living Tips for Beginners
  3094.            </h6>
  3095.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3096.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3097.            </div>
  3098.          </a>
  3099.        </div>
  3100.  
  3101.        <div class="blog-roll-item">
  3102.          <a href="#" class="text-decoration-none">
  3103.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.              <i class="ti-angle-right me-2 text-primary"></i>
  3105.              AI and Machine Learning Basics
  3106.            </h6>
  3107.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3108.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3109.            </div>
  3110.          </a>
  3111.        </div>
  3112.      </div>
  3113.  
  3114.      <div class="text-center mt-4 pt-3 border-top border-light">
  3115.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3116.      </div>
  3117.    </div>
  3118.  </div> -->
  3119. </div>
  3120.  
  3121. <!-- Sidebar V2 Styles -->
  3122. <style>
  3123.  .sidebar-widget {
  3124.    position: relative;
  3125.  }
  3126.  
  3127.  .widget-title {
  3128.    font-size: 1.1rem;
  3129.    font-weight: 700;
  3130.    display: inline-block;
  3131.    position: relative;
  3132.    z-index: 2;
  3133.    border-radius: 0;
  3134.  }
  3135.  
  3136.  /* Green arrow for August Blog Roll */
  3137.  .title-arrow::after {
  3138.    content: '';
  3139.    position: absolute;
  3140.    top: 0;
  3141.    right: -22px;
  3142.    width: 0;
  3143.    height: 0;
  3144.    border-left: 22px solid var(--bs-primary);
  3145.    border-top: 22px solid transparent;
  3146.    border-bottom: 22px solid transparent;
  3147.    z-index: 1;
  3148.  }
  3149.  
  3150.  /* Blue arrow for Recent Posts */
  3151.  .title-arrow-primary::after {
  3152.    content: '';
  3153.    position: absolute;
  3154.    top: 0;
  3155.    right: -22px;
  3156.    width: 0;
  3157.    height: 0;
  3158.    border-left: 22px solid var(--bs-primary);
  3159.    border-top: 22px solid transparent;
  3160.    border-bottom: 22px solid transparent;
  3161.    z-index: 1;
  3162.  }
  3163.  
  3164.  .widget-content {
  3165.    margin-top: -1px;
  3166.    position: relative;
  3167.    z-index: 1;
  3168.    background-color: var(--card-bg);
  3169.  }
  3170.  
  3171.  /* Blog Roll Items Hover Effects */
  3172.  .blog-roll-item:hover .blog-title {
  3173.    color: #198754 !important;
  3174.    transform: translateX(5px);
  3175.    transition: all 0.3s ease;
  3176.  }
  3177.  
  3178.  /* Recent Post Items Hover Effects */
  3179.  .recent-post-item:hover .post-title a {
  3180.    color: #0d6efd !important;
  3181.    transition: color 0.3s ease;
  3182.  }
  3183.  
  3184.  .recent-post-item:hover .post-image img {
  3185.    transform: scale(1.05);
  3186.    transition: transform 0.3s ease;
  3187.  }
  3188.  
  3189.  /* Button Hover Effects */
  3190.  .btn:hover {
  3191.    transform: translateY(-2px);
  3192.    transition: all 0.3s ease;
  3193.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3194.  }
  3195.  
  3196.  /* Badge Hover Effects */
  3197.  .badge:hover {
  3198.    transform: scale(1.05);
  3199.    transition: transform 0.3s ease;
  3200.  }
  3201.  
  3202.  @media (max-width: 991px) {
  3203.    .sidebar {
  3204.      margin-top: 3rem;
  3205.    }
  3206.  }
  3207.  
  3208.  @media (max-width: 576px) {
  3209.    .widget-title {
  3210.      font-size: 1rem;
  3211.      padding: 0.75rem 1rem !important;
  3212.    }
  3213.  
  3214.    .title-arrow::after,
  3215.    .title-arrow-primary::after {
  3216.      right: -18px;
  3217.      border-left-width: 18px;
  3218.      border-top-width: 18px;
  3219.      border-bottom-width: 18px;
  3220.    }
  3221.  
  3222.    .post-image {
  3223.      width: 70px !important;
  3224.      height: 55px !important;
  3225.    }
  3226.  
  3227.    .blog-meta {
  3228.      flex-direction: column !important;
  3229.      align-items: flex-start !important;
  3230.      gap: 0.5rem;
  3231.    }
  3232.  }
  3233. </style>
  3234.  
  3235.    
  3236.            </div>
  3237.      </div>
  3238.    </div>
  3239.  </section>
  3240.  
  3241.  <script>
  3242.    // Intersection Observer for Fade-in Effect
  3243.    document.addEventListener('DOMContentLoaded', function () {
  3244.      const observerOptions = {
  3245.        threshold: 0.2,
  3246.        rootMargin: '0px 0px -50px 0px'
  3247.      }
  3248.    
  3249.      const observer = new IntersectionObserver(function (entries, observer) {
  3250.        entries.forEach((entry) => {
  3251.          if (entry.isIntersecting) {
  3252.            entry.target.classList.add('fade-in')
  3253.            observer.unobserve(entry.target)
  3254.          }
  3255.        })
  3256.      }, observerOptions)
  3257.    
  3258.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3259.        observer.observe(card)
  3260.      })
  3261.    })
  3262.  </script>
  3263.  
  3264.  
  3265.    
  3266.        
  3267.        <!-- end wpo-blog-highlights-section -->
  3268.        <!-- start wpo-blog-sponsored-section -->
  3269.        
  3270.  
  3271.  
  3272.  
  3273.    
  3274.  
  3275.  
  3276.  
  3277. <style>
  3278.    .sponsored-section-v3 {
  3279.        padding: 0 0 50px;
  3280.    }
  3281.    
  3282.    .sponsored-card-v3 {
  3283.        background: white;
  3284.        border: 1px solid var(--border-color);
  3285.        border-radius: 0;
  3286.        overflow: hidden;
  3287.        transition: all 0.3s ease;
  3288.        height: 100%;
  3289.        position: relative;
  3290.    }
  3291.    
  3292.    .sponsored-card-v3:hover {
  3293.        border-color: #dee2e6;
  3294.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3295.    }
  3296.    
  3297.    .sponsored-image-v3 {
  3298.        position: relative;
  3299.        overflow: hidden;
  3300.        height: 160px;
  3301.    }
  3302.    
  3303.    .sponsored-image-v3 img {
  3304.        width: 100%;
  3305.        height: 100%;
  3306.        object-fit: cover;
  3307.        filter: grayscale(20%);
  3308.        transition: filter 0.3s ease;
  3309.    }
  3310.    
  3311.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3312.        filter: grayscale(0%);
  3313.    }
  3314.    
  3315.    .sponsored-badge-v3 {
  3316.        position: absolute;
  3317.        bottom: auto;
  3318.        left: auto;
  3319.        right: 10px;
  3320.        top: 10px;
  3321.        padding: 8px;
  3322.        font-size: 10px;
  3323.        font-weight: 700;
  3324.        text-transform: uppercase;
  3325.        letter-spacing: 1px;
  3326.        text-align: center;
  3327.    }
  3328.    
  3329.    .sponsored-content-v3 {
  3330.        position: relative;
  3331.        padding: 24px 20px;
  3332.    }
  3333.    
  3334.    .sponsored-title-v3 {
  3335.        font-size: 15px;
  3336.        font-weight: 700;
  3337.        line-height: 1.5;
  3338.        margin-bottom: 18px;
  3339.        min-height: 45px;
  3340.        text-transform: uppercase;
  3341.        letter-spacing: 0.5px;
  3342.    }
  3343.    
  3344.    .sponsored-title-v3 a {
  3345.        text-decoration: none;
  3346.        transition: opacity 0.3s ease;
  3347.    }
  3348.    
  3349.    .sponsored-title-v3 a:hover {
  3350.        opacity: 0.8;
  3351.    }
  3352.    
  3353.    .sponsored-meta-v3 {
  3354.        display: flex;
  3355.        align-items: center;
  3356.        justify-content: space-between;
  3357.        font-size: 11px;
  3358.        font-weight: 600;
  3359.        text-transform: uppercase;
  3360.        letter-spacing: 0.5px;
  3361.        padding-top: 12px;
  3362.        border-top: 1px solid #f1f3f4;
  3363.    }
  3364.    
  3365.    .author-info-v3 {
  3366.        display: flex;
  3367.        align-items: center;
  3368.        gap: 8px;
  3369.    }
  3370.    
  3371.    .sponsored-author-img-v3 {
  3372.        width: 30px;
  3373.        height: 30px;
  3374.        border-radius: 50%;
  3375.        object-fit: cover;
  3376.    }
  3377.    
  3378.    .section-title-sponsored-v3 {
  3379.        font-size: 2.5rem;
  3380.        font-weight: 900;
  3381.        text-align: left;
  3382.        margin-bottom: 30px;
  3383.        letter-spacing: 2px;
  3384.        border-left: 8px solid var(--bs-primary);
  3385.        padding-left: 20px;
  3386.    }
  3387.    
  3388.    .sponsored-overlay-v3 {
  3389.        position: absolute;
  3390.        top: 0;
  3391.        left: 0;
  3392.        right: 0;
  3393.        bottom: 0;
  3394.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3395.        opacity: 0;
  3396.        transition: opacity 0.3s ease;
  3397.    }
  3398.    
  3399.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3400.        opacity: 1;
  3401.    }
  3402.  
  3403.    @media (max-width: 768px) {
  3404.        .sponsored-section-v3 {
  3405.            padding: 0px 0 40px;
  3406.        }
  3407.        .section-title-sponsored-v3 {
  3408.            font-size: 2.2rem;
  3409.            text-align: center;
  3410.            border-left: none;
  3411.            border-bottom: 4px solid;
  3412.            padding-left: 0;
  3413.            padding-bottom: 10px;
  3414.        }
  3415.        .sponsored-content-v3 {
  3416.            padding: 20px 16px;
  3417.        }
  3418.    }
  3419. </style>
  3420.  
  3421. <section class="sponsored-section-v3">
  3422.    <div class="container-fluid fluid-container mt-5">
  3423.        <div class="row">
  3424.            <div class="col-12">
  3425.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3426.            </div>
  3427.        </div>
  3428.        
  3429.        <div class="row g-3">
  3430.            
  3431.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3432.                <div class="card sponsored-card-v3">
  3433.                    <div class="sponsored-overlay-v3"></div>
  3434.                    <div class="sponsored-image-v3">
  3435.                        
  3436.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3437.                        
  3438.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3439.                    </div>
  3440.                    <div class="sponsored-content-v3">
  3441.                        <h3 class="sponsored-title-v3">
  3442.                            <a href="/who-is-the-politician-al-carns-former-marine-and-labour-minister-with-sights-on-the-top-job/" class="top-color">
  3443.                            Who is the Politician Al Carns? Former Marine and Labour Minister with Sights on the Top Job
  3444.                            </a>
  3445.                        </h3>
  3446.                        <div class="sponsored-meta-v3">
  3447.                            <div class="author-info-v3">
  3448.                                
  3449.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3450.                                
  3451.                                <span class="top-color">
  3452.                                    Darryl Stewart MD
  3453.                                </span>
  3454.                            </div>
  3455.                            <span class="top-color">17 May 2026</span>
  3456.                        </div>
  3457.                    </div>
  3458.                </div>
  3459.            </div>
  3460.            
  3461.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3462.                <div class="card sponsored-card-v3">
  3463.                    <div class="sponsored-overlay-v3"></div>
  3464.                    <div class="sponsored-image-v3">
  3465.                        
  3466.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3467.                        
  3468.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3469.                    </div>
  3470.                    <div class="sponsored-content-v3">
  3471.                        <h3 class="sponsored-title-v3">
  3472.                            <a href="/crans-montana-blaze-survivors-are-treated-in-specialist-clinics-throughout-the-continent/" class="top-color">
  3473.                            Crans-Montana Blaze Survivors Are Treated in Specialist Clinics Throughout the Continent
  3474.                            </a>
  3475.                        </h3>
  3476.                        <div class="sponsored-meta-v3">
  3477.                            <div class="author-info-v3">
  3478.                                
  3479.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3480.                                
  3481.                                <span class="top-color">
  3482.                                    Darryl Stewart MD
  3483.                                </span>
  3484.                            </div>
  3485.                            <span class="top-color">17 May 2026</span>
  3486.                        </div>
  3487.                    </div>
  3488.                </div>
  3489.            </div>
  3490.            
  3491.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3492.                <div class="card sponsored-card-v3">
  3493.                    <div class="sponsored-overlay-v3"></div>
  3494.                    <div class="sponsored-image-v3">
  3495.                        
  3496.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3497.                        
  3498.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3499.                    </div>
  3500.                    <div class="sponsored-content-v3">
  3501.                        <h3 class="sponsored-title-v3">
  3502.                            <a href="/titans-salute-queens-as-the-president-offers-the-mayor-elect-a-friendly-welcome/" class="top-color">
  3503.                            Titans Salute Queens as The President Offers The Mayor-Elect a Friendly Welcome
  3504.                            </a>
  3505.                        </h3>
  3506.                        <div class="sponsored-meta-v3">
  3507.                            <div class="author-info-v3">
  3508.                                
  3509.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3510.                                
  3511.                                <span class="top-color">
  3512.                                    Darryl Stewart MD
  3513.                                </span>
  3514.                            </div>
  3515.                            <span class="top-color">17 May 2026</span>
  3516.                        </div>
  3517.                    </div>
  3518.                </div>
  3519.            </div>
  3520.            
  3521.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3522.                <div class="card sponsored-card-v3">
  3523.                    <div class="sponsored-overlay-v3"></div>
  3524.                    <div class="sponsored-image-v3">
  3525.                        
  3526.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3527.                        
  3528.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3529.                    </div>
  3530.                    <div class="sponsored-content-v3">
  3531.                        <h3 class="sponsored-title-v3">
  3532.                            <a href="/a-decade-long-liaison-by-erin-somers-the-midlife-adultery-story-this-era-has-earned/" class="top-color">
  3533.                            A Decade-Long Liaison by Erin Somers: The Midlife Adultery Story This Era Has Earned.
  3534.                            </a>
  3535.                        </h3>
  3536.                        <div class="sponsored-meta-v3">
  3537.                            <div class="author-info-v3">
  3538.                                
  3539.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3540.                                
  3541.                                <span class="top-color">
  3542.                                    Darryl Stewart MD
  3543.                                </span>
  3544.                            </div>
  3545.                            <span class="top-color">16 May 2026</span>
  3546.                        </div>
  3547.                    </div>
  3548.                </div>
  3549.            </div>
  3550.            
  3551.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3552.                <div class="card sponsored-card-v3">
  3553.                    <div class="sponsored-overlay-v3"></div>
  3554.                    <div class="sponsored-image-v3">
  3555.                        
  3556.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3557.                        
  3558.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3559.                    </div>
  3560.                    <div class="sponsored-content-v3">
  3561.                        <h3 class="sponsored-title-v3">
  3562.                            <a href="/president-zelensky-states-ukraine-is-ten-percent-off-from-peace-but-not-at-any-cost/" class="top-color">
  3563.                            President Zelensky States Ukraine Is Ten Percent Off from Peace, But Not at Any Cost
  3564.                            </a>
  3565.                        </h3>
  3566.                        <div class="sponsored-meta-v3">
  3567.                            <div class="author-info-v3">
  3568.                                
  3569.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3570.                                
  3571.                                <span class="top-color">
  3572.                                    Darryl Stewart MD
  3573.                                </span>
  3574.                            </div>
  3575.                            <span class="top-color">16 May 2026</span>
  3576.                        </div>
  3577.                    </div>
  3578.                </div>
  3579.            </div>
  3580.            
  3581.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3582.                <div class="card sponsored-card-v3">
  3583.                    <div class="sponsored-overlay-v3"></div>
  3584.                    <div class="sponsored-image-v3">
  3585.                        
  3586.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3587.                        
  3588.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3589.                    </div>
  3590.                    <div class="sponsored-content-v3">
  3591.                        <h3 class="sponsored-title-v3">
  3592.                            <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-song/" class="top-color">
  3593.                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Song
  3594.                            </a>
  3595.                        </h3>
  3596.                        <div class="sponsored-meta-v3">
  3597.                            <div class="author-info-v3">
  3598.                                
  3599.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/ad26a857-503d-48e4-8e29-9fd75745eeff_profile.png" alt="Darryl Stewart MD" style="object-fit: cover;" class="sponsored-author-img-v3">
  3600.                                
  3601.                                <span class="top-color">
  3602.                                    Darryl Stewart MD
  3603.                                </span>
  3604.                            </div>
  3605.                            <span class="top-color">16 May 2026</span>
  3606.                        </div>
  3607.                    </div>
  3608.                </div>
  3609.            </div>
  3610.            
  3611.        </div>
  3612.    </div>
  3613. </section>
  3614.  
  3615.  
  3616.    
  3617.        <!-- end wpo-blog-sponsored-section -->
  3618.        <!-- start wpo-subscribe-section -->
  3619.        
  3620.        <!-- end subscribe-section -->
  3621.        <!-- start of wpo-site-footer-section -->
  3622.        
  3623.  
  3624.  
  3625.  
  3626.  
  3627.  
  3628.  
  3629. <footer class="wpo-site-footer-v2 ">
  3630.    
  3631.    <!-- Main Footer Content -->
  3632.    <div class="container-fluid fluid-container">
  3633.        
  3634.        <!-- Step 1: Brand Section -->
  3635.        <div class="footer-brand-section">
  3636.            <div class="row justify-content-center">
  3637.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3638.                    <div class="brand-wrapper">
  3639.                        
  3640.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a082c991-1512-4528-a676-938c19962e6c_logo.png" alt="NetraCore" class="footer-logo mb-3" loading="lazy">
  3641.                        
  3642.                        <h2 class="brand-title">NetraCore</h2>
  3643.                        <p class="brand-description">NetraCore provides cutting-edge AI and machine learning solutions to help businesses optimize operations and drive innovation in today&#x27;s digital landscape.</p>
  3644.                        
  3645.                    </div>
  3646.                </div>
  3647.            </div>
  3648.        </div>
  3649.  
  3650.        <!-- Step 2: Content Columns with Separators -->
  3651.        <div class="footer-content-section">
  3652.            <div class="content-divider"></div>
  3653.            
  3654.            <div class="row">
  3655.                
  3656.                <!-- Column 1: Important Links -->
  3657.                <div class="col-lg-6 col-md-6 col-12">
  3658.                    <div class="footer-column">
  3659.                        <div class="column-header">
  3660.                            <span class="column-number bg-primary-gradient">01</span>
  3661.                            <h6 class="column-title">Important Pages</h6>
  3662.                        </div>
  3663.                        <div class="column-content">
  3664.                            <ul class="footer-links">
  3665.                                
  3666.                                <li>
  3667.                                    <a href="/gop-senator-asserts-agreement-is-possible-on-healthcare-as-key-tax-credits-approach-expiration/" class="footer-link">
  3668.                                        GOP Senator Asserts &#x27;Agreement Is Possible&#x27; on Healthcare as Key Tax Credits Approach Expiration.
  3669.                                    </a>
  3670.                                </li>
  3671.                                
  3672.                                <li>
  3673.                                    <a href="/administration-condemns-democrat-hoax-as-more-jeffrey-epstein-images-disclosed/" class="footer-link">
  3674.                                        Administration Condemns &#x27;Democrat Hoax&#x27; as More Jeffrey Epstein Images Disclosed
  3675.                                    </a>
  3676.                                </li>
  3677.                                
  3678.                                <li>
  3679.                                    <a href="/millie-bright-exits-england-scene-long-after-her-name-was-engraved-among-soccer-icons/" class="footer-link">
  3680.                                        Millie Bright Exits England Scene Long After Her Name Was Engraved Among Soccer Icons
  3681.                                    </a>
  3682.                                </li>
  3683.                                
  3684.                                <li>
  3685.                                    <a href="/line-of-duty-confirmed-for-seventh-series-on-bbc/" class="footer-link">
  3686.                                        Line of Duty Confirmed for Seventh Series on BBC
  3687.                                    </a>
  3688.                                </li>
  3689.                                
  3690.                                <li>
  3691.                                    <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-this-years-campaign-and-plans-to-retain-her-coach-through-next-year/" class="footer-link">
  3692.                                        The 22-year-old tennis player Emma Raducanu wraps up this year&#x27;s campaign and plans to retain her coach through next year.
  3693.                                    </a>
  3694.                                </li>
  3695.                                
  3696.                                <li>
  3697.                                    <a href="/three-xbox-game-pass-titles-that-can-validate-your-membership-this-weekend-nov-21-23/" class="footer-link">
  3698.                                        Three Xbox Game Pass Titles That Can Validate Your Membership This Weekend (Nov. 21-23)
  3699.                                    </a>
  3700.                                </li>
  3701.                                
  3702.                            </ul>
  3703.                        </div>
  3704.                    </div>
  3705.                </div>
  3706.  
  3707.                <!-- Column 2: External Links -->
  3708.                 <div class="col-lg-6 col-md-6 col-12">
  3709.                    <div class="footer-column">
  3710.                        <div class="column-header">
  3711.                            <span class="column-number bg-primary-gradient">02</span>
  3712.                            <h6 class="column-title">External Resources</h6>
  3713.                        </div>
  3714.                       <div class="column-content">
  3715.    <ul class="footer-links" id="footerLinks">
  3716.        
  3717.        
  3718.  
  3719.        
  3720.        
  3721.        
  3722.        
  3723.    </ul>
  3724. </div>
  3725.  
  3726.                    </div>
  3727.                </div>
  3728.  
  3729.                <!-- Column 3: Categories -->
  3730.                <div class="col-lg-6 col-md-6 col-12">
  3731.                    <div class="footer-column">
  3732.                        <div class="column-header">
  3733.                            <span class="column-number bg-primary-gradient">02</span>
  3734.                            <h6 class="column-title">Categories</h6>
  3735.                        </div>
  3736.                        <div class="column-content">
  3737.                            <ul class="footer-links">
  3738.                                
  3739.                                <li>
  3740.                                    <a href="/category/all-posts/" class="footer-link">
  3741.                                        All Posts
  3742.                                    </a>
  3743.                                </li>
  3744.                                
  3745.                                <li>
  3746.                                    <a href="/category/business/" class="footer-link">
  3747.                                        Business
  3748.                                    </a>
  3749.                                </li>
  3750.                                
  3751.                                <li>
  3752.                                    <a href="/category/esports/" class="footer-link">
  3753.                                        Esports
  3754.                                    </a>
  3755.                                </li>
  3756.                                
  3757.                                <li>
  3758.                                    <a href="/category/fashion/" class="footer-link">
  3759.                                        Fashion
  3760.                                    </a>
  3761.                                </li>
  3762.                                
  3763.                                <li>
  3764.                                    <a href="/category/featured/" class="footer-link">
  3765.                                        Featured
  3766.                                    </a>
  3767.                                </li>
  3768.                                
  3769.                                <li>
  3770.                                    <a href="/category/gaming/" class="footer-link">
  3771.                                        Gaming
  3772.                                    </a>
  3773.                                </li>
  3774.                                
  3775.                            </ul>
  3776.                        </div>
  3777.                    </div>
  3778.                </div>
  3779.  
  3780.            </div>
  3781.        </div>
  3782.  
  3783.        <!-- Step 3: Footer Bottom -->
  3784.        <div class="footer-bottom-section">
  3785.            <div class="bottom-divider"></div>
  3786.            <div class="d-flex justify-content-between flex-wrap">
  3787.                <div class="">
  3788.                    <p class="copyright-text">
  3789.                        &copy; 2026 <strong>NetraCore</strong> • All rights reserved
  3790.                    </p>
  3791.                </div>
  3792.                <div class="">
  3793.                    <nav class="footer-nav">
  3794.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3795.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3796.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3797.                    </nav>
  3798.                </div>
  3799.            </div>
  3800.        </div>
  3801.  
  3802.    </div>
  3803.  
  3804.    <!-- Background Elements -->
  3805.    <div class="footer-bg-elements">
  3806.        <div class="bg-circle circle-1"></div>
  3807.        <div class="bg-circle circle-2"></div>
  3808.        <div class="bg-line line-1"></div>
  3809.        <div class="bg-line line-2"></div>
  3810.    </div>
  3811.  
  3812. </footer>
  3813.  
  3814. <style>
  3815. /* Footer V2 - Clean Blog Design */
  3816. .wpo-site-footer-v2 {
  3817.    color: var(--footer-color);
  3818.    background-color: var(--card-bg);
  3819.    margin-top: 100px;
  3820. }
  3821.  
  3822.  
  3823.  
  3824. /* Step 2: Brand Section */
  3825. .footer-brand-section {
  3826.    position: relative;
  3827.    z-index: 2;
  3828.    padding: 120px 0 60px;
  3829. }
  3830.  
  3831. .brand-wrapper {
  3832.    max-width: 600px;
  3833.    margin: 0 auto;
  3834. }
  3835.  
  3836. .footer-logo {
  3837.    max-height: 60px;
  3838.    width: auto;
  3839.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3840. }
  3841.  
  3842. .brand-title {
  3843.    font-size: 2.2rem;
  3844.    font-weight: 800;
  3845.    color: var(--footer-color);
  3846.    margin-bottom: 1rem;
  3847.    letter-spacing: -0.02em;
  3848. }
  3849.  
  3850. .brand-description {
  3851.    font-size: 1.1rem;
  3852.    color: var(--footer-color);
  3853.    line-height: 1.6;
  3854.    opacity: .7;
  3855.    margin-bottom: 0;
  3856. }
  3857.  
  3858. /* Step 3: Content Section */
  3859. .footer-content-section {
  3860.    position: relative;
  3861.    z-index: 2;
  3862.    padding: 60px 0;
  3863. }
  3864.  
  3865.  
  3866. .footer-column {
  3867.    margin-bottom: 40px;
  3868.    padding: 0 20px;
  3869. }
  3870.  
  3871. .column-header {
  3872.    display: flex;
  3873.    align-items: center;
  3874.    margin-bottom: 25px;
  3875.    padding-bottom: 15px;
  3876.    border-bottom: 2px solid var(--border-color);
  3877. }
  3878.  
  3879. .column-number {
  3880.    width: 35px;
  3881.    height: 35px;
  3882.    border-radius: 10px;
  3883.    display: flex;
  3884.    align-items: center;
  3885.    justify-content: center;
  3886.    font-weight: 700;
  3887.    font-size: 0.9rem;
  3888.    margin-right: 15px;
  3889. }
  3890.  
  3891. .column-title {
  3892.    font-size: 1.1rem;
  3893.    font-weight: 700;
  3894.    color: var(--footer-color) !important;
  3895.    margin: 0;
  3896. }
  3897.  
  3898. .column-content {
  3899.    padding-left: 50px;
  3900. }
  3901.  
  3902. /* Footer Links */
  3903. .footer-links {
  3904.    list-style: none;
  3905.    padding: 0;
  3906.    margin: 0;
  3907. }
  3908.  
  3909. .footer-links li {
  3910.    margin-bottom: 12px;
  3911.    position: relative;
  3912. }
  3913.  
  3914. .footer-link {
  3915.    color: var(--footer-color) !important;
  3916.    text-decoration: none;
  3917.    font-size: 0.95rem;
  3918.    line-height: 1.5;
  3919.    transition: all 0.8s ease;
  3920.    position: relative;
  3921.    display: inline-flex;
  3922.    align-items: center;
  3923. }
  3924.  
  3925. .footer-link:hover {
  3926.    color: var(--bs-primary);
  3927.    padding-left: 8px;
  3928. }
  3929.  
  3930. .footer-link::before {
  3931.    content: '';
  3932.    position: absolute;
  3933.    left: -15px;
  3934.    top: 50%;
  3935.    transform: translateY(-50%);
  3936.    width: 4px;
  3937.    height: 4px;
  3938.    background: var(--bs-primary);
  3939.    border-radius: 50%;
  3940.    opacity: 0;
  3941.    transition: opacity 0.3s ease;
  3942. }
  3943.  
  3944. .footer-link:hover::before {
  3945.    opacity: 1;
  3946. }
  3947.  
  3948. /* Step 4: Footer Bottom */
  3949. .footer-bottom-section {
  3950.    position: relative;
  3951.    z-index: 2;
  3952.    padding: 30px 0;
  3953. }
  3954.  
  3955. .bottom-divider {
  3956.    width: 100%;
  3957.    height: 1px;
  3958.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3959.    margin-bottom: 30px;
  3960. }
  3961.  
  3962. .copyright-text {
  3963.    color: var(--footer-color);
  3964.    font-size: 0.9rem;
  3965.    margin: 0;
  3966.    line-height: 1.6;
  3967. }
  3968.  
  3969. .footer-nav {
  3970.    display: flex;
  3971.    align-items: center;
  3972.    gap: 20px;
  3973.    justify-content: center;
  3974. }
  3975.  
  3976. .footer-nav-link {
  3977.    color: var(--footer-color) !important;
  3978.    text-decoration: none;
  3979.    font-size: 0.9rem;
  3980.    font-weight: 500;
  3981.    transition: color 0.3s ease;
  3982.    position: relative;
  3983. }
  3984.  
  3985. .footer-nav-link:hover {
  3986.    color: var(--bs-primary);
  3987. }
  3988.  
  3989. .footer-nav-link::after {
  3990.    content: '';
  3991.    position: absolute;
  3992.    bottom: -5px;
  3993.    left: 0;
  3994.    width: 0;
  3995.    height: 2px;
  3996.    background: var(--bs-primary) !important;
  3997.    transition: width 0.3s ease;
  3998. }
  3999.  
  4000. .footer-nav-link:hover::after {
  4001.    width: 100%;
  4002. }
  4003.  
  4004. /* Responsive Design */
  4005. @media (max-width: 992px) {
  4006.    .footer-brand-section {
  4007.        padding: 100px 0 50px;
  4008.    }
  4009.    
  4010.    .brand-title {
  4011.        font-size: 1.8rem;
  4012.    }
  4013.    
  4014.    .column-content {
  4015.        padding-left: 0;
  4016.        padding-top: 10px;
  4017.    }
  4018.    
  4019.    .column-header {
  4020.        flex-direction: column;
  4021.        align-items: flex-start;
  4022.        gap: 10px;
  4023.    }
  4024.    
  4025.    .column-number {
  4026.        align-self: center;
  4027.    }
  4028. }
  4029.  
  4030. @media (max-width: 768px) {
  4031.    .footer-brand-section {
  4032.        padding: 80px 0 40px;
  4033.    }
  4034.    
  4035.    .brand-title {
  4036.        font-size: 1.6rem;
  4037.    }
  4038.    
  4039.    .newsletter-inline {
  4040.        padding: 1.5rem;
  4041.        margin: 0 15px;
  4042.    }
  4043.    
  4044.    .newsletter-form .input-group {
  4045.        flex-direction: column;
  4046.    }
  4047.    
  4048.    .btn-newsletter {
  4049.        border-radius: 0 0 12px 12px;
  4050.    }
  4051.    
  4052.    .newsletter-input {
  4053.        border-radius: 12px 12px 0 0;
  4054.    }
  4055.    
  4056.    .footer-column {
  4057.        padding: 0 15px;
  4058.        margin-bottom: 35px;
  4059.    }
  4060.    
  4061.    .footer-nav {
  4062.        flex-direction: column;
  4063.        gap: 15px;
  4064.        margin-top: 20px;
  4065.    }
  4066. }
  4067.  
  4068. @media (max-width: 576px) {
  4069.    .footer-brand-section {
  4070.        padding: 60px 0 30px;
  4071.    }
  4072.    
  4073.    .brand-title {
  4074.        font-size: 1.4rem;
  4075.    }
  4076.    
  4077.    .brand-description {
  4078.        font-size: 1rem;
  4079.    }
  4080.    
  4081.    .newsletter-title {
  4082.        font-size: 1.1rem;
  4083.    }
  4084.    
  4085.    .column-title {
  4086.        font-size: 1rem;
  4087.    }
  4088.    
  4089.    .footer-column {
  4090.        padding: 0 10px;
  4091.    }
  4092.    
  4093.    .bg-circle, .bg-line {
  4094.        display: none;
  4095.    }
  4096. }
  4097.  
  4098. /* Minimal Animation */
  4099. .footer-column {
  4100.    transition: opacity 0.3s ease;
  4101. }
  4102.  
  4103. .footer-column:hover {
  4104.    opacity: 0.9;
  4105. }
  4106. </style>
  4107.  
  4108. <!-- Bootstrap 5 JS -->
  4109.  
  4110. <script>
  4111. // Scroll to Top Function
  4112. function scrollToTop() {
  4113.    window.scrollTo({
  4114.        top: 0,
  4115.        behavior: 'smooth'
  4116.    });
  4117. }
  4118.  
  4119. // Initialize Footer V2 Features
  4120. document.addEventListener('DOMContentLoaded', function() {
  4121.    
  4122.    // Newsletter Form Enhancement
  4123.    const newsletterForm = document.querySelector('.newsletter-form');
  4124.    if (newsletterForm) {
  4125.        newsletterForm.addEventListener('submit', function(e) {
  4126.            e.preventDefault(); // Remove this in actual implementation
  4127.            
  4128.            const submitBtn = this.querySelector('.btn-newsletter');
  4129.            const originalText = submitBtn.textContent;
  4130.            
  4131.            submitBtn.textContent = 'Subscribing...';
  4132.            submitBtn.disabled = true;
  4133.            
  4134.            // Simulate form processing
  4135.            setTimeout(() => {
  4136.                submitBtn.textContent = 'Subscribed!';
  4137.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4138.                
  4139.                setTimeout(() => {
  4140.                    submitBtn.textContent = originalText;
  4141.                    submitBtn.disabled = false;
  4142.                    submitBtn.style.background = '';
  4143.                    this.reset();
  4144.                }, 2000);
  4145.            }, 1500);
  4146.        });
  4147.    }
  4148.    
  4149.    // Smooth reveal for columns on scroll
  4150.    const observerOptions = {
  4151.        threshold: 0.1,
  4152.        rootMargin: '0px 0px -50px 0px'
  4153.    };
  4154.    
  4155.    const observer = new IntersectionObserver((entries) => {
  4156.        entries.forEach(entry => {
  4157.            if (entry.isIntersecting) {
  4158.                entry.target.style.opacity = '1';
  4159.                entry.target.style.transform = 'translateY(0)';
  4160.            }
  4161.        });
  4162.    }, observerOptions);
  4163.    
  4164.    // Initially hide columns for animation
  4165.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4166.        column.style.opacity = '0';
  4167.        column.style.transform = 'translateY(20px)';
  4168.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4169.        observer.observe(column);
  4170.    });
  4171.    
  4172.    // Prevent default for placeholder links
  4173.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4174.        link.addEventListener('click', function(e) {
  4175.            e.preventDefault();
  4176.        });
  4177.    });
  4178. });
  4179.  
  4180. document.addEventListener('DOMContentLoaded', function () {
  4181.    var btn = document.getElementById('toggleFooterLinks');
  4182.    if (!btn) return; // No extra links, no button
  4183.  
  4184.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4185.  
  4186.    btn.addEventListener('click', function () {
  4187.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4188.            return li.classList.contains('d-none');
  4189.        });
  4190.  
  4191.        extras.forEach(function (li) {
  4192.            if (anyHidden) {
  4193.                li.classList.remove('d-none');
  4194.                li.classList.add('show');
  4195.            } else {
  4196.                li.classList.add('d-none');
  4197.                li.classList.remove('show');
  4198.            }
  4199.        });
  4200.  
  4201.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4202.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4203.    });
  4204. });
  4205.  
  4206. </script>
  4207.  
  4208.        <!-- end of wpo-site-footer-section -->
  4209.    </div>
  4210.    <!-- end of page-wrapper -->
  4211.  
  4212.    <!-- All JavaScript files
  4213.    ================================================== -->
  4214.    
  4215.  
  4216. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4217. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4218. <!-- Plugins for this template -->
  4219. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4220. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4221. <!-- Custom script for this template -->
  4222. <script src="/static/blogapp/assets/js/script.js"></script>
  4223.  
  4224. <script>
  4225. (function () {
  4226. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4227. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4228.  
  4229. function applyFallback(img) {
  4230. if (!img || img.dataset.fallbackApplied === "1") {
  4231. return;
  4232. }
  4233. var failedSrc = img.currentSrc || img.src || "";
  4234. img.dataset.fallbackApplied = "1";
  4235. img.onerror = null;
  4236. img.src = fallbackImageSrc;
  4237. console.warn("[ImageFallback] Replaced broken image:", {
  4238. failedSrc: failedSrc,
  4239. fallbackSrc: fallbackImageSrc,
  4240. alt: img.alt || "",
  4241. });
  4242. }
  4243.  
  4244. document.querySelectorAll("img").forEach(function (img) {
  4245. if (img.complete && img.naturalWidth === 0) {
  4246. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4247. failedSrc: img.currentSrc || img.src || "",
  4248. alt: img.alt || "",
  4249. });
  4250. applyFallback(img);
  4251. }
  4252. });
  4253.  
  4254. document.addEventListener(
  4255. "error",
  4256. function (event) {
  4257. var target = event.target;
  4258. if (target && target.tagName === "IMG") {
  4259. applyFallback(target);
  4260. }
  4261. },
  4262. true
  4263. );
  4264. })();
  4265. </script>
  4266.  
  4267. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4268.  
  4269.  
  4270.  
  4271. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"455fc5b181534622908f3fb25edaa1ab","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4272. </body>
  4273.  
  4274. </html>
  4275.  
  4276.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda