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://zentechframework.nl

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_42_YeFVgdT_kB3U2Io_QDvYoa1_b8AQgF1.png">
  14.    
  15.  
  16.    <title>ZenTech Framework: Modern Web Development Solutions</title>
  17.    <meta name="description" content="Discover ZenTech Framework, a powerful tool for building modern web applications. Explore tutorials, best practices, and community insights.">
  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://zentechframework.nl/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #06d6a0;
  42.        --bs-primary-rgb: 06d6a0;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #14532d;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #06d6a0;
  53.        --theme-primary-color-s2: #06d6a0;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #14532d;
  57.        --text-light-color: #676767;
  58.        --heading-color: #14532d;
  59.        --border-color: #a7f3d0;
  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: #d1fae5;
  75.        --navbar-color: #14532d;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #14532d;
  78.        --footer-bg: #14532d;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #a7f3d0;
  82.        --card-radius: 10px;
  83.        --link-color: #06d6a0;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(6, 214, 160, 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. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_22">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.  
  379.  
  380.            <!-- end preloader -->
  381.        
  382.        <!-- Start header -->
  383.        <header id="header" class="wpo-site-header">
  384.            
  385.  
  386.  
  387.    
  388.  
  389.  
  390. <div class="top-bg">
  391.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  392.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  393.        
  394.        <div class="unique-news-container">
  395.            <div class="unique-news-wrapper" id="newsWrapper">
  396.                <!-- News items injected via JS -->
  397.            </div>
  398.        </div>
  399.    
  400.        <div class="contact-info">
  401.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  402.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  404.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  405.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  406.            </ul>
  407.        </div>
  408.    </div>
  409. </div>
  410.  
  411. <script>
  412.    // Build array dynamically from Django context
  413.    const newsItems = [
  414.        
  415.            { title: "Beijing Slams America of ‘Double Standards’ Over Import Duty Ultimatum", url: "/beijing-slams-america-of-double-standards-over-import-duty-ultimatum/" },
  416.        
  417.            { title: "Administration Reveals Federal Worker Job Cuts as Funding Gap Nears Three\u002DWeek Mark", url: "/administration-reveals-federal-worker-job-cuts-as-funding-gap-nears-three-week-mark/" },
  418.        
  419.            { title: "Introduce this Weekend League Squad Boasting Over 1,800 Premier League Games", url: "/introduce-this-weekend-league-squad-boasting-over-1800-premier-league-games/" },
  420.        
  421.            { title: "Andy Murray Admits He Didn\u0027t Achieve the Desired Results with Djokovic", url: "/andy-murray-admits-he-didnt-achieve-the-desired-results-with-djokovic/" },
  422.        
  423.            { title: "Five Critical Crucial Incidents in the Assault on the Rights of Women and Girls in 2025.", url: "/five-critical-crucial-incidents-in-the-assault-on-the-rights-of-women-and-girls-in-2025/" }
  424.        
  425.    ];
  426.  
  427.    let currentNewsIndex = 0;
  428.    const newsWrapper = document.getElementById('newsWrapper');
  429.    let newsElements = [];
  430.  
  431.    // Create news elements dynamically with links
  432.    function createNewsElements() {
  433.        newsItems.forEach((news, index) => {
  434.            const newsElement = document.createElement('div');
  435.            newsElement.className = 'unique-news-item';
  436.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  437.            newsWrapper.appendChild(newsElement);
  438.            newsElements.push(newsElement);
  439.        });
  440.  
  441.        if (newsElements.length > 0) {
  442.            newsElements[0].classList.add('active');
  443.        }
  444.    }
  445.  
  446.    function changeNews() {
  447.        const currentElement = newsElements[currentNewsIndex];
  448.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  449.        const nextElement = newsElements[nextIndex];
  450.  
  451.        currentElement.classList.remove('active');
  452.        currentElement.classList.add('exit-up');
  453.  
  454.        setTimeout(() => {
  455.            nextElement.classList.add('active');
  456.            currentNewsIndex = nextIndex;
  457.  
  458.            setTimeout(() => {
  459.                currentElement.classList.remove('exit-up');
  460.            }, 100);
  461.        }, 250);
  462.    }
  463.  
  464.    function startNewsRotation() {
  465.        setInterval(changeNews, 5000);
  466.    }
  467.  
  468.    window.onload = function() {
  469.        createNewsElements();
  470.        startNewsRotation();
  471.    };
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <nav class="navigation navbar navbar-expand-lg mb-4">
  484.  <div class="container-fluid fluid-container">
  485.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  486.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  487.          <a class="navbar-brand" href="/">
  488.              
  489.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1aabafaa-2454-4424-bff1-f6247224f106_logo.png" alt="ZenTech Framework" />
  490.              
  491.          </a>
  492.      </div>
  493.      <div class="">
  494.        <div class="style-card">
  495.          <div class="minimal-search mb-md-4 mb-0">
  496.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  497.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  498.              <circle cx="11" cy="11" r="8"></circle>
  499.              <path d="m21 21-4.35-4.35"></path>
  500.            </svg>
  501.          </div>
  502.          <!-- The search results will be displayed here -->
  503.          <div id="search-results" class="search-results-container search-v1"></div>
  504.        </div>
  505.      </div>
  506.      <div class=" d-flex flex-wrap">
  507.        <div class="navbar-header d-lg-none d-none d-md-flex">
  508.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1aabafaa-2454-4424-bff1-f6247224f106_logo.png" alt="" /></a>
  509.        </div>
  510.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  511.          <button class="menu-close"><i class="ti-close"></i></button>
  512.  
  513.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  514.    <li>
  515.      <a href="/">
  516.        Home
  517.      </a>
  518.    </li>
  519.  
  520.  
  521.    <li>
  522.      <a href="/category/all-posts/">
  523.        All Posts
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/business/">
  529.        Business
  530.      </a>
  531.    </li>
  532.  
  533.    <li>
  534.      <a href="/category/esports/">
  535.        Esports
  536.      </a>
  537.    </li>
  538.  
  539.  
  540.  
  541.  <div class="navbar-header d-lg-block d-none">
  542.    <a class="navbar-brand" href="/">
  543.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1aabafaa-2454-4424-bff1-f6247224f106_logo.png" alt="" />
  544.    </a>
  545.  </div>
  546.  
  547.  
  548.  
  549.    
  550.    
  551.    
  552.      <li>
  553.        <a href="/category/fashion/">
  554.          Fashion
  555.        </a>
  556.      </li>
  557.    
  558.      <li>
  559.        <a href="/category/featured/">
  560.          Featured
  561.        </a>
  562.      </li>
  563.    
  564.  
  565.    
  566.    
  567.      <li class="menu-item-has-children">
  568.        <a href="#">More</a>
  569.        <ul class="sub-menu">
  570.          
  571.            <li>
  572.              <a href="/category/gaming/">
  573.                Gaming
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/health/">
  579.                Health
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/life-fitness/">
  585.                Life &amp; Fitness
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/lifestyle/">
  591.                Lifestyle
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/news/">
  597.                News
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/others/">
  603.                Others
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/politics/">
  609.                Politics
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/sports/">
  615.                Sports
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/tech/">
  621.                Tech
  622.              </a>
  623.            </li>
  624.          
  625.            <li>
  626.              <a href="/category/travel/">
  627.                Travel
  628.              </a>
  629.            </li>
  630.          
  631.        </ul>
  632.      </li>
  633.    
  634.  
  635.  
  636. <li>
  637.                  <a href="/page/contact-us/">
  638.                     Contact Us
  639.                  </a>
  640.              </li>
  641. </ul>
  642.  
  643.        </div>
  644.        <div class="sidebar-blur"></div>
  645.        <!-- end of nav-collapse -->
  646.      </div>
  647.      <div class="me-3">
  648.        <div class="mobail-menu d-xl-none d-block">
  649.          <button type="button" class="navbar-toggler open-btn">
  650.            <span class="sr-only">Toggle navigation</span>
  651.            <span class="icon-bar first-angle"></span>
  652.            <span class="icon-bar middle-angle"></span>
  653.            <span class="icon-bar last-angle"></span>
  654.          </button>
  655.        </div>
  656.        <!-- <div class="header-right">
  657.          <div class="header-right-menu-wrapper d-xl-block d-none">
  658.            <div class="header-right-menu">
  659.              <div class="right-menu-toggle-btn">
  660.                <span></span>
  661.                <span></span>
  662.                <span></span>
  663.              </div>
  664.              <div class="header-right-menu-wrap" style="z-index: 999;">
  665.                <button class="right-menu-close"><i class="ti-close"></i></button>
  666.                <div class="logo">
  667.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  668.                </div>
  669.                <div class="header-right-sec">
  670.                  <div class="project-widget widget">
  671.                    <h3 class="text-white">Our Latest News</h3>
  672.                    <div class="posts">
  673.                      <div class="post">
  674.                        <div class="img-holder">
  675.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  676.                        </div>
  677.                        <div class="details">
  678.                          <span class="date">19 Jun 2022</span>
  679.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  680.                        </div>
  681.                      </div>
  682.                      <div class="post">
  683.                        <div class="img-holder">
  684.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  685.                        </div>
  686.                        <div class="details">
  687.                          <span class="date">22 May 2022</span>
  688.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  689.                        </div>
  690.                      </div>
  691.                      <div class="post">
  692.                        <div class="img-holder">
  693.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  694.                        </div>
  695.                        <div class="details">
  696.                          <span class="date">12 Apr 2022</span>
  697.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  698.                        </div>
  699.                      </div>
  700.                    </div>
  701.                  </div>
  702.                  <div class="widget wpo-contact-widget">
  703.                    <div class="widget-title">
  704.                      <h3 class="text-white">Contact Us</h3>
  705.                    </div>
  706.                    <div class="contact-ft">
  707.                      <ul>
  708.                        <li>
  709.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  710.                        </li>
  711.                        <li>
  712.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  713.                          + 8 (123) 123 456 789
  714.                        </li>
  715.                        <li>
  716.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  717.                        </li>
  718.                      </ul>
  719.                    </div>
  720.                  </div>
  721.                </div>
  722.              </div>
  723.              <div class="sidebar-blur"></div>
  724.            </div>
  725.          </div>
  726.        </div> -->
  727.      </div>
  728.    </div>
  729.  </div>
  730.  <!-- end of container -->
  731. </nav>
  732. <style>
  733.  .navbar-brand img{
  734.    height: 70px;
  735.    object-fit: contain;
  736.  }
  737.    /* search field */
  738.  .search-results-container {
  739.  position: absolute;
  740.  top: 100%; /* Position it below the input field */
  741. left: 10px;
  742.  right: 10px;
  743.  background-color: white;
  744.  border: 1px solid #ddd;
  745.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  746.  max-height: 300px;
  747.  overflow-y: auto;
  748.  z-index: 1000;
  749.  display: none; /* Initially hidden */
  750. }
  751.  
  752. .search-results-container p {
  753.  margin: 0;
  754. }
  755.  
  756. .search-results-container .result-item {
  757.  padding: 10px;
  758.  cursor: pointer;
  759. }
  760.  
  761. .search-results-container .result-item:hover {
  762.  background-color: #f0f0f0;
  763. }
  764. @media (max-width:576px) {
  765.  .w-sm-full{
  766.    padding-top: 10px;
  767.    width: 100%;
  768.  }
  769.  .m-s-0{
  770.    margin-top: 0px !important;
  771.  }
  772. }
  773. @media (max-width:768px) {
  774. .search-icon{
  775. top: 50%;
  776. }
  777. }
  778.  
  779.  
  780. </style>
  781. <script>
  782.  const searchInput = document.querySelector(".search-input");
  783.  const searchResults = document.getElementById("search-results");
  784.  
  785.  // Handle typing
  786.  searchInput.addEventListener("keyup", function (e) {
  787.    e.preventDefault();
  788.  
  789.    const query = searchInput.value;
  790.  
  791.    if (query === "") {
  792.      searchResults.innerHTML = "";
  793.      searchResults.style.display = "none";
  794.      return;
  795.    }
  796.  
  797.    searchResults.style.display = "block";
  798.  
  799.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  800.      method: "GET",
  801.      headers: {
  802.        "X-Requested-With": "XMLHttpRequest",
  803.      },
  804.    })
  805.      .then(response => response.json())
  806.      .then(data => {
  807.        if (data.html) {
  808.          searchResults.innerHTML = data.html;
  809.        } else {
  810.          searchResults.innerHTML = "<p>No results found.</p>";
  811.        }
  812.      })
  813.      .catch(error => {
  814.        console.error("Error fetching search results:", error);
  815.      });
  816.  });
  817.  
  818.  // Close results when clicking outside
  819.  document.addEventListener("click", function (e) {
  820.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  821.      searchResults.style.display = "none";
  822.    }
  823.  });
  824. </script>
  825.  
  826.  
  827.        </header>
  828.        <!-- end of header -->
  829.        <!-- start of wpo-blog-hero -->
  830.        
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838. <div class="blog-hero-v8 my-5">
  839.  <div class="container-fluid fluid-container">
  840.    <!-- Full-Width Featured Article -->
  841.    <div class="row g-4 mb-5">
  842.      <div class="col-12">
  843.        
  844.        
  845.          
  846.        <article class="full-featured">
  847.          <div class="featured-image-container">
  848.            
  849.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Right Now, Denim Pants Need to Be Rigid, Sophisticated and Straight" class="featured-image" />
  850.            
  851.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  852.          </div>
  853.          <div class="featured-content">
  854.            <h1 class="featured-title">
  855.              <a href="/right-now-denim-pants-need-to-be-rigid-sophisticated-and-straight/">Right Now, Denim Pants Need to Be Rigid, Sophisticated and Straight</a>
  856.            </h1>
  857.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  858.            <div class="article-meta">
  859.              <div class="author-info">
  860.                
  861.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez's Profile" class="author-pic" />
  862.                
  863.                <div class="author-text">
  864.                  <span class="author-name">Louis Ramirez</span>
  865.                  
  866.                  <span class="post-time">August 09, 2026</span>
  867.                </div>
  868.              </div>
  869.              <div class="reading-info">
  870.                
  871.              </div>
  872.            </div>
  873.          </div>
  874.        </article>
  875.  
  876.        
  877.        
  878.      </div>
  879.    </div>
  880.  
  881.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  882.    <div class="row g-4">
  883.      
  884.      <div class="col-lg-3 col-md-6 col-12">
  885.        <article class="compact-card">
  886.          <div class="compact-image">
  887.            
  888.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Unbearable Pain: My Struggle With the Enigmatic Pain of Cluster Headache Syndrome" />
  889.            
  890.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  891.          </div>
  892.          <div class="compact-body">
  893.            <h3 class="compact-title">
  894.              <a href="/unbearable-pain-my-struggle-with-the-enigmatic-pain-of-cluster-headache-syndrome/">Unbearable Pain: My Struggle With the Enigmatic Pain of Cluster Headache Syndrome</a>
  895.            </h3>
  896.            <p class="compact-text"></p>
  897.            <div class="compact-footer">
  898.              <div class="compact-author">
  899.                
  900.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez's Profile" class="compact-avatar" />
  901.                
  902.                <span class="compact-name">Louis …</span>
  903.              </div>
  904.              <span class="compact-date">Aug 09</span>
  905.            </div>
  906.          </div>
  907.        </article>
  908.      </div>
  909.      
  910.      <div class="col-lg-3 col-md-6 col-12">
  911.        <article class="compact-card">
  912.          <div class="compact-image">
  913.            
  914.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="A Shadow of His Dominant Stature - Van Dijk Fights Waning Influence" />
  915.            
  916.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  917.          </div>
  918.          <div class="compact-body">
  919.            <h3 class="compact-title">
  920.              <a href="/a-shadow-of-his-dominant-stature-van-dijk-fights-waning-influence/">A Shadow of His Dominant Stature - Van Dijk Fights Waning Influence</a>
  921.            </h3>
  922.            <p class="compact-text"></p>
  923.            <div class="compact-footer">
  924.              <div class="compact-author">
  925.                
  926.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez's Profile" class="compact-avatar" />
  927.                
  928.                <span class="compact-name">Louis …</span>
  929.              </div>
  930.              <span class="compact-date">Aug 09</span>
  931.            </div>
  932.          </div>
  933.        </article>
  934.      </div>
  935.      
  936.      <div class="col-lg-3 col-md-6 col-12">
  937.        <article class="compact-card">
  938.          <div class="compact-image">
  939.            
  940.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Get to Know the Artificial Intelligence Professionals That Advise Family to Steer Clear From AI" />
  941.            
  942.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  943.          </div>
  944.          <div class="compact-body">
  945.            <h3 class="compact-title">
  946.              <a href="/get-to-know-the-artificial-intelligence-professionals-that-advise-family-to-steer-clear-from-ai/">Get to Know the Artificial Intelligence Professionals That Advise Family to Steer Clear From AI</a>
  947.            </h3>
  948.            <p class="compact-text"></p>
  949.            <div class="compact-footer">
  950.              <div class="compact-author">
  951.                
  952.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez's Profile" class="compact-avatar" />
  953.                
  954.                <span class="compact-name">Louis …</span>
  955.              </div>
  956.              <span class="compact-date">Aug 09</span>
  957.            </div>
  958.          </div>
  959.        </article>
  960.      </div>
  961.      
  962.  
  963.      <!-- Recent Articles Sidebar -->
  964.      <div class="col-lg-3 col-md-6 col-12">
  965.        <div class="recent-section">
  966.          <h3 class="recent-title">Recent Articles</h3>
  967.          <div class="recent-list">
  968.            
  969.            <div class="recent-item">
  970.              <div class="recent-content">
  971.                <h4 class="recent-article-title">
  972.                  <a href="/unexpected-envoy-advancing-ukraine-ceasefire-proposal-highlights-jd-vance-influence-on-american-policy/">Unexpected Envoy Advancing Ukraine Ceasefire Proposal Highlights JD …</a>
  973.                </h4>
  974.                <span class="recent-date">August 09, 2026</span>
  975.              </div>
  976.            </div>
  977.            
  978.          </div>
  979.        </div>
  980.      </div>
  981.    </div>
  982.  </div>
  983. </div>
  984.  
  985.  
  986.  
  987. <style>
  988.  /* Full-Width Featured Article */
  989.  .full-featured {
  990.    background: var(--card-bg, #ffffff);
  991.    border-radius: 12px;
  992.    overflow: hidden;
  993.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  994.    border: 1px solid var(--border-color, #e5e7eb);
  995.    transition: box-shadow 0.3s ease;
  996.  }
  997.  
  998.  .full-featured:hover {
  999.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1000.  }
  1001.  
  1002.  .featured-image-container {
  1003.    position: relative;
  1004.    height: 400px;
  1005.    overflow: hidden;
  1006.  }
  1007.  
  1008.  .featured-image {
  1009.    width: 100%;
  1010.    height: 100%;
  1011.    object-fit: cover;
  1012.  }
  1013.  
  1014.  .featured-content {
  1015.    padding: 2rem;
  1016.  }
  1017.  
  1018.  .featured-title {
  1019.    font-size: 2.5rem;
  1020.    font-weight: 700;
  1021.    color: #111827;
  1022.    margin-bottom: 1rem;
  1023.    line-height: 1.2;
  1024.  }
  1025.  
  1026.  .featured-title a {
  1027.    color: inherit;
  1028.    text-decoration: none;
  1029.  }
  1030.  
  1031.  .featured-title a:hover {
  1032.    color: #3b82f6;
  1033.    transition: color 0.3s ease;
  1034.  }
  1035.  
  1036.  .featured-summary {
  1037.    font-size: 1.1rem;
  1038.    color: #4b5563;
  1039.    line-height: 1.6;
  1040.    margin-bottom: 1.5rem;
  1041.  }
  1042.  
  1043.  /* Category Tags - Dynamic Colors */
  1044.  .category-tag {
  1045.    position: absolute;
  1046.    top: 1rem;
  1047.    left: 1rem;
  1048.    padding: 0.4rem 1.2rem;
  1049.    font-size: 0.8rem;
  1050.    font-weight: 600;
  1051.    text-transform: uppercase;
  1052.    color: white;
  1053.    border-radius: 20px;
  1054.    z-index: 2;
  1055.  }
  1056.  
  1057.  /* Category Colors */
  1058.  
  1059.  .business-tag, .business-cat { background-color: #10b981; }
  1060.  
  1061.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1062.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1063.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1064.  .health-tag, .health-cat { background-color: #84cc16; }
  1065.  
  1066.  /* Article Meta */
  1067.  .article-meta {
  1068.    display: flex;
  1069.    align-items: center;
  1070.    justify-content: space-between;
  1071.    font-size: 0.9rem;
  1072.    color: #6b7280;
  1073.  }
  1074.  
  1075.  .author-info {
  1076.    display: flex;
  1077.    align-items: center;
  1078.    gap: 0.75rem;
  1079.  }
  1080.  
  1081.  .author-pic {
  1082.    width: 40px;
  1083.    height: 40px;
  1084.    border-radius: 50%;
  1085.    object-fit: cover;
  1086.  }
  1087.  
  1088.  .author-name {
  1089.    font-weight: 600;
  1090.    color: var(--topbar-color, #111827);
  1091.  }
  1092.  
  1093.  .post-time {
  1094.    font-size: 0.85rem;
  1095.    color: #6b7280;
  1096.  }
  1097.  
  1098.  .read-time {
  1099.    background: #f3f4f6;
  1100.    padding: 0.25rem 0.75rem;
  1101.    border-radius: 12px;
  1102.    font-size: 0.8rem;
  1103.  }
  1104.  
  1105.  /* Compact Cards */
  1106.  .compact-card {
  1107.    background: var(--card-bg, #ffffff);
  1108.    border-radius: 12px;
  1109.    overflow: hidden;
  1110.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1111.    border: 1px solid var(--border-color, #e5e7eb);
  1112.    transition: box-shadow 0.3s ease;
  1113.    height: 100%;
  1114.  }
  1115.  
  1116.  .compact-card:hover {
  1117.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1118.  }
  1119.  
  1120.  .compact-image {
  1121.    position: relative;
  1122.    height: 160px;
  1123.    overflow: hidden;
  1124.  }
  1125.  
  1126.  .compact-image img {
  1127.    width: 100%;
  1128.    height: 100%;
  1129.    object-fit: cover;
  1130.  }
  1131.  
  1132.  .compact-category {
  1133.    position: absolute;
  1134.    top: 0.75rem;
  1135.    left: 0.75rem;
  1136.    padding: 0.3rem 1rem;
  1137.    font-size: 0.75rem;
  1138.    border-radius: 20px;
  1139.    color: white;
  1140.    font-weight: 600;
  1141.    text-transform: uppercase;
  1142.  }
  1143.  
  1144.  .compact-body {
  1145.    padding: 1.25rem;
  1146.  }
  1147.  
  1148.  .compact-title {
  1149.    font-size: 1.1rem;
  1150.    font-weight: 600;
  1151.    color: #111827;
  1152.    margin-bottom: 0.5rem;
  1153.    line-height: 1.3;
  1154.  }
  1155.  
  1156.  .compact-title a {
  1157.    color: inherit;
  1158.    text-decoration: none;
  1159.  }
  1160.  
  1161.  .compact-title a:hover {
  1162.    color: #3b82f6;
  1163.    transition: color 0.3s ease;
  1164.  }
  1165.  
  1166.  .compact-text {
  1167.    font-size: 0.9rem;
  1168.    color: #4b5563;
  1169.    line-height: 1.5;
  1170.  }
  1171.  
  1172.  .compact-footer {
  1173.    display: flex;
  1174.    justify-content: space-between;
  1175.    align-items: center;
  1176.    margin-top: 1rem;
  1177.    font-size: 0.85rem;
  1178.    color: #6b7280;
  1179.  }
  1180.  
  1181.  .compact-author {
  1182.    display: flex;
  1183.    align-items: center;
  1184.    gap: 0.5rem;
  1185.  }
  1186.  
  1187.  .compact-avatar {
  1188.    width: 28px;
  1189.    height: 28px;
  1190.    border-radius: 50%;
  1191.    object-fit: cover;
  1192.  }
  1193.  
  1194.  .compact-name {
  1195.    color: var(--topbar-color, #111827);
  1196.    font-weight: 500;
  1197.  }
  1198.  
  1199.  /* Recent Articles Sidebar */
  1200.  .recent-section {
  1201.    background: var(--card-bg, #ffffff);
  1202.    border-radius: 12px;
  1203.    padding: 1.5rem;
  1204.    border: 1px solid var(--border-color, #e5e7eb);
  1205.    height: 100%;
  1206.  }
  1207.  
  1208.  .recent-title {
  1209.    font-size: 1.2rem;
  1210.    font-weight: 700;
  1211.    color: #111827;
  1212.    margin-bottom: 1rem;
  1213.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1214.    padding-bottom: 0.5rem;
  1215.  }
  1216.  
  1217.  .recent-list {
  1218.    display: flex;
  1219.    flex-direction: column;
  1220.    gap: 1rem;
  1221.  }
  1222.  
  1223.  .recent-item {
  1224.    padding: 0.75rem;
  1225.    border-radius: 8px;
  1226.    transition: background 0.2s ease;
  1227.    border: 1px solid var(--border-color, #e5e7eb);
  1228.  }
  1229.  
  1230.  .recent-item:hover {
  1231.    background: var(--card-bg);
  1232.  }
  1233.  
  1234.  .recent-article-title {
  1235.    font-size: 0.95rem;
  1236.    font-weight: 500;
  1237.    color: var(--topbar-color, #111827);
  1238.    margin-bottom: 0.25rem;
  1239.  }
  1240.  
  1241.  .recent-article-title a {
  1242.    color: inherit;
  1243.    text-decoration: none;
  1244.  }
  1245.  
  1246.  .recent-article-title a:hover {
  1247.    color: #3b82f6;
  1248.    transition: color 0.3s ease;
  1249.  }
  1250.  
  1251.  .recent-date {
  1252.    font-size: 0.8rem;
  1253.    color: #6b7280;
  1254.  }
  1255.  
  1256.  /* Responsive Design */
  1257.  @media (max-width: 992px) {
  1258.    .featured-image-container {
  1259.      height: 300px;
  1260.    }
  1261.    
  1262.    .featured-title {
  1263.      font-size: 2rem;
  1264.    }
  1265.    
  1266.    .compact-image {
  1267.      height: 140px;
  1268.    }
  1269.  }
  1270.  
  1271.  @media (max-width: 768px) {
  1272.    .featured-content,
  1273.    .compact-body {
  1274.      padding: 1.5rem;
  1275.    }
  1276.    
  1277.    .article-meta {
  1278.      flex-direction: column;
  1279.      align-items: flex-start;
  1280.      gap: 0.75rem;
  1281.    }
  1282.    
  1283.    .recent-section {
  1284.      margin-top: 2rem;
  1285.    }
  1286.  }
  1287.  
  1288.  @media (max-width: 576px) {
  1289.    .featured-title {
  1290.      font-size: 1.8rem;
  1291.    }
  1292.    
  1293.    .compact-title {
  1294.      font-size: 1rem;
  1295.    }
  1296.    
  1297.    .featured-content {
  1298.      padding: 1rem;
  1299.    }
  1300.    
  1301.    .compact-body {
  1302.      padding: 1rem;
  1303.    }
  1304.  }
  1305. </style>
  1306.  
  1307.  
  1308.        <!-- end of wpo-blog-hero -->
  1309.  
  1310.        <!-- start of wpo-breacking-news -->
  1311.        
  1312.        <!-- end of wpo-breacking-news -->
  1313.        
  1314.        <!-- start wpo-blog-highlights-section -->
  1315.        
  1316.  
  1317.  
  1318.  
  1319.    
  1320.  
  1321.  
  1322.  
  1323. <style>
  1324.    .blog-highlights-v2 {
  1325.        padding: 60px 0;
  1326.    }
  1327.    
  1328.    .blog-card-v2 {
  1329.        border: none;
  1330.        border-radius: 16px;
  1331.        overflow: hidden;
  1332.        transition: all 0.3s ease;
  1333.        background: white;
  1334.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1335.    }
  1336.    
  1337.    .blog-card-v2:hover {
  1338.        transform: translateY(-8px);
  1339.        box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  1340.    }
  1341.    
  1342.    .blog-image-v2 {
  1343.        position: relative;
  1344.        overflow: hidden;
  1345.        height: 220px;
  1346.    }
  1347.    
  1348.    .blog-image-v2 img {
  1349.        width: 100%;
  1350.        height: 100%;
  1351.        object-fit: cover;
  1352.        transition: transform 0.3s ease;
  1353.    }
  1354.    
  1355.    .blog-card-v2:hover .blog-image-v2 img {
  1356.        transform: scale(1.05);
  1357.    }
  1358.    
  1359.    .blog-category-v2 {
  1360.        position: absolute;
  1361.        top: 16px;
  1362.        left: 16px;
  1363.        padding: 6px 14px;
  1364.        border-radius: 20px;
  1365.        font-size: 12px;
  1366.        font-weight: 600;
  1367.        text-transform: uppercase;
  1368.        letter-spacing: 0.5px;
  1369.    }
  1370.    
  1371.    .blog-content-v2 {
  1372.        padding: 24px;
  1373.    }
  1374.    
  1375.    .blog-title-v2 {
  1376.        font-size: 18px;
  1377.        font-weight: 700;
  1378.        line-height: 1.4;
  1379.        margin-bottom: 16px;
  1380.    }
  1381.    
  1382.    .blog-title-v2 a {
  1383.        text-decoration: none;
  1384.        transition: color 0.3s ease;
  1385.    }
  1386.    
  1387.    .blog-meta-v2 {
  1388.        display: flex;
  1389.        align-items: center;
  1390.        gap: 12px;
  1391.        margin-bottom: 12px;
  1392.        font-size: 13px;
  1393.    }
  1394.    
  1395.    .blog-author-img {
  1396.        width: 32px;
  1397.        height: 32px;
  1398.        border-radius: 50%;
  1399.        object-fit: cover;
  1400.    }
  1401.    
  1402.    .blog-excerpt-v2 {
  1403.        font-size: 14px;
  1404.        line-height: 1.6;
  1405.        opacity: 0.8;
  1406.    }
  1407.    
  1408.    .section-title-v2 {
  1409.        font-size: 2.5rem;
  1410.        font-weight: 800;
  1411.        text-align: center;
  1412.        margin-bottom: 50px;
  1413.    }
  1414.  
  1415.    @media (max-width: 768px) {
  1416.        .section-title-v2 {
  1417.            font-size: 2rem;
  1418.        }
  1419.        .blog-highlights-v2 {
  1420.            padding: 40px 0;
  1421.        }
  1422.    }
  1423. </style>
  1424.  
  1425. <section class="blog-highlights-v2">
  1426.    <div class="container-fluid fluid-container">
  1427.        <div class="row">
  1428.            <div class="col-12">
  1429.                <h2 class="section-title-v2 top-color">
  1430.                Today's Top Highlights
  1431.                   </h2>
  1432.            </div>
  1433.            
  1434.        </div>
  1435.        
  1436.        <div class="row">
  1437.            <div class="col-lg-8 col-12">
  1438.                <div class="row g-4">
  1439.                    
  1440.                    <div class="col-lg-6 col-md-6 col-12">
  1441.                        <div class="card blog-card-v2 h-100">
  1442.                            <div class="blog-image-v2">
  1443.                                
  1444.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1445.                                
  1446.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1447.                            </div>
  1448.                            <div class="blog-content-v2">
  1449.                                <h3 class="blog-title-v2">
  1450.                                    <a href="/we-did-ok-kid-a-memoir-by-anthony-hopkins-review-a-legend-known-for-his-fiery-nature/" class="top-color">
  1451.                                    We Did OK, Kid: A Memoir by Anthony Hopkins – Review: A Legend Known for His Fiery Nature
  1452.                                    </a>
  1453.                                </h3>
  1454.                                <div class="blog-meta-v2">
  1455.                                    
  1456.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1457.                                    
  1458.                                    
  1459.                                    <span class="top-color">By Louis Ramirez</span>
  1460.                                    <span class="top-color">09 Aug 2026</span>
  1461.                                </div>
  1462.                                <p class="blog-excerpt-v2 top-color"> </p>
  1463.                            </div>
  1464.                        </div>
  1465.                    </div>
  1466.                    
  1467.                    <div class="col-lg-6 col-md-6 col-12">
  1468.                        <div class="card blog-card-v2 h-100">
  1469.                            <div class="blog-image-v2">
  1470.                                
  1471.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1472.                                
  1473.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1474.                            </div>
  1475.                            <div class="blog-content-v2">
  1476.                                <h3 class="blog-title-v2">
  1477.                                    <a href="/watkins-maintains-the-edge-yet-calvert-lewin-may-still-make-the-international-squad/" class="top-color">
  1478.                                    Watkins Maintains the Edge - Yet Calvert-Lewin May Still Make the International Squad
  1479.                                    </a>
  1480.                                </h3>
  1481.                                <div class="blog-meta-v2">
  1482.                                    
  1483.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1484.                                    
  1485.                                    
  1486.                                    <span class="top-color">By Louis Ramirez</span>
  1487.                                    <span class="top-color">09 Aug 2026</span>
  1488.                                </div>
  1489.                                <p class="blog-excerpt-v2 top-color"> </p>
  1490.                            </div>
  1491.                        </div>
  1492.                    </div>
  1493.                    
  1494.                    <div class="col-lg-6 col-md-6 col-12">
  1495.                        <div class="card blog-card-v2 h-100">
  1496.                            <div class="blog-image-v2">
  1497.                                
  1498.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1499.                                
  1500.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1501.                            </div>
  1502.                            <div class="blog-content-v2">
  1503.                                <h3 class="blog-title-v2">
  1504.                                    <a href="/this-floating-poo-was-far-too-symbolic-these-are-the-television-letdowns-of-the-past-year/" class="top-color">
  1505.                                    This Floating Poo Was Far Too Symbolic! These Are the Television Letdowns of the Past Year.
  1506.                                    </a>
  1507.                                </h3>
  1508.                                <div class="blog-meta-v2">
  1509.                                    
  1510.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1511.                                    
  1512.                                    
  1513.                                    <span class="top-color">By Louis Ramirez</span>
  1514.                                    <span class="top-color">08 Aug 2026</span>
  1515.                                </div>
  1516.                                <p class="blog-excerpt-v2 top-color"> </p>
  1517.                            </div>
  1518.                        </div>
  1519.                    </div>
  1520.                    
  1521.                    <div class="col-lg-6 col-md-6 col-12">
  1522.                        <div class="card blog-card-v2 h-100">
  1523.                            <div class="blog-image-v2">
  1524.                                
  1525.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1526.                                
  1527.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1528.                            </div>
  1529.                            <div class="blog-content-v2">
  1530.                                <h3 class="blog-title-v2">
  1531.                                    <a href="/festive-bite-sized-treats-how-to-transform-christmas-leftovers-into-nye-appetizers/" class="top-color">
  1532.                                    Festive Bite-Sized Treats: How to Transform Christmas Leftovers into NYE Appetizers
  1533.                                    </a>
  1534.                                </h3>
  1535.                                <div class="blog-meta-v2">
  1536.                                    
  1537.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1538.                                    
  1539.                                    
  1540.                                    <span class="top-color">By Louis Ramirez</span>
  1541.                                    <span class="top-color">08 Aug 2026</span>
  1542.                                </div>
  1543.                                <p class="blog-excerpt-v2 top-color"> </p>
  1544.                            </div>
  1545.                        </div>
  1546.                    </div>
  1547.                    
  1548.                    <div class="col-lg-6 col-md-6 col-12">
  1549.                        <div class="card blog-card-v2 h-100">
  1550.                            <div class="blog-image-v2">
  1551.                                
  1552.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1553.                                
  1554.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1555.                            </div>
  1556.                            <div class="blog-content-v2">
  1557.                                <h3 class="blog-title-v2">
  1558.                                    <a href="/the-dark-blues-against-celtic-brendan-rodgers-side-aim-to-reduce-gap-at-summit/" class="top-color">
  1559.                                    The Dark Blues against Celtic: Brendan Rodgers&#x27; Side Aim to Reduce Gap at Summit
  1560.                                    </a>
  1561.                                </h3>
  1562.                                <div class="blog-meta-v2">
  1563.                                    
  1564.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1565.                                    
  1566.                                    
  1567.                                    <span class="top-color">By Louis Ramirez</span>
  1568.                                    <span class="top-color">08 Aug 2026</span>
  1569.                                </div>
  1570.                                <p class="blog-excerpt-v2 top-color"> </p>
  1571.                            </div>
  1572.                        </div>
  1573.                    </div>
  1574.                    
  1575.                    <div class="col-lg-6 col-md-6 col-12">
  1576.                        <div class="card blog-card-v2 h-100">
  1577.                            <div class="blog-image-v2">
  1578.                                
  1579.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1580.                                
  1581.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1582.                            </div>
  1583.                            <div class="blog-content-v2">
  1584.                                <h3 class="blog-title-v2">
  1585.                                    <a href="/three-lions-top-talents-cant-operate-simultaneously-does-the-manager-have-a-point/" class="top-color">
  1586.                                    Three Lions&#x27; top talents can&#x27;t operate simultaneously - does the manager have a point?
  1587.                                    </a>
  1588.                                </h3>
  1589.                                <div class="blog-meta-v2">
  1590.                                    
  1591.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1592.                                    
  1593.                                    
  1594.                                    <span class="top-color">By Louis Ramirez</span>
  1595.                                    <span class="top-color">08 Aug 2026</span>
  1596.                                </div>
  1597.                                <p class="blog-excerpt-v2 top-color"> </p>
  1598.                            </div>
  1599.                        </div>
  1600.                    </div>
  1601.                    
  1602.                    <div class="col-lg-6 col-md-6 col-12">
  1603.                        <div class="card blog-card-v2 h-100">
  1604.                            <div class="blog-image-v2">
  1605.                                
  1606.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1607.                                
  1608.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1609.                            </div>
  1610.                            <div class="blog-content-v2">
  1611.                                <h3 class="blog-title-v2">
  1612.                                    <a href="/seahawks-secure-play-off-berth-with-thrilling-extra-time-triumph-over-los-angeles-rams/" class="top-color">
  1613.                                    Seahawks Secure Play-off Berth with Thrilling Extra Time Triumph over Los Angeles Rams.
  1614.                                    </a>
  1615.                                </h3>
  1616.                                <div class="blog-meta-v2">
  1617.                                    
  1618.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1619.                                    
  1620.                                    
  1621.                                    <span class="top-color">By Louis Ramirez</span>
  1622.                                    <span class="top-color">08 Aug 2026</span>
  1623.                                </div>
  1624.                                <p class="blog-excerpt-v2 top-color"> </p>
  1625.                            </div>
  1626.                        </div>
  1627.                    </div>
  1628.                    
  1629.                    <div class="col-lg-6 col-md-6 col-12">
  1630.                        <div class="card blog-card-v2 h-100">
  1631.                            <div class="blog-image-v2">
  1632.                                
  1633.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1634.                                
  1635.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1636.                            </div>
  1637.                            <div class="blog-content-v2">
  1638.                                <h3 class="blog-title-v2">
  1639.                                    <a href="/why-heart-of-midlothians-historic-championship-challenge-isnt-as-a-shock/" class="top-color">
  1640.                                    Why Heart of Midlothian&#x27;s Historic Championship Challenge Isn&#x27;t as a Shock.
  1641.                                    </a>
  1642.                                </h3>
  1643.                                <div class="blog-meta-v2">
  1644.                                    
  1645.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1646.                                    
  1647.                                    
  1648.                                    <span class="top-color">By Louis Ramirez</span>
  1649.                                    <span class="top-color">08 Aug 2026</span>
  1650.                                </div>
  1651.                                <p class="blog-excerpt-v2 top-color"> </p>
  1652.                            </div>
  1653.                        </div>
  1654.                    </div>
  1655.                    
  1656.                    <div class="col-lg-6 col-md-6 col-12">
  1657.                        <div class="card blog-card-v2 h-100">
  1658.                            <div class="blog-image-v2">
  1659.                                
  1660.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1661.                                
  1662.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1663.                            </div>
  1664.                            <div class="blog-content-v2">
  1665.                                <h3 class="blog-title-v2">
  1666.                                    <a href="/winter-in-sokcho-review-a-moody-slow-burn-tale-of-familial-bonds-and-intimacy-in-a-south-korean-frontier-town/" class="top-color">
  1667.                                    Winter in Sokcho Review: A Moody Slow-Burn Tale of Familial Bonds and Intimacy in a South Korean Frontier Town
  1668.                                    </a>
  1669.                                </h3>
  1670.                                <div class="blog-meta-v2">
  1671.                                    
  1672.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1673.                                    
  1674.                                    
  1675.                                    <span class="top-color">By Louis Ramirez</span>
  1676.                                    <span class="top-color">08 Aug 2026</span>
  1677.                                </div>
  1678.                                <p class="blog-excerpt-v2 top-color"> </p>
  1679.                            </div>
  1680.                        </div>
  1681.                    </div>
  1682.                    
  1683.                    <div class="col-lg-6 col-md-6 col-12">
  1684.                        <div class="card blog-card-v2 h-100">
  1685.                            <div class="blog-image-v2">
  1686.                                
  1687.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1688.                                
  1689.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1690.                            </div>
  1691.                            <div class="blog-content-v2">
  1692.                                <h3 class="blog-title-v2">
  1693.                                    <a href="/keeper-film-analysis-romance-descends-into-the-underworld-in-powerfully-spooky-horror/" class="top-color">
  1694.                                    Keeper Film Analysis – Romance Descends into the Underworld in Powerfully Spooky Horror
  1695.                                    </a>
  1696.                                </h3>
  1697.                                <div class="blog-meta-v2">
  1698.                                    
  1699.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1700.                                    
  1701.                                    
  1702.                                    <span class="top-color">By Louis Ramirez</span>
  1703.                                    <span class="top-color">08 Aug 2026</span>
  1704.                                </div>
  1705.                                <p class="blog-excerpt-v2 top-color"> </p>
  1706.                            </div>
  1707.                        </div>
  1708.                    </div>
  1709.                    
  1710.                    <div class="col-lg-6 col-md-6 col-12">
  1711.                        <div class="card blog-card-v2 h-100">
  1712.                            <div class="blog-image-v2">
  1713.                                
  1714.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1715.                                
  1716.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1717.                            </div>
  1718.                            <div class="blog-content-v2">
  1719.                                <h3 class="blog-title-v2">
  1720.                                    <a href="/the-fashion-icon-edward-enninful-on-modern-britain-britain-feels-less-tolerant-now-than-in-the-90s/" class="top-color">
  1721.                                    The fashion icon Edward Enninful on Modern Britain: &#x27;Britain Feels Less Tolerant Now&#x27; Than in the 90s.
  1722.                                    </a>
  1723.                                </h3>
  1724.                                <div class="blog-meta-v2">
  1725.                                    
  1726.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1727.                                    
  1728.                                    
  1729.                                    <span class="top-color">By Louis Ramirez</span>
  1730.                                    <span class="top-color">07 Aug 2026</span>
  1731.                                </div>
  1732.                                <p class="blog-excerpt-v2 top-color"> </p>
  1733.                            </div>
  1734.                        </div>
  1735.                    </div>
  1736.                    
  1737.                    <div class="col-lg-6 col-md-6 col-12">
  1738.                        <div class="card blog-card-v2 h-100">
  1739.                            <div class="blog-image-v2">
  1740.                                
  1741.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1742.                                
  1743.                                <span class="blog-category-v2 bg-primary-gradient">News</span>
  1744.                            </div>
  1745.                            <div class="blog-content-v2">
  1746.                                <h3 class="blog-title-v2">
  1747.                                    <a href="/elevated-young-mortality-figures-indicate-an-developing-emergency-worldwide-medical-analysis-alerts/" class="top-color">
  1748.                                    Elevated Young Mortality Figures Indicate an Developing Emergency’, Worldwide Medical Analysis Alerts
  1749.                                    </a>
  1750.                                </h3>
  1751.                                <div class="blog-meta-v2">
  1752.                                    
  1753.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="blog-author-img">
  1754.                                    
  1755.                                    
  1756.                                    <span class="top-color">By Louis Ramirez</span>
  1757.                                    <span class="top-color">07 Aug 2026</span>
  1758.                                </div>
  1759.                                <p class="blog-excerpt-v2 top-color"> </p>
  1760.                            </div>
  1761.                        </div>
  1762.                    </div>
  1763.                    
  1764.                    
  1765.  
  1766.                </div>
  1767.            </div>
  1768.            
  1769.          <div class="col col-lg-4 col-12">
  1770.                
  1771.  
  1772.  
  1773.  
  1774.    
  1775.  
  1776.  
  1777. <!-- Blog Sidebar V2 - Focused Design -->
  1778.  <div class="sidebar mb-3">
  1779.    <!-- Recent Posts Section -->
  1780.    <div class="sidebar-widget mb-4">
  1781.      <div class="widget-title-wrapper mb-3">
  1782.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1783.          <i class="ti-time me-2"></i>Recent Posts
  1784.          <span class="title-arrow-primary"></span>
  1785.        </h4>
  1786.      </div>
  1787.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  1788.        <div class="recent-post-list">
  1789.          
  1790.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1791.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1792.              
  1793.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1794.              
  1795.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1796.            </div>
  1797.            <div class="post-content flex-grow-1">
  1798.              <h6 class="post-title mb-2">
  1799.                <a href="/a-neutral-masterstroke-or-a-misstep-the-color-authoritys-snowy-colour-of-the-year-faces-criticism/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1800.                                            A Neutral Masterstroke or a Misstep? The Color Authority&#x27;s Snowy Colour of the Year Faces Criticism.
  1801.                                            </a>
  1802.              </h6>
  1803.              <div class="post-meta">
  1804.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1805.                <!-- <small class="text-muted">
  1806.                  <i class="ti-eye me-1"></i>348 views
  1807.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1808.                </small> -->
  1809.              </div>
  1810.            </div>
  1811.          </div>
  1812.          
  1813.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1814.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1815.              
  1816.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1817.              
  1818.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1819.            </div>
  1820.            <div class="post-content flex-grow-1">
  1821.              <h6 class="post-title mb-2">
  1822.                <a href="/thousands-lost-power-in-queensland-and-victorian-regions-following-powerful-storms/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1823.                                            Thousands Lost Power in Queensland and Victorian Regions Following Powerful Storms
  1824.                                            </a>
  1825.              </h6>
  1826.              <div class="post-meta">
  1827.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1828.                <!-- <small class="text-muted">
  1829.                  <i class="ti-eye me-1"></i>348 views
  1830.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1831.                </small> -->
  1832.              </div>
  1833.            </div>
  1834.          </div>
  1835.          
  1836.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1837.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1838.              
  1839.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1840.              
  1841.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1842.            </div>
  1843.            <div class="post-content flex-grow-1">
  1844.              <h6 class="post-title mb-2">
  1845.                <a href="/george-hendy-scores-three-as-eight-try-saints-hammer-bulls/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1846.                                            George Hendy Scores Three as Eight-Try Saints Hammer Bulls
  1847.                                            </a>
  1848.              </h6>
  1849.              <div class="post-meta">
  1850.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1851.                <!-- <small class="text-muted">
  1852.                  <i class="ti-eye me-1"></i>348 views
  1853.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1854.                </small> -->
  1855.              </div>
  1856.            </div>
  1857.          </div>
  1858.          
  1859.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1860.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1861.              
  1862.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1863.              
  1864.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1865.            </div>
  1866.            <div class="post-content flex-grow-1">
  1867.              <h6 class="post-title mb-2">
  1868.                <a href="/conflict-ravaged-myanmar-votes-in-widely-criticised-political-theater/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1869.                                            Conflict-ravaged Myanmar Votes in Widely Criticised Political Theater.
  1870.                                            </a>
  1871.              </h6>
  1872.              <div class="post-meta">
  1873.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1874.                <!-- <small class="text-muted">
  1875.                  <i class="ti-eye me-1"></i>348 views
  1876.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1877.                </small> -->
  1878.              </div>
  1879.            </div>
  1880.          </div>
  1881.          
  1882.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1883.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1884.              
  1885.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1886.              
  1887.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1888.            </div>
  1889.            <div class="post-content flex-grow-1">
  1890.              <h6 class="post-title mb-2">
  1891.                <a href="/the-president-states-he-will-abide-by-the-deal-to-finish-shutdown/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1892.                                            The President States He Will ‘Abide by the Deal’ to Finish Shutdown
  1893.                                            </a>
  1894.              </h6>
  1895.              <div class="post-meta">
  1896.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1897.                <!-- <small class="text-muted">
  1898.                  <i class="ti-eye me-1"></i>348 views
  1899.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1900.                </small> -->
  1901.              </div>
  1902.            </div>
  1903.          </div>
  1904.          
  1905.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1906.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1907.              
  1908.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1909.              
  1910.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1911.            </div>
  1912.            <div class="post-content flex-grow-1">
  1913.              <h6 class="post-title mb-2">
  1914.                <a href="/what-lies-ahead-for-the-heavyweight-division-after-wardleys-victory/"  class="text-decoration-none top-color fw-semibold lh-sm">
  1915.                                            What Lies Ahead for the Heavyweight Division After Wardley&#x27;s Victory?
  1916.                                            </a>
  1917.              </h6>
  1918.              <div class="post-meta">
  1919.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>07 Aug 2026</small>
  1920.                <!-- <small class="text-muted">
  1921.                  <i class="ti-eye me-1"></i>348 views
  1922.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1923.                </small> -->
  1924.              </div>
  1925.            </div>
  1926.          </div>
  1927.          
  1928.  
  1929.        </div>
  1930.  
  1931.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1932.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1933.        </div> -->
  1934.      </div>
  1935.    </div>
  1936.    
  1937.    
  1938.    <div class="sidebar-widget mb-4">
  1939.      <div class="widget-title-wrapper mb-3">
  1940.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1941.          <i class="ti-calendar me-2"></i>August 2026 Blog Roll
  1942.          <span class="title-arrow"></span>
  1943.        </h4>
  1944.      </div>
  1945.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  1946.        <div class="blog-roll-list scrollable-sidebar">
  1947.          
  1948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1949.            <a href="https://voyago.nl/"  rel="dofollow" class="text-decoration-none ">
  1950.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1951.                <i class="ti-angle-right me-2 text-primary"></i>
  1952.                 online casinos
  1953.              </h6>
  1954.            </a>
  1955.          </div>
  1956.          
  1957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1958.            <a href="https://huisvoorveerkracht.be/"  rel="dofollow" class="text-decoration-none ">
  1959.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1960.                <i class="ti-angle-right me-2 text-primary"></i>
  1961.                 Beste online casino België
  1962.              </h6>
  1963.            </a>
  1964.          </div>
  1965.          
  1966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1967.            <a href="https://casinobeats.com/nl/online-casinos/beste-goksites/"  rel="dofollow" class="text-decoration-none ">
  1968.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1969.                <i class="ti-angle-right me-2 text-primary"></i>
  1970.                 goksites
  1971.              </h6>
  1972.            </a>
  1973.          </div>
  1974.          
  1975.  
  1976.        </div>
  1977.  
  1978.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1979.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1980.        </div> -->
  1981.      </div>
  1982.    </div>
  1983.    
  1984.    <div class="sidebar-widget mb-4">
  1985.      <div class="widget-title-wrapper mb-3">
  1986.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1987.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  1988.          <span class="title-arrow"></span>
  1989.        </h4>
  1990.      </div>
  1991.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  1992.        <div class="blog-roll-list scrollable-sidebar">
  1993.          
  1994.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1995.            <a href="https://totalfootballanalysis.com/nl/bookmakers/wedden-op-voetbal"  rel="dofollow" class="text-decoration-none ">
  1996.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  1997.                <i class="ti-angle-right me-2 text-primary"></i>
  1998.                 wedden op voetbal
  1999.              </h6>
  2000.            </a>
  2001.          </div>
  2002.          
  2003.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2004.            <a href="https://totalfootballanalysis.com/nl/online-casino/beste-10-euro-casinos"  rel="dofollow" class="text-decoration-none ">
  2005.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2006.                <i class="ti-angle-right me-2 text-primary"></i>
  2007.                 10 euro deposit casinos
  2008.              </h6>
  2009.            </a>
  2010.          </div>
  2011.          
  2012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2013.            <a href="https://www.boomvanhetjaar.be/"  rel="dofollow" class="text-decoration-none ">
  2014.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2015.                <i class="ti-angle-right me-2 text-primary"></i>
  2016.                 beste online casino belgie
  2017.              </h6>
  2018.            </a>
  2019.          </div>
  2020.          
  2021.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2022.            <a href="https://www.cebp.nl/"  rel="dofollow" class="text-decoration-none ">
  2023.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2024.                <i class="ti-angle-right me-2 text-primary"></i>
  2025.                 nieuwe online casinos
  2026.              </h6>
  2027.            </a>
  2028.          </div>
  2029.          
  2030.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2031.            <a href="https://playsense.nl/bookmakers/paysafecard/"  rel="dofollow" class="text-decoration-none ">
  2032.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2033.                <i class="ti-angle-right me-2 text-primary"></i>
  2034.                 beste Paysafecard bookmakers
  2035.              </h6>
  2036.            </a>
  2037.          </div>
  2038.          
  2039.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2040.            <a href="https://bestecasinozondercruks.com/"  rel="dofollow" class="text-decoration-none ">
  2041.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2042.                <i class="ti-angle-right me-2 text-primary"></i>
  2043.                 casino zonder cruks
  2044.              </h6>
  2045.            </a>
  2046.          </div>
  2047.          
  2048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2049.            <a href="https://www.crowneplazabrussels.be/"  rel="dofollow" class="text-decoration-none ">
  2050.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2051.                <i class="ti-angle-right me-2 text-primary"></i>
  2052.                 Beste online casino België
  2053.              </h6>
  2054.            </a>
  2055.          </div>
  2056.          
  2057.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2058.            <a href="https://nationaalcentrumpreventiestressenburn-out.nl/"  rel="dofollow" class="text-decoration-none ">
  2059.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2060.                <i class="ti-angle-right me-2 text-primary"></i>
  2061.                 goksites nederland
  2062.              </h6>
  2063.            </a>
  2064.          </div>
  2065.          
  2066.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2067.            <a href="https://www.female-gamers.nl/online-bookmakers/"  rel="dofollow" class="text-decoration-none ">
  2068.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2069.                <i class="ti-angle-right me-2 text-primary"></i>
  2070.                 betsites nederland
  2071.              </h6>
  2072.            </a>
  2073.          </div>
  2074.          
  2075.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2076.            <a href="https://degroeneaggregaat.nl/"  rel="dofollow" class="text-decoration-none ">
  2077.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2078.                <i class="ti-angle-right me-2 text-primary"></i>
  2079.                 beste casino zonder cruks
  2080.              </h6>
  2081.            </a>
  2082.          </div>
  2083.          
  2084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2085.            <a href="https://www.harlandawards.eu/"  rel="dofollow" class="text-decoration-none ">
  2086.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2087.                <i class="ti-angle-right me-2 text-primary"></i>
  2088.                 online casino zonder cruks
  2089.              </h6>
  2090.            </a>
  2091.          </div>
  2092.          
  2093.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2094.            <a href="https://gamingamerica.com/online-casino-nederland/casino-zonder-registratie"  rel="dofollow" class="text-decoration-none ">
  2095.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2096.                <i class="ti-angle-right me-2 text-primary"></i>
  2097.                 online casino zonder registratie
  2098.              </h6>
  2099.            </a>
  2100.          </div>
  2101.          
  2102.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2103.            <a href="https://www.levendehave.nl/"  rel="dofollow" class="text-decoration-none ">
  2104.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2105.                <i class="ti-angle-right me-2 text-primary"></i>
  2106.                 buitenlands casino
  2107.              </h6>
  2108.            </a>
  2109.          </div>
  2110.          
  2111.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2112.            <a href="https://www.marikenloop.nl/"  rel="dofollow" class="text-decoration-none ">
  2113.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2114.                <i class="ti-angle-right me-2 text-primary"></i>
  2115.                 beste online casino nederland
  2116.              </h6>
  2117.            </a>
  2118.          </div>
  2119.          
  2120.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2121.            <a href="https://www.hetfittebrein.nl/"  rel="dofollow" class="text-decoration-none ">
  2122.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2123.                <i class="ti-angle-right me-2 text-primary"></i>
  2124.                 online casino zonder cruks
  2125.              </h6>
  2126.            </a>
  2127.          </div>
  2128.          
  2129.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2130.            <a href="https://www.brabantse-agrofood2020.nl/"  rel="dofollow" class="text-decoration-none ">
  2131.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2132.                <i class="ti-angle-right me-2 text-primary"></i>
  2133.                 online casino zonder cruks
  2134.              </h6>
  2135.            </a>
  2136.          </div>
  2137.          
  2138.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2139.            <a href="https://www.pokerstrategy.com/nl/wedden/"  rel="dofollow" class="text-decoration-none ">
  2140.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2141.                <i class="ti-angle-right me-2 text-primary"></i>
  2142.                 legale bookmakers
  2143.              </h6>
  2144.            </a>
  2145.          </div>
  2146.          
  2147.  
  2148.        </div>
  2149.  
  2150.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2151.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2152.        </div> -->
  2153.      </div>
  2154.    </div>
  2155.    
  2156.  </div>
  2157.  
  2158. <!-- Sidebar V2 Styles -->
  2159. <style>
  2160.  .sidebar-widget {
  2161.    position: relative;
  2162.  }
  2163.  
  2164.  .widget-title {
  2165.    font-size: 1.1rem;
  2166.    font-weight: 700;
  2167.    display: inline-block;
  2168.    position: relative;
  2169.    z-index: 2;
  2170.    border-radius: 0;
  2171.  }
  2172.  
  2173.  /* Green arrow for August Blog Roll */
  2174.  .title-arrow::after {
  2175.    content: '';
  2176.    position: absolute;
  2177.    top: 0;
  2178.    right: -22px;
  2179.    width: 0;
  2180.    height: 0;
  2181.    border-left: 22px solid var(--bs-primary);
  2182.    border-top: 22px solid transparent;
  2183.    border-bottom: 22px solid transparent;
  2184.    z-index: 1;
  2185.  }
  2186.  
  2187.  /* Blue arrow for Recent Posts */
  2188.  .title-arrow-primary::after {
  2189.    content: '';
  2190.    position: absolute;
  2191.    top: 0;
  2192.    right: -22px;
  2193.    width: 0;
  2194.    height: 0;
  2195.    border-left: 22px solid var(--bs-primary);
  2196.    border-top: 22px solid transparent;
  2197.    border-bottom: 22px solid transparent;
  2198.    z-index: 1;
  2199.  }
  2200.  
  2201.  .widget-content {
  2202.    margin-top: -1px;
  2203.    position: relative;
  2204.    z-index: 1;
  2205.     background-color: var(--card-bg);
  2206.  }
  2207.  
  2208.  /* Blog Roll Items Hover Effects */
  2209.  .blog-roll-item:hover .post-title {
  2210.    color: #198754 !important;
  2211.    transform: translateX(5px);
  2212.    transition: all 0.3s ease;
  2213.  }
  2214.  
  2215.  /* Recent Post Items Hover Effects */
  2216.  .recent-post-item:hover .post-title a {
  2217.    color: #0d6efd !important;
  2218.    transition: color 0.3s ease;
  2219.  }
  2220.  
  2221.  .recent-post-item:hover .post-image img {
  2222.    transform: scale(1.05);
  2223.    transition: transform 0.3s ease;
  2224.  }
  2225.  
  2226.  /* Button Hover Effects */
  2227.  .btn:hover {
  2228.    transform: translateY(-2px);
  2229.    transition: all 0.3s ease;
  2230.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2231.  }
  2232.  
  2233.  /* Badge Hover Effects */
  2234.  .badge:hover {
  2235.    transform: scale(1.05);
  2236.    transition: transform 0.3s ease;
  2237.  }
  2238.  
  2239.  @media (max-width: 991px) {
  2240.    .sidebar {
  2241.      margin-top: 3rem;
  2242.    }
  2243.  }
  2244.  
  2245.  @media (max-width: 576px) {
  2246.    .widget-title {
  2247.      font-size: 1rem;
  2248.      padding: 0.75rem 1rem !important;
  2249.    }
  2250.  
  2251.    .title-arrow::after,
  2252.    .title-arrow-primary::after {
  2253.      right: -18px;
  2254.      border-left-width: 18px;
  2255.      border-top-width: 18px;
  2256.      border-bottom-width: 18px;
  2257.    }
  2258.  
  2259.    .post-image {
  2260.      width: 70px !important;
  2261.      height: 55px !important;
  2262.    }
  2263.  
  2264.    .blog-meta {
  2265.      flex-direction: column !important;
  2266.      align-items: flex-start !important;
  2267.      gap: 0.5rem;
  2268.    }
  2269.  }
  2270. </style>
  2271.  
  2272.    
  2273.            </div>
  2274.        </div>
  2275.    </div>
  2276. </section>
  2277.  
  2278.    
  2279.        
  2280.        <!-- end wpo-blog-highlights-section -->
  2281.        <!-- start wpo-blog-sponsored-section -->
  2282.        
  2283.  
  2284.  
  2285.  
  2286.    
  2287.  
  2288.  
  2289.  
  2290. <style>
  2291.    .sponsored-section-v2 {
  2292.        padding: 40px 0;
  2293.        background: var(--body-bg);
  2294.    }
  2295.    
  2296.    .sponsored-card-v2 {
  2297.        background: var(--body-bg);
  2298.        border: 1px solid #f0f0f0;
  2299.        border-radius: 8px;
  2300.        transition: box-shadow 0.3s ease;
  2301.        height: 100%;
  2302.        position: relative;
  2303.    }
  2304.    
  2305.    .sponsored-card-v2:hover {
  2306.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  2307.    }
  2308.    
  2309.    .sponsored-image-v2 {
  2310.        position: relative;
  2311.        height: 200px;
  2312.    }
  2313.    
  2314.    .sponsored-image-v2 img {
  2315.        width: 100%;
  2316.        height: 100%;
  2317.        object-fit: cover;
  2318.    }
  2319.    
  2320.    .sponsored-badge-v2 {
  2321.        position: absolute;
  2322.        bottom: 10px;
  2323.        left: 10px;
  2324.        padding: 6px 10px;
  2325.        font-size: 12px;
  2326.        font-weight: 600;
  2327.        text-transform: uppercase;
  2328.        border-radius: 4px;
  2329.    }
  2330.    
  2331.    .sponsored-content-v2 {
  2332.        padding: 20px;
  2333.    }
  2334.    
  2335.    .sponsored-title-v2 {
  2336.        font-size: 18px;
  2337.        font-weight: 600;
  2338.        line-height: 1.4;
  2339.        margin-bottom: 10px;
  2340.    }
  2341.    
  2342.    .sponsored-title-v2 a {
  2343.        text-decoration: none;
  2344.        transition: color 0.3s ease;
  2345.    }
  2346.    
  2347.    .sponsored-title-v2 a:hover {
  2348.        color: #007bff; /* Blue hover for variety */
  2349.    }
  2350.    
  2351.    .sponsored-excerpt-v2 {
  2352.        font-size: 14px;
  2353.        color: #6c757d;
  2354.        margin-bottom: 15px;
  2355.        line-height: 1.6;
  2356.    }
  2357.    
  2358.    .sponsored-meta-v2 {
  2359.        display: flex;
  2360.        align-items: center;
  2361.        justify-content: space-between;
  2362.        font-size: 12px;
  2363.        color: #6c757d;
  2364.    }
  2365.    
  2366.    .author-info-v2 {
  2367.        display: flex;
  2368.        align-items: center;
  2369.        gap: 8px;
  2370.    }
  2371.    
  2372.    .sponsored-author-img-v2 {
  2373.        width: 28px;
  2374.        height: 28px;
  2375.        border-radius: 50%;
  2376.        object-fit: cover;
  2377.    }
  2378.    
  2379.    .section-title-sponsored-v2 {
  2380.        font-size: 2.2rem;
  2381.        font-weight: 700;
  2382.        text-align: center;
  2383.        margin-bottom: 30px;
  2384.        color: #333;
  2385.    }
  2386.  
  2387.    @media (max-width: 768px) {
  2388.        .sponsored-section-v2 {
  2389.            padding: 30px 0;
  2390.        }
  2391.        .sponsored-content-v2 {
  2392.            padding: 15px;
  2393.        }
  2394.        .sponsored-title-v2 {
  2395.            font-size: 16px;
  2396.        }
  2397.        .sponsored-excerpt-v2 {
  2398.            font-size: 13px;
  2399.        }
  2400.    }
  2401. </style>
  2402.  
  2403. <section class="sponsored-section-v2">
  2404.    <div class="container-fluid fluid-container">
  2405.        <div class="row">
  2406.            <div class="col-12">
  2407.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  2408.            </div>
  2409.        </div>
  2410.        
  2411.        <div class="row g-4">
  2412.            
  2413.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2414.                <div class="card sponsored-card-v2">
  2415.                    <div class="sponsored-image-v2">
  2416.                        
  2417.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2418.                        
  2419.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2420.                    </div>
  2421.                    <div class="sponsored-content-v2">
  2422.                        <h3 class="sponsored-title-v2">
  2423.                            <a href="/a-neutral-masterstroke-or-a-misstep-the-color-authoritys-snowy-colour-of-the-year-faces-criticism/" class="top-color">
  2424.                            A Neutral Masterstroke or a Misstep? The Color Authority&#x27;s Snowy Colour of the Year Faces Criticism.
  2425.                            </a>
  2426.                        </h3>
  2427.                        <p class="sponsored-excerpt-v2">
  2428.                            
  2429.                        </p>
  2430.                        <div class="sponsored-meta-v2">
  2431.                            <div class="author-info-v2">
  2432.                                
  2433.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2434.                                
  2435.                                <span>
  2436.                                    Louis Ramirez
  2437.                                </span>
  2438.                            </div>
  2439.                            <span>07 Aug 2026</span>
  2440.                        </div>
  2441.                    </div>
  2442.                </div>
  2443.            </div>
  2444.            
  2445.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2446.                <div class="card sponsored-card-v2">
  2447.                    <div class="sponsored-image-v2">
  2448.                        
  2449.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2450.                        
  2451.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2452.                    </div>
  2453.                    <div class="sponsored-content-v2">
  2454.                        <h3 class="sponsored-title-v2">
  2455.                            <a href="/thousands-lost-power-in-queensland-and-victorian-regions-following-powerful-storms/" class="top-color">
  2456.                            Thousands Lost Power in Queensland and Victorian Regions Following Powerful Storms
  2457.                            </a>
  2458.                        </h3>
  2459.                        <p class="sponsored-excerpt-v2">
  2460.                            
  2461.                        </p>
  2462.                        <div class="sponsored-meta-v2">
  2463.                            <div class="author-info-v2">
  2464.                                
  2465.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2466.                                
  2467.                                <span>
  2468.                                    Louis Ramirez
  2469.                                </span>
  2470.                            </div>
  2471.                            <span>07 Aug 2026</span>
  2472.                        </div>
  2473.                    </div>
  2474.                </div>
  2475.            </div>
  2476.            
  2477.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2478.                <div class="card sponsored-card-v2">
  2479.                    <div class="sponsored-image-v2">
  2480.                        
  2481.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2482.                        
  2483.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2484.                    </div>
  2485.                    <div class="sponsored-content-v2">
  2486.                        <h3 class="sponsored-title-v2">
  2487.                            <a href="/george-hendy-scores-three-as-eight-try-saints-hammer-bulls/" class="top-color">
  2488.                            George Hendy Scores Three as Eight-Try Saints Hammer Bulls
  2489.                            </a>
  2490.                        </h3>
  2491.                        <p class="sponsored-excerpt-v2">
  2492.                            
  2493.                        </p>
  2494.                        <div class="sponsored-meta-v2">
  2495.                            <div class="author-info-v2">
  2496.                                
  2497.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2498.                                
  2499.                                <span>
  2500.                                    Louis Ramirez
  2501.                                </span>
  2502.                            </div>
  2503.                            <span>07 Aug 2026</span>
  2504.                        </div>
  2505.                    </div>
  2506.                </div>
  2507.            </div>
  2508.            
  2509.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2510.                <div class="card sponsored-card-v2">
  2511.                    <div class="sponsored-image-v2">
  2512.                        
  2513.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2514.                        
  2515.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2516.                    </div>
  2517.                    <div class="sponsored-content-v2">
  2518.                        <h3 class="sponsored-title-v2">
  2519.                            <a href="/conflict-ravaged-myanmar-votes-in-widely-criticised-political-theater/" class="top-color">
  2520.                            Conflict-ravaged Myanmar Votes in Widely Criticised Political Theater.
  2521.                            </a>
  2522.                        </h3>
  2523.                        <p class="sponsored-excerpt-v2">
  2524.                            
  2525.                        </p>
  2526.                        <div class="sponsored-meta-v2">
  2527.                            <div class="author-info-v2">
  2528.                                
  2529.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2530.                                
  2531.                                <span>
  2532.                                    Louis Ramirez
  2533.                                </span>
  2534.                            </div>
  2535.                            <span>07 Aug 2026</span>
  2536.                        </div>
  2537.                    </div>
  2538.                </div>
  2539.            </div>
  2540.            
  2541.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2542.                <div class="card sponsored-card-v2">
  2543.                    <div class="sponsored-image-v2">
  2544.                        
  2545.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2546.                        
  2547.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2548.                    </div>
  2549.                    <div class="sponsored-content-v2">
  2550.                        <h3 class="sponsored-title-v2">
  2551.                            <a href="/the-president-states-he-will-abide-by-the-deal-to-finish-shutdown/" class="top-color">
  2552.                            The President States He Will ‘Abide by the Deal’ to Finish Shutdown
  2553.                            </a>
  2554.                        </h3>
  2555.                        <p class="sponsored-excerpt-v2">
  2556.                            
  2557.                        </p>
  2558.                        <div class="sponsored-meta-v2">
  2559.                            <div class="author-info-v2">
  2560.                                
  2561.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2562.                                
  2563.                                <span>
  2564.                                    Louis Ramirez
  2565.                                </span>
  2566.                            </div>
  2567.                            <span>07 Aug 2026</span>
  2568.                        </div>
  2569.                    </div>
  2570.                </div>
  2571.            </div>
  2572.            
  2573.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2574.                <div class="card sponsored-card-v2">
  2575.                    <div class="sponsored-image-v2">
  2576.                        
  2577.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2578.                        
  2579.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2580.                    </div>
  2581.                    <div class="sponsored-content-v2">
  2582.                        <h3 class="sponsored-title-v2">
  2583.                            <a href="/what-lies-ahead-for-the-heavyweight-division-after-wardleys-victory/" class="top-color">
  2584.                            What Lies Ahead for the Heavyweight Division After Wardley&#x27;s Victory?
  2585.                            </a>
  2586.                        </h3>
  2587.                        <p class="sponsored-excerpt-v2">
  2588.                            
  2589.                        </p>
  2590.                        <div class="sponsored-meta-v2">
  2591.                            <div class="author-info-v2">
  2592.                                
  2593.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/15b5eb3e-f3f2-4e4f-90fd-82eb99616119_profile.png" alt="Louis Ramirez" style="object-fit: cover;" class="sponsored-author-img-v2">
  2594.                                
  2595.                                <span>
  2596.                                    Louis Ramirez
  2597.                                </span>
  2598.                            </div>
  2599.                            <span>07 Aug 2026</span>
  2600.                        </div>
  2601.                    </div>
  2602.                </div>
  2603.            </div>
  2604.            
  2605.        </div>
  2606.    </div>
  2607. </section>
  2608.  
  2609.  
  2610.    
  2611.        <!-- end wpo-blog-sponsored-section -->
  2612.        <!-- start wpo-subscribe-section -->
  2613.        
  2614.        <!-- end subscribe-section -->
  2615.        <!-- start of wpo-site-footer-section -->
  2616.        
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622. <footer class="wpo-site-footer-v3">
  2623.  <!-- Top Section - Logo -->
  2624.  <div class="footer-top-section py-4 border-bottom">
  2625.    <div class="container-fluid fluid-container">
  2626.      <div class="row justify-content-center">
  2627.        <div class="col-12 text-center">
  2628.          <div class="brand-logo">
  2629.            
  2630.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/1aabafaa-2454-4424-bff1-f6247224f106_logo.png" alt="ZenTech Framework" class="footer-logo" />
  2631.            
  2632.            <p class="brand-tagline mt-2">Discover ZenTech Framework, a powerful tool for building modern web applications. Explore tutorials, best practices, and community insights.</p>
  2633.          </div>
  2634.        </div>
  2635.      </div>
  2636.    </div>
  2637.  </div>
  2638.  
  2639.  <!-- Main Content -->
  2640.  <div class="footer-main-content pt-4">
  2641.    <div class="container-fluid fluid-container">
  2642.      <div class="row justify-content-center">
  2643.        <!-- Single Column: Quick Links -->
  2644.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  2645.          <div class="footer-column">
  2646.            <h5 class="column-title">Quick Links</h5>
  2647.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  2648.              
  2649.                <li>
  2650.                  <a class="menu-link" href="/hearts-move-eight-points-ahead-at-the-pinnacle-after-shanklands-penalty-defeats-the-glasgow-giants/">Hearts Move Eight Points Ahead at the Pinnacle After Shankland&#x27;s Penalty Defeats The Glasgow Giants</a>
  2651.                </li>
  2652.              
  2653.                <li>
  2654.                  <a class="menu-link" href="/yuletide-transforms-into-a-terrifying-experience-for-individuals-living-with-sound-sensitivity/">Yuletide Transforms Into a Terrifying Experience for Individuals Living with Sound Sensitivity.</a>
  2655.                </li>
  2656.              
  2657.                <li>
  2658.                  <a class="menu-link" href="/tehran-says-it-might-resume-us-atomic-discussions-provided-that-handled-with-dignity-and-honor/">Tehran Says It Might Resume US Atomic Discussions provided that Handled with &#x27;Dignity&#x27; and &#x27;Honor&#x27;</a>
  2659.                </li>
  2660.              
  2661.                <li>
  2662.                  <a class="menu-link" href="/victor-conte-central-player-in-notorious-sports-performance-enhancing-drug-scandal-passes-away-aged-75/">Victor Conte, Central Player in Notorious Sports Performance-Enhancing Drug Scandal, Passes Away Aged 75.</a>
  2663.                </li>
  2664.              
  2665.                <li>
  2666.                  <a class="menu-link" href="/american-warns-of-more-nigeria-strikes-as-abuja-talks-of-collaborative-continuing-missions/">American Warns of More Nigeria Strikes as Abuja Talks of &#x27;Collaborative Continuing Missions&#x27;.</a>
  2667.                </li>
  2668.              
  2669.                <li>
  2670.                  <a class="menu-link" href="/lando-norris-reveals-satisfaction-in-claiming-maiden-f1-title-on-his-own-terms/">Lando Norris Reveals Satisfaction in Claiming Maiden F1 Title On His Own Terms.</a>
  2671.                </li>
  2672.              
  2673.            </ul>
  2674.          </div>
  2675.        </div>
  2676.  
  2677.        <!-- Single Column: Top Categories -->
  2678.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  2679.          <div class="footer-column">
  2680.            <h5 class="column-title">Top Categories</h5>
  2681.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  2682.              
  2683.                <li>
  2684.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  2685.                </li>
  2686.              
  2687.                <li>
  2688.                  <a class="menu-link" href="/category/business/">Business</a>
  2689.                </li>
  2690.              
  2691.                <li>
  2692.                  <a class="menu-link" href="/category/esports/">Esports</a>
  2693.                </li>
  2694.              
  2695.                <li>
  2696.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  2697.                </li>
  2698.              
  2699.                <li>
  2700.                  <a class="menu-link" href="/category/featured/">Featured</a>
  2701.                </li>
  2702.              
  2703.            </ul>
  2704.          </div>
  2705.        </div>
  2706.  
  2707.        <!-- Single Column: Blog Rolls -->
  2708.      <div class="col-12 text-center border-bottom pb-4">
  2709.          <div class="footer-column">
  2710.            <h5 class="column-title">Blog Rolls</h5>
  2711.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  2712.              
  2713.              
  2714.  
  2715.              
  2716.              
  2717.                
  2718.              
  2719.            </ul>
  2720.          </div>
  2721.        </div>
  2722.      </div>
  2723.    </div>
  2724.  </div>
  2725.  
  2726.  <!-- Footer Bottom -->
  2727.  <div class="footer-bottom py-3">
  2728.    <div class="container-fluid fluid-container">
  2729.      <div class="row justify-content-center">
  2730.        <div class="col-12 text-center">
  2731.          <div class="bottom-content">
  2732.            <div class="copyright-info mb-3">
  2733.              <p class="mb-0 text-info">
  2734.                &copy; 2026 <strong>ZenTech Framework</strong>. All rights reserved.
  2735.              </p>
  2736.            </div>
  2737.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  2738.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  2739.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  2740.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  2741.            </div>
  2742.          </div>
  2743.        </div>
  2744.      </div>
  2745.    </div>
  2746.  </div>
  2747. </footer>
  2748.  
  2749. <style>
  2750. .wpo-site-footer-v3 {
  2751.    background: var(--card-bg) !important;
  2752. }
  2753.  
  2754. .footer-logo {
  2755.    height: 60px;
  2756.    width: auto;
  2757. }
  2758. .text-info{
  2759.    color: var(--topbar-color) !important;
  2760. }
  2761.  
  2762. .brand-title {
  2763.    font-size: 22px;
  2764.    font-weight: 700;
  2765.    color: var(--topbar-color);
  2766.    margin: 0;
  2767. }
  2768.  
  2769. .brand-tagline {
  2770.    font-size: 14px;
  2771.    color: var(--topbar-color);
  2772.    margin: 0;
  2773. }
  2774.  
  2775. .column-title {
  2776.    font-size: 16px;
  2777.    font-weight: 600;
  2778.    color: var(--topbar-color) !important;
  2779.    margin-bottom: 15px;
  2780. }
  2781.  
  2782. .footer-menu {
  2783.    margin: 0;
  2784. }
  2785.  
  2786. .menu-link {
  2787.    color: var(--topbar-color) !important;
  2788.    text-decoration: none;
  2789.    font-size: 14px;
  2790.    transition: color 0.3s ease;
  2791. }
  2792.  
  2793. .menu-link:hover {
  2794.    color: var(--primary-color);
  2795. }
  2796.  
  2797. .footer-bottom {
  2798.    font-size: 13px;
  2799. }
  2800.  
  2801. .utility-link {
  2802.    color: var(--topbar-color) !important;
  2803.    text-decoration: none;
  2804.    font-size: 13px;
  2805.    transition: color 0.3s ease;
  2806. }
  2807. /* Responsive Design */
  2808. @media (max-width: 768px) {
  2809.    .footer-logo {
  2810.        height: 50px;
  2811.    }
  2812.    
  2813.    .column-title {
  2814.        font-size: 15px;
  2815.    }
  2816.    
  2817.    .menu-link {
  2818.        font-size: 13px;
  2819.    }
  2820. }
  2821.  
  2822. @media (max-width: 576px) {
  2823.    .brand-title {
  2824.        font-size: 20px;
  2825.    }
  2826.    
  2827.    .brand-tagline {
  2828.        font-size: 13px;
  2829.    }
  2830.    
  2831.    .cta-btn {
  2832.        font-size: 12px;
  2833.        padding: 5px 12px;
  2834.    }
  2835. }
  2836. </style>
  2837.  
  2838. <script>
  2839. // Prevent default for placeholder links
  2840. document.addEventListener('DOMContentLoaded', function() {
  2841.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  2842.        anchor.addEventListener('click', function(e) {
  2843.            e.preventDefault();
  2844.        });
  2845.    });
  2846. });
  2847. document.addEventListener('DOMContentLoaded', function () {
  2848.    var btn = document.getElementById('toggleBlogRollLinks');
  2849.    if (!btn) return; // No extra items, no button
  2850.  
  2851.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  2852.  
  2853.    btn.addEventListener('click', function () {
  2854.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  2855.            return li.classList.contains('d-none');
  2856.        });
  2857.  
  2858.        extras.forEach(function (li) {
  2859.            if (anyHidden) {
  2860.                li.classList.remove('d-none');
  2861.                li.classList.add('show');
  2862.            } else {
  2863.                li.classList.add('d-none');
  2864.                li.classList.remove('show');
  2865.            }
  2866.        });
  2867.  
  2868.        btn.textContent = anyHidden ? 'View less' : 'View more';
  2869.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  2870.    });
  2871. });
  2872.  
  2873. </script>
  2874.  
  2875.        <!-- end of wpo-site-footer-section -->
  2876.    </div>
  2877.    <!-- end of page-wrapper -->
  2878.  
  2879.    <!-- All JavaScript files
  2880.    ================================================== -->
  2881.    
  2882.  
  2883. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  2884. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  2885. <!-- Plugins for this template -->
  2886. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  2887. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  2888. <!-- Custom script for this template -->
  2889. <script src="/static/blogapp/assets/js/script.js"></script>
  2890.  
  2891. <script>
  2892. (function () {
  2893. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  2894. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  2895.  
  2896. function applyFallback(img) {
  2897. if (!img || img.dataset.fallbackApplied === "1") {
  2898. return;
  2899. }
  2900. var failedSrc = img.currentSrc || img.src || "";
  2901. img.dataset.fallbackApplied = "1";
  2902. img.onerror = null;
  2903. img.src = fallbackImageSrc;
  2904. console.warn("[ImageFallback] Replaced broken image:", {
  2905. failedSrc: failedSrc,
  2906. fallbackSrc: fallbackImageSrc,
  2907. alt: img.alt || "",
  2908. });
  2909. }
  2910.  
  2911. document.querySelectorAll("img").forEach(function (img) {
  2912. if (img.complete && img.naturalWidth === 0) {
  2913. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  2914. failedSrc: img.currentSrc || img.src || "",
  2915. alt: img.alt || "",
  2916. });
  2917. applyFallback(img);
  2918. }
  2919. });
  2920.  
  2921. document.addEventListener(
  2922. "error",
  2923. function (event) {
  2924. var target = event.target;
  2925. if (target && target.tagName === "IMG") {
  2926. applyFallback(target);
  2927. }
  2928. },
  2929. true
  2930. );
  2931. })();
  2932. </script>
  2933.  
  2934. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  2935.  
  2936.  
  2937.  
  2938. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"37b39fdc3f9b4fcf9f372614b97ff475","r":1}' crossorigin="anonymous"></script>
  2939. </body>
  2940.  
  2941. </html>
  2942.  
  2943.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda